.bottom-menu .bottom-nav li>a, .menu li>a {

    display: inline-block;

    font-size: 18px;

    color: #fff;

    text-align: center;

}

.checkboxes span>a, .empty-cart, .forgot {

    text-decoration: underline;

}

.price, .reveal .close-button>span {

    -webkit-text-fill-color: transparent;

}


@font-face {

    font-family: proximanovabold;

    src:url(../fonts/proximanova-bold.woff2) format("woff2"), url(../fonts/proximanova-bold.otf) format("opentype"); font-display:swap;

}

@font-face {

    font-family: proximanovalight;

    src:url(../fonts/proximanova-light.woff2) format("woff2"), url(../fonts/proximanova-light.otf) format("opentype"); font-display:swap;

}

@font-face {

    font-family: proximanovaregular;

    src:url(../fonts/proximanova-regular.woff2) format("woff2"), url(../fonts/proximanova-regular.otf) format("opentype"); font-display:swap;

}

.top-bg {

    background-color:  #0621AF;

}

.top-bg-indent {
    margin-bottom: 174px;
}

.top-menu {

    background: #372090;

    height: 68px;

}


.menu li {

    list-style-type: none;

    display: inline-block;

    margin: 0 -3px;

}

.menu li>a {

    padding: 20px 20px;

    font-family: proximanovabold;

}

.active-item, .bottom-nav li>a:hover, .menu li>a:hover {

    background-color: #B91372;

}

.bottom-menu {

    background: #372090;

}

.bottom-menu .bottom-nav li {

    display: inline-block;

}

.bottom-nav ul, .menu ul {

    margin: 0;

}

.bottom-menu .bottom-nav li>a {

    font-family: proximanovalight;

    padding: 12px 30px;

}

.shopping-cart {

    text-align: center;

    min-height: 85px;

    background-color: #000000;

}

.cart_active, .shopping-cart:active, .shopping-cart:focus, .shopping-cart:hover, li.active span {
    background-color: #B91372;
}


li.active span {

    display: block;

    padding: 5px 10px;

    font-weight: 700;

    color: #fff;

}

.shopping-cart>a {

    color: #fff;

    padding-top: 30px;

    display: inline-block;

    font-size: 20px;

}

.callback>span, span.tel {

    font-size: 24px;

    color: #fff;

}

.callback {

    text-align: center;

    padding-top: 25px;

}

.callback>span {

    font-family: proximanovalight;

    line-height: .7em;

}

span.tel {

    font-family: proximanovabold;

}

.blue-bg {

    background: #0621AF;

    padding-bottom: 20px;

    padding-top: 20px;

}

.blue-bg .large-9.columns span {

    font-size: 14px;

    color: #fff;

}

.hollow.button {

    width: 50%;

    margin-bottom: 0;

    margin-top: 20px;

    border: none;

}

.hollow.button.float-right.list, .hollow.button.float-right.tile {

    background-size: 100% 100%;

    height: 35px;

}

.hollow.button.float-right.tile {

    background-image: url(../lidt-disable.png);

}

.hollow.button.float-right.tile:active, .hollow.button.float-right.tile:focus, .hollow.button.float-right.tile:hover {

    background-image: url(../list.png);

}

.hollow.button.float-right.list {

    background-image: url(../tile.png);

}

.hollow.button.float-right.list:active, .hollow.button.float-right.list:focus, .hollow.button.float-right.list:hover {

    background-image: url(../tile-active.png);

}

.count-products {

    margin-bottom: 0;

    padding-top: 30px;

    padding-bottom: 0;

    font-family: 'Open Sans', sans-serif;

}

.products>.row {

    border-top: 1px solid #e3e3e3;

    padding-left: 20px;

    border-left: 1px solid #e3e3e3;

}

.products>.row>a>p {

    font-size: 18px;

    font-family: Open Sans;

    font-weight: 700;

    padding-top: 10px;

    color: #0a0a0a;

}

.products .large-6>ul>li {

    list-style-image: url(../list-image.png);

    font-family: Open Sans;

    font-size: 13px;

}

.btn-wrapper>button {

    text-transform: uppercase;

    font-weight: 700;

    border-radius: 5px;

    border: 0px solid transparent;

    background: #372090;

    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

}

.Login-button, div#vsz_display_items select {

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

}

.Login-button {

    color: #fff;

    margin-left: 35px;

    margin-top: 5px;

    display: inline-block;

    margin-right: 30px;

    border-radius: 5px;

    border: 0px solid transparent;

    font-weight: 700;

    padding: 10px 20px;

    background: #372090;

    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

}

.Login-button:hover {

    color: #fff;

    background: linear-gradient(to top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

}

.forgot, .forgot:hover {

    color: #000;

}

.vertical.menu input[type=checkbox] {

    display: none;

    border: 1px solid #372090;

}

input[type=checkbox]+label:before {

    border: 2px solid #c3c3c3;

    width: 20px;

    height: 20px;

    display: block;

    content: '';

    left: -27px;

}

input[type=checkbox]:checked+label:before {

    content: "\2713";

    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);

    border: 2px solid #372090;

    color: #372090;

    text-align: center;

    line-height: 15px;

    font-size: 20px;

}

.vertical.menu label {

    line-height: 0;

    margin-top: -10px;

}

.vertical.menu {

    padding-bottom: 50px;

}

.vertical.menu a>span {

    color: #000;

}

.active-element a, .text-sidebar {

    color: #000;

    font-size: 16px;

    font-family: Open Sans;

    margin-left: 3px;

    min-width: 200px;

    display: inline-block;

    padding-bottom: 13px;

    padding-top: 13px;

    padding-left: 3px;
    padding-right: 3px;

}

.text-sidebar:active, .text-sidebar:hover {

    color: #fff;

    padding-left: 3px;

    padding-bottom: 13px;

    padding-top: 13px;

    background: #372090;

}

.vertical.menu>ul {

    list-style-type: none;

    margin-left: 5px;

}

.vertical.menu>ul a {

    font-size: 14px;

}

.vertical.menu span {

    font-size: 12px;

}

.pieces-wrapper {

    margin-bottom: 15px;

}

.pieces-wrapper>p, .price {

    margin-bottom: 0;

    text-align: center;

    font-family: Open Sans;

    font-weight: 700;

}

.pieces-wrapper>p {

    font-size: 30px;

    border: 1px solid #e3e3e3;

    border-radius: 7px;

    margin-top: -35px;

    background: #f8f8f8;

}

.pieces-wrapper>p>span {

    font-size: 14px;

    font-family: Open Sans;

}

.price {

    font-size: 30px;

    background: -webkit-linear-gradient(#372090, #372090);

    -webkit-background-clip: text;

}

.btn-wrapper>span {

    font-size: 14px;

    font-family: Open Sans;

}

.text-right .btn-wrapper {

    text-align: center;

}

.search {

    padding-top: 16px;

}

.search .large-3 {

    padding-right: 0;

}

.search .large-3>a {

    width: 93%;

    height: 33px;

    background: -webkit-linear-gradient(#372090, #372090);

    border: none;

    border-radius: 4px;

    cursor: pointer;

    color: #fff;

}

#search-button {

    background-image: url(../guy2.png);

    display: block;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    height: 34px;

    width: 48px;

}

.search .large-9 {

    padding-left: 5px;

}

.search .large-9>input {

    height: 33px;

    border-radius: 4px;

    background: #fff;

    border: none;

    color: #000;

}

.form-wrapper{

    display: flex;

}

.form-wrapper ::-webkit-input-placeholder {

    color: #000;

}

.form-wrapper ::-moz-placeholder {

    color: #000;

}

.form-wrapper :-ms-input-placeholder {

    color: #000;

}

.form-wrapper input:-moz-placeholder {

    color: #000;

}

.products>.row:last-child {

    border-bottom: 1px solid #e3e3e3;

}

.products.tile-list>.row {

    display: inline-block;

    border: 1px solid #e3e3e3;

    width: 31%;

    float: left;

    margin: 5px;

}

.product-title {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
}

.bottom-name, .products.tile-list>.row .large-6.column, .tile-list .top-name {

    display: none;

}

.products.tile-list>.row>div {

    width: 100%}

.products.tile-list .pieces-wrapper>p {

    border: none;

    background: 0 0;

}

.order-rewiew, .tile-list>.row>p {

    border-bottom: 1px solid #e3e3e3;

}

.tile-list .bottom-name {

    display: block;

    margin-bottom: 0;

    text-align: center;

}

.tile-list .row.product-item {

    margin: 10px 5px;

}

.tile-list .pieces-wrapper {

    margin-bottom: 0;

    height: 1px;

}

.tile-list .pieces-wrapper>p {

    position: relative;

    top: 30px;

    left: -70px;

    font-size: 14px;

}

.tile-list .price {

    margin-bottom: 0;

    position: relative;

    top: 25px;

    left: 10px;

    font-size: 18px;

}

.tile-list .btn-wrapper>span {

    left: -10px;

    top: 5px;

}

.tile-list>.row>p {

    margin: 5px 10px 20px;

    padding-top: 10px;

    padding-bottom: 5px;

    min-height: 100px;

}

.tile-list .product-item .large-3.column>img {

    margin-top: 10px;

}

.order-rewiew>img {

    margin-top: -10px;

    margin-right: 30px;

    margin-left: 10px;

}

.order-rewiew>span {

    font-size: 24px;

    line-height: 3.5em;

}

.large-5.columns.order-item {

    margin-top: 15px;

}

.order .large-1 {

    text-align: center;

}

.order-item>.top-name>span {
    display: inline-block;
    padding: 8px 15px;

    border: 1px solid #e3e3e3;

    border-radius: 5px;

    background: #f8f8f8;

    margin: 0 5px;

}

tr.address td, tr.contact td {

    border-bottom: .0625rem solid #c4c4c4;

}

div#vsz_display_items ul:before {

    content: "|";

    color: #000;

}

.image-billing::before, .modalHome:before {

    content: "";

    left: 0;

}

.order-item>img {

    width: 30%}

.empty-cart {

    text-align: right;

}

.empty-cart>span {

    margin-right: 25px;

}

.wrapper-img-checkout {

    float: left;

    min-width: 130px;
    max-width: 130px;
    margin-top: 10px;
    min-height: 100px;
}

.wrapper-img-checkout img {

    max-height: 100px;

    display: block;

    margin: 0 auto;

}

.order-item>.top-name {

    font-family: Open Sans;

    font-weight: 700;

    margin-top: 40px;

}

tr.address td {

    border-top: .0625rem solid #c4c4c4;

}

.checkout .large-1.columns.price {

    text-align: center;

    padding-top: 60px;

}

@keyframes openCheckoutTooltip {
    from {
        opacity: 0;
        transform: scale(0.5, 0);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.checkout-tooltip-container {
    position: relative;
}
.checkout-tooltip, .checkout-tooltip-container span.checkout-tooltip:last-child {
    display: none;
    background-color: #372090;
    box-sizing: border-box;
    border-radius: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    margin: 0 0;
    padding: 14px 16px 14px 16px;
    width: 320px;
    position: absolute;
    bottom: 95%;
    left: 36%;
    right: auto;
    transform-origin: bottom left;
    animation: openCheckoutTooltip 0.22s ease-in-out;
}
.checkout-tooltip-container:hover .checkout-tooltip,
.checkout-tooltip-container:hover span.checkout-tooltip:last-child,
.checkout-tooltip-container:focus-within .checkout-tooltip,
.checkout-tooltip-container:focus-within span.checkout-tooltip:last-child {
    display: block;
}
.checkout-tooltip::before {
    content: '';
    display: inline-block;
    background-color: #372090;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    left: 14px;
    right: auto;
    bottom: -5px;
}
.checkout-tooltip::after {
    content: '';
    display: block;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}

.count-input.space-bottom .incr-btn:first-child {

    margin: 0 0 1rem;

    padding: .3rem .7rem;

    background: #e3e3e3;

    border-radius: 5px;

    color: #727272;

}

.count-input.space-bottom {
    min-width: 120px;
}

.count-input.space-bottom .incr-btn:last-child {

    margin: 0 0 1rem;

    padding: .3rem .7rem;

    background: #372090;

    border-radius: 5px;

    color: #fff;

}

.count-input.space-bottom .quantity {

    display: inline-block;

    width: 24%;

    border: none;

    box-shadow: none;

    text-align: center;
    padding: 0 0;
    margin: 0 0;
    height: 26px;
}

.count-input.space-bottom .quantity:focus {
    color: #fff;
    background: #372090;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );
    border-radius: 5px;
}

.checkout .large-1.columns.wrapper span:first-child {

    font-size: 12px;

    font-family: Open Sans;

    text-transform: uppercase;

}

.checkout .large-1.columns.wrapper span:last-child {

    font-size: 22px;

    font-weight: 700;

    font-family: Open Sans;

    display: inline-block;

    margin-top: 10px;

}

.checkout .large-1.columns .count-input.space-bottom {

    padding-top: 8px;

}

.checkout .close {

    margin-top: 30px;

    display: inline-block;

    margin-left: 48px;
}

.checkout .order {

    padding-bottom: 5px;

    margin-bottom: 5px;

    border-bottom: 1px solid #e3e3e3;

}

.checkout .total {

    padding-top: 0;

}

.checkout-buttons .red-button, .empty-cart {

    padding-bottom: 10px;

    padding-top: 10px;

}

.total-bold span, .total-value span {

    /*font-family: Open Sans;*/

}
.total-value>div {
    text-align: right;
}
.total-value table {
    width: auto;
}
.total-value table tbody tr:nth-child(even), .total-value table tfoot {
    background-color: transparent;
}
.total-value table tbody td, .total-value table tfoot th {
    padding: 2px 0 2px 8px;
}
.total-value table tbody tr:last-child td {
    padding-bottom: 5px;
}
.total-value table tfoot th {
    border-top: 1px solid #e3e3e3;
    padding-top: 6px;
}

border-bottom: 1px solid #e3e3e3;

.total-value .large-1, .total-value .large-2 {

    margin-top: 10px;

    padding-bottom: 10px;

    margin-bottom: 10px;

    border-bottom: 1px solid #e3e3e3;

}

.total-bold .large-2, .total-value .large-2 {

    text-align: right;

    padding-right: 25px;

}

.total-bold span {

    font-weight: 700;

}

.checkout-buttons .red-button {

    background: #372090;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

    text-align: center;

    border: 0px solid transparent;

    margin: 10px;

    display: inline-block;

    width: 100%;

    font-family: Open Sans;

    font-weight: 700;

    color: #fff;

}

.checkout-buttons .red-button:hover {

    background: linear-gradient(to bottom, rgba(55, 32, 144, 1) 0, rgba(185, 19, 113, 1) 100%);

}

.row.forms .large-4.column .wrapper-form {

    border: 2px solid #d3d3d3;

    padding: 20px;

    margin-bottom: 30px;

    min-height: 190px;

}

.row.forms {

    padding-bottom: 50px;

    margin-top: 0px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.wrapper-form>h5 {

    font-size: 24px;

    text-transform: capitalize;

    font-family: proximanovalight;

    font-weight: 700;

}
.wrapper-form>h5:not(:first-of-type) {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}

.checkboxes span, .place-order, .text h1, .text h2, .text p {

    font-family: Open Sans;

}

.row.forms input, .row.forms select, .row.forms textarea {

    background: #eee;

    box-shadow: none;

    border: 1px solid #e6e6e6;

    margin-bottom: 0;

}

#tel-code {

    width: 55px;

    display: inline-block;

    margin: 0 0 0 10px;

}

#telephone {

    display: inline-block;

    width: 115px;

    margin-left: 10px;

    margin-bottom: 0;

}

.wrapper-form input, .wrapper-form p {

    margin: 0;

}

.wrapper-form p {

    padding-top: 10px;

    padding-bottom: 10px;

}

.wrapper-form .large-6 {

    padding-left: 5px;

    padding-right: 5px;

}

.image-billing {

    position: relative;

    padding-left: 47px;

}

.image-billing::before {

    position: absolute;

    width: 40px;

    background-image: url(../billing-address.png);

    height: 30px;

    top: 0;

    background-repeat: no-repeat;

}

.wrapper-form .large-6.column input[type=checkbox] {

    display: block!important;

}
.place-order, .radio-shipping {
    white-space: nowrap;
}
.place-order, .radio-shipping .radio-label {
    display: inline-block;
    margin: 0 0;
    padding-bottom: 3px;
    padding-top: 7px;
    white-space: normal;
    vertical-align: top;
}

.place-order, .radio-shipping span {

    display: inline-block;

    padding-bottom: 5px;

    padding-top: 5px;

    white-space: normal;
    max-width: 90%;
    vertical-align: top;

}

.wrapper-form input[type=checkbox] {

    margin-top: 21px;

    margin-right: 10px;

}

.radio-shipping span {

    padding-left: 5px;

}

.wrapper-form p.radio-payment{
    padding-bottom: 0;
}

.radio-payment span {
    padding-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.wrapper-form>h5>img {

    margin-right: 15px;

    margin-top: -5px;

}

.checkboxes {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: center;

}

.checkboxes span {

    font-size: 13px;

}

.checkboxes span>a {

    color: #96c05a;

}

.checkboxes input[type=checkbox] {

    margin-right: 10px;

    margin-bottom: 15px;

}

.place-order-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.place-order {

    margin: 0;

    width: 100%;

    font-weight: 700;

    color: #fff;

    background: #372090;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

    text-align: center;

    border: 0px solid transparent;

}

.place-order:hover {

    color: #fff;

    background: linear-gradient(to bottom, rgba(55, 32, 144, 1) 0, rgba(185, 19, 113, 1) 100%);

}

@media (min-width: 768px) {
    .place-order {
        max-width: 170px;
    }
}

.comment-textarea {
    width: 100%;
    height: 100px;
    resize: vertical;
    min-height: 100px;
    max-height: 146px;
}

.text h1 {

    font-size: 24px;

    font-weight: 700;

}

.text h2 {

    font-size: 18px;

    font-weight: 700;

}

.text p {

    font-size: 13px;

}

.text .text-wrapper {

    margin-top: 50px;

}

.gray-bg, .blue-bg {

    padding: 35px;

}

.blue-bg p {

    color: #fff;

}

.gray-bg {

    background: #f6f6f6;

}

.cake .large-9.column {

    padding-top: 50px;

}

.modalHome:target:before {

    display: block;

    background: rgba(0, 0, 0, .6);

}

.modalHome:target .modalHome-dialog {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    top: 10%}

.modalHome:before {

    display: none;

    background: rgba(0, 0, 0, .6);

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    z-index: 10;

}

.modalHome-dialog {

    background: #fefefe;

    border: 1px solid #333;

    margin-left: -150px;

    position: fixed;

    left: 50%;

    top: -100%;

    z-index: 99999;

    width: 350px;

    -webkit-transform: translate(0, -500%);

    -ms-transform: translate(0, -500%);

    transform: translate(0, -500%);

    -webkit-transition: -webkit-transform .3s ease-out;

    -moz-transition: -moz-transform .3s ease-out;

    -o-transition: -o-transform .3s ease-out;

    transition: transform .3s ease-out;

}

.btn-close {

    position: relative;

    left: 87%;

    font-size: 40px;

    top: 5px;

    color: #fff;

}

.modalHome-header {

    margin-bottom: 30px;

    background: #B91372

}

.modalHome-header span {

    font-size: 29px;

    color: #fff;

}

.modalHome-body input {

    margin-left: 30px;

    margin-right: 30px;

    width: 80%;

    box-shadow: none;

    border: none;

    background: #ececec;

    border-radius: 5px;

}

, .modalHome-body input[type=email]:active, .modalHome-body input[type=email]:focus, .modalHome-body input[type=email]:hover, .modalHome-body input[type=email]:visited {

    box-shadow: none;

    border: none;

    background: #ececec;

    outline: 0;

}

.modalHome.reveal {

    width: 300px;

    border: none;

}

.modalHome-body .Login-button {

    display: block;

    width: 85px;

    margin: 0 auto;

}

body, html {

    height: 100%;

    max-width: 100%;

}

.main-wrapper {

    position: relative;

    min-height: 100%}

.content {

    padding-bottom: 90px;

}

footer {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 80px;

}

.welcome-page {

    background-image: url(../welcome.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}

.welcome-page header {

    height: 90px;

    background: rgba(0, 0, 0, .5);

    text-align: center;

    margin-bottom: 70px;

}

.welcome-page header img {

    width: auto;

    height: 80px;

    display: inline-block;

    margin-top: 20px;

}

.welcome-page h1 {

    text-align: center;

    color: #fff;

    font-family: proximanovabold;

    font-size: 69px;

}

.welcome-page #buy-now {

    text-align: center;

    display: block;

    margin: 40px auto 0;

    padding: 5px;

    color: #fff;

    font-family: Open Sans;

    letter-spacing: 2px;

    width: 250px;

    border-radius: 30px;

    font-size: 26px;

    background: #372090;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

}

.welcome-page #buy-now:hover {

    background: #c20239;

    background: -moz-linear-gradient(bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

    background: -webkit-linear-gradient(bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

    background: linear-gradient(to top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);

}

.top-columns {

    height: 395px;

}

.top-columns .wrapper-form {
    height: 93%;
}

.required-field {

    color: red;

}

.select2-selection__arrow, .welcome-page h4 {

    display: none;

}

.select2-selection.select2-selection--single {

    background: #eee;

    box-shadow: none!important;

    border: 1px solid #e6e6e6!important;

    margin-bottom: 0!important;

    height: 2.4375rem!important;

    border-radius: 0!important;

}

.select2-selection__rendered {

    line-height: 35px!important;

}

.list-item .large-3 .price+.btn-wrapper>span {

    position: relative;

    left: -120px;

    top: 30px;

}

img.gluten {

    right: 220px;

}

img.vegan {

    right: 290px;

}

.tile-list img.gluten {

    left: 10px;

}

.tile-list img.vegan {

    right: 10px;

}

.product-icons {

    position: absolute;

    right: 220px;

    top: 10px;

}

.checkout .order-item>.top-name+img {

    float: right;

}

@-webkit-keyframes hideAnnouncement {
    0% {
        opacity: 1;
        visibility: visible;
        height: auto;
        min-height: 60px;
    }
    99.9% {
        opacity: 0;
        visibility: hidden;
        height: 60px;
        min-height: 60px;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        min-height: 0px;
        padding: 0 0;
    }
}

@-moz-keyframes hideAnnouncement {
    0% {
        opacity: 1;
        visibility: visible;
        height: auto;
        min-height: 60px;
    }
    99.9% {
        opacity: 0;
        visibility: hidden;
        height: 60px;
        min-height: 60px;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        min-height: 0px;
        padding: 0 0;
    }
}

@keyframes hideAnnouncement {
    0% {
        opacity: 1;
        visibility: visible;
        height: auto;
        min-height: 60px;
    }
    99.9% {
        opacity: 0;
        visibility: hidden;
        height: 60px;
        min-height: 60px;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        min-height: 0px;
        padding: 0 0;
    }
}

.announcement {
    display: block;
    background-color: transparent;
    /* background-color: #B91372;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px; */
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-transform: none;
    /* white-space: pre-line; */
    word-wrap: break-word;
    margin: 0 0;
    padding: 0 0;
    /* padding: 14px 16px 14px 16px; */
    min-height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.22s ease-in-out;
    -moz-transition: opacity 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
    z-index: 1000;
    -webkit-transform-origin: bottom left;
       -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-animation: hideAnnouncement 0.4s ease-in-out 15s forwards;
       -moz-animation: hideAnnouncement 0.4s ease-in-out 15s forwards;
            animation: hideAnnouncement 0.4s ease-in-out 15s forwards;
}
.announcement__title, .announcement__text {
    text-align: left;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 0;
}

.announcement__image {
    display: inline-block;
    object-fit: contain;
    margin: 0 auto;
    max-width: 100%;
    vertical-align: top;
}
.announcement__image--mobile {
    display: none;
}

@media(max-width:768px) {

    .announcement__image {
        width: 100%;
        display: none;
    }
    .announcement__image--mobile {
        width: 100%;
        display: inline-block;
    }

    .welcome-page #buy-now, .welcome-page h4 {

        color: #fff;

        letter-spacing: 2px;

        text-align: center;

        display: block;

        

    }

    .product-title {
        text-align: center
    }

.welcome-page #buy-now {

    margin: 40px auto 0;

    padding: 30px 90px;

    font-family: Open Sans;

    width: 400px;

    border-radius: 60px;

    font-size: 41px;

}

.welcome-page {

    background-image: url(../tablet_welcome.png);

}

.welcome-page header {

    margin-bottom: 0;

}

.welcome-page h4 {

    font-family: proximanovalight;

}

.welcome-page header img {

    /*height: 60px*/}

.top-columns {

    height: auto;

}

.checkout-buttons .red-button {

    margin: 2%;

    width: 96%}

.welcome-page h1 {

    line-height: 1em;

    font-size: 50px;

    margin-top: 100px;

    margin-bottom: 100px;

}

.shopping-cart {

    min-height: 50px;

}

.shopping-cart .title-bar {

    width: 50px;

    float: right;

    height: 50px;

    padding-top: 10px;

    text-align: center;

}

.top-menu>.row>.large-8.columns, .top-menu>.row>.large-9.columns {

    width: 50%;

    float: right;
    

}

#example-menu2 {

    border: 3px solid #372090;

    display: block;

    position: absolute;

    z-index: 33;

}

.main-wrapper .content .row.small-collapse .large-3.columns, .top-menu .large-1.columns {

    display: none;

}

#example-menu2 li {

    background: #372090;

    width: 100%;
    margin: 0 0px;
}

.shopping-cart>a {

    padding-top: 10px;

    font-size: 18px;

}

.callback>span, .checkout .checkboxes span, span.tel {

    font-size: 17px;

}

.menu li>a {

    width: 100%}

.callback {

    position: relative;

    top: 35px;

    text-align: right;

}

.search .large-3>input {

    width: 40px;

    height: 33px;

}

#search-button {

    /*background-size: contain;*/

    background-size: 100% 100%;

    height: 34px;

}

.search .large-9>input {

    width: 35%;

    position: relative;

    top: -34px;

    left: 60px;

}

.top-bg .large-6.columns {

    height: 0;

}

.logo {

    padding-bottom: 15px;

    text-align: center;

}

.logo img {

    width: 70%}

.top-bg .large-3.columns {

    padding: 0;

}

.top-bg .large-3.columns .title-bar {

    background: #B91372;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

}

.top-menu .menu-icon::after {

    /*background: #372090;*/

    /*box-shadow: 0 7px 0 #000, 0 14px 0 #000;*/

    background: #fff;

    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;

}

.main-wrapper .content .row.small-collapse .large-1.columns {

    width: 100px;

    position: relative;

    top: -50px;

    height: 30px;

}

.main-wrapper .content .text-center.count-products {

    padding: 0;

    position: relative;

    top: 30px;

}

.site-wrapper .title-bar {

    display: block;

    position: relative;

    top: -85px;

    text-align: right;

    background: #f6f6f6;

}

.site-wrapper .title-bar .menu-icon::after {

    background: #372090;

    box-shadow: 0 7px 0 #000, 0 14px 0 #000;

}

.hollow.button {

    margin-top: 50px;

}

.left-bar {

    text-align: center;

    background: #f6f6f6;

    position: relative;

    top: -85px;

    width: 100%}

.vertical.menu li {

    width: 100%;

    text-align: left;

}

.btn-wrapper, .price, .products>.row>p {

    text-align: center;

}

.products.list-item {

    margin: 0;

}

.products .product-item {

    padding: 15px 0;

    border: 1px solid #e3e3e3;

    margin-bottom: 10px;

}

.pieces-wrapper {

    margin-top: 30px;

    margin-bottom: 0;

    height: 15px;

}

.btn-wrapper {

    position: relative;

    top: 2px;

}

.btn-wrapper>span {

    left: 0;

    top: -5px;

}

.products.tile-list>.row {

    width: 94%;

    margin: 3%}

.bottom-menu .bottom-nav li>a {

    padding-left: 5px;

    padding-right: 5px;

}

.modalHome-dialog {

    margin-left: -175px;

}

.tile-list {

    margin-left: 0;

}

.list-item .product-item {

    margin: 15px;

}

.list-item .product-item img {

    width: 30%!important;

    display: block;

    margin: 0 auto 30px;

     margin-bottom:  0;

}

.list-item .pieces-wrapper>p {

    position: relative;

    top: -260px;

    text-align: right;

    border: none;

    background: 0 0;

}

.list-item .price {

    text-align: right;

    position: relative;

    top: -210px;

}

.checkout-tooltip, .checkout-tooltip-container span.checkout-tooltip:last-child {
    text-align: center;
    left: 0;
    width: 100%;
}
.checkout-tooltip::before {
    left: 48%;
}
.checkout-tooltip::after {
    content: none;
}

.checkout .top-name, .order-rewiew {

    text-align: center;

}



.small-collapse .order-rewiew{

    padding-top: 10px;

}



.list-item .btn-wrapper {

    margin-top: -50px;

    margin-bottom: 30px;

}

.list-item .large-3 .price+.btn-wrapper>span {

    left: 0;

    top: 70px;

}

.list-item .btn-wrapper>button {

    display: block;

    margin: 0 auto;

}

.order {

    margin: 20px;

    min-height: 310px;

}

.checkout .order-item>.top-name+img {

    width: 55%;

    margin-bottom: 50px;

}

.checkout .order {

    margin: 20px;

    min-height: 256px;

}

.checkout .row.small-collapse .large-1.columns {

    width: 100px;

    float: none;

    position: relative;

    left: 60%;

    height: 0;

}

.callback>span:first-child {

    padding-right: 15px;

}

.order-item+.large-3.columns+.large-1 {

    top: -205px!important;

}

.order-item+.large-3.columns+.large-1+.large-1 {

    top: -70px!important;

    left: 60%!important;

}

.order-item+.large-3.columns+.large-1+.large-1+.large-1 {

    top: -150px!important;

}

.checkout .large-1.columns.wrapper span:last-child {

    margin-top: 0;

}

.checkout .close {

    /*position: relative;*/

    /*top: -20px;*/

    /*left: 65%*/

    display: initial;

    margin-left: 0;
}

.bottom-nav {

    text-align: center;

}

.select2-container {

    width: 100% !important;

}

.order-item>.top-name {

    margin-top: -25px;
    /*min-height: 50px;*/

}

.checkout .row.forms {
    margin-top: 30px;
}

.checkout .total-bold .large-2, .checkout .total-value .large-2 {

    padding-right: 50%}

.total-value>div {
    text-align: center;
}

.checkout .large-1.columns.total {

    position: relative;

    top: -120px!important;

    border: none;

}

.checkout .total-bold .large-1.columns.total {

    top: -25px!important;

}

.checkout .empty-cart-wrapper {

    height: 50px;

}

.checkout .row.forms>.row {

    margin: 0;

}

.checkout .row.forms>.column {

    padding: 0;

}

.checkout .checkboxes {

    text-align: left;

    padding-left: 20px!important;

}

.product-item img.gluten {

    right: 10px;

}

.product-item img.vegan {

    left: 10px;

    right: inherit;

}

.product-item img.gluten, .product-item img.vegan {

    display: inline-block;

    width: 60px!important;

}

.product-icons {

    position: absolute;

    left: 0;

    right: 0;

    margin-left: auto;

    margin-right: auto;

    width: 160px;

    bottom: 10px;

    top: inherit;

     text-align:  center;

}

.products>.row {

    padding-bottom: 50px;

}

.list-item .vsz_more_inforamtion_list {

    margin-right: 0 !important;

}

}
@media(max-width:768px) {
    div#vsz_display_items ul:before {
        content: ":";
    }
}
@media(max-width:480px) {

    .welcome-page h1 {

    font-size: 30px;

    margin-bottom: 50px;

}



.welcome-page #buy-now {

    width: 200px;

    padding: 10px 30px;

    font-size: 24px;

}

.checkout .row.forms {
    margin-top: 20px;
}

}@media(max-width:360px) {

    .list-item .price {

    text-align: right;

    position: relative;

    top: -30px;

}

.list-item .pieces-wrapper>p {

    left: -100px;

    top: -15px;

}

.list-item .product-item img {

    width: 100%}

.callback>span, span.tel {

    font-size: 14px;

}

}

@media (min-width:426px) {

    .top-menu>.row>.large-8.columns, .top-menu>.row>.large-9.columns, .top-menu>.row>.large-3.columns, .top-menu>.row {
        background-color: #372090;
    }
}

@media (min-width:1024px) {

    .logo-img-et {
        margin-left: -30px;
    }

    .text-right .btn-wrapper {

    max-width: 175px;

    margin-left: 7px;

}

}ul#example-menu>li+ul>li {

    display: none;

}

.clearfix, ul#example-menu>li+ul>li.checked, ul#example-menu>li.checked+ul>li {

    display: block;

}

.clearfix:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    content: " ";

    clear: both;

    height: 0;

}

* html .clearfix {

    height: 1%}

.reveal h4 {

    margin-bottom: 0;

    font-size: 1em;

    margin-top: 5px;

    font-weight: 700;

}

.reveal div h4:first-child {

    margin-top: -5px;

}

.reveal div p {

    margin-bottom: 5px;

}

.vsz_more_information {

    text-align: center;

    margin-left: 16px;

}

.hire-purchase {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 16px;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.hire-purchase::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
}

.reveal p.vsz_per_price {

    margin-left: 11px;

}

.vsz_more_information div, .vsz_more_information p {

    display: inline-block;

    margin: 12px;

}
.vsz_more_information button {
    margin: 0 0 10px 0;
}

.vsz_pieces {

    text-align: center;

    font-size: 30px;

    margin-bottom: 0;

    font-weight: 700;

    font-family: Open Sans;

    background: #f8f8f8;

}

.vsz_pieces>span {

    font-size: 14px;

    font-family: Open Sans;

}

.reveal .close-button>span {

    color: #fff;

    background: #372090;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

    -webkit-background-clip: text;
    width: 28px;
    display: block;

}

.reveal h3 {

    font-weight: 700;

    padding-left: 0;

    margin-bottom: 23px;
    min-height: 52px;

}

.vsz_img_wrapper {

    border: 1px solid #e3e3e3;

    padding: 10px;

    text-align: center;

}

.top-bg {

    max-height: 153px;

}

.products>.row {

    border-right: 1px solid #e3e3e3;

}

.reveal .close-button {

    top: -9px;

    right: -3px;

    display: none;

}

.vertical.menu {

    margin-top: -10px;

    margin-left: 35px;

}

.tile-list .large-3 .price+.btn-wrapper {

    margin-top: 20px;

}

section.products.tile-list .line {

    clear: both;

}

.list-item .vsz_img_wrapper_list {

    float: left;

    max-width: 190px;

    min-width: 190px;

}

.list-item .vsz_description_list {

    float: left;

    margin-left: 30px;

    display: flex;

    align-items: center;

    min-height: 150px;    

}

.vsz_description_list {
    max-width: 100%;
}

.list-item .vsz_more_inforamtion_list {

    float: right;

    margin-right: 15px;

    text-align: center;

    min-width: 200px;

}

.list-item .vsz_more_inforamtion_list .btn-wrapper span {

    display: block;

    margin-bottom: 10px;

}

.products .vsz_description_list>a>ul>li, .pp1 ul>li, .list-bulleted ul>li, .reveal-overlay ul>li {

    list-style-image: url(../list-image.png);

    font-family: Open Sans;

    font-size: 13px;

    color: #000;

}

.tile-list .vsz_description_list {

    display: none;

}

.tile-list .list_pieces-wrapper {

    width: 100%;

    min-height: 25px;

    text-align: center;

}

.tile-list .list_pieces-wrapper>p {

    display: inline-block;

    margin-bottom: 0;

    position: static;

    font-family: Open Sans;

    font-weight: 700;

}

.tile-list .list_pieces-wrapper>p:first-child {

    font-size: 14px;

    margin-right: 3px;

}

.tile-list .list_pieces-wrapper+.btn-wrapper {

    text-align: center;

}

.tile-list .list_pieces-wrapper+.btn-wrapper>span {

    position: static;

    display: block;

    margin-bottom: 5px;

}

.reveal, .vertical.menu label {

    position: relative;

}

.list-item .list_pieces-wrapper, .tile-list .vsz_more_inforamtion_list .pieces-wrapper, .tile-list .vsz_more_inforamtion_list .pieces-wrapper+.price {

    display: none;

}

.counter-wrapper .count-products, .country-row, .inline-row p:nth-child(2), .reveal div h4:first-child, .reveal div h4:first-child+br+h4, .reveal div h4:first-child+br+h4+p, div#vsz_display_items, div#vsz_display_items li, tr.payment>td.nest a {

    display: inline;

}

.reveal {

    margin: 0 auto;

    max-width: 1058px!important;

    max-height: 1024px;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);

    box-shadow: 0 0 10px rgba(0, 0, 0, .4);

    width: 100%;

    overflow-x: hidden;

}

.reveal h3 {

    font-size: 1.2rem;

}

input[type=checkbox]+label:before {

    position: absolute;

    top: 2px;

}

.row.product-item, p.radio-shipping {

    position: relative;

}

.menu.vertical>li {

    margin: 10px 0;

}

.vertical.menu li:hover label:before {

    border: 2px solid #372090;

}

.reveal .vsz_img_wrapper img {

    max-height: 400px;

    height: 400px;

}

.reveal .large-6.small-12.columns+.large-6.small-12.columns {

    margin-top: -5px;

}

.tile-list .product-icons {

    top: inherit;

    bottom: 10px;

    left: 0;

    right: 0;

    width: 130px!important;

    margin-left: auto;

    margin-right: auto;

}

.tile-list .product-icons img {

    margin: 0 1px;

}

.tile-list .row.product-item {

    padding-bottom: 60px;

    min-height: 676px;

}

.pagination {

    text-align: center;

    margin-top: 10px;

}

div#vsz_display_items {

    text-align: center;

}

div#vsz_display_items select {

    max-width: 50px;

    width: 100%;

    background: #372090;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

    border: none;

    color: #fff;

    text-align-last: center;

    padding: 0;

    height: 1.775rem;

}

div#vsz_display_items select option {

    background: #fff;

    color: #000;

    text-align: center;

}

@keyframes blink {

    50% {

    border-color: #f0000f;

    background-color: #f0000f;

}

}.blink_input {

    -moz-animation: blink .5s step-end infinite alternate;

    -webkit-animation: blink .5s step-end infinite alternate;

    -ms-animation: blink .5s step-end infinite alternate;

    -0-animation: blink .5s step-end infinite alternate;

    animation: blink .5s step-end infinite alternate!important;

}

#email {

    animation-delay: 0s;

}

p.radio-shipping {

    width: 105%}

span#required-parcel {

    position: absolute;

    right: 5px;

    bottom: 35px;

}

tr.payment>td.nest {

    padding-top: 2rem;

}

tr.payment>td.nest a {

    margin: 0 40px;

}

.counter-wrapper {

    text-align: center;

    margin: 20px 0;

}

div#vsz_display_items ul {

    display: inline;

    margin-left: 0;

}

div#vsz_display_items li {

    margin: 0 3px;

    text-align: center;

    padding: 3px;

}

div#vsz_display_items li a {

    color: #000;

    display: inline-block;

    min-width: 32px;

}

div#vsz_display_items li:nth-child(1) a, div#vsz_display_items li:nth-child(2) a, div#vsz_display_items li:nth-child(3) a {

    padding-left: 3px;

}

div#vsz_display_items li.active {

    background: #372090;
    background: -moz-linear-gradient(top, rgba(55, 32, 144, 1) 0, rgba(185, 19, 113, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(55, 32, 144, 1) 0, rgba(185, 19, 113, 1) 100%);
    background: linear-gradient(to bottom, rgba(55, 32, 144, 1) 0, rgba(185, 19, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#372090',  endColorstr='#B91372',  GradientType=0 );

}

div#vsz_display_items li.active a {

    color: #fff;

}

.blue-bg .large-12.columns {

    color: #fff;

    text-align: center;

}

.reveal {

    padding-top: 30px;

}

.reveal div p.vsz_pieces {

    border: 1px solid #f3f3f3;

    background: #f8f8f8;

    padding: 2px 20px;

    font-size: 24px;

    border-radius: 5px;

}

.reveal .large-6.small-12.columns:first-child {

    padding-left: 0;

}

tr.address td:last-child {

    text-align: right;

}

tr.address td:last-child, tr.contact td:last-child {

    text-align: right;

    padding-right: 3rem;

}

tr.total td:last-child {

    text-align: right;

    padding-right: 3.5rem;

}

.search .search-custom:first-child {

    /*margin: 0 10px 0 15px;*/

    margin: 0 10px 0 0;

}
.form-wrapper-button.form-wrapper {
    flex-direction: row;
    display: flex;
}

.search-custom-out {
    min-width: 80px;
}
.search-custom-out .user-auth#search-button-red {
    color: #fff;
    width: 100%;
    height: auto;
    padding:5px;
    background-image: none;
    background: #372090;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );
    text-align: center;
    border-radius: 5px;
    height:34px;
    display: inline-block;
}

.search-custom {

    float: left;

}

.search-custom input, .search-custom select.dynamic-search-field, .search-custom .select2-selection {
    display: inline-block;
    min-width: 80px;
    width: 127px;
    height: 34px;
    background: #fff;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
        appearance: none;
}
.search-custom select.dynamic-search-field::-ms-expand {
    display: none;
}
.search-custom .select2-selection.select2-selection--single {
    background: #fff;
    border-color: #fff!important;
    height: 34px!important;
    border-radius: 5px!important;
}
.search-custom .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #0a0a0a;
}
.search-custom .select2-search--dropdown .select2-search__field {
    border: none;
    height: 34px;
    box-shadow: none;
    margin: 0 0;
    padding: 8px;
}
.search-custom .select2-container--open .select2-dropdown--below {
    background: #fff;
    border-radius: 5px;
    top: -42px;
}
.search-custom .select2-search.select2-search--dropdown {
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
}
.search-custom .select2-results {
    color: #0a0a0a;
    font-size: 12px;
}
.search-custom .select2-results>.select2-results__options {
    max-height: 300px;
}
.search-custom .select2-results .select2-results__option {
    padding: 4px 6px;
    line-height: 1.2;
}

.languages-select {
    width: 90px;
    margin-left: 10px;
    height: 34px;
    border-radius: 5px;
    padding: 4px 1.5rem 4px .5rem;
}

.search .search-custom:last-child {

    /*width: 72%*/

    width: 100%;

}

body.checkout .main-wrapper .content .row.small-collapse .large-3.columns {
    display: block;
}

body.checkout .wrapper {

    text-align: center;

    padding-top: 10px;

}

body.checkout .wrapper span:first-child{
    font-size: 12px;
}

.wrapper span:last-child {

    font-weight: bold;

    margin-top: 2px;

    display: block;

    font-size: 22px;

}

.wrapper span {

    text-transform: uppercase;

}

.top-bg .columns:last-child {

    padding-right: 0;

}

.vsz-catalogue-toggle p {

    float: left;

    color: #000;

    font-family: "Open Sans";

    font-size: 18px;

    font-weight: 400;

    padding-top: 10px;

    margin-bottom: 0;

}

.vsz-catalogue-toggle a {

    display: block;

    width: 25px;

    height: 15px;

    float: right;

    margin-right: 15px;

    margin-top: 5px;

}

.vsz-catalogue-toggle {

    background-color: #dadada;

    padding-left: 20px;

    display: none;

}

ul#example-menu {

    display: block;

}

.user-auth#search-button {

    background-image: url(../img/user-active.png);

}

.title-bar .menu-icon {

    margin-left: .25rem;

    margin-right: 0rem;

}

.menu-icon {

    height: 12px;

}

@media screen and (max-width:320px) {

    .search .search-custom: last-child {

    width: 73%}

}@media screen and (min-width:321px) and (max-width:480px) {

    .search .search-custom: last-child {

    width: 79%}

}@media screen and (max-width:768px) {

    .main-wrapper .content .text-center.count-products {

    top: 55px;

}


div#vsz_display_items {

    display: inherit;

}

.left-bar {

    top: 0;

}

.list-item .vsz_description_list {

    float: none!important;

     min-height:  auto;

     padding-top:  0 !important;

    display:  flex;

    

justify-content:  center;

}

.list-item .vsz_description_list ul {

    display: block;

    /*margin: 0 auto*/}

}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .products.list-item .product-icons {
        right: 20px;
        left: auto;
        top: 10px;
    }
    .vsz_more_inforamtion_list:before {
        content: '';
        display: block;
        padding-top: 65px;
    }
    .vsz_description_list {
        max-width:  250px;
    }

}

@media screen and (min-width:480px) and (max-width:639px) {
    .top-menu {
        min-height: 150px;
    }
}

@media screen and (max-width:639px) {

    .callback {

    position: relative;

    padding-top: 0!important;

    top: 110px!important;

    margin-left: auto!important;

    margin-right: auto!important;

    left: 0!important;

    right: 0!important;

    text-align: center!important;

}

.top-menu {

    height: 118px;

}

.counter-wrapper {

    margin: 40px 0 20px;

}

}@media screen and (min-width:640px) and (max-width:768px) {

    .shopping-cart>a {

    font-size: 12px;

}

.menu li>a {

    padding: 10px 15px;

    font-size: 14px;

}

#example-menu2 {

    position: relative;

    text-align: center;

    border: none;

}

.search .search-custom:last-child {

    /*width: 83%;*/

    width: 100%;



}

.top-menu>.row>.large-9.columns {

    width: inherit;

    float: none;

}

#example-menu2 li {

    width: inherit;

}

.top-menu {

    height: 108px;

}

.search .search-custom:first-child {

    /*margin: 0 10px 0 30px;*/

    margin: 0 10px 0 0;

}

}@media screen and (max-width:1023px) {

    ul#example-menu {

    display: none;

}

.vsz-catalogue-toggle {

    display: block;

    /* position: absolute; */

    top: 201px;

    width: 100%;

    background: 0 0;

}

.vertical.menu {

    margin-top: 0;

}


}

@media screen and (min-width:639px) and (max-width:1023px) {
    .vsz-catalogue-toggle {
        position: absolute;
        top: 160px;
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {

    .menu li>a {

    padding: 10px 20px;

}

.top-menu {

    height: 110px;

}

nav#example-menu2 {

    text-align: center;

}

.search .search-custom:last-child {

    /*width: 89%}*/

    /*width: calc(100% - 100px);*/

    width: 100%;

}

.logo {

    padding-top: 15px;

}

.shopping-cart>a {

    font-size: 14px;

}

.list-item .vsz_description_list {

    float: none!important;

}

.list-item .vsz_description_list ul {

    display: block;

    margin: 0 auto;

}

.pieces-wrapper>p {

    border: none;

    background: 0 0;

}

}@media screen and (min-width:426px) and (max-width:768px) {

    .callback, .logo {

    padding-top: 5px;

}

.callback {

    top: 0;

    text-align: center;

}

.logo {

    padding-bottom: 0;

}

}@media screen and (max-width:39.9375em) {

    .list-item .vsz_more_inforamtion_list {

    width: 100%}

.list-item .vsz_more_inforamtion_list .pieces-wrapper p {

    position: static;

    text-align: inherit;

}

.list-item .vsz_more_inforamtion_list .price {

    position: static;

    text-align: inherit;

    margin-top: 20px;

}

.list-item .vsz_more_inforamtion_list .btn-wrapper {

    margin-top: 0;

}

.list-item .vsz_img_wrapper_list img {

    width: inherit;

}

.list-item .vsz_description_list, .list-item .vsz_img_wrapper_list {

    width: 100%;

    float: none;

    max-width: inherit;

}

.list-item .vsz_description_list {

    width: inherit;

    float: none;

    max-width: inherit;

    margin-left: 0;

    padding: 15px;

}

.reveal .close-button {

    top: 0;

    right: 10px;

}

.reveal img.gluten, .reveal img.vegan {

    position: absolute;

    top: 120px;

}

.reveal img.gluten {

    right: 110px;

}

.reveal img.vegan {

    right: 40px;

}

}@media screen and (min-width:40em) {

    .welcome-page h1 {

    font-size: 3rem;

}

.list-item .vsz_description_list+.clearfix {

    display: none;

}

.list-item .vsz_more_inforamtion_list .pieces-wrapper p {

    position: static;

    text-align: inherit;

}

.list-item .vsz_more_inforamtion_list .price {

    position: static;

    text-align: inherit;

    margin-top: 10px;

}

.list-item .vsz_more_inforamtion_list .btn-wrapper {

    margin-top: -10px;

}

.list-item .vsz_img_wrapper_list img {

    width: inherit;

    max-height: 150px;

    display: block;

    margin: 0 auto;

}

.reveal img.gluten, .reveal img.vegan {

    position: absolute;

    top: 15px;

}

.reveal img.gluten {

    right: 95px;

}

.reveal img.vegan {

    right: 15px;

}

}@media screen and (min-width:40em) and (max-width:63.9375em) {

    .list-item .vsz_img_wrapper_list {

        max-width: 50%;

        float: none;

        margin: 0 auto;

    }



    .list-item .vsz_description_list {

        float: right;

    }



    .list-item .vsz_more_inforamtion_list {

        width: 100%;

        margin-top: 40px;

    }



    .list-item .vsz_more_inforamtion_list .pieces-wrapper p {

        position: static;

        text-align: inherit;

    }



    .list-item .vsz_more_inforamtion_list .price {

        position: static;

        text-align: inherit;

        margin-top: 20px;

    }



    .list-item .vsz_more_inforamtion_list .btn-wrapper {

        margin-top: 0;

    }



    a.text-sidebar {

        min-width: 150px;
        line-height: 1.2;
        display:  inline-block;

    }



}@media screen and (min-width:1024px) and (max-width:1200px) {
    input[type=checkbox]+label:before {
        top:  10px;
    }
    a.text-sidebar {

    min-width: 160px;
    line-height: 1.2;
    display:  inline-block

}
    .search-custom input, .search-custom select.dynamic-search-field, .search-custom .select2-selection {
        width: auto;
    }

}@media screen and (min-width:1145px) {

    .search .search-custom: last-child {

    max-width: 100%;

    width: 225px;

}

.vsz_description_list {
    max-width:  350px;
}



}@media screen and (min-width:64em) {

    .title-bar {

    display: none!important;

}

}



@media screen and (min-width: 768px) and (max-width: 1024px)  {

    

 .welcome-page header  {

    

    height:  56px;

    

    background:  rgba(0, 0, 0, .5);

    

    text-align:  center;

    

    margin-bottom:  25px;

    

}

.product-icons {

    right: 30px;
    left:  30px;
}

    

    .welcome-page header img  {

    

    width:  auto;

    

    height:  66px;

    

    display:  inline-block;

    

    margin-top:  0px !Important;

    

}

    .welcome-page h1  {

    

            font-size:  2.5rem;

    

}



    .welcome-page #buy-now  {

    

    text-align:  center;

    

    display:  block;

    

    margin:  40px auto 0;

    

    padding:  5px;

    

    color:  #fff;

    

    font-family:  Open Sans;

    

    letter-spacing:  2px;

    

    width:  220px;

    

    border-radius:  30px;

    

    font-size:  24px;

    

    background: #372090;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );

    

}

}

@media (max-width:  768px)  {



    form#checkout>div:last-child {

        padding: 0 30px;

    }



    .checkout .order {

        margin: 48px 20px 0;

    }

    

    .one-items  {

    

        width:  90px;

    

    }



    .row.small-collapse.order .large-7.columns.order-item,

    .row.small-collapse.order .large-5.columns {

    

        position: relative;



    }


    body.checkout .wrapper:nth-child(1) span:last-child,

    body.checkout .wrapper:nth-child(3) span:last-child {

        font-weight: bold;

        font-size: 21px;

        color: #000;

    }

}
@media (max-width: 639px) {

    header + .row.small-collapse {

        margin-top: 140px;

    }

    .search .search-custom:last-child {

        /*width: calc(100% - 100px);*/

        width: 100%;

    }

}

@media (max-width: 425px) {
    .reveal .vsz_img_wrapper {
        margin-bottom: 23px;
    }
    .large-12.small-12.columns.vsz_more_information {
        min-height: 105px;
    }
    .large-12.small-12.columns.vsz_more_information p.vsz_per_price {
        position: relative;
        top: -20px;
    }
    .row.small-collapse.order .large-5.columns {
        top: 58px;
    }

    .wrapper-img-checkout {
        position: absolute;
        top: 17px;
        left: 50px;
    }
    .reveal h3 {
        text-align: center;
    }

    header + .row.small-collapse {

        margin-top: 90px;

    }

    .vsz_more_information p:last-child {
        /*margin-left: 60px;*/
        margin-top: 0;
    }
    .reveal .close-button {
        display: block;
        top: 0;
        right: 0;
        background-image: url('../img/back-arrow-md.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        left: 16px;
    }
    .reveal .close-button>span {
        visibility: hidden;
    }
}







.vsz_cart-scroll {
    width: 50px;
    height: 50px;
    background: #372090;
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
    display: none;
    background-repeat: no-repeat;
}
.vsz_cart-scroll:before {
    background-image: url(../img/cart-white.png);
    width: 38px;
    height: 34px;
    content: "";
    display: block;
    position: absolute;
    background-size: 70%;
    background-repeat: no-repeat;
    top: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: 50% 0%;
}



#rtf {
    float: right;
    font-size: 18px;
    padding-top: 0px;
    width: 100%;
    text-align: center;
}



.vsz_cart-scroll div,

.vsz_cart-scroll span {

    background: none;

    color: white;

    font-size: 23px;
    max-height: inherit;
    height: 35px;
}

.vsz_cart-scroll div.shopping-cart.cart_active {
    background: #B91372;
    background: -moz-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 19, 113, 1) 0, rgba(55, 32, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91372',  endColorstr='#372090',  GradientType=0 );
}

.vsz_cart-scroll div:hover,

.vsz_cart-scroll span:hover {

    /*background: none;*/

}



.vsz_cart-scroll:hover {

    cursor: pointer;

}

.top-scroll-menu {
    position: fixed;
    top: 0;
    z-index: 9;
}
.top-menu-scroll {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 50px;
    height: 60px;
}
.top-menu-scroll .vsz-catalogue-toggle a {
    /* margin-top: 75px; */
}
.callback-fixed {
    position: fixed;
    z-index: 9;
    /* width: 70%; */
    padding: 0 15% 10px;
    background: #372090;
}
/*.pp1 .vsz_img_wrapper img {
    max-width: 30%;
}*/
.pp1 .vsz_img_wrapper img {
    max-height: 400px;
    height: 400px;
}
/* new --*/

.pp1 {

    max-width: 100%;

    width: inherit;

    position: relative;

    overflow-x: hidden;

}

.pp1 h3 {

    margin-left: 15px;

    margin-bottom: 30px;

    margin-top: 30px;

        font-weight: 700;

    font-size: 18px; 





 

}

.pp1 h4{

        margin-bottom: 0;

    font-size: 1em;

    margin-top: 5px;

    font-weight: 700;

}



.pp1 p{

    /*display: inline;*/

}

.pp1 .country-row{

        /*display: inline;*/

}

.pp1 div h4:first-child {

        display: inline;

}

.pp1 .product-icons {

    right: 0;

    top: -5px;

}

.pp1 div p.vsz_pieces {

    background: #f8f8f8 none repeat scroll 0 0;

    border: 1px solid #f3f3f3;

    border-radius: 5px;

    font-size: 20px;

    padding: 2px 20px;

}

.callback > span {

    line-height: 1em;

}

.pp1 .inline-row, .pp1 .country-row {

    padding: 0 15px;

}

.pp1 div h4:first-child + br + h4 {

    display: inline;

}

.pp1 div h4:first-child + br + h4 + p {

    display: inline;

}

.pp1 .row .large-6.small-12.columns:nth-child(2) {

    margin-top: -5px;

}

.pp1 .country-row, .pp1 .country-row h4 {

    display: inline;

}

.bottom-nav {

    text-align: center;

}

@media (max-width: 425px) {
    .vsz_more_information {
        margin-left: 0;
    }
    .pp1 {

        overflow-x: hidden;

    }

    .reveal .large-6.small-12.columns+.large-6.small-12.columns {

        padding: 0;

        margin-top: 0;

    }

}

@media (max-width: 639px) {

    .pp1 {

        margin-top: 50px;

    }

    .country-row {

        display: block!important;

    }


    .site-menu {
        display: none;
    }

}

@media (min-width: 769px) and (max-width: 1155px) {
    .site-menu.menu li>a {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {

    .pp1 .product-icons {

        top: inherit;
        bottom: 10px;
    }

    .pp1 {

        padding-bottom: 90px;

    }

}

@media (max-width: 992px) {

        /*overflow-x: hidden;    */

    .pp1 .row .large-6.small-12.columns:nth-child(2) {

        margin-top: 5px !important;

    }

}

@media (min-width: 1024px) and (max-width: 1155px) {

    .pp1 {

        /*margin-top: -50px;*/

    }

}

.inline-row h4, .inline-row p {

    display: inline;

}

@media (min-width: 1157px) {
    .pp1 {
        width:  100%;
    }
    .pp1 .product-icons {

        top: 5px;

    }

}

@media (min-width: 1024px) and (max-width: 1156px) {

    .menu li>a {

        padding: 20px;

    }

}

@media (min-width: 640px) and (max-width: 1023px) {

    .pp1 {

        margin-top: -25px;

    }

}

@media (min-width: 414px) and (max-width: 425px) {

    .pp1 {

        margin-top: 110px;

    }

}

#telephone {

    display: inline-block;

    width: 80px;

    margin-left: 0px;

    margin-bottom: 0;

    padding: 0 2px;

    width: calc(100% - 190px);

}

#tel-code {

    width: 40px;

    display: inline-block;

    margin: 0 0 0 0px;

    padding: 0px 0px;

}

.vsz-catalogue-toggle {

    visibility: hidden;

}
button {
    outline: none;
}
.vsz-empty-cart {
    height: 45px!important;
    min-height: initial!important;
    margin-top: initial!important;
}
@media (min-height: 1600px) {
    .welcome-page #buy-now {
        margin: 30px auto 0;
    }
}
.vsz-push {
    min-width: 35px;
    display: inline-block;
    float: left;
    margin-left: 9px;
}
.vsz-non-push {
    min-width: 43px;
    display: inline-block;
    float: left;
    margin-left: -7px;
}
.row.small-collapse.order .large-5.columns.vsz-two-line-text {
    top: 60px;
}
.vsz-two-line-image .wrapper-img-checkout {
    top: 50px;
}
.checkout .order.vsz-two-line-block {
    min-height: 281px;
}
.vsz-total-relative,
.vsz-checkout-button-relative,
.vsz-checkout-form-relative {
    position: relative;
}
/* .vsz-total-relative {
    top: -120px;
}
.vsz-checkout-button-relative {
    top: -140px;
}
.vsz-checkout-form-relative {
    top: -160px;
} */

.list-bulleted {
    list-style-type: none;
}
.list-bulleted li::before {
    content: '';
    display: inline-block;
    border: solid $darkest;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: translateY(-4px) rotate(45deg);
    margin-top: 0;
    margin-left: 8px;
    vertical-align: middle;
    position: absolute;
    top: 1.5rem;
    right: 1.2rem;
}

@media only screen and (min-width: 76em) {
    .top-menu .search {
        margin-right: -0.9375rem;
    }
}
