/*
* Levix theme Woocommerce Style
*/
button {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .btn {
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 13px 30px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: .9s;
    transition: .9s;
  }
  
  .btn-primary {
    color: #ffffff;
    background-color: var(--mainColor);
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--mainColor);
  }
  
  .btn-primary:hover, .btn-primary:focus {
    background-color: var(--blackColor);
  }
  
  .default-btn.disabled, .default-btn:disabled {
    background-color: var(--blackColor);
  }
  
  .default-btn:hover, .default-btn:focus {
    background-color: var(--blackColor);
  }
  
  .woocommerce-topbar .nice-select span.current {
    margin-top: -5px;
  }
  
  /* Woocommerce topbar */
  .woocommerce-topbar {
    border: 1px solid #f8f8f8;
    position: relative;
    padding: 20px 30px;
    margin-bottom: 30px;
    background: #ffffff;
  }
  
  .woocommerce-topbar .woocommerce-result-count {
    font-size: 16px;
    margin: 0;
    float: none;
    color: var(--paragraphColor);
  }
  
  .woocommerce-topbar .woocommerce-topbar-ordering {
    margin: 0;
    float: none;
    position: absolute;
    top: 10px;
    left: 30px;
  }
  
  .woocommerce-topbar .woocommerce-topbar-ordering .form-control {
    border: 1px solid #eee;
    cursor: pointer;
    background-color: #f8f8f8;
    color: var(--blackColor);
    border-radius: 0;
    height: 48px;
    padding: 5px 16px;
    width: 221px !important;
    font-size: 16px;
    font-weight: 500;
  }
  
  .woocommerce-topbar .woocommerce-topbar-ordering .form-control option {
    font-size: 14px;
  }
  
  .woocommerce-topbar .woocommerce-topbar-ordering .nice-select span.current {
    margin-top: 0;
  }
  
  /* End woocommerce topbar */
  .single-products-box .content .price del {
    display: block;
    color: var(--mainColor);
  }
  
  .single-products-box .content .price del span {
    color: var(--mainColor);
  }
  
  .single-products-box .content .price ins {
    text-decoration: none;
  }
  
  .single-products-box .content .price .woocommerce-Price-currencySymbol {
    display: inline-block;
  }
  
  .single-products-box .quick-view-btn, .single-products-box .wishlist-btn {
    position: relative;
  }
  
  .single-products-box .quick-view-btn a, .single-products-box .wishlist-btn a {
    font-size: 0 !important;
  }
  
  .single-products-box .quick-view-btn .feedback, .single-products-box .wishlist-btn .feedback {
    display: none;
  }
  
  .single-products-box .quick-view-btn .productsquickview::before, .single-products-box .quick-view-btn .add_to_wishlist::before, .single-products-box .quick-view-btn .yith-wcwl-wishlistexistsbrowse a::before, .single-products-box .quick-view-btn .yith-wcwl-wishlistaddedbrowse a::before, .single-products-box .wishlist-btn .productsquickview::before, .single-products-box .wishlist-btn .add_to_wishlist::before, .single-products-box .wishlist-btn .yith-wcwl-wishlistexistsbrowse a::before, .single-products-box .wishlist-btn .yith-wcwl-wishlistaddedbrowse a::before {
    font-size: 22px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    font-weight: 100;
    position: absolute;
    color: #ffffff;
    content: "\eb68";
    font-family: "boxicons" !important;
    font-style: normal;
    text-align: center;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .single-products-box .quick-view-btn .productsquickview:hover::before, .single-products-box .quick-view-btn .add_to_wishlist:hover::before, .single-products-box .quick-view-btn .yith-wcwl-wishlistexistsbrowse a:hover::before, .single-products-box .quick-view-btn .yith-wcwl-wishlistaddedbrowse a:hover::before, .single-products-box .wishlist-btn .productsquickview:hover::before, .single-products-box .wishlist-btn .add_to_wishlist:hover::before, .single-products-box .wishlist-btn .yith-wcwl-wishlistexistsbrowse a:hover::before, .single-products-box .wishlist-btn .yith-wcwl-wishlistaddedbrowse a:hover::before {
    color: #fff;
  }
  
  .single-products-box .quick-view-btn .add_to_cart_button.ajax_add_to_cart.added, .single-products-box .wishlist-btn .add_to_cart_button.ajax_add_to_cart.added {
    display: none !important;
  }
  
  .single-products-box .quick-view-btn .productsquickview::before, .single-products-box .wishlist-btn .productsquickview::before {
    content: "\eb54";
    font-weight: 900;
  }
  
  .single-products-box .quick-view-btn .add_to_wishlist::before, .single-products-box .wishlist-btn .add_to_wishlist::before {
    content: "\ea6c";
  }
  
  .single-products-box .quick-view-btn .yith-wcwl-wishlistexistsbrowse a::before, .single-products-box .wishlist-btn .yith-wcwl-wishlistexistsbrowse a::before {
    content: "\e91e" !important;
    font-weight: 900;
  }
  
  .single-products-box .quick-view-btn .yith-wcwl-wishlistaddedbrowse a::before, .single-products-box .wishlist-btn .yith-wcwl-wishlistaddedbrowse a::before {
    content: "\e91e" !important;
    font-weight: 900;
  }
  
  .single-products-box .onsale {
    position: absolute !important;
    z-index: 2 !important;
    right: 20px !important;
    top: 20px !important;
    background-color: red !important;
    color: var(--whiteColor) !important;
    padding: 3px 13px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: initial !important;
    min-height: auto !important;
    min-width: auto !important;
    border-radius: unset !important;
    left: auto !important;
  }
  
  .single-products-box .yith-wcwl-add-to-wishlist a {
    font-size: 0 !important;
  }
  
  .single-products-box .quick-view-btn {
    margin-top: 10px;
  }
  
  .single-products-box .quick-view-btn .quick-view {
    font-size: 0 !important;
  }
  
  .single-products-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
  }
  
  .single-products-box .sale {
    background-color: #06bec7;
    color: var(--whiteColor);
    position: absolute;
    padding: 3px 15px;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: 600;
  }
  
  .single-products-box .out-of-stock {
    background-color: var(--mainColor);
    color: var(--whiteColor);
    position: absolute;
    padding: 3px 15px;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: 600;
  }
  
  .single-products-box .hot {
    background-color: green;
    color: var(--whiteColor);
    position: absolute;
    padding: 3px 15px;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 600;
  }
  
  .single-products-box img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .single-products-box .products-button {
    padding-right: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: absolute;
    left: 20px;
    top: 40px;
  }
  
  .single-products-box .products-button li {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 8px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .single-products-box .products-button li a {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: var(--whiteColor);
    background-color: var(--blackColor);
  }
  
  .single-products-box .products-button li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
  }
  
  .single-products-box .products-button li:last-child {
    margin-bottom: 0;
  }
  
  .single-products-box .products-button li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  
  .single-products-box .products-button li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  
  .single-products-box .products-button li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  
  .single-products-box .content {
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 20px 20px 20px 100px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #eee;
  }
  
  .single-products-box .content h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  
  .single-products-box .content .add-to-cart-btn {
    margin-top: 10px;
    font-weight: 700;
    position: relative;
    padding: 0;
    padding-left: 32px;
    display: inline-block;
    color: var(--paragraphColor);
    margin-left: 8px;
    background-color: transparent;
  }
  
  .single-products-box .content .add-to-cart-btn i {
    left: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #f2f2f2;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--paragraphColor);
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
  }
  
  .single-products-box .content .add-to-cart-btn:hover {
    color: var(--mainColor);
    background-color: transparent;
  }
  
  .single-products-box .content .add-to-cart-btn:hover i {
    background-color: var(--mainColor);
    color: var(--whiteColor);
  }
  
  .single-products-box .content .price {
    top: 21px;
    left: 20px;
    position: absolute;
  }
  
  .single-products-box .content .price span {
    display: block;
    font-weight: 700;
    text-align: center;
    color: var(--paragraphColor);
  }
  
  .single-products-box .content .price span.old-price {
    margin-bottom: 2px;
    color: var(--mainColor);
    text-decoration: line-through;
  }
  
  .single-products-box:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  
  .single-products-box:hover .products-button li {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  
  .yith-wcwl-add-button span {
    display: inline !important;
  }
  
  @media (min-width: 992px) {
    .four-grid-card .col-lg-4 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%;
    }
  }
  
  /* Product details style */
  .pswp {
    z-index: 100005;
  }
  
  .products_details {
    /* You May Also Like Products */
    /* End You May Also Like Products */
  }
  
  .products_details .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    display: block;
  }
  
  .products_details div.product {
    /* Woocommerce tabs */
    /* End Woocommerce tabs */
  }
  
  .products_details div.product span.sale-btn {
    position: absolute;
    text-align: center;
    top: 15px;
    right: 15px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 2;
    font-size: 13px;
    background-color: var(--mainColor);
  }
  
  .products_details div.product .product_title {
    display: block;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
  }
  
  .products_details div.product p.price, .products_details div.product span.price {
    margin-bottom: 15px;
    color: var(--blackColor);
    font-size: 18px;
    font-weight: 700;
    display: block;
  }
  
  .products_details div.product p.price del, .products_details div.product span.price del {
    margin-left: 5px;
    color: #828893;
    font-weight: normal;
  }
  
  .products_details div.product p.price ins, .products_details div.product span.price ins {
    text-decoration: none;
  }
  
  .products_details div.product .woocommerce-product-rating {
    margin-bottom: 5px;
  }
  
  .products_details div.product .woocommerce-product-rating .star-rating {
    font-size: 14px;
    color: #ffba0a;
  }
  
  .products_details div.product .woocommerce-product-rating a.woocommerce-review-link {
    display: inline-block;
    color: #221638;
    border-bottom: 1px solid #221638;
    line-height: initial;
    position: relative;
    top: -3px;
    font-weight: 600;
  }
  
  .products_details div.product .woocommerce-product-details__short-description {
    margin-bottom: 15px;
  }
  
  .products_details div.product .woocommerce-product-details__short-description p {
    font-size: 16px;
  }
  
  .products_details div.product form.cart {
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  .products_details div.product form.cart table {
    margin-bottom: 15px;
    border-bottom: none;
  }
  
  .products_details div.product form.cart table tr del {
    opacity: .50;
    margin-left: 3px;
  }
  
  .products_details div.product form.cart table tr:nth-child(even), .products_details div.product form.cart table tr:hover {
    background-color: #fff;
  }
  
  .products_details div.product form.cart .variations {
    margin-bottom: 15px;
    border-bottom: none;
  }
  
  .products_details div.product form.cart .variations select {
    border: 1px solid #eee;
    height: 35px;
    font-size: 14px;
    padding: 5px 10px;
  }
  
  .products_details div.product form.cart .variations label {
    text-transform: capitalize;
  }
  
  .products_details div.product form.cart .variations th, .products_details div.product form.cart .variations td {
    padding: 5px 0;
  }
  
  .products_details div.product form.cart .variations th span.current, .products_details div.product form.cart .variations td span.current {
    margin: 0;
    font-size: 14px;
  }
  
  .products_details div.product form.cart .single_variation_wrap p {
    font-size: 15px;
  }
  
  .products_details div.product form.cart .single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 10px;
  }
  
  .products_details div.product form.cart .group_table td {
    vertical-align: middle;
  }
  
  .products_details div.product form.cart .group_table td label {
    margin: 0;
    font-size: 14px;
  }
  
  .products_details div.product form.cart .group_table td:first-child {
    width: 130px;
    text-align: center;
  }
  
  .products_details div.product form.cart .group_table td .qty {
    width: 100%;
  }
  
  .products_details div.product form.cart .group_table td .button {
    font-weight: normal;
    font-size: 13px;
    border-radius: 0;
    color: #fff;
    padding: 12px 15px;
    width: 100%;
  }
  
  .products_details div.product form.cart .group_table td .button:hover {
    background-color: #000;
    color: #fff;
  }
  
  .products_details div.product form.cart div.quantity {
    margin-left: 10px;
  }
  
  .products_details div.product .product_meta {
    margin-top: 10px;
  }
  
  .products_details div.product .product_meta span.sku_wrapper {
    display: inline-block;
    display: block;
    color: #221638;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }
  
  .products_details div.product .product_meta span.sku_wrapper span {
    color: var(--paragraphColor);
    font-weight: 600;
  }
  
  .products_details div.product .product_meta span.posted_in, .products_details div.product .product_meta span.tagged_as {
    margin-top: 5px;
    display: block;
    color: var(--blackColor);
    margin-bottom: 10px;
    font-size: 16px;
  }
  
  .products_details div.product .product_meta span.posted_in a, .products_details div.product .product_meta span.tagged_as a {
    font-size: 16px;
    color: var(--paragraphColor);
    margin-right: 5px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
  }
  
  .products_details div.product .product_meta span.posted_in a:hover, .products_details div.product .product_meta span.tagged_as a:hover {
    color: var(--mainColor);
  }
  
  .products_details div.product .default-btn {
    text-transform: capitalize;
  }
  
  .products_details div.product .woocommerce-tabs {
    padding-top: 10px;
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs {
    text-align: right;
    padding-right: 0;
    margin-bottom: 40px;
    list-style-type: none;
    border-bottom: 1px solid #dee2e6;
    display: block;
    overflow: unset;
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs .nav-item {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0;
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs .nav-item .nav-link {
    color: #cccccc;
    border: none;
    border-bottom: none;
    padding: 0;
    background-color: transparent;
    position: relative;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--fontFamily);
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs .nav-item .nav-link::before {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 3px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    bottom: -2px;
    background-color: var(--mainColor);
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs .nav-item .nav-link:hover, .products_details div.product .woocommerce-tabs ul#tabs .nav-item .nav-link.active {
    color: var(--blackColor);
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs .nav-item .nav-link:hover::before, .products_details div.product .woocommerce-tabs ul#tabs .nav-item .nav-link.active::before {
    width: 100%;
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs .nav-item::before, .products_details div.product .woocommerce-tabs ul#tabs .nav-item::after {
    display: none !important;
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs .nav-item.active .nav-link {
    color: var(--blackColor);
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs .nav-item.active .nav-link::before {
    width: 100%;
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs .nav-item:first-child {
    margin-right: 0;
  }
  
  .products_details div.product .woocommerce-tabs ul#tabs::before {
    display: none;
  }
  
  .products_details div.product .woocommerce-tabs .panel {
    margin: 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 25px;
  }
  
  .products_details div.product .woocommerce-tabs .panel h1, .products_details div.product .woocommerce-tabs .panel h2, .products_details div.product .woocommerce-tabs .panel h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  
  .products_details div.product .woocommerce-tabs .panel h4, .products_details div.product .woocommerce-tabs .panel h5, .products_details div.product .woocommerce-tabs .panel h6 {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  
  .products_details div.product .woocommerce-tabs .panel p {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--paragraphColor);
  }
  
  .products_details div.product .woocommerce-tabs .panel p:last-child {
    margin-bottom: 0;
  }
  
  .products_details div.product .woocommerce-tabs .panel ul {
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .products_details div.product .woocommerce-tabs .panel ul li {
    margin-bottom: 12px;
    position: relative;
    color: var(--paragraphColor);
    font-size: 16px;
  }
  
  .products_details div.product .woocommerce-tabs .panel table.shop_attributes {
    margin-bottom: 0;
    margin-top: 15px;
  }
  
  .products_details div.product .woocommerce-tabs .panel table.shop_attributes td, .products_details div.product .woocommerce-tabs .panel table.shop_attributes th {
    border: 1px solid #eee !important;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    width: 50%;
  }
  
  .products_details div.product .woocommerce-tabs .panel .products-reviews #comments {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    border: none;
    background-color: transparent;
  }
  
  .products_details div.product .woocommerce-tabs .panel .products-reviews #comments .woocommerce-Reviews-title {
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  
  .products_details div.product .woocommerce-tabs .panel .products-reviews #comments p.woocommerce-noreviews {
    margin-bottom: 10px;
  }
  
  .products_details div.product .woocommerce-tabs .panel .products-reviews #comments ol.commentlist {
    padding: 0;
    margin-top: 15px !important;
  }
  
  .products_details div.product .woocommerce-tabs .panel .products-reviews #comments ol.commentlist li {
    margin-bottom: 15px !important;
  }
  
  .products_details div.product .woocommerce-tabs .panel .products-reviews #comments p.meta {
    margin-bottom: 5px !important;
  }
  
  .products_details div.product .woocommerce-tabs .panel .products-reviews #comments .woocommerce-review__author {
    color: #222222;
  }
  
  .products_details div.product .woocommerce-tabs .panel .products-reviews #comments .star-rating {
    font-size: 14px;
    color: #ffba0a;
  }
  
  .products_details div.product .woocommerce-tabs .panel .products-reviews #comments .description p {
    font-size: 15px;
    margin-bottom: 12px !important;
  }
  
  .products_details div.product .woocommerce-tabs .panel .comment-reply-title {
    font-size: 15px;
    font-weight: normal;
    border-bottom: none;
    display: block;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  
  .products_details div.product .woocommerce-tabs .panel .comment-reply-title::before {
    display: none;
  }
  
  .products_details div.product .woocommerce-tabs .panel .comment-form-rating label {
    margin-bottom: 5px;
  }
  
  .products_details div.product .woocommerce-tabs .panel .comment-form-rating p.stars {
    margin-bottom: 20px !important;
    display: inline-block;
  }
  
  .products_details div.product .woocommerce-tabs .panel .comment-form-rating p.stars a {
    color: #ffba0a;
  }
  
  .products_details div.product .woocommerce-tabs .panel .comment-form-rating .nice-select {
    margin-bottom: 20px;
    border-radius: 0;
  }
  
  .products_details div.product .woocommerce-tabs .panel #respond textarea#comment {
    padding: 12px 15px;
    font-size: 15px;
  }
  
  .products_details div.product .woocommerce-tabs .panel #respond .comment-form-comment textarea {
    margin: 0;
  }
  
  .products_details div.product .woocommerce-tabs .panel #respond p.comment-form-comment, .products_details div.product .woocommerce-tabs .panel #respond .comment-form-author, .products_details div.product .woocommerce-tabs .panel #respond .comment-form-email, .products_details div.product .woocommerce-tabs .panel #respond .comment-form-cookies-consent {
    margin-bottom: 20px !important;
  }
  
  .products_details div.product .woocommerce-tabs .panel #respond p.form-submit {
    margin: 0 !important;
  }
  
  .products_details div.product .woocommerce-tabs .panel #respond input#submit {
    padding: 13px 20px !important;
    border-radius: 0;
    color: #fff;
    border: 1px solid;
    font-size: 14px;
    background-color: var(--mainColor);
  }
  
  .products_details div.product .woocommerce-tabs .panel #respond input#submit:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
  }
  
  .products_details div.product .woocommerce-tabs .panel {
    margin: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 0;
  }
  
  .products_details div.product .woocommerce-tabs .panel h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
  }
  
  .products_details div.product .woocommerce-tabs .panel p {
    margin-bottom: 15px;
  }
  
  .products_details div.product .woocommerce-tabs .panel p:last-child {
    margin-bottom: 0;
  }
  
  .products_details .up-sells.upsells.products {
    margin-top: 35px;
  }
  
  .products_details .up-sells.upsells.products h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  
  .products_details .products-share {
    margin-top: 30px;
  }
  
  .products_details .products-share .social {
    padding-right: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  
  .products_details .products-share .social li {
    display: inline-block;
  }
  
  .products_details .products-share .social li span {
    display: inline-block;
    margin-left: 3px;
    font-weight: 700;
    position: relative;
    top: -2px;
  }
  
  .products_details .products-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid;
    text-align: center;
    font-size: 17px;
    margin-right: 2px;
  }
  
  .products_details .products-share .social li a:hover, .products_details .products-share .social li a:focus {
    background-color: transparent;
  }
  
  .products_details .products-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
  }
  
  .products_details .products-share .social li a.facebook:hover, .products_details .products-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
  }
  
  .products_details .products-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
  }
  
  .products_details .products-share .social li a.twitter:hover, .products_details .products-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
  }
  
  .products_details .products-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff;
  }
  
  .products_details .products-share .social li a.linkedin:hover, .products_details .products-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
  }
  
  .products_details .products-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #ffffff;
  }
  
  .products_details .products-share .social li a.instagram:hover, .products_details .products-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
  }
  
  .products_details .products-share .social li a.whatsapp {
    background-color: #44c153;
    border-color: #44c153;
    color: #ffffff;
  }
  
  .products_details .products-share .social li a.whatsapp:hover, .products_details .products-share .social li a.whatsapp:focus {
    color: #44c153;
    background-color: transparent;
  }
  
  .products_details .products-share .social li a.email {
    background-color: #d65348;
    border-color: #d65348;
    color: #ffffff;
  }
  
  .products_details .products-share .social li a.email:hover, .products_details .products-share .social li a.email:focus {
    color: #d65348;
    background-color: transparent;
  }
  
  .products_details .products-share .social li a.copy {
    background-color: var(--blackColor);
    border-color: var(--blackColor);
    color: #ffffff;
  }
  
  .products_details .products-share .social li a.copy:hover, .products_details .products-share .social li a.copy:focus {
    color: var(--blackColor);
    background-color: transparent;
  }
  
  @-webkit-keyframes scaleup {
    from {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes scaleup {
    from {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes starred {
    from {
      color: #f2b01e;
    }
    to {
      color: #f2b01e;
    }
  }
  
  @keyframes starred {
    from {
      color: #f2b01e;
    }
    to {
      color: #f2b01e;
    }
  }
  
  /* End Product details */
  .products-details-tabs {
    margin-top: 50px;
  }
  
  .products-details-tabs .nav {
    text-align: center;
    padding-right: 0;
    margin-bottom: 40px;
    list-style-type: none;
    display: block;
  }
  
  .products-details-tabs .nav .nav-item {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
  }
  
  .products-details-tabs .nav .nav-item .nav-link {
    color: #cccccc;
    border: none;
    border-bottom: 1px solid #eeeeee;
    padding: 0;
    background-color: transparent;
    position: relative;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 800;
  }
  
  .products-details-tabs .nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 3px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    bottom: -2px;
  }
  
  .products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
    color: var(--blackColor);
  }
  
  .products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
    width: 100%;
  }
  
  .products-details-tabs .tab-content .tab-pane {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .products-details-tabs .tab-content .tab-pane p {
    line-height: 1.8;
  }
  
  .products-details-tabs .tab-content .tab-pane ul {
    padding-right: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .products-details-tabs .tab-content .tab-pane ul li {
    margin-bottom: 12px;
    position: relative;
    color: var(--blackColor);
    padding-right: 15px;
  }
  
  .products-details-tabs .tab-content .tab-pane ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--blackColor);
  }
  
  .products-details-tabs .tab-content .tab-pane ul li:last-child {
    margin-bottom: 0;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews h3 {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 15px;
    font-size: 24px;
    font-weight: 800;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .rating {
    display: inline-block;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
    font-size: 17px;
    color: #cecfd2;
    margin-left: -2px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
    color: orange;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
    display: block;
    font-size: var(--fontSize);
    color: var(--paragraphColor);
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .row {
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .side {
    float: right;
    width: 9%;
    margin-top: 10px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .side div {
    font-size: var(--fontSize);
    font-weight: 700;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .middle {
    margin-top: 14px;
    float: right;
    width: 82%;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .right {
    text-align: left;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
    width: 100%;
    height: 18px;
    background-color: #4CAF50;
    border-radius: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
    width: 75%;
    height: 18px;
    background-color: #2196F3;
    border-radius: 5px;
    border-radius: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
    width: 50%;
    height: 18px;
    background-color: #00bcd4;
    border-radius: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
    width: 25%;
    height: 18px;
    background-color: #ff9800;
    border-radius: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
    width: 0;
    height: 18px;
    background-color: #f44336;
    border-radius: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments {
    margin-top: 40px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 110px 20px 0;
    position: relative;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
    position: absolute;
    right: 0;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
    margin-bottom: 8px;
    font-weight: 700;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 8px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
    display: inline-block;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
    color: #cecfd2;
    font-size: 18px;
    display: inline-block;
    margin-left: -3px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
    color: orange;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
    color: var(--blackColor);
    position: relative;
    top: -2px;
    font-weight: 700;
    margin-right: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper {
    margin-top: 30px;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
    color: red;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
    margin-top: 20px;
    text-align: center;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
    margin-bottom: 25px;
    text-align: right;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
    text-align: right;
    overflow: hidden;
    max-width: 115px;
    margin-top: -5px;
    margin-bottom: 20px;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
    float: left;
    position: relative;
    width: 23px;
    height: 23px;
    cursor: pointer;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
    padding-left: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
    content: "\2605";
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 27px;
    color: #CCCCCC;
    line-height: 1;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
    display: none;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
    color: #f6b500;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
    text-align: right;
    margin-bottom: 0;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
    display: none;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--paragraphColor);
    font-weight: 600;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #f5f5f5;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5.5px;
    right: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
    margin-top: 22px;
    border: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
    padding: 13px 60px;
    font-weight: 700;
    font-size: var(--fontSize);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
    background-color: var(--blackColor);
    color: #ffffff;
  }
  
  /* Cart pages style */
  .cart-table table {
    margin-bottom: 0;
    border: none !important;
  }
  
  .cart-table table thead tr {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .cart-table table thead tr th {
    color: #0d1028;
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 15px !important;
    text-transform: uppercase;
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: 700;
    font-size: 14px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .cart-table table tbody tr {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .cart-table table tbody tr td {
    vertical-align: middle;
    padding: 10px 12px !important;
    border-color: #eeeeee;
    border-right: none;
    border: 0px solid transparent;
    border-left: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .cart-table table tbody tr td.product-thumbnail a {
    display: block;
  }
  
  .cart-table table tbody tr td.product-thumbnail a img {
    width: 70px;
  }
  
  .cart-table table tbody tr td.product-name a {
    font-weight: normal;
    display: inline-block;
    color: var(--blackColor);
    text-decoration: none;
    font-weight: 500;
  }
  
  .cart-table table tbody tr td.product-name span {
    font-weight: 600;
  }
  
  .cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: left;
    position: relative;
    top: -1px;
  }
  
  .cart-table table tbody tr td.product-quantity .form-control {
    background: transparent;
    width: 80px;
  }
  
  .cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
  }
  
  .cart-table table tbody tr td.product-subtotal span {
    font-weight: 600;
  }
  
  .cart-table table tbody .cart-coupon-cls {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .cart-table table tbody .cart-coupon-cls .actions {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 25px !important;
  }
  
  .cart-table table .table-bordered td {
    border: 1px solid #dee2e6;
  }
  
  .cart-table .quantity .input-text {
    border: 1px solid #eee;
    height: 40px;
    font-size: 15px;
    padding: 5px 10px;
    width: 100px;
  }
  
  .cart-table .coupon .form-control {
    width: 300px !important;
    padding: 5px 15px !important;
    height: 48px;
    margin-left: 10px !important;
  }
  
  .cart-table a.remove {
    font-size: 17px;
  }
  
  .cart-table a.remove:hover {
    background-color: transparent;
    color: red !important;
  }
  
  .cart-table a.remove i {
    font-style: inherit;
    font-size: 15px;
  }
  
  .table-responsive tr td, .table-responsive tr th {
    border-color: #eeeeee;
  }
  
  .cart-totals {
    background: #ffffff;
    padding: 30px;
    max-width: 500px;
    width: 100% !important;
    border: 1px solid #eeeeee;
    margin: 10px auto 0;
    float: none !important;
  }
  
  .cart-totals h3 {
    margin-top: -5px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
  }
  
  .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
  }
  
  .cart-totals ul li {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    color: #0a0c19;
    font-weight: 600;
    overflow: hidden;
  }
  
  .cart-totals ul li:first-child {
    border-bottom: none;
  }
  
  .cart-totals ul li:last-child {
    border-top: none;
  }
  
  .cart-totals ul li span {
    float: left;
    color: #666666;
    font-weight: normal;
  }
  
  .cart-totals .wc-proceed-to-checkout {
    padding-bottom: 0;
  }
  
  .cart-totals .wc-proceed-to-checkout .btn {
    color: #fff;
    background-color: var(--blackColor);
    text-decoration: none;
  }
  
  .cart-totals .wc-proceed-to-checkout .btn:hover {
    background-color: var(--mainColor);
  }
  
  .cart-totals .shop_cart_table td, .cart-totals .shop_cart_table th {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
  }
  
  .cart-totals .shop_cart_table th {
    font-weight: 500;
  }
  
  .cart-totals .shop_cart_table td {
    text-align: left;
  }
  
  .cart-totals .shop_cart_table .cart-subtotal th, .cart-totals .shop_cart_table .cart-subtotal td {
    padding-top: 0;
  }
  
  .cart-totals .shop_cart_table .order-total strong {
    font-size: 20px;
  }
  
  /* End cart pages style */
  .checkout-area .title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .checkout-area .select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 50px;
  }
  
  .checkout-area .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    margin-top: 10px;
    padding-right: 15px;
    font-size: 14px;
  }
  
  .checkout-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    left: 10px;
  }
  
  .checkout-area table.shop_table td {
    border-top: 0px solid !important;
    border-color: #eeeeee;
  }
  
  .checkout-area table th {
    border-color: #eeeeee;
  }
  
  .checkout-area .woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none;
  }
  
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
  }
  
  .woocommerce form .password-input, .woocommerce-page form .password-input {
    display: block;
    width: 100%;
  }
  
  .woocommerce-cart #payment {
    background: #fff !important;
  }
  
  .woocommerce-cart .quantity .plus, .woocommerce-cart .quantity .minus {
    font-size: 25px;
    height: 50px;
    width: 30px;
    font-weight: 500;
  }
  
  .woocommerce-cart .quantity .plus {
    font-size: 20px;
    position: relative;
    top: 0;
  }
  
  .woocommerce-cart .quantity input {
    background-color: #f8f8f8;
    border: none;
    outline: 0 !important;
  }
  
  .woocommerce-cart .quantity input.input-text.qty.text {
    height: 50px;
    position: relative;
    top: 0px;
    border: none;
    width: 50px;
    margin: 0 -5px;
    outline: 0 !important;
  }
  
  .form-control:focus {
    border-color: var(--mainColor);
  }
  
  .woocommerce {
    /* For Firefox */
    /* Webkit browsers like Safari and Chrome */
  }
  
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .woocommerce div.product div.images .flex-control-thumbs li {
    padding: 10px 5px 0;
  }
  
  .woocommerce div.product .stock {
    display: inline-block;
    color: var(--blackColor);
    font-size: 16px;
  }
  
  .woocommerce table.shop_table td {
    color: #777777;
    font-weight: 600;
  }
  
  .woocommerce .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--mainColor);
    outline: 0;
    -webkit-box-sizing: 0 !important;
            box-sizing: 0 !important;
    border: none !important;
    -webkit-box-shadow: 0 0 0 1px rgba(202, 202, 202, 0.25);
            box-shadow: 0 0 0 1px rgba(202, 202, 202, 0.25);
  }
  
  .woocommerce .pagination-area {
    margin-top: 0;
  }
  
  .woocommerce table.shop_table td {
    color: #777777;
    font-weight: 600;
  }
  
  .woocommerce .widget_shopping_cart .buttons a {
    font-weight: 500;
    border-radius: 0;
  }
  
  .woocommerce .form-control:focus {
    border: 1px solid !important;
  }
  
  .woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
  }
  
  .woocommerce form .form-row-first {
    width: 50%;
  }
  
  .woocommerce input[type='number'] {
    -moz-appearance: textfield;
  }
  
  .woocommerce input[type=number]::-webkit-inner-spin-button,
  .woocommerce input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .woocommerce .input-counter {
    display: inline-block;
  }
  
  .woocommerce .input-counter .quantity .qty {
    height: 45px;
    color: #222222;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
  }
  
  .woocommerce #respond input#submit {
    background-color: var(--mainColor);
  }
  
  .woocommerce #respond input#submit.alt {
    background-color: var(--mainColor);
  }
  
  .woocommerce #respond input#submit.alt.disabled {
    background-color: var(--mainColor);
  }
  
  .woocommerce #respond input#submit.alt.disabled:hover {
    background-color: var(--mainColor);
  }
  
  .woocommerce #respond input#submit.alt:disabled {
    background-color: var(--mainColor);
  }
  
  .woocommerce #respond input#submit.alt:disabled:hover {
    background-color: var(--mainColor);
  }
  
  .woocommerce #respond input#submit.alt:disabled[disabled] {
    background-color: var(--mainColor);
  }
  
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
    background-color: var(--mainColor);
  }
  
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--mainColor);
  }
  
  .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: var(--mainColor);
  }
  
  .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--mainColor);
  }
  
  .woocommerce a.button.alt.disabled, .woocommerce button.button.alt.disabled, .woocommerce input.button.alt.disabled {
    background-color: var(--mainColor);
  }
  
  .woocommerce a.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:hover {
    background-color: var(--mainColor);
  }
  
  .woocommerce a.button.alt:disabled, .woocommerce button.button.alt:disabled, .woocommerce input.button.alt:disabled {
    background-color: var(--mainColor);
  }
  
  .woocommerce a.button.alt:disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce input.button.alt:disabled:hover {
    background-color: var(--mainColor);
  }
  
  .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled] {
    background-color: var(--mainColor);
  }
  
  .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--mainColor);
  }
  
  /* Checkout page style */
  /* Billing details */
  .billing-details {
    border-radius: 5px;
  }
  
  .billing-details .form-row:last-child {
    margin-bottom: 0;
  }
  
  .billing-details .form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--blackColor);
  }
  
  .billing-details .form-group label .required {
    color: red;
  }
  
  .billing-details .form-group .woocommerce-input-wrapper {
    width: 100%;
    display: block;
  }
  
  .billing-details .form-group .form-control {
    background: #fff;
    border: 1px solid #eee;
    height: 45px;
    font-size: 16px;
  }
  
  .billing-details .form-group select {
    cursor: pointer;
  }
  
  .billing-details .form-check {
    margin-bottom: 15px;
  }
  
  .billing-details .form-check label {
    font-size: 15px;
    font-weight: 400;
  }
  
  .billing-details .title {
    position: relative;
  }
  
  .billing-details .title span {
    background-color: var(--whiteColor);
    padding-left: 15px;
  }
  
  .billing-details .title::before {
    right: 0;
    left: 0;
    top: 50%;
    content: '';
    height: 1px;
    z-index: -1;
    margin-top: 1px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ebeeee;
  }
  
  .checkout-area .woocommerce-shipping-fields {
    margin-top: 30px;
  }
  
  .checkout-area .woocommerce-shipping-fields h3 {
    font-size: 16px;
    margin-top: 0;
  }
  
  .checkout-area form .form-row {
    padding: 0;
    margin: 0 0 18px;
  }
  
  .checkout-area .shipping_address .form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    line-height: 1 !important;
    color: #000;
  }
  
  .checkout-area .shipping_address .form-group .form-control {
    background: #fff;
    border: 1px solid #eee;
    height: 45px;
    font-size: 15px;
  }
  
  .checkout-area .shipping_address .form-group .woocommerce-input-wrapper {
    display: block;
    width: 100%;
  }
  
  .checkout-area .woocommerce-additional-fields .woocommerce-input-wrapper {
    display: block;
    width: 100%;
  }
  
  .checkout-area .woocommerce-additional-fields .form-row:last-child {
    margin-bottom: 0;
  }
  
  .order-details ul {
    list-style-type: none;
  }
  
  .order-details ul li {
    list-style-type: none;
  }
  
  .order-details .form-row:last-child {
    margin-bottom: 0;
  }
  
  .order-details .title {
    position: relative;
  }
  
  .order-details .title span {
    background-color: var(--whiteColor);
    padding-left: 15px;
  }
  
  .order-details .title::before {
    right: 0;
    left: 0;
    top: 50%;
    content: '';
    height: 1px;
    z-index: -1;
    margin-top: 1px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ebeeee;
  }
  
  .order-details .btn-primary.order-btn {
    background-color: var(--blackColor);
    font-size: 16px;
    font-weight: 500;
  }
  
  .order-details .btn-primary.order-btn:hover {
    background-color: var(--mainColor);
  }
  
  .woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce table.shop_table tr {
    color: var(--paragraphColor);
    border-color: #eeeeee;
    vertical-align: middle;
    white-space: nowrap;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 13px;
    font-size: 16px;
  }
  
  .woocommerce .cart-table table.shop_table .product-img, .woocommerce .cart-table table.shop_table .product-name, .woocommerce .cart-table table.shop_table .product-price, .woocommerce .cart-table table.shop_table .product-quantity, .woocommerce .cart-table table.shop_table .product-subtotal, .woocommerce .cart-table table.shop_table .product-remove {
    padding-top: 0 !important;
  }
  
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em !important;
  }
  
  .woocommerce-info, .woocommerce-message {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-right: 3px solid var(--mainColor);
    border-top: 3px solid var(--whiteColor);
    background: var(--whiteColor);
    margin-bottom: 50px;
    padding: 15px 20px;
  }
  
  .woocommerce-info::before, .woocommerce-message::before {
    color: var(--mainColor);
  }
  
  .payment_methods li {
    list-style-type: none;
  }
  
  /* End checkout page style */
  /* Checkout coupon */
  .woocommerce .checkout_coupon {
    border: 1px solid #eee;
  }
  
  .woocommerce .checkout_coupon .input-text {
    border: 1px solid #eee;
    height: 45px;
    padding: 8px 15px;
  }
  
  .woocommerce .checkout_coupon .button {
    color: #fff;
    font-size: 14px;
    height: 45px;
    padding: 10px 20px;
  }
  
  .woocommerce .checkout_coupon .button:hover {
    background-color: #000;
    color: #fff;
  }
  
  .woocommerce .nice-select {
    width: 100% !important;
  }
  
  /* Shop Sidebar */
  .shop-sidebar {
    padding-right: 15px;
  }
  
  .shop-sidebar .widget_shopping_cart_content ul {
    padding-right: 0 !important;
  }
  
  .shop-sidebar .widget_shopping_cart_content ul li a::before {
    display: none !important;
  }
  
  .shop-sidebar .woocommerce-mini-cart__buttons.buttons {
    text-align: center;
  }
  
  .shop-sidebar ul {
    margin: 0;
    list-style-type: none;
  }
  
  .shop-sidebar ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  
  .shop-sidebar ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .shop-sidebar ul li a {
    color: #0a0c19 !important;
  }
  
  .shop-sidebar ul li a:hover {
    color: var(--mainColor) !important;
  }
  
  .shop-sidebar ul li a.remove.remove_from_cart_button {
    top: 24px !important;
  }
  
  .shop-sidebar ul ul.children {
    padding-right: 15px !important;
    margin-top: 8px;
  }
  
  .shop-sidebar .widget ul li a:hover {
    color: var(--mainColor);
  }
  
  .shop-sidebar .widget_product_search form {
    position: relative;
  }
  
  .shop-sidebar .widget_product_search form .search-field {
    width: 100%;
    display: block;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .shop-sidebar .widget_product_search form .search-field:hover, .shop-sidebar .widget_product_search form .search-field:focus {
    outline: 0;
  }
  
  .shop-sidebar .widget_product_search form button {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    border: none;
    color: #fff;
    font-size: 15px;
    height: 50px;
    padding: 05px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--mainColor);
  }
  
  .shop-sidebar .widget_product_search form button:hover {
    background-color: #000;
    color: #fff;
  }
  
  .shop-sidebar .woocommerce button.button {
    color: #fff;
    font-size: 13px !important;
    font-weight: normal;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--mainColor);
  }
  
  .shop-sidebar .woocommerce button.button:hover {
    background-color: #000;
    color: #fff;
  }
  
  .shop-sidebar .widget_products ul li::before {
    top: 10px !important;
  }
  
  .shop-sidebar .widget_shopping_cart .cart_list li {
    padding-right: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .shop-sidebar .widget_shopping_cart .cart_list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .shop-sidebar .widget_shopping_cart .cart_list li a {
    font-size: 14px;
  }
  
  .shop-sidebar .widget_shopping_cart .cart_list li a img {
    margin-top: 5px;
  }
  
  .shop-sidebar .widget_shopping_cart .cart_list li .remove {
    font-size: 20px !important;
    top: 5px;
  }
  
  .shop-sidebar .widget_shopping_cart .cart_list li span.quantity {
    font-size: 13px;
  }
  
  .shop-sidebar .widget_shopping_cart p.woocommerce-mini-cart__total.total {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #333;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li, .shop-sidebar .widget_products .product_list_widget li, .shop-sidebar .widget_recently_viewed_products .product_list_widget li, .shop-sidebar .widget_recent_reviews .product_list_widget li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 0;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li:last-child, .shop-sidebar .widget_products .product_list_widget li:last-child, .shop-sidebar .widget_recently_viewed_products .product_list_widget li:last-child, .shop-sidebar .widget_recent_reviews .product_list_widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li:last-child, .shop-sidebar .widget_products .product_list_widget li:last-child, .shop-sidebar .widget_recently_viewed_products .product_list_widget li:last-child, .shop-sidebar .widget_recent_reviews .product_list_widget li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li a, .shop-sidebar .widget_products .product_list_widget li a, .shop-sidebar .widget_recently_viewed_products .product_list_widget li a, .shop-sidebar .widget_recent_reviews .product_list_widget li a {
    font-size: 14px;
    color: #0a0c19;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li .amount, .shop-sidebar .widget_products .product_list_widget li .amount, .shop-sidebar .widget_recently_viewed_products .product_list_widget li .amount, .shop-sidebar .widget_recent_reviews .product_list_widget li .amount {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li .price, .shop-sidebar .widget_products .product_list_widget li .price, .shop-sidebar .widget_recently_viewed_products .product_list_widget li .price, .shop-sidebar .widget_recent_reviews .product_list_widget li .price {
    color: #777777;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li del, .shop-sidebar .widget_products .product_list_widget li del, .shop-sidebar .widget_recently_viewed_products .product_list_widget li del, .shop-sidebar .widget_recent_reviews .product_list_widget li del {
    opacity: .60;
    color: #777777;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li ins, .shop-sidebar .widget_products .product_list_widget li ins, .shop-sidebar .widget_recently_viewed_products .product_list_widget li ins, .shop-sidebar .widget_recent_reviews .product_list_widget li ins {
    text-decoration: none;
    color: #777777;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li .star-rating, .shop-sidebar .widget_products .product_list_widget li .star-rating, .shop-sidebar .widget_recently_viewed_products .product_list_widget li .star-rating, .shop-sidebar .widget_recent_reviews .product_list_widget li .star-rating {
    margin: 5px 0;
  }
  
  .shop-sidebar .widget_top_rated_products .product_list_widget li span.reviewer, .shop-sidebar .widget_products .product_list_widget li span.reviewer, .shop-sidebar .widget_recently_viewed_products .product_list_widget li span.reviewer, .shop-sidebar .widget_recent_reviews .product_list_widget li span.reviewer {
    font-size: 12px !important;
    text-transform: capitalize;
  }
  
  .shop-sidebar .star-rating {
    font-size: 12px;
    color: #ffba0a;
  }
  
  .shop-sidebar a.button {
    color: #fff;
    background-color: var(--mainColor);
    font-size: 12px;
    margin: 10px 0 0 10px !important;
    text-transform: capitalize;
  }
  
  .shop-sidebar a.button:hover {
    background-color: #000;
    color: #fff;
  }
  
  .shop-sidebar .wcppec-cart-widget-button {
    margin-top: 10px;
  }
  
  .shop-sidebar .select2-container .select2-selection--single {
    border: 1px solid #eee;
    height: 45px;
    border-radius: 0;
  }
  
  .shop-sidebar .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 8px;
  }
  
  .shop-sidebar .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #62618d;
  }
  
  .shop-sidebar .select2-container .select2-selection--single .select2-selection__arrow {
    top: 10px;
    left: 5px;
  }
  
  .shop-sidebar .select2-container--default .select2-selection--multiple {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 1px 15px;
  }
  
  .shop-sidebar span.reviewer {
    font-size: 14px;
  }
  
  .shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit {
    border: 1px solid #eee;
    color: #fff;
    background-color: var(--mainColor);
    font-size: 13px;
    padding: 7px 15px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover {
    background-color: #000;
    color: #fff;
  }
  
  .shop-sidebar .widget_price_filter .price_label {
    font-size: 15px;
  }
  
  .shop-sidebar .widget_layered_nav .selection ul li {
    border: none;
    padding-top: 5px;
  }
  
  .shop-sidebar .widget_layered_nav .selection ul li a {
    color: #ffba0a;
  }
  
  .shop-sidebar .select2-container--default .select2-selection--multiple {
    line-height: 2;
  }
  
  .select2-dropdown {
    border: 1px solid #eee !important;
  }
  
  .select2-results__option {
    padding: 5px 15px !important;
    font-size: 13px !important;
  }
  
  .return-to-shop .button.wc-backward {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
  }
  
  .return-to-shop .button.wc-backward:hover {
    background-color: #000;
    color: #fff;
  }
  
  /* End Shop Sidebar */
  .products_details .yith-wcwl-add-button span {
    font-weight: 700;
    position: relative;
    line-height: 1;
  }
  
  .products_details .default-btn:hover {
    color: #ffffff !important;
  }
  
  /* End  WooCommerce Style */
  /* Product Quick View Modal */
  .productsQuickView {
    padding: 0 !important;
    z-index: 1000000;
  }
  
  .productsQuickView .modal-dialog {
    max-width: 900px;
  }
  
  .productsQuickView .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
  }
  
  .productsQuickView .modal-dialog .modal-content .row {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  
  .productsQuickView .modal-dialog .modal-content button.close {
    position: absolute;
    left: 10px;
    display: inline-block;
    opacity: 1;
    top: 10px;
    width: 35px;
    z-index: 333;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    outline: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .productsQuickView .modal-dialog .modal-content button.close:hover {
    color: #ffffff;
    background-color: var(--mainColor);
  }
  
  .productsQuickView .modal-dialog .modal-content button.close span {
    display: block;
    font-weight: 400;
  }
  
  .productsQuickView .modal-dialog .modal-content .products-image img {
    width: 100%;
  }
  
  .productsQuickView .modal-dialog .modal-content .input-counter {
    margin-top: 20px;
    max-width: 190px;
    min-width: 190px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    display: block;
  }
  
  .productsQuickView .modal-dialog .modal-content .default-btn {
    text-transform: uppercase;
  }
  
  .productsQuickView .modal-dialog .modal-content form.cart {
    display: inline;
  }
  
  .productsQuickView .grouped_form {
    font-size: 14px;
  }
  
  .productsQuickView .grouped_form .add-to-cart-btn {
    color: #fff;
    font-size: 12px;
    padding: 10px 10px;
  }
  
  .productsQuickView .grouped_form .add-to-cart-btn:hover {
    background-color: #000;
    color: #fff;
  }
  
  .productsQuickView .variations_form td {
    text-transform: capitalize;
  }
  
  .productsQuickView .variations_form td a.reset_variations {
    margin-right: 10px;
  }
  
  .productsQuickView .variations_form .label label {
    margin: 0;
  }
  
  .productsQuickView .variations_form .value select {
    border: 1px solid #eee;
    font-size: 13px;
    height: 35px;
    padding: 5px 10px;
  }
  
  .productsQuickView .variations_form .reset_variations {
    font-size: 13px;
    margin-top: 10px;
  }
  
  .productsQuickView .variations_form .woocommerce-variation-price {
    margin-bottom: 10px;
  }
  
  .productsQuickView table.variations {
    margin-bottom: 15px;
  }
  
  .productsQuickView table.variations .nice-select span.current {
    font-size: 14px;
  }
  
  /* End Product Quick View Modal */
  .woocommerce-ordering .nice-select {
    padding: 3px 56px;
  }
  
  .wishlist_table th {
    font-size: 18px;
  }
  
  .wishlist_table td {
    font-size: 15px;
  }
  
  .wishlist_table td a {
    text-decoration: none !important;
  }
  
  .wishlist_table .product-remove a {
    line-height: 19px;
  }
  
  .woocommerce table.shop_table.wishlist_table {
    border: none;
  }
  
  .yith-wcwl-share ul {
    padding-right: 0 !important;
  }
  
  .yith-wcwl-share i {
    font-style: normal !important;
    color: #ffffff;
  }
  
  .related.products {
    margin-top: 50px;
    margin-bottom: -30px;
  }
  
  .widget_shopping_cart_content img {
    float: right !important;
    width: 72px !important;
  }
  
  .widget_shopping_cart_content a {
    display: block !important;
  }
  
  .product_list_widget img {
    margin-left: 10px !important;
    float: right !important;
    margin-left: 4px;
    margin-right: 0;
    width: 57px !important;
  }
  
  .product_list_widget li {
    padding-right: 0;
  }
  
  .product_list_widget li dl {
    margin: 0;
    padding-right: 0  !important;
    border-right: none  !important;
    display: table-cell;
  }
  
  .product_list_widget li::before {
    display: none !important;
  }
  
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: unset;
  }
  
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset;
  }
  
  /* MyAccount */
  .woocommerce .woocommerce-MyAccount-navigation {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 30px;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    margin-bottom: 10px;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    background-color: #fff;
    display: block;
    padding: 7px 20px;
    color: #333;
    text-decoration: none;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
    background-color: var(--mainColor);
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul .is-active a {
    color: #fff;
    background-color: var(--mainColor);
  }
  
  .woocommerce .woocommerce-MyAccount-content {
    border: 1px solid #eee;
    padding: 30px;
  }
  
  .woocommerce .woocommerce-MyAccount-content .woocommerce-error {
    margin-top: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields {
    margin-top: 20px;
  }
  
  .woocommerce .woocommerce-MyAccount-content form label {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
    color: #4a6f8a;
  }
  
  .woocommerce .woocommerce-MyAccount-content form p:last-child {
    margin-bottom: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-content .col-1 {
    max-width: 48%;
    padding: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-content .col-2 {
    max-width: 48%;
    padding: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  .woocommerce .woocommerce-MyAccount-content .title {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-content .addresses .edit {
    font-size: 14px;
  }
  
  .woocommerce .woocommerce-MyAccount-content .edit-account .input-text {
    border: 1px solid #eee;
    height: 45px;
    padding: 5px 15px;
    font-size: 14px;
    color: #666666;
  }
  
  .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row span {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
  }
  
  .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
    margin-top: 20px;
    color: #000;
  }
  
  .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
    font-size: 20px;
    color: #000;
  }
  
  .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    margin-bottom: 20px;
    padding: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
    width: 100%;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
  }
  
  .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    height: 45px;
    padding: 5px 15px;
    font-size: 14px;
    color: #62618d;
  }
  
  .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
    width: 100%;
  }
  
  .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single {
    height: 45px;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 13px;
  }
  
  .woocommerce .woocommerce-MyAccount-content .button {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 13px 20px;
    text-decoration: none;
  }
  
  .woocommerce .woocommerce-MyAccount-content .button:hover {
    background-color: #000;
    color: #fff;
  }
  
  .woocommerce .woocommerce-MyAccount-content address {
    font-style: normal;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 10px 20px;
    margin-top: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-content fieldset .woocommerce-form-row {
    margin-bottom: 15px;
    display: -ms-grid;
    display: grid;
  }
  
  .woocommerce .woocommerce-MyAccount-content fieldset legend {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .woocommerce .woocommerce-MyAccount-content p {
    margin-top: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-content .btn-primary {
    margin-top: 15px;
  }
  
  /* login form */
  .woocommerce form.login, .woocommerce form.register, .woocommerce .woocommerce-ResetPassword {
    border: 1px solid #fff;
    padding: 0;
    margin: 0 0 0px;
  }
  
  .woocommerce form.login .form-row label, .woocommerce form.register .form-row label, .woocommerce .woocommerce-ResetPassword .form-row label {
    font-weight: 500;
    color: #000;
    width: 100%;
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .woocommerce form.login button.button, .woocommerce form.register button.button, .woocommerce .woocommerce-ResetPassword button.button {
    color: #fff;
    padding: 12px 25px;
    margin-top: 10px;
  }
  
  .woocommerce form.login button.button:hover, .woocommerce form.register button.button:hover, .woocommerce .woocommerce-ResetPassword button.button:hover {
    background-color: #000;
    color: #fff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  .woocommerce form.login button.button::before, .woocommerce form.login button.button::after, .woocommerce form.register button.button::before, .woocommerce form.register button.button::after, .woocommerce .woocommerce-ResetPassword button.button::before, .woocommerce .woocommerce-ResetPassword button.button::after {
    display: none;
  }
  
  .woocommerce .login-form-title {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  
  .widget_product_categories.woocommerce .nice-select {
    display: none;
  }
  
  .widget_product_categories .select2-container.select2-container--default:last-child {
    display: none;
  }
  
  a.button.wc-forward {
    color: #fff;
  }
  
  .variations_button .single_add_to_cart_button {
    height: 51px;
  }
  
  .variations .nice-select {
    display: none;
  }
  
  .variations select {
    display: block !important;
  }
  
  .shop-sidebar {
    padding-right: 15px;
  }
  
  .shop-sidebar .widget_search form {
    position: relative;
  }
  
  .shop-sidebar .widget_search form label {
    display: block;
    margin-bottom: 0;
  }
  
  .shop-sidebar .widget_search form .screen-reader-text {
    display: none;
  }
  
  .shop-sidebar .widget_search form .search-field {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .shop-sidebar .widget_search form button {
    position: absolute;
    left: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    background-color: var(--mainColor);
  }
  
  .shop-sidebar .widget_search form button::before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .shop-sidebar .widget_search form button::after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  
  .shop-sidebar .widget_search form button:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  
  .shop-sidebar .widget_search form button:hover::after {
    opacity: 1;
    visibility: visible;
  }
  
  .shop-sidebar select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    color: #555;
    font-size: 13.5px;
    padding: 8px 15px;
  }
  
  .shop-sidebar .widget_categories ul li a {
    text-transform: capitalize;
  }
  
  .shop-sidebar .widget_categories ul li .children {
    margin-top: 10px;
  }
  
  .shop-sidebar .widget_pages ul li.page_item_has_children > a {
    margin-bottom: 10px;
    display: inline-block;
  }
  
  .shop-sidebar .widget_pages ul li a {
    text-transform: capitalize;
  }
  
  .shop-sidebar .widget_rss ul li {
    margin-bottom: 20px;
  }
  
  .shop-sidebar .widget_rss ul li::before {
    top: 10px;
  }
  
  .shop-sidebar .widget_rss ul li:last-child {
    margin-bottom: 0;
  }
  
  .shop-sidebar .widget_rss ul li .rsswidget {
    display: block;
    color: #222222;
    font-weight: bold;
    font-size: 15px;
  }
  
  .shop-sidebar .widget_rss ul li .rss-date {
    font-size: 13px;
    margin: 3px 0 10px;
    display: block;
  }
  
  .shop-sidebar .widget_rss ul li .rssSummary {
    color: #555;
    line-height: 25px;
    font-size: 14px;
  }
  
  .shop-sidebar .widget_rss ul li cite {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #222;
    font-size: 13.5px;
  }
  
  .shop-sidebar .widget_rss .widget-title .rsswidget {
    display: inline-block;
    color: var(--mainColor);
  }
  
  .shop-sidebar .widget_text p img {
    margin: 10px 0;
  }
  
  .shop-sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 14px;
  }
  
  .shop-sidebar .calendar_wrap table {
    text-align: center;
    margin-bottom: 0;
  }
  
  .shop-sidebar .calendar_wrap table #prev a, .shop-sidebar .calendar_wrap table #next a {
    text-decoration: underline;
  }
  
  .shop-sidebar .calendar_wrap table #prev a:hover, .shop-sidebar .calendar_wrap table #next a:hover {
    text-decoration: none;
  }
  
  .shop-sidebar .calendar_wrap table td, .shop-sidebar .calendar_wrap table th {
    padding: 8px 5px;
  }
  
  .shop-sidebar .calendar_wrap caption {
    padding-top: 0;
    caption-side: top;
    font-weight: 600;
  }
  
  .shop-sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
  }
  
  .shop-sidebar .widget_recent_comments .recentcomments {
    color: #484848;
  }
  
  .shop-sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: bold;
    font-size: 14px;
  }
  
  .shop-sidebar .widget_media_gallery .gallery {
    margin: 0;
  }
  
  .shop-sidebar .widget_media_gallery .gallery .gallery-item {
    margin: 0;
  }
  
  .shop-sidebar .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 12px;
    color: #767676;
  }
  
  .shop-sidebar p {
    font-size: 15px;
  }
  
  .shop-sidebar span.count {
    float: left;
    font-size: 15px;
    color: #111;
  }
  
  .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-left: 15px;
    text-align: center;
    position: relative;
  }
  
  .input-counter span {
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    color: var(--paragraphColor);
    background-color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .input-counter span.minus-btn {
    right: 0;
    border-left: 1px solid #eeeeee;
  }
  
  .input-counter span.minus-btn i {
    font-style: normal;
  }
  
  .input-counter span.plus-btn {
    left: 0;
    border-right: 1px solid #eeeeee;
  }
  
  .input-counter span.plus-btn i {
    font-style: normal;
  }
  
  .input-counter span:hover {
    color: var(--mainColor);
  }
  
  .input-counter input {
    outline: 0;
    width: 100%;
    height: 47px;
    display: block;
    text-align: center;
    color: var(--blackColor);
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 600;
  }
  
  .input-counter input::-webkit-input-placeholder {
    color: var(--blackColor);
  }
  
  .input-counter input:-ms-input-placeholder {
    color: var(--blackColor);
  }
  
  .input-counter input::-ms-input-placeholder {
    color: var(--blackColor);
  }
  
  .input-counter input::placeholder {
    color: var(--blackColor);
  }
  
  .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 12px;
  }
  
  .woocommerce .nice-select {
    display: none;
  }
  
  .woocommerce select {
    display: block !important;
  }
  
  .shop-sidebar .woocommerce ul.cart_list li img, .shop-sidebar .woocommerce ul.product_list_widget li img {
    float: right;
  }
  
  .comment-form-rating {
    margin-bottom: 15px;
  }
  
  /*================================================
  Products Details Area CSS
  =================================================*/
  .products-details-image .popup-image {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .products-details-image .popup-image img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .products-details-image .popup-image:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  
  .products-details-image .popup-image:last-child {
    margin-bottom: 0;
  }
  
  .products-details-desc {
    padding-right: 15px;
  }
  
  .products-details-desc h3 {
    margin-bottom: 17px;
    font-size: 24px;
  }
  
  .products-details-desc .price {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
  }
  
  .products-details-desc .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 400;
  }
  
  .products-details-desc .products-review {
    margin-bottom: 20px;
  }
  
  .products-details-desc .products-review .rating {
    display: inline-block;
    padding-left: 5px;
  }
  
  .products-details-desc .products-review .rating i {
    color: #ffba0a;
    display: inline-block;
  }
  
  .products-details-desc .products-review .rating-count {
    display: inline-block;
    line-height: initial;
    font-weight: 500;
  }
  
  .products-details-desc .products-info {
    list-style-type: none;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .products-details-desc .products-info li {
    margin-bottom: 8px;
  }
  
  .products-details-desc .products-info li:last-child {
    margin-bottom: 0;
  }
  
  .products-details-desc .products-info li span {
    color: var(--blackColor);
  }
  
  .products-details-desc .products-info li a {
    display: inline-block;
    color: var(--optionalColor);
  }
  
  .products-details-desc .products-info li a:hover {
    color: var(--mainColor);
  }
  
  .products-details-desc .products-add-to-cart {
    margin-top: 25px;
  }
  
  .products-details-desc .products-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-left: 15px;
    text-align: center;
    position: relative;
  }
  
  .products-details-desc .products-add-to-cart .input-counter span {
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    color: var(--optionalColor);
    background-color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .products-details-desc .products-add-to-cart .input-counter span.minus-btn {
    right: 0;
    border-left: 1px solid #eeeeee;
  }
  
  .products-details-desc .products-add-to-cart .input-counter span.plus-btn {
    left: 0;
    border-right: 1px solid #eeeeee;
  }
  
  .products-details-desc .products-add-to-cart .input-counter span:hover {
    color: var(--mainColor);
  }
  
  .products-details-desc .products-add-to-cart .input-counter input {
    outline: 0;
    width: 100%;
    height: 47px;
    display: block;
    text-align: center;
    color: var(--blackColor);
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 600;
  }
  
  .products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: var(--blackColor);
  }
  
  .products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
    color: var(--blackColor);
  }
  
  .products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
    color: var(--blackColor);
  }
  
  .products-details-desc .products-add-to-cart .input-counter input::placeholder {
    color: var(--blackColor);
  }
  
  .products-details-desc .yith-wcwl-add-button {
    margin-top: 20px;
    line-height: 1.2;
    position: relative;
    padding-right: 20px;
    display: inline-block;
    border-bottom: 1px solid var(--blackColor);
  }
  
  .products-details-desc .yith-wcwl-add-button i {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .products-details-desc .yith-wcwl-add-button:hover {
    color: var(--mainColor);
    border-color: var(--mainColor);
  }
  
  .products-details-desc .yith-wcwl-add-button span {
    font-weight: 500;
  }
  
  .products-details-desc .products-share {
    margin-top: 20px;
  }
  
  .products-details-desc .products-share .social {
    padding-right: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  
  .products-details-desc .products-share .social li {
    display: inline-block;
  }
  
  .products-details-desc .products-share .social li span {
    display: inline-block;
    position: relative;
    margin-left: 3px;
    font-weight: 600;
  }
  
  .products-details-desc .products-share .social li a {
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    border-radius: 50%;
    color: var(--whiteColor);
    background-color: var(--mainColor);
    border: 1px solid var(--mainColor);
    text-align: center;
    margin-right: 2px;
  }
  
  .products-details-desc .products-share .social li a:hover {
    color: var(--mainColor);
    background-color: transparent;
  }
  
  .products-details-desc .products-share .social li a.facebook {
    background-color: #3b5998;
    color: var(--whiteColor);
    border-color: #3b5998;
  }
  
  .products-details-desc .products-share .social li a.facebook:hover {
    color: #3b5998;
    background-color: transparent;
  }
  
  .products-details-desc .products-share .social li a.twitter {
    background-color: #1da1f2;
    color: var(--whiteColor);
    border-color: #1da1f2;
  }
  
  .products-details-desc .products-share .social li a.twitter:hover {
    color: #1da1f2;
    background-color: transparent;
  }
  
  .products-details-desc .products-share .social li a.linkedin {
    background-color: #007bb5;
    color: var(--whiteColor);
    border-color: #007bb5;
  }
  
  .products-details-desc .products-share .social li a.linkedin:hover {
    color: #007bb5;
    background-color: transparent;
  }
  
  .products-details-desc .products-share .social li a.instagram {
    background-color: #c13584;
    color: var(--whiteColor);
    border-color: #c13584;
  }
  
  .products-details-desc .products-share .social li a.instagram:hover {
    color: #c13584;
    background-color: transparent;
  }
  
  .products-details-desc .yith-wcwl-add-to-wishlist {
    margin-top: 0;
  }
  
  .products-details-tabs {
    margin-top: 50px;
  }
  
  .products-details-tabs .nav {
    display: block;
    padding-right: 0;
    margin-bottom: 40px;
    list-style-type: none;
    border-color: #eeeeee !important;
  }
  
  .products-details-tabs .nav .nav-item {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
  }
  
  .products-details-tabs .nav .nav-item .nav-link {
    padding: 0;
    border: none;
    color: #cccccc;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-bottom: 1px solid #eeeeee;
    background-color: transparent;
    padding-bottom: 8px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
  }
  
  .products-details-tabs .nav .nav-item .nav-link::before {
    right: 0;
    width: 0;
    content: '';
    height: 3px;
    bottom: -2px;
    position: absolute;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--mainColor);
  }
  
  .products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
    color: var(--blackColor);
  }
  
  .products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
    width: 100%;
  }
  
  .products-details-tabs .nav .nav-item:last-child {
    margin-left: 0;
  }
  
  .products-details-tabs .nav .nav-item:first-child {
    margin-right: 0;
  }
  
  .products-details-tabs .tab-content .tab-pane ul li {
    color: var(--optionalColor);
    margin-bottom: 12px;
  }
  
  .products-details-tabs .tab-content .tab-pane ul li a {
    color: var(--mainColor);
  }
  
  .products-details-tabs .tab-content .tab-pane ul li a:hover {
    text-decoration: underline;
  }
  
  .products-details-tabs .tab-content .tab-pane ul li:last-child {
    margin-bottom: 0;
  }
  
  .products-details-tabs .tab-content .tab-pane ol li {
    color: var(--optionalColor);
    margin-bottom: 12px;
  }
  
  .products-details-tabs .tab-content .tab-pane ol li a {
    color: var(--mainColor);
  }
  
  .products-details-tabs .tab-content .tab-pane ol li a:hover {
    text-decoration: underline;
  }
  
  .products-details-tabs .tab-content .tab-pane ol li:last-child {
    margin-bottom: 0;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments {
    margin-top: 40px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
    position: relative;
    margin-bottom: 20px;
    padding: 0 110px 20px 0;
    border-bottom: 1px solid #eeeeee;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    position: absolute;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-name {
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 10px;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
    font-size: 14px;
    color: #cecfd2;
    display: inline-block;
  }
  
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
    color: orange;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper {
    margin-top: 30px;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
    color: red;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
    margin-top: 20px;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
    margin-bottom: 25px;
    text-align: start;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
    text-align: start;
    overflow: hidden;
    max-width: 115px;
    margin-top: -5px;
    margin-bottom: 20px;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
    width: 23px;
    height: 23px;
    float: left;
    cursor: pointer;
    position: relative;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
    padding-left: 5px;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    content: "\2605";
    color: #cccccc;
    font-size: 27px;
    line-height: 1;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
    display: none;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
    color: #f6b500;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
    text-align: start;
    margin-bottom: 0;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
    display: none;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
    cursor: pointer;
    margin-bottom: 0;
    line-height: 20px;
    position: relative;
    padding-right: 28px;
    display: inline-block;
    color: var(--paragraphColor);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
    right: 0;
    top: 1px;
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #dddddd;
    background: var(--whiteColor);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--mainColor);
    position: absolute;
    top: 6.5px;
    right: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
    border-color: var(--mainColor);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
    border-color: var(--mainColor);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
    border: none;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    color: var(--whiteColor);
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
    padding: 12px 40px;
    font-weight: 500;
    font-size: var(--fontSize);
  }
  
  .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
  }
  
  .products-details-tabs .tab-content .tab-pane .table-striped {
    margin-bottom: 0;
  }
  
  .products-details-tabs .tab-content .tab-pane .table-striped tbody tr {
    border: none;
  }
  
  .products-details-tabs .tab-content .tab-pane .table-striped tbody tr td {
    border: none;
    padding: 12px 20px;
    color: var(--blackColor);
    font-size: var(--fontSize);
  }
  
  .products-details-tabs .tab-content .tab-pane .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
  }
  
  .products-details-tabs .tab-content .tab-pane .table > :not(caption) > * > * {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  
  .products-details-image-slides.owl-theme {
    margin-bottom: 40px;
  }
  
  .products-details-image-slides.owl-theme .owl-nav {
    opacity: 0;
    margin-top: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .products-details-image-slides.owl-theme .owl-nav [class*=owl-] {
    top: 50%;
    margin: 0;
    padding: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    color: var(--blackColor);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--whiteColor);
  }
  
  .products-details-image-slides.owl-theme .owl-nav [class*=owl-] i {
    right: 0;
    left: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .products-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: auto;
    left: 20px;
  }
  
  .products-details-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor);
  }
  
  .products-details-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  
  .products-details-thumbs-image .slick-slider {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
  }
  
  .products-details-thumbs-image .slick-dots {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .products-details-thumbs-image .slick-dots li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    display: block;
    max-width: 20%;
    position: relative;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .products-details-thumbs-image .slick-dots li button {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    display: block;
    cursor: pointer;
  }
  
  .products-details-thumbs-image .slick-dots li img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .products-details-thumbs-image .slick-dots li:hover img, .products-details-thumbs-image .slick-dots li.slick-active img {
    opacity: .4;
  }
  
  .products-details-thumbs-image .slick-thumbs {
    display: none;
  }
  
  /*================================================
  Modal CSS
  =================================================*/
  .productsQuickView {
    padding-left: 0 !important;
  }
  
  .productsQuickView .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .productsQuickView .modal-content {
    border: none;
    padding: 40px;
    background-color: var(--whiteColor);
  }
  
  .productsQuickView .modal-content button.btn-close {
    top: 10px;
    z-index: 1;
    opacity: 1;
    left: 10px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    position: absolute;
    color: var(--blackColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  }
  
  .productsQuickView .modal-content .image {
    text-align: center;
  }
  
  .productsQuickView .modal-content .content {
    /* For Firefox */
  }
  
  .productsQuickView .modal-content .content h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .productsQuickView .modal-content .content .price {
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
  }
  
  .productsQuickView .modal-content .content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 400;
  }
  
  .productsQuickView .modal-content .content .products-info {
    list-style-type: none;
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 0;
  }
  
  .productsQuickView .modal-content .content .products-info li {
    color: var(--blackColor);
    margin-bottom: 8px;
  }
  
  .productsQuickView .modal-content .content .products-info li:last-child {
    margin-bottom: 0;
  }
  
  .productsQuickView .modal-content .content .products-info li span {
    color: var(--blackColor);
  }
  
  .productsQuickView .modal-content .content .products-info li a {
    display: inline-block;
    color: var(--blackColor);
  }
  
  .productsQuickView .modal-content .content .products-info li a:hover {
    color: var(--mainColor);
  }
  
  .productsQuickView .modal-content .content .products-info .sku_wrapper {
    display: block;
    margin-bottom: 8px;
  }
  
  .productsQuickView .modal-content .content .products-info .posted_in {
    display: block;
    margin-bottom: 8px;
  }
  
  .productsQuickView .modal-content .content .products-info .tagged_as {
    display: block;
    margin-bottom: 8px;
  }
  
  .productsQuickView .modal-content .content .products-info span {
    display: inline-block;
    color: var(--blackColor);
    margin-left: 8px;
    font-size: 15px;
  }
  
  .productsQuickView .modal-content .content .products-info span a {
    display: inline-block;
    color: var(--blackColor);
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
  }
  
  .productsQuickView .modal-content .content .products-info span a:hover {
    color: var(--mainColor);
  }
  
  .productsQuickView .modal-content .content .input-counter {
    max-width: 190px;
    min-width: 190px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  
  .productsQuickView .modal-content .content .input-counter span {
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    color: var(--paragraphColor);
    background-color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .productsQuickView .modal-content .content .input-counter span.minus-btn {
    right: 0;
    border-left: 1px solid #eeeeee;
  }
  
  .productsQuickView .modal-content .content .input-counter span.plus-btn {
    left: 0;
    border-right: 1px solid #eeeeee;
  }
  
  .productsQuickView .modal-content .content .input-counter span:hover {
    color: var(--mainColor);
  }
  
  .productsQuickView .modal-content .content .input-counter input {
    outline: 0;
    width: 100%;
    height: 47px;
    display: block;
    text-align: center;
    color: var(--blackColor);
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 600;
  }
  
  .productsQuickView .modal-content .content .input-counter input::-webkit-input-placeholder {
    color: var(--blackColor);
  }
  
  .productsQuickView .modal-content .content .input-counter input:-ms-input-placeholder {
    color: var(--blackColor);
  }
  
  .productsQuickView .modal-content .content .input-counter input::-ms-input-placeholder {
    color: var(--blackColor);
  }
  
  .productsQuickView .modal-content .content .input-counter input::placeholder {
    color: var(--blackColor);
  }
  
  .productsQuickView .modal-content .content .add-to-wishlist-btn {
    width: 47px;
    height: 47px;
    font-size: 20px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    color: var(--paragraphColor);
    border: 1px solid #eeeeee;
    position: relative;
    margin-right: 10px;
    top: 3px;
  }
  
  .productsQuickView .modal-content .content .add-to-wishlist-btn:hover {
    color: var(--whiteColor);
    border-color: var(--mainColor);
    background-color: var(--mainColor);
  }
  
  .productsQuickView .modal-content .content .view-full-info {
    margin-top: 5px;
    line-height: initial;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
  }
  
  .productsQuickView .modal-content .content .view-full-info::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--blackColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .productsQuickView .modal-content .content .view-full-info:hover::before {
    width: 0;
  }
  
  .productsQuickView .modal-content .content input[type='number'] {
    -moz-appearance: textfield;
  }
  
  .productsQuickView .modal-content .content input[type=number]::-webkit-inner-spin-button,
  .productsQuickView .modal-content .content input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .productsQuickView .modal-content .content .input-counter .qty {
    text-align: center;
  }
  
  @media only screen and (max-width: 575px) {
    /* Shop pages CSS */
    .woocommerce .checkout_coupon .form-row {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .products_details ul.products.columns-3 li.product:last-child {
      width: 100% !important;
      margin-bottom: 0;
    }
    .products_details ul.products.columns-3 li.product:nth-child(2) {
      width: 50% !important;
    }
    .products_details .quantity input.input-text.qty.text {
      height: 45px;
    }
    .products_details .quantity .minus {
      height: 45px;
    }
    .products_details .quantity .plus {
      height: 45px !important;
    }
    .products_details div.product .product_title {
      font-size: 17px;
    }
    .products_details div.product .default-btn {
      font-size: 12.5px;
    }
    .products_details div.product .woocommerce-tabs {
      padding-top: 0;
    }
    .products_details div.product .woocommerce-tabs ul#tabs {
      margin-bottom: 25px;
    }
    .products_details div.product .woocommerce-tabs ul#tabs li {
      width: unset;
    }
    .products_details div.product .woocommerce-tabs ul#tabs .nav-item .nav-link {
      font-size: 16px;
    }
    .products_details div.product .woocommerce-tabs ul#tabs .nav-item .nav-link::before {
      bottom: 3px;
    }
    .products_details div.product .woocommerce-tabs ul#tabs .nav-item.active .nav-link {
      margin-bottom: 10px;
    }
    .shop-sidebar {
      padding-right: 0;
    }
    .wishlist_table.mobile {
      padding-right: 0;
    }
    .wishlist_table.mobile li {
      list-style: none !important;
    }
    .wishlist_table.mobile li .product-name h3 {
      font-size: 16px;
    }
    .productsQuickView .modal-dialog .modal-content .products-content {
      padding-right: 15px;
      padding-left: 15px;
      margin-top: 0;
    }
    .productsQuickView .modal-dialog .modal-content .products-content form .quantity {
      float: unset;
    }
    .productsQuickView .modal-dialog .modal-content .products-content form .quantity .minus {
      font-size: 25px;
    }
    .productsQuickView .modal-dialog .modal-content .products-content form .quantity .plus {
      font-size: 22px;
      top: 2px;
    }
    .productsQuickView .modal-dialog .modal-content .products-content form .quantity input {
      height: 42px !important;
      top: 1px;
      font-size: 16px;
    }
    .pt-165 {
      padding-top: 60px !important;
    }
    .btn {
      font-size: 13px;
      padding-right: 18px;
      padding-left: 18px;
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .page-main-content h3 {
      font-size: 20px;
    }
    .woocommerce-topbar {
      text-align: center;
    }
    .woocommerce-topbar .woocommerce-result-count {
      margin-bottom: 15px;
    }
    .woocommerce-topbar .woocommerce-topbar-ordering {
      text-align: center;
      margin-top: 10px;
      margin: 10px 0 0;
      float: none;
      position: relative;
      top: 0;
      left: 0;
      right: 0 !important;
    }
    .woocommerce-topbar .woocommerce-topbar-ordering .form-control {
      font-size: 14px;
      width: 100% !important;
      margin-bottom: 15px;
    }
    .woocommerce-topbar .woocommerce-topbar-ordering .nice-select.open .list {
      width: 100%;
    }
    .cart-buttons {
      margin-top: 35px;
    }
    .cart-buttons .coupon-box {
      position: relative;
    }
    .cart-buttons .coupon-box button {
      position: relative;
      border-radius: 5px;
      display: block;
      width: 100%;
      padding: 13px 0;
      margin-top: 8px;
    }
    .cart-buttons .btn {
      margin-top: 25px;
    }
    .cart-totals {
      margin-top: 35px;
      padding: 25px;
    }
    .cart-totals h3 {
      font-size: 20px !important;
    }
    .cart-table {
      text-align: center;
    }
    .cart-table table {
      border: 1px solid #eee !important;
    }
    .cart-table table thead tr {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    .cart-table table thead tr th {
      padding: 0 40px 10px;
      white-space: nowrap;
      border-right: 1px solid #eee;
      border-left: 1px solid #eee;
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    .cart-table table thead tr th:first-child {
      text-align: right;
      padding-right: 0;
    }
    .cart-table table thead .product-img {
      display: none;
    }
    .cart-table table tbody tr {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    .cart-table table tbody tr td {
      white-space: nowrap;
      border-right: 1px solid #dee2e6;
      border-left: 1px solid #dee2e6;
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    .cart-table table tbody tr td:first-child {
      text-align: right;
      padding-right: 0;
    }
    .cart-table table tbody .cart-coupon-cls {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    .cart-table table tbody .cart-coupon-cls .actions {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    .cart-table .coupon .form-control {
      width: 140px !important;
    }
    .user-actions {
      padding: 15px 18px 13px;
      margin-bottom: 30px;
    }
    .user-actions i {
      display: block;
      margin-bottom: 5px;
      margin-left: 0;
    }
    .checkout-area .title {
      font-size: 18px;
    }
    .billing-details {
      padding: 0;
    }
    .order-details {
      padding: 0;
      margin-top: 30px;
    }
    .woocommerce ul.products {
      width: 100% !important;
      margin-bottom: 0 !important;
    }
    .woocommerce ul.products li.product h3 {
      font-size: 15px;
    }
    .woocommerce ul.products li.product .add-to-cart-btn {
      font-size: 11px;
      padding: 8px 20px;
      margin-left: 8px;
    }
    .shop-sidebar .widget_product_search form button {
      font-size: 13px;
    }
    .shop-sidebar .widget h3 {
      font-size: 17px;
    }
    .woocommerce-account .col-6 {
      -ms-flex: 0 0 10%;
      -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .woocommerce-additional-fields {
      padding: 0;
    }
    .modal-content button.default-btn {
      margin-top: 10px;
    }
    .woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce table.shop_table tr {
      padding-top: 20px !important;
      padding-right: 20px !important;
      padding-left: 20px !important;
      padding-bottom: 20px !important;
      font-size: 13px;
    }
    .woocommerce .cart-table table.shop_table .product-img, .woocommerce .cart-table table.shop_table .product-name, .woocommerce .cart-table table.shop_table .product-price, .woocommerce .cart-table table.shop_table .product-quantity, .woocommerce .cart-table table.shop_table .product-subtotal, .woocommerce .cart-table table.shop_table .product-remove {
      padding-top: 20px !important;
    }
    .billing-details .form-group .form-control {
      font-size: 14px;
    }
    /*products-css*/
    .single-products-box .sale {
      padding: 3px 10px;
      font-size: 12px;
    }
    .single-products-box .hot {
      padding: 3px 10px;
      font-size: 12px;
    }
    .single-products-box .out-of-stock {
      padding: 3px 10px;
      font-size: 12px;
    }
    .single-products-box img {
      -webkit-transform: unset !important;
              transform: unset !important;
    }
    .single-products-box .products-button {
      left: 15px;
      top: 40px;
    }
    .single-products-box .products-button li {
      opacity: 1;
      -webkit-transform: unset;
              transform: unset;
      visibility: visible;
    }
    .single-products-box .products-button li a {
      width: 30px;
      height: 30px;
      line-height: 32px;
    }
    .single-products-box .products-button li a .tooltip-label {
      font-size: 12px;
      line-height: 25px;
    }
    .single-products-box .content {
      padding: 20px 0 0;
      position: relative;
      background-color: transparent;
      text-align: center;
    }
    .single-products-box .content h3 {
      font-size: 17px;
    }
    .single-products-box .content .add-to-cart-btn {
      margin-top: 12px;
    }
    .single-products-box .content .price {
      top: 0;
      left: 0;
      margin-top: 12px;
      position: relative;
      display: block;
    }
    .single-products-box .content .price span {
      display: inline-block;
      text-align: start;
    }
    .single-products-box .content .price span.old-price {
      margin-bottom: 0;
      margin-left: 5px;
    }
    .single-products-box .content .price del {
      display: inline-block;
    }
    .products-content h2 {
      font-size: 24px;
    }
    .products-content p {
      max-width: 100%;
    }
    .products-content .link-btn {
      font-size: 13.5px;
    }
    .products-content .link-btn::before {
      width: 88%;
    }
    /*products-details-css*/
    .products-details-desc {
      padding-right: 0;
      margin-top: 30px;
    }
    .products-details-desc h3 {
      font-size: 18px;
    }
    .products-details-desc .price {
      margin-bottom: 12px;
      font-size: 14px;
    }
    .products-details-desc .products-review {
      margin-bottom: 15px;
    }
    .products-details-desc .products-add-to-cart .input-counter input {
      height: 41px;
      font-size: 15px;
    }
    .products-details-desc .products-add-to-cart .input-counter span {
      font-size: 13px;
      line-height: 44px;
    }
    .products-details-desc .input-counter input {
      height: 41px;
      font-size: 15px;
    }
    .products-details-desc .input-counter span {
      font-size: 13px;
      line-height: 44px;
    }
    .products-details-desc.products-details-desc-sticky {
      height: auto !important;
    }
    .products-details-desc.products-details-desc-sticky .inner-wrapper-sticky {
      top: 0 !important;
      right: 0 !important;
      width: auto !important;
      -webkit-transform: unset !important;
              transform: unset !important;
      position: relative !important;
    }
    .products-details-tabs {
      margin-top: 30px;
    }
    .products-details-tabs .nav {
      margin-bottom: 10px;
      border-bottom: none;
    }
    .products-details-tabs .nav .nav-item {
      margin-right: 10px;
      margin-left: 10px;
      margin-bottom: 20px;
    }
    .products-details-tabs .nav .nav-item .nav-link {
      font-size: 16px;
      padding-bottom: 5px;
    }
    .products-details-tabs .nav .nav-item .nav-link::before {
      height: 2px;
    }
    .products-details-tabs .tab-content .tab-pane .products-review-comments {
      margin-top: 0;
    }
    .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
      padding-right: 0;
    }
    .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
      margin-bottom: 15px;
      position: relative;
      right: 0;
      top: 0;
    }
    .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
      display: block !important;
      font-size: 15px;
      top: 0;
      margin-right: 0;
      margin-top: 5px;
    }
    .products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
      font-size: 17px;
    }
    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
      font-size: 14px;
      margin-top: 20px;
      padding: 11px 30px;
    }
    .products-details-tabs .tab-content .tab-pane .table-striped tbody tr td {
      padding: 10px 15px;
      font-size: 14px;
    }
    .products-details-image-slides.owl-theme {
      margin-bottom: 0;
    }
    .products-details-image-slides.owl-theme .owl-nav {
      opacity: 1;
      visibility: visible;
    }
    .products-details-image-slides.owl-theme .owl-nav [class*=owl-] {
      right: 10px;
      width: 35px;
      height: 35px;
      font-size: 18px;
    }
    .products-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
      right: auto;
      left: 10px;
    }
    /*modal-css*/
    .productsQuickView .modal-dialog {
      max-width: 100%;
      margin: 15px;
    }
    .productsQuickView .modal-content {
      padding: 15px;
    }
    .productsQuickView .modal-content .content {
      margin-top: 20px;
    }
    .productsQuickView .modal-content .content h3 {
      font-size: 18px;
    }
    .productsQuickView .modal-content .content .input-counter {
      max-width: 150px;
      min-width: 150px;
    }
    .productsQuickView .modal-content .content .input-counter span {
      font-size: 14px;
      line-height: 40px;
    }
    .productsQuickView .modal-content .content .input-counter input {
      height: 40px;
      font-size: 15px;
    }
    .productsQuickView .modal-content .content .add-to-wishlist-btn {
      width: 41px;
      height: 41px;
      font-size: 18px;
      line-height: 41px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area {
      padding-bottom: 50px;
    }
    .cart-totals h3 {
      font-size: 21px;
    }
    .checkout-area .title {
      font-size: 16px;
    }
    .shop-details .product-entry-summary h3 {
      font-size: 21px;
    }
    .shop-details .shop-details-tabs .content h3 {
      font-size: 21px;
    }
    .shop-related-prodcut {
      margin-top: 60px;
    }
    .cart-table table thead .product-img {
      display: none;
    }
    /*products-css*/
    .single-products-box .sale {
      font-size: 13px;
    }
    .single-products-box .hot {
      font-size: 13px;
    }
    .single-products-box .out-of-stock {
      font-size: 13px;
    }
    .single-products-box .products-button {
      left: 15px;
      top: 40px;
    }
    .single-products-box .products-button li {
      opacity: 1;
      -webkit-transform: unset;
              transform: unset;
      visibility: visible;
    }
    .single-products-box .products-button li a {
      width: 30px;
      height: 30px;
      line-height: 32px;
    }
    .single-products-box .products-button li a .tooltip-label {
      font-size: 12px;
      line-height: 25px;
    }
    .single-products-box .content {
      padding: 20px;
    }
    .single-products-box .content h3 {
      font-size: 18px;
    }
    .single-products-box .content .add-to-cart-btn {
      margin-top: 12px;
    }
    .single-products-box .content .price {
      left: 0;
      top: auto;
      margin-top: 12px;
      position: relative;
      display: block;
    }
    .single-products-box .content .price del {
      display: inline-block;
    }
    .single-products-box .content .price span {
      text-align: start;
      display: inline-block;
    }
    .single-products-box .content .price span.old-price {
      margin-bottom: 0;
      margin-left: 5px;
    }
    .products-content h2 {
      font-size: 28px;
    }
    .products-content .link-btn {
      font-size: 14.5px;
    }
    .products-content .link-btn::before {
      width: 89%;
    }
    /*products-details-css*/
    .products-details-desc {
      padding-right: 0;
      margin-top: 30px;
    }
    .products-details-desc h3 {
      font-size: 21px;
    }
    .products-details-desc .price {
      font-size: 16px;
    }
    .products-details-desc.products-details-desc-sticky {
      height: auto !important;
    }
    .products-details-desc.products-details-desc-sticky .inner-wrapper-sticky {
      top: 0 !important;
      right: 0 !important;
      width: auto !important;
      -webkit-transform: unset !important;
              transform: unset !important;
      position: relative !important;
    }
    .products-details-tabs {
      margin-top: 40px;
    }
    .products-details-tabs .nav {
      margin-bottom: 25px;
    }
    .products-details-tabs .nav .nav-item .nav-link {
      font-size: 18px;
    }
    .products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
      font-size: 20px;
    }
    .products-details-image-slides.owl-theme {
      margin-bottom: 0;
    }
    .products-details-image-slides.owl-theme .owl-nav {
      opacity: 1;
      visibility: visible;
    }
    .products-details-image-slides.owl-theme .owl-nav [class*=owl-] {
      right: 15px;
    }
    .products-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
      left: 15px;
    }
    /*modal-css*/
    .productsQuickView .modal-dialog {
      max-width: 720px;
      margin: 15px auto;
    }
    .productsQuickView .modal-content {
      padding: 25px;
    }
    .productsQuickView .modal-content .content h3 {
      font-size: 20px;
    }
    .productsQuickView .modal-content .content .input-counter {
      max-width: 168px;
      min-width: 168px;
    }
    .productsQuickView .modal-content .content .add-to-wishlist-btn {
      width: 42px;
      height: 42px;
      font-size: 20px;
      line-height: 42px;
      top: 2px;
    }
  }
  
  /* Min width 992px to Max width 1199px */
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*products-css*/
    .single-products-box .sale {
      font-size: 13px;
    }
    .single-products-box .hot {
      font-size: 13px;
    }
    .single-products-box .out-of-stock {
      font-size: 13px;
    }
    .single-products-box .products-button {
      left: 15px;
      top: 40px;
    }
    .single-products-box .products-button li a {
      width: 30px;
      height: 30px;
      font-size: 14px;
      line-height: 32px;
    }
    .single-products-box .products-button li a .tooltip-label {
      font-size: 12px;
      line-height: 25px;
    }
    .single-products-box .content {
      padding: 17px;
    }
    .single-products-box .content .add-to-cart-btn {
      margin-top: 12px;
    }
    .single-products-box .content h3 {
      font-size: 18px;
    }
    .single-products-box .content .price {
      top: 0;
      left: 0;
      margin-top: 12px;
      position: relative;
      display: block;
    }
    .single-products-box .content .price del {
      display: inline-block;
    }
    .single-products-box .content .price span {
      text-align: start;
      display: inline-block;
    }
    .single-products-box .content .price span.old-price {
      margin-bottom: 0;
      margin-left: 5px;
    }
  }
  
  .woocommerce .blog-sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding-right: 0;
  }
  
  .woocommerce-widget-layered-nav .select2-selection.select2-selection--single {
    display: none !important;
  }
  
  .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 15px;
  }
  
  .yith_wcwl_wishlist_footer .yith-wcwl-share {
    display: none;
  }
  
  .woocommerce table.shop_table.wishlist_table tr, .woocommerce table.shop_table.wishlist_table th, .woocommerce table.shop_table.wishlist_table td {
    text-align: right;
  }
  
  .wishlist-title a.show-title-form {
    display: none;
    padding: 0;
    margin: 0;
  }
  
  /**
  * Buttons
  */
  a.button.loading::after,
  button.button.loading::after,
  input.button.loading::after,
  #respond input#submit.loading::after {
    top: 20px !important;
    left: 20px !important;
  }