@import url(base.css);

@font-face {
    font-family: Kodchasan;
    src: url(/fonts/Kodchasan-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Kodchasan;
    src: url(/fonts/Kodchasan-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Kodchasan;
    src: url(/fonts/Kodchasan-Light.ttf);
    font-weight: 300;
}

:root {
    --accent-color: #45a035;
    --accent-color2: #45a035;
    --dark: #71706E;
    --gray: #D9D9D9;
    --accent-font: "Kodchasan";
    --main-font: "Kodchasan";
    --transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--accent-font);
    color: var(--dark);
    margin: 0;
    text-transform: none;
    font-weight: 400;
}

p {
    color: var(--dark);
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.6;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    position: relative;
    padding: 20px;
    color: #fff;
    font-family: var(--accent-font);
    font-size: 14px;
    background-color: var(--accent-color);
    border-radius: 15px;
    transition: var(--transition);
    text-align: center;
    width: 100%;
    margin-top: 0;
    height: auto;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--accent-color2);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

body {
    font-family: var(--main-font);
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

main {
    padding-left: 0;
    padding-right: 0;
}

.container {
    position: relative;
    z-index: 2;
}

.block {
    margin-bottom: 0;
}

.breadcrumb {
    display: none;
}


img {
    max-width: 100%;
}

a {
    color: var(--accent-color);
    text-decoration: none;
}

a:focus,
a:hover {
    color: var(--accent-color2);
}

/*
SLICK
*/

.slick-slider .slick-arrow {
    position: absolute;
    bottom: -30px;
    left: 0;
    display: block;
    width: 50px;
    height: 30px;
    font-size: 0;
    background-image: url(/img/arrow_grey_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    transform: rotate(180deg);
    transition: var(--transition);
}

.slick-slider .slick-arrow.slick-next {
    transform: rotate(0deg);
    left: 70px;
}

.slick-slider .slick-arrow.slick-prev:hover {
    left: -10px;
}

.slick-slider .slick-arrow.slick-next:hover {
    left: 80px;
}


/*
PROGRESS BAR
*/
.progress_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: var(--gray);
    z-index: 9999;
}

.progress_counter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--accent-color);
    transition: 0.3s all;
}

#header {
    position: static;
    z-index: 2;
    width: 100%;
    height: 140px;
    background-color: #fff;
    border-bottom: 3px solid var(--gray);
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.3s all;
    background-color: transparent;
    position: fixed;
    z-index: 99;
    border-bottom: none;
}

#product #header {
    height: 100px;
    background-color: rgba(238 239 241 / .5) !important;
}

#product #header .header-top {
    height: 100%;
}

#header.scroll,
#index #header.scroll {
    height: 100px;
    background-color: rgba(238 239 241 / 1) !important;
}


#header .logo {
    height: auto;
    width: auto;
    max-width: 250px;
}

#header .header-top {
    height: 140px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 111;
}

#header .header-top::before {
    display: none;
}

#header.scroll .header-top {
    height: 100px;
    transition: 0.3s all;
}

#header .header-banner {
    display: flex;
    justify-content: center;
    background-color: var(--accent-color);
}

#header .header-banner p {
    color: #fff;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header .header-nav {
    display: flex;
    border-bottom: none;
    max-height: none;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0;
    overflow: hidden;
    transition: 0.3s all;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0);
    z-index: 30;
    align-items: center;
}

#header .header-nav.open {
    background: white;
    width: 40vw;
}

#header .header-nav.open .top-navigation-menu {
    width: 100%;
}

#header .header-nav.open .top-navigation-menu ul {
    list-style: none;
    margin: 0;
}

#header .header-nav a {
    font-size: 3rem;
    color: var(--dark);
    text-transform: uppercase;
    height: auto;
    line-height: 1;
    margin: 0;
    display: block;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 15px 30px;
}

#header .header-nav a:hover {
    background-color: var(--gray);
    text-decoration: none;
}

#header .header-nav .category.has-child,
#header .header-nav .cms-category.has-child {
    position: relative;
}

#header .header-nav .category.has-child:after,
#header .header-nav .cms-category.has-child:after {
    content: " ";
    position: absolute;
    display: block;
    top: 55%;
    right: 0;
    width: 17px;
    height: 17px;
    transform: translate(20px, -50%);
    border-top: 12px solid var(--dark);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: 0.3s all;
}

#header .header-nav .top-menu .sub-menu.classic-menu .has-child:after {
    display: none;
}

#header .header-nav .category.has-child:hover:after,
#header .header-nav .cms-category.has-child:hover:after {
    border-top: 15px solid rgb(115 115 115);
    transform: translate(20px, 0);
}

#_desktop_contact_link {
    display: none;
}

#header .header-nav .sub-menu a:hover {
    color: var(--accent-color) !important;
    text-decoration: underline;
}

.top-menu .sub-menu.classic-menu #header {
    border-radius: 5px;
}



.top-menu .classic-list a {
    transition: 0.3s all;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

#header .header-top a[data-depth="0"] {
    text-transform: none;
}

.top-menu .classic-list a:hover {
    color: white !important;
}

#index .top-menu .classic-list a:hover {
    color: white !important;
}

.top-menu .classic-list.current a:hover {
    color: white !important;
}

#_desktop_top_menu,
#amegamenu {
    background-color: transparent;
}

.amega-menu .anav-top {
    display: flex;
    flex-direction: column;
}

.amenu-item .amenu-link {
    color: #fa510e;
    font-size: 18px;
    font-weight: 600;
}

.amenu-item .adropdown {
    background: var(--dark);
    transform: translate(-50%, -15px);
}

.adropdown li {
    font-size: 16px;
    color: #fff;
}

#amegamenu .adropdown li a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 0;
}

#header .amenu-item a.amenu-link:hover {
    color: #fff;
}

.adropdown li:hover {
    background-color: var(--accent-color);
}

#amegamenu .adropdown li:hover a {
    color: var(--dark);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #373737;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top:after {
    display: none;
}

.header-btns {
    display: flex;
    align-items: center;
    z-index: 30;
    margin-left: auto;
}

.hamburger-box {
    margin-top: 3px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: var(--dark);
    height: 3px;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::after,
.hamburger:hover .hamburger-inner::before {
    background-color: #373737;
}

#cart #wrapper,
#checkout #wrapper {
    padding-top: 150px;
}

.blockcart {
    color: #fff;
    display: block;
    position: relative;
}

#header .cart-products-count {
    position: absolute;
    top: 0px;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: var(--accent-color);
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #fff;
}

.fa-shopping-basket:before {
    display: none;
    content: url(/img/cart.svg);
}

#_desktop_logo {
    position: relative;
    z-index: 999;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-menu li a[data-depth="0"] {
    padding: 15px 80px 15px 0;
}

.top-menu li:last-child a[data-depth="0"] {
    padding-right: 0;
}

#_desktop_cart {
    width: 50px;
    height: 50px;
    background-image: url(/img/cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: var(--transition);
    cursor: pointer;
    display: flex;
    margin-left: 150px;
}

#_desktop_cart:hover .cart-products-count {
    background-color: var(--dark);
}

#_desktop_cart .blockcart,
#_desktop_cart .blockcart .header {
    display: flex;
    width: 100%;
    height: 100%;
}

#_desktop_user_info {
    margin-right: 50px;
    position: relative;
    transform: translateY(-2px);
    width: 50px;
    height: 50px;
    background-image: url(/img/login.svg);
    transition: var(--transition);
}

#_desktop_user_info a {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
}

#_desktop_user_info span {
    display: none;
}

#_desktop_user_info i {
    margin-left: 15px;
}

#_desktop_user_info:hover a {
    color: var(--accent-color);
}

#_desktop_user_info:hover {
    background-image: url(/img/login-hover.svg);
}

input:hover,
select:hover,
textarea:hover {
    box-shadow: rgb(17 12 46 / 25%) 0 10px 50px 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    box-shadow: 0 10px 50px 0 rgb(244 155 1 / 30%);
}

.first-screen {
    height: 100vh;
    padding-top: 150px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-image: url(/img/poster.png);
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
    padding-bottom: 150px;
}

.first-screen .vidbg-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.first-screen .vidbg-container:after {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0 0 0 / 0.3);
}

.first-screen__content {
    max-width: 75%;
}

.first-screen__content h2,
.first-screen__content p {
    text-align: left;
    color: white;
}

.first-screen__content h2 {
    font-size: 5rem;
    line-height: 120%;
}

/*
ABOUT US
*/
.section.about-us {
    position: relative;
    display: block;
    background-color: var(--gray);
    padding: 150px 10vw;
}

.about-us .section-title .title_block {
    position: relative;
    display: block;
    font-size: 3rem;
    padding: 0;
    margin: 0;
}

/*
    PRODUCTS AT HOMEPAGE
*/
.product-item {
    position: relative;
    display: flex;
    margin-top: 150px;
}

.product-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60%;
    background-color: var(--gray);
    z-index: 0;
}

.product-image {
    width: 50%;
    max-width: 50%;
    z-index: 2;
    padding-left: 10vw;
    padding-right: 3vw;
    padding-bottom: 50px;
}

.product-image h3 {
    font-size: 7rem;
    color: var(--dark);
    padding-bottom: 30px;
}

.product-image .product_thumbnail {
    filter: drop-shadow(0px 60px 20px rgba(50, 50, 50, 0.5));
}

.product-images-slick {
    max-width: 100%;
    padding-top: 30px;
}

.product-images-slick img {
    border-radius: 20px;
    border: 3px solid transparent;
    cursor: pointer;
    transition: var(--transition);
}

.product-images-slick img:hover,
.product-images-slick img.active {
    border-color: var(--accent-color);
}

#product .product-item {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
}

#product .product-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#product .product-item::before {
    bottom: 50px;
    height: 30%;
}

#product .product-image h2 {
    padding-bottom: 30px;
}

#product .product-content {
    padding-top: 200px;
    padding-bottom: 200px;
}

#product .product-reference {
    display: flex;
    background-color: rgba(0 0 0 / .05);
    max-width: fit-content;
    padding: 10px 15px;
    margin-bottom: 15px;
}

#product .product-reference label,
#product .product-reference span {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    color: var(--dark);
    line-height: 1;
}

#product .product-reference label {
    padding-right: 15px;
}

#product .product-reference span {
    font-weight: bold;
}

.product-content {
    max-width: 50%;
    width: 50%;
    background-color: #CDD5B0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    padding-left: 10vw;
    padding-right: 100px;
    text-align: right;
    z-index: 2;
    padding-top: 200px;
    padding-bottom: 200px;
}

.product-description-short-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 30px;
}

.product-description-short {
    padding-bottom: 0;
    /*padding-right: 5vw;*/
}

.product-content .product-link {
    padding: 20px 50px;
    background-color: var(--dark);
    line-height: 1;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    transition: var(--transition);
    margin-top: 30px;
}

.product-content .product-link:hover {
    background-color: var(--accent-color);
    text-decoration: none;
}

.product-content span[itemprop="price"] {
    font-size: 4rem;
    padding-top: 30px;
    font-weight: 500;
    display: block;
}

/*   odd version   */
.product-item.odd {
    flex-direction: row-reverse;
}

.product-item.odd .product-image {
    padding-left: 0;
    padding-right: 10vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product-item.odd .product-image h3 {
    text-align: right;
}

.product-item.odd .slick-slider .slick-arrow {
    left: auto;
    right: 70px;
}

.product-item.odd .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.product-item.odd .slick-slider .slick-arrow.slick-prev:hover {
    right: 80px;
}

.product-item.odd .slick-slider .slick-arrow.slick-next:hover {
    right: -10px;
}

.product-item.odd .product-content {
    align-items: flex-start;
    text-align: left;
    padding-left: 100px;
    padding-right: 10vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

/*
    FEATURES
*/

.section.features {
    position: relative;
    display: block;
    padding: 150px 10vw;
}

.features-title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 50px;
}

.features-title img {
    width: auto !important;
}

.features-title h4 {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    color: var(--dark);
    font-size: 4rem;
    text-transform: none;
    font-weight: 400;
}

.features-list {
    position: relative;
    padding: 100px;
    background: linear-gradient(105.86deg, #ECECEC 35.35%, #DBDBDB 99.71%, rgba(236, 236, 236, 0) 99.71%);
    border-radius: 19px;
}

.features-list .row {
    display: flex;
    flex-wrap: wrap;
}

.features-item-wrap {
    padding-left: 65px;
    padding-top: 30px;
}

.features-item-wrap h4 {
    color: var(--accent-color);
    padding-bottom: 15px;
}

.features-item-wrap p {
    font-size: 16px;
}

.features-item-wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background-image: url(/img/features/feature.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#category #wrapper {
    padding-top: 150px;
}

#js-product-list-top {
    display: none;
}

#category .block-category.card {
    display: none;
}

#category h1 {
    text-align: center;
    padding-bottom: 50px;
}


#category .products {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

#category .product-item {
    max-width: 28%;
    margin-top: 0;
    margin-bottom: 30px;
}

#category .product-item::before {
    display: none;
}

.thumbnail {
    padding: 0;
    border: none;
}

#category .product-item .thumbnail img {
    transition: var(--transition);
}

#category .product-item:hover .thumbnail img {
    transform: translateY(-10px);
}

#category .product-description .product-title a {
    display: block;
    padding-bottom: 15px;
    font-size: 3rem;
}

#category .product-description .product-title a:hover {
    text-decoration: none;
}

#category .product-description a.product-link {
    position: relative;
    padding: 15px 50px;
    background: #71706E;
    color: white;
    margin-top: 30px;
    border-radius: 50px;
    max-width: none;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    text-align: center;
}

#category .product-description a.product-link:hover {
    background-color: var(--accent-color);
    text-decoration: none;
}

#category .product-price-and-shipping .price {
    font-size: 2rem;
    padding-top: 15px;
    display: block;
    color: var(--accent-color);
}

#category .pagination,
#category .up {
    display: none;
}



/*
PRODUCT
*/
.product-firstscreen {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(/img/product-firstscreen.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-firstscreen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0 0 0 / 0.3);
}

.product-firstscreen .cover-image {
    width: 40%;
    position: absolute;
    height: auto;
    left: 10%;
    top: 60%;
    transform: translateY(-50%) scaleX(-1);
    filter: drop-shadow(-16px 16px 12px rgba(50, 50, 50, 0.5));
}

.product-firstscreen h1 {
    position: absolute;
    top: 60%;
    left: 60%;
    color: white;
    font-size: 5rem;
    line-height: 120%;
}

.product-attachments-wrap {
    position: relative;
    display: block;
    background-color: var(--gray);
    padding: 150px 10vw;
}

.product-attachments-wrap>.row {
    align-items: center;
    display: flex;
}

.product-attachments-wrap .attachment {
    margin-top: 15px;
}

#product-attachment-list h2 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    color: var(--dark);
    line-height: 1;
    display: flex;
    background-color: rgba(0 0 0 / .05);
    max-width: fit-content;
    padding: 10px 15px;
    margin-bottom: 15px;
}

#product-attachment-list a {
    padding: 7px 10px;
    display: block;
    max-width: fit-content;
    margin-top: 5px;
    color: white;
    font-size: 1.1rem;
    background: #71706E;
    color: white;
}

#product-attachment-list a:hover {
    background-color: var(--accent-color);
    text-decoration: none;
}

.product-details-wrap {
    padding-top: 30px;
}

.product-details-wrap>.row {
    display: flex;
}

.product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    padding-left: 10vw;
    padding-right: 3vw;
    padding-bottom: 50px;
    padding-top: 50px;
}

.product-details table {
    width: 100%;
    padding-bottom: 50px;
}

.product-details td {
    position: relative;
    padding: 15px;
    padding-bottom: 30px;
}

.product-details td:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: -1;
}

.product-details .extracontent-wrap td:before {
    background-color: #CDD5B0;
}

.product-details .product-features td:before {
    background-color: #FDFAE2;
}

.product-details tr td:first-child:before {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.product-details tr td:last-child:before {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.product-details .details-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--dark);
    padding-bottom: 30px;
}

.product-details .extracontent-wrap .details-title {
    padding-top: 30px;
}

.product-details-semicircle {
    background-color: #449F34;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    padding-left: 10vw;
    padding-right: 100px;
    text-align: right;
    z-index: 2;
    padding-top: 200px;
    padding-bottom: 200px;
}

.product-details-semicircle h4,
.product-details-semicircle p {
    color: white;
}

.product-details-semicircle h4 {
    font-size: 3rem;
    padding-top: 15px;
    padding-bottom: 30px;
}

.product-details-semicircle strong {
    padding-top: 30px;
    display: block;
}

.product-details2-wrap {
    padding-top: 30px;
}

.product-details2-wrap>.row {
    display: flex;
}

.product-details2-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    padding-left: 10vw;
    padding-right: 3vw;
    padding-bottom: 50px;
    padding-top: 50px;
}

.product-details2-right {
    background-color: #FDFAE2;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    padding-left: 10vw;
    padding-right: 100px;
    text-align: right;
    z-index: 2;
    padding-top: 200px;
    padding-bottom: 200px;
}

.product-details2-wrap strong,
.product-details2-wrap h1,
.product-details2-wrap h2,
.product-details2-wrap h3,
.product-details2-wrap h4,
.product-details2-wrap h5,
.product-details2-wrap h6 {
    display: block;
    font-size: 3rem;
    padding-top: 15px;
    padding-bottom: 30px;
    font-weight: 500;
    color: black;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

.product-actions-wrap {
    position: sticky;
    top: 120px;
    margin-bottom: 20px;
    padding: 50px;
    background: linear-gradient(94.65deg, #ECECEC 14.31%, #DBDBDB 112.36%);
    margin-top: 20px;
    transform: translateY(5px);
}

.product-actions-wrap .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-actions-wrap h2 {
    display: block;
    font-size: 3rem;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 500;
}

.product-generator-wrap {
    padding-left: 30px;
}

.product-generator-title {
    padding-left: 30px;
    padding-right: 15px;
}

.product-generator-title h2 {
    color: var(--dark);
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    padding-bottom: 30px;
    padding-top: 30px;
}

#product .selected-value,
#product .selected-svg,
#product .selected-color {
    border: 2px solid var(--accent-color) !important;
}



#tab_horizontal {
    display: none;
}

.product-actions2 .product-prices,
.product-actions3 .product-add-to-cart {
    display: none;
}

.product-actions3 #submitNdkcsfields {
    float: none;
    margin-right: auto;
    margin-left: 0;
    margin-top: 30px;
}

.product-actions3 #submitNdkcsfields.hide {
    display: none !important;
}

.product-actions3 #submitNdkcsfields i {
    line-height: 0;
    transform: translateY(5px);
}

.product-footer {
    display: none;
}


.control-label {
    display: block;
    margin-bottom: 30px;
}



#nameOfVariant {
    display: block;
    font-size: 3rem;
    padding-top: 50px;
    padding-bottom: 15px;
    font-weight: 500;
}

.product-actions2 p {
    font-size: 18px;
}

.product-actions2 span {
    font-weight: 500;
    font-size: 4rem;
    line-height: 120%;
    color: #449F34;
}

.product-actions-wrap .qty {
    display: none;
}

.add-to-cart {
    border-radius: 30px;
    border: none;
    background: #71706E;
    padding: 20px 75px;
    max-width: fit-content;
    margin-left: auto;
    display: block;
}

.add-to-cart:hover {
    background-color: #449F34;
}


/*
PRODUCT GENERATOR
*/

#product .ndkcsfields-block .ndkcfTitle {
    display: none;
}

#product #ndkcsfields .image-library {
    display: flex;
    max-height: none;
    justify-content: center;
    overflow-y: auto;
}

#product #ndkcsfields .img-item-row {
    height: auto !important;
}

#product #ndkcsfields .img-item-row:hover {
    border: 1px solid #449F34;
}

#product #ndkcsfields .img-item-row img {
    cursor: pointer;
}

#product .ndkackFieldItem label {
    text-align: center;
    padding-left: 0;
}

#product .ndkackFieldItem .field_notice {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

#product .image-library .img-item-row center {
    display: block;
    position: static;
    padding: 15px;
}

#product .ndkcsfields-block center i {
    display: block;
    font-size: 32px;
    line-height: normal;
    font-style: normal;
    font-weight: bold;
}

#product .tooltipDescMark {
    display: none;
}

#product .tooltipDescription {
    display: block;
}

#product .ui-tooltip[role='tooltip'] {
    display: none !important;
}

#product .radiobox-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
}

#product .radiobox-item-input {
    border-bottom: 1px solid #67686938;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.radiobox-item {
    position: relative;
    width: 25%;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    border: 1px solid transparent;
}

.radiobox-item:hover {
    border: 1px solid #449F34;
}

.radiobox-item input {
    position: absolute;
    left: 30px;
    top: 18px;
}

#product .radiobox-item label {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;

}

.radiobox-item label b {
    padding-left: 30px;
}

.radiobox-item ul {
    padding-left: 20px;
}

.radiobox-item .tooltipDescription {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: normal;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #67686938;
}

.radiobox-item .radiobox-item-price {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding-top: 15px;
    border-top: 1px solid #67686938;
    margin-top: auto;
}



/*
PRODUCT POPUP
*/
.modal {
    z-index: 99999999;
}

.modal-content {
    border-radius: 25px;
    overflow: hidden;
    border: none;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.modal-open .modal {
    display: flex !important;
    justify-content: center;
    align-items: center;
}


#blockcart-modal .cart-content .cart-content-btn {
    margin-top: 30px;
}

#blockcart-modal .modal-title {
    font-weight: 400;
    color: #000;
}

.modal-header .close {
    margin-right: 0;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    background-color: var(--gray);
    color: black;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: 1px solid black;
    opacity: 1;
}

.modal-header .close span {
    color: black;
    transform: translateY(-2px);
}

.modal-header .close:hover {
    opacity: 1;
    background-color: black;
}

.modal-header .close:hover span {
    color: var(--gray);
}

#blockcart-modal .modal-header {
    background-color: var(--gray);
    border-bottom: 2px solid var(--gray);
    padding: 20px 30px;
    padding-bottom: 15px;
}

#blockcart-modal .modal-title {
    font-size: 16px;
}

#blockcart-modal .modal-body {
    background-color: transparent;
    padding: 30px;
}

#blockcart-modal .divide-right {
    border-right: 2px solid var(--gray);
}

#blockcart-modal .product-name {
    color: #000;
}

#blockcart-modal .cart-content {
    padding-bottom: 15px;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    position: relative;
    padding: 20px;
    color: #fff;
    font-family: var(--accent-font);
    font-size: 14px;
    background-color: var(--accent-color);
    border-radius: 15px;
    transition: var(--transition);
    text-align: center;
    width: 100%;
    margin-top: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blockcart-modal .cart-content .cart-content-btn .btn:hover {
    background-color: var(--accent-color2);
}

#blockcart-modal .btn {
    padding: 15px 30px;
}

#blockcart-modal .product-image {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#blockcart-modal .cart-content * {
    font-size: 16px;
}



/*
CART PAGE
*/
#cart .unit-price-cart {
    display: none;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    color: #000;
}

#cart #wrapper {
    min-height: 550px;
}

#cart #wrapper:before {
    content: " ";
    position: absolute;
    right: -25%;
    bottom: -18%;
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    background: var(--accent-color);
    display: none;
}

.separator {
    display: none;
}



#cart .card.cart-container {
    border-radius: 30px;
    border: none;
    background-color: var(--gray);
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #CDD5B0;
    border-radius: 0;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

.input-group-btn-vertical {
    display: flex;
    flex-direction: column;
}

.input-group {
    display: flex;
}

.input-group .form-control {
    border: none;
    border-right: 3px solid #CDD5B0;
    height: 40px;
    width: 40px;
}

#cart .js-cart-line-product-quantity {
    padding: 0;
    padding-left: 15px;
}

.bootstrap-touchspin .btn-touchspin {
    border: 1px solid rgb(245 245 245);
    background-color: #f5f5f5;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 0;
    color: black;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "+";
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    display: block;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "-";
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    display: block;
}


#cart .product-image {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.cart-grid-right {
    padding-left: 2vw;
    padding-right: 4vw;
    padding-top: 3vw;
}

.card.cart-summary {
    background-color: transparent;
    border: none;
}

.card.cart-summary {
    padding: 30px;
    border: 3px solid #CDD5B0;
    border-radius: 30px;
}

.card.cart-summary .label {
    color: var(--dark);
}

.card.cart-summary .btn.btn-primary {
    border: none;
    padding: 20px 50px;
    background-color: var(--dark);
    line-height: 1;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    transition: var(--transition);
    margin-top: 30px;
}

.card.cart-summary .btn.btn-primary:hover {
    background-color: var(--accent-color);
}


.separator {
    border-top: 2px solid var(--gray);
}

body#checkout section.checkout-step,
body#checkout section.checkout-step:last-child {
    border: none;
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--gray);
    border-radius: 0;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
}

body#checkout section.checkout-step.-current {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #CDD5B0;
}

body#checkout section.checkout-step:not(.-current) {
    max-height: 93px;
    overflow: hidden;
}

body#checkout #order-summary-content .step-edit,
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    padding-left: 15px;
    margin-left: auto;
    padding-right: 10px;
}

#js-checkout-summary {
    background-color: transparent;
    padding: 30px;
    border: 3px solid #CDD5B0;
    border-radius: 30px;
}

#js-checkout-summary .label {
    color: var(--dark);
}


body#checkout section.checkout-step.-current .step-title {
    border-bottom: 1px solid #e1e1e1;
    text-transform: none;
}

body#checkout section.checkout-step .step-title {
    text-transform: none;
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    padding-top: 20px;
    padding-left: 0;
}

body#checkout section.checkout-step .step-title .step-number {
    display: block;
    margin-right: 15px;
}

body#checkout section.checkout-step .step-title .step-edit {
    font-size: 14px;
    border: 1px solid #777;
    padding: 5px 10px;
    padding-right: 15px;
    margin-left: auto;
    border-radius: 5px;
}

body#checkout section.checkout-step .step-title .step-edit i {
    font-size: 14px;
}

body#checkout section.checkout-step .VAT {
    padding-bottom: 30px;
}

body#checkout .custom-radio {
    border: none;
}

body#checkout .custom-radio input {
    width: 20px;
    height: 20px;
}

body#checkout section.checkout-step .continue.btn {
    padding: 15px 30px;
    background-color: var(--dark);
    line-height: 1;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    transition: var(--transition);
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    border: none;
    margin-bottom: 30px;
}

body#checkout #checkout-payment-step .btn {
    padding: 15px 30px;
    background-color: var(--dark);
    line-height: 1;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    transition: var(--transition);
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    border: none;
    margin-bottom: 30px;
    background-color: var(--accent-color);
}

body#checkout section.checkout-step .continue.btn:hover {
    background-color: var(--accent-color);
}


.form-control-comment,
.form-control-label {
    padding-top: 15px;
}

[type="checkbox"],
[type="radio"] {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

#cart h1 {
    padding: 30px;
    padding-top: 20px;
}

#cart .product-line-grid {
    display: flex;
    align-items: center;
}

#cart .cart-item {
    border-bottom: 3px solid white;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#cart .cart-items .cart-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#cart .ndk-rowcustomization {
    display: none;
}

#cart .modal-body {
    padding: 30px;
}

#cart .backdrop {
    z-index: 4;
}


.product-line-grid-body .label {
    padding: 0;
    font-size: 16px;
    color: var(--dark);
    text-align: left;
}

.product-line-info {
    display: flex;
    flex-direction: column;
}

.cart-grid-body a.label:hover {
    color: var(--accent-color2);
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    border: 1px solid rgb(245 245 245);
    background-color: #f5f5f5;
}

.bootstrap-touchspin .btn-touchspin {
    border: 1px solid rgb(245 245 245);
    background-color: #f5f5f5;
}

.js-cart .cart-summary-products>p>a {
    background: var(--accent-color);
    padding: 15px 10px;
    border: none;
    color: #fff;
    border-radius: 15px;
}

.checkout-step .content>.nav-inline>.nav-item .nav-link.active {
    border-color: #00446c;
    background: #00446c;
    color: #fff !important;
}

.checkout-step .content>.nav-inline>.nav-item span {
    display: none;
}

.checkout-step .content>.nav-inline>.nav-item:first-child {
    display: flex;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
    border: 2px solid var(--dark);
    width: 50%;
}

.checkout-step .content>.nav-inline>.nav-item:last-child {
    display: flex;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    border: none;
    width: 50%;
}

body#checkout #footer {
    box-shadow: none;
}

#checkout #wrapper {
    position: relative;
}

#checkout #content {
    padding-left: 0;
    padding-right: 0;
}

.cart_summary-wrap {
    padding-left: 2vw;
    padding-right: 4vw;
    padding-top: 3vw;
}

#checkout label a {
    color: #000;
}

#checkout .form-control:focus {
    border-color: #fff;
}

#checkout .form-control[name="password"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: calc(100% - 80px);
    border: none;
}

.input-group .input-group-btn>.btn,
.input-group .input-group-btn>.btn[data-action="show-password"] {
    height: auto;
    padding: 9px 15px;
    background-color: var(--dark);
    color: white;
    font-weight: 400;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-group-btn>.btn:hover,
.input-group .input-group-btn>.btn[data-action="show-password"]:hover {
    background-color: var(--accent-color2);
}

.checkout-step .content>.nav-inline {
    width: 100%;
    min-height: 55px;
    display: flex;
    justify-content: center;
}

.checkout-step .content>.nav-inline>.nav-item {
    margin-right: 0;
    float: left;
}

.checkout-step .content>.nav-inline>.nav-item .nav-link {
    padding: 15px 30px;
    background: var(--dark);
    color: white;
    display: block;
    border: none;
    width: 100%;
    text-align: center;
}

.checkout-step .content>.nav-inline>.nav-item .nav-link:hover {
    background: var(--accent-color);
    color: #fff !important;
}

.checkout-step .content>.nav-inline>.nav-item .nav-link.active {
    background: transparent;
    color: var(--dark) !important;
    width: 100%;
}

#conditions-to-approve li {
    display: flex;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    background-color: var(--accent-color2);
}

body#checkout section.checkout-step .radio-inline input[type="radio"]:checked+span {
    background-color: rgb(115 115 115);
}

.delivery-options img,
.summary-selected-carrier img {
    max-width: 30px;
}

body#checkout section.checkout-step .address-item.selected {
    border: 3px solid rgb(115 115 115);
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

body#checkout section.checkout-step .delivery-options {
    padding-left: 15px;
    padding-right: 15px;
}

body#checkout section.checkout-step .delivery-option {
    border-radius: 15px;
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
}

#delivery_message {
    background-color: #fff;
}

body#checkout section.checkout-step .delivery-option label {
    margin-bottom: 0;
}

body#checkout section.checkout-step .delivery-option label .row {
    display: flex;
    align-items: center;
}

body#checkout a:hover {
    color: var(--accent-color);
}

body#checkout .cart-summary-products a {
    order: none;
    padding: 15px 30px;
    background-color: var(--dark);
    line-height: 1;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    transition: var(--transition);
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
}

body#checkout .cart-summary-products a:hover {
    color: #fff;
    background-color: var(--accent-color2);
    text-decoration: none;
}

body#checkout .alert a:hover {
    color: #000;
}

body#checkout .payment-options {
    margin-top: 15px;
    margin-bottom: 30px;
}

#order-summary-content {
    background-color: rgba(255 255 255 / .5);
    padding: 15px;
    font-size: 13px;
}

#order-summary-content .step-edit {
    display: none;
}

#order-summary-content .summary-selected-carrier {
    background-color: rgba(255 255 255 / .5);
    margin: 10px 0;
    padding: 10px;
}

#order-summary-content .order-line {
    background-color: rgba(255 255 255 / .5);
    margin: 10px;
}

body#checkout #payment-confirmation {
    padding-bottom: 15px;
}

body#checkout #payment-confirmation .alert.alert-danger {
    margin-top: 15px;
}

.custom-radio {
    border: 2px solid var(--dark);
}

.custom-radio input[type="radio"]:checked+span {
    background-color: var(--accent-color);
}

.definition-list dl dd,
.definition-list dl dt {
    color: #fff;
    background: var(--accent-color);
}

.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
    background: var(--accent-color);
}

#order-items .order-line {
    display: flex;
    align-items: center;
}

#order-items table {
    margin-left: auto;
}

#order-items table td {
    padding: 5px 10px;
}

#order-confirmation #order-items {
    padding: 30px;
    border: 2px solid #cdd5b0;
    margin-bottom: 30px;
    margin-left: 15px;
    max-width: calc(100% - 30px);
    display: block;
}

#order-confirmation #order-items .card-title {
    text-align: center;
    padding-bottom: 30px;
}

#content-hook_order_confirmation {
    background-color: #CDD5B0;
    padding: 15px;
    margin-bottom: 30px;
}



#order-confirmation #wrapper {
    padding: 150px;
}

#content-hook_payment_return {
    background-color: #CDD5B0;
    padding: 15px;
}

#content-hook_payment_return dl {
    margin-top: 15px;
    margin-bottom: 15px;
}

.definition-list dl dd,
.definition-list dl dt {
    color: #fff;
    background: var(--accent-color);
    padding: 6px 10px;
}


#order-confirmation #content-hook-order-confirmation-footer,
#order-confirmation #registration-form {
    display: none;
}


/*
my account
*/
.page-authentication .containerHome .h1,
.page-authentication .containerHome .h2,
.page-authentication .containerHome .h3,
.page-authentication .containerHome .h4,
.page-authentication .containerHome .h5,
.page-authentication .containerHome .h6,
.page-authentication .containerHome h1,
.page-authentication .containerHome h2,
.page-authentication .containerHome h3,
.page-authentication .containerHome h4,
.page-authentication .containerHome h5,
.page-authentication .containerHome h6 {
    color: var(--dark);
    text-align: center;
}

.page-authentication #content {
    margin: auto;
}

#authentication #wrapper {
    background-image: url(/img/img-3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 50%;
    padding: 100px 0;
}

#authentication #wrapper:before {
    content: url(/img/dots_dark.svg);
    position: absolute;
    left: -100px;
    top: 100px;
}

#authentication .form-control[name="password"] {
    border-right: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#authentication .login-form-wrap {
    background-color: #CDD5B0;
    border-radius: 30px;
    padding: 30px;
}

#authentication .form-group {
    display: flex;
    align-items: center;
    flex-direction: column;
}




#authentication .col-md-6,
#authentication .col-md-6 input {
    width: 100%;
    height: 40px;
}

#authentication .form-control-comment {
    display: none;
}


#authentication .input-group .btn[data-action="show-password"] {
    position: absolute;
    right: 0;
}

#authentication .btn-primary {
    padding: 15px;
    border: none;
    margin-top: 15px;
}

#authentication .btn-primary:hover {
    background-color: var(--dark);
}

#my-account #wrapper {
    padding: 150px;
    background-image: url(/img/img-2.png);
    background-size: cover;
    background-position: center;
}

#addresses #wrapper,
#contact #wrapper,
#history #wrapper,
#identity #wrapper,
#order-detail #wrapper,
#address #wrapper,
#module-ps_emailalerts-account #wrapper,
#module-psgdpr-gdpr #wrapper,
#password #wrapper,
#order-slip #wrapper {
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#history #wrapper,
#module-ps_emailalerts-account #wrapper,
#order-slip #wrapper {
    min-height: 500px;
}




#my-account .page-header h1 {
    color: var(--dark);
}

#my-account .page-footer a {
    color: var(--dark);
    margin-top: 30px;
    display: block;
}




#identity #content-wrapper,
#address #content-wrapper,
#order-detail #content-wrapper,
#password #content-wrapper {
    background-color: #CDD5B0;
    padding: 30px;
    padding-top: 0;
    border-radius: 30px;
}

#order-detail .page-header {
    padding-top: 30px;
}

#identity .page-footer,
#address .page-footer {
    margin-top: 30px;
}

#identity .input-group .form-control,
#address .input-group .form-control {
    min-width: calc(100% - 80px);
}

#identity .custom-radio,
#address .custom-radio {
    border: none;
}

#identity .btn-primary,
#identity .btn-secondary,
#identity .btn-tertiary,
#address .btn-primary,
#address .btn-secondary,
#address .btn-tertiary {
    border: none;
}

#identity .btn-primary:hover,
#identity .btn-secondary:hover,
#identity .btn-tertiary:hover,
#address .btn-primary:hover,
#address .btn-secondary:hover,
#address .btn-tertiary:hover {
    background-color: var(--dark);
}

#addresses article.address {
    border: 2px solid var(--dark);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
}

#history .orders .order {
    background-color: #CDD5B0;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#order-detail .order-message-form {
    display: none;
}

#password .form-group {
    display: flex;
    flex-direction: column;
}

#password .form-group .field-wrap {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

#password .form-group .btns-wrap {
    display: flex;
    gap: 30px;
}

#password .form-group .btns-wrap button {
    border: none;
}

#password .form-group .btns-wrap button:hover {
    background-color: var(--dark);
}



#contact #myBtn {
    display: none;
}

.contact-form {
    background: 0 0;
    color: #000;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #000;
}

#cms #wrapper,
#module-anblog-blog #wrapper {
    padding: 100px 150px;
}

.cms-content {
    display: flex;
    align-items: center;
}

.cms-content .img-wrap {
    max-width: 50%;
    padding-right: 50px;
}

#cms ul {
    padding-left: 15px;
}

.cms-content .img-wrap img {
    max-width: 100%;
    height: auto;
}

.page-cms .h1,
.page-cms .h2,
.page-cms .h3,
.page-cms .h4,
.page-cms .h5,
.page-cms .h6,
.page-cms h1,
.page-cms h2,
.page-cms h3,
.page-cms h4,
.page-cms h5,
.page-cms h6 {
    color: var(--dark);
}

#module-anblog-blog .blog-detail .blog-title,
.page-cms h1 {
    color: var(--dark);
    font-size: 32px;
}

#module-anblog-blog .blog-detail .blog-description p {
    font-size: 20px;
}

#module-anblog-blog .social-wrap {
    display: none;
}

.blog-comment-block,
.blog-comments,
.blog-tags,
.extra-blogs,
.social-share {
    margin-bottom: 20px;
    margin-top: 50px;
}

.page-content.page-cms {
    background-color: transparent;
}

#toTop {
    display: none !important;
}

.page-customer-account h1 {
    padding-top: 50px;
    color: var(--dark);
}

.page-customer-account h2,
h6 {
    color: var(--dark);
}

.alert {
    border-radius: 15px;
}

.alert a {
    color: #000;
}

.alert a:hover {
    color: #000;
}

#contact .containerHome {
    padding-top: 50px;
}



/*
    FOOTER
*/
#footer {
    position: relative;
    background: linear-gradient(94.65deg, #ECECEC 14.31%, #DBDBDB 112.36%);
    padding: 100px;
}

input,
select,
textarea,
.form-control {
    position: relative;
    padding: 15px 30px;
    background-color: white;
    box-shadow: -27px 4px 32px rgba(0, 0, 0, 0.03);
    border-radius: 14px;
    border: none;
    height: auto;
    max-width: 100%;
}

.footer-title h2 {
    color: var(--dark);
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    padding-bottom: 30px;
}

.form_content_left {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.form_content_left input,
.form_content_left select,
.form_content_left textarea {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.form_content_right {
    padding-right: 15px;
}

.form_content_right textarea {
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
}

#customForm {
    position: relative;
    padding: 15px 50px;
    background: #71706E;
    color: white;
    margin-top: 30px;
    border-radius: 50px;
    max-width: fit-content;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

#customForm:hover {
    background-color: var(--accent-color);
}

.footer-contacts p {
    font-size: 18px;
}

.footer-links-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-wrap ul a {
    color: var(--dark);
}

.footer-links-wrap ul a:hover {
    color: var(--accent-color)
}

.footer-links-wrap img {
    margin-top: 30px;
}




@media (min-width: 1200px) {
    .col-xl-3 {
        width: 25%;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #address .containerHome,
    #authentication .containerHome,
    #category .containerHome,
    #cms .containerHome,
    #contact .containerHome,
    #history .containerHome,
    #identity .containerHome,
    #module-ps_emailalerts-account .containerHome,
    #my-account .containerHome,
    #order-confirmation .containerHome,
    #order-slip .containerHome {
        width: 100%;
        margin: auto;
    }

    #category .containerHome {
        max-width: 1200px;
    }
}

@media (max-width: 1500px) {
    .features-list {
        padding: 50px;
    }

    .features-item-wrap {
        padding-left: 50px;
    }

    /*
    product
    */
    .product-details {
        padding-left: 5vw;
    }

    .product-details-semicircle {
        padding-left: 7vw;
        padding-right: 50px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .product-details2-left {
        padding-left: 5vw;
    }

    .product-details2-right {
        padding-left: 7vw;
        padding-right: 50px;
        padding-top: 100px;
        padding-bottom: 100px;
    }



    /*
    order-confirmation
    */
    #order-confirmation #wrapper {
        padding-bottom: 100px;
    }

    #cms #wrapper,
    #module-anblog-blog #wrapper {
        padding: 100px;
    }
}

@media (max-width: 1300px) {}

@media (max-width: 1200px) {
    #header {
        width: 100vw;
        padding-left: 15px;
    }

    .section.about-us {
        padding: 100px 5vw;
    }

    .product-image {
        padding-left: 3vw;
        padding-right: 0vw;
    }

    .product-item.odd .product-image {
        padding-right: 3vw;
    }

    .product-content {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .product-item.odd .product-content {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .section.features {
        padding: 50px;
    }

    .features-title h4 {
        text-align: center;
    }

    #footer {
        padding: 50px;
    }

    .delivery-options .carrier-delay,
    .delivery-options .carrier-price {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {

    html,
    body {
        max-width: 100vw;
        width: 100vw;
    }

    #content.page-home>.row {
        margin-left: 0;
        margin-right: 0;
    }

    #_desktop_cart {
        margin-left: 50px;
    }

    #header .logo {
        max-width: 100%;
    }

    #header .header-nav.open {
        width: 100vw;
    }

    .top-navigation-menu {
        display: none;
    }

    .first-screen__content h2 {
        font-size: 3rem;
    }

    .product-item {
        flex-direction: column;
    }

    .product-image {
        width: 100%;
        max-width: 100%;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .product-content {
        max-width: 100%;
        width: 100%;
        border-top-left-radius: 30%;
        border-bottom-left-radius: 30%;
    }

    .product-item.odd {
        flex-direction: column;
    }

    .section.features {
        padding: 50px 30px;
    }

    .features-list {
        padding: 50px 30px;
    }


    .section.about-us {
        padding: 50px 5vw;
    }

    .mob_pdd_0 {
        padding-left: 0;
        padding-right: 0;
    }

    #category .products {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        padding: 0 30px;
    }

    #category .product-item {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .product-firstscreen h1 {
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
    }

    .product-firstscreen .cover-image {
        width: 90%;
        left: 5%;
        top: auto;
        transform: translateY(0%) scaleX(-1);
        right: 5%;
        bottom: 10%;
    }

    .product-attachments-wrap {
        padding: 100px 10vw;
    }

    .product-attachments-wrap>.row {
        flex-wrap: wrap;
    }

    #product .product-reference {
        flex-direction: column;
    }

    .product-attachment-list {
        border-top: 2px solid #71706E;
    }

    #product .product-item {
        flex-direction: column-reverse;
    }

    #product .product-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #product .product-image {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }

    .product-images-slick {
        padding-top: 30px;
        margin-bottom: 50px;
    }

    #product .product-item::before {
        display: none;
    }

    .product-details-wrap>.row,
    .product-details2-wrap>.row {
        flex-direction: column;
    }

    .product-details-semicircle,
    .product-details2-right {
        padding-left: 7vw;
        padding-right: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top-left-radius: 30%;
        border-bottom-left-radius: 30%;
    }

    .product-details-semicircle h4,
    .product-details2-wrap strong {
        font-size: 2rem;
    }

    .product-details-semicircle p,
    .product-details2-wrap p {
        font-size: 18px;
    }

    .product-actions-wrap li.active:before,
    .product-actions-wrap ul::before,
    .product-actions-wrap ul::after {
        display: none;
    }

    .product-actions-wrap ul {
        border-right: 0;
    }

    #product #ndkcsfields .image-library {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #product #ndkcsfields .img-item-row {
        max-width: 49%;
    }

    .product-actions-wrap {
        padding: 15px;
    }

    .radiobox-item {
        width: 49%;
        padding: 15px;
    }



    .product-actions3 .add {
        margin-left: 0;
        padding: 0;
        margin-top: 30px;
    }

    .modal.in .modal-dialog {
        max-width: calc(100% - 20px);
    }

    #product #blockcart-modal .product-image {
        max-width: 100%;
    }

    #cart .product-line-grid {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    #cart .product-line-grid img {
        margin-bottom: 15px;
    }

    #cart .card.cart-container {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .cart-grid-right {
        padding-bottom: 50px;
    }

    .checkout-process-wrap {
        padding-left: 0;
    }

    body#checkout section.checkout-step,
    body#checkout section.checkout-step:last-child {
        padding-left: 30px;
        padding-right: 30px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    body#checkout section.checkout-step p {
        font-size: 14px;
    }

    body#checkout section.checkout-step.-complete:not(.-current) {
        max-height: 82px;
    }

    body#checkout section.checkout-step .step-title {
        font-size: 14px;
        padding: 0;
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 0;
    }

    body#checkout section.checkout-step .delivery-option label .row {
        flex-direction: column;
        align-items: flex-start;
    }

    #order-confirmation #wrapper {
        padding: 30px;
        padding-top: 100px;
    }

    #order-confirmation #order-items {
        padding: 15px;
    }

    #order-confirmation #order-items table {
        max-width: 100%;
        font-size: 14px;
    }

    #cms #wrapper,
    #module-anblog-blog #wrapper {
        padding: 30px;
        padding-top: 100px;
    }

    #my-account #wrapper {
        padding: 30px;
        padding-top: 100px;
    }

    #addresses #wrapper,
    #password #wrapper,
    #contact #wrapper,
    #history #wrapper,
    #identity #wrapper,
    #order-detail #wrapper,
    #address #wrapper,
    #module-ps_emailalerts-account #wrapper,
    #module-psgdpr-gdpr #wrapper,
    #order-slip #wrapper {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .page-customer-account h1 {
        padding-top: 30px;
    }

    .form-control-comment,
    .form-control-label {
        padding-top: 5px;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .page-footer {
        display: flex;
        flex-direction: column;
    }

    #identity #content-wrapper,
    #address #content-wrapper,
    #order-detail #content-wrapper {
        padding: 15px;
    }

    #order-detail #order-history,
    #order-detail .delivery-box {
        margin-top: 15px;
        border-top: 1px solid var(--dark);
        padding-top: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid var(--dark);
        padding-bottom: 15px;
    }

    #password .form-group .btns-wrap {
        flex-direction: column;
    }

    #password .form-group .btns-wrap button {
        padding: 15px;
    }




    #footer {
        padding: 30px;
    }

    .footer-contacts-wrap {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    #product .ndkackFieldItem .field_notice{
        max-width: 100%;
    }
    #product .ndkcsfields-block center i{
        font-size: 24px;
    }
    #product .ndkcsfields-block center p{
        font-size: 14px;
    }
    #product .radiobox-wrap{
        padding: 15px;
    }
    .radiobox-item{
        width: 100%;
        border: 1px solid rgba(0,0,0,.5);
    }
}

@media (max-width: 576px) {

    #category #header:after {
        display: none;
    }

    #address #header:before,
    #authentication #header:before,
    #cart #header:before,
    #category #header:before,
    #checkout #header:before,
    #cms #header:before,
    #contact #header:before,
    #history #header:before,
    #identity #header:before,
    #module-ps_emailalerts-account #header:before,
    #order-slip #header:before,
    #product #header:before {
        height: 80px;
    }

    #_desktop_user_info {
        margin-top: -5px;
    }

    .btn {
        padding: 25px 50px;
    }


    #header {
        height: 100px;
    }

    #header .header-top {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        z-index: 9999;
        height: 100px;
    }

    #category .containerHome .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }



    #_desktop_logo {
        position: relative;
        height: 80px;
        display: flex;
        justify-content: left;
        align-items: center;
        text-align: center;
    }

    #header .logo {
        transform: none;
    }

    .hamburger {
        margin-left: 0;
    }

    #_desktop_user_info {
        margin-left: 15px;
    }

    .first-screen {
        padding-left: 15px;
        padding-right: 15px;
    }


}