
:root {
    --color-main: #000000;
    --color-orange: #eb901e;
    --color-orange-dark: #c97711;
    --color-gray: #696969;
    --color-gray-1: #4E5669;
    --font-regular: normal;
    --font-bold: bold;
    --font-semibold: 500;
    --font-icons: "icomoon";
    --root-font-size: 10px;
    --spacing-regular: 50px;
    --top-section-image-height: 345px;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/barlow/regular/Barlow-Regular.woff2') format('woff2'),
         url('fonts/barlow/regular/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/barlow/medium/Barlow-Medium.woff2') format('woff2'),
        url('fonts/barlow/medium/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/barlow/bold/Barlow-Bold.woff2') format('woff2'),
        url('fonts/barlow/bold/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* FIX FOR ALIGNED IMAGES IN CONTENT */

.wp-caption {
    max-width: 100%;
    height: auto;
    position: relative;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignleft {
    float: left;
}

.wp-caption.alignright {
    float: right;
}

.wp-caption-text,
.wp-caption-dd {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1.6em;
}

.wp-caption.aligncenter .wp-caption-text,
.wp-caption.aligncenter .wp-caption-dd {
    text-align: center;
}

.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignleft .wp-caption-dd {
    text-align: left;
}

.wp-caption.alignright .wp-caption-text,
.wp-caption.alignright .wp-caption-dd {
    text-align: right;
}



/* .wp-caption.alignright .wp-caption-text,
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-dd,
.wp-caption.alignleft .wp-caption-dd {
    margin-bottom: 0 !important;
} */



img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}
a img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
a img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
a img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}


/*
 *
 * Set default styles
 *
 */

html {
    font-size: var(--root-font-size);
}

body {
    font-size: 2rem;
    line-height: 1.4em;
    font-family: 'Barlow';
    font-weight: var(--font-regular);
    font-style: normal;
    color: var(--color-main);
}

/* * {
    word-break: break-word;
} */

body#tinymce {
    margin: 10px !important;
}

h1, .h1, .shop-side h1, .shop-side .h1 {
    font-size: 4.2rem;
    line-height: 1.19em;
    color: var(--color-main);
    margin: 0 0 0.73em 0;
    font-weight: var(--font-bold);
    letter-spacing: -0.01em;
}

h2, .h2, .shop-side h2, .shop-side .h2 {
    font-size: 3.6rem;
    line-height: 1.167em;
    color: var(--color-main);
    margin: 0 0 0.8em 0;
    font-weight: var(--font-bold);
}

h3, .h3, .shop-side h3, .shop-side .h3 {
    font-size: 2.8rem;
    line-height: 1.21em;
    color: var(--color-main);
    margin: 0 0 0.5em 0;
    font-weight: var(--font-bold);
}

h4, .h4, .shop-side h4, .shop-side .h4 {
    font-size: 2.4rem;
    line-height: 1.167em;
    color: var(--color-main);
    margin: 0 0 0.5em 0;
    font-weight: var(--font-semibold);
}

p + h2 {
    margin-top: 0.8em;
}

p + h3 {
    margin-top: 0.5em;
}

p + h4 {
    margin-top: 0.5em;
}

label {
    font-weight: normal;
}

/*
 *
 * Text sizes
 *
 */

.ts-42 {
    font-size: 4.2rem;
    line-height: 1.19em;
}

.ts-36 {
    font-size: 3.6rem;
    line-height: 1.167em;
}

.ts-28 {
    font-size: 2.8rem;
    line-height: 1.214em;
}

.ts-26 {
    font-size: 2.6rem;
    line-height: 1.23em;
}

.ts-24 {
    font-size: 2.4rem;
    line-height: 1.167em;
}

.ts-18 {
    font-size: 1.8rem;
    line-height: 1.4em;
}


/*
 *
 * Margins
 *
 */

.mt-0 {
    margin-top: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}

b, strong {
    font-weight: var(--font-bold);
}

p {
    margin-bottom: 1.3em;
}

ul, ol, p {
    margin-top: 0;
    padding: 0;
}

ul {
    list-style: none;  
    padding: 0;
    margin-bottom: 1.3em;
}

ul li {
    position: relative;
}

#flexible-content ul:not(.slick-dots) li,
#tinymce ul:not(.slick-dots) li {
    padding: 0.45em 1em 0.35em 1.35em;
    background-color: #F7F7F7;
    border-left: 3px solid var(--color-orange);
    margin-bottom: 5px;
    text-align: left;
}

#flexible-content ul:not(.slick-dots) li::before,
#tinymce ul:not(.slick-dots) li::before {
    content: '•';
    position: absolute;
    font-size: 1.3em;
    color: inherit;
    left: 0.4em;
    top: 0.22em;
    color: var(--color-orange);
}

#flexible-content ol,
#tinymce ol {
    padding-left: 1.5em;
    margin-bottom: 1.3em;
}

blockquote {
    margin: 0 0 1.6em 0;
    padding: 2.954em 2.045em;
    border: 0;
    font-size: 2.2rem;
    font-weight:  var(--font-regular);
    text-align: center;
    position: relative;
    border-left: 3px solid var(--color-orange);
}

*, *:focus {
    outline: none !important;
}

a:not(.s-button, .box-regular) {
    color: var(--color-orange);
    cursor: pointer;
    transition: color .25s ease-in-out;
    text-decoration: none;
}

a:not(.s-button, .box-regular):is(:hover, :focus) {
    color: var(--color-orange-dark);

}

a.arrow-right::after {
    content: '\e904';
    font-family: var(--font-icons);
    color: inherit;
    font-size: 0.6em;
    margin-left: 0.2em;
}

a[href$= ".pdf"]:not(.s-button, .box-regular):before {
    content: "\e922";
    font-family: var(--font-icons);
    font-size: 0.9em;
    margin-right: 0.4em;
    position: relative;
    bottom: -1px;
}

hr {
    margin: 5rem auto;
    border: 0;
    height: 2px;
    background-color: #d0d1d2;
    width: 100%;
}

#tinymce .editor_ui_left img,
#tinymce .editor_ui_right img {
    max-width: 100%;
    height: auto;
}

.img50 {
    width: 50% !important;
    height: auto;
}

.img100 {
    width: 100% !important;
    height: auto;
}

.relative {
    position: relative;
}

/*
 *
 * Custom formats
 *
 */



/*
 *
 * Text color
 *
 */

.color-gray {
    color: var(--color-gray);
}


/*
 *
 * Text transform
 *
 */

.uppercase {
    text-transform: uppercase;
}


/*
 *
 * Margin spacing
 *
 */

.remove-margin-top {
    margin-top: 0 !important;
}

.remove-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-spacer {
    margin: 35px 0;
}


/*
 *
 * Button
 *
 */
.s-button {
    line-height: 1.4em;
    padding: 0.65em 1.8em 0.6em;
    border-radius: 0.2em;
    text-transform: uppercase;
    font-weight: var(--font-bold);
    text-decoration: none !important;
    display: inline-block;
    border: none;
}

.s-button.orange {
    color: #fff;
    background-color: var(--color-orange);
    transition: background-color .25s ease-in-out;
}

.s-button.orange:is(:hover, :focus) {
    background-color: var(--color-orange-dark);
}

.s-button.orange-transparent {
    padding: 0.475em 1.8em 0.575em;
    color: var(--color-orange);
    background-color: transparent;
    border: 2px solid var(--color-orange);
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

.s-button.orange-transparent:is(:hover, :focus) {
    color: #fff;
    background-color: var(--color-orange);
}

.s-button.white {
    padding: 0.475em 1.8em 0.575em;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

.s-button.white:is(:hover, :focus) {
    color: #0F1219;
    background-color: #fff;
}

.s-button.shop-cart-icon {
    padding: 0.55em 1.8em 0.7em;
}

.s-button.shop-cart-icon::before {
    content: "\e935";
    font-family: var(--font-icons);
    color: inherit;
    font-size: 1.15em;
    margin-right: 0.5em;
    position: relative;
    top: 2px;
    font-weight: normal;
}


@media (max-width: 1200px) {

}


@media (max-width: 767px) {

}

@media (max-width: 480px) {

}