
:root {
    --main-cta-color: #6bc9bb;
    --main-cta-color-light: #d9f0ed;
    --main-primary-bg: #212121;
    --main-secundary-bg: #f6f4f2;
    --main-light-font-color: #fff;
    --main-dark-font-color: #000;
    --main-usp-color: #10b981;
    --main-btn-cta-color: #6bc9bb;
}

*, ::after, ::before {
    --tw-ring-color: none !important;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}


html, body {
    /* overflow-x: hidden !important;*/
    max-width: 100%;
    min-height: 100%;
}

body {
    background: #fff;
    font-family: 'Montserrat', "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
}

.poppins {
    font-family: 'Montserrat', "Helvetica Neue", Arial, sans-serif;
}

a, .alink {
    transition: ease-out .1s;
}

.w-80 {
    width: 18rem;
}

.message {
    box-shadow: none;
    padding: 0.5rem 1rem;
}


.sticky {
    position: sticky;
}

.text-extra-sm {
    font-size: 0.8rem;
}

.category-description * div {
    margin: 0 !important;
}

.category-description {
    margin-bottom: 15px;
}

.products-grid .pop-usp-row.first {
    grid-column: 1/-1;
    grid-row-start: 3;
}

.products-grid .pop-usp-row.second {
    grid-column: 1/-1;
    grid-row-start: 6;
}

.products-grid .cat-promo-banner {
    grid-column: auto/-1;
    grid-row-start: 2;
}

.btn {
    border-radius: 0.375rem;
    box-shadow: none !important;
}

.round {
    border-radius: 50em;
}

.orange-color {
    color: var(--main-btn-cta-color);
}

.amshopby-filters-bottom-cms .inner,
.category-cms .inner {
    margin-top: 1rem;
}

.amshopby-filters-bottom-cms p,
.category-cms p {
    margin-bottom: 1rem;
}

.category-description h2,
.amshopby-filters-bottom-cms h2,
.category-cms h2 {
    font-weight: 600;
}

.hover\:border-primary:hover,
.border-primary {
    border-color: var(--main-cta-color) !important;
}

[data-content-type=row][data-appearance=contained],
[data-content-type=row] > div {
    padding: 0px;
}

.category-description {
    max-width: 100%;
}

.verified-user {
    color: var(--main-cta-color);
    background: var(--main-secundary-bg);
}

.categories-menu a.nav-link:hover span,
.category-cms a,
.amshopby-filters-bottom-cms a {
    color: var(--main-cta-color);
    text-decoration: underline;
}

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.input-light:focus,
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.input-light:focus {
    border-color: var(--main-btn-cta-color) !important;
    background: var(--main-btn-cta-color) !important;
    border-radius: 0.375em;
    color: #fff;
}

.pagebuilder-button-secondary,
.pagebuilder-button-secondary:hover {
    border-color: var(--main-btn-cta-color) !important;
    background: #fff;
    border-radius: 50em;
    color: #000;
}

.review-star {
    background: var(--main-cta-color-light);
    margin-right: 5px;
    border-radius: 3px;
    padding: 2px;
    color: var(--main-cta-color);
}

.review-star.grey-star {
    background: #f6f4f2;
    margin-right: 5px;
    border-radius: 3px;
    padding: 2px;
    color: #cccac8;
}


.gallery-fixed div#thumbs {
    padding-top: 15px;
}


.form-email,
.form-input {
    padding-left: 20px;
    border: 1px solid #ddd !important;
}

[type=checkbox],
[type=radio] {
    height: 1rem;
    width: 1rem;
    color: var(--main-cta-color) !important;
}

.swatch-attribute.color .swatch-attribute-options .swatch-option {
    overflow: hidden;
    min-width: 40px;
    height: 40px;
    border-radius: 50em;
}

label.swatch-option.color-thumbnails {
    height: 90px !important;
    min-width: 90px !important;
    background: none !important;
    padding: 0px !important;
}

.bss-megamenu-fw .parent .category-name strong,
.main-cta-color,
.categories-menu nav a svg,
.filter-content .filter-options-title svg,
nav.breadcrumbs span.separator {
    color: var(--main-cta-color) !important;
}

#amasty-shopby-product-list .toolbar:nth-child(2) .pages {
    display: none;
}

#amasty-shopby-product-list .toolbar-products:nth-child(5) {
    position: relative;
    top: 0px !important;
}

#amasty-shopby-product-list .toolbar-products:nth-child(5) .form-select.sorter-options,
#amasty-shopby-product-list .toolbar-products:nth-child(5) .form-select.toolbar-sorter {
    display: none;
}

.toolbar a.sorter-action {
    left: 10px;
}

.pop-usp-row svg,
.usp-slider svg,
ul.usp-list svg {
    color: var(--main-usp-color) !important;
}

.catalog-product-view .usp-list svg {
    color: var(--main-cta-color) !important;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}

/* Chrome, Safari, Edge, Opera */
.qty-field input::-webkit-outer-spin-button,
.qty-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.page-footer,
footer.page-footer .footer.content {
    background: #000;
    color: #fff;
}

footer.page-footer h4 {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

footer.page-footer ul li {
    line-height: 1.75rem;
}

footer.page-footer ul a:hover {
    text-decoration: underline;
}


.product-info-sticky:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    right: -100%;
    height: 100%;
    background: #fff;
}

section#addtocart-block .dialog {
    max-width: 60rem;
    margin: 50px auto;
}

.order-links li a {
    text-decoration: none;
}

.categories-menu [data-content-type="html"] {
    display: flex;
    margin-left: auto;
    flex-flow: row;
    width: 100%;
}

.catalog-product-view .readmore-wrapper .section {
    overflow: hidden;
    position: relative;
    height: inherit;
    max-height: 245px;
    flex: 1;
}

.catalog-product-view .readmore-wrapper .inner.open .section {
    max-height: 250em;
}

.pdp-size-chart tbody tr:first-child {
    background: #000 !important;
    color: #fff;
}

.pdp-size-chart tbody tr:first-child th {
    padding: 4px 15px;
}

.pdp-size-chart tbody tr td {
    padding: 2px 15px;
}

.pdp-size-chart tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.pdp-size-chart tbody tr td:first-child {
    font-weight: 600;
}

.cms-index-index .home-cat-blocks:before {
    background: #fff;
    content: "";
    width: calc(100% + 60px);
    height: 120px;
    margin-bottom: -95px;
    margin-top: -150px;
    margin-left: -30px;
    border-radius: 10px 10px 0 0;
}

.cms-index-index .pagebuilder-banner-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .25;
}

.cms-index-index .pagebuilder-banner-wrapper {
    overflow: hidden;
    position: relative;
    z-index: -10;
}

.table-footer {
    background: var(--main-cta-color-light);
}

input#search::placeholder {
    color: #000;
    font-weight: 500;
    font-size: 0.85rem;
}

.menu-triangle:after {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    background-color: white;
    top: -12px;
    left: 45%;
    border-top: #e5e7eb solid 1px;
    border-left: #e5e7eb solid 1px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    top: 33px;
    z-index: 15;
}

.additional-product-tabs p {
    margin: 0px;
}

.reviews {
    height: 550px;
    overflow: scroll;
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.product-info-sticky form#product_addtocart_form a {
    display: none;
}


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

    .category-top-left {
        width: 100%;
    }

    .category-top-right {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .categories-menu {
        height: 0px;
    }

    section#addtocart-block .dialog {
        margin-top: 0px;
    }

    #filter-drawer .dialog-panel {
        position: fixed;
    }

    footer.page-footer .footer-nav.block h4 {
        display: none;
    }

    .readmore-wrapper .section {
        overflow: hidden;
        position: relative;
        height: inherit;
        max-height: 265px;
        flex: 1;
    }

    .readmore-wrapper .inner.open .section {
        max-height: 250em;
    }


    .category-intro.readmore-wrapper .section {
        max-height: 50px;
    }
}

@media (min-width: 1536px) {

}

@media (min-width: 768px) {
    .md-transition-none {
        transition-property: none;
    }
}



