@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://unpkg.com/swiper/swiper-bundle.min.css');

/*! 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 {
  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, 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: none;
}
ins {
  text-decoration: none;
}

/**
 * 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 */
  text-decoration: underline 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, 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;
  height: auto;
  max-width: 100%;
}

/* 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 {
  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"] {
  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;
}

p {
  margin: 0 0;
}

body * {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

/*.wpb_wrapper,*/
.container {
  width: 1170px;
  padding: 0 15px;
  position: relative;
  margin:0 auto;
  max-width: 100%;
}

.bg_blue {
  background: #0D1136;
}

.bg_white {
  background: #ffffff;
}

.header_big .hb_wrap {
  height: 85px;
  width: 860px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.header_big .hb_wrap .hb_phones {
  width: 200px;
}
.header_big .hb_wrap .hb_phones a {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin:0 0 6px;
  color: #FFFFFF;
  text-align: left;
}
.header_big .hb_wrap .hb_phones a img {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  margin: 0 14px 0 0;
}
.header_big .hb_wrap .hb_logo {
  text-align: center;
  height: 100%;
}
.header_big .hb_wrap .hb_logo img {
  height: 70px;
  margin-top: 8px;
}
.header_big .hb_wrap .hb_cart {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
}
.header_big .hb_wrap .hb_cart .icon {
  width: 54px;
  height: 54px;
  margin:0 20px 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  display: block;
  background-image: url("../img/icon_cart_white.svg");
}
.header_big .hb_wrap .hb_cart .icon .count {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  right: -10px;
  top: -5px;
  position: absolute;
  background: #FDA04B;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.header_big .hb_wrap .hb_cart .price {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.product_list {
  padding: 45px 0 68px;
  background: #f7f7f7;
}
.products_wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-display: flex;
  -webkit-align-items: stretch;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  margin:0 -15px;
}
.products_wrap .product_wrap {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  margin: 0 0;
  padding: 15px 15px 35px;
}
.products_wrap .product_wrap:hover {
  background: #eee;
  border-radius: 5px;
}
.products_wrap .product_wrap .product_item {
  display: block;
  position: relative;
}
.products_wrap .product_wrap .product_item .sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: absolute;
  z-index: 2;
  height: 46px;
  left: 0px;
  top: 0px;
  background: #FDA04B;
  padding: 0 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.products_wrap .product_wrap .product_item img {
  display: block;
  width: 100%;
  margin: 0 0 4px;
}
.products_wrap .product_wrap .product_item .price {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin:0 0;
  padding: 0 0;
}
.products_wrap .product_wrap .product_item .price ins {
  color: #FA2828;
}
.products_wrap .product_wrap .product_item .price del {
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: line-through;
  color: #000000;
}

.bg_gray {
  background: #E8E8E8;
}

.benefits {
  margin:0 0 100px;
}
.benefits .benefits_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
  width: 700px;
  margin:0 auto;
  padding: 30px 0 30px;
}
.benefits .benefits_wrap .ben_item {
  text-align: center;
  width: 130px;
}
.benefits .benefits_wrap .ben_item .img {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.benefits .benefits_wrap .ben_item .ben_title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #FDA04B;
}

.footer .footer_wrap {
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
}
.footer .footer_wrap .footer_item_links a {
  margin-bottom: 8px;
}
.footer .footer_wrap .footer_item_links img {
  height: 35px;
  margin-right: 5px;
}
.footer .footer_wrap .footer_item_links img:nth-child(1),
.footer .footer_wrap .footer_item_links img:nth-child(2) {
  height: 25px;
}
.footer_payment_logos {
  display: flex;
  align-items: center;
}
.footer .footer_wrap .footer_item a,
.footer .footer_wrap .footer_item span {
  display: block;
  font-size: 22px;
  color: #FFFFFF;
}
.footer .footer_wrap .footer_item_delivery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.footer .footer_wrap .footer_item_delivery span {
  width: 100%;
}
.footer .footer_wrap .footer_item_delivery img {
  width: 85px;
  position: relative;
  top: -15px;
}
.footer .footer_wrap .footer_item_contact a {
  font-size: 17px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.footer .footer_wrap .footer_item_contact a img {
  width: 22px;
  margin-right: 5px;
}
.footer .footer_wrap .footer_item_contact a:nth-child(2) img {
  width: 20px;
}
.footer .footer_wrap .footer_item_contact a:nth-child(3) img {
  width: 25px;
}
.pr_top {
  padding: 70px 0 40px;
}
.pr_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
}
.pr_wrap .images {
  width: 49%;
  margin:0 0 40px;
  position: relative;
}
.pr_wrap .images img {
  display: block;
}
.pr_wrap .images .sticker {
  position: absolute;
  top:0;
  left:0;
  background: #FDB64B;
  height:70px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  z-index: 5;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: auto;
  bottom:0;
  width: 68px;
  height: 68px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color:transparent;
  background-position: center;
  background-size: cover;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev {
  background-image: url("../img/arrow_left.svg");
  left:0;
}
.swiper-button-next {
  background-image: url("../img/arrow_right.svg");
  right: 0;
}
.p_description p {
  font-size: 25px;
}
.pr_wrap .info {
  width: 49%;
  margin:0 0 40px;
}
.pr_wrap .info .pr_top_title {
  display: block;
  padding: 0 0;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
}
.pr_wrap .images .pr_top_title {
  display: none;
}
.pr_wrap .info .desc p {
  display: block;
  padding: 0 0;
  margin:0 0 17px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.pr_wrap .info .rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
}
.pr_wrap .info .rating .title {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin:0 14px 0 0;
}
.pr_wrap .info .rating .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
}
.pr_wrap .info .rating .stars .star {
  width: 28px;
  height: 28px;
  margin: 0 3px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/icon_star_nofill.svg');
}
.pr_wrap .info .rating .stars .star.active {
  background-image: url('../img/icon_star_fill.svg');
}
.pr_wrap .info .rating .stars .star.active:last-child {
  background-image: url('../img/icon_star_half_fill.svg');
}
.pr_wrap .info .price {
  position: relative;
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  color: #FA2828;
  margin:0 0 20px;
}
.pr_wrap .info .price ins,
.pr_wrap .info .price del,
.pr_wrap .info .price .sticker {
  font-family: 'Montserrat', sans-serif;
}
.pr_wrap .info .price ins {
  display: block;
}
.pr_wrap .info .price del {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-decoration-line: line-through;
  color: #424242;
}
.pr_wrap .info .price .sticker {
  background: #FA2828;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  padding: 0 5px;
  margin-left: 15px;
}
.buttons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.buttons .delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 100%;
  padding: 12px 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6E6E6E;
}
.add_to_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 290px;
  height: 45px;
  background: #FDA04B;
  border-radius: 8px;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: #FFFFFF;
  border:none;
  outline: none;
  cursor: pointer;
}
.add_to_cart:hover {
  opacity: 0.8;
}
.add_to_cart i {
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("../img/icon_cart_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
}
.pr_wrap .buttons {
  justify-content: center;
  -webkit-justify-content: center;
}
.pr_wrap .buttons .delivery{
  justify-content: center;
  -webkit-justify-content: center;
}

.heading_1 h1,
.heading_1 h2,
.heading_1 h3,
.heading_1 h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #6E6E6E;
  margin:0 0;
  padding: 7px 0;
}

.heading_2 h1,
.heading_2 h2,
.heading_2 h3,
.heading_2 h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin:0 0 65px;
  padding: 0 0;
}

.heading_2 h2 {
  font-size: 26px;
}

.heading_3_wrap {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-around;
}
.heading_3 .heading_3_wrap h2 {
  margin: 15px 0;
}
.heading_3 h1,
.heading_3 h2,
.heading_3 h3,
.heading_3 h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  margin:0 0;
  padding: 0 0;
}
.heading_4 h1,
.heading_4 h2,
.heading_4 h3,
.heading_4 h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  margin:0 0;
  padding: 0 0;
}
h1 span,
h2 span,
h3 span,
h4 span {
  color: #FDA04B;
}

.row_2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
}
.row_2 .col {
  width: 50%;
}

.row_3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
}
.row_3 .col {
  width: 33.3%;
}

.row_4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
}
.row_4 .col {
  width: 25%;
}

.pt_80 {
  padding-top:80px;
}
.pt_120 {
  padding-top:120px;
}

.col img {
  max-width: 100%;
}

p {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin:0 0 1em;
}
ul {
  margin:0 0;
  padding: 0 0;
  list-style: none;
}
ul li {
  margin: 0 0 20px;
  padding: 0 0 10px 50px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../img/icon_checkbox_yellow.svg");
  background-size: auto 23px;
  text-align: left;
}
.ben_1_item {
  display: block;
  width: 160px;
  max-width: 100%;
  margin:0 auto 80px;
  text-align: center;
  padding: 27px 0 0;
}
.ben_1_item .number {
  display: block;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #6E6E6E;
  margin:0 auto 12px;
}
.ben_1_item .title {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #6E6E6E;
  margin:0 0;
}

.ben_2_item {
  display: block;
  width: 90%;
  margin:0 auto;
  text-align: center;
  padding: 0 0;
}
.ben_2_item .img {
  display: block;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin:0 auto 20px;
}
.ben_2_item .ben_title {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin:0 0 10px;
}
.ben_2_item .desc {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin:0 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #FA2828;
}
.ben_3_item {
  display: block;
  width: 90%;
  margin:0 auto;
  text-align: center;
  padding: 0 0;
}
.ben_3_item .img {
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin:0 auto 10px;
}
.ben_3_item .ben_title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin:0 0;
}

.reviews_1 {
  padding: 80px 0;
}
.reviews_1 .reviews_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.reviews_1 .reviews_row .reviews_slider {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}
.reviews_1 .reviews_row .reviews_slider .review_item {
  width: 100%;
  border: 1px solid #6E6E6E;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 25px;
}
.reviews_1 .review_item .review_top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
}
.reviews_1 .review_item .review_top .review_top_left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
  min-width: 200px;
}
.reviews_1 .review_item .review_top .review_top_left img {
  display: block;
  width: 87px;
  height: 87px;
  margin-right: 8px;
  border-radius: 50%;
}
.reviews_1 .review_item .review_top .review_top_left .name {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FDA04B;
  margin: 0 0 48px;
}
.reviews_1 .review_item .review_top .review_top_left .date {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #6E6E6E;
  margin: 0 0;
}
.reviews_1 .review_item .review_top .review_top_right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-end;
}
.reviews_1 .review_item .review_top .review_top_right .title {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.reviews_1 .review_item .review_top .review_top_right .rating {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 0 3px;
  background: #FDA04B;
  border-radius: 2px;
}
.reviews_1 .review_item .review_top .review_top_right .line {
  display: block;
  background: #C4C4C4;
  width: 20px;
  height: 1px;
  margin:10px 15px;
}
.reviews_1 .review_item .review_text {
  padding: 42px 0 0;
}
.reviews_1 .review_item .review_text p {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #6E6E6E;
}

.reviews_1 .review_widget {
  border: 1px solid #6F6F6F;
  border-radius: 5px;
  width: 38%;
  min-width: 38%;
}
.reviews_1 .review_widget .title {
  border-bottom: 1px solid #6F6F6F;
  height: 80px;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #6E6E6E;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.reviews_1 .review_widget .rating_wrap {
  border-bottom: 1px solid #6F6F6F;
  display: block;
  text-align: center;
  padding:20px 0 28px;
}
.reviews_1 .review_widget .rating_wrap .subtitle {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #6E6E6E;
  margin: 0 0 14px;
}
.reviews_1 .review_widget .rating_wrap .subrating {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #6E6E6E;
  margin: 0 0;
}
.reviews_1 .review_widget .rating_wrap .subrating span {
  color: #FDA04B;
}
.reviews_1 .review_widget .rating_wrap .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  margin: 0 0 21px;
}
.reviews_1 .review_widget .rating_wrap .rating .r_title {
  display: block;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  color: #6E6E6E;
  margin: 0 14px;
}
.reviews_1 .review_widget .rating_wrap .rating .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
}
.reviews_1 .review_widget .rating_wrap .rating .stars .star {
  width: 41px;
  height: 41px;
  margin: 0 3px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/icon_star_nofill.svg');
}
.reviews_1 .review_widget .rating_wrap .rating .stars .star.active {
  background-image: url('../img/icon_star_fill.svg');
}
.reviews_1 .review_widget .rating_wrap .rating .stars .star.active:last-child {
  background-image: url('../img/icon_star_half_fill.svg');
}
.reviews_1 .review_widget .options {
  padding:21px 52px 10px;
}
.reviews_1 .review_widget .options .options_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #6E6E6E;
  margin: 0 0 26px;
  text-align: center;
}
.reviews_1 .review_widget .options .item {
  border: 1px solid #6E6E6E;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
}
.reviews_1 .review_widget .options .item .count {
  border-right: 1px solid #6E6E6E;
  width: 70px;
  min-width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #FDA04B;
}
.reviews_1 .review_widget .options .item .i_title {
  display: block;
  width: 100%;
  padding: 10px 0 10px 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #6E6E6E;
}
.reviews_1 .review_widget .options .item .qnt {
  display: block;
  width: 100px;
  min-width: 100px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6E6E6E;
  opacity: 0.6;
}

.recently_viewed {
  padding: 0 0 80px;
}
.recently_viewed_wrap_wrap {
  margin: 0 0 20px -5px;
  height: 45px;
  position: relative;
}
.pr_bottom .recently_viewed_wrap_wrap {
 margin-bottom: 5px;
}
.recently_viewed_wrap {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: absolute;
  left:0;
  top:0;
  opacity: 0;
  transition-duration: 0.5s;
}
.recently_viewed_wrap.active {
  opacity: 1;
}
.pr_wrap .recently_viewed_wrap {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.recently_viewed_wrap img {
  margin: 0 5px 0 0;
  width: 45px;
}
.recently_viewed_wrap p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin:  0 0;
}
.recently_viewed_wrap p span {
  color: #EA2D2D;
  font-weight: bold;
}

.reviews_2 {
  padding: 20px 0 86px;
}
.reviews_2 h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #000000;
  margin: 0 0 68px;
  padding: 0 0;
}
.reviews_2 .reviews_grid {
  margin:0 -15px 60px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-display: flex;
  -webkit-align-items: stretch;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
}
.reviews_2 .reviews_grid .review_wrap {
  padding: 0 15px;
  margin:0 0 30px;
  width: 25%;
  display: none;
}
.reviews_2 .reviews_grid .review_wrap:nth-child(1),
.reviews_2 .reviews_grid .review_wrap:nth-child(2),
.reviews_2 .reviews_grid .review_wrap:nth-child(3),
.reviews_2 .reviews_grid .review_wrap:nth-child(4),
.reviews_2 .reviews_grid .review_wrap:nth-child(5),
.reviews_2 .reviews_grid .review_wrap:nth-child(6),
.reviews_2 .reviews_grid .review_wrap:nth-child(7),
.reviews_2 .reviews_grid .review_wrap:nth-child(8) {
  display: block;
}
.reviews_2.full_list .reviews_grid .review_wrap {
  display: block !important;
}
.reviews_2.full_list .buttons {
  display: none;
}
.reviews_2 .review_item {
  background: #FFFFFF;
  border-radius: 7px;
  padding: 45px 25px;
  text-align: center;
}
.reviews_2 .review_item .author {
  display: block;
  margin: 0 0 9px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.reviews_2 .review_item .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  margin:0 0 33px;
}
.reviews_2 .review_item .stars .star {
  width: 28px;
  height: 28px;
  margin: 0 3px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/icon_star_nofill.svg');
}
.reviews_2 .review_item .stars .star.active {
  background-image: url('../img/icon_star_fill.svg');
}
.reviews_2 .review_item .review_text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0;
  color: #000000;
}
.reviews_2 .show_more_reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 264px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #0D1136;
  border:none;
  outline: none;
  cursor: pointer;
}
.reviews_2 .show_more_reviews:hover {
  opacity: 0.8;
}
.pr_bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pr_bottom .pr_wrap .info .pr_top_title {
  font-size: 35px;
}
.pr_bottom .pr_wrap {
  background:#fff;
  padding: 35px 90px 25px;
}
.pr_bottom .pr_wrap .images img {
  display: block;
  width: 100%;
}
.pr_bottom .radio_bundle_wrap {
  margin-top: 15px;
}
.pr_bottom .radio_bundle_wrap .title {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #6E6E6E;
  margin: 0 0 4px;
}
.pr_bottom .radio_bundle_wrap .radio_bundle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
}
.pr_bottom .radio_bundle_wrap .radio_bundle .item {
  margin:0 20px 0 0;
  width: 100px;
}
.pr_bottom .radio_bundle_wrap .radio_bundle .item:last-child {
  margin:0 0 0 0;
}
.pr_bottom .radio_bundle_wrap .radio_bundle .item input {
  display: none;
}
.pr_bottom .radio_bundle_wrap .radio_bundle .item input + label {
  display: block;
  background: #C4C4C4;
  text-align: center;
  height: 32px;
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
  color: #000000;
}
.pr_bottom .radio_bundle_wrap .radio_bundle .item input:checked + label {
  background: #FDA04B;
  color: #FFFFFF;
}

.pr_bottom .radio_bundle_wrap .radio_bundle.option .item {
  width: auto;
}
.pr_bottom .radio_bundle_wrap .radio_bundle.option .item input + label {
  font-size: 15px;
  padding: 0 15px;
}
.pr_bottom .buttons {
  padding-top: 15px;
}
.pr_bottom .add_to_cart {
  width: 100%;
  height: 55px;
  font-size: 30px;
}
.sticky_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #0D1136;
}
.sticky_footer .add_to_cart {
  width: auto;
  height: 42px;
  margin-right: 10px;
  padding: 0 10px;
}
.sticky_footer .price {
  color: white;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 0 10px;
}
.sticky_footer .price .sticker {
  order: 1;
  background: #FA2828;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  padding: 0 17px;
}
.sticky_footer .price ins {
  order: 2;
  position: absolute;
  left: 100px;
  font-size: 30px;
  top: 11px;
  bottom: 0;
}
.sticky_footer .price del {
  color: #b1b1b1;
  font-size: 18px;
  order: 3;
  width: 100%;
  padding-left: 14px;
}
.sticky_footer .price .sticker,
.sticky_footer .price ins,
.sticky_footer .price del {
  font-family: 'Montserrat', sans-serif;
}
.benefits_3 {
  padding: 80px 0 50px;
}

.header_benefits_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  padding: 20px 0;
}
.ben_h_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
}
.ben_h_item .img {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 15px 0 0;
}
.ben_h_item .ben_title {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-cart .timeline_wrap .timeline_filler {
  width: 33%;
}
.cart_header .vc_column_container>.vc_column-inner .ben_h_item  {
  justify-content: center;
}
.cart {
  padding: 50px 0;
}
.cart .cart_table {
  margin: 0 0 15px;
}
.cart .cart_table .cart_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
  padding: 20px 0;
}
.cart .cart_table .cart_row.heading_row {
  background: #0D1136;
  padding: 15px 0;
}
.cart .cart_table .cart_row .col {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.cart .cart_table .cart_row.heading_row .col {
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
.cart .cart_table .cart_row .col.delete {
  width: 15%;
  min-width: 15%;
  max-width: 15%;
  text-align: center;
}
.cart .cart_table .cart_row .col.image {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}
.cart .cart_table .cart_row .col.name {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}
.cart .cart_table .cart_row .col.price ,
.cart .cart_table .cart_row .col.qnt ,
.cart .cart_table .cart_row .col.total {
  width: 12%;
  min-width: 12%;
  max-width: 12%;
}
.cart .cart_table .cart_row .col .delete_cart_item {
  width: 46px;
  height: 46px;
  background-color: #FFFFFF;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.25), 2px 2px 4px rgba(0, 0, 0, 0.25);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 94%;
  background-image: url("../img/icon_delete.png");
  border:none;
  outline: none;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  border-radius: 3px;
}
.cart .cart_table .cart_row .col img {
  width: 68px;
  height: 68px;
}
.cart .cart_table .cart_row .col select {
  width: 68px;
}
.cart .cart_table .cart_row .col a {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.cart .cart_upsale {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  -webkit-display: flex;
  -webkit-align-items: stretch;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
}
.cart .cart_upsale .upsale_item {
  padding: 9px;
  background: #FFFFFF;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25);
  width: 46%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
  margin:0 0 30px;
}
.cart .cart_upsale .upsale_item img {
  width: 150px;
  min-width: 150px;
  height: auto;
  margin:0 10px 0 0;
}
.cart .cart_upsale .upsale_item .info .title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin: 0 0 17px;
}
.cart .cart_upsale .upsale_item .info .desc p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.cart .cart_upsale .upsale_item .info .desc {
  display: block;
  margin: 0 0 17px;
}
.cart .cart_upsale .upsale_item .info .buttons {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.cart .cart_upsale .upsale_item .info .add_to_cart_2 {
  display: block;
  background: transparent;
  border:none;
  outline: none;
  cursor: pointer;
  height: 20px;
  padding:0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0 25px 0 0;
  position: relative;
}
.cart .cart_upsale .upsale_item .info .add_to_cart_2::before {
  display: inline-block;
  content: '';
  vertical-align: top;
  width: 20px;
  height: 20px;
  border:1px solid #000;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.cart .cart_upsale .upsale_item .info .price {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #FF2C2C;
}
.cart .cart_upsale .upsale_item .info .price del {
  color: #000000;
}
.cart .cart_upsale .upsale_item .info .price ins {
  font-size: 22px;
}
.cart .cart_buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-end;
}
.cart .cart_buttons .goto_checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  height: 60px;
  width: 46%;
  background: #FDA04B;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #0D1136;
  position: relative;
  padding-left: 60px;
}
.cart .cart_buttons .goto_checkout i {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top:0;
  background-color: #0D1136;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon_cart_white.svg");
}
.cart .cart_buttons .goto_checkout:hover {
  opacity: 0.8;
}

.checkout_timer {
  padding: 20px 0;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.checkout_timeline {
  padding: 25px 0 50px;
}
.timeline_wrap {
  height: 14px;
  width: 100%;
  position: relative;
  background: #D3D3D3;
  border-radius: 8px;
}
.timeline_wrap .timeline_filler {
  height: 14px;
  width: 0;
  position: relative;
  background: #FDA04B;
  border-radius: 8px;
}
.divider {
  display: table;
  height: 1px;
  clear: both;
}
#checkout_wrap .timeline_wrap .timeline_filler {
  width: 66%;
}
.checkout_wrap {
  display: block;
  position: relative;
}
.checkout_wrap .left_column {
  display: block;
  width: 560px;
  float: left;
}
.checkout_wrap .right_column {
  display: block;
  width: 460px;
  float: right;
}
.checkout_wrap .ch_title {
  display: block;
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 35px;
  color: #000000;
  text-transform: uppercase;
}
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper,
.checkout_wrap .fields .field_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.woocommerce-shipping-fields__field-wrapper .field_item ,
.woocommerce-billing-fields__field-wrapper .field_item ,
.checkout_wrap .fields .field_row .field_item {
  margin:0 0 20px;
}
.woocommerce-shipping-fields__field-wrapper .field_item.w_100 ,
.woocommerce-billing-fields__field-wrapper .field_item.w_100 ,
.checkout_wrap .fields .field_row.col_1 .field_item {
  width: 100%;
}
.woocommerce-shipping-fields__field-wrapper .field_item.w_50 ,
.woocommerce-billing-fields__field-wrapper .field_item.w_50 ,
.checkout_wrap .fields .field_row.col_2 .field_item {
  width: 48%;
}
.hidden_slow {
  display: none;
}
.form-row label {
  display: none !important;
}
.checkout_wrap .field_item input[type="text"],
.checkout_wrap .field_item input[type="email"],
.checkout_wrap .field_item input[type="tel"],
.checkout_wrap .field_item input[type="password"],
.checkout_wrap .field_item input[type="number"],
.checkout_wrap .field_item select,
.checkout_wrap .field_item textarea {
  display: block;
  height: 52px;
  width: 100%;
  border: 1px solid #6E6E6E;
  border-radius: 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #000;
  padding: 10px 20px;
}
.checkout_wrap .field_item ::placeholder {
  color: #6E6E6E;
  text-transform: uppercase;
}
.checkout_wrap .field_item i {
  display: block;
  padding: 4px 0 10px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #6E6E6E;
}

.checkbox input {
  display: none;
}
.checkbox input + label {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #6E6E6E;
  padding: 0 0 0 38px;
  cursor: pointer;
}
.checkbox input + label a {
  color: #4B99F4;
}
.checkbox input + label::before {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #6E6E6E;
  background: #ffffff;
  border-radius: 6px;
  position: absolute;
  left:0;
  top:-5px;
  content:'';
}
.checkbox input:checked + label::before {
  border: 1px solid #4B99F4;
  background: #4B99F4;
}
.checkbox input:checked + label::after {
  display: block;
  width: 12px;
  height: 5px;
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  transform: rotate(-45deg);
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
}

.ch_select {
  margin: 0 0 50px;
  border: 1px solid #6E6E6E;
  border-radius: 5px;
  overflow: hidden;
}
.ch_select .item {
  border-bottom: 1px solid #6E6E6E;
}
.ch_select .item:last-child {
  border-bottom: none;
}
.ch_select .item input {
  display: none;
}
.ch_select .item input + label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  background: #F0F0F0;
  padding: 30px 30px 30px 70px;
  position: relative;
}
.ch_select .item:nth-child(2n) input + label {
  background: #fbfbfb;
}
.ch_select .item label .title {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #6E6E6E;
}
.ch_select .item label .title .desc {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #6E6E6E;
}
.ch_select .item label .price {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6E6E6E;
}
.ch_select .item input + label::before {
  display: block;
  border-radius: 50%;
  content:'';
  width: 28px;
  height: 28px;
  background: #0D1136;
  position: absolute;
  left:30px;
  top:50%;
  margin-top:-15px;
}
.ch_select .item input:checked + label::after {
  display: block;
  border-radius: 50%;
  content:'';
  width: 12px;
  height: 12px;
  background: #ffffff;
  position: absolute;
  left: 38px;
  top: 50%;
  margin-top: -7px;
}
.ch_select .item input + label + .hidden_desc {
  display: none;
  padding: 23px 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.ch_select .item input + label + .hidden_desc p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.ch_select .item input:checked + label + .hidden_desc {
  display: block;
}

.add_options .add_option {
  margin: 0 0 50px !important;
  border: 1px solid #6E6E6E;
  border-radius: 5px;
  overflow: hidden;
}
.add_options .add_option input {
  display: none;
}
.add_options .add_option input + label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  background: #F0F0F0;
  padding: 23px 23px 23px 57px;
  position: relative;
}
.add_options .add_option.green input + label {
  background: #94CA5F;
}
.add_options .add_option.yellow input + label {
  background: #FDB64B;
}

.add_options .add_option input + label::before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 3px;
  position: absolute;
  left:22px;
  top:50%;
  margin-top:-11px;
  content:'';
}
.add_options .add_option input:checked + label::after {
  display: block;
  width: 10px;
  height: 4px;
  content: '';
  position: absolute;
  left: 28px;
  top: 49%;
  transform: translateY(-50%) rotate(-45deg);
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
}

.add_options .add_option label .event {
  display: block;
  padding: 0 17px 0 0;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.add_options .add_option label .title {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #6E6E6E;
  width: 100%;
}
.add_options .add_option label .price {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #6E6E6E;
}
.add_options .add_option .opt_desc {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
}
.add_options .add_option .opt_desc .icon {
  padding: 0 16px 0 0;
}
.add_options .add_option .opt_desc .icon img {
  width:60px;
  min-width:60px;
  max-width:60px;
}
.add_options .add_option .opt_desc .desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6E6E6E;
}
.add_options .add_option .opt_desc .desc del {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #6E6E6E;
}
.add_options .add_option .opt_desc .desc ins {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FDA04B;
}

.ch_cart {
  background: #F0F0F0;
  border: 1px solid #6E6E6E;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  margin: 0 0 50px !important;
}
.ch_cart .ch_cart_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  margin:0 0 13px;

  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #6E6E6E;
}
.ch_cart .ch_cart_row.subtitle_row {
  margin: 50px 0 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #6E6E6E;
}
.ch_cart .ch_cart_row.title_row {
  margin:0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #3D9DF5;
}
.ch_cart .ch_cart_row img {
  vertical-align: middle;
  margin-right: 10px;
}

.ch_buttons {
  margin: 0 0 70px;
}
.ch_buttons .place_order {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background: #FDA04B;
  padding: 0 0 0 60px;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #0D1136;
  position: relative;
  border:none;
  outline: none;
  cursor: pointer;
}
.ch_buttons .place_order:hover {
  opacity: 0.8;
}
.ch_buttons .place_order::before {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #0D1136;
  display: block;
  background-image: url("../img/icon_cart_white.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none !important;
}
.ch_buttons span {
  display: block;
  padding: 5px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #6E6E6E;
}

.ch_benefits {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
}
.ch_benefits .ch_ben_2_item .img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ch_benefits .ch_ben_2_item .ben_title {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
}
#typ {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 50px 0;
}
#typ img {
  margin:0 auto 80px;
  display: block;
}
#typ .title {
  display: block;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #000000;
  margin:0 0 50px;
}
#typ .desc {
  display: block;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  color: #6E6E6E;
  margin:0 0 20px;
}
#typ .buttons {
  padding: 60px 0 0;
}
#typ .gohome {
  display: inline-block;
  height: 70px;
  background: #FDA04B;
  border-radius: 5px;
  padding: 20px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
#typ .gohome:hover {
  opacity: 0.8;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent !important;
  border-radius: 0 !important;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  margin: 0 0;
  padding: 0 0;
  font-size: 14px;
  line-height: 20px;
  background-image: none;
}

.instock_and_viewed {
  margin:0 0 30px;
  display: block;
  padding: 0 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.instock_and_viewed span {
  font-weight: bold;
  color: #FA2828;
}
.payment_logos {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.payment_logos img {
  height: 36px;
}
.payment_logos img:first-child {
  height: 24px;
}
.payment_logos img:nth-child(2),
.payment_logos img:nth-child(3) {
  margin-right: 5px;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.cart .cart_upsale .upsale_item .info .add_to_cart_2.added::after {
  font-family: 'WooCommerce';
  content: "\e017";
  margin-left: 3px;
  left: 0;
  vertical-align: bottom;
  position: absolute;
}

.product-template-default .checkout_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.product-template-default .woocommerce-NoticeGroup {
    display: none;
}

.product-template-default .left_column,
.product-template-default .right_column {
    width: 100%;
    max-width: 700px;
}

.product-template-default .left_column {
    background: #0D1136;
}

.product-template-default .right_column {
    margin-top: 10px;
}

.product-template-default .checkout_wrap .left_column .ch_title {
    background: #E8E8E8;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 50px;
}

.product-template-default .checkout_wrap .right_column .ch_title {
    background: #ffffff;
    margin: 0;
    padding: 30px 0 20px 50px;
}

.product-template-default .left_column .woocommerce-billing-fields,
.product-template-default .left_column .field_row,
.product-template-default .left_column .shipping_address {
    padding: 0 50px;
}

.product-template-default .left_column .woocommerce-billing-fields {
    padding-top: 30px;
    border-top: 5px solid #FDA04B;
}

.product-template-default .checkout_wrap .field_item i,
.product-template-default .checkbox input + label {
    color: #ffffff;
}

.product-template-default .ch_select {
    border: none;
    border-radius: 0;
    background: #ffffff;
    padding: 0 5px 5px;
    margin-bottom: 10px;
}

.product-template-default .ch_select .item input + label {
    background: #E8E8E8;
}

.product-template-default .ch_select .item input:checked + label {
    background: #FDA04B;
}

.product-template-default .ch_select .item {
    border: none;
}

.product-template-default .ch_select .item input + label .title,
.product-template-default .ch_select .item input + label .title .desc,
.product-template-default .ch_select .item input + label .price {
    color: #000000;
}

.product-template-default .ch_select .item input:checked + label .title,
.product-template-default .ch_select .item input:checked + label .title .desc,
.product-template-default .ch_select .item input:checked + label .price {
    color: #ffffff;
}

.product-template-default .ch_select .item input + label .price {
    font-weight: bold;
}

.product-template-default .ch_select .item input + label::before {
    background: #ffffff;
}

.product-template-default .ch_select .item input + label::after {
    width: 16px;
    height: 16px;
    background: #E8E8E8;
    left: 36px;
    margin-top: -9px;
    display: block;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
}

.product-template-default .ch_select .item input:checked + label::after {
    background: #FDA04B;
}

.product-template-default #wc_checkout_add_ons {
    background: #ffffff;
    padding: 0 5px;
    margin-bottom: 10px;
}

.product-template-default .add_options .add_option {
    border: none;
    border-radius: 0;
    margin-bottom: 20px !important;
}

.product-template-default .add_options .add_option.green input + label,
.product-template-default .add_options .add_option.yellow input + label {
    background: #E8E8E8;
    padding: 30px 30px 30px 70px;
}

.product-template-default .add_options .add_option label .event {
    display: none;
}

.product-template-default .add_options .add_option input + label::before {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: #ffffff;
    left: 30px;
    top: 50%;
    margin-top: -15px;
    border: none;
}

.product-template-default .add_options .add_option input + label::after {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #E8E8E8;
    left: 36px;
    top: 50%;
    margin-top: -9px;
    transform: none;
    border: none;
    display: block;
    content: '';
    position: absolute;
}

.product-template-default .add_options .add_option input:checked + label::after {
    background: #FDA04B;
}

.product-template-default .add_options .add_option label .title,
.product-template-default .add_options .add_option label .price {
    color: #000000;
    font-weight: 600;
}

.product-template-default #payment .ch_select .item {
    margin-top: 5px;
}

.product-template-default .ch_cart {
    border-radius: 0;
    border: 5px solid #FDA04B;
    background: #ffffff;
    padding: 30px 0;
}

.product-template-default .ch_cart_row {
    padding: 0 30px;
    margin: 0 0 10px;
}

.product-template-default .ch_cart_row.title_row {
    border-bottom: 5px solid #FDA04B;
    padding-bottom: 20px;
    color: #000000;
}

.product-template-default .ch_cart_row.title_row .name {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.product-template-default .ch_cart_row.title_row .name img {
    width: 32px;
}

.product-template-default .ch_cart_row.title_row .price {
    font-size: 20px;
}

.product-template-default .ch_cart .ch_cart_row {
    color: #000000;
    font-weight: 500;
}

.product-template-default .ch_cart .ch_cart_row.subtitle_row {
    margin: 50px 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
}

.product-template-default .add_options .add_option .opt_desc .desc {
    color: #000000;
}

.product-template-default .bg_gray .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.product-template-default .ch_buttons {
      margin: 0 auto 50px;
      max-width: 450px;
}
.product-template-default .woocommerce #payment #place_order,
.product-template-default .woocommerce-page #payment #place_order {
      border-radius: 10px;
      overflow: hidden;
}

@media screen and (min-width: 501px) {
  .sticky_footer {
    display: none;
  }
}
@media screen and (min-width: 761px) and (max-width: 900px) {
  .pr_bottom .pr_wrap {
    padding: 35px 20px 25px;
  }
  .pr_wrap .info .rating .title {
    font-size: 15px;
  }
  .pr_wrap .info .rating .stars .star {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 1165px) {
  .cart .cart_upsale .upsale_item .info .add_to_cart_2::before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
  .cart .cart_upsale .upsale_item .info .title {
    margin-bottom: 10px;
  }
  .cart .cart_upsale .upsale_item .info .desc {
    margin-bottom: 15px;
  }
  .cart .cart_upsale .upsale_item .info .price {
    width: 100%;
  }
  .cart .cart_upsale .upsale_item .info .add_to_cart_2 {
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 1100px) {
  .checkout_wrap .left_column {
    width: 500px;
  }
  .checkout_wrap .right_column {
    width: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .cart .cart_upsale .upsale_item img {
    width: 140px;
    height: 140px;
  }
  .cart .cart_upsale .upsale_item {
    width: 48%;
  }
}

@media screen and (max-width: 990px) {
  .header_big .hb_wrap {
    width: 100%;
  }
  .benefits .benefits_wrap {
    padding: 40px 0 40px;
  }
  .benefits {
    margin: 0 0 50px;
  }
  .benefits .benefits_wrap .ben_item .img {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }
  .products_wrap .product_wrap {
    width: 33.3%;
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .recently_viewed_wrap p {
    font-size: 16px;
  }
  .pr_wrap .info .pr_top_title {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 36px;
  }
  .pr_wrap .images .sticker {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .pr_wrap .info .desc p {
    font-size: 16px;
    line-height: 20px;
  }
  .pr_wrap .info .price {
    font-size: 50px;
    line-height: 60px;
  }
  .add_to_cart {
    width: 300px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
  }
  .heading_1 h1, .heading_1 h2, .heading_1 h3, .heading_1 h4,
  .heading_2 h1, .heading_2 h2, .heading_2 h3, .heading_2 h4,
  .heading_3 h1, .heading_3 h2, .heading_3 h3, .heading_3 h4,
  .heading_4 h1, .heading_4 h2, .heading_4 h3, .heading_4 h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .ben_2_item .img {
    margin: 0 auto 25px;
  }
  .ben_2_item .ben_title {
    font-size: 20px;
    line-height: 30px;
  }
  .ben_2_item .desc {
    font-size: 14px;
    line-height: 20px;
  }
  p {
    font-size: 20px;
    line-height: 26px;
  }
  .heading_3_wrap {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .heading_3_wrap .add_to_cart {
    width: 250px;
    height: 40px;
    font-size: 18px;
  }
  .heading_3_wrap .add_to_cart i {
    width: 23px;
    height: 23px;
  }
  .reviews_1 .review_widget .title {
    height: 60px;
    font-size: 20px;
    line-height: 30px;
  }
  .reviews_1 .review_widget .options {
    padding: 20px 30px 10px;
  }
  .reviews_1 .review_widget .options .options_title {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0 20px;
    text-align: center;
  }
  .reviews_2 h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 50px;
    padding: 0 0;
  }
  .reviews_2 .reviews_grid .review_wrap {
    width: 50%;
  }
  .ben_3_item .ben_title {
    line-height: 20px;
  }
  .reviews_1 .review_widget .rating_wrap .rating .stars .star {
    width: 30px;
    height: 30px;
  }
  .reviews_1 .review_widget .options .item .count {
    display: none;
  }
  .reviews_1 .review_widget .options .item .i_title {
    padding: 10px 0 10px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .reviews_1 .review_widget .options .item .qnt {
    font-size: 14px;
  }

  .checkout_wrap .left_column {
    width: 100%;
  }
  .checkout_wrap .right_column {
    width: 100%;
  }
  .pr_wrap .buttons {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .pr_wrap .buttons .delivery{
    justify-content: center;
    -webkit-justify-content: center;
  }
  .pr_wrap .recently_viewed_wrap {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .payment_logos {
    text-align: center;
  }
  .footer .footer_wrap {
    padding-top: 30px;
  }
  .footer .footer_wrap .footer_item a,
  .footer .footer_wrap .footer_item span {
    font-size: 18px;
  }
  .footer .footer_wrap .footer_item_delivery img {
    width: 70px;
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .row_reverse_mobile {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 760px) {
  .heading_2 h2 {
    margin-bottom: 20px;
  }
  .benefits .benefits_wrap {
    padding: 30px 0 30px;
    width: 100%;
  }
  .products_wrap .product_wrap {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .header_big .hb_wrap .hb_phones {
    display: none;
  }
  .main_block .container {
    padding: 0;
  }
  .buttons .delivery {
    font-size: 15px;
  }
  .buttons .delivery img {
    width: 24px;
  }
  .pr_wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .pr_wrap .info .pr_top_title {
    display: none;
  }
  .pr_bottom .pr_wrap .info .pr_top_title {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }
  .pr_wrap .images .pr_top_title {
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .pr_wrap .images {
    width: 100%;
    margin:0 0 30px;
  }
  .pr_wrap .images img {
    width: 100%;
  }
  .pr_wrap .info {
    width: 100%;
    margin: 0;
  }
  .pr_wrap .info .desc p {
    text-align: center;
    padding: 0 5px;
  }
  .pr_wrap .info .rating {
    justify-content: center;
  }
  .pr_wrap .info .price {
    text-align: center;
  }
  .recently_viewed_wrap_wrap {
    margin: 0 0 5px 0;
  }
  .recently_viewed_wrap {
    right: 0;
  }
  .recently_viewed_wrap img {
    width: 35px;
  }
  .row_4,
  .row_3,
  .row_2 {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .row_2 .col {
    width: 100%;
  }
  .row_3 .col {
    width: 100%;
  }
  .row_4 .col {
    width: 50%;
  }
  .ben_2_item {
    margin:0 auto 30px;
  }
  .pt_120 {
    padding-top: 30px;
  }
  .pt_80 {
    padding-top: 40px;
  }
  .reviews_1 .reviews_row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .reviews_1 .reviews_row .reviews_slider {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin:0 0 30px;
  }
  .reviews_1 .review_widget {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .recently_viewed {
    padding: 0 0 50px;
  }
  .reviews_2 h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .reviews_2 .show_more_reviews {
    width: 264px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
  }
  .pr_bottom .pr_wrap {
    background: #fff;
    padding: 20px 20px 30px;
  }
  .ben_3_item {
    margin: 0 auto 30px;
  }
  .ben_1_item {
    margin: 0 auto 30px;
    padding: 0 0;
  }
  .pr_top {
    border-bottom: 2px solid #ededed;
    padding: 20px 0 0;
    margin-bottom: 20px;
  }
  .pr_bottom .pr_wrap .info .price {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
  .pr_bottom .pr_wrap .info .price del {
    color: #000000;
    order: 2;
    margin-left: auto;
  }
  .pr_bottom .pr_wrap .info .price .sticker {
    order: 1;
    margin-left: 0;
    font-size: 35px;
    position: relative;
    top: 15px;
    background: none;
    color: #000000;
  }
  .pr_bottom .pr_wrap .info .price ins {
    order: 3;
    width: 100%;
    text-align: right;
    font-size: 40px;
    line-height: 40px;
  }
  .pr_bottom .recently_viewed_wrap_wrap {
    margin-top: 15px;
  }
  .ben_h_item .ben_title {
    font-size: 16px;
    max-width: 110px;
  }
  .ben_h_item .img {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .timeline_wrap,
  .timeline_wrap .timeline_filler {
    height: 12px;
  }
  .cart .cart_upsale .upsale_item {
    width: 100%;
  }
  .cart .cart_table .cart_row.heading_row .col {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }
  .cart .cart_table .cart_row.heading_row {
    padding: 15px 0;
    margin: 0;
  }
  .cart .cart_table .cart_row .col.delete {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
  }
  .cart .cart_table .cart_row .col .delete_cart_item {
    width: 30px;
    height: 30px;
  }
  .cart .cart_buttons {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cart .cart_buttons .goto_checkout {
    width: 400px;
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .cart .cart_table .cart_row .col,
  .cart .cart_table .cart_row .col a {
    font-size: 16px;
    line-height: 20px;
  }
  .cart .cart_table .cart_row .col select {
    width: 40px;
  }
  .cart .cart_table .cart_row .col.qnt,
  .cart .cart_table .cart_row .col.total,
  .cart .cart_table .cart_row .col.qnt,
  .cart .cart_table .cart_row .col.total {
    text-align: center;
  }
  .cart .cart_upsale .upsale_item .info .title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  .cart .cart_upsale .upsale_item .info .desc p {
    font-size: 14px;
    line-height: 16px;
  }
  .cart .cart_upsale .upsale_item img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .cart .cart_upsale .upsale_item .info .price {
    margin-right: 10px;
    width: auto;
  }
  .cart .cart_upsale .upsale_item .info .add_to_cart_2 {
    margin: 0 auto 5px 0;
  }
  .cart .cart_table .cart_row .col.price {
    display: none;
  }
  .cart .cart_table .cart_row .col.image {
    width: 17%;
    min-width: 17%;
    max-width: 17%;
    padding: 0 1%;
  }
  .cart .cart_table .cart_row .col.image img {
    width:100%;
    height: auto;
  }
  #typ .title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  #typ .desc {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  #typ .gohome {
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
  }
  #typ img {
    margin: 0 auto 30px;
    width: 100px;
  }
}
@media screen and (max-width: 650px) {
  .footer .footer_wrap .footer_item a,
  .footer .footer_wrap .footer_item span {
    font-size: 16px;
  }
  .footer .footer_wrap .footer_item_delivery img {
    width: 65px;
    top: -9px;
  }
  .footer .footer_wrap .footer_item_contact a img {
    width: 21px;
  }
  .footer .footer_wrap .footer_item_contact a:nth-child(2) img {
    width: 19px;
  }
  .footer .footer_wrap .footer_item_contact a:nth-child(3) img {
    width: 24px;
  }
  .ben_h_item .img {
    margin-right: 8px;
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .ben_h_item .ben_title {
    font-size: 15px;
    max-width: 95px;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer_wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_wrap .footer_item_links {
    text-align: center;
    order: 1;
    margin-bottom: 15px;
  }
  .footer .footer_wrap .footer_item_delivery {
    order: 3;
  }
  .footer .footer_wrap .footer_item_contact {
    order: 2;
    margin-bottom: 20px;
  }
  .footer .footer_wrap .footer_item_contact a {
    justify-content: center;
  }
  .product-template-default .footer .footer_wrap {
    padding-top: 0;
  }
  .ben_h_item .ben_title {
    font-size: 13px;
    max-width: 85px;
  }
  .ben_h_item .img {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 570px) {
  .heading_3_wrap {
    padding: 10px 0 30px;
  }
  .heading_3 .heading_3_wrap h2 {
    width: 100%;
  }
  .heading_3_wrap .add_to_cart {
    width: 230px;
    height: 35px;
  }
  .heading_3_wrap .add_to_cart i {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }
  .pr_bottom .radio_bundle_wrap .radio_bundle {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .pr_bottom .radio_bundle_wrap .radio_bundle .item {
    width: 30%;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-template-default .footer .footer_wrap {
    margin-bottom: 56px;
  }
  .footer .footer_wrap .footer_item a,
  .footer .footer_wrap .footer_item span {
    font-size: 17px;
  }
  .cart_header .vc_column_container>.vc_column-inner {
    padding: 0;
  }
  .cart .cart_upsale .upsale_item .info .price {
    margin: 10px 0 0;
    width: 100%;
  }
  .checkout_timer {
    padding: 8px 0;
    font-size: 13px;
    line-height: 18px;
  }
  .checkout_wrap .ch_title {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 30px;
  }
  .checkout_wrap .field_item input[type="text"],
  .checkout_wrap .field_item input[type="email"],
  .checkout_wrap .field_item input[type="tel"],
  .checkout_wrap .field_item input[type="password"],
  .checkout_wrap .field_item input[type="number"],
  .checkout_wrap .field_item select, .checkout_wrap .field_item textarea {
    height: 46px;
    font-size: 14px;
    padding: 10px 15px;
  }
  .checkbox input + label::before {
    width: 20px;
    height: 20px;
    left: 3px;
    top: -2px;
  }
  .checkbox input:checked + label::after {
    left: 8px;
    top: 4px;
  }
  .checkbox input + label {
    font-size: 14px;
    padding-left: 32px;
  }
  .ch_select .item input + label::before {
    left: 20px;
  }
  .ch_select .item input:checked + label::after {
    left: 28px;
  }
  .product-template-default .ch_select .item input + label::before,
  .product-template-default .add_options .add_option input + label::before {
      left: 18px;
  }
  .product-template-default .ch_select .item input + label::after,
  .product-template-default .add_options .add_option input + label::after {
      left: 24px;
  }
  .product-template-default .left_column .woocommerce-billing-fields,
  .product-template-default .left_column .field_row,
  .product-template-default .left_column .shipping_address {
      padding: 0 15px;
  }
  .product-template-default .left_column .woocommerce-billing-fields {
      padding-top: 30px;
  }
  .product-template-default .ch_buttons {
      max-width: 345px;
  }
  .ch_select .item input + label {
    padding: 25px 20px 25px 60px;
  }
  .ch_select .item label .title {
    font-size: 14px;
  }
  .ch_select .item label .price {
    font-size: 15px;
  }
  .ben_3_item .img {
    width: 50px;
    height: 50px;
  }
  .ben_3_item .ben_title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .header_big .hb_wrap {
    height: 45px;
  }
  .header_big .hb_wrap .hb_logo img {
    height: 38px;
    margin-top: 3px;
  }
  .header_big .hb_wrap .hb_cart .icon {
    width: 30px;
    height: 30px;
  }
  .header_big .hb_wrap .hb_cart .icon .count {
    width: 18px;
    height: 18px;
  }
  ul li {
    padding-left: 37px;
    font-size: 18px;
    line-height: 21px;
    background-size: auto 18px;
  }
  .benefits .benefits_wrap .ben_item {
    width: 33.3%;
  }
  .products_wrap .product_wrap .product_item .sticker {
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .products_wrap .product_wrap .product_item .price {
    font-size: 18px;
    line-height: 20px;
  }
  .products_wrap .product_wrap .product_item .price del {
    font-size: 14px;
    line-height: 20px;
  }
  .products_wrap {
    margin: 0 -5px;
  }
  .products_wrap .product_wrap {
    padding: 5px 5px 30px;
  }
  .header_big .hb_wrap .hb_cart .price {
    display: none;
  }
  .header_big .hb_wrap .hb_cart .icon {
    margin: 0 0 0 0;
  }

  .pr_bottom .buttons {
    width: 100%;
  }
  .reviews_2 .reviews_grid .review_wrap {
    width: 100%;
  }
  .reviews_1 .review_item .review_top {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .checkout_wrap .fields input[type="text"], .checkout_wrap .fields input[type="email"],
  .checkout_wrap .fields input[type="tel"], .checkout_wrap .fields input[type="password"],
  .checkout_wrap .fields input[type="number"], .checkout_wrap .fields select, .checkout_wrap .fields textarea {
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    padding: 15px 15px;
  }
  .ch_buttons .place_order {
    font-size: 20px;
  }
  .ch_cart {
    padding: 15px;
  }
  .add_options .add_option .opt_desc .desc,
  .ch_select .item input + label + .hidden_desc p,
  .ch_select .item input + label + .hidden_desc {
    font-size: 14px;
  }
  .add_options .add_option label .event {
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 30px;
  }
  .add_options .add_option input + label {
    padding: 16px 20px 14px 57px;
  }
  .add_options .add_option .opt_desc .icon img {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }
  .benefits .benefits_wrap .ben_item .ben_title {
    font-size: 15px;
  }
  .pr_wrap .info .rating {
    flex-wrap: wrap;
  }
  .pr_wrap .info .rating .title {
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .ben_h_item .img {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
  .ben_h_item .ben_title {
    font-size: 12px;
    max-width: 80px;
  }
  .cart .cart_table .cart_row .col .delete_cart_item {
    width: 25px;
    height: 25px;
    background-size: 84%;
  }
  .cart .cart_table .cart_row .col,
  .cart .cart_table .cart_row .col a {
    font-size: 15px;
  }
  .cart .cart_upsale .upsale_item img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .cart .cart_upsale .upsale_item .info .desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 435px) {
  .recently_viewed_wrap img {
    width: 30px;
  }
  .recently_viewed_wrap p {
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  .sticky_footer .price ins {
    left: 95px;
  }
  .cart .cart_table .cart_row .col.name {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
  }
  .cart .cart_table .cart_row .col.total {
    width: 17%;
    min-width: 17%;
    max-width: 17%;
  }
  .cart .cart_table .cart_row.heading_row,
  .cart .cart_table .cart_row {
    justify-content: space-between;
  }
}

@media screen and (max-width: 415px) {
  .sticky_footer .price ins {
    top: 10px;
    font-size: 28px;
  }
  .sticky_footer .add_to_cart {
    font-size: 18px;
  }
  .ben_h_item .img {
    margin-right: 5px;
    width: 23px;
    min-width: 23px;
    height: 23px;
  }
  .ben_h_item .ben_title {
    font-size: 11px;
    max-width: 75px;
  }
  .cart .cart_upsale .upsale_item img {
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin-right: 5px;
  }
  .cart .cart_upsale .upsale_item .info .title {
    font-size: 15px;
  }
  .cart .cart_upsale .upsale_item .info .desc {
    font-size: 13px;
  }
  .cart .cart_upsale .upsale_item .info .add_to_cart_2,
  .cart .cart_upsale .upsale_item .info .price {
    font-size: 14px;
  }
  .cart .cart_upsale .upsale_item .info .add_to_cart_2::before {
    width: 14px;
    height: 14px;
    top: 1px;
  }
  .cart .cart_upsale .upsale_item .info .price ins {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .sticky_footer .price del {
    font-size: 16px;
  }
  .sticky_footer .price .sticker {
    padding: 0 15px;
  }
  .sticky_footer .price ins {
    left: 85px;
    font-size: 26px;
  }
  .sticky_footer .add_to_cart {
    font-size: 17px;
  }
  .pr_bottom .pr_wrap .info .price .sticker {
    font-size: 30px;
    top: 12px;
  }
  .pr_bottom .pr_wrap .info .price ins {
    font-size: 35px;
    line-height: 35px;
  }
  .pr_bottom .add_to_cart {
    font-size: 27px;
  }
  .checkout_timer {
    font-size: 12px;
  }
  .checkbox input + label::before {
    width: 18px;
    height: 18px;
    left: 5px;
    top: -1px;
  }
  .checkbox input:checked + label::after {
    left: 9px;
    width: 11px;
  }
  .ch_select .item input + label::before {
    left: 10px;
    width: 24px;
    height: 24px;
  }
  .ch_select .item input:checked + label::after {
    width: 10px;
    height: 10px;
    left: 17px;
    margin-top: -8px;
  }
  .ch_select .item input + label {
    padding: 25px 10px 25px 45px;
  }
  .add_options .add_option input + label::before {
    width: 18px;
    height: 18px;
    left: 10px;
    margin-top: -10px;
  }
  .add_options .add_option input:checked + label::after {
    left: 15px;
    top: 48%;
  }
  .add_options .add_option input + label {
    padding-left: 40px;
  }
  .add_options .add_option label .title,
  .add_options .add_option label .price {
    font-size: 15px;
  }
  .add_options .add_option label .event {
    font-size: 15px;
    padding-right: 12px;
  }
  .add_options .add_option .opt_desc {
    padding: 20px 10px;
  }
  .add_options .add_option .opt_desc .icon {
    padding-right: 14px;
  }
  .checkout_wrap .ch_title {
    font-size: 21px;
  }
  .ch_cart .ch_cart_row.subtitle_row {
    font-size: 17px;
  }
  .ch_benefits .ch_ben_2_item .ben_title {
    font-size: 12px;
  }
  .ch_benefits .ch_ben_2_item .img {
    width: 50px;
    height: 50px;
  }
  .ch_buttons .place_order {
    height: 54px;
    padding: 0 0 0 54px;
    margin-bottom: 10px !important;
  }
  .ch_buttons .place_order::before {
    width: 54px;
    height: 54px;
  }
  .benefits .benefits_wrap .ben_item .img {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
  }
  .benefits .benefits_wrap .ben_item .ben_title {
    font-size: 14px;
  }
  .pr_bottom .radio_bundle_wrap .radio_bundle .item input + label {
    font-size: 16px;
  }
  .product-template-default .ch_select .item input + label::before,
  .product-template-default .add_options .add_option input + label::before {
      left: 10px;
      width: 24px;
      height: 24px;
  }
  .product-template-default .ch_select .item input + label::after,
  .product-template-default .add_options .add_option input + label::after {
      left: 14px;
      width: 16px;
      height: 16px;
      margin-top: -11px;
      top: 50%;
  }
}
@media screen and (max-width: 370px) {
  .sticky_footer .price del {
    font-size: 14px;
  }
  .sticky_footer .price .sticker {
    font-size: 14px;
    padding: 0 13px;
  }
  .sticky_footer .price ins {
    left: 72px;
    font-size: 22px;
    top: 11px;
  }
  .cart .cart_table .cart_row .col,
  .cart .cart_table .cart_row .col a,
  .sticky_footer .add_to_cart {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .pr_bottom .radio_bundle_wrap .radio_bundle .item input + label {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
    .product-template-default .ch_cart_row.title_row .name {
        font-size: 16px;
    }
    .product-template-default .ch_cart_row.title_row .name img {
        width: 24px;
    }
    .product-template-default .ch_cart_row {
        padding: 0 20px;
    }
}
@media screen and (max-width: 345px) {
  .pr_bottom .pr_wrap .info .price .sticker {
    font-size: 27px;
  }
  .pr_bottom .pr_wrap .info .price ins {
    font-size: 32px;
    line-height: 32px;
  }
  .pr_bottom .add_to_cart {
    font-size: 24px;
  }
  .pr_bottom .add_to_cart i {
    width: 24px;
    height: 24px;
  }
}
