@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.main {
  width: 100%;
  margin-top: 4.6875vw;
  padding: 0 12.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

a {
  text-decoration: none;
  color: unset;
}

ul {
  list-style: none;
}

.darkBG {
  width: 100%;
  height: 100%;
  background-color: #00000080;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.main_title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.39583vw;
  text-align: center;
  color: #000000;
  margin-bottom: 2.91667vw;
}

.topMarket_wrapper {
  width: 100%;
  padding: 0 12.5vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.topMarket_search_wrapper {
  width: 100%;
  margin-bottom: 3.02083vw;
}

.topMarket_search_wrapper form {
  width: 100%;
}

.topMarket_search_wrapper form input {
  width: 100%;
  height: 2.60417vw;
  background-color: #FAFAFA;
  border: 0.10417vw solid #929292;
  padding-left: 0.52083vw;
  outline: none;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 1.04167vw;
  line-height: 1.35417vw;
  color: #A5A5A5;
}

.topMarket_items_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.topMarket_results_wrapper .topMarket_result_string {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.19792vw;
  text-align: center;
  color: #000000;
}

.topMarket_sorting_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.topMarket_sorting_wrapper .topMarket_sorting_string {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.19792vw;
  text-align: center;
  color: #000000;
  margin-right: 0.26042vw;
  cursor: pointer;
}

/* ================ Сортировка ================ */
.dropdown_w {
  margin: 0;
  width: fit-content;
  height: 2.08333vw;
  float: right;
  position: relative;
  border: 0.05208vw solid #B5B5B5;
  border-radius: 0.15625vw;
  margin: 0.78125vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: unset;
  align-content: unset;
}

.dropdown_w input {
  display: none;
}

.dropdown_w .clickDropItem {
  width: 100%;
  height: 100%;
  padding: 0 1.45833vw 0 0.78125vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: unset;
  align-content: unset;
  font-style: normal;
  font-weight: normal;
  font-size: 0.83333vw;
  line-height: 1.04167vw;
  color: #000000;
  cursor: pointer;
}

.dropdown_w .dropArrow {
  width: 0.36458vw;
  height: 0.36458vw;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-right: 0.10417vw solid #000;
  border-bottom: 0.10417vw solid #000;
  border-radius: 0.05208vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.52083vw;
}

.contentDropdown {
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0vw 0vw 0.9375vw rgba(0, 0, 0, 0.25);
  box-shadow: 0vw 0vw 0.9375vw rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: normal;
  font-size: 0.83333vw;
  line-height: 1.04167vw;
  color: #000000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 2.08333vw;
  left: 0;
  z-index: 10;
}

.contentDropdown .DropdownItem {
  width: 100%;
  padding: 0.52083vw 1.04167vw;
  cursor: pointer;
}

.contentDropdown .DropdownItem:hover {
  background-color: #F4F4F4;
}

.show {
  visibility: visible;
  opacity: 1;
}
/* ============================================ */





.topMarket_cart_wrapper {
  position: absolute;
  top: 0.52083vw;
  right: 5.20833vw;
  cursor: pointer;
}

.topMarket_cart_wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.topMarket_cart_wrapper a .topMarket_cart_img {
  width: 1.5625vw;
  height: 1.39375vw;
  margin-right: 0.52083vw;
}

.topMarket_cart_wrapper a .topMarket_cart_img img {
  width: 100%;
  height: auto;
}

.topMarket_cart_wrapper a .topMarket_cart_string {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 1.04167vw;
  line-height: 1.35417vw;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}

/* ===================== Секция товаров ================== */
.products_wrapper {
  width: 100%;
  margin-top: 3.64583vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.productCard_wrapper {
  width: 19.79167vw;
  margin: 0 0.52083vw 4.16667vw 0.52083vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.productCard_desc {
  width: 100%;
  padding: 0 0.26042vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.prodCard_img {
  width: 19.79167vw;
  height: 18.22917vw;
}

.prodCard_img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.prodCard_title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw !important;
  line-height: 1.61458vw;
  text-align: left;
  color: #000000;
  margin-top: 0.88542vw !important;
  margin-bottom: 0.625vw !important;
}

.prodCard_description {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.19792vw;
  text-align: left;
  color: #000000b0;
  margin-bottom: 1.30208vw;
}

.prodCard_priceBtn_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.prodCard_discountPrice {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 1.19792vw;
  color: #000000;
  margin-right: 0.625vw;
}

.prodCard_odlPrice {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 0.72917vw;
  line-height: 0.9375vw;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #00000080;
}

.prodCard_btn {
  padding: 10px 1.04167vw;
  background-color: #424242 !important;
  border: 0.05208vw solid #424242;
  border-radius: 0.26042vw;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 1.04167vw;
  line-height: 1.35417vw;
  text-align: center;
  outline: none;
  color: #FFFFFF !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prodCard_btn:hover {
  background-color: #FAFAFA !important;
  color: #424242 !important;
}


























/* ================== Стили страницы одного товара ============= */
.product_mainInfo_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: unset;
  align-content: unset;
}

.product_mainInfo_img_w {
  width: 36.45833vw;
  margin-right: 2.5vw;
}

.product_mainInfo_img_w img {
  width: 100%;
}

.product_mainInfo_desc_w {
  width: 20.83333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: unset;
  align-content: unset;
}

.product_title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.39583vw;
  /* text-align: center; */
  color: #000000;
  margin: 0 !important;
  /* margin-bottom: 0.57292vw; */
}

.product_mainInfo_price {
  margin: 0.8vw 0 !important;
}

.product_mainInfo_oldPrice {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 0.72917vw;
  line-height: 0.9375vw;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #00000080;
  margin-right: 0.52083vw;
}

.product_mainInfo_discountPrice {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 1.19792vw;
  color: #000000;
}

.product_mainInfo_shortDesc {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.19792vw;
  color: #000000b0;
  margin: 0 !important;
  margin-bottom: 0.83333vw;
}

.product_mainInfo_inStock p {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 0.83333vw;
  line-height: 1.04167vw;
  color: #000000b0;
  margin-bottom: 1.04167vw;
}

.product_mainInfo_btns {
  margin-bottom: 1.04167vw;
}

.product_mainInfo_btns button {
  padding: 0.26042vw 1.04167vw;
  background-color: #424242;
  border: 0.05208vw solid #424242;
  border-radius: 0.26042vw;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 1.04167vw;
  line-height: 1.35417vw;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_mainInfo_btns button:hover {
  background-color: #FAFAFA;
  color: #424242;
}

.product_mainInfo_btn_inCart {
  margin-right: 1.04167vw;
}

.product_mainInfo_inStock {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 0.83333vw;
  line-height: 1.04167vw;
  color: rgba(0, 0, 0, 0.69);
}

/* ================= Табы ================= */
.container {
  width: 100%;
  margin: 0 auto;
}

.container_btns_wrapper {
  width: 100%;
  border-bottom: 0.05208vw solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: unset;
  align-content: unset;
}

.container_tabs_wrapper {
  width: 100%;
  margin-top: 2.60417vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: unset;
  align-content: unset;
}

.container_tab {
  display: none;
}

.product_description {
  margin-top: 5.10417vw;
  margin-bottom: 5.10417vw;
}

.container_btn {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 1.5625vw;
  line-height: 1.97917vw;
  text-align: center;
  color: #000000;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 1.04167vw;
  padding: 0 0.52083vw 0.52083vw 0.52083vw;
}

.container_tab {
  width: 100%;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.61458vw;
  color: #000000b0;
}

.container_tab p {
  margin-bottom: 0.52083vw;
}

.container_tab ul {
  list-style: unset;
}

.product_description_tab {
  margin-left: 2.60417vw;
}

.btn_checked {
  position: relative;
}

.btn_checked:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.10417vw solid #000;
}
/* ============================================================= */














/* ================ Изменение стилей woocommerce =============== */


#woocommerce-wrapper ul.products li.product .added_to_cart,
body[class*="woocommerce"] #page #add_payment_method .cart-collaterals .cross-sells ul.products li.product .added_to_cart,
body[class*="woocommerce"] #page .cart-collaterals .cross-sells ul.products li.product .added_to_cart {
  margin-top: 16px;
  position: absolute;
  right: -30%;
  bottom: 0;
}


.star-rating {
  margin: 0 !important;
}
.woocommerce-product-rating {
  margin: 0 !important;
  margin-top: 10px !important;
}


.wc-block-product-search__fields {
  width: 943px;
  margin: 0 auto;
}
.wc-block-product-search .wc-block-product-search__field {
  outline: none;
}
input[type="search"]:focus {
  border-color: unset;
}
.wc-block-product-search .wc-block-product-search__button {
  display: none;
}



.products {
  padding-top: 50px !important;
}


.orderby {
  border-radius: 5px;
}



/* Cart */
.woocommerce .quantity .qty {
  border: none;
  outline: none;
}


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