body.home .plugin-class {
    display: inline-block;
    margin-bottom: 10px;
    outline: 1px solid red
}

body.home.has-sidebar {
    display: block
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
    border-radius: 3px;
}

/*# sourceMappingURL=maps/frontend.css.map */


.hide {
    display: none !important;
}

body {
    --e-global-color-secondary: #200A01;
    --e-global-color-primary: #501201;
    --e-global-color-text: #E9D2A8;
    --e-global-color-accent: #FEF8ED;
    --e-global-color-48a172f: #FFFFFF;
    --e-global-color-6c59649: #FFE5B5;
    --e-global-color-27117e0: #F1E0C4;
    --e-global-color-ada0003: #FFF3DC;
    --e-global-color-9ce575a: #FEF8ED;
    --e-global-color-999c0ba: #61330B;
    --e-global-color-6ab4f2c: #6A3A0F;
    --e-global-color-c74d7eb: #8A5426;
    --e-global-color-0666571: #98692B;
    --e-global-color-e420d29: #CA9E4E;
    --e-global-color-870c09d: #373737;
    --e-global-color-6b34bbd: #5D5D5D;
    --e-global-color-53cb163: #A5A5A5;
    --e-global-color-92472c8: #CFCFCF;
    --e-global-color-57fbb9f: #E8E8E8;
    --e-global-color-2a57ebc: #FF8361;
    --e-global-color-f559ac6: #AA1111;
    --e-global-color-6b50ae2: #CE1616;
    --e-global-color-efee4e1: #8FAE1B;
    --e-global-color-6fb0955: #678107;
    --e-global-color-c3dee2d: #604F38;
    --e-global-color-39054ea: #9E5D0F;
    --e-global-color-a928cd7: #BF640F;
    --e-global-color-a63628e: #D7AE68;
    --e-global-color-bd94871: #80561E;
    --e-global-color-a47e810: #973E1E;
    --e-global-color-56c8d95: #00A291;
    --e-global-color-2adbccd: #B42700;
    --e-global-color-8689c3c: #E0CCAB;
    --e-global-color-c7a61fc: #CCB58E;
    --e-global-color-f4c9029: #A18C69;
    --e-global-color-654344a: #EEEEEE;
    --e-global-color-2ada737: #D3D3D3;
    --e-global-color-1dc9938: #979797;
    --e-global-color-b5fff47: #7C7C7C;
    --e-global-color-624921c: #393939;
    --e-global-color-e5b5fab: #A4A4A4;
    --e-global-color-4fefd75: #604F38;
    --e-global-color-cbf63fa: #BC2725;
    --e-global-color-2b19c62: #D40511;
    --e-global-color-73f6535: #7C7C7C;
    --e-global-color-1a55514: #A48459;
    --e-global-color-d5213a4: #A4A4A4;
    --e-global-color-65e8989: #FF0000;
    --e-global-color-1463ef4: #FEF5E5;
    --e-global-color-1f7c390: #EFE0C6;
    --e-global-color-a6cbcf8: #58B900;
    --e-global-color-0e31a81: #FEF0DA;
    --e-global-color-f91405e: #D72724;
    --e-global-color-a1f0b45: #E3CA9E;
    --e-global-color-5bc0d0a: #C4AB81;
    --e-global-color-921345e: #03DAC4;
    --e-global-color-63d22dd: #C4AB81;
    --e-global-color-d158a9c: #604F38;
    --e-global-typography-primary-font-family: "Montserrat";
    --e-global-typography-primary-font-size: 18px;
    --e-global-typography-primary-font-weight: normal;
    --e-global-typography-secondary-font-family: "Montserrat";
    --e-global-typography-secondary-font-size: 20px;
    --e-global-typography-secondary-font-weight: normal;
    --e-global-typography-text-font-family: "Montserrat";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: normal;
    --e-global-typography-accent-font-family: "Montserrat";
    --e-global-typography-accent-font-size: 24px;
    --e-global-typography-accent-font-weight: normal;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    background-color: var(--e-global-color-accent);
}



/* golabl */


.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    margin: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #191919 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.am-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.am-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}

.am-row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}


.am-col-0-8 {
    flex: 0 0 auto;
    width: 6.33333333%;
}

.am-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.am-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.am-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.am-col-c-5 {
    flex: 0 0 auto;
    width: 37.33333333%;
}

.am-col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.am-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

/*.am-col-qty {
flex: 0 0 auto;
width: 26%;
margin-left: auto;
}
.am-col-price {
flex: 0 0 auto;
width: 31%;
margin-left: auto;
}
.am-col-total-price {
flex: 0 0 auto;
width: 290px;
margin-left: auto;
max-width: 43%;
}*/


/* END golabl */

/* .supplier-top-bar .am-row {
align-items: flex-end;
}
.supplier-top-bar {
margin-top: 40px;
}*/
.supplier-heading {
    margin-bottom: 40px;
}

.supplier-heading h2 {
    color: #501201;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.track-building .main-product-notice {
    color: var(--e-global-color-2adbccd);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
}

.supplier-heading p {
    color: var(--e-global-color-primary);
    font-size: 18px;
    font-weight: 500;
}

.updated_quantity {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.updated_quantity>* {
    margin-right: 20px;
}

.switch-qty-wrap {
    display: flex;
    border: 1px solid var(--e-global-color-c74d7eb);
    width: 132px;
    border-radius: 3px;
}

.switch-qty-wrap .suppliers-input-qty-control {
    margin-left: auto;
    width: 38px;
    font-size: 19px;
    display: flex;
    align-items: center;
    background-color: var(--brown-shade-3);
    color: #fff;
    padding: 0 7px;
    cursor: pointer;
    justify-content: center;
    fill: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.switch-qty-wrap .suppliers-input-qty-control:hover {
    background-color: var(--brown-shade-2);
}

#tab-supplies .switch-qty-wrap .switch-qty {
    height: 37px;
    width: 55px;
    padding: 0;
    margin-right: 0;
    border: none;
    font-size: 19px;
    outline: none;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
}

a.reset-link {
    padding-left: 30px;
    text-transform: uppercase;
    color: #501201;
    text-decoration: underline !important;
    font-size: 0.85em;
    font-weight: 600;
    display: block;
}

.supplies-total {
    margin-bottom: 56px;
    display: inline-block;
}

.supplies-total .cart-total-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.supplies-total .cart-total-wrap .elementor-icon {
    color: var(--e-global-color-c74d7eb);
    border-color: var(--e-global-color-c74d7eb);
    font-size: 30px;
}

.supplies-total .cart-total-wrap .cart-total {
    color: var(--e-global-color-secondary);
    font-size: 20px;
    font-weight: 500;
    margin-left: 17px;
}

.supplies-total .add_to_cart_btn {
    background: var(--e-global-color-efee4e1);
    border: none;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    font-weight: 700;
}

.supplies-total .add_to_cart_btn:hover {
    background: var(--accent-5);
}

.supplies-total .add_to_cart_btn .elementor-icon {
    color: var(--e-global-color-48a172f);
    font-size: 25px;
    width: 40px;
}

#tab-supplies .qty-update,
.btn-modal {
    outline: none;
    height: 40px;
    vertical-align: middle;
    padding: 0 20px 0 20px;
    font-family: montserrat, Sans-serif;
    font-size: .8em;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    background-color: var(--brown-shade-3);
    transition: all .2s;
    border: none;
}

#tab-supplies .qty-update:hover {
    background-color: var(--brown-shade-2);
}

.cart-options-total-wrap {
    width: 100%;
    padding: 3px 0 6px;
    text-align: center;
    border: 1px solid var(--e-global-color-e420d29);
    border-bottom: none;
}

.cart-options-total-wrap>span {
    font-size: 12px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}

.cart-options-total-wrap .cart-options-total {
    font-size: 22px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.main-p-notice i {
    margin-left: 50px;
}

.supplier-topbar-t .elementor-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
}

.main-p-notice i,
.supplier-topbar-t .elementor-icon {
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    font-size: 30px;
}

.main-p-notice h3 {
    color: var(--e-global-color-secondary);
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--e-global-color-c74d7eb);
    border-radius: 8px 8px 8px 8px;
    margin: 0;
    text-align: center;
}

.product_supplies .supplier-topbar-t .am-col-total-price {
    text-align: center;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: var(--e-global-color-e420d29);
}

.product_supplies .supplier-head .sup-tab,
.product_supplies .supplier-head .sup-tab-inner {
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: var(--e-global-color-accent);
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    justify-content: center;
}

.product_supplies .supplier-head>.am-row>div {
    background: var(--e-global-color-e420d29);
}

.product_supplies .supplier-body .am-row>div {
    display: flex;
    flex-wrap: wrap;
    /*  align-items: center;
	justify-content: center;*/
}

/*.product_supplies .more-t > .am-row {
height: 100%;
}*/
.product_supplies .supplier-topbar-t .am-row {
    align-items: flex-end;
}

.product_supplies .supplier-topbar-t {
    margin-top: -45px;
}

.product_supplies .supplier-body>.am-row {
    border: solid var(--e-global-color-e420d29);
    border-width: 0px 1px 0px 1px;
    background: var(--e-global-color-ada0003);
}

.product_supplies .supplier-body>.am-row:nth-of-type(2n+1) {
    background: var(--e-global-color-27117e0);
}

.product_supplies .supplier-body .column-4 {
    padding: 5px;
    border: 1px solid var(--e-global-color-text);
    border-width: 0 0 1px 0;
    display: flex;
    align-items: center;
    line-height: 1;
}

.product_supplies .supplier-body .column-4 a {
    line-height: 0;
}

.product_supplies .supplier-body .am-col-c-5 {
    display: flex;
    align-items: center;
    border: 1px solid var(--e-global-color-text);
    border-width: 0 0 1px 1px;
}

.product_supplies .supplier-body .desc-inner {
    display: flex;
    padding: 10px;
}

.title_desc {
    cursor: pointer;
}

.product_supplies .supplier-body .current_desc {
    cursor: pointer;
    margin-right: 10px;
    width: 50px;
    display: flex;
    align-items: center;
}

.product_supplies .supplier-body .current_desc img {
    width: 25px;
    height: 25px;
}

.product_supplies .supplier-body .desc-inner h3 {
    text-align: left;
    margin: 0;
    line-height: 0.2;
}

.product_supplies .supplier-body .desc-inner h3 a {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.product_supplies .supplier-body .column-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--e-global-color-text);
    border-width: 0 0 1px 1px;
}

.product_supplies .supplier-body .column-6 .elementor-icon {
    font-size: 25px;
    color: var(--e-global-color-6ab4f2c);
}

.product_supplies .supplier-body .column-7,
.product_supplies .supplier-body .column-8,
.product_supplies .supplier-body .column-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--e-global-color-text);
    border-width: 0 0 1px 1px;
}

.product_supplies .column-7 .qty-in-wrapper {
    width: 135px;
    height: 37px;
    display: flex;
    align-items: center;
    border: 1px solid var(--e-global-color-c74d7eb);
    border-radius: 3px;
    background: #fff;
    position: relative;
}

.product_supplies .column-7 .qty-in-wrapper .suppliers-input-qty-control {
    margin-left: auto;
    width: 40px;
    font-size: 19px;
    display: flex;
    align-items: center;
    background-color: var(--brown-shade-3);
    color: #fff;
    padding: 0 7px;
    cursor: pointer;
    justify-content: center;
    height: 100%;
}

.product_supplies .column-7 .qty-in-wrapper .suppliers-input-qty-control:hover {
    background-color: var(--brown-shade-2);
}

.product_supplies .column-7 .qty-in-wrapper .option-qty {
    width: 55px !important;
    height: 100%;
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 0 !important;
}

form.cart .custom_qty_btn::before {
    bottom: 57px;
}

.product_supplies .supplier-body .column-8,
.product_supplies .supplier-body .column-9 {
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.supplier-topbar-t .elementor-icon {
    position: relative;
    top: 4px;
}

.product_supplies .supplier-body .column-4 img {
    border: 1px solid var(--e-global-color-c74d7eb);
}

.supplier-head .fa-question-circle {
    font-size: 12px;
    color: var(--e-global-color-999c0ba);
    cursor: pointer;
}

.supplier-body .column-5>p {
    padding-left: 68px;
    text-align: left;
    color: var(--e-global-color-c74d7eb);
    font-weight: 500;
    font-size: 14px;
}

.product_supplies .column-7 .qty-in-wrapper::before,
.cart .custom_qty_btn::before {
    content: attr(data-invalid-tooltip);
    position: absolute;
    bottom: 41px;
    color: #000;
    background-image: url(/wp-content/uploads/round-ar.png);
    font-size: 14px;
    padding: 5px 11px 19px 11px;
    width: 120%;
    left: -10%;
    border-radius: 6px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
    z-index: 99999;
}

.product_supplies .column-7 .qty-in-wrapper.invalid::before,
.cart .custom_qty_btn.invalid::before {
    display: block;
}

.cart .qty.text {
    width: 55px;
}

.suppliers-sticky {
    position: sticky;
    background-color: #FEF8ED;
    top: 0;
    z-index: 4;
}

@media (min-width: 1025px) {
    .desktop-hide {
        display: none !important;
    }



    .supplier-heading>.main-product-notice.active {
        opacity: 1;
        height: auto;
        visibility: visible;
        margin: 0 0 .9rem 0;
    }

    .rec-pop span {
        font-size: 13px;
        line-height: 1.4em;
        display: block;
        position: absolute;
        top: -129px;
        left: -101px;
        color: #000;
        border-radius: 5px;
        visibility: hidden;
        background: url(/wp-content/uploads/round-ar.png);
        height: 130px;
        width: 278px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 30px 22px;
    }

    .cu-rec:hover .rec-pop>span {
        visibility: visible;
    }

    .cu-rec {
        position: relative;
    }

    .elementor-sticky.elementor-sticky--active~.product_supplies {
        position: relative;
    }

    .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-topbar-t {
        position: fixed;
        top: 200px;
        background: #fef8ed;
        width: 100%;
        left: 0;
        z-index: 99;
    }

    .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-head {
        position: fixed;
        top: 206px;
        width: 100%;
        left: 0;
        z-index: 99;
    }

    .elementor-sticky.elementor-sticky--active {
        background: #fef8ed;
        /* 		width: 100% !important; */
        /* 		left: 0;	 */
    }

    /* 	.suppliers-sticky.elementor-sticky--active .supplier-top-bar-wrap, */
    .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-topbar-t>.am-row,
    .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-head>.am-row {
        max-width: var(--content-width);
        margin: auto;
        padding: 0 30px;
    }


    /*	.supplier-top-bar {
		padding-top: 10px;
	}*/
    .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-topbar-t>.am-row .more-t .sup-tab-inner {
        display: flex;
        align-items: center;
    }

    .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-topbar-t>.am-row {
        align-items: center;
    }

    .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-topbar-t .cart-options-total-wrap {
        margin-top: -30px;
    }

    .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-body {
        margin-top: 76px;
    }

    .supplier-top-bar .am-col-4 {
        text-align: right;
    }

    body.logged-in .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-topbar-t {
        top: 232px;
    }

    body.logged-in .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-head {
        top: 245px;
    }

    body.logged-in .elementor-sticky.elementor-sticky--active~.product_supplies .supplier-body {
        margin-top: 90px;
    }

    .track-building .suppliers-sticky.elementor-sticky {
        margin-top: -10px !important;
        padding-top: 10px;
    }
}

@media (max-width: 1024px) {
    .product_supplies .supplier-body .more-t .am-suffix {
        font-size: 17px;
        padding-left: 3px;
        color: var(--e-global-color-6b34bbd);
        font-family: "Montserrat", Sans-serif;
        font-weight: 500;
    }

    .suppliers-sticky {
        top: 100px;
    }

    .woocommerce-Tabs-panel--supplies {
        padding: 0px !important;
    }


    .mobile-hide {
        display: none !important;
    }

    .supplier-heading,
    .main-product-notice-tab-m,
    .supplier-top-bar,
    .product_supplies .supplier-topbar-t .am-row {
        max-width: 710px;
        margin: auto;
    }

    .track-building {
        background: var(--e-global-color-text);
        padding-top: 40px;
    }

    .track-building .product_supplies {
        background: var(--e-global-color-accent);
    }

    div.product_supplies .supplier-body>.am-row {
        background: var(--e-global-color-accent) !important;
        border-bottom: 1px solid var(--e-global-color-e420d29);
        max-width: 710px;
        margin: auto;
        border-right: none;
        border-left: none;
        padding: 35px 0;
    }

    div.product_supplies .supplier-body .column-4,
    div.product_supplies .supplier-body .column-5,
    div.product_supplies .supplier-body .column-7,
    div.product_supplies .supplier-body .column-8,
    div.product_supplies .supplier-body .column-9 {
        border: none;
    }

    .track-building .product_supplies .supplier-topbar-t {
        background: var(--e-global-color-text);
        padding-bottom: 25px;
    }

    div.cart-options-total-wrap {
        background: var(--e-global-color-accent);
        border: 1px solid var(--e-global-color-e420d29);
        padding: 4px 0 7px;
    }

    .main-product-notice-tab-m h4 {
        color: var(--e-global-color-primary);
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        margin: 14px 0 7px;
    }

    .main-product-notice-tab-m .elementor-icon {
        color: var(--e-global-color-f559ac6);
        border-color: var(--e-global-color-f559ac6);
        font-size: 25px;
        margin-left: 52px;
    }

    .updated_quantity .reset-link {
        padding-left: 0;
    }

    div.track-building .main-product-notice {
        text-align: center;
        font-size: 14px;
        line-height: 1.8em;
    }

    div#tab-supplies .qty-update,
    .btn-modal {
        padding: 13px 10px 13px 10px;
        font-size: 13px;
        line-height: 1em;
    }

    .supplier-top-bar .am-col-8 {
        width: 64%;
    }

    .supplier-topbar-t .cart-total-with-opt {
        width: 57%;
        margin-left: auto;
    }

    .supplier-top-bar .am-col-4 {
        width: 29%;
        margin-left: auto;
    }

    div.supplies-total {
        width: 100%;
    }

    div.supplies-total .cart-total-wrap .elementor-icon {
        font-size: 22px;
    }

    div.supplies-total .cart-total-wrap .cart-total {
        font-size: 18px;
    }

    div.supplies-total .cart-total-wrap {
        margin-bottom: 10px;
        width: 100%;
    }

    div.supplies-total .add_to_cart_btn {
        padding: 6px 24px;
        font-size: 16px;
        width: 100%;

    }

    div.supplies-total .add_to_cart_btn .elementor-icon {
        width: 30px;
    }

    div.cart-options-total-wrap .cart-options-total {
        font-size: 18px;
    }

    div.product_supplies .supplier-topbar-t {
        margin-top: -54px;
    }

    .product_supplies .am-col-0-8 {
        width: 23%;
    }

    .product_supplies .supplier-body .am-col-c-5 {
        width: 50%;
        border: none;
        align-items: flex-start;
    }

    .product_supplies .am-col-6 {
        width: 25%;
    }

    .product_supplies .more-t .am-col-4 {
        width: 100%;
    }

    .supplier-body .recommend {
        position: absolute;
        top: 5px;
        left: 1px;
        background: var(--accent-1);
        padding: 5px;
        line-height: 12px;
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .supplier-body .column-4 {
        position: relative;
        width: 150px;
        height: 150px;
        padding: 0 !important;
    }

    .supplier-body .column-4 img {
        border: 1px solid var(--e-global-color-c74d7eb);
    }

    div.product_supplies .supplier-body .current_desc {
        height: 24px;
        width: 25px;
        background: var(--e-global-color-c74d7eb);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--e-global-color-48a172f);
        border-radius: 0 0 4px 0;
        position: absolute;
        bottom: 4px;
        right: 0;
        z-index: 1;
        margin-right: 0;
        font-size: 17px;
        font-family: serif;
        font-weight: 600;
    }

    div.product_supplies .supplier-body .current_desc:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: 145px;
        width: 145px;
        z-index: 1;
    }

    div.product_supplies .supplier-body .column-5 {
        align-items: flex-start;
    }

    div.product_supplies .supplier-body .desc-inner {
        padding-top: 0;
    }

    .product_supplies .supplier-body .more-t .am-col-4:nth-of-type(1) {
        order: 2;
    }

    .product_supplies .supplier-body .more-t .am-col-4:nth-of-type(2) {
        order: 1;
    }

    .product_supplies .supplier-body .more-t .am-col-4:nth-of-type(3) {
        order: 3;
    }

    .product_supplies .supplier-body .more-t>.am-row {
        align-items: flex-start;
    }

    .product_supplies .supplier-topbar-t .am-col-6 {
        width: 206px;
        margin-left: auto;
    }

    .product_supplies .supplier-body .more-t {
        margin-bottom: 20px;
    }

    div.supplier-top-bar .am-row {
        align-items: flex-start;
    }

    div.track-building .qty-desc>.main-product-notice.active {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .suppliers-sticky {
        background: #e9d2a8;
        padding-top: 8px;
    }

    div.supplier-body .column-5>p {
        padding-left: 0;
    }

    div.supplier-top-bar .supplies-total {
        margin-bottom: 13px;
    }

    div.supplier-top-bar .cart-options-total-wrap {
        margin-top: 10px;
    }

    .elementor-product-simple .cart {
        justify-content: flex-start !important;
        margin-left: 10px !important;
    }
}

@media (max-width: 767px) {
    .suppliers-sticky {
        top: 55px;
    }


    div.product_supplies .supplier-body .more-t .am-suffix {
        font-size: 12px;
    }

    div.supplier-heading,
    div.main-product-notice-tab-m,
    div.supplier-top-bar,
    div.product_supplies .supplier-topbar-t .am-row {
        max-width: 414px;
        margin: auto;
    }

    .supplier-body {
        padding: 0 15px;
    }

    div.supplier-heading,
    div.main-product-notice-tab-m,
    div.supplier-top-bar {
        padding: 0 10px;
    }

    div.track-building .main-product-notice {
        display: none;
    }

    div.updated_quantity {
        flex-wrap: wrap;
        justify-content: center;
        width: 127px;
        margin: auto;
    }

    div.updated_quantity>* {
        margin: 0;
    }

    div#tab-supplies input.qty-update {
        width: 100%;
        font-weight: 700;
        padding: 10px 18px 10px 19px;
        margin: 10px 0;
        white-space: normal;
        height: auto;
        font-size: 12px;
        line-height: 1.4em;
    }

    div.supplier-top-bar .am-col-8 {
        width: 45%;
    }

    div.supplier-top-bar .am-col-4 {
        width: 48%;
        margin-right: 6px;
    }

    div.supplies-total button.add_to_cart_btn {
        padding: 6px 0 6px 14px;
        width: 176px;
    }

    div.product_supplies .supplier-topbar-t .am-col-6 {
        width: 183px;
    }

    .product_supplies div.cart-options-total-wrap {
        padding: 0 0 3px;
    }

    div.main-product-notice-tab-m h4,
    div.supplier-heading {
        text-align: center;
    }

    div.main-product-notice-tab-m .elementor-icon {
        margin-left: 80px;
    }

    div.product_supplies div.supplier-body>.am-row {
        max-width: 414px;
    }

    div.product_supplies .supplier-body .am-col-c-5 {
        order: 1;
        width: 100%;
    }

    div.product_supplies .supplier-body .am-col-0-8 {
        order: 2;
        width: 150px;
    }

    div.product_supplies .supplier-body .am-col-6 {
        order: 3;
        width: calc(100% - 150px);
        padding-left: 45px;
    }

    div.product_supplies div.supplier-body .desc-inner {
        padding: 0 0 14px 0;
    }

    div.product_supplies .column-7 .qty-in-wrapper {
        width: 150px;
    }

    .product_supplies .column-7 .qty-in-wrapper .suppliers-input-qty-control.far.fa-minus {
        margin-right: auto;
    }

    div.product_supplies .column-7 .qty-in-wrapper .option-qty {
        width: 70px !important;
    }

    div.supplier-body .recommend {
        padding: 5px 7px 6px 7px;
        font-size: 13px;
    }

    div.supplies-total div.cart-total-wrap .elementor-icon {
        font-size: 25px;
    }

    .product_supplies .supplier-body>.am-row:last-child {
        border-bottom: none;
    }

    .track-building .product_supplies .supplier-topbar-t .am-row {
        padding-right: 8px;
    }

    div.track-building .product_supplies .main-product-notice.active {
        display: block;
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 0 20px 20px;
        background: #e9d2a8;
    }

    div.custom_qty_btn {
        margin: auto;
    }

    .elementor-product-simple .cart>button.woo-custom-addtocart-btn {
        padding: 13px 0 !important;
        height: auto;
        margin: 13px 0;
    }

    .elementor-product-simple .cart {
        justify-content: center !important;
    }

    .cart .single_add_to_cart_button.button.alt {
        width: 100%;
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .cart .quantity {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 390px) {
    div.main-product-notice-tab-m div.elementor-icon {
        margin-left: 70px;
    }
}


@media (max-width: 1500px) and (min-width: 1025px) {

    /* 	div.suppliers-sticky.elementor-sticky--active .supplier-top-bar-wrap,  */
    div.elementor-sticky.elementor-sticky--active~.product_supplies .supplier-topbar-t>.am-row,
    div.elementor-sticky.elementor-sticky--active~.product_supplies .supplier-head>.am-row {
        max-width: 100% !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    div.cart-options-total-wrap {
        max-width: 250px;
    }
}

@media (max-width: 1300px) and (min-width: 1200px) {
    div.main-p-notice h3 {
        font-size: 16px;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    div.main-p-notice h3 {
        font-size: 13px;
    }
}



/* .elementor-product-simple .e-atc-qty-button-holder button {
  display: none;
} */
.elementor-product-simple .cart>button {
    float: none !important;
    width: 100%;
    flex-basis: unset !important;
    margin-left: 10px;
    padding: 0 !important;
    width: 250px;
}

.elementor-product-simple .e-atc-qty-button-holder {
    display: inline-block !important;
}

.elementor-product-simple .cart {
    display: flex !important;
    /* 	flex-wrap: unset !important; */
    justify-content: flex-end;
}

.offers-for-woocommerce-add-to-cart-wrap~.button {
    display: none !important;
}

.cart .suppliers-input-qty-control,
.upsells-inner .suppliers-input-qty-control {
    width: 45px;
    font-size: 19px;
    display: flex;
    align-items: center;
    background-color: var(--brown-shade-3);
    color: #fff;
    padding: 0 7px;
    cursor: pointer;
    justify-content: center;
    fill: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.cart .suppliers-input-qty-control:hover {
    background-color: var(--brown-shade-2);
}

.upsells-inner .suppliers-input-qty-control {
    width: 25px;
}

.custom_qty_btn {
    width: 140px;
    display: flex;
    position: relative;
    height: 51px;
    margin: 0 10px 10px 0;
}

.quantity+button {
    margin: 0 !important;
}

.custom_qty_btn .e-atc-qty-button-holder,
.custom_qty_btn .e-atc-qty-button-holder .quantity .qty {
    width: 55px;
}

.custom_qty_btn .quantity {
    height: 100%;
}

.custom_qty_btn .qty {
    font-size: 1.3em !important;
    font-weight: 500 !important;
}

.custom_qty_btn .input-text:focus-visible {
    outline: none;
    border-color: #CE1616 !important;
}

.cart .added_to_cart.wc-forward {
    display: none !important;
}

.offers-for-woocommerce-add-to-cart-wrap .suppliers-input-qty-control,
.custom_qty_btn:not(.simple) .suppliers-input-qty-control {
    display: none;
}



.jet-woo-products-list__item .cart .quantity {
    width: auto !important;
}

.jet-woo-products-list__item .cart .custom_qty_btn {
    width: 100px;
    height: 32px;
}

.jet-woo-products-list__item .cart .qty {
    border-radius: 0 !important;
}

.supplier-body .column-5>p {
    margin-bottom: 0;
}

/*.supplier-body .column-5 {
    padding-top: 7px;
    padding-bottom: 15px;
}*/

/* .jet-accordion__item .elementor-sticky--active {
	z-index: -10 !important;
}
.jet-accordion__item.active-toggle .elementor-sticky--active {
	z-index: 99;
} */





/* [Object] Modal
 * =============================== */
.modal {
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0, 0, 0, .9);
    transition: opacity .25s ease;
}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal-state {
    display: none;
}

.modal-state:checked+.modal {
    opacity: 1;
    visibility: visible;
}

.modal-state:checked+.modal .modal__inner {
    top: 0;
}

.modal__inner {
    transition: top .25s ease;
    position: absolute;
    display: grid;
    align-content: center;
    text-align: center;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 700px;
    max-width: 100%;
    margin: auto;
    overflow: auto;
    border-radius: 20px;
    padding: 60px 60px 40px 60px;
    height: 400px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    background-image: url(/wp-content/uploads/tools-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal__inner p {
    text-align: center;
    color: var(--e-global-color-999c0ba);
    font-size: 20px;
    font-weight: 600;
}

.modal__inner a {
    width: 300px;
    margin: 0 auto 15px;
}

.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.modal__close:after,
.modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: var(--e-global-color-primary);
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
    background: var(--e-global-color-secondary);
}

.modal__close:before {
    transform: rotate(-45deg);
}

.woocommerce-Tabs-panel--supplies .modal .modal__info ul {
    margin: 1em 0 1em 2em;
}

.woocommerce-Tabs-panel--supplies .modal .modal__info li {
    margin-bottom: 10px;
}

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

    .modal__inner {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
        padding: 60px 30px 40px 30px;
    }

    .woocommerce-Tabs-panel--supplies .modal .modal__info {
        width: 75%;
    }

    .woocommerce-Tabs-panel--supplies .modal .info-title {
        font-size: 20px;
        margin: 20px 0 10px 0;
        line-height: 25px;
    }

    .woocommerce-Tabs-panel--supplies .modal .info-subtitle {
        font-size: 16px;
    }
}

.ajax_add_to_cart {
    text-decoration: none;
}

.btn-modal {
    display: inline-block;
    width: 100%;
}

#no-thanks {
    float: right;
}

.modal-info {
    height: 600px;
    text-align: left;
}

.modal__info {
    height: 600px;
    width: 70%;
    box-sizing: content-box;
}

.info-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 38px;
    padding: 0;
    margin: 20px 0px 0 0;
}

.info-subtitle {
    color: var(--e-global-color-0666571);
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.info-body {
    font-size: 16px;
    padding-bottom: 40px;
}

.info-body h5,
.info-body h4,
.info-body h3,
.info-body h2,
.info-body h1 {
    font-size: 20px;
    font-weight: 500;
    color: var(--e-global-color-primary);
    margin-top: 2rem;
    margin-bottom: 0.5rem;

}



/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--e-global-color-6ab4f2c);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-0666571);
}

.rec-pop {
    display: inline;
}


.bottom-link-pdf {
    position: absolute !important;
    bottom: 10px;
    left: 25%;
}

.mb-0 {
    margin-bottom: 0;
}


.newer-link,
.older-link {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0px 30px 0px;

}

.newer-link a,
.older-link a {
    text-decoration: none;
    align-items: center;
    display: flex;
    text-decoration: none;
}

.newer-link a {
    justify-content: right;
}

.older-link a {
    justify-content: left;
}

.older-link i {
    color: #BCAA89;
    padding-right: 13px;
    font-size: 30px;
}

.newer-link i {
    color: #BCAA89;
    padding-left: 13px;
    font-size: 30px;
}

.newer-link:hover i,
.older-link:hover i {
    color: var(--e-global-color-primary);
}




/**
ACCOUNT MENU DROPDOWN START
*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--white-primary);
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px var(--beige-shade-2) solid;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 5px;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    color: var(--e-global-color-primary);
    font-weight: 500;
    line-height: 20px;
    background-color: var(--white-primary)
}

.dropdown-content a:hover:not(.logout) {
    background-color: var(--beige-shade-5);
    color: var(--brown-shade-4);
}

.dropdown-content a.logout:hover,
.dropdown-content .logout:hover i {
    color: var(--accent-3);
}

.dropdown-content a.logout {
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--black-shade-2);
}

.dropdown-content .logout i {
    vertical-align: middle;
    padding-right: 10px;
    color: var(--black-shade-2);
    font-weight: 800;
    font-size: 1em;
}

.dropdown-content a.active {
    background-color: var(--beige-shade-2);
    color: var(--black-primary);
}

.dropdown-content a.active:hover {
    background-color: var(--beige-shade-2);
    color: var(--black-primary);
}

.account-dropdown {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

h2.gb-headline-2d757e64 {
    color: var(--beige-shade-2);
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
}

h2.gb-headline-2d757e64 i:before {
    padding-right: 5px;
}

h2.gb-headline-2d757e64 a {
    color: var(--beige-shade-2);
    text-decoration: none;
    margin-left: 30px;
}

@media (max-width: 1024px) {
    h2.gb-headline-2d757e64 a {
        color: var(--brown-shade-2);
        font-size: 20px;
        margin-top: 60px;
        margin-left: 0;
        font-weight: 500;
    }

    .dropdown-content {
        padding: 10px;
    }

    h2.gb-headline-2d757e64 {
        color: var(--brown-primary);
        font-size: 20px;
    }

    .account-dropdown {
        margin-left: 0;
        margin-top: 60px;
        z-index: 999;
    }

    .account-dropdown h2:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        padding-left: 10px;
    }

    .slideout-navigation .dropdown-content a {
        text-decoration: none;
        display: block;
        padding: 10px 20px;
        color: var(--e-global-color-primary);
        font-weight: 500;
        line-height: 20px;
        background-color: var(--white-primary);
        font-size: 18px;
    }

    .slideout-navigation .dropdown-content {
        text-align: left;
    }

    .slideout-navigation.do-overlay .slideout-exit {
        font-size: 30px !important;
    }

    .slideout-navigation .dropdown-content a:hover:not(.logout) {
        background-color: var(--primary-white);
        color: var(--brown-shade-2);
    }
}

/**
ACCOUNT MENU DROPDOWN END
*/





/**
PRODUCT FILTER SLIDER START
*/
@keyframes hover {
    50% {
        transform: translateX(10px);
    }
}

.offcanvas-menu>label {
    bottom: 50px;
    right: 0;
    position: fixed;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    cursor: pointer;
    transition: 0.3s ease;
    align-items: center;
    z-index: 9999;
    padding: 10px 15px;
    width: 110px;
    color: white;
    background-color: var(--accent-4);


    /*
    text-align: center;
    justify-content: left;
    width: 100%;
    font-weight: 500;
    border-radius: 6px;
    */
}

.offcanvas-menu>label i {
    /*   bottom: 30px;
    right: 30px;
    position: fixed;*/
    /* margin-right: 25px;*/
    font-size: 25px;
    display: flex;
    align-items: center;

}

.offcanvas-menu>label i:after {
    content: "FILTERS" !important;
    font-size: 14px;
    margin-left: 10px;
    font-family: Montserrat;
    font-weight: 500;
    color: white;
    opacity: 1;
}

.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
    transition: background 0.3s, transform 0.3s;
}

.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    background: #b3b3b3;
}

.offcanvas-menu label span::before {
    transform: translateY(-12px);
}

.offcanvas-menu label span::after {
    transform: translateY(12px);
}

.offcanvas-menu nav {
    position: fixed;
    height: 100%;
    /*
    Due to a shifting issue when filter buttons are selected, I had to use vw to set the width.
    It is my understanding that this is not ideal and could slow down or break on some displays,
    but I was unable to find any other solution to this shifting problem. - Ron 06/21/23
    width: 100%;*/
    width: 100vw;
    max-width: 500px;
    left: -500px;
    overflow: auto;
    background-color: var(--white-primary) !important;
    transition: 0.3s ease;
    top: 0;
    z-index: 1000;
}

.offcanvas-menu nav::-webkit-scrollbar {
    display: none;
}

.offcanvas-menu nav>div:first-child {
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid var(--beige-primary);
}

.offcanvas-menu nav>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white-primary);
}

.offcanvas-menu nav>div a {
    font-size: 2.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.offcanvas-menu nav>div .toogle-close {
    width: 100%;
    padding-top: 0;
    padding-right: 40px;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.3s ease;
}

label.toogle-close:before {
    content: "Close To View Filtered Results";
    padding-right: 40px;
    font-size: 12px;
}

.offcanvas-menu nav>div .toogle-close span,
.offcanvas-menu nav>div .toogle-close span:before,
.offcanvas-menu nav>div .toogle-close span:after {
    background: #4d4d4d;
}


.offcanvas-menu input[type=checkbox] {
    display: none;
}

.offcanvas-menu input[type=checkbox]:checked~label {
    opacity: 0;
    pointer-events: none;
}

.offcanvas-menu input[type=checkbox]:checked~nav {
    left: 0;

}

.offcanvas-menu input[type=checkbox]:checked~nav label span {
    background: transparent;
}

.offcanvas-menu input[type=checkbox]:checked~nav label span:before {
    transform: rotate(-45deg);
}

.offcanvas-menu input[type=checkbox]:checked~nav label span:after {
    transform: rotate(45deg);
}

.offcanvas-menu input[type=checkbox]:checked~nav label span:before,
.offcanvas-menu input[type=checkbox]:checked~nav label span:after {
    transition-delay: 0.2s;
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li {
    opacity: 1;
    transform: translateX(0px);
}

#mainPageCategory {
    width: 100%;
}

.offcanvas-menu #wpfBlock_1 {
    display: none !important;
}

.offcanvas-menu #wpfBlock_2 .wpfFilterTitle {
    border-top: none !important;
}

.offcanvas-menu .wpfMainWrapper {
    border: none;
}




/**
PRODUCT FILTER SLIDER END
*/

.components-modal__header>button {
    color: var(--brown-shade-5);
    top: 0px !important;
}

.components-modal__header>button:hover {
    color: var(--brown-primary);
    top: 0px !important;
}

.components-modal__header>button>svg {
    width: 58px;
    height: 58px;
}

.wc-block-mini-cart__drawer .components-modal__header {
    top: 20px;
}



/**
PRODUCT PAGE
*/
.single-product .qty-boxes .ft-input-text {
    width: 75px;
    padding: 5px;
}

.single-product .woocommerce-Reviews-title {
    display: none;
}

.woocommerce #reviews .comment-reply-title {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 15px 20px 0 20px;
    background-color: var(--beige-shade-4);
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 30px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
}

.single-product .swiper-pagination {
    margin-top: 10px;
}

.single-product .entry-content {
    padding: 0 20px 0 20px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--supplies {
    padding: 30px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--specifications,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--resources {
    padding: 0;
}


.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p:empty {
    display: none;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h3 {
    font-size: 20px;
    font-weight: 600;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h3:nth-of-type(n+2) {
    margin-top: 40px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h4:nth-of-type(n+2) {
    margin-top: 40px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .iframe-container {
    max-width: 700px;
    position: relative;
    padding-top: 56.25%;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .embed-responsive {
    max-height: 400px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .embed-responsive-item {
    max-height: 394px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
Custom Product Fields
*/
.single-product .wapf-field-container {
    padding: 0 5px 30px 5px;
}

.single-product .wapf-field-container .wapf-field-label {
    margin-bottom: 0px;
}

.single-product .wapf-field-input input::placeholder,
.single-product .sweepsticks .wapf-field-input input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: var(--black-shade-3);
}

.single-product .sweepsticks {
    margin-top: 20px;
    padding: 0 5px;
}

.single-product .sweepsticks .required {
    text-decoration: none;
    border-bottom: none;
}

.single-product .wapf-product-totals .wapf--inner>div:first-child {
    display: none;
}

.single-product .wapf-product-totals .wapf--inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.single-product .wapf-product-totals .wapf--inner>div>span:first-child {
    width: 100%;
    text-align: right;
    margin-right: 5px;
    font-weight: 400;
}

.single-product .wapf-product-totals .wapf--inner>div>span:first-child:after {
    content: " :";
}

.single-product .wapf-product-totals .wapf--inner>div>span:last-child {
    float: none;
    width: auto;
    font-size: 18px;
    font-weight: 600;
}

/**
Make Me An Offer Popup
*/
#lightbox_custom_ofwc_offer_form {
    margin: auto;
    background-image: url(/wp-content/uploads/popup-bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    width: 475px;
    max-width: 90%;
}

#lightbox_custom_ofwc_offer_form #aeofwc-close-lightbox-link a {
    right: 15px;
    top: 20px;
    font-size: 65px;
    font-weight: 400;
}

div.tab_custom_ofwc_offer_tab_inner_content .make-offer-form-intro h2 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brown-primary);
    margin: 30px 0px 0px 0px;
}

div.tab_custom_ofwc_offer_tab_inner_content .make-offer-form-intro {
    color: var(--black-primary);
    text-shadow: none;
}

div.tab_custom_ofwc_offer_tab_inner_content .make-offer-form-intro .make-offer-form-intro-text {
    margin: 3px 0 0 0;
}

#woocommerce-make-offer-form .woocommerce-make-offer-form-section input:not(.button) {
    background-color: var(--beige-shade-5);
}

#woocommerce-make-offer-form #offer-name,
#woocommerce-make-offer-form #woocommerce-make-offer-form-email {
    width: 100%;
}

.woocommerce-make-offer-form-section .woocommerce-make-offer-form-part-full #angelleye-offer-notes {
    width: 100% !important;
    background-color: var(--beige-shade-5);
}

.angelleye-input-group-addon {
    background-color: var(--beige-shade-5);
    border-top: 1px solid var(--black-primary);
    border-bottom: 1px solid var(--black-primary);
    border-left: 1px solid var(--black-primary);
    padding-right: 0px;
}

div.tab_custom_ofwc_offer_tab_inner_content fieldset form#woocommerce-make-offer-form .woocommerce-make-offer-form-section #woocommerce-make-offer-form-price-each {
    border-top: 1px solid var(--black-primary);
    border-bottom: 1px solid var(--black-primary);
    border-right: 1px solid var(--black-primary);
}

div.tab_custom_ofwc_offer_tab_inner_content fieldset {
    margin: 0;
}

#tab_custom_ofwc_offer_tab_alt_message_success {
    margin-top: 40px;
}

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

    /**
    Custom Product Fields
    */
    .single-product .wapf-field-group {
        margin-top: 20px;
    }

    .single-product .wapf-field-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .single-product .wapf-field-input select {
        text-align: center;
    }

    .single-product .wapf-field-input input {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        padding: 5px 15px;
        width: 225px !important;
    }

    .single-product .wapf-field-input input::placeholder,
    .single-product .sweepsticks .wapf-field-input input::placeholder {
        font-size: 16px;
    }

    .single-product .sweepsticks {
        margin-top: 0;
    }

    .single-product .sweepsticks .wapf-field-label,
    .single-product .sweepsticks .wapf-field-input,
    .single-product .wapf-product-totals {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .single-product .sweepsticks .wapf-field-description {
        text-align: center;
    }

    .single-product .sweepsticks .wapf-field-input input {
        text-align: center;
        width: 250px;
        font-size: 20px;
        font-weight: 500;
    }
}


/**
ALL TABLEPRESS TABLES
*/
.tablepress {
    width: 100%;
}

.tablepress-table-name {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 5px 0;
}

.tablepress .odd td {
    background-color: var(--beige-shade-2);
}

.tablepress .even td {
    background-color: var(--beige-shade-5);
}

.tablepress thead th,
.tablepress tfoot th {
    font-weight: 500;
    font-size: 0.9em;
    background-color: var(--brown-shade-3);
    color: var(--white-primary);
    text-align: left !important;
}

.tablepress thead th {
    border: 1px solid var(--brown-shade-3);
}

.tablepress tr td:first-child {
    border-left: 1px solid var(--brown-shade-3);
}

.tablepress tr td:last-child {
    border-right: 1px solid var(--brown-shade-3);
}

.tablepress tr:last-child {
    border-bottom: 1px solid var(--brown-shade-3);
}

.tablepress tfoot tr:last-child {
    border-bottom: none;
}

.tablepress tbody tr:last-child {
    border-bottom: 1px solid var(--brown-shade-3);
}

.tablepress-id-1 .column-1,
.tablepress-id-1 .column-2 {
    min-width: 150px;
}

.tablepress-id-1 .column-3 {
    min-width: 300px;
}

.tablepress-id-2 .caution,
.tablepress-id-3 .caution,
.tablepress-id-4 .caution {
    color: #f9bc12;
    font-size: 1.2em;
}

.tablepress-id-2 .recommended,
.tablepress-id-3 .recommended,
.tablepress-id-4 .recommended {
    color: #59b20b;
    font-size: 1.2em;
}

.tablepress-id-2 .column-1,
.tablepress-id-2 .column-3,
.tablepress-id-2 .column-5,
.tablepress-id-3 .column-1,
.tablepress-id-3 .column-3,
.tablepress-id-3 .column-5,
.tablepress-id-4 .column-1,
.tablepress-id-4 .column-3,
.tablepress-id-4 .column-5,
.tablepress-id-5 .column-2,
.tablepress-id-5 .column-3 {
    text-align: center;
}

.tablepress-id-2 .usps,
.tablepress-id-3 .usps,
.tablepress-id-4 .usps {
    color: #00619e;
    font-size: 2.5em;
}

.tablepress-id-2 .ups,
.tablepress-id-3 .ups,
.tablepress-id-4 .ups {
    color: #301504;
    font-size: 2.5em;
}

.tablepress-id-2 .column-6,
.tablepress-id-3 .column-6,
.tablepress-id-4 .column-6 {
    min-width: 300px;
}

.tablepress-id-2 tfoot th,
.tablepress-id-3 tfoot th,
.tablepress-id-4 tfoot th,
.tablepress-id-5 tfoot th {
    background-color: transparent;
    color: var(--black-shade-3);
    font-size: .8em;
    border-top: 1px solid var(--brown-shade-3);
}

.tablepress-id-2 thead th,
.tablepress-id-3 thead th,
.tablepress-id-4 thead th {
    white-space: nowrap;
}

#tablepress-13-name,
#tablepress-14-name {
    margin-top: 0;
}

.single-product .tablepress-id-13,
.single-product .tablepress-id-14,
.single-product .tablepress-id-22 {
    width: 50%;
    margin: 0 0 20px 0;
}

.single-product .tablepress-id-20,
.single-product .tablepress-id-21,
.single-product .tablepress-id-23,
.single-product .tablepress-id-24 {
    width: 50%;
    margin: 0 0 40px 0;
}

#tablepress-20-no-3-scroll-wrapper {
    margin: 40px 0 50px 0;
}

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

    .single-product .tablepress-id-13,
    .single-product .tablepress-id-14,
    .single-product .tablepress-id-20,
    .single-product .tablepress-id-21,
    .single-product .tablepress-id-22,
    .single-product .tablepress-id-23,
    .single-product .tablepress-id-24 {
        width: 100%;
        margin: 0;
    }

    .single-product .tablepress-scroll-wrapper {
        margin-bottom: 30px;
    }
}





/**
 template/woocomerce/single-product/add-to-cart/simple.php
 */
.main-qty-control {
    width: 45px;
    font-size: 19px;
    padding: 0 7px;
    height: 51px;
    margin: 0;
}

.ft-input-text {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 3px 10px 3px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #8A5426;
    transition: all 0.2s;
    height: 51px;
    width: 55px;
    font-size: 1.3em !important;
    font-weight: 500 !important;
    text-align: center;
}

.buttons-added {
    display: inline-flex !important;
}

.single_add_to_cart_button:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "\f07a";
    margin-right: 10px;
}

.ft_cart_button {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;
    background-color: #8A5426;
    transition: all 0.2s;
    height: 51px;
    line-height: 1px;
    vertical-align: middle;
    width: 200px;
}

.qty-boxes {
    display: flex;
    gap: 10px;
    justify-content: end;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .cart .qty-boxes .buttons-added {
        justify-content: center;
    }

    .cart .suppliers-input-qty-control {
        width: 40px;
        font-size: 16px;
    }

    .qty-boxes {
        justify-content: center;
        margin: 20px 0 20px 0;
    }

    .upsells-inner .upsells-info .buttons-added {
        justify-content: flex-start;
    }

    .ft-input-text,
    .main-qty-control,
    .ft_cart_button {
        height: 40px;
    }

    .ft_cart_button {
        font-size: 14px;
        width: auto;
        padding: 0 10px;
    }

    .single-product .qty-boxes .ft-input-text {
        width: 55px;
        font-size: 1.1em !important;
    }
}


/**
 template/woocomerce/single-product/tabs/tabs.php
*/
.wc-tabs {
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: var(--e-global-color-primary);
    margin: 0;
}

.wc-tabs li a {
    background-color: var(--e-global-color-primary);
    margin: 0px 10px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 10px 10px 0px 0px;
    color: var(--e-global-color-accent);
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 25px 10px 15px;
    text-decoration: none;
}

.wc-tabs li a:hover {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.wc-tabs li a:hover i {
    color: var(--e-global-color-primary);
}

.wc-tabs li {
    list-style: none;
    display: inline-flex;
    font-size: 18px;
}

.wc-tabs li i {
    margin: 0px 15px 0px 0px;
    color: var(--e-global-color-accent);
    font-size: 18px;
}

.wc-tabs li.active i {
    color: var(--e-global-color-primary);
}

.wc-tabs li.active a {
    background-color: #FFFFFF;
    color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.supplies-widget {
    display: inline-flex;
    margin: 0px 0px 0px 231px;
    align-items: center;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 2s;
    transform-origin: center bottom;
    animation-iteration-count: 3;
}

.supplies-widget h3 {
    color: var(--e-global-color-6b50ae2);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.2em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.supplies-widget i {
    color: var(--e-global-color-6b50ae2);
    margin-right: 15px;
    font-size: 40px;

}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.accordion .woocommerce-Tabs-panel {
    margin-top: 25px;
    border-radius: 10px 10px 10px 10px;
    padding: 35px;
    margin-bottom: 30px;
    margin-top: 10px !important;
}

.woocommerce-Tabs-panel--description {
    background-color: var(--e-global-color-text);

}

.woocommerce-Tabs-panel--supplies,
.woocommerce-Tabs-panel--upsells,

.woocommerce-Tabs-panel--reviews {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E9D2A8;
    padding-top: 10px;
}

.woocommerce-Tabs-panel--specifications {
    padding: 0px;
    font-size: 16px;
}

.woocommerce-Tabs-panel--specifications table {
    font-size: 0.9em;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews,
.wc-tabs-wrapper .woocommerce-Tabs-panel--upsells {
    background-color: white;
    padding: 25px 20px 0 20px;
}

.woocommerce-Tabs-panel--resources {
    padding: 0;
}

dt.tab {
    background-color: var(--e-global-color-primary);

    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: var(--e-global-color-text);
    padding: 15px 20px;
    display: flex;

}

dt.tab a {
    width: 100%;
    font-weight: 600;
    color: var(--e-global-color-text);
    text-decoration: none;
}

.accordion dt a i:last-child {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .accordion .woocommerce-Tabs-panel {
        margin-top: 10px;
    }

    .woocommerce-Tabs-panel--description li {
        margin-bottom: 10px;
    }

    .woocommerce-Tabs-panel--description ul {
        margin: 0 0 1.5em 2em;
    }
}




/** 
template/woocomerce/single-product/product-image.php
*/





.swiper-main {
    width: 100%;
}

.swiper {
    width: 100%;

    position: initial;
}

.swiper-wrapper {
    width: 730px;
}

.swiper img {
    border-radius: 5px 5px 5px 5px;
    height: auto;
    max-width: 90%;
    box-shadow: none;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid var(--brown-shade-5);
}

.swiper a {
    display: flex;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--e-global-color-primary);
}

.swiper-pagination-bullets {
    padding-bottom: 10px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #BF6249;
}

.swiper-button-next {
    right: -10px;
    font-size: 38px;
    color: var(--brown-shade-2);
    position: absolute;
    align-items: center;
}

.swiper-button-prev {
    left: -10px;
    font-size: 38px;
    color: var(--brown-shade-2);
    position: absolute;
    align-items: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--accent-3);
}

.swiper-main {
    position: relative;
    margin-left: -15px;
}

.swiper-pagination {
    bottom: auto !important;
}

.pp_hoverContainer,
.pp_details,
.ppt {
    display: none !important;
}


/* ----------------------------------
Minimal Theme for prettyPhoto lightbox
http://tutorialspage.com/pretty-photo-minimal-theme-a-pure-css-prettyphoto-simple-theme
----------------------------------- */
div.minimal {
    overflow: hidden;
}

div.minimal .pp_gallery li.default a,
div.minimal .pp_next,
div.minimal a.pp_previous {
    background: none;
}

/* Cancel bg load */
div.minimal .pp_top,
div.minimal .pp_top .pp_middle,
div.minimal .pp_top .pp_left,
div.minimal .pp_top .pp_right,
div.minimal .pp_bottom,
div.minimal .pp_bottom .pp_left,
div.minimal .pp_bottom .pp_middle,
div.minimal .pp_bottom .pp_right {
    height: 13px;
    display: none;
}

div.minimal .pp_content_container .pp_left {
    padding-left: 13px;
}

div.minimal .pp_content_container .pp_right {
    padding-right: 13px;
}

div.minimal .pp_content {
    background-color: #fff;
    margin-bottom: -36px;
}

/* -----------------------------------
Next/Previous buttons settings
-------------------------------------- */
div.minimal .pp_next:hover::after,
div.minimal .pp_next:hover::before,
div.minimal .pp_previous:hover::before,
div.minimal .pp_previous:hover::after {
    content: " ";
    background: #000;
    width: 5px;
    height: 15px;
    display: block;
    position: absolute;
    top: 45%;
}

div.minimal .pp_next:hover::after,
div.minimal .pp_next:hover::before {
    right: 15px;
}

div.minimal .pp_previous:hover::before,
div.minimal .pp_previous:hover::after {
    left: 15px;
}

div.minimal .pp_next:hover::after,
div.minimal .pp_previous:hover::after {
    margin-top: 8px;
}

/* -----------------------------------
Next/Previous Gallery navigation buttons settingd
-------------------------------------- */
div.minimal a.pp_arrow_next,
div.minimal a.pp_arrow_previous {
    height: 20px;
    width: 20px;
    background-color: #000;
    opacity: 0.8;
}

div.minimal a.pp_arrow_next::after,
div.minimal a.pp_arrow_next::before,
div.minimal a.pp_arrow_previous::before,
div.minimal a.pp_arrow_previous::after {
    content: " ";
    background: #fff;
    width: 2px;
    height: 6px;
    display: block;
    position: absolute;
    top: 12px;
}

div.minimal a.pp_arrow_next::after,
div.minimal a.pp_arrow_next::before {
    right: 8px;
}

div.minimal a.pp_arrow_previous::before,
div.minimal a.pp_arrow_previous::after {
    left: 8px;
}

div.minimal a.pp_arrow_next::after,
div.minimal a.pp_arrow_previous::after {
    margin-top: 3px;
}

div.minimal #pp_full_res .pp_inline {
    color: #000;
}

div.minimal .pp_gallery ul li a {
    border: 1px solid #aaa;
}

div.minimal .pp_gallery ul li a:hover,
div.minimal .pp_gallery ul li.selected a {
    border-color: #fff;
}

/* rotate butons */
div.minimal .pp_next:hover::after,
div.minimal .pp_previous:hover::before,
div.minimal a.pp_arrow_next::after,
div.minimal a.pp_arrow_previous::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.minimal .pp_next:hover::before,
div.minimal .pp_previous:hover::after,
div.minimal a.pp_arrow_next::before,
div.minimal a.pp_arrow_previous::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* round some butons */
div.minimal a.pp_arrow_next,
div.minimal a.pp_arrow_previous,
div.minimal a.pp_close {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* -----------------------------------
Close button
-------------------------------------- */
div.minimal a.pp_close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    font: bold 12px/18px Calibri;
    background: #333;
    margin: 5px;
    z-index: 20000;
}

div.minimal a.pp_close::after {
    content: 'x';
    position: absolute;
    right: -9987px;
    color: #fff;
}

/* -----------------------------------
Expand/Contract buttons
-------------------------------------- */
div.minimal a.pp_expand,
div.minimal a.pp_contract {
    right: 60px;
    height: 15px;
}

div.minimal a.pp_expand::after,
div.minimal a.pp_contract::after,
div.minimal a.pp_expand::before,
div.minimal a.pp_contract::before {
    content: "";
    position: absolute;
    top: 50%;
    border-style: solid;
    border-color: #333;
}

div.minimal a.pp_expand::before,
div.minimal a.pp_contract::before {
    left: 0;
    width: 6px;
    height: 0;
    border-color: transparent #333;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.minimal a.pp_expand::after,
div.minimal a.pp_contract::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -8px;
}

div.minimal a.pp_expand::before {
    border-width: 7px 7px 0;
}

div.minimal a.pp_contract::before {
    border-width: 0 7px 7px;
}

div.minimal a.pp_expand::after {
    border-width: 3px 0 0 3px;
}

div.minimal a.pp_contract::after {
    border-width: 0 3px 3px 0;
}

/* -----------------------------------
Loader icon
-------------------------------------- */
div.minimal .pp_loaderIcon {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100% !important;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* ----------------------------------
Minimal Theme uses CSS to hide social buttons. You can use JS settings to deactivatie it
----------------------------------- */
div.minimal .pp_nav,
div.minimal .pp_description,
div.minimal .pp_social {
    display: none !important;
}



/* ----------------------------------
Set opacity for some elements
----------------------------------- */
div.minimal .pp_arrow_next:hover,
div.minimal .pp_arrow_previous:hover,
div.minimal a.pp_expand:hover,
div.minimal a.pp_contract:hover,
div.minimal .pp_next:hover,
div.minimal .pp_previous:hover,
div.minimal a.pp_close:hover {
    opacity: 0.8;
}

/* ------------------------------------------------------------------------
prettyPhoto styling for small screens
------------------------------------------------------------------------- */
@media screen and (max-width: 648px) {
    div.pp_pic_holder.minimal {
        width: 100% !important;
        left: 0 !important;
        overflow: hidden;
    }

    div.minimal .pp_content,
    div.minimal .pp_fade,
    div.minimal .pp_hoverContainer {
        height: 100% !important;
        width: 100% !important;
    }

    div.minimal .pp_content_container .pp_left {
        padding-left: 0 !important;
    }

    div.minimal .pp_content_container .pp_right {
        padding-right: 0 !important;
    }

    div.minimal .pp_expand,
    div.minimal .pp_contract,
    div.minimal .pp_gallery,
    div.minimal.pp_top,
    div.minimal .pp_bottom,
    div.minimal .ppt {
        display: none !important;
    }

    div.minimal #pp_full_res img {
        width: 100% !important;
        height: auto !important;
        max-height: 100%;
    }

    div.minimal .pp_details {
        width: 94% !important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: -2px !important;
    }

    div.minimal a.pp_close {
        right: 10px !important;
        top: 10px !important;
    }
}


/** 
template/woocomerce/content-single-product.php
*/

.product-content {
    max-width: 1400px;
    display: var(--display);
    flex-direction: column;
    text-align: initial;
    flex-wrap: initial;
    justify-content: initial;
    align-items: initial;
}

.product-top {
    display: flex;
    width: 100%;
    gap: 20px;
    padding-bottom: 40px;

}

.product-left {
    width: 60%;
    border-radius: 10px;
    padding: 35px 25px 50px 35px;
    background-color: var(--e-global-color-text);
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    height: 100%;
}

.woocommerce-Tabs-panel--reviews .woocommerce-noreviews {
    display: none;
}

@media (max-width: 1024px) {

    .product-left,
    .product-top .summary {
        width: 48.5%;
    }

    .product-left {
        padding: 25px 0px 50px 15px;
    }

    .product-top {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {

    .product-left,
    .product-top .summary {
        width: 100%;
    }
}

.summary {
    --background-transition: 0.3s;
    border-style: solid;
    border-width: 2px;
    border-color: #E9D2A8;
    border-radius: 10px;
    padding: 35px;
    background-color: var(--e-global-color-48a172f);
    width: 100%;
}

.summary p.stock {
    display: none;
}

.woocommerce-product-details__short-description {
    background-color: var(--e-global-color-text);
    border-radius: 10px 10px 10px 10px;
    padding: 35px;
    margin-bottom: 30px;
}

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




/** 
views/product/previous.php
*/

div.previous-product {
    position: relative;
}

div.swiper-previous {
    position: initial;

}

div.swiper-previous {
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 275px;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

div.swiper-previous .swiper-slide {
    max-width: 150px;
}

div.swiper-previous h2 {
    color: var(--e-global-color-text);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 38px;
    margin: 0;
    padding: 0;
}

div.swiper-previous h6 {
    color: var(--e-global-color-text);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

div.swiper-previous .seperator {
    margin-bottom: 15px;
    height: 10px;
}

div.swiper-previous .seperator div {
    width: 100px;
    border-top: 2px solid #E9D2A8;
}

.previous-prev {
    left: -30px;
}

.previous-next {
    right: -30px;
}

.prev-product-wrapper {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #707070;
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
}

.prev-product-wrapper>img {
    border-bottom: 1px solid #707070;
}

.prev-product-wrapper>div {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.prev-header {
    color: var(--e-global-color-primary);
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 10px;
}

.prev-header-seperator {
    margin-bottom: 15px;
    height: 10px;
    width: 100px;
    border-top: 2px solid #E9D2A8;
    background-color: transparent;
    border-bottom: 0;
    margin-top: 35px;
}

.gb-container-854aca54 {
    padding: 1px;
}

@media (max-width: 1024px) {
    .prev-header {
        text-align: center;
    }

    .prev-header-seperator {
        border-top: none;
        margin-top: 5px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 20px;
        font-weight: 800;
        color: var(--brown-shade-2);
    }
}

@media (max-width: 767px) {
    .prev-header {
        font-size: 24px !important;
    }

    div.swiper-previous {
        padding-left: 0;
    }
}


/** 
views/product/resources.php
*/

.woocommerce-Tabs-panel--resources a {
    flex-direction: row;
    display: flex;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-text);
    border-radius: 10px 10px 10px 10px;
    margin: 0 0 15px 0;
    padding: 20px 30px 0px 30px;
    background-color: #FFFFFF;
    text-decoration: none;
    ;
}

.woocommerce-Tabs-panel--resources img {
    border-radius: 5px 5px 5px 5px;
    width: 50px;
}

.woocommerce-Tabs-panel--resources .image {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 20px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
}

.woocommerce-Tabs-panel--resources .title {
    flex: 0 1 auto;
}


.woocommerce-Tabs-panel--resources .title h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.woocommerce-Tabs-panel--resources .title p {
    font-size: 16px;
    font-weight: 400;
}

/** 
views/product/stock.php
*/

.summary {

    display: flex;
    gap: 20px;
    flex-direction: column;

}

.summary h6 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    margin-bottom: 0;
}

h3.stock {
    color: var(--e-global-color-primary);
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

p.smaller {
    font-size: .9em;
}

.divider-separator {
    margin-top: 25px;

    padding-bottom: 15px;

    border-top: 2px solid var(--e-global-color-text);
}

.price {

    font-size: 24px;
    color: var(--e-global-color-primary);
    width: 100%;
    margin-bottom: 0px;
}

.price bdi,
.reg-price bdi {
    font-weight: 800;
}

.reg-price {
    text-decoration: line-through;
    font-size: 20px;
    color: #CA9E4E;
    text-align: right;
    width: 100%;
    margin-top: -20px;
}

.reg-price bdi {
    text-decoration: line-through;
    font-size: 20px;
    color: #CA9E4E;
    text-align: right;
    width: 100%;
}

.summary .cwg_popup_submit {
    text-align: right;
    color: var(--e-global-color-6ab4f2c);
    background: none;
    font-size: 18px;
    padding: 0;
    text-decoration: underline;
    font-weight: 500;
}

.summary .cwg_popup_submit:hover {
    color: #CA9E4E;
    background: none;
}

.summary .cwg_popup_submit:focus {
    color: var(--e-global-color-6ab4f2c);
}

.summary p {
    margin-bottom: 0px;
}

.ofwc_offer_tab_form_wrap {
    margin: 10px 0;
}

.ofwc_offer_tab_form_wrap button.offers-for-woocommerce-make-offer-button-single-product {
    border-radius: 5px;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

.additional-info {
    color: var(--accent-2);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid var(--accent-2);
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    width: 80%;
    margin: 15px auto 0 auto;
}

.additional-info a {
    color: var(--accent-2);
}

.additional-info a:hover {
    color: var(--accent-1);
}

@media (max-width: 767px) {

    .summary .cwg_popup_submit,
    .price,
    .reg-price {
        text-align: center;
    }

    .price,
    .reg-price,
    .reg-price bdi {
        font-size: 18px;
    }

    .reg-price {
        margin-top: 0;
    }

    .stock-text {
        margin-top: 20px;
    }

    .summary {
        gap: 5px;
        align-items: center;
    }

    .summary p {
        text-align: center;
    }

    .summary .divider-separator {
        margin-top: 0;
    }

    h3.stock {
        font-size: 24px;
        text-align: center;
    }
}


/** 
views/product/title.php
*/
div.product-title {
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 275px;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
}

div.product-title h2 {
    color: var(--white-primary);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 38px;
    margin: 0;
    padding: 0;
}

div.product-title h6 {
    color: var(--beige-primary);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;

}

div.product-title .seperator {
    margin-bottom: 15px;
    height: 10px;
}

div.product-title .seperator div {
    width: 100px;
    border-top: 2px solid #E9D2A8;
}

@media (max-width: 1024px) {
    div.product-title .seperator {
        display: none;
    }

    div.product-title {
        min-height: unset;
    }

    div.product-title h2 {
        font-size: 30px;
        text-align: center;
        text-wrap: balance;
    }

    div.product-title h6 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    div.product-title h2 {
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    div.product-title {
        padding-top: 25px;
        padding-bottom: 5px;
    }

    div.product-title h6 {
        font-size: 18px;
    }
}


/** 
views/product/upsells.php
*/

.upsells-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.upsells-header {
    color: var(--brown-shade-4);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%;
}

.upsells-seperator {
    width: 100px;
}

.upsells-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 48%;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 15px;
    background-color: var(--beige-shade-4);
}

.upsells-img {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    border: 1px solid var(--brown-shade-5);
}

.upsells-img:hover {
    border: 1px solid var(--accent-3);
}

.upsells-img img {
    border-radius: 5px;
}

.upsells-info {
    width: 100%;
    max-width: calc(100% - 125px);
    padding-left: 20px;
    color: var(--e-global-color-primary);
    font-size: 16px;
}

.upsells-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.upsells-title a {
    text-decoration: none;
}

.upsells-stock {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 10px !important;
}

.upsells-price {
    margin-bottom: 7px;
    font-weight: 600;
}

.upsells-reg-price {
    text-decoration: line-through;
    color: var(--brown-shade-5);
    font-weight: 500;
}

.reg-price bdi {
    text-decoration: line-through;
}

.upsells-inner .quantity {
    margin: 5px 10px 10px 0;
}

.upsells-inner .quantity .upsells-qty {
    font-size: 15px;
}

.upsells-inner .quantity .input-text {
    font-size: 16px !important;
    background-color: var(--white-primary);
}

.upsells-qty {
    height: 32px;
    padding: 2px !important;
}

input.upsells-qty {
    width: 50px;
}

.upsells-inner .suppliers-input-qty-control {
    width: 35px;
}

.upsells-inner .suppliers-input-qty-control:hover {
    background-color: var(--brown-shade-2);
}

button.upsells-qty {
    margin-top: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 12px;
    font-weight: 500;
    min-width: 145px;
    width: 100px;
}

@media (max-width: 767px) {
    .upsells-seperator {
        width: 100%;
    }

    .upsells-header {
        text-align: center;
    }

    .upsells-container {
        justify-content: center;
    }

    .upsells-img {
        width: 100px;
        height: 100px;
    }

    .upsells-info {
        max-width: calc(100% - 100px);
    }

    .upsells-inner {
        margin: 0;
        padding: 20px;
        width: 100%;
    }
}


/** 
views/supplies.php
*/

.w-100 {
    width: 100% !important;
}