/*
Theme Name: wp2_themes
*/
.header {
   margin-bottom: 40px;
   position: relative;
}
.actions-header {
   gap: 10px;
   margin-top: 34px;
}

.page {
   padding: 0px 0px 0px 0px;
}

/* //======================================================================================================================================================== */
/* Обычная страница */
.title-page {
   font-size: 28px;
   font-weight: 800;
   margin-bottom: 20px;
   border-bottom: 2px solid #0097ac;
   padding: 10px 0;
}

.text-page {
   font-size: 18px;
   line-height: 1.3;
   margin-bottom: 40px;
}
.text-page p {
   margin-bottom: 8px;
   color: #888;
}


/* //======================================================================================================================================================== */

.page__search-title {
   font-size: 24px;
   color: #36949f;
   margin-bottom: 20px;
   text-align: center;
}

.page__search-navigation {
   display: flex;
   flex-direction: column;
}
.page__search-navigation .screen-reader-text{
   font-size: 34px;
   color: #36949f;
   margin-bottom: 20px;
   text-align: center;
   width: 100%;
   position: relative;
   -webkit-clip-path: none;
   clip-path: none;
   height: 100%;
}
.page__search-navigation .nav-links{
   display: flex;
   font-size: 16px;
   color: #36949f;
   justify-content: space-between;
   flex-direction: row-reverse;
}
.page__search-navigation .nav-links a {
   text-decoration: none;
   color: #36949f;
}

.page__search-navigation .nav-links > div {
   padding: 10px;
   border: 1px #36949f solid;
   cursor: pointer;
}

.nav-previous:hover {
   background-color: rgba(54, 149, 159, 0.393);
}
.nav-next:hover {
   background-color: rgba(54, 149, 159, 0.393);
}
.nav-previous {
   transition: background-color 0.3s ease 0s;
}
.nav-next {
   transition: background-color 0.3s ease 0s;
}

/* //======================================================================================================================================================== */

.page__error {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 150px;
}
.page__error-title {
   font-size: 44px;
   color: #9f3636;
}

/* //======================================================================================================================================================== */

.contacts-header__column {
   padding: 0px 10px;
}

.block-footer__column:first-child {
   flex: 0 0 200px;
}

.item-product__price {
   font-size: 16px;
}

.rub:after {
   display: none;
}

.item-product:hover .item-product__hover {
   -webkit-transform: translate(0%, 0px);
   -ms-transform: translate(0%, 0px);
       transform: translate(0%, 0px);
}

.added_to_cart.wc-forward {
   display: none;
}
.add_to_cart_button {
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
}

.add_to_cart_button.loading {
   opacity: 0.3;
   pointer-events: none;
}

.hover-item-product__cart {
   background: none;
   width: 57px;
   height: 57px;
   margin: 0px auto 25px auto;
   display: block;

}
.hover-item-product__cart a {
   background: url(assets/img/icons/cart_orange.png) 0 0 no-repeat;
   opacity: 1;
   transition: opacity 0.3s ease 0s;
   -webkit-transition: opacity 0.3s ease 0s;
   -moz-transition: opacity 0.3s ease 0s;
   -ms-transition: opacity 0.3s ease 0s;
   -o-transition: opacity 0.3s ease 0s;
}

.item-product__add {
   width: 40px;
   height: 40px;
   background: none;
}
.item-product__add a {
   background: url(assets/img/icons/cart_gray.png) 0 0 no-repeat;
   opacity: 1;
   transition: opacity 0.3s ease 0s;
   -webkit-transition: opacity 0.3s ease 0s;
   -moz-transition: opacity 0.3s ease 0s;
   -ms-transition: opacity 0.3s ease 0s;
   -o-transition: opacity 0.3s ease 0s;
}

/* //======================================================================================================================================================== */

.info-header__column {
   display: flex;
   gap: 30px;
}
.wc-block-mini-cart__quantity-badge {
   display: none !important;
}
.wc-block-mini-cart__button {
   position: absolute;
   width: 100%;
   height: 100%;
}

.remove_from_cart_button {
   font-size: 56px;
   color: white;
   background-color: red;
   display: inline-flex;
   width: 50px;
   height: 50px;
   justify-content: center;
   align-items: center;
}

.woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
   width: 100px;
   height: 100px;
   /* margin-right: 30px; */
}

.attachment-woocommerce_thumbnail, .remove_from_cart_button, .popup__close, .woocommerce-mini-cart-item-title, .button.wc-forward {
   transition: opacity 0.3s ease 0s;
   -webkit-transition: opacity 0.3s ease 0s;
   -moz-transition: opacity 0.3s ease 0s;
   -ms-transition: opacity 0.3s ease 0s;
   -o-transition: opacity 0.3s ease 0s;
}
.attachment-woocommerce_thumbnail:hover, .remove_from_cart_button:hover, .popup__close:hover, .woocommerce-mini-cart-item-title:hover, .button.wc-forward:hover  {
   opacity: 0.5;
}

.woocommerce-mini-cart-item {
   font-size: 24px;
   font-weight: 700;
   display: flex;
   align-items: center;
   margin-bottom: 50px;
   border: 3px solid beige;
   padding: 15px;
   gap: 30px;
}

.popup__close {
   width: 100px;
   height: auto;
   text-align: center;
   top: 15px;
   right: 25px;
   padding: 5px 10px;
   border: 2px solid red;
   transition: opacity 0.3s ease 0s;
   -webkit-transition: opacity 0.3s ease 0s;
   -moz-transition: opacity 0.3s ease 0s;
   -ms-transition: opacity 0.3s ease 0s;
   -o-transition: opacity 0.3s ease 0s;
}

.woocommerce-mini-cart__total {
   font-size: 24px;
   margin-bottom: 20px;
}

.woocommerce-mini-cart__buttons {
   display: flex;
   gap: 40px;
   font-size: 24px;
   color: #242222;
}

.button.wc-forward {
   padding: 15px 25px;
   border: 2px solid #242222;
}

select.orderby {
   font-size: 14px;
   color: #0097ac;
   height: 30px;
   padding: 0 15px;
}

select.orderby option {
   color: #0097ac;
margin-top: 29px;
background-color: #fff;
border-top: 0;
border-top: 0;
font-size: 14px;
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
padding: 10px 0px 5px 0px;
}

/* //======================================================================================================================================================== */
/* Пагинация */
.navi-catalog {
   justify-content: center;
}
.pagging__list {
   gap: 10px;
}
.pagging__item .pagging__arrow {
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}
.pagging__item:last-child .pagging__arrow {
   -webkit-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   transform: rotate(-180deg);
}
.pagging__item_other:hover {
   background-color: #fd8424;
   transition: background-color 0.3s ease 0s;
   -webkit-transition: background-color 0.3s ease 0s;
   -moz-transition: background-color 0.3s ease 0s;
   -ms-transition: background-color 0.3s ease 0s;
   -o-transition: background-color 0.3s ease 0s;
}
.pagging__item_other:hover .pagging__link {
   color: #fff;
   transition: color 0.3s ease 0s;
   -webkit-transition: color 0.3s ease 0s;
   -moz-transition: color 0.3s ease 0s;
   -ms-transition: color 0.3s ease 0s;
   -o-transition: color 0.3s ease 0s;
}
.pagging__item_other .pagging__link {
   display: flex;
   width: 100%;
   height: 100%;
   justify-content: center;
   align-items: center;
}

/* //======================================================================================================================================================== */
/* Фильтр товаров */
/* Цена */
.widget_wpc_filters_widget {
   padding: 10px;
}
.wpc-filters-range-inputs .ui-button, .wpc-filters-range-inputs .ui-state-default, .wpc-filters-range-inputs .ui-widget-content .ui-state-default, .wpc-filters-range-inputs .ui-widget-header .ui-state-default, html .wpc-filters-range-inputs .ui-button.ui-state-disabled:active, html .wpc-filters-range-inputs .ui-button.ui-state-disabled:hover {
   border: 1px solid #f68038 !important;
   background-color: #fff !important;
}
.wpc-filters-range-slider-control .ui-slider-handle::after {
   content: "";
   width: 15px;
   height: 15px;
   position: absolute;
   left: 3px;
   top: 3px;
   border-radius: 50%;
   background-color: #f68038;
}
.filters-range-value {
   position: absolute;
   left: 50%;
   top: 125%;
   transform: translate(-50%, 0);
   color: #999;
   font-size: 14px;
}
.wpc-filters-range-slider-wrapper {
   margin: 1.5em 13px 3em 0 !important;
}
.values-price-filter__column {
   padding: 0px 0px;
   gap: 10px;
}
.wpc-filter-title {
   margin-bottom: 0px !important;
}

/* Чекбокс */

.checkbox__text {
   position: absolute;
}
.wpc-filters-main-wrap li.wpc-term-item label {
   padding-left: 0px !important;
   width: 100% !important;
   width: 100% !important;
   font-size: 14px;
   color: #666;
   line-height: calc(15 / 14);
   cursor: pointer;
   gap: 10px;
   z-index: 2;
   align-items: end;
}
.wpc-filters-main-wrap li.wpc-term-item a {
   padding-left: 25px !important;
   width: 100% !important;
   font-size: 14px;
   color: #666;
   line-height: calc(15 / 14);
   cursor: pointer;
   padding-left: 25px !important;
   z-index: 2;
   align-self: end;
}
.filters_checkbox_cross_count {
   font-size: 16px;
   color: #0097ac;
   font-weight: bold;
}
.wpc-term-count {
   display: none !important;
}

/* //======================================================================================================================================================== */
/* Страница товара */

.woocommerce-notices-wrapper .woocommerce-error {
   width: 100%;
   min-height: 30px;
   border: 1px solid #e7e7e5;
   display: flex;
   align-items: center;
   padding: 30px 25px;
   background-color: #f68138aa;
   margin-bottom: 30px;
   color: #bc1b1b;
   font-size: 18px;
   font-weight: bold;
}
.woocommerce-notices-wrapper .woocommerce-message {
   width: 100%;
   min-height: 30px;
   border: 1px solid #e7e7e5;
   display: flex;
   align-items: center;
   padding: 30px 25px;
   background-color: #0098ac8b;
   margin-bottom: 30px;
   display: flex;
   align-items: center;
   gap: 20px;
   font-size: 18px;
}
.button.wc-forward {
   background-color: #0097ac;
   color: #fff;
}
.button.wc-forward:disabled {
   opacity: 0.5;
   cursor: default;
}
.product_meta .posted_in {
   display: none;
}
.product_meta .sku_wrapper {
   font-weight: 900;
   color: #999999;
}
.product_meta .sku_wrapper .sku {
   font-weight: 900;
   color: #414141;
}

/* Слайдер */

.images-product__image {
   position: relative;
   width: 100%;
   display: block;
   padding-bottom: 88%;
}
.images-product__image img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   object-fit: cover;
}
.images-product__subimage, .images-product__image {
   cursor: pointer;
}
.fancybox__container {
   z-index: 999999 !important;
}

/*============================= Star Rating ============================*/
.wp2-rating-product {
   height: 20px;
   margin-bottom: 10px;
}
.body-product__top_rating {
   /* align-items: end; */
   padding: 10px 0px;
}

@font-face {
   font-family:star;
   src:url(assets/fonts/star.eot);
   src:url(assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(assets/fonts/star.woff) format("woff"),url(assets/fonts/star.ttf) format("truetype"),url(assets/fonts/star.svg#star) format("svg");
   font-weight:400;
   font-style:normal;
}

@font-face {
   font-family: WooCommerce;
   src: url(assets/fonts/WooCommerce.eot);
   src: url(assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(assets/fonts/WooCommerce.woff) format("woff"), url(assets/fonts/WooCommerce.ttf) format("truetype"), url(assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
   font-weight: 400;
   font-style: normal;
}

.products .product .star-rating {
   font-size: .857em;
}
.woocommerce .star-rating {
   float: right;
   overflow: hidden;
   position: relative;
   height: 1em;
   line-height: 1;
   font-size: 1em;
   width: 5.4em;
   font-family: star;
}
.woocommerce .star-rating::before {
   content: "sssss";
   color: #d3ced2;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
}
.woocommerce .star-rating span {
   overflow: hidden;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
   padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
   content: "SSSSS";
   top: 0;
   position: absolute;
   left: 0;
   color: #FFD333;
}
.woocommerce .woocommerce-product-rating {
   line-height: 2;
   display: block;
}
.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
   content: " ";
   display: table;
}
.woocommerce .woocommerce-product-rating::after {
   clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
   margin: .5em 4px 0 0;
   float: left;
}
.woocommerce .products .star-rating {
   display: block;
   float: none;
}
.woocommerce .hreview-aggregate .star-rating {
   margin: 10px 0 0;
}
/* comments */
.woocommerce p.stars a {
   position: relative;
   height: 1em;
   width: 1em;
   text-indent: -999em;
   display: inline-block;
   text-decoration: none;
}

.woocommerce p.stars a::before {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 1em;
   height: 1em;
   line-height: 1;
   font-family: WooCommerce;
   content: "\e021";
   text-indent: 0;
}

.woocommerce p.stars a:hover ~ a::before {
   content: "\e021";
}

.woocommerce p.stars:hover a::before {
   content: "\e020";
   color: var(--accent-color);
}

.woocommerce p.stars.selected a.active::before {
   content: "\e020";
   color: var(--accent-color);
}

.woocommerce p.stars.selected a.active ~ a::before {
   content: "\e021";
}

.woocommerce p.stars.selected a:not(.active)::before {
   content: "\e020";
   color: var(--accent-color);
}
/*============================= Star Rating ============================*/

/* Кнопка Корзины */
.single_add_to_cart_button.button.alt {
   text-transform: uppercase;
   font-weight: 900;
   color: #999999;
   transition: color 0.3s ease 0s;
   -webkit-transition: color 0.3s ease 0s;
   -moz-transition: color 0.3s ease 0s;
   -ms-transition: color 0.3s ease 0s;
   -o-transition: color 0.3s ease 0s;
}
.single_add_to_cart_button.button.alt:hover {
   color: #1ab9ce;
}

/* Добавления количества товара, добавляемого в корзину */
/* Убрать из числового поля дефолтные кнопки браузеров Chrome, Safari, Edge, Opera */
.actions-product__quantity input.qty::-webkit-outer-spin-button,
.actions-product__quantity input.qty::-webkit-inner-spin-button,
.woocommerce-grouped-product-list-item input.qty::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
   text-align: center;
}
/* Firefox */
.actions-product__quantity input.qty[type=number],
.woocommerce-grouped-product-list-item input.qty[type=number] {
   -moz-appearance: textfield;
   text-align: center;
}

.product-type-variable .woocommerce-variation-add-to-cart.variations_button, .product-type-grouped .woocommerce-variation-add-to-cart.variations_button {
   display: flex;
   justify-content: center;
}
.product-type-variable .woocommerce-variation-add-to-cart.variations_button .actions-product__column, .product-type-grouped .woocommerce-variation-add-to-cart.variations_button .actions-product__column {
   display: flex;
   align-items: center;
}
.product-type-variable .actions-product__row, .product-type-grouped .actions-product__row {
   flex-direction: column;
   gap: 25px;
}
.product-type-variable .table__variations, .product-type-grouped .table__variations {
   width: 100%;
}

.product-type-variable .table__variations tbody, .product-type-grouped .grouped_form tbody {
   display: flex;
   flex-direction: column;
   gap: 20px;
   align-items: center;
}
.product-type-grouped .grouped_form tbody {
   align-items: flex-start;
}
.product-type-variable .table__variations tbody tr, .product-type-grouped .grouped_form tbody tr {
   display: flex;
   gap: 20px;
   align-items: center;
   font-size: 18px;
   color: #fc8323;
}
.product-type-variable .table__variations tbody select {
   font-size: 16px;
}
.product-type-grouped .grouped_form table {
   margin-bottom: 25px;
}

.woocommerce-variation.single_variation {
   display: flex;
   flex-direction: column;
   gap: 15px;
   font-size: 16px;
}
.woocommerce-variation.single_variation .woocommerce-variation-price {
   font-size: 20px;
   font-weight: bold;
   text-align: center;
}

.product-type-variable .reset_variations {
   display: flex;
   width: 40%;
   height: 30px;
   align-items: center;
   justify-content: center;
   color: rgb(248, 245, 245);
   border: 1px solid #8d8b8b;
   background-color: #bc1b1b;
   text-decoration: none;
   padding: 5px 7px 5px 5px;
   margin: 15px auto;
   border-radius: 5px;
}
.woocommerce-grouped-product-list-item__price del {
   font-size: 12px;
   color: #be9a7d;
}
.single_add_to_cart_button.button.alt.btn {
   color: rgb(255, 255, 255);
}


/* Табы */

.info-product__item.active {
   background-color: #72c9d4;
}
.info-product__item.active a {
   border-bottom: 1px dashed transparent;
   color: #fff;
}
.info-product__item a {
   border-bottom: 1px dashed;
   text-decoration: none;
   color: #72c9d4;
}
.info-product__body h2 {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 20px;
}
.info-product__title_center {
   text-align: center;
}
.info-product__value {
   text-align: center;
}
.related.products h2 {
   margin: 0px 0px 18px 0px;
   color: #333333;
   font-family: "UniSans";
   font-size: 36px;
   text-transform: uppercase;
}
.upsells.products h2 {
   margin: 0px 0px 18px 0px;
   color: #333333;
   font-family: "UniSans";
   font-size: 36px;
   text-transform: uppercase;
}

/* Отзывы */

.product__comments-list {
   display: flex;
   flex-direction: column;
   gap: 30px;
   margin-bottom: 35px;

}
.product__comment-item {
   padding: 25px 20px;
   border: 2px solid #f2f2f2;
}
.comment-reply-title {
   display: inline-block;
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 20px;
}
.comment-form-rating label {
   display: inline-block;
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 10px;
}
.comment-form-comment {
   display: flex;
   flex-direction: column;
   gap: 10px;
}
.comment-form-comment textarea {
   padding: 20px;
}
.form-submit input {
   cursor: pointer;
}

/* //======================================================================================================================================================== */

/* Страница Корзины */
.page__cart .woocommerce {
   width: 100%;
   margin-bottom: 30px;
}
.page__cart .checkout {
   display: flex;
   padding: 10px;
   gap: 30px;
}
.page__cart .cart_totals {
   display: flex;
   flex-direction: column;
   gap: 50px;
}
.page__cart .cart_totals h2 {
font-size: 36px;
text-transform: uppercase;
font-weight: 900;
color: #545353;
font-family: "UniSans";
}
.item-order__image {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 110px;
   flex: 0 0 110px;
   height: 110px;
   position: relative;
}
.item-order__image img {
   position: absolute;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.woocommerce-cart-form {
   flex: 0 1 70%;
}
.order-checkout__item.item-order {
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
   transition: box-shadow 0.3s ease 0s;
   -webkit-transition: box-shadow 0.3s ease 0s;
   -moz-transition: box-shadow 0.3s ease 0s;
   -ms-transition: box-shadow 0.3s ease 0s;
   -o-transition: box-shadow 0.3s ease 0s;
}
.order-checkout__item.item-order:hover {
   box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
.item-order__title {
   font-size: 22px;
}
.cart__actions {
   margin-top: 20px;
   padding: 10px 5px;
}
.cart__actions_body {
   display: flex;
   flex-direction: column;
   gap: 10px;
}
.cart__actions_body .coupon {
   display: flex;
}
.cart__actions_body .input-text.input {
   width: 40%;
   height: 39px;
}
.shop_table.shop_table_responsive tbody {
   border: 1px solid #ffff;
}
.shop_table.shop_table_responsive th {
   border: 1px solid #1ab9ce;
   padding: 10px 15px;
}
.shop_table.shop_table_responsive td {
   border: 1px solid #1ab9ce;
   padding: 10px 15px;
}
.woocommerce-shipping-destination {
   margin-bottom: 10px;
}
.shipping-calculator-button, .shipping-calculator-form .button {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   padding: 0px 25px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   height: 29px;
   background-color: #f68038;
   color: #ffffff;
   font-size: 12px;
   font-weight: 900;
   line-height: 18px;
   text-transform: uppercase;
}
.shipping-calculator-button:hover {
   background-color: #b86029;
}
.shipping-calculator-form {
   margin-top: 15px;
   display: flex;
   flex-direction: column;
   gap: 15px;
}
.shipping-calculator-form .button {
   background-color: #0097ac;
}
.shipping-calculator-form .button:hover {
   background-color: #017483;
}
.shipping-calculator-form input {
   border: 1px solid #e5e5e5;
   width: 100%;
   height: 25px;
   padding: 5px 10px;
}
.woocommerce-notices-wrapper .woocommerce-info {
   height: 45px;
   display: flex;
   align-items: center;
   border: 1px solid transparent;
   background-color: #f68038;
   font-size: 20px;
   color: #ffff;
   padding: 5px 25px;
   margin-bottom: 20px;
}

/* Пустая Корзина */
.wc-empty-cart-message {
   font-size: 18px;
   margin-bottom: 20px;
   text-align: center;
}
.return-to-shop {
   text-align: center;
}
/* //======================================================================================================================================================== */

/* Страница Оформления заказа */
.page__checkout .woocommerce {
   width: 100%;
   margin-bottom: 30px;
}
.page__checkout .checkout {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 10px 0px;
   gap: 30px;
}
.page__checkout .cart_totals {
   display: flex;
   flex-direction: column;
   gap: 50px;
}
.page__checkout .form-row label {
   font-size: 16px;
   font-weight: 900;
   color: #545353;
}
.page__checkout .woocommerce-billing-fields .form-row {
   display: flex !important;
   flex-direction: column;
   gap: 12px;
}
.page__checkout .woocommerce-billing-fields__field-wrapper {
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.page__checkout .title-checkout {
   margin-bottom: 20px;
}

.page__checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
   flex: 0 1 100%;
}
.page__checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
   display: flex;
   flex-direction: column;
   gap: 12px;
}
.page__checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li {
   padding: 20px 10px;
   background-color: bisque;
   font-size: 16px;
}

.page__checkout .col2-set {
   flex: 0 1 auto;
   min-width: 50%;
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.page__checkout .col2-set .col-1, .page__checkout .woocommerce-checkout-review-order {
   border-bottom: 3px solid #0097ac;
   padding-bottom: 20px;
   border-top: 3px solid #0097ac;
   padding-top: 20px;
}
.page__checkout .col2-set .col-2 {
   border-bottom: 3px solid #0097ac;
   padding-bottom: 20px;
}

.page__checkout .col2-set .col-2 #order_comments_field {
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.page__checkout .col2-set .col-2 textarea{
   width: 100%;
   min-height: 150px;
   border: 1px solid #ddd;
   padding: 15px;
}

.page__checkout .woocommerce-checkout-review-order {
   flex: 0 1 40%;
   height: max-content;
}

.page__checkout .woocommerce-billing-fields__field-wrapper input {
   border-radius: 0;
   border: 1px solid #e5e5e5;
   width: 70%;
   height: 39px;
   display: block;
   padding: 0px 15px;
}
.page__checkout #billing_country_field span.woocommerce-input-wrapper, .page__checkout #billing_state_field span.woocommerce-input-wrapper {
   width: 70%;
   height: 39px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
   padding-left: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
   border-color: #888 transparent transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0 4px;
   height: 0;
   left: 50%;
   margin-left: -4px;
   margin-top: -2px;
   position: absolute;
   top: 50%;
   width: 0;
   transition: all 0.3s ease 0s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
   border-color: #888 transparent transparent transparent !important;
   border-width: 5px 4px 0 4px !important;
   transform: rotate(180deg);
}
.select2-container--default .select2-selection--single {
   border-radius: 0px;
}

.woocommerce-form-coupon-toggle {
   font-size: 18px;
   padding: 15px 0px;
   color: #dadada;
}
.woocommerce-form-coupon-toggle a {
   font-weight: 900;
   color: #545353;
}
.shop_table.woocommerce-checkout-review-order-table {
   margin-bottom: 20px;
}
.shop_table.woocommerce-checkout-review-order-table tbody {
   border: 1px solid #ffff;
}
.shop_table.woocommerce-checkout-review-order-table th {
   border: 1px solid #1ab9ce;
   padding: 10px 15px;
}
.shop_table.woocommerce-checkout-review-order-table td {
   border: 1px solid #1ab9ce;
   padding: 10px 15px;
}
.woocommerce-shipping-methods {
   padding: 10px 0px;
}
.woocommerce-shipping-methods li {
   padding: 5px 0px;
   display: flex;
   align-items: center;
}
.woocommerce-shipping-methods li label {
   margin-left: 10px;
   font-weight: 700;
}
.wc_payment_methods {
   padding: 10px 0px;
}
.wc_payment_methods li {
   padding: 5px 0px;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
.wc_payment_methods li label {
   margin-left: 10px;
   font-weight: 700;
   position: relative;
}
.wc_payment_methods .payment_method_fondy label img, .wc_payment_methods .payment_method_liqpay label img {
   position: absolute;
   top: -2px;
   padding-left: 10px;
}
.woocommerce .order_details {
   display: flex;
   flex-direction: column;
   gap: 12px;
   padding: 20px;
}
.wc_payment_methods li div {
   width: 100%;
   padding: 5px 0px;
   text-decoration: dashed;
}

.woocommerce-privacy-policy-text {
   font-style: italic;
   font-size: 12px;
   margin-bottom: 20px;
}
.woocommerce-privacy-policy-text a {
   font-weight: 700;
}


/* Пункты Новой почты */
.wcus-checkout-fields {
   margin-top: 12px;
   width: 70%;
}
.wcus-checkout-fields h3 {
   font-size: 16px;
   font-weight: 900;
   color: #545353;
   margin-bottom: 12px;
}
.zen-ui-select__value {
   margin-bottom: 12px;
}
.wcus-checkout-fields .form-row:nth-child() {
   margin-bottom: 12px;
}
.wcus-checkout-fields .form-row input {
   border-radius: 0;
   border: 1px solid #e5e5e5;
   width: 70%;
   height: 39px;
   display: block;
   padding: 0px 15px;
}


/* //======================================================================================================================================================== */

/* Страница Спасибо */

.shop_table.woocommerce-table--order-details tbody {
   border: 1px solid #ffff;
}
.shop_table.woocommerce-table--order-details th {
   border: 1px solid #1ab9ce;
   padding: 10px 15px;
}
.shop_table.woocommerce-table--order-details td {
   border: 1px solid #1ab9ce;
   padding: 10px 15px;
}
.page__checkout .title-checkout_thankyou {
   font-family: "Roboto";
   text-transform: none;
   margin: 0;
}
.page__checkout .title-checkout_thankyou span {
   color:#333333
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
   padding: 10px 0px;
   font-size: 16px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received span {
   font-weight: bold;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.page__checkout .woocommerce-order {
   width: fit-content;
}
.page__checkout .woocommerce-order > * {
   padding: 20px 0;
   border-top: 3px solid #0097ac;
}
.page__checkout .woocommerce-order:last-child {
   border-bottom: 3px solid #0097ac;
}

.woocommerce-customer-details address {
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.woocommerce-customer-details--phone span, .woocommerce-customer-details--email span {
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
}

/* //======================================================================================================================================================== */
/* Страница Мой аккаунт */

.page__myaccount {
   min-height: 250px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-bottom: 40px;
}

.myaccount__navigation {
   padding-bottom: 20px;
   margin-bottom: 20px;
}
.myaccount-navigation__items {
   display: flex;
   font-size: 20px;
}
.myaccount-navigation__item {
   border: 2px solid #0097ac;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   overflow: hidden;
}
.myaccount-navigation__link {
   display: inline-block;
   line-height: 24px;
   padding: 10px 20px;
   color: #0097ac;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.myaccount-navigation__link:hover, .myaccount-navigation__item.is-active .myaccount-navigation__link {
   background-color: #0097ac;
   color: #f2f2f2;
}

.woocommerce-MyAccount-content {
   max-width: 780px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
   gap: 15px;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
   display: flex;
   flex-direction: column;
}
.woocommerce-MyAccount-content .woocommerce-order-details table {
   align-self: center;
}

.my-account__text {
   font-size: 16px;
}
.edit-address__text {
   font-size: 16px;
}

/* Вкладка Адреса страница Изменения адресной информации */
.woocommerce-address-fields__field-wrapper {
   display: flex;
   flex-direction: column;
   gap: 10px;
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 20px;
}
.woocommerce-address-fields__field-wrapper input {
   border: 1px solid #ddd;
   padding: 10px 20px;
   width: 310px;
}
.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper {
   width: 310px;
   align-self: center;
   margin-bottom: 20px;
}

/* Вкладка Анкета */
.woocommerce-MyAccount-content .edit-account {
   display: flex;
   flex-direction: column;
   gap: 10px;
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 20px;
}

.edit-account .input {
   width: 310px;
}
.edit-account p.form-row {
   margin-bottom: 20px;
   align-items: center;
}

/* Вход Регистрация */
.page__myaccount .title-checkout, .popup__body .title-checkout{
   margin-bottom: 20px;
}
#loginform {
   margin-bottom: 20px;
}
.page__myaccount .woocommerce-form, #loginform, #registerform {
   display: flex;
   flex-direction: column;
   gap: 10px;
}
.page__myaccount .woocommerce-form label, #loginform label, #registerform label {
   margin-bottom: 5px;
}
.page__myaccount .woocommerce-form-login__rememberme, #loginform .login-remember {
   display: flex;
   gap: 10px;
}
.page__myaccount p.form-row {
   display: flex;
   flex-direction: column;
   gap: 10px;
}
#loginform .input, #registerform .input {
   margin-top: 10px;
}
.button-primary:hover {
   background-color: #b86029;
}
.button-primary {
   cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0px 25px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 39px;
	background-color: #f68038;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	line-height: 18px;
	text-transform: uppercase;
}
.lost-password.button.wc-forward {
   padding: 5px 20px;
}

/* Забыли пароль ? */
.title-lost_reset_password {
   font-size: 22px;
   line-height: 1.2;
   margin-bottom: 30px;
}
p.form-row.button__lost_reset_password {
   display: inline-block;
   margin-top: 20px;
}
.lost_reset_password .input {
   width: 250px;
}



/* //======================================================================================================================================================== */
