/*   
Theme Name: vikenzo
Version: 1.0
*/
html {
	scroll-behavior: smooth;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: "Manrope", sans-serif;
    background: #fafafa;
    font-size: 16px;
    font-style: normal;
    color: #2e2e2e;
    font-weight: 400;
    line-height: normal;
	/*-webkit-animation: fade-in 1s linear;
	-moz-animation: fade-in 1s linear;
	-o-animation: fade-in 1s linear;
	animation: fade-in 1s linear;*/
    /*-webkit-animation: fade-in2 1s linear;
    -moz-animation: fade-in2 1s linear;
    -o-animation: fade-in2 1s linear;
    animation: fade-in2 1s linear;*/
}
@-webkit-keyframes fade-in {   
	0% { opacity: 0; }   
	100% { opacity: 1; }   
}
@-moz-keyframes fade-in {   
	0% { opacity: 0; }   
	100% { opacity: 1; }   
}
@-o-keyframes fade-in {   
	0% { opacity: 0; }   
	100% { opacity: 1; }   
}
@keyframes fade-in {   
	0% { opacity: 0; }   
	100% { opacity: 1; }   
}
/*@-webkit-keyframes fade-in2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-in2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}*/
a {
    text-decoration: none;
    color: #2d2d2d;
}
a:hover {
    text-decoration: none;
}
a,
button,
.feedback,
.btn {
    transition: .5s;
}
.clear {
    clear: both;
}
p,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
p {
    margin: 0 0 24px 0;
}
p:last-child {
    margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: normal;
    font-weight: normal;
    position: relative;
    font-family: "Manrope", sans-serif;
    padding: 0;
    margin: 0px 0 24px 0;
    font-weight: 700;
}
h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130.705%;
    /* 52.282px */
    margin: 0 0 50px 0;
}
h2,
.h2 {
    font-size: 25px;
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    font-size: 16px;
}
* {
    box-sizing: border-box;
}
table {
    border-spacing: 0px;
}
button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
}
header,
nav,
section,
article,
aside,
footer {
    display: block
}
input,
button,
textarea,
select {
    font-size: 16px;
    outline: none;
    font-family: "Manrope", sans-serif;
    border: 0px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto !important;
}
iframe {
    max-width: 100% !important;
    max-height: 100% !important;
}
.site-width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
body.fixed {
    padding: 81px 0 0 0;
}
.topline {
    padding: 20px 0 0 0;
}
.topline .site-width {
    display: flex;
    align-items: center;
    gap: 20px;
}
.topline .menu {
    flex: 1;
}
.topline .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}
.topline .menu a {
    position: relative;
    padding: 0 0 2px 0;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}
.topline .menu a:before {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    height: 1px;
    background: #2d2d2d;
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    width: 0px;
}
.topline .menu a:hover:before {
    width: 100%;
}
.topline .market {
    display: flex;
    gap: 10px;
    font-size: 0px;
    line-height: 0px;
}
.topline .market img {
    width: 30px;
    height: 30px;
}
.header {
    padding: 20px 0;
    transition: .5s;
    position: relative;
}
.header.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    background: #fff;
}
.header .site-width {
    display: flex;
    align-items: center;
    gap: 80px;
}
.header .logo a {
    display: block;
    text-decoration: none;
    width: 120px;
    height: 41px;
    background: url(/wp-content/themes/vikenzo/images/logo.svg) no-repeat;
}
.header .open-catalog {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 100px;
    background: #2d2d2d;
    padding: 9px 20px;
    position: relative;
}
.header .open-catalog:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/vikenzo/images/menu.svg) no-repeat;
}
.header .open-catalog.active:before {
    background: url(/wp-content/themes/vikenzo/images/catalog-close.svg) no-repeat;
    background-size: contain;
}
.header .search {
    flex: 1;
}
.header .search form {
    display: block;
    width: 100%;
    max-width: 360px;
}
.header .search input,
.header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    width: 100%;
    height: 40px;
    border: 1px solid #959595;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    background: url(/wp-content/themes/vikenzo/images/search.svg) no-repeat right 20px center;
    font-family: inherit;
}
.header .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-right: 20px;
}
.header .dgwt-wcas-search-wrapp {
    max-width: none;
}
.header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
    border-radius: 0;
    background: none;
}
.header .search button,
.header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
.dgwt-wcas-pd-addtc.js-dgwt-wcas-pd-addtc,
.dgwt-wcas-details-desc~.dgwt-wcas-details-hr {
    display: none;
}
.header .dgwt-wcas-search-wrapp {
    min-width: auto;
}
.header .cart {
    display: block;
    text-decoration: none;
    width: 25px;
    height: 25px;
    background: url(/wp-content/themes/vikenzo/images/cart.svg) no-repeat;
    background-size: contain;
    position: relative;
}
.header .cart span {
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 555px;
    width: 20px;
    height: 20px;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-1 {
    margin: 0 0 135px 0;
}
.front-title {
	text-align: center;
	text-transform: uppercase;
  	max-width: 900px;
	margin: 50px auto 0;
}
.section-1 .site-width {
    max-width: 1600px;
    padding: 0px;
    position: relative;
}
.section-1 .slide {
    height: 750px;
    background-size: cover !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 100px 180px;
}
.section-1 .title {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 40px 0;
    text-transform: uppercase;
	max-width: 947px;
}
.section-1 .desc {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.section-1 .btn {
    color: #2e2e2e;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 60px 60px 60px 60px;
    background-color: #fafafa;
    padding: 14px;
    text-decoration: none;
    width: 100%;
    max-width: 200px;
    text-align: center;
}
.section-1 .btn:hover {
    background-color: #171717;
    color: #fafafa;
}
.section-1 .slick-dots {
    position: absolute;
    bottom: 100px;
    right: 180px;
    z-index: 3;
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
}
.section-1 .slick-dots button {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 555px;
    opacity: .5;
    font-size: 0px;
    line-height: 0px;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.title-section {
    color: #2e2e2e;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
.section-2 {
    margin: 0 0 100px 0;
}
.section-2 .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.section-2 .item {
    width: calc(33.333% - 27px);
    display: block;
    text-decoration: none;
}
.section-2 .images {
    font-size: 0px;
    line-height: 0px;
    margin: 0 0 20px 0;
    height: 360px;
}
.section-2 .images img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.section-2 .bottom {
    display: flex;
    align-items: center;
    gap: 20px;
}
.section-2 .name {
    flex: 1;
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 500;
}
.section-2 .counter {
    color: #959595;
}
.section-3 {
    padding: 100px 0 0 0;
}
.child-cat-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px;
}
.child-cat-list li {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 5px 8px;
	text-align: center;
    font-size: 12.5px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.child-cat-list li a {
	display: block;
}
.child-cat-list li:hover {
	border-color: #777;
}
.toggle-child-cats {
	border: none;
	font-size: 13px;
	background-color: transparent;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.flex-products {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.flex-products .item {
    width: calc(25% - 30px);
    display: block;
    text-decoration: none;
    position: relative;
}
.flex-products .images {
    font-size: 0px;
    line-height: 0px;
    height: 360px;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
}
.flex-products .images img {
    transition: .5s;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.flex-products .images img:nth-child(2) {
    opacity: 0;
}
.flex-products .images:hover img:first-child {
    opacity: 0;
}
.flex-products .images:hover img:nth-child(2) {
    opacity: 1;
}
.flex-products .name {
    font-size: 18px;
    line-height: 1.2;
    color: #2e2e2e;
    font-weight: 500;
    margin: 0 0 8px 0;
}
.flex-products .cat {
    font-size: 12px;
    line-height: 1.2;
    color: #969696;
    font-weight: 500;
    margin: 0 0 12px 0;
}
.flex-products .price {
    display: flex;
    gap: 3px;
    margin: 0 0 3px 0;
}
.flex-products .price .new {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 500;
}
.flex-products .price .old {
    color: #bdbdbd;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.flex-products .price span {
    font-size: .8em;
}
.flex-products .price .old:after {
    border-top: 1px solid;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 100%;
}
.flex-products .price ins {
    text-decoration: none;
}
.flex-products .availability.no {
    color: #f95d51;
    font-size: 14px;
}
.flex-products .birk {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    background-color: #2e2e2e;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fafafa;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    padding: 0 10px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-4 {
    margin: 100px 0;
}
.section-4 .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.section-4 .img {
    font-size: 0px;
    line-height: 0px;
    width: calc(25% - 30px);
}
.section-4 .img:nth-child(5),
.section-4 .img:nth-child(6) {
    width: calc(50% - 20px);
}
.section-5 {
    margin: 0 0 100px 0;
}
.section-5 .site-width {
    display: flex;
    gap: 40px;
}
.section-5 .col-left {
    flex: 1;
}
.section-5 .col-right {
    flex: 1;
}
.section-5 .title {
    color: #2e2e2e;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 40px 0;
}
.section-5 .images {
    font-size: 0px;
    line-height: 0px;
}
.section-5 .soc-name {
    color: #959595;
    line-height: 19px;
    margin: 0 0 20px 0;
}
.section-5 .social {
    display: flex;
    font-size: 0px;
    line-height: 0px;
    margin: 0 0 40px 0;
}
.section-5 .social a {
    text-decoration: none;
    position: relative;
    display: block;
}
.section-5 .social a:nth-child(2) {
    left: -6px;
}
.section-5 .social a:nth-child(3) {
    left: -12px;
}
.section-5 .social a:nth-child(4) {
    left: -18px;
}
.section-5 .desc {
    color: #959595;
    font-size: 14px;
    width: 100%;
    max-width: 460px;
    margin: 0 0 20px 0;
}
.section-5 .flex {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.section-5 .name {
    flex: 1;
    color: #959595;
    font-size: 14px;
}
.section-5 .name span {
    display: block;
    color: #2e2e2e;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.section-5 .photo {
    font-size: 0px;
    line-height: 0px;
    width: 60%;
}
.section-6 {
    margin: 0 0 135px 0;
}
.section-6 .block {
    padding: 0 0 0 500px;
}
.section-6 .item {
    border-top: 1px solid #969696;
}
.section-6 .item:last-child {
    border-bottom: 1px solid #969696;
}
.section-6 .question {
    position: relative;
    padding: 20px 50px 20px 0;
    font-size: 18px;
    line-height: 1.2;
    color: #2e2e2e;
    font-weight: 500;
    cursor: pointer;
}
.section-6 .answer {
    font-size: 16px;
    line-height: 1.2;
    color: #2e2e2e;
    font-weight: 500;
    padding: 0px 0 40px 0;
    display: none;
}
.section-6 .question span {
    position: absolute;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.2s;
    border-radius: 555px;
    width: 40px;
    height: 40px;
}
.section-6 .question:hover span {
    background: #eeeeee;
}
.section-6 .question.active span svg {
    transition: .5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.section-6 .question.active span svg {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.front-text {
	margin-bottom: 100px;
}
.content-truncate {
    max-height: 200px; /* Высота до кнопки "Показать всё" */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}
.content-truncate::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, #fafafa);
    pointer-events: none;
}
.content-wrapper.expanded .content-truncate {
    max-height: none;
}
.content-wrapper.expanded .content-truncate::after {
    display: none;
}
.show-more-btn {
    margin-top: 10px;
    padding: 8px 16px;
    cursor: pointer;
}
.footer {
    background-color: #2e2e2e;
    padding: 40px 0;
}
.footer .logo {
    margin: 0 0 50px 0;
}
.footer .logo a {
    display: block;
    text-decoration: none;
    width: 150px;
    height: 50px;
    background: url(/wp-content/themes/vikenzo/images/footer-logo.svg) no-repeat;
}
.footer .flex {
    display: flex;
    gap: 100px;
    margin: 0 0 40px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px #959595 solid;
}
.footer .col {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.footer .name {
    color: #b0b0b0;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.footer .contacts {
    flex: 1;
}
.footer .contacts a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    margin: 0 0 10px 0;
    display: table;
}
.footer .contacts a.phone-mobile {
	margin-bottom: 0;
}
.footer .contacts .freecall {
	display: block;
	color: #ccc;
	margin-bottom: 10px;
	font-size: 13px;
}
.footer .info {
    color: #959595;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}
.footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer ul a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}
.footer .social {
    display: flex;
    font-size: 0px;
    line-height: 0px;
    margin: 0 0 0 6px;
}
.footer .social a {
    text-decoration: none;
    position: relative;
    display: block;
}
.footer .social a {
    margin: 0 0 0 -6px;
}
.footer .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}
.footer .bottom a {
    text-decoration: none;
    color: #fff;
}
.speedbar {
    margin: 45px 0 30px 0;
    font-size: 12px;
    color: #2e2e2e;
    font-weight: 500;
}
.speedbar a {
    text-decoration: none;
    color: #959595;
    font-weight: 300;
    position: relative;
}
.speedbar a:after {
    content: "/";
    margin: 0 10px;
    color: #2e2e2e;
}
.section-7 {
    margin: 0 0 100px 0;
}
.section-7 h1 {
    color: #2e2e2e;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 60px 0;
    text-transform: uppercase;
}
.section-7 .flex {
    display: flex;
    flex-direction: column;
    gap: 100px;
    font-size: 0px;
    line-height: 0px;
}
.section-8 {
    margin: 0 0 100px 0;
}
.section-8 .site-width {
    display: flex;
    gap: 100px;
}
.section-8 .col {
    flex: 1;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}
.section-8 .title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}
.section-8 .item {
    margin: 0 0 30px 0;
}
.section-8 .name {
    color: #959595;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.section-9 {
    margin: 0 0 100px 0;
}
.section-9 .site-width {
    display: flex;
    gap: 100px;
}
.section-9 .col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section-9 .images {
    font-size: 0px;
    line-height: 0px;
}
.section-9 h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}
.section-9 .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.section-9 .info {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.section-9 .info strong {
	font-weight: 800;
	display: block;
	margin-bottom: -10px;
}
.section-9 .info p {
	background-color: #f2f2f2 ;
	border: 1px solid #e6e6e6;
	padding: 10px 20px;
}
.section-9 .item {
    width: calc(50% - 15px);
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 500;
}
.section-9 .item span {
    display: block;
    color: #959595;
    font-size: 12px;
    margin: 0 0 5px 0;
}
.section-9 .item a {
    text-decoration: none;
    color: #2e2e2e;
}
.section-9 .social {
    display: flex;
    font-size: 0px;
    line-height: 0px;
}
.section-9 .social a {
    text-decoration: none;
    margin: 0 0 0 -6px;
    max-width: 35px;
}
.section-catalog {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    z-index: 9;
    padding: 20px;
    /*background: var(--blue-dark, #2d2d2d);*/
    background-color: #fff;
    display: none;
    min-width: 320px;
    border-radius: 0 0 10px 10px;
}
.section-catalog.active {
    display: block;
}
.section-catalog .site-width {
    display: flex;
    gap: 82px;
}
/* Menu */
.toggle-content {
    display: none;
}
.inner.hidden-content {
    padding: 0;
}
#topcat.menu {
    list-style-type:none;
    margin: 0;
    clear:both;
    padding-left:0px;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#topcat.menu li {
    position:relative;
    white-space:nowrap;
    display:inline-block;
}
#topcat.menu span,
#topcat.menu .menu-item > a {
    text-align:center;
    text-transform:uppercase;
    padding:5px 0;
    text-decoration:none;
    display:inline-block;
}
#topcat.menu > .menu-item-has-children a {
    margin-right:5px;
    transition:color .25s ease-in-out;
    -webkit-transition:color .25s ease-in-out;
}
#topcat.menu > li.menu-item-has-children:after, 
#topcat .menu-item-has-children .menu-item-has-children > a:after {
    content: url('/wp-content/themes/vikenzo/images/menu-chevron.svg');
    display: inline-block;
    position: relative;
    top: -2px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-align: right;
    float: right;
    margin-top: 10px;
}
#topcat .menu-item-has-children .menu-item-has-children > a:after {
    float: right;
}
#topcat.menu > li.menu-item-has-children:hover:after {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 2px;
}
#topcat.menu .menu-item-has-children {
    position:relative;
}
#topcat.menu .sub-menu,
#topcat.menu .children {
    position:absolute;
    z-index:1000;
    top: 0;
    left: 100%;
    padding-left: 0;
    min-width:230px;
    opacity:0;
    visibility:hidden;
    box-shadow:0 6px 12px rgba(0,0,0,.100);
    margin-top:30px;
    -webkit-transition:all .35s;
    transition:all .35s;
}
#topcat.menu .sub-menu li {
    width:100%!important;
    height:auto;
    display:block;
    background-color:#fff;
}
#topcat.menu .sub-menu li a,
#topcat.menu .sub-menu li span {
    font-size:14px;
    display:block;
    color: #333;
    margin:0;
    display:block;
    width:100%;
    text-align:left;
    text-decoration:none;
    text-transform: none;
    font-weight: 400;
    position:relative;
    padding: 6px 25px;
    border-bottom:1px solid rgba(0,0,0,0.05);
}
#topcat.menu .menu-item-has-children:hover > .sub-menu {
    margin-top:0px;
    opacity:1;
    visibility:visible;
}
#topcat .sub-menu .sub-drop-icon{
    position:absolute;
    top:17px;
    right:20px;
    font-size:15px;
}
.menu-item-2134 > a::before,
.menu-item-2143 > a::before,
.menu-item-2159 > a::before,
.menu-item-2124 > a::before,
.menu-item-2172 > a::before,
.menu-item-2173 > a::before {
    content: "";
    display: inline-block;
    width: 35px; /* Adjust size as needed */
    height: 35px; /* Adjust size as needed */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 100%;
}
.menu-item-2134 > a::before {
    background-image: url('/wp-content/uploads/2025/08/001.png');
}
.menu-item-2143 > a::before {
    background-image: url('/wp-content/uploads/2025/08/002.png');
}
.menu-item-2159 > a::before  {
    background-image: url('/wp-content/uploads/2025/08/003.png');
}
.menu-item-2124 > a::before {
    background-image: url('/wp-content/uploads/2025/07/Frame_32_1-150x150.jpg');
}
.menu-item-2172 > a::before {
    background-image: url('/wp-content/uploads/2025/06/pufy-150x150.webp');  
}
.menu-item-2173 > a::before {
    background-image: url('/wp-content/uploads/2025/06/taburety-150x150.webp');     
}
.section-catalog .tabs__caption {
    height: 530px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0px;
    padding: 0px 20px 0 0;
    width: 480px;
}
.section-catalog .tabs__caption li {
    cursor: pointer;
    padding: 10px 60px 10px 10px;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--white, #FFF);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: .5s;
    min-height: 80px;
}
.section-catalog .tabs__caption li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    color: var(--white, #FFF);
}
.section-catalog .tabs__caption li.active a,
.section-catalog .tabs__caption li:hover a {
    color: var(--black, #1D1D1D);
}
.section-catalog .tabs__caption li.active,
.section-catalog .tabs__caption li:hover {
    background: url(/wp-content/themes/vikenzo/images/catalog-menu-arrow.svg) no-repeat right 24px center, #EDF5FA;
    color: var(--black, #1D1D1D);
}
.section-catalog .tabs__caption li img {
    width: 60px;
    height: 60px !important;
    border-radius: 200px;
    background: var(--white, #FFF);
    object-fit: contain;
}
.section-catalog ::-webkit-scrollbar {
    width: 6px;
}
.section-catalog ::-webkit-scrollbar-track {
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.10);
}
.section-catalog ::-webkit-scrollbar-thumb {
    border-radius: 200px;
    background: #fff;
}
.section-catalog .tabs__content {
    display: none;
    gap: 80px;
    height: 530px;
    overflow-y: auto;
    flex: 1;
}
.section-catalog .tab-right {
    flex: 1;
}
.section-catalog .tabs__content.active {
    display: flex;
}
.section-catalog .tabs__content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    flex: 1;
    columns: 2;
}
.section-catalog .tabs__content ul li {
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 10px 0;
}
.section-catalog .tabs__content ul a {
    text-decoration: none;
    color: var(--blue-gray-light, #C2C7CB);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 21px */
    letter-spacing: 0.6px;
}
.section-catalog .tabs__content ul a:hover {
    color: #fff;
}
.section-catalog .tabs__content ul .all a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    line-height: normal;
}
.section-catalog .tabs__content ul .all a:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/vikenzo/images/catalog-menu-arrow-white.svg) no-repeat;
    background-size: contain;
}
.section-10 {
    margin: 0 0 100px 0;
}
.section-10 .head {
    margin: 0 0 40px 0;
    display: flex;
    align-items: flex-end;
}
.section-10 h1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0px 5px 0 0;
}
.section-10 .counter {
    color: #959595;
    font-size: 16px;
    position: relative;
    top: -5px;
}
.section-10 .filter {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 20px 0;
}
.section-10 .filter select {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    outline: none;
    padding: 2px 30px 2px 10px;
    font-size: 14px;
    line-height: 1.55;
    height: 28px;
}
.section-10 .flex-container {
    display: flex;
    gap: 25px;
}
.section-10 .sidebar {
    width: 250px;
    padding-right: 30px;
}
.section-10 .container {
    flex: 1;
}
.widget-filter {
    top: 100px;
    max-height: calc(100vh - 50px - 100px);
    position: sticky;
    position: -webkit-sticky;
    overflow-y: auto;
}
.section-10 .flex-products .item {
    width: calc(33.333% - 27px);
}
.section-11 {
    margin: 0 0 100px 0;
    padding: 100px 0;
}
.section-12 {
    margin: 0 0 70px 0;
}
.section-12 .site-width {
    display: flex;
    gap: 40px;
}
.section-12 .col-left {
    font-size: 0px;
    line-height: 0px;
    width: 46.5%;
}
.section-12 .col-right {
    flex: 1;
}
.section-12 h1 {
    color: #2e2e2e;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.35;
    margin: 0 0 4px 0;
}
.section-12 .desc {
    color: #777;
    font-size: 14px;
    margin: 0 0 4px 0;
}
.section-12 .art {
    color: #777;
    font-size: 14px;
    margin: 0 0 18px 0;
}
.section-12 .woocommerce-product-gallery__image .slick-slide {
    position: relative;
    height: 737px;
    margin: 0 0 4px 0;
}
.section-12 .col-left img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.section-12 .small {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.section-12 .small>a {
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: .5s;
    display: block;
    text-decoration: none;
    border: 2px transparent solid;
}
.section-12 .small>a.active {
    border: 2px rgba(0, 0, 0, .15) solid;
}
.section-12 .small>a:hover {
    opacity: .7;
}
.slick-arrow {
    margin: 0rem;
    padding: 0rem;
    border: 0rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 0rem;
    line-height: 0rem;
    flex-shrink: 0;
    background-size: contain !important;
    position: absolute;
    top: 50%;
    margin: -15px 0 0 0;
    z-index: 7;
    border-radius: 555px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev {
    transform: rotate(180deg);
    left: 20px;
}
.slick-next {
    right: 20px;
}
.slick-arrow svg {
    width: 8px;
    height: 13px;
}
.mobile-menu,
.header .search .open,
.topline .close,
.topline .phone-mobile,
.topline .freecall,
.open-filter-mobile,
.mobile-category,
.tabs.wc-tabs,
#tab-description h2:first-child {
    display: none;
}
.cat-desc-hidden.open {
	margin-top: 15px;
}
.cat-desc-toggle {
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	border: 1px solid #959595;
	font-size: 14px;
	margin-top: 15px;
}
.cat-desc-toggle:hover {
	background-color: #2d2d2d;
	color: #fff;
}
.cities-btn {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 3px;
	color: #777;
	font-weight: 400;
}
.cities-btn svg {
	width: 16px;
	height: 16px;
	fill: #777
}
.your-city {
	font-weight: 600;
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
}
#search_location_name {
	background-color: #f7f8fb;
	padding: 10px;
}
#wt-list-locations,
#search_location_result ul {
	padding-left: 0;
	margin-bottom: 0;
}
#wt-list-locations {
	columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
	overflow-y: hidden;
	overflow-x: scroll;
    max-height: 450px;
	font-size: 14px;
}
#search_location_result {
	position: absolute;
	z-index: 9;
}
#wt-list-locations li,
#search_location_result li {
	list-style-type: none;
	margin-bottom: 5px;
}
#search_location_result:has(ul) ~ .popup-content {
	opacity: 0;
	pointer-events: none;
}
.section-13 #wt-list-locations {
	columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
	margin-bottom: 50px;
	max-height: none;
	font-size: 16px;
	overflow: auto;
}
/* Popup */
.popup-container .popup-button {
    background: #333;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}
.popup-inner .grid {
	grid-column-gap: 15px;
	grid-row-gap: 15px;	
}
.popup-container .popup-button:hover {
    background: #444;
}
.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}
.popup-inner {
    width: 95%;
	max-width: 600px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 150%;
    transition: 250ms all;
    max-height: 90%;
	overflow-y: auto;
	border-radius: 10px;
}
.popup-title svg {
    height: 20px;
    width: auto;
    margin-right: 3px;
    position: relative;
    top: 3px;
    fill: #666;
}
.popup-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
    font-weight: 700;
}
.popup-title .subtitle {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.3;
    color: #555;
}
.popup-container .popup .popup-inner .popup-content ul li input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}
.popup-container .popup .popup-inner .popup-content ul li button {
    width: 100%;
    line-height: 34px;
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}
.popup-container .popup .popup-inner .popup-content ul li button:hover {
    background: #444;
}
.popup-container .popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.popup-container>input {
    display: none;
}
.popup-container>input:checked+.popup {
    opacity: 1;
    visibility: visible;
}
.popup-container>input:checked+.popup .popup-inner {
    position: relative;
    top: 50%;
}
.popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 5px 10px 10px;
    font-size: 32px;
    color: #777;
}
.popup-close-btn:hover {
    color: #dd3d53;
}
.section-12 .col-right {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}
.section-12 .col-right .cart {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 20px 0 30px 0;
}
.section-12 .col-right .price {
    font-size: 20px;
    line-height: 1.35;
    color: #2e2e2e;
    font-weight: 500;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}
.section-12 .col-right .price del {
    color: #a9a9a9;
}
.flex-products .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    font-size: 20px;
}
.flex-products .price del {
    color: #a9a9a9;
}
.section-12 .col-right button {
    cursor: pointer;
    color: #ffffff;
    background-color: #2e2e2e;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 11px 26px;
}
.section-12 .col-right .quantity {
    width: 102px;
    height: 44px;
    border: 1px solid #777;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 555px;
    padding: 0 5px;
    background: #fff;
}
.section-12 .col-right .quantity input {
    flex: 1;
    width: 100%;
    font-size: 14px;
    line-height: 1.55;
    background: none;
    border: 0px;
    text-align: center;
}
.section-12 .col-right .quantity span {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #777;
    font-size: 24px;
}
.section-12 .col-right .variations {
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.wp-block-woocommerce-filled-cart-block.is-large {
    display: flex;
    flex-direction: column;
}
.wc-block-components-sidebar-layout.wc-block-cart .wc-block-components-main,
.wp-block-woocommerce-cart-totals-block {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.section-12 .col-right .variations tbody,
.section-12 .col-right .variations tr,
.section-12 .col-right .variations td {
    display: block;
}
.section-12 .col-right .variations tr {
    margin: 0 0 10px 0;
}
.section-12 .col-right .variations .label {
    color: #959595;
    font-weight: 300;
    margin: 0 0 3px 0;
}
.section-12 .col-right .variations .value select {
    border: 1px solid rgba(0, 0, 0, .5);
    min-height: 30px;
    min-width: 30px;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
}
.wpc-filters-list-2019 {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    margin: 0 0 0px 0px !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    margin: 0px;
    border: 0px;
    width: 100%;
}
body .wpc-filters-main-wrap .wpc-filters-labels .wpc-term-item-content-wrapper {
    width: 100%;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    padding: 0px;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a {
    color: #969696;
    font-size: 14px;
}
body .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover a {
    background: none;
    color: #969696;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a:hover {
    color: #969696;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper {
    background: none !important;
}
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked+label:hover a {
    color: #f5f5f5;
}
.nobirk .birk {
    display: none;
}
.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,
.widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,
.wpc-term-count-0:not(.wpc-has-not-empty-children),
.wpc-term-count-0:not(.wpc-has-not-empty-children) a,
body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
    opacity: 1 !important;
}
.nav-links {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 40px 0 0 0;
    width: 100%;
}
.nav-links a {
    text-decoration: none;
    font-size: 12px;
    line-height: 1.2;
    color: #959595;
    font-weight: 500;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100px;
    opacity: .4;
}
.nav-links a:hover {
    opacity: 1;
    background: rgba(46, 46, 46, .05);
}
.nav-links span {
    text-decoration: none;
    font-size: 12px;
    line-height: 1.2;
    color: #959595;
    font-weight: 500;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100px;
    border: 1px #2e2e2e solid;
}
.nav-links span.dots {
	border: none;
}
.t-typography__characteristics {
    color: rgb(149, 149, 149);
}
h1.title-section {
    color: #2e2e2e;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 60px 0;
    text-transform: uppercase;
}
body.noscroll {
    overflow: hidden;
}
#menu-item-2033 {
    display: none;
}
ul.wpc-filters-ul-list {
    max-height: none;
    padding: 0px;
    margin: 0px 0 5px 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.wpc-filters-ul-list input {
    display: none;
}
ul.wpc-filters-ul-list a {
    margin: 0px;
}
ul.wpc-filters-ul-list li {
    margin: 0px;
}
ul.wpc-filters-ul-list label {
    display: block;
    font-size: 0px;
    line-height: 0px;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    width: 100%;
}
body .wpc-filters-main-wrap li.wpc-term-item {
    margin-bottom: 0px;
}
.wpc-filters-list-2019 {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cat-pc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0px;
}
.cat-pc a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
li.wpc-term-item label span.wpc-term-swatch {
    width: 26px;
    height: 26px;
    margin: 0px !important;
    min-width: inherit;
    border: 1px #969696 solid !important;
    position: relative;
}
.wpc-term-swatch-wrapper {
    overflow: inherit;
}
.tawcvs-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tawcvs-swatches .swatch-item-wrapper {
    width: 26px;
    height: 26px;
}
.tawcvs-swatches .swatch-item-wrapper .swatch {
    width: 26px;
    height: 26px;
    border: 1px #ddd solid !important;
    position: relative;
    font-size: 0px;
    line-height: 0px;
    border-radius: 555px;
    cursor: pointer;
}
.tawcvs-swatches .swatch-item-wrapper .swatch.selected:before {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    content: "";
    height: calc(100% + 8px);
    left: -5px;
    position: absolute;
    top: -5px;
    width: calc(100% + 8px);
}
.wpc-term-selected.wpc-term-item label span.wpc-term-swatch:before {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    content: "";
    height: calc(100% + 8px);
    left: -5px;
    position: absolute;
    top: -5px;
    width: calc(100% + 8px);
}
.wpc-term-swatch-wrapper {
    width: 26px;
    height: 26px;
    margin: 0px !important;
    min-width: inherit;
}
.wpc-radio-item {
    font-size: 0px;
    line-height: 0px;
}
.wpc-radio-item input {
    display: none;
}
.wpc-filters-main-wrap a.wpc-toggle-a {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    color: #969696;
    margin: 5px 0 0 0;
}
body.exit {
    -webkit-animation: fade-in 1s linear;
    -moz-animation: fade-in 1s linear;
    -o-animation: fade-in 1s linear;
    animation: fade-in 1s linear;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes fade-in {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade-in {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*Woocommerce*/
.woocommerce-notices-wrapper {
    width: 100%;
    max-width: 300px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    z-index: 10;
    transition: left 1.5s ease-in-out;
}
.woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 0;
    font-size: 15px;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
    float: none;
    margin-top: 5px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #8fae1b;
}
.wc-block-checkout__form .wc-block-checkout__contact-fields {
    margin-bottom: 0 !important;
}
.wc-block-components-country-input,
.wc-block-checkout__billing-fields .wc-block-components-checkout-step__heading,
.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading,
.wc-block-checkout__billing-fields .wc-block-components-checkout-step__description,
.wc-block-checkout__contact-fields .wc-block-components-checkout-step__description,
.wc-block-components-address-form~p,
#wc-guest-checkout-notice,
.woocommerce-result-count,
.woocommerce-ordering,
.wp-block-woocommerce-checkout-order-summary-totals-block,
.wp-block-woocommerce-cart-order-summary-block,
.cart-subtotal,
.shop_table tr th:nth-child(2),
/*.shop_table .cart_item .product-total,*/
.woocommerce-order-overview__total.total,
.wc-block-cart-items__header-total,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
label~.payment_box,
.woocommerce-form__label-for-checkbox .required,
.woocommerce-order .woocommerce-customer-details,
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-table.shop_table.order_details,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none!important;
}
#customer_details {
    grid-area: left-col;
    display: flex;
    flex-direction: column;
}
h3#order_review_heading {
    grid-area: right-top;
    margin: 0
    font-size: 20px;
}
#order_review {
    grid-area: right-bottom;
}
.checkout.woocommerce-checkout {
    display: grid;
    grid-template-areas: 
		"left-col right-top"
		"left-col right-bottom";
    grid-template-columns: 55% 1fr;
    grid-column-gap: 50px;
    margin-bottom: 60px;
}
.cart_item .product-name,
.order-total td {
    width: 100%;
}
.woocommerce ul#shipping_method li {
	font-size: 15px;
}
.woocommerce ul#shipping_method li input,
.woocommerce ul#shipping_method li label {
	cursor: pointer;
}
.woocommerce .shipping ul#shipping_method li input {
	margin: 4.5px 6px 0 0;
}
.woocommerce table.shop_table {
	display: flex;
	flex-direction: column;
}
.woocommerce-checkout-review-order-table .cart_item {
	display: block;
	width: 100%;
}
.woocommerce-shipping-methods .cdek-office-info {
	background: #fff;
	border: 1px solid #ccc;
	font-weight: 400;
	display: inline-flex;
    align-items: center;
}
.woocommerce-shipping-methods .cdek-office-info::before {
	height: auto;
	top: 2px;
}
.cart_item .product-total,
.order-total td {
	text-align: right;
}
.woocommerce-shipping-totals.shipping {
	display: flex;
	flex-direction: column;
}
.open-pvz-btn {
	max-width: 220px;
}
.product-name .product-quantity {
    color: #669900;
}
.checkout.woocommerce-checkout #payment {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce-privacy-policy-text {
    font-weight: 300;
    margin-bottom: 10px;
}
.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
}
.woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: baseline;
    gap: 6px;
}
.woocommerce form .form-row .input-checkbox {
    margin: 0 !important;
    position: relative;
    bottom: -1px;
}
.woocommerce-form__label-for-checkbox input {
    cursor: pointer;
}
.woocommerce form .form-row label {
    line-height: 1.3 !important;
    margin-bottom: 20px;
}
.woocommerce-privacy-policy-link {
    text-decoration: underline;
}
.woocommerce-privacy-policy-link:hover {
    text-decoration: none;
}
button#place_order,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #2e2e2e;
    border-radius: 40px;
    float: none !important;
    width: 100%;
    padding: 20px 0;
    color: #fff;
}
button#place_order:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    opacity: 0.7;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100% !important;
}
#order_comments {
    height: 150px !important;
}
.woocommerce form .form-row label {
    margin: 10px 0 !important;
}
body .wpc-filters-main-wrap li.wpc-term-item {
    margin: 0px !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    padding: 0px !important;
    border: 0px !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    border: 0px !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    width: 100% !important;
}
body .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper {
    background-color: rgba(0, 0, 0, .1) !important;
}
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover a {
    color: #969696 !important;
}
.section-12 .col-right .price ins {
    text-decoration: none;
}
.title-section2 {
    color: #2e2e2e;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 70px 0 40px;
}
.section-3.margin {
    margin: 0 0 100px 0;
    padding: 0px;
}
body .wpc-filters-main-wrap li.wpc-term-selected {
    position: relative;
}
body .wpc-filters-main-wrap li.wpc-term-selected:before {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    content: "";
    height: calc(100% + 4px);
    left: -3px;
    position: absolute;
    top: -3px;
    width: calc(100% + 4px);
}
.atr-item {
    margin: 0 0 10px 0;
    display: table;
}
.atr-name {
    font-size: 14px;
    line-height: 1.55;
    color: #959595;
    margin: 0 0 3px 0;
}
.atr-field {
    border: 1px solid rgba(0, 0, 0, .5);
    background: #fff;
    padding: 7px;
    font-weight: 300;
    color: #000000;
    font-size: 14px;
}
.woocommerce-product-gallery__images {
    margin: 0 0 10px 0;
    position: relative;
}
.woocommerce-product-gallery__images .prev {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: rgb(250, 250, 250);
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -15px 0 0 0;
    border-radius: 555px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}
.woocommerce-product-gallery__images .next {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: rgb(250, 250, 250);
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -15px 0 0 0;
    border-radius: 555px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-product-gallery__images svg {
    width: 8px;
}
.woocommerce-product-gallery__images>div:nth-child(2) {
    display: none;
}
.cat-banners {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}
.revbanner {
	display: block;
	width: 100%;
	background-color: #fff;
}
.revbanner img {
	border: 1px solid #959595;	
}
.rev-sort {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.revicon {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	overflow: hidden;
	animation: pulse 1.5s infinite ease-in-out;
}
.revicon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.swrevs {
	margin-bottom: 50px;
}
.swrevs .sw-reviews-source img{
	max-height: 40px;
}
@media screen and (max-width:1200px) {
    .topline {
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
        overflow-y: auto;
        background: #fafafa;
        display: none;
    }
    .header .site-width {
        gap: 20px;
    }
    .mobile-menu {
        display: block;
        cursor: pointer;
        width: 30px;
        height: 30px;
        background: url(/wp-content/themes/vikenzo/images/mobile-menu.svg) no-repeat;
    }
    .header .search .open {
        display: block;
        cursor: pointer;
        width: 20px;
        height: 20px;
        background: url(/wp-content/themes/vikenzo/images/open-search.svg) no-repeat;
		margin-bottom: -20px;
    }
    .header .open-catalog {
        display: none;
    }
    .header .search form {
        display: none;
    }
    .header .search {
        flex: none;
        position: relative;
    }
    .header .logo {
        flex: 1;
    }
    .section-1 .slide {
        height: 510px;
        align-items: center;
        text-align: center;
        padding: 50px;
    }
    .section-1 .title {
        font-size: 28px;
    }
    .section-6 .block {
        padding: 0px;
    }
    .topline .site-width,
    .topline .menu ul {
        align-items: flex-start;
        flex-direction: column;
    }
    .topline .site-width {
        height: 100%;
        padding: 20px;
        gap: 30px;
    }
    .topline .menu a {
        font-size: 20px;
    }
    .topline .phone-mobile {
        display: table;
        text-decoration: none;
        background: #2e2e2e;
        color: #fff;
        border-radius: 555px;
        padding: 15px 30px;
    }
	.topline .freecall {
		display: block;
		margin-top: -20px;
		color: #555;
		font-size: 13px;
	}
    .topline .close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
        width: 24px;
        height: 20px;
        cursor: pointer;
        z-index: 9;
    }
    .topline .close span {
        position: absolute;
        background: #2e2e2e;
        display: block;
        width: 100%;
        height: 2px;
    }
    .topline .close span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }
    .topline .close span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .topline .close span:nth-child(2),
    .topline .close span:nth-child(3) {
        top: 8px;
    }
    .topline .close span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .topline .close span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }
    .flex-products {
        gap: 20px;
    }
    .section-10 .flex-products .item {
        width: calc(50% - 10px);
    }
    #menu-item-2033 {
        display: block;
    }
    .topline .menu ul ul {
        gap: 10px;
        margin: 10px 0 0 0;
        display: none;
    }
    .topline .menu ul ul li a {
        font-size: 16px;
    }
    .topline .menu ul ul.active {
        display: flex;
    }
    .topline .menu .menu-item-has-children>a:after {
        content: "↓";
    }
	.header .dgwt-wcas-search-wrapp {
		min-height: 20px;
	}
}
@media screen and (max-width:1000px) {
    .section-catalog .tabs__caption {
        width: 380px;
    }
    .section-catalog {
        top: 131px;
        padding: 30px 15px;
    }
    .section-catalog .site-width {
        padding: 0px;
        gap: 20px;
    }
    .section-catalog .tabs__caption li img {
        display: none;
    }
    .section-catalog .tabs__caption {
        width: 50%;
    }
    .section-catalog .tabs__content.active {
        display: block;
    }
    .section-catalog .tabs__caption li.active {
        background: #EDF5FA;
    }
    .section-catalog .tabs__caption li {
        padding: 10px;
        border-radius: 5px;
    }
    .section-2 .item,
    .flex-products .item {
        width: calc(50% - 20px);
    }
    .section-4 .flex {
        gap: 20px;
        margin: 0 -20px 0 0;
    }
    .section-4 .slick-slide {
        margin: 0 20px 0 0;
    }
    .section-5 .site-width {
        flex-direction: column;
    }
    .section-5 .title {
        font-size: 16px;
    }
    .section-5 .name {
        font-size: 12px;
    }
    .section-5 .name span {
        font-size: 16px;
    }
    .section-10 .sidebar {
        display: none;
        width: 100%;
    }
    .section-10 .filter select {
        display: none;
    }
	.rev-sort {
		justify-content: end;
	}
    .section-10 h1,
	.pageid8 h1,
	.pageid9 h1 {
        font-size: 27px;
        line-height: 32px;
    }
	.pageid8 h1,
	.pageid9 h1 {
		margin-bottom: 30px;
	}
    .section-10 .head {
        margin: 0 0 30px 0;
    }
    .open-filter-mobile {
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .open-filter-mobile svg {
        width: 11px;
    }
    .section-10 .filter {
        justify-content: flex-start;
    }
    .section-10 .counter {
        font-size: 14px;
        top: auto;
    }
    .mobile-category {
        display: block;
    }
    .mobile-category ul {
        list-style: none;
        margin: 0 0 30px 0;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .mobile-category a {
        text-decoration: none;
        font-weight: 500;
    }
    .section-10 .flex-container {
        flex-direction: column;
    }
    .section-9 .site-width {
        flex-direction: column;
        gap: 40px;
    }
    .section-9 h1 {
        font-size: 27px;
        line-height: 32px;
    }
    .section-12 .site-width {
        flex-direction: column;
    }
    .section-12 .col-left {
        width: 100%;
    }
    .section-12 h1 {
        font-size: 20px;
    }
    .section-12 .small {
        padding: 0px;
    }
    .section-5 .social a {
        width: 46px;
    }
}
@media screen and (max-width:780px) {
    .section-catalog .tabs__caption li,
    .section-catalog .tabs__content ul a {
        font-size: 14px;
    }
    .section-catalog .tabs__content ul a {
        text-transform: none;
    }
    .section-catalog .site-width {
        gap: 10px;
    }
    .section-catalog .tabs__caption {
        padding-right: 5px;
    }
    .speedbar a::after {
        position: relative;
        top: -1px;
        display: inline-block;
    }
    .section-22 .item {
        min-height: auto;
    }
    .rev-img {
        float: none;
        margin: 0 auto;
    }
    .section-catalog.tabs {
        box-shadow: 0 15px 20px -2px rgba(0, 0, 0, 0.06);
    }
    .section-catalog .tabs__caption,
    .section-catalog .tabs__content {
        height: auto;
    }
    .section-1 .slide {
        padding: 60px 30px;
        justify-content: center;
    }
    .section-1 {
        margin: 0 0 80px 0;
    }
    .title-section {
        font-size: 27px !important;
        margin: 0 0 30px 0;
    }
    .section-2 .flex,
    .flex-products {
        gap: 20px;
    }
    .section-2 .item,
    .flex-products .item {
        width: calc(50% - 10px);
    }
    .flex-products .images {
        height: 240px;
    }
    .section-3 {
        padding: 80px 0 0 0;
    }
    .section-4,
    .section-5,
    .section-6 {
        margin: 0 0 80px 0;
    }
    .section-6 .question {
        font-size: 16px;
        padding: 20px 50px 20px 0;
    }
    .section-6 .answer {
        font-size: 14px;
    }
    .section-2 .item {
        max-width: 245px;
    }
    .section-2 .slick-slide {
        margin: 0 20px 0 0;
    }
    .section-2 .flex {
        margin: 0 -20px 0 0;
    }
    .footer .bottom {
        align-items: flex-start;
        flex-direction: column;
    }
    .footer .contacts a {
        font-size: 16px;
        margin: 0px;
    }
    .footer .flex {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        position: relative;
    }
    .footer .name {
        margin: 0 0 15px 0;
    }
    .footer .col {
        flex: none;
        max-width: calc(50% - 10px);
    }
    .footer .col:first-child {
        order: 3;
        width: 100%;
        position: absolute;
        bottom: 82px;
        right: 0px;
    }
    .footer .social a {
        width: 43px;
    }
    .footer .info {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .section-7 h1 {
        font-size: 27px;
        line-height: 32px;
        margin: 0 0 30px 0;
    }
    .section-7 .flex {
        gap: 0px;
    }
    .section-5 .photo {
        max-width: 60% !important;
    }
    .section-8 .site-width {
        flex-direction: column;
        gap: 40px;
    }
    .section-8 .title {
        font-size: 27px;
        line-height: 32px;
        margin: 0 0 30px 0;
    }
    .section-9 .item {
        width: 100%;
        font-size: 21px;
    }
    .section-9 .info,
    .section-9 .item span {
        font-size: 14px;
    }
    .section-9 .images {
        margin: 0 -20px;
    }
    .section-12 .woocommerce-product-gallery__image .slick-slide {
        height: auto;
    }
    .section-1 .navigator {
        position: absolute;
        bottom: 25px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0%);
        display: flex;
    }
    .section-1 .slick-dots {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: translate(0%, 0%);
    }
    .section-1 .slick-prev {
        left: -70px;
    }
    .section-1 .slick-next {
        right: -70px;
    }
    .section-1 .slick-arrow {
        background: #2d2d2d;
        width: 36px;
        height: 36px;
        margin: -18px 0 0 0;
    }
    .section-1 .slick-arrow polyline {
        stroke: #fff;
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: inline-block !important;
    }
    .section-3 .slider .slick-prev {
        left: -10px;
    }
    .section-3 .slider .slick-next {
        right: -10px;
    }
    .section-3 .slider .slick-arrow {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 0;
    }
    .section-9 .flex {
        gap: 20px;
    }
	.checkout.woocommerce-checkout {
		display: grid;
		grid-template-areas: 
			"left-col"
			"left-col"
			"right-top"
			"right-bottom";
		grid-template-columns: 100%;
		grid-column-gap: 50px;
		margin-bottom: 60px;
	}
	h3#order_review_heading {
		margin-top: 20px;
	}
}
.color-chernyj,
.color-vizhen,
.color-belyj,
.color-karamel,
.color-derevyannye,
.color-mustard,
.color-emirald,
.color-grand,
.color-krasnyj,
.color-oranzhevyj,
.color-silver,
.color-stil,
.color-seven,
.color-shanel,
.color-goluboj,
.color-olivkovyj,
.color-ekryu,
.color-bordovyj,
.color-izumrudnyj,
.color-derevyannye {
    width: 26px;
    min-width: 26px;
    border-radius: 26px;
    height: 26px;
    display: block;
    border: none;
    position: relative;
}
.color-chernyj::before,
.color-vizhen::before,
.color-belyj::before,
.color-karamel::before,
.color-derevyannye::before,
.color-mustard::before,
.color-emirald::before,
.color-grand::before,
.color-krasnyj::before,
.color-oranzhevyj::before,
.color-silver::before,
.color-stil::before,
.color-seven::before,
.color-shanel::before,
.color-goluboj::before,
.color-olivkovyj::before,
.color-ekryu::before,
.color-bordovyj::before,
.color-izumrudnyj::before,
.color-derevyannye::before {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    content: "";
    height: calc(100% + 8px);
    left: -5px;
    position: absolute;
    top: -5px;
    width: calc(100% + 8px);
}
.color-mustard {
    background-color: #f4ae54;
}
.color-belyj {
    background-color: #fff;
}
.color-bordovyj {
    background-color: #923252;
}
.color-vizhen {
    background-color: #625755;
}
.color-goluboj {
    background-color: #bccfde;
}
.color-grand {
    background-color: #297189;
}
.color-izumrudnyj {
    background-color: #4a8b85;
}
.color-karamel {
    background-color: #dcc9b8;
}
.color-krasnyj {
    background-color: #ba0933;
}
.color-olivkovyj {
    background-color: #718456;
}
.color-oranzhevyj {
    background-color: #fd9e5c;
}
.color-seven {
    background-color: #1c3e6c;
}
.color-silver {
    background-color: #c1c2c1;
}
.color-stil {
    background-color: #6c6f74;
}
.color-chernyj {
    background-color: #000;
}
.color-shanel {
    background-color: #ffffff;
}
.color-ekryu {
    background-color: #b7a2a1;
}
.color-emirald {
    background-color: #415f5d;
}
.color-derevyannye {
    background-color: #57311b;
}
.color-chernyj span,
.color-vizhen span,
.color-belyj span,
.color-karamel span,
.color-derevyannye span,
.color-mustard span,
.color-emirald span,
.color-grand span,
.color-krasnyj span,
.color-oranzhevyj span,
.color-silver span,
.color-stil span,
.color-seven span,
.color-shanel span,
.color-goluboj span,
.color-olivkovyj span,
.color-ekryu span,
.color-bordovyj span,
.color-izumrudnyj span,
#billing_address_1_field .optional {
    display: none;
}
.cdek-note-txt {
	padding: 10px;
	border: 1px solid #99ebff;
	background-color: #ccf5ff;
	font-size: 14px;
	line-height: 1.3;
	border-radius: 10px;
	color: #000;
	letter-spacing: 0.3px;
	font-weight: 500;
}
/*Cookie*/
#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 100%;
    max-width: 370px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 2px 2px 42px 1px rgba(84, 83, 83, 0.3);
    -webkit-box-shadow: 2px 2px 42px 1px rgba(84, 83, 83, 0.3);
    -moz-box-shadow: 2px 2px 42px 1px rgba(84, 83, 83, 0.3);
    z-index: 999;
}
#cookie_note p {
    margin: 0;
    font-size: 13px;
    text-align: left;
    color: #333;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 300;
}
#cookie_note a {
    text-decoration: underline;
}
#cookie_note .ui-btn--grey {
    margin-left: 10px;
}
#cookie_note a:hover {
    text-decoration: none;
}
@media (min-width: 576px) {
    #cookie_note.show {
        display: block;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
	.cat-banners {
		display: flex;
		flex-direction: column;
	}
    #cookie_note.show {
        display: block;
        text-align: left;
    }
    #cookie_note {
        max-width: 345px;
        bottom: 65px;
    }
	.cities-btn span {
		display: none;
	}
	.cities-btn svg {
		height: 25px;
		width: auto;
	}
	#search_location_name {
		width: 100%;
	}
	#wt-list-locations,
	.section-13 #wt-list-locations{
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
#cookie_note .cookie_accept {
    background-color: #000;
    border: none;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    padding: 5px 10px;
    font-weight: 300;
}
#cookie_note .cookie_accept:last-child {
    background-color: #777;
    margin-left: 5px;
}
#cookie_note .cookie_accept:hover {
    background-color: #999999;
}