/*

WooCommerce styles override
*/

/**
 * Shop tables
 */

table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

.woocommerce-order-received table.shop_table.order_details tbody .product-image {
    padding-right: 0 !important;
    float: initial !important;
    display: block;
}

@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td::before {
        display: none;
    }
}

/* Wishlist */

.wishlist_table tr td,
.wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete {
    text-align: left;
}

.wishlist-items-wrapper a.remove {
    background: rgba(56, 81, 112, 0.3);
}

.wishlist-items-wrapper .product-remove a {
    color: #fff !important;
}

.wishlist-count .blockUI {
    display: none !important;
}

.wishlist-items-wrapper .product-remove a:hover {
    background: var(--heading-color);
}

.wishlist-items-wrapper td.product-name a {
    color: var(--heading-color);
}

.woocommerce-wishlist .content-block {
    padding-top: 110px;
    padding-bottom: 60px;
}

.yith_wcwl_wishlist_footer {
    display: none;
}

.wishlist_table .product-add-to-cart a {
    display: flex !important;
    margin: 0 auto 5px !important;
    text-align: center;
    border: 1px solid var(--accent-color-2);
    width: 125px;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: transparent;
}

/**
 * Products
 */

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

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: block;
}

@media screen and (min-width: 48em) {
    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%;
    }

    ul.products li.product.first {
        clear: both;
    }

    ul.products li.product.last {
        margin-right: 0;
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 48.1%;
    }

    ul.products.columns-3 li.product {
        width: 30.79667%;
    }

    ul.products.columns-4 li.product {
        width: 22.15%;
    }

    ul.products.columns-5 li.product {
        width: 16.96%;
    }

    ul.products.columns-6 li.product {
        width: 13.49333%;
    }
}

/**
 * Single product
 */

.single-product div.product {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 1em;
    display: block;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0;
    width: 100%;
    height: auto !important;
    background: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1 !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n + 1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
    clear: both;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: var(--accent-color);
}

.stock.out-of-stock {
    color: #e2401c;
}

/**
 * Checkout
 */
div#reviews ul li:before {
    display: none;
}

div#reviews ul li {
    padding-top: 10px;
    padding-left: 20px !important;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -5px;
}

.select2-dropdown {
    border: 1px solid #e3e3e3;
    border-radius: 0px 0px 4px 4px;
}

.woocommerce-checkout .woocommerce h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -1px;
    color: #142D4C;
}

.woocommerce-checkout form .form-row label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #385170;
    margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text {
    background-color: rgba(20, 45, 76, 0.03);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: none;
    border-radius: 50px;
    color: rgba(56, 81, 112, 0.5)
}

.woocommerce-checkout .woocommerce form .form-row span.select2-selection.select2-selection--single {
    background-color: rgba(20, 45, 76, 0.03);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: none;
    border-radius: 50px;
    color: rgba(56, 81, 112, 0.5)
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    text-align: left;
    background-color: transparent;
    letter-spacing: 0.5px;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #385170;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot tr.order-total th {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #385170;
}

.woocommerce-checkout-review-order-table .cart_item:last-child {
    padding-bottom: 10px;
}

.woocommerce-checkout .woocommerce button.button.alt {
    background-color: var(--accent-color-2);
    width: 200px;
    height: 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 50px;
    float: left !important;
    margin-top: 10px;
}

.woocommerce-checkout .entry-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #385170;
}

.woocommerce-checkout #payment {
    background-color: #fff;
    padding: 0px 0px 0px 30px;
    border-radius: 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    padding: 0 35px 10px 30px;
}

.woocommerce-checkout .woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 0px;
}

@media screen and (min-width: 768px) {
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }

    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

/**
 * Star rating
 */

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

.star-rating::before {
    opacity: 1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

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

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--accent-color);
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #ffac4d;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #ffac4d;
    opacity: 1;
}

p.stars.selected a.active~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #ffac4d;
    opacity: 1;
}

.woocommerce .star-rating {
    width: 7em;
}

.woocommerce .star-rating::before {
    letter-spacing: 4px;
}

.woocommerce .star-rating span::before {
    letter-spacing: 4px;
}

/**
 * Tabs
 */

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0 0 41px;
    padding: 0;
    text-align: left;
    overflow: inherit;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
    font-weight: 600;
}

/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: var(--accent-color);
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}

.woocommerce #review_form #respond p {
    margin: 0 0 25px;
}

/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 var(--accent-color);
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

/**
 * Notices
 */

.comment-form-rating ul>li {
    margin-left: 0px;
    font-size: 16px;
    margin-bottom: 0;
}

.comment-form-rating .nice-select {
    line-height: 50px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    clear: both;
    border-top: none;
}

.woocommerce-error {
    background-color: #e2401c;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}

@media screen and (min-width: 48em) {

    /**
	 * Header cart
	 */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/* Cart Page */

.woocommerce-cart .content-block {
    background-color: #FBFCFC !important;
    padding: 95px 0px 110px 0px;
}

.woocommerce-cart .woocommerce-message {
    padding: 0;
    text-align: center;
}

.woocommerce-cart .cart-empty {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 60px;
    padding-right: 30px;
    background-color: rgba(244, 244, 244, 0.65) !important;
    border-radius: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(31, 40, 57, 0.7);
}

.woocommerce-cart .woocommerce-error::before,
.woocommerce-cart .woocommerce-info::before,
.woocommerce-cart .woocommerce-message::before {
    top: 50% !important;
    transform: translateY(-50%);
    left: 0;
}

.woocommerce-cart .return-to-shop a.button.wc-backward {
    min-width: 196px;
    min-height: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    text-transform: uppercase;
}

.woocommerce-cart .woocommerce .cart_item td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 28px;
    color: #385170 !important;
    border-top: 1px solid rgba(185, 193, 217, 0.2);
    border-radius: 0px !important;
}

.woocommerce-cart .woocommerce .cart_item td.product-name a,
.woocommerce-cart .woocommerce .cart_item td {
    font-size: 18px !important;
    text-align: left;
}

.woocommerce-cart .woocommerce div.quantity input.qty {
    font-size: 18px !important;
}

.woocommerce-cart .woocommerce .cart_item .coupon .button,
.woocommerce .cart_item input.button {
    border-radius: 0 !important;
    color: rgba(182, 157, 116, 1) !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form .woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    border-radius: 0;
    color: rgba(182, 157, 116, 1);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce-cart.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: #fff !important;
}

.woocommerce-cart table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td {
    background-color: #f6f6f6;
}

tr.woocommerce-table__line-item.order_item td {
    background: none;
}

.woocommerce-cart .coupon input {
    background-color: #f6f6f6;
    border-radius: 0;
}

.woocommerce-cart .woocommerce .coupon .button {
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    height: 55px;
    text-transform: uppercase;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals {
    background-color: #f6f6f6;
    border-radius: 0;
    border-radius: 0;
}

.woocommerce-cart .woocommerce #respond input#submit.alt,
.woocommerce-cart .woocommerce a.button.alt,
.woocommerce-cart .woocommerce button.button.alt,
.woocommerce-cart .woocommerce input.button.alt,
.woocommerce-cart .woocommerce #respond input#submit.alt:hover,
.woocommerce-cart .woocommerce a.button.alt:hover,
.woocommerce-cart .woocommerce button.button.alt:hover,
.woocommerce-cart .woocommerce input.button.alt:hover {
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */

.qty-label {
    display: none;
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    background: #fff;
}

span.wc-block-product-categories-list-item-count span {
    color: var(--text-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 0;
    letter-spacing: 0.5px;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    order: 3;
}

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

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

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: var(--accent-color);
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: var(--accent-color);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper a {
    display: block;
    border-radius: 10px;
    border: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #fff;
}

.woocommerce div.product div.images img {
    max-width: 100%;
    object-fit: cover;
    width: auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    width: 53%;
    margin-bottom: 70px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    width: 130px;
    min-width: 130px;
    margin-right: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
    border-radius: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    max-height: 100%;
    width: 100%;
    border: 1px solid #e7e9ed;
    border-radius: 5px;
    height: auto;
    padding: 0px;
}

.woocommerce div.product .product_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -1px;
    padding-right: 0;
    order: -1;
    color: var(--heading-color);
}

.woocommerce-product-details__short-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
    color: var(--text-color);
}

.woocommerce-product-details__short-description p {
    margin-bottom: 0px;
}

.woocommerce-product-details__short-description ul {
    padding: 0;
}

.single-product.woocommerce div.product p.price del {
    /* Style for "List Price" */
    opacity: 0.7;
    color: var(--heading-color);
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 0;
    margin-bottom: 0;
}

.single-product.woocommerce div.product p.price ins {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
}

.woocommerce div.product p.price ins span.woocommerce-Price-amount.amount {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 30px;
}

.woocommerce div.product .price>.price-prefix {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.33em;
    color: rgba(31, 40, 57, 0.7);
    margin-right: 10px;
    display: inline-block;
}

.woocommerce div.product .price>.amount {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--accent-color-2);
    display: inline-block;
}

button.wsb-button.js-wsb-add-to-cart {
    width: auto;
    padding: 19px 45px;
    height: auto;
    float: left;
    order: 1;
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 45px 15px 45px;
    letter-spacing: 1px;
    font-size: 20px;
    border: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--accent-color);
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 20px;
    outline: none;
    padding: 19px 21px;
    margin-bottom: 0;
    height: 60px;
    letter-spacing: 0px;
}

.woocommerce div.product form.cart .button,
button.wsb-button.js-wsb-add-to-cart {
    min-width: 146px;
    min-height: 50px;
    padding: 5px 15px;
    height: auto;
    float: left;
    background-color: var(--accent-color) !important;
    border-radius: 0;
    border: none !important;
    margin-top: 0px;
    font-weight: 600;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: rgba(255, 108, 64, 0.7) !important;
    width: auto;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    width: auto;
    margin-bottom: 25px;
}

.woocommerce div.quantity input.qty {
    color: var(--heading-color);
    width: 45px;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex;
    align-items: center;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .quantity {
    margin-bottom: 0;
    width: auto;
}

.woocommerce div.product div.summary {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    width: 47%;
    margin-bottom: 70px;
}

.woocommerce ul.products li.product .onsale,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper a:after {
    background-color: #F54748;
    min-height: 30px;
    border-radius: 0px;
    margin: auto;
    min-width: initial;
    line-height: 25px;
    padding: 6px 10px;
    top: 20px;
    right: 20px;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 4px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.single-product a.added_to_cart.wc-forward {
    display: none !important;
}

.finest-area-middle.finest-items .finest-item-qty .finest-item-qty-inner input {
    border: none;
}

.star-rating span::before {
    color: rgba(255, 182, 25, 1);
    display: block;
    font-size: 12px;
}

.woocommerce .quantity {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 153px;
    min-height: 50px;
    margin: 0px;
    border: 1px solid #B9C1D9;
    border-radius: 50px;
}

.woocommerce-cart .woocommerce .quantity span.masco-qty-counter {
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px !important;
    font-weight: 600;
    border-radius: 50%;
    line-height: 38px !important;
    cursor: pointer;
}

.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled] {
    border: 2px solid var(--accent-color-2);
    background: transparent;
    opacity: 1;
    border-radius: 50px !important;
    font-weight: 600;
    width: 184px;
    height: 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--accent-color-2);
    text-transform: capitalize;
}

@media only screen and (min-width: 767px) {
    .woocommerce .quantity {
        margin: initial;
    }
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td.actions button {
    border: 2px solid var(--accent-color-2);
    background: transparent;
    opacity: 1;
    border-radius: 50px !important;
    font-weight: 600;
    min-width: 184px;
    min-height: 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--accent-color-2);
    text-transform: capitalize;
    padding: 0px;
}

.woocommerce-cart .woocommerce #respond input#submit.alt,
.woocommerce-cart .woocommerce a.button.alt,
.woocommerce-cart .woocommerce button.button.alt,
.woocommerce-cart .woocommerce input.button.alt,
.woocommerce-cart .woocommerce #respond input#submit.alt:hover,
.woocommerce-cart .woocommerce a.button.alt:hover,
.woocommerce-cart .woocommerce button.button.alt:hover,
.woocommerce-cart .woocommerce input.button.alt:hover {
    font-size: 16px;
}

.woocommerce .qty-label {
    float: left;
    margin-right: 10px;
    font-size: 17px;
    color: #6e727d;
}

.quantity span.masco-qty-counter {
    width: 40px;
    height: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
    background-color: transparent;
}

.quantity span.masco-qty-dec-btn {
    order: -5;
    margin-right: 10px;
}

.quantity span.masco-qty-inc-btn.masco-qty-counter {
    margin-left: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    padding: 0;
    border-bottom: 2px solid transparent;
    margin-right: 70px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--heading-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #eaeced;
}

.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.active {
    z-index: 1;
    color: var(--accent-color);
    border-color: var(--accent-color);
    background-color: transparent;
}

.woocommerce div.product .woocommerce-product-rating {
    order: -1;
    margin-bottom: 18px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 15px;
}

.single-product .masco-woocommerce-page {
    padding: 100px 0 30px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: var(--text-color);
}

.woocommerce fieldset {
    padding: 0;
}

.product_meta a {
    color: var(--heading-color);
    margin-right: 5px;
    font-weight: normal;
    margin-bottom: 5px;
}

.product_meta span {
    margin-bottom: 5px;
}

.woocommerce .product .product_meta {
    order: 2;
    margin-bottom: 20px;
    font-size: 17px;
    display: flex;
    margin-top: 30px;
}

.woocommerce ul.products li.product .price del {
    opacity: .5;
    margin-right: 10px;
}

.woocommerce ul.products li.product .price span.price-prefix {
    display: none;
}

.woocommerce ul.products li.product .price br {
    display: none;
}

.woocommerce ul.products li.product .price {
    color: var(--accent-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.68em;
    display: block;
    flex-direction: row;
    justify-content: center;
    margin-top: 5px;
    margin-left: 20px;
    padding-bottom: 10px;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td.actions .coupon button {
    font-size: 0;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
    position: relative;
    background: var(--accent-color-2);
    border-radius: 3px;
    left: -75px;
    border: 0px;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tbody .coupon button:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize !important;
    color: #142D4C;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    background-color: transparent;
    width: 416px;
    padding: 0px;
}

.woocommerce-cart-form__contents tbody td:last-child {
    border-top: 1px solid rgba(185, 193, 217, 0.2) !important;
    border-radius: 0px !important;
}

.woocommerce-cart .woocommerce table tbody tr td,
.woocommerce-cart .woocommerce table tbody tr th {
    background-color: transparent;
}

.woocommerce-cart .woocommerce a.button.alt {
    width: 257px;
    height: 60px;
    background: var(--accent-color-2);
    border-radius: 50px;
    float: right;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-cart .cart-collaterals table.shop_table tbody .cart-subtotal th,
.woocommerce-cart .cart-collaterals table.shop_table tbody .cart-subtotal td {
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.woocommerce-cart table.cart td.actions {
    background-color: transparent;
    padding-top: 50px;
    padding-left: 0;
}

.woocommerce-cart .woocommerce a.button.alt:hover {
    border-radius: 50px;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
    width: 416px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--white-color) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(20, 45, 76, 0.8);
    padding-left: 30px;
}

.woocommerce ul.products li.product .price del span {
    opacity: 1;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
    text-decoration: line-through;
}

.woocommerce ul.products li.product .price ins {
    order: -1;
    margin-right: 5px;
    font-weight: 600;
}

.woocommerce ul.products li.product {
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
    justify-content: flex-start;
    box-shadow: 0px 10px 60px rgb(20 45 76 / 8%);
    border-radius: 10px;
    background: #ffffff;
}

.woocommerce ul.products li.product .star-rating {
    order: 3;
}

.woocommerce-cart.masco-default .cart_totals table thead tr:before,
.woocommerce-cart.masco-default .cart_totals table tbody tr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(185, 193, 217, 0.2);
}

.woocommerce .woo-has-sidebar ul.products li.product .star-rating {
    order: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0px 0px 0px 20px;
    color: var(--heading-color);
    text-align: left;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0;
}

.woocommerce ul.products li.product a img {
    object-fit: contain;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    height: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 2.8% 2.992em 0;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 30%;
}

.woocommerce ul.products li.product .product-thumb-wrapper {
    width: 100%;
    height: 270px;
    background: #ffffff;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
}

.woocommerce .star-rating {
    font-size: 12px !important;
}

.masco-woo-related-product-area {
    padding: 70px 0 45px;
}

.related.products h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 40px;
    color: var(--heading-color);
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    padding-bottom: 0px;
}

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

.woocommerce #review_form #respond textarea {
    height: 150px;
}

#review_form_wrapper form#commentform {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#review_form_wrapper form#commentform p {
    min-width: 100%;
}

.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email {
    min-width: 50%;
}

.woocommerce #review_form #respond p.comment-form-author {
    padding-right: 10px;
}

.woocommerce #review_form #respond p.comment-form-email {
    padding-left: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: var(--accent-color-2);
    color: #fff;
    width: auto;
    padding: 19px 44px;
    height: auto;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: var(--accent-color-2);
    color: #fff;
}

.woocommerce table.shop_table.cart {
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
}

#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th {
    background-color: transparent;
    color: var(--heading-color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.63px;
    text-transform: uppercase;
    border: none;
}

.woocommerce-cart-form table thead {
    position: relative;
    padding-bottom: 20px;
}

.woocommerce-cart-form__cart-item {
    width: 100%;
    position: relative;
}

.woocommerce-cart table.cart td.product-remove a.remove {
    color: #fff !important;
    font-weight: 300;
    text-align: center;
    transition: 0.4s;
    justify-content: center;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    background: rgba(56, 81, 112, 0.3);
}

.woocommerce-cart table.cart td.product-remove a.remove:hover {
    background-color: rgba(4, 37, 82, 1);
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
}

.woocommerce-cart table.cart td.product-name a {
    /* Style for "Amazon Ech" */
    color: var(--heading-color);
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}

.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal {
    /* Style for "$70" */
    color: var(--heading-color);
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    padding-left: 40px;
}

.woocommerce-cart table.cart td.actions {
    background-color: transparent;
    padding-top: 50px;
    padding-left: 0;
}

#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 {
    width: 215px;
    border: none;
    padding: 0 15px;
    border-radius: 0px;
    margin-right: 15px;
    line-height: 0;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    border-radius: 0px;
    min-width: 370px;
    height: 60px;
    display: flex;
    align-items: center;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 5px 15px;
    width: 178px;
    height: 60px;
    border: 2px solid #B69D74;
    color: var(--heading-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background-color: transparent;
    border-radius: 4px;
    transition: 0.4s;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    background-color: var(--accent-color-2);
    color: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    background-color: var(--white-bg);
    padding: 0px 25px 5px 25px;
    border-radius: 10px;
    width: 409px;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    /* Style for "Order Deta" */
    letter-spacing: 0px;
    color: var(--heading-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.cart_totals tr th,
.cart_totals tr span {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: var(--heading-color);
}

.cart_totals tr {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.cart_totals tr:last-child:before {
    background-color: transparent;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border: none;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border: none;
    padding: 6px 0;
}

.cart-collaterals table.shop_table tbody th {
    color: rgb(22 28 45 / 0.7);
    font-weight: 400;
    letter-spacing: -0.2px;
    font-size: 17px;
}

.cart-collaterals table.shop_table tbody td {
    text-align: right;
    color: var(--heading-color);
    font-weight: 600;
    letter-spacing: -0.2px;
}

.cart-collaterals table.shop_table tbody .order-total th,
.cart-collaterals table.shop_table tbody .order-total td {
    /* Style for "Total Pric" */
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}

tr.order-total strong span {
    font-weight: 600;
    font-size: 22px;
}

.cart-collaterals table.shop_table tbody .cart-subtotal th,
.cart-collaterals table.shop_table tbody .cart-subtotal td {
    /* Style for "Total Pric" */
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding-top: 30px;
    letter-spacing: 0;
}

.woocommerce-message::before {
    color: #2bd67b;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    padding: 0 0;
    background-color: transparent !important;
    color: var(--accent-color) !important;
    line-height: 1.5;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    padding: 0;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(56, 81, 112, 0.5);
}

.checkout.woocommerce-checkout #customer_details,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: transparent;
    padding: 40px 0px;
    border-radius: 10px;
}

.checkout.woocommerce-checkout h3 {
    /* Style for "Billing De" */
    color: var(--heading-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
    display: block;
}

.woocommerce form .form-row label {
    margin-bottom: 10px;
    font-weight: 600;
}

span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row {
    margin-bottom: 20px;
    display: block;
}

.woocommerce form .form-row .required {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 5%;
    transform: translatey(-50%);
}

.woocommerce-shipping-fields {
    margin-top: 20px;
}

.woocommerce-checkout label {
    display: inline-block;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box {
    background-color: var(--accent-color);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before {
    border-bottom-color: var(--accent-color);
}

.checkout.woocommerce-checkout h3#order_review_heading {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -1px;
    color: #042552;
    margin-bottom: 0;
    background: transparent;
    padding: 40px 0px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
    background-color: transparent;
    padding: 0 35px 40px 45px;
    border-radius: 0 0 10px 10px;
    max-width: 100%;
}

/* .checkout div#order_review {
} */

@media screen and (min-width: 991px) {
    .woocommerce-billing-fields__field-wrapper {
        max-width: 526px;
    }
}

.woocommerce-cart .content-block {
    background: #F6F6F6;
    padding: 95px 0px 130px 0px;
}

.woocommerce table.shop_table td {
    border: none;
}

table thead tr th:first-child,
table thead tr td:first-child,
table tbody tr th:first-child,
table tbody tr td:first-child,
table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border: none;
}

.woocommerce table.shop_table thead th {
    color: var(--heading-color);
    border: none;
    padding: 20px 0px 20px;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    background: transparent;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td {
    font-weight: 400;
    padding: 7px 0;
}

.woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce table.shop_table tfoot tr.order-total td {
    opacity: 1;
    /* Style for "Total Pric" */
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.woocommerce table.shop_table td.product-total,
.woocommerce table.shop_table tfoot td {
    font-size: 16px;
    line-height: 28px;
    color: rgba(4, 37, 82, 0.8);
    color: var(--heading-color);
    text-align: right !important;
}

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

.woocommerce table.shop_table tfoot tr {
    padding-top: 15px;
}

.woocommerce .checkout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.masco-wc-order-details-wrapp {
    max-width: 50%;
    padding-left: 52px;
    width: 50%;
}

.woocommerce-checkout .woocommerce-info::before {
    color: rgba(20, 45, 76, 1);
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    min-width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: rgba(71, 59, 240, 0.04) !important;
    transition: 0.4s;
    padding: 11px 55px 15px;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-info {
    padding: 0;
    padding-left: 62px;
    padding-bottom: 14px;
    padding-top: 14px;
    font-size: 16px;
    line-height: 28px;
    color: #042552;
}

.woocommerce-checkout .woocommerce-info::before {
    content: "\e600";
    top: 1em;
    left: 1.5em;
    font-size: 16px !important;
}

.woocommerce div#customer_details.col2-set {
    max-width: 50%;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box::before {
    background-color: transparent;
    border-color: transparent;
}

.woocommerce-checkout #payment div.payment_box {
    padding: 0;
}

.woocommerce-checkout #payment div.form-row {
    padding: 15px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label {
    display: block;
    padding-left: 30px;
    line-height: 50px;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method input[type="radio"] {
    position: absolute;
    top: -2px;
    display: block !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
    position: relative;
}

.buy-now-woo div.product form.cart .button {
    background-color: var(--accent-color-2) !important;
    color: var(--white-bg) !important;
    float: revert;
    border-radius: 3px;
}

.woocommerce-checkout-review-order-table td {
    min-width: 110px;
}

.woocommerce nav.woocommerce-pagination ul li {
    overflow: inherit;
}

.woocommerce-checkout-review-order-table .cart_item {
    border-bottom: 2px solid rgba(185, 193, 217, 0.2);
    display: block;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .woocommerce-checkout-review-order-table .cart_item {
        width: 100%;
    }
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
    width: 100%;
}

table.shop_table.woocommerce-checkout-review-order-table thead tr {
    border-top: 0;
    border-bottom: 0;
}

table.shop_table.woocommerce-checkout-review-order-table thead tr th {
    width: 100%;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    width: 100%;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    width: 100%;
}

table.shop_table.woocommerce-checkout-review-order-table thead tr {
    display: flex;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    display: inline-block;
    width: 100%;
}

.woocommerce-checkout-review-order-table .cart_item .product-total {
    width: 100%;
}

.woocommerce-product-details__short-description ul li {
    position: relative;
    list-style: none;
    padding-bottom: 10px;
}

.woocommerce-product-details__short-description ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #1F2839;
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--heading-color);
    font-weight: 600;
}

.woocommerce div.product div.images.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper {
    width: 100%;
    padding: 0 45px 0 0;
}

.woocommerce table.shop_table td.product-remove {
    max-width: 100%;
}

.woocommerce .coupon {
    position: relative;
    margin-bottom: 30px;
    z-index: 5;
}

.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before {
    content: " ";
    display: none;
}

.woocommerce .coupon .button {
    padding: 5px 15px;
    margin-top: -48px;
    margin-right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--white-bg);
    position: relative;
    z-index: 0;
}

@media only screen and (min-width: 767px) {
    .woocommerce .coupon .button {
        margin-right: 5px;
        margin-top: 0;
    }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    padding: 0 0px 0px 0px;
    margin-bottom: 0;
}

tr.order-total strong span {
    font-size: 16px;
}

/* .woocommerce .coupon .button:before {
	content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #fff;
	font-size: 16px;
    z-index: 1;
} */

.woocommerce table.shop_table td.product-thumbnail {
    max-width: 20%;
}

.woocommerce .coupon .button {
    padding: 19px 20px;
}

.woocommerce-cart table.cart tr td {
    background-color: transparent;
}

.woocommerce-cart table.cart tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.woocommerce-cart table.cart tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

.masco-wc-widget .price_slider_wrapper .price_slider {
    display: none !important;
}

.masco-wc-widget .price_slider_wrapper .price_slider_amount {
    display: flex;
}

.masco-wc-widget .price_slider_wrapper .price_slider_amount:before {
    content: "to";
    line-height: 27px;
    margin: 0 9px;
    opacity: 1;
    color: var(--heading-color);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.1px;
}

.masco-wc-widget .price_slider_wrapper .price_slider_amount input#min_price {
    order: -1;
}

.masco-wc-widget .price_slider_wrapper .price_slider_amount input {
    display: block !important;
    /* Style for "Rectangle" */
    max-height: 27px;
    border-radius: 3px;
    border: 1px solid #d7dce0;
    background-color: #f7f7f7;
    width: 50px;
    color: var(--heading-color);
    padding: 0 9px;
}

.masco-wc-widget .price_slider_wrapper .price_slider_amount button.button {
    padding: 0 5px;
    /* Style for "Go" */
    color: #f4f7fa;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.63px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-left: 8px;
    text-indent: -116px;
    line-height: 0;
    overflow: hidden;
    height: 27px;
}

.masco-wc-widget.widget {
    background: transparent;
    border: none;
    border-bottom: none;
    border-radius: 0;
    padding: 0 0 0;
    margin-bottom: 45px;
}

.masco-wc-widget .price_slider_wrapper .price_slider_amount .price_label {
    display: none !important;
}

.masco-wc-widget .price_slider_wrapper .price_slider_amount button.button:after {
    content: "GO";
    text-indent: 0;
    display: block;
}

.masco-wc-widget.widget .widget-title {
    /* Style for "Price" */
    color: var(--heading-color);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 1.32em;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.masco-wc-widget .wpfFilterWrapper {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e7e9ed;
    border-radius: 0;
    padding: 0 0 11px 0;
    margin: 0 0 22px;
}

.wpfWoofiltersWidget {
    padding: 0;
}

.masco-wc-widget.WpfWoofiltersWidget {
    padding: 0;
    border-bottom: none;
}

div.wpfFilterWrapper .wfpTitle {
    font-size: 19px;
    color: var(--heading-color);
    letter-spacing: -0.2px;
    line-height: 32px;
    margin-bottom: 25px;
    cursor: inherit;
}

.wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterContent .wpfCheckboxHier input,
.wpfFilterWrapper[data-filter-type="wpfRating"] .wpfFilterContent .wpfCheckboxHier input,
.wpfFilterWrapper[data-filter-type="wpfPriceRange"] .wpfFilterContent .wpfCheckboxHier input[type="checkbox"] {
    width: 16px;
    height: 16px;
    float: left;
    border-radius: 3px !important;
    border: 1px solid #d7dce0 !important;
    background-color: #f7f7f7 !important;
}

div.wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before,
div.wpfFilterWrapper .wpfCheckbox label::before {
    border-radius: 3px !important;
    border: 1px solid #d7dce0 !important;
    background-color: #f7f7f7 !important;
}

.wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked+label::before {
    content: "\f14a" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-size: 17px !important;
    color: #5a4ff2 !important;
    font-weight: 900;
    line-height: 16px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
}

.wpfFilterWrapper .wpfFilterTaxNameWrapper {
    /* Style for "Stool" */
    opacity: 0.7;
    color: var(--heading-color);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 26px;
}

.masco-wc-widget .wpfFilterWrapper:nth-last-child(2) {
    border-bottom: none;
}

.wpfFilterWrapper span.wpfValue {
    padding-left: 9px !important;
}

.wpfPreview.wpfPreviewLoader * {
    display: none !important;
}

.wpfPreview.wpfPreviewLoader:after {
    content: "\f110" !important;
    font-family: "FontAwesome";
    font-size: 30px;
    animation: fa-spin 0.3s steps(8) infinite;
    display: inline-block;
    margin-top: 150px;
}

.woocommerce.archive .masco-woocommerce-page {
    padding: 130px 0px 120px 0px;
    background: #FBFCFC;
}

.woocommerce-store-notice,
p.demo_store {
    height: fit-content;
    position: absolute;
    color: #fff !important;
    background-color: var(--accent-color);
}

/* woo pagination */

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
    color: var(--heading-color);
    background-color: var(--white-bg);
    padding: 0;
    min-width: fit-content;
    box-shadow: 0px 10px 60px rgb(20 45 76 / 8%);
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: var(--accent-color-2);
    color: #fff;
    border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li a i {
    font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin-right: 20px;
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
    margin-right: 0px;
}

.woocommerce-pagination span.current,
.woocommerce-pagination .page-links .current {
    cursor: not-allowed;
}

.woocommerce-pagination {
    margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

table.woocommerce-grouped-product-list.group_table td {
    vertical-align: middle;
}

td.woocommerce-grouped-product-list-item__price .price-prefix {
    margin-right: 10px;
}

/* .woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
} */

.woocommerce div.product form.cart .group_table td:first-child {
    padding-left: 30px;
}

.woocommerce div.product form.cart .group_table td .qty-label {
    display: none;
}

table.woocommerce-grouped-product-list.group_table del {
    color: #6e727d;
    font-weight: 400;
}

table.woocommerce-grouped-product-list.group_table ins {
    background: transparent;
}

table.woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item__price {
    color: var(--heading-color);
    font-weight: 600;
}

.masco-shop-items-wrap .woo-has-sidebar .site-main {
    padding-left: 40px;
}

/* .woocommerce ul.products li.product .button.add_to_cart_button:before {
    background-image: url(../img/button-cart-icon.svg);
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    display: none;
} */

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
    position: absolute;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added::after {
    right: 40px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--heading-color);
}

a.added_to_cart.wc-forward {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--accent-color-2);
    color: #fff;
    min-width: 226px;
    min-height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
}

.theme-masco a.add_to_wishlist.single_add_to_wishlist:hover:after {
    background: var(--accent-color);
    color: white;
}

.theme-masco .yith-wcwl-add-button span {
    font-size: 0;
}

.theme-masco .yith-wcwl-add-button {
    position: absolute;
    top: 65px;
    right: 17px;
    display: none;
    transition: al 0.4s ease-in-out;
}

.theme-masco li.product:hover .yith-wcwl-add-button {
    display: block;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    border-radius: 0px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    overflow: hidden;
}

.theme-masco ul.products li.product .button {
    background-color: var(--accent-color-2);
    padding: 17px 15px;
    border-radius: 30px;
    min-width: auto;
    width: 75%;
    left: 50%;
    bottom: -20px;
    color: var(--white-bg);
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
    transform: translate(-50%, -50%);
}

.woocommerce ul.products li.product:hover .button {
    opacity: 1;
    visibility: visible;
    bottom: 120px;
}

.theme-masco a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover::before {
    color: white;
    background: var(--accent-color);
}

.theme-masco a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added::after {
    right: 0px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white-bg);
}

.theme-masco a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-bg);
}

.theme-masco a.added_to_cart.wc-forward {
    top: 40%;
}

.archive.woocommerce ul.products li.product {
    margin-bottom: 45px;
}

.WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterVerScroll {
    max-height: inherit !important;
}

body.woocommerce-page.woocommerce-account {
    background-color: #f4f7fa;
}

.woocommerce-account header.entry-header .entry-title {
    color: var(--heading-color);
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 65px;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 36px 70px;
    width: 255px;
    height: fit-content;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    /* Style for "Dashboard" */
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.63px;
    line-height: 50px;
    text-transform: uppercase;
    display: block;
    /* Text style for "Dashboard" */
    /* Text style for "" */
    color: #57595e;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--accent-color);
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
}

.woocommerce-account .content-block .woocommerce {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 30px;
    width: calc(100% - 285px);
    border-radius: 10px;
    padding: 35px 44px 30px;
    height: fit-content;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 29px;
    color: var(--heading-color);
    margin-bottom: 14px;
}

.woocommerce-account .woocommerce table.shop_table {
    border: none;
    margin-bottom: 0;
}

.woocommerce-account table.shop_table tbody td {
    border-bottom: 1px solid #e7e9ed;
    color: var(--heading-color);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 29px;
    background-color: transparent;
}

.woocommerce table.shop_table tbody td,
.woocommerce-account .woocommerce table.shop_table thead th {
    padding: 20px 0 20px 20px;
}

.woocommerce-account .woocommerce table.shop_table tbody tr.woocommerce-orders-table__row--status-on-hold td.woocommerce-orders-table__cell-order-status {
    color: #f64b4b;
}

.woocommerce-account .woocommerce table.shop_table tbody tr.woocommerce-orders-table__row--status-processing td.woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce table.shop_table tbody tr.woocommerce-orders-table__row--status-refunded td.woocommerce-orders-table__cell-order-status {
    color: #f3832c;
}

.woocommerce-account .woocommerce table.shop_table tbody tr.woocommerce-orders-table__row--status-delivered td.woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce table.shop_table tbody tr.woocommerce-orders-table__row--status-completed td.woocommerce-orders-table__cell-order-status {
    color: #68d585;
}

.woocommerce-account .woocommerce table.shop_table tbody td a.woocommerce-button {
    padding: 14px 36px;
    letter-spacing: -0.2px;
}

.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
    padding: 0;
}

.woocommerce-account .woocommerce table.shop_table tbody tr:last-child td {
    border-bottom: none;
}

.woocommerce-account .woocommerce table.shop_table thead th {
    /* Style for "Order" */
    color: var(--text-color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.63px;
    text-transform: uppercase;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    margin-bottom: 5px;
    padding-right: 15px;
}

.woocommerce-account fieldset legend {
    padding-top: 20px;
    /* Style for "Change Pas" */
    color: var(--heading-color);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 32px;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-form-row span em {
    font-size: 14px;
}

.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
    padding: 29px 45px 40px;
}

.woocommerce-account .content-block .entry-header {
    margin-bottom: 85px;
    display: none;
}

.woocommerce-order-received .woocommerce-order p {
    padding-left: 30px;
    padding-top: 25px;
    padding-right: 25px;
    margin-bottom: 0;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content>p {
    /* Style for "The follow" */
    color: var(--text-color);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 29px;
    margin-bottom: 0;
    padding: 0 45px;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .title h3 {
    /* Style for "Billing Ad" */
    color: var(--heading-color);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 32px;
    margin-bottom: 15px;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .addresses address {
    /* Style for "David Fost" */
    color: var(--text-color);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 32px;
}

.woocommerce-account .addresses .title .edit {
    /* Style for "Edit" */
    color: var(--accent-color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.63px;
    text-transform: uppercase;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content {
    padding: 30px 40px;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    padding: 35px 45px 6px;
    border-bottom: 1px solid #e7e9ed;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .woocommerce-Address:last-child {
    border-bottom: none;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content>p {
    display: none;
}

.woocommerce table.shop_table.order_details thead th {
    padding-left: 15px;
}

.woocommerce table.shop_table.order_details tbody td {
    padding-left: 15px;
}

.woocommerce table.shop_table.order_details tbody .product-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.wsb-modal-header {
    box-shadow: none;
    border-bottom: 0;
}

.woocommerce table.shop_table.order_details tbody .product-image {
    padding-right: 15px;
    float: left;
}

.woocommerce table.shop_table.order_details tbody td.product-name a,
.woocommerce table.shop_table.order_details tbody td.product-total,
.woocommerce table.shop_table.order_details tfoot td,
.woocommerce table.shop_table.order_details tbody td.download-product a,
.woocommerce table.shop_table.order_details tfoot tr:last-child th {
    /* Style for "Apple AirP" */
    color: var(--heading-color);
    font-weight: normal;
    font-size: 17px;
    line-height: 29px;
    opacity: 0.8;
    font-weight: 600;
}

.woocommerce table.shop_table.order_details tbody .product-quantity {
    /* Style for "2 items" */
    color: var(--text-color);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 26px;
    display: inherit;
}

.woocommerce table.shop_table.order_details tbody td.download-product a {
    padding-top: 11px;
}

.woocommerce-account.woocommerce-view-order .woocommerce table.shop_table tbody tr:last-child td {
    border-bottom: 1px solid #e7e9ed;
}

.woocommerce table.shop_table.order_details tbody td:first-child {
    padding-left: 0;
}

.woocommerce table.shop_table.order_details tfoot th {
    /* Style for "Subtotal" */
    color: var(--text-color);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 29px;
}

.woocommerce table.shop_table.order_details tfoot tr:first-child th,
.woocommerce table.shop_table.order_details tfoot tr:first-child td {
    padding-top: 17px !important;
}

.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.shop_table.order_details tfoot tr td {
    padding: 3px 0;
}

.woocommerce table.shop_table.order_details tfoot tr:last-child th,
.woocommerce table.shop_table.order_details tfoot tr:last-child td {
    padding-top: 22px;
    padding-bottom: 0;
    line-height: 1;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content p.order-again {
    margin-top: 20px;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section:not(.woocommerce-columns),
.woocommerce-order-received .woocommerce-order section:not(.woocommerce-columns) {
    border-bottom: 1px solid #e7e9ed;
    padding: 30px 35px 35px;
    margin-bottom: 0;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
    padding: 0;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section:last-child,
.woocommerce-order-received .woocommerce-order section:last-child {
    border-bottom: none;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section.woocommerce-customer-details address,
.woocommerce-order-received .woocommerce-order section address {
    padding: 0;
    border: none;
    /* Style for "David Fost" */
    color: var(--text-color);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 29px;
    padding: 0 35px 40px;
    border-bottom: 1px solid #e7e9ed;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section h2,
.woocommerce-order-received .woocommerce-order section h2 {
    /* Style for "Billing Ad" */
    color: var(--heading-color);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 32px;
}

.woocommerce table.shop_table.order_details.woocommerce-table--order-details thead {
    display: none;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section.woocommerce-order-downloads {
    border-bottom: none;
    padding-bottom: 0;
}

.woocommerce-cart .woocommerce table.cart img,
.woocommerce-checkout .woocommerce table.cart img {
    width: 125px;
    height: 116px;
    background-color: var(--white-bg);
}

.woocommerce table.shop_table.order_details tbody td:last-child {
    border-top: 2px solid rgba(185, 193, 217, 0.2) !important;
    border-radius: 0px !important;
}

.woocommerce table.shop_table.order_details thead th:last-child,
.woocommerce table.shop_table.order_details tbody td:last-child {
    text-align: right;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section.woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details {
    padding: 0 !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section.woocommerce-customer-details h2.woocommerce-column__title,
.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details h2.woocommerce-column__title {
    padding: 35px 35px 0;
    margin-bottom: 24px;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-column--shipping-address address,
.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details .woocommerce-column--shipping-address address {
    border-bottom: none;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-column--shipping-address .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details .woocommerce-column--shipping-address .woocommerce-column__title {
    padding-top: 37px;
}

.woocommerce-order-received ul.order_details {
    display: none;
}

.woocommerce-order-received .woocommerce-order {
    background-color: #fff;
    max-width: 731px;
    margin: 0 auto;
    border-radius: 10px;
}

.woocommerce-order-received .woocommerce-order table.order_details {
    border: none;
}

.masco-order-success-icon {
    margin-bottom: 35px;
}

.woocommerce-order-received .elementor-element .masco-heading {
    padding-bottom: 18px !important;
    margin-bottom: 0;
}

.woocommerce-order-received .elementor-element span.masco-cart-count {
    display: none !important;
}

.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
    text-align: center;
    /* Style for "Thank you!" */
    color: var(--heading-color);
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 45px;
    margin-bottom: 50px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
form.woocommerce-ResetPassword.lost_reset_password {
    border: 1px solid #e7e9ed;
    background-color: #fff;
    max-width: 363px;
    margin: 0 auto;
    box-shadow: 0 34px 33px -23px rgba(22, 28, 45, 0.13);
    border-radius: 10px;
    padding: 20px 25px 17px;
    position: relative;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    width: 100%;
    margin-right: 0;
    /* Style for "Sign In" */
    width: 300px;
    padding: 21px 30px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    /* Style for "Remember m" */
    color: var(--heading-color);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 26px;
}

.woocommerce .woocommerce-form-login .lost_password a {
    /* Style for "Forgot pas" */
    color: var(--text-color);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 26px;
}

.woocommerce .woocommerce-form-login .lost_password {
    margin-bottom: 0;
    float: right;
}

p.woocommerce-lost-password-message {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -52px;
    margin-bottom: 52px !important;
    font-size: 19px !important;
}

.woocommerce-lost-password .site-header.masco-elementor-header .elementor-column {
    display: none;
}

.woocommerce-lost-password .site-header.masco-elementor-header .elementor-column:first-child {
    display: block;
    width: 100%;
}

.woocommerce-lost-password .site-header.masco-elementor-header .elementor-column:first-child .elementor-widget-image {
    text-align: center;
    padding: 30px 0 27px;
}

p.woocommerce-back-to-login-message a {
    /* Style for "Rememered" */
    color: var(--heading-color);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 29px;
    text-align: center;
}

p.woocommerce-back-to-login-message {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0 !important;
}

.woocommerce.archive p.post__caption {
    padding: 0 44px;
}

.masco-wc-widget .wpfFilterWrapper:nth-last-child(3) {
    border-bottom: none;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout .col2-set .col-2,
.woocommerce.woocommerce-account .col2-set .col-1,
.woocommerce-account.woocommerce-page .col2-set .col-1,
.woocommerce-account.woocommerce .col2-set .col-2,
.woocommerce-account.woocommerce-page .col2-set .col-2 {
    width: 100%;
}

.woocommerce-account #customer_login {
    text-align: center;
}

.woocommerce-account #customer_login h2 {
    margin-bottom: 36px;
}

.woocommerce form.edit-account button.button {
    letter-spacing: -0.2px;
    min-width: 168px;
}

.woocommerce-form-register input#terms {
    float: left;
    margin: 7px 9px 0px 0;
}

.woocommerce-form-register label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 15px;
    letter-spacing: -0.1px;
}

.woocommerce-form-register label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a {
    color: var(--heading-color);
}

.woocommerce .woocommerce-form-register .wc-terms-and-conditions {
    margin-bottom: 15px;
}

.woocommerce form .form-row label.woocommerce-form-login__rememberme input {
    margin-bottom: 17px;
    height: 14px;
}

.woocommerce-account.woocommerce-lost-password .content-block {
    padding-top: 115px;
}

/* .woocommerce.single div.product form.cart {
	display: flex;
	flex-wrap: wrap;
} */

.woocommerce div.product form.cart:before {
    content: '';
    width: 0;
    order: 1;
    flex-basis: 100%;
}

button.single_add_to_cart_button.button.alt {
    order: 0;
}

.woocommerce.single div.product form.cart div.quantity {
    margin-bottom: 0;
    flex-wrap: wrap;
    width: 155px;
    margin-right: 0px;
    order: 0;
    border: 1px solid rgba(185, 193, 217, 1);
    height: 50px;
    border-radius: 3px;
}

button.single_add_to_cart_button.button.alt {
    min-width: 150px !important;
    margin: initial;
    width: initial;
}

/* product cat  */

.masco-product-cat {
    width: 100%;
    text-align: center;
    background-color: #f4f7fa;
    border-radius: 10px;
    padding: 36px 45px 46px;
    margin-bottom: 30px;
    transition: 0.4s;
}

.masco-product-cat>a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.masco-product-cat .product-cat-title {
    text-align: left;
    /* Style for "Living Roo" */
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 34px;
    margin-bottom: 32px;
}

.masco-product-cat .product-cat-title span.product-count {
    display: block;
    /* Style for "23 Items" */
    color: var(--text-color);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 29px;
    margin-top: 5px;
}

.masco-product-cat img {
    align-self: center;
}

.masco-product-cat:hover {
    box-shadow: 0 62px 64px -10px rgba(1, 23, 48, 0.12);
    background-color: #fff;
}

span.masco-mini-cart .cart-count {
    /* Style for "Oval" */
    width: 20px;
    height: 20px;
    background-color: #68d585;
    /* Style for "2" */
    color: var(--white-color);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    right: -9px;
    top: -8px;
}

span.masco-mini-cart {
    position: relative;
}

.masco-elm-products-wrap .woocommerce ul.products li.product .product-thumb-wrapper {
    background-color: #f4f7fa;
}

.woocommerce .product .product_meta>span {
    color: var(--accent-color);
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.66em;
}

.woocommerce .product .product_meta>span>span {
    color: rgba(31, 40, 57, 0.7);
    margin-right: 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.66em;
    font-weight: 600;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
    padding: 15px 0;
    font-size: 16px;
    line-height: 32px;
    color: var(--text-color);
    text-align: left;
    background-color: transparent;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
    padding-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul>li::after {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul>li {
    margin: 0;
}

.woocommerce-cart table.shop_table thead th {
    padding-left: 35px;
}

.woocommerce form.checkout_coupon {
    width: 100%;
    max-width: 100%;
    box-shadow: unset;
    margin-bottom: 35px;
}

.woocommerce div.quantity input.qty[type="number"]::-webkit-outer-spin-button,
.woocommerce div.quantity input.qty[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/* .archive.woocommerce .blog-breadcrumb {
	background-color: transparent;
} */

.woocommerce.single .product .onsale {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper a:after {
    content: "Sale!";
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-items: center;
}

form.woocommerce-ordering .nice-select.orderby {
    border: 0;
    padding: 0px 3px 0px 30px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(20, 45, 76, 0.04);
    border-radius: 30px;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: left;
    width: 300px;
    margin-right: 45px;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 50px;
}

form.woocommerce-ordering .nice-select:after {
    margin-right: 15px;
}

.comment-form-rating .nice-select {
    width: 168px;
    margin-bottom: 15px;
}

body.woocommerce-cart,
body.woocommerce-checkout {
    background-color: #f4f7fa;
}

.woocommerce-cart h1.entry-title,
body.woocommerce-checkout h1.entry-title {
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -2px;
    display: none;
}

.woocommerce-cart .content-block .entry-header,
.woocommerce-checkout .content-block .entry-header {
    margin-bottom: 75px;
    display: none;
}

.woocommerce ul>li:after {
    display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.woocommerce-info {
    padding-left: 58px;
    position: relative;
    margin-bottom: 17px;
    padding-right: 30px;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    margin-bottom: 0 !important;
}

.woocommerce-NoticeGroup ul.woocommerce-error {
    background-color: #fff !important;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 30px;
    border-radius: 10px;
    transition: 0.4s;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    position: absolute;
    top: 13px;
    left: 30px !important;
    color: var(--accent-color);
    font-size: 16px;
}

.woocommerce-account .woocommerce table.shop_table tbody tr.woocommerce-orders-table__row--status-pending td a.woocommerce-button.button {
    padding: 0;
    background-color: transparent;
    color: var(--accent-color);
    margin-right: 8px;
}

.woocommerce-account .woocommerce table.shop_table tbody tr.woocommerce-orders-table__row--status-pending td a.woocommerce-button.button.cancel {
    color: #f74d4d;
}

.woocommerce-account .woocommerce table.shop_table tbody tr.woocommerce-orders-table__row--status-pending td a.woocommerce-button.button.pay {
    color: #68d585;
}

.variations .nice-select {
    width: 232px;
    max-width: 100%;
    margin-left: auto;
}

.woocommerce div.product form.cart .variations td.value {
    width: 88%;
}

.woocommerce form .form-row .input-checkbox {
    margin-top: -15px;
}

ul.wc_payment_methods.payment_methods.methods li {
    padding-left: 0 !important;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline-flex;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row span.select2-selection.select2-selection--single {
    padding: 15px 20px;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0px;
}

.select2-container .selection {
    display: block;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
}

span.select2-selection.select2-selection--single {
    padding: 16px 17px;
    display: block;
    width: 100%;
    height: unset !important;
    position: relative;
    border-radius: 30px;
}

form.woocommerce-product-search {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

form.woocommerce-product-search button {
    position: absolute;
    right: 0;
    background-color: var(--accent-color);
    color: #fff;
    top: 0;
    height: 100%;
    font-size: 14px;
    padding: 0 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

form.woocommerce-product-search input.search-field {
    height: 60px;
    width: 100%;
    padding: 0 25px;
    border: none;
    background: rgba(4, 37, 82, 0.03);
    border-radius: 10px;
}

/* price range css0 */

.masco-wc-widget .ui-slider.ui-widget-content .ui-slider-handle {
    background: #fff;
    border: none !important;
    border-radius: 0;
    width: 20px;
    border-radius: 30px;
    height: 20px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2)
}

.ui-slider.ui-widget-content:not(.iris-slider-offset) {
    background: rgba(4, 37, 82, 0.03) !important;
    box-shadow: 0px 4px 60px rgb(13 89 239 / 6%);
}

.wpfPriceRangeField#wpfMinPrice,
.wpfPriceRangeField#wpfMaxPrice {
    color: rgba(4, 37, 82, 0.8) !important;
    ;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.wpfPriceInputs .wpfCurrencySymbol {
    font-size: 16px !important;
    color: rgba(4, 37, 82, 0.8);
    font-weight: 600;
    margin-right: -2px !important;
    margin-top: -1px;
}

/* UI Slider */

.wpfFilterWrapper .ui-slider-horizontal {
    height: 8px;
    width: 100%;
    border-radius: 30px !important;
    border: none !important;
    box-shadow: 0px 4px 60px rgba(13, 89, 239, 0.06);
}

.ui-slider .ui-slider-range {
    background-color: #FF6C40 !important;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
    padding-left: 20px !important;
}

/* .woocommerce a.mascoquickview {
   display: none;
} */

/* woocommerce-checkout */

.woocommerce-checkout .content-block,
.woocommerce-account .content-block {
    background: #FBFCFC;
}

.woocommerce-MyAccount-content p strong {
    color: var(--heading-color);
}

/* single page */

#commentform textarea:focus,
#commentform input:not([type="submit"]):not([type="checkbox"]):focus {
    border-color: #eaeced;
}

.woocommerce-notices-wrapper .woocommerce-error {
    padding-left: 60px;
    padding-top: 10px;
}

.woocommerce-cart .woocommerce-message {
    padding: 20px 30px 20px 60px;
    text-align: left;
}

/* masco shop css*/

.theme-masco .blog-breadcrumb h1.post__title {
    margin-bottom: 25px;
    font-size: 62px;
    line-height: 1.05;
}

.theme-masco a.mascoquickview {
    display: none;
}

.theme-masco a.mascoquickview {
    position: absolute;
    top: 60px;
    right: 17px;
    background: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}

.theme-masco ul.products li.product:hover a.mascoquickview {
    display: block !important;
}

.theme-masco ul.products li.product span.price {
    display: flex !important;
}

.theme-masco ul.products li.product .price del {
    margin-left: 10px;
    order: 2;
}

.theme-masco a.mascoquickview:hover {
    background: var(--accent-color) !important;
}

.theme-masco a.mascoquickview i {
    color: #496488;
    font-size: 16px;
}

.single.single-product.theme-masco .woocommerce-message {
    margin-bottom: 60px;
}

.theme-masco a.mascoquickview:hover i {
    color: #fff !important;
}

.theme-masco .masco-woocommerce-page {
    padding: 50px 0px 120px 0px;
    background: #F7F8FA !important;
}

.theme-masco .yith-wcwl-add-to-wishlist span.feedback {
    display: none;
}

.theme-masco .yith-wcwl-add-to-wishlist a {
    text-decoration: none;
    background: var(--accent-color);
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 35px;
    left: 0;
    border-radius: 0px;
}

.theme-masco .yith-wcwl-wishlistexistsbrowse {
    position: absolute;
    top: 60px;
    width: 100%;
    display: none;
}

.theme-masco .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse {
    display: none !important;
}

.theme-masco .yith-wcwl-add-button a {
    padding: 0 !important;
    border-radius: 0px !important;
    background: transparent !important;
}

.theme-masco .yith-wcwl-add-to-wishlist a:hover {
    color: #fff;
}

.theme-masco ul.products li.product a.woocommerce-LoopProduct-link {
    box-shadow: none;
    border-radius: 5px;
    background: transparent;
}

.theme-masco ul.products li.product .product-thumb-wrapper {
    background: #F4F4F4;
    border-radius: 5px;
}

.theme-masco ul.products li.product .price {
    color: var(--accent-color-2);
}

.theme-masco ul.products li.product .onsale {
    background-color: #F54748;
    margin: inherit;
    padding: 8px 10px;
    top: 20px;
    left: 20px;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    width: 60px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.theme-masco ul.products li.product .product-thumb-wrapper {
    height: 300px;
}

.theme-masco a.add_to_wishlist.single_add_to_wishlist {
    position: relative;
}

.theme-masco a.add_to_wishlist.single_add_to_wishlist:after {
    position: absolute;
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 0;
    font-size: 16px;
    height: 35px;
    width: 35px;
    background: #fff;
    line-height: 35px;
    border-radius: 3px;
    color: #496488;
    transition: all 0.4s ease-in-out;
}

.theme-masco nav.woocommerce-pagination li .current {
    border-radius: 50% !important;
    background: var(--accent-color-2) !important;
}

.theme-masco nav.woocommerce-pagination li a:hover {
    background: var(--accent-color) !important;
}

.theme-masco ul.products li.product .star-rating {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

/* theme-masco shop sidebar css*/

.theme-masco-shop-sidebar .widget h2 {
    color: var(--heading-color);
}

.theme-masco-shop-sidebar .widget ul li a {
    color: var(--heading-color);
}

.theme-masco-shop-sidebar span.wc-block-product-categories-list-item-count span {
    color: var(--heading-color);
}

.theme-masco .wc-block-product-search .wc-block-product-search__field {
    width: 100%;
    height: 60px;
    padding: 0px 55px 0px 20px;
    font-size: 16px;
    background: #FFFFFF;
    border-radius: 50px;
    border: 0;
    color: rgba(73, 100, 136, 0.8);
    border: 1px solid rgba(73, 100, 136, 0.1);
    box-sizing: border-box;
    border-radius: 5px;
}

.theme-masco .wc-block-product-search .wc-block-product-search__field::placeholder {
    color: rgba(73, 100, 136, 0.8);
}

.theme-masco button.wc-block-product-search__button svg {
    display: none;
}

.theme-masco button.wc-block-product-search__button {
    position: absolute !important;
    top: 8px;
    right: 9px;
    background: var(--accent-color-2);
    height: 45px;
    width: 45px;
    border-radius: 5px;
}

.theme-masco .wc-block-product-search__fields {
    position: relative;
}

.theme-masco label.wc-block-product-search__label {
    display: none;
}

.theme-masco button.wc-block-product-search__button:after {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 16px;
    color: var(--white-bg);
}

.theme-masco .widget ul li {
    border-bottom: 1px solid rgba(73, 100, 136, 0.1);
    font-size: var(--body-font);
}

.theme-masco .widget ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.theme-masco .price_slider_wrapper .price_slider_amount:before {
    line-height: 45px;
    font-size: 20px;
}

.theme-masco .price_slider_wrapper .price_slider_amount input {
    display: block !important;
    max-height: 45px;
    border-radius: 3px;
    border: 1px solid var(--accent-color-2);
    background-color: transparent;
    width: 60px;
    color: var(--heading-color);
    padding: 0 9px;
    line-height: 45px;
    text-align: center;
}

.theme-masco .price_slider_wrapper .price_slider_amount button.button {
    padding: 0 5px;
    color: #f4f7fa;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.63px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-left: 8px;
    text-indent: -116px;
    line-height: 0;
    overflow: hidden;
    height: 45px;
    width: 60px;
    margin-left: 20px;
    background-color: var(--accent-color-2);
}

.theme-masco .wc-block-product-categories {
    margin-bottom: 2em;
}

.theme-masco .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: 600 !important;
    padding-top: 20px !important;
    margin-bottom: 10px !important;
}

.theme-masco .widget .tagcloud a {
    padding: 6px 16px;
    color: rgba(0, 38, 81, 0.8);
    font-size: 14px !important;
    border-radius: 2px;
    border: 0.372833px solid #C3D0DC;
}

.theme-masco .widget .tagcloud a:hover {
    background-color: var(--accent-color);
    color: var(--white-bg);
    border: 0.372833px solid var(--accent-color);
}

.theme-masco ul.products li.product .price {
    padding-bottom: 0px;
    margin-bottom: 0;
}

/* theme-masco shop single css*/

.theme-masco .theme-masco-breadcrumb p.post__caption {
    display: none;
}

.theme-masco div.product div.images .woocommerce-product-gallery__wrapper a {
    background: transparent;
}

.theme-masco div.product .woocommerce-product-gallery .flex-viewport {
    background: transparent;
}

.theme-masco div.product div.summary {
    margin-bottom: 70px;
}

.theme-masco div.product .product_title {
    font-size: 45px;
    line-height: 1.22;
    letter-spacing: 0;
    margin-top: -25px;
}

.theme-masco .woocommerce-product-details__short-description {
    font-size: 18px;
    line-height: 26px;
    order: -1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.single.single-product.theme-masco .related.products h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 600;
}

.single.single-product.theme-masco .summary .price .amount {
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 42px !important;
    color: var(--accent-color) !important;
}

.single.single-product.theme-masco div.product p.price del {
    opacity: 1;
    padding-right: 25px;
}

.single.single-product.theme-masco div.product p.price ins {
    position: relative;
}

.single.single-product.theme-masco div.product p.price ins:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: -22px;
    font-size: 16px;
    color: var(--accent-color);
    transform: translateY(-50%);
}

.single.single-product.theme-masco span.price-prefix {
    display: none;
}

.single.single-product.theme-masco p.price {
    display: flex;
    align-items: center;
    margin-bottom: -5px;
}

.single.single-product.theme-masco .product .product_meta {
    display: inline-block;
    margin-top: 25px;
}

.single.single-product.theme-masco .product .product_meta>span {
    color: var(--heading-color);
}

.single.single-product.theme-masco .product .product_meta>span>span {
    color: var(--text-color);
    font-weight: 400;
}

.single.single-product.theme-masco .product_meta a {
    color: var(--text-color);
}

.single.single-product.theme-masco div.product div.summary {
    position: relative;
}

.single.single-product.theme-masco .woocommerce-product-rating {
    position: absolute;
    top: -60px;
    left: 45px;
}

.single.single-product.theme-masco a.woocommerce-review-link {
    display: none;
}

.single.single-product.theme-masco .entry-content ul>li {
    padding-left: 35px !important;
    color: var(--heading-color);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    position: relative;
}

.single.single-product.theme-masco .entry-content ul>li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    left: 0;
    font-size: 10px;
    color: #fff;
    background: var(--accent-color-2);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}

.single.single-product.theme-masco .masco-woo-related-product-area {
    padding: 70px 0 0px;
}

.single.single-product.theme-masco .masco-woocommerce-page {
    padding: 130px 0px 70px 0px;
}

.single.single-product.theme-masco div.product form.cart .button {
    margin-bottom: 20px;
}

.single.single-product.theme-masco .product_meta span.posted_in {
    margin-top: 10px;
}

.single.single-product.theme-masco div.product form.cart div.quantity {
    margin-bottom: 20px;
    margin-right: 15px !important;
    width: 180px;
    height: 60px;
    border: 1px solid #B9C1D9;
    padding: 0px 10px;
}

.single.single-product.theme-masco button.wsb-button.js-wsb-add-to-cart {
    display: none;
}

.single.single-product.theme-masco .single_add_to_cart_button.button {
    background-color: var(--accent-color) !important;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    width: 180px;
    height: 60px;
    position: relative;
}

/* .single.single-product.theme-masco .single_add_to_cart_button.button:after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    right: 30px;
    font-size: 16px;
    transform: translateY(-50%);
} */

.single.single-product.theme-masco .elementor-lightbox .elementor-lightbox-image {
    background: #fff;
}

.single.single-product.theme-masco div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 3px solid rgba(73, 100, 136, 0.1);
}

.single.single-product.theme-masco .yith-wcwl-add-to-wishlist {
    display: none;
}

/* theme-masco Cart */

.woocommerce-cart.theme-masco .content-block {
    background: #F7F8FA !important;
}

.woocommerce-cart.theme-masco .cart-subtotal th {
    color: var(--heading-color) !important;
}

.woocommerce-cart.theme-masco .woocommerce-cart-form table.shop_table tbody td.actions .coupon button {
    left: -71px;
}

.woocommerce-cart.theme-masco .woocommerce button.button:disabled,
.woocommerce-cart.theme-masco .woocommerce button.button:disabled[disabled] {
    margin-left: -60px;
}

.woocommerce-cart.theme-masco .content-block {
    padding: 130px 0px 130px 0px;
}

.woocommerce-cart.theme-masco .cart_item td {
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce-cart.theme-masco a.button.alt:hover {
    border-radius: 3px;
    font-size: 16px;
    text-transform: capitalize;
}

.woocommerce-cart.theme-masco .cart_totals table tbody tr th {
    font-weight: 600 !IMPORTANT;
    font-size: 20px !important;
    color: var(--heading-color);
}

.woocommerce-cart.theme-masco .cart_totals table thead tr:before,
.woocommerce-cart.theme-masco .cart_totals table tbody tr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(73, 100, 136, 0.1);
}

.woocommerce-cart.theme-masco .cart_totals .woocommerce-Price-amount.amount bdi {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--heading-color) !important;
}

.woocommerce-cart.theme-masco .woocommerce-error,
.woocommerce-cart.theme-masco .woocommerce-info,
.woocommerce-cart.theme-masco .woocommerce-message {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
}

.woocommerce-cart.theme-masco .cart .button {
    float: left;
}

.woocommerce-cart.theme-masco .woocommerce-cart-form table.shop_table tbody td.actions button {
    border: 0;
    background: var(--accent-color-2);
    border-radius: 3px !important;
    color: #fff;
}

/* Cart Page */

.theme-masco .woocommerce-error::before,
.theme-masco .woocommerce-info::before,
.theme-masco .woocommerce-message::before {
    color: #3d5af1;
}

.woocommerce-cart.theme-masco .return-to-shop a.button.wc-backward {
    color: #fff;
    background-color: var(--accent-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    min-width: 217px;
    min-height: 50px;
    text-transform: capitalize;
    border-radius: 4px;
}

.theme-masco .woocommerce-cart-form__cart-item {
    background-color: #fff;
    padding: 30px 40px;
}

.theme-masco .woocommerce table.shop_table.cart {
    border-spacing: 0;
}

.woocommerce-cart.theme-masco table thead tr:first-child,
.woocommerce-cart.theme-masco table tbody tr:first-child {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.woocommerce-cart.theme-masco .woocommerce table.shop_table thead th {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--heading-color);
    letter-spacing: 0;
}

.woocommerce-cart.theme-masco .woocommerce table.cart img,
.woocommerce-checkout.theme-masco .woocommerce table.cart img {
    background-color: rgba(20, 45, 76, 0.04);
}

.woocommerce-cart.theme-masco .woocommerce button.button:disabled,
.woocommerce-cart.theme-masco .woocommerce button.button:disabled[disabled] {
    float: left;
    background: var(--accent-color);
    border-radius: 3px !important;
    width: 149px;
    height: 60px;
    border: none;
    color: #fff;
}

.theme-masco .woocommerce #content table.cart td.actions .coupon,
.theme-masco .woocommerce table.cart td.actions .coupon,
.theme-masco .woocommerce-page #content table.cart td.actions .coupon,
.theme-masco .woocommerce-page table.cart td.actions .coupon {
    margin-right: 0;
}

.woocommerce-cart.theme-masco .woocommerce table.cart td.actions .coupon .input-text {
    background: #ffffff;
    border: 1px solid rgba(0, 38, 81, 0.15);
    border-radius: 5px;
}

.woocommerce-cart.theme-masco .woocommerce-cart-form table.shop_table tbody td.actions .coupon button {
    border-radius: 5px !important;
}

.theme-masco .woocommerce .quantity {
    border-radius: 3px !important;
}

.woocommerce-cart.theme-masco .woocommerce .cart_item td.product-name a,
.woocommerce-cart.theme-masco .woocommerce .cart_item td {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 28px;
    color: var(--text-color) !important;
}

.woocommerce-cart.theme-masco table.cart td.product-remove a.remove {
    background: rgba(73, 100, 136, 0.3);
    color: #fff !important;
}

.theme-masco .woocommerce div.quantity input.qty:focus {
    border-color: rgba(0, 38, 81, 0.15);
}

.woocommerce-cart.theme-masco .cart_totals table tbody tr {
    position: relative;
}

.woocommerce-cart.theme-masco .cart_totals table tbody tr::before {
    width: 100%;
    height: 2px;
    background-color: rgba(73, 100, 136, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.woocommerce-cart.theme-masco .cart_totals table tbody tr:first-child {
    background-color: transparent !important;
}

.woocommerce-cart.theme-masco .woocommerce a.button.alt {
    background: var(--accent-color);
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    letter-spacing: 1px;
}

/* theme-masco checkout css*/

.woocommerce-checkout.theme-masco .content-block {
    background: #F7F8FA;
    padding-top: 120px;
}

.woocommerce-checkout.theme-masco div#customer_details {
    background: transparent !important;
}

.woocommerce-checkout.theme-masco .woocommerce-checkout-payment {
    background: transparent !important;
}

.woocommerce-checkout.theme-masco table.shop_table.woocommerce-checkout-review-order-table {
    background-color: transparent;
}

.woocommerce-checkout.theme-masco table.shop_table.woocommerce-checkout-review-order-table thead tr th {
    background: transparent;
}

.woocommerce-checkout.theme-masco .woocommerce form .form-row input.input-text {
    border: 1px solid rgba(73, 100, 136, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.woocommerce-checkout.theme-masco .woocommerce form .form-row span.select2-selection.select2-selection--single {
    border: 1px solid rgba(73, 100, 136, 0.2);
    background: transparent;
    border-radius: 3px;
}

.woocommerce-checkout.theme-masco form .form-row label {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 14px;
    letter-spacing: 0px;
}

.woocommerce-checkout.theme-masco #customer_details,
.theme-masco #add_payment_method #payment,
.woocommerce-checkout.theme-masco #payment,
.woocommerce-checkout.theme-masco #payment {
    padding: 0;
}

.woocommerce-checkout.theme-masco table.shop_table.woocommerce-checkout-review-order-table {
    padding: 0;
}

.woocommerce-checkout.theme-masco h3#order_review_heading {
    padding: 0;
    background: transparent;
}

.woocommerce-checkout.theme-masco #payment ul.payment_methods li.woocommerce-info {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    padding-left: 70px !important;
}

.woocommerce-checkout.theme-masco .woocommerce button.button.alt {
    background: var(--accent-color);
    border-radius: 3px;
    width: 200px;
    height: 60px;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0px;
}

.woocommerce-checkout.theme-masco .woocommerce-info::before {
    color: var(--heading-color);
}

/* theme-masco account */

.woocommerce-account.theme-masco .content-block {
    background: #F7F8FA;
}

.woocommerce-account.theme-masco .content-block {
    padding-top: 120px;
}

.woocommerce-wishlist.theme-masco .entry-header {
    display: none;
}

.woocommerce-account.theme-masco button.woocommerce-button.button.woocommerce-form-login__submit {
    background: var(--accent-color);
}

.woocommerce-wishlist.theme-masco .content-block {
    padding-top: 30px;
    padding-bottom: 130px;
}

.woocommerce-wishlist header.entry-header {
    display: none;
}

.woocommerce-wishlist .content-block {
    padding-top: 0;
}

.woocommerce-wishlist .wishlist-title.wishlist-title-with-form {
    display: none;
}

.woocommerce-wishlist .woocommerce table.shop_table thead th {
    padding: 20px 20px 40px;
}

.woocommerce-account .content-block {
    padding-bottom: 90px;
}

.masco-woocommerce-page .masco-wc-widget.widget:last-child {
    margin-bottom: 0;
}

/* Responsive css */

@media only screen and (min-width: 768px) {
    .masco-elm-products-wrap ul.products.columns-4 li.product {
        margin-right: 0;
        margin-left: 0;
        width: 25%;
        padding: 0 15px;
        margin-bottom: 62px;
    }

    .masco-elm-products-wrap ul.products.columns-4 li.product.last {
        margin-right: 0;
    }

    .masco-elm-products-wrap ul.products.columns-4 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce-cart .woocommerce table.shop_table thead th {
        padding-left: 15px;
    }

    .woocommerce-cart .woocommerce table.shop_table tbody td,
    .woocommerce-cart .woocommerce-account .woocommerce table.shop_table thead th {
        padding: 20px 10px 20px 10px;
    }

    .woocommerce-cart .woocommerce .cart_item td.product-name a,
    .woocommerce-cart .woocommerce .cart_item td {
        font-weight: 600;
        font-size: 16px !important;
        line-height: 28px;
        color: var(--heading-color);
    }

    .masco-shop-items-wrap .site-main {
        padding-left: 0;
    }

    .woocommerce-account .content-block .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-left: 0;
        width: 100%;
    }

    .woocommerce table.shop_table tbody td,
    .woocommerce-account .woocommerce table.shop_table thead th {
        padding: 20px 0px 20px 35px;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        padding: 1px 25px 5px 25px;
    }

    .cart_totals tr {
        padding-top: 0;
        margin-bottom: 0;
    }

    .woocommerce-cart table.cart td.actions {
        padding-left: 30px;
    }

    .woocommerce .coupon .button {
        margin: 15px 0px;
        float: initial !important;
    }
}

@media only screen and (max-width:345px) and (min-width: 320px) {
    .woocommerce-cart .woocommerce .cart .quantity {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .masco-woocommerce-page .col-md-4 {
        width: 100%;
    }

    .masco-woocommerce-page .col-md-8 {
        width: 100%;
    }

    .woocommerce-cart .woocommerce .cart_item td {
        padding-top: 30px;
        padding-bottom: 40px;
    }

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

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
    }

    .woocommerce-cart .woocommerce .coupon .button {
        width: auto !important;
    }

    .woocommerce-cart table.cart td.actions {
        padding-top: 50px;
    }

    .woocommerce-cart table tbody tr {
        border-bottom: 0 !important;
        border-top: 0 !important;
    }

    .theme-masco-shop-sidebar {
        padding-top: 70px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added::after {
        right: 0;
    }

    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
        right: 0;
    }

    .woocommerce-shop .masco-woocommerce-page {
        padding: 100px 0px !important;
    }

    .masco-woo-related-product-area {
        padding: 55px 0 45px !important;
    }

    td.product-name:nth-child(3) {
        width: 25% !important;
    }

    .woocommerce-checkout .content-block {
        padding: 80px 0 80px;
    }

    ul.products.columns-4 li.product {
        width: 31.2%;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0px 10px;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0px -10px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        margin-bottom: 10px;
    }

    .woocommerce-account .content-block {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
    ul.products.columns-4 li.product {
        width: 31.2%;
    }

    ul.products.columns-3 li.product {
        width: 47% !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0px 8px 30px 8px;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0px -10px;
    }

    ul.products.columns-3 {
        display: flex;
        flex-wrap: wrap;
    }

    ul.products.columns-4 {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce-orders .content-block {
        padding: 100px 0px !important;
    }

    .woocommerce.archive .masco-woocommerce-page {
        padding: 100px 0px 90px 0px;
    }

    .blog-breadcrumb.masco-breadcrumb {
        padding: 60px 0px 80px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
    .woocommerce-cart .content-block {
        padding: 45px 0px 65px 0px !important;
    }

    .woocommerce #review_form #respond p.comment-form-author {
        padding-right: 0;
    }

    .woocommerce #reviews #comments ol.commentlist {
        padding-left: 0;
    }

    .comment-form-rating {
        width: 100%;
    }

    .woocommerce #review_form #respond p.comment-form-author,
    .woocommerce #review_form #respond p.comment-form-email {
        min-width: 100%;
    }

    .related.products li {
        margin-bottom: 30px !important;
    }

    .wishlist_table.mobile li {
        padding-left: 0 !important;
    }

    .single.single-product.theme-masco .masco-woocommerce-page {
        padding: 80px 0px 30px 0px !important;
    }

    .theme-masco div.product div.summary {
        margin-bottom: 20px;
    }

    .woocommerce-cart.theme-masco .content-block {
        padding: 80px 0px 65px 0px !important;
    }

    .woocommerce-cart.theme-masco .woocommerce table.shop_table thead th {
        font-size: 16px;
    }

    .woocommerce-cart.theme-masco .woocommerce button.button:disabled,
    .woocommerce-cart.theme-masco .woocommerce button.button:disabled[disabled] {
        margin-left: 0;
    }

    .woocommerce-cart.theme-masco .woocommerce-message {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .woocommerce-cart.theme-masco .woocommerce-cart-form table.shop_table tbody td.actions button {
        width: 180px;
    }

    .woocommerce-checkout.theme-masco .woocommerce-info {
        margin-top: 35px;
    }

    .woocommerce-checkout.theme-masco .content-block {
        padding-top: 50px;
    }

    .woocommerce-wishlist.theme-masco .blog-breadcrumb {
        padding-bottom: 0 !important;
    }

    .woocommerce-page .blog-breadcrumb {
        padding: 170px 0px 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce div.product div.images.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper {
        padding: 0 0px 0 0;
    }

    .woocommerce-cart .content-block {
        padding: 25px 0px 80px 0px;
    }

    .wishlist_table.mobile li .item-wrapper {
        width: 100%;
    }

    .wishlist_table .product-add-to-cart a {
        margin: 0 0 0 auto !IMPORTANT;
        text-align: right;
    }

    ul.shop_table.cart.wishlist_table td {
        padding: 0 10px !important;
    }

    .masco-woocommerce-page {
        padding: 80px 0px 75px !important;
    }

    .masco-woocommerce-page.masco-single {
        padding: 80px 0px 20px !important;
    }

    ul.products.columns-4 li.product {
        width: calc(50% - 30px);
        margin-right: 30px;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin-left: 0px;
    }

    .woocommerce div.product div.summary {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce div.product .product_title {
        padding-right: 0;
        margin-top: 20px;
    }

    .woocommerce #content div.product .woocommerce-tabs,
    .woocommerce div.product .woocommerce-tabs,
    .woocommerce-page #content div.product .woocommerce-tabs,
    .woocommerce-page div.product .woocommerce-tabs {
        padding-bottom: 0px;
    }

    .masco-woo-related-product-area {
        padding-top: 35px !important;
        padding-bottom: 30px !important;
    }

    .masco-wc-order-details-wrapp {
        padding-left: 30px;
    }

    .masco-shop-items-wrap .site-main {
        padding-left: 0;
    }

    .archive.woocommerce ul.products.columns-3 li.product,
    .archive.woocommerce-page ul.products.columns-3 li.product {
        width: 50% !important;
        margin-right: 0 !important;
        float: left !important;
        clear: none;
        padding: 0 15px;
        margin-bottom: 50px;
    }

    .archive.woocommerce ul.products.columns-3,
    .archive.woocommerce-page ul.products.columns-3 {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce-account .woocommerce table.shop_table tbody td,
    .woocommerce-account .woocommerce table.shop_table thead th {
        padding: 13px 18px;
        display: initial;
    }

    .woocommerce-account .content-block {
        padding: 80px 0 80px !important;
    }

    .woocommerce-account .content-block .entry-header {
        margin-bottom: 50px;
    }

    .woocommerce-account.woocommerce-lost-password .content-block {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .masco-elm-products-wrap ul.products.columns-4 li.product {
        width: 33.33%;
    }

    .masco-elm-products-wrap ul.products.columns-4 li.product.first {
        clear: unset;
    }

    .masco-elm-products-wrap ul.products.columns-4 {
        margin-bottom: 0;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left;
    }

    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added::after {
        right: 20px;
    }

    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
        right: 20px;
    }

    .woocommerce-checkout .content-block,
    .woocommerce-account .content-block {
        padding: 20px 0px 75px 0px;
    }

    .woocommerce div.product div.summary {
        margin-top: 50px;
    }

    .woocommerce-order-received .content-block {
        padding-top: 75px !important;
    }

    .woocommerce-cart table.cart td.product-remove a.remove {
        display: inline-block;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: revert !important;
    }

    .woocommerce-account table.shop_table tbody td {
        font-size: 16px;
    }

    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: table-cell !important;
    }

    .woocommerce table.shop_table td.product-thumbnail {
        max-width: 100%;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: revert;
    }

    .woocommerce-cart .woocommerce-message {
        padding: 20px 30px 20px 60px !important;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .woocommerce-notices-wrapper .woocommerce-error {
        margin-bottom: 0;
    }

    .woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
        margin-bottom: 40px;
    }

    .wishlist_table.mobile li .item-wrapper .item-details {
        width: 100%;
    }

    .woocommerce-info {
        margin-top: 55px;
    }

    .woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
        padding: 29px 35px 40px !important;
        margin-top: -40px !important;
    }

    .woocommerce table.shop_table thead th {
        font-size: 16px;
    }

    .woocommerce table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive thead {
        display: contents;
    }

    .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .woocommerce-Address {
        padding: 35px 0 6px;
    }

    .woocommerce-wishlist .content-block {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .woocommerce .wishlist-title h2 {
        padding-top: 0;
        margin-bottom: 0;
        margin-top: -30px;
    }

    .woocommerce td.product-name:nth-child(3) {
        width: 25%;
        text-align: left !important;
    }

    .blog-breadcrumb.masco-breadcrumb {
        padding: 50px 0px 55px 0px;
    }

    .masco-shop-sidebar {
        margin-bottom: 80px;
    }

    .masco-default .woocommerce-product-rating .star-rating {
        position: sticky;
    }

    .theme-masco .woocommerce-pagination {
        margin-top: 0;
    }

    .theme-masco ul.products li.product .button {
        right: 15px;
    }

    .theme-masco a.mascoquickview {
        position: absolute;
        top: 59px;
        right: 32px;
    }

    .woocommerce-account.theme-masco .content-block {
        padding-top: 80px !important;
    }

    .theme-masco .yith-wcwl-add-button {
        right: 32px;
    }

    .theme-masco .cart-empty {
        margin-top: 0 !important;
    }

    .woocommerce-cart.theme-masco .woocommerce .cart_item td.product-name a,
    .woocommerce-cart.theme-masco .woocommerce .cart_item td {
        font-size: 16px !important;
    }

    .single.single-product.theme-masco .woocommerce-product-rating {
        position: absolute;
        top: -60px;
        left: 0px;
    }

    .woocommerce .masco-woocommerce-page {
        padding: 80px 0px 70px !important;
    }

    .single.single-product.theme-masco div.product div.summary {
        margin-top: 50px;
    }

    .woocommerce table.shop_table.cart td.product-price {
        width: 15%;
    }

    .woocommerce table.shop_table.cart td.product-subtotal {
        width: 15%;
    }

    .theme-masco .woocommerce-product-details__short-description {
        margin-bottom: 0;
    }

    .theme-masco .blog-breadcrumb h1.post__title {
        font-size: 48px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .woocommerce #reviews #comments ol.commentlist {
        padding-left: 0;
    }

    .woocommerce #review_form #respond p.comment-form-author {
        padding-right: 0;
    }

    .related.products li {
        margin-bottom: 30px !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        height: 65px;
        margin-right: 10px;
    }

    .woocommerce div.product form.cart {
        margin-bottom: 0px;
    }

    .woocommerce div.product form.cart .group_table td:first-child {
        padding-left: 15px !important;
    }

    .woocommerce.single div.product form.cart div.quantity {
        margin-right: 0 !important;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper {
        padding: 0 0px 0 0;
    }

    .woocommerce div.product div.summary {
        margin-top: 10px;
    }

    .woocommerce-checkout .content-block,
    .woocommerce-account .content-block {
        padding: 5px 0px 55px 0px;
    }

    .checkout.woocommerce-checkout h3#order_review_heading {
        padding: 0px 0px 0px 0px;
        margin-top: -20px;
    }

    .checkout.woocommerce-checkout #customer_details,
    #add_payment_method #payment,
    .woocommerce-cart #payment,
    .woocommerce-checkout #payment {
        padding: 0px 0px 20px 0px;
    }

    .masco-wc-order-details-wrapp #payment {
        padding: 5px 5px 0px 5px !important;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
        padding: 0 0px 20px 0px;
    }

    .woocommerce .coupon .button {
        width: 100% !important;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        width: 100%;
        margin-right: 0;
    }

    .woocommerce-cart .content-block {
        padding: 5px 0px 60px 0px;
    }

    .woocommerce-cart table.cart td.actions {
        padding: 0;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        min-width: initial;
        height: 60px;
        display: initial;
    }

    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: none;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100%;
        display: block;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        display: inline-block;
    }

    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
        width: 48.1% !important;
    }

    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
        width: 30.79667% !important;
    }

    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        width: 22.15% !important;
    }

    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        width: 16.96% !important;
    }

    .woocommerce div.product div.summary {
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .woocommerce #review_form #respond p.comment-form-author,
    .woocommerce #review_form #respond p.comment-form-email {
        min-width: 100%;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }

    .woocommerce div.product .product_title {
        padding-right: 0;
        margin-top: 30px;
    }

    .woocommerce-cart table.cart td.product-name a {
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        color: rgba(4, 37, 82, 0.8);
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        width: 50%;
        text-align: left;
    }

    .woocommerce-cart table.cart td.product-price,
    .woocommerce-cart table.cart td.product-subtotal {
        font-size: 17px;
    }

    #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 {
        width: 100% !important;
        margin: 15px 0px;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        border: none;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woocommerce div#customer_details.col2-set,
    .masco-wc-order-details-wrapp {
        min-width: 100%;
    }

    .woocommerce div#customer_details.col2-set {
        margin-bottom: 20px;
    }

    .masco-wc-order-details-wrapp {
        padding-left: 0;
    }

    .container {
        max-width: 390px;
    }

    .masco-woocommerce-page {
        padding: 60px 0 60px !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 10px 0 5px;
        display: block;
        margin-bottom: 5px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 3px 0;
        font-weight: 600;
    }

    .woocommerce #content div.product .woocommerce-tabs,
    .woocommerce div.product .woocommerce-tabs,
    .woocommerce-page #content div.product .woocommerce-tabs,
    .woocommerce-page div.product .woocommerce-tabs {
        padding-bottom: 0px;
    }

    .masco-woo-related-product-area {
        padding: 0 0 0px;
    }

    .related.products h2 {
        margin-bottom: 30px;
        font-size: 36px;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin-bottom: 0;
    }

    .woocommerce-cart table.cart tr td:first-child {
        max-width: 100%;
    }

    .archive.woocommerce .blog-breadcrumb {
        padding: 152 px 0 52 px;
    }

    .archive.woocommerce ul.products li.product {
        margin-bottom: 25px;
    }

    .woocommerce.archive .masco-woocommerce-page {
        padding-bottom: 50px;
    }

    .woocommerce-account .woocommerce table.shop_table tbody td,
    .woocommerce-account .woocommerce table.shop_table thead th {
        padding: 10px 0px;
    }

    .woocommerce-account .content-block {
        padding: 60px 0 60px !important;
    }

    .woocommerce-account .content-block .entry-header {
        margin-bottom: 30px;
    }

    .woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
        margin-bottom: 30px;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section:not(.woocommerce-columns),
    .woocommerce-order-received .woocommerce-order section:not(.woocommerce-columns) {
        padding: 30px 25px 40px;
    }

    p.woocommerce-lost-password-message {
        margin-top: -18px;
        margin-bottom: 33px !important;
    }

    .woocommerce-account.woocommerce-lost-password .content-block {
        padding-top: 54px;
        padding-bottom: 55px;
    }

    .masco-elm-products-wrap ul.products.columns-4 li.product {
        margin-bottom: 30px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper a {
        min-height: 290px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        margin-bottom: 0;
    }

    .woocommerce .product .product_meta {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        margin-top: -50px;
    }

    .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 50px;
    }

    .woocommerce div.product .product_title {
        font-size: 36px !important;
    }

    .woocommerce-cart table.cart tr td:first-child {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .woocommerce-cart table.cart tr td:last-child {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .woocommerce-cart .woocommerce table.shop_table_responsive tr,
    .woocommerce-cart .woocommerce-page table.shop_table_responsive tr {
        margin-bottom: 15px;
    }

    .woocommerce-cart .cart-collaterals tr.cart-subtotal {
        margin-bottom: -20px !important;
    }

    .woocommerce-cart .woocommerce .cart .product-quantity {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .woocommerce-cart .woocommerce .cart .quantity {
        justify-content: flex-end;
        text-align: right;
    }

    .woocommerce-cart .woocommerce table.shop_table tbody td,
    .woocommerce-cart .woocommerce-account .woocommerce table.shop_table thead th {
        padding: 20px 0px 20px 0px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table {
        margin: 0 0 -40px !important;
    }

    .woocommerce table.shop_table td.product-thumbnail {
        max-width: 100%;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    td.product-thumbnail:before {
        display: none;
    }

    .woocommerce-cart .woocommerce-message {
        padding: 20px 30px 20px 60px;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .wishlist_table.mobile li .item-wrapper {
        width: 100%;
    }

    .wishlist_table .product-add-to-cart a {
        margin: 0 0 0 auto !IMPORTANT;
        text-align: right;
    }

    .wishlist_table.mobile li .item-wrapper .item-details {
        width: 100%;
    }

    ul.shop_table.cart.wishlist_table td {
        padding: 0 10px !important;
    }

    .cart-collaterals table.shop_table tbody .order-total th,
    .cart-collaterals table.shop_table tbody .order-total td {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .woocommerce .cart-collaterals .cart_totals h2,
    .woocommerce-page .cart-collaterals .cart_totals h2 {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    td.product-thumbnail {
        display: flex !important;
    }

    .woocommerce-notices-wrapper .woocommerce-error {
        margin-bottom: 0;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
        padding-bottom: 0;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
        padding: 0px 0;
    }

    .woocommerce-additional-fields h3 {
        margin-top: 0 !important;
    }

    .wishlist_table.mobile li {
        padding-left: 0 !important;
    }

    .woocommerce-order .woocommerce-order-details__title {
        margin-top: 0;
    }

    .woocommerce-info {
        margin-top: 55px;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        margin-top: 10px;
    }

    .woocommerce-cart .cart-empty {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    ul li.product:last-child {
        margin-bottom: 0 !important;
    }

    .woocommerce-cart .shop_table .actions button.button {
        width: 100% !important;
        max-width: 100% !important;
    }

    .woocommerce-cart .woocommerce .cart_item td {
        font-size: 18px !important;
    }

    .woocommerce-cart .woocommerce .coupon .button {
        height: auto !important;
        border-radius: 5px !important;
    }

    .woocommerce-cart .woocommerce table.shop_table tbody td {
        padding: 10px 0px;
    }

    .woocommerce-cart .woocommerce .coupon .button {
        margin-left: 0px !important;
    }

    .woocommerce-cart .woocommerce .coupon .button {
        width: auto !important;
    }

    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody td.actions .coupon button {
        left: 0px;
    }

    .woocommerce .cart-collaterals .cart_totals h2,
    .woocommerce-page .cart-collaterals .cart_totals h2 {
        padding-bottom: 0;
        margin-bottom: 25px;
    }

    .woocommerce-order-received .content-block {
        padding-top: 55px !important;
    }

    .woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
        padding: 29px 15px 40px !important;
        margin-top: -30px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 12px 15px 0px !important;
        width: 100%;
    }

    .woocommerce-cart .content-block {
        padding: 60px 0px 60px 0px !important;
    }

    .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .woocommerce-Address {
        padding: 35px 0 6px;
    }

    .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content>p {
        padding: 0 0;
    }

    .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content {
        padding: 30px 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 35px 15px 30px;
    }

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

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin: 0 0 15px;
    }

    .woocommerce-wishlist .content-block {
        padding-top: 50px;
        padding-bottom: 37px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        width: 100%;
    }

    .woocommerce .wishlist-title h2 {
        padding-top: 0;
        margin-bottom: 0;
        margin-top: -30px;
    }

    .wc-proceed-to-checkout {
        padding-bottom: 0 !important;
    }

    .woocommerce .widget:last-child {
        margin-bottom: 10px !important;
    }

    .blog-breadcrumb.masco-breadcrumb {
        padding: 30px 0px 35px 0px !important;
    }

    .masco-shop-sidebar {
        margin-bottom: 60px;
    }

    .masco-cart-button .rst-shop-cart {
        width: 100%;
        margin-bottom: 20px;
    }

    .masco-default.single div.product form.cart div.quantity {
        width: 100% !important;
    }

    .masco-default form.cart button {
        width: 100% !important;
    }

    .masco-default .woocommerce-product-rating .star-rating {
        position: sticky;
    }

    .masco-default div.product p.price {
        margin-bottom: 10px;
    }

    .theme-masco .woocommerce-pagination {
        margin-top: 40px;
    }

    .theme-masco .blog-breadcrumb {
        padding-bottom: 20px;
    }

    .theme-masco .masco-woocommerce-page {
        padding: 0px 0px 55px !important;
    }

    .theme-masco .blog-breadcrumb h1.post__title {
        font-size: 36px;
    }

    .woocommerce.theme-masco ul.products li.product {
        margin-bottom: 40px;
    }

    .single.single-product.theme-masco div.product div.summary {
        margin-top: 10px;
    }

    .theme-masco div.product div.summary {
        margin-bottom: 20px;
    }

    .single.single-product.theme-masco .masco-woo-related-product-area {
        padding: 0px 0 0px;
    }

    .single.single-product.theme-masco .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 20px;
    }

    .theme-masco .woocommerce-product-details__short-description {
        margin-bottom: 0px;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        margin-bottom: 10px;
    }

    .single.single-product.theme-masco .woocommerce-product-rating {
        top: -60px;
        right: auto;
        left: 0;
    }

    .woocommerce-cart.theme-masco .woocommerce button.button:disabled,
    .woocommerce-cart.theme-masco .woocommerce button.button:disabled[disabled] {
        margin-left: 0;
    }

    .woocommerce-cart.theme-masco .woocommerce-cart-form table.shop_table tbody td.actions .coupon button {
        left: 0;
    }

    .woocommerce-cart.theme-masco .cart-collaterals {
        margin-top: 0;
    }

    .woocommerce-cart.theme-masco div.quantity input.qty {
        width: 35px;
    }

    .woocommerce-cart.theme-masco .woocommerce-message {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .woocommerce-checkout.theme-masco .woocommerce-info {
        margin-top: 35px;
        margin-bottom: 0;
    }

    .woocommerce-checkout.theme-masco .content-block {
        padding-top: 20px;
    }

    .woocommerce-account.theme-masco .content-block {
        padding-top: 60px !important;
    }

    .woocommerce-checkout.theme-masco h3#order_review_heading {
        padding: 20px 0px 0px 0px;
        margin-top: -20px;
    }

    .woocommerce-wishlist.theme-masco .blog-breadcrumb {
        padding-bottom: 0 !important;
    }

    .theme-masco .cart-empty {
        margin-top: 0 !important;
    }

    .woocommerce .masco-woocommerce-page {
        padding: 60px 0px 60px !important;
    }

    .single.single-product.theme-masco .related.products h2 {
        font-size: 36px;
    }

    .single.single-product.theme-masco .summary .price .amount {
        font-size: 24px !important;
    }

    .woocommerce-cart .cart-collaterals table.shop_table tbody .cart-subtotal td {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .theme-masco .widget_block h2 {
        margin-bottom: 30px;
    }

    .theme-masco .wc-block-product-search .wc-block-product-search__field {
        padding: 0px 60px 0px 20px;
    }

    .st-qwick-view-right {
        margin-top: 40px;
    }

    .theme-masco.woocommerce-cart .blog-breadcrumb {
        padding-bottom: 55px;
    }

    .theme-masco.woocommerce-checkout .blog-breadcrumb {
        padding-bottom: 55px;
    }

    .theme-masco.woocommerce-account .blog-breadcrumb {
        padding-bottom: 55px;
    }

    .woocommerce-cart.theme-masco .woocommerce .cart_item td.product-name a,
    .woocommerce-cart.theme-masco .woocommerce .cart_item td {
        font-size: 16px !important;
    }

    .theme-masco-shop-sidebar {
        padding-top: 55px;
    }
}