/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5interactive.com/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.14
*/

:root {
    --main: #3e7782;
    --font2: "petersburg-web";
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 75px;
    padding-right: 50px;
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    align-items: center !important;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
    background-color: #FFF;
}

#header .logo img {
    max-height: 78px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 70px;
}

#header .shop {
    width: calc(297px + 25px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header .shop .order a {
    display: inline-block;
    height: 59px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0 40px;
    margin: 0;
    background-color: #ea7704;
    border: 2px solid #ea7704;
    border-radius: 4px;
}
#header .shop .order a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#header .shop .order a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

/* HERO */

#hero {
    position: relative;
    /* height: 605px; */
    background: rgb(233,240,243);
    background: -moz-linear-gradient(0deg, rgba(233,240,243,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(233,240,243,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(233,240,243,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9f0f3",endColorstr="#ffffff",GradientType=1);
    z-index: 4;
}
/* #hero.page {
    height: 505px;
} */

#hero .content .slogan {
    font-size: 22px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: 1.1px;
    padding: 0 0 30px 5px;
    margin: 0;
}
#hero .content .slogan b {
    font-weight: 500;
    letter-spacing: -0.44px;
}
#hero .content .text-slider {
    visibility: hidden;
}
#hero .content .text-slider.slick-initialized {
    visibility: visible;
}
#hero .content .title {
    font-family: var(--font2);
    /* font-size: 79px;
    line-height: 80px; */
    font-weight: 400;
    letter-spacing: -2.77px;
    padding: 0 0 5px;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
}
#hero .content .text {
    /* font-size: 25px;
    line-height: 36px; */
    font-weight: 300;
    letter-spacing: -0.63px;
    padding: 18px 0 0 5px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
#hero .content .text b {
    font-weight: 500;
}
#hero .content a {
    display: inline-block;
    height: 70px;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 0 105px;
    margin: 35px 0 0 0;
    background-color: #ea7704;
    border: 2px solid #ea7704;
    border-radius: 4px;
}
#hero .content a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#hero .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

#hero .photo {
    position: relative;
    width: calc(58.33333333% + 320px);
    margin-right: -320px;
    /* margin-bottom: 40px; */
}
#hero .photo > div {
    display: block;
    width: 100%;
    /* height: 565px; */
    height: 450px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 285px;
    border-bottom-left-radius: 285px;
}

#hero.page .photo > div {
    /* height: 505px; */
    margin-bottom: -50px;
}
#hero .photo .bottle {
    position: absolute;
    /* top: 130px; */
    left: -150px;
    /* width: 440px; */
    /* top: 151px; */
    width: 400px;
    top: 125px;
}
/* #hero.page .photo .bottle {
    top: 150px;
    width: 380px;
} */
/* @media (max-width: 991px) {
    #hero .content {
        padding-top: 150px;
        text-align: center;
    }
} */
/* @media (max-width: 767px) {
    #hero .photo .bottle {
        left: -200px;
    }
} */
/* @media (max-width: 575px) {
    #hero .content {
        padding-top: 70px;
    }
    #hero .photo > div {
        height: 275px;
        margin-bottom: 0;
    }
    #hero .photo .bottle {
        width: 250px;
        left: -100px;
        top: 70px;
    }
    #hero .content .title {
        font-size: 45px;
        line-height: 52px;
    }
    #hero.page .photo > div {
        margin-bottom: 0;
    }
    #hero .content .text {
        font-size: 16px;
        line-height: 22px;
        padding-top: 15px;
    }
} */

/* BOXES */

#boxes {
    position: relative;
    background-color: #e9f0f3;
}

#boxes .box {
    position: relative;
    padding-top: 25px;
    z-index: 4;
}
#boxes .box .home_box {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 40px 45px;
    background-color: #FFF;
    border: 1px solid #dee6ed;
    border-radius: 5px;
}
#boxes .box .home_box:hover {
    text-decoration: none;
    border-color: var(--main);
}
#boxes .box .photo {
    width: 250px;
    height: 250px;
    background-color: #eee;
    background-size: cover;
    background-position: bottom -30px center;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: -65px;
}
#boxes .box .text {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: -1.12px;
    padding: 80px 0 0 0;
    margin: 0;
}
#boxes .box .text b {
    color: var(--main);
    font-weight: 900;
}
#boxes .box .text small {
    font-style: italic;
	font-size: 16px; 
}

/* ABOUT */

#about {
    position: relative;
    background-color: #e9f0f3;
}

#about .headline .text {
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}
#about .headline .text::after {
    content: "";
    display: block;
    width: 200px;
    height: 9px;
    margin-top: 25px;
    background-color: var(--main);
    border-radius: 3px;
}

#about .content .text {
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}

.about-section {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    margin: 0 auto 60px auto;
    overflow: hidden;
    min-height: 500px;
}

.about-image-full {
    flex: 0 0 40%; /* 👈 now fixed to 40% width */
    overflow: hidden;
    position: relative;
}

.about-text {
    flex: 1 1 60%; /* 👈 takes the remaining space */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 40px; /* 👈 add left/right padding (adjust as needed) */
}

.about-image-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 700px;
    border-top-right-radius: 285px;
    border-bottom-right-radius: 285px;
}

/* If the image is on the RIGHT, flip the rounded corners */
.about-section.image-right .about-image-full img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 285px;
    border-bottom-left-radius: 285px;
}

/* Swap order when image-right */
.about-section.image-right .about-image-full {
    order: 2;
}

.about-section.image-right .about-text {
    order: 1;
}

@media (max-width: 767px) {
    .about-section {
        margin: 0;
    }
    .about-image-full,
    .about-text {
        flex: 0 0 100%; /* Full width for both blocks */
        max-width: 100%;
    }

    .about-text {
        padding: 20px; /* Optional: reduce padding for mobile */
    }
    /* Default mobile stack: image first, text second */
    .about-section.image-right .about-image-full {
        order: 2;
    }
    
    .about-section.image-right .about-text {
        order: 1;
    }
    
    /* OVERRIDE for the 2nd repeater: make image above text */
    .about-section.reverse-mobile .about-image-full {
        order: 1 !important;
    }
    
    .about-section.reverse-mobile .about-text {
        order: 2 !important;
    }
}


/* PRODUCT */

#product {
    position: relative;
    z-index: 4;
}
.home #product,
.page-template-contact #contact,
#about-wrapper,
#instructions {
    background: rgb(233, 240, 243);
    background: -moz-linear-gradient(180deg, rgba(233, 240, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(233, 240, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(233, 240, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9f0f3",GradientType=1);
}
#product .row {
    position: relative;
}
#product .row::before {
    content: "";
    display: block;
    width: calc(100% + 380px);
    height: 100%;
    background-color: var(--main);
    border-radius: 10px;
    position: absolute;
    top: 0; left: -190px;
}

#product .product .box {
    display: flex;
    flex-direction: row-reverse;
}

#product .product .content {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x)* .5);
}
#product .product .content .name h2 {
    color: #FFF;
    font-family: var(--font2);
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 10px 0 0 0;
    margin: 0;
}
#product .product .content > .price,
#product .product .content .variations .label {
    display: none;
}
#product .product .content .variations_form {
    position: relative;
    display: flex;
    padding-top: 100px;
    margin-bottom: 50px;
}
#product .product .content .variations {
    width: 40%;
}
#product .product .content .variations .value select {
    display: block;
    width: 98%;
    height: 70px;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 0 25px;
    margin: 0;
    outline: none;
    background-color: #FFF;
    border: 0;
    border-radius: 4px;
}
#product .product .content .woocommerce-variation-price {
    position: absolute;
    top: 10px;
    left: 0;
}
#product .product .content .woocommerce-variation-price .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}
#product .product .content .woocommerce-variation-price .price ins {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-decoration: none;
}
#product .product .content .woocommerce-variation-price .price del {
    color: #FFF;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.32px;
    padding-bottom: 7px;
    padding-left: 20px;
}
#product .product .content .button {
    display: block;
    width: 220px;
    height: 70px;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.33px;
    padding: 0;
    margin: 1px 0 0 0;
    background-color: #da7743;
    border: 2px solid #da7743;
    border-radius: 4px;
    transition: all .3s;
}
#product .product .content .button:hover {
    background-color: transparent;
}

#product .product .content h3 {
    position: relative;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.77px;
    padding: 0;
    margin: 0;
}
#product .product .content h3::after {
    content: "";
    display: block;
    width: calc(100% - 120px);
    height: 4px;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    bottom: 4px; right: 0;
}
#product .product .content .d-item {
    display: flex;
    padding-top: 27px;
}
#product .product .content .d-item .d-text {
    width: calc(100% - 53px);
    padding-left: 20px;
}
#product .product .content .d-item .d-text span {
    color: #FFF;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.52px;
    padding: 0;
    margin: 0;
}
#product .product .content .amazon a {
    display: inline-block;
    margin-top: 50px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 6px;
}
#product .product .content .amazon a:hover {
    border-color: #da7743;
}
#product .product .content .amazon a img {
    border-radius: 6px;
}

#product .product .photo {
    position: relative;
    display: block;
    width: 50%;
    right: -50px;
}
#product .product .photo .main-photo {
    display: block;
    width: 100%;
    height: 610px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}
#product .product .photo .thumb-photos {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
#product .product .photo .thumb-photos .thumb-photo {
    width: 150px;
    height: 150px;
    background-color: #FFF;
    background-size: cover;
    background-position: center;
    border: 3px solid #FFF;
    border-radius: 5px;
    cursor: pointer;
}
#product .product .photo .thumb-photos .thumb-photo.active {
    border-color: #cbd4de;
}

/* PRODUCT INFO */

#product-info .box {
    display: flex;
}
#product-info .box:nth-child(n+3) {
    padding-top: 25px;
}

#product-info .box .icon {
    width: 37px;
    height: 37px;
    text-align: center;
    background-color: #f9f1e0;
    border-radius: 50%;
}
#product-info .box .icon i {
    position: relative;
    color: #da7743;
    font-size: 14px;
    top: 7px;
}

#product-info .box .text {
    width: calc(100% - 37px);
    padding-left: 20px;
}
#product-info .box .text .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.77px;
    padding: 8px 0 15px 0;
    margin: 0;
}
#product-info .box .text .title span {
    font-weight: 300;
}
#product-info .box .text p {
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: -0.45px;
    padding: 0;
    margin: 0;
}

#product-info .row.row-2 {
    position: relative;
}
#product-info .row.row-2::before {
    content: "";
    display: block;
    width: calc(100% - var(--bs-gutter-x) * .5 - var(--bs-gutter-x) * .5);
    height: 1px;
    background-color: #dfe9eb;
    position: absolute;
    top: 0; left: calc(var(--bs-gutter-x) * .5);
}
#product-info .details p {
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.62px;
    padding: 0 25px 0 0;
    margin: 0;
}
#product-info .details a {
    display: inline-block;
    height: 70px;
    color: #3e7782;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 65px;
    margin: 0;
    background-color: transparent;
    border: 2px solid var(--main);
    border-radius: 4px;
}
#product-info .details a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#product-info .details a:hover {
    color: #FFF;
    background-color: var(--main);
}

/* REVIEWS */

/* #reviews {
    position: relative;
    background: rgb(62,119,130);
    background: -moz-linear-gradient(320deg, rgba(62,119,130,1) 0%, rgba(79,152,164,1) 50%, rgba(62,119,130,1) 100%);
    background: -webkit-linear-gradient(320deg, rgba(62,119,130,1) 0%, rgba(79,152,164,1) 50%, rgba(62,119,130,1) 100%);
    background: linear-gradient(320deg, rgba(62,119,130,1) 0%, rgba(79,152,164,1) 50%, rgba(62,119,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e7782",endColorstr="#3e7782",GradientType=1);
}

#reviews .headline .slogan {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.62px;
    padding: 0 0 30px 0;
    margin: 0;
}
#reviews .headline .slogan b {
    font-weight: 500;
}
#reviews .headline .title {
    color: #FFF;
    font-family: var(--font2);
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0 0 85px 0;
    margin: 0;
}

#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    height: inherit !important;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

#reviews .review .content {
    position: relative;
    flex: 1;
}
#reviews .review .content::before {
    content: "";
    display: block;
    width: 338px;
    height: 338px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 50%;
    position: absolute;
    top: 25px; left: 0; right: 0;
    z-index: -1;
}
#reviews .review .content img {
    margin: 0 auto;
}
#reviews .review .highlight {
    color: #FFF;
    font-family: var(--font2);
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.7px;
    padding: 25px 0;
    margin: 0;
}
#reviews .review .content .text {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.54px;
    padding: 0;
    margin: 0;
}

#reviews .review .overview {
    margin-top: 30px;
}
#reviews .review .overview .customer {
    display: inline-block;
    min-width: 155px;
    height: 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.4px;
    padding: 0 20px;
    margin: 0;
    background-color: #FFF;
    border-radius: 18px;
}

#reviews .slick-control {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
} */

#reviews {
    position: relative;
    background: rgb(62,119,130);
    background: linear-gradient(320deg, rgba(62,119,130,1) 0%, rgba(79,152,164,1) 50%, rgba(62,119,130,1) 100%);
    padding: 60px 0;
}

#reviews .headline .slogan {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.62px;
    padding: 0 0 30px 0;
    margin: 0;
}

#reviews .headline .slogan b {
    font-weight: 500;
}

#reviews .headline .title {
    color: #FFF;
    font-family: var(--font2);
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0 0 40px 0;
    margin: 0;
}

#reviews .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#reviews .review .content {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 40px 25px;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    transition: all 0.3s ease;
}

#reviews .review:hover .content {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

#reviews .review .content img {
    width: 30px;
    height: auto;
    margin-bottom: 15px;
}

#reviews .review .highlight {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

#reviews .review .content .text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}

#reviews .review .overview {
    margin-top: auto;
    text-align: left;
}

#reviews .review .overview .customer {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 0px;
}

#reviews .review .overview .customer-real {
    font-size: 16px;
    font-weight: 200;
    color: #D1EBD29E;
    margin-bottom: 0px;
}

#reviews .slick-control {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

/* slick arrows */

#reviews .slick-prev, 
#reviews .slick-next {
    font-size: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#reviews .slick-prev::before, 
#reviews .slick-next::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
    transition: border-color 0.3s ease;
}

#reviews .slick-next::before {
    transform: rotate(-45deg);
}

#reviews .slick-prev:hover::before,
#reviews .slick-next:hover::before {
    border-color: #da7743;
}


.page-id-533 #reviews .review {
    padding: 15px;
}

.page-id-533 #reviews .review .content {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-id-533 #reviews .review .highlight {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 10px;
}

.page-id-533 #reviews .review .content .text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Masonry-style columns for testimonials page */
.page-id-533 #reviews .reviews {
    column-count: 3; 
    column-gap: 5px;
}

.page-id-533 #reviews .review {
    display: inline-block;
    width: 100%;
    margin: 0;
}





/* FAQ */

#faq .container-fluid {
    height: 690px;
    padding-bottom: 225px;
    background-size: cover;
    background-position: center;
}
#faq .headline .title {
    color: #FFF;
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}
#faq .headline .slogan {
    color: #FFF;
    font-family: var(--font2);
    font-size: 75px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2.63px;
    padding: 0;
    margin: 0;
}

#faq .box .questions {
    padding: 60px 100px;
    margin-top: -145px !important;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 20px 90px rgba(38, 88, 84, .06);
}
.home #faq-wrapper {
    padding-top: 0 !important;
}
.home #faq-wrapper .accordion-item {
    padding: 0 !important;
    margin: 0 !important;
}

#faq .more {
    text-align: center;
    padding-top: 55px;
}
#faq .more a {
    display: inline-block;
    height: 76px;
    color: #3e7782;
    font-size: 21px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.63px;
    padding: 0 110px;
    margin: 0;
    border: 2px solid var(--main);
    border-radius: 4px;
}
#faq .more a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#faq .more a:hover {
    color: #FFF;
    background-color: #3e7782;
}

/* PUBLICATIONS */

#publications {
    position: relative;
    background-color: #265854;
	padding: 60px 0;
}

#publications .headline,
#videos .headline {
    padding-bottom: 30px;
}
#publications .headline .title,
#videos .headline .title {
    color: #FFF;
    font-family: var(--font2);
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
#publications .headline .slogan,
#videos .headline .slogan {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 15px 0 0 2px;
    margin: 0;
}
#publications .headline .slogan b,
#videos .headline .slogan b {
    font-weight: 500;
}

#publications .slick-track,
#videos .slick-track {
    display: flex !important;
}

#publications .item {
    height: inherit !important;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
}
#publications .item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 45px 25px 35px 25px;
    background-color: #FFF;
    border-radius: 4px;
}
#publications .item a:hover {
    text-decoration: none;
    transform: translateY(-10px);
}
#publications .item .photo {
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#publications .item .photo img {
    max-width: 100%;
    max-height: 100%;
}
#publications .item .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 50px;
}
#publications .item .content .title {
    font-family: var(--font2);
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.45px;
    padding: 0;
    margin: 0;
}
#publications .item .content .title span {
    display: block;
    font-weight: 400;
}
#publications .item .content .more {
    position: relative;
}
#publications .item .content .more::before {
    content: "";
    display: block;
    width: 135px;
    height: 9px;
    margin-top: 24px;
    margin-bottom: 22px;
    background-color: var(--main);
}
#publications .item .content .more span {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.63px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#publications .item a:hover .content .more span {
    color: #da7743;
}

#publications .slick-arrow,
#videos .slick-arrow {
    padding: 21px 23px 18px 23px;
}
#publications .slick-prev,
#videos .slick-prev {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

#publications .all,
#videos .all {
    padding-top: 50px;
}
#publications .all a,
#videos .all a {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    padding: 0;
    margin: 0;
}
#publications .all a:hover,
#videos .all a:hover {
    text-decoration: none;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.tab-btn {
    padding: 10px 75px;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: -0.5px;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #FFF;
}

.tab-btn.active {
    background: #FFF;
    color: #265854; 
    font-weight: 600;
}


/* VIDEOS */

#videos {
    position: relative;
    background: rgb(233, 240, 243);
    background: -moz-linear-gradient(180deg, rgba(233, 240, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(233, 240, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(233, 240, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9f0f3",GradientType=1);
    z-index: 4;
}

#videos .headline .title,
#videos .headline .slogan {
    color: initial;
}

#videos .slick-prev::before,
#videos .slick-next::before {
    color: var(--main);
}
#videos .slick-prev {
    border-right-color: #b6c0ca;
}

#videos .video {
    height: inherit !important;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-top: 10px;
}

#videos .video .box {
    display: block;
    padding: 15px;
    background-color: #FFF;
    border-radius: 10px;
}

#videos .video .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    background-color: #eee;
    background-size: 110%;
    background-position: center;
    border-radius: 10px;
}
#videos .video .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    border-radius: 10px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
#videos .video .box:hover .photo::before {
    opacity: 0.4;
}
#videos .video .photo::after {
    content: '\f144';
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    text-shadow: 0 10px 100px rgba(22, 35, 44, .13);   
}

#videos .video .title {
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 25px 20px 10px 20px;
    margin: 0;
    transition: all .3s;
}
#videos .video .box:hover .title {
    color: #da7743;
}

#videos .all a {
    color: initial;
    font-weight: 300;
}

/* CONTACT */

#contact .container > .row {
    position: relative;
}
#contact .container > .row:first-of-type::before {
    content: "";
    display: block;
    width: calc(100% + 380px);
    height: 100%;
    background: rgb(17,44,44);
    background: -moz-linear-gradient(320deg, rgba(17,44,44,1) 0%, rgba(26,68,69,1) 25%, rgba(17,44,44,1) 50%, rgba(26,68,69,1) 75%, rgba(17,44,44,1) 100%);
    background: -webkit-linear-gradient(320deg, rgba(17,44,44,1) 0%, rgba(26,68,69,1) 25%, rgba(17,44,44,1) 50%, rgba(26,68,69,1) 75%, rgba(17,44,44,1) 100%);
    background: linear-gradient(320deg, rgba(17,44,44,1) 0%, rgba(26,68,69,1) 25%, rgba(17,44,44,1) 50%, rgba(26,68,69,1) 75%, rgba(17,44,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112c2c",endColorstr="#112c2c",GradientType=1);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: -190px;
}
#contact .container > .row > * {
    position: relative;
    z-index: 4;
}

#contact .headline .title {
    color: #FFF;
    font-family: var(--font2);
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
#contact .headline .title::after {
    content: "";
    display: block;
    width: 155px;
    height: 8px;
    margin: 35px auto 45px;
    background-color: #347873;
}

/* FOOTER */

#footer {
    padding-top: 0; /* 45 */
}
.page-template-contact #footer {
    padding-top: 0;
}

.home #footer .row.row-2:first-of-type {
   
}

#footer .logo img {
    max-height: 67px;
}

#footer .disclaimer p {
    font-size: 15px;
    font-weight: 200;
    line-height: 23px;
    letter-spacing: -0.15px;
    text-align: center;
    padding: 0;
}
#footer .disclaimer p:last-of-type {
    margin-bottom: 0;
}

/* SUBPAGES */

#hero-sub {
    height: 400px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
}
#hero-sub h3 {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.14px;
    text-transform: uppercase;
    padding: 0 0 9px 0;
    margin: 0;
}
#hero-sub h1 {
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}

#page-wrapper, #index-wrapper, #single-wrapper {
    position: relative;
    background: rgb(233, 240, 243);
    background: -moz-linear-gradient(180deg, rgba(233, 240, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(233, 240, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(233, 240, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9f0f3",GradientType=1);
}

#page-wrapper #main, #index-wrapper .row, #single-wrapper .row {
    position: relative;
    z-index: 9;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    font-family: var(--font2);
    font-size: 37px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.37px;
}
.entry-content h1::after, .entry-content h2::after, .post-title::after {
    content: "";
    display: block;
    width: 175px;
    height: 9px;
    margin-top: 25px;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    font-family: var(--font2);
    font-size: 32px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.32px;
}
.entry-content h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.62px;
}

.entry-content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.5px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: #da7743;
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/* ABOUT PAGE */

#about-wrapper .headline .title {
    font-family: var(--font2);
    font-size: 37px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.37px;
    padding: 0;
    margin: 0;
}
#about-wrapper .headline .title::after {
    content: "";
    display: block;
    width: 175px;
    height: 9px;
    margin: 30px auto 50px;
    background-color: var(--main);
    border-radius: 3px;
}


#about-wrapper .add-info {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}
#about-wrapper .add-info::before {
    content: "";
    display: block;
    width: calc(100% - var(--bs-gutter-x)* .5 - var(--bs-gutter-x)* .5);
    height: 1px;
    background-color: #d7e3e3;
    position: absolute;
    top: 0;
    left: calc(var(--bs-gutter-x)* .5);
}
#about-wrapper .add-info p {
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 0;
    margin: 0;
}

/* INSTRUCTIONS PAGE */

#instructions .box:nth-child(n+3) {
    padding-top: 50px;
}
#instructions .box:nth-child(even) {
    padding-left: 40px;
}
#instructions .box:nth-child(odd) {
    padding-right: 40px;
}

#instructions .box .title {
    color: #255c66;
    font-family: var(--font2);
    font-size: 40px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.4px;
    padding: 15px 0 0 0;
    margin: 0;
}
#instructions .box .title b {
    font-weight: 700;
}
#instructions .box .title span {
    font-size: 30px;
}
#instructions .box .title::after {
    content: "";
    display: block;
    width: 130px;
    height: 9px;
    margin: 30px 0;
    background-color: var(--main);
    border-radius: 3px;
}

#instructions .box .entry-content p a {
    color: #3e7782;
}

#instructions .b-table .content {
    padding: 60px 80px;
    background-color: #759ba2;
    border-radius: 10px;
}
#instructions .b-table .content .title {
    color: #FFF;
    font-family: var(--font2);
    font-size: 46px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 0;
    margin: 0;
}
#instructions .b-table .content p {
    color: #FFF;
    font-size: 19px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 15px 0 25px 3px;
    margin: 0;
}
#instructions .b-table .content p u {
    color: #dccac0;
    text-underline-offset: 4px;
}

#instructions .b-table .content .table thead th {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
}
#instructions .b-table .content .table thead th:first-of-type {
    font-size: 18px;
    font-weight: 500;
}
#instructions .b-table .content .table thead th span {
    color: #bad3d8;
    font-size: 13px;
}

#instructions .b-table .content .table tbody td {
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, .2);
}
#instructions .b-table .content .table tbody td:first-of-type {
    font-size: 18px;
    font-weight: 400;
}

/* CONTACT PAGE */

.page-template-contact #hero .content {
    padding-bottom: 80px;
}

.page-template-contact #contact {
    padding-top: 20px;
}
.page-template-contact #contact .container > .row:first-of-type:before {
    background: #3e7782;
}
.page-template-contact #contact .headline .title {
    font-size: 50px;
    padding-top: 40px;
}
.page-template-contact #contact .headline .title::after {
    background-color: #FFF;
}
.page-template-contact .form-submit .wpcf7-submit {
    background-color: transparent;
    border-color: #FFF !important;
}

#contact .content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.42px;
    padding: 0;
}
#contact .content p:last-of-type {
    margin-bottom: 0;
}

/* WOOCOMMERCE */

#header .cart {
    position: relative;
}

#header .cart .cart-contents {
    height: 59px;
    padding: 0 20px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #edf1f5;
    border-radius: 4px;
}
#header .cart .cart-contents:hover {
    text-decoration: none;
}
#header .cart .cart-contents-count {
    position: relative;
}
#header .cart .cart-contents-count i {
    color: var(--main);
    font-size: 16px;
}
#header .cart .cart-contents-count span {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -12px;
    transition: all .3s;
}
#header .cart .cart-contents-count span.no-empty,
#header .cart .cart-contents:hover .cart-contents-count span {
    color: #FFF;
    background-color: #da7743;
}
#header .cart .cart-contents-total {
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#widget-cart {
    min-width: 400px;
    padding: 20px 25px;
    background-color: #FFF;
    border: 1px solid #dee6ed;
    border-radius: 4px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    position: absolute;
    top: 70px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 9;
}
#widget-cart.show {
    visibility: visible;
    opacity: 1;
}

#widget-cart h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

#widget-cart .woocommerce-mini-cart__empty-message {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 10px 0 0 0;
    margin: 0;
}

#widget-cart .widget_shopping_cart_content .product_list_widget {
    margin-top: 15px;
}
#widget-cart .widget_shopping_cart_content .mini_cart_item {
    position: relative;
    padding-top: 4px;
    padding-bottom: 15px;
    padding-left: 0;
}
#widget-cart .widget_shopping_cart_content .mini_cart_item {
	color: #000;
    line-height: 24px;
}
#widget-cart .widget_shopping_cart_content .mini_cart_item img {
    margin-top: 7px;
}
#widget-cart .widget_shopping_cart_content .remove_from_cart_button {
    display: flex;
    position: absolute;
    top: 9px;
    left: -40px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #FFF !important;
    line-height: 20px;
    background-color: #000;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    padding-left: 7px;
}
#widget-cart .widget_shopping_cart_content .remove_from_cart_button:hover {
    background-color: red !important;
}
#widget-cart .widget_shopping_cart_content .mini_cart_item .quantity {
	display: block;
	color: var(--main);
    font-size: 15px;
}
#widget-cart .widget_shopping_cart_content .mini_cart_item .quantity .amount {
	color: #da7743;
    font-weight: 600;
}

#widget-cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
	color: #000;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 15px;
}
#widget-cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    font-weight: 600;
}

#widget-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
#widget-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
    width: 50%;
    height: 47px;
    color: var(--main);
    font-size: 13px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 1px solid var(--main);
    border-radius: 0;
}
#widget-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
    color: #FFF;
    background-color: var(--main);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	display: inline-block;
	color: var(--main);
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.34px;
	text-align: center;
	padding: 14px 50px 13px 50px;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid var(--main);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	background-color: #FFF;
}

.woocommerce-message .button {
	display: none !important;
}

.woocommerce-info {
	border-top-color: var(--orange);
}
.woocommerce-info::before {
	color: var(--orange);
}

.woocommerce-message {
	border-top-color: #1abe35;
}
.woocommerce-message::before {
	color: #1abe35;
}

/* CART */

.woocommerce table.shop_table {
	/* background-color: rgba(121, 121, 121, .3); */
	border-color: rgba(121, 121, 121, .5);
	border-radius: 0;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 17px 12px;
}
.woocommerce table.shop_table th {
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -.34px;
    text-transform: uppercase;
}
.woocommerce table.shop_table td,
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top-color: rgba(121, 121, 121, .5);
}
.woocommerce a.remove:hover {
    color: red !important;
    background-color: transparent !important;
}
#add_payment_method table.cart .product-remove, .woocommerce-cart table.cart .product-remove, .woocommerce-checkout table.cart .product-remove {
    width: 50px;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 180px;
    text-align: center;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}
#add_payment_method table.cart td.product-name a, .woocommerce-cart table.cart td.product-name a, .woocommerce-checkout table.cart td.product-name a {
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}
.woocommerce td.product-quantity .quantity .qty {
    width: 40px;
    font-size: 1rem;
    line-height: 40px;
    border: 1px solid rgba(121, 121, 121, .5);
    outline: none;
}
.woocommerce td.product-name dl.variation {
    margin-top: 10px;
}
.woocommerce td.product-name dl.variation dt {
    font-size: 14px;
    font-weight: 500;
}
.woocommerce td.product-name dl.variation dd p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 160px;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions button[name='update_cart'] {
    height: 45px;
    color: var(--main);
    font-size: 15px;
    padding: 7px 15px;
    background-color: transparent;
    border-color: var(--main);
}
.cart_totals h2 {
    font-size: 24px !important;
    margin-bottom: 0;
}
.cart_totals h2::after {
    display: none !important;
}
.cart_totals tr th {
    text-transform: uppercase;
    vertical-align: middle!important;
}
#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    margin-top: 0;
}
a.shipping-calculator-button {
    color: var(--main);
    text-decoration: none;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	font-size: 22px;
	font-weight: 700;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	color: var(--main);
	font-weight: 500;
	letter-spacing: -0.75px;
	background-color: transparent;
	border-radius: 4px;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: var(--main) !important;
	color: #FFF;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.select2-dropdown {
    border-color: #d8d8d8;
}
.select2-container--default .select2-selection--single {
    height: 50px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
	background-color: transparent;
	border: 1px solid rgba(121, 121, 121, .5);!;!i;!;
	border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 15px;
}
.select2-results__option {
	color: #000;
    font-size: 15px;
    padding: 6px 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--orange);
}
.woocommerce-checkout.checkout {
    margin-top: 70px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    flex: unset;
    max-width: unset;
    padding: 0;
}
.woocommerce-checkout h3 {
    padding-top: 0;
    padding-left: 17px;
    margin-bottom: 0;
}
.woocommerce-checkout h3#order_review_heading {
    margin-top: 20px;
    margin-bottom: 0;
}
.form-row>span {
    width: 100%;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
    position: relative;
    margin-bottom: 7px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 48.5%;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-size: 13px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.11px;
    text-transform: uppercase;
    padding: 0px 16px 6px 16px;
    margin: 0;
    background-color: transparent;
    position: relative;
    z-index: 99!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -.36px;
    padding: 0 20px;
    background-color: transparent;
    border: 1px solid rgba(121, 121, 121, .5);
    border-radius: 4px;
    outline: none;
}
.woocommerce form .form-row input.input-text[name='coupon_code'] {
	height: 45px;
}
.woocommerce form .form-row textarea {
    min-height: 125px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce table.shop_table .order-total th, .woocommerce table.shop_table .order-total td, .woocommerce table.shop_table .order-total td strong {
    color: var(--main);
    font-weight: 900;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox input {
    margin-right: 15px;
    margin-top: 3px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    padding: 20px 25px 25px;
    background-color: transparent;
    border: 2px solid var(--main);
    border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    padding: 0;
}
#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
    margin-bottom: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
}
#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p {
    font-size: 16px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 20px 0 0;
    margin: 0;
}

.woocommerce-SavedPaymentMethods-saveNew {
    margin-top: 7px !important;
}
.woocommerce-SavedPaymentMethods-saveNew label {
    margin-top: 7px !important;
    text-transform: unset !important;
}

.woocommerce-privacy-policy-text p {
    margin-bottom: 20px!important;
}
.woocommerce-terms-and-conditions-wrapper label, .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    color: var(--main);
    font-size: 15px!important;
    text-transform: unset!important;
    background-color: transparent!important;
    padding: 0!important;
    left: 0!important;
}
.woocommerce .woocommerce-checkout-payment button.button {
    margin: 20px 0 0 auto !important;
}
.woocommerce-account .addresses .title .edit {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 25px 0 0;
}
.woocommerce-MyAccount-content form>h3 {
    padding-top: 0;
}
.woocommerce-MyAccount-content span em {
    font-size: 13px;
    letter-spacing: .26px;
    padding-left: 20px;
}
.woocommerce-MyAccount-content legend {
    color: var(--main);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.24px;
    padding: 0 0 20px;
    margin-bottom: .5rem;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: rgba(0, 0, 0, .75);
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-color: #000;
    border-radius: 2px;
}

.woocommerce .woocommerce-form-coupon-toggle {
    padding-top: 40px;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li,
.woocommerce ul#shipping_method li {
    font-size: initial !important;
    padding-left: initial !important;
    margin-top: 0 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: initial;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    padding-left: 35px !important;
}
.woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before,
.woocommerce ul#shipping_method li::before {
    display: none;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 1.1em;
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    font-size: initial;
}

.woocommerce p {
    font-size: 17px;
}

.shopify-buy-frame--product.shopify-buy__layout-horizontal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    background: white;
    padding: 25px;
    border-radius: 10px;
}
.page-id-533 .wrapper{
	padding-top:40px;
}
.page-id-22 .wrapper {
    padding-top:40px;
}
.page-id-103 .wrapper {
    padding-top:40px;
}
#order_frame {
  scroll-margin-top: 30vh;
}