:root{
    --bt-primary-color: #ea0301;
    --bt-primary-color-rgb: 234, 3, 1;
    --bt-secondary-color: #117da4;
    --bt-secondary-color-rgb: rgb(17, 125, 164);
    --bt-tertiary-color: #6c63fd;
    --bt-tertiary-color-rgb: 108, 99, 253;
}

.bg-theme-primary{
    background-color: var(--bt-primary-color)!important;
}

.bg-theme-primary-translucent{
    background-color: rgba(var(--bt-primary-color-rgb), 0.3)!important;
}

.bg-theme-secondary{
    background-color: var(--bt-secondary-color)!important;
}

.bg-theme-tertiary{
    background-color: var(--bt-tertiary-color)!important;
}

.text-theme-primary{
    color: var(--bt-primary-color)!important;
}

.text-theme-tertiary{
    color: var(--bt-tertiary-color)!important;
}

body{
    font-family: Poppins, sans-serif;
    font-size: 0.9em;
}

.research-result{
    position: relative;
    background-color: white;
    z-index: 9999;
}

.research-result .result-focus{
    background-color: #e9ecef;
}

.qty{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.qty button>i{
    display: block;
    height: 16px;
}

.qty-value{
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.product .card-footer{
    position: relative;
}

.product .btn-add-to-cart{
    position: relative;
    left: 0;
    width: calc(100% - 1.5rem);
    height: 40px;
    margin: 0 0.75rem
}

.header-site{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
}

.header-page-scroll .top-header{
    display: none;
}

.header-site .container{
    flex-wrap: wrap;
}

.top-header{
    display: flex;
    align-items: center;
    width: 100%;
    --bt-th-width: 100%;
    height: 80px;
    text-align: center;
    transition: width 0.5s ease-out;
}

.top-header>div:first-child{
    width: calc(100% - 260px);
    height: 100%;
}

.header-site .infoline{
    width: 260px;
    --bt-info-width: 260px;
    height: 100%;
    text-align: center;
    background-color: var(--bt-secondary-color);
    color: #fff;
}

.header-site .infoline>div{
    border: 0;
    flex-direction: row;
    align-items: center;
    height: 100%;
    text-align: center;
    background-color: transparent;
    color: #fff;
}

.header-site .infoline .card-link{
    display: block;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
}

.menu-content{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.menu-content .content-form-search span{
    border-right: none;
    background-color: #fff;
}

.menu-content .content-form-search input{
    height: 100%!important;
    font-size: 1em;
}

.menu-content .content-form-search .btn-search{
    background-color: var(--bt-secondary-color);
    color: #fff;
}

.menu>li:last-child .nav-link{
    padding: 0;
    color: #000;
}

.menu-content .navbar-toggler{
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.menu-content .navbar-toggler:hover i{
    color: var(--bt-secondary-color)!important;
}

.banner .categories::before{
    display: none;
}

.categories .nav>li>a{
    position: relative;
    color: rgba(0,0,0,0.75);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.categories .nav>li>a:hover{
    color: var(--bt-primary-color);
}

.categories .dropdown-menu{
    position: absolute;
    top: -1px;
    left: 100%!important;
    width: 80vw;
    height: calc(100% + 2px);
    margin-top: 0!important;
    transform: translate(0)!important;
    border-radius: 0;
    overflow-y: auto;
}

.categories .nav-item:hover .dropdown-menu{
    display: flex;
    flex-wrap: wrap;
}

.categories .dropdown-menu>li{
    width: 33.333333%;
    font-size: 0.9em;
}

.categories .dropdown-menu>li>a{
    font-size: 0.9em;
}

.categories .dropdown-menu .list-unstyled{
    padding-left: 1rem;
}

.categories .dropdown-menu .list-unstyled a{
    font-size: 0.9em;
    text-decoration: none;
    color: rgba(0,0,0,0.5);
}

.categories .dropdown-menu .list-unstyled a:hover{
    color: #000;
    transition: all 0.5s ease;
}

.app-content{
    position: relative;
    margin-top: 176px;
}

#carouselBanner .card-img, .useful-link + div img{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}

#carouselBanner .card-link{
    display: flex;
    align-items: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

#carouselBanner .card-link i{
    height: 20px;
}

header .navbar-brand{
    font-family:Georgia, 'Times New Roman', Times, serif;
    margin-left: 0.5rem;
    color: var(--bt-primary-color);
    font-size: 1em;
    font-weight: 600;
}

header .menubar .menu>li{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

header .menu>li:first-child span{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.banner .useful-link{
    display: flex;
    align-items: center;
}

.banner .useful-link .nav-link{
    display: flex;
    align-items: center;
    color: rgba(0,0,0,0.75);
}

.banner .useful-link i{
    margin-right: 0.5rem;
    height: 35.5px;
    color: var(--bt-primary-color);
}

.best-deals .card{
    text-align: center;
    overflow: hidden;
}

.best-deals .card:hover .card-img-top{
    transform: scale(1.1);
    transition: all 0.3s ease-out;
}

.best-deals .card-img-top{
    width: 100%;
    height: 150px;
}

.best-deals .card-body{
    position: relative;
    z-index: 12;
}

.best-deals .card-link, .product .card-link{
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-decoration: none;
}

.product{
    position: relative;
    border: 0;
    transition: all 0.5ms ease-out;
}

.product:hover{
    box-shadow: 0 0 6px var(--bt-secondary-color);
    z-index: 1;
}

.product .price{
    font-weight: bold;
}

.product .price>.old-price{
    font-weight: normal;
    text-decoration: line-through;
}

.product-carousel .card-header+.card-body{
    overflow: hidden;
}

.product .card-body{
    position: relative;
}

.product .card-body>.card-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 132px;
    right: 0.9rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
}

.product .card-body>.card-link>i{
    height: 15px;
}

.product .card-body>.card-link:hover{
    background-color: rgba(225,255,255);
}

.product .card-footer .btn-add-to-cart{
    visibility: hidden;
}

.product:hover .card-footer .btn-add-to-cart{
    visibility: visible;
}

.our-categories .card-body .card{
    border: 0;
    overflow: hidden;
}

.our-categories .card-img-top{
    height: 200px;
}

.our-categories .card-img-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

.our-categories .card-img-overlay .card-link{
    display: none;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.our-categories .card-img-overlay:hover .card-link{
    display: inline;
    opacity: 1;
}

.product-carousel .card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-carousel .card-header .card-link{
    display: flex;
    text-decoration: none;
}

.product-carousel .card-header .card-link i{
    margin: 2px;
}

.product-carousel .container>.card>.card-body{
    position: relative;
    overflow: hidden;
}

.product-carousel .card-group{
    position: relative;
    flex-wrap: nowrap;
}

.product-carousel .product .reduce-percent{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.product-carousel .card-group:hover button{
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
}

.product-carousel button{
    position: absolute;
    border: 0;
    width: 40px;
    height: 40px;
    top: calc(50% - 28px);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 2;
}

.product-carousel button:hover{
    background-color: rgba(0,0,0,0.6)!important;
}

.product-carousel .card-body:hover button{
    background-color: rgba(0,0,0,0.3);
    opacity: 1;
}

.product-carousel button i{
    display: flex;
    width: 28px;
    height: 28px;
    margin: auto;
}

.product-carousel button:first-of-type{
    left: 0;
}

.product-carousel button:last-of-type{
    right: 0;
}

/*----------------page details products-------------------*/
[class*="star-fill"]{
    color: goldenrod;
}

.product-details .figure{
    display: flex;
    position: relative;
    width: 100%;
    height: 360px;
    justify-content: center;
    align-items: center;
    cursor: zoom-in;
}

.product-details .figure img{
    height: 100%;
}

.product-details .img-overlay{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    visibility: hidden;
    z-index: 1;
}

.product-details .other-img>li, .modal .modal-footer .nav>li{
    width: 60px;
    padding: 0.25rem;
    border-radius: 6px;
    cursor: pointer;
}

.product-details .other-img>li.active, .modal .modal-footer .nav>li.active{
    border: 2px solid var(--bt-secondary-color);
}

.product-details .product-name + ul>li{
    display: flex;
    align-items: center;
}

.product-details .brand .nav-link{
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.product-details .new-price{
    font-weight: 600 !important;
    font-size: 1.5rem;
}

.old-price:not(.reduce-percent){
    text-decoration: line-through;
    color: rgba(0,0,0,0.5);
}

.reduce-percent{
    margin-left: 0.5rem;
    padding: 0 0.5rem;
    background-color: var(--bt-secondary-color);
    color: #fff;
}

.product-details .btn-group-add-to-cart{
    width: 100%;
    margin-top: 1rem;
}

.product-details .btn-group-add-to-cart>button{
    width: 100%;
    height: 50px;
}

.product-details .btn-group-add-to-cart>div{
    display: none;
    align-items: center;
}

.product-details .btn-group-add-to-cart .qty{
    width: 150px;
    margin-right: 1rem;
}

.product-details .card-header{
    display: flex;
    justify-content: space-between;
}

.product-details .card-header .card-link{
    border: 1px solid var(--bt-secondary-color);
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    line-height: 1.8;
    border-radius: 50%;
    text-align: center;
    color: var(--bt-secondary-color);
    text-decoration: none;
}

.product-details .social-link .nav-link{
    padding-left: 0.5rem!important;
    padding-right: 0.5rem!important;
    color: rgba(33, 37, 41, 0.75);
}

.product-details .social-link>li:hover .nav-link{
    color: #000;
    transition: all 0.6s ease;
}

.product-details .nav-item{
    display: flex;
    align-items: center;
}

.product-options .card-other-options .nav-item{
    width: 100px;
}

.product-options .card-other-options .nav-link{
    padding: 0.3rem;
}

.product-options .card-size .card-link{
    border: 0;
    width: auto!important;
    border-radius: 0;
}

.product-options .card-size .nav-item{
    border: 1px solid rgba(33, 37, 41, 0.5);;
    width: 40px;
    height: 40px;
    justify-content: center;
    cursor: pointer;
}

.product-options .card-size .nav-item+.nav-item{
    margin-left: 0.5rem;
}

.product-options .card-size .nav-item.active{
    border-color: var(--bt-secondary-color);
    background-color: var(--bt-secondary-color);
    color: #fff;
}

.product-details .delivry-info .fi{
    border: 1px solid var(--bt-secondary-color);
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 1rem;
    text-align: center;
    border-radius: 100%;
    color: var(--bt-secondary-color);
}

.modal .modal-body .carousel .carousel-item{
    height: 570px;
    overflow-y: hidden;
    text-align: center;
}

.modal .modal-body img{
    width: 75%;
}

.modal .carousel button:hover span{
    opacity: 1;
}

.modal .carousel .carousel-control-next-icon, .modal .carousel .carousel-control-prev-icon{
    padding: 1rem;
    border-radius:  50%;
    background-size: 50%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
}

.modal .modal-body .tracker{
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 999;
}

.modal .modal-body .carousel:hover .tracker{
    display: block;
}

.modal .modal-footer{
    justify-content: center;
}

.statistic .nav-item{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0.5rem;
}

.statistic{
    flex: 0 0 auto!important;
    width: 25%;
    height: auto;
}

.statistic .card-body>div:first-child{
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    border-radius: 0.5rem;
    text-align: center;
    background-color: #dee2e6;
}

.statistic .nav-item .progress{
    width: 60%;
}

.comments{
    flex: 0 0 auto!important;
    width: 75%;
}

.comments .card-group>div+div{
    border-top: 1px solid #dee2e6!important;
}

.comments .card-group .card-header{
    border: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.comments .card-group .card-header i{
    margin-right: 0.6rem;
}

.no-comments{
    border: 0;
    flex: 0 0 auto!important;
    width: 100%;
    text-align: center;
}

.no-comments img{
    width: 25%;
    margin: 0 auto;
}

.product-aside .list-group .list-group-item{
    padding: 0;
}

.product-aside .list-group .list-group-item.actif{
    background-color: rgba(33, 37, 41, 0.25);
}

.product-aside .list-group .list-group-item-action{
    display: flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.product-aside .list-group .list-group-item-action i{
    vertical-align: middle;
    margin-right: 1rem;
}

.product-aside .list-group+div .card-img{
    width: 30%;
}

.product-aside .list-group+div .card-body{
    width: 64%;
}

.product-aside{
    position: sticky;
    top: 10px;
}

/*---------------catalog page--------------------*/
.filter-section .card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-section .card-categories .nav-link:hover{
    background-color: #dee2e6;
}

.filter-section>div+div .card-body{
    height: 210px;
    overflow-y: auto;
}

.filter-section>div+div .nav-item:hover input{
    box-shadow: 0 0 1rem blue;
}

.filter-price .content-range{
    position: relative;
    height: 40px;
}

.content-range input{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
	background-color: #C6C6C6;
    appearance: none;
    pointer-events: none;
}

.content-range .max-price{
    background-color: transparent;
}


.content-range input::-moz-range-thumb{
    appearance: none;
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.content-values{
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.catalog-products .card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-products .sort-list{
    display: flex;
    align-items: center;
    width: 300px;
}

.catalog-products .sort-list ul{
    width: 271px;
}

.catalog-products .sort-list ul>li{
    margin-left: 1.5rem;
}

.catalog-products .card-footer{
    border: 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.catalog-products .card-footer .card-link{
    opacity: 0;
}

.catalog-products .product:hover .card-link{
    opacity: 1;
}

.catalog-products .card-footer .qty{
    display: none;
}

.catalog-products .card-footer .btn{
    border: 0;
}

.modal-options .nav>li{
    border: 1px solid #dee2e6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.modal-options .nav>li.active{
    border-color: var(--bt-primary-color);
    color: var(--bt-primary-color);
}

.modal-options .nav>li+li{
    margin-left: 0.5rem;
}

.modal-options .prod-price .small{
    font-size: 0.75em!important;
    font-weight: normal;
}

/*-------------------cart page-------------------------*/
.cart-product .card-group>div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cart-product .card-group>div .card-body{
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.cart-product .card-group>div+div{
    border-top: 1px solid #dee2e6!important;
}

.cart-product .card-group>div .figure{
    width: 100px;
    height: 100px;
    padding: 1rem 0;
}

.cart-product .card-group .list-unstyled{
    width: 300px;
    text-align: right;
}

.cart-product .card-group>div .card-footer{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cart-product .card-group>div .card-footer .btn-delete:hover{
    background-color: rgba(var(--bt-primary-color-rgb), 0.3);
}

.cart-product .card-group>div .card-footer .qty{
    width: 150px;
}

.cart-summary{
    position: sticky;
    top: 10px;
}

.cart-summary .card-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-summary .card-footer{
    display: flex;
    justify-content: center;
}

.cart-product .empty-cart{
    display: flex;
    justify-content: center;
    text-align: center;
}

.cart-product .empty-cart img{
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

#myFavourites .btn-add-to-cart{
    width: 100%;
    margin: 0.3rem auto;
    border-radius: 0.5rem;
    visibility: visible;
    opacity: 1;
}
/*-------------------------login page------------------------*/
.login-section{
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.login-section .form-password>div:first-of-type span{
    color: blue;
    background-color: #e9ecef;
    cursor: pointer;
}

.login-section input[type="button"]{
    height: 50px;
}

.form-verification-code [type="number"]{
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    caret-color: transparent;
    cursor: pointer;
    text-align: center;
}

.form-verification-code .col-3{
    position: relative;
}

.form-verification-code .code-value{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 1.5rem);
    height: 100%;
    border: 2px solid black;
    background-color: #fff;
}

.form-verification-code .code-value:focus{
    border-color: var(--bt-primary-color);
}

.login-section .btn-submit{
    width: 100%;
    height: 40px;
    background-color: var(--bt-secondary-color);
    color: #fff;
}

.login-section .renew-code{
    color: rgba(var(--bt-primary-color-rgb), 0.6);
}

.login-section .renew-code:hover{
    color: rgba(var(--bt-primary-color-rgb));
}

/*-----------------Checkout page---------------------*/
#customerInfo form .form-label{
    color: rgba(33, 37, 41, 0.75);
}

#paymentMode .form-check{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-order .form-check-input{
    border-color: rgba(0,0,0,0.3);
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 1rem;
}

#paymentMode .form-label{
    cursor: pointer;
}

#paymentMode label img{
    width: 13%;
}

.cart-summary .card-group>div{
    flex-direction: row;
    align-items: center;
}

#accordionCheckOut .accordion-header{
    display: flex;
    align-items: center;
    padding: 1rem;
}

#accordionCheckOut .accordion-title{
    display: flex;
    align-items: center;
}

#accordionCheckOut .accordion-title + .btn{
    display: none;
    margin-left: auto;
    color: var(--bt-primary-color);
}

#accordionCheckOut .btn-submit{
    display: flex;
    align-items: center;
}

#accordionCheckOut .btn-submit i{
    height: 22px;
    margin-left: 1rem;
}

.billing-detail>.nav-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
/*------------------account------------------------*/
.banner-info-account{

}

.banner-info-account .card{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-info-account .card-img{
    width: 20%;
    background-color: transparent;
}

.banner-info-account .card .list-unstyled>li{
    display: flex;
    align-items: center;
    color: #fff;
}

.banner-info-account .card .list-unstyled>li i{
    height: 26px;
    margin-right: 0.5rem;
    color: #fff;
}

.my-account-page div.nav, .faq div.nav{
    width: 300px;
}

.my-account-page div.nav .nav-link, .faq div.nav button{
    display: flex;
    align-items: center;
    height: 50px;
    text-align: left;
    background-color: #fff;
    color: rgba(33, 37, 41, 0.75);
}

.my-account-page div.nav .nav-link + .nav-link, .faq div.nav button + button{
    margin-top: 0.5rem;
}

.my-account-page div.nav .nav-link.active, .faq div.nav button.active{
    border-left: 0.3rem solid var(--bt-primary-color);
    background-color: #fff;
    color: rgba(33, 37, 41, 0.75);
}

.my-account-page div.nav + div, #v-pills-tabContent{
    width: 100%;
    background-color: #fff;
}

.faq .accordion-button{
    font-weight: 600!important;
}

.card-empty{
    display: flex;
    justify-content: center;
    text-align: center;
}

.card-empty img{
    width: 23%;
    margin: 0 auto;
}

.filter-tool{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#myFavourite .favourite + .favourite{
    margin-top: 1rem;
}

#myFavourite .favourite figure{
    width: 120px;
    height: 126px;
}

#myFavourite .favourite .btn-favourite-delete{
    color: var(--bt-primary-color);
}

#myFavourite .favourite .btn-favourite-delete:hover{
    background-color: rgba(var(--bt-primary-color-rgb), 0.3);
}

#changePasswordForm .invalid-feedback{
    position: absolute;
    top: 36px;
    z-index: 99;
}

/*----------------HELP US SECTION-------------------*/
.banner-help-center .container>.card>.card-body{
    position: relative;
    top: 1rem;
}

.banner-help-center .col>div{
    height: 120px;
    font-weight: 500;
    cursor: pointer;
}

.banner-help-center .col>div:hover{
    box-shadow: 0 0 1rem rgba(0,0,0,0.5);
}

.banner-help-center .col>div img{
    width: 100px;
    font-weight: 500;
}

.faq{
    margin-top: 62px;
}

.call-center .card-img{
    width: 200px
}


.wrapper-btn-scroll-top{
    display: none;
}
/*--------------footer--------------------*/
footer{
    color: #fff;
}

footer h6.card-title{
    color: #fff;
}

footer a{
    text-decoration: none;
    color: #fff;
}

footer .newsletter{
    display: flex;
    align-items: center;
    color: #fff;
}

footer .newsletter .form-check-input{
    width: 16px;
    height: 16px;
    background-color: transparent;
}

footer .form-newsletter .form-text{
    color: #fff;
}

footer .social-link{
    text-align: center;
}

footer .social-link .nav{
    justify-content: center;
}

footer .social-link a{
    padding: 0.5rem;
    color: #fff;
}

footer .payment-mode li{
    display: flex;
    align-items: center;
    width: 25%;
}

footer .payment-mode li a{
    padding: 0.5rem;
}

footer .card-img{
    border-radius: 0;
}

@media (max-width: 576px){
    .col-xs {
        flex: 1 0 0%;
    }

    .row-cols-xs-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xs-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xs-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xs-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xs-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xs-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xs-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .px-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xs-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xs-3 {
        margin-top: 1rem !important;
    }

    .offset-xs-0 {
        margin-left: 0;
    }
    
    .offset-xs-1 {
        margin-left: 8.33333333%;
    }

    .offset-xs-2 {
        margin-left: 16.66666667%;
    }

    .offset-xs-3 {
        margin-left: 25%;
    }

    .offset-xs-4 {
        margin-left: 33.33333333%;
    }

    .offset-xs-5 {
        margin-left: 41.66666667%;
    }

    .offset-xs-6 {
        margin-left: 50%;
    }

    .offset-xs-7 {
        margin-left: 58.33333333%;
    }

    .offset-xs-8 {
        margin-left: 66.66666667%;
    }

    .offset-xs-9 {
        margin-left: 75%;
    }
    .offset-xs-10 {
        margin-left: 83.33333333%;
    }

    .offset-xs-11 {
        margin-left: 91.66666667%;
    }

    .g-xs-0,
    .gx-xs-0 {
        --bs-gutter-x: 0;
    }

    .g-xs-0,
    .gy-xs-0 {
        --bs-gutter-y: 0;
    }

    .g-xs-1,
    .gx-xs-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xs-1,
    .gy-xs-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xs-2,
    .gx-xs-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xs-2,
    .gy-xs-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xs-3,
    .gx-xs-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xs-3,
    .gy-xs-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xs-4,
    .gx-xs-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xs-4,
    .gy-xs-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xs-5,
    .gx-xs-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xs-5,
    .gy-xs-5 {
        --bs-gutter-y: 3rem;
    }

    .order-xs-0 {
        order: 0 !important;
    }

    .order-xs-1 {
        order: 1 !important;
    }

    .order-xs-2 {
        order: 2 !important;
    }

    .order-xs-3 {
        order: 3 !important;
    }

    .order-xs-4 {
        order: 4 !important;
    }

    .order-xs-5 {
        order: 5 !important;
    }

    .order-xs-last {
        order: 6 !important;
    }

    .d-xs-none{
        display: none !important;
    }

    .d-xs-block{
        display: block !important;
    }

    .d-xs-flex{
        display: flex !important;
    }

    .flex-xs-column{
        flex-direction: column !important;
    }

    .top-header{
        height: 50px;
    }

    .top-header>div:first-child h1{
        font-size: 1.2em;
    }

    .header-site .infoline{
        width: 200px;
        --bt-info-width: 200px;
    }

    .top-header>div:first-child{
        width: 100%;
        height: auto;
    }

    .header-site .infoline .card-link{
        font-size: 1.2rem;
    }

    .logo{
        width: 125px;
    }

    .menu-content{
        flex-wrap: wrap;
        justify-content: start;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .menu-content .content-form-search{
        width: 100%;
        height: 50px;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    header .navbar-brand{
        margin-left: 0;
        font-size: 1.5rem;
    }

    header .menubar .menu>li{
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    header .menubar{
        margin-left: auto;
    }

    header .menu>li:first-child span{
        width: auto;
    }

    header .menubar .dropdown-menu{
        position: absolute;
        left: auto;
        right: 0;
    }
    
    .banner .row>div:last-child{
        flex-direction: column;
        width: auto;
    }

    .banner .row>div:nth-child(2){
        height: 280px;
        margin-bottom: 0.6rem;
    }

    .banner .row>div:last-child{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .banner .row>div:last-child>div{
        width: 100%;
        padding: 0;
    }

    .banner .useful-link{
        height: 200px;
        margin-bottom: 1rem;
    }

    .banner .useful-link + div{
        height: 200px;
    }
    
    .product-carousel .card-group{
        display: flex;
        flex-wrap: nowrap;
    }
    
    .product-carousel .card-group>div{
        flex: 0 0 auto;
        width: 33.33333%;
        padding: 0.2rem;
        text-align: left!important;
    }

    .faq .offcanvas-lg{
        z-index: 9999 !important;
    }

    footer .form-newsletter .form-text{
        color: #fff;
    }

    footer .newsletter .card-img{
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 576px){

    .top-header>div:first-child h1{
        font-size: 1.2em;
    }

    .header-site .infoline{
        width: 200px;
        --bt-info-width: 200px;
    }

    .top-header>div:first-child{
        width: calc(100% - 200px);
        height: 100%;
    }

    .header-site .infoline .card-link{
        font-size: 1.2rem;
    }

    .menu-content{
        flex-wrap: wrap;
        justify-content: start;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .menu-content .content-form-search{
        width: 100%;
        height: 50px;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    header .navbar-brand{
        margin-left: 0.3rem;
    }

    .logo{
        width: 150px;
    }

    header .menubar .dropdown-menu{
        position: absolute;
        left: auto;
        right: 0;
    }

    header .menubar .menu>li{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    header .menubar{
        margin-left: auto;
    }

    header .menu>li:first-child span{
        width: auto;
    }

    .banner .row>div:nth-child(2){
        height: 320px;
        margin-bottom: 0.6rem;
    }

    .banner .row>div:last-child{
        display: flex;
        flex-direction: row;
    }

    .banner .useful-link .nav-link{
        display: flex;
        align-items: center;
        color: rgba(0,0,0,0.75);
    }

    .banner .row>div:last-child>div{
        width: 50%;
        height: 100%;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .product-carousel .card-group>div{
        flex: 0 0 auto;
        width: 25%;
        padding: 0.3rem;
        text-align: left!important;
    }

    .faq .offcanvas-lg{
        z-index: 9999 !important;
    }

    footer .newsletter{
        display: flex;
        justify-content: center;
        width: 100%;
    }

    footer .newsletter .card-img{
        width: 180px;
        height: 180px;
    }
}

@media (min-width: 768px){
    
    .header-site .infoline{
        width: 260px;
        --bt-info-width: 260px;
    }

    .header-site .infoline .card-link{
        font-size: 1.6rem;
    }

    .top-header>div:first-child{
        width: calc(100% - 260px);
        height: 100%;
    }

    .top-header>div:first-child h1{
        font-size: 1.5em;
    }

    .logo{
        width: 160px;
    }

    header .menubar .dropdown-menu{
        position: absolute;
        left: 0;
        right: auto;
    }

    .menu-content{
        flex-wrap: wrap;
        justify-content: start;
        width: 100%;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .banner .row>div:nth-child(2){
        height: 360px;
        margin-bottom: 0 ;
    }

    .banner .row>div:last-child{
        flex-direction: column;
    }

    .banner .row>div:last-child>div{
        width: 100%;
        padding: 0;
    }

    .banner .useful-link{
        height: calc(50% - 0.5rem);
        margin-bottom: 0.5rem;
    }

    .banner .useful-link + div{
        height: calc(50% - 1rem);
    }

    .header-page-scroll + div .wrapper-btn-scroll-top{
        display: block;
    }

    .wrapper-btn-scroll-top{
        position: absolute;
        top: 0;
        right: 10px;
        height: 100%;
    }

    .wrapper-btn-scroll-top>button{
        position: sticky;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        top: calc(100% - 33px);
        transform: translateY(-55px);
    }

    .wrapper-btn-scroll-top>button i{
        margin-top: 3px;
    }

    .login-section .container{
        width: 50%;
    }

    footer .newsletter .card-img{
        width: 200px;
        height: 200px;
    }
    
}

@media (min-width: 992px){

    .menu-content .content-form-search{
        position: relative;
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    header .categories{
        display: none;
    }

    .menu-content>div:first-child{
        position: relative;
        width: 40px;
        height: inherit;
        transform: translateY(30.6%);
        z-index: 1;
    }

    .menu-content>div:first-child:hover .categories{
        display: block;
    }

    #categories{
        position: relative;
        top: 1rem;
        width: 260px;
        background-color: #fff!important;
        z-index: 99;
    }

    .banner #categories{
        display: block;
        top: 0;
        width: 100%;
    }

    .banner .row>div:nth-child(2){
        height: auto;
        margin-bottom: 0;
    }

    .banner .useful-link{
        margin-bottom: 1rem;
    }

    .categories::before{
        content: "";
        position: absolute;
        left: 0.5rem;
        top: -10.5px;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(0, 0, 0, 0.175);
        border-right: 0;
        border-bottom: 0;
        background-color: #fff;
        transform: rotate(45deg);  
    }

    .categories .dropdown-menu{
        width: 40vw;
    }

    .categories .nav-item:hover .dropdown-menu{
        display: flex;
        flex-wrap: wrap;
    }

    .categories .dropdown-menu>li{
        width: 33.333333%;
        font-size: 0.9em;
    }

    .categories .dropdown-menu>li>a{
        font-size: 0.9em;
    }

    .categories .dropdown-menu .list-unstyled{
        padding-left: 1rem;
    }

    .categories .dropdown-menu .list-unstyled a{
        font-size: 0.9em;
        text-decoration: none;
        color: rgba(0,0,0,0.5);
    }

    header .navbar-brand{
        margin-left: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }

    header .menubar .menu>li{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .product-carousel .card-group>div{
        width: 20%;
        padding: 0.5rem;
    }

    .faq .offcanvas-lg{
        z-index: 99 !important;
    }

    #v-pills-tabContent{
        width: calc(100% - 300px);
    }

    footer .social-link{
        text-align: left;
    }

    footer .social-link .nav{
        justify-content: flex-start;
    }
}

@media (min-width: 1200px){
    .menu-content{
        flex-wrap: nowrap;
        justify-content: space-between;
        height: 80px;
    }

    header .navbar-brand{
        margin-left: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .menu-content .content-form-search{
        width: 50%;
        margin-left: 0;
    }

    header .menubar .menu>li{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .login-section .container{
        width: 36%;
    }

    .product-carousel .card-group>div{
        width: 16.666666%;
        padding: 0.5rem;
    }

}

@media (min-width: 1400px){

    header .navbar-brand{
        margin-left: 1rem;
        font-size: 1.8rem;
        font-weight: 600;
    }

    .menu-content .content-form-search{
        width: 50%;
        margin-left: 1rem;
    }

    header .menubar .menu>li{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

}