

/* header Start  */
/* topbar */
.topbar{
    border-bottom: 1px solid var(--border);
    z-index: 3;
    font-size: 13px;
    color: var(--black);
    z-index: 1;
    position: relative;
}
.topbar .topbar-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.topbar .topbar-content .topbar-left .topbar-inner{
    align-items: stretch;
    height: 100%;
}
.topbar .topbar-content .topbar-right{
    display: flex;
    gap: 15px;
    align-items: center;
}
.header-social-link{
    display: flex;
    align-items: center;
    gap: 5px;
    height: 45px;
}
.header-social-link a{
    color: var(--black);
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1;
}
.header-social-link a:hover{
    color: var(--mcolor);
}
.header-social-link a i{
    font-size: 14px;
}
/* dropdown-xs */
.dropdown-xs .btn{
    color: var(--dark);
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}
.dropdown-xs .dropdown-toggle::after{
    content: unset;
}
.dropdown-xs .btn:active {
    border: none;
}
.dropdown-xs .btn-check:checked+.btn, 
.dropdown-xs .btn.active, 
.dropdown-xs .btn.show, 
.dropdown-xs .btn:first-child:active, 
.dropdown-xs :not(.btn-check)+.btn:active{
    border: none;
}
.dropdown-xs .dropdown-menu{
    padding: 5px 5px;
    width: auto;
    min-width: auto;
}
.dropdown-xs .dropdown-menu li:first-child{
 
}
.dropdown-xs .dropdown-menu .dropdown-item{
    font-size: 10px;
    font-weight: 500;
    padding: 5px 10px;
    line-height: 1;
}
.dropdown-xs .dropdown-menu .dropdown-item:hover{
    background-color: var(--mcolor);
    color: var(--white);
}
.header-middel{
    padding: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 90px;
}
/* logo */
.site-branding .logo{
    max-width: 160px;
}
/** Header_search **/
.header_search{ 
    border: 1px solid;
    border-color: var(--border);
    border-radius: 5px;
    /* display: flex;
    align-items: stretch; */
    background-color: var(--white);
    border-radius: 3px;
    color: var(--text);
 }
.header_search .form-control{
    border: 0;
    padding-left: 20px;
}
.header_search .header_search_box{
    position: relative;
}
.header_search .header_search_box .btn{
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    height: calc(100% - 9px);
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_search .header_search_box i{
    font-size: 16px;
    font-weight: normal;
}
/* header-top-buttons  */
.header-top-buttons .top-action-btn{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.header-top-buttons .top-action-btn i{
    font-size: 24px;
    line-height: 1;
    color: var(--black);
}
.header-top-buttons .top-action-btn .badge{
    position: absolute;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    min-width: 15px;
    min-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
    top: -7px;
    font-size: 10px;
}
.header-top-buttons .top-action-btn .top-action-btn-text{
    font-size: 11px;
}

.main-header {
    min-height: 74px;
  }
  .main-hedaer-content {
    min-height: 74px;
    
  }
 
.main-navbar{
    position: relative;
    background-color: var(--mcolor);
    border-radius: 5px;
    margin: auto;
    z-index: 9;
}

  .main-navbar .main-nav-top-inner {
    display: flex;
    align-items: center;
  }
  /* catagory-list */
  .catagory-list {
    height: 74px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 0;
    position: relative;
    margin-right: 10px;
  }
  .catagory-list .catagory-btn {
    font-size: 12px;
    color: var(--white);
    background: var(--yellow);
    padding: 10px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
  }
  .catagory-list .catagory-btn i {
    margin-left: 4px;
    font-size: 14px;
  }
  .catagory-list .submenu,
  .navbar ul li .submenu {
    min-width: 230px;
    position: absolute;
    padding: 20px 0;
    background-color: var(--white);
    border-radius: 0 0 5px 5px;
    border: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0/9%);
    -moz-box-shadow: 0 15px 30px -4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 30px -4px rgb(0 0 0/17%);
    left: 0;
    top: 100%;
    transform: translateY(20px);
  }
  
  .catagory-list:hover > .submenu,
  .catagory-parent:hover .submenu,
  .navbar ul > li.menu-item:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s,
      opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  }
  /* .navbar ul>li.menu-item:hover>ul.submenu */
  .navbar{
    padding: 0;
  }
  .navbar > ul > li.has-submenu > .submenu .submenu {
    right: auto;
    left: 100%;
    top: -20px;
  }
  .catagory-list .primary-catagory .submenu {
    min-width: 230px;
    left: 100%;
    top: 0;
  }
  .catagory-list .submenu > li {
    margin-left: 0;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 25px;
  }
  .catagory-list .submenu > li + li {
    padding-top: 10px;
  }
  .catagory-list .product-catagory {
    width: 100%;
    display: block;
    text-transform: capitalize;
    color: var(--black);
    font-size: 13px;
  }
  .catagory-list li.catagory-item img {
    margin-right: 10px;
    border-radius: 0;
    width: 20px;
    height: 20px;
  }
  .catagory-list .submenu .submenu {
    right: auto;
    left: 100%;
    top: -20px;
  }
  
  /* navbar */
  .navbar .navigation {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .navbar > ul > li.menu-item {
    height: 74px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .navbar > ul > li.menu-item > a {
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    padding: 0;
    margin-right: 20px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
  }
  .navbar ul li .submenu > li {
    margin-left: 0;
    text-align: left;
    display: block;
    position: relative;
    padding: 0 25px;
    font-size: 13px;
  }
  .navbar .submenu > li.menu-item:hover > a{
      color: var(--mcolor);
  }
  .navbar ul li .submenu > li a i,
  .navbar > ul > li.menu-item > a i {
    color: var(--white);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    font-size: 12px;
    font-weight: 600;
  }
  .navbar ul li .submenu > li a i {
      right: 0 !important;
      color: var(--black) !important;
      font-weight: normal !important;
  }
  .navbar > ul > li.menu-item:last-child > a {
    margin-right: 0;
  }
  .navbar ul li .submenu > li.menu-item > a {
    padding: 0;
    line-height: 30px;
    font-weight: 400;
    color: var(--ninetheme-dark-soft);
    text-transform: capitalize;
    position: relative;
    display: block;
  }
  .navbar > ul > li > .submenu {
    left: 0;
    top: 100%;
  }
  /* header-phone-number */
  a.header-phone-number {
    display: flex;
    align-items: center;
    color: var(--white);
}
a.header-phone-number i {
    font-size: 24px;
    margin-right: 10px;
}
a.header-phone-number span {
    display: flex;
    flex-direction: column
}

a.header-phone-number span.phone-number {
    font-weight: 600;
    font-size: 13px
}

a.header-phone-number span.phone-text {
    font-size: 10px;
    color: var(--yellow-light)
}
.main-nav-top-right .main-nav-top-inner>div:not(:first-child) {
    margin-left: 30px;
    display: flex;
    align-items: center
}
/* header-location */
.header-location{
    height: 74px;
}
.header-location .header-location-trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: var(--white);
    flex-direction: column;
    padding-right: 20px;
    cursor: pointer
}
.header-location .header-location-trigger:after,
.discount-products-wrapper .header-discount-trigger-text:after {
    content: "\ea4e";
    font-family: remixicon !important;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 3px;
    color: var(--white);
    -webkit-transition: all .2s cubic-bezier(.17,.62,.44,.99);
    transition: all .2s cubic-bezier(.17,.62,.44,.99);
}
.header-location.open .header-location-trigger:after,
.discount-products-wrapper.show .header-discount-trigger-text:after {
    transform: rotate(180deg);
}
.header-location .header-location-description {
    font-size: 10px;
    color: var(--yellow-light)
}
.header-location .header-current-location {
    font-size: 13px;
    font-weight: 600;
    color: var(--white)
}
.select-location {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 320px;
    z-index: 106;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px)
}
.header-location.open .select-location {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transition: transform .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .15s;
    transition: transform .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .15s
}

.select-location .select-location-wrapper {
    position: relative;
    padding: 30px;
    background-color: var(--white);
    will-change: transform;
    -webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0/9%);
    -moz-box-shadow: 0 15px 30px -4px rgba(0,0,0,.09);
    box-shadow: 0 15px 30px -4px rgb(0 0 0/9%);
    border-radius: 0 0 5px 5px
}

.select-location.active .select-location-wrapper {
    z-index: 99
}

.select-location .location-title {
    font-size: 1rem;
    font-weight: 600
}

.select-location .location-description {
    font-size: .75rem;
    opacity: .7
}
.select-location .search-location {
	position: relative;
	margin-top: 1.25rem;
}
.search-location form .form-group{
    position: relative;
}
.search-location form .form-group .form-control{
    height: 3rem;
    border-color: transparent;
    padding: 0px 15px 0px 46px;
    border-radius: 0;
}
.search-location form .form-group .form-control:focus{
    border-color: var(--mcolor);
}
.search-location form .form-group.icon-group .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.search-location form .form-group.icon-group .icon i{
    font-size: 18px;
    color: var(--black);
}
.search-area-wrapper{
    margin-top: 1.25rem;
}
.search-area-wrapper ul{
    margin: 0;
    padding: 0;
    max-height: 16.625rem;
    overflow-y: auto;
    padding-right: 3px;
}
.compare-list::-webkit-scrollbar,
.search-area-wrapper ul::-webkit-scrollbar,
.cart-product-wrap .cart-product-header::-webkit-scrollbar {
    width: 3px;
  }
.compare-list:-webkit-scrollbar-track,
.search-area-wrapper ul::-webkit-scrollbar-track,
.cart-product-wrap .cart-product-header::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px var(--black-300);
}
.compare-list::-webkit-scrollbar-thumb, 
.search-area-wrapper ul::-webkit-scrollbar-thumb,
.cart-product-wrap .cart-product-header::-webkit-scrollbar-thumb {
    background-color: var(--black);
}
.search-area-wrapper ul .area-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    padding-left: 0;
    padding: 6px 0;
    cursor: pointer;
}
.search-area-wrapper ul .area-list:hover{
    color: var(--mcolor);
}
.search-area-wrapper ul .area-list:hover .btn-outline.btn-success{
background-color: transparent;
border-color: var(--danger);
color: var(--danger);
}
.discount-products-wrapper{
    background: var(--success);
    padding: 0 30px;
    border-radius: 0 5px 5px 0;
    margin-left: 30px;
    display: flex;
    align-items: center;
    height:74px;
    cursor: pointer;
}
.discount-products-wrapper .header-discount-trigger {
    display: flex;
    align-items: center;
}
.discount-products-wrapper .header-discount-trigger img{
    margin-right: 5px;
    max-width: 32px;
}
.discount-products-wrapper .header-discount-trigger-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: var(--white);
    flex-direction: column;
    padding-right: 20px;
    cursor: pointer;
}
.discount-products-wrapper .header-discount-subtitle {
    font-size: 10px;
    color: var(--yellow-light);
    text-transform: capitalize;
}
.discount-products-wrapper .header-discount-title {
    font-size: .8125rem;
    font-weight: 600;
    color: var(--white);
}
.discount-products-wrapper .discount-items{
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 100%;
    right: 0;
    overflow-y: hidden;
    border-radius: 0 0 5px 5px;
    padding: 30px 30px;
    transform: translateY(20px);
    background-color: var(--white);
    will-change: transform;
    -webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0/9%);
    -moz-box-shadow: 0 15px 30px -4px rgba(0,0,0,.09);
    box-shadow: 0 15px 30px -4px rgb(0 0 0/21%);
    opacity: 0;
    visibility: hidden;
}
.discount-products-wrapper.show .discount-items{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transition: transform .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .15s;
    transition: transform .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .15s;
}
.discount-products-wrapper .discount-products-header {
    margin-bottom: 30px;
    color: var(--tcolor);
}
.discount-products-wrapper .header-products-discount-title {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.6;
}
/* product-list */
.product-list {
    border: 1px solid var(--border);
    padding: 20px;
    position: relative;
    border-radius: 5px;
    min-height: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
  .product-list:hover {
    border-color: var(--mcolor);
  }
  .product-list .product-thumb-wrapper {
    margin-bottom: 15px;
    padding: 0;
    position: relative;
  }
 .product-list .product-featured-link{
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 25px;
  }
  .product-list .product-details {
    z-index: 1;
    position: relative;
  }
  .product-details .product-stock-status {
    color: var(--mcolor);
  }
  .product-details .product-shipping-weight,
  .product-details .product-stock-status {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .product-shipping-weight {
    color: var(--black);
  }
  .product-price {
    font-size: 12px;
    color: var(--black);
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
  }
  .price span.del {
    text-decoration: line-through;
    color: var(--danger);
  }
  .price span.ins {
    color: var(--mcolor);
  }
  .product-details .product-name {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .product-details .product-name a {
    color: var(--black);
  }
  .product-details .product-extra-features {
    list-style: none;
    font-size: 10px;
    margin-bottom: 12px;
    line-height: normal;
    padding: 0;
  }
  
  .product-details .product-extra-features {
    padding: 0;
  }
  
  .product-details .product-extra-features li {
    display: flex;
  }
  
  .product-details .product-extra-features > li + li {
    margin-top: 7px;
  }
  
  .product-details .product-extra-features {
    font-size: 12px;
  }
  
  .product-details .product-extra-features > li + li {
    margin-top: 10px;
  }
  
  .product-details .product-extra-features li .checked {
    color: var(--ninetheme-green-soft);
    margin-right: 3px;
  }
  .product-details .product-labels{

  }
  .product-details .product-labels span{
    
  }
  .product-details .product-sku {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-top: 10px;
  }
.product-list .cart-quantity-wrapper{
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 5;
    margin: 0;
 }
 /* product-overlay-action */
.product-overlay-action {
    background: var(--yellow);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s;
    overflow: hidden;
}
.product-overlay-action  a{
    height: 100%;
    width: 100%;
    display: block;
}
.product-overlay-action :hover{
    background: var(--mcolor);
}
.product-overlay-action  a i{
    font-size: 16px;
    color: #fff;
}
.product-actions{
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 5;
    margin: 0;
}
.product-actions .product-overlay-action + .product-overlay-action{
    margin-top: 5px;
}
.product-actions .product-overlay-action {
    position: relative;
    transform: translateX(30px);
    opacity: 0;
}
.product-list:hover .product-actions .product-overlay-action:nth-child(2){
    transition-delay: .15s;
}
.product-list:hover .product-actions .product-overlay-action:nth-child(3){
    transition-delay: .2s;
}
.product-list:hover .product-actions .product-overlay-action:nth-child(4){
    transition-delay: .25s;
}
.product-list:hover .product-actions .product-overlay-action {
    transform: translateX(0px);
    opacity: 1;
    transition: transform .25s cubic-bezier(.165,.84,.44,1),opacity .65s cubic-bezier(.165,.84,.44,1);
}
/* header END  */

/* banner */
.banner-section{
    margin-top: -38px;
}
.banner-content.banner-one{
background-image: url(../img/banner/bannerimg.png);
}
.banner-content.banner-two{
    background-image: url(../img/banner/banner-02.png);
}
.banner-content.banner-three{
    background-image: url(../img/banner/banner-03.png);
}
.banner-content{
    min-height: calc(350px + 300 * (100vw - 320px) / 1600);
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-content .banner-title,
.banner-content .banner-price{
  margin-bottom: 20px;
}
.banner-content .banner-title h2,
.banner-content .banner-price h2{
  font-size: calc(26px + 9 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  color: var(--white);
}
.banner-content .banner-desc p{
  line-height: 1.8;
  color: var(--white);
}
.banner-content .banner-price h2{
 
}
.banner-content .banner-price{
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--mcolor);
}
.banner-content .banner-price.text-danger h2,
.banner-content .banner-price.text-danger span{
  color: var(--danger);
}
.banner-content .banner-price.text-warning h2,
.banner-content .banner-price.text-warning span{
  color: var(--yellow);
}
.banner-content .banner-price.text-mcolor h2,
.banner-content .banner-price.text-mcolor span{
  color: var(--mcolor);
}
.banner-content .banner-price span{
 text-transform: uppercase;
 font-weight: 600;
 font-size: 12px;
}
.banner-content .banner-btn{
  margin-top: calc(30px + 12 * (100vw - 320px) / 1600);
}
.banner-content .banner-btn i{margin-left: 6px;}
.banner-slider .slick-arrow{
    height: calc(30px + 20 * (100vw - 320px) / 1600);
    width: calc(30px + 20 * (100vw - 320px) / 1600);;
    line-height: calc(30px + 20 * (100vw - 320px) / 1600);;
    border-radius: 5px;
    text-align: center;
    background: rgb(37 89 70 / 55%);
    border: 1px solid #e2e2e21a;
    color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.banner-slider .slick-arrow.slick-prev{
    left: 20px;
}
.banner-slider .slick-arrow.slick-next{
    right: 20px;
}
.banner-slider .slick-prev:before,
.banner-slider .slick-next:before{
    line-height: calc(30px + 20 * (100vw - 320px) / 1600);;
}
.banner-slider .slick-slide{
  margin-right: 0;
}
.banner-slider .slick-prev:before, 
.banner-slider .slick-next:before{
color: var(--white);
}
/* discount-section */
.discount-section{
  padding-top: calc(40px + 20 * (100vw - 320px) / 1600);;
}
.discount-wrap,
.catagory-wrap{
  margin: 0 0 40px;
  padding: 60px 30px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--danger);
  border-radius: 5px;
}
.discount-wrap-timer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 20px -23px 20px;
}
.discount-wrap-timer .discount-catagory{
  padding: 10px 20px;
  background-color: var(--danger);
  border-radius: 5px;
}
.discount-wrap-timer .discount-catagory .discount-catagory-title{
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: var(--white);
  margin: 0;
}
.discount-wrap .cstm-tab .tab-group .tab.active,
.discount-wrap .cstm-tab .tab-group .tab.active a {
  color: var(--danger-700);
}
.discount-wrap .cstm-tab .tab-group .tab:before{
background-color: var(--danger-300);
}
.countdown{

}
.countdown ul{
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.countdown ul li{
  font-size: 14px;
    color: var(--white);
    min-width: 50px;
    min-height: 45px;
    padding: 15px;
    background-color: var(--danger);
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}
.countdown ul li span{
  
}


/* discount-banner */
.discount-banner-section{
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}
.discount-banner-content .headline h3{
  font-size: calc(18px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin: 0;
}
.discount-banner-content .headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.discount-banner-content{
  background-image: url(../img/dicount-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 3px;
  overflow: hidden;
}
/* category-item / Brand Item */

.category-item .category-inner{
  border: 1px solid var(--border);
  text-align: center;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px;
  min-height: 170px;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.category-item .category-inner:hover{
  border-color: var(--mcolor);
}
.category-item .category-inner .category-content,
.brand-item .brand-inner .brand-content{
  background-color: #02010100;
  padding: 10px 0 0;
  margin-top: 10px;
}
.category-item .category-inner .category-content .category-title,
.category-item .category-inner .category-content .category-count,
.brand-item .brand-inner .brand-content .brand-title,
.brand-item .brand-inner .brand-content .brand-count{
  text-transform: uppercase;
  color: var(--black);
  font-weight: 600;
  letter-spacing: 1px;
}
.category-item .category-inner .category-content .category-title,
.brand-item .brand-inner .brand-content .brand-title{
  margin: 0;
  font-size: 10px;

}
.category-item .category-inner .category-content .category-count{
  font-size: 9px;
}
/* brand-wrap */
.brand-wrap{
    padding: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--mcolor);
    border-radius: 4px;
}
.brand-item .brand-inner .brand-content{
  margin: 0;
  padding: 0;
  text-align: center;
}
/* sale-section */
.sale-section .sale-wrap{
  padding: 30px;
  background-color: transparent;
  background-image: linear-gradient(242deg,#4a9b7f 0%,#0a3431 60%);
  border-radius: 5px;
  min-height: 110px;
  display: flex;
  align-items: center;
}
.sale-section .sale-content{
  display: flex;
    justify-content: space-between;
    width: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: calc(20px + 10 * (100vw - 320px) / 1600);
}
.sale-content .sale-content-left{
  display: flex;
  align-items: center;
  gap: calc(20px + 10 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
}
.sale-content .sale-content-left .sale-label{
  margin: -4px 0 0;
  padding: 8px 15px 5px;
  background-color: var(--yellow);
  color: var(--white);
  font-size: calc(17px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .7px;
  transform: rotate(-10deg);
  border-radius: 2px;
}
.sale-content .sale-content-left .sale-title,
.sale-content .sale-content-left .sale-desc{
  line-height: 32px;
  color: var(--white);
}
.sale-content .sale-content-left .sale-title{
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.sale-content .sale-content-left .sale-desc{
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
/* sale-section style2*/
.sale-section.style2 .sale-wrap{
  background-image: linear-gradient(253deg,#07c8f9 0%,#0d41e1 60%);
}
.sale-section.style2 .sale-content .sale-content-left .sale-label{
  background-color: var(--blue-dark);
  transform: rotate(90deg);
  margin-left: -38px;
  position: relative;
}
.sale-section.style2 .sale-content .sale-content-left .sale-label:after,
.sale-section.style2 .sale-content .sale-content-left .sale-label:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid white;
}
.sale-section.style2 .sale-content .sale-content-left .sale-label:before{
    top: 42%;
    left: 1px;
    transform: rotate(-90deg) translateY(-50%);
}
.sale-section.style2 .sale-content .sale-content-left .sale-label:after{
  bottom: 42%;
  right: 1px;
  transform: rotate(90deg) translateY(-50%);
}
/* more-discount-wrap */
.more-discount-wrap{
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.more-discount-wrap .more-discount-content{
    flex-grow: 1;
    padding: 20px;
    background-color: var(--purple-light);
    border-radius: 4px;
    text-align: center;
}
.more-discount-wrap .more-discount-content .more-discount-desc{
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
    font-weight: 400;
    color: var(--purple);
    line-height: 1;
}
.more-discount-wrap .more-discount-content .more-discount-desc a{
  color: var(--purple);
}
.more-discount-wrap .more-discount-content .more-discount-desc a:hover{
  opacity: .7;
}
.more-discount-wrap .more-discount-content .more-discount-desc a strong{
  font-weight: 500;
}
.more-discount-wrap .more-discount-content.purple{
  background-color: var(--purple-light);
  color: var(--purple);
}
.more-discount-wrap .more-discount-content.purple .more-discount-desc a{
  color: var(--purple);
}
.more-discount-wrap .more-discount-content.henna{
  background-color: var(--henna-light);
  color: var(--henna);
}
.more-discount-wrap .more-discount-content.henna .more-discount-desc a,
.more-discount-wrap .more-discount-content.henna .more-discount-desc{
  color: var(--henna);
}
.more-discount-wrap .more-discount-content.red{
  background-color: var(--danger-200);
  color: var(--danger);
}
.more-discount-wrap .more-discount-content.red .more-discount-desc a{
  color: var(--danger);
}
/* small-banner-section */
.small-banner-wrap{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.small-banner-wrap .small-banner-content{
  
  position: relative;
  overflow: hidden;
  display: block;
}
.small-banner-wrap .small-banner-content .small-banner-img{
   display: block;
   padding-top: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.small-banner-wrap .small-banner-content .small-banner-img img,
.small-banner-wrap .small-banner-content .small-banner-text,
.small-banner-wrap .small-banner-content .small-banner-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.small-banner-wrap .small-banner-content .small-banner-link{
  z-index: 3;
}
.small-banner-wrap .small-banner-content .small-banner-img img{
  height: auto;
  min-height: 100%;
  object-fit: cover;
transition: all 0.3s;
}
.small-banner-wrap .small-banner-content:hover .small-banner-img img{
transform: scale(1.2);
}
.small-banner-wrap .small-banner-content .small-banner-text {
  padding: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.small-banner-wrap .small-banner-content .small-banner-text .title{
  color: var(--black);
  line-height: 1;
  margin: 0;
  margin-top: 15px;
}
.small-banner-wrap .small-banner-content .small-banner-text .catname,
.small-banner-wrap .small-banner-content .small-banner-text .catcount{
  color: var(--tcolor);
  line-height: 1;
}
.small-banner-text .small-banner-content-item{
  display: block;
  position: relative;
}
/* best-seller-section */
.best-seller-wrap .best-seller-content{
  margin: 0 10px 0 0;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--scolor);
  border-radius: 4px;
  position: relative;
  margin-top: 25px;
}
.best-seller-wrap .best-seller-content.best-seller-content-week{
  border-color: var(--mcolor);
}
.best-seller-wrap .best-seller-content label{
    position: absolute;
    top: -12px;
    letter-spacing: 0.4px;
}
.best-seller-wrap .best-seller-content.best-seller-content-week label{
  background-color: var(--mcolor);
}
.best-seller-details{
  padding: calc(20px + 10 * (100vw - 320px) / 1600);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
.best-seller-details-top{

}
.best-seller-details-top .title{
  margin-bottom: 20px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.best-seller-details-top .price,
.best-seller-details-top .desc{
  color: var(--tcolor);
  font-weight: 500;
}
.best-seller-details .btn-sm{
  font-size: 12px;
  font-weight: normal;
}
.best-seller-content .top-right-slick-dot .slick-dots{
  top: -74px;
  right: -15px;
}
/* news-letter-section */
.news-letter-section{
  padding: calc(30px + 20 * (100vw - 320px) / 1600) 0;
  border-top: 1px solid var(--border);
}
.small-label{
  padding: 5px 16px;
  font-size: 11px;
  border-radius: 2em;
  line-height: 1.4;
  background-color: var(--scolor);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
}
.news-letter-wrap{

}
.news-letter-wrap .news-letter-content{

}
.news-letter-wrap .news-letter-content label{
margin-bottom: 15px;
}
.news-letter-content .news-letter-title{
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 15px;
}
.news-letter-content .news-letter-desc{
  
}
.news-letter-form .form-control,
.cate-search-form .form-control{
  padding-right: 120px;
}
.news-letter-form .submit-btn,
.cate-search-form .submit-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
/* support-wrap */
.support-wrap{
  display: flex;
  gap: 10px;
  align-items: end;
  flex-direction: column;
}
.support-wrap .support-label{
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
}
.support-wrap .support-title{
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--mcolor);
  margin-bottom: 0;
}
.support-wrap .support-title a{
  color: var(--mcolor);
}
.support-wrap .support-link ul{
  display: flex;
  gap: 5px;
  align-items: center;
}
.support-wrap .support-link ul li{
 
}
.support-wrap .support-link ul li a{
  height: 32px;
  width: 32px;
  background-color: var(--success);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-wrap .support-link ul li a i{
  font-size: 18px;
}
/* cart-wrapper */
.cart-goal-text{
  font-size: 12px;
    margin-bottom: 15px;
    color: var(--black-700);
    font-weight: 500;
}
.cart-goal-text span{
  color: var(--mcolor);
  font-weight: 600;
}
.cart-content{
  margin-top: 30px;
}
.cart-empty-content{
  margin-bottom: 20px;
}
.cart-empty-content .empty-cart{
  max-width: 140px;
}
.cart-empty-content .empty-title{
  margin-top: 15px;
  color: var(--black);
}
/* cart-product-list */
.cart-product-wrap{

}
.cart-product-wrap .cart-product-header{
  position: relative;
  margin-top: 20px;
  max-height: calc(100vh - 450px);
  overflow-y: auto;
  padding-bottom: 30px;
}
.cart-product-list{
 
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.cart-product-list .cart-product{
  display: flex;
  gap: 10px;
}
.cart-product .cart-product-deatils{
  flex-grow: 1;
  max-width: calc(100% - 30px);
  display: flex;
  gap: 8px;
}
.cart-product .cart-product-deatils .cart-product-img{
  border: 1px solid var(--border);
    padding: 3px;
    border-radius: 4px;
    max-width: 50px;
    max-height: 50px;
}
.cart-product .cart-product-deatils .cart-product-img img{
 object-fit: cover
}
.cart-product-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.cart-product-info .cart-product-title{
  color: var(--black);
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.cart-product-info .cart-product-title:hover{
  color: var(--mcolor);
}
.cart-product-info .product-price-quantity{
  color: var(--mcolor);
  font-weight: 500;
}
.cart-product-action{

}
.cart-product-action .btn{
  height: 20px;
  width: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--danger);
  color: var(--white);
  border-radius: 50%;
}
.cart-product-action .btn i{
  font-size: 12px;
}
.remove-all-cart {
  position: absolute;
  width: 100%;
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-color: var(--black);
  color: var(--white);
  min-height: 30px;
  line-height: 1;
  cursor: pointer;
  transition: bottom .2s ease, opacity .2s ease;
}
.cart-product-head{
  position: relative;
}
.cart-product-head:hover .remove-all-cart{
  bottom: 0;
  opacity: 1;
}
.remove-all-cart .btn{
  color: var(--white);
}

.cart-product-wrap .cart-product-footer{

}
.cart-product-footer{
  
}
.cart-product-footer .cart-total{
  margin-bottom: 22px;
}
.cart-total .cart-total-price{
  border-top: 1px solid var(--border);
  overflow: hidden;
  padding-top: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black);
}
.cart-total .cart-total-price .cart-total-price-left{

}
.cart-total .cart-total-price .cart-total-price-right{

}
.cart-bottom-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.cart-bottom-btn .btn{
flex-grow: 1;
}
/* authentication */
.auth-modal .modal-dialog{
  max-width: 350px;
}

.auth-body{
  margin-top: 30px;
}
.email-privacy-policy-text{
  font-size: 12px;
  margin: 15px 0 24px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border);
  padding: 15px;
}
/* catagory-section */
.category-section{
  padding-top: calc(40px + 20 * (100vw - 320px) / 1600);
}
.catagory-wrap{
    padding-top: 30px;
}
/* cate-sidebar-inner-wrap */
.cate-sidebar-inner-wrap{
  position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.cate-sidebar-inner{
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 5px;
}
.cate-sidebar-inner .cate-sidebar-inner-widget + .cate-sidebar-inner-widget{
  margin-top: 40px;
}

/* * .price_slider_wrapper */ */
.price_slider_wrapper,
.size_wrapper{
    display: block;
    margin: 0 0 20px;
}
/* h5{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 11px;
    font-weight: 600;
    text-transform: capitalize;
} */
.price_slider_wrapper .price-filter-range {
    position: relative;
    width: 100%;
    margin: 10px 0 18px;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    height: 100%;
    background-color: var(--mcolor);
}
.price_slider_wrapper .ui-slider-horizontal {
  background-color: var(--mcolor-200);
    height: 4px;
    position: relative;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -3px;
    background-color: var(--mcolor);
}
.price_slider_amount{
  display: flex;
  align-items: center;
  gap: 10px;
}
.price_slider_amount .btn{
  font-size: 10px;
  min-height: auto;
  min-width: auto;
  max-width: 100px;
  border-radius: 5px;
  padding: 8px 10px;
}
.price_slider_amount input{
    background-color: transparent;
    border: none;
    width: 55px;
    text-align: center;
    padding: 7px 11px;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    margin-right: 2px;
    background-color: var(--mcolor-100);
    border-radius: 5px;
}
.price_slider_amount:last-child .button{ margin-right: 0; }
.price_slider_amount input:focus{ border: 0; }
select{
    font-size: 14px;
    line-height: 1;
    background: transparent;
    -webkit-appearance: none; 
    -moz-appearance: none;
}
.choose-option-point{
    position: relative;
}
.choose-option-point:after{
   content: '\f0d7';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 5px;
    font-size: 15px;
}
/* sitebar-category */
.sitebar-category{

}
.sitebar-category .slick-prev, .sitebar-category .slick-next {
  width: 30px;
  height: 30px;
  background: var(--mcolor-200);
}
.sitebar-category .slick-prev {
  left: 0px;
}
.sitebar-category .slick-next {
  right: 0;
}
.Show_Hide_Filter{
  background-color: transparent;
  border: none;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--mcolor);
  display: flex;
  align-items: center;
  gap: 8px;
}
.Show_Hide_Filter i{
  font-size: 18px;
  line-height: 1;
}
/* product-detail-section */
.product-detail-section{
  padding: 30px 0 60px;
}
/* easyzoom-product-gallery */
.product-look-views:not(.full){
  width: 70px;
  float: left;
}
.easyzoom-product-gallery{
  position: sticky;
  top: 90px;
  -webkit-sticky: sticky;
}
.easyzoom-product-gallery .thumbnails{
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.easyzoom-product-gallery .thumbnails li{
  padding: 5px;
  border-radius: 5px;
  border: 1px solid var(--border);
}
.easyzoom-product-gallery .thumbnails img {
  max-height: 40px;
  max-width: 40px;

}
/* product-summary */

.product-summary-inner .product-summary-inner-title{
  font-size: 22px;
  margin: 0;
  position: relative;
  color: var(--black);
  margin-bottom: 15px;
}
.product-summary-inner .product-price{
  font-size: 18px;
  line-height: 1;
  display: flex;
    gap: 10px;
}
.product-summary-inner .product-summary-inner-rating{
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .3px;
}
.product-summary-inner .product-summary-inner-rating .cr-qna-link {
  background: var(--mcolor-200);
  color: var(--mcolor);
  padding: 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.product-summary-inner .product-summary-short-description{
  margin-top: 20px;
}
.product-summary-inner .product-summary-short-description p{
  color: #6a6a6a;
}
.product-summary-features-list{
  padding: 0 12px 0 24px;
  list-style-type: disc;
}
.product-summary-features-list li{
  padding-bottom: 3px;
  font-weight: 500;
}
.product-summary-inner .product-summary-extra-features{
  margin-top: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}

.product-summary-inner .product-summary-extra-features li .checked{
  color: var(--success);
}
.product-summary-inner .product-summary-extra-features>li+li {
  margin-top: 10px;
}
.product-summary-inner .product-summary-form{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
/* quantity */
.quantity{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  max-width: 100px;
  border: 2px solid;
  border-color: var(--border);
  border-radius: 5px;
}
.quantity .quantity-btn{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  flex: 0 0 25%;
  cursor: pointer;
  font-size: 14px;
  color: var(--black);
  z-index: 1;
  position: relative;
  letter-spacing: 0px;
  border: none;
    background-color: transparent;
}
.quantity .qty-input{
  border: 0 !important;
  font-size: 12px;
  padding: 0 !important;
  text-align: center;
  min-height: 20px !important;
  flex: 1;
  width: 60%;
  max-width: 100%;
  border-radius: 5px;
  color: var(--mcolor);
}
.quantity .qty-input:focus{
  outline: none;
}
.single-btn{
  min-width: 160px;
  width: calc(100% - 105px);
}
.single-btn i{
  font-size: 18px;
  margin-right: 8px;
}
.add-compare-wrapper{
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}
.single-icon-btn{
  width: 46px;
    min-width: 47px;
    height: 52px;
    border-radius: 5px;
    background-color: var(--mcolor-100);
    border: none;
}
.single-icon-btn i {
  font-size: 20px;
}
/* more-product-add-table  */
.more-product-add-table{
margin-bottom: 20px;
}
.more-product-add-table table tr td{
  vertical-align: middle;
}

.more-product-add-table table tr td img{
  max-width: 32px;
}
.more-product-add-table table tr td  .product-price{
  justify-content: end;
  font-size: 12px;
}
.total-price{
  font-size: 14px;
    font-weight: 500;
    color: var(--black);
}
.total-price+.total-price{
  margin-top: 10px;
}
/* .product-meta-data */
.product-meta-data{
  margin-bottom: 20px;
}
.product-meta-data ul li{
  font-size: 14px;
}
.product-meta-data ul li label{
  color: var(--black);
  font-weight: 500;
  padding-right: 6px;
}
.product-meta-data ul li+li {
  margin-top: 3px;
}
/* product-share */
.product-share{
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-share .share-title{
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}
.product-share .social-share-btn-group{
  flex-grow: 1;
  display: flex;
  gap: 8px;
}
.product-share .social-share-btn-group .share-btn{
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
background-color: var(--mcolor);
color: var(--white);
border-radius: 50%;
}
.product-share .social-share-btn-group .share-btn i {
  font-size: 16px;
}
.product-share .social-share-btn-group .share-btn.facebook-share{
  background-color: #3b5998;
}
.product-share .social-share-btn-group .share-btn.whatsapp-share{
  background-color: #25d366;
}
.product-share .social-share-btn-group .share-btn.linkedin-share{
  background-color: #0077b5;
}
.product-share .social-share-btn-group .share-btn.twitter-share{
  background-color: #1da1f2;
}
/* Featured_Products_wrap */
.featured-product-widget{

}
.featured-product-item{
  border-bottom: 1px solid var(--border);
  min-height: 80px;
}
.featured-product-item:hover {
  background-color: var(--mcolor-100);
}
.featured-product-item .featured-product-inner{
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  color: var(--black);
  font-weight: 400;
  position: relative;
}
.featured-product-item .featured-product-inner img{
  border-bottom: 1px solid var(--border);
  padding: 15px;
  width: 80px;
}
.featured-product-item .featured-product-inner .featured-product-details{
  display: flex;
  flex-direction: column;
  font-weight: 600;
  padding-top: 10px;
  flex-grow: 1;
}
.featured-product-details .product-title{
  max-width: 90%;
  font-weight: 600;
}
.p-rating{
  display: flex;
  gap: 0;
  position: absolute;
  top: 3px;
  right: 0;
}
.p-rating i{
  color: var(--yellow);
}
.additional-info{
  margin-top: 50px;
  border: 1px solid var(--border);
  border-radius: 5px;
}
.additional-info .accordion-header,
.additional-info .accordion-body{
padding: 1rem 1.25rem;
}
.additional-info .accordion-body{
  border-bottom: 1px solid var(--border);
}
.additional-info .accordion-header {
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.product-desc-content h4{
  font-size: 22px;
    margin: 0;
    position: relative;
    color: var(--black);
    margin-bottom: 15px;
}
.additional-information-wrap table tr th,
.additional-information-wrap table tr td{
padding: 6px 18px;
}

/* Shrink wrap strategy 1 */
.easyzoom img {
  display: block;
}


/* Shrink wrap strategy 2 */
/* .easyzoom {
  display: inline-block;
}
.easyzoom img {
  vertical-align: bottom;
} */
.review-list{

}
.review-list li{
  display: flex;
  gap: 10px;
}
.review-list li+li{
  margin-top: 20px;
}
.review-list li .review-img{
  max-width: 60px;
  /* border: 2px solid var(--border); */
  border-radius: 50%;
  overflow: hidden;
}
.review-list li .review-img img{
  max-width: 100%;
  object-fit: cover;
}
.review-list li .review-content{
  
}
.review-header .review-title{
  font-size: 18px;
  margin: 0;
  position: relative;
  color: var(--black);
  margin-bottom: 0px;
}
.review-list .review-header{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.review-list .review-header .review-date,
.review-list .review-header .review-time{
  color: var(--black-700);
  font-weight: 500;
  font-size: 12px;
}
.review-content .review-text{
  font-size: 16px;
  color: var(--black);
}
.review-list{
  
}
.review-star{
  display: flex;
  gap: 1px;
}
.review-star i{
  font-size: 12px;
  color: var(--yellow);
}

/* Compare_product */
.product-compare-name{
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-compare-name h3 {
  text-transform: capitalize;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
.product-compare-table tbody tr th {
  min-width: 200px;
}
.product-compare-table tbody tr td {
  max-width: 320px;
}
.no-compare-data {
  display: block;
  width: 60px;
  height: 8px;
  background-color: #eeeeee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: center;
  margin: 0 auto;
}
.btn-add-compare{
  background-color: var(--mcolor-300);
  color: var(--black);
  border-radius: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
}
.btn-add-compare i{
  font-size: 18px;
  line-height: 1;
}
.compare-list{
  max-height: 16.625rem;
  overflow-y: auto;
  padding-right: 3px;
  margin-top: 20px;
}
.compare-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.compare-list li:first-child{
  padding-top: 0;
}
.compare-list li:last-child{
  padding-bottom: 0;
}
.compare-list li:not(:last-child){
  border-bottom: 1px solid var(--border);
}
.compare-list li .list-content{
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-content h5{
  margin: auto;
  font-size: 14px;
  font-weight: 500;
}
.list-content img{
  max-width: 40px
}
.compare-list .plus-compare-product{
  padding: 6px 6px;
  background-color: #e5e5e5;
  color: var(--black);
  border: 1px solid var(--border);
}
.page-title{
  position: relative;
  margin-top: -38px;
  margin-bottom: 0;
  padding: 100px 0;
  background-color: #CCD6A6;
}
.page-title .page-title-content{

}
.page-title .page-title-content h2{
  margin: 0;
  text-align: center;
  color: #214100;
  font-size: calc(26px + 14 * (100vw - 320px) / 1600);
  line-height: 1.2;
}
.login-toggle-content{
  margin: 50px 0;
}
.login-toggle-content .login-toggle{
  padding: 10px 20px;
  border: 1px solid var(--border);
  background-color: var(--mcolor-100);
  text-align: center;
}
.login-toggle-content .login-toggle span{

}
.login-toggle-content .login-toggle i{
  font-size: 16px;
}
.checkout-form .form-group{
  margin-bottom: 24px;
}
.checkout-detail-wrap .detail-title,
.order-title{
  margin-bottom: 30px;
  color: var(--black);
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: 1.2;
}
.product-order-card{
  padding: 30px;
  border: 3px solid var(--mcolor);
  border-radius: 5px;
  background-color: var(--mcolor-60);
}
.order-title{
  
}
.order-table{

}
.order-table table{

}
.order-table table .order-product img{
max-width: 48px;
}
.order-table table tr td{
  
}
.order-table table tr td h6{
  margin-bottom: 7px;
  font-size: 14px;
}

/* account-sidebar-widget */
.account-section {
  position: relative;
  margin-top: -38px;
  padding: 100px 0;
}
.account-sidebar-widget{

}
.profile-content{
  margin-bottom: 16px;
}
.account-profile{
  display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    background-color: var(--mcolor-60);
    padding: 15px 0;
}
.account-profile img{
max-width: 160px;
}
.account-profile h5{
  margin-bottom: 0px;
  color: var(--black);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 1.2;
}
.account-list ul{
  display: flex;
  align-items: center;
  gap: 30px;
}
.account-list ul li{
}
.account-list li a{
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 15px;
  text-transform: uppercase;
  color: var(--black);
}
.account-list li a.active{
  color: var(--mcolor);
}
.account-list li a i{ 
  font-size: 20px;
  line-height: 1;
}
.list-content{
  margin-top: 30px;
}
.order-box{
  border: 1px solid var(--border);
  padding: 20px;
  border-radius: 5px;
}
.order-box .order-details{
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.order-details h5,.account-wrapper h5{
  margin: 0px;
  color: var(--black);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.2;
}

.order-details span{
  font-weight: 500;
}
.myorder-content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
}
.account-header{
  position: sticky;
    top: 70px;
    background-color: #fff;
    padding-bottom: 30px;
    z-index: 1;
}
.account-wrapper{
  padding: 20px;
  border: 1px solid var(--border);
  position: relative;
}
.account-wrapper .account-action{
  position: absolute;
  right: 10px;
  top: 20px;
}
.account-action .btn{
  outline: none;
  box-shadow: unset;
  border: none;
  color: var(--mcolor);
}
.account-action .dropdown-menu {
  min-width: 100px;
  padding: 0;
}
.account-action .dropdown-menu  .dropdown-item{
  padding: 8px 4px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.account-action .dropdown-menu  li:not(:last-child){
  border-bottom: 1px solid var(--border);
}
.account-wrapper .account-action .dropdown-toggle::after{
  content: unset;
}
.account-wrapper .account-action i{
  line-height: 1;
  font-size: 18px;
}
.account-wrapper h5{
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-wrapper span{
  display: block;
}
.account-wrapper span+span{
  margin-top: 10px;
}


/* about us css start */
.about-banner{
  margin-top: 30px;
}
.inner-about-banner, .abt-banner-img{
  position: relative;
  border-radius: 5px;
}
.abt-banner-img:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.58;
  border-radius: 5px;
}
.inner-about-banner img{
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
  border-radius: 5px;
}
.about-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-content .badge{
  background-color: var(--scolor);
  color: var(--white);
}
.inner-about-banner .badge{
  padding: 5px 20px;
  font-size: 10px;
  line-height: 1.4;
}
.inner-about-banner h2{
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--white);
  margin: 15px 0px;
  text-transform: capitalize;

}
.about-content p{
color: var(--white);
line-height: 1.8;
}
.about-info-sec{
  margin: 60px 0px;
}
.abt-info-img .row{
  align-items: center;
}
.abt-info-img .row div{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.abt-info-img .row img{
  border-radius: 4px;
}
.abt-info{
  margin-left: 30px;
}
.abt-info h3{
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--black);
}
.middle-text{
  color: var(--danger);
}
.about-video-section{
  margin: 60px 0px;
}
.about-video-section .inner-about-banner{
  background-color: var(--grey-light);
  padding: 40px 450px 70px;
  border-radius: 5px;
  text-align: center;
}
.about-video-section h2{
  color: var(--black);
}
.video-icon {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.video-icon i {
  font-size: 75px;
  color: var(--scolor);
  cursor: pointer;
}
.video-icon:hover i{
  color: var(--mcolor);
}
.inner-about-banner .bg-purple{
  background-color: var(--purple);
  color: var(--white);
}
.video-modals .modal-content{
  background-color: transparent;
  border: unset;
  border-radius: 0px;
}
.video-modals .modal-dialog{
  max-width: 900px;
  height: 500px;
  margin: auto;
}
.video-modals iframe{
  width: 100%;
  height: 500px;
  margin: auto;
}
.video-modals button.btn-close {
  position: absolute;
  top: -9rem;
  right: -30rem;
  background-color: var(--grey-light);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: unset;
  line-height: 35px;
  padding: 0;
  font-size: 18px;
}
.product-thumb-wrapper{
  position: relative;
}
.product_list .badge {
  padding: 7px 15px;
  display: inline-block;
  text-align: center;
  background: var(--white);
  line-height: 1;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--black);
}
.product_list .product-details{
  margin-top: 25px;
}
.product_list .product-sku{
  display: flex;
  justify-content: space-between;
}
.product_list .product-name{
  margin-top: 10px;
}
.product_list .product-name a:hover{
  opacity: 0.8;
}
.product_list .product-link:hover{
  opacity: 0.8;
}
.product_list .product-link img{
  border-radius: 4px;
}
.blog-slider .item{
  margin-right: 25px;
}
.latest-sorty-sec{
  border: 3px dashed var( --border);
  border-left: 0;
  border-right: 0;
  padding: 60px 0px;
}
.offer-box-sec .more-discount-content{
  padding: 40px 67px;
  border-radius: 4px;
  text-align: center;
  height: 100%;
}
.offer-box-sec .bg-orange{
  background-color: var(--danger);
}
.offer-box-sec .bg-green{
  background-color: var(--henna);
}
.offer-box-sec .bg-light-green{
  background-color: var( --success);
}
.offer-box-sec .bg-yellow{
  background-color: var( --scolor);
}
.offer-box-sec .more-discount-content h2{
  margin: 60px 0px 60px 0px;
  font-size: 22px;
  line-height: 1.4;
  color: var(--white);
  text-transform: capitalize;
}
.offer-box-sec a{
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.5s ease;
}
.offer-box-sec a:hover{
  color: var(--henna);
}

/* about page css end */

/* contact page css start */
.contact-banner{
  background-image: url('../img/contact-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px 0px 160px 0px;

}
.contact-banner-head {
  text-align: center;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-banner-head span{
  font-size:12px;
  font-weight:600;;
  letter-spacing:1px;
  line-height:21.6px;
  color: var(--henna);
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.contact-banner-head h2{
  color: var(--henna);
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.contact-banner-head .btn{
  border-radius: 100px;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: capitalize;
}
.contact-banner-head .btn i{
  margin-left: 10px;
}
.map iframe{
  width: 100%;
  height: 582px;
}
.inner-contact-form{
  border:1px  solid var(--border);
  margin-top: -165px;
  margin-bottom: 60px;
  padding: 60px 120px;
  border-radius: 30px;
  background-color: var(--grey-light);
}

.contact-details ul{
  padding: 0;
 margin-bottom: 30px;
}
.contact-details ul li{
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.contact-details i{
  padding-right: 15px;
  color: var(--black);
  font-size: 17px;
}
.contact-details span{
  font-size:10px;
  font-weight:600;
  letter-spacing:1px;
  line-height:18px;
  color: var(--black);
  text-transform: uppercase;
}

.contact-form .cart-coupon input, .contact-form .cart-coupon textarea{
  border-radius: 30px ;
  background-color: transparent;
}
.contact-form h2{
  text-transform: capitalize;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}
.contact-form .btn{
  background-color: var(--black);
  border-radius: 100px;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
  font-weight: 600;
}
.contact-form .btn:hover{
  color: var(--white);
  background-color: var(--scolor);
  border-color: var(--scolor);
}

/* contact page css end */

/* faq page css start */
.faq-section .description-accordian h2{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 15px;
}
.faq-section .description-accordian .card-body{
  border-top: 1px solid var(--border);
}
.faq-section .description-accordian .card-header a {
  display: flex;
  justify-content: unset;
  width: 100%;
  gap: 10px;
  font-size: 10px;
  align-items: center;
  position: relative;
}
.faq-section .description-accordian .card-header a i {
 opacity: 1;
 line-height: normal;
}
.faq-section .description-accordian .card-header a i{
  opacity: 0;
}
.faq-section .description-accordian .card-header a .minus-icon{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}
.faq-section .description-accordian .card-header a.collapsed i{
  opacity: 1;
}
.recommended-products .product-list {
  display: flex;
  padding: 0;
}
.recommended-products .product-thumb-wrapper{
  border-right: 1px solid var(--border);
  padding: 10px;
  max-width: 100px;
  width: 90px;
  flex: 0 0 90px;
  margin-bottom: 0;
}
.recommended-products .product-details{
  padding:10px;
  position: relative;
  overflow: hidden;
}
.recommended-products .product-actions {
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--white);
  height: 100%;
  width: 100%;
  justify-content: center;
  right: unset;
  transition: all 0.5s ease;
}
.recommended-products .product-overlay-action {
  background: var(--grey-light);
}
.recommended-products .product-overlay-action a i {
  color: var(--black);
}
.recommended-products .product-overlay-action :hover {
  background: var(--grey-light);
}
.recommended-products .product-list:hover .product-actions {
  top: 50%;
}
.recommended-products .item {
  margin-bottom: 20px;
}
/* faq page css end */


/* order-tracking page css start */
.order-track-sec{
  padding: 60px 0;
}
.order-img img{
  border-radius: 4px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.order-details h2{
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
}
.order-details .btn{
  min-height: 38px;
  min-width: 160px;
  padding: 0px 15px;
}
.bestseller-section .bestseller-slider{
  border: 1px solid var(--border);
  padding: 30px;
  border-radius: 4px;
}
.bestseller-section .product-list{
  border: 0;
  padding: 0;
  display: flex;
}
.bestseller-section .product-details{
  padding: 30px;
}
.bestseller-section .product-details .product-name {
  font-size: 16px;
  margin-bottom: 20px;
}
.bestseller-section .product-price{
  opacity: 0.6;
  margin-bottom: 20px;
}
.order-track-sec .order-details{
  margin-right: 40px;
}
.bestseller-slider .slick-dots {
  bottom: 2rem;
  text-align: left;
  width: auto;
  padding: 0px 30px;
  z-index: 999;
}
.bestseller-slider .slick-dots li {
  width: 14px;
  height: 14px;
}
.bestseller-slider .slick-dots li button:before {
  font-size: 22px;
  color: var(--henna);
  border: 1px solid var(--henna);
  border-radius: 50%;
  line-height: 14px;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.bestseller-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var( --success);
  border-color: var( --success);
}
/* order-tracking page css end */

/* error page css start */
.page-banner{
  height: 150px;
  background-color: var(--henna-light);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column; 
  min-height: 280px;
  position: relative;
  justify-content: center;
  margin-top: -38px;
  margin-bottom: 0;
}
.page-banner-head{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-banner-head h2{
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  color: var( --text);
  margin-bottom: 15px;
}
.breadcrumb{
  display: flex;
  justify-content: center;
  margin:0px;
}
.breadcrumb li{
  font-size:13px;
  font-weight:500;
  color: var(--tcolor);
}
.breadcrumb-item+.breadcrumb-item{
  padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  display: inline-block;
  padding-right: 0;
  width: 4px;
  height: 4px;
  background-color: var(--tcolor);
  border-radius: 50%;
  margin-bottom: 2px;
  margin-right: 10px;
  margin-left: 10px;
}
.eror-msg-sec{
  padding: 80px 0px;
  text-align: center;
}
.eror-msg-sec h2{
  font-size: 150px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
  color: var(--henna);
}
.eror-msg-sec h6{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 45px;
  color: var(--black);
}
/* error msg css end */

/* blog-details css start */
.blog-details-section{
  padding: 60px 0;
}
.blog-details-section .product-sku{
  margin-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.blog-info img{
  width: 100%;
  margin-bottom: 25px;
  border-radius: 4px;
  /* height: 548px; */
  object-fit: cover;
}
.blog-info .product-name{
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}
.blog-info p{
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 15px;
}
.blog-info h5{
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--black);
}
.blog-info ul{
  list-style: disc;
  padding-left: 15px;
  margin: 30px 0px;
}
.blog-info li{
  line-height: 30px;
  font-size: 13px;
  font-weight: 400;
  color: var(--black-700);
}
.category-lists{
  margin-top: 20px;
  padding: 50px 0px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  
}
.category-lists span{
  font-weight: 600;
  color: var(--black);
}
.category-lists a{
  font-weight: 400;
  color: var(--black-700);
}
.category-lists a:hover{
  opacity: 0.8;
}
.previous-next-blog{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0px;
  border-bottom: 1px solid var(--border);
}
.previous-next-blog a{
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.5s ease;
}
.previous-next-blog a i{
  font-size: 17px;
}
.previous-next-blog a:hover{
  opacity: 0.8;
}
.blog-card{
  background-color: var(--white);
  border: 1px solid var(--border);
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.blog-card .product-name {
  margin-bottom: 15px;
  font-size: 16px;
}
.read-more-link{
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--black);
}
.blog-card a:hover{
  opacity: 0.8;
}
.blog-right-part{
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 5px;
}
.blog-right-part .cart-coupon{
  position: relative;
}
.blog-right-part .cart-coupon .btn{
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 25px;
}
.blog-right-part .title{
  text-transform: capitalize;
  color: var(--black);
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
}
.category-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.category-list a, .category-list span{
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: var(--black);
  display: block;
}
.category-list a:hover{
  opacity: 0.8;
}
.blog-right-part .card{
  border: 0;
  margin-top: 40px;
}
.recent-post a{
  margin-top: 10px;
}
/* Add application styles & imports to this file! */
input.star ~ label.star:before {
 
  font-size: 20px;
  padding: 0px;
}
input.star:checked ~ label.star:before {
  color: #efb443 !important;
  font-size: 20px;
  padding: 0px;
}
label.star
{
  font-size: 12px !important;
  padding: 3px !important;
}
