.no-sale-info {
    display: none;
}
.term-sets .no-sale-info {
    display: block;
    width: 100%;
    margin-top: 6rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}









.xoo-cp-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 999999;
    transition: .2s;
    opacity: 0;
    pointer-events: none;


    display: none !important;
}
.xoo-cp-modal.xoo-cp-active {
    opacity: 1;
    pointer-events: auto;
}
.xoo-cp-container {
    width: 50rem;
    /*background-color: ;*/
    padding: 3.6rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: .6rem;
}


.xoo-cp-preloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    pointer-events: none;
    opacity: 0;
    border-radius: .6rem;
}
.xoo-cp-preloader .icon-spin5 {
    color: rgba(0, 0, 0, .6);
    font-size: 2.8rem;
}
.xoo-cp-preloader.on {
    pointer-events: auto;
    opacity: 1;
}





.xoo-cp-content {

}

.xoo-cp-atcn {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #eedfc2;
    font-weight: 700;
    text-transform: uppercase;

    display: none;
}

.xoo-cp-pdetails {

}
.xoo-cp-pdetails-inner {

}
.xoo-cp-ptitle {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
}
.xoo-cp-pname {
    font-weight: 700;
}
.xoo-cp-variations {
    display: inline;
    font-weight: 700;
}
.xoo-cp-variations .variation {
    display: inline;
}
.xoo-cp-variations .variation dt {
    display: inline;
}
.xoo-cp-variations .variation dd {
    margin-left: .5rem;
    display: inline;
}
.xoo-cp-pprice {
    font-weight: 700;
    display: inline;
    display: none;
    /*color: #eedfc2;*/
}
.xoo-cp-pprice .amount {

}
.xoo-cp-pqty {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xoo-cp-qtybox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem;
    /*background-color: rgba(0, 0, 0, .3);*/
    border-radius: 10rem;
    border: .2rem solid rgba(0, 0, 0, .12);
    width: auto;
}
.xcp-chng {
    background-color: rgba(0, 0, 0, .12);
    width: 4rem;
    height: 4rem;
    border-radius: 10rem;
    color: rgba(0, 0, 0, .6);
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.xcp-minus {

}
.xcp-plus {

}
.xoo-cp-qty {
    margin: 0 1.2rem;
    height: 4rem;
    font-size: 1.6rem;
    display: flex;
    /*color: #fff;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 4rem;
    font-weight: 700;
}
.xoo-cp-remove {
    background-color: #CE0B15;
    width: 3rem;
    height: 3rem;
    margin-left: .4rem;
    border-radius: 10rem;
    color: #fff;
    font-size: 1rem;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.xoo-cp-remove:after {
    content: '\e82e';
    font-family: Fontello;
}




.xoo-cp-ptotal {
    margin-top: 2.4rem;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2.6rem;
}



.xoo-cp-close-wrap {
    border-top: .1rem solid rgba(0, 0, 0, .1);
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    display: flex;
    justify-content: center;
    width: 100%;
}
.xoo-cp-close.xcp-btn {
    display: flex;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background-color: #2e4274;
    color: #fff;
}
.xoo-cp-close.xcp-btn:before {
    content: '\e81b';
    font-family: Fontello;
}





.xoo-cp-notice-box {

}
.xoo-cp-notice-box:before {

}













p.woocommerce-result-count {
display: none;
}
form.woocommerce-ordering {
display: none;
}
.woocommerce-message {
    display: none;
}
.woocommerce-info {
    text-align: center;
}



.woocommerce {
    width: 100%;
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 3.6rem;
}

.products .product {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#popular .products .product {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.products .product:hover {
    /*border: .2rem solid rgba(255, 255, 255, .12);*/
}




.products .product .product__link {
    display: block;
}
#popular .products .product .product__link {
    width: 10rem;
    flex-shrink: 0;
}


.products .product .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    aspect-ratio: 1/1;
    border-radius: 1.2rem;
}

.products .product .product__images .swiper-product-images {
    width: 100%;
    height: 100%;
    position: relative;
}
.products .product .product__images .swiper-product-images .swiper-wrapper {
    width: 100%;
    height: 100%;
}
/* .products .product .product__images .swiper-product-images .swiper-slide {
    opacity: 0 !important;
}
.products .product .product__images .swiper-product-images .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
} */
.products .product .product__images .swiper-product-images .swiper-controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    flex-direction: row;
    align-items: stretch;
    z-index: 50;
    pointer-events: none;
}
.products .product .product__images .swiper-product-images .swiper-pagination {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 6rem;
    pointer-events: none;
    justify-content: center;
    bottom: .6rem;
    position: absolute;
    left: .6rem;
    height: 2.6rem;
    gap: .4rem;
    font-weight: 400;
    /* color: rgba(0, 0, 0, .5); */
    background-color: rgba(255, 255, 255, .1);
    border-radius: 20rem;
    font-size: 1.4rem;
}
.products .product .product__images .swiper-product-images .swiper-pagination .swiper-pagination-current {
    color: #fff;
}
.products .product .product__images .swiper-product-images .swiper-pagination .swiper-pagination-total {

}
.products .product .product__images .swiper-product-images .swiper-button {
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    /* top: 50%; */
    bottom: .6rem;
    /* margin-top: -1.3rem; */
    border-radius: 20rem;
    pointer-events: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0;
    transform: scale(.6);
}
.products .product .product__images .swiper-product-images:hover .swiper-button {
    opacity: 1;
    transform: scale(1);
}
.products .product .product__images .swiper-product-images .swiper-button:hover {
    background-color: rgba(255, 255, 255, .2);
}
.products .product .product__images .swiper-product-images .swiper-button:before {
    font-family: 'Fontello';
    color: rgba(255, 255, 255, .6);
    font-size: 1.4rem;
}
.products .product .product__images .swiper-product-images .swiper-button.swiper-button-prev {
    right: 3.8rem;
}
.products .product .product__images .swiper-product-images .swiper-button.swiper-button-prev:before {
    content: '\e84d';
}
.products .product .product__images .swiper-product-images .swiper-button.swiper-button-next {
    right: .6rem;
}
.products .product .product__images .swiper-product-images .swiper-button.swiper-button-next:before {
    content: '\e84e';
}

.products .product .product__images .product__image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}
.products .product .product__images .product__image {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.products .product .product__images .product__remaining-images {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.home-category#gunkany .product__images,
.home-category#sushi .product__images,
.home-category#maki .product__images {
    /* display: none; */
}
/*
.products .product .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-radius: .6rem;
}
.products .product .product__images:before {
    padding-top: 100%;
    content: '';
    display: block;
}
.products .product .product__images .attachment-woocommerce_thumbnail,
.products .product .product__images .woocommerce-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */
.home-category#gunkany .product__details,
.home-category#sushi .product__details,
.home-category#maki .product__details {
    /*margin-top: 0;*/
    /*padding: 2rem;*/
    /*border-radius: .6rem;*/
    /*background-color: #f2eeea;*/
}
.products .product .product__details {
    position: relative;
    z-index: 20;
    width: 100%;
    margin-top: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
}
#popular .products .product .product__details {
    margin-top: 0;
    margin-left: 1.2rem;
    padding: 1.2rem 0;
}
.products .product .product__heading {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 1.2rem;
}
.products .product .woocommerce-loop-product__title {
    position: relative;
    display: block;
    line-height: 1.2;
    flex-shrink: 1;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 200;
}
.products .product .specs-icons {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
    position: absolute;
    z-index: 60;
    top: .6rem;
    left: .6rem;
}
.products .product .specs-icon {
    display: flex;
    flex-shrink: 0;
    width: 2.8rem;
    border-radius: 20rem;
    height: 2.8rem;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, .1);
}
.products .product .specs-icon.new {
    background-color: transparent;
}
.products .product .specs-icon.veg {
    padding-top: 1%;
}
.products .product .specs-icon .icon {
    width: 100%;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .product .specs-icon .icon:before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    align-self: stretch;
    width: 100%;
}
.products .product .specs-icon.new .icon:before {
    background-image: url('../img/common/icons/new.svg');
}
.products .product .specs-icon.hot .icon:before {
    background-image: url('../img/common/icons/hot.svg');
    width: 60%;
}
.products .product .specs-icon.veg .icon:before {
    background-image: url('../img/common/icons/vegan.svg');
    width: 54%;
}

.products .product .product__desc {
    margin-top: .6rem;
    opacity: .7;
}
.products .product .product__desc p {
    font-size: 1.4rem;
    line-height: 1.3;
}
#popular .products .product .product__desc {
    display: none;
}

.products .product .spacing {
    flex-grow: 1;
}
#popular .products .product .spacing {
    display: block;
}

.products .product .product__cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.products .product .price {
    font-size: 1.8rem;
    font-weight: 200;
    text-transform: lowercase;
}
.products .product .amount {
    position: relative;
}
.products .product .price del {
    margin-right: .6rem;
}
.products .product .price del .amount {
    font-weight: 200;
}
.products .product .price del .amount:before {
    content: '';
    position: absolute;
    background-color: #CAAA91;
    height: .2rem;
    width: 100%;
    transform: rotate(-10deg);
    top: 50%;
    margin-top: -.1rem;
}

.products .product .price ins .amount {
    color: #CAAA91;
}

.products .product .button.add_to_cart_button {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 2.6rem;
    border-radius: 10rem;
    transition: .2s;
    padding: 0 1.2rem;
    background-color: #eaddd3;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;

    display: none !important;
}
.products .product .added_to_cart {
    display: none !important;
}


.products .product.outofstock .button.product_type_simple {
    font-size: 1rem;
    letter-spacing: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 2.2rem;
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10rem;
    transition: .2s;
    text-transform: uppercase;
    padding: 0 1.2rem;
    color: rgba(0, 0, 0, .7);
    font-weight: 700;
    font-size: 0;
    padding-left: .4rem;
}
.products .product.outofstock .button.product_type_simple:after {
    content: 'Нет в наличии';
    font-size: 1rem;
}
.products .product.outofstock .button.product_type_variable {
    font-size: 1rem;
    letter-spacing: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 2.2rem;
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10rem;
    transition: .2s;
    text-transform: uppercase;
    padding: 0 1.2rem;
    color: rgba(0, 0, 0, .7);
    font-weight: 700;
    font-size: 0;
    padding-left: .4rem;
}
.products .product.outofstock .button.product_type_variable:after {
    content: 'Нет в наличии';
    font-size: 1rem;
}

















nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
    width: 100%;
}
ul.page-numbers {
    display: flex;
}
ul.page-numbers li {
    margin-left: .6rem;
}
ul.page-numbers li:first-child {
    margin-left: 0;
}
ul.page-numbers li .page-numbers {
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    border-radius: 5rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.3rem;
    color: #000;
    background-color: #fff;
}
ul.page-numbers li span.page-numbers.current {
    background-color: #000;
    color: #fff;
}
ul.page-numbers li a.page-numbers.next {

}







































.product-single {
    width: 100%;
}
.product-single .product__info {
    display: flex;
    width: 100%;
    align-items: stretch;
}





.product__return {
    display: flex;
    flex-shrink: 0;
    width: 6rem;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 6rem;
}
.product__return-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background-color: rgba(0, 0, 0, .1);
    width: 6rem;
    height: 6rem;
    border-radius: 20rem;
    opacity: .3;
    transition: .3s;
    position: sticky;
    top: 20rem;
}
.product__return:hover .product__return-icon {
    opacity: 1;
}
.product__return .product__return-icon:before {
    content: '\e84d';
    font-family: 'Fontello';
}











/*
.product-single .product__info .product__images {
    flex-shrink: 0;
    width: 40rem;
}
.product-single .product__info .product__image-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
    display: block;
    position: sticky;
    top: 20rem;
}
.product-single .product__info .product__image-wrap:after {
    content: '';
    padding-top: 100%;
    display: block;
}
.product-single .product__info .product__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
} */






.product-single .product__info .product__images {
    width: 100%;
    display: flex;
    align-items: stretch;
    width: 60rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.product-single .product__info .product__images.single {
    aspect-ratio: 1/1;
    background-color: #000;
}
.product-single .product__info .product__images .swipers {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-direction: column-reverse;
    gap: .6rem;
}



.product-single .product__info .product__images .swiper-product-single-images {
    width: 100%;
    position: relative;
    aspect-ratio: 1/1;
    background-color: #000;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 1.2rem;
}


.product-single .product__info .product__images .swiper-product-single-images .swiper-controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    flex-direction: row;
    align-items: stretch;
    z-index: 50;
    pointer-events: none;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-pagination {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 6rem;
    pointer-events: none;
    justify-content: center;
    bottom: .6rem;
    position: absolute;
    left: 50%;
    margin-left: -3rem;
    height: 2.6rem;
    gap: .4rem;
    font-weight: 700;
    /* color: rgba(0, 0, 0, .5); */
    background-color: rgba(0, 0, 0, .1);
    border-radius: 20rem;
    font-size: 1.4rem;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-pagination .swiper-pagination-current {
    color: #fff;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-pagination .swiper-pagination-total {

}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button {
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: .6rem;
    border-radius: 20rem;
    pointer-events: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0;
    transform: scale(.6);
}
.product-single .product__info .product__images .swiper-product-single-images:hover .swiper-button {
    opacity: 1;
    transform: scale(1);
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button:hover {
    background-color: rgba(0, 0, 0, .2);
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button:before {
    font-family: 'Fontello';
    color: rgba(0, 0, 0, .6);
    font-size: 1.4rem;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button.swiper-button-prev {
    left: .6rem;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button.swiper-button-prev:before {
    content: '\e84d';
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button.swiper-button-next {
    right: .6rem;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button.swiper-button-next:before {
    content: '\e84e';
}

.product-single .product__info .product__images .swiper-product-single-images .swiper-slide {
    height: 100%;
    width: 100%;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.product-single .product__info .product__images .swiper-product-single-images .product__image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    overflow: hidden;
    border-radius: 1.2rem;
}
.product-single .product__info .product__images .swiper-product-single-images .product__image,
.product-single .product__info .product__images.single .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.product-single .product__info .product__images .swiper-product-single-images .product__video,
.product-single .product__info .product__images.single .product__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.product-single .product__images.single {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}




.product-single .product__info .product__images .swiper-product-single-thumbs-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .6rem;
}
.product-single .product__info .product__images .swiper-product-single-thumbs {
    width: 100%;
    height: 8rem;
    position: relative;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .swiper-slide {
    height: 100%;
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    cursor: pointer;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .product__image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
/* .product-single .product__info .product__images .swiper-product-single-thumbs .product__image-wrap:before {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s;
    position: absolute;
    display: block;
    z-index: 10;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .swiper-slide-thumb-active .product__image-wrap:before {
    opacity: .3;
} */
.product-single .product__info .product__images .swiper-product-single-thumbs .swiper-slide-thumb-active .product__image-wrap {
    opacity: .6;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .product__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}








.product-single .product__info .product__details {
    width: 100%;
    position: relative;
    flex-shrink: 1;
    margin-left: 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}







.product-single.product-type-composite .product__info .product__button {

}


.product-single.product-type-composite .wooco_wrap {
    margin-bottom: 3.6rem;
}
.product-single.product-type-composite .wooco_components {

}
.product-single.product-type-composite .wooco_component {
    margin-top: 2.4rem;
}
.product-single.product-type-composite .wooco_component:first-child {
    margin-top: 0;
}
.product-single.product-type-composite .wooco_component_name {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    display: block;
}
.product-single.product-type-composite .wooco_component_name:after {
    display: none;
}
.product-single.product-type-composite .wooco_component_desc {
    display: none;
}
.product-single.product-type-composite .wooco_component_product {
    /*margin-top: 1rem;*/
}
.product-single.product-type-composite .wooco_component_product_selection {

}
.product-single.product-type-composite .wooco_component_product_selection .dd-container {

}
.product-single.product-type-composite .wooco_component_product_selection .dd-select {
    display: none !important;
}
.product-single.product-type-composite .dd-options {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;

    border: none !important;
    border-top: none;
    list-style: none;
    box-shadow: none !important;
    display: none;
    position: relative !important;
    z-index: 100 !important;
    margin: 0;
    padding: 0;
    background: transparent !important;
    overflow: auto;
}
.product-single.product-type-composite .dd-options li {
    margin-right: 1.2rem;
    margin-top: 1.2rem;
    cursor: pointer;
}
.product-single.product-type-composite .dd-option {
    border-bottom: none !important;
    color: inherit !important;
    /*padding: 2rem !important;*/
    cursor: pointer;
    /*border-radius: .6rem;*/
    transition: .3s;
    position: relative;
    /*background: #f2eeea !important;*/
    padding-left: 3.6rem !important;
    margin-right: 1.2rem !important;
    margin-bottom: 1.2rem !important;
}
.product-single.product-type-composite .dd-option:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .1);
    top: 1.7rem;
    left: 0rem;
    font-family: 'Fontello';
}
.product-single.product-type-composite .dd-option:hover {
    background: #fff !important;
}
.product-single.product-type-composite .dd-option.dd-option-selected {
    background: #fff !important;
}
.product-single.product-type-composite .dd-option.dd-option-selected:before {
    content: '\e81b';
}
.product-single.product-type-composite .dd-option-text {
    font-size: 1.4rem;
    font-weight: 700;
}
.product-single.product-type-composite .dd-option-description {
    color: inherit !important;
    line-height: 1.3rem !important;
    margin-top: 1rem;
}
.product-single.product-type-composite .dd-option-description .amount {
    font-weight: 700;
}

.product-single.product-type-composite .wooco_total {
    display: none !important;
}








.woocommerce-breadcrumb {
    font-size: 0;
    margin-bottom: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce-breadcrumb a {
    font-size: 1.4rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
.woocommerce-breadcrumb a:last-child:before {
    content: '\e84e';
    font-family: 'Fontello';
    margin: 0 .8rem;
    font-size: 1rem;
}

.product-single .product__info .product__heading {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
.product-single .product__info .product_title {
    font-size: 5.2rem;
    position: relative;
    display: block;
    line-height: 1.3;
    font-weight: 200;
    flex-shrink: 1;
    width: 100%;
}





.product-single .product__info .specs-icons {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
    z-index: 60;
    margin-top: 1rem;
}
.product-single .product__info .specs-icon {
    display: flex;
    flex-shrink: 0;
    width: 4.4rem;
    border-radius: 20rem;
    height: 4.4rem;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, .1);
}
.product-single .product__info .specs-icon.new {
    background-color: transparent;
}
.product-single .product__info .specs-icon.veg {
    padding-top: 1%;
}
.product-single .product__info .specs-icon .icon {
    width: 100%;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-single .product__info .specs-icon .icon:before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    align-self: stretch;
    width: 100%;
}
.product-single .product__info .specs-icon.new .icon:before {
    background-image: url('../img/common/icons/new.svg');
}
.product-single .product__info .specs-icon.hot .icon:before {
    background-image: url('../img/common/icons/hot.svg');
    width: 60%;
}
.product-single .product__info .specs-icon.veg .icon:before {
    background-image: url('../img/common/icons/vegan.svg');
    width: 54%;
}


.product-single .product__info .product__price {
    flex-shrink: 0;
    margin-top: 1.2rem;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 200;
}
.product-single .product__info .product__price .amount {
    line-height: 1.3;
    position: relative;
}

.product-single .product__info .product__price del {
    margin-right: .6rem;
}
.product-single .product__info .product__price del .amount {
    font-weight: 200;
}
.product-single .product__info .product__price del .amount:before {
    content: '';
    position: absolute;
    background-color: #CAAA91;
    height: .2rem;
    width: 100%;
    transform: rotate(-10deg);
    top: 50%;
    margin-top: -.1rem;
}

.product-single .product__info .product__price ins .amount {
    color: #CAAA91;
}



.product-single .product__info .product__desc {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
    border-top: .1rem solid rgba(255, 255, 255, .1);
    width: 100%;
}
.product-single .product__info .woocommerce-product-details__short-description {

}
.product-single .product__info .woocommerce-product-details__short-description > *:first-child {
    margin-top: 0 !important;
}
.product-single .product__info .woocommerce-product-details__short-description p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
}
.product-single .product__info .woocommerce-product-details__short-description a {
    font-weight: 700;
}
.product-single .product__info .woocommerce-product-details__short-description .swipebox {
    display: inline-block;
    padding: 1rem 1.2rem;
    border: .1rem solid rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-top: 1.2rem;
}

.product-single .product__info .available-on-backorder {
    margin-bottom: 2rem;
}

.product-single .product__info .product__button {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-single .product__info .product__button .quantity {
    display: none;
}
.product-single .product__info .product__button .single_add_to_cart_button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 3.6rem .2rem 3.6rem;
    width: 100%;
    font-size: 1.6rem;
    background-color: #c93a2d;
    color: #fff;
    transition: .2s;
    height: 6rem;
    position: relative;
    z-index: 10;
    border-radius: 20rem;
    font-family: inherit;
    transition: .3s;

    display: none;
}
.product-single .product__info .product__button .single_add_to_cart_button.on {
    background-color: #171717;
}
.product-single .product__info .product__button .single_add_to_cart_button:hover {

}

.product-single .product__info .product__button .added_to_cart {
    display: none !important;
}








.ext-products {
    margin-top: 8rem;
    width: 100%;
}

.ext-products .section-products {
    margin-top: 8rem;
    width: 100%;
}
.ext-products .section-products .section-heading {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
}
.ext-products .section-products .section-heading .section-title {
    display: block;
    font-size: 5.2rem;
    font-weight: 100;
}

.ext-products .section-products .section-content {
    margin-top: 4.8rem;
}





































.woocommerce-cart {

}

.return-to-shop {
    display: none;
}

.woocommerce-cart-form {

}

.woocommerce-cart .cart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.woocommerce-cart .cart .cart_item {
    width: calc(33.33% - 1.6rem);
    margin-left: 2.4rem;
    margin-top: 2.4rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    /*background-color: rgba(0, 0, 0, .06);*/
    background-color: #2e4274;
    /*background-color: #f2eeea;*/
    border-radius: .6rem;
    overflow: hidden;
    padding: 1.2rem;
    padding-right: 0;
}
.woocommerce-cart .cart .cart_item:first-child,
.woocommerce-cart .cart .cart_item:nth-child(2),
.woocommerce-cart .cart .cart_item:nth-child(3) {
    margin-top: 0;
}
.woocommerce-cart .cart .cart_item:nth-child(3n-2) {
    margin-left: 0;
}

.woocommerce-cart .cart .cart_item .product-thumbnail {
    width: 40%;
    overflow: hidden;
    border-radius: .6rem;
    flex-shrink: 0;
}
.woocommerce-cart .cart .cart_item .product-thumbnail a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.woocommerce-cart .cart .cart_item .product-thumbnail a:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.woocommerce-cart .cart .cart_item .product-thumbnail img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 2rem;
    flex-shrink: 1;
    width: 100%;
}
.woocommerce-cart .cart .cart_item .product-name {
    width: 100%;
}
.woocommerce-cart .cart .cart_item .product-name a {
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
    display: block;
    color: #fff;
}
.woocommerce-cart .cart .cart_item .cart-product_desc {
    line-height: 1.3;
    font-size: 1.2rem;
    display: block;
    margin-top: .4rem;
    color: #fff;
}

.woocommerce-cart .cart .cart_item .cart-product_desc p {
    display: none;
}
.woocommerce-cart .cart .cart_item .product-name dt.variation- {
    display: none;
}
.woocommerce-cart .cart .cart_item .product-name dd.variation- {
    margin-top: .3rem;
}
.woocommerce-cart .cart .cart_item .product-price {
    white-space: nowrap;
    margin-top: .8rem;
    color: #fff;
}
.woocommerce-cart .cart .cart_item .product-price .amount {
    font-size: 1.4rem;
    display: block;
    line-height: 1.2;
}
.woocommerce-cart .cart .cart_item .product-quantity {

}
.woocommerce-cart .cart .cart_item .product-quantity .quantity {
    display: flex;
    align-items: center;
    border-radius: 10rem;
    /*background-color: #2e4274;*/
    /*padding: .4rem;*/
    justify-content: center;
}
.woocommerce-cart .cart .cart_item .product-quantity .screen-reader-text {
    display: none;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-change {
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
    color: #2e4274;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-minus {
    padding-bottom: .1rem;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-plus {

}
.woocommerce-cart .cart .cart_item .product-quantity .input-text {
    pointer-events: none;
    font-size: 1.4rem;
    width: 3rem;
    margin: 0 .3rem;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    -moz-appearance: textfield;
    color: #fff;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text::-webkit-outer-spin-button,
.woocommerce-cart .cart .cart_item .product-quantity .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.woocommerce-cart .cart .cart_item .product-subtotal {
    white-space: nowrap;
    display: none;
}
.woocommerce-cart .cart .cart_item .product-subtotal .amount {
    font-size: 1.6rem;
    display: block;
    line-height: 1.2;
}
.woocommerce-cart .cart .cart_item .product-remove {
    display: flex;
    flex-shrink: 0;
    width: 5.6rem;
    position: relative;
}
.woocommerce-cart .cart .cart_item .product-remove:before {
    width: .1rem;
    background-color: rgba(255, 255, 255, .12);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
}
.woocommerce-cart .cart .cart_item .product-remove .remove {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FD6364;
    font-size: 1.4rem;
}
.woocommerce-cart .cart .cart_item .product-remove .remove:before {
    content: '\e82e';
    font-family: 'Fontello';
}



.woocommerce-cart .clear-cart {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 3.6rem;
}
.woocommerce-cart .clear-cart .button {
    display: flex;
    align-items: center;
    padding: 0 3.6rem;
    height: 4rem;
    border-radius: 20rem;
    cursor: pointer;
    border: .1rem solid #2e4274;
    /*background-color: #2e4274;*/
    /*background-color: transparent;*/
    /*color: #fff;*/
    /*background-color: #fff;*/
    font-weight: 700;
    font-size: 1.4rem;
    font-family: inherit;
}


.woocommerce-cart .cart .actions {
    display: none;
}
.woocommerce-cart .cart .actions .button {

}



.cart-collaterals {
    margin-top: 6rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    padding-top: 4.2rem;
}
.cart_totals {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart_totals .cart_totals__title {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
}
.cart_totals .cart_totals__subtotal {
    margin-top: 1.6rem;
    font-size: 3.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cart_totals .cart_totals__subtotal s {
    text-decoration: line-through;
    font-size: 2.4rem;
}

.wc-proceed-to-checkout {
    display: flex;
}


.cart_totals .sale-informer {
    max-width: 80rem;
    margin: 1.2rem auto 0;
    display: flex;
    justify-content: center;
}
.cart_totals .sale-informer__content {
    border-radius: 1.2rem;
    line-height: 1.3;
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
    text-align: center;
}
.cart_totals .sale-informer__content.green {
    border: .1rem solid #2e4274;
    color: #2e4274;
}
.cart_totals .sale-informer__content.red {
    border: .1rem solid #db3833;
    color: #db3833;
}

.wc-proceed-to-checkout .checkout-button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 3.6rem;
    background-color: #2e4274;
    padding: 0 3.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .2s;
    height: 5rem;
    color: #fff;
    border-radius: 20rem;
    text-decoration: none !important;
}
.wc-proceed-to-checkout .checkout-button:hover {

}

















form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}



.checkout .woocommerce-error {
    margin-bottom: 3.6rem;
}


.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
    list-style: none !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li {

}





.checkout-block {
    background-color: #f3eeea;
    border-radius: .6rem;
    padding: 3.6rem;


    background-color: rgba(0, 0, 0, .05);
    background-color: transparent;
    padding: 0;
}
.checkout-block:first-child {

}
.checkout-block__title {
    font-size: 2.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 2.8rem;
    /*opacity: .3;*/
    color: #2e4274;
}





.checkout-billing {
    width: calc(50% - 1.8rem);


    width: calc(50% - 3rem);
}









.checkout-shipping {
    margin-top: 6rem;
    font-size: 0;
}
.woocommerce-shipping-methods {
    display: block;
    margin-top: 0 !important;
    list-style: none !important;
    /*flex-wrap: wrap;*/
}
.woocommerce-shipping-methods li {
    position: relative;
    overflow: hidden;
    /*margin-right: 1.2rem;*/
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    font-size: 0 !important;
    margin-top: 2rem !important;
}
.shipping-method .amount {
    /*display: none;*/
    /*margin-left: .5rem;*/
}
.woocommerce-shipping-methods li:first-child {
    margin-top: 0 !important;
}
.shipping-method:last-child {
    margin-right: 0;
}
.woocommerce-shipping-methods li > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.woocommerce-shipping-methods li > label {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
}
.woocommerce-shipping-methods li > label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .6);
    font-family: 'Fontello';
}
.woocommerce-shipping-methods li > label .amount {
    margin-left: .5rem;
}
.woocommerce-shipping-methods li a {
    display: none;
}
.woocommerce-shipping-methods li > input:checked + label:before {
    content: '\e81b';
}



.free-shipping-desc {
    display: block;
    margin-top: 1.2rem;
    line-height: 1.3;
    font-size: 1.4rem;
}

.cart-free-shipping-desc {
    display: block;
    margin-top: 1.2rem;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}



.cdekfw-pvz-block {
    padding: 2rem;
    border: .4rem solid rgba(0, 0, 0, .2);
    margin-top: 1rem;
}
.cdekfw-pvz-block > label {
    margin: 0 !important;
    font-size: 1.6rem;
}








.cdek-widget-wrap {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 6rem;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;

    display: none;
}
#cdek-widget {
    width: 100%;
    height: 40rem;
    pointer-events: auto;
}















.checkout-billing__fields {

}
/*#billing_country_field {
    display: none;
}*/
.checkout-billing .form-row {
    margin-top: 1.8rem;
}
.form-row.address-2-field {
    margin-top: .6rem;
}
.checkout-billing .form-row:first-child {
    margin-top: 0;
}
.checkout-billing .form-row.validate-required {

}
.checkout-billing .form-row > label {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .8rem;
}
.checkout-billing .form-row > label abbr {
    display: none;
}
.checkout-billing .woocommerce-input-wrapper {
    display: flex;
    align-items: stretch;
}
.checkout-billing .input-text {
    display: block;
    width: 100%;
    padding: 1.2rem 1.2rem;
    font-size: 1.4rem;
    background-color: #fff;
    flex-shrink: 1;
    font-family: inherit;
    border-radius: .6rem;


    background-color: rgba(0, 0, 0, .1);
}
.checkout-billing .input-text.empty {
    border: .2rem solid #FC1A29;
}
.checkout-billing textarea.input-text {
    min-height: 6rem;
}
.checkout-billing .input-text::placeholder {
    color: rgba(0, 0, 0, .6);
}
.checkout-billing .input-text::-moz-placeholder {
    color: rgba(0, 0, 0, .6);
}
.checkout-billing .input-text:-moz-placeholder {
    color: rgba(0, 0, 0, .6);
}
.checkout-billing .input-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
}

.checkout-billing .true-wrapper {
    justify-content: space-between;
}
.checkout-billing .true-wrapper .input-text {
    width: calc(20% - .48rem);
}
.checkout-billing .true-wrapper-textarea .input-text {
    width: 100%;
    height: 8rem;
    resize: none;
    margin-top: .6rem;
}




#billing_city_field,
#billing_address_2_field {

}
#billing_country_field {
    display: none !important;
}



#billing_state_field.off {
    position: absolute;
    left: -3000px;
}




.select2 {

}
.selection {

}
.select2-selection {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    border-radius: .6rem !important;
    height: 4.2rem !important;


    background-color: rgba(0, 0, 0, .1) !important;
}
.select2-selection__rendered {
    color: #2e4274 !important;
    line-height: 4.2rem !important;
    font-size: 1.4rem !important;
/*    background-color: rgba(0, 0, 0, .08);*/
    margin-top: .6rem;
}
.select2-selection__arrow {
    width: 4.2rem !important;
    height: 4.2rem !important;
    top: .6rem !important;
    right: 0 !important;
}




.select2-container {

}
.select2-dropdown {
    background-color: #fff !important;
    border-radius: 0 0 .6rem .6rem !important;
    border: none !important;
}
.select2-search {
    padding: .6rem !important;
}
.select2-search__field {
    padding: 1rem !important;
    border:  none !important;
    border-radius: 0rem !important;
    background-color: rgba(0, 0, 0, .07) !important;
}

.select2-results {

}
.select2-results__options {

}
.select2-results__option {
    padding: 1.2rem !important;
    color: #2e4274 !important;
    font-size: 1.4rem !important;
}
.select2-results__option.select2-results__option--highlighted {
    background-color: #fff !important;
    color: #2e4274 !important;
}
.select2-results__option[data-selected=true] {
    background-color: #2e4274 !important;
    color: #fff !important;
}


#billing_company_field {
    display: none !important;
}
.bringup-box {
    display: flex;
    align-items: stretch;
    height: 4rem;
}
.bringup-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 2.4rem;
    border-radius: 20rem;
    color: #2e4274;
    background-color: #fff;
    transition: .3s;
    margin-left: 1.2rem;
    cursor: pointer;
}
.bringup-button:first-child {
    margin-left: 0;
}
.bringup-button.on {
    background-color: #2e4274;
    color: #fff;
}









.checkout-additional__fields {
    margin-top: 1.2rem;
}

.checkout-billing .optional {
    display: none;
}












.woocommerce-checkout .shop_table {
    width: calc(50% - 3rem);
    margin-left: 6rem;
}



.checkout-review {

}
.checkout-review__list {
    border-collapse: collapse;
    width: 100%;
}
.checkout-review__list thead {

}
.checkout-review__list thead tr {

}
.checkout-review__list thead th {
    padding: 0 0 1.2rem;
    font-size: 1.4rem;
}
.checkout-review__list thead th.product-name {
    text-align: left;
}

.checkout-review__list thead th.product-total {
    white-space: nowrap;
    text-align: right;
    padding-left: 1.2rem;
}
.checkout-review__list tbody {

}
.checkout-review__list tbody tr.cart_item {

}
.checkout-review__list tbody td {
    padding: 1.2rem 0;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.3;
    border-top: .1rem solid rgba(0, 0, 0, .08);
}
.checkout-review__list tbody tr:nth-child(odd) td {

}
.checkout-review__list tbody td.product-name {
    text-align: left;
    /*border-radius: 1rem 0 0 1rem;*/
}
.checkout-review__list tbody td.product-name dt.variation- {
    display: none;
}
.checkout-review__list tbody td.product-name dd.variation- {
    margin-top: .3rem;
}
.checkout-review__list tbody td.product-name .cart-product_desc {
    display: block;
    font-size: 1.2rem;
    margin-top: .6rem;
}

.checkout-review__list tbody td.product-total {
    white-space: nowrap;
    text-align: right;
    padding-left: 1.2rem;

}
.checkout-review__list tfoot {

}
.checkout-review__list tfoot tr.cart-subtotal {

}
.checkout-review__list tfoot th {
    text-align: left;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .08);
    font-weight: 400;
}
.checkout-review__list tfoot td {
    border-top: .1rem solid rgba(0, 0, 0, .08);
    white-space: nowrap;
    text-align: right;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    padding-left: 1.2rem;
}
.checkout-review__list tfoot tr:last-child th,
.checkout-review__list tfoot tr:last-child td {
    padding: 1.2rem 0 0;
    font-weight: 700;
}
.checkout-review__list tfoot tr:last-child td s {
    text-decoration: line-through;
}






.add-checkout-feilds {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2rem;
}
.add-checkout-feilds > * {
    width: calc(50% - .6rem);
}

.bringup-info {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
    font-size: 1.4rem;
    /* text-transform: lowercase; */
    display: block;
}
.bringup-info:before {
    /* content: '+'; */
}

#bringup_checkout_field {

}
#bringup_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
    width: 100%;
}
#bringup_checkout_field .input-checkbox  {
    position: absolute;
    opacity: 0;
}
#bringup_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#bringup_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}



#billing_change5000_field,
#billing_no_cutlery_field,
#billing_no_soy_sauce_field,
#billing_no_ginger_field,
#billing_no_wasabi_field {
    display: none;
}

#change5000_checkout_field {
}
#change5000_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#change5000_checkout_field .input-checkbox_change5000  {
    position: absolute;
    opacity: 0;
}
#change5000_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#change5000_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}


#no_cutlery_checkout_field {
}
#no_cutlery_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#no_cutlery_checkout_field .input-checkbox_no-cutlery  {
    position: absolute;
    opacity: 0;
}
#no_cutlery_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#no_cutlery_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}


#no_soy_sauce_checkout_field {
}
#no_soy_sauce_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#no_soy_sauce_checkout_field .input-checkbox_no-soy-sauce  {
    position: absolute;
    opacity: 0;
}
#no_soy_sauce_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#no_soy_sauce_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}


#no_ginger_checkout_field {
}
#no_ginger_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#no_ginger_checkout_field .input-checkbox_no-ginger  {
    position: absolute;
    opacity: 0;
}
#no_ginger_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#no_ginger_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}


#no_wasabi_checkout_field {
}
#no_wasabi_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#no_wasabi_checkout_field .input-checkbox_no-wasabi  {
    position: absolute;
    opacity: 0;
}
#no_wasabi_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#no_wasabi_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}
















.woocommerce-form-coupon-toggle {
    display: none !important;
}


.checkout .cart-coupons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1.2rem;
    padding: 2.4rem;
    margin-top: 3.6rem;
}
.checkout .cart-coupons .form-coupon {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.checkout .cart-coupons .form-coupon__title {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: .8rem;
}
.checkout .cart-coupons .form-coupon__content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 4rem;
    background-color: #fff;
    border-radius: 20rem;
    padding: .4rem .4rem .4rem 0;
    overflow: hidden;
    position: relative;
}
.checkout .cart-coupons .form-coupon .input-coupon {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    flex-shrink: 1;
}
.checkout .cart-coupons .form-coupon .input-coupon::placeholder {
    font-weight: 700;
    font-size: 1.2rem;
    font-family: inherit;
    text-transform: none;
    color: #FC4045;
}
.checkout .cart-coupons .form-coupon .button-coupon {
    background-color: #2e4274;
    color: #fff;
    border-radius: 20rem;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 1.2rem;
    font-family: inherit;
    flex-shrink: 0;
}

.checkout .cart-coupons .applied-coupons {
    margin-top: .6rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: .6rem;
}
.checkout .cart-coupons .applied-coupon {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 1.2rem;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__heading {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__amount {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__amount .amount {

}
.checkout .cart-coupons .applied-coupon .applied-coupon__amount .woocommerce-remove-coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    flex-shrink: 0;
    align-self: stretch;
    margin-left: 1.2rem;
    color: #FC4045;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__amount .woocommerce-remove-coupon:before {
    content: '\E82E';
    font-family: 'Fontello';
    font-size: 1rem;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__description {
    margin-top: .3rem;
    font-size: 1.4rem;
}












.checkout-total {
    margin-top: 6rem;
    display: block;
    font-size: 2rem;
}
.order-total__label {

}
.order-total__summ {

}











.checkout-payment {
    width: 100%;
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-methods {
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;
}
.payment-method {
    position: relative;
    overflow: hidden;
    margin-right: 1.2rem;
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;
}
.payment-method:last-child {
    margin-right: 0;
}
.payment-method__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.payment-method__input:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.payment-method__input:checked {

}
.payment-method__label {
    height: 4rem;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .1);
    padding: 0 2.4rem;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .2s;
    cursor: pointer;
}
.payment-method__label img {
    display: none !important;
}
.payment-method__input:checked + .payment-method__label {
    background-color: #2e4274;
    color: #fff;
}
.payment-method__label:hover {

}
.payment_box {
    display: none !important;
}



.cash-limit-info {
    margin: 1.6rem auto 0;
    display: block;
    text-align: center;
    max-width: 35rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}








.checkout-confirm {
    width: 100%;
    margin-top: 3.6rem;
    border-radius: 0;
    /*border-top: .1rem solid rgba(0, 0, 0, .1);*/
    padding: 3.6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
}

.privacy-confirm {
    text-align: center;
    margin-bottom: 2.4rem;
    line-height: 1.3;
    width: 100%;
    max-width: 40rem;
    font-size: 1.4rem;

    display: none;
}
.privacy-confirm a {

}

.btn-copy-confirm {
    height: 5rem;
    padding: 0 3.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #2e4274;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    transition: .2s;
    font-family: inherit;
    cursor: pointer;
    font-size: 1.4rem;
}
.checkout-confirm__button {
    height: 5rem;
    padding: 0 3.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #2e4274;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    transition: .2s;
    font-family: inherit;
    cursor: pointer;
    font-size: 1.4rem;
    display: none;
}
.checkout-confirm__button:hover {

}




























.woocommerce-order-received .woocommerce-order {
    margin: 0 auto;
    width: 70rem;
}

.woocommerce-order {

}
.woocommerce-thankyou-order-received {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
}
.woocommerce-thankyou-order-received b {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
}

.payment_instructions {
    background-color: #2e4274;
    color: #fff;
    border-radius: .6rem;
    padding: 6rem;
    margin-top: 3.6rem;
    line-height: 1.4;
}
.payment_instructions__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}
.payment_instructions .card-number {
    display: block;
    margin-top: 3.6rem;
}
.payment_instructions .card-number__title {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    opacity: .4;
}
.payment_instructions .card-number__number {
    display: block;
    font-weight: 700;
    margin-top: 1.2rem;
}
.payment_instructions .card-holder {
    display: block;
    margin-top: 3.6rem;
}
.payment_instructions .card-holder__title {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    opacity: .4;
}
.payment_instructions .card-holder__name {
    display: block;
    font-weight: 700;
    margin-top: 1.2rem;
}
























































































@media all and (max-width: 1000px) {

.no-sale-info {
    display: none;
}
.term-sets .no-sale-info {
    display: block;
    width: 100%;
    margin-top: 6rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}









.xoo-cp-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 999999;
    transition: .2s;
    opacity: 0;
    pointer-events: none;


    display: none !important;
}
.xoo-cp-modal.xoo-cp-active {
    opacity: 1;
    pointer-events: auto;
}
.xoo-cp-container {
    width: 50rem;
    /*background-color: ;*/
    padding: 3.6rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: .6rem;
}


.xoo-cp-preloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    pointer-events: none;
    opacity: 0;
    border-radius: .6rem;
}
.xoo-cp-preloader .icon-spin5 {
    color: rgba(0, 0, 0, .6);
    font-size: 2.8rem;
}
.xoo-cp-preloader.on {
    pointer-events: auto;
    opacity: 1;
}





.xoo-cp-content {

}

.xoo-cp-atcn {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #eedfc2;
    font-weight: 700;
    text-transform: uppercase;

    display: none;
}

.xoo-cp-pdetails {

}
.xoo-cp-pdetails-inner {

}
.xoo-cp-ptitle {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
}
.xoo-cp-pname {
    font-weight: 700;
}
.xoo-cp-variations {
    display: inline;
    font-weight: 700;
}
.xoo-cp-variations .variation {
    display: inline;
}
.xoo-cp-variations .variation dt {
    display: inline;
}
.xoo-cp-variations .variation dd {
    margin-left: .5rem;
    display: inline;
}
.xoo-cp-pprice {
    font-weight: 700;
    display: inline;
    display: none;
    /*color: #eedfc2;*/
}
.xoo-cp-pprice .amount {

}
.xoo-cp-pqty {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xoo-cp-qtybox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem;
    /*background-color: rgba(0, 0, 0, .3);*/
    border-radius: 10rem;
    border: .2rem solid rgba(0, 0, 0, .12);
    width: auto;
}
.xcp-chng {
    background-color: rgba(0, 0, 0, .12);
    width: 4rem;
    height: 4rem;
    border-radius: 10rem;
    color: rgba(0, 0, 0, .6);
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.xcp-minus {

}
.xcp-plus {

}
.xoo-cp-qty {
    margin: 0 1.2rem;
    height: 4rem;
    font-size: 1.6rem;
    display: flex;
    /*color: #fff;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 4rem;
    font-weight: 700;
}
.xoo-cp-remove {
    background-color: #CE0B15;
    width: 3rem;
    height: 3rem;
    margin-left: .4rem;
    border-radius: 10rem;
    color: #fff;
    font-size: 1rem;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.xoo-cp-remove:after {
    content: '\e82e';
    font-family: Fontello;
}




.xoo-cp-ptotal {
    margin-top: 2.4rem;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2.6rem;
}



.xoo-cp-close-wrap {
    border-top: .1rem solid rgba(0, 0, 0, .1);
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    display: flex;
    justify-content: center;
    width: 100%;
}
.xoo-cp-close.xcp-btn {
    display: flex;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background-color: #2e4274;
    color: #fff;
}
.xoo-cp-close.xcp-btn:before {
    content: '\e81b';
    font-family: Fontello;
}





.xoo-cp-notice-box {

}
.xoo-cp-notice-box:before {

}













p.woocommerce-result-count {
display: none;
}
form.woocommerce-ordering {
display: none;
}
.woocommerce-message {
    display: none;
}
.woocommerce-info {
    text-align: center;
}



.woocommerce {
    width: 100%;
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem 2.8rem;
}

.products .product {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#popular .products .product {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.products .product:hover {
    /*border: .2rem solid rgba(255, 255, 255, .12);*/
}




.products .product .product__link {
    display: block;
}
#popular .products .product .product__link {
    width: 10rem;
    flex-shrink: 0;
}


.products .product .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    aspect-ratio: 1/1;
    border-radius: 1.2rem;
}

.products .product .product__images .swiper-product-images {
    width: 100%;
    height: 100%;
    position: relative;
}
.products .product .product__images .swiper-product-images .swiper-wrapper {
    width: 100%;
    height: 100%;
}
/* .products .product .product__images .swiper-product-images .swiper-slide {
    opacity: 0 !important;
}
.products .product .product__images .swiper-product-images .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
} */
.products .product .product__images .swiper-product-images .swiper-controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    flex-direction: row;
    align-items: stretch;
    z-index: 50;
    pointer-events: none;
}
.products .product .product__images .swiper-product-images .swiper-pagination {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 4.4rem;
    pointer-events: none;
    justify-content: center;
    bottom: .6rem;
    position: absolute;
    left: .6rem;
    height: 2rem;
    gap: .2rem;
    font-weight: 400;
    /* color: rgba(0, 0, 0, .5); */
    background-color: rgba(255, 255, 255, .1);
    border-radius: 20rem;
    font-size: 1.2rem;
}
.products .product .product__images .swiper-product-images .swiper-pagination .swiper-pagination-current {
    color: #fff;
}
.products .product .product__images .swiper-product-images .swiper-pagination .swiper-pagination-total {

}
.products .product .product__images .swiper-product-images .swiper-button {
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    /* top: 50%; */
    bottom: .6rem;
    /* margin-top: -1.3rem; */
    border-radius: 20rem;
    pointer-events: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0;
    transform: scale(.6);
    display: none !important;
}
.products .product .product__images .swiper-product-images:hover .swiper-button {
    opacity: 1;
    transform: scale(1);
}
.products .product .product__images .swiper-product-images .swiper-button:hover {
    background-color: rgba(255, 255, 255, .2);
}
.products .product .product__images .swiper-product-images .swiper-button:before {
    font-family: 'Fontello';
    color: rgba(255, 255, 255, .6);
    font-size: 1.4rem;
}
.products .product .product__images .swiper-product-images .swiper-button.swiper-button-prev {
    left: .6rem;
}
.products .product .product__images .swiper-product-images .swiper-button.swiper-button-prev:before {
    content: '\e84d';
}
.products .product .product__images .swiper-product-images .swiper-button.swiper-button-next {
    right: .6rem;
}
.products .product .product__images .swiper-product-images .swiper-button.swiper-button-next:before {
    content: '\e84e';
}

.products .product .product__images .product__image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}
.products .product .product__images .product__image {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.products .product .product__images .product__remaining-images {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.home-category#gunkany .product__images,
.home-category#sushi .product__images,
.home-category#maki .product__images {
    /* display: none; */
}
/*
.products .product .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-radius: .6rem;
}
.products .product .product__images:before {
    padding-top: 100%;
    content: '';
    display: block;
}
.products .product .product__images .attachment-woocommerce_thumbnail,
.products .product .product__images .woocommerce-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */
.home-category#gunkany .product__details,
.home-category#sushi .product__details,
.home-category#maki .product__details {
    /*margin-top: 0;*/
    /*padding: 2rem;*/
    /*border-radius: .6rem;*/
    /*background-color: #f2eeea;*/
}
.products .product .product__details {
    position: relative;
    z-index: 20;
    width: 100%;
    margin-top: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
}
#popular .products .product .product__details {
    margin-top: 0;
    margin-left: 1.2rem;
    padding: 1.2rem 0;
}
.products .product .product__heading {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 1.2rem;
}
.products .product .woocommerce-loop-product__title {
    position: relative;
    display: block;
    line-height: 1.2;
    flex-shrink: 1;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 200;
}


.products .product .specs-icons {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
    position: absolute;
    z-index: 60;
    top: .6rem;
    left: .6rem;
}
.products .product .specs-icon {
    display: flex;
    flex-shrink: 0;
    width: 2.2rem;
    border-radius: 20rem;
    height: 2.2rem;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, .1);
}
.products .product .specs-icon.new {
    background-color: transparent;
}
.products .product .specs-icon.veg {
    padding-top: 1%;
}
.products .product .specs-icon .icon {
    width: 100%;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .product .specs-icon .icon:before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    align-self: stretch;
    width: 100%;
}
.products .product .specs-icon.new .icon:before {
    background-image: url('../img/common/icons/new.svg');
}
.products .product .specs-icon.hot .icon:before {
    background-image: url('../img/common/icons/hot.svg');
    width: 60%;
}
.products .product .specs-icon.veg .icon:before {
    background-image: url('../img/common/icons/vegan.svg');
    width: 54%;
}
.products .product .product__desc {
    margin-top: .6rem;
    opacity: .7;
}
.products .product .product__desc p {
    font-size: 1.4rem;
    line-height: 1.3;
}
#popular .products .product .product__desc {
    display: none;
}

.products .product .spacing {
    flex-grow: 1;
}
#popular .products .product .spacing {
    display: block;
}

.products .product .product__cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.products .product .price {
    font-size: 1.8rem;
    font-weight: 200;
    text-transform: lowercase;
}
.products .product .amount {
    position: relative;
}
.products .product .price del {
    margin-right: .6rem;
}
.products .product .price del .amount {
    font-weight: 200;
}
.products .product .price del .amount:before {
    content: '';
    position: absolute;
    background-color: #CAAA91;
    height: .2rem;
    width: 100%;
    transform: rotate(-10deg);
    top: 50%;
    margin-top: -.1rem;
}

.products .product .price ins .amount {
    color: #CAAA91;
}


.products .product .button.add_to_cart_button {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 2.6rem;
    border-radius: 10rem;
    transition: .2s;
    padding: 0 1.2rem;
    background-color: #eaddd3;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;

    display: none !important;
}
.products .product .added_to_cart {
    display: none !important;
}


.products .product.outofstock .button.product_type_simple {
    font-size: 1rem;
    letter-spacing: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 2.2rem;
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10rem;
    transition: .2s;
    text-transform: uppercase;
    padding: 0 1.2rem;
    color: rgba(0, 0, 0, .7);
    font-weight: 700;
    font-size: 0;
    padding-left: .4rem;
}
.products .product.outofstock .button.product_type_simple:after {
    content: 'Нет в наличии';
    font-size: 1rem;
}
.products .product.outofstock .button.product_type_variable {
    font-size: 1rem;
    letter-spacing: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 2.2rem;
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10rem;
    transition: .2s;
    text-transform: uppercase;
    padding: 0 1.2rem;
    color: rgba(0, 0, 0, .7);
    font-weight: 700;
    font-size: 0;
    padding-left: .4rem;
}
.products .product.outofstock .button.product_type_variable:after {
    content: 'Нет в наличии';
    font-size: 1rem;
}

















nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
    width: 100%;
}
ul.page-numbers {
    display: flex;
}
ul.page-numbers li {
    margin-left: .6rem;
}
ul.page-numbers li:first-child {
    margin-left: 0;
}
ul.page-numbers li .page-numbers {
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    border-radius: 5rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.3rem;
    color: #000;
    background-color: #fff;
}
ul.page-numbers li span.page-numbers.current {
    background-color: #000;
    color: #fff;
}
ul.page-numbers li a.page-numbers.next {

}







































.product-single {
    width: 100%;
}
.product-single .product__info {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
}





.product__return {
    display: flex;
    flex-shrink: 0;
    width: 6rem;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 6rem;
}
.product__return-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background-color: rgba(0, 0, 0, .1);
    width: 6rem;
    height: 6rem;
    border-radius: 20rem;
    opacity: .3;
    transition: .3s;
    position: sticky;
    top: 20rem;
}
.product__return:hover .product__return-icon {
    opacity: 1;
}
.product__return .product__return-icon:before {
    content: '\e84d';
    font-family: 'Fontello';
}











/*
.product-single .product__info .product__images {
    flex-shrink: 0;
    width: 40rem;
}
.product-single .product__info .product__image-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
    display: block;
    position: sticky;
    top: 20rem;
}
.product-single .product__info .product__image-wrap:after {
    content: '';
    padding-top: 100%;
    display: block;
}
.product-single .product__info .product__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
} */






.product-single .product__info .product__images {
    width: 100%;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}
.product-single .product__info .product__images.single {
    aspect-ratio: 1/1;
    background-color: #000;
}
.product-single .product__info .product__images .swipers {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-direction: column-reverse;
    gap: .6rem;
    display: grid;
}



.product-single .product__info .product__images .swiper-product-single-images {
    width: 100%;
    position: relative;
    aspect-ratio: 1/1;
    background-color: #000;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 1.2rem;
    grid-row: 1;
}


.product-single .product__info .product__images .swiper-product-single-images .swiper-controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    flex-direction: row;
    align-items: stretch;
    z-index: 50;
    pointer-events: none;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-pagination {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 6rem;
    pointer-events: none;
    justify-content: center;
    bottom: .6rem;
    position: absolute;
    left: 50%;
    margin-left: -3rem;
    height: 2.6rem;
    gap: .4rem;
    font-weight: 400;
    /* color: rgba(0, 0, 0, .5); */
    background-color: rgba(255, 255, 255, .1);
    border-radius: 20rem;
    font-size: 1.4rem;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-pagination .swiper-pagination-current {
    color: #fff;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-pagination .swiper-pagination-total {

}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button {
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    bottom: .6rem;
    border-radius: 20rem;
    pointer-events: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0;
    transform: scale(.6);

    display: none;
}
.product-single .product__info .product__images .swiper-product-single-images:hover .swiper-button {
    opacity: 1;
    transform: scale(1);
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button:hover {
    background-color: rgba(0, 0, 0, .2);
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button:before {
    font-family: 'Fontello';
    color: rgba(0, 0, 0, .6);
    font-size: 1.4rem;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button.swiper-button-prev {
    left: .6rem;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button.swiper-button-prev:before {
    content: '\e84d';
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button.swiper-button-next {
    right: .6rem;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-button.swiper-button-next:before {
    content: '\e84e';
}

.product-single .product__info .product__images .swiper-product-single-images .swiper-slide {
    height: 100%;
    width: 100%;
}
.product-single .product__info .product__images .swiper-product-single-images .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.product-single .product__info .product__images .swiper-product-single-images .product__image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    overflow: hidden;
    border-radius: 1.2rem;
}
.product-single .product__info .product__images .swiper-product-single-images .product__image,
.product-single .product__info .product__images.single .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.product-single .product__info .product__images .swiper-product-single-images .product__video,
.product-single .product__info .product__images.single .product__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.product-single .product__images.single {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}




.product-single .product__info .product__images .swiper-product-single-thumbs-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .6rem;
}
.product-single .product__info .product__images .swiper-product-single-thumbs {
    width: 100%;
    height: 8rem;
    position: relative;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .swiper-slide {
    height: 100%;
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    cursor: pointer;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .product__image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    border-radius: 1.2rem;
}
/* .product-single .product__info .product__images .swiper-product-single-thumbs .product__image-wrap:before {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s;
    position: absolute;
    display: block;
    z-index: 10;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .swiper-slide-thumb-active .product__image-wrap:before {
    opacity: .3;
} */
.product-single .product__info .product__images .swiper-product-single-thumbs .swiper-slide-thumb-active .product__image-wrap {
    opacity: .6;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.product-single .product__info .product__images .swiper-product-single-thumbs .product__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}







.product-single .product__info .product__details {
    width: 100%;
    position: relative;
    flex-shrink: 1;
    margin-top: 3.6rem;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}







.product-single.product-type-composite .product__info .product__button {

}


.product-single.product-type-composite .wooco_wrap {
    margin-bottom: 3.6rem;
}
.product-single.product-type-composite .wooco_components {

}
.product-single.product-type-composite .wooco_component {
    margin-top: 2.4rem;
}
.product-single.product-type-composite .wooco_component:first-child {
    margin-top: 0;
}
.product-single.product-type-composite .wooco_component_name {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    display: block;
}
.product-single.product-type-composite .wooco_component_name:after {
    display: none;
}
.product-single.product-type-composite .wooco_component_desc {
    display: none;
}
.product-single.product-type-composite .wooco_component_product {
    /*margin-top: 1rem;*/
}
.product-single.product-type-composite .wooco_component_product_selection {

}
.product-single.product-type-composite .wooco_component_product_selection .dd-container {

}
.product-single.product-type-composite .wooco_component_product_selection .dd-select {
    display: none !important;
}
.product-single.product-type-composite .dd-options {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;

    border: none !important;
    border-top: none;
    list-style: none;
    box-shadow: none !important;
    display: none;
    position: relative !important;
    z-index: 100 !important;
    margin: 0;
    padding: 0;
    background: transparent !important;
    overflow: auto;
}
.product-single.product-type-composite .dd-options li {
    margin-right: 1.2rem;
    margin-top: 1.2rem;
    cursor: pointer;
}
.product-single.product-type-composite .dd-option {
    border-bottom: none !important;
    color: inherit !important;
    /*padding: 2rem !important;*/
    cursor: pointer;
    /*border-radius: .6rem;*/
    transition: .3s;
    position: relative;
    /*background: #f2eeea !important;*/
    padding-left: 3.6rem !important;
    margin-right: 1.2rem !important;
    margin-bottom: 1.2rem !important;
}
.product-single.product-type-composite .dd-option:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .1);
    top: 1.7rem;
    left: 0rem;
    font-family: 'Fontello';
}
.product-single.product-type-composite .dd-option:hover {
    background: #fff !important;
}
.product-single.product-type-composite .dd-option.dd-option-selected {
    background: #fff !important;
}
.product-single.product-type-composite .dd-option.dd-option-selected:before {
    content: '\e81b';
}
.product-single.product-type-composite .dd-option-text {
    font-size: 1.4rem;
    font-weight: 700;
}
.product-single.product-type-composite .dd-option-description {
    color: inherit !important;
    line-height: 1.3rem !important;
    margin-top: 1rem;
}
.product-single.product-type-composite .dd-option-description .amount {
    font-weight: 700;
}

.product-single.product-type-composite .wooco_total {
    display: none !important;
}








.woocommerce-breadcrumb {
    font-size: 0;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce-breadcrumb a {
    font-size: 1.4rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
.woocommerce-breadcrumb a:last-child:before {
    content: '\e84e';
    font-family: 'Fontello';
    margin: 0 .8rem;
    font-size: 1rem;
}

.product-single .product__info .product__heading {
    display: flex;
    align-items: flex-start;
    gap: 2.4rem;
    width: 100%;
    justify-content: space-between;
}
.product-single .product__info .product_title {
    font-size: 3.6rem;
    position: relative;
    display: block;
    line-height: 1.2;
    font-weight: 200;
    flex-shrink: 1;
    width: 100%;
}





.product-single .product__info .specs-icons {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
    z-index: 60;
    margin-top: .8rem;
}
.product-single .product__info .specs-icon {
    display: flex;
    flex-shrink: 0;
    width: 3.2rem;
    border-radius: 20rem;
    height: 3.2rem;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, .1);
}
.product-single .product__info .specs-icon.new {
    background-color: transparent;
}
.product-single .product__info .specs-icon.veg {
    padding-top: 1%;
}
.product-single .product__info .specs-icon .icon {
    width: 100%;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-single .product__info .specs-icon .icon:before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    align-self: stretch;
    width: 100%;
}
.product-single .product__info .specs-icon.new .icon:before {
    background-image: url('../img/common/icons/new.svg');
}
.product-single .product__info .specs-icon.hot .icon:before {
    background-image: url('../img/common/icons/hot.svg');
    width: 60%;
}
.product-single .product__info .specs-icon.veg .icon:before {
    background-image: url('../img/common/icons/vegan.svg');
    width: 54%;
}



.product-single .product__info .product__price {
    flex-shrink: 0;
    margin-top: 1.2rem;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 200;
}
.product-single .product__info .product__price .amount {
    line-height: 1.3;
    position: relative;
}

.product-single .product__info .product__price del {
    margin-right: .6rem;
}
.product-single .product__info .product__price del .amount {
    font-weight: 200;
}
.product-single .product__info .product__price del .amount:before {
    content: '';
    position: absolute;
    background-color: #CAAA91;
    height: .2rem;
    width: 100%;
    transform: rotate(-10deg);
    top: 50%;
    margin-top: -.1rem;
}

.product-single .product__info .product__price ins .amount {
    color: #CAAA91;
}




.product-single .product__info .product__desc {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
    border-top: .1rem solid rgba(255, 255, 255, .1);
    width: 100%;
}
.product-single .product__info .woocommerce-product-details__short-description {

}
.product-single .product__info .woocommerce-product-details__short-description > *:first-child {
    margin-top: 0 !important;
}
.product-single .product__info .woocommerce-product-details__short-description p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
}
.product-single .product__info .woocommerce-product-details__short-description a {
    font-weight: 700;
}
.product-single .product__info .woocommerce-product-details__short-description .swipebox {
    display: inline-block;
    padding: 1rem 1.2rem;
    border: .1rem solid rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-top: 1.2rem;
}

.product-single .product__info .available-on-backorder {
    margin-bottom: 2rem;
}

.product-single .product__info .product__button {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-single .product__info .product__button .quantity {
    display: none;
}
.product-single .product__info .product__button .single_add_to_cart_button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 3.6rem .2rem 3.6rem;
    width: 100%;
    font-size: 1.6rem;
    background-color: #c93a2d;
    color: #fff;
    transition: .2s;
    height: 6rem;
    position: relative;
    z-index: 10;
    border-radius: 20rem;
    font-family: inherit;
    transition: .3s;

    display: none;
}
.product-single .product__info .product__button .single_add_to_cart_button.on {
    background-color: #171717;
}
.product-single .product__info .product__button .single_add_to_cart_button:hover {

}

.product-single .product__info .product__button .added_to_cart {
    display: none !important;
}








.ext-products {
    margin-top: 8rem;
    width: 100%;
}

.ext-products .section-products {
    margin-top: 8rem;
    width: 100%;
}
.ext-products .section-products .section-heading {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
}
.ext-products .section-products .section-heading .section-title {
    display: block;
    font-size: 3.2rem;
    font-weight: 100;
}

.ext-products .section-products .section-content {
    margin-top: 4.8rem;
}





































.woocommerce-cart {

}

.return-to-shop {
    display: none;
}

.woocommerce-cart-form {

}

.woocommerce-cart .cart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.woocommerce-cart .cart .cart_item {
    width: calc(33.33% - 1.6rem);
    margin-left: 2.4rem;
    margin-top: 2.4rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    /*background-color: rgba(0, 0, 0, .06);*/
    background-color: #2e4274;
    /*background-color: #f2eeea;*/
    border-radius: .6rem;
    overflow: hidden;
    padding: 1.2rem;
    padding-right: 0;
}
.woocommerce-cart .cart .cart_item:first-child,
.woocommerce-cart .cart .cart_item:nth-child(2),
.woocommerce-cart .cart .cart_item:nth-child(3) {
    margin-top: 0;
}
.woocommerce-cart .cart .cart_item:nth-child(3n-2) {
    margin-left: 0;
}

.woocommerce-cart .cart .cart_item .product-thumbnail {
    width: 40%;
    overflow: hidden;
    border-radius: .6rem;
    flex-shrink: 0;
}
.woocommerce-cart .cart .cart_item .product-thumbnail a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.woocommerce-cart .cart .cart_item .product-thumbnail a:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.woocommerce-cart .cart .cart_item .product-thumbnail img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 2rem;
    flex-shrink: 1;
    width: 100%;
}
.woocommerce-cart .cart .cart_item .product-name {
    width: 100%;
}
.woocommerce-cart .cart .cart_item .product-name a {
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
    display: block;
    color: #fff;
}
.woocommerce-cart .cart .cart_item .cart-product_desc {
    line-height: 1.3;
    font-size: 1.2rem;
    display: block;
    margin-top: .4rem;
    color: #fff;
}

.woocommerce-cart .cart .cart_item .cart-product_desc p {
    display: none;
}
.woocommerce-cart .cart .cart_item .product-name dt.variation- {
    display: none;
}
.woocommerce-cart .cart .cart_item .product-name dd.variation- {
    margin-top: .3rem;
}
.woocommerce-cart .cart .cart_item .product-price {
    white-space: nowrap;
    margin-top: .8rem;
    color: #fff;
}
.woocommerce-cart .cart .cart_item .product-price .amount {
    font-size: 1.4rem;
    display: block;
    line-height: 1.2;
}
.woocommerce-cart .cart .cart_item .product-quantity {

}
.woocommerce-cart .cart .cart_item .product-quantity .quantity {
    display: flex;
    align-items: center;
    border-radius: 10rem;
    /*background-color: #2e4274;*/
    /*padding: .4rem;*/
    justify-content: center;
}
.woocommerce-cart .cart .cart_item .product-quantity .screen-reader-text {
    display: none;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-change {
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
    color: #2e4274;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-minus {
    padding-bottom: .1rem;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-plus {

}
.woocommerce-cart .cart .cart_item .product-quantity .input-text {
    pointer-events: none;
    font-size: 1.4rem;
    width: 3rem;
    margin: 0 .3rem;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    -moz-appearance: textfield;
    color: #fff;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text::-webkit-outer-spin-button,
.woocommerce-cart .cart .cart_item .product-quantity .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.woocommerce-cart .cart .cart_item .product-subtotal {
    white-space: nowrap;
    display: none;
}
.woocommerce-cart .cart .cart_item .product-subtotal .amount {
    font-size: 1.6rem;
    display: block;
    line-height: 1.2;
}
.woocommerce-cart .cart .cart_item .product-remove {
    display: flex;
    flex-shrink: 0;
    width: 5.6rem;
    position: relative;
}
.woocommerce-cart .cart .cart_item .product-remove:before {
    width: .1rem;
    background-color: rgba(255, 255, 255, .12);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
}
.woocommerce-cart .cart .cart_item .product-remove .remove {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FD6364;
    font-size: 1.4rem;
}
.woocommerce-cart .cart .cart_item .product-remove .remove:before {
    content: '\e82e';
    font-family: 'Fontello';
}



.woocommerce-cart .clear-cart {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 3.6rem;
}
.woocommerce-cart .clear-cart .button {
    display: flex;
    align-items: center;
    padding: 0 3.6rem;
    height: 4rem;
    border-radius: 20rem;
    cursor: pointer;
    border: .1rem solid #2e4274;
    /*background-color: #2e4274;*/
    /*background-color: transparent;*/
    /*color: #fff;*/
    /*background-color: #fff;*/
    font-weight: 700;
    font-size: 1.4rem;
    font-family: inherit;
}


.woocommerce-cart .cart .actions {
    display: none;
}
.woocommerce-cart .cart .actions .button {

}



.cart-collaterals {
    margin-top: 6rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    padding-top: 4.2rem;
}
.cart_totals {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart_totals .cart_totals__title {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
}
.cart_totals .cart_totals__subtotal {
    margin-top: 1.6rem;
    font-size: 3.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cart_totals .cart_totals__subtotal s {
    text-decoration: line-through;
    font-size: 2.4rem;
}

.wc-proceed-to-checkout {
    display: flex;
}


.cart_totals .sale-informer {
    max-width: 80rem;
    margin: 1.2rem auto 0;
    display: flex;
    justify-content: center;
}
.cart_totals .sale-informer__content {
    border-radius: 1.2rem;
    line-height: 1.3;
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
    text-align: center;
}
.cart_totals .sale-informer__content.green {
    border: .1rem solid #2e4274;
    color: #2e4274;
}
.cart_totals .sale-informer__content.red {
    border: .1rem solid #db3833;
    color: #db3833;
}

.wc-proceed-to-checkout .checkout-button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 3.6rem;
    background-color: #2e4274;
    padding: 0 3.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .2s;
    height: 5rem;
    color: #fff;
    border-radius: 20rem;
    text-decoration: none !important;
}
.wc-proceed-to-checkout .checkout-button:hover {

}

















form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}



.checkout .woocommerce-error {
    margin-bottom: 3.6rem;
}


.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
    list-style: none !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li {

}





.checkout-block {
    background-color: #f3eeea;
    border-radius: .6rem;
    padding: 3.6rem;


    background-color: rgba(0, 0, 0, .05);
    background-color: transparent;
    padding: 0;
}
.checkout-block:first-child {

}
.checkout-block__title {
    font-size: 2.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 2.8rem;
    /*opacity: .3;*/
    color: #2e4274;
}





.checkout-billing {
    width: calc(50% - 1.8rem);


    width: calc(50% - 3rem);
}









.checkout-shipping {
    margin-top: 6rem;
    font-size: 0;
}
.woocommerce-shipping-methods {
    display: block;
    margin-top: 0 !important;
    list-style: none !important;
    /*flex-wrap: wrap;*/
}
.woocommerce-shipping-methods li {
    position: relative;
    overflow: hidden;
    /*margin-right: 1.2rem;*/
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    font-size: 0 !important;
    margin-top: 2rem !important;
}
.shipping-method .amount {
    /*display: none;*/
    /*margin-left: .5rem;*/
}
.woocommerce-shipping-methods li:first-child {
    margin-top: 0 !important;
}
.shipping-method:last-child {
    margin-right: 0;
}
.woocommerce-shipping-methods li > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.woocommerce-shipping-methods li > label {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
}
.woocommerce-shipping-methods li > label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .6);
    font-family: 'Fontello';
}
.woocommerce-shipping-methods li > label .amount {
    margin-left: .5rem;
}
.woocommerce-shipping-methods li a {
    display: none;
}
.woocommerce-shipping-methods li > input:checked + label:before {
    content: '\e81b';
}



.free-shipping-desc {
    display: block;
    margin-top: 1.2rem;
    line-height: 1.3;
    font-size: 1.4rem;
}

.cart-free-shipping-desc {
    display: block;
    margin-top: 1.2rem;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}



.cdekfw-pvz-block {
    padding: 2rem;
    border: .4rem solid rgba(0, 0, 0, .2);
    margin-top: 1rem;
}
.cdekfw-pvz-block > label {
    margin: 0 !important;
    font-size: 1.6rem;
}








.cdek-widget-wrap {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 6rem;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;

    display: none;
}
#cdek-widget {
    width: 100%;
    height: 40rem;
    pointer-events: auto;
}















.checkout-billing__fields {

}
/*#billing_country_field {
    display: none;
}*/
.checkout-billing .form-row {
    margin-top: 1.8rem;
}
.form-row.address-2-field {
    margin-top: .6rem;
}
.checkout-billing .form-row:first-child {
    margin-top: 0;
}
.checkout-billing .form-row.validate-required {

}
.checkout-billing .form-row > label {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .8rem;
}
.checkout-billing .form-row > label abbr {
    display: none;
}
.checkout-billing .woocommerce-input-wrapper {
    display: flex;
    align-items: stretch;
}
.checkout-billing .input-text {
    display: block;
    width: 100%;
    padding: 1.2rem 1.2rem;
    font-size: 1.4rem;
    background-color: #fff;
    flex-shrink: 1;
    font-family: inherit;
    border-radius: .6rem;


    background-color: rgba(0, 0, 0, .1);
}
.checkout-billing .input-text.empty {
    border: .2rem solid #FC1A29;
}
.checkout-billing textarea.input-text {
    min-height: 6rem;
}
.checkout-billing .input-text::placeholder {
    color: rgba(0, 0, 0, .6);
}
.checkout-billing .input-text::-moz-placeholder {
    color: rgba(0, 0, 0, .6);
}
.checkout-billing .input-text:-moz-placeholder {
    color: rgba(0, 0, 0, .6);
}
.checkout-billing .input-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
}

.checkout-billing .true-wrapper {
    justify-content: space-between;
}
.checkout-billing .true-wrapper .input-text {
    width: calc(20% - .48rem);
}
.checkout-billing .true-wrapper-textarea .input-text {
    width: 100%;
    height: 8rem;
    resize: none;
    margin-top: .6rem;
}




#billing_city_field,
#billing_address_2_field {

}
#billing_country_field {
    display: none !important;
}



#billing_state_field.off {
    position: absolute;
    left: -3000px;
}




.select2 {

}
.selection {

}
.select2-selection {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    border-radius: .6rem !important;
    height: 4.2rem !important;


    background-color: rgba(0, 0, 0, .1) !important;
}
.select2-selection__rendered {
    color: #2e4274 !important;
    line-height: 4.2rem !important;
    font-size: 1.4rem !important;
/*    background-color: rgba(0, 0, 0, .08);*/
    margin-top: .6rem;
}
.select2-selection__arrow {
    width: 4.2rem !important;
    height: 4.2rem !important;
    top: .6rem !important;
    right: 0 !important;
}




.select2-container {

}
.select2-dropdown {
    background-color: #fff !important;
    border-radius: 0 0 .6rem .6rem !important;
    border: none !important;
}
.select2-search {
    padding: .6rem !important;
}
.select2-search__field {
    padding: 1rem !important;
    border:  none !important;
    border-radius: 0rem !important;
    background-color: rgba(0, 0, 0, .07) !important;
}

.select2-results {

}
.select2-results__options {

}
.select2-results__option {
    padding: 1.2rem !important;
    color: #2e4274 !important;
    font-size: 1.4rem !important;
}
.select2-results__option.select2-results__option--highlighted {
    background-color: #fff !important;
    color: #2e4274 !important;
}
.select2-results__option[data-selected=true] {
    background-color: #2e4274 !important;
    color: #fff !important;
}


#billing_company_field {
    display: none !important;
}
.bringup-box {
    display: flex;
    align-items: stretch;
    height: 4rem;
}
.bringup-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 2.4rem;
    border-radius: 20rem;
    color: #2e4274;
    background-color: #fff;
    transition: .3s;
    margin-left: 1.2rem;
    cursor: pointer;
}
.bringup-button:first-child {
    margin-left: 0;
}
.bringup-button.on {
    background-color: #2e4274;
    color: #fff;
}









.checkout-additional__fields {
    margin-top: 1.2rem;
}

.checkout-billing .optional {
    display: none;
}












.woocommerce-checkout .shop_table {
    width: calc(50% - 3rem);
    margin-left: 6rem;
}



.checkout-review {

}
.checkout-review__list {
    border-collapse: collapse;
    width: 100%;
}
.checkout-review__list thead {

}
.checkout-review__list thead tr {

}
.checkout-review__list thead th {
    padding: 0 0 1.2rem;
    font-size: 1.4rem;
}
.checkout-review__list thead th.product-name {
    text-align: left;
}

.checkout-review__list thead th.product-total {
    white-space: nowrap;
    text-align: right;
    padding-left: 1.2rem;
}
.checkout-review__list tbody {

}
.checkout-review__list tbody tr.cart_item {

}
.checkout-review__list tbody td {
    padding: 1.2rem 0;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.3;
    border-top: .1rem solid rgba(0, 0, 0, .08);
}
.checkout-review__list tbody tr:nth-child(odd) td {

}
.checkout-review__list tbody td.product-name {
    text-align: left;
    /*border-radius: 1rem 0 0 1rem;*/
}
.checkout-review__list tbody td.product-name dt.variation- {
    display: none;
}
.checkout-review__list tbody td.product-name dd.variation- {
    margin-top: .3rem;
}
.checkout-review__list tbody td.product-name .cart-product_desc {
    display: block;
    font-size: 1.2rem;
    margin-top: .6rem;
}

.checkout-review__list tbody td.product-total {
    white-space: nowrap;
    text-align: right;
    padding-left: 1.2rem;

}
.checkout-review__list tfoot {

}
.checkout-review__list tfoot tr.cart-subtotal {

}
.checkout-review__list tfoot th {
    text-align: left;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .08);
    font-weight: 400;
}
.checkout-review__list tfoot td {
    border-top: .1rem solid rgba(0, 0, 0, .08);
    white-space: nowrap;
    text-align: right;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    padding-left: 1.2rem;
}
.checkout-review__list tfoot tr:last-child th,
.checkout-review__list tfoot tr:last-child td {
    padding: 1.2rem 0 0;
    font-weight: 700;
}
.checkout-review__list tfoot tr:last-child td s {
    text-decoration: line-through;
}






.add-checkout-feilds {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2rem;
}
.add-checkout-feilds > * {
    width: calc(50% - .6rem);
}

.bringup-info {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
    font-size: 1.4rem;
    /* text-transform: lowercase; */
    display: block;
}
.bringup-info:before {
    /* content: '+'; */
}

#bringup_checkout_field {

}
#bringup_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
    width: 100%;
}
#bringup_checkout_field .input-checkbox  {
    position: absolute;
    opacity: 0;
}
#bringup_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#bringup_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}



#billing_change5000_field,
#billing_no_cutlery_field,
#billing_no_soy_sauce_field,
#billing_no_ginger_field,
#billing_no_wasabi_field {
    display: none;
}

#change5000_checkout_field {
}
#change5000_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#change5000_checkout_field .input-checkbox_change5000  {
    position: absolute;
    opacity: 0;
}
#change5000_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#change5000_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}


#no_cutlery_checkout_field {
}
#no_cutlery_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#no_cutlery_checkout_field .input-checkbox_no-cutlery  {
    position: absolute;
    opacity: 0;
}
#no_cutlery_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#no_cutlery_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}


#no_soy_sauce_checkout_field {
}
#no_soy_sauce_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#no_soy_sauce_checkout_field .input-checkbox_no-soy-sauce  {
    position: absolute;
    opacity: 0;
}
#no_soy_sauce_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#no_soy_sauce_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}


#no_ginger_checkout_field {
}
#no_ginger_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#no_ginger_checkout_field .input-checkbox_no-ginger  {
    position: absolute;
    opacity: 0;
}
#no_ginger_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#no_ginger_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}


#no_wasabi_checkout_field {
}
#no_wasabi_checkout_field label.checkbox {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.2rem;
    min-height: 2.4rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    height: 6rem;
    border-radius: .6rem;
    padding: 0 2.4rem 0 6rem;
}
#no_wasabi_checkout_field .input-checkbox_no-wasabi  {
    position: absolute;
    opacity: 0;
}
#no_wasabi_checkout_field label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    left: 2.4rem;
    border-radius: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .1);
    font-family: 'Fontello';
    flex-shrink: 0;
    content: '\e81b';
}
#no_wasabi_checkout_field label.checkbox.on:before {
    color: rgba(0, 0, 0, .8);
}
















.woocommerce-form-coupon-toggle {
    display: none !important;
}


.checkout .cart-coupons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1.2rem;
    padding: 2.4rem;
    margin-top: 3.6rem;
}
.checkout .cart-coupons .form-coupon {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.checkout .cart-coupons .form-coupon__title {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: .8rem;
}
.checkout .cart-coupons .form-coupon__content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 4rem;
    background-color: #fff;
    border-radius: 20rem;
    padding: .4rem .4rem .4rem 0;
    overflow: hidden;
    position: relative;
}
.checkout .cart-coupons .form-coupon .input-coupon {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    flex-shrink: 1;
}
.checkout .cart-coupons .form-coupon .input-coupon::placeholder {
    font-weight: 700;
    font-size: 1.2rem;
    font-family: inherit;
    text-transform: none;
    color: #FC4045;
}
.checkout .cart-coupons .form-coupon .button-coupon {
    background-color: #2e4274;
    color: #fff;
    border-radius: 20rem;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 1.2rem;
    font-family: inherit;
    flex-shrink: 0;
}

.checkout .cart-coupons .applied-coupons {
    margin-top: .6rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: .6rem;
}
.checkout .cart-coupons .applied-coupon {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 1.2rem;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__heading {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__amount {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__amount .amount {

}
.checkout .cart-coupons .applied-coupon .applied-coupon__amount .woocommerce-remove-coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    flex-shrink: 0;
    align-self: stretch;
    margin-left: 1.2rem;
    color: #FC4045;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__amount .woocommerce-remove-coupon:before {
    content: '\E82E';
    font-family: 'Fontello';
    font-size: 1rem;
}
.checkout .cart-coupons .applied-coupon .applied-coupon__description {
    margin-top: .3rem;
    font-size: 1.4rem;
}












.checkout-total {
    margin-top: 6rem;
    display: block;
    font-size: 2rem;
}
.order-total__label {

}
.order-total__summ {

}











.checkout-payment {
    width: 100%;
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-methods {
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;
}
.payment-method {
    position: relative;
    overflow: hidden;
    margin-right: 1.2rem;
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;
}
.payment-method:last-child {
    margin-right: 0;
}
.payment-method__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.payment-method__input:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.payment-method__input:checked {

}
.payment-method__label {
    height: 4rem;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .1);
    padding: 0 2.4rem;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .2s;
    cursor: pointer;
}
.payment-method__label img {
    display: none !important;
}
.payment-method__input:checked + .payment-method__label {
    background-color: #2e4274;
    color: #fff;
}
.payment-method__label:hover {

}
.payment_box {
    display: none !important;
}



.cash-limit-info {
    margin: 1.6rem auto 0;
    display: block;
    text-align: center;
    max-width: 35rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}








.checkout-confirm {
    width: 100%;
    margin-top: 3.6rem;
    border-radius: 0;
    /*border-top: .1rem solid rgba(0, 0, 0, .1);*/
    padding: 3.6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
}

.privacy-confirm {
    text-align: center;
    margin-bottom: 2.4rem;
    line-height: 1.3;
    width: 100%;
    max-width: 40rem;
    font-size: 1.4rem;

    display: none;
}
.privacy-confirm a {

}

.btn-copy-confirm {
    height: 5rem;
    padding: 0 3.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #2e4274;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    transition: .2s;
    font-family: inherit;
    cursor: pointer;
    font-size: 1.4rem;
}
.checkout-confirm__button {
    height: 5rem;
    padding: 0 3.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #2e4274;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    transition: .2s;
    font-family: inherit;
    cursor: pointer;
    font-size: 1.4rem;
    display: none;
}
.checkout-confirm__button:hover {

}




























.woocommerce-order-received .woocommerce-order {
    margin: 0 auto;
    width: 70rem;
}

.woocommerce-order {

}
.woocommerce-thankyou-order-received {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
}
.woocommerce-thankyou-order-received b {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
}

.payment_instructions {
    background-color: #2e4274;
    color: #fff;
    border-radius: .6rem;
    padding: 6rem;
    margin-top: 3.6rem;
    line-height: 1.4;
}
.payment_instructions__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}
.payment_instructions .card-number {
    display: block;
    margin-top: 3.6rem;
}
.payment_instructions .card-number__title {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    opacity: .4;
}
.payment_instructions .card-number__number {
    display: block;
    font-weight: 700;
    margin-top: 1.2rem;
}
.payment_instructions .card-holder {
    display: block;
    margin-top: 3.6rem;
}
.payment_instructions .card-holder__title {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    opacity: .4;
}
.payment_instructions .card-holder__name {
    display: block;
    font-weight: 700;
    margin-top: 1.2rem;
}



































}

