/*!
Theme Name: Cshots
Theme URI: http://underscores.me/
Author: Webshite
Author URI: https://webshite.nl
Description: WordPress theme for Cshots
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cshots
*/

@import url('inc/fonts/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    font-family: 'Coconat', serif;
    font-size: 16px;
    scroll-behavior: smooth;
    color: #42525f;
    line-height: 200%;
}

body {
    margin: 0;
    overflow-x: hidden;
    outline: 0;
    width: 100%;
    background: #f4f4f4;
}

.site {
    width: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

iframe {
    max-width: 100%;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Coconat', sans-serif;
    text-transform: uppercase;
}

.page-intro h1 {
    color: transparent;
    background-image: linear-gradient( -40deg, #c8b273, #fceD89);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
    position: relative;
    width: 100%;
    font-size: 30px;
    margin-bottom: 30px;
}

h1,
h2 {
    font-size: 28px;
}

h3 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: none;
}

h4 {
    font-size: 30px;
    font-weight: 400;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p,
figure {
    margin: 0;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1170px;
}

.page-intro {
    position: relative;
    color: #ffffff;
    padding: 160px 0 10vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.page-intro::after,
.banner::after {
    display: block;
    content: " ";
    position: absolute;
    width: 100vw;
    height: 23vw;
    bottom: -5vw;
    left: 0;
    background-image: url(inc/img/wave.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
}

.page-intro::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(#4e89cc, #97bfec);
    mix-blend-mode: multiply;
    z-index: 2;
}

.page-intro video,
.banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.page-intro .wrap {
    position: relative;
    z-index: 3;
}

.usp .icon {
    width: 60px;
    height: 67px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    border-right: 0;
    border-bottom: 0;
    background-image: url(inc/img/leaf-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    top: -6px;
}

.usp p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    max-width: 360px;
    line-height: 180%;
}

.usp img {
    width: auto;
    max-width: 30px;
    max-height: 30px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.usp {
    margin-bottom: 20px;
}

.page-intro .thumb {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    max-width: 430px;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Coconat', sans-serif;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 15px;
    padding: 14px 30px 13px;
    margin: 0 20px 20px 0;
    transition: 0.4s ease-out;
    display: inline-block;
    line-height: 100%;
    background-image: linear-gradient(-40deg, #009385, #a7e163 50%, #256ba2 50%, #00b7Bd);
    background-size: 225% 100%;
    background-position: left center;
    color: #ffffff;
    cursor: pointer;
}

.single-product .woocommerce-message {
    margin-top: 30px;
}

.woocommerce-message {
    text-align: center;
    color: #ffffff;
    padding: 20px;
}

.woocommerce-message .button {
    display: table;
    margin: 0 auto 10px;
}

.button:hover {
    background-position: right center;
    transform: scale(1.1, 1.1);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.page-intro .price {
    font-size: 40px;
    margin: 40px 0;
    font-weight: 800;
}

.page-intro .price span,
.buttons span {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    margin-right: 15px;
    font-weight: 400;
    font-family: 'Bilbo', cursive;
    line-height: 100%;
    letter-spacing: 1px;
}

.faq-block {
    padding: 30px 0 10vw 0;
    background: #c1dcd5;
    position: relative;
    overflow: hidden;
}

.variable section:first-of-type {
    padding: 3vw 0;
}

.variable section:nth-of-type(4n+1):not(:first-of-type) {
    padding-top: 5vw;
    padding-bottom: 2vw;
}

.variable section:nth-of-type(4n+2) {
    padding-top: 16vw;
    padding-bottom: 2vw;
}

.variable section:nth-of-type(4n+3) {
    padding-top: 12vw;
    padding-bottom: 15vw;
}

.variable section:nth-of-type(4n) {
    padding-top: 2vw;
    padding-bottom: 15vw;
}

.page-template-page-homepage .faq-block::after {
    display: block;
    content: " ";
    position: absolute;
    width: 100vw;
    height: 17vw;
    bottom: -5vw;
    left: 0;
    background-image: url(inc/img/wave3.svg);
    background-size: 100% 101%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
    transform: scaleY(-1);
}

.variable section:last-of-type::after {
    display: none!important;
}

.faq-block h2 {
    text-align: right;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 20px;
}

.faq-block h3,
.variable h3 {
    color: #f4f4f4;
}

.variable section:nth-of-type(even) h3 {
    color: #c1dcd5;
}

.variable section:nth-of-type(even) .question::after {
    border: 2px solid #c1dcd5;
    border-right: 0;
    border-bottom: 0;
}

.variable section:nth-of-type(even) .faq-item {
    border-bottom: 1px solid #c1dcd5;
}

.content p,
.content ul,
.answer p,
.answer ul {
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.faq-item:last-child {
    border-bottom: 0;
}

.question {
    font-family: 'Coconat', sans-serif;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    padding-right: 50px;
    margin-bottom: 15px;
    cursor: pointer;
}

.question::after {
    display: block;
    content: " ";
    width: 30px;
    height: 30px;
    background-image: url(inc/img/chevron-down.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center top 60%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s ease-out;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
    border-right: 0;
    border-bottom: 0;
}

.question.open::after {
    transform: rotate(180deg);
}

.content li,
.answer li {
    margin-left: 10px;
    background-image: url(inc/img/circle-notch.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: left top 11px;
    padding-left: 20px;
}

.answer {
    display: none;
    padding-right: 40px;
}

.reviews {
    margin: 40px 0;
}

.reviews .slider {
    max-width: 870px;
    margin: 0 auto;
}

.reviews p {
    font-family: 'Bilbo', cursive;
    font-size: 20px;
    line-height: 140%;
    margin-left: 90px;
    text-align: left;
    letter-spacing: 0.5px;
}

.reviews .slick-dots {
    margin-top: 20px;
    margin-left: 90px;
}

.reviews .slick-dots li button {
    display: none;
    visibility: hidden;
}

.reviews .slick-dots li {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #42525f;
    border-right: 0;
    border-bottom: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0 10px 0 0;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.reviews .slick-dots li.slick-active {
    background: #f4f4f4!important;
}

.review p::after {
    display: block;
    content: " ";
    width: 300px;
    height: 1px;
    background: #f0f0f0;
    margin: 20px 0;
}

.review .name {
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 90px;
    font-size: 14px;
}

.review .rating {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    background: #7bb88f;
    color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
}

.review .rating::before {
    width: 66px;
    height: 66px;
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.review .rating span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    letter-spacing: -0.5px;
    font-weight: 100;
}

.review .rating i {
    display: block;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    color: #343434;
    margin-top: 8px;
    width: 80px;
    line-height: 120%;
    font-weight: 700
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: 0.3s;
}

.scrolled .site-header {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: rgba(0, 0, 0, 0.7);
}

.menu-logo {
    position: relative;
    top: 10px;
}

.site-header .logo {
    width: 160px;
    margin: 20px 0;
    transition: 0.3s;
}

.scrolled .site-header .logo {
    width: 100px;
    margin: 12px 0 0;
}

.site-footer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 15vw 0 10px;
}

.site-footer::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(#4e89cc, #97bfec);
    mix-blend-mode: multiply;
}

.site-footer::after,
.variable section:nth-of-type(4n+2)::before {
    display: block;
    content: " ";
    position: absolute;
    width: 100vw;
    height: 16vw;
    top: -1vw;
    left: 0;
    background-image: url(inc/img/wave4.svg);
    background-size: 100% 101%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
}

.site-footer.grey::after {
    background-image: url(inc/img/wave4-grey.svg);
}

.site-footer .wrap {
    position: relative;
    z-index: 2;
}

.contact-block {
    text-align: center;
    padding: 50px 0 0;
    position: relative;
    background: #c1dcd5;
}

.scrollto {
    position: absolute;
    top: -100px;
}

.form {
    text-align: left;
    max-width: 1000px;
    padding: 10px 15px 30px;
    margin: 0 auto;
    border-top: 0;
}

.form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    border: solid 2px #f5f5f5;
    border-radius: 10px;
    font-family: "Coconat", sans-serif;
    font-size: 16px;
    padding: 16px 20px 14px;
    width: calc(100% - 44px);
    text-transform: uppercase;
    outline: 0;
}

.variable section:nth-of-type(even) .form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.variable section:nth-of-type(even) .form textarea {
    background: #c1dcd5;
    color: #f4f4f4;
}

.variable section:nth-of-type(even) .form ::placeholder {
    color: #ffffff;
}

.form input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
.form textarea:focus,
.form input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus-visible,
.form textarea:focus-visible,
.form input:not([type=submit]):not([type=radio]):not([type=checkbox]):active,
.form textarea:active {
    outline: none;
    border: solid 2px #97bfec;
}

.form textarea {
    height: 239px;
}

form p {
    margin-bottom: 20px;
}

.form .button {
    margin-right: 0;
    width: 200px;
    text-align: center;
}

.social a {
    width: 25px;
    display: inline-block;
    margin-right: 10px;
}

.required-text {
    font-size: 12px;
    display: table;
}

.form .half:nth-of-type(odd) .required-text {
    display: none;
}

.site-footer .logo {
    width: 180px;
    margin-bottom: 20px;
    margin-right: 50px;
}

.site-footer .block {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 30px;
    vertical-align: top;
    position: relative;
    top: 15px;
    font-size: 14px;
}

.site-footer .title {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Coconat', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.site-footer ul {
    margin-bottom: 20px;
}

.copyright {
    font-size: 11px;
    margin-top: 100px;
}

.copyright p,
.copyright a {
    display: inline-block;
    margin-right: 20px;
}

.instagram-feed {
    padding: 50px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.info-tabs,
.single-product .woocommerce-tabs {
    position: relative;
    padding: 15vw 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.info-tabs::before,
.single-product .woocommerce-tabs::before,
.variable section:nth-of-type(4n+3)::before {
    display: block;
    content: " ";
    position: absolute;
    width: 100vw;
    height: 9vw;
    top: -1vw;
    left: 0;
    background-image: url(inc/img/wave5.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
}

.single-product .woocommerce-tabs {
    background-image: url(https://cshots.webshite.nl/wp-content/uploads/2021/08/background.jpg);
}

.single-product .woocommerce-tabs::before {
    background-image: url(inc/img/wave5-green.svg);
}

.info-tabs::after,
.single-product .woocommerce-tabs::after,
.variable section:nth-of-type(4n+3)::after {
    display: block;
    content: " ";
    position: absolute;
    width: 100vw;
    height: 10vw;
    bottom: -2vw;
    left: 0;
    background-image: url(inc/img/wave6.svg);
    background-size: 100% 103%;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 2;
}

.single-product .woocommerce-tabs::after {
    background-image: url(inc/img/wave6-green.svg);
}

.info-tabs .tabs,
.single-product .woocommerce-tabs ul.tabs {
    margin-bottom: 30px;
    border: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.info-tabs .tabs li,
.woocommerce .woocommerce-tabs ul.tabs li {
    display: block;
    border: 1px solid #171717;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-size: 12px;
    padding: 9px 25px;
    cursor: pointer;
    transition: 0.3s background-color color ease-out;
    color: #666666;
}

.woocommerce .woocommerce-tabs ul.tabs li {
    padding: 0;
}

.info-tabs .tabs li.active,
.woocommerce .woocommerce-tabs ul.tabs li.active {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #171717;
    color: #f4f4f4;
}

.woocommerce .woocommerce-tabs ul.tabs li a {
    padding: 9px 25px;
}

.info-tabs .tabs li:not(.active),
.woocommerce .woocommerce-tabs ul.tabs li:not(.active) {
    display: none;
}

.info-tabs .info .content {
    padding: 25px 30px;
    border: 1px solid #171717;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 10px 10px 10px;
    color: #f4f4f4;
}

.info-tabs .info .content:not(.active) {
    display: none;
}

.info-tabs table,
.wc-tab table {
    font-size: 13px;
}

.info-tabs tr,
.wc-tab tr {
    border-bottom: 1px solid #171717;
}

.info-tabs th,
.wc-tab th {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 16px;
}

.info-tabs tr:nth-child(even) td,
.wc-tab tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.1);
}

.info-tabs td,
.wc-tab td {
    padding: 8px 16px 6px;
    border-bottom: 1px solid #171717;
}

.info-tabs .background,
.single-product .woocommerce-tabs .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(#4e89cc, #97bfec);
    mix-blend-mode: multiply;
}

.info-tabs .wrap,
.banner .wrap,
.single-product .woocommerce-tabs .wrap {
    position: relative;
    z-index: 2;
}

.social-feed {
    position: relative;
    overflow: hidden;
    padding: 0 0 15vw;
}

.social-feed .ff-stream-wrapper {
    margin: 0;
}

.social-feed::after,
.variable section:nth-of-type(4n)::after {
    display: block;
    content: " ";
    position: absolute;
    width: 100vw;
    height: 16vw;
    bottom: -5vw;
    left: 0;
    background-image: url(inc/img/wave2.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
}

.product_meta,
.onsale {
    display: none;
}

.banner::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(#4e89cc, #97bfec);
    mix-blend-mode: multiply;
    z-index: 2;
}

.banner {
    position: relative;
    height: 500px;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.single-product .banner {
    height: 380px;
}

.banner h1 {
    margin: 0;
}

.breadcrumbs {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 5px 0 30px;
}

.single-product .breadcrumbs {
    margin-left: 640px;
}

.usp-blocks {
    margin-bottom: 40px;
}

.page-intro .usp-blocks {
    max-width: 400px;
}

.single-product .usp-blocks {
    background: #c1dcd5;
    margin: 0;
    padding: 40px 0;
}

.usp-block {
    display: inline-block;
    vertical-align: top;
}

.usp-block .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    position: relative;
    top: 10px;
    border-right: 0;
    border-bottom: 0;
    background-image: url(inc/img/leaf-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.usp-block p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 55px);
    margin-left: -5px;
    line-height: 180%;
    margin-top: 10px;
    font-weight: 500;
}

.woocommerce-product-gallery {
    margin-bottom: 30px;
    width: 280px;
    margin-right: 40px;
    margin-top: -240px;
}

.single-product .entry-summary {
    width: 100%;
    float: left;
    position: relative;
}

.single-product .entry-summary h1 {
    margin-bottom: 20px;
}

.woocommerce-tabs {
    clear: both;
    margin: 80px 0 0;
}

.woocommerce .price del {
    font-size: 12px;
    opacity: 0.6;
}

.woocommerce .price ins {
    font-weight: 700;
}

.woocommerce-checkout input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.woocommerce-checkout textarea,
.woocommerce-page textarea,
.woocommerce-page input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
    border-radius: 2px;
    border: solid 1px #f5f5f5;
    background: #ffffff;
    color: #333333;
    padding: 7px 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-size: 16px;
    width: calc(100% - 28px);
    min-height: 30px;
}

.single-product .quantity {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0;
}

.single-product .quantity input {
    margin-bottom: 0!important;
}

.single-product .button.single_add_to_cart_button {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-product-gallery__image.flex-active-slide,
.woocommerce-product-gallery__image a {
    pointer-events: none !important;
}

.wc-tab h2,
.woocommerce-tabs .wc-tab.panel h2:first-of-type {
    font-size: 34px;
    margin-bottom: 10px;
}

.woocommerce-Tabs-panel {
    padding: 50px 60px;
    border: 1px solid #171717;
    color: #f4f4f4;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 10px 10px 10px;
}

.page-content {
    padding: 50px 0;
    background: #c1dcd5;
}

.page-content.variable {
    padding: 0;
}

.single-product .page-content {
    margin: 0;
    padding: 1px 0;
    position: relative;
    z-index: 3;
    background: #c1dcd5;
}

.remove {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(inc/img/close.svg);
    background-size: 100%;
    overflow: hidden;
    text-indent: -999em;
    position: absolute;
    top: 20px;
    right: 0;
}

.remove span {
    display: none;
}

.u-columns>div,
.woocommerce-MyAccount-navigation,
.woocommerce::not(.single-product) form.cart {
    background: #f4f4f4;
    border: 1px solid #cacac8;
    padding: 25px;
    margin-bottom: 30px;
}

.woocommerce-cart .product-quantity .quantity input[type=number] {
    width: 38px;
    height: 25px;
}

.cart_item {
    display: block;
    position: relative;
    border-top: 1px solid #cacac8;
}

td.product-thumbnail {
    width: 200px;
}

.cart_item .variation dt,
table.shop_table_responsive tr td::before {
    font-weight: 700;
    display: inline-block;
    width: calc(60% - 10px);
    vertical-align: top;
    font-family: 'Futura PT', sans-serif;
}

.cart_item .variation dt {
    word-wrap: break-word;
}

.u-columns>div,
.woocommerce-MyAccount-navigation,
.woocommerce-page::not(.single-product) .content form {
    background: #f3f3f3;
    padding: 25px;
    max-width: 750px;
    margin-bottom: 30px;
    font-size: 18px;
}

.cart_totals {
    max-width: calc(100% - 50px);
    width: 280px;
    padding: 25px;
    font-size: 18px;
    border: solid 1px #cacac8;
    background: #f4f4f4;
}

.woocommerce-cart .content {
    position: relative;
}

.cart_totals h2 {
    font-size: 25px;
    text-align: center;
    font-family: "Bitter", serif;
    text-transform: none;
}

.cart_totals tr {
    margin-bottom: 20px;
}

.cart_totals table tr td {
    text-align: right!important;
}

.cart_totals .button {
    margin: 10px auto 20px;
    display: table;
}

.order-total {
    border-top: solid 2px #000000;
    padding-top: 20px;
}

.woocommerce-cart .actions {
    border-top: 1px solid #cacac8;
    padding-top: 25px;
}

.woocommerce-checkout label {
    display: block;
    margin-bottom: 3px;
}

.sitemap li {
    display: inline;
    padding-left: 0;
    margin-left: 0;
    margin-right: 15px;
    background-image: none;
}

.error404 .page-content {
    text-align: center;
}

.woocommerce-cart-form {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border: solid 1px #cacac8;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation li {
    margin-left: 0;
    background-image: none;
    padding-left: 0;
    display: inline-block;
    margin-right: 20px;
}

fieldset {
    margin-bottom: 30px;
    border-color: #f4f4f4;
    padding: 10px 25px 0;
}

.woocommerce-message,
.woocommerce-notice {
    padding: 20px;
    background: rgba(255, 255, 255, 0.5)!important;
    color: #42525f;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-noreviews,
.woocommerce p.no-comments {
    margin-bottom: 30px;
    padding: 20px;
}

.woocommerce-info a:not(.button),
.woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-content a:not(.button) {
    text-decoration: underline;
    transition: 0.3s;
}

.woocommerce-info a:not(.button):hover,
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-content a:not(.button):hover {
    opacity: 0.5;
}

#customer_details textarea {
    height: 200px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #f5f5f5;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: 46px;
    margin: 0 0 -4px;
}

.select2-search {
    background: #f5f5f5;
    padding: 20px 20px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 7px 20px 7px 14px;
    color: #333333;
}

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

.woocommerce-checkout-review-order-table th {
    text-align: left;
}

.woocommerce-checkout-review-order {
    padding: 25px;
    font-size: 18px;
    border: solid 1px #cacac8;
    background: #f4f4f4;
}

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

.woocommerce-checkout-review-order-table .cart_item {
    border: 0;
}

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

.woocommerce-checkout-review-order-table .cart_item .product-total {
    transform: translateX(100%);
}

.woocommerce-checkout-review-order-table .cart-subtotal {
    border-top: 2px solid #42525f;
}

.menu-icon {
    width: 30px;
    height: 18px;
    transition: 0.4s;
    z-index: 5;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
}

.menu-icon span {
    display: block;
    background: #ffffff;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 0.3s ease-out;
    z-index: 5;
}

.menu-icon span:first-child {
    top: 0;
}

.menu-icon span:nth-child(2) {
    transform: translateY(-50%);
}

.menu-icon span:last-child {
    bottom: 0;
    top: auto;
}

.menu-open .menu-icon span:first-child {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.menu-open .menu-icon span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-icon span:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 50%;
    left: 50%;
    bottom: auto;
}

.mobile-navigation {
    background-image: linear-gradient( -40deg, #009385, #A7E163);
    position: fixed;
    right: 0;
    width: calc(100% - 60px);
    overflow: hidden;
    height: 100vh;
    top: 0;
    padding: 20px;
    max-width: 300px;
    z-index: 4;
    transform: translateX(120%);
    transition: 0.5s ease-out;
}

.main-navigation {
    display: none;
}

.menu-open {
    overflow: hidden;
}

.mobile-logo {
    width: 180px;
    position: relative;
    top: 15px;
}

.menu-open .mobile-navigation {
    transform: translateX(0);
}

.mobile-navigation .wrapper {
    height: calc(100% - 120px);
    overflow-y: scroll;
    position: absolute;
    top: 160px;
    left: 0;
    width: calc(100% + 40px);
    padding: 0 0 60px;
    z-index: 5;
}

.mobile-navigation li {
    position: relative;
    margin: 0;
}

.mobile-navigation .menu a {
    position: relative;
    display: block;
    color: #ffffff;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 0 12px 30px;
    transition: background-color 0.5s;
}

.mobile-navigation .menu .current-menu-item a,
.mobile-navigation .menu a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.mobile-navigation .social {
    padding: 20px 0 20px 30px;
}

.quantity+.button {
    margin: 30px 0;
}

::-moz-selection {
    background: #A7E163;
    color: #ffffff;
}

::selection {
    background: #A7E163;
    color: #ffffff;
}

.table-wrapper {
    overflow-x: auto;
}

.site-footer a {
    transition: 0.3s;
}

.site-footer a:hover {
    color: #a7e163;
}

body .woocommerce-message,
body .woocommerce-info,
body .woocommerce-error,
body .woocommerce-noreviews,
body p.no-comments {
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px #cacac8;
    color: #42525f;
}

.cart_item {
    display: block;
    position: relative;
    border-top: 1px solid #cacac8;
    padding: 20px 0 10px;
}

.cart_item .variation dt,
table.shop_table_responsive tr td::before {
    font-weight: 700;
    display: inline-block;
    width: calc(60% - 10px);
    vertical-align: top;
    font-family: 'Futura PT', sans-serif;
}

.cart_item .variation dd,
td .product-name a,
.cart_item .quantity,
.woocommerce-shipping-methods {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    width: calc(40% - 10px);
}

.cart_item .variation dd::after {
    display: block;
    content: " ";
}

.cart_item td::before {
    font-weight: 700;
}

table.shop_table_responsive tr td.product-thumbnail::before,
.woocommerce-shipping-calculator,
.woocommerce-shipping-destination,
.coupon label {
    display: none;
}

.wc-proceed-to-checkout .button {
    text-align: center;
}

.cart_totals table {
    width: 100%;
}

.cart_totals table tr td::before {
    float: left!important;
    text-align: left;
}

table tr {
    vertical-align: top!important;
}

.cart_item .variation dt {
    word-wrap: break-word;
}

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

.shop_table_responsive {
    width: 100%;
}

.woocommerce-cart .product-thumbnail a {
    display: block;
    padding: 9px;
    width: 130px;
}

.payment_methods {
    margin-top: 30px;
}

.content li.woocommerce-notice {
    margin-left: 0;
}

.text-block.center {
    text-align: center;
}

.text-block.center .button {
    margin: 30px auto 0;
}

.text-block.center .wrap,
.text-block.full .content {
    max-width: 760px;
}

.thumb-block .thumb {
    margin-top: 30px;
}

.variable section {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.variable section:last-of-type {
    padding-bottom: 0;
}

.variable section:nth-of-type(even) {
    background: #f4f4f4;
}

@media screen and (min-width:480px) {
    .page-intro h1 {
        font-size: 34px;
    }
    h1,
    h2 {
        font-size: 34px;
    }
    .form {
        padding: 20px 30px 30px;
    }
    .form .button {
        float: right;
    }
    .required-text {
        float: left;
    }
    .form .halves::after {
        display: block;
        content: " ";
        clear: both;
    }
    .single-product .banner {
        height: 320px;
    }
    .woocommerce-product-gallery {
        width: 320px;
        margin-top: -150px;
    }
    .usp-block {
        width: calc(50% - (45px / 4) - 5px);
    }
    .usp-block:not(:nth-child(2n)) {
        margin-right: 5px;
    }
    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }
    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }
}

@media screen and (min-width:600px) {
    .page-intro h1,
    h1,
    h2 {
        font-size: 36px;
    }
    .form {
        padding: 30px 45px 30px;
    }
    .review .rating {
        width: 100px;
        height: 100px;
        font-size: 42px;
    }
    .review .rating::before {
        width: 88px;
        height: 88px;
    }
    .reviews p {
        font-size: 30px;
        margin-left: 130px;
    }
    .review .name {
        margin-left: 130px;
        font-size: 18px;
    }
    .reviews .slick-dots {
        margin-left: 130px;
    }
    .info-tabs .info .content {
        padding: 30px 40px;
    }
}

@media screen and (min-width:768px) {
    .page-intro .wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
    }
    .page-intro .thumb {
        display: block;
        width: 40%;
        flex-shrink: 0;
        max-width: none;
    }
    .page-intro .thumb img {
        display: block;
        width: 100%;
    }
    .page-intro .usp-blocks {
        width: 57%;
        margin-left: 3%;
        max-width: none;
    }
    .page-intro h1,
    h1,
    h2 {
        font-size: 40px;
    }
    .faq-block>.wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .faq-block.right .wrap {
        flex-direction: row-reverse;
    }
    .faq-block .content {
        width: calc(50% - 20px);
    }
    .faq-block .faq {
        width: calc(50% - 20px);
    }
    .faq-block h2 {
        margin-bottom: 30px;
    }
    h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .faq-block.left .content {
        margin-right: 40px;
    }
    .faq-block.right .content {
        margin-left: 40px;
    }
    .form .half {
        float: left;
        width: calc(50% - 10px);
    }
    .form .half:nth-of-type(odd) {
        margin-right: 20px;
    }
    .form .half:nth-of-type(odd) .required-text {
        display: table;
    }
    .form .half:nth-of-type(even) .required-text {
        display: none;
    }
    .single-product .entry-summary {
        width: calc(100% - 360px);
    }
    .single-product .entry-summary h1 {
        position: absolute;
        bottom: 100%;
        left: 0;
        margin-bottom: 80px;
        color: #ffffff;
    }
    .quantity+.button {
        margin: 0;
    }
    .single-product .cart {
        margin-bottom: 30px;
    }
    .woocommerce-cart .shop_table thead th {
        display: inline-block;
        margin-right: -4px;
        padding-bottom: 10px;
    }
    .cart_item>td {
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 10px 0;
    }
    .product-price,
    .product-quantity,
    .product-subtotal {
        width: 100px;
    }
    .product-name,
    .woocommerce-cart th.product-name {
        width: calc(100% - 325px);
    }
    .woocommerce-cart .shop_table,
    .woocommerce-cart .shop_table thead,
    .woocommerce-cart .shop_table tbody,
    .woocommerce-cart .shop_table .cart_item,
    .woocommerce-cart .shop_table thead tr,
    .woocommerce-cart .shop_table tbody>tr,
    .actions {
        display: block!important;
        width: 100%;
    }
    .cart_totals th {
        display: inline-block!important;
        width: calc(40% - 10px);
        font-weight: 400;
    }
    .cart_totals td {
        display: inline-block!important;
        width: calc(60% - 10px);
        font-weight: 400;
    }
    td.product-thumbnail {
        width: 170px;
    }
    .cart_item td {
        display: inline-block!important;
    }
    .cart_item .product-name {
        width: calc(100% - 510px);
    }
    #customer_details .col-1,
    #customer_details .col-2 {
        display: inline-block;
        width: calc(50% - 20px);
        vertical-align: top;
    }
    #customer_details .col-1 {
        margin-right: 30px;
    }
    .thumb-block .wrap,
    .double-columns .wrap,
    .triple-columns .wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
    }
    .double-columns .wrap,
    .triple-columns .wrap {
        align-items: flex-start;
    }
    .thumb-block.right .wrap {
        flex-direction: row-reverse;
    }
    .thumb-block .thumb,
    .thumb-block .content,
    .triple-columns .content:not(:nth-of-type(3)),
    .double-columns .content {
        width: calc(50% - 20px);
    }
    .thumb-block .thumb {
        margin-top: 0;
    }
    .thumb-block.right .thumb,
    .triple-columns .content:nth-of-type(odd),
    .double-columns .content:nth-of-type(odd) {
        margin-right: 40px;
    }
    .thumb-block.left .thumb {
        margin-left: 40px;
    }
    .triple-columns .content {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:900px) {
    .page-intro .usp-blocks {
        width: 55%;
        margin-left: 5%;
    }
    .usp p {
        font-size: 18px;
    }
    h1,
    h2 {
        font-size: 44px;
    }
    .faq-block .content {
        width: calc(50% - 25px);
    }
    .faq-block .faq {
        width: calc(50% - 25px);
    }
    .faq-block.left .content {
        margin-right: 50px;
    }
    .faq-block.right .content {
        margin-left: 50px;
    }
    .form {
        padding: 40px 60px 40px;
    }
    .info-tabs .info .content {
        padding: 35px 45px;
    }
    .single-product .banner {
        height: 380px;
    }
    .woocommerce-product-gallery {
        width: 360px;
        margin-top: -180px;
    }
    .single-product .entry-summary {
        width: calc(100% - 400px);
    }
    .single-product .entry-summary h1 {
        margin-bottom: 100px;
    }
    .usp-block .icon {
        width: 66px;
        height: 66px;
        top: 0;
    }
    .usp-block p {
        width: calc(100% - 70px);
    }
    .content p:last-child,
    .content ul:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width:1024px) {
    .page-intro .thumb {
        width: 50%;
    }
    .page-intro .usp-blocks {
        width: 45%;
    }
    .page-intro h1 {
        font-size: 40px;
        width: 90%;
    }
    h1,
    h2 {
        font-size: 46px;
    }
    .faq-block {
        padding: 40px 0 10vw 0;
    }
    .faq-block h2 {
        margin-bottom: 40px;
    }
    h3 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .question {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .faq-block .content {
        width: calc(50% - 30px);
    }
    .faq-block .faq {
        width: calc(50% - 30px);
    }
    .faq-block.left .content {
        margin-right: 60px;
    }
    .faq-block.right .content {
        margin-left: 60px;
    }
    .form {
        padding: 45px 70px 45px;
    }
    .site-footer .logo {
        display: inline-block;
    }
    .site-footer .logo,
    .site-footer .block {
        margin-right: 40px;
    }
    .info-tabs .tabs li,
    .woocommerce .woocommerce-tabs ul.tabs li {
        display: inline-block!important;
        border-radius: 10px 10px 0 0;
        text-align: left;
        margin-right: 10px;
    }
    .info-tabs .tabs,
    .single-product .woocommerce-tabs ul.tabs {
        margin-bottom: -1px;
        border-radius: 0;
        border: 0;
    }
    .single-product .banner {
        height: 420px;
    }
    .woocommerce-product-gallery {
        width: 440px;
        margin-top: -220px;
    }
    .single-product .entry-summary {
        width: calc(100% - 500px);
    }
    .usp-block {
        width: calc(25% - (45px / 4) - 5px);
    }
    .usp-block,
    .usp-block:nth-child(2) {
        margin-right: 5px;
    }
    .usp-block:nth-child(4) {
        margin-right: 0;
    }
    .usp-block .icon {
        width: 50px;
        height: 50px;
        top: 10px;
    }
    .usp-block p {
        width: calc(100% - 55px);
    }
    .cart_totals {
        max-width: 280px;
        width: 280px;
        padding: 25px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
    }
    .woocommerce-cart-form {
        width: calc(100% - 40px);
    }
    .product-price,
    .product-quantity,
    .product-subtotal {
        width: 90px;
    }
    td.product-thumbnail {
        width: 130px;
    }
    .product-name,
    .woocommerce-cart th.product-name {
        width: calc(100% - 295px)
    }
    .woocommerce-cart .product-thumbnail a {
        width: 100px;
    }
    .cart_item .product-name {
        width: calc(100% - 440px);
    }
    .woocommerce-cart .page-content .wrap>.content {
        position: relative;
        padding-right: 350px;
        min-height: 500px;
    }
    .page-content .triple-columns .content {
        width: calc(33.33% - (80px / 3));
        margin-right: 40px;
    }
    .page-content .triple-columns .content:nth-of-type(3) {
        margin-right: 0;
    }
    .thumb-block.right .thumb {
        margin-right: 50px;
    }
    .thumb-block .thumb,
    .thumb-block .content {
        width: calc(50% - 25px);
    }
    .thumb-block.left .thumb {
        margin-left: 50px;
    }
}

@media screen and (min-width:1280px) {
    h1,
    h2 {
        font-size: 50px;
    }
    .menu-open {
        overflow: initial;
    }
    .site-header {
        text-align: center;
    }
    .site-header .logo {
        width: 180px;
        margin: 0 0 15px;
    }
    .scrolled .site-header .logo {
        width: 120px;
        margin: 0 0 15px;
    }
    .mobile-navigation,
    .site-header .wrap>.logo,
    .menu-icon {
        display: none;
    }
    .main-navigation {
        display: block;
        margin-top: 20px;
        transition: 0.3s;
    }
    .scrolled .main-navigation {
        margin-top: 10px;
    }
    .main-navigation li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 30px;
        transition: 0.3s;
    }
    .main-navigation li:not(.menu-logo) {
        position: relative;
        top: -14px;
    }
    .scrolled .main-navigation li:not(.menu-logo) {
        top: -10px;
    }
    .scrolled .main-navigation li {
        margin: 0 20px;
    }
    .main-navigation a {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 3px;
        transition: 0.3s;
    }
    .scrolled .main-navigation a {
        font-size: 14px;
    }
    .main-navigation a:hover {
        color: #a7e163;
    }
    .page-intro {
        padding: 260px 0 10vw;
    }
    .page-intro h1 {
        font-size: 45px;
    }
    .page-intro .wrap {
        align-items: center;
    }
    .page-intro .thumb {
        margin-left: 5%;
    }
    .page-intro .usp-blocks {
        width: 40%;
    }
    .faq-block {
        padding: 50px 0 10vw 0;
    }
    .faq-block h2 {
        margin-bottom: 50px;
    }
    h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    h2 {
        margin-bottom: 30px;
    }
    .faq-block .content {
        width: calc(50% - 35px);
    }
    .faq-block .faq {
        width: calc(50% - 35px);
    }
    .faq-block.left .content {
        margin-right: 70px;
    }
    .faq-block.right .content {
        margin-left: 70px;
    }
    .form {
        padding: 50px 85px 50px;
    }
    .site-footer .logo,
    .site-footer .block {
        margin-right: 90px;
    }
    .info-tabs .info .content {
        padding: 50px 60px;
    }
    .single-product .banner {
        height: 600px;
    }
    .woocommerce-product-gallery {
        width: 620px;
        margin-top: -300px;
    }
    .single-product .entry-summary {
        width: calc(100% - 660px);
    }
    .single-product .entry-summary h1 {
        margin-bottom: 150px;
    }
    .single-product .cart {
        margin-bottom: 0;
    }
    .usp-block .icon {
        width: 66px;
        height: 66px;
        top: 0;
    }
    .usp-block p {
        width: calc(100% - 70px);
    }
    .info-tabs .tabs li,
    .woocommerce .woocommerce-tabs ul.tabs li {
        font-size: 14px;
    }
    .product-price,
    .product-quantity,
    .product-subtotal {
        width: 100px;
    }
    .woocommerce-cart th.product-name {
        width: calc(100% - 310px);
    }
    .woocommerce-cart-form {
        padding: 40px;
        width: calc(100% - 80px);
    }
    .cart_item .product-name {
        width: calc(100% - 525px);
    }
    .woocommerce-cart th.product-name {
        width: calc(100% - 340px);
    }
    .woocommerce-cart .product-thumbnail a {
        width: 130px;
    }
    td.product-thumbnail {
        width: 170px;
    }
    .woocommerce-cart .page-content .wrap>.content {
        padding-right: 360px;
    }
    .thumb-block.right .thumb {
        margin-right: 60px;
    }
    .thumb-block .thumb,
    .thumb-block .content {
        width: calc(50% - 30px);
    }
    .thumb-block.left .thumb {
        margin-left: 60px;
    }
}