.woocommerce legend {
    color: var(--haste-color-heading);
}



/*
** WooCommerce styling
*/
.woocommerce #content div.product .elementor-element div.images {
    width: auto;
    float: none;
}

.woocommerce div.product .elementor-element .woocommerce-product-rating,
.woocommerce div.product .elementor-element form.cart {
    margin-bottom: 0;
}




/*
** WooCommerce - Cart Widget
*/
.woocommerce-mini-cart__buttons.buttons a.button {
	display: block;
	width: 100%;
	margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--haste-color-heading);
}

.woocommerce-mini-cart__buttons.buttons a.button.checkout {
    color: #fff;
}

.woocommerce.widget_shopping_cart .widgettitle {
    display: none!important;
}

.woocommerce-mini-cart__empty-message {
    text-align: center;
}

.woocommerce.widget_shopping_cart .total {
	border-width: 0px;
	padding: 0px;
    margin: 20px 0;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid var(--haste-color-border);
    padding: 20px 20px;
    padding-left: 110px;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: 10px;
    left: auto;
    top: 20px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    position: absolute;
    float: none;
    width: 65px;
    border-radius: 3px;
    left: 17px;
    top: 10px;
}

.woocommerce ul.cart_list li a:not(.remove) {
    position: static;
}

.woocommerce-mini-cart__total.total {
    display: flex;
    align-items: center;
    color: var(--haste-color-heading);
} 

.woocommerce-mini-cart__total.total strong {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce-mini-cart__total.total span {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.woocommerce-mini-cart__buttons.buttons {
	display: flex;
	flex-direction: column-reverse;
}

.woocommerce-mini-cart__buttons.buttons a:not(.checkout) {
    background-color: transparent;
}

.woocommerce a.remove {
    width: 38px;
    height: 38px;
    padding: 0px;
    font-size: 0px;
    margin-left: auto;
}

.woocommerce a.remove:after {
    font: normal normal normal 1em/1 "LineIcons";
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\ea63";
    font-size: 14px;
    color: #202020;
    line-height: 38px;
}

.woocommerce a.remove:hover {
    background-color: #f0f0f0;
}





.sh-woocommerce-single-media {
    position: relative;
}

.sh-woocommerce-single-share {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.sh-woocommerce-onsale,
.sh-woocommerce-out-of-stock {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 18px;
    padding: 0px 15px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
}

.sh-woocommerce-onsale {
    background-color: #f31c45;
    color: #fff;
}

.sh-woocommerce-out-of-stock {
    color: #787878;
    background-color: var(--haste-color-bg);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}




.woocommerce-page div.product div.images {
    width: 100%!important;
    margin-bottom: 0px;
}








.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--haste-color-border);
    overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    border-width: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    position: relative;
    background-color: transparent;
    border-width: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -1px;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
}


@media (max-width: 700px) {
    .woocommerce .sh-woocommerce-single-tabs-panels {
        padding-top: 40px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: block!important;
        text-align: center;
        padding-left: 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        border-bottom-width: 0px;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var( --haste-heading-color );
    font-weight: 600;
    border-bottom: 3px solid transparent;
    padding-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 700;
    border-color: var(--haste-color-accent);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li span {
    display: inline-block;
    color: var(--haste-color-accent);
    text-align: center;
    font-size: 14px;
    padding-left: 5px;
}

.sh-woocommerce-single-tabs-panels {
    background-color: var(--haste-bg-light-color);
    padding: 70px 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-Reviews {
    display: flex;
}

.woocommerce .woocommerce-Reviews #comments > .sh-woocommerce-single-review .sh-woocommerce-single-review-title {
    font-size: 60px;
    text-decoration: none!important;
}

.woocommerce .woocommerce-Reviews #comments > .sh-woocommerce-single-review .sh-star-rating span:before {
    font-size: 48px;
}

.woocommerce-Reviews-title {
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    opacity: 0.7;
}

.woocommerce .woocommerce-Reviews #comments {
    width: 54%;
    padding-right: 8%;
}

.woocommerce .woocommerce-Reviews #review_form_wrapper {
    width: 46%;
}

@media (max-width: 700px) {
    .woocommerce .woocommerce-Reviews #comments > .sh-woocommerce-single-review .sh-woocommerce-single-review-title {
        font-size: 40px;
    }

    .woocommerce .woocommerce-Reviews {
        display: block;
    }

    .woocommerce .woocommerce-Reviews #comments,
    .woocommerce .woocommerce-Reviews #review_form_wrapper {
        width: 100%;
        padding-right: 0;
    }  

    .woocommerce .woocommerce-Reviews #comments {
        margin-bottom: 30px;
    }
}

.woocommerce div.product .product_title {
    font-size: 40px;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product .product_title,
.woocommerce div.product form.cart {
    margin-bottom: 0px;
}

.woocommerce-product-gallery__image:first-child {
    margin-bottom: 20px;
    position: relative;
}


/* Image Media */
.sh-woocommerce-product-gallery-container {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.sh-woocommerce-product-gallery-item {
    width: 100%;
}

.sh-woocommerce-product-gallery-item:not(:last-child) {
    margin-bottom: 30px;
}

.sh-woocommerce-product-gallery-thumb {
    display: none;
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}

.sh-woocommerce-product-gallery-thumb-item {
    display: inline-block;
    margin-right: -4px;
    width: 20%;
    padding: 0 5px;
}

.sh-woocommerce-product-gallery-thumb-item img {
    border-radius: 5px;
}

.sh-woocommerce-product-gallery-thumb-item.is-selected {
    opacity: 0.5;
}

.sh-woocommerce-product-gallery-item-view {
    display: block;
    position: absolute;
    z-index: 10;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    bottom: 25px;
    right: 25px;
    border-radius: 100px;
    transform: rotate(-45deg);
    font-size: 18px;
    color: #2a2a2a;
    opacity: 0;
    cursor: pointer;
}

.sh-woocommerce-product-gallery-item-view:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.sh-woocommerce-product-gallery.flickity-enabled + .sh-woocommerce-product-gallery-item-view {
    opacity: 1;
}

.sh-woocommerce-product-gallery-preview {
    display: none;
}

.sh-woocommerce-product-gallery-preview img {
    border-radius: 5px;
}

@media (max-width: 700px) {
    .sh-woocommerce-product-gallery {
        display: none;
    }

    .sh-woocommerce-product-gallery-preview,
    .sh-woocommerce-product-gallery-thumb {
        display: block;
    }
}


/* Categories */
.sh-woocommerce-product-categories {
    font-size: 14px;
    margin: 0;
}

.sh-woocommerce-product-categories a {
    color: #797979;
}


/* Price */
.woocommerce .product .sh-woocommerce-single-price .price,
.woocommerce ul.products li.product .sh-woocommerce-single-price .price {
    color: var(--haste-heading-color);
    font-weight: 600;
    margin-bottom: 0;
}

.woocommerce .product .sh-woocommerce-single-price .price {
    font-size: 24px;
}

.woocommerce ul.products li.product .sh-woocommerce-single-price .price {
    font-size: 16px;
}

.woocommerce .product .sh-woocommerce-single-price .price del,
.woocommerce ul.products li.product .sh-woocommerce-single-price .price del {
    opacity: 1;
}

.woocommerce .product .sh-woocommerce-single-price .price ins {
    text-decoration: none;
    color: #f31c45;
    background-color: #d991991f!important;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: 600!important;
    margin-left: 2px;
}

.woocommerce .product_meta > span::first-word {
    font-weight: bold;
}

.woocommerce .product_meta > span {
    display: block;
    margin-bottom: 5px;
}

.woocommerce-review-link {
    font-size: 16px;
    color: var(--haste-color-heading);
    padding-left: 8px;
}

.woocommerce .product_meta a,
.woocommerce .product_meta span {
    font-weight: 400;
    color: #797979;
}

.woocommerce .product_meta strong {
    color: var(--haste-color-heading);
}

.woocommerce .product_meta span a:hover {
    color: var(--haste-color-accent);
}

form.variations_form table.variations,
form.variations_form table.variations tbody {
    display: flex;
}

/* Support for Variation Swatches for WooCommerce  */
.woo-variation-swatches form.variations_form table.variations,
.woo-variation-swatches form.variations_form table.variations tbody {
    display: block;
    text-align: left;
}

.woo-variation-swatches form.variations_form table.variations tbody tr {
    padding-bottom: 10px;
}

.woo-variation-swatches form.variations_form table.variations .sh-select {
    display: none;
}

.woo-variation-swatches .variable-item.button-variable-item {
    box-shadow: none!important;
    border: 1px solid var(--haste-color-border);
    background-color: transparent!important;
    border-radius: 5px!important;
}

.woo-variation-swatches .variable-item.color-variable-item,
.woo-variation-swatches .variable-item.color-variable-item span {
    border-radius: 1000px!important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    border-color: var(--haste-color-heading);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    color: var(--haste-color-heading);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    display: none!important;
}

.woo-variation-swatches div.product form.cart .variations {
    margin-bottom: 40px!important;
}

.woo-variation-swatches {
    --wvs-single-product-item-width: 40px;
    --wvs-single-product-item-height: 40px;
}




form.variations_form table.variations tr,
form.variations_form table.variations td {
    display: block;
}

form.variations_form table.variations label,
.woocommerce div.product form.cart div.quantity label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.woocommerce div.product span.price {
    font-size: 24px;
    color: var(--haste-color-heading);
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
}

.woocommerce div.product .stock.in-stock {
    color: var(--haste-color-heading);
    text-decoration: underline;
    font-weight: 600;
}

.woocommerce .product-quantity input,
.woocommerce div.product select,
.woocommerce div.product .quantity input.qty {
    background-color: var(--haste-color-bg);
    border: 1px solid var(--haste-color-border);
}

.woocommerce .product-quantity input,
.woocommerce .quantity input.qty {
    width: 70px;
    padding: 0 10px;
}

.woocommerce .product-quantity input,
.woocommerce div.product select,
.woocommerce div.product .quantity input.qty,
.woocommerce div.product button.single_add_to_cart_button {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding: 0 30px;
    border-radius: 5px;
}

.woocommerce div.product .quantity input.qty {
    margin-right: 10px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce div.product button.single_add_to_cart_button,
.woocommerce div.product button.single_add_to_cart_button.disabled {
    background-color: var(--haste-color-accent);
}

.woocommerce div.product button.single_add_to_cart_button:hover,
.woocommerce div.product button.single_add_to_cart_button:focus {
    background-color: var(--haste-color-accent-hover)!important;
}



.woocommerce div.product form.cart div.quantity {
    display: inline-block;
    float: none;
    vertical-align: bottom;
}

.woocommerce div.product form.cart button.single_add_to_cart_button {
    display: inline-block;
    float: none;
    vertical-align: bottom;
}

.woocommerce div.product form.cart div.quantity label {
    display: block;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0px
}




div.product .related.products > h2 {
    font-size: 36px;
    margin-bottom: 45px;
    text-align: center;
}

.sh-woocommerce-single-main .sh-woocommerce-product-categories {
    font-size: 16px;
}

.woocommerce ul.products li.product .sh-woocommerce-product-categories {
    font-size: 16px;
    position: relative;
    margin-top: -2px;
    margin-bottom: 2px;
}






/*
** WooCommerce - Single Product
*/
.sh-woocommerce-single-main {
    display: flex;
    margin-top: 40px;
    margin-bottom: 100px;
}

.sh-woocommerce-single-main-media {
    flex: 1;
}

.sh-woocommerce-single-main-content {
    width: 530px;
    padding-left: 80px;
}

@media (max-width: 700px) {
    .sh-woocommerce-single-main {
        display: block;
    }

    .sh-woocommerce-single-main-media,
    .sh-woocommerce-single-main-content {
        width: 100%;
        padding-left: 0px;
    }
}

.sh-woocommerce-single .sh-woocommerce-single-title {
    padding-top: 30px;
    margin-bottom: 20px;
}

.sh-woocommerce-single-main-content .sh-woocommerce-single-price {
    margin-bottom: 20px;
}

.sh-woocommerce-single .sh-woocommerce-single-rating {
    margin-bottom: 10px;
}

.sh-woocommerce-single .sh-woocommerce-single-short-description {
    margin-bottom: 40px;
}

.sh-woocommerce-single .sh-woocommerce-single-short-description p {
    font-size: 18px;
}

.sh-woocommerce-single .sh-woocommerce-single-add-to-cart {
    margin-bottom: 30px;
}

.sh-woocommerce-single .sh-woocommerce-single-meta {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--haste-color-border);
}

.sh-woocommerce-single .sh-woocommerce-single-tabs-panels {
    margin-bottom: 100px;
}







/*
** WooCommerce - Loop Product
*/
.sh-woocommerce-loop-title h2:hover {
    color: var(--haste-color-accent);
}

.sh-woocommerce-archive-header {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.woocommerce-products-header {
    margin-top: 30px;
}

.sh-woocommerce-archive-header .woocommerce-result-count {
    flex: 1;
    font-weight: bold;
    color: var( --haste-heading-color );
    font-size: 16px;
}

.sh-woocommerce-archive-header .woocommerce-result-count span {
    color: var(--haste-color-accent);
}

.sh-woocommerce-archive-header .orderby {
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    font-size: 14px;
    border: 1px solid var(--haste-color-border);
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (max-width: 600px) {
    .sh-woocommerce-archive-header {
        display: block;
    }

    .woocommerce-result-count {
        float: none;
    }

    .woocommerce .woocommerce-ordering {
        float: none;
        display: inline-flex;
    }
}

.woocommerce ul.products li.product > .sh-woocommerce-product-add-to-cart {
    display: none;
}

.sh-woocommerce-product-image img {
    border-radius: 8px;
    transition: 0.3s all ease-out;
}

.sh-woocommerce-product-item .woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 24px!important;
    transition: 0.3s all ease-out;
}

.sh-woocommerce-product-image {
    position: relative;
}

.sh-woocommerce-product-footer {
    display: flex;
}

.sh-woocommerce-product-footer .sh-woocommerce-single-price {
    flex: 1;
}

.sh-woocommerce-product-add-to-cart {
    display: flex;
    position: absolute;
    margin-top: 0;
    bottom: 0px; left: 20px;
    opacity: 0;
    border-radius: 5px;
    transition: 0.3s all ease;
}

.sh-woocommerce-single-review {
    display: inline-flex;
    align-items: center;
    text-align: right;
    line-height: 1;
}

.sh-woocommerce-single-review-title {
    font-weight: 700;
    text-decoration: underline!important;
    margin-left: 8px;
    color: var(--haste-color-heading);
    font-size: 14px;
}

.sh-woocommerce-single-review .sh-star-rating-bg > span:not(:first-child),
.sh-woocommerce-single-review .sh-star-rating-active > span:not(:first-child) {
    display: none;
}

.sh-woocommerce-product-add-to-cart-content {
    flex: 1;
}

.sh-woocommerce-product-quickview {
    font-size: 18px;
    cursor: pointer;
}

li.product .sh-star-rating span:before {
    font-size: 13px;
}

li.product:hover .sh-woocommerce-product-add-to-cart {
    opacity: 1;
    bottom: 20px;
}

.woocommerce ul.products li.product {
    margin-bottom: 52px;
}

@media (max-width: 600px) {
    .woocommerce ul.products li.product {
        min-width: 100%;
    }
}

.woocommerce ul.products li.product .sh-woocommerce-product-add-to-cart .button,
.woocommerce ul.products li.product .sh-woocommerce-product-add-to-cart .wc-forward {
    display: inline-block;
    margin-top: 0px;
    font-size: 14px;
    padding: 13px 20px;
    box-shadow: none;
    background-color: var(--haste-color-bg);
    line-height: 1;
    border-radius: 100px;
    color: var(--haste-color-heading);
}

.woocommerce ul.products li.product .sh-woocommerce-product-add-to-cart .button.add_to_cart_button:before {
    content: "+";
    padding-right: 3px;
}

.sh-woocommerce-product-add-to-cart a.added_to_cart {
    padding-top: 0px;
}

.woocommerce ul.products li.product .sh-woocommerce-product-add-to-cart .wc-forward {
    position: static;
    margin-left: 5px;
    font-weight: bold;
}

.sh-woocommerce-single-add-to-cart .out-of-stock,
.woocommerce div.product .sh-woocommerce-single-add-to-cart .out-of-stock {
    color: #a46671;
    background-color: #fee8ec;
    padding: 0 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
}

.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    display: inline-block!important;
    line-height: 50px;
    color: var(--haste-color-heading);
    font-weight: 600;
    padding-left: 5px;
}

.woocommerce div.product form.cart .reset_variations:before {
    font: normal normal normal 1em/1 "LineIcons";
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\eb6d";
    padding-right: 5px;
    font-size: 10px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 20px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: transparent
}

.woocommerce-Tabs-panel > h2:first-child {
    display: none;
}



.woocommerce-grouped-product-list{
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .woocommerce-grouped-product-list-item div.quantity label {
    display: none;
}

.woocommerce-grouped-product-list-item img {
    width: 50px;
    margin-right: 15px;
}

.woocommerce-grouped-product-list-item__price {
    text-align: right;
}

.woocommerce-grouped-product-list-item__label a {
    font-size: 14px;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-left: 5px;
}

.woocommerce div.product form.cart .group_table td {
    padding-bottom: 20px;
}

.woocommerce-grouped-product-list-item__price {
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.woocommerce div.product form.grouped_form div.quantity {
    margin-bottom: 10px;
}




/*
** Notices
*/
.woocommerce-info,
.woocommerce-Message {
    border-width: 0px;
    background-color: var(--haste-color-bg-light);
    padding-left: 75px;
}

.woocommerce-info a.button,
.woocommerce-Message a.button {
    background-color: #2664ff;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
}

@media (max-width: 600px) {
    .woocommerce-info a.button,
    .woocommerce-Message a.button {
        display: block;
        float: none!important;
        margin-bottom: 10px;
    }
}

.woocommerce-info::before {
    display: inline-block;
    font: normal normal normal 1em/1 "LineIcons";
    text-transform: none;
    -webkit-font-smoothing: antialiased;

    content: "\ea43";
    color: var(--haste-color-heading);
    font-size: 24px;
    margin-top: -5px;
    float: right;
    position: relative;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: var(--haste-color-accent);
    border-radius: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 30px;
}

.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: #fff;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "\eb38";
    margin-top: 3px;
    top: 0;
    left: -20px;
    float: left;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    text-decoration: underline;
}

.woocommerce form.woocommerce-form-coupon {
    background-color: var(--haste-color-bg);
    border-width: 0px;
    padding: 30px;
    padding-bottom: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
}

.woocommerce form.woocommerce-form-coupon p {
    font-weight: bold;
}






/*
** My Account
*/
/* body.woocommerce-account {
    background-color: var(--haste-color-bg)
}

body.woocommerce-account #wrapper {
    background-color: var(--haste-color-bg-light)
} */

.sh-woocommerce-myaccount {
    display: flex;
    background-color: var(--haste-color-bg);
    border-radius: 8px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--haste-color-border);
}

.sh-woocommerce-myaccount a {
    text-decoration: none;
}

.sh-woocommerce-myaccount > div {
    padding-top: 60px;
    float: none;
}

.sh-woocommerce-myaccount-content {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
}

.sh-woocommerce-myaccount-sidebar {
    width: 300px;
    border-right: 1px solid var(--haste-color-border);
}

.sh-woocommerce-myaccount-sidebar h6 {
    font-size: 20px;
    margin-top: 5px;
}

/* Navigation */
.sh-woocommerce-myaccount-sidebar-navigation {
    margin-top: 60px;
}

.sh-woocommerce-myaccount-sidebar-navigation ul {
    width: 100%;
    list-style: none;
    padding-left: 0px;
}

.sh-woocommerce-myaccount-sidebar-navigation li i {
    width: 45px;
    font-size: 20px;
    position: relative;
    bottom: -2px;
}

.sh-woocommerce-myaccount-sidebar-navigation li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    color: #8b8b8b;
    position: relative;
}

.sh-woocommerce-myaccount-sidebar-navigation li.is-active a {
    font-weight: bold;
    color: var(--haste-color-heading);
}

.sh-woocommerce-myaccount-sidebar-navigation li.is-active a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: var(--haste-color-accent);
    opacity: 0.05;
}

.sh-woocommerce-myaccount-sidebar-navigation li.is-active i {
    color: var(--haste-color-accent);
}

.sh-woocommerce-myaccount-sidebar-author {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.sh-woocommerce-myaccount-sidebar-author img {
    border-radius: 100%;
    margin-bottom: 15px;
}

.sh-woocommerce-myaccount-sidebar-author p {
    margin: 0;
    font-size: 14px;
    color: #a2a2a2;
}


@media (max-width: 800px) {
    .sh-woocommerce-myaccount {
        display: block;
    }

    .sh-woocommerce-myaccount > div {
        width: 100%;
        border-width: 0px;
    }

    .sh-woocommerce-myaccount .sh-woocommerce-myaccount-sidebar {
        padding-top: 30px;
    }

    .sh-woocommerce-myaccount-sidebar-author img {
        width: 75px;
    }

    .sh-woocommerce-myaccount-sidebar-navigation {
        margin-top: 30px;
    }
}


/*
** My Account - Dashboard
*/
.sh-woocommerce-myaccount-dashboard-info-title {
    font-size: 18px;
}

.sh-woocommerce-myaccount-dashboard {
    position: relative;
    margin: 0 -15px;
    margin-top: 30px;
}

.sh-woocommerce-myaccount-dashboard-item {
    display: inline-block;
    margin-right: -4px;
    width: calc(50% - 30px);
    padding: 15px;
}

.sh-woocommerce-myaccount-dashboard-item-content,
.sh-woocommerce-myaccount address {
    border: 1px solid var(--haste-color-border);
    border-radius: 8px;
    padding: 75px;
    text-align: center;
    transition: 0.3s all ease;
}

@media (max-width: 800px) {
    .sh-woocommerce-myaccount-dashboard-item-content,
    .sh-woocommerce-myaccount address {
        padding: 60px 20px;
    }
}

.sh-woocommerce-myaccount address {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.sh-woocommerce-myaccount-dashboard-item-content:hover {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}

.sh-woocommerce-myaccount-dashboard-item-content i {
    font-size: 36px;
    color: var(--haste-color-heading);
    padding-bottom: 20px;
}

.sh-woocommerce-myaccount-dashboard-item-content h3 {
    font-size: 16px;
    margin-top: 10px;
}

.sh-woocommerce-myaccount-dashboard-item-content p {
    line-height: 1.5;
}

@media (max-width: 800px) {
    .sh-woocommerce-myaccount-dashboard-item {
        width: 100%;
    }
}

.edit-account fieldset {
    border: transparent;
    padding-left: 0;
}


/*
** My Account - Orders
*/
.woocommerce-Addresses {
    display: flex;
    position: relative;
}

.woocommerce-Addresses > div {
    flex: 1;
    width: 50%;
    max-width: 100%;
}

.sh-woocommerce-myaccount .addresses .title h3 {
    font-size: 18px;
    margin-top: 0;
    padding-right: 10px;
}

.sh-woocommerce-myaccount .addresses .title .edit {
    float: none;
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold;
}

.sh-woocommerce-myaccount address {
    margin-top: 25px;
    margin-right: 20px;
}

@media (max-width: 800px) {
    .woocommerce-Addresses {
        display: block;
    }

    .woocommerce-Addresses > div {
        margin-top: 30px;
    }
}


/*
** WooCommerce - Edit Account
*/
.woocommerce-EditAccountForm h2 {
    font-size: 18px;
    padding-bottom: 20px;
}

.woocommerce-EditAccountForm legend {
    padding-top: 30px;
    padding-bottom: 20px;
}


/*
** WooCommerce - Form Inputs
*/
.woocommerce h3,
.woocommerce-order h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.woocommerce form .form-row {
    float: none;
    width: 100%;
    margin-bottom: 18px;
}

.woocommerce form #billing_first_name_field.form-row,
.woocommerce form #billing_last_name_field.form-row {
    width: 48%;
    display: inline-block;
    margin-right: -4px;
}

.woocommerce form #billing_first_name_field.form-row {
    margin-right: calc(4% - 8px);
}


.woocommerce form .form-row em {
    font-size: 12px;
}

.woocommerce form .form-row label {
    font-weight: 600;
    font-size: 14px;
    color: var(--haste-heading-color);
    padding-bottom: 10px;
}

.woocommerce form .form-row label,
.woocommerce-input-wrapper,
.password-input {
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    background-color: transparent;
    font-size: 14px;
}

.woocommerce form .form-row textarea {
    height: auto;
}

.woocommerce button.button {
    background-color: var(--haste-color-accent);
    color: #ffffff;
    padding: 0 30px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
}

legend {
    color: #202020;
    font-size: 18px;
    font-weight: bold;
}

fieldset {
    margin-top: 20px;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px;
    height: 50px;
    padding: 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 50px;
    width: 50px;
    text-align: center;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f107";
    color: #202020;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}




/*
** WooCommerce - Cart
*/
.woocommerce-cart-form {
    margin-top: 90px;
    margin-bottom: 90px;
}



.woocommerce table.shop_table {
    border-width: 0px;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;

}

.woocommerce table.shop_table .product-thumbnail {
    width: 110px;
    padding-right: 30px;
}
@media (max-width: 700px) {
    .woocommerce-cart-form {
        margin-top: 30px;
    }

    .woocommerce table.shop_table .product-thumbnail {
        display: block!important;
        width: 90px;
        margin-left: auto;
        padding-right: 0;
    }

    .woocommerce table.shop_table .product-thumbnail::before {
        display: none!important;
    }

    .woocommerce table.woocommerce-cart-form__contents tr {
        border-top: 1px solid var(--haste-color-border);
        padding-top: 20px;
    }

    .woocommerce table.shop_table tr:nth-child(2n) td,
    .woocommerce-page table.shop_table tr:nth-child(2n) td {
        background-color: transparent;
    }
}



.woocommerce table.shop_table .product-thumbnail img {
    border-radius: 5px;
}

.woocommerce table.shop_table .product-quantity label {
    display: none;
}

.woocommerce-cart table.cart th {
    border-bottom: 1px solid var(--haste-border-light-color);
    font-weight: 400;
    opacity: 0.6;
    font-size: 16px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.woocommerce-cart table.cart th.product-name {
    width: 45%;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td {
    padding: 30px 0px;
    padding-right: 15px;
    border-color: var(--haste-color-border);
}

@media (max-width: 700px) {
    .woocommerce table.woocommerce-cart-form__contents td {
        padding: 10px 0px!important;
        border-width: 0px;
    }
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 400;
    opacity: 0.6;
}


.woocommerce table.shop_table td.product-remove {
    padding-right: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 90px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid var(--haste-color-border);
}

.sh-woocommerce-cart-coupon {
    background-color: var(--haste-bg-light-color);
    padding: 30px 0;
}

.woocommerce-cart .product-price .woocommerce-Price-amount {
    font-weight: 600;
}

.woocommerce-cart .product-subtotal .woocommerce-Price-amount {
    font-weight: bold;
}

.woocommerce-cart .product-name a {
    font-weight: 600;
    color: var(--haste-heading-color);
    text-decoration: none;
}

.woocommerce-cart .product-name p a {
    font-weight: 400;
}

.woocommerce-cart .product-name a:hover {
    color: var(--haste-color-accent);
}

.woocommerce table.cart td.actions .sh-woocommerce-cart-coupon #coupon_code {
    width: 330px;
    padding: 0 20px; 
    line-height: 52px;
    height: 52px;
    margin-right: 15px;
}

.woocommerce table.cart td.actions .sh-woocommerce-cart-coupon .coupon button {
    background-color: #191919;
    color: #ffffff;
}

.woocommerce table.cart td.actions .sh-woocommerce-cart-coupon .coupon button:hover {
    opacity: 0.8;
}

.woocommerce table.cart td.actions .sh-woocommerce-cart-coupon .coupon + .button {
    background-color: #f0f0f0;
    color: #202020;
    padding: 0 30px;
}




@media (max-width: 600px) {
    .woocommerce table.cart td.actions .sh-woocommerce-cart-coupon #coupon_code {
        display: block;
        margin-bottom: 15px;
        margin-left: 25px;
        min-width: 90%;
    }

    .woocommerce table.cart td.actions .sh-woocommerce-cart-coupon .coupon button {
        float: none!important;
        text-align: center;
        display: table;
        margin: 0px auto 30px auto;
    }
}




.woocommerce .cart_totals h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.woocommerce .cart-collaterals .shop_table {
    margin-bottom: 25px!important;
}

.woocommerce .cart-collaterals .shop_table,
.woocommerce .woocommerce-checkout-review-order-total-table {
    border: 1px solid var(--haste-color-border-light)!important;
    box-shadow: 0px 10px 20px 0 rgb(0 0 0 / 5%);
    padding: 15px 0px;
}

.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td {
    padding-top: 20px;
    padding-bottom: 15px;
}

.woocommerce .cart-collaterals .cart_totals th {
    padding-left: 30px;
    font-size: 18px;
}

.woocommerce .cart-collaterals .cart_totals td {
    padding-right: 30px;
    text-align: right;
    font-weight: bold;
}



@media (max-width: 750px) {
    .woocommerce .cart-collaterals .cart_totals td {
        padding-left: 30px; 
    }
}

.woocommerce .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce .cart-collaterals .cart_totals .shipping th {
    font-size: 16px;
    font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals .shipping .select2-selection--single,
.woocommerce .cart-collaterals .cart_totals .shipping .select2-selection__arrow {
    height: 50px!important;
    line-height: 50px!important;
}

.woocommerce .cart-collaterals .cart_totals .shipping .select2-selection__rendered {
    text-align: left;
    line-height: 50px!important;
    padding: 0px!important;
}

.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td {
    border-color: var(--haste-color-border-light)!important;
}

.woocommerce .cart-collaterals .cart_totals .order-total td {
    font-size: 24px;
}

.woocommerce .cart-collaterals a.checkout-button {
    background-color: var(--haste-color-accent);
    font-size: 16px;
    float: right;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

.woocommerce .cart-collaterals a.checkout-button:hover {
    background-color: var(--haste-color-accent-hover);
}








/*
** My Account - Checkout
*/
.woocommerce form.checkout {
    margin-top: 90px;
}

.woocommerce #customer_details > div {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.sh-woocommerce-checkout {
    display: flex;
}

.sh-woocommerce-checkout-form {
    flex: 1;
    margin-right: 60px;
}

.sh-woocommerce-checkout-order {
    width: 380px;
}


@media (max-width: 600px) {
    .sh-woocommerce-checkout {
        display: block;
    }

    .sh-woocommerce-checkout-form {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sh-woocommerce-checkout-order {
        width: 100%;
    }
}



.sh-woocommerce-checkout-order-review {
    background-color: var(--haste-bg-light-color);
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 0px;
    font-size: 14px;
}

.sh-woocommerce-checkout-order-review table.shop_table {
    margin-bottom: 0px;
}

.sh-woocommerce-checkout-order-review table.shop_table thead {
    display: none;
}

.sh-woocommerce-checkout-order-review table.shop_table thead th {
    color: #9b9b9b;
}

.sh-woocommerce-checkout-order-review table.shop_table th.product-name,
.sh-woocommerce-checkout-order-review table.shop_table tfoot th {
    padding-left: 0px;
}

.sh-woocommerce-checkout-order-review table.shop_table tfoot .cart-subtotal th,
.sh-woocommerce-checkout-order-review table.shop_table tfoot .shipping th {
    font-weight: 400;
}

.sh-woocommerce-checkout-order-review table.shop_table tfoot th,
.sh-woocommerce-checkout-order-review table.shop_table tfoot td {
    border-width: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.sh-woocommerce-checkout-order-review table.shop_table .cart_item td {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    min-width: 60px;
    padding-left: 0;
}

.sh-woocommerce-checkout-order-review table.shop_table .cart_item:first-child td {
    border-top-width: 0px;
}

.woocommerce-checkout-review-order-table tbody .cart_item .product-thumb {
    padding-right: 15px;
}

.woocommerce-checkout-review-order-table tbody .cart_item img {
    width: 60px;
    min-width: 60px;
    border-radius: 5px;
}

.woocommerce-checkout-review-order-table tbody .cart_item .product-total {
    vertical-align: middle!important;
}

.woocommerce-checkout-review-order-total-table {
    margin-top: 15px!important;
}

.woocommerce-checkout-review-order-total-table tr th {
    padding-left: 30px!important;
}

.woocommerce-checkout-review-order-total-table tr td {
    padding-right: 30px!important;
}

.sh-woocommerce-checkout-order-review table.shop_table .cart_item .product-name strong {
    font-weight: 600;
    display: inline;
    font-size: 15px;
}

.sh-woocommerce-checkout-order-review table.shop_table .cart_item .product-name .product-quantity {
    opacity: 0.5;
}

.sh-woocommerce-checkout-order-review table.shop_table .cart_item .product-total span {
    font-weight: 400;
}

.sh-woocommerce-checkout-order-review table.shop_table .cart_item .sh-woocommerce-product-categories {
    display: none;
}

.sh-woocommerce-checkout-order-review table.shop_table .cart_item:last-child td {
    border-bottom: 1px solid var(--haste-border-light-color);
}

.sh-woocommerce-checkout-order-review table.shop_table .product-total,
.sh-woocommerce-checkout-order-review table.shop_table tfoot td {
    text-align: right;
    padding-right: 0px;
    font-weight: 600;
}

.sh-woocommerce-checkout-order-review table.shop_table .order-total th,
.sh-woocommerce-checkout-order-review table.shop_table .order-total td {
    font-size: 18px;
    border-top: 1px solid var(--haste-color-border-light);
    padding-top: 20px;
    padding-bottom: 10px;
}

.sh-woocommerce-checkout-order-review table.shop_table .cart_item strong {
    display: block;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
    float: none;
    background-color: var(--haste-color-accent);
    font-size: 16px;
}

.woocommerce-additional-fields {
    margin-top: 30px;
}

.woocommerce-additional-fields #order_comments {
    height: 140px;
}



#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: var(--haste-bg-color);
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-width: 0px;
    padding-bottom: 0px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
    padding-left: 30px;
    user-select: none;
    border: 1px solid var(--haste-color-border);
    margin-bottom: 20px;
    border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    position: absolute;
    right: 25px;
    height: 32px;
    width: 16px;
    margin: 0;
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: bold;
    font-size: 14px;
}

.woocommerce-checkout #payment .place-order {
    width: auto!important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    padding: 0px;
    margin: 0;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
    font-size: 14px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none;
}

.woocommerce-privacy-policy-text {
    margin-top: 0px;
    margin-bottom: 40px;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
}




/*
** WooCommerce - Thank You
*/
h3.woocommerce-thankyou-order-received {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 65px;
}

.woocommerce-thankyou-order-received i {
    margin-right: 15px;
    color: #0bce79;
}

.woocommerce-order-details,
.woocommerce-customer-details {
    background-color: var(--haste-color-bg-light);
    padding: 25px 30px;
    border-radius: 5px;
    margin-top: 45px;
}

.woocommerce .woocommerce-customer-details address {
    border-width: 0px;
    padding: 0px;
}

.woocommerce-order-overview {
    border-left: 4px solid #0bce79;
}

.woocommerce ul.order_details li {
    border-right-width: 0px;
}

.woocommerce ul.order_details li p {
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
}

.woocommerce ul.order_details li * {
    line-height: 1;
}

.woocommerce-thankyou-order-home {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.woocommerce-thankyou-order-home i {
    font-size: 20px;
    margin-left: 10px;
}

.woocommerce .woocommerce-order-details {
    font-size: 14px;
}

.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-column__title {
    font-size: 24px;
    margin-top: 0;
}

.woocommerce .woocommerce-order-details tfoot {
    color: var(--haste-color-heading);
}

.woocommerce .woocommerce-order-details table.shop_table thead th {
    color: #9b9b9b;
}

.woocommerce .woocommerce-order-details table.shop_table .product-total,
.woocommerce .woocommerce-order-details table.shop_table tfoot td {
    text-align: right;
    font-weight: 600;
}

.woocommerce .woocommerce-order-details table.shop_table .woocommerce-table__line-item.order_item td {
    border-top: 1px solid var(--haste-color-border);
    vertical-align: top;
}

.woocommerce .woocommerce-order-details table.shop_table .woocommerce-table__line-item.order_item:last-child td {
    border-bottom: 1px solid var(--haste-color-border);
}

.woocommerce .woocommerce-order-details table.shop_table th,
.woocommerce .woocommerce-order-details table.shop_table td {
    padding: 15px 0px;
    border-top-width: 0px;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:last-child {
    font-size: 18px;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:last-child td {
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .woocommerce-order .woocommerce-column--shipping-address {
        margin-top: 45px;
    }
}





/*
** Review
*/
.sh-woocommerce-review {
    display: flex;
    margin-top: 45px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .sh-woocommerce-review-image img.avatar {
    float: none;
    position: static;
    width: 60px;
    border-width: 0px;
    border-radius: 100px;
    padding: 0px;
    background-color: transparent;
}

.sh-woocommerce-review-image {
    width: 60px;
    margin-right: 20px;
}

.sh-woocommerce-review-content {
    flex: 1;
}

.sh-woocommerce-review-meta {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

@media (max-width: 700px) {
    .sh-woocommerce-review-meta {
        display: block;
    }
}

.sh-woocommerce-review-meta-user {
    flex: 1;
}

.sh-woocommerce-review .woocommerce-review__dash {
    display: none;
}

.sh-woocommerce-review-form h3 {
    font-size: 30px;
    margin-bottom: 15px!important; 
}

.sh-woocommerce-review-form #review_form p.comment-notes {
    margin-top: 15px!important;
    margin-bottom: 1.5em!important;
}

.woocommerce p.stars a::before {
    font-family: 'LineIcons';
    content: "\eba4"!important;
}

.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars:hover a::before {
    color: #ffbd0b;
}

.woocommerce p.stars a::before ,
.woocommerce p.stars a:hover~a::before,
.woocommerce p.stars.selected a.active~a::before {
    color: #d9d9d9;
}

.comment-form-rating .stars {
    font-size: 24px;
    margin-bottom: 20px!important;
}

.comment-form-rating label {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.comment-respond .form-submit {
    margin-top: 30px!important;
}

.woocommerce #reviews #respond .comment-form-comment textarea {
    height: 170px;
}



.sh-woocommerce-review-meta-user {
    padding-top: 4px;
}

.sh-woocommerce-review-meta-user .meta strong {
    color: var(--haste-color-heading);
    font-size: 16px;
}

.sh-woocommerce-review-meta-user .meta time {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.comment-form-email {
    padding-top: 10px;
    padding-bottom: 5px;
}

.comment-form-author {
    margin-right: 16px!important;
}

.comment-form-email {
    margin-right: -4px!important;
}

.comment-form-author,
.comment-form-email {
    width: calc(50% - 10px);
    display: inline-block;
}

.comment-form-author input,
.comment-form-email input {
    display: block;
    width: 100%;
    box-sizing: border-box;
}









/*
** Quick View
*/
.sh-woocoommerce-quickview {
    opacity: 0;
}

.sh-woocoommerce-quickview .sh-woocommerce-single {
    display: block!important;
    background-color: #fff;
}

.sh-woocoommerce-quickview .woocommerce-product-gallery  {
    opacity: 1!important;
}

.sh-woocoommerce-quickview .sh-woocommerce-product-gallery-thumb {
    display: none!important;
}

.sh-woocoommerce-quickview .sh-woocommerce-single-main {
    align-items: center;
}

.sh-woocoommerce-quickview .sh-woocommerce-product-gallery-item-view {
    display: none;
}

.sh-woocoommerce-quickview .sh-woocommerce-single-main-content {
    padding-right: 50px;
}

.sh-woocoommerce-quickview .sh-woocommerce-product-gallery img {
    border-radius: 0px;
}




/*
** Progress
*/
.sh-woocommerce-progress {
    margin-top: 40px;
    padding-bottom: 40px;
}

.sh-woocommerce-progress-list {
    display: flex;
    margin-bottom: -3px;
}

.sh-woocommerce-progress-item {
    display: block;
    width: 33.33%;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.sh-woocommerce-progress-item-title {
    color: #9b9b9b;
    padding-bottom: 40px;
}

.sh-woocommerce-progress-item-bar {
    height: 3px;
    background-color: var(--haste-color-border);
}

.sh-woocommerce-progress-item-dot {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background-color: var(--haste-color-border);
    position: absolute;
    left: 50%;
    bottom: -4px;
    border-radius: 100px;
    color: #fff;
}

.sh-woocommerce-progress-item-dot i {
    display: none;
    font-size: 11px;
    line-height: 24px;
}

.sh-woocommerce-progress-bar {
    display: flex;
}

.sh-woocommerce-progress-bar-left,
.sh-woocommerce-progress-bar-right {
    width: 50%;
    height: 3px;
    background-color: var(--haste-color-accent);
}

.sh-woocommerce-progress-bar-right {
    background-color: var(--haste-color-border);
}

/* Active */
.sh-woocommerce-progress-item.active .sh-woocommerce-progress-item-title {
    color: var(--haste-heading-color);
}

.sh-woocommerce-progress-item.active .sh-woocommerce-progress-item-bar,
.sh-woocommerce-progress.step3 .sh-woocommerce-progress-bar-right {
    background-color: var(--haste-color-accent);
}

.sh-woocommerce-progress.step1 .sh-woocommerce-progress-item-cart .sh-woocommerce-progress-item-bar {
    background-color: var(--haste-color-border);
    margin-left: 50%;
}

.sh-woocommerce-progress.step2 .sh-woocommerce-progress-item-checkout .sh-woocommerce-progress-item-bar {
    background-color: var(--haste-color-border);
    margin-left: 50%;
}

.sh-woocommerce-progress.step1 .sh-woocommerce-progress-item-cart .sh-woocommerce-progress-item-dot,
.sh-woocommerce-progress.step2 .sh-woocommerce-progress-item-checkout .sh-woocommerce-progress-item-dot {
    background-color: var(--haste-color-accent);
}

.sh-woocommerce-progress.step1 .sh-woocommerce-progress-item-cart .sh-woocommerce-progress-item-dot:after,
.sh-woocommerce-progress.step2 .sh-woocommerce-progress-item-checkout .sh-woocommerce-progress-item-dot:after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 100px;
    box-shadow: 0px 0px 0px 6px var(--haste-color-accent);
    opacity: 0.2;
}

.sh-woocommerce-progress.step2 .sh-woocommerce-progress-item-cart .sh-woocommerce-progress-item-dot,
.sh-woocommerce-progress.step3 .sh-woocommerce-progress-item-dot {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    background-color: var(--haste-color-accent);
    bottom: -12px;
}

.sh-woocommerce-progress.step2 .sh-woocommerce-progress-item-cart .sh-woocommerce-progress-item-dot i,
.sh-woocommerce-progress.step3 .sh-woocommerce-progress-item-dot i {
    display: block;
}



/*
** Navigation Cart
*/
.sh-navigation-cart .sh-navigation li .sub-menu {
	width: 340px;
}

.sh-navigation-cart .sh-navigation li ul.sub-menu.sh-navigation-inverted {
	right: 0;
	margin-left: -340px;
}





.sh-navigation-cart-layout1 .sh-navigation-cart-details {
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
}

.sh-navigation-cart-layout1 .sh-navigation-cart-count {
	display: flex;
    flex-direction: row-reverse;
    margin-right: 14px;
    align-items: center;
}

.sh-navigation-cart-layout1 .sh-navigation-cart-count-number {
    background-color: var(--haste-color-accent);
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 5px; 
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-right: 8px;
    top: -1px;
    position: relative;
    font-weight: bold;
}

.sh-navigation-cart-layout1 .sh-navigation-cart-count-icon {
    font-size: 18px;
}


.sh-navigation-cart-layout1 .sh-navigation-cart-amount {
    font-weight: bold;
}








.sh-navigation-cart-layout2 .sh-navigation-cart-details {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.sh-navigation-cart-layout2 .sh-navigation-cart-count {
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.sh-navigation-cart-layout2 .sh-navigation-cart-count i {
	font-size: 18px;
}

.sh-navigation-cart-layout2 .sh-navigation-cart-count-icon {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 100px;
	background-color: #2659ff;
	color: #fff;
}

.sh-navigation-cart-layout2 .sh-navigation-cart-count-number {
	position: absolute;
	top: 50%; margin-top: -10px;
	right: -10px;
	background-color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100px;
	text-align: center;
	font-weight: 600;
	padding-left: 2px;
	font-size: 12px;
}




.sh-navigation-cart-layout3 .sh-navigation-cart-count {
    padding-left: 15px;
    font-size: 18px;
}

.sh-navigation-cart-layout3 .sh-navigation-cart-count-number {
    position: absolute;
    top: -9px;
    font-size: 14px;
    margin-left: 1px;
}









.sh-navigation-cart-align-center .sh-navigation-cart {
	margin-left: auto;
	display: table;
}

.sh-navigation-cart-align-right .sh-navigation-cart {
	margin-right: auto;
	display: table;
}

.sh-navigation-cart ul.sub-menu li {
	padding-left: 20px;
	padding-right: 20px;
}

.sh-navigation-cart ul.woocommerce-mini-cart {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}

.sh-navigation-cart ul.woocommerce-mini-cart li {
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce .sh-navigation-cart a.remove {
	top: 38px;
}

.woocommerce .sh-navigation-cart a.remove:after {
	font-size: 12px;
}

.sh-navigation-cart .woocommerce-mini-cart-item bdi {
	font-weight: 600;
}


/* Empty Cart */
.cart-empty.woocommerce-info,
.sh-woocommerce-myaccount-content .woocommerce-info {
    margin-top: 45px;
    padding-left: 25px;
}

.cart-empty.woocommerce-info::before,
.sh-woocommerce-myaccount-content .woocommerce-info::before {
    top: 8px;
    padding-right: 25px;
}

.woocommerce .return-to-shop .button {
    background-color: var(--haste-color-accent);
    color: #ffffff;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 5px;
}

.woocommerce .return-to-shop .button:hover {
    background-color: var(--haste-color-accent-hover);
    color: #ffffff;
}

.sh-woocommerce-coupon {
    display: inline-flex;
    position: relative;
}

.sh-woocommerce-coupon i {
    position: absolute;
    font-size: 18px;
    right: 30px;
    top: 18px;
    pointer-events: none;
}




/*
** My Account - Login and Register
*/
.woocommerce form.login,
.woocommerce form.register {
    border-width: 0px;
    padding: 0;
}

.woocommerce form.login button.button,
.woocommerce form.register button.button {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px;
}

.woocommerce form.login button.button {
    background-color: transparent!important;
    position: relative;
    overflow: hidden;
    color: var(--haste-color-accent);
    float: none;
}

.woocommerce form.login button.button:after {
    content: "";
    background-color: var(--haste-color-accent);
    opacity: 0.1;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: -1;
}

.woocommerce form.login button.button:hover:after,
.woocommerce form.login button.button:focus:after {
    opacity: 1;
}

.woocommerce #customer_login.u-columns-login-only .u-column1 {
    display: table;
    margin: 0 auto;
    float: none;
}

.woocommerce #customer_login label {
    font-size: 16px;
}

.woocommerce form.login button.button:hover,
.woocommerce form.register button.button:hover {
    background-color: var(--haste-color-heading);
    color: #ffffff;
}

.woocommerce form.register {
    padding: 50px 40px;
    border-radius: 8px;
    border: 1px solid var(--haste-color-border);
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 5%);
    margin-top: 0px;
}

.woocommerce-LostPassword {
    white-space: nowrap;
}

.woocommerce-LostPassword a {
    text-decoration: none;
}

.woocommerce #customer_login h2 {
    margin-top: 0px;
}

@media (min-width: 800px) {
    .woocommerce #customer_login .u-column1 {
        width: 40%;
        margin-right: 10%;
    }

    .woocommerce #customer_login .u-column2 {
        width: 50%;
    }
}

.woocommerce-form-register-subtitle {
    margin-bottom: 5px;
    font-size: 18px;
}

.woocommerce form.register h2 {
    margin-bottom: 30px;
}

.woocommerce-form-login__rememberme span {
    font-weight: normal;
}