@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,700;1,400&display=swap');

body {
    overflow: auto !important;
}
.products-related,
.frontpage-content,
.productsortbar {
    min-height: 432px;
}

.w-cookie-actions-wrapper {
    padding: 2em 2em 0;
    justify-content: space-between;
    margin: 0 -0.5em;
}
.w-cookie-actions-wrapper button[name="accept"] {
    background: #f5f5f5;
    color: #000;
    border: 1px solid #ddd;
}
.w-cookie-actions-wrapper .cookie-button {
    width: calc(50% - 1em);
}
.w-cookie-toggle.button.cookie-button {
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

.custom-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 150px;
}
.custom-badge img {
    margin: 0;
}
.productItem .custom-badge {
    max-width: 45%;
}

.table-price {
    width: 100%;
}
.table-price th:last-child,
.table-price td:last-child {
    text-align: right;
    color: red;
    padding: 5px 0;
}
.table-price td input {
    margin-right: 5px;
}
.table-price td label {
    cursor: pointer;
    font-weight: normal;
}

@media (min-width: 640px) {
    .products-related,
    .frontpage-content,
    .productsortbar {
        min-height: 572px;
    }
}
@media (min-width: 768px) {
    .products-related,
    .frontpage-content,
    .productsortbar {
        min-height: 614px;
    }
}
@media (min-width: 1024px) {
    .products-related,
    .frontpage-content,
    .productsortbar {
        min-height: 542px;
    }
}
@media (min-width: 1280px) {
    .products-related,
    .frontpage-content,
    .productsortbar {
        min-height: 586px;
    }
}

body {
    overflow-x: hidden;
}
body,
p {
    line-height: 1.5;
}
body p {
    font-weight: 300;
}
.fancybox-title-inside-wrap {
    display: none;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.col-row {
    margin: 0 -10px;
}
.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-self-start {
    align-self: flex-start;
}
.column{
    flex-direction: column;
}
.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table td {
    font-size: 1em;
}
.container,
.container.with-xlarge {
    width: 100%;
    max-width: 1200px;
}
.site-corporate p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
a.login-button {
    color: #000000;
    margin-left: 20px;
    display: block;
}
.site-header svg,
.quick-cart-link svg {
    max-height: 25px;
    max-width: 30px;
    display: block;
}
.login-button .fa {
    display: block;
    text-align: center;
    font-size: 1.85em;
}
.login-button img {
    margin: 0 auto;
    display: block;
}
.add-brands .dropdown-container,
.login-dropdown .dropdown-container {
    border: none;
    background: #51b1d1;
}
.add-brands .dropdown-container a,
.login-dropdown .dropdown-container span {
    color: #ffffff;
}
.add-brands .dropdown-container li:hover a,
.login-dropdown .dropdown-container li:hover span {
    color: #000000;
}
/* header */
.site-header {
    padding: 10px 0 0;
}
.logo-row {
    margin-bottom: 10px;
}
.logo-row .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.logo img {
    /* max-height: 50px;
    margin: 0 0 10px; */
    /* aspect-ratio: 226 / 50; */
}
.header-menu {
    display: none;
}
.top-search-form {
    width: 80%;
    background: #fff;
    margin: auto;
}
.top-search-form label {
    position: relative;
    padding-left: 35px;
}
.top-search-form label:before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 1.5em;
}
.top-search-form .form-input {
    border: none;
    border-radius: 20px 0 0 20px;
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
}
.top-search-form .form-input::-webkit-input-placeholder {
    font-style: italic;
}
.top-search-form .form-input::-moz-placeholder {
    font-style: italic;
}
.top-search-form .form-input:-ms-input-placeholder {
    font-style: italic;
}
.top-search-form .form-input::-ms-input-placeholder {
    font-style: italic;
}
.top-search-form .form-input::placeholder {
    font-style: italic;
}
.top-search-form .input-group-button .button {
    background: #298dbf;
    border: none;
    color: #fff;
    height: 45px;
    padding: 0px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: -2px;
    font-size: 16px;
    font-weight: bold;
    margin-top: -1px;
    margin-bottom: -1px;
}
.top-search-form .input-group-button .button .fa {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 21px;
}

.icon-nav{
    margin-top: 15px;
} 

.site-header .logo {
    width: 246px;
    max-width: 30%;
}
.site-header .hidden-desktop a {
    padding: 0 10px;
    position: relative;
    display: block;
    line-height: 1.2;
}
.site-header .hidden-desktop a.login-button {
    margin-left: 0;
}
.site-header .hidden-desktop a span {
    font-size: 10px;
}
.mm-slideout {
    z-index: 0;
}
.mm-menu_offcanvas {
    z-index: 9;
}

/* slider */
.hero-slider-theme,
.product-slider-theme {
    margin: 0;
}
.product-slider-theme img {
    margin: 0 auto;
}
.site-slider .hero-slider-theme img {
    width: 100% !important;
}
.site-slider .hero-slider-theme .placeholder-wrapper {
    max-width: 100% !important;
}
.hero-slider-theme .owl-pagination,
.product-slider-theme .owl-pagination {
    display: none;
}
.w-slider-caption.item-caption {
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    bottom: auto;
}
.w-slider-caption.item-caption .h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
    max-width: 570px;
}
.w-slider-caption.item-caption .h4 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2;
    font-style: italic;
    text-shadow: 1px 1px 3px #000000, 0 5px 0.5em #000000;
    max-width: 85%;
}

/* welcome */

.page-title-frontpage {
    padding: 0;
    border: none;
}
.page-title-frontpage .m-text-headline {
    line-height: 1;
    font-weight: 600;
}
.pageId1 .m-text-article {
    padding: 0 0 25px 0;
}
.pageId1 .m-text p {
    line-height: 27px;
}
.welcome-row {
    line-height: 0;
    position: relative;
}
.main-btn {
    background: #51b1d1;
    color: #ffffff;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    line-height: inherit;
}
.welcome-btn {
    font-size: 16px;
    line-height: 16px;
    min-width: 280px;
    padding: 9px 15px;
    margin-bottom: 25px;
    margin-left: 10px;
}
.welcome-btn span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.welcome-btn a {
    display: block;
    color: #ffffff;
}
/* brands */
.brand-slider {
    background: #edecec;
    padding: 23px 0;
    min-height: 125px;
}
.brand-slider .hero-slider-theme .owl-controls .owl-buttons .owl-next,
.brand-slider .hero-slider-theme .owl-controls .owl-buttons .owl-prev {
    width: 30px;
}
.brand-slider .hero-slider-theme .owl-controls .owl-buttons .owl-next:before {
    content: '\f105';
}
.brand-slider .hero-slider-theme .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104';
}
.brand-slider .owl-carousel .owl-item {
    padding: 0 25px;
}
/* cats */
.front-title {
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    margin: 35px 0 !important;
}
.site-categories li {
    width: 46%;
    margin: 0 2% 4% 2%;
}
.site-categories a {
    display: block;
    line-height: 0;
}
.site-categories .c-title {
    background: #51b1d1;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    max-width: 190px;
    margin: 0 auto;
    padding: 10px;
}
.site-categories img {
    width: 100%;
    aspect-ratio: 1;
}
.site-categories a:hover .c-title {
    background: #eabd76;
}
.site-categories .amount-display {
    display: block;
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 500;
    padding-top: 5px;
}
.categorylist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 49%;
    margin: 0 .5% 20px .5%;
}
.category-item-content {
    font-weight: 700;
    text-align: center;
    padding: 10px;
    border: 5px solid #f5f5f5;
    border-radius: 10px;
    height: 100%;
}
.category-item-content a .h5 {
    font-size: 14px;
    color: #000000;
    margin: 0;
}

/* products front */
.focus-products {
    background: #dfdddd;
}
.productItem {
    margin-bottom: 2em;
}
.productItem .type-col {
    border: none;
    text-align: center;
    padding-bottom: 2em;
    position: relative;
}
.productItem .type-col:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ccc;
    margin: auto;
    max-width: 55%;
}
.productItem .image {
    line-height: 0;
}
.productItem .productContent .image a {
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    background: #fff;
    padding: 20px;
}
.productItem .type-col .product-transaction {
    padding-top: 0;
}
.productItem .type-col .product-description {
    margin-bottom: 0;
}
.productItem .type-col .product-transaction {
    border: none;
    background: none;
}
.productItem .title {
    padding-top: 1em !important;
    margin: 0;
}
.productItem .title > a {
    max-height: 39px;
    overflow: hidden;
}
.productItem .title .m-productlist-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .9em;
}
.productItem .productContent {
    overflow: visible;
}
.productItem .title h4 {
    color: #000;
}
.m-productlist-price-before-discount {
    color: #888888;
    font-size: 14px;
}
.m-productlist-price,
.m-productlist-price .h5 {
    color: #51b1d1 !important;
}
.m-productlist-price .h5 {
    font-size: 17px;
    display: block;
    margin: 0;
}
.m-productlist-vat {
    color: #51b1d1;
    display: block;
    font-size: 12px;
}
.productItem .type-col .product-transaction.product-action {
    padding: 0;
}
.productItem .product-transaction .button,
.productItem .product-transaction .button-primary {
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 1em;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    border-radius: 5px;
    width: 48%;
    border: none;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px rgba(0, 0, 0, .2);
    margin: 0 1%;
}
.product-transaction .button-primary .fa {
    padding-right: 5px;
    margin-bottom: 5px;
}
.m-product .splash, .m-productlist .splash {
    left: 5px;
    top: 5px;
}
.badge.badge-warning {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #ec6e07;
    text-align: center;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 1.25;
    justify-content: center;
    font-weight: 300;
}
.m-product-information .panel-success.m-product-instock,
.m-product-additional-info .nav-tabs li.active>a,
.m-product-additional-info .t-panel-clean>.pane,
.m-product-variants .panel-warning,
.m-product-variants .panel-success,
.w-notification .panel-success,
.m-product-info.panel-warning,
.panel-danger.m-product-stock.m-product-soldout {
    background: none;
}
.m-product-wishlist-button {
    padding: 0;
    color: #000;
}
.m-product-wishlist-button .fa {
    font-size: 1.2em;
}
.m-product-wishlist-button .fa-star {
    color: #f9a72b;
}
.page-title {
    border-color: transparent;
}
.m-product-itemNumber {
    color: #777;
}
.m-product-information,
.m-product-additional-info .nav-tabs li.active>a,
.m-product-additional-info .t-panel-clean>.pane {
    background: #f5f5f5;
}
.m-product-information {
    padding: 2em 10px 1em;
    overflow: hidden;
}
.m-product-price,
.m-product-price-vat-text {
    color: #51b1d1;
}
.m-product-price {
    font-weight: 900;
}
.m-product-dropdown,
.m-product-transaction {
    max-width: 345px;
    position: relative;
    margin: auto;
    font-size: .9em;
}
.selected-itemNumber {
    display: block;
    margin-top: 1em;
}
.m-product-dropdown-list {
    width: 100%;
}
.variant-caption {
    padding: 10px 0;
    display: block;
}
.m-product-transaction .button-primary {
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    font-size: 1.5em;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    background-image: url(../images/cart.png);
    background-position: right 10px center;
    background-repeat: no-repeat
}
.m-product-extra-info {
    margin-top: 10px;
}
.m-product-extra-info>span {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.m-product-brand {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
}
.select2-container .select2-choice {
    height: 51px;
    line-height: 50px;
}
.select2-container .select2-choice .select2-arrow b {
    background-position: -2px 13px;
    ;
}
.m-product-help {
    padding: 1em 2em;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.m-product-help .h3 {
    margin-bottom: .25em;
}
.m-product-help ul a {
    font-size: 1.3em;
}
.m-product-help ul li {
    padding: .5em 20px .5em 40px;
    position: relative;
    line-height: 1.2;
}
.m-product-help ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 30px;
    width: 25px;
    margin: auto;
}
.m-product-help ul li:nth-child(1):before {
    content: "\f095";
}
.m-product-help ul li:nth-child(2):before {
    content: "\f003";
}
.m-product-help ul li:nth-child(3):before {
    content: "\f086";
}
.w-notification {
    margin-top: 1.5em;
}
.variantInfoPanel:not(.open) {
    display: none;
}
.m-breadcrumb,
.m-print {
    margin: 1.5em auto;
}
.map .title {
    font-weight: 900;
    font-size: 25px;
    color: #ffffff;
    margin: 0;
}
.map p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}
.map .map-link {
    display: block;
    color: #ffffff;
    font-size: 13px;
    margin-top: -25px;
}
.map .map-link img {
    margin-bottom: -50px;
}
.news {
    padding: 50px 16px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 30px 0;
}
.news .h4 {
    font-weight: 900;
    font-size: 25px;
    color: #ffffff;
    margin: 0;
}
.news .subtitle {
    color: #51b1d1;
    font-size: 14px;
}
.news .w-newsletter-signup {
    margin-top: 30px;
    overflow: hidden;
}
.news .form-input {
    border: none;
    color: #000000;
    font-size: 14px;
    background-color: rgba(255, 255, 255, .5);
    height: 45px;
}
.news .form-input::-webkit-input-placeholder {
    color: #000000;
    font-size: 14px;
}
.news .form-input::-moz-placeholder {
    color: #000000;
    font-size: 14px;
}
.news .form-input:-ms-input-placeholder {
    color: #000000;
    font-size: 14px;
}
.news .form-input::-ms-input-placeholder {
    color: #000000;
    font-size: 14px;
}
.news .form-input::placeholder {
    color: #000000;
    font-size: 14px;
}
.news .main-btn {
    border: none;
    font-size: 22px;
}
.news .form-label.input-group-main {
    color: #ffffff;
}
.map,
.news {
    position: relative;
    overflow: hidden;
    padding: 40% 1em;
    margin: 1em 0;
}
.map>img,
.news>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.block-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2em;
}
.site-footer {
    background: #1c1c1c;
    border: none;
}
.site-footer .f-title {
    color: #51b1d1;
    font-size: 13px;
    font-weight: 500;
}
.site-footer,
.site-footer a {
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
}
.site-footer .dropdown:hover>.dropdown-menu {
    display: none !important;
}
.cards {
    padding: 34px 0;
    background: #dfdddd;
}
.cards p {
    margin: 0;
}
.cards img {
    margin: 0 auto;
}
.select2-container .select2-choice>.select2-chosen {
    text-align: center;
}

/* filter styles */
.filter-title {
    position: relative;
    background: #51b1d1;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 1.1em;
}
.filter-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-top: solid 15px #51b1d1;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
    z-index: 1;
}
.productfilter .form-label {
    background: #f5f5f5;
    padding: 15px 10px;
    font-weight: 400;
}
.openBtn {
    position: absolute;
    top: 28px;
    right: 25px;
    background: none;
    border: none;
    outline: none;
    font-size: 21px;
}
.input-group-addon {
    background: none !important;
    border: none;
}
.input-group .form-label {
    padding: 5px 0;
}
.form-label.input-group-main {
    background: none;
    border: none;
    font-size: 1em;
}
.input-group-addon [type=checkbox],
.input-group-addon [type=radio] {
    opacity: 0;
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 9999;
}
.input-group-addon .custom-input {
    height: 22px;
    width: 22px;
    border-radius: 5px;
    border: 1px solid grey;
    display: inline-block;
    position: relative;
}
[type=checkbox]:checked+.custom-input,
[type=radio]:checked+.custom-input {
    border-color: #51b1d1;
}
[type=checkbox]:disabled+.custom-input,
[type=radio]:disabled+.custom-input {
    opacity: .5;
}

.input-group-addon.deliveryCountryCode,
.input-group-addon.countryCode {
    border: solid;
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
}
.form-input {
    font-size: 1em;
    height: auto;
    border-radius: 5px;
}
.form-label {
    font-weight: normal;
    font-size: 1em;
    margin: 1em 0 0;
}
/* cart styles */
.m-cart-header {
    background-color: #f5f5f5;
    margin: 0;
    padding: 10px 25px 0 25px;
}
.modules.m-cart-content .panel-border,
.modules.m-cart-content .panel-border .panel-heading {
    background-color: #f5f5f5;
    border: none;
}
.m-cart .button-primary {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}
.m-cart-content {
    background: #f5f5f5;
    padding: 0 25px 10px 25px;
    margin-bottom: 20px;
}
.m-cart-list li {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
}
.m-cart-list li+.button-primary {
    max-width: 250px;
    margin-right: 0;
    display: block;
    margin-top: 2em;
    font-size: 12px;
    background: #fff;
    border: 1px solid;
    color: #000;
}
.m-cart-product-delivery-time .fa {
    color: #61b039;
}
.amountBox .form-input.input-group-main {
    border-radius: 5px !important;
    border: 1px solid #cccccc !important;
    margin: 0 10px;
    text-align: center;
}
.amountBox .button {
    border: none;
    background: none;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cartAdditionals {
    text-align: center;
}
.cartAdditionals ul {
    margin: 0;
    padding: 0;
}
.cartAdditionals ul:first-child {
    margin-bottom: 20px;
}
.cartAdditionals ul:first-child li {
    position: relative;
    line-height: 26px;
}

.cartAdditionals ul:last-child li {
    padding: 0;
}
.cartAdditionals ul:last-child img {
    display: inline-block;
    margin-bottom: 10px;
}
.cartAdditionals ul:last-child a {
    background: #a0a0a0;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.cartAdditionals ul:last-child li:last-child {
    line-height: 0;
}
/* checkout styles */
.checkoutFrame {
    background: #f5f5f5;
    border: none;
}
.checkoutFrame .panel {
    border: none;
}
.stepContainer {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
}
.stepContainer hr {
    border: 2px solid #eeeeee;
}
.stepHeaderLogin a {
    color: #000;
}
.consent-description {
    font-style: normal;
    font-size: 1em;
    text-align: center;
    margin-top: 2em;
}
.m-usercreate .button-primary {
    font-weight: bold;
    font-size: 1.9em;
    padding: 5px;
    border-radius: 5px;
    margin-top: 1em;
}
.form-required {
    color: red;
}
.buttonContainer .button-primary {
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 10px;
    margin: 1em 0;
}
.orderLineTitle .title {
    color: #000;
    display: block;
}
.w-notification.w-modal-window {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all .2s ease-in;
}
.w-notification.w-modal-window.is-closed {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.w-notification.w-modal-window .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    display: block;
    border: none;
    width: 100%;
    cursor: default;
}
.w-notification.w-modal-window>div {
    padding: 1em;
    background: #fff;
    width: 85%;
    margin: auto;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    border-radius: 15px;
    z-index: 2;
}
.w-notification.w-modal-window>div>.fa {
    position: absolute;
    right: 0;
    top: 5px;
    background: none;
    border: none;
    font-size: 2em;
}
.w-notification header {
    margin-bottom: .5em;
    font-weight: bold;
}
.w-notification header+.col-row {
    border-top: 3px solid #eee;
}
.w-notification header+.col-row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}
.w-notification header button {
    background: none;
    border: none;
    font-size: 2em;
}
.w-notification header span {
    color: #62b10f;
}
.w-notification .col-row .button {
    margin-top: 1em;
}
.w-notification .col-row .button {
    background: #51b1d1;
}
.w-notification .col-row .button,
.w-notification .col-row .button-primary {
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
}
.w-notification .table td {
    padding: 5px;
}
.w-notification .m-productlist-list .productItem {
    width: 100%;
}
.w-newsletter-popup .toggle {
    position: absolute;
    top: 2%;
    right: 3%;
    z-index: 10;
    font-size: 20px;
    border: none;
    background: none;
}
.w-newsletter-popup {
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    background: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 10px;
}
.w-newsletter-popup.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.align-self-bottom {
    align-self: flex-end;
}

.pageId1 .site-content>.container{
    padding-top: 0;
}

@media (min-width: 768px) {
    .w-notification .m-productlist-list .productItem {
        width: 33.3333%;
    }
    .w-notification header+.col-row>div:first-child {
        border-right: 3px solid #eee;
    }
}

@media(min-width:480px) {
    .corp-list li {
        padding-right: 20px;
    }
    .corp-list span,
    .corp-list a {
        font-size: 14px;
    }
    .w-slider-caption.item-caption .h2 {
        font-size: 25px;
    }
    .site-categories li {
        width: 29.333333%;
    }
    .m-product-help {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .category-item {
        width: 24%;
    }
}

@media(min-width:768px) {
    .w-slider-caption.item-caption .h2 {
        font-size: 45px;
    }
    .w-slider-caption.item-caption .h4 {
        font-size: 24px;
        max-width: 530px;
    }
    .site-categories li {
        width: 21%;
    }
    .news .block-content {
        padding: 0 65px;
    }
    .category-item {
        width: 12%;
        margin-left: .25%;
        margin-right: .25%;
    }
    .main-shop .category-item {
        width: 19.5%;
    }
    .m-cart .cart-total-value {
        text-align: left;
    }
    .pageTypecart .m-cart .cart-total-value,
    .pageTypecheckout .m-cart .cart-total-value {
        text-align: center;
    }
    .m-product-extra-info>span {
        display: inline-block;
        width: auto;
    }
    .m-product-extra-info>span:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #ccc;
    }
    .m-product-information {
        padding-left: 2em;
        padding-right: 2em;
    }
    .cart-utilities-container {
        -webkit-font-smoothing: antialiased;
    	-webkit-box-ordinal-group: 0;
    	-ms-flex-order: -1;
    	order: -1;
    }
}

@media(min-width:960px) {
    .hidden-desktop {
        display: none;
    }
    .hidden-mobile{
        flex-grow: 1;
        margin:0 40px;
    }
    .badge.badge-warning {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
    .site-corporate p {
        text-align: left;
        line-height: 34px;
    }
    .site-header {
        padding-bottom: 15px;
    }
    .header-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .logo-row .flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .login-button {
        margin: 0 20px;
    }
    .top-search-form {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        width: auto;
    }
    .top-search-form label {
        border: 1px solid #000;
    }
    .m-quick-cart__count {
        position: absolute;
        top: -15px;
        left: 50%;
        display: block;
        background: #eabd76;
        border-radius: 100%;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        padding: 4px 8px;
    }
    .corp-list {
        margin: .5em 0 0;
        padding: 0;
    }
    .corp-list img {
        margin: 0;
    }
    .corp-list img,
    .corp-list .title,
    .login-dropdown {
        display: inline-block;
        vertical-align: middle;
    }
    .corp-list li {
        padding-right: 10px;
    }
    .corp-list span,
    .corp-list a {
        font-size: 12px;
        color: #000;
        font-weight: bold;
    }
    .corp-list .fa {
        color: #000000;
        font-size: 24px;
        padding-right: 5px;
    }
    .add-categories ul {
        margin: 0;
        padding: 0;
    }
    .add-menu a {
        color: #000;
        font-size: 18px;
    }
    .add-menu .item-16 a,
    .add-menu .item-17 a {
        color: red;
    }
    .add-brands {
        margin-left: 1em;
    }
    .add-brands .dropdown-menu {
        right: 0;
        left: auto;
    }
    .m-quick-cart img {
        margin: 0;
        display: block;
    }
    .quick-cart-link {
        position: relative;
        display: block;
        margin-left: 5px;
        margin-right: 10px;
        color: #000000;
    }
    /* site nav */
    .site-navigation {
        border: none;
        background: #51b1d1;
        padding: 0;
    }
    .site-navigation ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .site-navigation .nav>li {
        padding: 0;
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
    }
    .site-navigation .nav>li:not(:last-child):after {
        content: url(/upload_dir/pics/border.png);
        position: absolute;
        top: 0;
        right: -2px;
    }
    .site-navigation .nav>li>a img {
        display: block;
        width: auto;
        max-width: 100%;
    }
    .site-navigation .nav>li>a .placeholder-wrapper {
        display: block;
        margin: auto;
    }
    .site-navigation .nav>li>ul>li>a img {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        padding-right: 5px;
    }
    .site-navigation .nav>li>a {
        color: white;
        display: block;
        font-size: 13px;
        font-weight: 400;
        float: none !important;
        padding: 9px 0;
    }
    .site-navigation .nav>li>a:hover {
        background: #eabd76;
    }
    .site-navigation ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        z-index: 999;
        background: #51b1d1;
        padding: 1em;
        width: 355px;
    }
    .site-navigation ul li:nth-child(5) ~ li ul {
        left: auto;
        right: 0;
    }
    .site-navigation .nav li:hover>ul {
        display: block;
    }
    .site-navigation ul ul li {
        display: inline-block;
        width: 100%;
    }
    .site-navigation ul ul li a {
        color: white;
        padding: 5px 0;
        text-align: left;
        line-height: 1.2;
    }
    .site-navigation ul ul li a:hover {
        background: #eabd76;
    }
    .navbar-header {
        margin-top: 20px;
    }
    .flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-header .w-cart .dropdown-container>ul {
        max-height: 180px;
        overflow-y: auto;
    }
    .site-header .w-cart .button-primary {
        font-weight: bold;
        font-size: 1.2em;
        padding: 5px;
    }
    .welcome-row:before {
        content: url(/upload_dir/pics/welcome-img.png);
        position: absolute;
        left: 10%;
        bottom: 0;
        -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    .welcome-btn {
        position: absolute;
        left: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        min-width: 265px;
        margin: 0;
    }
    .pageId1 .m-text-article {
        padding: 0 0 45px 0;
        max-width: 700px;
        margin: auto;
    }
    .site-categories li {
        width: 16%;
    }
    .map .title {
        font-size: 54px;
    }
    .news .h4 {
        font-size: 40px;
    }
    .news .subtitle {
        font-size: 17px;
    }
    .productItem .title .m-productlist-title {
        font-size: 1.1em;
    }
    .m-productlist-price .h5 {
        display: inline;
        font-size: 27px;
    }
    .productItem .product-transaction .button,
    .productItem .product-transaction .button-primary {
        font-size: 17px;
    }
    .product-transaction .button-primary {
        background-image: url(../images/cart.png);
        background-position: right 10px center;
        background-repeat: no-repeat;
    }
    .variant-caption {
        position: absolute;
        left: 100%;
        width: 100%;
        top: 5px;
        padding-left: 10px;
        z-index: 9;
    }
    .m-product-dropdown,
    .m-product-transaction {
        margin: 0;
        font-size: 1em;
    }
    .m-product-transaction .button-primary:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 20px;
        left: 105%;
        background: url(../images/arrow.jpg) left center no-repeat;
        height: 135%;
        width: 25%;
        background-size: contain;
    }
}

@media(min-width:1024px) {
    .quick-cart-link {
        position: relative;
        display: block;
        margin-left: 15px;
    }
    .welcome-btn {
        min-width: 290px;
    }
    .w-slider-caption.item-caption .h2 {
        font-size: 79px;
    }
}

@media(min-width:1140px) {
    .quick-cart-link {
        position: relative;
        display: block;
        margin-left: 20px;
    }
    .welcome-btn {
        min-width: 300px;
    }
    .hidden-mobile{
        margin:0 60px;
    }
}

@media (max-width: 959px) {
    .mobile-navigation {
        margin: 0 -10px;
        padding: 5px 10px;
        background: #51b1d1;
    }
    .mobile-navigation .fa {
        color: #fff;
        font-size: 2em;
    }
    .top-search-form .form-input {
        font-size: 1em;
    }
    .productfilter {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        background: #fff !important;
        padding: 2em;
        height: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .productfilter .is-collapsed {
        display: block !important
    }
    .productfilter:not(.hidden) {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .productfilter .openBtn {
        display: none;
    }
    .m-cart-product-container .amountBox {
        max-width: 200px;
        margin: 1em auto;
    }
    .w-product-total-value {
        border-top: 1px solid #eee;
        margin-top: 10px;
        padding-top: 10px;
    }
    .hidden-mobile{
        display: none!important;
    }
}