.cs-shop_sidebar {
    background-color: #000;
    padding: 40px 25px;
  }
  
  .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 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  
  .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: #FF4A17;
    border-color: #FF4A17;
  }
  
  .cs-shop_search {
    position: relative;
  }
  .cs-shop_search .cs-shop_search_input,
  .woocommerce-product-search input {
    border: 1px solid #363636;
    -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 {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .cs-shop_sidebar_category_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: #FF4A17 !important;
}
  
  .cs-product_card.cs_style_1 .cs-product_thumb {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
    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: #FF4A17;
    color: #fff;
    border-radius: 50%;
    -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;
  }
  .cs-product_card.cs_style_1 .cs-card_btns a:hover {
    background-color: #fff;
    color: #FF4A17;
  }
  .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;
    font-size: 16px;
  }
  .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: #FF4A17;
  }
  .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 #363636;
    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: #FF4A17;
  }
  
  .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: #FF4A17;
    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: #FF4A17;
  }
  @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;
    }
  }
  .cs-single-product-details h2,.woocommerce div.product .product_title {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .cs-single-product-details .cs-single_product_price,
  .woocommerce div.product p.price,
  .woocommerce-Price-amount.amount{
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 600;
    color:#FF4A17;
  }
  .cs-single-product-details .cs-single-product-details-text p {
    margin-bottom: 18px;
  }
  .cs-single-product-details .cs-single-product-details-text p:last-child {
    margin-bottom: 0;
  }
  .cs-single-product-details .cs-single_product-price_review {
    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;
  }
  
.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: #fff !important;
  }
  .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: #fff;
    bottom: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs  li.active a::before {
    width: 100%;
  }
  
  .cs-product_meta_info {
    border-top: 1px solid #363636;
    padding-top: 40px;
  }
  
  .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 #363636;
  }
  
  .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;
  }
  @media (max-width: 991px) {
    .cs-cart_table_media {
      gap: 10px;
    }
  }
  .cs-cart_table_media img {
    width: 85px;
    border-radius: 5px;
    -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: 16px;
    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 #363636 !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: #FF4A17;
  }
  .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 #FF4A17;
    border-radius: 5px;
    height: 50px;
    width: 186px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs-coupon-doce-form input::-webkit-input-placeholder {
    color: #fff;
  }
  .cs-coupon-doce-form input::-moz-placeholder {
    color: #fff;
  }
  .cs-coupon-doce-form input:-ms-input-placeholder {
    color: #fff;
  }
  .cs-coupon-doce-form input::-ms-input-placeholder {
    color: #fff;
  }
  .cs-coupon-doce-form input::placeholder {
    color: #fff;
  }
  .cs-coupon-doce-form input:-ms-input-placeholder {
    color: #fff;
  }
  .cs-coupon-doce-form input::-ms-input-placeholder {
    color: #fff;
  }
  .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: 5px solid #363636;
    border-radius: 2px;
    padding: 23px 30px 30px;
    overflow: hidden;
  }
  .cs-shop-card table {
    border-bottom: 1px solid #363636;
    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: #FF4A17;
  }
  .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 #363636;
    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: #FF4A17;
  }
  
  .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 #363636;
    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 #363636;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
  }
  
  .cs-header_cart {
    display: inline-block;
    color: #fff;
    position: relative;
  }
  .cs-header_cart:hover {
    color: #FF4A17;
  }
  
  .cs-header_cart_label {
    position: absolute;
    background-color: #FF4A17;
    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 #363636;
    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: #FF4A17;
    border-color: #FF4A17;
    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: #FF4A17;
  }
  
  .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 #FF4A17;
    background: #FF4A17;
  }
  
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    border: 1px solid #FF4A17;
    background: #FF4A17;
    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 {
  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;
}
.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;
	margin: 0;
	line-height: initial !important;
}
.added_to_cart.wc-forward {
  display: none !important;
}

.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;
}
.cs-product_card.cs_style_1 .cs-product_title h2:hover{
  color:#FF4A17;
}
.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;
}

.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: #FF4A17 !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;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-cart-form .cs-cart_table div.quantity {
  height: 100%;
  border: 1px solid #363636;
  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;
}


.product_meta {
  display: flex;
  flex-direction: column;
}


.woocommerce-Tabs-panel.wc-tab > h2 {
  display: none;
}
.woocommerce-Tabs-panel.wc-tab {
  margin-top: 50px !important;
}

.woocommerce table td, .woocommerce table th {
	border-top: 1px solid var(--secondary-color) !important;
	padding: 11px 10px !important;
	border-bottom: 1px solid var(--secondary-color) !important;
}


.product_meta span {
  font-weight: 600;
  color: #fff;
}
.product_meta span span,.product_meta span a {
  color: var(--body-font-color);
  font-weight: 400;
}
.product_meta span a:hover{
  color:#FF4A17 !important;
}
.woocommerce table.shop_attributes td {
	font-weight: 400;
	font-style: normal;
}
.woocommerce table.shop_attributes td p {
	padding: 0;
}


.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: 2px solid #363636;
  background-color: transparent;
  color: #fff;
  border: ;
  border-radius: 5px !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: #FF4A17;
	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:#FF4A17  !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: #000;
  border-top-color: #FF4A17;
  color: #fff;
}
.woocommerce-info:before,.woocommerce-message::before {
  color: #fff;
}

.return-to-shop a.button {
  background: #FF4A17 !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;
}


.cs-cart_table a,.cs-cart_table .woocommerce-Price-amount.amount{
  color: #fff !important;
}
.cs-cart_table .woocommerce-Price-amount.amount,.product-stock-status .wishlist-in-stock {
  font-size: 16px;
  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 #363636 !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: #FF4A17 !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: #FF4A17 !important;
	color: #fff !important;
	border-radius: 5px !important;
	outline: none;
	border: none;
	white-space: nowrap;
}
.cs-cart-offer button {
	display: sadf;
	min-height: 50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cs-shop-card .checkout-button {
	margin: 0 !important;
	background: #FF4A17 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	padding: ;
	min-height: 50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500 !important;
}


.cs-shop-card .shop_table th, .cs-shop-card .shop_table td {
	padding-left: 0 !important;
	text-align: left;
	font-size: 16px !important;
	color: #fff !important;
	border: none !important;
	border-top: 1px solid #363636 !important;
}
.cs-shop-card .shop_table .cart-subtotal {
  justify-content: ;
}
.cs-shop-card .shop_table td {
  text-align: right;
}
.cs-shop-card .shop_table td span {
	color: #fff;
	font-size: 16px;
  font-weight: 400;
}
.woocommerce a.remove {
	color: rgba(254, 254, 254, 0.7) !important;
}
.cs-cart_table .woocommerce-Price-amount.amount {
	color: rgba(254, 254, 254, 0.7) !important;
}


/* Wishlist */
.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 #363636 !important;
	padding: 20px !important;
}
.wishlist_table .product-add-to-cart a {
	background: red;
	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: #FF4A17;
	color: #fff;
	border-radius: 5px;
	outline: none;
	border: none;
	white-space: nowrap;
	font-size: 16px;
	min-width: 150px;
	min-height: 50px;
	line-height: 50px;
}
.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:#FF4A17 !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-font-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%;
	background: transparent;
	border: 1px solid #363636;
	padding: 11px 15px;
	border-radius: 5px;
	outline: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #fff;
	min-height: 50px;
	font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color:#fff;
}

.select2-dropdown {
  background: #000 !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;
}

#payment.cs-shop-card {
	margin-top: 50px;
}

.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;
}
.woocommerce table .order-total th, .woocommerce table .order-total td {
	padding-bottom: 0 !important;
}
.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
	padding-right: 0px !important;
	text-align: right;
}

.woocommerce-privacy-policy-text {
	padding-top: 20px;
}
.woocommerce-checkout #payment ul.payment_methods{
  border-bottom: 1px solid #363636 !important
}

.payment_box.payment_method_cod {
  background: #000 !important;
  color: #fff !important;
}
.payment_box.payment_method_cod:before {
  border-bottom-color: #000 !important;
}
.woocommerce-checkout-payment > h2 {
	border-bottom: 1px solid #363636;
	padding-bottom: 20px;
}
.checkout.woocommerce-checkout label,.woocommerce form .form-row label {
	color: #fff;
	display: block;
	font-weight: 500;
	color: #fff;
	margin-bottom: 14px;
}
.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;
}
.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;
	background: #000000 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: initial;
  border-radius: 5px;
	color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current{
  background-color: #FF4A17 !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: #FF4A17 !important;
}



.woocommerce-error {
  background: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-error li {
  padding-left: ;
  color:rgba(254, 254, 254, 0.7) !important;
}
.woocommerce-error:before {
  display: none;
}

.select2-results__option:hover, .select2-results__option--highlighted, .select2-container--default .select2-results__option[data-selected="true"] {
	background: #FF4A17 !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, .woocommerce-form-register__submit {
	display: ;
	display: inline-flex !important;
	justify-content: center;
	padding: 12px 45px !important;
	background-color: #FF4A17 !important;
	color: #fff !important;
	border-radius: 5px !important;
	outline: none !important;
	border: none !important;
  font-weight: 500 !important;
	white-space: nowrap;
  font-size: 16px !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: 1px solid #363636;
}
.woocommerce-MyAccount-navigation {
  border: 5px solid #363636;
  border-radius: 2px;
  padding: 23px 30px 30px;
  overflow: hidden;
  background: #000;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #363636 !important;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
}
.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: #FF4A17 !important;
}
.woocommerce table.my_account_orders .button {
	white-space: nowrap;
  color:#fff !important;
	background: #FF4A17 !important;
}
.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: #FF4A17 !important;
	color: #fff !important;
}
.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-page .cs-fooer {
	background: #0B0B0B;
}
.cs-single-product-details .cart {
	display: flex;
	align-items: start;
	gap: 20px;
	justify-content: start;
}
@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 #363636;
}
.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;
}
}