.woocommerce-notices-wrapper {
    display: none !important;
}
.woocommerce-result-count {
    display: none !important;
}
.woocommerce-ordering {
    position: absolute;
    right: 0;
    /*top: 0;*/
    margin-top: -10rem;
    display: none !important;
}
.woocommerce-ordering .orderby {
    background-color: #F5F5F5;
    color: #212121;
    height: 3.6rem;
}
.woocommerce-ordering option {

}
.woocommerce-ordering .selected {

}






.checkout-block.checkout-shipping {
    display: none;
}







.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(25% - 1.8rem);
    margin-left: 2.4rem;
    margin-top: 2.4rem;
}
.product-loop:nth-child(4n-3) {
    margin-left: 0;
}
.product-loop:first-child,
.product-loop:nth-child(2),
.product-loop:nth-child(3),
.product-loop:nth-child(4) {
    margin-top: 0;
}

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

.product-loop .product__thumb {
	position: relative;
    border: .3rem solid rgba(0, 0, 0, .07);
    border-radius: .5rem;
}
.product-loop .product__thumb:before {
	content: '';
	padding-top: 100%;
	display: block;
}
.product-loop .attachment-woocommerce_thumbnail,
.product-loop .woocommerce-placeholder {
	display: block;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	position: absolute;
	top: 1rem;
	left: 1rem;
	object-fit: contain;
}
.product-loop .woocommerce-loop-product__title {
	font-family: Montserrat;
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: 400;
    margin-top: 1rem;
}
.product-loop .product__buy {
	display: flex;
	margin-top: .8rem;
	align-items: center;
}
.product-loop .price {

}
.product-loop .amount {
	font-family: Montserrat;
	font-size: 1.7rem;
	font-weight: 700;
}
.product-loop .button {
	background-color: #f3b61f;
	font-size: 2.2rem;
	display: flex;
    color: #212121;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: .4rem;
	height: 2.6rem;
	/*padding: 0 .6rem;*/
    width: 2.6rem;
    padding-right: .2rem;
	flex-shrink: 0;
	margin-left: 1.2rem;
    position: relative;
}
.product-loop .button:before {
    content: '';
    position: absolute;
    display: block;
    left: -1.8rem;
    top: .1rem;
    border: 1.2rem solid transparent;
    border-right: .7rem solid #f3b61f;
}
.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 .woocommerce-product-gallery__image:first-child .swipebox {
    position: relative;
    padding-top: 100%;
}
.product-single .woocommerce-product-gallery__image:first-child img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.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 .price {
	
}
.product-single .summary .price .amount {
    background-color: #13BBB5;
    color: #fff;
    font-family: Montserrat;
    font-size: 2rem;
    padding: 0 2rem;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
}
.product-single .cart {
	
}
.product-single .cart .quantity {
    display: none;
}
.product-single .cart .button {
    height: 3.6rem;
    /*width: 3.6rem;*/
    padding: 0 2rem;
    background-color: #f3b61f;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    margin-left: .6rem;
    font-size: 1.2rem;
    font-family: Montserrat;
    font-weight: 700;
    color: #212121;
    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.5;
    font-size: 1.6rem;
    margin: 1.8rem 0 0;
    font-family: Montserrat;
}










.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;
    font-family: Montserrat;
}
.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.6rem;
    font-family: Montserrat;
}
.entry-summary ul,
.entry-summary ol {
    margin-top: 1.8rem;
    font-size: 1.6rem;
    font-family: Montserrat;
}
.entry-summary ul li,
.entry-summary ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.4;
    margin-top: .6rem;
    font-family: Montserrat;
}
.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;
    font-family: Montserrat;
}



.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;
    font-family: Montserrat;
}
.product-single .entry-content > h2:first-child {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 2.4rem;
    color: #252323;
    /* text-transform: uppercase; */
    letter-spacing: 0rem;
}
.product-single .entry-content p {
    margin: 2.4rem 0 0;
    line-height: 1.6;
    font-size: 1.6rem;
    font-family: Montserrat;
}






.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-family: Montserrat;
    font-weight: 700;
    font-size: 2.4rem;
    color: #252323;
}
.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: #fff;
    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: #13BBB5;
    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: #13BBB5;
    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: #13BBB5;
    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: #252323;
    width: 3rem;
    height: 3rem;
    margin-left: .4rem;
    border-radius: 10rem;
    color: #FFF9A5;
    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: #13BBB5;
    color: #fff;
}
.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: #13BBB5;
    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: #13BBB5;
    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: #13BBB5;
    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: #13BBB5;
    font-size: 1.8rem;
    font-family: Montserrat;
    white-space: pre-wrap;
}
.cart_totals .order-total td {
    font-weight: 700;
    color: #13BBB5;
    font-size: 1.8rem;
    font-family: Montserrat;
}
.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;
    font-family: Montserrat;
    color: #212121;
    border-radius: 10rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    background-color: #f3b61f;
    transition: .2s;
    height: 4.6rem;
    text-decoration: none !important;
}


















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





.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 {
    font-family: Montserrat;
    color: #13BBB5;
    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: 10rem;
    display: block;
    font-family: Montserrat;
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, .07);
    border-radius: .5rem;
    color: #212121;
}
.checkout-billing .input-text:placeholder {
    color: rgba(0, 0, 0, .3);
    font-family: Montserrat;
}
.checkout-billing .input-text::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    font-family: Montserrat;
} 
.checkout-billing .input-text:-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    font-family: Montserrat;
} 
.checkout-billing .input-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3);
    font-family: Montserrat;
}   

.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: #13BBB5;
    font-size: 1.4rem;
}
.checkout-review__list tfoot td {
    white-space: nowrap;
    text-align: right;
    padding: 1rem .6rem 0;
    font-weight: 700;
    color: #13BBB5;
    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;
}
.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;
    font-family: Montserrat;
    line-height: 1.2;
    font-weight: 700;
    border: .2rem solid #13BBB5;
    border-radius: 10rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #13BBB5;
    transition: .2s;
    cursor: pointer;
}
.shipping-method__input:checked + .shipping-method__label {
    color: #fff;
    background-color: #13BBB5;
}
.shipping-method__label:hover {
    color: #fff;
    background-color: #13BBB5;
}










.checkout-total {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    display: block;
    font-size: 2rem;
    color: #13BBB5;
    font-family: Montserrat;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.order-total__label {

}
.order-total__summ {

}











.checkout-payment {
    width: 100%;
    /*margin-top: 2.4rem;*/
    /*padding-top: 2.4rem;*/
    /*border-top: .5rem solid #13BBB5;*/
    display: flex;
    flex-direction: column;
    align-items: center;

    /*display: none;*/
}
.checkout-payment .checkout-block__title {
    display: none;
}
.payment-methods {
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;

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






#alg_checkout_files_upload_form_1 {
    position: absolute;
    bottom: 9rem;
    display: flex;
    left: 0;
    z-index: 10;
}
.file-upload-wrap {

}
.file-upload-label-wrap {

}
.file-upload-label-wrap span {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: .4rem;
}
.file-upload-btn-wrap {

}
.alg_checkout_files_upload_button {
    padding: 0 2rem;
    height: 3rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);
    font-weight: 700;
    letter-spacing: .2rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: .2s;
    cursor: pointer;
    font-family: Montserrat;
}
.alg_checkout_files_upload_button:hover {
    background-color: rgba(0, 0, 0, .12);
}


.alg_checkout_files_upload_result_1 {
    display: flex !important;
    align-items: center;
}
#alg_checkout_files_upload_result_1 {
    display: none !important; 
}
.alg_checkout_files_upload_result_file_name {
    
}
.alg_checkout_files_upload_result_file_name a {
    padding: 0 .6rem;
    height: 3rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);
    font-weight: 400;
    text-decoration: none;
    /*letter-spacing: .2rem;*/
    /*text-transform: uppercase;*/
    font-size: 1.2rem;
    transition: .2s;
    cursor: pointer;
    font-family: Montserrat;
    text-decoration: none !important;
}
.alg_checkout_files_upload_result_delete {
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    display: flex;
    color: #fff;
    color: #fff !important;
    background-color: #FD5A55;
    margin-left: .6rem;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(0, 0, 0, .07);*/
    font-weight: 400;
    text-decoration: none !important;
    /*letter-spacing: .2rem;*/
    /*text-transform: uppercase;*/
    font-size: 3rem;
    transition: .2s;
    cursor: pointer;
    font-family: Montserrat;
}






.checkout-confirm {
    width: 100%;
    margin-top: 8rem;
    padding-top: 2.4rem;
    border-top: .5rem solid #13BBB5;
    display: flex;
    justify-content: center;
}
.checkout-confirm__button {
    height: 4.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    font-family: Montserrat;
    font-weight: 700;
    background-color: #f3b61f;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #212121;
    transition: .2s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.checkout-confirm__button:hover {

}






























.woocommerce-order {

}
.woocommerce-thankyou-order-received {
    font-size: 3rem;
    font-weight: 700;
    color: #13BBB5;
    font-family: Montserrat;
    line-height: 1.3;
}
.woocommerce-thankyou-order-received b {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
    color: #212121;
}
























/*Форма входа и регистрации*/
#customer_login {
    width: 50rem;
}
#customer_login .col-1 {

}
#customer_login .woocommerce-form {
    margin-top: 1.2rem;
}
#customer_login .form-row {
    margin-top: 1.2rem;
}
#customer_login .form-row:first-child {
    margin-top: 0;
}
#customer_login .form-row label {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: .4rem;
    width: 100%;
}
#customer_login .form-row input {
    display: block;
    background-color: rgba(0, 0, 0, .07);
    border-radius: .7rem;
    padding: .8rem 2rem;
    width: 100%;
    font-size: 1.6rem;
    font-family: Montserrat;
}
#customer_login .form-row .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
#customer_login .form-row .woocommerce-form-login__rememberme input {
    width: auto;
}
#customer_login .form-row .woocommerce-form-login__rememberme span {
    display: block;
    margin-left: .6rem;
}

#customer_login .lost_password {
    margin-top: 1.2rem;
}
#customer_login .lost_password a {

}



#customer_login .woocommerce-form-login {

}
#customer_login .col-2 {
    border-top: .1rem solid rgba(0, 0, 0, .12);
    margin-top: 3.6rem;
}

#customer_login .button {
    background-color: #13BBB5;
    color: #fff;
    font-weight: 700;
    padding: 1.2rem 2.4rem;
    display: flex;
    border-radius: .7rem;
    letter-spacing: .2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: Montserrat;
}











.dashboard-desc {
    line-height: 1.4;
}
.dashboard-desc-2 {
    margin-top: 1.2rem;
}




/*Форма восстановления пароля*/
.lost_reset_password {
    width: 50rem;
}
.lost_reset_password > p {
    margin-top: 1.2rem;
    line-height: 1.4;
}
.lost_reset_password > p:first-child {
    margin-top: 0;
}

.lost_reset_password label {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: .4rem;
    width: 100%;
}
.lost_reset_password input {
    display: block;
    background-color: rgba(0, 0, 0, .07);
    border-radius: .7rem;
    padding: .8rem 2rem;
    width: 100%;
    font-size: 1.6rem;
    font-family: Montserrat;
}
.lost_reset_password .button {
    background-color: #13BBB5;
    color: #fff;
    font-weight: 700;
    padding: 1.2rem 2.4rem;
    display: flex;
    border-radius: .7rem;
    letter-spacing: .2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: Montserrat;
}










/*Страница аккаунта*/

.woocommerce-MyAccount-navigation {

}

.woocommerce-MyAccount-content {
    border-top: .1rem solid rgba(0, 0, 0, .12);
    padding-top: 3.6rem;
    margin-top: 3.6rem;
}



/*Заказы*/
.account-orders-table {
    border-collapse: collapse;
}
.account-orders-table thead {
    
}
.account-orders-table th {
    padding: 1rem;
    text-align: left;
    font-size: 1.4rem;
}
.account-orders-table .woocommerce-orders-table__header-order-status {
    display: none;
}
.account-orders-table tbody {
    
}
.account-orders-table tr {
    
}
.account-orders-table td {
    padding: 1rem;
    font-size: 1.4rem;
}
.account-orders-table .woocommerce-orders-table__cell-order-status {
    display: none;
}
.account-orders-table .woocommerce-orders-table__cell-order-total {
    font-size: 0;
}
.account-orders-table .woocommerce-orders-table__cell-order-total .amount {
    font-size: 1.4rem;
}
.account-orders-table tbody tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, .05);
}



/*Просмотр заказа*/
.woocommerce-order-details {

}
.woocommerce-order-details__title {

}
.woocommerce-order-details .order_details {
    border-collapse: collapse;
    margin-top: 1.2rem;
}
.woocommerce-order-details .order_details thead {
    
}
.woocommerce-order-details .order_details th {
    padding: 1rem;
    text-align: left;
    font-size: 1.4rem;
}
.woocommerce-order-details .order_details tbody {
    
}
.woocommerce-order-details .order_details tr {
    
}
.woocommerce-order-details .order_details td {
    padding: 1rem;
    font-size: 1.4rem;
}
.woocommerce-order-details .order_details tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, .05);
}

.woocommerce-order-details .order_details tfoot tr {
    display: none;
}
.woocommerce-order-details .order_details tfoot tr:last-child {
    display: table-row;
}



.woocommerce-customer-details {
    display: none;
}






































































































































































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

.woocommerce-notices-wrapper {
    display: none !important;
}
.woocommerce-result-count {
    display: none !important;
}
.woocommerce-ordering {
    position: absolute;
    right: 0;
    /*top: 0;*/
    margin-top: -10rem;
    display: none !important;
}
.woocommerce-ordering .orderby {
    background-color: #F5F5F5;
    color: #212121;
    height: 3.6rem;
}
.woocommerce-ordering option {

}
.woocommerce-ordering .selected {

}














.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(25% - 1.8rem);
    margin-left: 2.4rem;
    margin-top: 2.4rem;


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


    margin-left: 2rem;
}
.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: 0;


    margin-top: 2rem;
}

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

.product-loop .product__thumb {
    position: relative;
    border: .3rem solid rgba(0, 0, 0, .07);
    border-radius: .5rem;
}
.product-loop .product__thumb:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.product-loop .attachment-woocommerce_thumbnail,
.product-loop .woocommerce-placeholder {
    display: block;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    position: absolute;
    top: 1rem;
    left: 1rem;
    object-fit: contain;
}
.product-loop .woocommerce-loop-product__title {
    font-family: Montserrat;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 1rem;
}
.product-loop .product__buy {
    display: flex;
    margin-top: .8rem;
    align-items: center;
}
.product-loop .price {

}
.product-loop .amount {
    font-family: Montserrat;
    font-size: 1.7rem;
    font-weight: 700;
}
.product-loop .button {
    background-color: #f3b61f;
    font-size: 2.2rem;
    display: flex;
    color: #212121;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .4rem;
    height: 2.6rem;
    /*padding: 0 .6rem;*/
    width: 2.6rem;
    padding-right: .2rem;
    flex-shrink: 0;
    margin-left: 1.2rem;
    position: relative;
}
.product-loop .button:before {
    content: '';
    position: absolute;
    display: block;
    left: -1.8rem;
    top: .1rem;
    border: 1.2rem solid transparent;
    border-right: .7rem solid #f3b61f;
}
.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 .woocommerce-product-gallery__image:first-child .swipebox {
    position: relative;
    padding-top: 100%;
}
.product-single .woocommerce-product-gallery__image:first-child img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.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;
    margin-top: 3.6rem;
}
.product-single .summary .price {
    
}
.product-single .summary .price .amount {
    background-color: #13BBB5;
    color: #fff;
    font-family: Montserrat;
    font-size: 2rem;
    padding: 0 2rem;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
}
.product-single .cart {
    
}
.product-single .cart .quantity {
    display: none;
}
.product-single .cart .button {
    height: 3.6rem;
    /*width: 3.6rem;*/
    padding: 0 2rem;
    background-color: #f3b61f;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    margin-left: .6rem;
    font-size: 1.2rem;
    font-family: Montserrat;
    font-weight: 700;
    color: #212121;
    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.5;
    font-size: 1.6rem;
    margin: 1.8rem 0 0;
    font-family: Montserrat;
}










.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;
    font-family: Montserrat;
}
.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.6rem;
    font-family: Montserrat;
}
.entry-summary ul,
.entry-summary ol {
    margin-top: 1.8rem;
    font-size: 1.6rem;
    font-family: Montserrat;
}
.entry-summary ul li,
.entry-summary ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.4;
    margin-top: .6rem;
    font-family: Montserrat;
}
.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;
    font-family: Montserrat;
}



.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;
    font-family: Montserrat;
}
.product-single .entry-content > h2:first-child {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 2.4rem;
    color: #252323;
    /* text-transform: uppercase; */
    letter-spacing: 0rem;
}
.product-single .entry-content p {
    margin: 2.4rem 0 0;
    line-height: 1.6;
    font-size: 1.6rem;
    font-family: Montserrat;
}






.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-family: Montserrat;
    font-weight: 700;
    font-size: 2.4rem;
    color: #252323;
}
.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;


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


    padding: 3.6rem 2rem;
    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: #13BBB5;
    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: #13BBB5;
    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: #13BBB5;
    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: #252323;
    width: 3rem;
    height: 3rem;
    margin-left: .4rem;
    border-radius: 10rem;
    color: #FFF9A5;
    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: #13BBB5;
    color: #fff;
}
.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: scroll;
}

.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: #13BBB5;
    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: #13BBB5;
    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: #13BBB5;
    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: #13BBB5;
    font-size: 1.8rem;
    font-family: Montserrat;
    white-space: pre-wrap;
}
.cart_totals .order-total td {
    font-weight: 700;
    color: #13BBB5;
    font-size: 1.8rem;
    font-family: Montserrat;
}
.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;
    font-family: Montserrat;
    color: #212121;
    border-radius: 10rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    background-color: #f3b61f;
    transition: .2s;
    height: 4.6rem;
    text-decoration: none !important;
}


















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





.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 {
    font-family: Montserrat;
    color: #13BBB5;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.2rem;
}





.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: 10rem;
    display: block;
    font-family: Montserrat;
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, .07);
    border-radius: .5rem;
    color: #212121;
}
.checkout-billing .input-text:placeholder {
    color: rgba(0, 0, 0, .3);
    font-family: Montserrat;
}
.checkout-billing .input-text::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    font-family: Montserrat;
} 
.checkout-billing .input-text:-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    font-family: Montserrat;
} 
.checkout-billing .input-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3);
    font-family: Montserrat;
}   

.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;*/


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



.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: #13BBB5;
    font-size: 1.4rem;
}
.checkout-review__list tfoot td {
    white-space: nowrap;
    text-align: right;
    padding: 1rem .6rem 0;
    font-weight: 700;
    color: #13BBB5;
    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;
}
.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;
    font-family: Montserrat;
    line-height: 1.2;
    font-weight: 700;
    border: .2rem solid #13BBB5;
    border-radius: 10rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #13BBB5;
    transition: .2s;
    cursor: pointer;
}
.shipping-method__input:checked + .shipping-method__label {
    color: #fff;
    background-color: #13BBB5;
}
.shipping-method__label:hover {
    color: #fff;
    background-color: #13BBB5;
}










.checkout-total {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    display: block;
    font-size: 2rem;
    color: #13BBB5;
    font-family: Montserrat;
    font-weight: 700;
}
.order-total__label {

}
.order-total__summ {

}











.checkout-payment {
    width: 100%;
    /*margin-top: 2.4rem;*/
    /*padding-top: 2.4rem;*/
    /*border-top: .5rem solid #13BBB5;*/
    display: flex;
    flex-direction: column;
    align-items: center;

    /*display: none;*/
}
.checkout-payment .checkout-block__title {
    display: none;
}
.payment-methods {
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;

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






#alg_checkout_files_upload_form_1 {
    position: absolute;
    bottom: 9rem;
    display: flex;
    left: 0;
    z-index: 10;


    bottom: auto;
    top: 36.4rem;
}
.file-upload-wrap {

}
.file-upload-label-wrap {

}
.file-upload-label-wrap span {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: .4rem;
}
.file-upload-btn-wrap {

}
.alg_checkout_files_upload_button {
    padding: 0 2rem;
    height: 3rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);
    font-weight: 700;
    letter-spacing: .2rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: .2s;
    cursor: pointer;
    font-family: Montserrat;
}
.alg_checkout_files_upload_button:hover {
    background-color: rgba(0, 0, 0, .12);
}


.alg_checkout_files_upload_result_1 {
    display: flex !important;
    align-items: center;
}
#alg_checkout_files_upload_result_1 {
    display: none !important; 
}
.alg_checkout_files_upload_result_file_name {
    
}
.alg_checkout_files_upload_result_file_name a {
    padding: 0 .6rem;
    height: 3rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);
    font-weight: 400;
    text-decoration: none;
    /*letter-spacing: .2rem;*/
    /*text-transform: uppercase;*/
    font-size: 1.2rem;
    transition: .2s;
    cursor: pointer;
    font-family: Montserrat;
    text-decoration: none !important;
}
.alg_checkout_files_upload_result_delete {
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    display: flex;
    color: #fff;
    color: #fff !important;
    background-color: #FD5A55;
    margin-left: .6rem;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(0, 0, 0, .07);*/
    font-weight: 400;
    text-decoration: none !important;
    /*letter-spacing: .2rem;*/
    /*text-transform: uppercase;*/
    font-size: 3rem;
    transition: .2s;
    cursor: pointer;
    font-family: Montserrat;
}






.checkout-confirm {
    width: 100%;
    margin-top: 8rem;
    padding-top: 2.4rem;
    border-top: .5rem solid #13BBB5;
    display: flex;
    justify-content: center;


    margin-top: 2.4rem;
}
.checkout-confirm__button {
    height: 4.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    font-family: Montserrat;
    font-weight: 700;
    background-color: #f3b61f;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #212121;
    transition: .2s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.checkout-confirm__button:hover {

}






























.woocommerce-order {

}
.woocommerce-thankyou-order-received {
    font-size: 3rem;
    font-weight: 700;
    color: #13BBB5;
    font-family: Montserrat;
    line-height: 1.3;
}
.woocommerce-thankyou-order-received b {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
    color: #212121;
}
























/*Форма входа и регистрации*/
#customer_login {
    width: 50rem;


    width: 100%;
}
#customer_login .col-1 {

}
#customer_login .woocommerce-form {
    margin-top: 1.2rem;
}
#customer_login .form-row {
    margin-top: 1.2rem;
}
#customer_login .form-row:first-child {
    margin-top: 0;
}
#customer_login .form-row label {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: .4rem;
    width: 100%;
}
#customer_login .form-row input {
    display: block;
    background-color: rgba(0, 0, 0, .07);
    border-radius: .7rem;
    padding: .8rem 2rem;
    width: 100%;
    font-size: 1.6rem;
    font-family: Montserrat;
}
#customer_login .form-row .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
#customer_login .form-row .woocommerce-form-login__rememberme input {
    width: auto;
}
#customer_login .form-row .woocommerce-form-login__rememberme span {
    display: block;
    margin-left: .6rem;
}

#customer_login .lost_password {
    margin-top: 1.2rem;
}
#customer_login .lost_password a {

}



#customer_login .woocommerce-form-login {

}
#customer_login .col-2 {
    border-top: .1rem solid rgba(0, 0, 0, .12);
    margin-top: 3.6rem;
}

#customer_login .button {
    background-color: #13BBB5;
    color: #fff;
    font-weight: 700;
    padding: 1.2rem 2.4rem;
    display: flex;
    border-radius: .7rem;
    letter-spacing: .2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: Montserrat;
}











.dashboard-desc {
    line-height: 1.4;
}
.dashboard-desc-2 {
    margin-top: 1.2rem;
}




/*Форма восстановления пароля*/
.lost_reset_password {
    width: 50rem;


    width: 100%;
}
.lost_reset_password > p {
    margin-top: 1.2rem;
    line-height: 1.4;
}
.lost_reset_password > p:first-child {
    margin-top: 0;
}

.lost_reset_password label {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: .4rem;
    width: 100%;
}
.lost_reset_password input {
    display: block;
    background-color: rgba(0, 0, 0, .07);
    border-radius: .7rem;
    padding: .8rem 2rem;
    width: 100%;
    font-size: 1.6rem;
    font-family: Montserrat;
}
.lost_reset_password .button {
    background-color: #13BBB5;
    color: #fff;
    font-weight: 700;
    padding: 1.2rem 2.4rem;
    display: flex;
    border-radius: .7rem;
    letter-spacing: .2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: Montserrat;
}










/*Страница аккаунта*/

.woocommerce-MyAccount-navigation {

}

.woocommerce-MyAccount-content {
    border-top: .1rem solid rgba(0, 0, 0, .12);
    padding-top: 3.6rem;
    margin-top: 3.6rem;
}



/*Заказы*/
.account-orders-table {
    border-collapse: collapse;
}
.account-orders-table thead {
    
}
.account-orders-table th {
    padding: 1rem;
    text-align: left;
    font-size: 1.4rem;
}
.account-orders-table .woocommerce-orders-table__header-order-status {
    display: none;
}
.account-orders-table tbody {
    
}
.account-orders-table tr {
    
}
.account-orders-table td {
    padding: 1rem .5rem;
    font-size: 1.4rem;
}
.account-orders-table .woocommerce-orders-table__cell-order-status {
    display: none;
}
.account-orders-table .woocommerce-orders-table__cell-order-total {
    font-size: 0;
}
.account-orders-table .woocommerce-orders-table__cell-order-total .amount {
    font-size: 1.4rem;
}
.account-orders-table tbody tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, .05);
}



/*Просмотр заказа*/
.woocommerce-order-details {

}
.woocommerce-order-details__title {

}
.woocommerce-order-details .order_details {
    border-collapse: collapse;
    margin-top: 1.2rem;
}
.woocommerce-order-details .order_details thead {
    
}
.woocommerce-order-details .order_details th {
    padding: 1rem;
    text-align: left;
    font-size: 1.4rem;
}
.woocommerce-order-details .order_details tbody {
    
}
.woocommerce-order-details .order_details tr {
    
}
.woocommerce-order-details .order_details td {
    padding: 1rem .5rem;
    font-size: 1.4rem;
}
.woocommerce-order-details .order_details tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, .05);
}

.woocommerce-order-details .order_details tfoot tr {
    display: none;
}
.woocommerce-order-details .order_details tfoot tr:last-child {
    display: table-row;
}



.woocommerce-customer-details {
    display: none;
}














}


















































































