@charset "UTF-8";
/*
@import "../../../engine/components/catalog/catalog/css/catalog-style.scss";
@import "../../../engine/components/catalog/category/view/css/main.scss";
@import "../../../engine/components/catalog/cart/view/css/cart-style.scss";
@import "../../../engine/components/reviews/css/reviews.scss"; PRESS F TO PAY BELEBEY
@import "../../../engine/components/catalog/product/css/products.scss";
*/
/* Общее */
.btn {
  background-color: #FAB501;
}
.btn:hover {
  background-color: #FAB501;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
}

/* Страница каталога Каримжан */
section#catalog_page .content_header .container h1 {
  margin: 0 0 0 0;
  font-size: 3.2rem;
}
section#catalog_page .catalog .container .row .category {
  padding: 0;
}
section#catalog_page .catalog .container .row .category .category_link {
  margin: 10px;
  background-color: #ddd;
  text-align: center;
}
section#catalog_page .catalog .container .row .category .category_link p {
  padding: 10px 0;
  font-weight: bold;
}
section#catalog_page .container .row {
  margin-top: 20px;
}
section#catalog_page .container .row .catalog_sush {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
section#catalog_page .container .row .catalog_sush .col.s6.l3 {
  margin-left: 0px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
section#catalog_page .container .row .catalog_sush .col.s6.l3 p {
  margin: 0 0 0 0;
  text-align: center;
}
section#catalog_page .container .row .catalog_sush .col.s6.l3 .main_category_img img {
  width: 100%;
}

/* Конец владений Каримжана */
/*Страница категорий*/
.content_header, .product_header {
  background-color: #fff;
  color: #000;
}
.content_header .container, .product_header .container {
  padding: 20px 0;
}
.content_header .container h1, .product_header .container h1 {
  font-size: 40px;
  margin: 0 !important;
}
.content_header .container a, .product_header .container a {
  color: #000 !important;
}

section.category_page {
  margin-bottom: 20px;
}
section.category_page .category_sidebar #cats__collection .collection-item {
  color: #000000;
}
section.category_page .subcategories {
  display: grid;
}
section.category_page .subcategories .subcategory {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 40px;
}
section.category_page .subcategories .subcategory > a {
  text-decoration: none;
}
section.category_page .subcategories .subcategory .product_list_row {
  margin: 0 0 15px 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.category_page .subcategories .subcategory .product_list_row .subcategory_image {
  padding: 0;
  margin-bottom: 20px;
}
section.category_page .subcategories .subcategory .product_list_row .subcategory_image img {
  display: block;
}
section.category_page .subcategories .subcategory .product_list_row .subcategory_name {
  text-align: center;
  display: flex;
}
section.category_page .subcategories .subcategory .product_list_row .subcategory_name h3 {
  font-weight: 300;
  color: #454545;
  font-size: 18px;
  margin: auto;
}
section.category_page .category_header .view_products {
  display: flex;
  margin-bottom: 10px;
}
section.category_page .category_header .view_products > div {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
section.category_page .category_header .view_products > div:not(:last-of-type) {
  border-right: none;
}
section.category_page .category_header .view_products > div.view-active {
  background: #eee;
}
section.category_page .navigation {
  margin-top: 20px;
}
section.category_page .navigation .pagination .active {
  background-color: #FAB501;
}

.category_products.list_products {
  display: grid;
  grid-gap: 15px;
}
.category_products.list_products .category_product {
  color: #000;
  display: grid;
  grid-template-columns: 250px 6fr 2fr;
  grid-template-rows: 50px 112px;
  padding: 10px;
  border: 1px solid #ccc;
  grid-gap: 5px;
}
.category_products.list_products .category_product .product_info {
  align-self: center;
  grid-row: 1/2;
  grid-column: 2/3;
}
.category_products.list_products .category_product .product_info h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
.category_products.list_products .category_product .product_info p {
  padding: 20px;
  color: #000000;
}
.category_products.list_products .category_product .sostav {
  float: left;
  text-decoration: underline;
  color: #1e1e1e;
  height: 32px;
  line-height: 32px;
}
.category_products.list_products .category_product .product_image {
  grid-row: 1/3;
  grid-column: 1/2;
}
.category_products.list_products .category_product .product_image img {
  display: block;
  max-width: 100%;
}
.category_products.list_products .category_product .product_price {
  grid-row: 1/2;
  grid-column: 3/4;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  font-size: 30px;
  font-weight: bold;
}
.category_products.list_products .category_product .product_price span.old_price {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
  align-self: center;
}
.category_products.list_products .category_product .product_description {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 14px;
}
.category_products.list_products .category_product .product_availability {
  font-size: 12px;
  color: #aaaaaa;
}
.category_products.list_products .category_product .product_availability .fas {
  padding-left: 10px;
}
.category_products.list_products .category_product .product_btns {
  grid-row: 2/3;
  grid-column: 3/4;
  justify-content: space-between;
  justify-self: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.category_products.list_products .category_product .product_btns .btn.add_product {
  width: 150px;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  align-self: flex-end;
}
.category_products.list_products .category_product .product_btns .economy {
  align-self: flex-end;
  background-color: #5c3727;
  padding: 0px 12px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}
.category_products.list_products .category_product .chars {
  position: absolute;
  top: -10px;
  left: 5px;
  padding: 5px;
  background-color: #AA1995;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 2px;
}

.category_products.table_products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr 1fr 1fr;
  grid-gap: 15px;
}
.category_products.table_products .cat_product {
  color: black;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr 1fr 1fr;
}
.category_products.table_products .cat_product .p_img {
  grid-row: 1/2;
  grid-column: 1/3;
}
.category_products.table_products .cat_product .p_img img {
  max-width: 100%;
}
.category_products.table_products .cat_product .p_info {
  grid-row: 2/3;
  grid-column: 1/3;
}
.category_products.table_products .cat_product .p_info h3 {
  margin: 0;
  font-size: 24px;
}
.category_products.table_products .cat_product .p_info span {
  text-decoration: underline;
}
.category_products.table_products .cat_product .p_price {
  grid-row: 4/5;
  grid-column: 1/2;
  align-self: center;
  justify-self: center;
}
.category_products.table_products .cat_product .p_description {
  display: none;
  align-self: center;
  justify-self: center;
}
.category_products.table_products .cat_product .p_availability {
  grid-row: 3/4;
  grid-column: 1/3;
  align-self: center;
  justify-self: center;
}
.category_products.table_products .cat_product .p_btns {
  grid-row: 4/5;
  grid-column: 2/3;
  align-self: center;
  justify-self: center;
}
.category_products.table_products .cat_product .p_btns span {
  text-decoration: none;
  color: #fff;
  background-color: #ccc;
  text-align: center;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
}
.category_products.table_products .cat_product .p_btns span i {
  padding-left: 5px;
}

/*END Страница категорий*/
/*Страница товара*/
.product_header h1 {
  font-size: 30px;
  margin: 0;
}

.product_page {
  /*.description_tab {
    padding: 14px 70px;
    &:active {
      padding: 14px 70px;
      border: 2px solid #97250b;
    }
    &:hover {
      padding: 14px 70px;
      border: 2px solid #97250ba8;
    }
  }*/
  /* .preview_photo {
     padding: initial;
     .mini_img {
       .img_product:hover {
         border: 2px solid #97250b;
         padding: 0.15rem;
         transition-duration: 0.15s;
       }
     }
     .mini_img {
       .img_product:active {
         border: 2px solid red;
         padding: 0.15rem;
       }
     }
     .mini_img {
       .img_product:visited{
         border: 2px solid #ff6762;
         padding: 0.15rem;
       }
     }
   }*/
}
.product_page .add_product {
  float: left;
  font-size: 1em;
  background-color: #97250b;
}
.product_page .preview_info h3 {
  margin: 0 !important;
}
.product_page .preview_info .price {
  display: grid;
  grid-template-rows: repeat(6, 5vh);
  grid-auto-columns: 50%;
}
.product_page .preview_info .price .discount {
  background-color: #e32330;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px;
}
.product_page .preview_info .price i.fas.fa-check {
  color: green;
  padding: 0 5px;
}

.preview_photo {
  padding: 0 !important;
  width: 40%;
}
.preview_photo .main_img {
  padding: 0;
}
.preview_photo .mini_img {
  padding: 0 !important;
}
.preview_photo .mini_img img {
  padding: 0;
}
.preview_photo .mini_img .img_product:hover {
  border: 2px solid #97250b;
  padding: 0 2px;
  transition-duration: 0.3s;
}
.preview_photo .mini_img .img_product:visited {
  border: 2px solid #ff6762;
  padding: 0.15rem;
}

/*END Страницы товара*/
/*ВАЗ-2114 Club BPAN naPnevme*/
.cart_del_btn,
.cart_add_btn {
  background-color: transparent;
  color: #AA1995;
  border: 1px solid #AA1995;
  border-radius: 2px;
  height: 32px;
  padding: 0 10px;
  font-size: 10px;
}

.sum_price.cart_total_sum {
  font-size: 24px;
  color: #aa1995;
  margin-left: 10px;
}

.form_goods_order > button:focus {
  color: white;
  background-color: #AA1995;
}

.catalog_cart_table {
  width: auto;
}

.catalog_cart_table td {
  padding: 5px;
}

.catalog_cart_table .vst_sum {
  text-align: center;
  width: 10%;
}

.catalog_cart_table .cart_item--stores {
  width: 15%;
  text-align: center;
}

.catalog_cart_table .price_sp {
  width: 20%;
  text-align: center;
}

.catalog_cart_table th p {
  margin: 0;
}

.catalog_cart_table td img {
  max-width: 100%;
  display: block;
}

.catalog_cart_table .cart_item .cart_remove_btn {
  background-color: transparent !important;
}

.catalog_cart_table .corz {
  font-size: 16px;
}

.catalog_cart .confirm-form {
  border: 1px solid #eee;
  padding: 15px;
}

.cart_product-img.vm-cart-item-image {
  max-width: 70%;
}

.form_goods_order .cart_item-cnt {
  border-bottom: none !important;
  width: 60px !important;
  text-align: center;
  margin: 0 5px !important;
}

.confirm-form .auth-form-btns .auth-modal-trigger {
  background: transparent;
  border: 1px solid #AA1995;
  width: calc(50% - 5px);
  margin-bottom: 10px;
  border-radius: 19px;
  margin-right: 10px;
}

.confirm-form .auth-form-btns .auth-modal-trigger:last-child {
  margin-right: 0;
}

.confirm-form .auth-form-btns .auth-modal-trigger:hover {
  background: #AA1995;
}

.confirm-form .input-field label {
  position: unset;
  font-size: 1.2rem;
}

.confirm-form .comment-group label {
  font-size: 1.2rem;
}

.confirm-form a {
  text-decoration: underline;
  color: #1e1e1e;
  text-transform: none;
  font-size: 18px;
}

.confirm-form select {
  height: inherit;
}

.result-sum {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.result-sum .promo {
  width: 35%;
  margin-right: 15px;
}

.result-sum .discount {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.result-sum .discount-sum {
  font-size: 24px;
  color: #aa1995;
  margin-left: 10px;
}

.result-sum .total {
  display: flex;
  align-items: center;
}

.layout {
  display: flex;
}

.result-side {
  border: 1px solid #1e1e1e;
  padding: 15px;
  width: 230px;
}

.side-fixed {
  width: 40%;
  margin-left: 20px;
}

.side-fixed .btn {
  width: 90%;
}

/*end*/
.com_articles .news_items {
  display: grid;
  grid-template: max-content/repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}
.com_articles .news_items .news_item {
  border: 2px solid #eee;
  border-radius: 2px;
}
.com_articles .news_items .news_item .ctitle {
  color: black;
  padding: 10px;
}
.com_articles .news_items .news_item .ctitle .news_item-title {
  text-align: center;
  margin: 0;
}
.com_articles .news_items .news_item .ctitle .news_item-date {
  text-align: right;
}

/*# sourceMappingURL=frame.css.map */
