/* --------------------- fonts -------------------------*/
@font-face {
    font-family: Nav01;
    src: url(./font2/AlternateG01.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Nav02;
    src: url(./font2/AlternateG02.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Ban01;
    src: url(./font2/YesevaReg.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: QuicksandLight;
    src: url(./font2/QuicksandLight.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: SourceSans3;
    /* src: url(./font2/SourceSans3-Light.ttf); */
    src: url(./font2/SourceSans3-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Titi;
    src: url(./font2/TitilliumWeb-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Marcellus;
    src: url(./font2/Marcellus-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}


html {
    scroll-behavior: smooth;
}
body{
    background-color: #f7f7f7;
    /* font-family: 'helvetica_neuethin' !important; */
    /* font-family: 'Open Sans', sans-serif !important; */
    font: 16px/1.5 sans-serif, "Trebuchet MS", Arial, Helvetica, sans-serif;  color: #333;
    /* letter-spacing: 0.8px; */
}

a,p,label{
    color: #555;
}

.ms-font{
    font-family: sans-serif !important;
}



.whatsapp-chat {
    display: block !important;
    width: 40px;
    height: 40px;
    /* background: #25d8ae url(../images/whatsapp-icon.png) no-repeat; */
    background-color: #25D366;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 999;
    font-size: 0px;
    line-height: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* -moz-box-shadow: 0px 0px 0px 8px rgba(26, 188, 156, .5);
    -webkit-box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%);
    box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%); */
    /* -moz-animation: backtotop 2s infinite; */
    /* -webkit-animation: backtotop 2s infinite;
    animation: backtotop 2s infinite;
    transition: .5s; */
    display: none;
}
.whatsapp-chat i{
    font-size: 48px;
    margin-top: -3px;
    color: #fff;
}
@keyframes backtotop {
    0% {
        box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%);
    }
    50% {
        box-shadow: 0px 0px 0px 15px rgb(26 188 156 / 10%);
    }
    100% {
        box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%);
    }
}


.card{
    border: 1px solid #dad8d8;
}
.bg-primary1{
    background-color: #DC2126;
}
.text-primary1{
    color: #DC2126;
}

.checkout-prod-title{
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkout-prod-price,
.checkout-prod-quantity,
.checkout-prod-total-price{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}


a{
    text-decoration: none;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}

.select-category-box::-webkit-scrollbar {
    width: 8px;
}
.select-category-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.select-category-box::-webkit-scrollbar-thumb {
    background: #888;
}
.select-category-box::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.related-products .owl-nav .owl-prev {
    position: absolute;
    top: -14%;
    /* left: -7%; */
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    border-radius: 50px !important;
    border: 1px solid #ddd !important;
    line-height: 12px !important;
    background-color: #fff !important;
    color: #000;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    outline: none !important;
}
.related-products .owl-nav .owl-next {
    position: absolute;
    top: -14%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #444444 !important;
    font-size: 16px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    line-height: 12px !important;
    border-radius: 50px !important;
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    color: #000;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    outline: none !important;
}
.related-products .owl-nav .owl-prev:hover,
.related-products .owl-nav .owl-next:hover {
    background-color: #d14d50 !important;
    color: #fff !important;
}

.home-slider-thumb .owl-stage{
    margin-left: auto;
    margin-right: auto;
}

.pass-help-text{
    font-size: 12px;
    color: #7b7575;
}

.brdr-bold{
    border: 3px solid red;
}

/* Navbar - Start */
.navbar{
    background-color: #fff;
    padding: 0;
    border-bottom: 3px solid #e1e1e1;
}
.navbar .navbar-brand img{
    width: 340px;
}
.navbar .nav-link{
    padding: 0px 16px !important;
    font-size: 32px;
    font-weight: 400;
    line-height: 20px;
    color: #435f4f !important;
}
.nav-font-fam{
    font-family: nav01 !important;
}
.navbar .nav-item .sdbr{
    border-right: 1px solid #435f4f;
}

.top-navbar{
    background-color: #0d6063;
}
.top-navbar .list-group{
    list-style: none;
}
.top-navbar .list-group li,
.top-navbar .list-group li .top-nav-link{
    color: #f9f9f9;
    text-decoration: none;
    padding: 6px 5px;
    font-size: 14px;
}
.top-navbar .social-media li .top-nav-link i{
    color: #fff;
}
.sen-pay-logo{
    width: 100px;
    margin-top: -11px;
}

.payWithSenangPay{
    border: 1px solid #b4aaaa;
    margin-top: 10px;
    box-shadow: 3px 3px 9px 3px #f2f2f2;
    padding: 10px 0px;
}
.text-logo{
    color: #dc2126;
}

.langbtn{
    border: 1px solid #f2f2f2;
    padding: 1px 10px !important;
}
.nav-btn{
    background-color: #dc2126;
    color: #fff !important;
    font-size: 14px !important;
    border-radius: 4px;
    padding: 8px 12px !important;
    font-weight: 600;
}
/* .nav-btn:hover{
    background-color: #333;
} */
.nav-cart-icon{
    font-size: 20px;
    color: #dc2126;
}
.totalCartItems{
    font-size: 16px;
    font-weight: 700;
}
/* Navbar - End */

.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-17{
    font-size: 17px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}

.contact-info i{
    color: #dc2126;
    margin-right: 10px;
    width: 24px;
    text-align: center;
    font-size: 22px;
}

.product-view-carousel .owl-carousel .owl-item img{
    border: 1px solid #dad5d5;
}

.btn-primary1{
    background-color: #dc2126;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    border-radius: 4px;
    padding: 8px 19px !important;
    font-family: 'proxima_nova_rgregular' !important;
}
.btn-primary1:hover,
.btn-primary1:active{
    background-color: #d14d50 !important;
}

label{
    font-size: 14px;
    color: #555555;
}
.btnlink{
    color: #0055AA !important;
    font-size: 14px;
    text-decoration: none;
}

.section{
    padding-top: 64px;
    padding-bottom: 64px;
}
.card-box{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 14%);
    border-radius: 4px;
}
.card-box-heading{
    font-size: 24px;
    font-weight: 600;
    color: #dc2126;
}
.card-box-body{
    padding-top: 16px;
}
.form-control{
    border-radius: 0px;
    font-size: 14px;
    font-family: 'proxima_nova_rgregular' !important;
}
.form-control:focus{
    border-color: #dc2126 !important;
    box-shadow: 0 0 0 0.16rem rgb(13 110 253 / 6%) !important;
}
.login-logo{
    width: 150px;
}
.fs-12{
    font-size: 12px !important;
}

.main-heading{
    color: #dc2126;
    font-size: 26px;
    font-weight: 600;
    /* letter-spacing: 1px; */
    margin-bottom: 30px;
}

.navbar .dropdown-item{
    font-weight: 500;
    padding: 10px 3px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.select-category-box{
    height: 60vh;
    overflow-y: scroll;
}

.banner-area{
    background-image: url('../images/banner-image.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #fff; */
}
.banner-area-overlay{
    padding: 26px 0px;
    background-color: #161616b0;
}
.banner-heading{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.banner-area .breadcrumb-item,
.banner-area .breadcrumb-item a{
    color: #fff !important;
}
.banner-area .breadcrumb-item+.breadcrumb-item::before{
    color: #fff !important;
}

.list-style-none{
    list-style: none;
}

.product-box{
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    margin-bottom: 8px;
    border: 1px solid #dad8d8;
}
.product-box:hover{
    margin-top: -8px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.product-box img{
    width: 100%;
}
.product-box-body{
    padding-top: 10px;
    border-top: 1px solid #f1dede;
    text-align: center;
}
.product-box-body .product-name{
    font-size: 14px;
    font-weight: 400;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-box-body .product-code{
    font-size: 15px;
    font-weight: 600;
    color: #555;
}


.filter-box{
    background-color: #fff;
    padding: 16px;
    border-radius: 0.125rem;
    position: sticky;
    top: 140px;
    border: 1px solid #dad8d8;
}
.filter-title{
    font-size: 16px;
    border-bottom: 1px solid #ebe3e3;
    padding-bottom: 12px;
    font-weight: 600;
}
.filter-title i{
    color: #555;
    margin-right: 4px;
}

.filter-box ul li{
    padding-bottom: 2px;
    padding-left: 4px;
}
.filter-box .form-check-input:checked[type=radio]{
    background-image: none !important;
    /* box-shadow: 0 0 0 2px #fff; */
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}
.filter-box ul li .form-check-input[type=radio]{
    border-color: #ccc;
}
.filter-box ul li .form-check-input:checked{
    /* background-color: #dc2126;
    border-color: #dc2126; */
    background-color: #696cff;
    border: 3px solid #e7e7ff !important;
}
.filter-box ul li .form-check label,
.filter-box ul li .form-check input{
    cursor: pointer;
    color: #000;
    font-weight: 400;
}
.filter-box ul li .form-check input{
    font-size: 14px;
}
.filter-box ul li .form-check label{
    font-size: 14px;
}

.sm-heading{
    font-weight: 600;
    font-size: 18px;
    color: #555;
}
.product-view-box{
    margin: 0px 30px;
}
.product-view-box .product-breadcrumb{
    margin: 14px 0px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e3d7d7;
}
.product-view-box .product-breadcrumb label{
    font-weight: 400;
    font-size: 12px;
    color: #9a559a;
}
.product-view-box .product-breadcrumb label i{
    margin: 0px 2px;
}
.product-view-box .product-name{
    font-size: 26px;
    font-weight: 700;
    color: #d14d50;
    margin-bottom: 8px;
}
.product-view-box .product-code{
    font-size: 18px;
    color: gray;
}
.product-view-box .product-weight{
    font-family: "Courier New", Courier, monospace !important;
    font-size: 17px;
    color: gray;
    margin-top: 14px;
    margin-bottom: 6px;
    letter-spacing: 0;
}
.product-view-box .product-price .price-amount{
    font-size: 25px;
    color: #d14d50;
}
.product-view-box .product-price{
    margin-bottom: 20px;
    color: gray;
}
.quantityInput{
    font-weight: 700;
    color: #000;
}

.product-view-carousel #thumbs{
    margin-top: 10px;
}
.product-view-carousel .owl-carousel .owl-item img,
.product-view-carousel .owl-carousel .owl-stage-outer{
    border-radius: 10px !important;
}
.product-view-carousel .owl-nav .owl-prev {
    position: absolute;
    padding: 0px;
    top: 5%;
    left: -5.5%;

    font-size: 18px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 18px;
    height: auto;

    line-height: 60px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    color: #555 !important;
    border: 1px solid #d3c6c6 !important;
}
.product-view-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 0px;
    top: 5%;
    right: -6%;
    color: #444444 !important;
    font-size: 18px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 18px;
    height: auto;

    margin-top: 2px !important;
    margin-left: 0px !important;
    margin-right: 10px !important;

    line-height: 60px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    color: #555 !important;
    border: 1px solid #d3c6c6 !important;
}

/* .outer {
    margin:0 auto;
    max-width:800px;
} */
.owl-home-slider #big .item{
    height: 450px;
    overflow: hidden;
}
.owl-home-slider .owl-stage{
    background-color: #fff;;
}
.owl-home-slider #big .owl-item img{
    width: 86%;
    margin-left: auto;
    margin-right: 0%;
}
.owl-home-slider .item-content{
    position: absolute;
    top: 0;
    width: 40%;
    text-align: start;
    margin: 5% 8%;
    background: #fff;
}
.owl-home-slider .item-content h4{
    font-weight: normal !important;
    font-size: 48px;
    border: none;
    float: none;
    padding: 0px;
    margin: 10px 0px 24px 0px;
    line-height: 43px;

    font-family: 'Ban01';
    line-height: 40px;
    text-transform: uppercase;
    color: rgb(214, 149, 7);
}
.owl-home-slider .owl-stage-outer{
    background: #EEE;
}
.owl-home-slider .item-content p{
    font-family: Arial, sans-serif;
    color: #868585;
    font-size: 17px;
    line-height: 28px;
}
.owl-home-slider #thumbs .item{
    border-radius: 0px !important;
    border: 1px solid #ded2d2 !important;
}
.owl-home-slider #big.owl-theme .owl-next,
.owl-home-slider #big.owl-theme .owl-prev{
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #d14d50;
    padding: 0;
    font-size: 22px;
}

.underline{
    height: 3px;
    width: 70px;
    background-color: #DC2126;
    margin-bottom: 20px;
}
.btn-readmore{
    padding: 6px 20px;
    font-size: 13px !important;
    font-weight: 700;
    cursor: pointer;
    color: #0C8742 !important;
    background: none;
    border-radius: 0px !important;
    border: 2px solid #0C8742 !important;
}

.btn-readmore-link{
    padding: 6px 0px;
    font-size: 13px !important;
    font-weight: 700;
    cursor: pointer;
    color: #0C8742 !important;
    background: none;
    border-radius: 0px !important;
    text-decoration: underline;
}
.btn-readmore-link i{
    font-size: 16px;
    margin-left: 4px;
}

#big .item {
    background: #fff;
    padding: 0px 0px;
    margin:2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#thumbs .item {
    background: #C9C9C9;
    /* height:70px; */
    line-height:70px;
    padding: 0px;
    margin:2px;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }

.cart-box-items{
    padding: 10px;
    border: 1px solid #e5e0e0;
    margin-bottom: 14px;
    border-radius: 4px;
}
.cart-img{
    width: 100%;
}
.cart-box-items .cart-title{
    font-size: 16px;
    font-weight: 600 !important;
}
.cart-box-items .cart-code{
    font-size: 14px;
    font-weight: 400;
}
.cart-price{
    font-size: 16px;
    font-weight: 400;
}
.cart-btn-remove{
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    background-color: #dc2126;
    padding: 2px 10px;
}
.cart-btn-remove:hover{
    color: #fff;
    background-color: #555;
}
.cart-box-items .input-group-text{
    border-radius: 0px;
}

.back-to-top {
    width: 40px;
    height: 40px;
    background: #25d8ae url(../images/top-arrow.png) no-repeat;
    background-size: cover;
    position: fixed;
    right: 30px;
    bottom: 114px;
    z-index: 999;
    font-size: 0;
    line-height: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* -moz-box-shadow: 0px 0px 0px 8px rgba(26, 188, 156, .5);
    -webkit-box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%);
    box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%);
    -moz-animation: backtotop 2s infinite;
    -webkit-animation: backtotop 2s infinite;
    animation: backtotop 2s infinite;
    transition: .5s; */
    display: none;
}

.cart-top-title{
    font-size: 18px;
    color: #555;
    margin-bottom: 8px;
}

.footer-area{
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 30px;
}
.footer-area p,
.footer-area a{
    color: #b2b2b2;
}
.footer-heading{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.footer-links{
    list-style: none;
    padding: 0;
}
.footer-links li{
    padding: 6px 0px;
    font-size: 14px;
    color: #b2b2b2;
}
.footer-links li a:hover{
    color: #fff;
}
.footer-links li a i{
    margin-right: 4px;
}
.footer-links a{
    color: #b2b2b2;
}
.social-media-footer i{
    color: #b2b2b2;
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 10px 0px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.banner-breadcrum{
    display: flex;
    justify-content: end;
}
.product-description,
.product-description p{
    margin-bottom: 2px;
    font-size: 15px;
}

.text-light1{
    color: #504e4e !important;
}


.vip-memeber-content{
    position: relative;
    color: #807c7c;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    padding-bottom: 0px;
    margin-top: -28px;
}
.vip-memeber-content a{
    color: #fff;
}


/* @media screen and (max-width: 680px) and (min-width: 370px) { */

@media only screen and (max-width: 680px) {

    .vip-memeber-content{
        position: unset;
        margin-top: 0px;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }
    .banner-area nav.float-end{
        float: none !important;
    }
    .banner-area nav ol.breadcrumb{
        justify-content: center;
    }
    .navbar .nav-item .sdbr{
        border-right: 0px;
    }

    .nav-cart-icon{
        font-size: 16px;
    }
    .navbar .navbar-brand img{
        width: 170px;
    }
    .navbar-toggler .navbar-toggler-icon{
        width: 18px;
    }
    .navbar .nav-link{
        padding-top: 03px !important;
        padding-bottom: 03px !important;
        font-size: 16px;
        font-weight: 600;
        font-family: 'proxima_nova_rgregular' !important;
    }
	.nav-item{
        padding: 4px 0px;
        border-bottom: 1px solid #ddd;
    }
	.navbar .dropdown-menu .dropdown-item{
        padding: 5px 11px !important;
        font-size: 13px !important;
    }
    .related-products .owl-nav .owl-prev{
        right: 17% !important;
    }

    .owl-home-slider .item-content{
        margin: 5% 9%;
    }
    .owl-home-slider #big .item{
        height: 140px !important;
    }
    .owl-home-slider .item-content h4{
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 22px;
        height: 40px;
        overflow: hidden;
    }
    .owl-home-slider .item-content p{
        display: none;
    }
    .owl-home-slider .btn-readmore{
        margin-top: 20px;
        padding: 2px 8px;
        border: 1px solid #0C8742 !important
    }
    /* .owl-home-slider .item-content{
        width: 54%;
    } */

    .select-category-box{
        height: 16vh;
    }
    .banner-heading{
        font-size: 20px;
        margin-bottom: 11px;
        text-align: center;
    }
    .banner-area .breadcrumb-item, .banner-area .breadcrumb-item a{
        font-size: 13px;
    }
    .banner-breadcrum{
        display: flex;
        justify-content: center;
    }

    .owl-home-slider #big.owl-theme .owl-next, .owl-home-slider #big.owl-theme .owl-prev{
        width: 20px;
        height: 42px;
    }
    #big.owl-theme .owl-prev {
        left: -7px;
    }
    #big.owl-theme .owl-next {
        right: -10px;
    }

    .section{
        padding-top: 44px;
        padding-bottom: 44px;
    }
}

@media screen and (max-width: 375px) and (min-width: 320px) {
    .top-navbar .list-group li, .top-navbar .list-group li .top-nav-link{
        font-size: 12px;
    }
    .navbar .navbar-brand img{
        width: 130px;
    }
}
