a{
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.accordion-button:focus:focus{
    box-shadow: none;
    outline: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body{
    font-size: 16px;
    overflow-x: hidden;
}
header{
    padding: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .3s ease-in-out;
    z-index: 990;
}
header.fixed{
    position: fixed;
    top: 0;
    width: 100%;
}
header .header-wrap{
    display: flex;
    align-items: center;
}
header .nav{
    margin: 0 auto;
}
header .nav a{
    font-weight: 600;
    color: rgba(0,0,0,.8);
}
header .nav a:hover{
    color: #0c4995;
}
main .section{
    padding: 60px 0;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
    color: #fff;
}
.banner .swiper-pagination-bullet-active{
    background: #fff;
}
.banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
h2.title{
    margin-bottom: 35px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.button{
    display: inline-block;
    width: fit-content;
    border: 1px solid transparent;
    background: #F28C28;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}
.button:hover{
    border-color: #F28C28;
    color: #F28C28;
    background: transparent;
}
main .sec-1 p{
    margin-bottom: 20px;
}
main .sec-1 form{
    margin-top: 25px;
}
.box{
    position: relative;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #aaa;
}
.box img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 24px;
}
.box-title{
    font-size: 24px;
    margin-bottom: 15px;
}
.box p{
    margin-bottom: 5px;
}
.box .button{
    margin-top: 20px;
}
.form-group{
    margin-bottom: 15px;
}
.form-control{
    border-color: #aaa;
    border-radius: 20px;
    padding: 10px 20px;
}
input.form-control{
    height: 35px;
    line-height: 25px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #0c4995;
}
#customTranslateSelect{
    margin-right: 15px;
}
h3.sub-title{
    font-size: 18px;
    margin-bottom: 15px;
}
.box-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 40px;
}
footer{
    padding: 25px 0;
    background: #fff;
    color: rgba(0,0,0,.8);
    border-top: 1px solid #d9d9d9;
}
footer .logo{
    display: block;
    margin-bottom: 30px;
}
.footer-widget{
    margin-bottom: 30px;
}
.footer-title{
    font-size: 19px;
    margin-bottom: 25px;
    font-weight: 600;
}
.footer-list li{
    margin-bottom: 10px;
}
.footer-list a{
    position: relative;
    display: inline-block;
    color: rgba(0,0,0,.8);
}
.footer-list a::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: rgba(0,0,0,.8);
    transition: all 500ms ease-in-out;
}
.footer-list a:hover::after{
    width: 100%;
    right: unset;
    left: 0;
}
.footer-list li{
    display: flex;
    align-items: center;
}
.footer-list li i{
    font-size: 14px;
    margin-right: 10px;
}
.footer-list li svg{
    width: 20px;
    height: auto;
    margin-right: 5px;
}
header .nav li.nav-header{
    padding: 15px;
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
}
header .nav li.nav-header span{
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-toggler{
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333333;
    transform: scale(1);
    font-size: 22px;
    margin-left: 15px;
    transition: all 500ms ease-in-out;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border-radius: 20px;
    height: 35px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px;
    padding: 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
    right: 10px;
}
.form-group.grid-2{
    display: grid;
    grid-template-columns: 4fr 1fr;
    column-gap: 15px;
}
.success{
    color: #270;
}
.alert{
    display: block;
}
.alert.success{
    background-color: #DFF2BF;
    margin-bottom: 15px;
}
.alert.error{
    background-color: #FFBABA;
}
.error{
    color: #D8000C;
}
.alert a.link{
    color: #D8000C;
}
.alert a.link:hover{
    text-decoration: underline;
}
.products-list{
    height: 300px;
    overflow: auto;
    background: #f4f4f4;
    margin-top: 25px;
}
.product-item{
    display: grid;
    grid-template-columns: 1fr 10fr;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.product-item:hover{
    background: #ddd;
}
.product-item img{
    width: 100%;
}
.product-item h3.title{
    font-size: 18px;
    margin-left: 15px;
    color: rgba(0,0,0,.8);
    transition: all .3s ease-in-out;
}
.product-item:hover h3.title{
    color: #0c4995;
}
#product-info .product-thumb img{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
#product-info ul{
    margin-bottom: 20px;
}
.accordion-item{
    margin-bottom: 15px;
    border: 1px solid #aaa;
    border-radius: 20px;
    overflow: hidden;
}
.accordion-item:not(:first-of-type){
    border-top: 1px solid #aaa;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.accordion-item:first-of-type{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
header .logo{
    width: 120px;
}
header .logo img{
    width: 100%;
}
footer .logo{
    width: 200px;
}
footer .logo img{
    width: 100%;
}
.product-box{
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}
.product-box:hover{
    border-color: #0c4995;
}
.product-content{
    padding-top: 10px;   
}
.product-thumb img{
    width: 100%;
    transform: scale(1);
    transition: all .5s ease-in-out;
}
.product-box:hover .product-thumb img{
    transform: scale(1.1);
}
.product-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.product-title{
    font-size: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    margin-bottom: 5px;
}
.blog-section .product-box .desc{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.blog-meta{
    margin-bottom: 5px;
    color: #6f6f6f;
}
.product-title a{
    color: rgba(0,0,0,.8);
}
.product-title a:hover{
    color: #0c4995;
}
.product-price{
    font-size: 19px;
    color: #0c4995;
    font-weight: 600;
}
.product-price del,.product-detail .price del{
    font-size: 16px;
    color: #6f6f6f;
}
.product-price .sale,.product-detail .price .sale{
    display: inline-block;
    padding: 3px;
    color: #fff;
    background: #D8000C;
    border-radius: 6px;
    margin-left: 10px;
    font-size: 10px;
}
.product-price span:not(.sale){
    display: flex;
    align-items: center;
}
.product-thumb{
    position: relative;
    overflow: hidden;
}
.product-thumb .product-tag{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 3px 15px;
    background: #D8000C;
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
}
.product-btns .button{
    font-size: 11px;
}
.pagination{
    justify-content: center;
    margin-top: 30px;
}
.page-link{
    color: rgba(0,0,0,.8);
}
.page-link.active,.page-link:hover{
    background: rgba(0,0,0,.8);
    color: #fff;
    border-color: rgba(0,0,0,.8);
}
.form-select{
    border: none;
    
}
.form-select:focus{
    box-shadow: none;
    outline: none;
}
.product-filter{
    width: 300px;
}
.large-img img{
    width: 100%;
}
.product-detail .title{
    margin-bottom: 10px;
}
.product-detail .price{
    display: block;
    font-size: 22px;
    color: #0c4995;
    font-weight: 600;
    margin-bottom: 20px;
}
.large-img{
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #aaa;
}
.product-detail .quantity{
    width: 100px;
    margin-right: 15px;
    text-align: left;
}
.product-detail .buttons{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.product-detail .buttons .button{
    margin-right: 15px;
}
.small-slide-img img{
    width: 100%;
}
.small-slide-img .swiper-slide{
    padding: 15px;
    margin-top: 15px;
    border-radius: 12px;
    border: 1px solid #aaa;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.small-slide-img .swiper-slide img{
    opacity: .5;
}
.small-slide-img .swiper-slide:hover img,
.small-slide-img .swiper-slide.active img{
    opacity: 1;
}
.small-slide-img .swiper-slide:hover,
.small-slide-img .swiper-slide.active{
    border-color: #0c4995;
}
.small-slide-img .swiper-button-next:after,.small-slide-img .swiper-button-prev:after{
    font-size: 12px;
}
.small-slide-img .swiper-button-next,.small-slide-img .swiper-button-prev{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0c4995;
    color: #fff;
    margin-top: 0;
    opacity: 0;
}
.small-slide-img:hover .swiper-button-next,.small-slide-img:hover .swiper-button-prev{
    opacity: 1;
}
.small-slide-img .swiper-button-next{
    right: 5px;
}
.small-slide-img .swiper-button-prev{
    left: 5px;
}
.cart{
    margin-bottom: 30px;
}
.cart-product{
    display: flex;
    align-items: center;
}
.cart-product{
    color: rgba(0,0,0,.8);
    padding: 15px;
    width: fit-content;
}
.cart-product:hover{
    color: #0c4995;
}
.cart-product img{
    width: 80px;
}
.cart-product h3.title{
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 0;
}
.cart-item{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}
.cart-item:nth-child(2n){
    background: #f8f9fa;
}
.cart-quantity,.cart-price,.cart-remove{
    text-align: center;
    padding: 15px;
}
.cart-price{
    font-size: 20px;
    font-weight: 600;
    color: #0c4995;
}
.cart-remove span{
    cursor: pointer;
    color: #D8000C;
}
.product-list{
    border-bottom: 1px solid #aaa;
}
.product-list img{
    width: 80px;
}
.product-list li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.product-list .info{
    margin-left: 10px;
}
.product-list .price{
    font-weight: 600;
}
.product-list .title{
    font-size: 18px;
}
.total-price li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.total-price span{
    font-size: 19px;
    font-weight: 600;
    color: #0c4995;
}
.total-price{
    border-bottom: 1px solid #aaa;
}
.payment{
    margin: 15px 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 15px;
    column-gap: 15px;
}
.payment li{
    width: 100%;
}
.payment label{
    position: relative;
    overflow: hidden;
    border: 1px solid #aaa;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    transition: all .2s ease-in-out;
}
.payment label:hover,.payment label.active{
    border-color: #0c4995;
    color: #0c4995;
}
.payment+.button{
    width: 100%;
}
.total-price+h3.sub-title{
    margin-top: 15px;
}
.brand-logo{
    margin-bottom: 20px;
}
.brand-logo .swiper-wrapper{
    margin: 30px 0;
}
.brand-logo .swiper-horizontal>.swiper-pagination-bullets,
.brand-logo .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
}
.brand-logo .swiper-slide{
    cursor: pointer;
    text-align: center;
}
header .menu-right{
    display: flex;
    align-items: center;
}
header .menu-right span.search-btn{
    display: block;
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer;
}
header .menu-right .cart-btn{
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 18px;
}
header .menu-right .cart-btn span{
    position: absolute;
    top: -6px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    background: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
}
.forgot-pass{
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
header .menu-right .login{
    position: relative;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}
header .menu-right .login span{
    font-size: 14px;
}
.product-tabs nav{
    position: sticky;
    top: 110px;
    background: #fff;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.product-tabs .nav-tabs{
    justify-content: center;
    border-bottom: 0;
}
.product-tabs .nav-tabs .nav-link{
    color: rgba(0,0,0,.8);
    border: none;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}
.product-tabs .nav-tabs .nav-link.active,
.product-tabs .nav-tabs .nav-link:hover{
    border-bottom-color: #0c4995;
    color: #0c4995;
}
.product-info-table{
    font-weight: 600;
}
header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .3s ease-in-out;
    z-index: 999;
}
.product-section h2.title{
    margin-bottom: 15px;
}
.product-section .product-grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 20px;
    column-gap: 20px;
}
.product-section .product-box{
    box-shadow: unset;
    margin-bottom: 0;
}
.product-section .product-grid-2 .product-box{
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    column-gap: 15px;
}
.product-section .product-title{
    font-size: 16px;
}
.product-section .product-grid-2 .product-content{
    padding-top: 0;
}
.product-section .product-grid-4,.product-section .product-grid-8{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 30px;
}
.product-section .swiper-button-next,.product-section .swiper-button-prev{
    width: 30px;
    height: 30px;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.product-section .swiper:hover .swiper-button-next,.product-section .swiper:hover .swiper-button-prev{
    opacity: 1;
    visibility: visible;
}
.product-section .swiper-button-next:hover,.product-section .swiper-button-prev:hover{
    background: rgba(0,0,0,.8);
}
.product-section .swiper-button-next::after,.product-section .swiper-button-prev::after{
    font-size: 14px;
    color: #fff;
}
.product-section__banner{
    padding: 20px 20px 20px 60px;
    background: #f7f7f7;
    border-radius: 12px;
    aspect-ratio: 16 / 5;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
}
.sec1-intro__grid{
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.sec1-intro__grid .services{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: max-content;
    column-gap: 15px;
    row-gap: 15px;
}
.sec1-intro__grid .services p{
    margin-bottom: 5px;
}
.sec1-intro__grid .services .box .button{
    margin-top: 5px;
}
.sec1-intro__grid .services .box{
    padding: 15px;
    border-radius: 12px;
}
.sec1-intro__grid .product-brands{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 10px;
    column-gap: 10px;
    grid-auto-rows: max-content;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 12px;
}
.sec1-intro__grid .product-brands a{
    background: #fff;
    border-radius: 6px;
    border: 1px solid #aaa;
    overflow: auto;
    text-align: center;
}
.sec1-intro__grid .product-brands a:hover{
    border-color: #D8000C;
}
.sec1-intro__grid .product-brands img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.gray-bg{
    background: #f0f0f0;
}
.gray-bg:not(.product-border) .product-box{
    background: #fff;
}
.gray-bg.product-border .product-box{
    border: 1px solid #dcdcdc;
}
.gray-bg.product-border .product-section__banner{
    border: 1px solid #dcdcdc;
}
.listb {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}
.listb .product-box {
    width: 10%;
}
.bottom-mb-nav{
    display: none;
    grid-template-columns: repeat(4,1fr);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.bottom-mb-nav a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
}
.bottom-mb-nav a:not(:last-child){
    border-right: 1px solid #aaa;
}
.bottom-mb-nav a i{
    margin-bottom: 5px;
}
.brand-slide img{
    width: 100%;
    object-fit: contain;
}
.brand-slide a{
    display: block;
    width: 25%;
    margin: 0 auto;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
    font-size: 13px;
}
.swiper{
    height: fit-content;
}
.ads-section .grid-content{
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.ads-section.style-2 .grid-content{
    grid-template-columns: 1fr 2fr;
}
.ads-section.style-3 .grid-content{
    grid-template-columns: repeat(2,1fr);
    align-items: center;
}
.ads-section.style-3 .ads-info{
    position: static;
    transform: none;
    text-align: left;
}
.ads-section.style-3 .ads-info p{
    color: rgba(0,0,0,.8);
    margin-bottom: 20px;
}
.ads-section.style-3 .ads-info h2{
    color: rgba(0,0,0,.8);
    margin-bottom: 5px;
}
.ads-section.style-3 .ads-info .button{
    background: rgba(0,0,0,.8);
    color: #fff;
}
.ads-section.style-3 .ads-info .button:hover{
    background: transparent;
    color: rgba(0,0,0,.8);
}
.ads-section video{
    width: 100%;
}
.ads-section .large-ads video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50.0% 50.0%;
}
.ads-section.style-2 .large-ads{
    order: 2;
}
.ads-section .large-ads{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    max-height: 620px;
}
.ads-section .ads-info{
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.ads-section .ads-info .button{
    background: #fff;
    color: rgba(0,0,0,.8);
}
.ads-section .ads-info p{
    margin-bottom: 5px;
}
.ads-section .ads-info h3{
    font-size: 19px;
    margin-bottom: 20px;
}
.ads-section .small-ads a{
    display: block;
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
}
.ads-section .small-ads a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50.0% 50.0%;
    transition: all .8s;
}
.ads-section .small-ads a:hover img{
    transform: scale(1.2);
}
.ads-section .small-ads a:not(:last-child){
    margin-bottom: 20px;
}
.ads-section .small-ads .ads-info{
    top: 40px;
    transform: translateY(0);
}
.has-dropdown:hover .dropdown-menu{
    display: block;
    padding: 0;
}
.nav .nav-item.has-dropdown span{
    cursor: pointer;
}
.nav .nav-item.has-dropdown span i{
    display: block;
}
.has-dropdown:hover .dropdown-menu .nav-link{
    font-weight: 300;
}
.nav .nav-item.has-dropdown .has-dropdown{
    position: relative;
}
.nav .nav-item.has-dropdown .has-dropdown .dropdown-menu{
    top: 0;
    left: 100%;
    display: none;
}
.nav .nav-item.has-dropdown:hover .has-dropdown .dropdown-menu{
    display: none;
}
.nav .nav-item.has-dropdown .has-dropdown:hover .dropdown-menu,
.nav .nav-item.has-dropdown:hover .has-dropdown:hover .dropdown-menu{
    display: block;
}
.nav .nav-item span i{
    display: none;
    font-size: 12px;
    position: relative;
    left: -10px;
}
.nav .nav-item:hover>span i{
    color: #0c4995;
}
.blog-detail h2.title{
    font-size: 26px;
    margin-bottom: 10px;
}
figure img{
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    object-fit: cover;
}
figure{
    margin-bottom: 10px;
}
.blog-detail-content p{
    margin-bottom: 10px;
}
.blog-detail .blog-meta{
    margin-bottom: 10px;
}
.blog-section .product-thumb{
    overflow: hidden;
    border-radius: 8px;
}
.blog-section .product-thumb img{
    object-fit: cover;
    aspect-ratio: 16/9;
}
.blog-category{
    margin-bottom: 30px;
    overflow: auto;
    transition: all .3s ease-in-out;
    z-index: 990;
}
.blog-category.fixed{
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .3s ease-in-out;
}
.blog-category ul{
    width: max-content;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.blog-category ul a{
    display: block;
    color: rgba(0,0,0,.8);
    font-weight: 600;
    padding: 15px;
}
.blog-category ul a:hover,.blog-category ul a.active{
    color: #0c4995;
}
.search-popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-100%);
    transition: all .5s ease-in-out;
    z-index: 9999;
}
.search-popup.open{
    transform: translateY(0);
}
.search-content{
    background: #fff;
    position: relative;
    z-index: 9999;
}
.search-popup::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9990;
}
.search-popup .search-header{
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
}
.search-popup .search-header input{
    border: 0;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    padding: 0 20px;
}
.search-popup .search-header input:focus,
.search-popup .search-header input:active{
    box-shadow: none;
    outline: none;
}
.search-popup .search-body{
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 15px;
    row-gap: 15px;
    padding: 20px 0;
}
.search-popup .search-body .search-result{
    max-height: 330px;
    overflow: auto;
}
.search-popup .search-body .search-result a{
    display: block;
    margin-bottom: 5px;
    color: rgba(0,0,0,.8);
    font-weight: 600;
}
.search-popup .search-body .search-result a:hover{
    color: #0c4995;
}
.search-popup .search-body p{
    font-size: 14px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    line-height: 1.33;
}
.search-popup .product-section{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
    row-gap: 15px;
    max-height: 330px;
    overflow: auto;
}
.close-search{
    cursor: pointer;
}
.search-section .search-box{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 8px;
}
.search-section .search-box i{
    font-size: 28px;
    margin-right: 30px;
}
.search-section .search-box input{
    width: 100%;
    border: none;
    height: 30px;
    padding: 0;
    background: transparent;
    font-size: 24px;
}
.search-section .search-box input:focus,
.search-section .search-box input:active{
    box-shadow: none;
    outline: none;
}
.product-detail .product-desc{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}
.product-options{
    margin-bottom: 30px;
}
.product-options h3{
    font-size: 19px;
    margin-bottom: 10px;
}
.product-options ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-options ul span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 8px 20px;
    border: 2px solid #aaa;
    line-height: normal;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.product-options ul span:hover,.product-options ul span.active{
    color: #0c4995;
    border-color: #0c4995;
    background: rgba(12, 73, 149,.1);
}
iframe{
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}
#nav1 img{
    width: 100%;
    height: auto;
}
table{
    max-width: 100%;
    height: auto;
    width: 100%;
}
@media only screen and (min-width: 768px){
    .box{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 992px){
    .nav .nav-item.has-dropdown .has-dropdown .dropdown-menu{
        width: 300px;
    }
}
@media only screen and (max-width: 1440.98px){
    .product-detail .title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1199.98px){
    header .container{
        max-width: 100%;
    }
}
@media only screen and (max-width: 991.98px){
    .section{
        padding: 30px 0;
    }
    .box-grid{
        grid-template-columns: 1fr;
    }
    .container{
        max-width: 100%;
    }
    .product-price{
        font-size: 18px;
    }
    .product-section .product-grid-4,
	.product-section .product-grid-8{
        row-gap: 10px;
        column-gap: 10px;
    }
    .product-thumb a{
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    .product-detail .title{
        font-size: 24px;
    }
    .listb .product-thumb a{
        width: auto;
    }
    header .nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        width: 320px;
        display: block;
        transform: translateX(100%);
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        transition: all .3s ease-in-out;
        overflow: auto;
        z-index: 999;
    }
    header .nav.open{
        transform: translateX(0);
    }
    header .nav li{
        border-top: 1px solid #ddd;
    }
    header .nav a:hover{
        background: #eee;
    }
    .nav .nav-item.has-dropdown:hover .dropdown-menu{
        display: none;
    }
    .nav .nav-item.has-dropdown:hover .dropdown-menu:hover .dropdown-menu{
        display: none;
    }
    .nav .nav-item.has-dropdown .has-dropdown span{
        padding-left: 20px;
    }
    .nav .nav-item.has-dropdown .has-dropdown .nav-link{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .nav .nav-item.has-dropdown .has-dropdown .dropdown-menu .nav-link{
        padding-left: 45px;
    }
    .nav .nav-item.has-dropdown span i{
        transition: all .3s ease-in-out;
    }
    .nav .nav-item.has-dropdown>span i{
        transform: rotate(-90deg);
    }
    .nav .nav-item.has-dropdown.open-menu>span i{
        transform: rotate(0);
    }
    .nav .nav-item.has-dropdown.open-menu>span+.dropdown-menu{
        display: block !important;
    }
    .nav .nav-item.has-dropdown .has-dropdown.open-menu>span i{
        transform: rotate(90deg);
    }
    .nav .nav-item.has-dropdown .has-dropdown.open-menu>span+.dropdown-menu{
        display: block !important;
    }
    header .header-wrap{
        justify-content: space-between;
    }
    h2.title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    body{
        font-size: 14px;
    }
    .menu-toggler{
        display: flex;
    }
    .product-detail{
        margin-top: 25px;
    }
    .small-slide-img .swiper-button-next, .small-slide-img .swiper-button-prev{
        opacity: 1;
    }
    .cart-quantity,.cart-price,.cart-remove{
        padding: 0 15px;
    }
    .cart-quantity,.cart-price{
        margin-bottom: 10px;
    }
    .cart-item{
        grid-template-columns: 1fr 1fr;
    }
    .cart-product{
        padding: 0 15px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .cart-quantity input.form-control{
        width: 120px;
    }
    .cart-item{
        padding: 15px 0;
    }
    .cart-product h3.title{
        width: 100%;
        margin: 0;
    }
    .sec1-intro__grid,.sec1-intro__grid .services{
        grid-template-columns: repeat(1,1fr);
    }
    .sec1-intro__grid .product-brands{
        grid-template-columns: repeat(5,1fr);
    }
    .sec1-intro__grid .services{
        grid-template-columns: repeat(3,1fr);
    }
    .sec1-intro__grid .product-brands img{
        width: 100%;
        height: auto;
    }
    .bottom-mb-nav{
        display: grid;
    }
    .blog-category ul{
        margin: unset;
    }
    .search-popup .search-body{
        grid-template-columns: repeat(1,1fr);
    }
    .search-popup .product-section{
        max-height: 440px;
    }
    .search-content{
        height: 100%;
        overflow: auto;
    }
    .ads-section.style-2 .grid-content{
        grid-template-columns: 1fr;
    }
    .dropdown-menu{
        position: static;
        box-shadow: none;
        border: none;
    }
}
@media only screen and (max-width: 767.98px){
    .product-box {
        border-radius: 5px;
    }
    .product-detail .title,.product-detail .price{
        font-size: 19px;
    }
    .product-tabs nav{
        top: 65px;
    }
    header .logo{
        width: 80px;
    }
    header{
        padding: 5px 0;
    }
    .mb-txt-center {
        text-align: center;
    }
    .mb-mg-20 {
        margin-bottom: 20px;
    }
    h2.title{
        font-size: 26px;
    }
    .box-title{
        font-size: 20px;
    }
    header .nav{
        width: 100%;
    }
    .ads-section .grid-content{
        grid-template-columns: 1fr;
        row-gap: 5px;
    }
    .ads-section.style-3 .grid-content{
        grid-template-columns: 1fr;
    }
    .ads-section .small-ads{
        display: grid;
        column-gap: 5px;
        grid-template-columns: repeat(2,1fr);
    }
    .ads-section .small-ads a:not(:last-child){
        margin-bottom: 0;
    }
    .ads-section .small-ads a{
        height: 180px;
    }
    .ads-section .small-ads .ads-info{
        top: 15px;
    }
    .ads-section .ads-info p{
        font-size: 12px;
    }
    .ads-section .ads-info h3{
        font-size: 16px;
    }
    .product-section__banner{
        padding: 20px;
        grid-template-columns: repeat(1,1fr);
        row-gap: 20px;
    }
    .product-banner__image img{
        width: 256px;
    }
    .sec1-intro__grid .services{
        grid-template-columns: repeat(1,1fr);
        column-gap: 5px;
        row-gap: 5px;
    }
    .sec1-intro__grid .product-brands{
        grid-template-columns: repeat(3,1fr);
        column-gap: 5px;
        row-gap: 5px;
    }
    .blog-category{
        top: 35px;
    }
    .search-popup .product-section{
        grid-template-columns: repeat(3,1fr);
    }
}
@media only screen and (max-width: 575.98px){
    h2.title{
        font-size: 24px;
    }
    .box-title{
        font-size: 18px;
    }
    .box img{
        top: 10px;
        right: 10px;
    }
    .product-tabs nav{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .product-tabs .nav-tabs{
        width: max-content;
    }
    .product-section .product-grid-2{
        grid-template-columns: repeat(1,1fr);
    }
    .brand-slide a{
        width: 80%;
    }
    .listb .product-box {
        width: 20%;
    }
    .search-popup .product-section{
        grid-template-columns: repeat(2,1fr);
    }
    .search-section .search-box i{
        font-size: 24px;
    }
    .search-section .search-box input{
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px){
    .form-group.grid-2{
        grid-template-columns: 4fr 2fr;
    }
    .product-filter{
        width: 100%;
    }
    .payment{
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 400px){
    .product-detail .buttons{
        flex-wrap: wrap;
    }
    .product-detail .quantity{
        width: 100%;
        margin-bottom: 20px;
    }
}