/*==============Mini cart==============*/
.header-cart {
  padding: 10px;
  margin-left: 10px;
  position: relative;
  max-width: 64px;
}

.js-mini-cart-open {
  display: block !important;
}

.header-cart a,
.cart-namber {
  color: #fff;
}

.cart-namber a {
  display: inline-block;
  padding: 4px;
  text-align: center;
  font-size: 12px;
  background-color: #3b75e2;
  border-radius: 4px;
  line-height: 1;
  min-width: 20px;
  position: relative;
}

.cart-namber a::before {
  content: '';
  border: 5px solid transparent;
  border-right-color: #3b75e2;
  position: absolute;
  top: 5px;
  left: -10px;
}

.cart-dropdaun {
  display: none;
  position: absolute;
  top: 43px;
  left: 0px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ececec;
  width: 340px;
}

.cart-dropdaun::before {
  content: '';
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -16px;
  left: 15px;
}

@media (max-width: 1200px) {
  .cart-dropdaun {
    position: fixed;
    top: 0px;
    left: auto;
    right: 0px;
    height: 100vh;
    overflow-y: auto;
  }
		
/*	.breadcrumbs.container.crumbs-custom-style, .breadcrumbs.container.crumbs-custom-style * {
		font-size: 12px;
		color: #000;
	}

	.breadcrumbs.container.crumbs-custom-style span a:active {
		color: #6747c7;
	}
	.breadcrumbs.container.crumbs-custom-style a:hover {
		color: #6747c7;
	}
	*/
}

@media (max-width: 380px) {
  .cart-dropdaun {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header-cart:hover .cart-dropdaun {
    display: block;
  }

  .mobil-mini-cart-title {
    display: none;
  }
}

.mobil-mini-cart-title {
  text-align: center;
  font-size: 22px;
  padding: 5px 15px;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
}

.mobil-mini-cart-title span {
  display: inline-block;
  padding: 10px;
}


.cart-namber {
  margin-left: 10px;
}

.cart-dropdaun a {
  color: #333;
}

.cart-dropdaun img {
  width: 50px;
  height: auto;
}

.cart-dropdaun .woocommerce-mini-cart__total {
  padding: 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0px;
}

.cart-dropdaun .woocommerce-mini-cart {
  padding: 15px;
  border-bottom: 1px solid #ececec;
  max-height: 340px;
  overflow-y: auto;
}

.cart-dropdaun .woocommerce-mini-cart a.remove {
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: 400;
  color: #bbb;
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  order: 2;
}

.cart-dropdaun .woocommerce-mini-cart .quantity {
  order: 3;
  margin-left: 60px;
  font-size: 14px;
}

.cart-dropdaun .woocommerce-mini-cart .quantity .woocommerce-Price-amount {
  color: rgb(4, 88, 247);
  font-weight: 500;
}

.woocommerce-mini-cart__empty-message {
  margin-bottom: 0px;
  padding: 15px;
}

.cart-dropdaun .woocommerce-mini-cart li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}

.cart-dropdaun .woocommerce-mini-cart a.remove:hover {
  border-color: #000;
  color: #000;
}

.cart-dropdaun .woocommerce-mini-cart a:nth-child(2) {
  width: calc(100% - 30px);
  padding-right: 10px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 14px;
}

.cart-dropdaun .woocommerce-mini-cart a:nth-child(2) img {
  margin-right: 10px;
}


/* Кнопки в корзину, оформить заказ */
.cart-dropdaun .woocommerce-mini-cart__buttons {
  padding: 15px 10px;
  display: flex;
  margin-bottom: 0px;
}

.cart-dropdaun .woocommerce-mini-cart__buttons a {
  width: 170px;
  background-color: #3b75e2;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 8px 14px;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px;
  border-radius: 6px;
}

.cart-dropdaun .woocommerce-mini-cart__buttons a:hover {
  background-color: #508dff;
}

/* Кнопки в корзину, оформить заказ */

/* Корзина выпадающая конец */

/*Фон шапки страница магазина*/
.accountant-shop-head-bg {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 50px;
}
/*Фон шапки страница магазина end*/
.shop-title h1 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 500;
}
.shop-title h2 {
  text-align: center;
  font-size: 39px;
  text-transform: uppercase;
  font-weight: 500;
}
.arhive-bredcrumb {
  justify-content: center;
}
.arhive-bredcrumb .woocommerce-breadcrumb {
  color: #f7f7f7;
}
.arhive-bredcrumb .woocommerce-breadcrumb a {
  color: #c3c3c3;
}
@media (max-width: 600px) {
  .shop-title h1 {
    font-size: 40px;
    letter-spacing: 1px;
  }
}
@media (max-width: 380px) {
  .shop-title h1 {
    font-size: 34px;
  }
}


/*Общий контейнер для магазина*/
.section-shop {
  padding: 0px 0px 60px;
}

.archive-product-wrap>.container {
  flex-direction: column;
}
.archive .archive-product-sidebar {
  box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.archive-product-sidebar .ks-sidebar-aside {
  display: flex;
  flex-wrap: wrap;
}
/*  Вид фильтра товаров */
.archive-product-sidebar .woof_redraw_zone {
  display: flex;
  flex-wrap: wrap;
}
.archive-product-sidebar .woof_redraw_zone .woof_container {
    width: 50%;
    padding: 0px 15px;
  }
  .archive-product-sidebar .woof_redraw_zone {
    margin: 0px -15px;
  }
.archive-product-sidebar .ks-widget {
  width: 100%;
  margin-bottom: 0px;
}
.woof_submit_search_form_container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0px!important;
}

/*===========Filter products===========*/
.chosen-container-single .chosen-single {
border: 1px solid #e0e0e0;
border-radius: 0px;
padding: 8px 10px;
height: 40px!important;
}
.chosen-container-single .chosen-single div {
top: 5px;
right: 5px;
}
.woof_products_top_panel {
    line-height: 20px;
    margin: 5px 0 15px 10px;
    z-index: 50;
}
.woof_submit_search_form_container {
    margin: 0px 0 15px 0;
}
.woof_reset_search_form {
  border: 2px solid #adadad;
  background-color: #fff;
  text-align: center;
  width: 120px;
  margin: 20px auto 0px;
  line-height: 30px;
  border-radius: 40px;
  color: #777777;
  font-family: 'Rubik', sans-serif; 
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
}
.woof_reset_search_form:hover {
  border-color: #6747c7;
  color: #6747c7;
}

.woof_products_top_panel {
  margin-left: 0px!important;
}
.woof_products_top_panel li a {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #c7c7c7;
  color: #464646;
}
/*===========Filter products===========*/

/* ========================Карточка товара======================== */
.acc-product>a:first-child {
  display: block;
  width: 100%;
}

.acc-product> a {
  position: relative;
}
.acc-product> a::before, .acc-product> a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.acc-product> a::before {
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 37%,rgba(0,0,0,.8) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 37%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 37%,rgba(0,0,0,.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.acc-product> a::after {
  background: -moz-linear-gradient(top,  rgba(0,221,243,0.7) 0%, rgba(67,0,155,0.7) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,221,243,0.7) 0%,rgba(67,0,155,0.7) 100%);
  background: linear-gradient(to bottom,  rgba(0,221,243,0.7) 0%,rgba(67,0,155,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b300ddf3', endColorstr='#b343009b',GradientType=0 );
  opacity: 0;
}
.acc-product>a:hover::before {
  opacity: 0;
}
.acc-product>a:hover::after {
  opacity: 1;
}
.acc-product h2 {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 14px;/*30px*/
  width: 100%;
  padding: 0px 15px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  transition: all .5s;
  margin-bottom: 0px;
  z-index: 20;
}
.acc-product>a:hover h2 {
    bottom: 50%;
    transform: translateY(50%);
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
 
/* Product img */
.poop_product_thumbnail_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 0.3s;
}

@media (max-width: 990px) {
  .acc-product h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .archive-product-sidebar .woof_redraw_zone .woof_container {
    width: 100%;
    padding: 0px;
  }
  .archive-product-sidebar .woof_redraw_zone {
    margin: 0px;
  }
}
@media (max-width: 380px) {
  .archive .archive-product-sidebar {
    padding: 20px;
  }
}

.acc-product * {
  text-align: center;
}

.acc-product .price {
  display: flex;
  justify-content: center;
}

.price .woocommerce-Price-amount {
  margin: 0px 10px;
}

.acc-product-right-content .price {
  margin-left: -10px;
}

.acc-product {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

/* Кнопка в корзину */
button.single_add_to_cart_button, .wc-proceed-to-checkout a {
  font-family: 'Rubik', sans-serif;
  color: #FFFFFF;
  background-color: #FFAD05;
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
  padding: 0px 60px;
  line-height: 44px;
  border-radius: 40px;
  transition: all 0.4s;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0px;
  margin: 0px 0px 10px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  white-space: nowrap;
}

.add_to_cart_button.added {
  display: none !important;
}

button.single_add_to_cart_button:hover, .wc-proceed-to-checkout a:hover {
  color: #fff;
  background-color: #e49900;
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.3);
}

button[type="submit"],
.wc-proceed-to-checkout a,
.product_type_grouped {

}

button[type="submit"]:hover,
.product_type_grouped:hover  {

}
.wc-proceed-to-checkout a {
  line-height: 50px;
  padding: 0px 50px;
}

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

.added_to_cart {
  background-color: #fff;
  color: #0e7ecb;
  border: 2px solid #0e7ecb;
  padding: 0px 30px;
  line-height: 40px;
  border-radius: 30px;
  transition: all 0.4s;
  font-size: 16px;
  font-weight: 500;
  margin: 15px auto;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.added_to_cart:hover {
  color: #0e7ecb;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

/* Распродажа */
.acc-product .onsale {
  background-color: #ff4e4e;
  color: #fff;
  line-height: 30px;
  padding: 0px 20px;
  border-radius: 0px 15px 15px 0px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
}

/* Уведомления */
.woocommerce-message {
  display: block;
  padding: 10px 0px 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

/* Категории товаров */
.acc-categori-item h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.acc-categori-item mark {
  background: transparent;
}

/* Категории товаров конец*/

.archive-product-content .page-description {
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 20px;
  border-left: 5px solid #7700e8;
}
.woocommerce-notices-wrapper a {
  display: inline-block;
  padding: 0px 20px;
  line-height: 40px;
  background-color: #6747c7;
  border-radius: 6px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
}

.woocommerce-notices-wrapper a:hover {
  background-color: #7c53f7;
  color: #fff;
}

/* Пагинация ст товаров */
.woocommerce-pagination {
  clear: both;
  display: flex;
  justify-content: center;
}

.woocommerce-pagination ul {
  display: flex;
}

.woocommerce-pagination ul .page-numbers.current {
  color: #fff;
  background-color: #6747c7;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  margin-right: 7px;
  border-radius: 3px;
}

.woocommerce-pagination ul a {
  text-align: center;
  display: inline-block;
  line-height: 40px;
  margin-right: 5px;
  padding: 0px 5px;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 3px;
  border: 1px solid #ececec;
}

.woocommerce-pagination ul a:hover {
  color: #6747c7;
  background-color: #ececec;
}

/* Пагинация ст товаров конец*/


@media (max-width: 480px) {
  .acc-filter-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .acc-filter-wrap p {
    margin-bottom: 10px;
  }

  .acc-filter-wrap {
    margin-bottom: 25px;
  }
}

/*Шапка страницы товара*/
.acc-product-header {
  height: 74px;
  background-color: #000;
  margin-bottom: 50px;
}
.acc-product-summary-row .acc-img-col {
  width: 50%;
  pointer-events: none;
}
.acc-product-summary-row .acc-content-col {
 width: 50%;
 padding-left: 30px;
}

.acc-content-col h1.product_title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.acc-content-col h1.product_title::before {
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    background-color: #ececec;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.acc-content-col .price {
  margin-bottom: 10px;
}
.acc-content-col .price .woocommerce-Price-amount {
  margin: 0px;
  font-size: 30px;
  font-weight: 500;
  color: #6747c7;
}
@media (max-width: 768px) {
  .acc-product-summary-row .container {
    flex-direction: column;
  }
  .acc-product-summary-row .container > div {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .acc-product-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .acc-product-header {
    height: 50px;
  }
}

/* Виджет недавно просмотренные товары */
.ks-widget ul.product_list_widget li {
  padding: 0px;
}

.ks-widget ul.product_list_widget li::before {
  display: none;
}

.ks-widget ul.product_list_widget li a .product-title {
  font-size: 14px;
}

.ks-widget ul.product_list_widget li a {
  display: flex;
}

.ks-widget ul.product_list_widget li a img {
  width: 50px;
  height: 50px;
  border: 1px solid #ececec;
  margin: 0px 10px 5px 0px;
}

.ks-widget ul.product_list_widget li .woocommerce-Price-amount {
  font-weight: 500;
  display: inline-block;
  padding: 0px 0px 5px;
}


/* Product page */
.acc-product-summary-wrap {
  margin-bottom: 30px;
  margin-top: 15px;
}

.acc-product-img .onsale {
  background-color: #ff4e4e;
  color: #fff;
  line-height: 30px;
  padding: 0px 20px;
  border-radius: 0px 15px 15px 0px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  z-index: 5;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 10px !important;
  right: 10px !important;
}

@media (max-width: 380px) {
  .acc-product-right-content h1.product_title {
    font-size: 24px;
  }
}

.acc-product-add-to-cart-btn {
  justify-content: center;
}

/* Количество товара возле кнопки добавить в корзину */
.quantity {
  display: none!important;
}

/* Количество товара возле кнопки добавить в корзину конец*/

/* Поля вариативного продукта */
table.variations {
  margin-bottom: 5px;
}

table.variations .label {
  padding-right: 20px;
}

table.variations .reset_variations {
  display: inline-block;
  margin: 10px;
  background-color: #f5f5f5;
  padding: 5px 25px;
  border-radius: 30px;
  color: #000;
  transition: all 0.3s;
}

table.variations .reset_variations:hover {
  background-color: #ececec;
}

table.variations td {
  padding-bottom: 10px;
}

.single_variation_wrap>.woocommerce-variation {
  margin-bottom: 10px;
}

.product_meta {
  margin-top: 15px;
}

.product_meta>span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.product_meta>span> a, .product_meta>span> .sku {
  font-weight: 400;
}

.woocommerce-product-rating {
  margin-bottom: 5px;
}

/* Табы */
.acc-tabs {
  margin-top: 10px;
  margin-bottom: 30px;
}

.acc-tabs ul.wc-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.acc-tabs ul.wc-tabs {
  border-bottom: 1px solid #ececec;
}

.acc-tabs ul.wc-tabs li {
  margin-right: 5px !important;
  border: 1px solid #ececec;
  background-color: #ececec;
  padding: 0px;
  margin-bottom: -1px !important;
  transition: all 0.3s;
}

.acc-tabs ul.wc-tabs li:hover {
  background-color: #f3f3f3;
}

.acc-tabs ul.wc-tabs li.active {
  border-bottom-color: #fff;
  background-color: #fff;
}

.acc-tabs ul.wc-tabs li a {
  display: block !important;
  padding: 10px 15px !important;
  color: #333;
}

.acc-tabs .woocommerce-Tabs-panel {
  border: 1px solid #ececec;
  border-top-color: transparent;
  mask-type: -1px;
  padding: 10px;
}

@media (max-width: 380px) {
  .acc-tabs ul.wc-tabs li a {
    padding: 8px 8px !important;
    font-size: 14px;
  }
}

.acc-tabs h2 {
  font-size: 28px;
}

.acc-tabs h3 {
  font-size: 24px;
}

.acc-tabs h4 {
  font-size: 20px;
}


#review_form p {
  margin-bottom: 10px;
}

#review_form input[type="submit"] {
  width: auto;
  padding: 14px 30px;
}

#review_form .comment-form-rating {
  padding: 10px 0px;
}

#review_form .comment-form-rating label {
  font-weight: 700;
}

#review_form label {
  display: inline-block;
  margin-bottom: 5px;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
}

.acc-tabs ol.commentlist {
  margin: 0px 0px 20px;
}

.acc-tabs ol.commentlist li {
  list-style-type: none;
}

.acc-tabs ol.commentlist li .comment_container {
  display: flex;
  align-items: flex-start;
}

.acc-tabs ol.commentlist li .comment_container img {
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}

.acc-tabs .comment-text .meta {
  margin-bottom: 0px;
}

.acc-tabs .comment-reply-title {
  font-weight: 700;
  font-size: 20px;
}

.woocommerce-review__awaiting-approval {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

/* Таблица с атрибутами продукта */
.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
  padding: 5px 10px 5px 0px;
}

.woocommerce-product-attributes th {
  text-align-last: left;
  font-weight: 700;
}

.woocommerce-product-attributes p {
  margin: 0px;
}

/* ============================Похожие продукты====================================== */
.pool_related_product>section>h2,
.pool_up_sels>section>h2 {
  font-size: 28px;
}

.pool_related_product {
  clear: both;
}

/* ========================Корзина ========================*/
.woocommerce table.shop_table {
  border-width: 1px;
  border-style: solid;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-color: #eaeaea;
  border-collapse: collapse;
}

.woocommerce table.shop_table thead {
  background-color: #f7f7f7;
}

.woocommerce table.shop_table .product-remove {
  text-align: center !important;
}

.woocommerce table.shop_table thead th {
  color: #444;
  font-weight: 600;
}

.woocommerce table.shop_table th {
  padding: 0.8em;
  vertical-align: middle;
  font-weight: 700;
}

.woocommerce table.shop_table .product-remove {
  text-align: center !important;
}

.woocommerce table.shop_table td {
  padding: 0.8em;
  vertical-align: middle;
  text-transform: capitalize;
  border: 1px solid #eaeaea;
}

.woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #ececec;
}

/* Кнопка удалить продукт с корзины */
.woocommerce table.shop_table a.remove {
  text-align: center;
  display: inline-block;
  font-size: 22px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: 400;
  color: #bbb;
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.woocommerce table.shop_table a.remove:hover {
  border-color: #000;
  color: #000;
}

/* Кнопка удалить продукт с корзины конец*/


.woocommerce-cart table.cart img {
  width: auto;
  max-width: 60px;
}


/* Купон и кнопки возле него */
.shop_table .coupon {
  display: flex;
  align-items: center;
  float: left;
}

.shop_table .coupon label {
  margin-right: 10px;
}

.shop_table .coupon input {
  max-width: 300px;
}

.shop_table .coupon button {
  margin: 0px 15px;
  white-space: nowrap;
}

.shop_table .actions button {
  float: right;
}
@media (max-width: 990px) {
  .shop_table .coupon {
    width: 100%;
  }
  .shop_table .coupon button {
    margin-left: auto;
    margin-right: 0px;
  }
  .shop_table .actions button {
      min-width: 210px;
  }
}

/* Купон и кнопки возле него конец*/

.cart-collaterals {
  display: flex;
  flex-wrap: wrap;
}

.cart-collaterals>div {
  width: 100%;
}

@media (min-width: 990px) {
  .cart-collaterals>div {
    width: 50%;
  }
}

.cart-collaterals>div>h2 {
  font-size: 22px;
  font-weight: 700;
}

.cart_totals th {
  font-weight: 700;
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 10px;
}

.cart-collaterals .cross-sells {
  padding-right: 15px;
}

.shop_table .product-quantity {
  min-width: 170px;
}

@media (max-width: 768px) {
  .woocommerce table.shop_table td {
    border: none;
  }

  .shop_table .product-thumbnail {
    text-align: center;
  }

  .shop_table .product-thumbnail:before {
    display: none;
  }

  .woocommerce-cart table.cart img {
    max-width: 100%;
  }

  .shop_table .coupon {
    flex-wrap: wrap;
  }

  .shop_table .coupon input {
    max-width: 100%;
    width: calc(100% - 70px);
  }

  .shop_table .coupon button {
    margin: 15px 0px 0px;
  }

  .shop_table .actions button {
    float: left;
    margin-bottom: 15px;
  }

  .woocommerce .cart_totals .shop_table td {
    border-bottom: 1px solid #ececec;
  }

  .woocommerce .cart_totals .shop_table tr.order-total td {
    border: none;
  }

  .cart_totals .woocommerce-shipping-totals ul {
    text-align-last: left;
    padding-left: 100px;
  }

  .cart_totals .woocommerce-shipping-totals ul li {
    text-align-last: left;
  }
}

@media (max-width: 380px) {
  .cart_totals .woocommerce-shipping-totals ul {
    padding-left: 0px;
    padding-top: 30px;
  }
}


/* Страница чекаута */
.poop-checkout-wrap {
  padding-top: 30px;
  margin-bottom: 30px;
}

.poop-checkout-wrap>div {
  width: 50%;
}

.poop-checkout-wrap>div:first-child {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .poop-checkout-wrap {
    flex-direction: column;
  }

  .poop-checkout-wrap>div {
    width: 100%;
  }

  .poop-checkout-wrap>div:first-child {
    padding-right: 0px;
  }
}

.poop-checkout-wrap label {
  display: inline-block;
  margin-bottom: 5px;
}

.poop-checkout-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid #6747c7;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.poop-checkout-wrap .wc_payment_method label {
  font-weight: 700;
  font-size: 18px;
}

.poop-checkout-wrap ul.wc_payment_methods li {
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.poop-checkout-wrap ul.wc_payment_methods li p {
  margin-bottom: 5px;
}

.poop-checkout-wrap .cart_item .product-name {
  width: 50%;
}

@media (max-width: 500px) {
  .poop-checkout-wrap #shipping_method {
    margin-left: -60px;
  }
}

@media (max-width: 380px) {
  .poop-checkout-wrap .cart_item .product-name {
    width: 60%;
  }

  .poop-checkout-wrap #shipping_method {
    margin-left: 0px;
  }

  .poop-checkout-wrap #shipping_method li {
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
  }
}

.poop-checkout-wrap .woocommerce-input-wrapper textarea {
  min-height: 100px;
}

/* Детали покупки */
.woocommerce-order .woocommerce-order-overview li {
  margin-bottom: 10px;
}

.woocommerce-order .woocommerce-order-overview {
  margin-bottom: 20px;
}

.woocommerce-order p.woocommerce-notice {
  font-size: 22px;
  font-weight: 700;
}

.woocommerce-info {
  margin-bottom: 10px;
}


/* мой аккаунт
Регистрация или вход */
@media (min-width: 990px) {
  .u-columns {
    display: flex;
    margin: 0px -15px;
  }

  .u-columns>div {
    width: 50%;
    padding: 0px 15px;
  }
}

.acc-my-accaunt {
  justify-content: space-between;
}
.woocommerce-MyAccount-navigation {
  width: 25%;
  padding-right: 60px;
}

.woocommerce-MyAccount-content {
  width: 75%;
}

@media (max-width: 990px) {

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }

  .acc-my-accaunt {
    flex-direction: column;
  }
}

/*Иконки для пунктов меню аккаунта*/
.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: '\e933';
}
.woocommerce-MyAccount-navigation-link--orders a::before {
  content: '\e910';
}
.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: '\e90f';
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: '\e923';
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: '\e900';
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: '\e932';
}



.woocommerce-MyAccount-navigation li>a {
  padding: 14px 0px;
  display: block;
  color: #222;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.woocommerce-MyAccount-navigation li>a::before {
  position: absolute;
  top: 14px;
  right: 0px;
  font-size: 18px;
  font-family: 'icomoon';
}

.woocommerce-MyAccount-navigation li>a:hover {
  color: #ffad05;
}

.woocommerce-MyAccount-navigation li.is-active>a {
  color: #ffad05;
}

.woocommerce-form-row--wide > span {
  display: inline-block;
  margin-top: 5px;
  color: #777;
  font-size: 14px;
}
.acc-my-accaunt fieldset span {
  display: block;
}
/* Фильтры товаров */
.ks-widget .ui-widget-content {
  height: 9px;
  position: relative;
  padding: 0 2px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
}

.ks-widget .ui-widget-content>span {
  position: absolute;
  z-index: 2;
  outline: none;
  top: -4px;
  margin-left: -6px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3b75e2;
}

.ks-widget .ui-widget-content>div {
  position: absolute;
  top: 2px;
  bottom: 2px;
  z-index: 1;
  background-color: #3b75e2;
}


.woocommerce-form-login {
  max-width: 600px;
}
.woocommerce-form-login span.password-input {
  width: 100%;
}
.woocommerce-form-login .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.payment_method_liqpay img {
  height: 25px!important;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -5px;
}

.order_details {
  margin-left: 20px;
}
.order_details li {
  list-style-type: disc;
  margin-bottom: 10px;
}
form input[type="image"] {
  background-color: #fff;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
  padding: 20px;
  transition: all 0.5s;
}
form input[type="image"]:hover {
  transform: scale(1.05);
}