.redcod-tabs ul.redcod-tab-links li span i {
  font-style: normal;
}

.main_single_page_elements_in .order_wrap_box {
  width: 50%;
  padding-left: 20px;
}

.woo_price_redcoder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.woo_price_redcoder p {
  font-size: 30px;
  font-weight: 800;
}

.woo_price_redcoder p {
  margin-bottom: 0px;
}

.woo_price_redcoder .quantity,
.woo_price_redcoder .qty_option_btn {
  width: 33.333333333333333%;
}

.woo_price_redcoder .qty_option_btn {
  background-color: var(--extra_color_2_opacity_20);
  height: 44px;
  border-radius: 4px;
}

.woo_price_redcoder .qty_option_btn {
  font-size: 23px;
  outline: none !important;
  border: 0px none;
  color: var(--extra_color_2) !important;
}

.woo_qty_redcoder input[type="number"] {
  -moz-appearance: textfield;
  width: 44px;
  background-color: transparent;
  height: 44px;
  color: var(--main_color);
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  border: 0px none;
}

.woo_price_redcoder .woo_simple_price {
  width: 50%;
  margin-bottom: 25px;
}

.woo_price_redcoder .woo_qty_redcoder {
  width: 132px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.woo_simple_price_label {
  display: none;
}

.woo_price_redcoder ins {
  color: var(--333333, #333);
  font-size: 30px;
  font-weight: 800;
  line-height: 113.333%;
  text-transform: uppercase;
}

.woo_price_redcoder del > span,
.woo_price_redcoder del bdi {
  color: var(--333333, #333);
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  display: block;
  line-height: 171.429%;
  opacity: 0.7;
  margin-bottom: 2px;
}

.wpgs-wrapper {
  overflow: visible;
}

.wpgs-image-wrap {
  position: relative;
  background-color: #fff;
}

.gallery_shadow .wpgs-image-wrap {
  border-radius: 36px;
  box-shadow: 0px 4px 16px 0px rgba(25, 25, 25, 0.08);
}

.images.wpgs-wrapper .wpgs-image {
  margin-bottom: 24px;
}

.images.wpgs-wrapper {
  padding-bottom: 5px;
}

.wpgs-no-gallery-images .woocommerce-product-gallery__image {
  height: 442px;
}

.wpgs-no-gallery-images .wpgs-image-slick,
.wpgs-no-gallery-images .wpgs-image-flex {
  height: 442px !important;
}

.wpgs-no-gallery-images .wpgs-image-flex {
  width: 100%;
}

.wpgs-image-flex {
  height: 376px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpgs-image img {
  display: inline-block !important;
  max-height: 410px;
  max-width: 95%;
  height: 100%;
  object-fit: contain;
}

.slick-track .woocommerce-product-gallery__image--placeholder.slick-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 512px !important;
}

.single_add_to_cart_button {
  position: relative;
  width: 50%;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background-color: var(--second_color);
  border-radius: 10px;
  border: 0px none;
  justify-content: center;
  display: flex;
  height: 62px;
  text-transform: uppercase;
  align-items: center;
}

.single_add_to_cart_button:hover {
  background-color: var(--second_color_hover);
}

.single_add_to_cart_button {
  outline: none !important;
}

.single_add_to_cart_button.loading .btn_load {
  opacity: 1;
}

.single_add_to_cart_button.loading .btn_text {
  opacity: 0;
}

.fancy-modal-cart-title {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 117.647%;
}

.cart-items-buttons {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  color: var(--text_color);
  justify-content: space-between;
}

.cart-items-buttons .common_btn {
  width: 100%;
  height: 64px;
}

.cart-items-buttons .common_btn.common_btn_transparent {
  background-color: transparent;
  color: var(--main_color);
}

.redcoder-cartsimg img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

.redcoder-cartsimg {
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
}

.redcoder-cartsname {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.order_main:hover {
  color: #fff;
  background-color: var(--main_color);
}
.main_single_page_elements_in .order_main {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  height: 62px;
  color: #fff;
  background-color: var(--extra_color);
}

.main_single_page_elements_in form {
  display: flex;
  flex-wrap: wrap;
}

.entry-summary-product {
  padding-left: 60px;
}

body.front-page .entry-summary-product .archive_title_h1 {
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 40px;
  line-height: 120%;
}

.woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 153.333%;
  margin-bottom: 32px;
  font-weight: 300;
  opacity: 0.9;
}

.woocommerce-product-details__short-description a {
  font-weight: 600;
}

.attr_list_view_type .prodatrlist {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  background: url("../img/attribute_dots.png") right 15px repeat-x;
}

.attr_list_view_type .prodatrlist .attr_right {
  color: var(--main_color);
  float: none;
  font-size: 15px;
  background-color: #fff;
  line-height: 20px;
  font-weight: 300;
  padding-left: 10px;
  text-align: right;
  position: relative;
}

.attr_list_view_type .prodatrlist .attr_left span {
  background-color: #fff;
}

.attr_list_view_type .prodatrlist .attr_left {
  background: url("../img/attribute_dots.png") left 15px repeat-x;
  color: #484848;
  float: none;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}

.attr_cart_view_type .pra_item_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.attr_cart_view_type .prodatrlist_item {
  padding: 0 8px 16px;
}

.attr_cart_view_type .prodatrlist .attr_right del {
  font-size: 12px;
}

.attr_cart_view_type .prodatrlist .attr_right {
  font-size: 18px;
  font-weight: 700;
  line-height: 111.111%;
  color: var(--extra_color);
  text-transform: uppercase;
}

.attr_cart_view_type .prodatrlist .attr_left {
  font-size: 15px;
  font-weight: 600;
  line-height: 133.333%;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--extra_color_2_opacity_60);
}

.attr_cart_view_type .prodatrlist {
  padding: 17px 14px;
  text-align: center;
  min-width: 162px;
  border-radius: 10px;
  background-color: var(--extra_color_2_opacity_10);
}

.pra_item_row_link {
  color: var(--extra_color);
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  line-height: 160%;
  margin-top: 18px;
}

.pra_item_row_wrap {
  margin-bottom: 15px;
}

.pra_item_row_wrap.attr_cart_view_type {
  margin-bottom: 24px;
}

.redcod-tabs ul.redcod-tab-links {
  list-style: none;
  margin: 0 0px 29px;
  padding: 0;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.redcod-tabs ul.redcod-tab-links:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  height: 5px;
  background-color: var(--extra_color_2_opacity_20);
  width: 100%;
}

.redcod-tabs ul.redcod-tab-links li.redcod-active span,
.redcod-tabs ul.redcod-tab-links li.redcod-active span:hover {
  color: var(--extra_color);
  border-bottom: 5px solid var(--extra_color);
}

.redcod-tabs ul.redcod-tab-links li.redcod-active span i {
  font-style: normal;
}

.redcod-tabs ul.redcod-tab-links li:first-child span {
  padding-left: 0px;
  padding-right: 0px;
}

.redcod-tabs ul.redcod-tab-links span {
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
  padding-bottom: 7px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--extra_color_2_opacity_60);
  text-transform: uppercase;
  transition: all 0.3s;
  border-bottom: 5px solid transparent;
}

.redcod-tabs ul.redcod-tab-links li:last-child span {
  padding-right: 0px;
}

.redcod-tabs {
  width: 100%;
}

.row_tabs_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce_tabs_title_description {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0px 29px;
  line-height: 161.111%;
  text-transform: uppercase;
}

.product-container-tabs {
  padding: 70px 0px 58px;
}
.redcod-tab.redcod-active {
  display: block;
}
.redcod-tab {
  display: none;
}
.product_page_custom_wrap .onsale {
  display: none;
}

.sidebar_form_wrap .confid_box a {
  color: #fff;
  font-weight: 400;
}

.sidebar_form_wrap .confid_box {
  font-size: 13px;
  font-weight: 300;
  max-width: 443px;
  margin: 24px auto;
  color: #fff;
}

.sidebar_form_wrap .common_btn {
  width: 174px;
  margin: 0 auto;
  height: 48px;
  font-size: 14px;
}

.col_product_inf_item_2 .wpcf7-form-control-wrap .wpcf7-form-control {
  color: #333;
  outline: none !important;
  border: 2px solid #fff;
}

.col_product_inf_item_2 .wpcf7-form-control-wrap .wpcf7-form-control,
.col_product_inf_item_2 .sidebar_form_wrap .common_btn {
  height: 52px;
  outline: none !important;
}

.col_product_inf_item_2 .wpcf7-form-control-wrap {
  display: block;
  width: 269px;
  padding-right: 20px;
  margin-bottom: 0px;
}

.col_product_inf_item_2 .wpcf7-form-control-wrap .wpcf7-form-control,
.col_product_inf_item_2 .sidebar_form_wrap .common_btn {
  height: 52px;
}

.col_product_inf_item_2 .form_inputs_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sidebar_form_in {
  position: relative;
  z-index: 3;
  color: #fff;
}

.form_title_sidebar {
  color: var(--ffffff, #fff);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 125%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.form_subtitle_sidebar {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 37px;
  line-height: 146.667%;
}

.common_btn {
  position: relative;
  background-color: var(--second_color);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  height: 52px;
  display: flex;
  border: 0px none !important;
  width: 100%;
  color: #fff;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}

.col_product_inf_item_2 .sidebar_form_wrap {
  padding-top: 81px;
  padding-bottom: 46px;
}
.col_product_inf_item .sidebar_form_full {
  margin-top: 0px;
}
.sidebar_form_wrap {
  position: relative;
  padding-top: 110px;
  border-radius: 14px;
  padding-bottom: 32px;
  margin-top: 24px;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
  background: var(--2-d-0000, #2d0000);
}

.col_product_inf_item.col_product_inf_item_2 {
  padding-left: 60px;
}

.redcod-tab-content {
  font-weight: 300;
  line-height: 160%;
  font-size: 15px;
  color: var(--text_color_opacity_90);
}

body.front-page .redcod-tab-content h2 {
  font-size: 24px;
}

.redcod-tab-content a {
  text-decoration: underline;
  color: var(--extra_color_2);
}

.redcod-tab-content p {
  margin-bottom: 12px;
}

.redcod-tab-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 15px;
  padding: 0px;
}

.redcod-tab-content ul li {
  width: 100%;
  position: relative;
  max-width: 50%;
  padding-left: 54px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  padding-right: 48px;
  align-items: center;
  min-height: 32px;
  flex-wrap: wrap;
}

.redcod-tab-content ul li:before {
  background-color: var(--extra_color_2_opacity_10);
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.redcod-tab-content ul li:after {
  content: "";
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  background-color: var(--extra_color_2);
  -webkit-mask-image: url(../img/system/check_li.svg);
  mask-image: url(../img/system/check_li.svg);
  width: 18px;
  height: 18px;
}

body.front-page .redcod-tab-content ol + h2,
body.front-page .redcod-tab-content ol + h3,
body.front-page .redcod-tab-content ul + h2,
body.front-page .redcod-tab-content ul + h3,
body.front-page .redcod-tab-content table + h2,
body.front-page .redcod-tab-content table + h3,
body.front-page .redcod-tab-content p + h2,
body.front-page .redcod-tab-content p + h3 {
  margin-top: 34px;
}

body.front-page .redcod-tab-content h2,
body.front-page .redcod-tab-content h3 {
  font-size: 15px;
  margin-top: 5px;
  font-weight: 500;
  margin-bottom: 19px;
  line-height: 133.333%;
  text-transform: uppercase;
}

body.front-page .redcod-tab-content h3 {
  color: var(--text_color_opacity_70);
}

body.front-page .redcod-tab-content h2 {
  font-size: 21px;
  color: var(--text_color_opacity_90);
}

.sidebar_form_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 128px;
  -webkit-border-top-left-radius: 14px;
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topleft: 14px;
  -moz-border-radius-topright: 14px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/product_form_bg.jpg);
}

.sidebar_form_wrap::after {
  -webkit-border-top-left-radius: 14px;

  -webkit-border-top-right-radius: 14px;

  -moz-border-radius-topleft: 14px;

  -moz-border-radius-topright: 14px;

  border-top-left-radius: 14px;

  border-top-right-radius: 14px;

  position: absolute;

  z-index: 2;

  background: linear-gradient(0deg, #2d0000 0%, rgba(45, 0, 0, 0.63) 100%);

  content: "";

  display: block;

  position: absolute;

  top: 0px;
  left: 0px;
  width: 100%;
  height: 128px;
}

.product-container-tabs + .section-common {
  padding-top: 25px;
}

.init_product_item {
  padding-left: 144px;
  min-height: 128px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--third_color);
}

.init_img_wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.init_img_wrap img {
  height: 110px;
  width: 110px;
  object-fit: contain;
}

.init_product_item_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 128px;
}

.init_name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 133.333%;
  text-transform: uppercase;
}

.init_price {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--main_color);
}

.woocommerce-product-details__form_order .littleform_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.woocommerce-product-details__form_order .littleform_item {
  padding: 0 11px;
  margin-bottom: 22px;
}

.front-page
  .woocommerce-product-details__form_order
  .littleform_item
  .nice-select
  .current {
  font-weight: 300;
  font-size: 14;
  color: var(--text_color);
}

.front-page
  .woocommerce-product-details__form_order
  .littleform_item
  .nice-select:after {
  right: 15px;
}

.front-page
  .woocommerce-product-details__form_order
  .littleform_item
  .nice-select {
  padding-left: 18px;
}

.woocommerce-product-details__form_order .littleform_item_max {
  width: 36.5%;
}

.woocommerce-product-details__form_order .littleform_item_min {
  width: 27%;
}

.woocommerce-product-details__form_order .littleform_item_label {
  margin-bottom: 9px;
  color: var(--005589, #005589);
  font-size: 13px;
  font-weight: 500;
  opacity: 0.6;
  letter-spacing: 0.13px;
  text-transform: uppercase;
}

.woocommerce-product-details__form_order .littleform_item_last .order_button {
  height: 56px;
  border: 0px none !important;
}

.woocommerce-product-details__form_order .littleform_item_last {
  padding-top: 18px;
  width: 100%;
}

.woocommerce-product-details__form_order .confid_box {
  color: var(--text_color_opacity_50);
  font-weight: 300;
  text-align: center;
}

.woocommerce-product-details__form_order .confid_box a {
  font-weight: 400;
  color: var(--text_color_opacity_50);
}

.woocommerce-product-details__form_order .lds-ellipsis span:nth-child(2),
.woocommerce-product-details__form_order .lds-ellipsis div,
.woocommerce-product-details__form_order .lds-ellipsis span {
  background-color: #fff;
}

@media (max-width: 990px) {
  .form_title_sidebar {
    font-size: 24px;
  }

  .form_subtitle_sidebar {
    font-size: 12px;
  }

  .col_product_inf_item_2 .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .product_page_custom_left {
    width: 100%;
  }

  .wpgs-image-no-thumb .wpgs-image img {
    max-height: 320px;
  }

  .wpgs-no-gallery-images .wpgs-image-slick,
  .wpgs-no-gallery-images .wpgs-image-flex {
    height: 270px !important;
  }

  html
    body
    .slick-track
    .woocommerce-product-gallery__image--placeholder.slick-slide {
    height: 270px !important;
  }

  .wpgs-image-no-thumb .wpgs-image img {
    max-height: 240px;
  }

  .entry-summary-product {
    padding-left: 12px;
    width: 100%;
  }

  body.front-page .entry-summary-product .archive_title_h1 {
    font-size: 22px;
  }

  .col_product_inf_item_1,
  .col_product_inf_item_2 {
    width: 100%;
  }

  .redcod-tabs ul.redcod-tab-links span {
    font-size: 14px;
    font-weight: 400;
  }

  .redcod-tab-content {
    font-size: 14px;
  }

  .col_product_inf_item.col_product_inf_item_2 {
    padding-left: 12px;
    margin-top: 30px;
  }

  .col_product_inf_item_2 .sidebar_form_wrap {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .single_add_to_cart_button,
  .main_single_page_elements_in .order_main {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .redcod-tabs ul.redcod-tab-links li span i {
    display: none;
  }

  .attr_list_view_type .prodatrlist .attr_right {
    max-width: 70%;
  }

  .attr_cart_view_type .prodatrlist_item {
    width: 50%;
  }

  .attr_cart_view_type .prodatrlist {
    min-width: 122px;
  }

  .woocommerce-product-details__form_order .littleform_row {
    margin: 0 -5px;
  }

  .woocommerce-product-details__form_order .littleform_item_max {
    width: 50%;
  }

  .woocommerce-product-details__form_order .littleform_item_min {
    width: 100%;
  }

  .woocommerce-product-details__form_order .littleform_item {
    padding: 0 5px;
    margin-bottom: 15px;
  }

  .woocommerce_tabs_title_description {
    display: none;
  }

  .redcod-tab-content ul li {
    width: 100%;
    max-width: 100%;
  }

  .redcod-tabs {
    width: 100%;
    overflow: auto;
    margin-bottom: 15px;
  }

  .redcod-tabs ul.redcod-tab-links {
    overflow: auto;
    margin-bottom: 4px;
  }

  .woocommerce-product-details__form_order .confid_box {
    font-size: 13px;
    font-weight: 300;
  }

  .woocommerce-product-details__form_order .confid_box br {
    display: none;
  }

  .product-container-tabs {
    padding: 45px 0px 45px;
  }
}

@media (max-width: 395px) {
  .redcod-tabs ul.redcod-tab-links span {
    font-size: 13px;
  }
  .form_title_sidebar {
    font-size: 21px;
  }
}
