a {
    color: #A4862B;
}
.display-2{
    font-size: 60px;
}

.product-cart-wrap {
    border: 1px solid #d6d6d6;
}
.card-2 figure img {
    max-width: 100px;
}

.product-cart-wrap .product-action-1 button::before,
.product-cart-wrap .product-action-1 a.action-btn::before {
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    bottom: 100%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    border: 7px solid transparent;
    border-top-color: transparent;
    border-top-color: #A4862B;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: .1s;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
}

.product-cart-wrap .product-action-1 button::after,
.product-cart-wrap .product-action-1 a.action-btn::after {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11px;
    padding: 7px 10px;
    color: #ffffff;
    background-color: #A4862B;
    content: attr(aria-label);
    line-height: 1.3;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.product-cart-wrap .product-content-wrap h2 a:hover {
    color: #A4862B;
}

.product-cart-wrap .product-card-bottom .add-cart .add:hover {
    background-color: #A4862B;
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.product-cart-wrap .product-card-bottom .add-cart .add {
    position: relative;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 4px;
    background-color: #A4862B;
    font-size: 14px;
    font-weight: 700;
    color: white;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 18px;
    font-weight: bold;
    color: #A4862B;
}

.logo.logo-width-1 a img {
    width: 60px;
}

.header-bottom .header-action-right a span.pro-count {
    background-color: #A4862B;
    color: #fff;
}

.card-2 {
    position: relative;
    background: #F4F6FA;
    background-color: rgb(244, 246, 250);
    text-align: center;
    border: 1px solid #F4F6FA;
    border-radius: 10px;
    padding: 20px 0px 18px 0px;
    margin-bottom: 20px;
    min-height: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 12px;
    color: #adadad;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 15px;
    font-weight: bold;
    color: #A4862B;
}

.banner-img .banner-text h4 {
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 100px;
    max-width: 50%;
}

.banner-img.style-2 {
    border-radius: 15px;
    overflow: hidden;
    /* height: 375px; */
    background: url(../../CategorySaree/SareeCategory.jpg) no-repeat center bottom;
    background-size: auto;
    background-size: cover;
    width: 100%;
}

.banner-img.style-2 .banner-text {
    top: 80px;
    -webkit-transform: none;
    transform: none;
}

.card-2 {
    position: relative;
    background: #fff5e1 !important;
    text-align: center;
    border: 1px solid #fff5e1 !important;
    border-radius: 10px;
    padding: 20px 0px 18px 0px;
    margin-bottom: 20px;
    min-height: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.card-2:hover a {
    color: #B8A259;
}

.product-list-small .product-price {
    color: #A4862B;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.product-cart-wrap .product-content-wrap .product-category a:hover {
    color: #A4862B;
}

.section-title.style-1::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #a4903a;
}

.widget-category-2 ul li:hover {
    border: 1px solid #a4903a;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.05);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.widget-category-2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #f3ebc8;
    padding: 9px 18px;
    margin: 0 0 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.widget-category-2 ul li a:hover {
    color: #A4862B;
    background-color: transparent;
}

.widget-category-2 .count {
    display: inline-block;
    background-color: #f3ebc8;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 20px;
    margin-left: 5px;
    font-size: 12px;
    color: #253D4E;
}

.product-cart-wrap:hover {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3ebc8;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

.product-cart-wrap .product-action-1 button,
.product-cart-wrap .product-action-1 a.action-btn {
    width: 40px;
    height: 36px;
    line-height: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    border-right: 1px solid #f3ebc8;
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f3ebc8;
}

.sort-by-dropdown ul li a:hover {
    background-color: #A4862B;
    color: #ffffff;
}

.sort-by-dropdown ul li a.active::before {
    content: "\f143";
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    color: #A4862B;
    font-family: 'uicons-regular-straight' !important;
    font-weight: 900;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #A4862B;
}

.noUi-connect {
    background: #A4862B;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.range #slider-range {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 4px;
    border-radius: 0px;
    background: #D6D7D9;
    color: #A4862B;
}

.widget-category-2 ul li:hover a {
    color: #A4862B;
}

.price_range {
    /* background: url(../imgs/banner/fillter-widget-bg.png) no-repeat right bottom; */
    background-size: 150px;
}

.section-title a.show-all:hover {
    color: #A4862B;
}

.pagination-area .page-item.active .page-link,
.pagination-area .page-item:hover .page-link {
    color: #fff;
    background: #A4862B;
}
.product-cart-wrap .product-img-action-wrap {
    padding: 15px 0px 0 0px;
}
.title-detail{
    font-size: 16px;
}
.detail-info .product-price .current-price {
    font-size: 28px;
}
.detail-info .product-price .old-price {
    font-size: 20px;
}
.product-extra-link2 .button.button-add-to-cart {
    height: 40px;
  line-height: 40px;
}
#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
  }
  button {
    margin: 40px;
    padding: 5px 20px;
    cursor: pointer;
  }
  .spinner {
      margin: 0 auto;
      height: 64px;
      width: 64px;
      animation: rotate 0.8s infinite linear;
      border: 5px solid firebrick;
      border-right-color: transparent;
      border-radius: 50%;
  }
  @keyframes rotate {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }
