@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
* {
    margin: 0;
    padding: 0;
}

#system-message-container {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 15px;
    font-size: 10px;
    opacity: 0.95;
    font-weight: 400;
    z-index: 99999;
}

#system-message-container .alert-heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

#system-message-container .alert {
    border-radius: 0!important;
    border: 0;
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    background: #f1f1f1;
    color: #141414!important;
}

.form-lock body {
    overflow: hidden!important;
}

#sp-main-body {
    padding: 30px 0;
}

#sp-footer {
    padding-bottom: 5px;
}

#sp-footer .sp-copyright {
    font-weight: 400;
    font-size: 12px;
}

#sp-footer .row {
    align-items: center;
}

.logoFabryka {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    -ms-flex-pack: center;
    justify-content: flex-end;
    background: none;
    margin: 0;
    padding: 0;
}

.logoFabryka__link {
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.logoFabryka__text {
    line-height: 1.3;
    text-align: left !important;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    -ms-flex-order: 0;
    order: 0;
}

.logoFabryka__text a {
    text-decoration: underline;
}

::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #FFF;
}

::-webkit-scrollbar-thumb {
    background-color: #005b96;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #005b96;
}

::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 4px;
    height: 0px
}

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

::selection {
    background: #2a2522;
    color: #fff;
}

:focus {
    outline: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    color: #0e0e0e;
    font-weight: 700;
    margin: 0;
}

.h1,
h1 {
    font-size: 55px;
    line-height: 65px
}

.h2,
h2 {
    font-size: 50px;
    line-height: 60px
}

.h3,
h3 {
    font-size: 40px;
    line-height: 50px
}

.h4,
h4 {
    font-size: 30px;
    line-height: 40px
}

.h5,
h5 {
    font-size: 24px;
    line-height: 30px
}

.h6,
h6 {
    font-size: 22px;
    line-height: 28px
}

body {
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Comfortaa', cursive;
}

html,
body {
    overflow-x: hidden;
}

#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    -webkit-animation: loader 1s linear;
    animation: loader 1s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

input:not(type="checkbox"),
textarea,
select {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* padding: 0 20px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #999999;
    font-size: 13px;
    width: 100%;
    box-shadow: none;
    border: solid 1px #b7b7b7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #999999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    color: #999999;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #999999;
}

.simplecheckout .select2-container--bootstrap .select2-selection--single {
    height: 50px;
    font-size: 15px;
    padding: 14px 24px 6px 12px;
    border: solid 1px #b7b7b7;
}

.simplecheckout .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #999999;
}

.svg-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

input {
    height: 42px;
}

textarea {
    height: 95px;
    padding: 10px;
}

h1 {
    font-size: 24px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 20px;
}

h2 {
    font-size: 26px;
    font-weight: 900;
}

h3 {
    font-weight: 900;
    font-size: 20px;
}

.section-about__box h2 {
    margin: 0 0 43px;
}

.box-text {
    line-height: 1.57;
}

.section-about__box .box-text {
    color: #777;
}

.box-text p {
    margin: 0 0 25px;
}

.box-text b {
    font-weight: bold;
}

.section-about__box a {
    display: inline-block;
}

.container {
    max-width: 1290px;
    width: 100%;
}

.home-menu ul.menu {
    font-size: 13px;
    margin: 0 auto;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-menu ul.menu li {
    margin: 0 30px 0 0;
}

.home-menu ul.menu li:last-child {
    margin: 0;
}

.home-menu ul.menu li a {
    color: #b3b3b3;
}

.home-menu ul.menu li a:hover {
    color: #005b96;
}

.open_modal {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    outline: none;
    color: #005b96;
    text-decoration: underline;
    font-weight: 600;
}

.open_modal:hover {
    color: #005b96;
}

.links-header {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    margin: 0 30px 0 0;
}

#cart .links-header,
.links-header:last-child {
    margin: 0;
}

.links-header:hover {
    color: #005b96;
}

.links-basket .links-icon {
    position: relative;
    margin: 0 18px 0 0;
    width: 22px;
    height: 26px;
}

.links-basket .svg-icon {
    width: 21px;
    height: 28px;
}

.links-header svg {
    fill: #fff;
}

.links-basket__val {
    color: #002620;
    font-size: 12px;
    font-weight: bold;
    width: 14px;
    height: 14px;
    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-align: center;
    background: #005b96;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -5px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo a {
    text-align: center;
}

.logo .logo-image {
    display: inline-block;
    margin: 0 auto;
}

.logo,
.logo a {
    font-size: 24px;
    color: #005b96;
}

.cart {
    text-align: right;
}

.breadcrumbs {
    width: 100%;
    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;
    margin: 0 0 10px;
    font-size: 12px;
    color: #777;
}

.breadcrumbs li a {
    position: relative;
    color: #333333;
}

.breadcrumbs li a:hover {
    color: #005b96;
}

.article-details b,
.article-details strong {
    font-weight: bold;
}

.article-can-edit {
    display: none!important;
}

.sp-megamenu-parent .sp-mega-group>li>a:hover {
    color: #005b96;
}

.vm_manufacturer {
    position: relative;
    margin: 90px 0;
}

.vm_manufacturer .swiper-wrapper {
    align-items: center;
}

.vm_products {
    position: relative;
}

.vmSlick-arrow {
    z-index: 2;
    opacity: 1;
    width: 42px;
    height: 42px;
    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;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.vmSlick-arrow:hover {
    border-color: #005b96;
}

.vmSlick-arrow svg {
    width: 15px;
    height: 18px;
    fill: #b7b7b7;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.vmSlick-arrow:hover svg {
    fill: #005b96;
}

.vmSlickProduct-prev,
.vmSlick-prev {
    left: -21px;
}

.vmSlickProduct-next,
.vmSlick-next {
    right: -21px;
}

button:focus {
    outline: none;
}

div[class*="-view"] .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.catalog-wrapper {
    width: 100%;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar {
    max-width: 300px;
    width: 100%;
}

.catalog-content {
    width: 100%;
    width: calc(100% - 300px);
    padding: 0 0 0 30px;
}

.card-img {
    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;
    /* height: 500px; */
}

.card-img img {
    max-height: 100%;
}

.card-body {
    padding: 29px 15px 0;
}

.list-rating {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.list-rating li {
    margin: 0 4px 0 0;
    width: 14px;
    height: 14px;
}

.list-rating li:last-child {
    margin: 0;
}

.list-rating li svg {
    fill: #005b96;
}

.list-rating .star-0 svg {
    fill: #ececec;
}

.card-title {
    color: #333333;
    margin: 18px auto 23px;
}

.card-title:hover {
    color: #005b96;
}

.product-price {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 1!important;
    margin: 0!important;
    float: unset!important;
    text-align: left!important;
    padding: 15px 0;
}

.product-price>.PricebasePrice {
    text-decoration: line-through;
    margin: 0 8px 0 0;
    color: #888888;
    font-size: 14px;
    font-weight: 600;
}

.addtocart-bar {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #0E0E0E;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all .3s;
    cursor: pointer;
}

.btn-accent {
    background: #005b96!important;
    color: #fff!important;
}

.btn-accent:hover {
    background: #2a2522!important;
    color: #fff!important;
}

.pagination {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    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;
}

.pagination li {
    margin: 0 13px 0 0;
}

.pagination li a {
    color: #888888;
}

.pagination li a:hover {
    color: #005b96;
}

.article-header>h1,
.blog>h2,
.category-view>h2 {
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    margin-top: 30px;
}

.menu-group-orders {
    font-size: 13px;
}

.menu-group-orders li {
    margin: 0 0 17px;
}

.menu-group-orders li a {
    color: #333333;
}

.menu-group-orders li a:hover {
    color: #005b96;
}

.block_title {
    width: 100%;
    margin: 0 0 26px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_title:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #999999;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.in .block_title::after {
    -webkit-transform: rotate( 180deg);
    transform: rotate( 180deg);
}

.sidebar h4 {
    font-size: 15px;
    font-weight: 600;
}

.block_hover {
    padding: 2px 0 0;
    margin: 25px 0;
    width: 100%;
    display: none;
}

.scroll-block {
    max-height: 196px;
    height: 100%;
    overflow-y: auto;
    max-height: unset;
    overflow: visible;
}

.footer-menu {
    line-height: 1.2;
}

.footer-menu li {
    padding: 5px 0;
}

.footer-menu li a {
    color: #c7c7c7;
}

.footer-menu li a:hover {
    color: #005b96;
}

.column-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

section#sp-bottom {
    border-top: 1px solid #E9E9E9;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 14px;
    display: block;
}

.list-payment {
    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;
}

.list-payment li {
    margin: 0 14px 0 0;
}

.list-payment li:last-child {
    margin: 0;
}

.list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .list-social {
    margin: 16px 0 27px;
}

.list-social li {
    margin: 0 11px 0 0;
}

.list-social li:last-child {
    margin: 0;
}

.list-social li a {
    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;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
}

.list-social li a:hover {
    border-color: #005b96;
}

.list-social li a svg {
    fill: #fff;
}

.list-social li a:hover svg {
    fill: #005b96;
}

.amount {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 82px;
    margin: 0 40px;
}

.amount span {
    width: 10px;
    height: 10px;
    position: relative;
    cursor: pointer;
}

.amount span.quantity-minus::before,
.amount span.quantity-plus::before,
.amount span.quantity-plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -5px;
    background: #005b96;
    -webkit-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear;
    content: '';
}

.amount span.quantity-plus::after {
    -webkit-transform: rotate( -90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate( -90deg);
}

.amount input,
.amount input:hover,
.amount input:focus {
    border: 1px solid #6e6e6e;
    box-sizing: border-box;
    border-radius: 10px;
    height: 38px;
    width: 38px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #0E0E0E;
}

.text-decoration {
    text-decoration: underline;
}

.links-info {
    font-weight: 600;
}

.links-info:hover {
    color: #005b96;
}

.cart-table {
    width: 900px;
    font-size: 13px;
    position: relative;
    margin: 0 auto;
}

.cart-table-head {
    background-color: #fafafa;
    padding: 15px 30px;
    font-size: 0;
}

.cart-table-cell {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
}

.cart-table-head .cart-table-cell {
    font-weight: 500;
}

.cart-table-cell_pic {
    width: 120px;
    text-align: center;
}

.cart-table-cell_name {
    padding: 0 19px;
    width: 285px;
    line-height: 1.54;
}

.cart-table-cell_discount,
.cart-table-cell_price {
    width: 120px;
    text-align: center;
}

.cart-table-cell_total {
    text-align: right;
    width: 120px;
}

.cart-table-cell_quantity {
    width: 75px;
    text-align: center;
}

.cart-table-item .cart-table-cell_quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-table-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 30px;
}

.cart-table-item-wrap .cart-table-cell_pic {
    height: 85px;
}

.cart-table-item-wrap .cart-table-cell_pic a,
.cart-table-item-wrap .cart-table-cell_pic span {
    width: 115px;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
}

.cart-table-cell a {
    color: #141414;
}

.cart-table-cell_pic img {
    display: inline;
    vertical-align: middle;
    max-height: 85px;
    width: auto;
}

.cart-table-footer {
    font-size: 16px;
    background-color: #fafafa;
    text-align: right;
    padding: 15px 30px 10px 0;
    overflow: hidden;
}

.cart-table-footer table {
    float: right;
    text-align: right;
}

.cart-table-footer th {
    width: 200px;
    font-weight: 500;
    padding-bottom: 5px;
}

.cart-table-footer td {
    padding-left: 13px;
    width: 75px;
    white-space: nowrap;
    font-weight: 400;
    padding-bottom: 5px;
}

.cart-popup-botline {
    overflow: hidden;
    margin-bottom: 43px;
    padding-top: 33px;
}

.cart-table-item+.cart-table-item {
    border-top: 1px solid #ececec;
}

.cart-popup__checkout {
    float: right;
    width: 265px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #141414;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.cart-popup__checkout:hover,
.cart-popup__checkout:focus {
    background-color: #141414;
    color: #fff;
}

.cart-popup__close {
    width: 255px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #141414;
    cursor: pointer;
}

.cart-popup__close:hover {
    opacity: 0.8;
    color: #141414;
}

.cart-table-preloader,
.header__cart-preloader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 99;
    display: none;
}

.header__cart-preloader {
    background: #141414;
    z-index: 1;
}

.cart-table-preloader div {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    animation-name: loader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.header__cart-preloader div {
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    animation-name: loader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.cart-table-preloader div {
    background-image: url(/images/loader-black.svg);
}

.header__cart-preloader div {
    background-image: url(/images/loader-white.svg);
}

.cart-view,
.vm-order-done,
.vm-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
}

.remove_from_cart,
.remove_from_cart:hover,
.remove_from_cart:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    margin-left: 10px;
}

.cart-item__delete {
    display: inline-block;
    width: 14px;
    height: 20px;
    cursor: pointer;
    background: url(/images/menu-close.svg) center center no-repeat;
    vertical-align: middle;
}

.remove_from_cart:hover .cart-item__delete {
    opacity: 0.8;
}

.proopc-qty-input {
    padding: 5px!important;
    text-align: center;
    height: auto;
}

.text-center .cart-popup__close {
    float: none;
    font-size: 13px;
}

.cart-profile {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F6F6F6;
}

.cart-profile .proopc-btn,
.order-view .proopc-btn,
.vm-order-done .vm-button-correct {
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 30px;
    display: inline-block;
    background: #141414;
    color: #fff;
    font-size: 13px;
    text-align: center;
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.cart-profile .proopc-btn:hover,
.cart-profile .proopc-btn:focus,
.vm-order-done .vm-button-correct:hover,
.vm-order-done .vm-button-correct:focus,
.order-view .proopc-btn:hover,
.order-view .proopc-btn:focus {
    opacity: 0.9;
}

.checkout-social__text {
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 30px;
    background: #f6f6f6;
    color: #555;
}

.cart-profile input {
    border-radius: 0!important;
    font-size: 13px!important;
    height: 40px;
}

.cart-profile .inner {
    margin-bottom: 15px!important;
}

.post_payment_order_total,
.vm-order-done h3 {
    margin-bottom: 30px;
}

.order-view input[type="text"]:not(.form-control),
.order-view input[type="email"]:not(.form-control),
.order-view input[type="url"]:not(.form-control),
.order-view input[type="date"]:not(.form-control),
.order-view input[type="password"]:not(.form-control),
.order-view input[type="search"]:not(.form-control),
.order-view input[type="tel"]:not(.form-control),
.order-view input[type="number"]:not(.form-control),
.order-view select:not(.form-control) {
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px;
    font-size: 13px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-search--dropdown .select2-search__field {
    height: 40px;
    border-radius: 0!important;
    font-size: 13px!important;
}

.select2-results {
    font-size: 13px;
}

.checkbox-aria__title {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

.vmpayment_description,
.vmshipment_description {
    display: block;
}

.proopc-shipments input[type="radio"],
.proopc-payments input[type="radio"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.btn-burger {
    width: 24px;
    display: none;
}

.btn-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 0 0 6px;
}

.btn-burger span:last-child {
    margin: 0;
}

#fancybox-content>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vm-btn.continue_link,
.vm-btn.showcart {
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding: 5px;
    border-radius: 0;
    margin: 5px;
    font-weight: 500;
    float: unset!important;
    border: 0!important;
}

.vm-btn.vm-btn-secondary,
.vm-btn.vm-btn-primary {
    background: #005b96!important;
    color: #fff!important;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all .3s;
    cursor: pointer;
}

.filter-icon {
    width: 22px;
    height: 22px;
    margin: 0 12px 0 0;
    fill: #555555;
}

.sidebar h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    margin: 0;
}

.sidebar-box {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 30px;
}

.sidebar-box:last-child {
    border-bottom: 0;
    margin: 0;
}

.cf_wrapp_all {
    padding: 30px 20px 5px;
    border: solid 1px #eeeeee;
    position: relative;
}

section#sp-slider {
    margin-top: 30px;
}

#sp-main-body .sp-module-title {
    width: 100%;
    padding: 15px 0;
    margin: 15px 0;
    font-size: 32px;
    text-align: center;
    font-weight: 900;
}

.bannerSwiper {
    position: relative;
}

.action-banner a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    font-size: 0;
    transition: all 0.4s;
    background: #005b96;
}

.action-banner a:hover {
    opacity: 0.75;
}

.action-banner img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    left: 50%;
    width: auto;
    background: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 9px 14px;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background .250s linear .250s;
    -o-transition: background .250s linear .250s;
    transition: background .250s linear .250s;
}

.action-banner .bannerSwiper .swiper-pagination {
    bottom: 0px;
    background-color: transparent;
    margin-top: 30px;
    padding: 0;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    transform: translate(0);
}

.action-banner .bannerSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #626262;
    border-radius: 50%;
    margin: 0 20px!important;
    opacity: 1;
}

.action-banner .bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005b96;
}

header {
    background: #FFF;
    box-shadow: 0 2px 12px rgb(0 0 0 / 5%);
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    z-index: 1020;
}

.headerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 15px;
    width: 100%;
}

.productThumbnail {
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}

.productThumbnail:before {
    position: absolute;
    top: -30px;
    left: -15px;
    right: -15px;
    bottom: -50px;
    opacity: 0;
    background: #FFF;
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    border-radius: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    content: '';
    z-index: -1;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
}

.productThumbnail a[href="#"] {
    cursor: default;
}

.productSize-W {
    display: flex;
    justify-content: center;
    align-content: center;
}

.productSize-W>* {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #0E0E0E;
    margin-bottom: 4px;
    text-align: right;
    display: block;
    padding: 0 15px;
}

.productSize-W em,
.vm-price-value span {
    color: #005b96;
}

.productThumbnail-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #fff;
}

.productThumbnail-image>* {
    width: 100%;
    height: 100%;
}

.productThumbnail-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.productThumbnail-image>.image-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .7s;
}

.productThumbnail-image .image-hover {
    opacity: 0;
}

.productThumbnail-image>.image-hover {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.productThumbnail-image .image-hover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.productInfoWrapp {
    position: relative;
    z-index: 3;
}

.productDescription {
    padding-bottom: 12px;
}

.productDescription .productTitle {
    font-weight: 700;
    text-align: center;
    color: #0E0E0E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    /*max-height: 70px;*/
    min-height: 70px;
    font-size: 18px;
    padding-top: 10px;
}

.productDescription a {
    color: #0E0E0E;
}

.productDescription a:hover {
    color: #005b96;
}

.productDescription p {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #6B6B6B;
    min-height: 51px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.productOrder {
    border-top: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.vm-price-value {
    font-size: 26px;
    line-height: 29px;
}

.vm-price-value span {
    font-weight: 700;
}

.vm-price-value i {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #0E0E0E;
    font-style: normal;
}

body.com-virtuemart.view-productdetails section#sp-slider {
    display: none!important;
}

.moreInfoBlock .title {
    margin-bottom: 30px;
}

.moreInfoBlock .moreInfoContent {
    overflow: hidden;
}

.moreInfoBlock .moreInfoContent {
    margin-bottom: 25px;
}

.moreInfoBlock .moreInfoContent {
    height: 72px;
}

.simpleArticle {
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.simpleArticle h1,
.simpleArticle h2,
.simpleArticle h3,
.simpleArticle h4,
.simpleArticle h5,
.simpleArticle h6 {
    margin-bottom: 30px;
}

.simpleArticle p {
    margin-bottom: 24px;
}

.moreContentToggle {
    color: #005b96;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}

span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
span.addtocart-button span.addtocart-button-disabled {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #0E0E0E;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all .3s;
    cursor: pointer;
}

.general-bg,
input.custom-attribute,
input.quantity-input,
.manufacturer-product-link a,
a.ask-a-question,
input.vm-default,
a.product-details,
a.details,
div.details,
button.default {
    background: unset!important;
}

.productdetails-view {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cardProduct-images {
    margin-right: 50px;
    position: relative;
}

.swiper:not(.swiper-no-swiping) .swiper-wrapper {
    cursor: url(/templates/shaper_helixultimate/images/icons/drag.png) 16 9, ew-resize;
}

.swiper-button-lock+.swiper-button-lock+.swiper .swiper-wrapper {
    cursor: default;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    width: 40px;
    height: 40px;
    background: #eaeaea;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    left: 50px;
}

.swiper-button-prev.buttonPosition-2 {
    left: -20px;
}

.swiper-button-next.buttonPosition-2 {
    right: -20px;
}

.swiper-button-next {
    left: auto;
}

.swiper-button-prev span,
.swiper-button-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 1px;
    background: #0E0E0E;
    margin-top: -3px;
    margin-left: -2px;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) rotate( -45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate( -45deg);
}

.swiper-button-prev span:nth-child(2),
.swiper-button-next span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 1px;
    background: #0E0E0E;
    margin-top: 4px;
    margin-left: -2px;
    -webkit-transform: translate(-50%, -50%) rotate( 45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate( 45deg);
}

.swiper-button-next span {
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%) rotate( 45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate( 45deg);
}

.swiper-button-next span:nth-child(2) {
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%) rotate( -45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate( -45deg);
}

.swiper-button-prev span:before,
.swiper-button-next span:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    -webkit-transition: width .250s linear;
    -o-transition: width .250s linear;
    transition: width .250s linear;
    content: '';
    background: #005b96;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.productOderDetail .title {
    margin-bottom: 5px;
}

.productOderDetail p {
    font-size: 15px;
    line-height: 26px;
    color: #0e0e0e;
    font-weight: 700;
    margin-bottom: 25px;
}

.wrapper_product_size {
    padding: 18px 0 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wrapper_product_size .productSize {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.imgWrapper {
    background-color: white;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.wrapper_product_size .imgWrapper {
    font-size: 0;
    width: 18px;
    height: 18px;
    margin-right: 13px;
}

.wrapper_product_size p {
    font-size: 15px;
    line-height: 17px;
    color: #0e0e0e;
    font-weight: 700;
    margin: 0 10px 0 0;
}

.wrapper_product_size span,
.wrapper_product_size i {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #0E0E0E;
    font-style: normal;
}

.wrapper_product_size span,
.wrapper_product_size i,
.prod-card-page .ingredientItem .price,
.prod-card-page .ingredientItem p {
    font-weight: 700;
}

.product_calaories_wrap {
    border: 1px solid #ccc;
    max-width: 544px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 5px 0;
}

.product_calaories_item:last-child {
    border-right: 0px;
}

.product_calaories_item {
    width: 25%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.product_calaories_item .item_calories {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1;
}

.product_calaories_item span {
    font-size: 14px;
    font-weight: 700;
}

.castomIngredients {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.castomIngredients .addButton {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
    width: 50%;
}

.castomIngredients .addButton span {
    border: 1px solid #0E0E0E;
    box-sizing: border-box;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s;
}

.castomIngredients .addButton span:before {
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 2px;
    background: #0E0E0E;
    transition: all 0.3s;
}

.castomIngredients .addButton span:after {
    transition: all 0.3s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #0E0E0E;
    transform: translate(-50%, -50%);
}

.castomIngredients .addButton p {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #0E0E0E;
    margin: 0;
    transition: all 0.3s;
}

.headerRightBar {
    display: flex;
    align-items: center;
}

.header-cart {
    display: inline-block;
    padding: 0 20px;
}

.header-cart .basket {
    position: relative;
    display: block;
}

.header-cart .basket img {
    width: 28px;
    height: 28px;
    display: table;
    margin: 0 auto 4px;
    -webkit-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.header-cart .basket .basketPrice {
    color: #000;
    font-size: 13px;
    margin-right: 2px;
    max-width: 43px;
    min-width: 32px;
    text-align: right;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 700;
}

.header-cart .basket .basketPrice i {
    font-size: 11px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 500;
}

.castomIngredients .orderDetailSection {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 50%;
}

.castomIngredients .counterTitle {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #0E0E0E;
    margin-bottom: 0;
    margin-right: 14px;
}

.castomIngredients .quantity-box.amount {
    margin: 0 0 20px 0;
}

.ingredientsPrice {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 50%;
    margin: 0;
}

.ingredientsPrice p {
    font-size: 15px;
    line-height: 20px;
    color: #0E0E0E;
    margin-right: 8px;
    margin-bottom: 0;
    font-weight: 700;
}

.ingredientsPrice .ingTotalPrice {
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    color: #0E0E0E;
    margin-right: 5px;
}

.ingredientsPrice i {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #0E0E0E;
    font-style: normal;
}

.castomIngredients .product-price {
    align-items: baseline;
    padding: 0;
}

.castomIngredients .newIngredientWrapper {
    width: 100%;
}

.castomIngredients .newIngredient {
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.castomIngredients .newIngredient:last-child {
    margin-right: 0;
}

.castomIngredients .newIngredient span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.castomIngredients .newIngredient span:before,
.castomIngredients .newIngredient span:after {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 2px;
    -webkit-transform: rotate( -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg);
    -webkit-transition: background .250s linear;
    -o-transition: background .250s linear;
    transition: background .250s linear;
    content: '';
}

.castomIngredients .newIngredient span:after {
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
}

.castomIngredients .newIngredient span:before,
.castomIngredients .newIngredient span:after {
    background: #c80000;
}

.newIngredient p {
    font-size: 15px;
    padding-left: 15px;
    -webkit-transition: color .250s linear;
    -o-transition: color .250s linear;
    transition: color .250s linear;
    margin-bottom: 0;
    color: #0e0e0e;
    font-weight: 700;
}

.prod-card-btn {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 20px;
}

.sectionIngredients {
    margin-top: 80px;
    width: 100%;
}

.sectionIngredients .h2 {
    margin: 0 0 20px 0;
    width: 100%;
}

.ingredientsWrapper {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.ingredienSection {
    width: 16.66%;
    position: relative;
    padding: 50px 15px 25px;
    cursor: pointer;
    margin-bottom: 30px;
}

.ingredientItem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 150px;
    margin: auto;
}

.ingredientsWrapper .ingredientItem {
    text-align: center;
}

.ingredientItem:after {
    border: 3px solid #005b96;
}

.ingredientItem:after {
    box-sizing: border-box;
    border-radius: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    opacity: 0;
    z-index: -1;
}

.ingredientItem p {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #0E0E0E;
    text-align: center;
    width: 100%;
    min-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.ingredientItem .imgWrapper {
    background-color: white;
    border-radius: 6px;
    transition: all 0.3s ease;
    height: 86px;
    max-width: 140px;
    margin: 0 auto 20px;
}

.ingredientItem .ingredientItem img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ingredientItem .added {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    position: absolute;
    right: 52px;
    top: 20px;
    opacity: 0;
}

.ingredientItem.active .added {
    opacity: 1;
}

.ingredientsWrapper .removeIng {
    background: #005b96;
    border: 1px solid #005b96;
    position: absolute;
    top: 13px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    transform: scale(0.76);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    cursor: pointer;
    z-index: 2;
    pointer-events: none;
}

.ingredientsWrapper .removeIng::before,
.ingredientsWrapper .removeIng::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #0E0E0E;
    transform: translate(-50%, -50%) rotate( -45deg);
    transition: background 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    backface-visibility: hidden;
    content: "";
}

.ingredientsWrapper .removeIng::after {
    transform: translate(-50%, -50%) rotate( 45deg);
}

.ingredientItem.active .removeIng,
.ingredientItem.active:after {
    opacity: 1;
    transform: scale(1);
}

.ingredientItem .price {
    font-weight: 700;
}

.ingredientItem .cf4all_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ingredientItem .cf4all_wrapper input[type="checkbox"] {
    position: absolute!important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.offcanvas-menu .offcanvas-inner .sp-module ul.menu.info {
    border: 0;
    padding: 0;
    flex-direction: unset;
    flex-wrap: wrap;
}

.offcanvas-menu .offcanvas-inner .sp-module ul.menu.info>li {
    border: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul.menu.info>li>a {
    font-size: 12px;
    font-weight: 700;
    padding: 0;
}

.fancybox__content h4 {
    line-height: 1.4;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

header .tel,
#sp-bottom .tel {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 12px;
}

header .tel a,
header .tel span,
#sp-bottom .tel a,
#sp-bottom .tel span {
    color: rgba(0, 0, 0, .64);
}

header .tel a img,
header .tel span img,
#sp-bottom .tel a img,
#sp-bottom .tel span img {
    margin-right: 12px;
    display: inline-block;
}

#sp-bottom .tel>a,
#sp-bottom .tel>a img {
    display: none;
}

header .tel-wrap {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 32px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, .12);
    top: -24px;
    left: -24px;
    padding-top: 3px;
    padding-right: 24px;
    padding-bottom: 24px;
    width: auto;
    white-space: nowrap;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

#sp-bottom .tel-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    white-space: nowrap;
}

header .tel-wrap .small,
#sp-bottom .tel-wrap .small {
    font-size: 13px;
    color: rgba(0, 0, 0, .4);
}

#sp-bottom .tel-wrap .small {
    color: #fff;
    margin-bottom: 5px;
}

header .tel-wrap .small:nth-of-type(1),
#sp-bottom .tel-wrap .small:nth-of-type(1) {
    padding-left: 68px;
}

header .tel-wrap .small:nth-of-type(2),
#sp-bottom .tel-wrap .small:nth-of-type(2) {
    padding-left: 68px;
    line-height: 1.43;
}

#sp-bottom .tel-wrap .small:nth-of-type(1),
#sp-bottom .tel-wrap .small:nth-of-type(2) {
    padding-left: 0;
}

header .tel-wrap img,
#sp-bottom .tel-wrap img {
    position: absolute;
    top: 24px;
    left: 24px;
}

#sp-bottom .tel-wrap img {
    display: none;
}

header .tel-wrap a,
#sp-bottom .tel-wrap a {
    margin-left: 68px;
    line-height: 24px;
    margin-bottom: 5px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

#sp-bottom .tel-wrap a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 0;
}

header .tel-wrap a:hover {
    color: #000;
}

#sp-bottom .tel-wrap a:hover {
    color: #fff;
}

header .tel .title img,
#sp-bottom .tel .title img {
    margin-top: 0;
}

.hide,
.hidden {
    display: none!important;
}

.pay-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
}

.pay-icons img:nth-of-type(1) {
    width: 50px;
    margin-right: 15px;
}

.pay-icons img:nth-of-type(2) {
    width: 50px;
    margin-right: 15px;
}

.pay-icons img:nth-of-type(3) {
    width: 41px;
}

a.button {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 10px 30px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    border: 1px solid #005b96;
    background: #005b96;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .250s linear, color .250s linear, border .250s linear;
    -o-transition: background .250s linear, color .250s linear, border .250s linear;
    transition: background .250s linear, color .250s linear, border .250s linear;
}

.home-app-menu {
    color: #000000;
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.home-app-menu__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 45px;
}

.home-app-menu__item {
    border-radius: 10px;
    width: 33%;
    padding: 15px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.home-app-menu__item-filler {
    position: relative;
    height: 100%;
    display: block;
    background-size: 110%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-size .3s ease;
    border-radius: 10px;
}

.home-app-menu__item-title {
    position: absolute;
    padding: 8px 8px 8px 8px;
    left: 30px;
    top: 30px;
    width: 100%;
    color: #ffffff;
    border-radius: 0 0 8px 8px;
    padding: 8px 8px 8px 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}


/* RESPONSIVE */

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .hamburger {
        display: none;
    }
}

@media (min-width: 991px) {
    .container {
        max-width: 960px;
    }
    .header-cart .basket .basketPrice {
        min-width: 58px;
        text-align: center;
        display: inline-block;
    }
    .header-cart .basket .basketPrice span {
        min-width: auto;
    }
}

@media (min-width: 1200px) {
    .home-app-menu__item:hover .home-app-menu__item-filler {
        background-size: 120%;
    }
    a.button:hover,
    a.button:focus {
        background: transparent;
        color: #0E0E0E;
    }
    header .tel:hover .tel-wrap {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease
    }
    .container {
        width: 100%;
        max-width: 1400px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .productThumbnail:hover:before {
        opacity: 1;
        z-index: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .productThumbnail:hover .image-default {
        opacity: 0;
    }
    .productThumbnail:hover .image-hover,
    .productThumbnail.type2:hover .image-default {
        opacity: 1;
    }
    .moreContentToggle:hover {
        color: #0e0e0e;
    }
    .addButton:hover {
        color: #005b96;
    }
    .castomIngredients .addButton:hover span {
        border-color: #005b96;
    }
    .castomIngredients .addButton:hover span:after,
    .castomIngredients .addButton:hover span:before {
        background: #005b96;
    }
    .castomIngredients .addButton:hover p {
        color: #005b96;
    }
    .ingredienSection:hover .ingredientItem:after {
        opacity: 1;
    }
    .ingredientsWrapper .ingredientItem:hover .removeIng:hover {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
    .fancybox__content {
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1450px) {
    .container {
        width: 100%;
        max-width: 1730px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1570px) {}

@media (max-width: 1440px) {
    .amount {
        margin: 0 20px;
    }
}

@media (max-width: 1199px) {
    .home-app-menu__item {
        width: 50%;
    }
    .action-banner .bannerSwiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px!important
    }
    .header-cart .basket {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-cart .basket>img {
        display: inline-block;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .header-cart .basket .basketPrice {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 10px;
    }
    header .hamburger {
        position: relative;
        right: 0;
        width: 48px;
        height: 48px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        -webkit-transition: background .5s, opacity .5s, right .25s linear, top .25s linear, bottom .25s linear, -webkit-transform .5s;
        transition: background .5s, opacity .5s, right .25s linear, top .25s linear, bottom .25s linear, -webkit-transform .5s;
        -o-transition: transform .5s, background .5s, opacity .5s, right .25s linear, top .25s linear, bottom .25s linear;
        transition: transform .5s, background .5s, opacity .5s, right .25s linear, top .25s linear, bottom .25s linear;
        transition: transform .5s, background .5s, opacity .5s, right .25s linear, top .25s linear, bottom .25s linear, -webkit-transform .5s;
    }
    header .hamburger span {
        position: absolute;
        left: 50%;
        width: 25px;
        height: 2px;
        background: #0e0e0e;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        margin-left: -10px;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }
    header .hamburger span:nth-child(1) {
        top: 17px;
    }
    header .hamburger span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    header .hamburger span:nth-child(3) {
        bottom: 17px;
    }
    .ingredienSection {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .btn-burger {
        display: block;
    }
    .catalog-content,
    .product-section__content {
        padding: 0;
    }
    .product-section__photo-max {
        order: 1;
        margin-bottom: 15px;
    }
    .product-section__photo-preview {
        order: 2;
    }
    .tech-info {
        margin-top: -15px;
    }
    .tech-info>li {
        padding-top: 15px;
    }
    .sidebar,
    .catalog-content {
        width: 100%;
        max-width: 100%;
    }
    .list-characteristics {
        margin-bottom: 15px;
    }
    .tech-info {
        border: none;
        padding: 10px 0 30px;
        justify-content: space-between;
    }
    .ingredienSection {
        width: 25%;
        margin-bottom: 20px;
    }
    .cardProduct-images {
        margin: 0 auto 35px;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .home-app-menu__item {
        max-height: 200px;
    }
    .home-app-menu__item-filler {
        background-size: cover;
    }
    .checkout-social__text {
        margin-top: 30px;
    }
    .cart-table {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cart-table-head {
        display: none;
    }
    .cart-table-item {
        border-top: 1px solid #ececec;
        padding: 0;
        padding-right: 15px;
        padding-bottom: 11px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cart-table-cell_name {
        position: relative;
        padding-left: 0;
        width: auto;
        margin-left: 0;
        padding-top: 9px;
        margin-bottom: 2px;
        padding-right: 10px;
        width: 60%;
    }
    .cart-table-cell_mark {
        width: auto;
        margin-left: 117px;
        padding-right: 0;
    }
    .cart-table-cell a {
        font-size: 11px;
    }
    .cart-table-cell_price,
    .cart-table-cell_discount,
    .header__cart {
        display: none;
    }
    .cart-table-cell_quantity {
        margin-left: 15px;
    }
    .cart-table-cell_number {
        width: auto;
        margin-left: 117px;
        padding-top: 18px;
        z-index: 1;
        position: relative;
    }
    .cart-table-cell_total {
        width: auto;
        text-align: right;
    }
    .cart-table-cell_pic {
        padding-left: 0;
        width: 98px;
        display: block;
        vertical-align: top;
    }
    .cart-table-footer {
        padding: 15px;
    }
    .cart-table-footer th {
        font-size: 14px;
        text-align: left;
    }
    .vm-btn.continue_link,
    .vm-btn.showcart {
        display: block;
        width: 100%;
        text-align: center;
    }
    .logo,
    .logo a {
        font-size: 18px;
    }
    .links-basket .links-icon {
        margin-right: 0;
    }
    .links-text {
        display: none;
    }
    .schedule {
        margin: 5px 0 0 0;
    }
    header .home-menu,
    header .list-social,
    .header-box .open_modal {
        display: none;
    }
    .category-view>h2 {
        margin-bottom: 30px;
    }
    .card-body {
        padding: 0;
    }
    .product-section__photo {
        margin-bottom: 0;
    }
    #sp-main-body {
        padding: 0;
    }
    .tech-info>li {
        margin-right: 0;
    }
    .product-section .line-mobile h1 {
        font-size: 20px;
    }
    #sp-bottom #sp-bottom1 {
        display: none;
    }
    #sp-bottom #sp-bottom2,
    #sp-bottom #sp-bottom3 {
        width: 50%!important;
        max-width: 50%!important;
    }
    .list-payment li {
        margin-bottom: 15px;
    }
    .column-count {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        line-height: 2.14;
    }
    .product-section__photo-preview .item {
        width: 80px;
        height: 80px;
    }
    #sp-footer,
    #sp-footer #sp-footer1,
    #sp-footer #sp-footer2 {
        text-align: center;
    }
    .logoFabryka {
        justify-content: center;
    }
    .product-section__photo-max {
        max-width: 100%;
    }
    .h1,
    h1 {
        font-size: 42px;
    }
    .h2,
    h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .h3,
    h3 {
        font-size: 28px;
    }
    .h3.type2 {
        font-size: 26px;
    }
    h4,
    .h4 {
        font-size: 20px
    }
    .h6,
    h6 {
        font-size: 18px;
    }
    .cardProduct-images {
        margin: 0 auto 20px;
    }
    span.addtocart-button span.addtocart-button,
    span.addtocart-button input.addtocart-button,
    span.addtocart-button input.notify-button,
    span.addtocart-button span.addtocart-button-disabled {
        font-size: 14px;
        padding: 10px 20px;
    }
    .vm-price-value {
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .home-app-menu__item {
        width: 100%;
    }
    header .tel a,
    header .tel span {
        font-weight: 600;
        font-size: 12px;
        white-space: nowrap;
    }
    header .tel a img,
    header .tel span img {
        width: 24px;
        margin-right: 6px;
    }
    .header-cart .basket {
        width: 24px;
        height: 24px;
    }
    .header-cart .basket .basketPrice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 10px;
        line-height: 1;
        white-space: nowrap;
    }
    .header-cart {
        padding: 0 10px;
    }
    .logo .logo-image {
        height: 35px;
    }
    .logo,
    .logo a {
        font-size: 16px;
    }
    .productOderDetail .product_calaories_item {
        width: 50%;
        position: relative;
    }
    .productOderDetail .product_calaories_item::before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        display: inline-block;
        width: 90%;
        height: 1px;
        background-color: #ccc;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .productOderDetail .product_calaories_item:nth-child(1)::before,
    .productOderDetail .product_calaories_item:nth-child(2)::before {
        display: none;
    }
    .ingredienSection {
        width: 50%;
        margin-bottom: 20px;
        padding: 45px 10px 15px;
    }
    .article-header>h1,
    .blog>h2,
    .category-view>h2 {
        font-size: 32px;
    }
    .h1,
    h1 {
        font-size: 36px;
    }
    .h2,
    h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}


/* KEYFRAMES */

@-webkit-keyframes loader {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
        visibility: hidden;
        z-index: -10;
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
        visibility: hidden;
        z-index: -10;
        opacity: 0;
    }
}