/******--------------------------------------
-----------Woocommerce Custom CSS------------
--------------------------------------******/

.content-product-wrapper {
    padding: 30px 0px 100px;
}
body.single-product .content-product-wrapper {
    padding: 90px 0px 50px;
}
.woocommerce .woocommerce-ordering {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #e6e6e6;
    padding: 0px 20px;
    margin-bottom: 30px;
	margin-right: 6px;
}
.woocommerce .woocommerce-result-count {
    color: #7e7e7e;
    margin: 14px 0px 0px 0px;
}
.woocommerce .woocommerce-ordering .orderby {
    color: #7e7e7e;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
}
.woocommerce ul.products li.product .star-rating {
    height: 14px;
    font-size: 14px;
}
.woocommerce .star-rating::before {
    color: #feb61c;
}
.woocommerce .star-rating span {
    color: #feb61c;
}
.woocommerce .products .product .star-rating {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
    margin: 0px;
    padding: 0px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    list-style: none;
    text-align: left;
    margin-bottom: 35px;
}
.woocommerce ul.products li.product .product-media,
.woocommerce-page ul.products li.product .product-media {
    position: relative;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow: hidden;
    background: #f0f6ff;
}
.woocommerce ul.products li.product span.onsale,
.woocommerce-page ul.products li.product span.onsale {
    top: 10px;
    left: 10px;
    right: auto;
    margin: 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 28px;
    color: #1a1b1e;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 3px;
    padding: 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title a {
    color: #1a1b1e;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title a:hover {
    color: #000000;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price .woocommerce-Price-amount {
    color: #000000;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    color: #717171;
    margin-right: 5px;
}
.woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price del .woocommerce-Price-amount {
    color: #717171;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
    background: transparent;
    text-decoration: none;
}
.woocommerce ul.products li.product .wrapper-add-to-cart,
.woocommerce-page ul.products li.product .wrapper-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: rgba(240, 246, 255, 0.6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button {
    margin-top: 0px;
    background: #000000;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li.product .add_to_cart_button.added i,
.woocommerce-page ul.products li.product .add_to_cart_button.added i {
    display: none;
}
.woocommerce ul.products li.product .add_to_cart_button.added:after,
.woocommerce-page ul.products li.product .add_to_cart_button.added:after {
    background: transparent;
    color: #fff;
    font-size: 10px;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: center;
    display: inline-block;
    margin-left: 9px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
.add_to_cart_button.ajax_add_to_cart.custom-cart-btn.added {
    padding: 16px 30.5px;
}
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
    width: 100%;
    padding-top: 0px;
    text-align: center;
    display: block;
    color: #1a1b1e;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 15px;
}
.woocommerce ul.products li.product:hover .wrapper-add-to-cart,
.woocommerce-page ul.products li.product:hover .wrapper-add-to-cart {
    visibility: visible;
    opacity: 1;
}
.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce-page ul.products li.product:hover .add_to_cart_button {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    background: #000000;
}
.woocommerce ul.products li.product:hover .add_to_cart_button:hover,
.woocommerce-page ul.products li.product:hover .add_to_cart_button:hover {
    background: #585b65;
}
.wc-pagination {
    text-align: center;
}
.wc-pagination .page-pagination {
    margin-top: 10px;
}
.woocommerce span.onsale {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #000000;
    padding: 5px 12px;
    line-height: 1;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
    min-height: auto;
    min-width: auto;
    margin: 0px;
    z-index: 1;
}
.woocommerce-cart-form table,
.woocommerce-cart-form th,
.woocommerce-cart-form td {
    border: 0px solid #eee;
}
.woocommerce table.shop_table {
    font-weight: 700;
    color: #1a1b1e;
    font-size: 16px;
    border: 0px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table th {
    font-size: 20px;
    border: 0px solid #eee;
}
.woocommerce table.shop_table td {
    border: 0px solid #eee;
    padding: 15px 12px;
}
.woocommerce table.shop_table td.product-name a {
    color: #1a1b1e;
    font-weight: 500;
}
.woocommerce table.shop_table td.product-name a:hover {
    color: #585b65;
}
.woocommerce table.shop_table td.product-price .woocommerce-Price-amount,
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount {
    color: #636363;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.woocommerce .quantity .qty {
    color: #1a1b1e;
    border: 1px solid #f0f6ff;
    background-color: #f0f6ff;
    padding: 15px;
    text-align: center;
    width: 85px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
}
#order_review_heading {
    margin-top: 30px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: rgb(1 96 231 / 9%);
}
.related.products {
    padding-top: 30px;
    clear: both;
    width: 100%;
}
.related.products h2 {
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #e6e6e6;
    padding: 0px 20px;
    margin-bottom: 30px;
    margin-right: 6px;
}
@media (max-width: 479px) {
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        float: none;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left;
        margin-top: 10px;
        border: none;
        border-radius: 0;
        padding: 0;
        background: transparent;
    }
    .woocommerce div ul.products[class*="columns-"] li.product,
    .woocommerce-page div ul.products[class*="columns-"] li.product {
        width: 100%;
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        position: static;
        float: none;
    }
    .woocommerce div #reviews #comments ol.commentlist li .comment-text {
        margin-left: 0;
        margin-top: 20px;
    }
    .woocommerce div .woocommerce-ordering .orderby {
        padding: 0;
        border: none;
    }
}
.single-product div.product p.price del,
.single-product div.product span.price del {
    color: #636363;
}
.single-product div.product p.price del .woocommerce-Price-amount,
.single-product div.product span.price del .woocommerce-Price-amount {
    color: #636363;
}
.single-product h2.page-title {
    font-size: 42px;
}
.single-product h1.product_title {
    font-size: 36px;
    margin-bottom: 5px;
}
.single-product div.product .woocommerce-product-rating {
    margin-bottom: 5px;
}
.single-product .woocommerce-tabs h2 {
    font-size: 24px;
}
.single-product .woocommerce-tabs .comment-reply-title {
    font-size: 24px;
    font-weight: 500;
    color: #1a1b1e;
}
.single-product .woocommerce-product-gallery__image,
.single-product div.product div.images .flex-control-thumbs li img {
    background: #f0f6ff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #f0f6ff;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: auto;
    border-radius: 50%;
    padding: 0;
    border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 90px;
    padding: 20px 23px 3px;
}
.woocommerce #review_form #respond {
    max-width: 600px;
}
.woocommerce-page .woocommerce-cart-form {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 24px;
    border: 1px solid #e4e4e4;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    padding-top: 25px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    width: 300px;
    padding: 20px;
    height: 47px;
    line-height: 47px;
    margin: 0 10px 0 0;
    color: #7e7e7e;
}
.input-text,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    border: 1px solid #e0dede;
    border-radius: 5px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-color: #e6e6e6;
    color: #7e7e7e;
}
.woocommerce-message {
    border-top-color: #585b65;
}
.woocommerce-message:before {
    color: #585b65;
}
.woocommerce-info {
    border-top-color: #0160e7;
}
.woocommerce-info:before {
    color: #0160e7;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    padding-top: 80px;
}
.cart_totals h2 {
    font-size: 20px;
    font-weight: 700;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1a1b1e;
    padding: 9px 10px;
    border: none;
}
#add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
#add_payment_method .cart-collaterals .cart_totals table th .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .cart_totals table th .woocommerce-Price-amount,
.woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-checkout .cart-collaterals .cart_totals table th .woocommerce-Price-amount {
    font-weight: 700;
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    padding-left: 0px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding-right: 0px;
    text-align: right;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
}
.select2-container .select2-selection--single {
    height: 47px;
    line-height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7e7e7e;
    line-height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    border-top: 1px solid #e6e6e6;
}
.woocommerce form.woocommerce-form-coupon .form-row {
    width: 50%;
}
.woocommerce-shipping-fields input {
    margin-right: 6px;
    vertical-align: middle;
}
.woocommerce-page .woocommerce-additional-fields .form-row textarea {
    height: 100px;
    width: 100%;
}
@media (max-width: 479px) {
    .woocommerce-page #content table.cart td.actions .coupon input.input-text,
    .woocommerce-page #content table.cart td.actions .coupon button.button {
        width: 100%;
        margin-bottom: 14px;
    }
    .woocommerce form.woocommerce-form-coupon .form-row {
        width: 100%;
    }
}
.shop-sidebar .widget {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    border: 0px solid;
}
.shop-sidebar .widget {
    margin-bottom: 50px;
}
.shop-sidebar .widget .widget-title {
    font-weight: 700;
    padding-left: 0;
    color: #272727;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.product-categories > li {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 24px;
}
.product-categories > li a {
    color: #1a1b1e;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.product-categories > li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 0px;
    height: 3px;
    border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.product-categories > li a + span.count {
    color: #a5b7d2;
}
.product-categories > li a:hover {
    color: #00c3ff;
    padding-left: 22px;
}
.product-categories > li a:hover:before {
    width: 10px;
    opacity: 1;
    visibility: visible;
    background: #00c3ff;
}
.product-categories > li a:hover + span {
    color: #00c3ff;
}
.woocommerce .woocommerce-Price-amount {
    color: #000000;
    font-weight: 500;
}
.woocommerce ul.product_list_widget li {
    margin-bottom: 28px;
}
.woocommerce ul.product_list_widget li .liondar-product-widget-thumbnail {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    float: left;
    margin-right: 20px;
}
.woocommerce ul.product_list_widget li .liondar-product-widget-thumbnail img {
    width: 70px;
}
.woocommerce ul.product_list_widget li.mini_cart_item img {
    width: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    float: left;
    margin-right: 20px;
    background: #f0f6ff;
}
.woocommerce ul.product_list_widget li a:not(.remove) {
    display: block;
    font-size: 16px;
    color: #1a1b1e;
    font-weight: 700;
    line-height: 24px;
}
.woocommerce ul.product_list_widget li a:not(.remove):hover {
    color: #585b65;
}
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 12px;
}
.woocommerce ul.product_list_widget li .price {
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
}
.woocommerce ul.product_list_widget li .price del {
    color: #636363;
    margin-right: 5px;
}
.woocommerce ul.product_list_widget li .price del span {
    color: #636363;
    text-decoration: line-through;
}
.woocommerce ul.product_list_widget li .price ins {
    background: transparent;
}
.woocommerce .widget_shopping_cart .cart_list .quantity {
    color: #707f96;
    font-weight: 500;
    font-size: 14px;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0em;
    padding-right: 2em;
    position: relative;
    padding-top: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 0%;
    margin-top: 0px;
    right: 0px;
    left: auto;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px 0px;
    margin-bottom: 15px;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    text-transform: uppercase;
    color: #1a1b1e;
    font-weight: 700;
    font-size: 16px;
}
.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount,
.woocommerce.widget_shopping_cart .total .woocommerce-Price-amount {
    float: right;
    font-weight: 700;
    font-size: 16px;
}
.woocommerce-mini-cart__buttons a.button.wc-forward {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-color: #000000 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px 33px;
    margin-right: 15px;
    box-shadow: 0px 0px 0px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 0px 0px 0px 0px rgba(254, 76, 28, 0.3);
}
.woocommerce-mini-cart__buttons a.button.wc-forward:hover {
    background-color: #585b65 !important;
}
.woocommerce-mini-cart__buttons a.button.checkout {
    background-color: #585b65 !important;
    margin-right: 0px;
}
.woocommerce-mini-cart__buttons a.button.checkout:hover {
    background-color: #1855d3 !important;
}
.woocommerce .woocommerce-widget-layered-nav-list {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-bottom: 11px;
    line-height: 24px;
}
.woocommerce .woocommerce-widget-layered-nav-list li {
    margin-bottom: 5px;
}
.woocommerce .woocommerce-widget-layered-nav-list li a {
    color: #1a1b1e;
}
.woocommerce .woocommerce-widget-layered-nav-list li a:hover {
    color: #00c3ff;
}
.woocommerce .woocommerce-widget-layered-nav-list li span.count {
    color: #a5b7d2;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e5ecf8;
}
.woocommerce .widget_price_filter .ui-slider {
    margin-left: 0px;
    margin-right: 0px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #585b65;
}
.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 14px;
    letter-spacing: 1px;
    color: #1a1b1e;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider_amount span {
    color: #636363;
}
.woocommerce .widget_price_filter .price_slider_amount button.button {
    font-size: 16px;
    letter-spacing: 0.5px;
    background-color: #000000;
    box-shadow: none;
    text-transform: capitalize;
    height: 46px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
    padding-top: 8px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    overflow: hidden;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 40px;
    outline: none;
    color: #fff;
    transition: all 0.3s;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    box-shadow: none;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button.alt.disabled {
    background-color: #000000;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt.disabled:hover {
    background-color: #585b65;
}
.woocommerce button.button {
    background-color: #585b65;
}
.woocommerce button.button:hover {
    background-color: #000000;
}
.product_meta > span {
    display: block;
    text-transform: uppercase;
    color: #1a1b1e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.product_meta > span > * {
    font-weight: 500;
    text-transform: none;
    color: #636363;
}
.woocommerce-review-link {
    color: #a5b7d2;
    font-size: 14px;
    font-weight: 700;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000;
}
.woocommerce div.product .entry-summary p.price,
.woocommerce div.product .entry-summary span.price {
    font-size: 26px;
}
.woocommerce div.product .entry-summary p.price .woocommerce-Price-amount,
.woocommerce div.product .entry-summary span.price .woocommerce-Price-amount {
    font-weight: 700;
    color: #272727;
    text-decoration: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background-color: #fff;
    width: 40px;
    height: 40px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border-color: #272727;
    top: 11px;
    left: 11px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #272727;
    top: 21px;
    left: 24px;
}
.woocommerce .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport,
.woocommerce-product-gallery__image {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-left: -20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding-left: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    overflow: visible;
    border: 0px solid #cedae8;
    border-radius: 0 !important;
    display: inline-block;
    margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 0px solid #d3ced2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #d3ced2;
    background-color: transparent;
    border-radius: 0px 0px 0 0;
    margin: 0px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 0px solid #d3ced2;
    bottom: 0px;
    width: 0px;
    height: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: 0px;
    border-bottom-right-radius: 0px;
    border-width: 0 0px 0px 0;
    box-shadow: 0px 0px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: 0px;
    border-bottom-left-radius: 0px;
    border-width: 0 0px 0px 0;
    box-shadow: 0px 0px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    color: #272727;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
    text-shadow: none;
    background-color: #585b65;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-bottom-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    text-shadow: none;
    background-color: #585b65;
}
.woocommerce-mini-cart__empty-message {
    margin-bottom: 0px;
}
.woocommerce .loader::before {
    display: none;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0px;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price .woocommerce-Price-amount {
    color: #272727;
    font-weight: 700;
}
.woocommerce div.product .entry-summary p.price {
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}
.woocommerce .quantity .qty {
    color: #272727;
    border: 1px solid #e7e7e7;
    background-color: transparent;
    padding: 15px 10px;
    text-align: center;
    width: 65px;
    height: 46px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
}
.product_meta > span > * {
    color: #717171;
    display: inline-block;
}
.woocommerce-Reviews div#comments {
    margin-bottom: 30px;
    margin-top: 15px;
}
.woocommerce-Reviews span#reply-title {
    border: 0px solid;
}
.product_meta span.sku_wrapper {
    margin-bottom: 5px;
}
.product_meta span.posted_in a:hover {
    color: #000000;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}
.content-product-wrapper .row.shop-left-col {
    flex-direction: row-reverse;
}
.shop-sidebar .widget {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    border: 0px solid;
}
.shop-sidebar li.wc-block-product-categories-list-item::marker {
    display: none !important;
}
.shop-sidebar li.wc-block-product-categories-list-item {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 35px;
    font-size: 16px;
}
.shop-sidebar li.wc-block-product-categories-list-item a {
    display: inline-block;
    color: #272727;
    font-weight: 500;
}
.shop-sidebar .woocommerce ul.product_list_widget li img {
    margin-left: 0;
}
.shop-sidebar .woocommerce ul.product_list_widget li {
    margin-bottom: 20px;
}
.shop-sidebar .woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0;
}
.shop-sidebar .woocommerce .woocommerce-Price-amount {
    color: #272727;
}
.woocommerce a.remove {
    color: red !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}
body.page .theme-page-spacing .entry-content table td a {
    text-decoration: none !important;
}
.wp-block-search__input {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
}
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48% !important;
    max-width: 48% !important;
    padding-left: 0 !important;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48% !important;
    max-width: 48% !important;
    padding-right: 0 !important;
}
.select2-container--default .select2-selection--single {
    border-color: #e0dede;
    color: #7e7e7e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 23px;
}
.woocommerce-info a.showcoupon {
    display: inline-block;
}
.woocommerce-privacy-policy-text p {
    margin-bottom: 20px !important;
    font-size: 16px !important;
}
.form-row.place-order {
    margin-bottom: 0 !important;
    padding-bottom: 18px !important;
}
.woocommerce-checkout-review-order .form-row.place-order {
    display: block;
}
.form-row.place-order {
    display: block;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
    font-size: 28px !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f4f4f4;
}
label.wc-block-product-search__label {
    font-weight: 700;
    padding-left: 0;
    color: #272727;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.wc-block-product-search .wc-block-product-search__fields {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1;
    border: 0px solid;
    text-indent: 15px;
    border-radius: 23px;
}
.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1;
    border: 0px solid;
    text-indent: 15px;
    border-radius: 10px;
}
.wc-block-product-search .wc-block-product-search__button {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 0 0 6px;
    border: 0px solid;
    background: #000000;
    color: #fff;
    border-radius: 6px;
    padding: 0 0.5em;
    position: relative;
    overflow: hidden;
}
.wc-block-product-search .wc-block-product-search__button:hover {
    background: #585b65;
    color: #fff;
}
.wc-block-product-search .wc-block-product-search__button:focus,
.wc-block-product-search .wc-block-product-search__button:outline {
    border: none;
    outline: none;
}
nav.wc-pagination {
    margin-bottom: 0;
    margin-top: 40px;
    display: block;
    width: 100%;
    text-align: left;
}
nav.wc-pagination ul.page-pagination {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}
nav.wc-pagination ul.page-pagination li a.page-numbers,
nav.wc-pagination ul.page-pagination li span.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #e4e4e4;
    margin-left: auto;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 10px;
}
nav.wc-pagination ul.page-pagination li span.current {
    background: #000000;
    color: #fff;
    border-color: #000000;
}
nav.wc-pagination ul.page-pagination li a.page-numbers:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: #fff;
}
nav.wc-pagination ul.page-pagination li i {
    line-height: 38px;
    color: #000000;
}
nav.wc-pagination ul.page-pagination li a.page-numbers:hover i {
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount button.button:hover {
    background: #585b65;
}
.content-product-wrapper .related.products {
    margin-top: 15px;
}
.woocommerce form .form-row label {
    color: #272727;
}
ul.woocommerce-error {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    list-style: none !important;
}
select option:hover {
    background-color: #000000 !important;
}
.woocommerce-page ul.products li.product .added_to_cart:hover {
    color: #000000;
}
.wc-block-product-search .wc-block-product-search__button:focus {
    border: none;
    outline: none;
}
.header-custom-cart {
    position: relative;
    display: inline-block;
    right: 5px;
    top: 0;
}
.liondar-header-cart-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
a.cart-contents {
    position: relative;
    display: inline-block;
}
.header-cart-box i {
    background: #f2f2f2;
    color: #111;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a.cart-contents .count {
    position: absolute;
    top: -7px;
    left: -5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background: #000000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.cart-inner {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    top: -webkit-calc(100% + 10px);
    top: expression(100%+10px);
    top: -moz-calc(100% + 10px);
    top: -o-calc(100% + 10px);
    top: calc(100% + 10px);
    right: -30px;
    background: #fff;
    width: 330px;
    padding: 30px 30px 15px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.widget_shopping_cart_content {
    text-align: left;
}
.liondar-header-cart-wrapper:hover .cart-inner {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
p.woocommerce-mini-cart__empty-message {
    margin-bottom: 15px;
}
form.woocommerce-form.woocommerce-form-login.login {
    padding-bottom: 30px !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-left: 30px !important;
}
@media (max-width: 1200px) {
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 40px;
    }
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-custom-cart {
        position: absolute;
        display: inline-block;
        right: 40%;
        top: -40px;
    }
    nav.wc-pagination {
        margin-bottom: 65px;
        margin-top: 0;
    }
    .content-product-wrapper {
        padding: 90px 0px 50px;
    }
}
@media (max-width: 767px) {
    .header-custom-cart {
        position: absolute;
        display: inline-block;
        right: 283px;
        top: -40px;
    }
    .cart-inner {
        right: -75px;
		width: 260px;
		left: inherit;
    }
    nav.wc-pagination {
        margin-bottom: 65px;
        margin-top: 0;
    }
    .content-product-wrapper {
        padding: 70px 0px 40px;
    }
}

@media (max-width: 480px) { 
	
.cart-inner {
    width: 240px;
    left: inherit;
	padding: 25px 30px 10px 30px;
}
	
}

@media (max-width: 450px) {
    .header-custom-cart {
        right: 125px;
    }
		
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.custom-cart-btn.loading:after {
    animation: none; top:17px;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min, .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    border: 2px solid;
    text-align: center;
    border-color: #585b65!important;
    font-size: 15px;
    border-radius: 40px!important;
    font-weight: 700;
}

.wc-block-components-price-slider__range-input-progress {
    background: #000000;
}

a.button.wc-backward {
    color: #fff!important;
    text-decoration: none!important;
}

.woocommerce-loop-product__title a {
    color: #333 !important;
}

.woocommerce-MyAccount-navigation ul li{
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li a{
    color: #555;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li a:focus{
    color: #000;
}

.woocommerce-MyAccount-navigation ul li a:hover{
    color: #000;
}

form.woocommerce-EditAccountForm.edit-account fieldset{
    margin-top: 50px;
}

fieldset p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label{
    margin-right: 20px;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button.wp-element-button{
    margin-top: 20px;
}


/*** Dark Mode ***/
 * 
 /*----- SHOP PAGE -----*/
body.dark-mode .woocommerce-result-count {
    color: #c6c6c6 !important;
}

body.dark-mode .woocommerce-ordering .orderby {
    color: #c6c6c6;
    background: transparent;
    border: 0;
}

body.dark-mode .woocommerce-ordering {
    border: 1px solid #c6c6c6;
}

body.dark-mode ul.products li.product .woocommerce-loop-product__title a, .woocommerce-page ul.products li.product .woocommerce-loop-product__title a {
    color: #fff;
}

body.dark-mode ul.products li.product .price del .woocommerce-Price-amount, .woocommerce-page ul.products li.product .price del .woocommerce-Price-amount {
    color: #838383;
}

body.dark-mode ul.products li.product .price .woocommerce-Price-amount, .woocommerce-page ul.products li.product .price .woocommerce-Price-amount {
    color: #c6c6c6;
}

body.dark-mode nav.wc-pagination ul.page-pagination li span.current,
body.dark-mode nav.wc-pagination ul.page-pagination li a:hover {
    background: #000000 !important;
    color: #fff !important;
    border-color: #000000 !important;
}

body.dark-mode nav.wc-pagination ul.page-pagination li a.page-numbers, 
body.dark-mode nav.wc-pagination ul.page-pagination li span.page-numbers {
    border: 1px solid #c6c6c6;
    color: #c6c6c6;
    background-color: transparent;
}

/*----- SHOP SIDEBAR -----*/
body.dark-mode .shop-sidebar .widget {
    background: #000;
}

body.dark-mode .shop-sidebar .widget .widget-title {
    color: #fff;
    border-bottom: 1px solid #484848;
}

body.dark-mode p.woocommerce-mini-cart__empty-message {
    color: #c6c6c6;
}

body.dark-mode ul.product_list_widget li a:not(.remove) {
    color: #fff;
}

body.dark-mode .shop-sidebar .woocommerce .woocommerce-Price-amount {
    color: #c6c6c6;
}

body.dark-mode .shop-sidebar .woocommerce ul.product_list_widget li img {
    border-radius: 5px;
}

body.dark-mode .widget_shopping_cart .total, 
body.dark-mode .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #484848;
}

body.dark-mode .widget_shopping_cart .total strong, 
body.dark-mode .woocommerce.widget_shopping_cart .total strong {
    color: #fff;
}

/*----- SINGLE PRODUCT PAGE -----*/
body.dark-mode div.product .product_title {
    color: #fff;
}

body.dark-mode div.product .entry-summary p.price .woocommerce-Price-amount{
    color: #c6c6c6;
}

body.dark-mode .woocommerce-product-details__short-description p {
    color: #fff;
}

body.dark-mode .quantity .qty {
    color: #fff;
    border: 1px solid #c6c6c6;
}

body.dark-mode .product_meta span {
    color: #c6c6c6;
}

body.dark-mode div.product .woocommerce-tabs ul.tabs li a {
    color: #c6c6c6;
}

body.dark-mode .woocommerce-tabs h2 {
    color: #fff !important;
}

body.dark-mode .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab p{
    color: #c6c6c6 !important;
}

body.dark-mode .woocommerce-noreviews{
    color: #c6c6c6;
}

body.dark-mode .woocommerce-tabs .comment-reply-title {
    color: #fff !important;
}

body.dark-mode #review_form_wrapper .comment-form-rating label,
body.dark-mode div#review_form_wrapper .comment-form-comment label {
    color: #c6c6c6;
}

body.dark-mode #review_form #respond textarea {
    background: transparent !important;
    border: 1px solid #484848;
}

body.dark-mode .related.products h2 {
    color: #fff;
}

body.dark-mode .woocommerce-loop-product__title a {
    color: #fff !important;
}

/*----- MY ACCOUNT PAGE -----*/
body.dark-mode .woocommerce-MyAccount-navigation ul li a{
    color: #C6C6C6;
}

body.dark-mode .woocommerce-MyAccount-navigation ul li a:focus,
body.dark-mode .woocommerce-MyAccount-navigation .is-active a{
    color: #fff;
}

body.dark-mode .woocommerce-MyAccount-navigation ul li a:hover{
    color: #fff;
}

body.dark-mode .theme-page-spacing .entry-content p{
    color: #c6c6c6;
}

body.dark-mode .theme-page-spacing .entry-content p strong{
    color: #fff;
}

body.dark-mode .woocommerce-Message--info.woocommerce-info{
    color: #c6c6c6;
}

body.dark-mode .theme-page-spacing .entry-content h3 {
    color: #fff!important;
}

body.dark-mode .woocommerce-account .title .edit:hover,
body.dark-mode .addresses .title .edit:hover{
    color: #fff;
}

body.dark-mode form.woocommerce-EditAccountForm.edit-account label{
    color: #fff;
}

body.dark-mode form.woocommerce-EditAccountForm.edit-account input{
    background: transparent;
    border-color: #484848;
    color: #c6c6c6;
}

body.dark-mode .woocommerce-MyAccount-content form label{
    color: #fff;
}

body.dark-mode .woocommerce-MyAccount-content form input{
    background: transparent;
}

body.dark-mode .input-text,
body.dark-mode .woocommerce form .form-row .input-text,
body.dark-mode .woocommerce-page form .form-row .input-text{
    border: 1px solid #484848;
    color: #c6c6c6;
}

body.dark-mode .woocommerce-message {
    color: #c6c6c6;
}

/*----- CART PAGE -----*/
body.dark-mode .woocommerce table.shop_table{
    background: transparent;
}

body.dark-mode .woocommerce-cart-form{
    border: 1px solid #484848;
}

body.dark-mode .woocommerce table.shop_table th{
    color: #fff;
}

body.dark-mode .woocommerce table.shop_table td a{
    color: #c6c6c6;
}

body.dark-mode .woocommerce table.shop_table td a:hover{
    color: #fff;
}

body.dark-mode .woocommerce table.shop_table td bdi{
    color: #c6c6c6;
}

body.dark-mode table.cart td.actions .coupon .input-text{
    border-color: #484848;
    color: #c6c6c6;
    background: transparent;
}

body.dark-mode .theme-page-spacing .entry-content h2 {
    color: #fff;
}

/*----- CHECKOUT PAGE -----*/
body.dark-mode .woocommerce-info{
    color: #c6c6c6;
}

body.dark-mode form.checkout.woocommerce-checkout label{
    color: #c6c6c6;
}

body.dark-mode form.checkout.woocommerce-checkout input,
body.dark-mode form.checkout.woocommerce-checkout textarea{
    background: transparent;
    border: 1px solid #484848 !important;
    color: #c6c6c6 !important;
}

body.dark-mode .select2-container--default .select2-selection--single{
    border-color: #484848;
    background: transparent;
    color: #c6c6c6;
}

body.dark-mode form.checkout.woocommerce-checkout .select2-dropdown{
    background: #000 !important;
}

body.dark-mode .woocommerce table.shop_table.woocommerce-checkout-review-order-table td{
    border-top: 1px solid #484848;
}

body.dark-mode .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name{
    color: #c6c6c6;
}

body.dark-mode .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    border-top: 1px solid #484848;
}

body.dark-mode #payment {
    background: #000;
}

body.dark-mode .woocommerce-checkout #payment ul.payment_methods li {
    color: #c6c6c6;
}

body.dark-mode select option{
    background: #000;
}

body.dark-mode .select2:focus>.select2-selection__rendered:checked, body.dark-mode .select2:focus>.select2-selection__rendered {
  background: yellow!important;
  /* selected */
}

.woocommerce-product-details__short-description p, .woocommerce-Tabs-panel p {
    font-size: 16px;
    color: #182B49;
    line-height: 1.8;
}

.woocommerce .woocommerce-result-count {
    color: #7e7e7e;
    font-size: 16px;
}

.woocommerce-Reviews #comments {
    padding: 0px;
    background: #fff;
    border-radius: 0px;
}

table.shop_table.shop_table_responsive {
    background: transparent;
}

#review_form_wrapper input {
background: #fff;
border: 0px solid;
outline: none;
height: 50px;
border-radius: 10px;
padding: 0 20px;
font-weight: 400;
line-height: 28px;
color: #495057;
width: 100%;
margin-bottom: 5px;
border: 1px solid #ced4da;
}

#review_form_wrapper .comment-form-cookies-consent {
display: flex;
align-items: center;
justify-content: start;
margin-top: 15px!important;
margin-bottom: 15px!important;
font-size: 15px;
}

#review_form_wrapper input[type="checkbox"] {
position: relative;
margin-right: 10px;
padding: 0;
width: 20px;
height: 20px;
border: 1px solid #a6a6a6;
background: none;
border-radius: 2px;
margin-bottom: 0;
line-height: 1;
box-shadow: none;
}

#review_form_wrapper .comment-form-rating label {
color: #000;
display: block!important;
margin-bottom: 8px!important;
}

#review_form_wrapper .comment-form-rating {
margin-top: 18px!important;
margin-bottom: 10px!important;
}

div#review_form_wrapper .comment-form-comment label {
color: #000;
margin-bottom: 8px;
display: block;
}

p.comment-form-cookies-consent label {
    margin: 0;
}


#review_form_wrapper textarea {
border-radius: 10px;
background: #202020;
border: 0px solid;
text-indent: 20px;
padding: 10px 0;
color: #a6a6a6;
border: 1px solid #ced4da;
}

.woocommerce #review_form #respond textarea {
background: #fff!important;
border: 1px solid #ced4da;
border-radius: 10px!important;
min-height: 120px;
}

#review_form_wrapper p.form-submit {
margin-top: 20px!important;
}

#review_form_wrapper p.stars.selected {
margin-bottom: 3px!important;
}

.woocommerce #respond input#submit {
width: auto!important;
display: inline-block!important;
padding: 15px 54px!important;
font-size: 15px!important;
border-radius: 30px!important;
font-weight: 500!important;
line-height: 1!important;
}

body.likhun-dark .woocommerce-ordering .orderby {
    background: transparent!important;
}

body.likhun-dark .woocommerce-loop-product__title a {
    color: #fff!important;
}

body.woocommerce-page.likhun-dark .woocommerce table.shop_table th, body.woocommerce-page.likhun-dark table td a, body.likhun-dark table th a {
    color: #fff!important;
}

body.likhun-dark .quantity .qty, body.likhun-dark .cart_totals h2, body.likhun-dark .woocommerce-Price-amount, body.likhun-dark .woocommerce-info a.showcoupon, body.likhun-dark .woocommerce-billing-fields h3, body.likhun-dark .woocommerce-additional-fields h3, body.likhun-dark #order_review_heading, body.likhun-dark .woocommerce form .form-row label {
    color: #fff!important;
}

body.likhun-dark .input-text, body.likhun-dark form .form-row .input-text, body.likhun-dark form .form-row .input-text {
    background: transparent!important;
    color: #fff!important;
}

body.likhun-dark table.shop_table {
    border: 0px solid #ddd;
    background: transparent!important;
}

body.likhun-dark table.shop_table.woocommerce-checkout-review-order-table tbody td, body.likhun-dark table.shop_table.woocommerce-checkout-review-order-table tbody td strong {
    color: #fff!important;
}