/*==================================================================
WOOCOMMERCE
/*==================================================================*/

/** Shop Page **/

.woocommerce .comment {
    box-shadow: none;
    border: none;
    border: 1px solid #e3e3e3;
    padding: 20px;
    list-style: none;
}

.woocommerce .comment:not(:first-child) {
    border-top: 0;
}

.woocommerce-breadcrumb {
    margin-bottom: 30px;
    font-size: 16px;
}

.woocommerce-result-count {
    float: left;
    line-height: 38px;
    margin-bottom: 0;
}

.woocommerce-ordering {
    display: block;
    text-align: right;
    margin-bottom: 30px;
}

.products {
    margin: 0 -16px 0 0;
    padding: 0;
}

.products.w-grid-space .product {
    padding: 0 16px 16px 0;
}

.products.w-grid-space .w-item.first {
    clear: both;
}

.products li figure {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.products li .image-wrapper {
    display: block;
    position: relative;
}

.products li .cover-image > a {
    display: block;
    height: 100%;
}

.products li .cover-image img {
    display: block;
    width: 100%;
}

.products li .w-fadeslider img {
    position: absolute;
}

.w-product-status {
    position: absolute;
    top: 0;
    right: 0;
}

.w-outofstock {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 13px;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    background-color: #333;
    display: table;
    text-transform: capitalize;
}

.w-outofstock > span {
    display: table-cell;
    vertical-align: middle;
}

.onsale {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 70px;
    height: 70px;
    padding: 0 15px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background-color: #b9a06f;
}

.products li figure figcaption {
    position: relative;
    padding: 15px 0 20px;
    z-index: 10;
}

.products li figure .button {
    position: relative;
    padding: 0 15px 0 0;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    background: #8accff;
    color: #fff;
    text-align: center;
}

.products li.outofstock figure .button {
    background: #333 !important;
}

.products li figure:hover .button {
    opacity: 1;
    transform: translate(0, 0);
}

.products li figure .button::before {
    font-family: overlap, sans-serif;
    content: "\e84c";
    display: inline-block;
    text-align: center;
    width: 40px;
}

.products .instock .button.add_to_cart_button::before {
    content: "\e84c";
}

.products .instock .button.product_type_variable::before {
    content: "\e83c";
}

.products .outofstock .button::before {
    content: "\e843";
}

.products .product .button.add_to_cart_button.loading::before {
    animation: loader-spin 0.95s infinite linear;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    border-top-color: transparent;
    content: "";
    height: 16px;
    margin: 10px;
    width: 16px;
}

.products .product .woocommerce-loop-category__title,
.products .product .woocommerce-loop-product__title {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.products li .price {
    display: block;
    font-size: 16px;
    color: #8accff;
    font-weight: 700;
}

.products li .price del {
    font-weight: 400;
    color: #999;
}

.products .product-category .count {
    background: none;
}

.woocommerce del .amount {
    padding-right: 3px;
    color: #999;
}

.added_to_cart {
    position: absolute;
    z-index: 999;
    top: 50%;
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    left: 50%;
    margin-top: -30px;
    margin-left: -52px;
    opacity: 0;
    transition: opacity 0.3s;
}

.added_to_cart.active {
    opacity: 1;
}

.addresses {
    margin-bottom: 80px;
}

.addresses .title h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0;
}

.my_account_orders td {
    border-bottom: 1px solid #e0dede;
    vertical-align: middle;
}

.shop_table.my_account_orders td.order-actions {
    padding: 4px 8px;
    text-align: right;
}

.woocommerce.columns-6 .products li .price {
    font-size: 14px;
}

/** Star Rating **/

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1.1em;
    width: 4.8em;
    font-family: overlap, sans-serif;
    color: #8accff;
}

.product_list_widget .star-rating {
    margin: 3px 0;
}

.star-rating::before {
    content: "\E803\E803\E803\E803\E803";
    top: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\E803\E803\E803\E803\E803";
    top: 0;
    left: 0;
    position: absolute;
}

.products li .star-rating {
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px;
}

/* WooCommerce Button */

.woocommerce button.button,
.woocommerce .buttons .button,
.wc-proceed-to-checkout .button,
.my_account_orders a.button,
.add_to_cart_inline .button,
.wc-block-components-button {
    border: 2px solid #8accff;
    border-radius: 0;
    padding: 8px 20px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    background: #8accff;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce .buttons .button {
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 5px;
}

.my_account_orders a.button,
.add_to_cart_inline .button {
    margin: 0 3px 0 0;
    padding: 3px 15px;
    font-size: 12px;
    vertical-align: middle;
}

.woocommerce button.button:hover,
.woocommerce .buttons .button:hover,
.wc-proceed-to-checkout .button:hover,
.my_account_orders a.button:hover,
.add_to_cart_inline .button:hover,
.wc-block-components-button:hover {
    background: none;
    color: #8accff;
}

/* Price Filter widget */

.widget_price_filter .price_slider_wrapper {
    position: relative;
    margin-top: 30px;
}

.widget_price_filter .ui-widget-content {
    background: #e1e1e1;
}

.widget_price_filter .ui-slider-horizontal {
    height: 4px;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
}

.widget_price_filter .ui-slider .ui-slider-range {
    top: 0;
    height: 100%;
    background: #8accff;
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 1em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background: #8accff;
    width: 6px;
    height: 14px;
    top: -5px;
    position: absolute;
    cursor: ew-resize;
    z-index: 2;
}

.widget_price_filter .button {
    padding: 8px 10px;
    font-size: 15px;
    line-height: 15px;
    float: left;
    position: relative;
    z-index: 1;
}

.widget_price_filter .price_label {
    float: right;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 37px;
}

.widget_price_filter .clear {
    position: relative;
    z-index: -1;
}

/* Products widget */

.widget.woocommerce h3::after {
    background: #212121;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    margin-top: 10px;
}

.woocommerce .product-categories li ul {
    padding: 0 0 5px 25px;
}

.widget_shopping_cart li::after,
.product_list_widget li::after,
.woocommerce-tabs::after,
.woocommerce .comment .comment_container::after,
.single-product .woocommerce-tabs .tabs::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.widget .product_list_widget li {
    position: relative;
    padding: 10px 0;
    text-align: left;
}

.product-categories > li,
.product_list_widget li {
    border-bottom: 1px solid #e0e0e0;
}

.product-categories li,
.widget .product-categories li {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: right;
    display: block;
    clear: both;
    float: none;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    padding: 5px 0;
}

.product-categories > li  a {
    position: relative;
    display: block;
    text-align: left;
    font-size: 13px;
    transition: color linear 0.3s;
}

.product-categories li a:hover,
.product_list_widget li a:hover {
    color: inherit;
}

.product-categories > li ul li a::before {
    content: "\e838";
    font-family: overlap, sans-serif;
    display: inline-block;
    margin-right: 10px;
}

.product-categories > li span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 0;
}

.widget.woocommerce ul li a img {
    width: 60px;
    box-shadow: none;
    padding: 1px;
    border: 2px solid #e0e0e0;
    transition: all 0.35s;
    margin: 0 10px 0 0;
    height: auto;
    float: left;
}

.widget.woocommerce ul li.mini_cart_item a img {
    margin: 0 10px 0 0;
}

.widget.woocommerce ins .amount {
    color: #000;
}

/** Shopping Cart widget **/

.widget_shopping_cart li a.remove {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 10px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background: #222;
    color: #fff;
    font-weight: 700;
}

.widget_shopping_cart li a.remove:hover {
    background: red;
}

.variation {
    border-left: 2px solid #8accff;
    padding-left: 10px;
    display: inline-block;
    margin-left: 10px;
    line-height: 18px;
}

.variation dt {
    display: inline-block;
}

.variation dd {
    display: inline-block;
    margin: 0;
}

.variation p {
    margin-bottom: 0;
}

.widget_shopping_cart .total {
    margin: 10px 0 25px;
    font-weight: 700;
}

.widget_shopping_cart .total .amount {
    color: #8accff;
    float: right;
}

.widget_shopping_cart .buttons {
    text-align: left;
}

.widget_shopping_cart .buttons .checkout {
    float: right;
}

/* Search Widget */

.widget_product_search .woocommerce-product-search {
    position: relative;
    display: block;
}

.widget_product_search label {
    display: none;
}

.widget_product_search .search-field {
    display: block;
    width: 100%;
}

.widget_product_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    margin: 0;
    min-width: 0;
    background: none;
    border: none;
    outline: 0;
    z-index: 99;
    line-height: 30px;
    color: inherit;
    padding: 0 10px;
    opacity: 0;
    cursor: pointer;
}

.widget_product_search form::after {
    font-family: overlap, sans-serif;
    content: "\e832";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 30px;
    padding: 5px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

/* Related & Upsells Products */

.related.products li .price span,
.upsells.products li .price span {
    font-size: 15px;
}

/* Single Product Page */

.single-product,
.woocommerce-cart,
.woocommerce-checkout {
    background: #fff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 20px;
    margin: 0 0 30px 0;
    border-top: 3px solid #b3d3d8;
    min-height: 32px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error li::before {
    content: "\e836";
    font-family: overlap, sans-serif;
    margin-right: 10px;
    color: #8accff;
}

.woocommerce-message {
    border-color: #6edb77;
}

.woocommerce-info {
    border-color: #84bbfc;
}

.woocommerce-info::before {
    content: "\e843";
}

.woocommerce-error {
    border-color: #ff5d5d;
}

.woocommerce-error li::before {
    content: "\e842";
    color: red;
}

.woocommerce-error li {
    list-style: none;
}

.woocommerce-breadcrumb i {
    margin: 0 5px;
}

.woocommerce-message .button {
    float: right;
    margin-left: 10px;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    border: 1px solid #cfcfcf;
    transition: all 0.35s linear;
}

.woocommerce-message .button:hover {
    color: #fff;
    background-color: #404040;
}

.single-product .products li figure {
    padding: 0;
}

.single-product .woocommerce-product-gallery__image {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.single-product .woocommerce-product-gallery__image a,
.single-product .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
}

.single-product .thumbnails .owl-nav {
    left: 0;
    margin-top: -25px;
}

.product .thumbnails {
    line-height: 0;
}

.product .thumbnails .owl-item a {
    display: block;
    padding-right: 5px;
}

.summary {
    margin-top: 30px;
}

form.cart {
    margin-bottom: 30px;
    margin-top: 30px;
}

.product .entry-summary .summary-container {
    float: left;
    width: 100%;
}

.product .woocommerce-product-rating {
    margin-bottom: 20px;
}

.summary .star-rating {
    display: inline-block;
}

.summary .woocommerce-review-link {
    position: relative;
    top: -2px;
}

.product .entry-summary .cart {
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
}

.product .cart.grouped_form {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 30px 0;
    width: 100%;
}

.summary .price {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
}

.summary .single_variation {
    padding-bottom: 20px;
}

.summary .single_variation .price ins .amount {
    color: #8accff;
}

.summary .price del span {
    color: #666;
    padding-right: 10px;
}

.woocommerce ins,
.product ins {
    text-decoration: none;
    background: none;
}

.product .stock {
    color: #5fa777;
    display: inline-flex;
    flex: 1 1 100%;
    font-size: 120%;
    font-weight: 700;
    justify-content: flex-end;
    order: 3;
}

.product .stock.out-of-stock {
    color: #f00;
    font-size: 120%;
    font-weight: 700;
}

.product .in-stock::before,
.product .out-of-stock::before,
.product .stock.available-on-backorder::before {
    color: #5fa777;
    content: "\e889";
    display: inline-block;
    font-family: overlap, sans-serif;
    padding-right: 5px;
}

.product .out-of-stock::before {
    color: #f00;
    content: "\e886";
}

.product .stock.available-on-backorder::before {
    content: "\e890";
}

.woocommerce .main-content .summary .post-content {
    padding-top: 0;
}

.woocommerce-grouped-product-list {
    border: none;
    margin-bottom: 0;
    width: 100%;
}

.woocommerce-grouped-product-list tbody {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 5px 10px;
    padding: 15px 0;
    width: 100%;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-grouped-product-list th,
.woocommerce-grouped-product-list td {
    border: none;
    padding: 0;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
    flex: 0 0 100%;
    width: 100%;
}

.product .cart .quantity input {
    height: 40px;
    width: 100px;
    font-weight: 800;
    font-size: 20px;
}

.variations_form.cart {
    text-align: left;
}

.summary .cart .quantity {
    float: left;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}

.summary .cart .quantity input {
    width: 100px;
    border-width: 1px;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
}

.variations {
    margin-bottom: 20px;
    border-width: 1px 0;
    text-align: left;
}

.variations th {
    background: none;
}

.variations select {
    color: inherit;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
    background: #222;
    border: 2px solid #222;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0;
    min-height: unset;
    min-width: 100px;
    padding: 15px 10px;
    text-align: center;
    vertical-align: baseline;
    width: auto;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:hover {
    background: transparent;
    color: #222;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
    display: flex;
    flex: 1 1 60%;
    max-width: 60%;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label {
    margin-bottom: 0;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price {
    align-items: center;
    display: flex;
    flex: 1 1 35%;
    flex-flow: row wrap;
    gap: 5px 10px;
    justify-content: flex-end;
    line-height: 1.3;
    max-width: 35%;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .stock {
    font-size: 12px;
    font-weight: 400;
}

.woocommerce-variation-description {
    margin-bottom: 30px;
}

.variations .reset_variations {
    margin-left: 10px;
}

.summary .product_meta {
    color: #bbb;
    text-align: left;
}

.woocommerce-tabs {
    clear: both;
    padding: 50px 0;
}

.woocommerce-tabs > .tabs {
    list-style: none;
    z-index: 12;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}

.single-product .woocommerce-tabs .tabs li {
    display: inline-block;
    padding: 10px;
    margin: 0;
    list-style: none;
    transition: color 0.25s, box-shadow 0.25s;
}

.single-product .woocommerce-tabs ul.tabs li.active {
    box-shadow: 0 1px 0 #8accff;
}

.single-product .woocommerce-tabs ul.tabs li a {
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    display: block;
    background: transparent;
    padding: 9px 0;
    color: #999;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}

.woocommerce-tabs .panel {
    min-height: 140px;
    padding: 20px 0;
    background-color: #fff;
}

.single-product .woocommerce-tabs .wc-tab {
    padding: 20px 0;
}

.woocommerce #comments {
    border: none;
    padding: 0;
    background-color: transparent;
}

.woocommerce #comments .commentlist {
    margin-left: 0;
}

.woocommerce .bypostauthor .comment_container {
    border: none;
    padding-bottom: 0;
}

.woocommerce .comment .comment-image {
    text-align: center;
}

.woocommerce .comment .avatar {
    float: none;
    clear: both;
    padding-right: 0;
    border-radius: 30px;
}

.woocommerce .comment .star-rating {
    font-size: 1em;
}

.woocommerce .comment .comment-image strong {
    display: block;
}

.woocommerce .comment .comment-text .meta {
    margin-bottom: 0;
    font-style: italic;
}

.stars {
    position: relative;
    font-size: 1em;
}

.stars a {
    display: inline-block;
    margin-right: 1em;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    outline: 0;
    border-right: 1px solid #ccc;
}

.stars a::after {
    font-family: overlap, sans-serif;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.stars a.star-1 {
    width: 2em;
}

.stars a {
    opacity: 0.5;
}

.stars a:hover,
.stars a.active {
    opacity: 1;
}

.stars a.star-1::after {
    content: "\E803";
}

.stars a.star-1:hover::after,
.stars a.star-1.active::after {
    content: "\E803";
}

.stars a.star-2 {
    width: 3em;
}

.stars a.star-2::after {
    content: "\E803\E803";
}

.stars a.star-2:hover::after,
.stars a.star-2.active::after {
    content: "\E803\E803";
}

.stars a.star-3 {
    width: 4em;
}

.stars a.star-3::after {
    content: "\E803\E803\E803";
}

.stars a.star-3:hover::after,
.stars a.star-3.active::after {
    content: "\E803\E803\E803";
    opacity: 1;
}

.stars a.star-4 {
    width: 5em;
}

.stars a.star-4::after {
    content: "\E803\E803\E803\E803";
}

.stars a.star-4:hover::after,
.stars a.star-4.active::after {
    content: "\E803\E803\E803\E803";
}

.stars a.star-5 {
    width: 6em;
    border-right: 0;
}

.stars a.star-5::after {
    content: "\E803\E803\E803\E803\E803";
}

.stars a.star-5:hover::after,
.stars a.star-5.active::after {
    content: "\E803\E803\E803\E803\E803";
}

.single-product .upsells.products,
.single-product .related.products {
    margin: 0;
    padding: 40px 0;
    clear: both;
    float: none;
}

.woocommerce-tabs #review_form_wrapper {
    text-align: center;
}

/* Cart Page */

.cart-empty,
.return-to-shop {
    text-align: center;
}

.shop_table {
    border: 3px solid #e0dede;
}

.shop_table.cart {
    padding: 30px;
    border-radius: 0;
}

.shop_table th {
    background: none;
    border-bottom: 1px solid #e0dede;
    margin-bottom: 10px;
    text-align: left;
    padding: 12px 10px;
    text-transform: uppercase;
    color: #000;
}

.shop_table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e0dede;
    vertical-align: middle;
}

.shop_table .product-name {
    width: 50%;
    text-align: left;
}

.shop_table .product-thumbnail {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    width: 90px;
}

.shop_table .product-info {
    vertical-align: middle;
    display: inline-block;
}

.shop_table .product-quantity {
    text-align: center;
}

.shop_table .product-price,
.shop_table .product-subtotal {
    text-align: right;
}

.shop_table .product-remove {
    width: 5%;
    text-align: right;
}

.shop_table .quantity input {
    border-width: 1px;
    border-color: transparent;
    font-size: 16px;
    width: 70px;
    text-align: center;
}

.shop_table .quantity input:focus,
.shop_table .quantity input:hover {
    border-color: #8accff;
}

.shop_table .remove {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background: #000;
    color: #fff;
}

.shop_table .remove:hover {
    background: red;
}

.shop_table .actions {
    padding: 12px 0;
}

.cart-coupon {
    margin-bottom: 30px;
}

.coupon label {
    display: none;
}

.coupon .input-text {
    width: 170px;
    border-width: 1px;
    padding: 0 5px;
}

.cart-collaterals .buttons {
    text-align: right;
}

.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
    clear: both;
    float: none;
    margin-bottom: 30px;
}

.cart_totals h2 {
    font-size: 24px;
    padding-bottom: 5px;
}

.cart_totals table {
    border: 1px solid #e0dede;
    padding: 30px;
    background: #fcfcfc;
}

.cart_totals table th {
    width: 30%;
    text-transform: uppercase;
    font-weight: 700;
    background: none;
    font-size: 14px;
}

.cart_totals table td {
    padding: 7px 0;
    border: none;
    border-bottom: 1px solid #e0dede;
}

.cart_totals table tr:last-child th,
.cart_totals table tr:last-child td {
    border: none;
}

.cart_totals .amount {
    font-weight: 700;
}

.shipping-calculator-button {
    font-style: italic;
}

.shipping-calculator-form select {
    width: 100%;
}

.cart-subtotal td,
.order-total td {
    text-align: right;
}

.cart_totals .shipping td {
    padding-left: 10px;
    text-align: left;
}

.shipping .shipping-title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
    color: #545454;
    text-align: left;
}

#shipping_method {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
    display: block;
    text-align: left;
}

#shipping_method li {
    position: relative;
    display: block;
    list-style: none;
    margin: 0 0 5px 25px;
    padding: 0;
    line-height: 20px;
}

#shipping_method li input[type="radio"] {
    position: absolute;
    margin: 0 10px 0 -25px;
}

#shipping_method li {
    padding: 0 80px 0 0;
}

.shipping .woocommerce-Price-amount.amount {
    float: right;
}

#shipping_method li .woocommerce-Price-amount.amount {
    display: inline-block;
    font-weight: 400;
    float: none;
}

#shipping_method li input[type="radio"][checked="checked"] + label .woocommerce-Price-amount.amount {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    margin-left: 10px;
}

.cart_totals p {
    margin-bottom: 0;
}

.shipping-calculator-form p {
    margin-top: 10px;
}

.order-details .order-total th,
.order-details .order-total,
.shop_table tfoot .order-total th {
    font-size: 24px;
    border-bottom: none;
}

.cart_totals table .shipping-calculator-form {
    padding: 10px;
    background: #f5f5f5;
}

/* Checkout Page */

.woocommerce-checkout h3 {
    text-transform: uppercase;
    font-size: 22px;
}

#customer_details {
    margin-bottom: 30px;
}

.woocommerce-billing-fields {
    padding: 20px 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

.woocommerce #payment #place_order,
.woocommerce form .form-row-last {
    float: right;
}

.woocommerce-checkout .form-row {
    margin-bottom: 30px;
}

.form-row-wide,
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
    clear: both;
    float: none;
    text-align: left;
}

.woocommerce-checkout .clear {
    clear: both;
    float: none;
}

#ship-to-different-address input {
    display: inline-block;
    vertical-align: middle;
}

input[type="checkbox"].woocommerce-form__input-checkbox,
.woocommerce-form__label-for-checkbox span {
    vertical-align: middle;
}

.woocommerce-checkout .order-details {
    padding: 20px;
    background: #f5f5f5;
}

.shop_table.woocommerce-checkout-review-order-table {
    font-size: 13px;
    border: none;
    border-bottom: 5px double #e0dede;
}

.shop_table.woocommerce-checkout-review-order-table .product-name,
.shop_table.order_details .product-name {
    width: 70%;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.order_details .product-total,
.shop_table.order_details tfoot td {
    text-align: right;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
    font-weight: 400 !important;
}

.shop_table tfoot th {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.shop_table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    min-width: 200px;
}

.woocommerce-checkout  #place_order {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    padding: 5px 6px;
    border: 2px solid #e2e2e2;
    border-radius: 0;
    height: 40px;
    transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
}

.select2-container--open .select2-selection--single,
.select2-container--focus .select2-selection--single {
    border-color: #bbb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: inherit;
}

.select2-search input {
    border: 1px solid #e2e2e2;
    margin: 2px 0;
    height: 32px;
}

.order-total .amount {
    color: #8accff;
    font-weight: 700;
}

.required {
    color: red;
}

#payment,
#payment .payment_methods {
    margin: 0 0 30px 0;
    padding: 0;
}

#payment .payment_methods li {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

#payment .input-radio {
    vertical-align: middle;
    margin-right: 5px;
}

#payment .payment_box {
    position: relative;
    padding: 1em 2%;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.1);
}

#payment div.payment_box::after {
    content: "";
    top: -20px;
    font-size: 25px;
    line-height: 0;
    height: 1px;
    width: 1px;
    position: absolute;
    color: #f5f5f5;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

#payment div.payment_box p:last-child {
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    margin: 0;
}

#payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle;
    margin: 0 10px;
}

/* Order Received */

.order-received-text {
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
    color: green;
}

.order-received-text::before {
    font-family: overlap, sans-serif;
    content: "\e836";
    margin-right: 8px;
}

.woocommerce .order_details {
    margin: 0 0 30px 0;
    padding: 0;
}

.woocommerce .order_details::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.woocommerce .order_details li {
    list-style: none;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    padding-left: 0;
    margin: 0 2em 2em 0;
}

.woocommerce .order_details li:last-child {
    border-right: none;
}

.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}

.shop_table.customer_details th {
    background: #eee;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    width: 30%;
}

.woocommerce-checkout .addresses {
    margin-bottom: 30px;
}

/* My Account Page */

.woocommerce-account {
    background: #f5f5f5;
}

.woocommerce-account .page-content {
    background: #fff;
}

.woocommerce-account h2 {
    text-align: center;
}

.woocommerce .login {
    max-width: 500px;
    margin: auto;
}

.woocommerce .login .woocommerce-button {
    float: right;
    margin: 0;
}

.woocommerce-MyAccount-navigation {
    padding: 10px 0;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    border-left: none;
    border-right: none;
    box-shadow: 0 2px 0 rgba(238, 238, 238, 0.5);
}

.woocommerce-MyAccount-navigation ul {
    margin: 10px 0;
    padding: 0;
    clear: both;
    float: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 4px 20px 4px 0;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li:not(.is-active) a {
    color: #777;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: inherit;
}

.woocommerce-MyAccount-content {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content h2 {
    text-align: left;
}

.woocommerce-EditAccountForm .woocommerce-Button {
    margin-top: 30px;
}

.woocommerce-EditAccountForm fieldset {
    border-top: 1px solid #e1e1e1;
}

.woocommerce-EditAccountForm fieldset legend {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.u-column1.col-1 {
    width: 100%;
}

/* WooCommerce Blocks */

/* ## Input */

.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
    display: none;
}

.wc-block-components-combobox div.wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox div.wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form .wc-block-components-combobox div.wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox div.wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-combobox div.wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox div.wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    box-shadow: none;
    border: 2px solid #e2e2e2;
}

.wc-block-components-combobox .wc-block-components-combobox-control.components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control.components-combobox-control input.components-combobox-control__input,
.wc-block-components-form div.wc-block-components-text-input input[type="email"],
.wc-block-components-form div.wc-block-components-text-input input[type="number"],
.wc-block-components-form div.wc-block-components-text-input input[type="tel"],
.wc-block-components-form div.wc-block-components-text-input input[type="text"],
.wc-block-components-form div.wc-block-components-text-input input[type="url"],
div.wc-block-components-text-input input[type="email"],
div.wc-block-components-text-input input[type="number"],
div.wc-block-components-text-input input[type="tel"],
div.wc-block-components-text-input input[type="text"],
div.wc-block-components-text-input input[type="url"],
textarea.wc-block-components-textarea {
    background: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 0;
    height: auto;
}

.wc-block-components-form div.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-form div.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-form div.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-form div.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-form div.wc-block-components-text-input input[type="url"]:focus,
div.wc-block-components-text-input input[type="email"]:focus,
div.wc-block-components-text-input input[type="number"]:focus,
div.wc-block-components-text-input input[type="tel"]:focus,
div.wc-block-components-text-input input[type="text"]:focus,
div.wc-block-components-text-input input[type="url"]:focus {
    border-color: #bbb;
    box-shadow: none;
}

.wc-block-components-sidebar-layout:not(.has-dark-controls) .wc-block-checkout__add-note textarea.wc-block-components-textarea:focus {
    border: 2px solid #bbb;
    box-shadow: none;
    outline: none;
}

div.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #e2e2e2;
    outline: 0;
}

div.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
    border-color: #bbb;
    outline: 0;
}

/* ## All Products */

.wc-block-grid__product {
    margin: 0 0 3rem;
}

.wc-block-grid .wc-block-grid__products {
    flex-flow: row wrap;
}

li.wc-block-grid__product.wc-block-grid__product {
    display: flex;
    flex-flow: row wrap;
}

li.wc-block-grid__product.wc-block-grid__product > * {
    flex: 0 0 100%;
    width: 100%;
}

ul.wc-block-product-template__responsive > li {
    list-style: none;
    list-style-position: unset;
}

.wc-block-grid__products .wc-block-grid__product-image {
    overflow: hidden;
}

.wc-block-grid__products .wc-block-grid__product-image a {
    display: block;
    position: relative;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    display: block;
}

.wc-block-grid div.wc-block-grid__product-onsale,
.wc-block-grid__product-image div.wc-block-grid__product-onsale {
    background-color: #b9a06f;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    height: 70px;
    line-height: 70px;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 10;
}

.wc-block-grid a.wc-block-grid__product-link {
    display: flex;
    flex-flow: column nowrap;
}

.wc-block-grid div.wc-block-grid__product-image img {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
div.wc-block-grid__product-title,
.wc-block-product .wp-block-post-title {
    color: #222;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    display: -webkit-box;
    line-height: 1.25;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wc-block-product .wp-block-post-title a {
    display: inline-block;
    display: -webkit-box;
    color: inherit;
    line-height: 1.25;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

li.wc-block-grid__product .wc-block-grid__product-price,
li.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0;
}

.wp-block-woocommerce-product-price,
.wc-block-grid__product-price.price {
    color: #b9a06f;
    font-size: 16px;
    font-weight: 600;
}

.wp-block-woocommerce-product-price del,
.wc-block-grid__product-price.price del {
    color: #999;
    font-weight: 400;
    margin-right: 5px;
}

.wc-block-grid__product-price del.wc-block-grid__product-price__regular {
    margin-right: 0;
}

.wc-block-grid .wc-block-grid__product-rating .star-rating span,
.wc-block-grid .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    padding-top: 20px;
}

[class^="wc-block-"] div .star-rating::before,
[class^="wc-block-"] div .wc-block-grid__product-rating__stars::before,
div.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars::before,
div.wc-block-components-product-rating__stars::before {
    color: #b9a06f;
    content: "\E803\E803\E803\E803\E803";
    display: inline-block;
    font-family: overlap, sans-serif;
    position: relative;
}

[class^="wc-block-"] div .star-rating span::before,
[class^="wc-block-"] div .wc-block-grid__product-rating__stars span::before,
div.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span::before,
div.wc-block-components-product-rating__stars span::before {
    color: #b9a06f;
    content: "\E803\E803\E803\E803\E803";
    font-family: overlap, sans-serif;
    right: auto;
}

.wc-block-review-list-item__text.wc-block-components-review-list-item__text__read_more {
    display: inline-block;
    margin-top: 15px;
}

div.wc-block-grid ul.wc-block-grid__products li .wp-block-button {
    margin: auto 0 15px 0;
    padding-top: 15px;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    border: 2px solid #32373c;
    border-radius: 0;
    height: auto;
    line-height: 1.25;
    min-height: 38px;
    padding: 8px 20px;
    text-transform: uppercase;
    width: 100%;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background-color: transparent;
    color: #32373c;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-element-button.wp-block-button__link.added::after {
    font-family: overlap, sans-serif;
    content: "\e84c";
    margin: 0 0 0 8px;
    transition: color 0.3s var(--momelo-transition-ease);
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-element-button.wp-block-button__link.loading::after {
    font-family: overlap, sans-serif;
    content: "\e83e";
    color: rgb(var(--momelo-color-on-surface-rgb));
}

.wp-block-query-pagination.is-layout-flex {
    gap: 10px;
    margin-top: 30px;
}

nav.wp-block-query-pagination > .wp-block-query-pagination-numbers .page-numbers {
    align-items: center;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 5px;
    position: relative;
    width: 20px;
}

nav.wp-block-query-pagination > .wp-block-query-pagination-numbers .page-numbers.current {
    font-weight: 700;
}

/* ##Product Categories */

.wc-block-product-categories-list--has-images li .wc-block-product-categories-list-item__image {
    border-radius: 50%;
    overflow: hidden;
}

.wc-block-product-categories select {
    width: 100%;
}

.wc-block-product-categories__dropdown {
    flex: 1 1 100%;
    overflow: hidden;
    width: 80%;
}

.wc-block-product-categories.is-dropdown .wc-block-product-categories__button {
    margin-left: 6px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    font-size: 13px;
}

/* ## Review */

ul.wc-block-components-review-list .wc-block-review-list-item__item {
    background: #fbfbfb;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    padding: 20px;
}

ul.wc-block-components-review-list .wc-block-review-list-item__item img {
    border-radius: 50%;
}

.wc-block-components-review-list-item__product {
    display: flex;
    flex: 0 0 100%;
    line-height: 1.25;
    margin-bottom: 10px;
    max-width: 100%;
}

.wc-block-review-list-item__item .wc-block-components-review-list-item__info,
div.wc-block-components-review-list-item__text p {
    margin-bottom: 15px;
}

.wc-block-review-list-item__item .wc-block-components-review-list-item__info:last-child,
div.wc-block-components-review-list-item__text p:last-child {
    margin-bottom: 0;
}

/* ## Featured Product */

.wc-block-featured-product__price {
    font-weight: 700;
}

.wc-block-featured-product__price del {
    font-weight: 400;
    opacity: 0.7;
}

/* ## Single Product */

.wp-block-woocommerce-single-product .is-layout-flow * + * {
    margin-block-start: 0;
}

.wp-block-woocommerce-single-product .wc-block-components-product-image {
    border-radius: 5px;
}

.wp-block-woocommerce-single-product .wp-block-post-title {
    margin-bottom: 10px;
}

.wp-block-woocommerce-single-product .wc-block-components-product-rating,
.wp-block-woocommerce-single-product .wp-block-woocommerce-product-price {
    margin-bottom: 15px;
}

[class^="wc-block-"] ins,
[class*=" wc-block-"] ins {
    background-color: transparent;
    text-decoration: none;
}

.wp-block-woocommerce-single-product .wp-block-post-excerpt {
    margin-bottom: 15px;
}

.wp-block-woocommerce-single-product .wc-block-add-to-cart-form .quantity .qty {
    height: 40px;
    padding: 5px 0;
}

.wp-block-woocommerce-single-product .reset_variations {
    margin-block-start: 10px;
    padding: 5px 0;
}

.wp-block-woocommerce-single-product .wp-block-add-to-cart-form .woocommerce-variation-add-to-cart {
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
}

.wp-block-woocommerce-single-product .wp-block-woocommerce-product-meta .wp-block-group {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 2;
    flex-direction: column;
    gap: unset;
    margin-top: 15px;
}

/* ## Cart */

div.wc-block-components-sidebar-layout {
    align-items: flex-start;
}

div.wc-block-cart.wc-block-components-sidebar-layout .wc-block-cart-items {
    border: 2px solid #e2e2e2;
    margin: 0;
    padding: 0;
}

table.wc-block-cart-items thead {
    display: none;
    visibility: hidden;
}

.is-medium table.wc-block-cart-items tr.wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items tr.wc-block-cart-items__row,
.is-small table.wc-block-cart-items tr.wc-block-cart-items__row {
    gap: 10px;
    grid-template-columns: 64px 2fr auto;
    padding: 10px;
}

.is-large table.wc-block-cart-items tr.wc-block-cart-items__row {
    display: grid;
    gap: 15px;
    grid-template-columns: 100px 2fr auto;
    padding: 15px;
}

.wc-block-cart.wc-block-components-sidebar-layout table.wc-block-cart-items tbody tr td {
    border: none;
    margin: 0;
    padding: 0;
}

.wc-block-cart.wc-block-components-sidebar-layout table.wc-block-cart-items tbody tr td.wc-block-cart-item__image {
    padding: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-components-product-name {
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.wc-block-components-product-badge {
    background-color: #ed5d5d;
    border: none;
    border-radius: 0 999em 999em 0;
    color: #fff;
    font-size: 11px;
    overflow: hidden;
    padding: 2px 10px 2px 4px;
    position: relative;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper div.wc-block-components-sale-badge {
    border-radius: 999em 0 0 999em;
    margin-right: -15px;
    padding: 2px 4px 2px 10px;
}

div.wc-block-components-product-metadata,
div.wc-block-components-totals-item__description,
div.wc-block-components-radio-control__description,
div.wc-block-components-radio-control__secondary-description {
    font-size: 11px;
}

table.wc-block-cart-items tr.wc-block-cart-items__row {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

table.wc-block-cart-items tr.wc-block-cart-items__row:last-child {
    border-bottom: none;
}

div.wc-block-components-quantity-selector::after {
    border-radius: 0;
}

.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:hover {
    border-radius: 0;
    box-shadow: unset;
}

div.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-radius: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
    height: auto;
    text-decoration: none;
    transition: color 0.3s ease-in;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover {
    color: #f00;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before {
    content: "\e599";
    font-family: overlap, sans-serif;
    margin-right: 5px;
}

.wc-block-cart.wc-block-components-sidebar-layout table.wc-block-cart-items tbody tr td.wc-block-cart-item__total {
    padding: 0;
}

.is-large.wc-block-cart div.wc-block-components-sidebar {
    border: 1px solid #e2e2e2;
    background: #fcfcfc;
    padding: 15px;
}

.wc-block-cart.is-large .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    color: #222;
    font-size: 1.25em;
    font-weight: 700;
    padding: 16px;
    text-align: left;
}

.wc-block-components-radio-control input.wc-block-components-radio-control__input {
    border: 2px solid #e2e2e2;
    height: 18px;
    line-height: 1;
    margin-top: 3px;
    min-height: unset;
    min-width: unset;
    top: 0;
    transform: none;
    width: 18px;
}

.wc-block-components-radio-control input.wc-block-components-radio-control__input:focus {
    outline: none;
}

.is-large.wc-block-cart .wc-block-components-radio-control input.wc-block-components-radio-control__input {
    margin-top: 4px;
}

.wc-block-components-sidebar-layout .wc-block-components-radio-control__option input.wc-block-components-radio-control__input:checked::before {
    background-color: #fff;
}

/* ## Checkout */

.wc-block-components-radio-control.ponents-radio-control--highlight-checked::after {
    border-radius: 0;
}

.components-button.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    color: #222;
    outline: 2px solid hsla(0, 0%, 7%, 0.8);
}

div.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
div.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0;
    box-shadow: inset 0 0 0 2px hsla(0, 0%, 7%, 0.8);
    color: #222;
}

.components-button.wc-block-checkout__shipping-method-option {
    border-radius: 0;
}

.components-button-group .wc-block-checkout__shipping-method-option-title {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: lowercase;
}

.components-button-group .wc-block-checkout__shipping-method-option-price {
    font-size: 11px;
}

.wp-block-woocommerce-checkout em,
.wc-block-components-shipping-rates-control__package__description--free {
    color: rgb(84, 200, 84);
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option input.wc-block-components-radio-control__input,
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__option input.wc-block-components-radio-control__input {
    margin-top: 1px;
    top: auto;
    transform: none;
}

.wc-block-checkout__payment-method div .wc-block-components-radio-control__label > span {
    width: 100%;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: #fcfcfc;
}

.wp-block-woocommerce-checkout-order-summary-block > .wc-block-components-totals-wrapper:first-child {
    border-top: none;
}

.wc-block-components-order-summary__button-text {
    color: #222;
    font-size: 1.25em;
    font-weight: 700;
}

.wc-block-components-totals-item .wc-block-components-totals-item__label {
    color: #222;
    font-weight: 700;
}

.wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: #b9a06f;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    width: 22px;
}

[class^="wc-block-"] ins,
[class*=" wc-block-"] ins {
    background: none;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper div.wc-block-components-sale-badge {
    border-color: #ed5d5d;
    color: #fff;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip,
.wc-block-components-totals-discount__coupon-list .wc-block-components-chip:active,
.wc-block-components-totals-discount__coupon-list .wc-block-components-chip:focus {
    background-color: #222;
    border: none;
    color: #fff;
    transition: background-color 0.3s ease-in;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip:hover {
    background-color: #b9a06f;
    border: none;
    color: #fff;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip.is-removable .wc-block-components-chip__text {
    font-size: 12px;
    font-weight: 600;
    padding-right: 2px;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip--radius-large.wc-block-components-chip {
    border-radius: 0;
    padding: 6px 6px 6px 10px;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip .wc-block-components-chip__remove {
    background: transparent;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip .wc-block-components-chip__remove-icon,
.wc-block-components-totals-discount__coupon-list .wc-block-components-chip:hover .wc-block-components-chip__remove-icon {
    fill: #fff;
}

/* Small devices (Tablets) */

/*------------------------------------------------------------------
MIN WIDTH QUERIES
*/

/* Medium devices */

/*------------------------------------------------------------------
MAX WIDTH QUERIES
*/

/* Extra small & Small devices */

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

    /* Single Product Page */
    .product .cart.grouped_form {
        gap: 20px 0;
    }

    .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
        flex: 0 0 100px;
        width: 100px;
    }

    .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
        padding: 10px 4px;
        width: 100%;
    }
}

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

    /* WooCommerce */
    .col2-set > .col-1,
    .col2-set > .col-2 {
        width: 50%;
    }

    .products.w-grid-space .w-item {
        padding: 0 16px 16px 0;
    }

    .products {
        margin: 0 -16px 0 0;
    }

    .products li figure .button {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        background: #8accff;
        opacity: 0;
        padding: 0;
        transform: translate(-40px, 0);
        transition: transform 0.25s, opacity 0.2s, width 0.2s;
    }

    .products li figure:hover .button {
        opacity: 1;
        transform: translate(0, 0);
    }

    .products li figure .button:hover {
        width: 100%;
    }

    .products li .star-rating {
        bottom: 15px;
        right: 10px;
        top: auto;
        left: auto;
        opacity: 0;
        transition: all 0.25s;
        transform: perspective(600px) rotateX(90deg);
        perspective: 500px;
        transform-origin: center top 0;
        transform-style: preserve-3d;
    }

    .products li:hover .star-rating {
        opacity: 1;
        transform: perspective(600px) rotateY(0deg);
    }

    .product .images {
        float: left;
        width: 48%;
        padding-bottom: 30px;
        position: relative;
    }

    .summary {
        margin-top: 0;
    }

    .product .entry-summary {
        width: 48%;
        float: right;
    }

    .cart_totals .wc-proceed-to-checkout {
        text-align: right;
    }

    .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
    }
}

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

    /* WooCommerce */
    .products.w-grid-space .product {
        width: 50%;
        float: left;
    }

    .cart-collaterals.row .buttons,
    .coupon,
    .cart_totals h2,
    .cart-collaterals.row .wc-proceed-to-checkout {
        text-align: center;
    }

    .coupon .input-text {
        width: 100%;
    }

    .cart_totals table {
        border: 1px solid #e0e0e0;
    }

    .cart_totals table th {
        width: 30%;
        text-transform: uppercase;
        font-weight: 700;
        background: none;
        font-size: 14px;
        padding: 0 10px;
        border-bottom: 1px solid #e0dede;
    }

    .cart_totals table td {
        padding: 7px 0;
        border: none;
        border-bottom: 1px solid #e0dede;
    }

    .shop_table_responsive thead {
        display: none;
    }

    .my_account_orders td {
        padding: 4px 8px;
    }

    .shop_table_responsive tr:nth-child(even) td {
        background-color: rgba(0, 0, 0, 0.03);
    }

    .shop_table.my_account_orders td.order-actions {
        text-align: left;
    }
}

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

    /* WooCommerce */
    .shop_table .product-thumbnail {
        clear: both;
        float: none;
        width: auto;
        margin-right: 0;
    }

    .shop_table .product-info {
        margin: 0;
    }

    .shop_table.cart .product-price {
        display: none;
    }

    .shop_table .quantity input {
        width: 50px;
    }
}

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

    /* WooCommerce */
    .products.w-grid-space {
        margin: 0;
    }

    .products.w-grid-space .product {
        width: 100%;
        clear: both;
        float: none;
        padding: 0;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .woocommerce-result-count {
        float: none;
        text-align: center;
    }

    .woocommerce-ordering {
        text-align: center;
    }

    .shop_table.cart {
        padding: 0;
    }

    .shop_table th {
        font-size: 10px;
    }

    .shop_table .product-info {
        font-size: 12px;
        line-height: 14px;
    }

    .shop_table .actions > .button,
    .wc-proceed-to-checkout .button,
    .coupon .button,
    .cart-collaterals.row .button {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 5px;
    }

    .woocommerce .order_details li {
        border-right: none;
    }
}
