@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}


@font-face {
    font-family: "MontserratAlternates-Bold";
    src: url("../fonts/MontserratAlternates-Bold.otf");
}

html {
    overflow-x: hidden !important;
}

body {
    font-family: "ProximaNovaRegular";
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    /* overflow-x: hidden !important; */
}

* {
    outline: none !important;
}

input {
    background: none;
}

b, strong {
  font-family: "ProximaNovaBold";
}

h1, .h1 {
    font-family: "MontserratAlternates-Bold";
    font-size: calc(30 / 1920 * 100vw);
}
a {
  transition: all .6s;
}
a:hover {
    text-decoration: none;
    color: #24abe3;
}

.container, .row, .col {
    padding: 0;
}

.row {
    margin: 0;
}

h1.hidden-title {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.wrapped-navbar {
    height: calc(150 / 1920 * 100vw);
    padding-left: calc(390 / 1920 * 100vw);
    padding-right: calc(390 / 1920 * 100vw);
    padding-top: calc(10 / 1920 * 100vw);
    font-family: "ProximaNovaBold";
    width: 100%;
    min-width: 100%;
    position: relative;
    z-index: 51;
    background: #000;
    line-height: 1;

}

.wrapped-navbar a, .wrapped-navbar span {
    font-size: calc(12 / 1920 * 100vw);
    text-decoration: none;
    color: #fff;
}
.wrapped-navbar a svg {
    transition: all .6s;
}

.wrapped-navbar a:hover {
    color: #24abe3;
}

.wrapped-navbar a:hover svg {
    fill: #24abe3;
}

header.wrapped-navbar.search_instead_menu #navbar-main-menu,
header.wrapped-navbar.search_instead_menu .search-svg,
header.wrapped-navbar:not(.search_instead_menu) .dgwt-wcas-search-wrapp,
header.wrapped-navbar:not(.search_instead_menu) .close-svg {
  display: none;

}

.header-top {
    width: 100%;
    height: calc(30 / 1920 * 100vw);
    z-index: 100;
}

.email {
    text-transform: lowercase;
}

.header-top {
    margin-right: 0;
    margin-left: 0;
}

.header-top a.phone:not(:first-child),
.header-top a.email:not(:first-child),
.header-top a:last-of-type{
    margin-left: calc(20 / 1920 * 100vw);
}

.header-top div:last-of-type{
    padding-right: 0;
}

.header-top div:first-of-type{
    padding-left: 0;
}

.header-top span{
    margin-right: calc(5 / 1920 * 100vw);
    margin-left: calc(5 / 1920 * 100vw);
}


.header-bottom {
    margin-top: calc(30 / 1920 * 100vw);
    width: 100%;
    height: calc(50 / 1920 * 100vw);
}

.header-bottom .logo {
    width: calc(130 / 1920 * 100vw);
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.header-bottom .logo a{
    width: 100%;
    height: calc(50 / 1920 * 100vw);
    margin-left: 0;
}

.header-bottom .logo svg {
    height: 100%;
}

.header-bottom a {
    margin-left: calc(20 / 1920 * 100vw);
    font-size: calc(14 / 1920 * 100vw);
    font-family: "ProximaNovaRegular";
}
.main-menu {
  list-style: none;
}
.header-bottom a.active,
.menu-item.current-menu-item a.nav-link {
    color: #24abe3;
}


.header-icons a{
    margin-right: calc(10 / 1920 * 100vw);
    margin-left: 0;
    cursor: pointer;
}

.header-icons a:last-child{
    margin-right: 0;
    position: relative;
}

.header-icons a.shopping-bag-icon{
    margin-right: 0;
    position: relative;
}

.header-items, .header-icons, .header-items div{
    padding-right: 0;
}

.header-items div {
    margin-right: calc(-10 / 1920 * 100vw);
}

div.header-icons, .header-icons div {
    margin-right: calc(0 / 1920 * 100vw);
}

.header-icons {
    padding-left: 0;
}

.header-icons svg{
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
}

.shopping-bag {
    width: calc(15 / 1920 * 100vw);
    height: calc(15 / 1920 * 100vw);
    position: absolute;
    border-radius: 50%;
    font-size: calc(10 / 1920 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #24abe3;
    color: #fff;
    bottom: calc(-7 / 1920 * 100vw);
    right: calc(-3 / 1920 * 100vw);
}

.decor-left {
    left: calc(-340 / 1920 * 100vw);
    top: calc(60 / 1920 * 100vw);
    z-index: 50;
}

.decor-right {
    top: calc(-450 / 1920 * 100vw);
    right: calc(-450 / 1920 * 100vw);
    z-index: 0;
}

.decor-bottom-left {
    bottom: calc(70 / 1920 * 100vw);
    left: calc(-280 / 1920 * 100vw);
}

/* .decor-bottom-right {
    bottom: calc(-470 / 1920 * 100vw);
    right: calc(-400 / 1920 * 100vw);
} */
.decor-bottom-right {
    right: calc(-400 / 1920 * 100vw);
    bottom: 0;
    height: calc(330 / 1920 * 100vw);
    overflow: hidden;
}

.decor {
    position: absolute;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.decor * {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.decor1 {
    background-color: #219bce;
    width: calc(300 / 1920 * 100vw);
    height: calc(300 / 1920 * 100vw);
}

.decor2 {
    background-color: #176b8e;
    width: calc(400 / 1920 * 100vw);
    height: calc(400 / 1920 * 100vw);
}

.decor3 {
    background-color: #125672;
    width: calc(500 / 1920 * 100vw);
    height: calc(500 / 1920 * 100vw);
}

.decor4 {
    border: 1px solid rgba(36, 171, 227, .5);
    width: calc(900 / 1920 * 100vw);
    height: calc(900 / 1920 * 100vw);
    position: relative;
    -webkit-animation: spin 9s linear infinite;
    animation: spin 9s linear infinite;
}

.decor5 {
    border: 1px solid rgb(36, 171, 227);
    width: calc(1000 / 1920 * 100vw);
    height: calc(1000 / 1920 * 100vw);
}

.decor6 {
    border: 1px solid rgba(36, 171, 227, .5);
    width: calc(560 / 1920 * 100vw);
    height: calc(560 / 1920 * 100vw);
}

.decor7 {
    border: 1px solid rgba(36, 171, 227, .5);
    width: calc(400 / 1920 * 100vw);
    height: calc(400 / 1920 * 100vw);
}

.decor8 {
    border: 1px solid rgba(36, 171, 227, .5);
    width: calc(800 / 1920 * 100vw);
    height: calc(800 / 1920 * 100vw);
    position: relative;
}

.decor-left .decor4:after {
    content: ' ';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: #24abe3;
    border-radius: 50%;
    width: calc(50 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
    right: calc(120 / 1920 * 100vw);
    bottom: calc(90 / 1920 * 100vw);
}

.decor8:after {
    content: ' ';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: #24abe3;
    border-radius: 50%;
    width: calc(25 / 1920 * 100vw);
    height: calc(25 / 1920 * 100vw);
    top: calc(35 / 1920 * 100vw);
    left: calc(195 / 1920 * 100vw);
}


a.button,
button.button,
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border: calc(2 / 1920 * 100vw) solid #24abe3;
    background-color: transparent;
    border-radius: 100vh;
    width: calc(250 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
    font-size: calc(14 / 1920 * 100vw);
    text-transform: uppercase;
    cursor: pointer;
    transition: all .6s;
}


a.button:hover,
button.button:hover,
.button:hover {
    background-color: #24abe3;
}


.product {
    padding: calc(40 / 1920 * 100vw);
    border-radius: 15px;
    /* height: calc(550 / 1920 * 100vw); */
    -webkit-box-shadow: 0px 10px 10px 4px rgba(36, 171, 227, 0.2);
    box-shadow: 0px 10px 10px 4px rgba(36, 171, 227, 0.2);
    margin-top: calc(10 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
    transition: all .6s;
}

.product:first-of-type {
    margin-left: calc(15 / 1920 * 100vw);
}

.product:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product:last-of-type {
    margin-right: calc(15 / 1920 * 100vw);
}


.product-price:not(td), .product-price:not(td) + p {
    text-transform: initial;
    font-size: calc(16 / 1920 * 100vw);;
}

.product-card-body .product-price:not(td) + p {
    opacity: .5;
}

.section-title {
    width: calc(100% - calc(390 * 2 / 1920 * 100vw));
}

.section-title h1,
.section-title .h1 {
    font-size: calc(30 / 1920 * 100vw);
    color: #000;
    margin-bottom: 0;
}

.section-title p {
    font-size: calc(14/ 1920 * 100vw);
}

.section-title a.show_all {
    color: #000;
    text-decoration: none;
    border-bottom: calc(3 / 1920 * 100vw) solid transparent;
    padding-bottom: calc(5 / 1920 * 100vw);
    transition: all .6s;
}
.section-title .sorting-menu a {
    padding-bottom: 0;
}
.section-title a.show_all:hover {
    border-color: #24abe3;
}
.sort a:not(.item-active) {
    border-bottom: 3px solid transparent;
}

.mini-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(40 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw);
    background: #24abe3;
    border-radius: 50%;
    transition: all .6s;
}

/* Edited -- */
.shopping-bag-btn {
    display: flex;
    justify-content: center;
    /*margin-right: calc(10 / 1920 * 100vw);*/
    margin-top: calc(20 / 1920 * 100vw);
    position: relative;
    width: 100%;
    height: calc(40 / 1920 * 100vw);
    background: #24abe3;
    border-radius: calc(20 / 1920 * 100vw);
    display: flex;
    align-items: center;
    padding: 0 calc(20 / 1920 * 100vw);
}

.shopping-bag-btn svg {
    width: calc(16 / 1920 * 100vw);
    min-width: calc(16 / 1920 * 100vw);
    max-width: calc(24 / 1920 * 100vw);
}


.shopping-bag-btn span {
    color: #fff;
    font-size:  calc(11 / 1920 * 100vw);
    text-transform: uppercase;
    margin-left: calc(15 / 1920 * 100vw);
}

 a.shopping-bag-btn:not(.added) .span-added {
    display: none;
}

a.shopping-bag-btn.added .span-add {
    display: none;
}

.fast-buy-btn {
    color: #000;
    font-size:  calc(11 / 1920 * 100vw);
    text-transform: uppercase;
    text-decoration: underline !important;
    text-align: right;
}

.similar-product-list {
    display: flex;
    margin-top: calc(15 / 1920 * 100vw);
    font-size: calc(11 / 1920 * 100vw);
    margin-left: calc(-4 / 1920 * 100vw);
}
.similar-product-list a {
    font-size: calc(11 / 1920 * 100vw);
}

.similar-product-button {
     display: flex;
     align-items: center;
     justify-content: center;
     line-height: calc(9 / 1920 * 100vw);
     width: calc(55 / 1920 * 100vw);
     height: calc(30 / 1920 * 100vw);
     text-transform: lowercase;
     border: 1px solid rgba(36, 171, 227, .3);
     margin-right: calc(5 / 1920 * 100vw);
     border-radius: calc(20 / 1920 * 100vw);
     text-align: center;
     cursor: pointer;
     color: #212529 !important;
}


.similar-product-button.active, 
.similar-product-button:hover {
    border: 1px solid transparent;
    background: rgba(36, 171, 227, .3);
}
/* -- Edited */

.eye-btn, .close-btn {
    position: absolute;
    right: calc(20 / 1920 * 100vw);
    top: calc((280 - 30) / 1920 * 100vw);
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
    box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
    transition: all .6s;
}

.eye-btn:hover, .close-btn:hover {
    background: #24abe3;
}

.eye-btn svg, .close-btn svg{
    transition: all .6s;
}
.eye-btn:hover svg, .close-btn:hover svg{
    fill: #fff;
}

.mini-btn svg{
    width: 50%;
}

.product-card-body a.button {
    color: #000;
    margin-top: calc(20 / 1920 * 100vw);
    width: auto;
    height: calc(40 / 1920 * 100vw);
    font-size: calc(12 / 1920 * 100vw);
}

.product-price:not(td) {
    font-family: "MontserratAlternates-Bold";
    position: relative;
    /*
    text-decoration: underline;
    -webkit-text-decoration-color: #24abe3;
    text-decoration-color: #24abe3;
    */
}
.product-price .new-price:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    /* height: calc(6 / 1920 * 100vw); */
    height: 33%;
    width: 100%;
    background: #bde6f7;
    z-index: -1;
}

.product-price span {
    display: block;
    position: relative;
}

.product-price .old-price {
    text-decoration: line-through;
    margin: 0 0 5px;
    font-size: calc(14 / 1920 * 100vw);
}

.product-description {
    color: #24abe3 !important;
    font-size: calc(12 / 1920 * 100vw);
    display: block;
}
.product-description a {
    color: #24abe3 !important;
}

h4 a{
    color: #000;
    font-size: calc(14 / 1920 * 100vw);
    font-weight: bold;
    transition: all .6s;
}

h4 a:hover{
    color: #24abe3;
}

h4 {
    font-size: calc(14 / 1920 * 100vw);
}

p {
    font-size: calc(12 / 1920 * 100vw);
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.product-card-body h4 + div {
    margin-top: calc(20 / 1920 * 100vw);
}

.product-title {
    font-family: 'ProximaNovaBold';
}
.product-title a:hover{
    text-decoration: none;
}

.product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*width: calc(250 / 1920 * 100vw);*/
    height: calc(300 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
}

.product-thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.special-product {
    padding: calc(10 / 1920 * 100vw);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: calc(15 / 1920 * 100vw);
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #88c444;
    z-index: 2;
}

.new-product {
    background: #f6a75a;
}

.low-price-product {
    background: #f65a5a;
}

.top-product {
    background: #88c444;
}

footer:not(.comment-meta) {
    min-height: calc(280 / 1920 * 100vw);
    background: #000;
    position: relative;
}

.footer-text h5, .footer-text a, .footer-text p  {
    color: #fff;
    font-size: calc(12 / 1920 * 100vw);
    transition: all .6s;
}
footer .menu {
  padding: 0;
  list-style: none;
  font-family: "ProximaNovaRegular";
}

.copy {
    margin-top: calc(30 / 1920 * 100vw);
}

.footer-text a:hover  {
    color: #24abe3;
    text-decoration: none;
}

.footer-text {
    width: calc(878 / 1920 * 100vw);
    font-size: calc(12 / 1920 * 100vw);
    font-family: "ProximaNovaRegular";
    margin-left: calc(585 / 1920 * 100vw);
    padding-top: calc(80 / 1920 * 100vw);
}

.footer-text div:first-child {
    font-family: "ProximaNovaBold";
}

.footer-text svg {
    width: calc(18 / 1920 * 100vw);
    height: calc(18 / 1920 * 100vw);
}

.footer-text svg:first-of-type {
    margin-right: calc(15 / 1920 * 100vw);
}

.footer-text svg * {
  fill: #fff;
  transition: all .6s;
}
.footer-text svg:hover *{
    fill: #24abe3;
    stroke: #24abe3;
}

.footer-logo {
    position: absolute;
    height: calc(50 / 1920 * 100vw);
    left: calc(390 / 1920 * 100vw);
    top: calc(80 / 1920 * 100vw);
}

.footer-logo svg {
    height: 100%;
    width: auto;
}

.footer-decor {
    height: 100%;
    overflow-y: hidden;
    width: calc(300/ 1920 * 100vw);
    position: absolute;
}

footer .col-4 {
    padding: 0;
}
footer .payment_icons {
    margin-top: 1rem;
}

footer .payment_icons img {
    max-height: 24px;
}

.blog-item {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.blog-item:first-of-type {
    margin-right: calc(25 / 1920 * 100vw);

}

.blog-item:last-of-type {
    margin-left: calc(25 / 1920 * 100vw);

}

.blog-item-img {
    width: 100%;
    height: calc(280 / 1920 * 100vw);
}

.blog-item-img img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.blog-item a + span {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-transform: lowercase;
    font-size: calc(12 / 1920 * 100vw);
    margin-top: calc(15 / 1920 * 100vw);
}

.blog-item .blog-item-title {
    display: block;
    color: rgb(0, 0, 0);
    font-size: calc(14 / 1920 * 100vw);
    font-family: "ProximaNovaBold";
    text-decoration: none;
    margin-top: calc(15 / 1920 * 100vw);
    transition: all .6s;
}

.blog-item .blog-item-title > span {
    background-image: linear-gradient(to bottom, white 50%, #bde6f7 50%, #bde6f7 100%, white 100%);
    background-position-y: 50px;
    background-repeat: no-repeat;
    transition: all .6s;
}
.blog-item:hover .blog-item-title > span {
    background-position: 0;
}

.blog-item:hover .eye-btn {
    background: #24abe3;
}
.blog-item:hover .eye-btn svg {
    fill: #fff;
}

.blog-item p {
    display: block;
    color: rgb(0, 0, 0);
    text-transform: initial;
    font-size: calc(14 / 1920 * 100vw);
    margin-top: calc(20 / 1920 * 100vw);
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 500;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}
.modal-dialog {
  margin-top: 0;
}
#loginPopup .modal-dialog,
#registerPopup .modal-dialog {
  max-width: none;
}
#searchPopup .modal-content {
  min-height: unset;
  height: auto;
}
.modal-content {
  border: none;
}
.modal-content form {
    z-index: 1;
}
.popup {
    margin: calc(215 / 1920 * 100vw) auto;
    padding: calc(80 / 1920 * 100vw);
    background: #fff;
    border-radius: 15px;
    width: calc(550 / 1920 * 100vw);
    min-height: calc(470 / 1920 * 100vw);
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.popup h5,
.popup .h5 {
    font-family: "MontserratAlternates-Bold";
    font-size: calc(30 / 1920 * 100vw);
    margin-bottom: 0;
    position: relative;
    z-index: 100;
}

.popup p:not(.woocommerce-form-row),
.login_log,
.mfp-title {
    font-size: calc(14 / 1920 * 100vw);
    margin-bottom: calc(35 / 1920 * 100vw);
    text-transform: initial;
    position: relative;
    z-index: 100;
}
.login_log {
    position: relative;
}
.login_log > div {
    position: absolute;
    top: 0;
    left: 0;
}
.popup .form-input {
    width: 100%;
    font-size: calc(14 / 1920 * 100vw);
    /* text-transform: uppercase; */
    border: none;
    background: transparent;
    border-bottom: calc(1 / 1920 * 100vw) solid rgba(0, 0, 0, .2);
    height: calc(30 / 1920 * 100vw);
    margin-right: 0;
    margin-top: calc(40 / 1920 * 100vw);
    position: relative;
    z-index: 100;
    border-radius: 0;
}

.popup .form-input::-webkit-input-placeholder {
    opacity: 0.4;
}

.popup .form-input::-moz-placeholder {
    opacity: 0.4;
}

.popup .form-input:-ms-input-placeholder {
    opacity: 0.4;
}

.popup .form-input::-ms-input-placeholder {
    opacity: 0.4;
}

.popup .form-input::placeholder {
    opacity: 0.4;
}

.popup .form-input:focus, select:focus {
    outline: none;
    border-bottom: calc(1 / 1920 * 100vw) solid rgba(0, 0, 0, 1);
}

.popup .call-btn {
    width: calc(250 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);;
    background: #24abe3;
    color: #fff;
    margin-top: calc(40 / 1920 * 100vw);
    position: relative;
    z-index: 100;
    font-size: calc(14 / 1920 * 100vw);
    -webkit-box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
    box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
    transition: all .6s;
}

.call-btn:hover {
    color: #fff;
}

.close-btn {
    top: calc(40 / 1920 * 100vw);
    right: calc(-20 / 1920 * 100vw);
}

.close-btn svg {
    height: 100%;
    width: 30%;
}

.popup-decor {
    border: 1px solid #d3eef9;
    border-radius: 50%;
    position: absolute;
    width: calc(770 / 1920 * 100vw);
    height: calc(770 / 1920 * 100vw);
    top: calc(10 / 1920 * 100vw);
    left: 0;
}

.popup-decor-container {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    top: 0;
    left: 0;
    overflow: hidden
}

.sign-popup {
    margin: calc(215 / 1920 * 100vw) auto;
    padding: 0;
    background: #fff;
    border-radius: 15px;
    width: calc(945 / 1920 * 100vw);
    height: calc(590 / 1920 * 100vw);
    position: relative;
}

.sign-in {
    padding-left: calc(80 / 1920 * 100vw);
    padding-right: calc(80 / 1920 * 100vw);
    padding-top: calc(80 / 1920 * 100vw);
}


.register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #24abe3;
    border-radius: 15px;
    height: calc(590 / 1920 * 100vw);
    -webkit-box-shadow: 0px -10px 16px 4px rgba(36, 171, 227, 0.2);
    box-shadow: 0px -10px 16px 4px rgba(36, 171, 227, 0.2);
}

.register h1,
.register .h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.register a.button {
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    margin: calc(30 / 1920 * 100vw) auto;
    width: calc(250 / 1920 * 100vw);
    font-size: calc(14 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
}

.sign-in label {
    text-transform: initial;
    margin-top: calc(20 / 1920 * 100vw);
    margin-bottom: 0;
}

.sign-in div a {
    text-transform: initial;
    margin-top: calc(20 / 1920 * 100vw);
    color: #000;
    font-size: calc(14 / 1920 * 100vw);
}

.sign-in .call-btn {
    margin-top: calc(40 / 1920 * 100vw);
}

.arrow-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(30 / 1920 * 100vw);
    height: calc(30 / 1920 * 100vw);
    border: calc(2 / 1920 * 100vw) solid #24abe3;
    border-radius: 50%;
    position: absolute;
    top: calc(350 / 1920 * 100vw);
    left: calc((-70) / 1920 * 100vw);
    cursor: pointer;
}

.arrow-left img{
    text-align: center;
    position: absolute;
    top: calc(50% - calc(5 / 1920 * 100vw));
    left: calc(50% - calc(7 / 1920 * 100vw));
    width: 50%;
}

.arrow-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(30 / 1920 * 100vw);
    height: calc(30 / 1920 * 100vw);
    border: calc(2 / 1920 * 100vw) solid #24abe3;
    border-radius: 50%;
    position: absolute;
    top: calc(350 / 1920 * 100vw);
    right: calc((-70) / 1920 * 100vw);
    cursor: pointer;
}

.arrow-right img{
    text-align: center;
    position: absolute;
    top: calc(50% - calc(5 / 1920 * 100vw));
    left: calc(50% - calc(7 / 1920 * 100vw));
    width: 50%;
}
.berocket_aapf_widget input[type="checkbox"] + label {
  position: relative;
  padding-left: calc(25 / 1920 * 100vw);
  cursor: pointer;
  font-family: "ProximaNovaRegular";
  font-size: calc(14 / 1920 * 100vw);
  text-transform: lowercase;
  user-select: none;
}
.berocket_aapf_widget input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(15 / 1920 * 100vw);
  width: calc(15 / 1920 * 100vw);
  border-radius: 50%;
  background-color: #c8eaf8;
  border: none;
}
.berocket_aapf_widget input[type="checkbox"]:checked + label:before {
  background-color: #24abe3;
}
.berocket_aapf_widget input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: calc(3 / 1920 * 100vw);
    left: calc(6 / 1920 * 100vw);
}
.checkbox-label {
    display: block;
    position: relative;
    padding-left: calc(25 / 1920 * 100vw);
    cursor: pointer;
    font-family: "ProximaNovaRegular";
    font-size: calc(14 / 1920 * 100vw);
    text-transform: lowercase;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: calc(3 / 1920 * 100vw);
    left: 0;
    height: calc(15 / 1920 * 100vw);
    width: calc(15 / 1920 * 100vw);
    border-radius: 50%;
    background-color: #c8eaf8;
}

.checkbox-label input:checked ~ .checkmark {
    background-color: #24abe3;
}

.checkmark svg {
    position: absolute;
    display: none;
    width: 50%;
    height: 50%;
}

.checkbox-label input:checked ~ .checkmark svg {
    display: block;
}

.checkbox-label .checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title {
    margin-top: calc(80 / 1920 * 100vw);
}

a.item-active {
    color: #000 !important;
    border-bottom: calc(3 / 1920 * 100vw) solid rgba(36, 171, 227, 1);
    padding-bottom: calc(5 / 1920 * 100vw);
}

.content {
    margin-top: calc(90 / 1920 * 100vw);
    max-width: 100%;
    width: calc(100% - ((390 * 2) + 20) / 1920 * 100vw);
    margin-left: calc(390 / 1920 * 100vw);
    padding: 0;
}

.price {
    margin-top: calc(30 / 1920 * 100vw);
}

.price p{
    font-size: calc(12 / 1920 * 100vw);
}

.price p:last-child{
    margin-top: calc(25 / 1920 * 100vw);
    font-family: "ProximaNovaBold";
    text-transform: lowercase;
    /*
    text-decoration: underline;
    -webkit-text-decoration-color: #24abe3;
    text-decoration-color: #24abe3;
    */
    font-size: calc(14 / 1920 * 100vw);
}

.form-input, select {
    width: 100%;
    font-size: calc(14 / 1920 * 100vw);
    /* text-transform: uppercase; */
    border: none;
    background: transparent;
    border-bottom: calc(1 / 1920 * 100vw) solid rgba(0, 0, 0, .2);
    height: calc(35 / 1920 * 100vw);
    margin-right: calc(30 / 1920 * 100vw);
    border-radius: 0;
}
.form-input::placeholder, select::placeholder {
    text-transform: uppercase;
}

select {
    -webkit-appearance: none;
}

.select-field span {
    position: absolute;
    top: calc(50% - 3 / 1920 * 100vw);
    right: 0;
    width: 0;
    height: 0;
    border-left: calc(6 / 1920 * 100vw) solid transparent;
    border-right: calc(6 / 1920 * 100vw) solid transparent;
    border-top: calc(6 / 1920 * 100vw) solid rgba(0, 0, 0, .4);
    z-index: -1;
}

.form-input:not(:placeholder-shown) {
    border-bottom: calc(1 / 1920 * 100vw) solid rgba(0, 0, 0, 1);
}

.form-input:placeholder-shown {
    border-bottom: calc(1 / 1920 * 100vw) solid rgba(0, 0, 0, .2);
}

select.form-input:not(.changed) {
    border-color: rgba(0, 0, 0, .2);
    text-transform: uppercase;
    color: #C8C8C8;
    transition: all .6s;
}

select.form-input option {
    color: #000;
}

.error_field {
    border-color: rgb(255, 0, 0) !important;
}
.error_field::-webkit-input-placeholder {
    color: rgba(255, 0, 0, 0.75) !important;
}

.form-input::-webkit-input-placeholder {
    transition: all .6s;
    opacity: 0.4;
}

.form-input::-moz-placeholder {
    transition: all .6s;
    opacity: 0.4;
}

.form-input:-ms-input-placeholder {
    transition: all .6s;
    opacity: 0.4;
}

.form-input::-ms-input-placeholder {
    transition: all .6s;
    opacity: 0.4;
}

.form-input::placeholder {
    transition: all .6s;
    opacity: 0.4;
}

.form-input:focus::-webkit-input-placeholder{
    opacity: 0;
}

.form-input:focus::-moz-placeholder{
    opacity: 0;
}

.form-input:focus:-ms-input-placeholder{
    opacity: 0;
}

.form-input:focus::-ms-input-placeholder{
    opacity: 0;
}

.form-input:focus::placeholder{
    opacity: 0;
}

.form-input:focus, select:focus {
    outline: none;
    border-bottom: calc(1 / 1920 * 100vw) solid rgba(0, 0, 0, 1);
}

.field {
    padding: 0;
    height: calc(45 / 1920 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.form-label {
    font-size: calc(12 / 1920 * 100vw);
    opacity: 0.4;
    position: absolute;
    top: 0;
    /* display: none; */
    opacity: 0;
    transition: all .6s;
}

.field select:focus + .form-label {
    /* display: block; */
    opacity: 1;
}
.field select:not(.changed):focus {
    color: transparent;
}
.form-input:focus + label {
    /* display: block; */
    opacity: 1;
}

form > div:first-child:not(.dgwt-wcas-sf-wrapp) {
    margin-bottom: calc(65 / 1920 * 100vw);
}

.promo {
    height: calc(170 / 1920 * 100vw);
    -webkit-box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
    box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
    border-radius: calc(15 / 1920 * 100vw);
    padding: calc(40 / 1920 * 100vw);
    position: relative;
    line-height: 1.5;
    font-size: calc(12 / 1920 * 100vw);
}

.promo h5 {
    font-size: calc(14 / 1920 * 100vw);
    font-family: "ProximaNovaBold";
    margin-bottom: 0;
}

.promo div {
    width: 100%;
    height: calc(40 / 1920 * 100vw);
    position: relative;
}

.promo label {
    margin-bottom: 0;
}

.promo input {
    width: calc(250 / 1920 * 100vw);
    height: 100%;
    border: none;
    border-radius: 100vh;
    background: #f3f3f3;
    padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    font-size: calc(12 / 1920 * 100vw);
    display: block;
    margin-top: calc(20 / 1920 * 100vw);
}

.promo input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #000;
    opacity: 0.7;
}

.promo input::-moz-placeholder {
    text-transform: uppercase;
    color: #000;
    opacity: 0.7;
}

.promo input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #000;
    opacity: 0.7;
}

.promo input::-ms-input-placeholder {
    text-transform: uppercase;
    color: #000;
    opacity: 0.7;
}

.promo input::placeholder {
    text-transform: uppercase;
    color: #000;
    opacity: 0.7;
}

.promo .button {
    position: absolute;
    width: calc(165 / 1920 * 100vw);
    right: 0;
    top: 0;
    color: #fff;
    background: #24abe3;
    -webkit-box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
    box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
}

.menu-btn, #menu {
    display: none;
}

.ajax_add_to_cart.loading svg {
  display: none;
}
.add_to_cart_button.added {
  display: none;
}
.ajax_add_to_cart.loading:after {
  content: ' ';
  z-index: 99;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/wp-content/themes/zvk/img/preloader.svg);
  background-size: cover;
}
.in-progress button[type="submit"]:after {
  content: ' ';
  z-index: 99;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/wp-content/themes/zvk/img/preloader.svg);
  background-size: cover;
}
a.add_to_cart_button.loading,
.in-progress button[type="submit"] {
    cursor: not-allowed !important;
    pointer-events: none;
    color: transparent;
}

.page-template-default:not(.woocommerce-page) .content {
    text-transform: none;
    margin-bottom: calc(90/1920*100vw);
    margin-top: calc(45/1920*100vw);
}
.page-template-default:not(.woocommerce-page) .content p {
    font-size: calc(14/1920*100vw);
    margin-bottom: calc(15/1920*100vw);
}
.page-template-default:not(.woocommerce-page) .content li {
    text-transform: none;
    font-size: calc(14/1920*100vw);
}

.page-template-default:not(.woocommerce-page) .content h2,
.page-template-default:not(.woocommerce-page) .content h3,
.page-template-default:not(.woocommerce-page) .content h4,
.page-template-default:not(.woocommerce-page) .content h5,
.page-template-default:not(.woocommerce-page) .content h6 {
    font-family: "MontserratAlternates-Bold";
    font-size: calc(20/1920*100vw);
    color: #000;
    margin-bottom: calc(20/1920*100vw);
    margin-top: calc(30/1920*100vw);
}

.add-to-cart-container {
    display: none;
}

.g-recaptcha-wrap {
    margin: 30px 0 0;
}

@media screen and (max-device-width: 480px) {
    .section-title h1,
    .section-title .h1,
    .h1 {
        font-size: calc(20 / 375 * 100vw);
    }
    .section-title:not(.section-related) a:not(.button){
        color: #000;
        text-decoration: none;
        border-bottom: calc(3 / 375 * 100vw) solid transparent;
        padding-bottom: calc(5 / 375 * 100vw);
    }
    p {
        font-size: calc(12 / 375 * 100vw);
    }
    .wrapped-navbar {
        height: calc(80 / 375 * 100vw);
        padding-left: 0;
        padding-right: 0;
    }

    .decor-right {
        display: none;
    }

    .header-top div:first-child {
        display: none;
    }

    .header-top {
        margin-right: 0;
        margin-left: 0;
        height: auto;
        padding-right: calc(15 / 375 * 100vw);
        margin-top: calc(10 / 375 * 100vw);
    }

    .header-top a, .header-top span {
        font-size: calc(12 / 375 * 100vw);
    }

    .header-top div {
        padding-right: calc(15 / 375 * 100vw);
    }

    .header-items div:first-child {
        display: none;
    }

    .header-bottom {
        margin-top: calc(10 / 375 * 100vw);
        height: calc(30 / 375 * 100vw);
        padding-right: calc(15 / 375 * 100vw);
    }

    .header-bottom div:first-child {
        width: calc(80 / 375 * 100vw);
        padding-right: 0;
        max-width: 100%;
    }

    .header-bottom .logo {
        margin-left: calc(15 / 375 * 100vw);
        width: calc(80 / 375 * 100vw);
    }
    .header-bottom .logo a {
      height: auto;
    }

    .header-bottom a {
        font-size: calc(14 / 375 * 100vw);
        font-family: "ProximaNovaRegular";
    }

    .header-top span {
        margin-left: calc(5 / 375 * 100vw);
        margin-right: calc(5 / 375 * 100vw);
    }

    .header-items, .header-icons{
        padding-right: 0;
        width: calc(260 / 375 * 100vw);
    }

    .header-icons {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .header-items .row {
        margin-left: 0;
        margin-right: 0;
    }

    .header-icons svg{
        width: calc(20 / 375 * 100vw);
        margin-left: calc(15 / 375 * 100vw);
        height: auto;
    }

    .shopping-bag {
        width: calc(15 / 375 * 100vw);
        height: calc(15 / 375 * 100vw);
        font-size: calc(10 / 375 * 100vw);
        bottom: calc(-7 / 375 * 100vw);
        right: calc(-3 / 375 * 100vw);
    }

    .decor-left {
        left: calc(-210 / 375 * 100vw);
        top: calc(350 / 375 * 100vw);
        z-index: 1;
    }

    .decor5 {
        width: calc(400 / 375 * 100vw);
        height: calc(400 / 375 * 100vw);
    }

    .decor4:after {
        width: calc(25 / 375 * 100vw);
        height: calc(25 / 375 * 100vw);
        left: calc(175 / 375 * 100vw);
        top: calc(-6 / 375 * 100vw);
    }

    .decor4 {
        width: calc(360 / 375 * 100vw);
        height: calc(360 / 375 * 100vw);
        z-index: 1;
    }

    .decor3 {
        width: calc(200 / 375 * 100vw);
        height: calc(200 / 375 * 100vw);
    }

    .decor2 {
        width: calc(160 / 375 * 100vw);
        height: calc(160 / 375 * 100vw);
    }

    .decor1 {
        width: calc(120 / 375 * 100vw);
        height: calc(120 / 375 * 100vw);
    }

    a.button,
    button.button,
    input.button {
        border: calc(2 / 375 * 100vw) solid #24abe3;
    }

    .special-product {
        padding: calc(10 / 375 * 100vw);
        font-size: calc(11 / 375 * 100vw);
    }

    .checkbox-label {
        padding-left: calc(25 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }
    .berocket_aapf_widget input[type="checkbox"] + label {
      padding-left: calc(25 / 375 * 100vw);
    }
    .berocket_aapf_widget input[type="checkbox"] + label:before {
        height: calc(15 / 375 * 100vw);
        width: calc(15 / 375 * 100vw);
    }
    #berocket_aapf_widget-5 ul.berocket_aapf_widget {
      column-count: 2;
    }
    .berocket_filter_slider.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
      height: calc(3 / 375 * 100vw) !important;
    }
    .berocket_filter_slider.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle {
      width: calc(12 / 375 * 100vw) !important;
      height: calc(12 / 375 * 100vw) !important;
    }

    .berocket_aapf_widget input[type="checkbox"]:checked + label.berocket_label_widgets:after {
      top: 3.5px;
      left: 5.5px;
    }

    .checkmark {
        top: calc(3 / 375 * 100vw);
        height: calc(15 / 375 * 100vw);
        width: calc(15 / 375 * 100vw);
    }

    a.item-active {
        border-bottom: calc(3 / 375 * 100vw) solid rgba(36, 171, 227, 1);
        border-color: rgba(36, 171, 227, 1) !important;
        padding-bottom: calc(5 / 375 * 100vw);
    }

    footer:not(.comment-meta) {
        height: calc(225 / 375 * 100vw);
    }

    .footer-text h5  {
        display: none;
    }

    .footer-text p  {
        font-size: calc(12 / 375 * 100vw);
    }

    .copy {
        margin-top: calc(20 / 375 * 100vw);
        text-align: center;
    }

    .footer-text > .row > div:not(:last-child) {
        display: none;
    }

    .social {
        text-align: center;
        margin-top: calc(110 / 375 * 100vw);
        justify-content: center;
    }

    .footer-text {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }

    .footer-text svg {
        width: calc(18 / 375 * 100vw);
        height: calc(18 / 375 * 100vw);

    }

    .footer-text svg:first-of-type {
        margin-right: calc(15 / 375 * 100vw);
    }


    .footer-logo {
        height: calc(35 / 375 * 100vw);
        left: calc(50% - 17 / 375 * 100vw);
        top: calc(40 / 375 * 100vw);
    }

    .decor-bottom-right {
        display: none;
    }

    .footer-decor {
        display: none;
    }
    footer .payment_icons {
        text-align: center;
    }

    .popup {
        margin-top: calc(170 / 375 * 100vw);
        margin-left: calc(15 / 375 * 100vw);
        padding: calc(40 / 375 * 100vw);
        width: calc(330 / 375 * 100vw);
        min-height: calc(340 / 375 * 100vw);
    }

    .popup h5,
    .popup .h5 {
        font-size: calc(20 / 375 * 100vw);
    }

    .popup p:not(.woocommerce-form-row),
    .login_log,
    .mfp-title {
        font-size: calc(14 / 375 * 100vw);
        margin-bottom: 0;
        margin-top: calc(5 / 375 * 100vw);
        line-height: 1;
    }
    .login_log {
        position: relative;
    }
    .login_log > div {
        position: absolute;
        top: 0;
        left: 0;
    }

    .popup .form-input {
        font-size: calc(14 / 375 * 100vw);
        border-bottom: calc(1 / 375 * 100vw) solid rgba(0, 0, 0, .2);
        height: calc(30 / 375 * 100vw);
        margin-top: calc(35 / 375 * 100vw);
    }

    .popup .form-input:focus, select:focus {
        border-bottom: calc(1 / 375 * 100vw) solid rgba(0, 0, 0, 1);
    }

    .popup .call-btn {
        margin-top: calc(40 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
        height: calc(40 / 375 * 100vw) !important;
        width: calc(250 / 375 * 100vw);
        color: #fff;
    }

    .sign-popup {
        /* margin-top: calc(60 / 375 * 100vw); */
        margin-top: 0;
        min-height: calc(450 / 375 * 100vw);
        height: auto;
        padding: 0;
    }

    .sign-in {
        padding-left: calc(40 / 375 * 100vw);
        padding-right: calc(40 / 375 * 100vw);
        padding-top: calc(40 / 375 * 100vw);
    }

    .register {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: calc(330 / 375 * 100vw);
        height: calc(180 / 375 * 100vw);
        padding: calc(40 / 375 * 100vw);
        top: calc(80 / 375 * 100vw);
    }

    .register a.button {
        margin: calc(40 / 375 * 100vw) auto 0 auto;
        font-size: calc(14 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
        width: 100%;
        border: 2px solid #fff;
        color: #fff;
        text-align: center;
    }

    .sign-in label {
        margin-top: calc(20 / 375 * 100vw);
        flex: 100%;
    }

    .login_advanced {
      flex-direction: column;
    }

    .sign-in div a {
        font-size: calc(14 / 375 * 100vw);
        position: relative;
        /* top: calc(90 / 375 * 100vw); */
        bottom: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        /* text-align: center !important; */
        text-align: left !important;
        width: 100%;
    }

    .sign-in .container  {
        height: calc(40 / 375 * 100vw);
    }

    .sign-in .call-btn {
        margin-top: calc(10 / 375 * 100vw);
        width: 100%;
        height: calc(40 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }
    .sign-in.sign-up .call-btn {
        margin-top: calc(40 / 375 * 100vw);
    }

    #registerPopup .sign-popup {
        /* margin-top: calc(95 / 375 * 100vw); */
    }

    #registerPopup .sign-popup .container, #registerPopup .sign-popup .row {
        height: 100%;
    }

    #registerPopup .sign-popup .register {
        position: absolute;
        top: auto;
        bottom: calc(-40 / 375 * 100vw);
        z-index: 100;
    }

    .close-btn {
        top: calc(40 / 375 * 100vw);
        right: calc(-20 / 375 * 100vw);
        width: calc(40 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
    }

    .popup-decor {
        width: calc(450 / 375 * 100vw);
        height: calc(450 / 375 * 100vw);
        top: calc(40 / 375 * 100vw);
    }

    .form-input:focus, select:focus {
        outline: none;
        border-bottom: calc(1 / 375 * 100vw) solid rgba(0, 0, 0, 1);
    }

    .field {
        height: calc(45 / 375 * 100vw);
        margin-top: calc(20 / 375 * 100vw);
    }

    .form-label {
        font-size: calc(12 / 375 * 100vw);
    }

    form > div:first-child {
        margin-bottom: 0;
    }

    .form-input, select {
        font-size: calc(14 / 375 * 100vw);
        border-bottom: calc(1 / 375 * 100vw) solid rgba(0, 0, 0, .2);
        height: calc(35 / 375 * 100vw);
        margin-right: 0;
    }

    .form-input:not(:placeholder-shown) {
        border-bottom: calc(1 / 375 * 100vw) solid rgba(0, 0, 0, 1);
    }

    .form-input:placeholder-shown {
        border-bottom: calc(1 / 375 * 100vw) solid rgba(0, 0, 0, .2);
    }


    .select-field span {
        top: calc(50% - 3 / 375 * 100vw);
        border-left: calc(6 / 375 * 100vw) solid transparent;
        border-right: calc(6 / 375 * 100vw) solid transparent;
        border-top: calc(6 / 375* 100vw) solid rgba(0, 0, 0, .4);
    }

    .product {
        padding-right: calc(40 / 375 * 100vw);
        padding-left: calc(40 / 375 * 100vw);
        padding-top: calc(40 / 375 * 100vw);
        height: calc(550 / 375 * 100vw);
        width: calc(100% - (15 * 2) / 375 * 100vw);
        margin-right: auto;
        margin-left: auto;
        margin-top: calc(90 / 375 * 100vw);
        margin-bottom: calc(40 / 375 * 100vw);
        -webkit-box-shadow: 0px 10px 10px 4px rgba(36, 171, 227, 0.2);
        box-shadow: 0px 10px 10px 4px rgba(36, 171, 227, 0.2);
    }

    .product:first-of-type {
        margin-left: auto;
    }

    .product:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product:last-of-type {
        margin-right: auto;
    }

    .product-thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(270 / 375 * 100vw);
        height: calc(300 / 375 * 100vw);
        margin-bottom: calc(30 / 375 * 100vw);
    }

    .product-thumb img{
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }


    .shopping-bag-btn, .sort-btn {
        width: calc(40 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
    }

    /* Edited -- */
    .shopping-bag-btn {
        margin-top: calc(20 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
        width: 100%;
        height: calc(40 / 375 * 100vw);
        border-radius: calc(20 / 375 * 100vw);
        padding: 0 calc(20 / 375 * 100vw);
        margin-left: auto;
        margin-right: auto;
    }

    .shopping-bag-btn svg {
        width: calc(16 / 375 * 100vw);
        min-width: calc(16 / 375 * 100vw);
    }


    .shopping-bag-btn span {
        color: #fff;
        font-size:  calc(11 / 375 * 100vw);
        text-transform: uppercase;
        margin-left: calc(15 / 375 * 100vw);
    }

    .fast-buy-btn {
        color: #000;
        font-size:  calc(11 / 375 * 100vw);
        text-transform: uppercase;
        text-decoration: underline !important;
        text-align: right;
    }

    .similar-product-list {
        display: flex;
        margin-top: calc(15 / 375 * 100vw);
        font-size: calc(11 / 375 * 100vw);
        margin-left: calc(-4 / 375 * 100vw);
    }
    .similar-product-list a {
        font-size: calc(11 / 375 * 100vw);
    }

    .similar-product-button {
         line-height: calc(9 / 375 * 100vw);
         width: calc(60 / 375 * 100vw);
         height: calc(30 / 375 * 100vw);
         margin-right: calc(5 / 375 * 100vw);
         border-radius: calc(20 / 375 * 100vw);
    }
    /* -- Edited */

    .product-card-body a.button {
        margin-top: calc(20 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);

    }

    .product-description {
        font-size: calc(12 / 375 * 100vw);
    }

    .product h4 a{
        font-size: calc(14 / 375 * 100vw);
    }

    .product h4 {
        font-size: calc(14 / 375 * 100vw);
    }

    .product p {
        font-size: calc(16 / 375 * 100vw);
    }


    .menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(25 / 375 * 100vw);
        height: calc(30 / 375 * 100vw);
        margin-left: calc(20 / 375 * 100vw);
    }

    .menu-btn svg {
        width: 100%;
        height: 100%;
        margin: 0;
        fill: #fff;
    }

    #menu {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        background: #000;
        color: #fff;
        z-index: 200;
        height: 100vh;
        width: 100vw;
        padding-left: calc(80 / 375 * 100vw);
        padding-right: calc(80 / 375 * 100vw);
        padding-top: calc(170 / 375 * 100vw);
        overflow: hidden;
        transition: all .6s;
    }

    #menu a {
        color: #fff;
        font-family: "MontserratAlternates-Bold";
        font-size: calc(20 / 375 * 100vw);
        line-height: 1;
        display: block;
    }

    #menu .contact {
        margin-top: calc(35 / 375 * 100vw);
    }

    #menu .contact a {
        font-family: "ProximaNovaBold";
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.5;
        display: block;
    }

    #menu a.button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: "ProximaNovaRegular";
        font-size: calc(12 / 375 * 100vw);
        line-height: 1;
        width: 100%;
        height: calc(40 / 375 * 100vw);
        margin-top: calc(40 / 375 * 100vw);
    }

    #menu .menu-item.active a {
        color: #24abe3;
    }


    #menu.visible {
        display: block;
    }

    #page.hidden {
        display: none;
    }

    .menu-close svg {
        fill: #fff;
        display: block;
        position: absolute;
        top: calc(20 / 375 * 100vw);
        right: calc(15 / 375 * 100vw);
        width: calc(15 / 375 * 100vw);
        height: calc(15 / 375 * 100vw);
    }

    .menu-decor {
        width: calc(680 / 375 * 100vw);
        height: calc(680 / 375 * 100vw);
        border-radius: 50%;
        border: 1px solid #113341;
        position: absolute;
        top: calc(20 / 375 * 100vw);
        left: calc(-35 / 375 * 100vw);
        z-index: -1;
    }

    .menu-decor2 {
        width: calc(580 / 375 * 100vw);
        height: calc(580 / 375 * 100vw);
        top: calc(50 / 375 * 100vw);
        left: calc(50 / 375 * 100vw);
    }

    .page-template-default:not(.woocommerce-page) .content,
    .page-template-default:not(.woocommerce-page) .section-title {
        text-transform: none;
        width: calc(100% - (15*2)/375*100vw);
        margin-left: calc(15/375*100vw);
    }
    .page-template-default:not(.woocommerce-page) .content p {
        font-size: calc(14/375*100vw);
        margin-bottom: calc(15/375*100vw);
    }
    .page-template-default:not(.woocommerce-page) .content li {
        text-transform: none;
        font-size: calc(14/375*100vw);
    }
    
    .page-template-default:not(.woocommerce-page) .content h2,
    .page-template-default:not(.woocommerce-page) .content h3,
    .page-template-default:not(.woocommerce-page) .content h4,
    .page-template-default:not(.woocommerce-page) .content h5,
    .page-template-default:not(.woocommerce-page) .content h6 {
        font-family: "MontserratAlternates-Bold";
        font-size: calc(16/375*100vw);
        color: #000;
        margin-bottom: calc(20/375*100vw);
    }

}

@media (min-width: 768px) and (max-width: 1440px) {
    div#page {
        /*transform: scale(1.3);
        transform-origin: top center;*/
        overflow-x: hidden;
    }
    body {
      display: inline;
      max-width: 100vw;
      overflow-x: hidden;
    }
    html {
      max-width: 100vw;
      overflow-x: hidden;
    }
    .modal {
        transform: scale(1.3);
    }


    /* Edited --*/

/*h1, .h1 {
    font-size: calc(39 / 1920 * 100vw);
}*/

.wrapped-navbar {
    height: calc(195 / 1920 * 100vw);
    padding-left: calc(219 / 1920 * 100vw);
    padding-right: calc(219 / 1920 * 100vw);
    padding-top: calc(13 / 1920 * 100vw);

}

.wrapped-navbar a, .wrapped-navbar span {
    font-size: calc(16 / 1920 * 100vw);
}

.header-top {
    height: calc(39 / 1920 * 100vw);
}

.header-top a.phone:not(:first-child),
.header-top a.email:not(:first-child),
.header-top a:last-of-type{
    margin-left: calc(26 / 1920 * 100vw);
}

/*.header-top div:last-of-type{
    padding-right: 0;
}

.header-top div:first-of-type{
    padding-left: 0;
}*/

.header-top span{
    margin-right: calc(6.5 / 1920 * 100vw);
    margin-left: calc(6.5 / 1920 * 100vw);
}


.header-bottom {
    margin-top: calc(39 / 1920 * 100vw);
    height: calc(65 / 1920 * 100vw);
}

.header-bottom .logo {
    width: calc(169 / 1920 * 100vw);
}

.header-bottom .logo a{
    height: calc(65 / 1920 * 100vw);
}

.header-bottom a {
    margin-left: calc(26 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
}

.header-icons a{
    margin-right: calc(-10 / 1920 * 100vw);
}

.header-items div {
    /*margin-right: calc(-2 / 1920 * 100vw);*/
}

.header-icons svg{
    width: calc(26 / 1920 * 100vw);
    height: calc(26 / 1920 * 100vw);
}

.shopping-bag {
    width: calc(19.5 / 1920 * 100vw);
    height: calc(19.5 / 1920 * 100vw);
    font-size: calc(13 / 1920 * 100vw);
    bottom: calc(-9 / 1920 * 100vw);
    right: calc(-2 / 1920 * 100vw);
}

.decor-left {
    left: calc(-754 / 1920 * 100vw);
    top: calc(78 / 1920 * 100vw);
}

.decor-right {
    top: calc(-585 / 1920 * 100vw);
    right: calc(-800 / 1920 * 100vw);
}

.decor-bottom-left {
    bottom: calc(91 / 1920 * 100vw);
    left: calc(-500 / 1920 * 100vw);
}
.decor-bottom-right {
    right: calc(-700 / 1920 * 100vw);
    height: calc(429 / 1920 * 100vw);
}

.decor1 {
    width: calc(390 / 1920 * 100vw);
    height: calc(390 / 1920 * 100vw);
}

.decor2 {
    width: calc(520 / 1920 * 100vw);
    height: calc(520 / 1920 * 100vw);
}

.decor3 {
    width: calc(650 / 1920 * 100vw);
    height: calc(650 / 1920 * 100vw);
}

.decor4 {
    width: calc(1170 / 1920 * 100vw);
    height: calc(1170 / 1920 * 100vw);
}

.decor5 {
    width: calc(1300 / 1920 * 100vw);
    height: calc(1300 / 1920 * 100vw);
}

.decor6 {
    width: calc(728 / 1920 * 100vw);
    height: calc(728 / 1920 * 100vw);
}

.decor7 {
    width: calc(520 / 1920 * 100vw);
    height: calc(520 / 1920 * 100vw);
}

.decor8 {
    width: calc(1040 / 1920 * 100vw);
    height: calc(1040 / 1920 * 100vw);
}

.decor-left .decor4:after {
    width: calc(65 / 1920 * 100vw);
    height: calc(65 / 1920 * 100vw);
    right: calc(156 / 1920 * 100vw);
    bottom: calc(117 / 1920 * 100vw);
}

.decor8:after {
    width: calc(32.5 / 1920 * 100vw);
    height: calc(32.5 / 1920 * 100vw);
    top: calc(45.5 / 1920 * 100vw);
    left: calc(253.5 / 1920 * 100vw);
}

a.button,
button.button,
.button {
    border: calc(3 / 1920 * 100vw) solid #24abe3;
    width: calc(325 / 1920 * 100vw);
    height: calc(78 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
}


.product {
    padding: calc(40 / 1920 * 100vw);
    margin-top: calc(13 / 1920 * 100vw);
    margin-bottom: calc(39 / 1920 * 100vw);
}

.product:first-of-type {
    margin-left: calc(15 / 1920 * 100vw);
}

.product:last-of-type {
    margin-right: calc(15 / 1920 * 100vw);
}


.product-price:not(td), .product-price:not(td) + p {
    font-size: calc(20 / 1920 * 100vw);;
}

.section-title {
    width: calc(100% - calc(219 * 2 / 1920 * 100vw));
}

.section-title h1,
.section-title .h1 {
    font-size: calc(39 / 1920 * 100vw);
}

.section-title p {
    font-size: calc(18/ 1920 * 100vw);
}

.section-title a.show_all {
    border-bottom: calc(4 / 1920 * 100vw) solid transparent;
    padding-bottom: calc(6.5 / 1920 * 100vw);
}

.mini-btn {
    width: calc(52 / 1920 * 100vw);
    height: calc(52 / 1920 * 100vw);
}

/* Edited -- */
.shopping-bag-btn {
    margin-top: calc(26 / 1920 * 100vw);
    width: 100%;
    height: calc(52 / 1920 * 100vw);
    border-radius: calc(26 / 1920 * 100vw);
    padding: 0 calc(26 / 1920 * 100vw);
}

.shopping-bag-btn svg {
    width: calc(25 / 1920 * 100vw);
    min-width: calc(25 / 1920 * 100vw);
    max-width: calc(31 / 1920 * 100vw);
}


.shopping-bag-btn span {
    font-size:  calc(14 / 1920 * 100vw);
    margin-left: calc(19.5 / 1920 * 100vw);
}

.fast-buy-btn {
    font-size:  calc(14 / 1920 * 100vw);
}

.similar-product-list {
    margin-top: calc(19.5 / 1920 * 100vw);
    font-size: calc(14 / 1920 * 100vw);
    margin-left: calc(-4 / 1920 * 100vw);
}
.similar-product-list a {
    font-size: calc(14 / 1920 * 100vw);
}

.similar-product-button {
     line-height: calc(12 / 1920 * 100vw);
     width: calc(78 / 1920 * 100vw);
     height: calc(39 / 1920 * 100vw);
     margin-right: calc(6.5 / 1920 * 100vw);
     border-radius: calc(26 / 1920 * 100vw);
}
/* -- Edited */

.eye-btn, .close-btn {
    right: calc(26 / 1920 * 100vw);
    top: calc((364 - 39) / 1920 * 100vw);
}

.product-card-body a.button {
    margin-top: calc(26 / 1920 * 100vw);
    height: calc(52 / 1920 * 100vw);
    font-size: calc(16 / 1920 * 100vw);
}

.product-description {
    font-size: calc(16 / 1920 * 100vw);
}

h4 a{
    font-size: calc(18 / 1920 * 100vw);
}

h4 {
    font-size: calc(18 / 1920 * 100vw);
}

p {
    font-size: calc(16 / 1920 * 100vw);
}

.product-card-body h4 + div {
    margin-top: calc(26 / 1920 * 100vw);
}

.product-thumb {
    height: calc(390 / 1920 * 100vw);
    margin-bottom: calc(39 / 1920 * 100vw);
}

.special-product {
    padding: calc(13 / 1920 * 100vw);
    font-size: calc(14 / 1920 * 100vw);
}

footer:not(.comment-meta) {
    min-height: calc(364 / 1920 * 100vw);
}

.footer-text h5, .footer-text a, .footer-text p  {
    font-size: calc(16 / 1920 * 100vw);
}

footer .col-4 {
    flex: 0 0 30%;
    /*padding-left: calc(50 / 1920 * 100vw);*/
}

.copy {
    margin-top: calc(39 / 1920 * 100vw);
}

.footer-text {
    width: calc(1141 / 1920 * 100vw);
    font-size: calc(16 / 1920 * 100vw);
    margin-left: calc(385 / 1920 * 100vw);
    padding-top: calc(104 / 1920 * 100vw);
}

.footer-text svg {
    width: calc(23 / 1920 * 100vw);
    height: calc(23 / 1920 * 100vw);
}

.footer-text svg:first-of-type {
    margin-right: calc(19.5 / 1920 * 100vw);
}

.footer-logo {
    height: calc(65 / 1920 * 100vw);
    left: calc(219 / 1920 * 100vw);
    top: calc(104 / 1920 * 100vw);
}

.footer-decor {
    width: calc(300/ 1920 * 100vw);
}

footer .payment_icons {
    margin-top: 1.3rem;
}

footer .payment_icons img {
    width: 31px;
}

footer .payment_icons img:lasr-child {
    width: 39px;
}

.blog-item:first-of-type {
    margin-right: calc(32.5 / 1920 * 100vw);

}

.blog-item:last-of-type {
    margin-left: calc(32.5 / 1920 * 100vw);

}

.blog-item-img {
    height: calc(364 / 1920 * 100vw);
}

.blog-item a + span {
    font-size: calc(16 / 1920 * 100vw);
    margin-top: calc(19.5 / 1920 * 100vw);
}

.blog-item .blog-item-title {
    font-size: calc(18 / 1920 * 100vw);
    margin-top: calc(19.5 / 1920 * 100vw);
}

.blog-item p {
    font-size: calc(18 / 1920 * 100vw);
    margin-top: calc(26 / 1920 * 100vw);
}

.popup .form-input {
    font-size: calc(16 / 1920 * 100vw);
}

.close-btn {
    top: calc(52 / 1920 * 100vw);
    right: calc(-26 / 1920 * 100vw);
}


.arrow-left {
    width: calc(39 / 1920 * 100vw);
    height: calc(39 / 1920 * 100vw);
    border: calc(3 / 1920 * 100vw) solid #24abe3;
    top: calc(455 / 1920 * 100vw);
    left: calc((-91) / 1920 * 100vw);
}

.arrow-left img{
    top: calc(50% - calc(6.5 / 1920 * 100vw));
    left: calc(50% - calc(9 / 1920 * 100vw));
}

.arrow-right {
    width: calc(39 / 1920 * 100vw);
    height: calc(39 / 1920 * 100vw);
    border: calc(3 / 1920 * 100vw) solid #24abe3;
    top: calc(455 / 1920 * 100vw);
    right: calc((-91) / 1920 * 100vw);
}

.arrow-right img{
    top: calc(50% - calc(6.5 / 1920 * 100vw));
    left: calc(50% - calc(9 / 1920 * 100vw));
}
.berocket_aapf_widget input[type="checkbox"] + label {
  padding-left: calc(32.5 / 1920 * 100vw);
  font-size: calc(18 / 1920 * 100vw);
}
.berocket_aapf_widget input[type="checkbox"] + label:before {
  height: calc(19.5 / 1920 * 100vw);
  width: calc(19.5 / 1920 * 100vw);
}
.berocket_aapf_widget input[type="checkbox"]:checked + label:after {
    top: calc(4 / 1920 * 100vw);
    left: calc(8 / 1920 * 100vw);
}
.checkbox-label {
    padding-left: calc(32.5 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
}

.checkmark {
    top: calc(4 / 1920 * 100vw);
    height: calc(19.5 / 1920 * 100vw);
    width: calc(19.5 / 1920 * 100vw);
}

.section-title {
    margin-top: calc(104 / 1920 * 100vw);
}

a.item-active {
    color: #000 !important;
    border-bottom: calc(4 / 1920 * 100vw) solid rgba(36, 171, 227, 1);
    padding-bottom: calc(6.5 / 1920 * 100vw);
}

.content {
    margin-top: calc(117 / 1920 * 100vw);
    max-width: 100%;
    width: calc(100% - ((219 * 2) + 26) / 1920 * 100vw);
    margin-left: calc(219 / 1920 * 100vw);
}

.price {
    margin-top: calc(39 / 1920 * 100vw);
}

.price p{
    font-size: calc(16 / 1920 * 100vw);
}

.price p:last-child{
    margin-top: calc(32.5 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
}

.form-input, select {
    font-size: calc(18 / 1920 * 100vw);
    /*border-bottom: calc(1 / 1920 * 100vw) solid rgba(0, 0, 0, .2);*/
    height: calc(45.5 / 1920 * 100vw);
    margin-right: calc(39 / 1920 * 100vw);
}

.select-field span {
    position: absolute;
    top: calc(50% - 4 / 1920 * 100vw);
    border-left: calc(8 / 1920 * 100vw) solid transparent;
    border-right: calc(8 / 1920 * 100vw) solid transparent;
    border-top: calc(8 / 1920 * 100vw) solid rgba(0, 0, 0, .4);
}

.field {
    height: calc(58.5 / 1920 * 100vw);
}

.form-label {
    font-size: calc(16 / 1920 * 100vw);
}

form > div:first-child:not(.dgwt-wcas-sf-wrapp) {
    margin-bottom: calc(84.5 / 1920 * 100vw);
}

.promo {
    height: calc(221 / 1920 * 100vw);
    border-radius: calc(19.5 / 1920 * 100vw);
    padding: calc(52 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
}

.promo h5 {
    font-size: calc(18 / 1920 * 100vw);
}

.promo div {
    height: calc(52 / 1920 * 100vw);
}

.promo input {
    width: calc(325 / 1920 * 100vw);
    padding: calc(19.5 / 1920 * 100vw) calc(26 / 1920 * 100vw);
    font-size: calc(16 / 1920 * 100vw);
    margin-top: calc(26 / 1920 * 100vw);
}

.promo .button {
    width: calc(214.5 / 1920 * 100vw);
}

.page-template-default:not(.woocommerce-page) .content {
    margin-bottom: calc(117/1920*100vw);
    margin-top: calc(58.5/1920*100vw);
}
.page-template-default:not(.woocommerce-page) .content p {
    font-size: calc(18/1920*100vw);
    margin-bottom: calc(19.5/1920*100vw);
}
.page-template-default:not(.woocommerce-page) .content li {
    font-size: calc(18/1920*100vw);
}

.page-template-default:not(.woocommerce-page) .content h2,
.page-template-default:not(.woocommerce-page) .content h3,
.page-template-default:not(.woocommerce-page) .content h4,
.page-template-default:not(.woocommerce-page) .content h5,
.page-template-default:not(.woocommerce-page) .content h6 {
    font-size: calc(26/1920*100vw);
    margin-bottom: calc(26/1920*100vw);
    margin-top: calc(39/1920*100vw);
}


}
@media (min-width: 1024px) {
    .modal-open .modal:not(#searchPopup){
        overflow-y: hidden;
        padding-right: 0 !important;
    }
    body {
      padding-right: 0 !important;
    }
}
.breadcrumbs{
    padding: 20px 0;
 
    text-transform: none;
    width: calc(100% - (390 * 2) / 1920 * 100vw);
    margin: 0 auto;
   

}
.breadcrumbs *{   
    font-size: calc(20 / 1920 * 100vw); 
   
}

.breadcrumbs  + .section-title{    
    margin-top: calc(30 / 1920 * 100vw)!important;     
}

@media (min-width: 768px) and (max-width: 1440px){
    .breadcrumbs{
        width: calc(100% - calc(219 * 2 / 1920 * 100vw));
       
    
    }
}
@media screen and (max-device-width: 480px){
    .breadcrumbs{
        font-size: 1rem;
        margin-top: 0;
        width: calc(100% - (15 * 2) / 375 * 100vw);
        margin-left: calc(15 / 375 * 100vw);
    }
    .breadcrumbs *{   
        font-size: 1rem;
       
    }
    .breadcrumbs + .section-title{
        margin-top: calc(0 / 375 * 100vw)!important;
    }
  
   
   
}


.g-recaptcha-response {
    display: none;
}