@font-face {
    font-family: 'UTM_Bebas';
    src: url('/tp/T0447/font/UTM_Bebas.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'SVN-OpenSans';
    src: url('/fonts/OpenSans/opensans-regular.ttf');
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100% !important;
        max-width: 1200px !important;
    }
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px !important;
    }
}


:root {
    --black-color: #000;
    --white-color: #fff;
    --red-color: #ed1e24;
    --yellow-color: #ffd200;
    --text-color: #212529;
    --gray-color: #495057;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
span,
a,
p,
sub,
blockquote,
th,
td {
    outline: none;
    font-size: 16px;
    margin: 0;
    color: var(--text-color);
}

body {
    font-family: 'SVN-OpenSans';
    overflow-x: hidden;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: all .2s;
    cursor: pointer;
}

a:hover {
    color: var(--text-color);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
    vertical-align: middle;
    width: 100%;
}
img.lazyloading{
    object-fit: scale-down !important;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

.hidden-mb {
    display: block;
}

.hidden-desk {
    display: none;
}

@media (max-width: 768px) {
    .hidden-desk {
        display: block;
    }

    .hidden-mb {
        display: none;
    }
}
.owl-nav button span{
    font-size: 0;
}
.owl-nav:not(.owl-hot-news .owl-nav){
    height: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}
.owl-nav button{
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.owl-nav button:before{
    font-family: "Font Awesome 6 Pro";
    color: var(--white-color);
    font-size: 28px;
}
.owl-prev:before{
    content:'\f053';
}
.owl-next:before{
    content:'\f054';
}
@media (max-width: 769px){
    .owl-nav button:before{
        font-size: 16px;
    }
    .owl-nav{
        padding: 0;
    }
    .owl-dots{
        bottom: 20px;
    }
}


.owl-dots{
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.owl-dot span{
    display: block;
    height: 2px;
    width: 25px;
    background-color: var(--white-color);
    opacity: .5;
    border-radius: 2px;
}
.owl-dot.active span{
    opacity: 1;
}




    /*BREADCRUM*/
.navigation{
    padding: 12px 0;
    display: flex;
    margin-bottom: 0;
    gap: 24px;
    row-gap: 5px;
    flex-wrap: wrap;
}
.navigation li{
    position: relative;
}
.navigation li a,
.navigation li span{
    font-size: 14px;
}
.navigation li:after{
    font-family: "Font Awesome 6 Pro";
    content:'\f054';
    font-size: 14px;
    position: absolute;
    right: -16px;
    top: 2px;
}
.navigation li:last-child:after{
    display: none;
}
@media (max-width: 769px){
    .navigation li:after {
        font-size: 12px;
        right: -16px;
        top: 4px;
    }
}

    /*HEADER*/
.header-wrap{
    background-color: var(--red-color);
    padding: 16px 0;
    z-index: 30;
}
.count-cart{
    background-color: var(--yellow-color);
    color: var(--text-color) !important;
    font-size: 12px !important;
    width: 18px;
    display: block;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    top: -3px;
    right: -6px;
}
.ci-img{
    position: relative;
}
.language img{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    object-fit: cover;
}
.language .toggle{
    display: flex;
    align-items: center;
    gap: 8px;
}
.language .toggle span{
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
}
.language .toggle i{
    color: var(--white-color);
}

@media (min-width: 769px){
    .header-inner{
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .header-logo-wrap{
        width: 80px;
        transition: all ease-in-out .3s;
    }
    .header-logo-wrap img{
        width: 100%;
        aspect-ratio: 1/1;
    }
    .header-right-wrap{
        display: flex;
        flex: 1 auto;
        justify-content: space-between;
        align-items: center;
    }
    .language{
        position: relative;
        margin: 4px 0 0 16px;
    }

    .language ul{
        width: 124px;
        background-color: var(--white-color);
        padding: 8px 0;
        border-radius: 4px;
        box-shadow: rgba(31, 41, 55, 0.06) 0px 2px 4px, rgba(100, 116, 139, 0.12) 0px 4px 6px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 25px;
        left: -25px;
        transform-origin: 62px 0px;
        z-index: 10;
    }
    .language ul.active{
        visibility: visible;
        opacity: 1;
        transition: opacity 230ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 153ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transform-origin: 62px 0px;
    }
    .language ul li a{
        padding: 6px 16px;
        display: flex;
        gap: 8px;
        font-size: 14px;
    }
    .language ul li span{
        font-size: 14px;
    }
    .language ul li a:hover{
        background-color: rgba(55, 65, 81, 0.04);
        color: var(--red-color);
    }
    .header-nav{
        margin-top: 12px;
    }
    .main-nav {
        display: flex;
    }
    .main-nav>li{
        margin: 0 14px;
    }
    .main-nav>li>span>a{
        font-size: 20px;
        font-family: 'UTM_Bebas';
        color: var(--white-color);
        transition: all ease-in-out .2s;
    }
    .main-nav>li:hover>span>a,
    .main-nav>li:hover>span>i{
        color: var(--yellow-color);
    }
    .main-nav>li>span>i{
        font-size: 13px;
        transition: all ease-in-out .2s;
    }
    .has-dropdown>span{
        display: flex;
        gap: 8px;
        color: var(--white-color);
        align-items: center;
    }
    /*.sub-menu{*/
    /*    display: none;*/
    /*}*/
    .has-dropdown{
        position: relative;
    }
    .has-dropdown:after{
        display: block;
        content:"";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 8px solid var(--white-color);
        position: absolute;
        bottom: -17px;
        left: 100%;
        transition: all ease-in-out .1s;
        visibility: hidden;
        opacity: 0;
    }
    .sub-menu-box{
        transition: all ease-in-out .1s;
        width: 100vw;
        top: 81px;
        left: 60%;
        position: fixed;
        visibility: hidden;
        opacity: 0;
        padding-top: 30px;
    }
    .sub-menu{
        background-color: var(--white-color);
    }
    .has-dropdown:hover:after{
        visibility: visible;
        opacity: 1;
        left: 42%;
    }
    .has-dropdown:hover .sub-menu-box{
        visibility: visible;
        opacity: 1;
        left: 0;
        z-index: 30;
    }
    .sub-menu ul{
        display: flex;
        gap: 32px;
        padding: 24px 0;
    }
    .sub-menu ul li{

    }
    .sub-menu ul li a{
        font-size: 14px;
        text-transform: capitalize;
        transition: all ease-in-out .2s;
    }
    .sub-menu ul li:hover a {
        color: var(--red-color);
    }
    .profile-wrap{
        position: relative;
    }
    .profile-wrap:hover .profile_link{
        visibility: visible;
        opacity: 1;
    }
    .profile_link{
        background-color:var(--white-color);
        border-radius:16px;
        margin:20px 0px 0px;
        padding: 16px 0px;
        position: absolute;
        width: 180px;
        right: -30%;
        transition: all ease-in-out .3s;
        visibility: hidden;
        opacity: 0;
        z-index: 10;
    }
    .profile_link ul li{
        text-align: center;
    }
    .profile_link ul li a{
        color: var(--text-color);
        font-size: 14px;
        text-align: center;
        padding: 4px 0;
    }
    .profile_link ul li:hover a{
        color: var(--red-color);
    }
    .profile_link:after{
        display: block;
        content:"";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 8px solid var(--white-color);
        top: -8px;
        position: absolute;
        left: 46%;
    }
    .profile-wrap a>img{
        width: 20px;
    }
    .ci-img img{
        width: 24px;
    }
    .ci-order-img img{
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(95deg) brightness(105%) contrast(101%);
    }
    .profile-wrap>a{
        display: flex;
        gap: 6px;
        align-items: center;
        font-size: 13px;
        color: var(--white-color);
        justify-content: end;
    }

    .cart-wrap{
        margin-top: 20px;
        display: flex;
    }
    .cart-item{
        padding: 0 14px;
    }
    .cart-item:last-child{
        padding-right: 0;
    }
    .cart-item:first-child{
        border-right: 1px solid #fff;
    }
    .cart-item a{
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .cart-item a span{
        font-size: 20px;
        font-family: 'UTM_Bebas';
        color: var(--white-color);
        transition: all ease-in-out .2s;
    }
    .cart-item:hover a span{
        color: var(--yellow-color)
    }

    .header-wrap.fixed{
        position: fixed;
        top: 0;
        width: 100%;
    }
    .header-wrap.fixed .header-nav-top,
    .header-wrap.fixed .profile-wrap{
        display: none;
    }

    .header-wrap.fixed .header-logo-wrap{
        width: 40px;
    }
    .header-wrap.fixed .header-nav,
    .header-wrap.fixed .cart-wrap{
        margin-top: 0;
    }
    .header-wrap.fixed{
        padding: 8px 0;
    }
    .header-wrap.fixed  .sub-menu-box{
        top: 41px;
        padding-top:15px
    }
    .header-wrap.fixed .has-dropdown:after{
        bottom: -13px;
    }
}
@media (max-width: 768px){
    .header-right-wrap{
        display: none;
        z-index: 30;
    }
    .header-inner{
        justify-content: space-between;
    }
    .header-logo a{
        display: flex;
        align-items: center;
        gap: 12px
    }
    .header-logo a img{
        width: 40px;
    }
    .header-inner{
        display: flex;
        align-items: center;
    }
    .webName{
        font-family: 'UTM_Bebas';
        font-weight: 400;
        font-size: 20px;
        color: var(--white-color);
    }
    .mobile-navIcon>span>i{
        color: var(--white-color);
        font-size: 20px;
    }
    .nav-close{
        display:none;
    }
    .header-wrap.fixed{
        position: sticky;
        top: 0;
        padding: 8px;
    }
    .header-wrap.fixed .header-right-wrap{
        top: 100px;
    }
    .header-right-wrap{
        position: fixed;
        top: 115px;
        left: 0;
        background-color: var(--red-color);
        width: 100vw;
        height: 100vh;
        padding: 16px 36px;
        overflow: auto;
        /*display: none;*/
    }
    .main-nav>li{
        margin: 0 14px;
        padding: 8px 0;
        line-height: 24px;
    }
    .main-nav li span a{
        font-family: "UTM_Bebas";
        font-size: 18px;
        text-transform: uppercase;
        color: var(--white-color);
        line-height: 18px;
    }
    .has-dropdown>span>i{
        color: var(--white-color);
        margin-left: 8px;
        font-size: 14px;
        position: relative;
        top: -1px;
    }
    .sub-menu .container{
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .sub-menu li{
        padding: 8px;
        font-size: 16px;
    }
    .sub-menu li a{
        line-height: 24px;
        color: var(--white-color)
    }
    .sub-menu-box{
        display: none;
    }
    .profile-wrap a>img{
        width: 20px;
    }
    .ci-img img{
        width: 24px
    }
    .cart-item a span{
        font-size: 18px;
        font-family: 'UTM_Bebas';
        color: var(--white-color);
    }
    .cart-item a{
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 0;
        margin: 0 14px;
    }
    .profile-wrap{
        margin: 0 14px;
    }
    .profile-wrap a{
        font-size: 0;
    }
    .profile-wrap a i{
        color: var(--white-color);
        margin-left: 8px;
        font-size: 14px;
        position: relative;
        top: 5px;
    }
    .profile_link li{
        margin: 0 14px;
        padding: 8px 0;
        line-height: 24px;
    }
    .profile_link li a{
        font-size: 16px;
        color: var(--white-color);
        line-height: 18px;
    }
    .profile_link{
        display: none;
    }
    .toggle{
        position: relative;
    }
    .toggle i{
        position: absolute;
        left: 50px;
    }
    .language{
        margin: 0 14px;
    }
    .language ul{
        display: none;
    }
    .language ul li{
        padding: 8px;
    }
    .language ul li span{
        color: var(--white-color);
        font-size: 14px;
    }
    .language .toggle span{
        font-size: 16px;
    }

}
/*END HEADER*/






/*NEWLETTER*/
.subcribe-wrap{
    padding: 17px 0;
    background-image: url('/tp/T0447/img/bg-team.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.subcribe-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subcribe-title{
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    font-weight: 600;
}
.subcribe-title i{
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.contact-form{
    flex: 1 auto;
}
.form-group{
    justify-content: end;
    display: flex;
    align-items: center;
}
.form-group input{
    height: 42px;
    width: 100%;
    max-width: 260px;
    border-radius: 6px;
    font-size: 15px;
}
.form-group input::placeholder{
    color: #495057;
    opacity: .5;
}
.form-group input:focus{
    outline: none;
    box-shadow: none;
}
.form-group button{
    margin-left: 14px;
    background: var(--yellow-color);
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: 6px;
    border: none;
    padding: 9px 50px;
}
@media (max-width: 1200px){
    .subcribe-title{
        font-size: 16px;
    }
    .form-group button{
        font-size: 13px;
        padding: 9px 20px;
    }
}
@media (max-width: 769px){
    .subcribe-inner{
        flex-wrap: wrap;
    }
    .subcribe-title{
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
    .contact-form{
        width: 100%;
    }
    .form-group{
        justify-content: center;
    }
}
/*END NEWLETTER*/

/*POLICY*/
.policy-wrap {
    background-color: var(--red-color);
    padding: 38px 0;
}
.policy-img{
    width: 70px;
}
.policy-content h3{
    color: var(--white-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.policy-content p{
    font-size: 16px;
    color: var(--white-color);
}
@media  (max-width: 769px) {
    .policy-item{
        display: flex;
        gap: 16px;
        margin-bottom: 16px;
    }
}
@media  (max-width: 576px) {
    .policy-content h3{
        font-size: 16px;
        margin-bottom: 0;
    }
    .policy-content p{
        font-size: 14px;
    }
    .policy-wrap {
        padding: 38px 0 22px;
    }

}
/*END POLICY*/



/*FOOTER*/
.footer-top{
    padding-bottom: 32px;
    border-bottom: 1px solid #E6E8F0;
}
.footer-top-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-wrap{
    padding: 68px 0 128px;
    background-color: #f9fafc;
}
.footer-logo{
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer-logo img{
    width: 80px;
}
.footer-logo h2{
    font-size: 30px;
    font-family: "UTM_Bebas";
}
.footer-social h3{
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}
.footer-social ul{
    display: flex;
    gap: 4px;
}
.footer-social ul li{
    padding: 4px;
}
.footer-social ul li a{
    font-size: 20px;
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: var(--white-color);
}
.fa-item{
    background-color: #1877F2;
}
.yt-item{
    background-color: #FF0000;
}
.ins-item{
    font-size: 22px !important;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.tt-item{
    background-color: var(--black-color);
}


.footer-bottom{
    padding-top: 32px;
}
.footer-col h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}
.footer-col>ul,
.app-link{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-col>ul>li>a{
    color: var(--text-color);
}
.menu-footer li a i{
    margin-right: 12px;
}
.app-link img{
    max-width: 136px;
}
@media( max-width: 769px){
    .footer-logo img{
        width: 56px;
    }
    .footer-wrap{
        padding: 24px 0 32px;
    }
    .footer-top-inner{
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    .footer-top{
        padding-bottom: 16px;
    }
    .footer-bottom{
        padding-top: 16px;
    }
    .footer-col{
        margin-bottom: 24px;
    }
}
/*ECD FOOTER*/



/*PRODUCT LIST*/
.homepage-product-list{
    padding: 56px 0;
    width: 100%;
}
.homepage-product-wrap .homepage-product-list-2{
    background-image: url('/tp/T0447/img/bg-team.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.prdList-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 6px;
    padding-right: 20px;
    margin-bottom: 24px;
}
.prdList-heading h2{
    font-family: "UTM_Bebas";
    color: var(--white-color);
    font-size: 36px;
    line-height: 56px;
    background-color: var(--red-color);
    border-radius: 6px 0 56px 6px;
    padding: 0 70px 0 36px;
}
.prdList-heading a{
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.prdList-heading a:after{
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    color: var(--red-color);
    font-size: 16px;
}
.homepage-product-list-2 .prdList-heading{
    background-color: initial;
}
.homepage-product-list-2 .prdList-heading h2{
    background-color: initial;
}
.homepage-product-list-2 .prdList-heading a:after,
.homepage-product-list-2 .prdList-heading a{
    color: var(--white-color);
}
@media (max-width: 769px){
    .prdList-heading h2{
        font-size: 24px;
        line-height: 40px;
    }
    .prdList-heading a{
        font-size: 16px;
    }
}
@media (max-width: 576px){
    .prdList-heading{
        padding-right:10px;
    }
    .prdList-heading h2{
        font-size: 18px;
        line-height: 34px;
        padding: 0 50px 0 20px;
    }
    .prdList-heading a{
        font-size: 14px;
    }
    .prdList-heading a:after{
        font-size: 13px ;
    }
}

/*Product-item*/
.product-item{
    border-radius: 12px;
    overflow: hidden;
}
.product-img img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.product-img{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.sale-span {
    background-color: var(--red-color);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    color: var(--white-color);
    font-weight: 600;
    position: absolute;
    top: 5px;
    right: 10px;
}
.productHover{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all ease-in-out .3s;
}
.product-item:hover .productHover,
.product-item:hover .prd-action{
    opacity: 1;
    visibility: visible;
}
.prd-action{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.3);
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}
.prd-action-inner{
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateY(50px);
}
.prd-action-inner a{
    opacity: 1;
    font-size: 13px;
    background-color: var(--white-color);
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 10px;
    transition: all ease-in-out .3s;
}
.prd-action-inner a:hover{
    background-color: var(--red-color);
    color: var(--yellow-color);
}
.product-content a{
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #ebebeb;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.product-content a.prd-name span{
    height: 48px;
    overflow: hidden;
    display: inline-block;
}
.prd-price{
    font-family: "UTM_Bebas";
    font-size: 28px;
    line-height: 42px;
    color: var(--red-color)
}
.prd-old-price{
    font-family: "UTM_Bebas";
    font-size: 16px;
    color: #ccc;
    margin-left: 8px;
}
.product-list .owl-nav{
    padding: 0 5px;
    top: 30%;
}
.product-list .owl-nav button:before{
   color: var(--text-color);
    font-size: 20px;
}
a.buynow{
    margin-top: 10px;
    background-color: var(--red-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--white-color);
    text-align: center;
    opacity: .5;
    transition: all ease-in-out .3s;
    border-radius: 12px;
    padding: 5px 10px;
}
.buynow:hover{
    opacity: 1;
    color: var(--white-color)
}
.homepage-product-list-2 .product-item{
    background-color: var(--white-color);
}
.homepage-product-list-2 .product-content{
    padding: 0 10px 10px;
}
@media (max-width: 769px){
    .homepage-product-list{
        padding: 25px 0;
    }
    .product-content a{
        font-size: 14px;
        line-height: 20px;
    }
    .product-content a.prd-name{
        line-height: 56px;
    }
    .prd-price{
        font-size: 25px;
        line-height: 38px;
    }
    .product-list .owl-nav{
        top: 25%;
    }
    .product-list .owl-nav button:before{
        font-size: 18px;
    }
}
@media (max-width: 577px){
    .product-list .owl-nav{
        top: 22%;
    }
}
/*END PRODUCT LIST*/


.paginator{
    display: flex;
    justify-content: end;
    margin: 20px 0 50px;
}
.pagination{
    display: flex;
    gap: 16px;
    padding: 12px;
    border: 1px solid #D2D2D2;
    border-radius: 12px;
}
.pagination li.active a{
    color: var(--red-color)
}
.pagination li a{
    font-size: 15px;
    line-height: 22px;
}
.footer_fixed-list{
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    z-index: 30;
}
/*.footer_fixed-list li a{*/
/*    box-shadow: 0px 3px 5px 0px #0000001A;*/
/*}*/
.footer_fixed-list li a img{
    width: 44px;
    transition: all ease-in-out .3s;
}
.footer_fixed-list li:hover a img{
    transform: scale(1.2);
}
.mobile-fixedLink{
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 15px;
    border-radius: 12px 12px 0 0;
    background-color: #ffebeb;
    box-shadow: 0px -4px 10px 0px #00000014;
    z-index: 20;
}
.mobile-fixedLink ul{
    display: flex;
}
.mobile-fixedLink ul li {
    width: 25%;
    border-right: 1px solid #000;
}
.mobile-fixedLink ul li:last-child{
    border-right: none;
}
.mobile-fixedLink ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.mobile-fixedLink ul li i{
    color: var(--red-color);
    font-size: 20px;
}
.mobile-fixedLink ul li span{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
@media (max-width: 769px){
    .footer_fixed-list li{
        display: none;
    }
    .footer_fixed-list li:nth-child(2){
        display: block;
    }
    .footer-wrap{
        margin-bottom: 80px;
    }
    .footer_fixed-list{
        bottom: 90px;
        right: 25px;
    }
}

#modalQuickView .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}
/* Track */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: var(--red-color);
    border-radius: 2px;
}

/* Handle on hover */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 2px;
}

.header-nav-top,
.header-search .search-inner{
    display: flex;
}
.header-nav-top{
    gap: 16px;
    align-items: center;
}
.search-inner .form-control{
    border: none;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    min-width: 300px;
    border-radius: 8px;
}
.search-inner .form-control:focus{
    box-shadow: none;
}
.search-inner button{
    position: absolute;
    top: 1px;
    right: 6px;
    border: none;
    background: inherit;
    height: 100%;
}
.search-inner{
    position: relative;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

@media (max-width: 769px){
    .header-search{
        display: none;
    }
    .search-header-mobile{
        margin-top: 10px;
    }
    .search-inner .form-control{
        min-width: auto;
        width: 100%;
    }
    #signinPage {
        padding-bottom: 100px;
    }
}