/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

body {
    position: relative;
}

img {
    max-width: 100%;
}

.top-box {
    position: relative;
}

.sub-categories .nav-item a.active {
    color: #000;
    font-weight: bold;
}

.out-of-stock {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 80%;
    margin-left: 10%;
}

.product-discount {
    position: absolute;
    top: 10px;
    width: 100%;
}

header nav.navbar {
    position: relative;
    top: 20px;
}

.top-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-banner header {
    height: 230px;
}

.one_row {
    height: 1.5em;
    overflow: hidden;
}

.two_rows {
    height: 3em;
    overflow: hidden;
}

.three_rows {
    height: 4.5em;
    overflow: hidden;
}

.product_title {
    font-size: 15px;
}

.main-menu {
    min-height: 42px;
}

div#countdown p {
    font-size: 30px;
    line-height: 30px;
}

.products {
    /*background-color: #fff;*/
}

.sub-categories {
    background-color: #fff;
}

.btn-link:hover {
    text-decoration: none;
}

.sub-title {
    padding: 9px 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.sub-categories .btn-link {
    display: block;
    text-align: left;
    color: #000;
}
.sub-categories .btn-link:hover {
    color: #595959;
}

.footer.py-5 {
    background: #000;
    color: #f9f9f9;
}

section#main-section {
    padding-bottom: 40px;
    padding-top: 40px;
}

.nav-tabs .nav-link {
    background-color: #F3F3F3;
    color: #000000;
    border-color: #F3F3F3;
}

.cart-wrapper {
    background: #ffffff;
}

.cart-wrapper a {
    color: #000000;
}

.subfixed {
    position: fixed;
    top: 50px;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}


.logo-image {
    max-width: 150px;
}

.header_banner img {
    width: 80%;
    margin: auto;
    padding-top: 15px;
}

.top_menu ul {
    padding: 0px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.top_menu ul li {
    display: inline-block;
    background-color: #ffffff;
    margin: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    width: 10%;
}

.top_menu ul li p {
    margin: 0;
}

.top_menu ul li img {
    width: 50px;
    margin-bottom: 10px;
}

.main .left_column #subcategory_list {
    background-color: white;
    border-radius: 5px;
    padding: 10px 30px;
}

.main .left_column #subcategory_list ul {
    padding: 0;
    list-style-type: none;
}

.main .left_column #subcategory_list ul li {
    padding: 5px;
    font-weight: 600;
}

.main .left_column #subcategory_list ul li:hover {
    background-color: lightgrey;
}

.main .left_column #subcategory_list ul li a {
    color: black;
}

.main .left_column #subcategory_list h3 {
    text-align: center;
}

.main .center_column .subcategory_content {
    background-color: black;
}

.main .center_column .subcategory_title {
    color: red;
    text-align: center;
    padding: 10px;
}

.main .center_column .item .product_description .product_title {
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
}

a:hover {
    text-decoration: none;
}

.item {
    margin-bottom: 30px;
}

.item .thumbnail img {
    width: 100%;
}

.cart-wrapper {
    width: 65px;
}

.cart-wrapper svg {
    width: 16px;
    height: 16px;
}

.cart-total {
    font-weight: bold;
}

.item .product_description .original_price .inner_original {
    color: white;
}


.item .special_label {
    background-color: red;
    padding: 20px 15px;
    border-radius: 50%;
    float: right;
}

.item .special_label .special_label_text {
    color: white;
}

.item .product_cart .add_to_cart i {
    padding: 5px 20px 5px 10px;
    background-color: white;
    border-top-right-radius: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: red;
    font-size: 1.2rem;
}

.active-mobile {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    background: #fff;
}

.c-item {
    min-width: 35px;
}

.mobile-header .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: bold;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Phones Portrait */
@media only screen and (min-width : 320px) and (max-width : 479px) {
    .product_prices {
        min-height: 50px;
    }
    .product_prices span {
        display: block;
    }
}

/* Phones Landscape */
@media only screen and (min-width : 480px) and (max-width : 767px) {

}

/* Phones Portrait and Landscape */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .logo {
        margin-bottom: 35px;
    }

    .tab-pane {
        background-color: #fff;
    }

    .sub-categories .nav-item a.active {
        font-weight: normal;
        background: #000;
        color: #fff;
    }

    .sub-categories .nav-item a {
        font-size: 20px !important;
        padding: 2px 15px !important;
    }

    nav.sub-categories .nav {
        flex-wrap: nowrap;
        overflow-y: scroll;
    }

    .sub-categories {
        width: 100vw;
        overflow: hidden;
    }

    section#main-section {
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 55vh;
    }

    #main-section > .container {
        max-width: 100%;
    }



    header {
        padding-bottom: 15px;
    }

    .top-banner header {
        height: 210px;
    }

    div#countdown {
        margin-bottom: 20px;
    }

    .desktop-countdown {
        display: none !important;
    }

    .top-header {
        flex-direction: column !important;
    }

    .main-tab.show.active {
        display: none !important;
    }

    .active-mobile .main-tab.show.active {
        display: block !important;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {

}

/* Small and Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    .top-banner {
        background-size: cover;
    }

    .mobile-countdown {
        display: none !important;
    }

    .back-main {
        display: none !important;
    }

    .main-menu .fixed {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        max-width: 1110px;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    }

    .nav-tabs.fixed .nav-item {
        flex: 1 1 auto;
        text-align: center;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .mobile-countdown {
        display: none !important;
    }

    .back-main {
        display: none !important;
    }

    .main-menu .fixed {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        max-width: 1110px;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    }

    .nav-tabs.fixed .nav-item {
        flex: 1 1 auto;
        text-align: center;
    }
}
.bar {
  width: 100%;
  padding: 20px 0;
white-space: nowrap;

  font-size: 64px;
}

.bar_content {
  display: block; /* Important to give the content a width */

  width: 100%;
  /* Add the animation */
  animation: move 12s linear infinite /* infinite make reapeat the animation indefinitely */;
}

/* Create the animation */
@keyframes move {
from { transform: translateX(100%) }
  to { transform: translateX(-150%); }
}
