.woocommerce-ordering {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

.select2-results__option {
    padding: 6px 18px !important;
}

.woocommerce-ordering .orderby {
    padding: 0px;
    border: none;
}

.price_slider {
    width: 100%;
    height: 10px;
    background-color: var(--gray-color);
    border-radius: 100px;
    margin-bottom: 24px;
    position: relative;
}

.price_slider .ui-slider-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* border-radius: 100px; */
    background-color: var(--accent-color);
    z-index: 1;
}

.price_slider .ui-slider-handle {
    position: absolute;
    top: -5.5px;
    z-index: 2;
    width: 20px;
    height: 20px;
    display: block;
    background-color: white;
    border-radius: 0px;
    cursor: pointer;
    border: 2px solid var(--accent-color);
}

.product-title a {
    color: var(--accent-color);
}

.product-title a:hover {
    color: var(--accent-color);
}

.price_slider_amount .price_label {
    float: right;
}

.variations_form .form-floating select {
    padding: 32px 0px 12px 0px !important;
    height: auto;
    border-radius: 0px;
}

.variations_form .form-floating label {
    font-family: var(--heading-font-family);
    color: var(--primary-color);
    padding: 0 0 0 0;
}

/* --------------------
WC-Alert-CSS
----------------------*/
.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-notices-wrapper .button {
    margin-left: 12px;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 4px;
    color: var(--white-color);
    min-height: inherit;
}


.woocommerce-notices-wrapper .button .cloud__bg {
    left: -90%;
}


.woocommerce-notices-wrapper .woocommerce-error .button {
    background: #008558;
}

.woocommerce-notices-wrapper .woocommerce-error .button:hover {
    background: #b82b21;
}

.woocommerce-notices-wrapper .woocommerce-info .button {
    background: #2087dc;
}

.woocommerce-notices-wrapper .woocommerce-info .button:hover {
    background: #1475c5;
}

.woocommerce-notices-wrapper a {
    font-weight: 600;
    color: var(--accent-color);
}

.woocommerce-notices-wrapper li {
    width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 16px;
    padding-left: 52px;
    border: 1px solid #e5e5e5;
    border-left: 4px solid var(--accent-color);
    background-color: white;
    position: relative;
    border-radius: 6px;
    margin: 0;
    margin-bottom: 32px;
    list-style: none;
    overflow: hidden;
}


.woocommerce-error .restore-item,
.woocommerce-info .restore-item,
.woocommerce-message .restore-item {
    margin-left: 10px;
    float: right;
}

/* Base style for WooCommerce notices */
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-family: 'remixicon' !important;
    font-size: 1.2em;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Error Icon */
.woocommerce-error:before {
    content: "\f294";
    /* ri-error-warning-line */
    color: #008558;
}

/* Info Icon */
.woocommerce-info:before {
    content: "\f449";
    /* ri-information-line */
    color: #2087dc;
}

/* Success/Message Icon */
.woocommerce-message:before {
    content: "\eb81";
    /* ri-checkbox-circle-line */
    color: rgb(11, 131, 11);
}


.woocommerce-message {
    border-left-color: rgb(11, 131, 11);
}

.woocommerce-error {
    border-left-color: #008558;
}

.woocommerce-info {
    border-left-color: #2087dc;
}

/* --------------------
Rating-Style
---------------------*/
.star-rating {
    position: relative;
    white-space: nowrap;
}

.star-rating>span {
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.star-rating:before,
.star-rating>span:before {
    content: "★★★★★";
    font-family: 'remixicon' !important;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #FDB12E;
}

.star-rating:before {
    color: #acacac;
}


/* --------------------
Reset-Common-ELement
----------------------*/
.product__content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.product__title {
    font-size: var(--h5-size);
    margin-bottom: 12px;
}

.product__title a {
    display: block;
    line-height: 1.2em;
    color: var(--primary-color);
}

.product__thumb {
    overflow: hidden;
    border-radius: 0px;
}

.product__item .product__thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    filter: brightness(1);
}

.product__item:hover .product__thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(0.5);
}

.product__rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__rating .star__rating {
    position: relative;
    text-align: left;
}

.product__rating .star {
    overflow: hidden;
    width: 100%;
}

.product__rating .star::before {
    content: "★★★★★";
    font-family: 'remixicon' !important;
    font-weight: normal;
    color: #FDA800;
    line-height: 14px;
    letter-spacing: 3px;
    display: block;
    white-space: nowrap;
}


.product__rating .back::before {
    font-weight: 300;
}

.product__rating .front {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.product__rating .rating_count {
    opacity: 0.6;
    color: var(--text-color);
}


.button {
    position: relative;
    background-color: var(--accent-color);
    color: white;
    padding: 12px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button:after {
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 10px;
    line-height: 1em;
    font-family: 'remixicon' !important;
    font-weight: normal;
}

/* Checkmark icon when added */
.button.added:after {
    content: "\eb81";
}

/* Loading spinner icon */
.button.loading:after {
    content: "\f33f";
    /* ri-loader-4-line */
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.product__item {
    position: relative;
    background-color: white;
}

.woocommerce-product-gallery img {
    background-color: white;
}

.woocommerce-product-gallery__wrapper img {
    background-color: white;
}

.onsale {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 0px;
    width: auto;
    height: auto;
    min-height: inherit;
    font-size: 12px;
    line-height: 1em;
    padding: 8px 12px;
    background-color: var(--gray-color);
    color: var(--accent-color);
    text-transform: uppercase;
    z-index: 4;
}

.product__item .price {
    color: currentColor;
    letter-spacing: 0px;
    line-height: 1.2em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--heading-font-family);
    gap: 8px;
}

.product__item .price * {
    line-height: 1.2em;
}

.product__item .price ins .woocommerce-Price-amount {
    color: var(--accent-color);
    font-weight: 600;
}

.product__item .rating__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product__item .product__rating {
    margin-bottom: 16px;
    height: 14px;
}

.product__item .product_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.product__item:hover .product_actions {
    opacity: 1;
    visibility: visible;
    bottom: 32px;
}

.product__item .product_actions .add_to_cart_button.added {
    display: none;
}

.product__item .product__thumb {
    position: relative;
    margin-bottom: 24px;
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    border: 1px solid #ECECEC;
    border-radius: 0px;
    padding: 8px 0;
}

.quantity button {
    border: none;
    background: no-repeat;
    color: var(--accent-color);
    width: 50px;
    display: block;
    padding: 0;
}

.quantity .qty {
    border: none;
    background: none;
    text-align: center;
    width: 50px;
    padding: 0px 0px;
    border-radius: 0;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    font-family: var(--heading-font-family);
}

/* Hide the number input arrows in modern browsers */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the number input arrows in Firefox */
.quantity input[type="number"] {
    -moz-appearance: textfield;
}


.woocommerce-product-gallery__image {
    overflow: hidden;
    border-radius: 0px;
    text-align: center;
}

.woocommerce-product-gallery {
    position: relative;
    z-index: 1;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger span {
    display: none;
}


.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    content: "\f2db";
    font-family: 'remixicon' !important;
    font-size: var(--h6-size);
    color: var(--primary-color);
}

.single-product-summary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-product-summary .product_title {
    width: 100%;
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
}

.single-product-summary .product__rating {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
}

.single-product-summary .price {
    width: 100%;
    font-size: var(--h4-size);
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--accent-color);
    font-family: var(--heading-font-family);
}

.single-product-summary .price del {
    color: var(--accent-color);

}

.single-product-summary .woocommerce-product-details__short-description {
    width: 100%;
    margin-bottom: 24px;
}

.single-product-summary .stock {
    width: 50%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    color: var(--accent-color);
}

.single-product-summary .cart {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.single-product-summary .cart .single_variation_wrap {
    width: 100%;
}

.single-product-summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


.single-product-summary .cart .single_add_to_cart_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-product-summary .cart .quantity {
    margin-right: 16px;
}

.single-product-summary .wishlist-button {
    padding: 0;
    width: 47px;
    height: 47px;
    margin-left: 16px;
}

.single-product-summary .product_meta {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    font-weight: 600;
}

.single-product-summary .product_meta span * {
    font-weight: 400;
}

.woocommerce-product-gallery .flex-control-thumbs {
    list-style: none;
    margin: 5px -5px -5px -5px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: calc(20% - 10px);
    overflow: hidden;
    border-radius: 0px;
    margin: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs li .flex-active {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.variations .form-floating label {
    text-transform: capitalize;
}

form label {
    margin-bottom: 8px;
    color: var(--primary-color);
}

.reset_variations {
    color: var(--accent-color);
}

.wc-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #ECECEC;
}

.wc-tabs li {
    margin: 16px 32px 0 0;
}

.wc-tabs li a {
    display: block;
    padding-bottom: 16px;
    font-size: var(--h4-size);
    color: var(--primary-color);
    font-weight: 600;
    font-family: var(--heading-font-family);
    position: relative;
}

.wc-tabs li.active a {
    color: var(--accent-color);
}

.wc-tabs li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--accent-color);
    border-radius: 100px;
    display: block;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.wc-tabs li.active a:before {
    opacity: 1;
}

.woocommerce-Tabs-panel h2 {
    display: none;
}

.related-products h2 {
    font-size: var(--h4-size);
    margin-bottom: 24px;
}

.required {
    color: red;
}

.comment-form-rating .stars a {
    font-size: 0px;
}

.comment-form-rating .stars a::before {
    content: "\f186";
    /* ri-star-fill */
    font-family: 'remixicon' !important;
    font-size: 16px;
    font-weight: normal;
    color: #FDB12E;
}

.comment-form-rating .stars a.active~a::before {
    font-weight: 300;
    color: #696969;
}

.commentlist {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

.commentlist li:not(:last-child) {
    margin-bottom: 30px;
}

.commentlist .comment_container {
    padding-left: 60px;
    position: relative;
}

.commentlist .avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px;
    width: 60px;
}

.commentlist .comment-text {
    border: 1px solid var(--gray-color);
    padding: 12px 22px;
    border-radius: 0px;
    position: relative;
    margin-left: 20px;
}

.commentlist .comment-text:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 18px;
    width: 20px;
    height: 20px;
    background-color: white;
    display: block;
    border-top: 1px solid var(--gray-color);
    border-left: 1px solid var(--gray-color);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px 0 0 0;
}

.commentlist .woocommerce-review__author {
    font-family: var(--heading-font-family);
}

.woocommerce-noreviews {
    margin-bottom: 16px;
}

.woocommerce-Reviews .comment-form {
    margin-top: 10px;
}

.woocommerce-Reviews .comment-form>* {
    width: 100%;
}

.cart__product {
    padding: 24px;
    border-radius: 0px;
    position: relative;
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--gray-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--heading-font-family);
}

.cart__product .product__image {
    border-radius: 0px;
    overflow: hidden;
    margin: 0;
    width: 150px;
    margin-right: 24px;
}

.cart__product .product__details {
    width: calc(100% - 150px - 24px);
    position: relative;
}

.cart__product strong {
    color: var(--accent-color);
    text-transform: capitalize;
}

.cart__product .product-remove {
    position: absolute;
    right: 14px;
    top: 12px;
    z-index: 2;
}

.cart__product .remove {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border: none;
    background-color: transparent;
    color: var(--accent-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart__product .remove:hover {
    background-color: transparent;
    color: var(--accent-color);
}

.cart__product .remove i {
    line-height: 1em;
}

.cart__product .quantity {
    width: 100px;
}

.cart__product .quantity {
    padding: 0;
}

.cart__product .quantity button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0;
}

.cart__product .quantity .qty {
    width: 40px;
}

.cart__product .product__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid var(--gray-color);
    margin-top: 16px;
    padding-top: 12px;
}

.cart__product .variation {
    line-height: 1.2em;
    margin-top: -3px;
}


.cart__product .variation span:after {
    content: "|";
    margin-left: 8px;
    margin-right: 6px;
}

.cart__product .variation span:last-child::after {
    display: none;
}

.woocommerce-cart-form .update-cart-button {
    float: right;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: white;
    min-height: 52px;
}

.admin-bar .cart__right_sidebar {
    top: calc(var(--navbar-height) + 50px);
}

.coupon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.coupon .input-text {
    width: calc(100% - 180px);
}

.coupon .button {
    background-color: white;
    color: var(--accent-color);
    margin-left: 12px;
    white-space: nowrap;
}

.table-border-none,
.table-border-none th,
.table-border-none td {
    border: none;
    padding: 0;
    background: none;
}

.shop_table .order-total>* {
    border-top: 1px solid var(--gray-color);
}

.select2-container .select2-selection--single {
    height: inherit !important;
    padding: 9px 10px;
    border-color: var(--gray-color) !important;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: inherit;
    height: inherit;
    padding: 22px;
}

.select2-dropdown {
    border-color: var(--gray-color) !important;
    border-radius: 0px !important;
}

.methods {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
}

.methods input[type="radio"] {
    margin-right: 6px;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 24px;
}

.woocommerce-order-overview {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-order-overview li {
    padding: 12px 24px;
    border: 1px dashed #acacac;
    min-width: 200px;
}


.woocommerce td,
.woocommerce th {
    padding: 8px 12px;
}

.shop_table .product-total {
    text-align: right;
}

.shop_table th,
.shop_table td {
    color: var(--primary-color);
}

.shop_table .order-total th, 
.shop_table .order-total td {
    font-weight: 600;
    color: var(--accent-color);
}

.shop_table .product-name .product-quantity {
    color: var(--accent-color);
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 24px;
}

.woocommerce-terms-and-conditions-wrapper a {
    color: var(--accent-color);
}

p.woocommerce-customer-details--phone,
.woocommerce-customer-details address {
    margin: 0;
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 32px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: var(--heading-font-family);
}

.woocommerce-MyAccount-navigation li {
    width: 16.666%;
}

.woocommerce-MyAccount-navigation li a {
    border: 1px solid var(--gray-color);
    padding: 18px;
    display: block;
    text-align: center;
    color: var(--accent-color);
}

.woocommerce-MyAccount-navigation li a:hover {
    background-color: var(--gray-color);
}

.woocommerce-MyAccount-navigation li.is-active a {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    color: white;
}

.woocommerce-MyAccount-navigation li a .icon {
    display: block;
    color: var(--accent-color);
    font-size: 20px;
    margin-bottom: 4px;
}

.woocommerce-MyAccount-navigation li.is-active a .icon {
    color: white;
}

.woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce-MyAccount-content .woocommerce-info .button {
    margin-left: auto;
}

.woocommerce-account-fields {
    margin-top: 24px;
}

.password-input {
    position: relative;
    width: 100%;
}

.password-input .show-password-input {
    border: none;
    background: none;
    position: absolute;
    right: 6px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 16px;
    cursor: pointer;
}

.password-input .show-password-input:before {
    content: "\ecb5";
    font-family: 'remixicon' !important;
}

.woocommerce-cart-form__cart-item td.product-thumb {
    max-width: 120px;
}

.remove-from-wishlist {
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #008558;
    color: white;
}

.cart__product .button i {
    display: none;
}

.cart__product .button {
    padding: 6px 16px;
    background-color: white;
    color: var(--accent-color);
    font-size: 14px;
    margin-right: 12px;
    margin-top: 16px;
}

.cart__product .product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart__product .product__title {
    font-size: 20px;
    width: calc(100% - 30px);
}

.product__image a {
    display: block;
}

.cart_page_table td,

.cart_page_table th {
    padding: 4px 16px;
}

.card {
    border-radius: 0px;
}

.cart-collaterals {
    width: 100%;
    max-width: 100%;
    float: right;
    background-color: white;
    border: 1px solid var(--gray-color);
    padding: 24px;
}

.cart-collaterals .checkout-button {
    float: right;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper>* {
    width: 100%;
    margin-bottom: 32px;
}

.select2-container .select2-selection--single {
    padding: 11px 10px;
}

.product_list_widget li img {
    border-radius: 0px;
}

.product_list_widget li .star-rating {
    margin-bottom: 6px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item {
    min-height: 80px;
    position: relative;
    padding-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border-radius: 0px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .remove {
    position: absolute;
    left: 65px;
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: var(--accent-color);
    color: white;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 18px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item a:not(.remove) {
    color: var(--accent-color);
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .quantity {
    border: none;
    padding: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .quantity .amount {
    margin-left: 3px;
    display: inline-block;
}

.widget_shopping_cart_content .total {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--accent-color);
}

.shoping_mini_cart {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: white;
    width: 100%;
    background-image: url('../images/header-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid var(--gray-color);
}

.shoping_mini_cart .cart_body {
    padding: 32px 24px;
}

.shoping_mini_cart .cart_list {
    list-style: none;
    margin: -12px;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 50vh;
    overflow: auto;
}

.shoping_mini_cart .cart_list .mini_cart_item {
    width: calc(20% - 24px);
    margin: 12px;
}

.shoping_mini_cart .cart__product {
    padding: 12px;
}

.shoping_mini_cart .cart_list .mini_cart_item .product__image {
    width: 80px;
    margin-right: 10px;
}

.shoping_mini_cart .cart_list .mini_cart_item .quantity {
    border: none;
    display: block;
}

.shoping_mini_cart .cart_list .mini_cart_item .product__title {
    font-size: 18px;
}

.widget_shopping_cart_content .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shoping_mini_cart .cart_footer {
    padding: 24px;
    border-top: 1px solid var(--gray-color);
    background-color: white;
}

.shoping_mini_cart .cart_footer .woocommerce-mini-cart__buttons {
    text-align: right;
    margin: -3px -6px;
}

.shoping_mini_cart .cart_footer .woocommerce-mini-cart__buttons .button {
    margin: 3px 6px;
}

.shoping_mini_cart .cart_footer .woocommerce-mini-cart__buttons .button:not(.checkout) {
    background: none;
    color: var(--accent-color);
}

.shoping_mini_cart .cart_footer .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
    background-color: var(--accent-color);
    color: white;
}

.shoping_mini_cart .cart__product .product__details {
    width: calc(100% - 90px);
}

.shoping_mini_cart .collapse_cart {
    position: absolute;
    top: 0px;
    right: 6%;
    border: 1px solid var(--gray-color);
    border-bottom: none;
    background: white;
    color: var(--accent-color);
    padding: 5px 0 0 0;
    width: 50px;
    height: 50px;
    font-size: var(--h4-size);
    border-radius: 100px 100px 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.shoping_mini_cart.show .collapse_cart {
    top: -50px;
    opacity: 1;
}

.cart_toggle {
    position: relative;
}

.woocommerce-mini-cart__total .amount {
    color: var(--accent-color);
}

.woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-shipping-methods input {
    margin-right: 8px;
}

.woocommerce-shipping-destination {
    margin: 0;
}

.shipping-calculator-button {
    text-decoration: underline;
    color: var(--accent-color);
}

.section.shipping-calculator-form {
    text-align: left;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 32px;
}

.woocommerce-form-coupon {
    margin-bottom: 32px;
}

table.shop_table.woocommerce-checkout-review-order-table,
table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
    border: none;
    padding: 10px 0px;
}

table.shop_table.woocommerce-checkout-review-order-table tr > *:last-child {
    text-align: right;
}

@media only screen and (min-width: 992px) {

    .woocommerce-billing-fields__field-wrapper #billing_phone_field,
    .woocommerce-billing-fields__field-wrapper #billing_city_field,
    .woocommerce-billing-fields__field-wrapper #billing_state_field,
    .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
    .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
    .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
    .woocommerce-billing-fields__field-wrapper #billing_company_field {
        width: calc(50% - 15px);
    }
}


@media only screen and (max-width: 1500px) {
    .shoping_mini_cart .cart_list .mini_cart_item {
        width: calc(25% - 24px);
    }
}

@media only screen and (max-width: 1200px) {
    .shoping_mini_cart .cart_list .mini_cart_item {
        width: calc(33.33% - 24px);
    }
}


@media only screen and (max-width: 992px) {
    .cart__product {
        padding: 12px;
    }

    .cart__product .product__image {
        width: 100px;
        margin-right: 10px;
    }

    .cart__product .product__details {
        width: calc(100% - 110px);
    }

    .cart__product .product__details .product__title {
        font-size: 18px;
    }

    .woocommerce-MyAccount-navigation li {
        width: auto;
        min-width: 70px;
    }

    .woocommerce-MyAccount-navigation li a .icon {
        margin: 0;
    }

    .woocommerce-MyAccount-navigation li a .text {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .coupon .input-text {
        width: calc(100% - 125px);
        padding: 4px 10px;
    }

    .shoping_mini_cart .cart_list .mini_cart_item {
        width: calc(50% - 24px);
    }

    .woocommerce-order-overview li {
        width: 50%;
        padding: 4px 10px;
    }

    .shoping_mini_cart .collapse_cart {
        width: 34px;
        height: 34px;
        font-size: 16px;
        top: -17px;
        right: 15px;
    }

    .shoping_mini_cart .cart_footer {
        padding: 12px;
    }
}

@media only screen and (max-width: 576px) {

    .shoping_mini_cart .cart_body {
        padding: 24px 16px;
    }

    .cart__product .product__image {
        width: 80px;
    }

    .cart__product .product__details {
        width: calc(100% - 90px);
    }

    .cart__product .product__details .product__title {
        font-size: 16px;
    }


    .shoping_mini_cart .cart_list .mini_cart_item {
        width: calc(100% - 24px);
    }

    .woocommerce-order-overview li {
        width: 100%;
    }

    .woocommerce td,
    .woocommerce th {
        padding: 4px 10px;
    }

    .single-product-summary .cart {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .quantity {
        width: 80px;
        padding: 0;
    }

    .quantity .qty {
        width: 30px;
    }

    .quantity button {
        width: 26px;
        padding: 5px 0;
    }

    .single-product-summary .cart .single_add_to_cart_button {
        width: calc(100% - 128px - 16px);
        padding: 6px 16px;
    }

    .single-product-summary .wishlist-button {
        width: 32px;
        height: 32px;
    }

    .single-product-summary .wishlist-button::after {
        right: 1px;
        top: 1px;
    }

    .wc-tabs li a {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .single-product-summary .product_title {
        font-size: var(--h4-size);
        margin-bottom: 4px;
    }

    .single-product-summary .price {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .single-product-summary .product__rating {
        margin-bottom: 10px;
    }

    .single-product-summary .woocommerce-product-details__short-description {
        margin-bottom: 12px;
    }

    .single-product-summary .cart {
        margin-bottom: 12px;
    }

    .comment-respond .comment-reply-title,
    .comment_list_area .comments_title,
    .related-products h2 {
        font-size: 20px !important;
        margin-bottom: 16px;
    }

    .commentlist .avatar {
        width: 30px;
    }

    .commentlist .comment_container {
        padding-left: 30px;
    }

    .commentlist .comment-text:before {
        width: 10px;
        height: 10px;
        left: -6px;
        top: 10px;
    }

    .commentlist .comment-text {
        margin-left: 10px;
        padding: 5px 10px;
    }

    .wc-tabs li {
        margin-right: 16px;
    }

    .product__title {
        font-size: 16px;
    }



    .single-product-summary .cart .single_add_to_cart_button .icon {
        display: none;
    }

    .onsale {
        left: 12px;
        top: 12px;
        font-size: 10px;
        padding: 5px 8px;
    }

    .main-sidebar .widget .widget_title {
        margin-bottom: 16px;
    }
}