.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, .5);
    z-index: 999999;
    transition: .2s;
    opacity: 0;
    pointer-events: none;
}
.xoo-cp-modal.xoo-cp-active {
    opacity: 1;
    pointer-events: auto;
}
.xoo-cp-container {
    width: 40rem;
    /*background-color: ;*/
    padding: 3.6rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 4rem;
}


.xoo-cp-preloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    pointer-events: none;
    opacity: 0;
}
.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;
}

.xoo-cp-pdetails {

}
.xoo-cp-pdetails-inner {

}
.xoo-cp-ptitle {
    text-align: center;
    font-size: 1.6rem;
    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: 1.2rem;
    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: 3rem;
    height: 3rem;
    border-radius: 10rem;
    color: rgba(0, 0, 0, .6);
    font-size: 2rem;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.xcp-minus {

}
.xcp-plus {

}
.xoo-cp-qty {
    margin: 0 1.2rem;
    height: 3rem;
    font-size: 1.6rem;
    display: flex;
    /*color: #fff;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 3rem;
}
.xoo-cp-remove {
    background-color: rgba(0, 0, 0, .8);
    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: 1.6rem;
    padding-top: 1.6rem;
    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: #ff8000;
    /*color: rgba(0, 0, 0, .6);*/
}
.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-end;
    align-items: flex-start;
    width: 100%;
}

.products .product {
    width: calc(25% - 2.7rem);
    margin-top: 3.6rem;
    margin-left: 3.6rem;
    position: relative;
    overflow: hidden;
}
.products .product:hover {
    /*border: .2rem solid rgba(255, 255, 255, .12);*/
}
.products .product:first-child,
.products .product:nth-child(2),
.products .product:nth-child(3),
.products .product:nth-child(4) {
    margin-top: 0;
}
.products .product:nth-child(4n-3) {
    margin-left: 0;
}




.products .product .product__link {
    display: block;
}
.products .product .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-radius: 2rem;
}
.products .product .product__images:before {
    padding-top: 100%;
    content: '';
    display: block;
}
.products .product .product__details {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 0 0;
}
.products .product .product__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 1;
    width: 100%;
}
.products .product .woocommerce-loop-product__title {
    font-size: 1.4rem;
    /*color: #2A2D34;*/
    font-weight: 700;
    position: relative;
    display: block;
    line-height: 1.2;
}
/*.products .product .product__sizes {
    display: flex;
    align-items: center;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .08);
    height: 2.2rem;
    padding: 0 .8rem 0 1rem;
    z-index: 50;
    text-transform: uppercase;
    font-weight: 700;
    color: #2A2D34;
    font-size: 1.2rem;
    position: relative;
    margin-top: 1rem;
    letter-spacing: .2rem;
}*/
.products .product .product__sizes {
    /*display: flex;*/
    /*align-items: center;*/
    /*border-radius: 20rem;*/
    /*background-color: rgba(0, 0, 0, .08);*/
    /*min-height: 2.2rem;*/
    /*padding: .6rem .8rem .6rem 1rem;*/
    z-index: 50;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
    margin-top: 1rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    opacity: .4;
}
.products .product .product__colors {
    margin-top: .8rem;
    display: flex;
    align-items: center;
}
.products .product .product__color-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 1.6rem;
    overflow: hidden;
    border: .1rem solid rgba(0, 0, 0, .12);
    padding: .2rem;
    margin-left: .2rem;
    border-radius: 20rem;
}
.products .product .product__color-item:first-child {
    margin-left: 0;
}
.products .product .product__color-item--color {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20rem;
}

.products .product .product__cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    margin-left: 2rem;
}
.products .product .price {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;

    font-size: 1.8rem;
    font-weight: 700;
    opacity: .6;
    color: #2A2D34;
    line-height: 1.2;
}
.products .product .amount {
    /*font-size: 1.8rem;
    font-weight: 700;
    opacity: .6;
    color: #2A2D34;
    line-height: 1.2;*/
    line-height: 1.2;
    position: relative;
}
.products .product .price del {
    margin-right: .6rem;
}
.products .product .price del .amount {
    font-weight: 400;
}
.products .product .price del .amount:before {
    content: '';
    position: absolute;
    background-color: #2A2D34;
    height: .2rem;
    width: 100%;
    transform: rotate(-10deg); 
    top: 50%;
    margin-top: -.1rem;  
}


.products .product .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: 0;
    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;
}


.products .product .button.add_to_cart_button {
    font-size: 1.2rem;
    /*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, .1);
    border-radius: 10rem;
    transition: .2s;
    /*text-transform: uppercase;*/
    padding: 0 1.2rem;
    /*color: #ff7f00;*/
    font-weight: 700;
    transition: .3s;
}
.products .product .button.add_to_cart_button.on {
    background-color: #171717;
}
.products .product .added_to_cart {
    display: none !important;
}
.products .product.onbackorder .button.add_to_cart_button {
    font-size: 0;
    letter-spacing: 0;
}
.products .product.onbackorder .button.add_to_cart_button:after {
    content: 'Предзаказ';
    font-size: 1rem;
    letter-spacing: .1rem;
}



.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: #4A392F;
    background-color: #E3CE94;
}
ul.page-numbers li span.page-numbers.current {
    background-color: #4A392F;
    color: #fff;
}
ul.page-numbers li a.page-numbers.next {

}







































.product-single {
    width: 100%;
}
.product-single .product__info {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-top: 3.6rem;
}
.product-single .product__info .product__details {
    /*background-color: #fff;*/
    width: 50rem;
    padding: 0rem 3.6rem 6rem 0;
    position: sticky;
    top: 12rem;
    flex-shrink: 0;
}


.product-single.product-type-composite .product__info .product__details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 80rem;
}
.product-single.product-type-composite .product__info .product__details-wrap {
    background-color: #fff;
    width: 40rem;
    padding: 0rem 6rem 6rem 0;
    position: sticky;
    top: 12rem;
    flex-shrink: 0;
}

.product-single.product-type-composite .product__info .product__button:before {
    content: 'Выберите компоненты';
    display: block;
    margin-bottom: 2rem;
    font-size: 2rem;
}
.product-single.product-type-composite .product__info .product__button {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    width: 40rem;
}


.product-single.product-type-composite .wooco_wrap {
    display: block;
    margin: 0;
}
.product-single.product-type-composite .wooco_components {
    margin: 0 0 2.4rem;
}
.product-single.product-type-composite .wooco_component {
    padding: 0;
    border: none;
    margin-top: 1.2rem;
}
.product-single.product-type-composite .wooco_component:first-child {
    margin-top: 0;
}
.product-single.product-type-composite .wooco_component_name {
    display: none;
}
.product-single.product-type-composite .wooco_component_product {
    margin: 0;
}
.product-single.product-type-composite .wooco_component_product_selection {
    padding: 0;
}
.product-single.product-type-composite .wooco_component_product_selection .dd-container {

}
.product-single.product-type-composite .wooco_component_product_selection .dd-select {
    border: none;
}
.product-single.product-type-composite .wooco_component_product_selection .dd-selected {
    padding: 1.2rem;
    background-color: rgba(0, 0, 0, .05);
}
.product-single.product-type-composite .dd-selected-image {
    width: 14rem;
    max-width: 14rem;
    border-radius: 0rem;
}
.product-single.product-type-composite .dd-selected-text {
    font-size: 1.8rem;
    line-height: 1.3;
}
.product-single.product-type-composite .dd-selected-description {
    font-size: 1.8rem;
    margin-top: 1rem;
}

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








.woocommerce-breadcrumb {
    font-size: 0;
    margin-bottom: 2rem;
    opacity: .5;
}
.woocommerce-breadcrumb a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
}
.woocommerce-breadcrumb a:last-child:before {
    content: '\e84e';
    font-family: 'Fontello';
    margin: 0 1.2rem;
}
.product-single .product__info .product_title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}
.product-single .product__info .product__subtitle-price {
    display: flex;
    align-items: flex-start;
    margin-top: 2rem;
}
.product-single .product__info .product__subtitle {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;


    display: none;
}
.product-single .product__info .product__price {
    flex-shrink: 0;
    margin-left: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.3;
    /*padding-top: .1rem;*/
    font-weight: 700;


    margin-left: 0;
    opacity: .7;
}
.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: 400;
}
.product-single .product__info .product__price del .amount:before {
    content: '';
    position: absolute;
    background-color: #2A2D34;
    height: .2rem;
    width: 100%;
    transform: rotate(-10deg); 
    top: 50%;
    margin-top: -.1rem;  
}





.product-single .product__info .product__desc {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
}
.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.4rem;
    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 .woocommerce-product-details__short-description .swipebox:after {
    content: 'Размерная сетка';
}
.product-single .product__info .woocommerce-product-details__short-description .swipebox > img {
    display: none;
}

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

.product-single .product__info .product__button {
    margin-top: 3.2rem;
}
.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 2.4rem;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #ff8000;
    color: #fff;
    transition: .2s;
    height: 5rem;
    position: relative;
    z-index: 10;
    border-radius: 20rem;
    font-family: inherit;
    transition: .3s;
}
.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;
}




.product-single .variations_form {
    
}
.product-single .variations {
    margin-bottom: 3.2rem;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, .06);
    padding: 3.6rem;
    width: 100%;
}
.product-single .variations tbody {

}
.product-single .variations tr {
    display: block;
    flex-direction: column;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
}
.product-single .variations tr:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.product-single .variations td {
    height: 3rem;
}

.product-single .variations th.label {
    font-size: 1.6rem;
    /*letter-spacing: .2rem;*/
    /*text-transform: uppercase;*/
    display: flex;
    align-items: center;
    padding-bottom: .8rem;
}

.product-single .variations td.woo-variation-items-wrapper {

}
.product-single ul.variable-items-wrapper {
    display: flex;
    align-items: center;
    margin-top: .6rem;
    flex-wrap: wrap;
}


.product-single li.variable-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 3.6rem;
    background-color: rgba(0, 0, 0, .06);
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: .4rem;
    margin-bottom: .4rem;
    padding: 0 1rem;
    border-radius: .6rem;
    min-width: 3.6rem;
}
.product-single li.variable-item:last-child {
    margin-right: 0;
}
.product-single li.variable-item.selected {
    background-color: #ff8000;
    color: #fff;
}
.product-single .variable-item-contents {

}
.product-single .variable-item-span {
    
}

.product-single ul.variable-items-wrapper.color-variable-wrapper li.variable-item {
    width: 3.6rem;
    height: 3.6rem;
    padding: .6rem;
    background-color: transparent;
    border: .2rem solid rgba(0, 0, 0, .12);
    overflow: hidden;
}
.product-single ul.variable-items-wrapper.color-variable-wrapper li.variable-item.selected {
    border: .2rem solid #ff8000;
}
.product-single ul.variable-items-wrapper.color-variable-wrapper .variable-item-contents {
    display: block;
    width: 100%;
    height: 100%;
}
.product-single ul.variable-items-wrapper.color-variable-wrapper .variable-item-span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .4rem;
    border-radius: 20rem;
}

.product-single .reset_variations {
    display: none !important;
}








.product-single .single_variation_wrap {

}
.product-single .single_variation {
    margin-bottom: 3.6rem;
    display: flex;
    align-items: flex-start;


    display: none !important;
}
.product-single .woocommerce-variation-description {
    display: none;
}
.product-single .woocommerce-variation-description p {
    font-size: 1.6rem;
}
.product-single .woocommerce-variation-price {
    /*margin-left: 2.4rem;*/
}
.product-single .woocommerce-variation-price .price {

}
.product-single .woocommerce-variation-price .price .amount {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    opacity: .7;
}

.product-single .woocommerce-variation-add-to-cart {

}
.product-single .woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}


















.product-single .product__info .product__images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.product-single .product__info .product__image-wrap {
    width: calc(50% - .6rem);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    margin-top: 1.2rem;
}
.product-single .product__info .product__image-wrap:first-child,
.product-single .product__info .product__image-wrap:nth-child(2) {
    margin-top: 0;
}
.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 .related-products {
    margin-top: 6rem;
    border-radius: 4rem;
    padding: 6rem 3.6rem 6rem;
    background-color: #fff;
}

.product-single .products {
    justify-content: flex-start !important;
}

.product-single .related {
    
}
.product-single .related > h2:first-child {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    opacity: .3;
}
.product-single .related .products {
    width: 100%;
    margin-top: 3.6rem;
}








































.woocommerce-cart {

}

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

.woocommerce-cart-form {

}

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

.woocommerce-cart .cart .cart_item {
    width: calc(50% - 1.8rem);
    margin-left: 3.6rem;
    margin-top: 3.6rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    background-color: rgba(0, 0, 0, .06);
    border-radius: 2rem;
    overflow: hidden;
}
.woocommerce-cart .cart .cart_item:first-child,
.woocommerce-cart .cart .cart_item:nth-child(2) {
    margin-top: 0;
}
.woocommerce-cart .cart .cart_item:nth-child(odd) {
    margin-left: 0;
}

.woocommerce-cart .cart .cart_item .product-thumbnail {
    width: 30%;
    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;
    padding: 2rem 3.6rem;
    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;
}
.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;
}
.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: #fff;
    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: 2.4rem;
    height: 2.4rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, .06);
    color: rgba(0, 0, 0, .6);
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
}
.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;
}
.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: 5rem;
    position: relative;
}
.woocommerce-cart .cart .cart_item .product-remove:before {
    width: .1rem;
    background-color: rgba(0, 0, 0, .12);
    position: absolute;
    content: '';
    left: 0;
    top: 2rem;
    bottom: 2rem;
}
.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: rgba(0, 0, 0, .5);
    font-size: 1.4rem;
}
.woocommerce-cart .cart .cart_item .product-remove .remove:before {
    content: '\e82e';
    font-family: 'Fontello';    
}





.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.8rem;
    font-weight: 400;
}
.cart_totals .cart_totals__subtotal {
    margin-top: 1.2rem;
    font-size: 2.4rem;
    font-weight: 700;
}
.wc-proceed-to-checkout {
    display: flex;
}

.wc-proceed-to-checkout .checkout-button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 3.6rem;
    background-color: #ff8000;
    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: rgba(0, 0, 0, .06);
    border-radius: 2rem;
    padding: 3.6rem;
}
.checkout-block:first-child {

}
.checkout-block__title {
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: 2.8rem;
    opacity: .3;
}





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









.checkout-shipping {
    margin-top: 3.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: 1.2rem;
}
.checkout-billing textarea.input-text {
    min-height: 6rem;
}
.checkout-billing .input-text::placeholder {
    color: rgba(0, 0, 0, .4);
}
.checkout-billing .input-text::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
} 
.checkout-billing .input-text:-moz-placeholder {
    color: rgba(0, 0, 0, .4);
} 
.checkout-billing .input-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}  

.checkout-billing .true-wrapper {
    justify-content: space-between;
}
.checkout-billing .true-wrapper .input-text {
    width: calc(25% - .45rem);
}




#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: #eedfc2 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 1rem !important;
    background-color: rgba(255, 255, 255, .07) !important;
    height: 4.2rem !important;
}
.select2-selection__rendered {
    color: #000 !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: 0 !important;
    right: 0 !important;
}




.select2-container {

}
.select2-dropdown {
    background-color: #eedfc2 !important;
    border-radius: 0rem !important;
    border:  .1rem solid rgba(0, 0, 0, .12) !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: #000 !important;
    font-size: 1.4rem !important;
}
.select2-results__option.select2-results__option--highlighted {
    color: 000 !important;
    background-color: rgba(255, 255, 255, .4) !important;
}
.select2-results__option[data-selected=true] {
    background-color: #D6C9AE !important;
}










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

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












.woocommerce-checkout .shop_table {
    width: calc(50% - 1.8rem);
    margin-left: 3.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-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 0;
    font-size: 1.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .08);
}
.checkout-review__list tfoot td {
    border-top: .1rem solid rgba(0, 0, 0, .08);
    white-space: nowrap;
    text-align: right;
    padding: 1.2rem 0 0;
    font-weight: 700;
    font-size: 1.4rem;
    padding-left: 1.2rem;
}
















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

}
.order-total__summ {

}











.checkout-payment {
    width: 100%;
    margin-top: 3.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: #fff;
    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: #ff8000;
    color: #fff;
}
.payment-method__label:hover {
    
}
.payment_box {
    display: none !important;
}












.checkout-confirm {
    width: 100%;
    margin-top: 3.6rem;
    border-radius: 0;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    padding: 3.6rem 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;
}
.privacy-confirm a {

}

.checkout-confirm__button {
    height: 5rem;
    padding: 0 3.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #ff8000;
    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:hover {
    
}






























.woocommerce-order {

}
.woocommerce-thankyou-order-received {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .6);;
    line-height: 1.3;
}
.woocommerce-thankyou-order-received b {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
    color: color: rgba(0, 0, 0, .6);;
}

.payment_instructions {
    background-color: #000;
    color: #fff;
    border-radius: 1.2rem;
    padding: 2.4rem;
    margin-top: 2.4rem;
    line-height: 1.4;

    display: none;
}
.payment_instructions b {
    font-weight: 700;
}
















































































































































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




.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, .5);
    z-index: 999999;
    transition: .2s;
    opacity: 0;
    pointer-events: none;


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


    width: 100%;
}


.xoo-cp-preloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    pointer-events: none;
    opacity: 0;
}
.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;
}

.xoo-cp-pdetails {

}
.xoo-cp-pdetails-inner {

}
.xoo-cp-ptitle {
    text-align: center;
    font-size: 1.6rem;
    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: 1.2rem;
    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: 3rem;
    height: 3rem;
    border-radius: 10rem;
    color: rgba(0, 0, 0, .6);
    font-size: 2rem;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.xcp-minus {

}
.xcp-plus {

}
.xoo-cp-qty {
    margin: 0 1.2rem;
    height: 3rem;
    font-size: 1.6rem;
    display: flex;
    /*color: #fff;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 3rem;
}
.xoo-cp-remove {
    background-color: rgba(0, 0, 0, .8);
    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: 1.6rem;
    padding-top: 1.6rem;
    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: #ff8000;
    /*color: rgba(0, 0, 0, .6);*/
}
.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-end;
    align-items: flex-start;
    width: 100%;
}

.products .product {
    width: calc(25% - 2.7rem);
    margin-top: 3.6rem;
    margin-left: 3.6rem;
    position: relative;
    overflow: hidden;


    width: calc(50% - 1rem);
    margin-top: 3.6rem;
    margin-left: 2rem;
}
.products .product:hover {
    
}
.products .product:first-child,
.products .product:nth-child(2) {
    margin-top: 0;
}
.products .product:nth-child(3),
.products .product:nth-child(4) {
    margin-top: 0;


    margin-top: 3.6rem;
}
.products .product:nth-child(4n-3) {
    margin-left: 0;


    margin-left: 2rem;
}
.products .product:nth-child(odd) {


    margin-left: 0;
}




.products .product .product__link {
    display: block;
}
.products .product .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-radius: 2rem;
}
.products .product .product__images:before {
    padding-top: 100%;
    content: '';
    display: block;
}
.products .product .product__details {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 0 0;
}
.products .product .product__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 1;
    width: 100%;
}
.products .product .woocommerce-loop-product__title {
    font-size: 1.4rem;
    /*color: #2A2D34;*/
    font-weight: 700;
    position: relative;
    display: block;
    line-height: 1.2;
}
/*.products .product .product__sizes {
    display: flex;
    align-items: center;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .08);
    height: 2.2rem;
    padding: 0 .8rem 0 1rem;
    z-index: 50;
    text-transform: uppercase;
    font-weight: 700;
    color: #2A2D34;
    font-size: 1.2rem;
    position: relative;
    margin-top: 1rem;
    letter-spacing: .2rem;
}*/
.products .product .product__sizes {
    /*display: flex;*/
    /*align-items: center;*/
    /*border-radius: 20rem;*/
    /*background-color: rgba(0, 0, 0, .08);*/
    /*min-height: 2.2rem;*/
    /*padding: .6rem .8rem .6rem 1rem;*/
    z-index: 50;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
    margin-top: 1rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    opacity: .4;
}
.products .product .product__colors {
    margin-top: .8rem;
    display: flex;
    align-items: center;
}
.products .product .product__color-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 1.6rem;
    overflow: hidden;
    border: .1rem solid rgba(0, 0, 0, .12);
    padding: .2rem;
    margin-left: .2rem;
    border-radius: 20rem;
}
.products .product .product__color-item:first-child {
    margin-left: 0;
}
.products .product .product__color-item--color {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20rem;
}

.products .product .product__cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    margin-left: 2rem;
}
.products .product .price {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;

    font-size: 1.8rem;
    font-weight: 700;
    opacity: .6;
    color: #2A2D34;
    line-height: 1.2;


    font-size: 1.4rem;
}
.products .product .amount {
    /*font-size: 1.8rem;
    font-weight: 700;
    opacity: .6;
    color: #2A2D34;
    line-height: 1.2;*/
    line-height: 1.2;
    position: relative;
}
.products .product .price del {
    margin-right: .6rem;
}
.products .product .price del .amount {
    font-weight: 400;
}
.products .product .price del .amount:before {
    content: '';
    position: absolute;
    background-color: #2A2D34;
    height: .2rem;
    width: 100%;
    transform: rotate(-10deg); 
    top: 50%;
    margin-top: -.1rem;  
}


.products .product .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: 0;
    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;
}


.products .product .button.add_to_cart_button {
    font-size: 1.2rem;
    /*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, .1);
    border-radius: 10rem;
    transition: .2s;
    /*text-transform: uppercase;*/
    padding: 0 1.2rem;
    /*color: #ff7f00;*/
    font-weight: 700;
}
.products .product .added_to_cart {
    display: none !important;
}
.products .product.onbackorder .button.add_to_cart_button {
    font-size: 0;
    letter-spacing: 0;
}
.products .product.onbackorder .button.add_to_cart_button:after {
    content: 'Предзаказ';
    font-size: 1rem;
    letter-spacing: .1rem;
}



.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: #4A392F;
    background-color: #E3CE94;
}
ul.page-numbers li span.page-numbers.current {
    background-color: #4A392F;
    color: #fff;
}
ul.page-numbers li a.page-numbers.next {

}







































.product-single {
    width: 100%;
}
.product-single .product__info {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-top: 3.6rem;


    flex-direction: column-reverse;
    margin-top: 0;
}
.product-single .product__info .product__details {
    /*background-color: #fff;*/
    width: 50rem;
    padding: 0rem 3.6rem 6rem 0;
    position: sticky;
    top: 12rem;
    flex-shrink: 0;


    position: relative;
    top: 0;
    padding: 0;
    width: 100%;
    margin-top: 3.6rem;
}


.product-single.product-type-composite .product__info .product__details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 80rem;
}
.product-single.product-type-composite .product__info .product__details-wrap {
    background-color: #fff;
    width: 40rem;
    padding: 0rem 6rem 6rem 0;
    position: sticky;
    top: 12rem;
    flex-shrink: 0;
}

.product-single.product-type-composite .product__info .product__button:before {
    content: 'Выберите компоненты';
    display: block;
    margin-bottom: 2rem;
    font-size: 2rem;
}
.product-single.product-type-composite .product__info .product__button {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    width: 40rem;
}


.product-single.product-type-composite .wooco_wrap {
    display: block;
    margin: 0;
}
.product-single.product-type-composite .wooco_components {
    margin: 0 0 2.4rem;
}
.product-single.product-type-composite .wooco_component {
    padding: 0;
    border: none;
    margin-top: 1.2rem;
}
.product-single.product-type-composite .wooco_component:first-child {
    margin-top: 0;
}
.product-single.product-type-composite .wooco_component_name {
    display: none;
}
.product-single.product-type-composite .wooco_component_product {
    margin: 0;
}
.product-single.product-type-composite .wooco_component_product_selection {
    padding: 0;
}
.product-single.product-type-composite .wooco_component_product_selection .dd-container {

}
.product-single.product-type-composite .wooco_component_product_selection .dd-select {
    border: none;
}
.product-single.product-type-composite .wooco_component_product_selection .dd-selected {
    padding: 1.2rem;
    background-color: rgba(0, 0, 0, .05);
}
.product-single.product-type-composite .dd-selected-image {
    width: 14rem;
    max-width: 14rem;
    border-radius: 0rem;
}
.product-single.product-type-composite .dd-selected-text {
    font-size: 1.8rem;
    line-height: 1.3;
}
.product-single.product-type-composite .dd-selected-description {
    font-size: 1.8rem;
    margin-top: 1rem;
}

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








.woocommerce-breadcrumb {
    font-size: 0;
    margin-bottom: 2rem;
    opacity: .5;


    margin-bottom: .6rem;
}
.woocommerce-breadcrumb a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
}
.woocommerce-breadcrumb a:last-child:before {
    content: '\e84e';
    font-family: 'Fontello';
    margin: 0 1.2rem;
}
.product-single .product__info .product_title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}
.product-single .product__info .product__subtitle-price {
    display: flex;
    align-items: flex-start;
    margin-top: 2rem;
}
.product-single .product__info .product__subtitle {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;


    display: none;
}
.product-single .product__info .product__price {
    flex-shrink: 0;
    margin-left: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.3;
    /*padding-top: .1rem;*/
    font-weight: 700;


    margin-left: 0;
    opacity: .7;
}
.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: 400;
}
.product-single .product__info .product__price del .amount:before {
    content: '';
    position: absolute;
    background-color: #2A2D34;
    height: .2rem;
    width: 100%;
    transform: rotate(-10deg); 
    top: 50%;
    margin-top: -.1rem;  
}





.product-single .product__info .product__desc {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
}
.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.4rem;
    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 .woocommerce-product-details__short-description .swipebox:after {
    content: 'Размерная сетка';
}
.product-single .product__info .woocommerce-product-details__short-description .swipebox > img {
    display: none;
}

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

.product-single .product__info .product__button {
    margin-top: 3.2rem;
}
.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 2.4rem;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #ff8000;
    color: #fff;
    transition: .2s;
    height: 5rem;
    position: relative;
    z-index: 10;
    border-radius: 20rem;
    font-family: inherit;
}
.product-single .product__info .product__button .single_add_to_cart_button:hover {

}

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




.product-single .variations_form {
    
}
.product-single .variations {
    margin-bottom: 3.2rem;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, .06);
    padding: 3.6rem;
    width: 100%;


    padding: 3.6rem 2rem;
}
.product-single .variations tbody {

}
.product-single .variations tr {
    display: block;
    flex-direction: column;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
}
.product-single .variations tr:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.product-single .variations td {
    height: 3rem;
}

.product-single .variations th.label {
    font-size: 1.6rem;
    /*letter-spacing: .2rem;*/
    /*text-transform: uppercase;*/
    display: flex;
    align-items: center;
    padding-bottom: .8rem;
}

.product-single .variations td.woo-variation-items-wrapper {

}
.product-single ul.variable-items-wrapper {
    display: flex;
    align-items: center;
    margin-top: .6rem;
    flex-wrap: wrap;
}


.product-single li.variable-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 3.6rem;
    background-color: rgba(0, 0, 0, .06);
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: .4rem;
    margin-bottom: .4rem;
    padding: 0 1rem;
    border-radius: .6rem;
    min-width: 3.6rem;
}
.product-single li.variable-item:last-child {
    margin-right: 0;
}
.product-single li.variable-item.selected {
    background-color: #ff8000;
    color: #fff;
}
.product-single .variable-item-contents {

}
.product-single .variable-item-span {
    
}

.product-single ul.variable-items-wrapper.color-variable-wrapper li.variable-item {
    width: 3.6rem;
    height: 3.6rem;
    padding: .6rem;
    background-color: transparent;
    border: .2rem solid rgba(0, 0, 0, .12);
    overflow: hidden;
}
.product-single ul.variable-items-wrapper.color-variable-wrapper li.variable-item.selected {
    border: .2rem solid #ff8000;
}
.product-single ul.variable-items-wrapper.color-variable-wrapper .variable-item-contents {
    display: block;
    width: 100%;
    height: 100%;
}
.product-single ul.variable-items-wrapper.color-variable-wrapper .variable-item-span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .4rem;
    border-radius: 20rem;
}

.product-single .reset_variations {
    display: none !important;
}








.product-single .single_variation_wrap {

}
.product-single .single_variation {
    margin-bottom: 3.6rem;
    display: flex;
    align-items: flex-start;


    display: none !important;
}
.product-single .woocommerce-variation-description {
    display: none;
}
.product-single .woocommerce-variation-description p {
    font-size: 1.6rem;
}
.product-single .woocommerce-variation-price {
    /*margin-left: 2.4rem;*/
}
.product-single .woocommerce-variation-price .price {

}
.product-single .woocommerce-variation-price .price .amount {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    opacity: .7;
}

.product-single .woocommerce-variation-add-to-cart {

}
.product-single .woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}


















.product-single .product__info .product__images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.product-single .product__info .product__image-wrap {
    width: calc(50% - .6rem);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    margin-top: 1.2rem;


    margin-top: 2rem;
    width: calc(50% - 1rem);
}
.product-single .product__info .product__image-wrap:first-child,
.product-single .product__info .product__image-wrap:nth-child(2) {
    margin-top: 0;
}
.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 .related-products {
    margin-top: 6rem;
    border-radius: 4rem;
    padding: 6rem 3.6rem 6rem;
    background-color: #fff;


    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

.product-single .products {
    justify-content: flex-start !important;
}

.product-single .related {
    
}
.product-single .related > h2:first-child {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    opacity: .3;
}
.product-single .related .products {
    width: 100%;
    margin-top: 3.6rem;
}








































.woocommerce-cart {

}

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

.woocommerce-cart-form {

}

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

.woocommerce-cart .cart .cart_item {
    width: calc(50% - 1.8rem);
    margin-left: 3.6rem;
    margin-top: 3.6rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    background-color: rgba(0, 0, 0, .06);
    border-radius: 2rem;
    overflow: hidden;


    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
}
.woocommerce-cart .cart .cart_item:first-child {
    margin-top: 0;
}
.woocommerce-cart .cart .cart_item:nth-child(2) {
    margin-top: 0;


    margin-top: 2rem;
}
.woocommerce-cart .cart .cart_item:nth-child(odd) {
    margin-left: 0;
}

.woocommerce-cart .cart .cart_item .product-thumbnail {
    width: 30%;
    flex-shrink: 0;


    width: 35%;
}
.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;
    padding: 2rem 3.6rem;
    flex-shrink: 1;
    width: 100%;


    padding: 1.2rem 2rem;
}
.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;
}
.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;
}
.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: #fff;
    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: 2.4rem;
    height: 2.4rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, .06);
    color: rgba(0, 0, 0, .6);
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
}
.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;
}
.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: 5rem;
    position: relative;
}
.woocommerce-cart .cart .cart_item .product-remove:before {
    width: .1rem;
    background-color: rgba(0, 0, 0, .12);
    position: absolute;
    content: '';
    left: 0;
    top: 2rem;
    bottom: 2rem;
}
.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: rgba(0, 0, 0, .5);
    font-size: 1.4rem;
}
.woocommerce-cart .cart .cart_item .product-remove .remove:before {
    content: '\e82e';
    font-family: 'Fontello';    
}





.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.8rem;
    font-weight: 400;
}
.cart_totals .cart_totals__subtotal {
    margin-top: 1.2rem;
    font-size: 2.4rem;
    font-weight: 700;
}
.wc-proceed-to-checkout {
    display: flex;
}

.wc-proceed-to-checkout .checkout-button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 3.6rem;
    background-color: #ff8000;
    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: rgba(0, 0, 0, .06);
    border-radius: 2rem;
    padding: 3.6rem;


    padding: 3.6rem 2rem;
}
.checkout-block:first-child {

}
.checkout-block__title {
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: 2.8rem;
    opacity: .3;
}





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


    width: 100%;
}









.checkout-shipping {
    margin-top: 3.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: 1.2rem;
}
.checkout-billing textarea.input-text {
    min-height: 6rem;
}
.checkout-billing .input-text::placeholder {
    color: rgba(0, 0, 0, .4);
}
.checkout-billing .input-text::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
} 
.checkout-billing .input-text:-moz-placeholder {
    color: rgba(0, 0, 0, .4);
} 
.checkout-billing .input-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}  

.checkout-billing .true-wrapper {
    justify-content: space-between;
}
.checkout-billing .true-wrapper .input-text {
    width: calc(25% - .45rem);
}




#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: #eedfc2 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 1rem !important;
    background-color: rgba(255, 255, 255, .07) !important;
    height: 4.2rem !important;
}
.select2-selection__rendered {
    color: #000 !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: 0 !important;
    right: 0 !important;
}




.select2-container {

}
.select2-dropdown {
    background-color: #eedfc2 !important;
    border-radius: 0rem !important;
    border:  .1rem solid rgba(0, 0, 0, .12) !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: #000 !important;
    font-size: 1.4rem !important;
}
.select2-results__option.select2-results__option--highlighted {
    color: 000 !important;
    background-color: rgba(255, 255, 255, .4) !important;
}
.select2-results__option[data-selected=true] {
    background-color: #D6C9AE !important;
}










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

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












.woocommerce-checkout .shop_table {
    width: calc(50% - 1.8rem);
    margin-left: 3.6rem;


    margin-left: 0;
    width: 100%;
    margin-top: 3.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-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 0;
    font-size: 1.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .08);
}
.checkout-review__list tfoot td {
    border-top: .1rem solid rgba(0, 0, 0, .08);
    white-space: nowrap;
    text-align: right;
    padding: 1.2rem 0 0;
    font-weight: 700;
    font-size: 1.4rem;
    padding-left: 1.2rem;
}
















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

}
.order-total__summ {

}











.checkout-payment {
    width: 100%;
    margin-top: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-methods {
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;


    flex-direction: column;
    align-items: center;
}
.payment-method {
    position: relative;
    overflow: hidden;
    margin-right: 1.2rem;
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;


    margin-right: 0;
    margin-top: 1.2rem !important;
}
.payment-method:first-child {
    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: #fff;
    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: #ff8000;
    color: #fff;
}
.payment-method__label:hover {
    
}
.payment_box {
    display: none !important;
}












.checkout-confirm {
    width: 100%;
    margin-top: 3.6rem;
    border-radius: 0;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    padding: 3.6rem 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;
}
.privacy-confirm a {

}

.checkout-confirm__button {
    height: 5rem;
    padding: 0 3.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #ff8000;
    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:hover {
    
}






























.woocommerce-order {

}
.woocommerce-thankyou-order-received {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .6);;
    line-height: 1.3;
}
.woocommerce-thankyou-order-received b {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
    color: color: rgba(0, 0, 0, .6);;
}

.payment_instructions {
    background-color: #000;
    color: #fff;
    border-radius: 1.2rem;
    padding: 2.4rem;
    margin-top: 2.4rem;
    line-height: 1.4;

    display: none;
}
.payment_instructions b {
    font-weight: 700;
}







}



