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

/** Shop Page **/

.main-content .woocommerce h2 {
    font-size: 16px;
    text-transform: uppercase;
}

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

.woocommerce .commentlist {
    list-style: none;
}

.woocommerce .commentlist li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

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

.woocommerce .comment.bypostauthor .description {
    margin-top: 15px;
}

.woocommerce .comment-list .comment.parent {
    padding-bottom: 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: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dadada;
}

.products {
    margin: 0;
    padding: 0;
}

.products.w-grid-space .product {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}

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

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

.products:not(.owl-carousel) .product > figure {
    padding-bottom: 40px;
}

.products .product .image-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.products .product .image-wrapper .w-fadeslider {
    display: block;
    height: 100%;
}

.products .product .image-wrapper img {
    display: block;
    width: 100%;
}

.w-product-status {
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 10px;
}

.w-outofstock {
    z-index: 10;
    text-align: center;
    line-height: 13px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin: 5px 0;
    padding: 3px;
    color: #fff;
    font-size: 11px;
    background: #000;
    display: table;
    text-transform: capitalize;
}

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

.onsale {
    z-index: 10;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    margin: 5px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    background: #4195f7;
    display: inline-block;
}

.products .product > figure > figcaption {
    position: relative;
    padding: 10px 0;
    z-index: 10;
}

.w-products-slider .products .product > figure > figcaption {
    padding-bottom: 0;
}

.products .woocommerce-loop-product__title {
    font-size: 16px;
    text-transform: uppercase;
}

.products .product > figure .button {
    display: inline-block;
    position: relative;
    width: auto;
    max-width: 80%;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    padding: 0 15px;
    font-size: 14px;
    text-indent: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #333;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.no-touch .products .product > figure .button {
    position: absolute;
    z-index: 10;
    bottom: 40px;
    left: 50%;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    text-overflow: initial;
    opacity: 0;
    transform: translate3d(-50%, 100px, 0);
    transition: transform 0.4s ease-out, opacity 0.2s, max-width 0.3s;
}

.no-touch .products .product > figure:hover .button {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
}

.no-touch .products .product > figure .button:hover {
    text-overflow: ellipsis;
    text-indent: 20px;
    max-width: 80%;
}

.products .product > figure .button::before {
    position: absolute;
    left: 0;
    text-indent: 0;
}

.products .product > figure .button > span {
    position: absolute;
    left: 0;
    padding-left: 42px;
    display: block;
    white-space: nowrap;
}

.products .product.outofstock > figure .button {
    background: #eee !important;
    color: #444;
}

.products .product > figure .button::before {
    font-family: aoraki, sans-serif;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

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

.products .instock .button.product_type_variable::before,
.button.product_type_grouped::before {
    content: "\e836";
}

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

.products .onbackorder .button::before {
    content: "\e890";
}

.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: 8px;
    width: 16px;
}

.products .product h3 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}

.product .price {
    color: #4195f7;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

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

.products .product mark.count {
    background: none;
}

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

.added_to_cart {
    position: absolute;
    z-index: 99;
    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;
}

.woocommerce .products > h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
}

.addresses {
    margin-bottom: 80px;
}

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

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

/** Star Rating **/

.star-rating {
    font-size: 1em;
    height: 1.618em;
    font-family: aoraki, sans-serif;
    color: #333;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 70px;
}

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

.star-rating::before {
    content: "\e807\e807\e807\e807\e807";
    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: "\e806\e806\e806\e806\e806";
    top: 0;
    left: 0;
    position: absolute;
}

.products .product .star-rating {
    position: relative;
}

.no-touch .products .product .star-rating {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 50%;
    opacity: 0;
    transform: translate3d(-50%, 100px, 0);
    transition: all 0.3s;
}

.no-touch .products .product:hover .star-rating {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
}

/* 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 #4195f7;
    border-radius: 0;
    padding: 8px 20px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    background: #4195f7;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

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

.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: #4195f7;
}

/* 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: #4195f7;
    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: #4195f7;
    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 */

.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;
}

.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;
}

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

.widget ul.product_list_widget > li > a {
    display: inline;
}

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

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

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

.product_list_widget li .woocommerce-Price-amount {
    display: block;
}

.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;
}

.widget.woocommerce .woocommerce-loop-product__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.woocommerce .product_meta span {
    display: flex;
    width: 100%;
}

/** 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: 20px;
    text-align: center;
    background: #222;
    color: #fff;
    font-weight: 700;
}

.widget_shopping_cart li a.remove:hover {
    background: #f00;
}

.variation {
    display: block;
    border-left: 2px solid #4195f7;
    padding-left: 10px;
    margin: 5px 0 0;
    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: 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: aoraki, sans-serif;
    content: "\e82c";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    width: 20px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

/* Layered Nav */

.widget_layered_nav li {
    min-height: 35px;
    line-height: 35px;
}

.widget_layered_nav li a {
    float: left;
}

.widget_layered_nav li span {
    float: right;
}

/* Average Rating widget */

.widget_rating_filter ul li {
    min-height: 35px;
    line-height: 35px;
    text-align: right;
}

.widget_rating_filter li .star-rating {
    float: left;
    margin: 10px 0;
}

/* Related & Upsells Products */

.related.products .product .price span,
.upsells.products .product .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: "\e831";
    font-family: aoraki, sans-serif;
    margin-right: 10px;
    color: #4195f7;
}

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

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

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

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

.woocommerce-error li::before {
    content: "\e83e";
    color: #f00;
}

.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 .product > figure {
    padding: 0;
}

.single-product .images .onsale {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
}

.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 .product-thumbnails {
    margin-top: 10px;
}

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

.product .product-thumbnails .owl-item a {
    display: block;
}

.summary {
    margin-top: 30px;
}

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

.summary .star-rating {
    margin: 0;
}

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

.product .entry-summary .woocommerce-loop-product__title {
    font-size: 26px;
}

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

.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: 24px;
    line-height: 24px;
    font-weight: 700;
}

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

.summary .price del span {
    color: #bbb;
}

.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: aoraki, 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 {
    float: left;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}

.product .cart .quantity input {
    height: 40px;
    width: 100px;
    border-width: 1px;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    margin: 0;
}

.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;
}

.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;
    transition: color 0.25s, box-shadow 0.25s;
}

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

.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 .post-content {
    padding: 10px 0;
}

.single-product .woocommerce-tabs .post-content h2 {
    display: none;
}

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

.woocommerce #comments h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

.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 {
    position: relative;
    float: none;
    clear: both;
    padding-right: 0;
    border-radius: 30px;
}

.woocommerce .comment .star-rating {
    margin: 5px auto;
}

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

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

.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: aoraki, 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: "\e806";
}

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

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

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

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

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

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

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

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

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

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

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

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

.single-product .upsells.products,
.single-product .related.products {
    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;
    background: #fcfcfc;
}

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

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

.woocommerce-cart-form__contents tbody tr:last-child td {
    border-bottom: none;
}

.shop_table tfoot {
    background: #f5f5f5;
}

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

.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: #f00;
}

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

.coupon label {
    display: none;
}

.coupon .input-text {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    border-width: 1px;
    padding: 0 5px;
    height: 40px;
}

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

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

.cart_totals {
    margin-top: 30px;
}

.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;
    border-bottom: 1px solid #e0dede;
}

.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;
}

#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 0;
    padding: 0;
    line-height: 20px;
}

#shipping_method li input[type="radio"] {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#shipping_method li {
    padding: 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 label .woocommerce-Price-amount.amount {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    margin-left: 5px;
}

#shipping_method li input[type="radio"]:not([checked]) + label .woocommerce-Price-amount.amount {
    position: relative;
    font-weight: 400;
}

.cart_totals p {
    margin-bottom: 0;
}

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

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

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

/* Checkout Page */

#customer_details {
    margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce .login {
    margin-left: 0;
}

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

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

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

input[type="checkbox"].woocommerce-form__input-checkbox,
.woocommerce-form__label-for-checkbox span,
.input-radio,
.wc_payment_method label {
    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;
}

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

.order_details .shipped_via {
    display: block;
    font-size: 11px;
}

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

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

.woocommerce-checkout-review-order-table .shipping-title {
    font-size: 12px;
}

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

.select2-dropdown {
    border-width: 2px;
}

.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 {
    font-weight: 700;
}

.required {
    color: #f00;
    border: none;
}

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

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

#payment .payment_methods li input[type="radio"] {
    vertical-align: middle;
}

#payment .payment_box {
    position: relative;
    padding: 1em 2%;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    background-color: #fff;
}

#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: aoraki, sans-serif;
    content: "\e831";
    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;
    color: #333;
}

.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 .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 {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    clear: both;
    float: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 4px 20px 4px 0;
    padding: 0;
    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 #dadada;
}

.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 #dadada;
    border-radius: 0;
}

.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 #dcdcdc;
    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%;
}

.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: #4195f7;
    border: none;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 5px 0;
    padding: 0;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    width: 60px;
}

.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 div.wc-block-grid__product-image img {
    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: Raleway, Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: inline-block;
    display: -webkit-box;
    line-height: 1.25;
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
    -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 0 5px;
}

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

.wp-block-woocommerce-product-price del,
.wc-block-grid__product-price.price del {
    color: #bbb;
    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: #333;
    content: "\e807\e807\e807\e807\e807";
    display: inline-block;
    font-family: aoraki, 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: #333;
    content: "\e806\e806\e806\e806\e806";
    font-family: aoraki, 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;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    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: aoraki, sans-serif;
    content: "\e82d";
    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: aoraki, sans-serif;
    content: "\e83a";
    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: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding: 20px;
}

ul.wc-block-components-review-list .wc-block-review-list-item__item img {
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
}

.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: 10px;
}

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

/* ## 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;
}

.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 #e0dede;
    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 #e0dede;
    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: #dadada;
    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: aoraki, 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 #e0dede;
    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 #dcdcdc;
    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: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: lowercase;
}

.components-button-group .wc-block-checkout__shipping-method-option-price {
    font-family: Lato, Arial, Helvetica, sans-serif;
    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: #4195f7;
    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: #4195f7;
    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) */

/* Medium devices */

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

    /** Shop Page **/
    ul.products {
        margin: 0 -16px 0 0;
    }

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

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

    .checkout_coupon .form-row-first,
    .checkout_coupon .form-row-last {
        width: 50%;
    }

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

    /* 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%;
    }

    .single-product .woocommerce-Tabs-panel th {
        text-align: left;
        width: 30%;
    }
}

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

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

    .products .product.outofstock {
        opacity: 0.3;
        transition: opacity 0.3s;
    }

    .products .product.outofstock:hover {
        opacity: 1;
    }

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

    .summary {
        margin-top: 0;
    }

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

    .cart_totals h2 {
        display: inline-block;
    }

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

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

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

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

    .products .product {
        width: 50%;
    }

    .cart_totals table th {
        background: #f5f5f5;
        padding: 10px;
    }

    .cart_totals table td {
        border-bottom: 1px solid #e0e0e0;
        padding: 10px;
    }

    .shop_table_responsive thead {
        display: none;
    }

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

    .shop_table_responsive tr,
    .shop_table_responsive tr td {
        display: block;
    }

    .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) {

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

    .shop_table .product-info {
        display: block;
        margin: 20px 0 0;
    }

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

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

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

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

    .products .product {
        width: 100%;
    }

    .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_responsive tr td {
        display: block;
        width: 100% !important;
        border-bottom: none !important;
        text-align: center !important;
    }

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

    .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: 10px 0;
    }

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

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