.cs_shop_sidebar .widget_block {
	border: 1px solid var(--br-color);
	border-radius: 6px;
	padding: 30px;
}
.cs_shop_sidebar ul li a {
	color: var(--secondary) !important;
	font-weight: 400 !important;
	font-family: var(--secondary-font);
}
  .shop-widget:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .cs-shop_filter_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
  }
  .woocommerce .woocommerce-ordering select {
    background-color: transparent;
    border: transparent;
    color: inherit;
    outline: none;
    cursor: pointer;
    width: auto;
    max-width: 156px;
  }
  .woocommerce .woocommerce-ordering select  option{
    color:#181818;
    
  }
  @media (max-width: 575px) {
    .cs-shop_filter_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
  }
  
  .cs_shop_sidebar_widget_title, .wp-block-heading, .cs_shop_sidebar .widgettitle {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 400;
    font-family: var(--secondary-font);
  }
  
  .cs_shop_sidebar_tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -5px -5px -5px;
    list-style: none;
    padding: 0;
  }
  .cs_shop_sidebar_tag_list a {
    font-size: 14px;
    line-height: 1.6em;
    border: 1px solid #fff;
    padding: 3px 12px;
    display: inline-block;
    margin: 5px;
    border-radius: 2px;
  }
  .cs_shop_sidebar_tag_list a:hover {
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
  }
  
  .cs-shop_search {
    position: relative;
  }
  .cs-shop_search .cs-shop_search_input,
  .woocommerce-product-search input {
    border: 1px solid var(--br-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    background-color: transparent;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding: 5px 10px 5px 40px;
    height: 46px;
    outline: none;
  }
  .cs-shop_search .cs-shop_search_input:focus,
  .woocommerce-product-search input:focus {
    border-color: #fff;
  }
  .woocommerce-product-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .woocommerce-product-search input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .woocommerce-product-search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .cs-shop_search .cs-shop_search_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .cs-shop_search .cs-shop_search_input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .cs-shop_search .cs-shop_search_input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .cs-shop_search .cs-shop_search_input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .cs-shop_search .cs-shop_search_input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .cs-shop_search .cs-shop_search_input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .cs-shop_search .cs-shop_search_input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .woocommerce-product-search {
    position: relative;
  }
  .cs-shop_search .cs-shop_search_btn, .woocommerce-product-search button {
    position: absolute;
    top: 0;
    border: none;
    background: transparent;
    height: 46px;
    width: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
  }
  .woocommerce-product-search button::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
  .cs_shop_sidebar_category_list,.wc-block-product-categories-list  {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .cs_shop_sidebar_category_list li:not(:last-child),
  .wc-block-product-categories-list li:not(:last-child) {
    margin-bottom: 12px;
  }

  .product-categories li a, .product-categories li span {
    color: rgba(254, 254, 254, 0.7) !important;
  }
.product-categories li:hover a, .product-categories li:hover span {
  color: var(--accent-color) !important;
}
  
.cs-product_card.cs_style_1 .cs-product_thumb {
	display: block;
	overflow: hidden;
	margin-bottom: 22px;
	position: relative;
}
  .cs-product_card.cs_style_1 .cs-product_thumb img {
    width: 100%;
    border-radius: inherit;
  }
  .cs-product_card.cs_style_1 .cs-card_btns {
    height: 100%;
    width: 100%;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0;
  }
 .cs-product_card.cs_style_1 .cs-card_btns a {
	height: 50px;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 6px;
	background-color: var(--accent-color);
	color: #fff;
	border-radius: ;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
}
  .cs-product_card.cs_style_1 .cs-card_btns a:hover {
    background-color: #fff;
    color: var(--accent-color);
  }
  .cs-product_card.cs_style_1 .cs-product_title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .cs-product_card.cs_style_1:hover .cs-card_btns {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .cs-product_card.cs_style_1:hover .cs-card_btns a {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .cs-product_card.cs_style_1 .cs-product_price {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .cs-product_card.cs_style_1  .woocommerce-Price-amount.amount{
    font-size: 18px;
    font-weight: 400 !important;

  }
  .cs-product_card.cs_style_1  .woocommerce-Price-amount.amount{
    color: var(--body-color);
  }
  .cs-product_price span {
    font-weight: inherit !important;
    font-size: inherit !important;
  }
  .cs-single_product_nav .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cs-single_product_nav .slick-slide {
    padding: 0 10px;
  }
  
  .cs-single_product_thumb_mini img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .cs-single_product_nav {
    margin-top: 20px;
  }
  .cs-single_product_nav .slick-current img {
    border-color: var(--accent-color);
  }
  .cs-single_product_nav .slick-slide:not(.slick-current) {
    cursor: pointer;
  }
  
  .cs-single_product_thumb_item {
    border-radius: 10px;
    overflow: hidden;
  }
  .cs-single_product_thumb_item img {
    width: 100%;
  }
  
  .cs-quantity {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: relative;
    width: 112px;
    height: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .cs-quantity_input {
    height: 100%;
    width: 100%;
    border: 1px solid var(--br-color);
    background-color: transparent;
    border-radius: 5px;
    padding: 5px 30px 5px 20px;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-quantity_input:focus {
    border-color: #fff;
  }
  
  .cs-quantity_button {
    padding: 0;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 9px;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 1px;
  }
  .cs-quantity_button.cs-increment {
    top: 7px;
  }
  .cs-quantity_button.cs-decrement {
    bottom: 7px;
  }
  .cs-quantity_button:hover {
    color: var(--accent-color);
  }
  
  .cs-quantity_buttons {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100% - 2px);
    width: 34px;
    background-color: #181818;
    border-radius: 5px;
  }
  
  .cs-quantity_and_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  
  .cs-product_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 45px;
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    white-space: nowrap;
  }
  .cs-product_btn:hover {
    opacity: 0.8;
    color: #fff;
  }
  .cs-product_btn.cs-color1 {
    background-color: #000;
  }
  .cs-product_btn.cs-color1:hover {
    background-color: var(--accent-color);
  }
  @media (max-width: 380px) {
    .cs-product_btn {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  .cs-single_product_info {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .cs-single_product_info b {
    font-weight: 600;
    color: #fff;
  }
  
  .cs-single-product-details {
    line-height: 1.8em;
    padding-left: 50px;
  }
  @media (max-width: 991px) {
    .cs-single-product-details {
      padding-left: 0;
      padding-top: 40px;
    }
  }
 
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
    gap: 10px 52px;
  }
  @media (max-width: 575px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs  {
      gap: 10px 30px;
    }
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    color: var(--heading-color) !important;
    font-weight: 600;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: currentColor;
    bottom: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs  li.active a::before {
    width: 100%;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: var(--accent-color) !important;
  }
  
  .cs-input_rating_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-input_rating_wrap p {
    margin: 0 14px 0 0;
  }
  
  .cs-client_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cs-client_review .cs-review_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cs-client_review .cs-review_media_right {
    padding-top: 6px;
  }
  .cs-client_review .cs-review_media_thumb {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-client_review .cs-review_media_thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cs-client_review .cs-review_text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    line-height: 1.8em;
    margin-top: 30px;
  }
  .cs-client_review .cs-review_posted_by {
    margin-left: 65px;
    padding-top: 22px;
  }
  
  .cs-client_review_list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cs-client_review_list li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--br-color);
  }
  
  .cs-cart_table_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .cs-cart_table_media a {
    font-weight: 400;
  }
  
  .cs-product_meta_info {
    border-top: 1px solid var(--br-color);
    padding-top: 40px;
  }
.cs-cart_table_media .product-thumbnail {
	min-width: 85px;
}
  @media (max-width: 991px) {
    .cs-cart_table_media {
      gap: 10px;
    }
    .cs_single-product-details {
      padding-left: 0;
      padding-top: 40px;
    }
    .cs_single-product-details {
      padding-left: 0 !important;
    }
  }
.cs-cart_table_media img {
	width: 85px;
	border-radius: 0;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
  @media (max-width: 991px) {
    .cs-cart_table_media img {
      width: 50px;
    }
  }
  .cs-cart_table_media h3 {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    transition: all 0.3s ease;
  }
  .cs-cart-table-close {
    background-color: transparent;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cs-cart-table-close:hover {
    color: red;
  }
  
  .cs-cart_table.cs-size1 {
    min-width: 900px;
  }
  .woocommerce-cart-form table.cs-cart_table th,
  .yith-wcwl-form table.cs-cart_table th
  {
    background-color: #000;
    color: #fff;
    border: none !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6em;
    padding: 20px !important;
    text-align: left;
  }
  @media (max-width: 991px) {
    .woocommerce-cart-form table.cs-cart_table th,
    .yith-wcwl-form table.cs-cart_table th {
      padding: 10px !important;
    }
  }
  .woocommerce-cart-form table.cs-cart_table td {
    border-top: none;
    border-bottom: 1px solid var(--br-color) !important ;
    padding: 20px !important;
  }
  @media (max-width: 991px) {
    .woocommerce-cart-form table.cs-cart_table  td {
      padding: 10px;
    }
  }
  @media (max-width: 991px) {
    .woocommerce-cart-form table.cs-cart_table  .cs-quantity {
      width: 90px;
    }
    .woocommerce-cart-form table.cs-cart_table  .cs-quantity_input {
      padding: 5px 35px 5px 10px;
    }
  }
  
  .cs-cart-offer {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .cs-cart-offer .cs-shop-input {
    min-width: 160px;
    border-color: var(--accent-color);
  }
  .cs-cart-offer .cs-cart-offer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  @media (max-width: 450px) {
    .cs-cart-offer > *,
    .cs-cart-offer .cs-coupon-doce-form {
      width: 100%;
    }
    .cs-cart-offer .cs-product_btn {
      width: 100%;
    }
  }
  
  .cs-coupon-doce-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .cs-coupon-doce-form input {
    background-color: transparent;
    padding: 9px 15px;
    border: 1px solid var(--accent-color);
    height: 50px;
    width: 186px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs-coupon-doce-form input:focus {
    border-color: #fff;
  }
  @media (max-width: 450px) {
    .cs-coupon-doce-form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .cs-coupon-doce-form input,
    .cs-coupon-doce-form button {
      width: 100%;
    }
  }
  
  .cs-shop-card {
    /* border: 1px solid var(--br-color); */
    /* border-radius: 2px; */
    /* padding: 23px 30px 30px; */
    overflow: hidden;
  }
  .cs-shop-card table {
    border-bottom: 1px solid var(--br-color);
    margin: 0;
  }
  .cs-shop-card h2 {
    font-size: 30px;
    margin-bottom: 21px;
  }
  .cs-shop-card td {
    padding: 20px 10px;
  }
  .cs-shop-card td:first-child {
    padding-left: 0;
  }
  .cs-shop-card td:last-child {
    padding-right: 0;
  }
  .cs-shop-card .form-check {
    margin-bottom: 6px;
  }
  
  .cs-checkout-alert a {
    color: var(--accent-color);
  }
  .cs-checkout-alert a:hover {
    text-decoration: underline;
  }
  
  .cs-shop-side-spacing {
    padding-left: 25px;
  }
  @media (max-width: 1199px) {
    .cs-shop-side-spacing {
      padding-left: 0;
    }
  }
  
  .cs-checkout-title {
    font-size: 30px;
    margin-bottom: 0px;
  }
  
  .cs-shop-input {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid var(--br-color);
    padding: 11px 15px;
    border-radius: 5px;
    outline: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 20px;
    color: #fff;
    min-height: 50px;
  }
  .cs-shop-input:focus {
    border-color: #fff;
  }
  
  .cs-shop-label {
    display: block;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
  }
  
  .cs-payment_text {
    font-size: 14px;
    line-height: 1.6em;
  }
  .cs-payment_text a {
    color: var(--accent-color);
  }
  
  .cs-order-summery {
    background-color: #000;
    list-style: none;
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .cs-order-summery p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
  }
  .cs-order-summery h3 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .cs-order-summery li:not(:last-child) {
    border-right: 1px solid var(--br-color);
    padding-right: 55px;
    margin-right: 55px;
  }
  @media (max-width: 991px) {
    .cs-order-summery li:not(:last-child) {
      border-right: 0;
      padding-right: 0;
      margin-right: 0;
    }
  }
  @media (max-width: 991px) {
    .cs-order-summery li {
      width: 100%;
    }
    .cs-order-summery li:not(:last-child) {
      border-bottom: 1px solid var(--br-color);
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
  }
  
  .cs-header_cart {
    display: inline-block;
    color: #fff;
    position: relative;
  }
  .cs-header_cart:hover {
    color: var(--accent-color);
  }
  
  .cs-header_cart_label {
    position: absolute;
    background-color: var(--accent-color);
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    padding: 0 2px;
    min-width: 17px;
    text-align: center;
    border-radius: 1.6em;
    left: 11px;
    bottom: -9px;
    color: #fff;
  }
  
  .st-amount-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .st-amount-wrap #amount,.woocommerce .widget_price_filter .price_slider_amount {
    border: none;
    padding: 0;
    color: rgba(254, 254, 254, 0.7);
    width: 100%;
    background-color: transparent;
    outline: none;
  }
  .st-amount-wrap .st-filter-btn {
    border: 1px solid var(--br-color);
    background: transparent;
    color: #FEFEFE;
    font-weight: 500;
    padding: 2px 22px;
    outline: none;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    line-height: 1.5em;
  }
  .st-amount-wrap .st-filter-btn:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
  }
  
  .ui-widget.ui-widget-content,
 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border: 0;
    margin-bottom: 15px;
    background-color: #363636;
    margin-top: 5px;
  }
  
  .ui-widget-header,
 .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--accent-color);
  }
  
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active,
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    border: 1px solid var(--accent-color);
    background: var(--accent-color);
  }
  
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    border: 1px solid var(--accent-color);
    background: var(--accent-color);
    outline: none;
  }
  
  .ui-slider-horizontal {
    height: 6px;
    border-radius: 3px;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button {
    background: transparent;
    border: 1px solid #36363691;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button:hover,
  .woocommerce .widget_price_filter .price_slider_amount .button:focus{
    border-color:#fff;
  }
  .ui-slider .ui-slider-handle,
 .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -5px;
    height: 16px;
    border-radius: 3px;
    width: 10px;
  }
  .ui-slider .ui-slider-handle:focus,
 .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:focus {
    outline: none;
  }
  
  .ui-slider-horizontal .ui-slider-range {
    border-radius: 0;
  }
  
  .cs-toolbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 40px;
  }

/* Wishlist */

.yith-wcwl-wishlistaddedbrowse,.yith-wcwl-wishlistexistsbrowse {
  position: relative !important;
  }
.yith-wcwl-wishlistaddedbrowse a,.yith-wcwl-wishlistexistsbrowse a {
  display: none;
}
.yith-wcwl-wishlistexistsbrowse span i {
	font-size: 15px;
}
.yith-wcwl-wishlistexistsbrowse .feedback {
	font-size: 0;
}
.add_to_wishlist.single_add_to_wishlist span,
.yith-wcwl-add-to-wishlist-button__label
{
  display: none !important;;
}
.yith-wcwl-add-to-wishlist {
  margin: 0 !important;;
}
.add_to_wishlist.single_add_to_wishlist i{
	margin: 0 !important;
  font-size: 20px;
}
.yith-wcwl-add-to-wishlist-button svg {
	min-width: 20px !important;
	min-width: 20px !important;
	stroke: currentColor;
	fill: currentColor;
	color: inherit !important;
}
.cs-card_btns-single.addtocart a {
	font-size: 0;
}
.add_to_wishlist.single_add_to_wishlist i::before{

  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f004";
}

#yith-wcwl-popup-message {
	background: #000000;
	color: #fff;
}

.cs-card_btns-single .feedback {
	font-size: 0;
	display: none;
}
.yith-wcwl-wishlistaddedbrowse i {
  font-size: 20px;
}
.yith-wcwl-wishlistaddedbrowse a::before, .yith-wcwl-wishlistexistsbrowse a::before {
	content: "\f00c";
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.cs-card_btns-single.addtocart .product.woocommerce.add_to_cart_inline {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	line-height: initial !important;
	height: initial;
	display: flex;
}
.added_to_cart.wc-forward {
  display: none !important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
	width: 24px;
	color: currentColor;
	max-width: 24px;
}

.product.woocommerce.add_to_cart_inline a.button::after {
	font-weight: 900;
	content: "\f217";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 17px !important;
	color: inherit;
	top: 0;
	left: 0;
}
.product.woocommerce.add_to_cart_inline a.button.added:after{
  content: "\f00c";
}
.cs-product_card.cs_style_1 .cs-product_title h2 {
	margin: 0 !important;
	padding: 0 !important;
	transition: all 0.3s ease;
	font-weight: 600;
	font-size: 21px !important;
	line-height: 150%;
}
.cs-product_card.cs_style_1 .cs-product_title h2:hover{
  color:var(--accent-color);
}
.woocommerce ul.products li.product .price {
	color: inherit;
	font-size: 16px;
}
.woocommerce-pages .page-title {
	display: none;
}
.woocommerce ul.products li.product .price {
	margin: 0;
}
.woocommerce ul.products li.product a {
	text-decoration: none;
	font-style: inherit;
}
.summary.entry-summary {
	float: none !important;
	width: 100% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: none !important;
	padding: 0;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

button.single_add_to_cart_button.button.alt {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 11px 45px;
	background-color: var(--accent-color) !important;
	color: #fff;
	border-radius: 5px;
	outline: none;
	border: none;
	white-space: nowrap;
	min-height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.summary.entry-summary form {
  display: flex;
  align-items: center;
  gap: 20px;
  float: none !important;
  text-align: left;
  align-items: center;
  justify-content: start;
}
.summary.entry-summary form:before {
  display: none !important;
}
.woocommerce div.product form.cart div.quantity input, .woocommerce-cart-form .cs-cart_table .product-quantity input {
	background: transparent !important;
	border: none;
	width: 100% !important;
	padding: 0;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-cart-form .cs-cart_table div.quantity {
	height: 100%;
	border: 1px solid var(--br-color);
	background-color: transparent;
	border-radius: 5px;
	padding: 5px 5px 5px 20px;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 112px;
	display: flex;
	justify-content: end;
	text-align: center;
	min-height: 50px;
	max-height: 50px;
	border-radius: 0px !important;
	max-width: 112px;
}
.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
	border-radius: 0;
	border: none;
  max-height: 50px;
  min-height: 50px;
}
.product_meta {
  display: flex;
  flex-direction: column;
}

.woocommerce-Tabs-panel.wc-tab > h2 {
  display: none;
}
.woocommerce-Tabs-panel.wc-tab {
	margin-top: 40px !important;
}
.woocommerce-product-attributes td, .woocommerce-product-attributes th {
	background: transparent !important;
	display: d;
}
.product_meta span {
	font-weight: 600;
	color: var(--heading-color);
}
.product_meta span span,.product_meta span a {
  color: var(--body-color);;
  font-weight: 400;
}
.product_meta span a:hover{
  color:var(--accent-color) !important;
}
.woocommerce table.shop_attributes td {
	font-weight: 400;
	font-style: normal;
}
.woocommerce table.shop_attributes td p {
	padding: 0;
}

#review_form_wrapper label {
	font-weight: 400;
}
.woocommerce-Reviews input, .woocommerce-Reviews textarea {
	display: block;
	width: 100%;
	padding: 10px 20px;
	border-radius: 15px;
	outline: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid var(--br-color);
	background-color: transparent;
	border-radius: 0px !important;
}
.woocommerce-Reviews textarea {
  min-height: 180px;
}
.woocommerce #review_form #respond .form-submit input {
	width: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 45px;
	background-color: var(--accent-color);
	color: #fff;
	border-radius: 5px;
	outline: none;
	border: none;
	white-space: nowrap;
	min-height: 50px;
	font-weight: 400;
}
.woocommerce-Reviews input:hover,.woocommerce-Reviews textarea:hover{
  border-color:var(--accent-color)  !important;
}
.woocommerce #review_form #respond p.form-submit {
	margin: 0;
	margin-top: 50px;
  font-weight: 400;
}
.woocommerce #review_form #respond .form-submit input:hover {
	opacity: 0.8;
	color: #fff;
}
.woocommerce-Reviews-title {
	font-size: 25px;
}
.woocommerce-Reviews .comment-reply-title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px !important;
	display: block;
}

/* WooCommerce Info */
.woocommerce-info, .woocommerce-message {
	background: var(--gray-color);
	border-top-color: var(--accent-color);
	color: var(--heading-color);
}
.woocommerce-info::before, .woocommerce-message::before {
	color: var(--accent-color);
}
.return-to-shop a.button {
  background: var(--accent-color) !important;
  color: #fff !important;
  font-weight: 400;
  min-width: 150px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.return-to-shop a.button:hover{
  opacity: 0.8;
}
.return-to-shop {
  display: inline-flex;
  margin: 0;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 100% !important;
}

.cart_totals table bdi {
	color: var(--body-color) !important;
  font-weight: 500 !important;
}

.cs-cart_table a, .cs-cart_table .woocommerce-Price-amount.amount {
	color: inherit;
}
.cs-cart_table .woocommerce-Price-amount.amount, .product-stock-status .wishlist-in-stock {
	font-size: 18px;
	font-weight: 400;
}
.product-stock-status .wishlist-in-stock{
  color: rgba(254, 254, 254, 0.7) !important
}

.woocommerce-cart-form table th,.woocommerce-cart-form table td {
  border: none !important;
}
.woocommerce-cart-form tbody td {
  border-bottom: 1px solid var(--br-color) !important ;
}
.cs-cart_table {
  border: none !important;
}

.cs-coupon-doce-form button {
  background: #000000 !important;
  color: #fff !important;
  padding: 12px 45px !important;
}
.cs-coupon-doce-form button:hover {
  background: var(--accent-color) !important;
  color: ;
}

button.cs-update_btn {
	display: inline-flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	padding: 12px 45px !important;
	background-color: var(--accent-color) !important;
	color: #fff !important;
	border-radius: 5px !important;
	outline: none;
	border: none;
	white-space: nowrap;
}
.cs-cart-offer button {
	min-height: 50px !important;
	align-items: center;
	border-radius: 0px !important;
	padding: 5px 30px !important;
}
.cs-shop-card .checkout-button {
	margin: 0 !important;
	background: var(--accent-color) !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	min-height: 50px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-weight: 500 !important;
	padding: 5px 0 !important;
}
.cs-shop-card .shop_table th, .cs-shop-card .shop_table td {
	padding-left: 0 !important;
	text-align: left;
}
.cs-shop-card .shop_table .cart-subtotal {
  justify-content: ;
}
.cs-shop-card .shop_table td {
	text-align: right;
	background: transparent !important;
}
.cs-shop-card .shop_table td span {
	/* color: #fff; */
	font-size: 18px;
}
.woocommerce a.remove {
	color:var(--body-color) !important;
  background:none !important;
}
.woocommerce a.remove:hover{
	color: red !important;
}
.cs_cart-table-close:hover {
	color: red !important;
}
.woocommerce table.shop_table{
  border: none;
}
/* Wishlist */
.woocommerce table.shop_table.wishlist_table tr td {
	background: none;
}
.yith-wcwl-form table.shop_table td {
  border: none !important;
}
.yith-wcwl-form table.shop_table td {
	border: none !important;
	text-align: left;
	border-top: none !important;
	border-bottom: 1px solid var(--br-color) !important ;
	padding: 20px !important;
}
.wishlist_table .product-add-to-cart a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 45px;
	background-color: var(--accent-color);
	color: #fff;
	border-radius: 5px;
	outline: none;
	border: none;
	white-space: nowrap;
	font-size: 16px;
	min-width: 150px;
	min-height: 50px;
	line-height: 50px;
	border-radius: 0px;
}
.yith-wcwl-share ul {
  margin: 0 !important;
  padding: 0 !important;
}
.yith-wcwl-share ul li i:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 500 !important;
}
.yith-wcwl-share ul li .email i:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
table.wishlist_table{
  font-size: 100% !important;
}
table.shop_table.wishlist_table {
	border-collapse: collapse;
}
.cs-cart_table_media h3:hover{
  color:var(--accent-color) !important
}
.woocommerce .wishlist-title h2 {
	background: transparent !important;
	font-size: 28px;
}

.woocommerce .wishlist-title h2 {
	background: transparent !important;
	font-size: 28px;
	padding: 0;
}
.btn.button.show-title-form {
  background: #000 !important;
  color: var(--body-color); !important;
  font-weight: 500;
}
.btn.button.show-title-form i:before {
  display: block !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f303";
}

.hidden-title-form > input[type="text"] {
	background: transparent !important;
	border: none !important;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper select, .woocommerce-billing-fields__field-wrapper .select2-selection, .woocommerce-billing-fields__field-wrapper textarea, .woocommerce-additional-fields__field-wrapper textarea, .woocommerce-form.woocommerce-form-login input, .woocommerce-form.woocommerce-form-login textarea, .woocommerce-form.woocommerce-form-register input, .woocommerce-form.woocommerce-form-register textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row .select2-selection {
	display: block;
	width: 100%;
	border: 1px solid var(--br-color) !important;
	padding: 11px 15px;
	outline: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	min-height: 48px;
	font-size: 16px;
}
.woocommerce-button button.woocommerce-form-login__submit{
  border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color:var(--body-color) !important
}

.select2-dropdown {
  background: var(--gray-color) !important;
}
.select2-dropdown input {
  background: transparent !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #6dc22e;
}

.cs-shop-card.cs-order-review .cs-shop-card.cs-order-review {
  padding: 0;
  margin: 0;
  border: none;
}
.cs-shop-card.cs-order-review .cs-shop-card.cs-order-review h2 {
  display: none;
}

.shop_table.woocommerce-checkout-review-order-table tr td,.shop_table.woocommerce-checkout-review-order-table tr th {
  padding: 0;
  text-align: left;
  padding: 20px 10px !important;
}
.shop_table.woocommerce-checkout-review-order-table .product-name,.shop_table.woocommerce-checkout-review-order-table tr:first-child th,
.shop_table.woocommerce-checkout-review-order-table .order-total th{
  padding-left: 0 !important;
}

.woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce-checkout #payment ul,.woocommerce-checkout #payment .form-row {
  padding: 0 !important;
}
.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
	text-align: right;
}

.woocommerce-privacy-policy-text {
	padding-top: 20px;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid var(--br-color) !important;
	padding-bottom: 15px !important;
}
.payment_box.payment_method_cod {
	background: var(--gray-color);
	color: var(--heading-color);
}
.payment_box.payment_method_cod:before {
  border-bottom-color: var(--gray-color);
}
.woocommerce-checkout-payment > h2 {
	border-bottom: 1px solid var(--br-color);
	padding-bottom: 20px;
}
.checkout.woocommerce-checkout label, .woocommerce form .form-row label {
	color: var(--body-color);
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
}
.woocommerce-additional-fields {
	margin-top: 50px;
}
.select2-selection__arrow {
	top: 50% !important;
	width: auto !important;
	height: initial !important;
	right: 15px !important;
}

.woocommerce nav.woocommerce-pagination {
	text-align: center;
	display: flex;
	align-items: start;
	justify-content: start;
	clear: both;
}
.woocommerce nav.woocommerce-pagination ul li {
	float: none !important;
	overflow: initial;
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
	min-width: 40px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: initial;
	color: #fff !important;
	height: 40px;
	width: 40px;
	background-color: var(--body-color) !important;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current{
  background-color: var(--accent-color) !important;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
	display: flex;
	align-items: center;
	gap: 15px;
	align-items: start;
	text-align: left;
	clear: initial;
	justify-content: start !important;
}
.woocommerce nav.woocommerce-pagination ul li:first-child a:before,
.woocommerce nav.woocommerce-pagination ul li:last-child a:before {
  content: "#";
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px
}
.woocommerce nav.woocommerce-pagination ul li:first-child a::before{
  content: "\f053";
}
.woocommerce nav.woocommerce-pagination ul li:first-child a,
.woocommerce nav.woocommerce-pagination ul li:last-child a{
  font-size: 0px
}
.woocommerce nav.woocommerce-pagination ul::before {
	display: none !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
button.cs-update_btn:hover {
	opacity: 0.8;
	color: #fff;
}
.woocommerce-cart-form table.cs-cart_table .actions {
	border: none !important;
}
.cs-cart_table_media a:hover {
	color: var(--accent-color) !important;
}

.woocommerce-error {
	background: var(--gray-color);
	display: flex;
	align-items: center;
	gap: 10px;
	border: none;
}
.woocommerce-error li {
	padding-left: ;
	color: var(--body-color);
}
.woocommerce-error:before {
  display: none;
}

.select2-results__option:hover, .select2-results__option--highlighted, .select2-container--default .select2-results__option[data-selected="true"] {
	background: var(--accent-color) !important;
	color: #fff;
}

#rememberme {
  max-width: 15px !important;
  border: none !important;
}
.woocommerce form .form-row {
  align-items: ;
}
.woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
}
.woocommerce-form-login__rememberme input {
  margin: 0 !important;
}
.woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover{
  opacity: 0.8;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.woocommerce-MyAccount-navigation {

}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
.woocommerce-MyAccount-content .mark,.woocommerce-MyAccount-content  mark {
	background: #000;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  margin: 0;
  padding: 0;
  border: none !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: var(--accent-color) !important;
}
.woocommerce table.my_account_orders .button {
	white-space: nowrap;
	color: #fff !important;
	background: var(--accent-color) !important;
	padding: 10px 20px;
}
.woocommerce table.my_account_orders .button:hover{
  opacity:0.8 !important;
}
.woocommerce-table--order-details th, .woocommerce-table--order-details td {
	text-align: left !important;
}
.button.wc-forward, .woocommerce-MyAccount-content .button {
	background: var(--accent-color) !important;
	color: #fff !important;
	padding: 5px 15px;
}
.button.wc-forward:hover,.woocommerce-MyAccount-content .button:hover{
  opacity: 0.8;
}

.woocommerce-MyAccount-content input {
	margin: 0 !important;
}
.woocommerce-MyAccount-content button{
  margin-top:20px !important;
}
.wc-proceed-to-checkout {
	padding-bottom: 0 !important;
}
.woocommerce-Address-title.title h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.32em;
}
.woocommerce form .form-row input + span em{
	margin-top: 10px;
	display: block;
	font-size: 16px;
}
.woocommerce-EditAccountForm fieldset {
	margin-top: 30px;
}
.woocommerce-page .cs-fooer {
	background: #0B0B0B;
}
.cs-single-product-details .cart {
	display: flex;
	align-items: start;
	gap: 20px;
	justify-content: start;
}
.cs-single-product-details .cart::before {
	display: none !important;
}

.cs_single_product_thumb_item img {
	min-height: 545px;
	object-fit: cover;
	background-position: center;
	position: relative;
	width: 100%;
}
.cs_single_product_nav{
  margin-top:20px;
}

.cs_single_product_nav .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.cs_single_product_nav .slick-slide {
  padding: 0 10px;
}

.cs_single_product_nav {
  margin-top: 20px;
}
.cs_single_product_nav .slick-current img {
  border-color: var(--accent-color);
}
.cs_single_product_nav .slick-slide:not(.slick-current) {
  cursor: pointer;
}

.cs_single_product_thumb_item {
  overflow: hidden;
}
.cs_single_product_thumb_item img {
  width: 100%;
}

.wc-block-formatted-money-amount {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: initial !important;
  min-height: initial;
  width: 50px !important;
  max-width: 50px !important;
}
.wc-block-components-price-slider__controls {
  display: flex;
  justify-content: initial;
}
.wc-block-components-price-slider__controls input {
  max-width: initial !important;
  min-width: 50px !important;
}
.wc-block-components-price-slider__range-input {
	min-height: initial;
}
.wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(to right,transparent var(--low),var(--accent-color) 0,var(--accent-color) var(--high),transparent 0) no-repeat 0 100% /100% 100% !important;
	--range-color: currentColor;

}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  height: 12px;
  width:5px !important;
  height: 14px !important;
  margin: -5px 0 0;
  z-index: 20;
  border-radius: 3px !important;
  border-color:transparent !important;
  background-color: var(--accent-color) !important;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb{
  height: 12px;
  width:5px !important;
  height: 14px !important;
  margin: -5px 0 0;
  z-index: 20;
  border-radius: 3px !important;
  border-color:transparent !important;
  background-color: var(--accent-color) !important;
}

.wc-block-components-price-slider__range-input-wrapper:before{
  border: 0;
  background-color: var(--br-color);
}
.wc-block-components-price-slider__controls {
  justify-content: initial !important;
  gap: 0 !important;
}
.cs_single-product-details {
	line-height: 1.8em;
	padding-left: 50px;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px;
}

.wc-block-rating-filter-list input {
	width: 15px !important;
	min-width: 15px !important;
	padding: 0;
	height: 15px !important;
	min-height: 15px !important;
	margin-right: 5px !important;
	position: relative !important;
	border: 1px solid var(--br-color) !important;
	box-shadow: none;
	box-sizing: border-box !important;
	outline: none !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: var(--accent-color) !important;
	width: 12px !important;
	height: 12px !important;
	margin-left: 2px !important;
	margin-top: 0 !important;
}
.wc-block-rating-filter__actions {
	margin-top: 0 !important;
	color: var(--heading-color) !important;
}
.wc-block-rating-filter-list label {
  display: flex;
  align-items: center;
}
.wc-block-rating-filter-list .wc-block-components-checkbox__label div {
  line-height: initial;
}

.wc-block-checkbox-list li,.wc-block-checkbox-list li div {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
}
.wc-block-checkbox-list li {
  margin-bottom: 10px !important;
}
.wc-block-checkbox-list li:last-child {
  margin: 0 !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	margin-top: 15px;
}
.cs_single-product-details form.cart {
	display: flex !important;
	gap: 15px !important;
	margin-top: 35px;
	margin-bottom: 35px;
}
.cs_single-product-details form.cart::before{
  display: none !important;
}
.woocommerce .star-rating {
	color: var(--accent-color);
  font-size: 12px;
  margin:0 !important;
}
.woocommerce-product-rating {
	display: flex !important;
	align-items: center;
}

@media screen and (max-width: 991px) {
.cs-shop-main-column{
  margin-top:30px;
}

.cs-product_card.cs_style_1 .cs-card_btns a {
  width: 36px;
  height: 36px;
}
.cs-cart_table_media {
	flex-direction: column;
}
}
@media screen and (max-width: 1024px) {
.wishlist_table.mobile li .item-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}
.wishlist_table.mobile li .item-wrapper .item-details {
	width: 100%;
}
.wishlist_table .product-add-to-cart a {
	max-height: 50px !important;
	min-height: 50px;
	padding: 0;
  margin-top: 30px;
}
.wishlist_table.mobile {
	padding: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	text-align: center;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name a {
	font-size: 24px !important;
}
.wishlist_table.mobile li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: ;
	border-bottom: 1px solid var(--br-color);
}
.wishlist_table.mobile li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.wishlist_table.mobile li tr,.wishlist_table.mobile li td {
  border: none !important;
  padding: 0 !important;
  font-size: 16px !important;
}
.your-order.mb-30.cs-shop-side-spacing {
	margin-top: 30px;
}

.cart-collaterals.cs-shop-side-spacing {
	margin-top: 30px;
}
}

@media screen and (max-width: 991px) {
.woocommerce-MyAccount-content{
  margin-top:30px !important;
}
}

@media screen and (max-width: 767px) {
.woocommerce-cart-form button {
	width: 100%;
}
.woocommerce-cart-form .actions{
  margin-top:30px;
}
.cs-shop-card h2 {
	font-size: 24px;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name a {
	font-size: 20px !important;
}
.woocommerce-billing-fields h3,.woocommerce-additional-fields h3 {
	font-size: 24px;
}
.woocommerce .wishlist-title h2{
  font-size: 24px !important;
}
}
.wc-block-components-checkbox label {
	display: flex !important;
	align-items: center !important;
}
.wc-block-components-product-rating__stars span {
	color: var(--accent-color) !important;
}
.woocommerce-review-link {
	font-size: 16px;
}
@media screen and (min-width: 991px) {
/* General styling for product items */
.woocommerce ul.products {
  margin-left: -12px !important; /* Negative margin to offset half of the horizontal gap */
  margin-right: -12px !important; /* Negative margin to offset half of the horizontal gap */
}

.woocommerce ul.products li.product {
  float: left !important;
  margin-left: 12px !important; /* Half of the horizontal gap */
  margin-right: 12px !important; /* Half of the horizontal gap */
  margin-bottom: 24px !important; /* Vertical gap between rows */
  box-sizing: border-box !important; /* Ensures proper box sizing */
}

/* For 3 columns layout */
.woocommerce ul.products.columns-3 li.product {
  width: calc(33.33% - 24px) !important; /* 3 columns layout */
}

/* For 2 columns layout */
.woocommerce ul.products.columns-2 li.product {
  width: calc(50% - 24px) !important; /* 2 columns layout */
}

/* For 4 columns layout */
.woocommerce ul.products.columns-4 li.product {
  width: calc(25% - 24px) !important; /* 4 columns layout */
}

/* Remove margin-right for the last item in each row */
.woocommerce ul.products li.product:nth-child(3n) {
  margin-right: 0 !important; /* Removes right margin for every 3rd item in 3 columns layout */
}

.woocommerce ul.products li.product:nth-child(2n) {
  margin-right: 0 !important; /* Removes right margin for every 2nd item in 2 columns layout */
}

.woocommerce ul.products li.product:nth-child(4n) {
  margin-right: 0 !important; /* Removes right margin for every 4th item in 4 columns layout */
}
}

.cs_shop_form_field {
  width: 100%;
  display: block;
  border: 1px solid var(--br-color);
  padding: 9px 20px;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}
.cs_shop_form_field:focus {
  border-color: var(--heading-color);
}

.form-check-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--br-color);
  background-color: transparent;
}

.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--br-color);
}

.form-check-input:checked {
  border: var(--accent-color);
  background-color: var(--accent-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}/*# sourceMappingURL=style.css.map */

.wcdp-form {
	background: var(--gray-color);
	padding: 50px 35px !important;
}
.wcdp-form .woocommerce-form-coupon-toggle{
  display: none;
}
ul.wcdp_options > li > input:not(:checked) + label {
	background-color: #fff !important;
}
.wcdp_options > li > label {
	min-height: 50px;
	display: flex !important;
	justify-content: center;
	align-items: center;
  position: relative;
}
.wcdp_options > li > label::after {
	right: 10%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -1px;
  display: none !important;
}
.wcdp-form .wcdp-button {
	min-width: 100%;
	background: var(--wcdp-main-2) !important;
	min-height: 50px;
	color: #fff !important;
	font-weight: 400 !important;
	box-shadow: 6px 6px 0px 0px var(--dark-blue-color) !important;
	margin-bottom: 6px !important;
}
.wcdp-form .wcdp-button:hover {
	-webkit-box-shadow: -6px -6px 0px 0px var(--dark-blue-color) !important;
	box-shadow: -6px -6px 0px 0px var(--dark-blue-color) !important;
}
.wcdp-form .wcdp-variation-heading{
  display: none;
}
.wcdp_options li:last-child, .wcdp_options li #wcdp_value_other + label {
  display: block;
  width: 100%;
}

ul.wcdp_options {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 20px;
}
.wcdp-form .wcdp-divider{
  height: 0;
}
ul.wcdp_options > li:last-child {
  grid-column: 1 / -1; /* Span full width */
  width: 100%; /* Full width */
}
#wcdp_amount {
	grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
#wcdp-donation-amount {
	background-color: transparent !important;
	margin: 0 10px !important;
	color: #fff !important;
	border-color: rgba(217, 217, 217, 0.46) !important;
	height: 20px !important;
	min-height: 35px;
}

@media (max-width: 420px) {
  #wcdp_amount{
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 575px) {
  .wcdp-form {
    padding: 40px 20px !important;
  }
}

.cs_products_view {
	list-style: none !important;
	margin: 0;
	padding: 0;
}
.woocommerce .woocommerce-ordering select.cs_custom_select {
	font-size: 16px !important;
	background-color: #E9E9ED !important;
	min-width: 200px;
}
.wp-block-woocommerce-product-categories.wc-block-product-categories {
	margin: 0;
}
.wc-brand-list-layered-nav-product_brand {
	margin: 0;
	padding: 0;
}
.wp-block-button__link.wc-block-filter-submit-button {
	min-width: 100%;
	background-color: var(--accent-color);
	border-radius: 4px;
	padding: 10px 25px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 500;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	display: block;
	border: 1px solid var(--br-color) !important;
	border-radius: 4px !important;
	height: 45px !important;
	width: 100% !important;
	padding: 5px 15px !important;
	outline: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 10px !important;
}
.wc-block-price-filter__control label {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 16px;
}
.wc-block-components-price-slider__control {
	display: flex !important;
	flex-direction: column-reverse !important;
	gap: 0 !important;
}
.wc-block-components-price-slider__controls {
	display: flex;
	gap: 10px !important;
}
.wc-block-price-filter__controls.wc-block-components-price-slider__controls {
	margin: 0 !important;
}
.wc-block-components-price-slider__actions {
	flex-direction: column !important;
	gap: 5px !important;
}

.cs_btn_wow path {
	fill: currentColor;
}

.cs_quantity_input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	appearance: none !important;
	-moz-appearance: textfield !important;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
}
.cs_review_form #comments {
	display: none;
}

.comment-form-author {
	margin-top: 20px !important;
}

.cs_sort_by_wrap, .comment-reply-title {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid var(--br-color);
	border-left: 0;
	border-right: 0;
	height: 70px;
	padding: 5px 20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	justify-content: start;
	padding: 0;
}
.cs_sort_by_wrap * , .comment-reply-title *{
  font-size: 18px !important;
}
@media (max-width: 380px) {
  .cs_sort_by_wrap {
    padding: 5px 0px;
  }
}

.cs_accent_light_bg .shop-widget {
  padding: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--br-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cs_accent_light_bg .shop-widget:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.cs_products_custom_btn .cs-add-to-cart-button {
  padding: 13px 15px !important;
  min-width: 190px;
  background-color: var(--accent-color) !important;
  color: #fff !important;
  font-weight: 500 !important;
  display: flex !important;
  border: none !important;
  position:relative  !important;
  overflow: hidden !important;
}
.cs_products_custom_btn .cs-add-to-cart-button.loading{
  opacity: 1 !important;
}
.cs_products_custom_btn .cs-add-to-cart-button.loading::after,.cs_products_custom_btn .cs-add-to-cart-button.added::after {
	display:none !important;
}
.cs_products_custom_btn .cs-add-to-cart-button span {
  font-size: 16px !important;
}
.cs_products_custom_btn .cs-add-to-cart-button.loading span,
.cs_products_custom_btn .cs-add-to-cart-button.added span {
  font-size: 0 !important;
}

.cs_products_custom_btn .cs-add-to-cart-button.loading span::after {
  content: "Loading..";
  font-size: 16px;
  transition: all 0.3s ease;
}

.cs_products_custom_btn .cs-add-to-cart-button.added span::after {
	content: "Added Cart";
	font-size: inherit !important;
	transition: all 0.3s ease;
	margin: 0 !important;
	font-size: 15px !important;
}
.cs_shop_layout_main {
	list-style: none;
	padding: 0;
	margin: 0;
}
.woocommerce .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	border-radius: 100%;
	border: 6px solid var(--accent-color) !important;
}
.cs_products_custom_btn .cs-add-to-cart-button.loading span, .cs_products_custom_btn .cs-add-to-cart-button.added span {
	font-size: 0 !important;
	line-height: initial;
}
.woocommerce-form br {
	display: none;
}
.mg-top-20{
  margin-top:30px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	border:none !important;
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
	border-top: 1px solid var(--br-color) !important;
	padding: 11px 10px !important;
}
.woocommerce table.my_account_orders p,.woocommerce table.my_account_orders p a {
	margin: 0 ;
	display: inline-block;
}
.woocommerce table.my_account_orders br{
  display: none !important;
}
.woocommerce-form-row br {
	display: none;
}

.woocommerce-ResetPassword  .woocommerce-Button.button {
	padding: 16px 25px !important;
	background-color: var(--accent-color) !important;
	min-width: 190px;
	color: #fff !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}

@media (min-width: 991px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 71%;
}
}
.woocommerce-order-details__title, .woocommerce-column__title {
	font-size: 18px;
	line-height: 1.6em;
}
.woocommerce-order-details,.woocommerce-customer-details {
  border-radius: 10px;
  padding: 20px 25px;
  border-bottom: 1px solid var(--br-color);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.woocommerce-checkout #payment div.payment_box {
  background: #fff !important;
}
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #fff;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 49%;
	overflow: visible;
}

.woocommerce form .woocommerce-billing-fields .form-row {
	padding: 3px;
	margin: 0 0 20px;
}

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
	text-transform: uppercase;
	font-size: 36px;
}

.wc_payment_method  .cs_custom_checkbox {
  width: 100%;
}
.wc_payment_method .cs_custom_checkbox input {
  margin: 0 !important;
}
.cs_custom_checkbox  span {
  display: flex;
  align-items: center;
  line-height: initial;
}

.yith_wcwl_wishlist_footer {
	display: none;
}
a.cs_card_remove_btn br {
    display: none;
}
a.cs_card_remove_btn {
    display: flex;
}