@font-face {
    font-family: 'Recoleta Regular DEMO';
    src: url('../../fonts/Recoleta-Regular.otf') format('opentype');
    font-display: swap;
}


body{
    background-color: #fff;
    font-family: 'Recoleta Regular DEMO';
}

#site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fffffff0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}
/* .color-white.sticky .site-navigation ul>li.level-0>a {
    font-size: 13px;
    color: #fff;
}

.sticky .header-icons .cart-box .count-badge, .sticky .header-icons .wishlist-box .count-badge {
    color: #000000 !important;
    background: #ffffff !important;
}
    .sticky .header-icons .cart-box .count-badge, .sticky .header-icons i{
    color: #fff;
} */
 
.header-icons .cart-box .count-badge,
.header-icons .wishlist-box .count-badge {
    color: #ffffff;
    background: #0a0909;
    width: 15px;
    position: absolute;
    top: -13px;
    border-radius: 50px;
    left: 12px;
    text-align: center;
    vertical-align: center;
    font-size: 10px;
    right: auto;
    left: 11px;
    width: 17px;
}
.header-icons .cart-box .icon-search{
    color: #000;
}
.header-icons .cart-box .count-badge{
    left: 8px;
}
.site-main .block-sliders .slick-slide .shopnowBtn {
    height: 36px;
}
.search-box.position-relative input.search-input {
    border-radius: 6px;
}
.heroSection .hero-main-heading {
    font-size: 3rem;
    font-weight: inherit;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
.heroSection .brand-tagline-text{
    color: #fff;
    margin-bottom: 35px;
}
.block-sliders .item-content .item-info.vertical-middle {
    top: 40%;
}
.block-sliders.auto-height .item-content .content-image img {
    height: 80vh;
}
.prodcutSection {
    margin-top: -50px;
}
.prodcutSection a.collection{
    background-color: #000;
    color: #fff;
    padding: 0 20px !important;
}

.prodcutSection a.collection:hover{
    background-color: transparent;
    border: 1px solid #000000;
    color: #000;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}
.prodcutSection .slick-sliders .slick-slide .section-column{
    box-shadow:none;
    padding: 0 0;
    margin: 15px 0;
    border-radius: 6px;
}
.prodcutSection h3.title-banner {
    font-size: 1.3rem;
}
.prodcutSection .banner-image .catImgCont{
    box-shadow: none;
}
.prodcutSection .banner-image .content{
    padding: 0 20px 10px;
}

.benefitsSec .benefit-item .benefit-icon i{
    font-size: 37px;
    color: #000;
    padding-bottom: 17px;
}
.benefitsSec .benefit-item h4 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 10px;
}
.benefitsSec .benefit-item p {  
    font-size: 0.95rem;
    color: #555;
}
.color-white .site-navigation ul>li.level-0>a {
    color: #282727;
}
[class~=color-white] [class~=site-navigation] ul > li[class~=level-0] > a > span:before {
    height: 2px;
}
#main-navigation .sub-menu.custom-setting {
    max-height: 400px;
    overflow-y: auto;
}
#main-navigation .menu-list.categories li{
    padding: 5px 0;
}
#main-navigation .menu-list.categories li a{
    text-transform: capitalize !important;
}
#main-navigation .menu-section .subcategories .subcategory-list li{
    padding: 0 !important;
}
#main-navigation  .subcategories li h6{
    text-transform: capitalize !important; 
}   

/* .prodcutSection .banner-image .content{
    transform: scale3d(1.02, 1.1, 1);
} */
/* .section-column {
    box-shadow: 0 6px 13px rgb(0 0 0 / 18%);
    background: #000000;
}   
.prodcutSection .content h3,
.prodcutSection .content p {
    color: #ffffff;
} */
.prodcutSection a.collection {
    background-color: #ffffff;
    color: #000000;
}
.prodcutSection a.collection:hover {
    background-color: #e1e1e1;
    color: #000;
    border: 1px solid #1C1C1C80;
    border-top: 1px solid #1C1C1C80 !important;
    border-left: 1px solid #1C1C1C80 !important;
    border-right: 1px solid #1C1C1C80 !important;
    border-bottom: 1px solid #303030 !important;
}
.prodcutSection .banner-image .catImgCont img {
    object-position: center center;
    overflow: hidden;
    min-height: inherit;
    max-height: inherit;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.prodcutSection .banner-image .catImgCont {
    width: 100%;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.prodcutSection .banner-image .catImgCont a{
    width: 100%;
    height: 242px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-sliders .item-content .item-info .title-slider{
    font-size: 3.165rem;
    line-height: 50px;
}
.heroSection .brand-tagline-text{
    font-style: inherit;
}
.heroSection .block-sliders .item-content .item-info.vertical-middle {
    padding-left: 14rem !important;
}
.heroSection .block-sliders .item-content .item-info .title-slider {
    margin-bottom: 1.4pc;
}
/* .site-main .block-sliders .slick-slide .shopnowBtn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}
.site-main .block-sliders .slick-slide .shopnowBtn:hover {
    background-color: #000;
    color: #ffffff;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
} */
.categoriesSec .block-product-cats .catBtn a{
    background-color: #000 !important;
    background: #000;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #000;
}
.categoriesSec .block-product-cats .catBtn a:hover{
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}
.categoriesSec .block-product-cats .item-product-cat-content .item-image img {
    height: 290px;
    border-radius: 4px;
}
.categoriesSec .block-product-cats .item.item-product-cat{
    margin-bottom: 20px;
}
.contactDetailSec {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-image: url("../../media/banner/store_bg.png") !important;
}
.prodcutSection .banner-image:hover .catImgCont {
    /* transform: none; */
}

.newArrivalSec {
    background-color: #000000;
}
.newArrivalSec .products-content p{
    /* color: #fff; */
    margin-top: 8px;
}
/* .newArrivalSec .products-content h3.product-title {
    color: #ffffff;
} */
.newArrivalSec .products-content .price, .newArrivalSec .products-content .price ins {
    /* color: #f9f9f9; */
    font-size: 13px;
}
.newArrivalSec .items {
    background: #fff;
    border-radius: 4px;
}
.newArrivalSec .product-wapper img.arrivalImg {
    border-radius: 0px ;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.newArrivalSec .products-content {
    text-align: left;
    margin-top: 0px;
    padding: 12px 10px;
}
.newArrivalSec .products-entry .arrivalImgCont {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 5px;
    box-shadow: none;
}
.newArrivalSec a.collection {
    border: 1px solid #ffffff85 !important;
    background-color: #fcfcfc;
    color: #000000;
}
.newArrivalSec .items .badge-discount {
    top: 3px;
    left: 0px;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
}
.badge-discount {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #f54e05;
    color: #fff;
    box-shadow: 0px 0px 8px rgb(4 4 4 / 9%);
}
.newArrivalSec h2 {
    color: #fff !important;
}
.newArrivalSec .product-wapper img.arrivalImg {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.newArrivalSec .arrivalImgCont {
    max-height: inherit;
    min-height: inherit;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 6px 13px rgb(0 0 0 / 18%);
    overflow: hidden;
    width: 100%;
    height: 242px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newArrivalSec .product-icons-right.productBtns{
    display: none
}
.newArrivalSec .product-icons-right.productBtns{
    flex-direction: row;
    justify-content: center;
    top: auto;
    bottom: 33%;
    left: 8%;
}
.product-btn.added {
    background: #070707;
}
.newArrivalSec .products-entry:hover .product-icons-right.productBtns{
    display: flex;
    transition: all 0.3s ease-in-out;
}
.newArrivalSec .products-entry .product-btn {
    border-radius: 2px;
}
.block-info .block-widget-wrap .icon svg{
    color: #000;
    fill: currentColor;
}
.prodcutSection .slick-wrap i.slick-arrow {
    top: 0%;
}
.prodcutSection .slick-wrap i.slick-arrow::before {
    color: #000;
    font-size: 40px;
}
.prodcutSection .slick-wrap i.slick-arrow.fa-angle-right{
    right: 1%;
}
.prodcutSection .slick-wrap i.slick-arrow.fa-angle-left{
    left: auto;
    right: 4%;
}
.prodcutSection .slick-wrap .slick-arrow{
    visibility: visible;
    opacity: 1;
}
.prodcutSection .slick-wrap i.slick-arrow:hover:before {
    color: #5d5d5d;
    transition: all 0.2s ease-in-out;
}

.newArrivalSec .items .badge-discount {
    background: #ffffff;
    color: #000000;
    border-radius: 2px;
}

.shopSec ul.color li a:hover,
.shopSec .product-cats-list ul li a:hover{
    background-color: transparent !important;
    color: #000 !important;
}
.shopSec {
    background-color: #ffffff;
}
.shopSec .products-list.grid .product-wapper .products-content h3{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}
.shopSec .products-list.grid .product-wapper .product-lable{
    position: absolute;
    z-index: 9999999999;
    left: 39%;
    bottom: 8%;
    display: none;
}
.shopSec .products-list.grid .product-wapper:hover .product-lable{
    display: block;
    transition: all 0.2s ease-in-out;
}
.shopSec .products-list.grid .product-wapper .cartIcon,
.shopSec .products-list.grid .product-wapper .addToWishlistBtn{
    background-color: #fff !important;
    padding: 6px 8px !important;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #ddd !important;
}
.shopSec .products-list.grid .product-wapper .addToWishlistBtn{
    margin-right: 8px;
}
.shopSec .products-list.grid .product-wapper .product-lable i.fa-heart {
    position: relative;
    right: 0;
    top: 0;
    left: 2px;
}
.shopSec .products-list.grid .product-wapper .addToWishlistBtn.added{
    background-color: #000 !important;
}
.shopSec .products-list.grid .product-wapper .products-content .contents {
    width: 100%;
}
.shopSec .products-list.grid .product-wapper .products-content {
    margin-top: 13px;
}
.shopSec .products-list.grid .product-wapper .products-content p{
    margin-top: 4px;
    font-size: 12px;
}
.products-list.grid .product-wapper .products-content h3.product-title{
    letter-spacing: 1.2px;
}
.shopSec .products-list.grid .product-wapper .products-content .price {
    font-size: 14px;
    font-weight: normal;
}
.shopSec .pagination ul li a:hover{
    color: #939393 !important;
    border: 1px solid #7e7e7e !important;
}
.shopSec .pagination ul li a{
    padding: 3px 10px;
}
.shopSec .products-list.grid .product-wapper:hover img {
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.3s ease-in-out;
}
.shopSec .products-topbar .products-sort .sort-toggle {
    background-color: #ffffff;
    color: #4b4b4b;
    font-weight: normal;
}
.shopSec .products-topbar .products-sort .sort-toggle:after {
    color: #4b4b4b;
}
.products-topbar .products-sort .sort-list li {
    color: #000000;
}
.products-topbar .products-sort .sort-list {
    border: 1px solid #000;
}
.offcanvas.offcanvas-start{
    z-index: 99999999;
}
.offcanvas.offcanvas-start .block.block-product-filter,
.offcanvas.offcanvas-start .block.block-product-cats{
    margin-bottom:20px;
}
.offcanvas.offcanvas-start .block-title h2{
    margin-bottom: 12px;
}
.filterBtn{
    border: 1px solid #858585;
    margin-right: 20px;
}
.filterBtn:hover{
    border: 1px solid #565454;
}
.offcanvas-header{
    border-bottom: 1px solid #ccc;
}
.shop-details .sliderSec {
    padding-top: 30px;
}
.offcanvas.offcanvas-start .block ul li{
    margin-bottom: 10px;
}
.offcanvas.offcanvas-start .block ul li a{
    font-size: 13px;
    text-transform: capitalize;
}
.offcanvas.offcanvas-start ul.filter-items li a{
    line-height: 30px;
}
.offcanvas.offcanvas-start ul.filter-items li a span{
    height: 32px;
}
.applyFilterBtn{
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #000;
}
.applyFilterBtn:hover{
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}
.offcanvas.offcanvas-start .block ul.text li a:focus,
.offcanvas.offcanvas-start .block ul.text li a:focus span{
    color: #000;
}
.offcanvas.offcanvas-start .block ul.text li a:focus span{
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.shop-details {
    background-color: #ffffff;
}
.shop-details .product-info .title {
    font-size: 22px;
    line-height: 34px;
}
.shop-details .product-info .price del,
.shop-details .product-info .price ins {
    font-size: 17px;
}
.productRating .product-title {
    font-size: 2rem;
    margin-bottom: 10px;
}
table ul li.size-item{
    border:1px solid #ccc; 
    border-radius:4px; 
    padding:4px 12px; 
    cursor:pointer; 
    min-width:50px; 
    text-align:center;
}
.shop-details .sendMsg {
    background-color: #020202;
    color: #fff;
    border: 1px solid #000;
}
.shop-details .sendMsg:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}
.addtocartPop .shop-details .product-info .title {
    font-size: 20px;
}
.addtocartPop .shop-details .product-info .price del, 
.addtocartPop .shop-details .product-info .price ins {
    font-size: 16px;
}
.addtocartPop .variations table td.attributes ul.colors li {
    width: 48px;
    height: 37px;
}
.addtocartPop .shop-details .variations .label {
    font-size: 12px;
    margin-right: 8px;
    line-height: 35px;
}
.addtocartPop .shop-details .variations tr td.attributes {
    font-size: 14px;
}
.addtocartPop .single-product .quickview-single-info .quantity {
    height: 26pt;
}
.addtocartPop .shop-details .variations .quantity button.plus {
    border-radius: 25px;
    width: 11px;
    margin-top: 0px;
}
.addtocartPop .shop-details .variations .quantity button.minus::before {
    top: 4px;
}
#site-header .header-desktop{
    padding: 5px 0;
}
ul#menu-main-menu li:first-child{
    padding-right: 20px;
}
#site-header ul#menu-main-menu .site-logo img {
    max-height: 37pt;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
}
.back-top.button-show{
    height: 37px;
    padding: 6px 0;
    border-radius: 4px;
    background-color: #f0a407;
}
.back-top.button-show:hover{
    background-color: #000; 
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
}
.addtocartPop .shop-details .variations .quantity input {
    margin-top: 5px;
}
.parrallxSec .content{
    z-index: 999999;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    position: absolute;
    left: 5%;
    bottom: 10%;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: column;
}
.parrallxSec .content a{
    position: relative;
    left: 0;
    width: 50%;
    background-color: #ffffff;
    color: #030303;
    border: 1px solid #fff;
}
.parrallxSec .content a:hover{
    background-color: #000000;
    color: #f8f8f8;
    border: 1px solid #000000;
    transition: all 0.3s ease-in-out;
}
.parrallxSec .content h2{
    font-size: 45px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.parrallxSec .content p{
    font-size: 15px;
    text-transform: capitalize;
}
.shopByCat{
    padding: 50px 0 ;
}
.shopByCat .block-product-cats.round-border .item-product-cat-content.thai-categroy .item-image img {
    border-radius: 93px;
    height: 140px;
    width: 139px;
}
.shopByCat .block-product-cats.round-border .item-product-cat-content.thai-categroy h2.item-title{
    margin-top: 15px;
}
.new-arrivals-section .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.new-arrivals-section .product-image img {
    width: 100%;
    height: 300px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.new-arrivals-section .product-info{
    padding: 5px 10px;
}
.new-arrivals-section .product-info .product-name{
    font-size: 15px;
    height: auto;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4px;
}
.new-arrivals-section .product-info p.product-price{
    font-size: 13px;
    margin: 6px 0 0;
}
.new-arrivals-section .product-card{
    border-width: 0;
    border-color: #ebebeb;
    width: 100%;
}
.new-arrivals-section .badge-discount {
    top: 6px;
    left: 6px;
}
.mainSliderSection .block-sliders i.slick-arrow{
    line-height: 44px;
    top: 36%;
    display: none !important;
}
.mainSliderSection .block-sliders:hover i.slick-arrow{
    /* display: block !important; */
    transition: all .3s ease-in;
}
.mainSliderSection .block-sliders i.slick-arrow:hover{
    background: #000;
    border: 1px solid #000;
}

.home .site-header.header-v1 {
    border-top: none;
}
.home .site-header.header-v1 {
    position: relative;
}
#site-main.margintop {
    margin-top: 0rem;
}
.mainSliderSection .slick-dots{
    bottom: 26%;
    text-align: right !important;
    right: 3%;
}
.mainSliderSection .slick-dots li.slick-active button:before{
    border: 1px solid red;
    padding: 5px;
}
.site-main .mainSliderSection .block-sliders .slick-slide .shopnowBtn{
    left: 44%;
    bottom: 20%;
    top: auto;
    padding: 8px 35px;
}

.mainSliderSection .block-sliders .item.slick-slide{
    height: auto;
}
.header-search-wrapper i.fa-search{
    color: #000;
}
header.sticky .header-search-wrapper i.fa-search{
    color: #fff;
}
header .header-search-wrapper .search-box{
    max-width: 200px;
}
.heroSection {
    margin-top: 0rem;
}
/* header.sticky [class~=site-navigation] ul > li[class~=level-0] > a > span:before{
    background: #fff;
} */
.parallax-banner {
    height: 90vh;
}
.faqsSec .accordion-button {
    border: none;
    background: #ffffff;
}
.faqsSec .accordion-body {
    background-color: #f8f8f8;
}
.page-contact .info-items .block-contact-form {
    background-color: #ffffff;
}
.page-contact .info-items .block-contact-form .sendMsg {
    background-color: #000000;
    border: 1px solid #000;
    color: #fff;
}
.page-contact .info-items .block-contact-form .sendMsg:hover{
    background-color: transparent;
    color: #000;
    transition: all .3s ease-in;
}
.page-contact .info-title h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
}
.page-contact .info-title {
    margin: 40px 0 0;
}
.page-contact .info-item {
    text-align: left;
    margin-top: 40px;
}
.page-contact .info-item .item-content,
.page-contact .info-item,
.page-contact .contactList {
    text-align: center;
}
.page-contact .info-items .block-contact-form {
    padding: 44px 50px;
}
.contact-us-form .form-control-wrap .form-control {
    border: 1px solid #b7b7b763 !important;
    padding: 11px !important;
}
.page-contact .info-items .block-contact-form .block-title p {
    margin-bottom: 25px;
}
.page-contact .info-items .block-contact-form .block-title h2 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 7px;
}
.page-contact .info-items .block-contact-form .sendMsg {
    width: auto;
    padding: 9px 32px;
    font-size: 13px;
}
.page-contact .info-items .block-contact-form {
    margin-top: 60px;
}
.uaeCatSec .slick-slide {
    height: auto;
}
.site-main .block-sliders .slick-slide .uaeshopnowBtn {
    top: 75%;
    height: auto;
}
.block-product-cats .content-category .item-product-cat-content img{
    height: 300px;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content .product-cat-content-info h2 a{
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #000;
    padding: 1px 15px !important;
}

.uaeCatSec .block-product-cats .content-category .item-product-cat-content .product-cat-content-info h2 a:hover{
    background-color: #fff !important;
    color: #000 !important;
    transition: all .3s ease-in-out;
}
.uaeCatSec{
    padding: 40px 0 50px;
}
.uaeMainSlider .slick-slide {
    height: auto;
}

.trending-product-section .product-price-row{
    box-shadow: none;
    background: transparent;
    color: #000;
    margin: 0;
    padding: 0;
}
.trending-product-section .product-name{
    height: auto;
    margin: 0;
    font-size: 15px;
}
.trending-product-section .product-name a:hover{
    text-decoration: none;
}
.trending-product-section .product-price-row:hover{
    color: #000;
}
.trending-product-section .product-price-row:hover .ins {
    color: #000 !important;
}
.trending-product-section .product-info {
    text-align: center;
    padding: 15px 5px;
}
.product-price-row .price{
    margin: 7px auto;
}
.checkoutSec .checkoutHead.cartHead {
    margin-bottom: 3rem;
}
.checkoutSec .form-section {
    padding: 40px 35px;
}
.checkoutSec {
    padding: 40px 0;
}
.black_logo{
    display: none;
}
/* header.sticky .black_logo{
    display: block;
    transition: all 0.5s ease-in;
}
header.sticky .white_logo{
    display: none !important;
} */
.shopSec {
    padding: 40px 0 40px;
}
#site-footer .addressCont1 img{
    margin-bottom: 10px;
}
.thaiBannerCont {
    transform: translate3d(8%, 50px, 0);
    opacity: 0;
    animation: slideUp 0.8s ease-out forwards;
    animation-delay: 0.35s;  
}
.thaiBannerCont.active {
    transform: translate3d(8%, -340px, 0);
    opacity: 1;
}

@keyframes slideUp {
    from {
        transform: translate3d(8%, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(8%, -320px, 0);
        opacity: 1;
    }
}

.site-main .block-sliders .slick-slide .thaiBannerCont .shopnowBtn{
    position: relative;
    left: 0;
    bottom: 0;
}
.thaiBannerCont h3{
    font-size: 60px;
    margin: 15px 0;
    font-weight: 600;
    
}
#site-header {
    position: relative;
    z-index: 1000;
    transition: all 0.35s ease;
}
.product-card:hover .product-icons{
    opacity: 1;
    transform: translateX(0);
}
.new-arrivals-section .product-info{
    text-align: left;
    padding-left: 0;
}
.new-arrivals-section .product-info .product-name{
    font-weight: 500;
    line-height: 24px;
}
.new-arrivals-section .product-info .product-name a:hover{
    text-decoration: none;
    color: #bd9953;
    transition: all .2s ease-in-out;
}
.trending-section.new-arrivals-section{
    /* transform: translateY(-143px); */
    padding: 40px 0;
}
.promo-marquee {
    width: 100%;
    background: #000;
    color: #fff;
    overflow: hidden;
    transform: rotate(357deg);
    padding: 10px 0;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 55s linear infinite;
    justify-content: center;
    align-items: center;
}
.promo-marquee span {
    font-size: 14px;    
    white-space: nowrap;
    padding: 0 10px;
    display: inline-block;
}
.promo-marquee span.off {
    font-size: 24px;
    font-weight: normal;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.saleOffTop{
    margin-top: 120px;
}
.saleOffBottom{
    margin-bottom: 120px;
}
.offSaleSec .saleCont{
    background-color: #000;
    padding: 70px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offSaleSec .saleCont h4{
    font-size: 34px;
    color: #fff;
    z-index: 9999999999;

}
.offSaleSec .saleCont h5{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    z-index: 9999999999;
}
.saleBtn{
    background-color: #fff;
    color: #000;
    padding: 4px 33px;
    border-radius: 2px;
    z-index: 9999999999;
}
.saleBtn:hover{
    background-color: #f0a407;
    background: #f0a407;
    color: #fff;
    transition: all .4s ease-in-out;
}
.saleContainer{
    margin: 0 30px  !important;
}
.offSaleSec .saleCont .text_custom_animation {
    animation: text_custom_animation 3s ease-out infinite;
    --fisrt-color: #e1ca19; 
    --second-color: #ff1a1a;
}
@keyframes text_custom_animation {
  0% {
    color: var(--fisrt-color);
  }
  50% {
    color: var(--second-color);
  }
  100% {
    color: var(--fisrt-color);
  }
}
.offSaleSec{
    margin-top: -150px;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content a.productDetail{
    background-color: transparent;
    font-weight: 500;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content .videoCont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    transform: translateY(-114%);
    margin: 0 20px;
    padding: 9px;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content .videoCont .tagCont p{
    padding-left: 7px;
    margin-bottom: 0;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content .videoCont .tagCont p span{
    font-size: 13px;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content .videoCont .tagCont p ins{
    text-decoration: none;
    color: #f0a407;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content .videoCont .tagCont{
    text-align: left;
    padding-left: 6px;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content .videoCont img{
    height: 55px;
    width: 45px;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content .videoCont  svg{
    border: 1px solid #000;
    border-radius: 50px;
    color: #0f0e0e;
    padding: 5px;
    font-size: 32px;
    transform: rotate(339deg);
    z-index: 9999999;
}
.uaeCatSec .block-product-cats .content-category .item-product-cat-content .videoCont  svg:hover{
    color: #fff;
    background-color: #000;

}
.banner-wrapper-infor{
    margin-left: -4px;
}









/*******************************************************
*********************************************************
*********************************************************
                RESPONSIVENESS
*********************************************************
*********************************************************
************************/

@media screen and (max-width: 991px) {
    #site-header .header-mobile {
        padding: 18px 6px 14px 0;
    }
    #site-header .site-logo img {
        top: 0%;
        max-height: 39pt;
    }
    .mainSliderSection .block-sliders i.slick-arrow {
        line-height: 35px;
    }
    .new-arrivals-section .product-info {
        padding: 3px 5px;
    }
    .new-arrivals-section .product-info .product-name {
        font-size: 14px;
    }
    #mobile-main-menu ul.mm-listview{
        flex-direction: column !important;
    }
    #mobile-main-menu ul.mm-listview a.active-login{
        color: #fff;
    }
    #mobile-main-menu ul.mm-listview li.mm-selected a{
        background: transparent !important;
    }
    .site-mobile-navigation, .site-mobile-vertical {
        height: 85vh;
    }
    .parallax-banner {
        height: 71vh;
    }
    .parrallxSec .content h2 {
        font-size: 30px;
    }
    .parrallxSec .content p {
        font-size: 13px;
    }
    .parallax-banner .shopnowBtn{
        height: auto;
        padding: 6px 21px;
    }
}
@media screen and (max-width: 767px) {
    .parallax-banner {
        padding: 20px 0;
    }

    .parrallxSec .content h2 {
        font-size: 22px;
    }
    .parallax-banner {
        height: 60vh;
    }
    .site-mobile-navigation, .site-mobile-vertical {
        height: 95vh;
    }
    .block-sliders .item-content .item-info.vertical-middle {
        top: 27%;
    }
    .heroSection .block-sliders .item-content .item-info.vertical-middle{
        padding-left: 2rem !important;

    }
    .block-sliders .item-content .item-info .title-slider {
        font-size: 2rem;
        line-height: 39px;
    }
    .block-sliders.auto-height .item-content .content-image img {
        height: 36vh;
    }
    .prodcutSection .slick-wrap i.slick-arrow.fa-angle-left {
        right: 7%;
    }
    .categoriesSec .block-product-cats .item-product-cat-content .item-image img{
        height: 50vh;
        width: 50%;
    }
    .contactDetailSec {
        padding: 31px 5px !important;
    }
    .contactDetailSec .info-wrap{
        padding: 31px 5px !important;
    }
    .categoriesSec{
        margin-bottom: 20px !important;
    }
    .jewlerySec.collectionPage .banner-image img {
        max-height: 260px;
    }
    
}


@media screen and (max-width: 576px) {
    .parrallxSec .content p {
        margin-bottom: 5px;
    }
    .trending-section .block-widget-wrap .tab-pane.active {
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    #site-footer .addressCont1 img {
        margin: 0 auto 10px;
        display: block;
    }
    #site-footer .addressCont1 p{
        text-align: center;
    }
    .block-sliders .item-content .item-info.vertical-middle {
        top: 18%;
    }
    .categoriesSec .block-product-cats .item-product-cat-content .item-image img{
        height: 35vh;
        width: 100%;
    }
    .shopSec {
        padding: 20px 0;
    }
    .products-list.grid .product-wapper .products-thumb .product-thumb-hover img {
        max-height: 222px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .shopSec .products-topbar {
        margin-bottom: 5px;
    }
    
}