.primary-color{
    color: var(--primary-color) !important;
}
.secondary-color{
    color: #EEEEEE;
}
.primary-border{
    border: 1px solid var(--primary-color) !important;
}
.bgprimary{
    background-color: var(--primary-color);
}
.bgprimary-light{
    background-color: #FFEAEB;
}
.bgsecondary{
    background-color: #F6F6F6;
}
.bgblue{
    background-color: #90deff;
}
.swiper-slide{
    padding: 20px 0 !important;
}
.promotion-vertical-slider .swiper{
   /* height: 419px;*/
   min-height: 120px;
}
.promotion-vertical-slider .swiper-button-next{
    position: absolute;
    top: 3%;
    left: 36%;
    transform: rotate(270deg);
}
.promotion-vertical-slider .swiper-button-prev{
    position: absolute;
    top: 93%;
    left: 36%;
    transform: rotate(270deg);
}
.product-vertical-slider .swiper{
    height: 475px;
}
.product-vertical-slider .swiper-button-next{
    position: absolute;
    top: 3%;
    left: 36%;
    transform: rotate(270deg);
}
.product-vertical-slider .swiper-button-prev{
    position: absolute;
    top: 93%;
    left: 36%;
    transform: rotate(270deg);
}
.green-circle{
    position: absolute;
    bottom: 15%;
    right: 7%;
    width: 34.79px;
    height: 35px;
    background: #00C95C;
    border-radius: 50%;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.card-green-circle {
    position: absolute;
    top: 1%;
    left: 5%;
    width: 35.79px;
    height: 35px;
    background: #00C95C;
    border-radius: 50%;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.card-red-circle {
    position: absolute;
    bottom: 8%;
    right: 13%;
    width: 39.79px;
    height: 39px;
    background: #FF0000;
    border-radius: 50%;
    line-height: 39px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
/*.border-gray{
    border: 1px solid #aaaaaad9!important;
}*/
.border-radius-0{
    border-radius: 0px !important;
}
.category-promotion-logo{
    width: 100px;
    height: 30px;
}
.shop-logo{
    width: 128px;
    height: 38px;
}
.category-promotion-image{
    width: 165px;
    height: 165px;
}
.btn-flat{
    border-radius: 0px !important;
}
.w-143{
    width: 143%;
}
.bg-red{
    background: #F36E71;
}
.main-promotion-img{
    width: 400px;
    height: 400px;
}
/*input[type=checkbox]:checked {
    background-color: #f16a6d !important;
    color: #f16a6d !important;
}*/
/*input[type=checkbox] {
    width: 23px;
    height: 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    background-color: #fff;
    outline: 0;
    border: 0;
    display: inline-block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input[type=checkbox]:focus {
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input[type=checkbox]:checked {
    background-color: #f16a6d !important;
    color: #fff;
    text-align: center;
    line-height: 15px;
}*/
.font-raleway{
    font-family: 'Raleway', sans-serif;
}
.font-HN{
    font-family: 'HN';
}
a{
    color: var(--primary-color);
}
.btn-faq{
    background: #F2F2F2;
}
.lh-30{
    line-height: 30px;
}
.bg-gray{
    background: #F6F6F6;
}
.btn-outline-gray{
    border-color: #a9a4a4;
}
.btn-bg-white{
    background-color:  #fff;
}
.fs-8{
    font-size: 8px;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fs-28{
    font-size: 28px;
}
.fs-32{
    font-size: 32px;
}
/*.container{
    max-width: 1280px;
}*/
@font-face {
    font-family: 'HN';
    src: url('HelveticaNeue.woff');
}
@font-face {
    font-family: 'HN';
    src: url('HelveticaNeuebold.woff');
    font-weight: bold;
}
.border-black{
    border: 2px solid black;
}
.border-grey{
    border: 1px solid #607d8b;
}
html,body {
    /*    width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden;*/
    /*font-family: 'HN' !important;*/
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.fw-200{
    font-weight: 200;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
h4{
    font-size: 23px;
}
.shadow-xs{
    box-shadow: 1px 1px 16px -5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 1px 16px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 16px -5px rgba(0,0,0,0.25);
}
.fixed-top{
    left:5px;
    transform: translate(-1%, 0%);
}
#main-content{
    margin-top: 210px;
    /*min-height: calc(81vh - 110px);*/
}
.logo{
}


.navbar{
    font-size: 20px;
    /*font-family: 'HN' !important;*/
}
.nav1{
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 11000 !important;
}

#promo-radius {
    border-radius: 8px;
    height: 4px;
    width: 100%;
    outline: none;
    background: #F36E71;
    -webkit-appearance: none;
}

.promotion-description img{
    max-width: 100%;
    height: auto;
}
.product-gallery-image{
    width: auto;
    height: 450px;
}

input[type='range']::-webkit-slider-thumb {
    width: 18px;
    -webkit-appearance: none;
    height: 18px;
    background: white;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.125);
}





/*.prom{
    display:none;
}*/
/*.nav2{
    
    font-size: 20px !important;
    font-weight: bold;
    color: #EEEEEE !important;
}
.nav2 button, ul li a{
    color: white !important;
}
.nav2 ul li a{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 13px;
    font-weight: 600;
}*/
/*.nav2 ul li a:hover{
    color: white !important;
    text-decoration: underline;
}
.nav3{
    margin-top: 5px;
}*/
.loginbtn{
    margin-top: -10px;
    padding-top: 12px;
    margin-right: -18px;
    margin-bottom: -8px;
    color: white !important;
}
.loginbtn:hover{
    color: black !important;
}
.signupbtn{
    margin-top: -16px;
    padding-top: 12px;
    margin-bottom: -8px;
    color: white !important;
}
.signupbtn:hover{
    color: black !important;
}
.clrblack a{
    color: black !important;
}
.nav-contact{
    font-size: 15px;
    margin-right: 40px;
}
.fa-phone-alt{
    margin-top: 10px;
    margin-right: 2px;
    font-size :25px;
}
.border-x{
    border-left: 2px solid black;
    border-right: 2px solid black;
}
.searchicon{
    position: absolute;
    margin-left: 10px;
}
.nav-search{
    padding: 5px 0 5px 35px;
    width: 490px;
    text-align: left;
}
.border-l{
    border-left: 2px solid black;
    height: 50px;
    border-radius: 0;
}
.border-b{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #000;
    line-height: 0.6em;
    margin: 10px 0 20px;
}
#banner-section{

}
#banner-section .banner-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-height: 500px;
}
.main-banner-text{
    position: absolute;
    top: 30%;
    left: 6%;
    color : white;
}
.main-banner-text a{
    color: white;
    text-decoration: none;
}
.second-banner-text{
    font-size: 10px !important;
}
#flashsale-section button{
    /*font-family: 'HN';*/
    font-size: 10px;
}
.heading{
    background:#fff;
}
.btn-custom{
    background-color: var(--primary-color);
    font-size:10px;
    color: white;
}
#promotions-section button{
    font-size:10px;
    color: white;
}
#hotdeals-section button{
    font-size:10px;
    color: white;
}
#brands-section a{
    text-decoration: none;
    color: black;
}
#asianpromotion-section h1{
    margin-top:35%;
    line-height: 60px;
    -webkit-text-stroke: 1px black;
    color: white;
    text-shadow:
        3px 3px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;

}
#asianpromotion-section button{
    font-size:10px;
    color: white;
}
.button-lg{
    font-size: 24px !important;
}
.price{
    color: #28a745;
    font-size: 25px;
    font-weight: bolder;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.font-small{
    font-size: 14px;
}

.glowbtn{
    background-color: #1c87c9;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.two-line-text{
    height: 50px;
}
.three-line-text{
    height: 75px;
}
@keyframes glowing {
    0% {
        background-color: var(--primary-color);
        box-shadow: 0 0 5px #ff0006;
    }
    50% {
        background-color: #0099ff;
        box-shadow: 0 0 20px #ed595c;
    }
    80% {
        background-color: var(--primary-color);
        box-shadow: 0 0 5px #0099ff;
    }
    100% {
        background-color: var(--primary-color);
        box-shadow: 0 0 5px #ff0006;
    }
}
.glowbtn {
    animation: glowing 1300ms infinite;
}
#banner-section .slide{
    height : 500px;
}
.margin-top-xl{
    /*margin-top: 190px;*/
    margin-top: 30px !important;
}

.rounded {
    object-fit: cover;
    border-radius: 50% !important;
    height: 150px;
    width: 150px;
    border: 2px solid black;
}

.sticky-offset {
    top: 185px;
}

/* Timer Styles */
ul#timer {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
}

ul#timer li {
    display: inline-block;
}

ul#timer li span {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #ed595c;
}

ul#timer li.seperator {
    font-size: 40px;
    line-height: 45px;
    vertical-align: top;
}

ul#timer li p {
    color: #000;
    font-size: 18px;
}

/* Timer Styles End */

/* Half Hidden Coupon Styles */
.btn-coupon{
    position: relative;
    padding: 10px 10px;
    border: 1px dashed grey;
    color: black;
    text-align: right;
    background-color: #eeeeee;
}
.hidden-coupon{
    position: absolute;
    padding: 10px 10px;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 105%;
    background-color: mediumvioletred;
    color: white;
    text-align: left !important;
    border-radius: .25rem;
    font-size: 15px;
}
.hidden-coupon:hover{
    width: 70%;
    transition: all .3s ease;
}

/* Half Hidden Coupon Styles End */

.border-promotions{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 3px solid var(--primary-color);
}
.border-limited-time{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 3px solid gold;
}
.border-overstock{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 3px solid #6C757D;
}
.border-group-buying{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 3px solid green;
}

.add-to-favorites{
    cursor: pointer;
}

.city-search-suggestions{
    position: absolute;
    top: 40px;
    z-index: 999999
}
.city-search-suggestions .list-group-item{
    font-size: 15px;
    cursor: pointer;
}


.promo-search-suggestions{
    position: absolute; top: 40px;left: 200px;z-index: 999999;
}
.promo-search-suggestions .list-group-item{
    font-size: 15px;
    cursor: pointer;
}

.hover-image-container {
    position: relative;
    width: auto;
}
.hover-image-container:hover .hover-image-overlay {
    opacity: 1;
}

.hover-image-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.hover-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: var(--primary-color);
}
/* Install the app */
.hidden {
    /*display: none !important;*/
}

#installContainer {
    position: absolute;
    bottom: 1em;
    display: flex;
    justify-content: center;
    width: 100%;
}

#installContainer button {
    background-color: inherit;
    border: 1px solid white;
    color: white;
    font-size: 1em;
    padding: 0.75em;
}

.expired-ribbon{
    position: absolute;
    top: -7px;
    right: -7px;
}
.expired-ribbon img{
    width: 70px !important;
    height: 70px !important;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}
.font-xs{
    font-size: 12px;
}
.banner-slider .slick-slide {
    margin: 0 20px;
}

.unstyled-li{
    list-style-type:none;
}

.border-rounded{
    border-radius: 5px;
}

.img-container{
    position: relative;
    text-align: center;
    color: white;
}
.img-container .top-left {
    position: absolute;
    top: 2px;
    left: 4px;
}
.img-container .top-centered {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-container .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.img-container .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.img-container .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}
.img-container .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* New Navbar Design Code START */
#search-form .input-group{
    width: 630px;
}
#search-form .input-group .map-marker{
    color: var(--primary-color);
    position: absolute;
    top: 9px;
    left: 15px;
    z-index: 50;
}
#search-form .input-group .close-icon{
    color: var(--primary-color);
    position: absolute;
    top: 9px;
    left: 265px;
    z-index: 50;
}
#search-form .input-group .close-icon:hover{
    cursor: pointer;
}
#search-form .input-group .input-search-city{
    background: #FFEEEE;
    color: var(--primary-color);
    font-weight: 600;
    padding-left: 40px;
    border-radius: 10px 0px 0px 10px;
}
.input-search-city::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--primary-color) !important;
    opacity: 1; /* Firefox */
}

.input-search-city:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--primary-color) !important;
}

.input-search-city::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--primary-color) !important;
}

#search-form .input-group .input-search-ad{
    color: #a9a9a9;
    border-radius: 0px 10px 10px 0px;
    width: 100px;
}

.input-search-ad::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #E5E5E5 !important;
    opacity: 1; /* Firefox */
}

.input-search-ad:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #E5E5E5 !important;
}

.input-search-ad::-ms-input-placeholder { /* Microsoft Edge */
    color: #E5E5E5 !important;
}
#search-form .input-group .search-icon{
    color: #d8d8d8;
    position: absolute;
    top: 9px;
    font-weight: normal;
    right: 9px;
    z-index: 50;
}
#search-form .input-group .search-icon:hover{
    cursor: pointer;
}
.btn-currency-selector{
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px;
    color: #CFCFCF !important;
    font-weight: 600;
}
#currency-nav .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 10px;
    min-width: 80px !important;
}
#currency-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
#currency-nav .dropdown-menu .dropdown-item{
    padding: .25rem 1.0rem;
    color: #CFCFCF !important;
    font-weight: 600;
}
.bgprimary{
    background: var(--primary-color) !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, var(--primary-color), #F67E81) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, var(--primary-color), #F67E81) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn-red{
    background: var(--primary-color) !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, var(--primary-color), #F67E81) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, var(--primary-color), #F67E81) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 7px 14px;
    color: white !important;
}
.btn-red:hover{
    background-color: #4C4C4C !important;
    background: #4C4C4C !important;  /* fallback for old browsers */
    color: white !important;
    border-color: #4C4C4C !important;
}
.btn-white{
    background-color: white;
    color: var(--primary-color);
    padding: 7px 14px;
}
.btn-white:hover{
    background-color: #4C4C4C !important;
    color: white !important;
}
.btn-black{
    background-color: #343A40;
    color: #ffffff;
    padding: 7px 14px;
}
.btn-black:hover{
    background-color: white !important;
    color: #343A40 !important;
}
.border-r-10{
    border-radius: 10px;
}

#navbar2 .otherlist a{
    color: white;
}
#navbar2 .dropdown-menu{
    background-color: #F67E81;
}
#navbar2 .dropdown-item:hover{
    background: none !important;
}
.border-round-white{
    border: 1px solid white;
    border-radius: 50%;
}

#footer .navbar{
    font-size: 15px;
}

#promotions-section .list-group-item{
    font-size: 14px;
}

.categories-section .list-group-item{
    font-size: 14px;
}

/* Post Styles START */
.main-content img{
    max-width: 100%;
    height: auto;
}
/* Post Styles END */
/* Product Styles START */
.product-description img{
    max-width: 100% !important;
    height: auto;
}
/* Post Styles END */

/* New Navbar Design Code END */

/* custom scrollbar code START */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: #a8bbbf;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color);
}
/* custom scrollbar code ENDS */
.category-image{
    width:64px;
    height:64px;
}
#searchposts-section ul a:hover{
    color: #007bff !important;
}
.rounded-box {
    border-radius: 1.3rem!important;
}
.rounded-box-left {
    border-top-left-radius: 1.3rem!important;
    border-bottom-left-radius: 1.3rem!important;
}
.bg-dark-gray{
    background-color: #f3f3f3 !important;
}
.text-light-blue{
    color: #29abe1;
}
.bg-light-aqua{
    background-color: #fbfbfb!important;
}
.div-shadow-bottom{
    /*height: 12px;*/
    box-shadow:0px 24px 21px -17px rgb(128 128 128);
    -webkit-box-shadow: 0px 24px 21px -17px rgb(128 128 128);
    -moz-box-shadow: 0px 24px 21px -17px rgb(128 128 128);
}
.rounded-circle {
    object-fit: cover;
    border-radius: 50% !important;
    height: 200px;
    width: 200px;
    border: 2px solid black;
}

.btn-circle {
    object-fit: cover;
    border-radius: 50% !important;
    height: 36px;
    width: 36px;
    border: 2px solid black;
}

.div-bg-blue{
    background-color: #1f7ebc;
}

.main-heading{
    font-size: 4rem;
}
.div-heading{
    font-size: 42px;
}
.px-5-percent{
    padding: 0px 0px;
}

.img-tab{
    width: 90px !important;
    height: 90px !important;
}

.h-150{
    max-height: 150px !important;
}
/*.container{
    max-width:1355px;
}*/
.bg-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.no-border{
    border-radius: 0px;
}
/*.deals-border-left{
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}*/
.carousel-indicators li {
    background-color: #9b9696 !important;
}
.carousel-indicators{
    bottom : -55px !important;
}
/*.swiper-button-next{
    right: -10%;   
}
.swiper-button-prev{
    left: -10%; 
}*/
:root {
    --swiper-navigation-size: 26px;
}
:root {
    --swiper-theme-color: #86888b;
}
.border-radius-10{
    border-radius: 10px;
}
.deals-border-left{
    border-radius: 10px 0 0 10px;
}
.deals-border-right{
    height:200px;
    width:200px;
    border-radius: 0 10px 10px 0;
}
.card-shadow{
    box-shadow: -4px -4px 10px rgba(222, 222, 222, 0.15);
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    box-shadow: -4px -4px 10px rgba(222, 222, 222, 0.15), 4px 4px 10px rgba(222, 222, 222, 0.24);
    border-radius: 10px;
}
.card-shadow:hover{
    cursor: pointer;
    box-shadow: -4px -4px 10px rgba(222, 222, 222, 0.4), 4px 4px 10px rgba(222, 222, 222, 0.4);
}
.trending-images{
    width:400px;
    height:400px;
    border-radius: 10px;
}
.trending-images-sm{
    width:195px;
    height:195px;
    border-radius: 10px;
}
.voucher-top-images{
    width:240px;
    height:240px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #F2F2F2;
}
.voucher-bottom-images{
    width:240px;
    height:120px;
    border-radius: 0 0 10px 10px;
}
.voucher-bg{
    position: relative;
    bottom: 24px;
    border-radius: 0 0 10px 10px;
}
.discount-div{
    bottom: 10%;
    z-index: 1;
    width: 217px;
    left: 3%;
    border: 1px solid #F2F2F2;
}
.hotdeals-image{
    width: 200px;
    height :200px;
}
.hotdeals-image-2{
    width: 228px;
    height :228px;
}
.hotdeals-div{
    bottom: 9%;
    z-index: 1;
    width: 214px;
    left: 86%;
    border: 1px solid #F2F2F2;
}
.hotdeals-bg-image{
    position: absolute;
    top: -7%;
    left: 48%;
}
.price-label{
    position: absolute!important;
    bottom: 1.5%;
    right:3.5%;
    background-color: #f26d70;
    width: 114px;
    height: 35px;
    padding: 5px 12px;
    border-radius: 10px 0px;
    font-size: 13px;
    text-align: center;
    line-height: 23px;
}
.price-label-sm{
    position: absolute!important;
    bottom: 0px;
    right: 15px;
    background-color: #f26d70;
    width: 96px;
    height: 23px;
    padding: -1px 26px;
    border-radius: 10px 0px;
    padding: 1px 5px;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
}
.brand-image{
    max-width: 225px;
    max-height: 75px;
}
.handpicked-image{
    width: 300px;
    height: 300px;
    border-radius: 0 0 10px 10px;
}
.hot-deals-image{
    width:204px;
    height: 204px;
}
.promotion-card-logo{
    width:175px;
    height:50px;
}
.promotion-card-img{
    width:200px;
    height:200px;
}
.checkout-img{
    height:148px !important;
    width:148px !important;
}
.promotion-img{
    cursor: pointer;
    height:50px;
    width:50px;
}
.variant-color{
    cursor: pointer;
    background: #FFFFFF !important;
    padding: 0px !important;
}
.gallery-image{
    cursor: pointer;
}
.white-circle{
    display:none;
    border-radius: 50%;
    height: 40px !important;
    width:40px !important;
    top:2%;
    left:5%;
    cursor: pointer;
}
.btn-know-more{
    display:none;
    position: absolute;
    top: 43%;
    left: 34%;
}
.trending-images:hover .btn-know-more{
    transition: .5s ease;
    display:block;
}
.trending-images:hover .white-circle{
    transition: .5s ease;
    display:block;
}
.trending-images-sm:hover .btn-know-more-sm{
    transition: .5s ease;
    display:block;
}
.trending-images-sm:hover .white-circle-sm{
    transition: .5s ease;
    display:block;
}
.white-circle-sm{
    display:none;
    border-radius: 50%;
    height: 35px !important;
    width:35px !important;
    top:2%;
    left:10%;
    cursor: pointer;
}
.btn-know-more-sm{
    display:none;
    position: absolute;
    top: 43%;
    left: 29%;
}
.card-heart{
    position: absolute;
    right: 2%;
    top: 2%;
}
.btn-130{
    width: 130px;
    height: 35px;
    line-height: 19px;
}
.btn-135{
    width: 135px;
    height: 46px;
}
.page-item a{
    color: black !important;
}
#categories-footer-sm .btn-link:hover{
    text-decoration: none !important;
}
.modal-open .modal{
    z-index: 11001 !important;
}
/*#child-1 {
    width: 500px;
    float: left;
    border-right: 1px solid gray;
}

#child-2 {
    width: 200px;
    float: left;
    border-left: 1px solid gray;
    margin-left: -1px;
}*/
.border-between {
    border-right: 1px solid #cfcfcf;
    position: absolute;
    left: 50%;
}
/* Language Switcher CSS START */
.langauge-switcher {
    font-family:Arial;
    font-size:12pt;
    text-align:left;
    cursor:pointer;
    overflow:hidden;
    width:173px;
    line-height:17px;
}
.langauge-switcher a {
    text-decoration:none;
    display:block;
    font-size:12pt;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}
.langauge-switcher a img {
    vertical-align:middle;
    display:inline;
    border:0;
    padding:0;
    margin:0;
    opacity:0.8;
}
.langauge-switcher a:hover img {
    opacity:1;
}
.langauge-switcher .selected {
    background:#fff linear-gradient(180deg, #efefef 0%, #fff 70%);
    position:relative;
    z-index:9999;
}
.langauge-switcher .selected a {
    border:1px solid #ccc;
    color:#666;
    padding:3px 5px;
    width:161px;
}
.langauge-switcher .selected a:after {
    height:24px;
    display:inline-block;
    position:absolute;
    right:10px;
    width:15px;
    background-position:50%;
    background-size:11px;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-repeat:no-repeat;
    content:""!important;
    transition:all .2s;
}
.langauge-switcher .selected a.open:after {
    -webkit-transform: rotate(-180deg);
    transform:rotate(-180deg);
}
.langauge-switcher .selected a:hover {
    background:#fff
}
.langauge-switcher .option {
    position:relative;
    z-index:9998;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-color:#eee;
    display:none;
    width:171px;
    max-height:198px;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    overflow-y:auto;
    overflow-x:hidden;
}
.langauge-switcher .option a {
    color:#000;
    padding:3px 5px;
}
.langauge-switcher .option a:hover {
    background:#fff;
}
.langauge-switcher .option a.selected {
    background:#fff;
}
#selected_lang_name {
    float: none;
}
.l_name {
    float: none !important;
    margin: 0;
}
.langauge-switcher .option::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
    border-radius:5px;
    background-color:#f5f5f5;
}
.langauge-switcher .option::-webkit-scrollbar {
    width:5px;
}
.langauge-switcher .option::-webkit-scrollbar-thumb {
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color:#888;
}

.langauge-switcher{
    position: fixed;
    right: 100px;
    bottom: 0px;
}

#goog-gt-tt {
    display:none !important;
}
.goog-te-banner-frame {
    display:none !important;
}
.goog-te-menu-value:hover {
    text-decoration:none !important;
}
.goog-text-highlight {
    background-color:transparent !important;
    box-shadow:none !important;
}
body {
    top:0 !important;
}
#div-language-switcher {
    display:none!important;
}
/* Language Switcher CSS END */

/* Product radio buttons START */
.product-radio-toolbar {
    margin: 10px;
}

.product-radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.product-radio-toolbar label {
    display: inline-block;
    /*background-color: #ffffff;*/
    padding: .25rem;
    font-family: sans-serif, Arial;
    font-size: 16px;
    /*border: 2px solid #fbfafa;*/
    /*border: 1px solid #dee2e6;*/
    background-color: #F2F2F2;
    border: 1px solid #E5E5E5;
    /*border-radius: 4px;*/
    cursor: pointer;
}

.product-radio-toolbar label:hover {
    background-color: #efefef;
}

.product-radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.product-radio-toolbar input[type="radio"]:checked + label {
    background-color: #efefef;
    border: 1px solid;
    border-color: #000;
}
.box-image{
    width: 80px;
    height: 80px;
}
.variant-row span{
    display: inline-block;
    /*background-color: #ffffff;*/
    padding: .25rem;
    font-family: sans-serif, Arial;
    font-size: 16px;
    /*border: 2px solid #fbfafa;*/
    /*border: 1px solid #dee2e6;*/
    background-color: #F2F2F2;
    border: 1px solid #E5E5E5;
    /*border-radius: 4px;*/
    cursor: pointer;
}
.variant-selected {
    background-color: #efefef !important;
    border: 1px solid !important;
    border-color: #000 !important;
}
.variant-disabled{
    opacity: .5;
    border: 1px dashed #92959e !important;
    background:
        linear-gradient(to top left,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) calc(50% - 0.8px),
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) calc(50% + 0.8px),
        rgba(0,0,0,0) 100%),
        linear-gradient(to top right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) calc(50% - 0.8px),
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) calc(50% + 0.8px),
        rgba(0,0,0,0) 100%);
}
/* Product radio buttons END */
.add-to-cart{
    max-width: 300px;
}
.btn-floating-add-to-cart{
    display: none;
    position: fixed;
    bottom: 70px;
    right: 0px;
    max-width: 300px;
    z-index: 9999;
}

.discount-circle{
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.other-variant-box{
    font-family: Roboto;
    font-size: 14px;
    min-height: 35px;
    min-width: 65px;
    background-color: #F2F2F2;
    border: 1px solid #E5E5E5;
    text-align: center;
}
.variant-image-box{
    width: 65px;
    height: 65px;
}
.bg-ligh-gray{
    background: #E5E5E5;
}
.product-img{
    cursor: pointer;
    height:70px;
    width:70px;
}
.arrowdown {
    display: inline-block;
    padding: 0 0 8px 10px;
    vertical-align: middle;
}

.arrowdown:before {
    content: '';
    border-width: 1px 1px 0 0;
    display: block;
    transform: rotate(135deg);
    border-style: solid;
    width: 8px;
    height: 8px;
    margin: 0 2px 0 0;
}
#navbar-section{
    /*left: 50%;*/
    top: 0;
    position: fixed;
    z-index: 101;
    width: 100%;
}
.categories-header{
    z-index: 1 !important;
    position: relative;
    background-color: transparent;
    color: #dadada;
}
.categories-header:hover{
    background-color: white;
    color: #000000;
}
.category-scroll {
    overflow-x: scroll;
}
.category-scroll::-webkit-scrollbar {
    width: 20px !important;
}

.category-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.category-scroll::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 20px;
    border: 4px solid transparent;
    background-clip: content-box;
}
.zoom-on-hover:hover{
    transform: scale(1.1);
}
.category-image-box img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    align-self: center;
    transition: all .5s ease-out;
    max-width: 100%;
}

.cursor-pointer:hover{
    cursor: pointer !important;
}

/*Display specific section START*/
/*tablet*/
@media (min-width: 992px){
    .modal-lg {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .product-vertical-slider .swiper-button-next{
        position: absolute;
        top: 3%;
        left: 40%;
    }
    .product-vertical-slider .swiper-button-prev{
        position: absolute;
        top: 93%;
        left: 40%;
    }
    .discount-div {
        bottom: 10%;
        z-index: 1;
        width: 217px;
        left: 5%;
    }
    .category-promotion-image {
        width: 100%;
        height: 154px;
    }
    .hot-deals-image {
        width: 200px;
        height: 200px;
    }
    .margin-top-xl{
        /*margin-top: 190px;*/
    margin-top: 20px !important;
    }
    .guide-section .main-heading {
        font-size: 2rem !important;
        margin-top: 0rem!important;
    }

    .guide-section .rounded-circle{
        height: 134px !important;
        width: 134px !important;
    }
    .guide-section .div-heading {
        font-size: 21px !important;
    }
    .guide-section h4 {
        font-size: 21px !important;
    }

    .img-tab{
        width: 90px !important;
        height: 90px !important;
    }
    .price-label{
        bottom: 0%;
        right:4%;
    }
    /*    .swiper-button-next{
            right: -2% !important;   
        }
        .swiper-button-prev{
            left: -2% !important; 
        }*/
    .handpicked-image {
        width: 100%;
    }
    .hotdeals-div {
        bottom: 16%;
        z-index: 1;
        width: 142px;
        left: 116%;
    }
    .hotdeals-image {
        width: 144px;
        height: 144px;
    }
    .hotdeals-bg-image {
        position: absolute;
        top: -7%;
        left: 38%;
    }
    .hotdeals-image-2 {
        width: 164px;
        height: 164px;
    }
    .deals-border-left{
        border-radius: 10px 0 0 10px;
    }
    .deals-border-right{
        height: 200px;
        width: 200px;
        border-radius: 0 10px 10px 0;
    }
    .w-143{
        width: 100%;
    }
    .white-circle {
        /* display: none; */
        left: 6%;
    }
    .btn-know-more {
        /* display: none; */
        top: 43%;
        left: 33%;
    }
    .white-circle-sm {
        /* display: none; */
        left: 11%;
    }
    .btn-know-more-sm {
        /* display: none; */
        top: 43%;
        left: 24%;
    }
    .card-red-circle {
        bottom: 2%;
        right: 7%;
    }
    .product-gallery-image{
        height: auto;
    }
}
/*mobile*/
@media (max-width: 575.98px) {
    .product-vertical-slider .swiper{
        height: 120px;
    }
    .product-vertical-slider .swiper-button-next{
        position: absolute;
        top: 21%;
        left: 95%;
        transform: rotate(0deg);
    }
    .product-vertical-slider .swiper-button-prev{
        position: absolute;
        top: 21%;
        left: 0%;
        transform: rotate(0deg);
    }
    .category-promotion-logo {
        width: 100px;
        height: 30px;
    }
    .category-promotion-image {
        width: 100%;
        height: 274px;
    }
    #banner-section .slide{
        height: auto;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .card-columns2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .margin-top-xl{
        margin-top: 20px !important;
    }
    .prom{
        min-height: auto;
    }
    ul#timer li span {
        font-size: 28px;
        font-weight: 300;
        line-height: 35px;
        color: #ed595c;
    }
    ul#timer li.seperator {
        font-size: 28px;
        line-height: 35px;
        vertical-align: top;
    }

    ul#timer li p {
        color: #000;
        font-size: 12px;
    }
    .main-banner-text{
        position: inherit;
        top: auto;
        left: auto;
        color : white;
        padding-top: 35px;
        padding-left: 15px;
        font-size: 14px;
    }
    .main-banner-text h1{
        font-size: 24px;
    }
    #banner-section .banner-img{
        width: 100%;
        height: auto;
        max-height: 300px;
    }
    .border-b{
        line-height: 0.95em;
    }
    #main-content{
        margin-top: 30px;
    }

    h1{
        font-size: 30px !important;
    }

    .btn-coupon{
        position: relative;
        padding: 20px 10px;
        border: 1px dashed grey;
    }

    .guide-section .main-heading {
        font-size: 26px !important;
        margin-top: 0rem!important;
    }

    .guide-section .mx-auto {
        margin-left: 62px !important;
    }
    .guide-section  h4 {
        font-size: 16px !important;
    }
    .guide-section h3 {
        font-size: 20px !important;
    }
    .guide-section h5 {
        font-size: 14px !important;
    }
    .guide-section h2 {
        font-size: 25px;
    }
    .mt-xs-24{
        margin-top: 24px !important;
    }
    .px-5-percent{
        padding: 0px 5% !important;
    }
    /*    .swiper-button-next{
            right: 0% !important;
            top:41%;
        }
        .swiper-button-prev{
            left: 0%!important;
            top:41%;
        }*/
    .price-label {
        bottom: 0px;
    }
    .trending-images-sm {
        width: 100%;
        height: 250px;
        border-radius: 10px;
    }
    .handpicked-image {
        width: 100%;
    }
    .hotdeals-div {
        bottom: 19%;
        z-index: 1;
        width: 142px;
        left: 110%;
    }
    .hotdeals-image {
        width: 200px;
        height: 200px;
    }
    .hotdeals-bg-image {
        position: absolute;
        top: -7%;
        left: 38%;
    }
    .hotdeals-image-2 {
        width: 228px;
        height: 228px;
    }
    .hot-deals-image{
        width:100% !important;
        height: 185px !important;
    }
    .deals-border-left{
        border-radius: 10px 0 0 10px !important;
    }
    .deals-border-right{
        /*        width: 100%;
                height:72px;*/
        border-radius: 0 10px 10px 0;
    }
    .w-143{
        width: 100%;
    }
    .white-circle {
        /* display: none; */
        left: 7%;
    }
    .btn-know-more {
        /* display: none; */
        position: absolute;
        top: 45%;
        left: 32%;
    }
    .white-circle-sm {
        /* display: none; */
        left: 6%;
        top: 4%;
    }
    .btn-know-more-sm {
        /* display: none; */
        position: absolute;
        top: 45%;
        left: 36%;
    }
    .green-circle {
        position: absolute;
        bottom: 12%;
        right: 18%;
        width: 46.79px;
        height: 47px;
        background: #00C95C;
        border-radius: 50%;
        line-height: 47px;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .card-green-circle {
        position: absolute;
        top: 3%;
        left: 5%;
        width: 46.79px;
        height: 47px;
        background: #00C95C;
        border-radius: 50%;
        line-height: 47px;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .voucher-top-images{
        margin: auto;
    }
    .voucher-bottom-images{
        margin: auto;
    }
    .discount-div{
        bottom: 10%;
        z-index: 1;
        width: 217px;
        left: 21%;
    }
    .brand-image {
        max-width: 158px !important;
        max-height: 75px;
    }
    .product-gallery-image{
        height: auto;
    }
    .categories-header{
        z-index: 1 !important;
        position: relative;
        background-color: white;
    }
    .categories-header small{
        color: #000000;
    }
    .category-scroll::-webkit-scrollbar {
        width: 50px !important;
    }
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .card-columns2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
