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: #000;
}
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: 800;
}
.button{
    display: inline-block;
    width: fit-content;
    border: 1px solid transparent;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}
.button:hover{
    border-color: #000;
    color: #000;
    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;
}
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: #000;
    color: #fff;
}
footer .logo{
    display: block;
    margin-bottom: 30px;
}
.footer-widget{
    margin-bottom: 30px;
}
.footer-title{
    font-size: 28px;
    margin-bottom: 25px;
}
.footer-list li{
    margin-bottom: 10px;
}
.footer-list a{
    position: relative;
    display: inline-block;
    color: #fff;
}
.footer-list a::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #fff;
    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: #000;
    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: 20px;   
}
.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;
}
.product-title a{
    color: #000;
}
.product-title a:hover{
    color: #0c4995;
}
.product-price{
    font-size: 19px;
    color: #0c4995;
    font-weight: 600;
}
.product-btns .button{
    font-size: 11px;
}
.pagination{
    justify-content: center;
    margin-top: 30px;
}
.page-link{
    color: #000;
}
.page-link.active,.page-link:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.form-select{
    border: none;
    
}
.form-select:focus{
    box-shadow: none;
    outline: none;
}
.product-filter{
    margin-bottom: 15px;
    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: #000;
    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 .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: #000;
    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: #000;
    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{
    background: #f7f7f7;
    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: #000;
}
.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: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
}
.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;
}
@media only screen and (min-width: 768px){
    .box{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 991.98px){
    main .section{
        padding: 30px 0;
    }
    .box-grid{
        grid-template-columns: 1fr;
    }
    .container{
        max-width: 100%;
    }
    .product-section .product-grid-8{
        grid-template-columns: repeat(8,1fr);
    }
    .product-section .product-grid-4{
        width: 991px;
    }
    .product-section .product-grid-8{
        width: 2000px;
    }
    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;
        z-index: 999;
    }
    header .nav.open{
        transform: translateX(0);
    }
    header .nav li:not(:first-child){
        border-bottom: 1px solid #ddd;
    }
    header .nav a:hover{
        background: #eee;
    }
    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;
    }
}
@media only screen and (max-width: 767.98px){
    .product-box {
        border-radius: 5px;
    }
    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%;
    }
    .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;
    }
}
@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%;
    }
}
@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;
    }
}