.woocommerce-notices-wrapper {
    display: none !important;
}
.woocommerce-result-count {
    display: none !important;
}
.woocommerce-ordering {
    display: none !important;
}





.categories-block {
    width: 100%;
    display: block;
}
.categories-block .categories-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 2.4rem;
    align-items: stretch;
}
.categories-block .categories-list .category-item {
    width: calc(25% - 1.8rem);
    display: block;
}
.categories-block .categories-list .category-item .catogory-item__img-wrap {
    display: block;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}
.categories-block .categories-list .category-item .catogory-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.categories-block .categories-list .category-item .catogory-item__text {
    display: block;
    margin-top: 1.2rem;
}
.categories-block .categories-list .category-item .catogory-item__text .catogory-item__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}
.categories-block .categories-list .category-item .catogory-item__text .catogory-item__subtitle {
    display: block;
    margin-top: .6rem;
    font-size: 1.2rem;
}






/*
.cat-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3.6rem;
}

.cat-item {
    width: calc(14.28% - 1rem);
    margin-left: 1.2rem;
    margin-top: 1.2rem;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.cat-item:first-child,
.cat-item:nth-child(2),
.cat-item:nth-child(3),
.cat-item:nth-child(4),
.cat-item:nth-child(5),
.cat-item:nth-child(6),
.cat-item:nth-child(7) {
    margin-top: 0;
}
.cat-item:nth-child(7n-6) {
    margin-left: 0;
}

.cat-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 60%;
}

.cat_img {
    position: absolute;
    display: block;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .3s;
}
.cat-item__link:hover .cat_img {
    opacity: .3;
    transform: scale(1.1);
}

.cat-item__title {
    font-size: 1.4rem;
    letter-spacing: .2rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    font-weight: 700;
}*/


.links-blocks {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 8rem;
}
.links-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.links-block .links-block__letter {
    font-size: 2rem;
    font-weight: 700;
}
.links-block .links-block__items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.links-block .links-block__item {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.3;
}









.cat-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}

.cat-item {
    width: calc(14.28% - 1rem);
    margin-left: 1.2rem;
    margin-top: 1.2rem;
    position: relative;
    overflow: hidden;
    /*background-color: #000;*/
    border: .2rem solid #000;
}
.cat-item:first-child,
.cat-item:nth-child(2),
.cat-item:nth-child(3),
.cat-item:nth-child(4),
.cat-item:nth-child(5),
.cat-item:nth-child(6),
.cat-item:nth-child(7) {
    margin-top: 0;
}
.cat-item:nth-child(7n-6) {
    margin-left: 0;
}

.cat-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 25%;
}

.cat_img {
    position: absolute;
    display: block;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .3s;
}
.cat-item__link:hover .cat_img {
    opacity: .3;
    transform: scale(1.1);
}

.cat-item__title {
    font-size: 1.4rem;
    /*letter-spacing: .2rem;*/
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    font-weight: 700;
}





.woocommerce-pagination {
    display: block;
    margin-top: 4rem;
}
.page-numbers {
    display: flex;
    align-items: center;
    width: 100%;
}
.page-numbers li {
    margin-left: .6rem;
    border-radius: 50rem;
    flex-shrink: 0;
    overflow: hidden;
}
.page-numbers li:first-child {
    margin-left: 0;
    display: flex;
    align-items: stretch;
}
.page-numbers a {
    display: flex;
    align-self: stretch;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    color: #2E2E2E;
    background-color: rgba(0, 0, 0, .07);
}
.page-numbers span {

}
.page-numbers span.current {
    display: flex;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    color: #212121;
    background-color: #f3b61f;
}











.products {
    display: flex;
    flex-wrap: wrap;
}
.product-loop {
    width: calc(20% - 1.92rem);
    margin-left: 2.4rem;
    margin-top: 3.6rem;
}
.product-loop:nth-child(5n-4) {
    margin-left: 0;
}
.product-loop:first-child,
.product-loop:nth-child(2),
.product-loop:nth-child(3),
.product-loop:nth-child(4),
.product-loop:nth-child(5) {
    margin-top: 0;
}

.product-loop .woocommerce-loop-product__link {
    display: block;
}

.product-loop .product__thumb {
    position: relative;
    border: .1rem solid rgba(0, 0, 0, .1);
}
.product-loop .product__thumb:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.product-loop .attachment-woocommerce_thumbnail,
.product-loop .woocommerce-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
.product-loop .woocommerce-loop-product__title {
    /**/
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 1.4rem;
}
.product-loop .product__buy {
    display: flex;
    margin-top: .8rem;
    align-items: center;
}
.product-loop .price {

}
.product-loop .amount {

    font-size: 1.7rem;
    font-weight: 700;
}
.product-loop .button {
    background-color: #373f47;
    font-size: 2.6rem;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border-radius: .4rem;*/
    height: 2.6rem;
    /*padding: 0 .6rem;*/
    width: 2.6rem;
    /*padding-right: .2rem;*/
    border-radius: 20rem;
    flex-shrink: 0;
    margin-left: 1.2rem;
    position: relative;


    display: none;
}
.product-loop .button:hover {

}
.product-loop .added_to_cart.wc-forward {
    display: none;
}


























.product-single {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.product-single .woocommerce-product-gallery {
    width: calc(50% - 1.2rem);
}
.product-single .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product-single .woocommerce-product-gallery__image:first-child {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    display: block;
    height: auto !important;
}
.product-single .woocommerce-product-gallery__image {
    width: calc(25% - .3rem);
    display: flex;
    margin-left: .4rem;
    margin-top: .4rem;
}
.product-single .woocommerce-product-gallery__image:nth-child(2),
.product-single .woocommerce-product-gallery__image:nth-child(6),
.product-single .woocommerce-product-gallery__image:nth-child(10) {
    margin-left: 0;
}
.product-single .woocommerce-product-gallery__image .swipebox {
    display: flex;
    width: 100%;
}
.product-single .woocommerce-product-gallery img {
    display: block;
    width: 100%;
    height: auto;
}
.product-single .summary {
    width: calc(50% - 1.2rem);
    margin-left: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.product-single .summary .product_title {
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.2;
    display: block;
    margin-bottom: 2.4rem;
}
.product-single .summary .product_meta {
    display: none;
}
.product-single .summary .price {

}
.product-single .summary .price .amount {
    background-color: #fefefe;
    color: #292929;

    font-size: 2rem;
    padding: 0 2rem;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100rem;
}
.product-single .cart {

}
.product-single .cart .quantity {
    display: none;
}
.product-single .cart .button {
    height: 3.6rem;
    /*width: 3.6rem;*/
    padding: 0 2rem;
    background-color: #373f47;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100rem;
    margin-left: .6rem;
    font-size: 1rem;

    font-weight: 700;
    color: #fff;
    letter-spacing: 0rem;
    text-transform: uppercase;
}
.product-type-variable .cart .button {
    margin-left: 0 !important;
}
/*.product-single .cart .button:after {
    content: '\e80b';
    font-family: Fontello;
    color: #212121;
    font-size: 1.6rem;
    margin-left: .4rem;
    padding-bottom: .4rem;
}*/
.product-single .cart .added_to_cart.wc-forward {
    display: none !important;
}

.product-single .woocommerce-product-details__short-description {
    width: 100%;
    /*margin-top: 2.4rem;*/
}
.product-single .woocommerce-product-details__short-description p {
    line-height: 1.4;
    font-size: 1.8rem;
    margin: 1.8rem 0 0;

}










.product-type-variable .entry-summary > .price {
    /*display: none;*/
    margin-bottom: 1.2rem;
    border-bottom: .1rem solid rgba(0, 0, 0, .3);
    padding-bottom: 1.2rem;
}

div.product .variations_form {
    width: 100%;
}
div.product .variations_form .variations {

}
div.product .variations_form .variations tbody {

}
#pa_size {
    margin-top: .8rem;
    font-size: 1.6rem;
}

div.product .variations_form .variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
div.product .variations_form .variations tr .label {

}
div.product .variations_form .variations tr .label label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}
div.product .variations_form .variations tr .label label:before {
    content: 'Выберите';
    margin-right: .5rem;
}

div.product .variations_form .variations tr .value {

}
div.product .variations_form .variations tr .value .tawcvs-swatches {
    display: flex;
    align-items: center;
}
div.product .variations_form .variations tr .value .tawcvs-swatches .swatch {
    border: .2rem solid rgba(0, 0, 0, .3);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .2s;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-radius: .5rem;
    color: #212121;
    padding: 0 1.2rem;
    height: 3rem;
    font-weight: 700;
    margin-right: .6rem;
    margin-top: .6rem;
    cursor: pointer;
}
div.product .variations_form .variations tr .value .tawcvs-swatches .swatch:hover,
div.product .variations_form .variations tr .value .tawcvs-swatches .swatch.selected {
    background-color: #212121;
    color: #fff;
    border: .2rem solid #212121;
}

div.product .variations_form .variations tr .value .reset_variations {
    display: none !important;
}
.single_variation_wrap .quantity {
    position: absolute;
    z-index: -100;
    opacity: 0;
    pointer-events: none;
    display: none !important;
}
.woocommerce-variation-price {
    display: flex;
    margin-top: 0;
}
.woocommerce-variation-price > *:last-child {
    margin-right: 1.2rem;
}
.single_variation_wrap {
    display: flex;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .3);
}
#tab-additional_information {
    display: none !important;
}







/*.entry-summary > *:first-child {
    margin-top: 0;
}*/

.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
    margin: 1.8rem 0 0;
    color: inherit;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem;

}
.entry-summary h1 {
    font-size: 2.8rem;
}
.entry-summary h2 {
    font-size: 2.6rem;
}
.entry-summary h3 {
    font-size: 2.4rem;
}
.entry-summary h4 {
    font-size: 2.2rem;
}
.entry-summary h5 {
    font-size: 2rem;
}
.entry-summary h6 {
    font-size: 1.8rem;
}
.entry-summary p + h1,
.entry-summary p + h2,
.entry-summary p + h3,
.entry-summary p + h4,
.entry-summary p + h5,
.entry-summary p + h6 {
    margin: 2.4rem 0 0;
}
.entry-summary > p {
    /*margin: 2.4rem 0 0;
    line-height: 1.7;
    font-size: 1.8rem;*/

}
.entry-summary ul,
.entry-summary ol {
    margin-top: 1.8rem;
    font-size: 1.8rem;

}
.entry-summary ul li,
.entry-summary ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.4;
    margin-top: .6rem;

}
.entry-summary ul li {
    list-style-type: disc;
}
.entry-summary ol li {
    list-style-type: decimal;
}
.entry-summary ul li:first-child,
.entry-summary ol li:first-child {
    margin-top: 0;
}

.entry-summary a {
    text-decoration: underline;

}



.entry-summary .wp-caption {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.entry-summary .wp-caption a.swipebox {
    background: #000;
    display: block;
}
.entry-summary img.size-full {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}
.entry-summary img.size-full:hover {
    transform: scale(1.1);
    opacity: .6;
}
.entry-summary .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}











.product-single .woocommerce-tabs {
    border-top: .1rem solid rgba(0, 0, 0, .12);
    width: 100%;
    margin-top: 3.6rem;
}
.product-single .tabs {
    display: none !important;
}


.product-single .entry-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    margin-top: 3.6rem;
    max-width: 90rem;
}
.product-single .entry-content > * {
    margin-top: 3.6rem;
}
.product-single .entry-content > *:first-child {
    margin-top: 0;
}

.product-single .entry-content h1,
.product-single .entry-content h2,
.product-single .entry-content h3,
.product-single .entry-content h4,
.product-single .entry-content h5,
.product-single .entry-content h6 {
    margin: 4.8rem 0 0;
    color: inherit;
    font-weight: 700;

    /*color: #fff;*/
}
.product-single .entry-content h1 {
    font-size: 3.6rem;
}
.product-single .entry-content h2 {
    font-size: 3.4rem;
}
.product-single .entry-content h3 {
    font-size: 3.2rem;
}
.product-single .entry-content h4 {
    font-size: 3rem;
}
.product-single .entry-content h5 {
    font-size: 2.8rem;
}
.product-single .entry-content h6 {
    font-size: 1.6rem;
}
.product-single .entry-content p + h1,
.product-single .entry-content p + h2,
.product-single .entry-content p + h3,
.product-single .entry-content p + h4,
.product-single .entry-content p + h5,
.product-single .entry-content p + h6 {
    margin: 4.8rem 0 0;
}
.product-single .entry-content > p {
    margin: 3.6rem 0 0;
    line-height: 1.5;
    font-size: 1.6rem;
}
.product-single .entry-content ul,
.product-single .entry-content ol {
    margin-top: 3.6rem;
}
.product-single .entry-content li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.5;
}
.product-single .entry-content ul li {
    list-style-type: disc;
}
.product-single .entry-content ol li {
    list-style-type: decimal;
}
.product-single .entry-content ul li:first-child,
.product-single .entry-content ol li:first-child {
    margin-top: 0;
}
.product-single .entry-content a {
    text-decoration: underline;
    /*font-weight: 700;*/
}

.product-single .entry-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}
/* ????? */
.product-single .entry-content img.aligncenter {

}
.product-single .entry-content img.alignright {

}

.product-single .entry-content .wp-caption {
    position: relative;
    overflow: hidden;
    margin-top: 2.4rem;
    display: flex;
}
/* ???? */
.product-single .entry-content .wp-caption.aligncenter {

}
.product-single .entry-content .wp-caption.alignright {

}
.product-single .entry-content .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 2.4rem 1.2rem 1.2rem;
    pointer-events: none;
    background: rgba(0,0,0,.7);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.product-single .entry-content .wp-caption .swipebox {
    background: #000;
    display: block;
    position: relative;
    overflow: hidden;
}
.product-single .entry-content .wp-caption .swipebox:after {
    content: '\e801';
    position: absolute;
    color: #fff;
    font-family: Fontello;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    transition: .2s;
    opacity: 0;
    transform: translateY(3rem);
}
.product-single .entry-content .wp-caption .swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}
.product-single .entry-content .wp-caption .swipebox:hover:after {
    opacity: 1;
    transform: translateY(0);
}

.product-single .entry-content .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3.6rem;
}
/*.wp-caption + .gallery,
.wp-caption + a.swipebox,
.gallery + .wp-caption,
.gallery + .gallery,
.gallery + a.swipebox,
a.swipebox + .gallery,
a.swipebox + .wp-caption {
    margin-top: .6rem;
}*/
.product-single .entry-content .gallery-item {
    position: relative;
    padding: .1rem;
}
.product-single .entry-content .gallery-columns-1 .gallery-item {
    width: 100%;
}
.product-single .entry-content .gallery-columns-2 .gallery-item {
    width: 50%;
}
.product-single .entry-content .gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.product-single .entry-content .gallery-columns-4 .gallery-item {
    width: 25%;
}
.product-single .entry-content .gallery-columns-5 .gallery-item {
    width: 20%;
}
.product-single .entry-content .gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.product-single .entry-content .gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.product-single .entry-content .gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.product-single .entry-content .gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.product-single .entry-content .gallery-icon {
    display: block;
}
.product-single .entry-content .gallery-icon .swipebox {
    position: relative;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: flex-start;
    display: block;
}
.product-single .entry-content .gallery-icon .swipebox:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.product-single .entry-content .gallery-icon .swipebox:after {
    content: '\e801';
    position: absolute;
    color: #fff;
    font-family: Fontello;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    transition: .2s;
    opacity: 0;
    transform: translateY(3rem);
}
.product-single .entry-content .gallery-icon .swipebox:hover:after {
    opacity: 1;
    transform: translateY(0);
}
.product-single .entry-content .gallery-item img {
    transition: .2s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    display: block;
}
.product-single .entry-content .gallery-icon .swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}

.product-single .entry-content .gallery-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 2.4rem 1.2rem 1.2rem;
    pointer-events: none;
    background: rgba(0,0,0,.7);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}




.product-single .entry-content .iframe-video {
    position: relative;
    padding-top: 56.25%;
}
.product-single .entry-content .iframe-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}



.product-single .assortment-table {
    margin-top: 3.6rem;
    width: 100%;
    max-width: 90rem;
}
.product-single .assortment-table-title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1;
}
.product-single .assortment-table-subtitle {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 2.4rem;
}
.product-single .assortment-table-rows {
    margin-top: 2.4rem;
    width: 100%;
}
.product-single .assortment-table-rows table {
    width: 100%;
    border: .2rem solid #E2E2E2;
    border-collapse: collapse;
}
.product-single .assortment-table-rows tr {
    width: 100%;
}
.product-single .assortment-table-rows td {
    font-size: 1.4rem;
    padding: 1rem;
}
.product-single .assortment-table-rows tr:nth-child(odd) td {
    background-color: #E2E2E2;
}











.product-single .appointment-form {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    margin-top: 3.6rem;
    max-width: 90rem;
}
.product-single .appointment-form-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .3;
}
.product-single .appointment-form-content {
    padding: 6rem;
    position: relative;
    z-index: 10;
}
.product-single .appointment-form-title {
    display: block;
    margin-bottom: 3.6rem;
    line-height: 1.1;
    font-size: 3.6rem;
    color: #fff;
    font-weight: 700;
}
.product-single .appointment-form .wpcf7 {

}







.product-single .related {
    border-top: .1rem solid rgba(0, 0, 0, .12);
    width: 100%;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
}
.product-single .related > h2:first-child {

    font-weight: 700;
    font-size: 3rem;
    color: #292929;
}
.product-single .related .products {
    margin-top: 2.4rem;
    width: 100%;
}











































.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, .6);
    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: #e5e5e5;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.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: #292929;
    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: #292929;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}

.xoo-cp-pdetails {
    margin-bottom: 1.6rem;
}
.xoo-cp-pdetails-inner {

}
.xoo-cp-ptitle {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
}
.xoo-cp-pname {
    color: #212121;
    font-weight: 700;
}
.xoo-cp-variations {
    display: inline;
    color: #212121;
    font-weight: 700;
}
.xoo-cp-variations .variation {
    text-transform: lowercase;
    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;
    color: #212121;
}
.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, .1);
    border-radius: 10rem;
    width: auto;
}
.xcp-chng {
    background-color: #292929;
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    color: #fff;
    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: #212121;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 3rem;
}
.xoo-cp-remove {
    background-color: #292929;
    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: #212121;
    font-weight: 700;
    font-size: 2.6rem;
}



.xoo-cp-close-wrap {
    border-top: .2rem solid rgba(0, 0, 0, .2);
    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: 2.4rem;
    background-color: #f3b61f;
    color: #212121;
}
.xoo-cp-close.xcp-btn:before {
    content: '\e81b';
    font-family: Fontello;
}





.xoo-cp-notice-box {

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

}


























.woocommerce-cart {

}


.woocommerce-cart-form {

}

.woocommerce-cart .cart {
    width: 100%;
}

.woocommerce-cart .cart thead {

}
.woocommerce-cart .cart thead tr {

}
.woocommerce-cart .cart thead th {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 1.2rem;
    vertical-align: top;
    padding-bottom: 1.2rem;
}
.woocommerce-cart .cart thead th:first-child {
    padding-left: 0;
}

.woocommerce-cart .cart tbody {
    width: 100%;
}
.woocommerce-cart .cart .cart_item {
    width: 100%;
}
.woocommerce-cart .cart .cart_item td {
    border-top: .1rem solid rgba(0, 0, 0, .1);
    padding: 1.2rem 0;
    vertical-align: top;
}
.woocommerce-cart .cart .cart_item .product-thumbnail {
    width: 6rem;
    height: 6rem;
}
.woocommerce-cart .cart .cart_item .product-thumbnail a {
    display: block;
    width: 6rem;
    height: 6rem;
}
.woocommerce-cart .cart .cart_item .product-thumbnail img {
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}
.woocommerce-cart .cart .cart_item .product-name {
    padding-left: 1.2rem;
    width: 100%;
}
.woocommerce-cart .cart .cart_item .product-name a {
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 1.2;
    display: block;
}
.woocommerce-cart .cart .cart_item .product-price {
    padding-left: 1.2rem;
    white-space: nowrap;
}
.woocommerce-cart .cart .cart_item .product-price .amount {
    font-size: 1.6rem;
    display: block;
    line-height: 1.2;
}
.woocommerce-cart .cart .cart_item .product-quantity {
    padding-left: 1.2rem;
}
.woocommerce-cart .cart .cart_item .product-quantity .quantity {
    display: flex;
    align-items: center;
    border-radius: 10rem;
    background-color: rgba(0, 0, 0, .07);
    padding: .2rem;
}
.woocommerce-cart .cart .cart_item .product-quantity .screen-reader-text {
    display: none;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-change {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #292929;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-minus {

}
.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;
    color: #292929;
    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 {
    padding-left: 1.2rem;
    white-space: nowrap;
}
.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 {
    padding-left: 1.2rem;
}
.woocommerce-cart .cart .cart_item .product-remove .remove {
    text-decoration: none;
    width: 2rem;
    height: 2rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #292929;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

.woocommerce-cart .cart tbody tr:last-child {
    display: none;
}
.woocommerce-cart .cart .actions {

}
.woocommerce-cart .cart .actions .button {

}



.cart-collaterals {
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(48, 52, 63, .1);
}
.cart_totals {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart_totals .shop_table {

}
.cart_totals .cart-subtotal {
    display: none !important;
}
.cart_totals .order-total {

}
.cart_totals .order-total th {
    font-weight: 700;
    color: #292929;
    font-size: 1.8rem;

    white-space: pre-wrap;
}
.cart_totals .order-total td {
    font-weight: 700;
    color: #292929;
    font-size: 1.8rem;

}
.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: 2.4rem;

    color: #fff;
    border-radius: 10rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    background-color: #373f47;
    transition: .2s;
    height: 4.6rem;
    text-decoration: none !important;
}
.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #373f47;
}


















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


.woocommerce-terms-and-conditions-wrapper {
    display: none;
}




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

}





.checkout-block {
    /*margin-top: 7.2rem;
    padding-top: 2.4rem;
    border-top: .5rem solid #99d5c9;*/
}
.checkout-block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.checkout-block__title {

    color: #292929;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.2rem;
}





.checkout-billing {
    width: calc(50% - 2.4rem);
    /*padding-bottom: 2.4rem;*/
}
.checkout-billing__fields {

}
#billing_country_field {
    display: none;
}
.checkout-billing .form-row {
    margin-top: 1.2rem;
}
.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.3rem;
    font-weight: 700;
    margin-bottom: .4rem;
}
.checkout-billing .form-row > label abbr {
    display: none;
}
.checkout-billing .woocommerce-input-wrapper {
    display: block;
}
.checkout-billing .input-text {
    display: block;
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, .07);
    border-radius: .5rem;
    color: #212121;
}
.checkout-billing textarea.input-text {
    min-height: 6rem;
}
.checkout-billing .input-text:placeholder {
    color: rgba(0, 0, 0, .3);
}
.checkout-billing .input-text::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
}
.checkout-billing .input-text:-moz-placeholder {
    color: rgba(0, 0, 0, .3);
}
.checkout-billing .input-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3);
}

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












.woocommerce-checkout .shop_table {
    width: calc(50% - 2.4rem);
    margin-left: 2.4rem;
    padding-left: 2.4rem;
    border-left: .1rem solid rgba(0, 0, 0, .3);
    /*padding-bottom: 2.4rem;*/
}



.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 .6rem 1rem;
    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: 1rem .6rem;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.3;
}
.checkout-review__list tbody tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, .07);
}
.checkout-review__list tbody td.product-name {
    text-align: left;
    border-radius: .5rem 0 0 .5rem;
}
.checkout-review__list tbody td.product-total {
    white-space: nowrap;
    text-align: right;
    padding-left: 1.2rem;
    border-radius: 0 .5rem .5rem 0;
}
.checkout-review__list tfoot {

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

}
.checkout-review__list tfoot th {
    text-align: right;
    padding: 1rem .6rem 0;
    color: #292929;
    font-size: 1.4rem;
}
.checkout-review__list tfoot td {
    white-space: nowrap;
    text-align: right;
    padding: 1rem .6rem 0;
    font-weight: 700;
    color: #292929;
    font-size: 1.4rem;
}









.checkout-shipping {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
}
.shipping-methods {
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.shipping-method {
    position: relative;
    overflow: hidden;
    margin-right: 1.2rem;
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;
}
.shipping-method:last-child {
    margin-right: 0;
}
.shipping-method__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.shipping-method__input:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shipping-method__input:checked {

}
.shipping-method__label {
    height: 4.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;

    line-height: 1.2;
    font-weight: 700;
    border: .2rem solid #292929;
    border-radius: 10rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #292929;
    transition: .2s;
    cursor: pointer;
}
.shipping-method__input:checked + .shipping-method__label {
    color: #fff;
    background-color: #292929;
}
.shipping-method__label:hover {
    color: #fff;
    background-color: #292929;
}










.checkout-total {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    display: block;
    font-size: 2rem;
    color: #292929;

    font-weight: 700;
}
.order-total__label {

}
.order-total__summ {

}











.checkout-payment {
    width: 100%;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-methods {
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !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: 4.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;

    line-height: 1.2;
    font-weight: 700;
    border: .2rem solid #292929;
    border-radius: 10rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #292929;
    transition: .2s;
    cursor: pointer;
}
.payment-method__input:checked + .payment-method__label {
    color: #fff;
    background-color: #292929;
}
.payment-method__label:hover {
    color: #fff;
    background-color: #292929;
}
.payment_box {
    display: none !important;
}












.checkout-confirm {
    width: 100%;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
}
.checkout-confirm__button {
    height: 4.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;

    font-weight: 700;
    background-color: #373f47;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    transition: .2s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.checkout-confirm__button:hover {
    background-color: #373f47;
}






























.woocommerce-order {

}
.woocommerce-thankyou-order-received {
    font-size: 3rem;
    font-weight: 700;
    color: #292929;

    line-height: 1.3;
}
.woocommerce-thankyou-order-received b {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
    color: #212121;
}








.woocommerce-form-login-toggle {
    display: none;
}






































































































































































































@media all and (max-width: 1200px) {
    .woocommerce-notices-wrapper {
    display: none !important;
}
.woocommerce-result-count {
    display: none !important;
}
.woocommerce-ordering {
    display: none !important;
}









.categories-block {
    width: 100%;
    display: block;
}
.categories-block .categories-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 6rem;
    align-items: stretch;


    gap: 3.6rem 2.4rem;
}
.categories-block .categories-list .category-item {
    width: calc(50% - 3rem);
    display: block;


    width: calc(50% - 1.2rem);
}
.categories-block .categories-list .category-item .catogory-item__img-wrap {
    display: block;
    aspect-ratio: 2/1;
    position: relative;
    overflow: hidden;


    aspect-ratio: 1/1;
}
.categories-block .categories-list .category-item .catogory-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.categories-block .categories-list .category-item .catogory-item__text {
    display: block;
    margin-top: 1.2rem;
}
.categories-block .categories-list .category-item .catogory-item__text .catogory-item__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;


    font-size: 1.6rem;
}
.categories-block .categories-list .category-item .catogory-item__text .catogory-item__subtitle {
    display: block;
    margin-top: .6rem;
    font-size: 1.2rem;
}





/*
.cat-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3.6rem;
}

.cat-item {
    width: calc(14.28% - 1rem);
    margin-left: 1.2rem;
    margin-top: 1.2rem;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.cat-item:first-child,
.cat-item:nth-child(2),
.cat-item:nth-child(3),
.cat-item:nth-child(4),
.cat-item:nth-child(5),
.cat-item:nth-child(6),
.cat-item:nth-child(7) {
    margin-top: 0;
}
.cat-item:nth-child(7n-6) {
    margin-left: 0;
}

.cat-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 60%;
}

.cat_img {
    position: absolute;
    display: block;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .3s;
}
.cat-item__link:hover .cat_img {
    opacity: .3;
    transform: scale(1.1);
}

.cat-item__title {
    font-size: 1.4rem;
    letter-spacing: .2rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    font-weight: 700;
}*/

.cat-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: .1rem solid rgba(0, 0, 0, .2);
}

.cat-item {
    width: calc(14.28% - 1rem);
    margin-left: 2rem;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
    /*background-color: #000;*/
    border: .2rem solid #000;


    width: calc(50% - 1rem);
    border: none;
    flex-shrink: 0;
    /*width: auto;*/
    /*display: block;*/
}
.cat-item:first-child,
.cat-item:nth-child(2) {
    margin-top: 0;
}
.cat-item:nth-child(3),
.cat-item:nth-child(4),
.cat-item:nth-child(5),
.cat-item:nth-child(6),
.cat-item:nth-child(7) {
    margin-top: 2rem;
}
.cat-item:nth-child(7n-6) {
    margin-left: 2rem;
}
.cat-item:nth-child(odd) {
    margin-left: 0;
}

.cat-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    height: 3.6rem;


    background-color: #f1eff9;
    border-radius: 10rem;
    flex-shrink: 0;
    display: flex;
    width: 100%;
    padding: 0 .6rem;

}

.cat_img {
    position: absolute;
    display: block;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .3s;
}
.cat-item__link:hover .cat_img {
    opacity: .3;
    transform: scale(1.1);
}

.cat-item__title {
    display: block;
    font-size: 1.2rem;
    /*letter-spacing: .2rem;*/
    text-align: center;
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-weight: 700;
    flex-shrink: 0;
    display: flex;
}





.woocommerce-pagination {
    display: block;
    margin-top: 4rem;
}
.page-numbers {
    display: flex;
    align-items: center;
    width: 100%;
}
.page-numbers li {
    margin-left: .6rem;
    border-radius: 50rem;
    flex-shrink: 0;
    overflow: hidden;
}
.page-numbers li:first-child {
    margin-left: 0;
    display: flex;
    align-items: stretch;
}
.page-numbers a {
    display: flex;
    align-self: stretch;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    color: #2E2E2E;
    background-color: rgba(0, 0, 0, .07);
}
.page-numbers span {

}
.page-numbers span.current {
    display: flex;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    color: #212121;
    background-color: #f3b61f;
}











.products {
    display: flex;
    flex-wrap: wrap;


    gap: 2rem;
}
.product-loop {
    width: calc(50% - 1rem);
    margin-left: 2rem;
    margin-top: 2rem;


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


    margin-left: 0;
}
.product-loop:nth-child(odd) {
    margin-left: 0;
}
.product-loop:first-child,
.product-loop:nth-child(2) {
    margin-top: 0;
}
.product-loop:nth-child(3),
.product-loop:nth-child(4) {
    margin-top: 2rem;


    margin-top: 0;
}

.product-loop .woocommerce-loop-product__link {
    display: block;
}

.product-loop .product__thumb {
    position: relative;
}
.product-loop .product__thumb:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.product-loop .attachment-woocommerce_thumbnail,
.product-loop .woocommerce-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.product-loop .woocommerce-loop-product__title {
    /**/
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 1.4rem;
}
.product-loop .product__buy {
    display: flex;
    margin-top: .8rem;
    align-items: center;
}
.product-loop .price {

}
.product-loop .amount {

    font-size: 1.7rem;
    font-weight: 700;
}
.product-loop .button {
    background-color: #afd40e;
    font-size: 2.6rem;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border-radius: .4rem;*/
    height: 2.6rem;
    /*padding: 0 .6rem;*/
    width: 2.6rem;
    /*padding-right: .2rem;*/
    border-radius: 20rem;
    flex-shrink: 0;
    margin-left: 1.2rem;
    position: relative;


    display: none;
}
.product-loop .button:hover {

}
.product-loop .added_to_cart.wc-forward {
    display: none;
}


























.product-single {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.product-single .woocommerce-product-gallery {
    width: calc(50% - 1.2rem);


    width: 100%;
}
.product-single .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product-single .woocommerce-product-gallery__image:first-child {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    display: block;
    height: auto !important;
}
.product-single .woocommerce-product-gallery__image {
    width: calc(25% - .3rem);
    display: flex;
    margin-left: .4rem;
    margin-top: .4rem;
}
.product-single .woocommerce-product-gallery__image:nth-child(2),
.product-single .woocommerce-product-gallery__image:nth-child(6),
.product-single .woocommerce-product-gallery__image:nth-child(10) {
    margin-left: 0;
}
.product-single .woocommerce-product-gallery__image .swipebox {
    display: flex;
    width: 100%;
}
.product-single .woocommerce-product-gallery img {
    display: block;
    width: 100%;
    height: auto;
}
.product-single .summary {
    width: calc(50% - 1.2rem);
    margin-left: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;


    width: 100%;
    margin-left: 0;
}
.product-single .summary .product_title {
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.2;
    display: block;
    margin-bottom: 2.4rem;
}
.product-single .summary .product_meta {
    display: none;
}
.product-single .summary .price {

}
.product-single .summary .price .amount {
    background-color: #afd40e;
    color: #292929;

    font-size: 2rem;
    padding: 0 2rem;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100rem;
}
.product-single .cart {

}
.product-single .cart .quantity {
    display: none;
}
.product-single .cart .button {
    height: 3.6rem;
    /*width: 3.6rem;*/
    padding: 0 2rem;
    background-color: #FEC94C;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100rem;
    margin-left: .6rem;
    font-size: 1rem;

    font-weight: 700;
    color: #292929;
    letter-spacing: 0rem;
    text-transform: uppercase;
}
.product-type-variable .cart .button {
    margin-left: 0 !important;
}
/*.product-single .cart .button:after {
    content: '\e80b';
    font-family: Fontello;
    color: #212121;
    font-size: 1.6rem;
    margin-left: .4rem;
    padding-bottom: .4rem;
}*/
.product-single .cart .added_to_cart.wc-forward {
    display: none !important;
}

.product-single .woocommerce-product-details__short-description {
    width: 100%;
    /*margin-top: 2.4rem;*/
}
.product-single .woocommerce-product-details__short-description p {
    line-height: 1.4;
    font-size: 1.8rem;
    margin: 1.8rem 0 0;

}










.product-type-variable .entry-summary > .price {
    /*display: none;*/
    margin-bottom: 1.2rem;
    border-bottom: .1rem solid rgba(0, 0, 0, .3);
    padding-bottom: 1.2rem;
}

div.product .variations_form {
    width: 100%;
}
div.product .variations_form .variations {

}
div.product .variations_form .variations tbody {

}
#pa_size {
    margin-top: .8rem;
    font-size: 1.6rem;
}

div.product .variations_form .variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
div.product .variations_form .variations tr .label {

}
div.product .variations_form .variations tr .label label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}
div.product .variations_form .variations tr .label label:before {
    content: 'Выберите';
    margin-right: .5rem;
}

div.product .variations_form .variations tr .value {

}
div.product .variations_form .variations tr .value .tawcvs-swatches {
    display: flex;
    align-items: center;
}
div.product .variations_form .variations tr .value .tawcvs-swatches .swatch {
    border: .2rem solid rgba(0, 0, 0, .3);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .2s;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-radius: .5rem;
    color: #212121;
    padding: 0 1.2rem;
    height: 3rem;
    font-weight: 700;
    margin-right: .6rem;
    margin-top: .6rem;
    cursor: pointer;
}
div.product .variations_form .variations tr .value .tawcvs-swatches .swatch:hover,
div.product .variations_form .variations tr .value .tawcvs-swatches .swatch.selected {
    background-color: #212121;
    color: #fff;
    border: .2rem solid #212121;
}

div.product .variations_form .variations tr .value .reset_variations {
    display: none !important;
}
.single_variation_wrap .quantity {
    position: absolute;
    z-index: -100;
    opacity: 0;
    pointer-events: none;
    display: none !important;
}
.woocommerce-variation-price {
    display: flex;
    margin-top: 0;
}
.woocommerce-variation-price > *:last-child {
    margin-right: 1.2rem;
}
.single_variation_wrap {
    display: flex;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .3);
}
#tab-additional_information {
    display: none !important;
}







/*.entry-summary > *:first-child {
    margin-top: 0;
}*/

.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
    margin: 1.8rem 0 0;
    color: inherit;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem;

}
.entry-summary h1 {
    font-size: 2.8rem;
}
.entry-summary h2 {
    font-size: 2.6rem;
}
.entry-summary h3 {
    font-size: 2.4rem;
}
.entry-summary h4 {
    font-size: 2.2rem;
}
.entry-summary h5 {
    font-size: 2rem;
}
.entry-summary h6 {
    font-size: 1.8rem;
}
.entry-summary p + h1,
.entry-summary p + h2,
.entry-summary p + h3,
.entry-summary p + h4,
.entry-summary p + h5,
.entry-summary p + h6 {
    margin: 2.4rem 0 0;
}
.entry-summary > p {
    /*margin: 2.4rem 0 0;
    line-height: 1.7;
    font-size: 1.8rem;*/

}
.entry-summary ul,
.entry-summary ol {
    margin-top: 1.8rem;
    font-size: 1.8rem;

}
.entry-summary ul li,
.entry-summary ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.4;
    margin-top: .6rem;

}
.entry-summary ul li {
    list-style-type: disc;
}
.entry-summary ol li {
    list-style-type: decimal;
}
.entry-summary ul li:first-child,
.entry-summary ol li:first-child {
    margin-top: 0;
}

.entry-summary a {
    text-decoration: underline;

}



.entry-summary .wp-caption {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.entry-summary .wp-caption a.swipebox {
    background: #000;
    display: block;
}
.entry-summary img.size-full {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}
.entry-summary img.size-full:hover {
    transform: scale(1.1);
    opacity: .6;
}
.entry-summary .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}











.product-single .woocommerce-tabs {
    border-top: .1rem solid rgba(0, 0, 0, .12);
    width: 100%;
    margin-top: 2.4rem;
}
.product-single .tabs {
    display: none !important;
}


.product-single .entry-content {
    margin-top: 2.4rem;

}
.product-single .entry-content > h2:first-child {

    font-weight: 700;
    font-size: 3rem;
    color: #292929;
    /* text-transform: uppercase; */
    letter-spacing: 0rem;
}
.product-single .entry-content p {
    margin: 2.4rem 0 0;
    line-height: 1.6;
    font-size: 1.8rem;

}







.product-single .assortment-table {
    margin-top: 3.6rem;
    width: 100%;
    max-width: 90rem;
}
.product-single .assortment-table-title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1;


    font-size: 3.2rem;
}
.product-single .assortment-table-subtitle {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 2.4rem;
}
.product-single .assortment-table-rows {
    margin-top: 2.4rem;
    width: 100%;
}
.product-single .assortment-table-rows table {
    width: 100%;
    border: .2rem solid #E2E2E2;
    border-collapse: collapse;
}
.product-single .assortment-table-rows tr {
    width: 100%;
}
.product-single .assortment-table-rows td {
    font-size: 1.4rem;
    padding: 1rem;


    padding: 1rem .6rem;
    font-size: 1.2rem;
    line-height: 1.2;
}
.product-single .assortment-table-rows tr:nth-child(odd) td {
    background-color: #E2E2E2;
}






.product-single .related {
    border-top: .1rem solid rgba(0, 0, 0, .12);
    width: 100%;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
}
.product-single .related > h2:first-child {

    font-weight: 700;
    font-size: 3rem;
    color: #292929;
}
.product-single .related .products {
    margin-top: 2.4rem;
    width: 100%;
}











































.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, .6);
    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: #e5e5e5;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.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: #292929;
    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: #292929;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}

.xoo-cp-pdetails {
    margin-bottom: 1.6rem;
}
.xoo-cp-pdetails-inner {

}
.xoo-cp-ptitle {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
}
.xoo-cp-pname {
    color: #212121;
    font-weight: 700;
}
.xoo-cp-variations {
    display: inline;
    color: #212121;
    font-weight: 700;
}
.xoo-cp-variations .variation {
    text-transform: lowercase;
    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;
    color: #212121;
}
.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, .1);
    border-radius: 10rem;
    width: auto;
}
.xcp-chng {
    background-color: #292929;
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    color: #fff;
    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: #212121;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 3rem;
}
.xoo-cp-remove {
    background-color: #292929;
    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: #212121;
    font-weight: 700;
    font-size: 2.6rem;
}



.xoo-cp-close-wrap {
    border-top: .2rem solid rgba(0, 0, 0, .2);
    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: 2.4rem;
    background-color: #f3b61f;
    color: #212121;
}
.xoo-cp-close.xcp-btn:before {
    content: '\e81b';
    font-family: Fontello;
}





.xoo-cp-notice-box {

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

}


























.woocommerce-cart {

}


.woocommerce-cart-form {
    overflow-x: auto;
}

.woocommerce-cart .cart {
    width: 100%;

}

.woocommerce-cart .cart thead {

}
.woocommerce-cart .cart thead tr {

}
.woocommerce-cart .cart thead th {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 1.2rem;
    vertical-align: top;
    padding-bottom: 1.2rem;
}
.woocommerce-cart .cart thead th:first-child {
    padding-left: 0;
}

.woocommerce-cart .cart tbody {
    width: 100%;
}
.woocommerce-cart .cart .cart_item {
    width: 100%;
}
.woocommerce-cart .cart .cart_item td {
    border-top: .1rem solid rgba(0, 0, 0, .1);
    padding: 1.2rem 0;
    vertical-align: top;
}
.woocommerce-cart .cart .cart_item .product-thumbnail {
    width: 6rem;
    height: 6rem;
}
.woocommerce-cart .cart .cart_item .product-thumbnail a {
    display: block;
    width: 6rem;
    height: 6rem;
}
.woocommerce-cart .cart .cart_item .product-thumbnail img {
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}
.woocommerce-cart .cart .cart_item .product-name {
    padding-left: 1.2rem;
    width: 100%;
}
.woocommerce-cart .cart .cart_item .product-name a {
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 1.2;
    display: block;
}
.woocommerce-cart .cart .cart_item .product-price {
    padding-left: 1.2rem;
    white-space: nowrap;
}
.woocommerce-cart .cart .cart_item .product-price .amount {
    font-size: 1.6rem;
    display: block;
    line-height: 1.2;
}
.woocommerce-cart .cart .cart_item .product-quantity {
    padding-left: 1.2rem;
}
.woocommerce-cart .cart .cart_item .product-quantity .quantity {
    display: flex;
    align-items: center;
    border-radius: 10rem;
    background-color: rgba(0, 0, 0, .07);
    padding: .2rem;
}
.woocommerce-cart .cart .cart_item .product-quantity .screen-reader-text {
    display: none;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-change {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #292929;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-minus {

}
.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;
    color: #292929;
    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 {
    padding-left: 1.2rem;
    white-space: nowrap;
}
.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 {
    padding-left: 1.2rem;
}
.woocommerce-cart .cart .cart_item .product-remove .remove {
    text-decoration: none;
    width: 2rem;
    height: 2rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #292929;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

.woocommerce-cart .cart tbody tr:last-child {
    display: none;
}
.woocommerce-cart .cart .actions {

}
.woocommerce-cart .cart .actions .button {

}



.cart-collaterals {
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(48, 52, 63, .1);
}
.cart_totals {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart_totals .shop_table {

}
.cart_totals .cart-subtotal {
    display: none !important;
}
.cart_totals .order-total {

}
.cart_totals .order-total th {
    font-weight: 700;
    color: #292929;
    font-size: 1.8rem;

    white-space: pre-wrap;
}
.cart_totals .order-total td {
    font-weight: 700;
    color: #292929;
    font-size: 1.8rem;

}
.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: 2.4rem;

    color: #292929;
    border-radius: 10rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    background-color: #afd40e;
    transition: .2s;
    height: 4.6rem;
    text-decoration: none !important;
}
.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #9BBB0C;
}


















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


.woocommerce-terms-and-conditions-wrapper {
    display: none;
}




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

}





.checkout-block {
    /*margin-top: 7.2rem;
    padding-top: 2.4rem;
    border-top: .5rem solid #99d5c9;*/
}
.checkout-block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.checkout-block__title {

    color: #292929;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.2rem;


    text-align: center;
}





.checkout-billing {
    width: calc(50% - 2.4rem);
    /*padding-bottom: 2.4rem;*/


    width: 100%;
}
.checkout-billing__fields {

}
#billing_country_field {
    display: none;
}
.checkout-billing .form-row {
    margin-top: 1.2rem;
}
.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.3rem;
    font-weight: 700;
    margin-bottom: .4rem;
}
.checkout-billing .form-row > label abbr {
    display: none;
}
.checkout-billing .woocommerce-input-wrapper {
    display: block;
}
.checkout-billing .input-text {
    display: block;
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, .07);
    border-radius: .5rem;
    color: #212121;
}
.checkout-billing textarea.input-text {
    min-height: 6rem;
}
.checkout-billing .input-text:placeholder {
    color: rgba(0, 0, 0, .3);
}
.checkout-billing .input-text::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
}
.checkout-billing .input-text:-moz-placeholder {
    color: rgba(0, 0, 0, .3);
}
.checkout-billing .input-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3);
}

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












.woocommerce-checkout .shop_table {
    width: calc(50% - 2.4rem);
    margin-left: 2.4rem;
    padding-left: 2.4rem;
    border-left: .1rem solid rgba(0, 0, 0, .3);


    border-left: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .3);
    /*padding-bottom: 2.4rem;*/
}



.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 .6rem 1rem;
    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: 1rem .6rem;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.3;
}
.checkout-review__list tbody tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, .07);
}
.checkout-review__list tbody td.product-name {
    text-align: left;
    border-radius: .5rem 0 0 .5rem;
}
.checkout-review__list tbody td.product-total {
    white-space: nowrap;
    text-align: right;
    padding-left: 1.2rem;
    border-radius: 0 .5rem .5rem 0;
}
.checkout-review__list tfoot {

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

}
.checkout-review__list tfoot th {
    text-align: right;
    padding: 1rem .6rem 0;
    color: #292929;
    font-size: 1.4rem;
}
.checkout-review__list tfoot td {
    white-space: nowrap;
    text-align: right;
    padding: 1rem .6rem 0;
    font-weight: 700;
    color: #292929;
    font-size: 1.4rem;
}









.checkout-shipping {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
}
.shipping-methods {
    justify-content: center;
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.shipping-method {
    position: relative;
    overflow: hidden;
    margin-right: 1.2rem;
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;
}
.shipping-method:last-child {
    margin-right: 0;
}
.shipping-method__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.shipping-method__input:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shipping-method__input:checked {

}
.shipping-method__label {
    height: 4.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;

    line-height: 1.2;
    font-weight: 700;
    border: .2rem solid #292929;
    border-radius: 10rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #292929;
    transition: .2s;
    cursor: pointer;
}
.shipping-method__input:checked + .shipping-method__label {
    color: #fff;
    background-color: #292929;
}
.shipping-method__label:hover {
    color: #fff;
    background-color: #292929;
}










.checkout-total {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    display: block;
    font-size: 2rem;
    color: #292929;

    font-weight: 700;
    text-align: center;
}
.order-total__label {

}
.order-total__summ {

}











.checkout-payment {
    width: 100%;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-methods {
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !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: 4.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;

    line-height: 1.2;
    font-weight: 700;
    border: .2rem solid #292929;
    border-radius: 10rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #292929;
    transition: .2s;
    cursor: pointer;
}
.payment-method__input:checked + .payment-method__label {
    color: #fff;
    background-color: #292929;
}
.payment-method__label:hover {
    color: #fff;
    background-color: #292929;
}
.payment_box {
    display: none !important;
}












.checkout-confirm {
    width: 100%;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
}
.checkout-confirm__button {
    height: 4.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;

    font-weight: 700;
    background-color: #afd40e;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #292929;
    transition: .2s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.checkout-confirm__button:hover {
    background-color: #A0C20C;
}






























.woocommerce-order {

}
.woocommerce-thankyou-order-received {
    font-size: 3rem;
    font-weight: 700;
    color: #292929;

    line-height: 1.3;
}
.woocommerce-thankyou-order-received b {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
    color: #212121;
}




}















































































