:root {
    --bs-primary-rgb: 212, 177, 150;
}

a {
    text-decoration: none;
    color: #232323
}

.onhover-dropdown .onhover-show-div {
    min-width: 165px !important;
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 15px;
    color: #8A8A8A;
    height: auto;
    padding: calc(10px +(12 - 10)*((100vw - 320px) /(1920 - 320))) calc(13px +(19 - 13)*((100vw - 320px) /(1920 - 320)));
    font-weight: 500;
    border-radius: 0;
    border: 0;
}

.theme-form {
    padding: 30px;
}

.top-header .header-contact li {
    color: #000;
}

.top-header .header-dropdown li a {
    color: #000;
}

.top-header .header-dropdown li a i {
    color: #000;
}

.top-header .header-dropdown li {
    color: #000;
}

.main-menu .brand-logo img {
    height: calc(75px + (34 - 25) * ((100vw - 320px) / (1920 - 320)));
}

.form-box .form-control {
    margin-bottom: 30px;
}

.nav-link.cls i {
    background-color: #D4B196 !important;
    color: #ffffff !important;
    border: 1px solid #D4B196 !important;
}

.pixelstrap a {
    position: relative
}

.pixelstrap a,
.pixelstrap a:hover,
.pixelstrap a:active {
    padding-right: 0px;
}

.pixelstrap li {
    padding-right: 22px;
    padding-left: 22px;
}

.pixelstrap a:hover:before {
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.pixelstrap a:before {
    position: absolute;
    top: 65px;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--theme-color);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.nav-link.cls {
    /* background-color: #D4B196 !important; */
    color: #D4B196 !important;
    /* border: 1px solid #D4B196 !important; */
}

/* contact us ul li  */
/* .contact-page .contact-right ul {
    grid-template-columns: 1fr 1fr 1fr !important;
} */
/* my profile  */
.address {
    height: 130px;
}

.about-us .image {
    float: left;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.about-us .image {
    float: left;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.about-us .image img {
    border-radius: 10px;
    transition: .3s all;
    object-fit: cover;
}

.about-us .image:hover img {
    transform: scale(1.2);
}

.not-found {
    font-size: 36px;
    text-align: center;
    padding: 90px;
    border: 3px dashed #cdcdcd;
    margin-bottom: 30px;
}

.videos a:hover:after {
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.videos a {
    display: block;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.fancybox-container,
.flashy-overlay {
    z-index: 999999;
}

.flashy-overlay .flashy-close {
    background-image: url(../images/icons/cancel.png) !important;
    height: 50px !important;
    width: 50px !important;
    margin: 10px !important;
    background-size: cover !important;
}


.footer-theme .footer-logo img {
    height: calc(65px + (34 - 25) * ((100vw - 320px) / (1920 - 320)));
}

.accordion-button:focus {
    box-shadow: none;
}
.collection-collapse-block .collection-accordion .accordion-item .accordion-body .collection-listing li .form-check .form-check-input::after{
    
    border-radius: 50%;
}



.tab-title li a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tab-title li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px; 
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    transition: 0.5s;
    top: 25px;
}
.tab-title li a:hover::after{
    width: 100%;
    height: 2px;
    transition: 0.5s;
    /* color: #991f1f !important; */
}

.product-detail .product-title {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s ease;
}

.product-detail .product-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    transition: width 0.5s ease;
}

.product-detail .product-title:hover::after {
    width: 100%;
}
.product-detail .product-title:hover{
    color: #D7BCB1;
}


/* product category hover css  */
.collection-listing .form-check .form-check-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s ease;
}

.collection-listing .form-check .form-check-label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    transition: width 0.5s ease;
}
.collection-listing .form-check .form-check-label.active-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-color);
    transition: width 0.5s ease;
    color: #D4B196 !important;
}
.form-check-label {
    position: relative;
}
.active-line{
    color: #D4B196;
}

.collection-listing .form-check .form-check-label:hover::after {
    width: 100%;
}
.collection-listing .form-check .form-check-label:hover {
    color: #D4B196 !important;
}


.basic-product .product-detail a  {
    /* width: 20%; */
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s ease;
}

.basic-product .product-detail a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    transition: width 0.5s ease;
}

.basic-product .product-detail a:hover::after {
    width: 100%;
}
.basic-product .product-detail a:hover {
    color: #D4B196 !important;
}
.underline a  {
    /* width: 20%; */
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s ease;
}

.underline a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    transition: width 0.5s ease;
}

.underline a:hover::after {
    width: 100%;
}
.underline a:hover {
    color: #D4B196 !important;
}

/* product category hover css end */



/* search model css  */
.search-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    overflow: auto;
  }

  
  .search-modal .modal-content {
    /* border: 1px solid red; */
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    /* max-height: 550px; */
    text-align: center;
   
  }
  .section-b-space{
     overflow-y: scroll;
  }
  
  .search-modal .close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
  }
  
  .search-input {
    width: 80%;
    padding: 10px;
    margin-right: 10px;
    font-size: 16px;
  }



  .slideshow-items {
    width: 500px;
  }
  .slideshow-thumbnails {
    width: 100px;
  }
  #slideshow-items-container { 
    display: inline-block; 
    position: relative; 
}
#lens, #result {
    position: absolute;
    display: none;
    z-index: 10; 
}

#lens {
    position: absolute;
    display: none !important;
}


#result {
    position: absolute;
    width: 400px !important;
    height: 400px !important;
    border: 1px solid #ccc;
    top: 0px !important; 
    left: 100% !important;
    /* right: 50% !important; */
}
.slideshow-items {
    display: none;
    max-width: 100%;
}

.slideshow-items.active {
    display: block;
}

.slideshow-thumbnails {
    cursor: pointer;
    opacity: 0.5;
    border: 1px solid transparent;
}

.slideshow-thumbnails.active {
    opacity: 1;
    border-color: #000;
}





  @media (max-width: 577px) {
    .main-menu .menu-right .icon-nav .mobile-search {
        right: 87%;
        z-index: 1;
    }
    .main-menu .menu-right .icon-nav .mobile-cart {
        right: 59%;
    }
    .top-header .header-dropdown .mobile-account, .top-header .header-dropdown .mobile-wishlist {
        right: 30%;
    }
}