.product_content {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
}

.product_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product_header .rating p {
  margin: 0;
}

body #product .input_option_box .radio label b {
  font-size: 17px;
}

span.fa.fa-stack.checked .fa-star::before,
span.fa.fa-stack.checked .fa-star-o::before {
  color: #75C94D;
}

span.fa.fa-stack.no_checked .fa-star::before,
span.fa.fa-stack.no_checked .fa-star-o::before {
  color: #DDDDDD;
}

.rating a {
  text-decoration: none;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #111111;
}

.rating__left {
  margin-right: 16px;
}

.product_content_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 31px;
  border-radius: 12px;
}

.description_box p.long_text {
  max-height: 68px;
  overflow: hidden;
  position: relative;
}

p.long_text:not(.open)+.btn_show_more {
  position: absolute;
  bottom: 20px;
  left: 0px;
  background: #ffffff;
  padding: 0;
  padding-left: 0px;
  cursor: pointer;
  width: calc(100% - 30px);
  padding: 0px 24px;
}

p.long_text.open {
  max-height: initial;
}

.btn_show_more span {
  color: #f17e00;
  border-bottom: 1px dashed #f17e00;
  font-size: 16px;
}

p.long_text.open+.btn_show_more {
  position: static;
  padding-left: 0;
}

.product_content_box .product_col:not(.images) {
  width: 57%;
  background: #ffffff;
  padding-left: 32px;
  padding-right: 40px;
  padding-bottom: 20px;
  border-radius: 0 12px 12px 0;
  border: 1px solid #DDDDDD;
}

.product_content_box .product_col:last-child {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0 12px 12px 0;
  width: 57%;
  padding: 35px 30px;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 24px;
  padding-right: 26px;
  padding-left: 24px;
}

.product_col {
  display: flex;
  width: 43%;
}

.product_col:first-child {
  height: 100%;
  max-height: 408px;
  width: 43%;
}

.images_additional_box {
  margin-right: 8px;
  display: block;
  max-width: 76px;
  position: relative;
  width: 100%;
  overflow: visible;
}

.images_additional {
  position: relative;
  max-width: initial;
  white-space: nowrap;
  transition: all 0.2s;
  transform: scale(1);
  will-change: transform;
  user-select: none;
  cursor: pointer;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  padding-right: 0;
  height: auto;
  display: block;
  background: none;
  z-index: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  width: 76px;
  height: 408px;
}

.slick-slide {
  padding: 0 15px;
  margin: 0 -15px;
}

.images_additional .slick-list.draggable {
  padding: 0 !important;
  height: 408px !important;
  width: 76px;
}

button.slick-prev.slick-arrow {
  position: absolute;
  top: -20px;
  width: 100%;
  background: url(/image/icons/arrow_up_slider.svg) center no-repeat;
  font-size: 0;
  border: none;
  width: 40px;
  height: 40px;
  transition: ease 0.2s;
  text-align: center;
  z-index: 10;
  transform: scale(0.98);
  box-shadow: 4px 15px 30px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  left: 50%;
  margin-left: -20px;
}

button.slick-prev.slick-arrow:hover {
  background: url('/image/icons/arrow_up_slider_hover.svg') center no-repeat;
  top: -21px;
  width: 42px;
  height: 42px;
  text-align: center;
}

button.slick-next.slick-arrow {
  position: absolute;
  background: url(/image/icons/arrow_down_slider.svg) center no-repeat;
  font-size: 0;
  border: none;
  width: 40px;
  height: 40px;
  bottom: -20px;
  transition: ease 0.2s;
  text-align: center;
  z-index: 10;
  transform: scale(0.98);
  box-shadow: 4px 15px 30px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  left: 50%;
  margin-left: -20px;
}

button.slick-next.slick-arrow:hover {
  background: url(/image/icons/arrow_down_slider_hover.svg) center no-repeat;
  width: 42px;
  height: 42px;
  text-align: center;
  top: -21px;
}

/* .images_additional .images_item {
  width: 100%;
  transform: rotate(-90deg);
} */

.slick-arrow img {
  transition: ease 0s;
}

.slick-arrow img.hover {
  opacity: 0;
  left: 50%;
  position: absolute;
  margin-left: -21px;
}

.slick-arrow img.no_hover {
  opacity: 1;
  left: 50%;
  position: absolute;
  margin-left: -20px;
  transition: ease 0s;
  transform: scale(0.98);
}

.slick-arrow span {
  width: 100%;
  text-align: center;
}

.arrow_up.slick-arrow {
  text-align: center;
  position: absolute;
  top: -20px;
  z-index: 10;
  width: 100%;
  height: 40px;
}

.arrow_up.slick-arrow.slick-disabled,
.arrow_down.slick-arrow.slick-disabled {
  display: none !important;
}

.arrow_up.slick-arrow:hover .no_hover,
.arrow_down.slick-arrow:hover .no_hover {
  opacity: 0;
}

.arrow_up.slick-arrow:hover .hover,
.arrow_down.slick-arrow:hover .hover {
  opacity: 1;
  transform: scale(1);
}

.arrow_down.slick-arrow:hover {
  bottom: -19px;
}

.arrow_down.slick-arrow {
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: 10;
  text-align: center;
  width: 40px;
  height: 40px;
  width: 100%;
}

body .thumbnail img {
  border-radius: 8px;
}

body .thumbnail {
  margin-bottom: 8px;
}

body .product_col .images_additional .thumbnail {
  margin-bottom: 7px;
}

.product_attr_info {
  display: flex;
}

body .product_col .thumbnail.big_image {
  height: 408px;
  background-size: cover !important;
  border-radius: 12px 0px 0px 12px;
}

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

body .big_image {
  width: 100%;
  position: relative;
}

body .product_col .thumbnail {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

body .bju_icon {
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

body .bju_modal {
  position: absolute;
  left: calc(100% + 2px);
  bottom: 50%;
  width: 350px;
  padding: 19px 24px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-shadow: 4px 15px 30px rgb(0 0 0 / 8%);
  border-radius: 12px;
  padding-bottom: 11px;
  margin-bottom: -43.5px;
  opacity: 0;
  z-index: -1;
  transition: ease 0.2s;
}

body .bju_icon:hover .bju_modal {
  opacity: 1;
  z-index: 1;
}

body .product_count_wish_info {
  display: flex;
  align-items: center;
}

body .product_count_wish_info p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

body .product_wish .like_large {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-left: 14px;
}

body .product_content_middle {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 12px;
}

body .product_content_wrapper {
  display: flex;
  flex-wrap: wrap;
}

body .product_content_middle p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6F6F6F;
}

body .product_col .input_option_box .radio label span {
  border: 1px solid #cacaca;
  border-radius: 30px;
  font-weight: 700;
  border: 2px solid #DDDDDD;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #111111;
  padding: 4px 12px;
  display: inline-block;
  vertical-align: middle;
  transition: ease 0.2s;
}

.product_col #dop-options .radio label input[type=radio]:checked+span,
.product_col #dop-options .radio label:hover span {
  border: 2px solid #F17E00;
  background: none;
}

body .product_col #dop-options .control-label,
body .product_col #empty_box .control-label {
  width: auto;
  margin-right: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #111111;
  font-family: 'Roboto_Bold';
  margin-bottom: 0;
}

body .product_param_info p {
  width: auto;
  margin-right: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #111111;
  font-family: 'Roboto_Bold';
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}

body .product_content_wrapper #dop-options .form-group,
body .product_content_wrapper #empty_box .form-group {
  display: flex;
  align-items: center;
}

body .product_param_info>div {
  margin-bottom: 9px;
}

body .product_param_info #dop-options {
  margin-top: -10px;
}

body .product_param_info .radio label {
  padding-left: 0;
  margin-right: 16px;
}

body .product_param_info p span {
  font-family: 'Open Sans';
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

body .product_content_wrapper .input-quantity-container {
  width: auto;
  display: flex;
  max-width: 135px;
  margin: 0;
}

body .product_content_wrapper .input-quantity-controller.decrease-button {
  border: 2px solid #DDDDDD;
  border-radius: 8px 0 0 8px;
}

body .product_content_wrapper .input-quantity-controller.increase-button {
  border: 2px solid #DDDDDD;
  border-radius: 0px 8px 8px 0;
}

body .product_content_wrapper .input-quantity-container input.form-control[type="text"] {
  height: 40px;
  border: none;
  border-top: solid 2px #ddd;
  border-bottom: solid 2px #ddd;
  font-size: 16px;
  min-width: 50px;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #6F6F6F;
}

body .product_calc_box.input-quantity-wrapper {
  width: 100%;
  margin-top: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

body .product-price-desktop {
  margin: 0;
}

body .product_content_wrapper .actual_price {
  margin-left: 56px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-end;
}

body .product_content_wrapper .price-new-live {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  color: #111111;
}

body .product_content_wrapper .price_box {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  position: relative;
  top: 0;
  padding-top: 0;
}

body .final-price .price_old {
  text-decoration: line-through;
  position: static;
  bottom: 0;
  left: 30px;
  color: red;
  font-size: 20px;
  font-weight: 500;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  order: 2;
  margin-left: 14px;
  color: #6F6F6F !important;
  margin-top: 0px;
  display: block;
  position: static !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  text-decoration-line: line-through !important;
  color: #6F6F6F !important;
  order: 2;
  margin-left: 14px;
}

body .product_content_wrapper span.special_price {
  position: static !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  text-decoration-line: line-through !important;
  color: #6F6F6F !important;
  order: 2;
  margin-left: 14px;
}

body .product_content_wrapper .boc_order_btn {
  border: 2px solid #75C94D;
  border-radius: 12px;
  width: 100%;
  display: block;
  width: 290px;
  background: none;
  display: flex;
  align-items: center;
  height: 55px;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #75C94D;
  margin-right: 20px;
  transition: ease 0.2s;
}

body .product_content_wrapper .boc_order_btn:hover {
  background: #75C94D;
  color: #ffffff;
}

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

body #button-cart-mob:hover {
  border: 1px solid #75C94D;
}

body .product_content_wrapper .input-quantity-container .input-quantity-controller.decrease-button i {
  transform: scaleX(2.5);
}

body .product_content_wrapper .input-quantity-container .input-quantity-controller.increase-button i {
  transform: scale(1.5);
}

body #button-cart-mob {
  border-radius: 0;
  border-radius: 12px;
  width: 290px;
  height: 55px;
  font-weight: 300;
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 20px;
  box-shadow: none;
}

.note {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6F6F6F;
  display: flex;
  align-items: flex-start;
  margin-top: 14px;
}

.note img {
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.attr_box_wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.attr_box_wrapper .attr_box {
  width: 77%;
}

.help_panel {
  margin-top: 0;
  margin-bottom: 20px;
  width: 23%;
  padding-left: 50px;
  margin-bottom: 20px;
}

.help_item {
  margin-bottom: 14px;
}

.help_item:last-child {
  margin-bottom: 0px;
}

.help_item a img {
  margin-right: 14px;
}

.help_item a span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}

#tab-description {
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6F6F6F;
}

.attr_box .tab-content {
  background: white;
  margin-left: -1px;
  min-height: 158px;
  border: 1px solid #ddd;
  border-radius: 0 0 25px 25px;
  min-height: 199px;
}

.attr_box_wrapper .attr_box .tab-content {
  border-radius: 0 0 12px 12px;
}

ul#product-tabs {
  display: flex;
  justify-content: space-between;
}

ul#product-tabs li {
  width: 100%;
  border: 1px solid #dddddd;
}

.product_content .nav-tabs>li>a {
  white-space: nowrap;
  text-align: center;
  background: none;
  border: none;
}

ul#product-tabs li.active {
  background: #75c94d;
}

.modal-header.col-md-7.h-mod button.close {
  background: url(/image/catalog/home/close_mm.png) 50% 0% no-repeat!important;
  background-size: auto auto;
  background-size: 18px!important;
  position: absolute;
  right: 15px;
  opacity: 1;
  margin-top: -20px;
}

body #button-cart-mob:focus,
body #button-cart-mob:active,
body #button-cart-mob:active:focus,
body #button-cart-mob.p-in-cart {
  background: #75c94d !important;
  border: none;
  outline: none;
}

ul#product-tabs li,
ul#product-tabs li a {
  transition: ease 0.2s;
}

ul#product-tabs li:hover {
  background: #75c94d;
}

ul#product-tabs li:hover a {
  color: #ffffff;
}

body ul#product-tabs li:first-child,
body ul#product-tabs li:first-child a {
  border-radius: 12px 0 0 0;
}

body ul#product-tabs li:last-child,
body ul#product-tabs li:last-child a {
  border-radius: 0px 12px 0 0;
}

ul#product-tabs .nav-tabs>li.active>a:focus {
  background: none;
}

ul#product-tabs .nav-tabs>li.active>a,
ul#product-tabs .nav-tabs>li.active>a:hover,
ul#product-tabs .nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: none;
}

body .recomended_box {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.recomended_box_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  /*display: grid;
  justify-content: space-evenly;*/
}

.recomended_box_content .prod-cust {
  float: none;
  /*width: 24%;*/
  /*transform: scale(0.98);*/
  /*transition: ease 0.2s;*/
}

.recomended_box_content .ptn {
  height: 100%;
}

body .stock_sticker {
  margin-bottom: 10px;
}

.stock_sticker+.ribbon {
  display: none;
}

.recomended_box p.title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 24px;
}

.recomended_box_content .prod-cust .product-thumb {
  margin: 0;
  border: none;
  border-radius: 15px;
  overflow: visible;
}

.price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-bottom: 20px;
}

.product-thumb-body {
  padding-left: 15px;
  padding-right: 15px;
}

.btn_wishlist {
  background: none;
  border: none;
  height: auto;
  height: 21px;
}

.prod-cust .product-thumb .price {
  margin: 0;
  height: auto;
}

.product-thumb .price-old {
  position: static;
  order: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-decoration-line: line-through;
  color: #6F6F6F;
  margin: 0;
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
  white-space: nowrap;
}

body .category-product-title {
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  height: auto;
  min-height: auto !important;
  margin-bottom: 4px;
}

body .prod-desc-wrap .category-product-title a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
}

.product-layout.prod-cust .product-thumb {
  overflow: visible;
}

.product-layout .prod-desc-wrap .category-product-title a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #111111;
  font-weight: 600;
}

body .product-thumb .price-new {
  padding: 0;
}

body .prod-desc-wrap p,
.product-list.prod-cust .product-thumb .caption {
  padding: 0;
  margin: 0;
  height: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6F6F6F;
  min-height: 100px;
}

.product-list .product-thumb .product-weight {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #6F6F6F;
}

.product_bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 28px;
  margin-top: 18px;
}

.product-thumb-body select {
  background-color: #FFFFFF;
  background: url(/image/select_option_arrow.svg) calc(100% - 4px) center no-repeat;
  border: 1px solid #F17E00;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6F6F6F;
  background-size: 16px !important;
  padding-left: 8px;
  max-width: 74px;
  top: 0;
}

.product-thumb-body select:focus {
  border: 1px solid #F17E00;
}

.product-thumb .button-group button {
  width: 100%;
  background-color: #eb7c09;
  margin-left: 0;
  float: none;
  display: block;
  border-radius: 8px;
  transition: ease 0.2s;
}

.product-thumb .button-group button:hover {
  background: #75C94D;
}

.bju_modal p a {
  color: #7fc754;
}

form#boc_form button.btn.btn-default {
  display: none;
}

div#boc_order .prod-cust .product-thumb .price {
  padding: 10px;
  margin-bottom: 10px;
}

button#boc_submit {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  text-shadow: unset;
  padding: 15px!important;
  transition: 300ms;
  width: 100%;
}

button#boc_submit .buttons {
  text-align: left;
}

body .modal-dialog .product-list.prod-cust .product-thumb .caption {
  min-height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body .input-quantity-container {
  margin: 0 auto;
  margin-bottom: 10px;
}

form#boc_form .buttons.col-sm-12.text-right {
  text-align: left;
}

#boc_order .modal-content {
  display: block;
}

#boc_form a {
  color: var(--orange);
  font-weight: 400;
}


#boc_form .has-error input, #boc_form .submit-form__body input.has-error {
  border-color: var(--orange)!important;
  box-shadow: inset 0 1px 1px rgb(239,127,26,.3),0 0 8px rgba(239,127,26,.4)
 }

#boc_order .modal-body input[type=text], #boc_order .modal-body input[type=tel] {
   font-weight: 400;
   padding: 24px 24px;
   color: var(--dark-gray4);
   border: 2px solid var(--gray);
   border-radius: 12px!important;
   font-size: 16px;
   display: block;
   line-height: 110%;
   resize: vertical;
   height: unset!important;
   width: 100%;
   margin: 8px 0px;
}

#boc_order .checkbox {
  margin-top: 0;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  margin-left: 10px;
}

#boc_order .modal-dialog {
    width: 700px;
    max-width: 880px;
    min-width: 700px;
}

#boc_order_title {
  text-transform: uppercase;
  margin-bottom: unset!important;
  font-size: 22px;
}

.product_col .arrow_next {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: none;
  cursor: pointer;
  content: '';
  background-image: url(/image/icons/slider_images_arrow.svg);
  background-size: 22.5px !important;
  width: 100%;
  height: 20px;
  transition: 200ms;
  transform: rotate(0deg);
  display: inline-block;
  background-repeat: no-repeat;
  float: right;
  margin-top: 5px;
  margin-right: 30px;
  background-position: center;
  background-size: 13px;
}

body #tab-description {
  padding: 24px 32px;
}

body .pred_order_info {
  margin-top: 10px;
}

.product_content .breadcrumbs,
.product_header {
  padding-left: 15px;
  padding-right: 15px;
}

body .product_content .breadcrumbs {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

body[class^=product-product-] .product_content .breadcrumbs>li,
body[class^=product-category-] .category_content .breadcrumbs>li {
  padding-left: 0;
}

body .breadcrumbs>li {
  padding-right: 30px;
}

body[class^=product-product-] .product_content .breadcrumbs>li::after,
body[class^=product-category-] .category_content .breadcrumbs>li::after {
  right: 0;
}

body .rating-container {
  position: absolute;
  right: 0;
}

body .product_header {
  margin-top: 25px;
  padding-left: 0;
  position: relative;
  padding-right: 0;
}

body .rating {
  min-width: 340px;
}

.product_content_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 15px;
}

.product_header {
  align-items: flex-end;
}

.description_box {
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  margin-bottom: 32px;
  position: relative;
}

.description_box p.title {
  font-weight: bold;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #111111;
}

.description_box .title+p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6F6F6F;
  margin-bottom: 0;
}

.product_wrapper .recomended_box_content.owl-carousel {
  background: none;
}

.mob_review {
  display: none;
}

.points label {
  background: url('/image/icons/star_no.svg') center no-repeat;
  width: 28px;
  height: 28px;
}

.points label:hover,
.points label.active {
  background: url('/image/icons/star_active.svg') center no-repeat;
  width: 28px;
  height: 28px;
  background-position: 0px 1px;
}

.points label:hover~.points label {
  background: url('/image/icons/star_active.svg') center no-repeat;
  width: 28px;
  height: 28px;
  background-position: 0px 1px;
}

.close_mob,
.points input[type=radio] {
  display: none;
}

.col-sm-8.col-xs-12.rating-row {
  display: flex;
  width: auto;
  align-items: center;
  padding-left: 0;
}

.col-sm-8.col-xs-12.rating-row label input[type="radio"] {
  display: none;
}

.points>input:checked~label {
  background: url('/image/icons/star_active.svg') center no-repeat;
  width: 28px;
  height: 28px;
}

.points>input:not(:checked)+label:hover~label {
  background: url('/image/icons/star_active.svg') center no-repeat;
  width: 28px;
  height: 28px;
  background-position: 0 1px;
}

/* .points > input:checked + label:hover,
.points > input:checked + label:hover ~ label,
.points > input:checked ~ label:hover,
.points > input:checked ~ label:hover ~ label,
.points > label:hover ~ input:checked ~ label {
  background: url('/image/icons/star_active.svg') center no-repeat;
  width: 28px;
  height: 28px;
} */

.points label {
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 7px;
}

.points:not(:checked)>input {
  display: none;
}

.points:not(:checked)>label {
  float: right;
}

.points>input:checked~label {
  background: url('/image/icons/star_active.svg') center no-repeat;
  width: 28px;
  height: 28px;
  background-position: 0px 1px;
}

.points:not(:checked)>label:hover,
.points:not(:checked)>label:hover~label {
  background: url('/image/icons/star_active.svg') center no-repeat;
  width: 28px;
  height: 28px;
  background-position: 0px 1px;
}

.points>input:checked+label:hover,
.points>input:checked+label:hover~label,
.points>input:checked~label:hover,
.points>input:checked~label:hover~label,
.points>label:hover~input:checked~label {
  background: url('/image/icons/star_active.svg') center no-repeat;
  width: 28px;
  height: 28px;
  background-position: 0px 1px;
}

.rate-area>label:active {
  position: relative;
}

form#form-review .form-group.required {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  margin-bottom: 28px;
}
form#form-review .form-group.textarea {
  margin-bottom: 12px;
}
form#form-review .buttons {
  margin-top: 20px;
}

form#form-review input[type="text"],
form#form-review textarea {
  box-shadow: none;
}

.col-sm-8.col-xs-12.rating-row {
  display: flex;
  width: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

form#form-review .alert.alert-danger {
  position: absolute;
  top: -20px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FF0000;
}

.title_name_review,
.input-review_box {
  position: relative;
}

.form-group.required.review_inputs_box:before,
.form-group.required.review_inputs_box:after {
  display: none;
}

.form-group.required.review_inputs_box {
  padding-left: 15px;
}

form#form-review .buttons.clearfix .pull-left {
  display: flex;
  align-items: center;
}

.col-sm-8.col-xs-12.rating-row p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #111111;
}

.file_upload_review {
  margin-left: 30px;
  background: url(/image/icons/file_upload.svg) center no-repeat;
  width: 170px;
  height: 24px;
  position: relative;
  background-position: center left;

}

.file_upload_review label span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #6F6F6F;
  position: relative;
  top: 1px;
}

.file_upload_review:hover label span {
  color: #75c94d;
}

.file_upload_review label {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  padding-left: 24px;
}

.file_upload_review:hover {
  background: url(/image/icons/file_upload_hover.svg) center no-repeat;
  background-position: center left;
}

button#button-review {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  padding: 12px 54px;
  border-radius: 8px;
  order: -1;
  text-shadow: none;
  box-shadow: none;
}

.file_upload_review input[type=file] {
  display: none;
}

.file_upload_review label {
  margin-bottom: 0;
}

.product-review-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #6F6F6F;
  margin-bottom: 10px;
  text-transform: none;
  display: block;
  padding-left: 0;
  margin-bottom: 10px !important;
}

body form#form-review .alert.alert-danger+input[type="text"],
body form#form-review .alert.alert-danger+textarea {
  border: 2px solid #ff0000 !important;
}

form#form-review input#input-name {
  width: 351px;
  max-width: 351px;
  border: 2px solid #DDDDDD;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
}

textarea#input-review {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #111111;
  border: 2px solid #DDDDDD;
  border-radius: 8px;
}

#form-review {
  padding: 0 10%;
  text-align: left;
  padding: 0;
  max-width: 630px;
  margin-top: 24px;
}

div#tab-review .fa-star-o::before {
  color: #7fc754;
}

.review_stars {
  margin-bottom: 16px;
}

.col-sm-12.input-review_box {
  margin-right: 0;
  padding: 0;
  padding-left: 0;
}

.review_box {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
}

div#tab-review {
  padding: 0 32px;
  padding-top: 32px !important;
}

div#tab-review span.fa.fa-stack img {
  max-width: 15px;
}

div#tab-review .fa-stack {
  width: auto;
}

.review_title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #6F6F6F;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

.review_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6F6F6F;
}

.review_stars {
  display: flex;
  align-items: center;
}

.review_stars span {
  margin-right: 2px;
}

.review_stars p {
  margin-bottom: 0;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

body .images_additional_box.mob {
  display: none;
}

div#empty_box {
  height: 52px;
  margin-bottom: 10px;
}

.rating__right a:hover {
  color: #75C94D;
}

body .product_wish .like_large img {
  width: 27px;
}

body .product_wish .like_large .hover,
body .product_wish .like_large:hover .no_hover {
  display: none;
}

body .product_wish .like_large:hover .hover {
  display: block;
}

body .product_wish .like_large:focus {
  outline: none;
}

body form#form-review input[type="text"]:focus,
body form#form-review textarea:focus {
  border: 2px solid #75c94d !important;
  box-shadow: none;
}

.alert.alert-danger {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

body .btn_wishlist img {
  display: block;
  max-width: 20px;
}

body .modal-dialog .prod-pref .prod-cust .product-thumb {
  height: auto;
  margin-bottom: 0;
  min-height: auto;
}

body .modal .product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0;
  margin-bottom: 15px;
  border-radius: 12px;
}

.file_upload_review {
  display: none;
}

body .modal-content .prod-cust:hover .category-product-title a {
  text-decoration: none;
}

.modal-content .product-thumb .image a,
.modal-content .product-thumb .category-product-title a {
  pointer-events: none;
  /* min-width: 257px; */
  /* min-height: 257px; */
}

.help_item:hover a span {
  color: #7fc754;
}

.product_col .mob_cur_option {
  display: none;
}

span.price-new-live {
  position: relative;
}

span.price-old-live.one_price {
  position: relative;
  top: 5px;
}

#product span.price-old-live.one_price {
  top: 0;
}

body .product_content_wrapper .input-quantity-container input.form-control[type="text"] {
  pointer-events: none;
}

body #dop-options span.pfc,
body .calories-row span.pfc {
  margin-right: 13px;
}

.product_col.images {
  position: relative;
}

.partners_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -1px;
}

.partners_box img {
  width: auto;
  height: 100%;
  height: 34px;
  margin-right: 15px;
  /*cursor: pointer;*/
}

body .price_box.in_stop_list .actual_price {
  margin-left: 0;
}

body .price_box.in_stop_list {
  padding-left: 0;
}

body .param_options_sostav_box {
  display: block;
}

body .param_sostav_option[data-id='1'] {
  display: block;
}

body .param_sostav_option {
  display: none;
}

.product_wrapper .note_box {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.product_wrapper .note_box .note {
  background: #ffffff;
  padding: 0px 0px;
  border-radius: 15px;
  margin-top: 20px;
  /* border: 1px solid #DDDDDD; */
  border-radius: 12px;
}

.product_wrapper .attr_box_wrapper {
  margin-bottom: 15px;
}

.product_wrapper .note img {
  top: 0;
}

div#product-tabs-accordion {
  margin-bottom: 0;
}

.product_wrapper .prod-cust {
  min-height: 440px;
}

.product_wrapper .cater-gift {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

button.more_constituents_btn {
  background: none;
  border: none;
  margin-top: 0;
  position: relative;
  top: -9px;
  color: #7fc754;
  border-bottom: 1px dashed;
  padding: 0;
}

button.more_constituents_btn:hover {
  border-bottom: 1px dashed transparent;
}

body #product #dop-options .input_option_box .radio label input[checked=checked]+span {
  border: 2px solid #eb7c09;
}

body .product_wrapper .prod-cust {
  min-height: auto;
}

.fixprice_mobile_box {
  display: none;
}

.__jivoMobileButton {
  bottom: 75px !important;
  right: 10px;
  zoom: initial !important;
  z-index: 11;
}

.attr_box_wrapper table tbody tr td b {
  white-space: nowrap;
}

.description_box img {
  margin-right: 10px;
}

body div#tab-sost tr td p,
div#tab-sost-collapse tr td p {
  margin-bottom: 0;
}

body .hide_constituent {
  display: table-row;
}

body .hide_constituent-desktop {
  display: none;
}

.more_constituents_btn {
  cursor: pointer;
  display: none;
}

.faq_modal_wrapper {
  display: none;
}

.faq_modal_wrapper.show {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 936px;
  width: 100%;
  min-height: 432px;
  margin-top: -216px;
  margin-left: -468px;
  background: #ffffff;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  padding: 40px;
  z-index: 9999999;
}

.faq_modal_wrapper span.close {
  opacity: 1;
}

.faq_modal_wrapper .title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #6F6F6F;
}

.faq_modal_box .faq_desc {
  display: none;
}

.faq_modal_box .title {
  margin-bottom: 26px;
  cursor: pointer;
}

.faq_modal_box .faq_item.open .faq_desc {
  display: block;
}

.faq_modal_box .faq_item {
  padding: 14px 24px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 8px;
}

.faq_modal_box .faq_item:last-child {
  margin-bottom: 0;
}

.faq_item.open span {
  transform: rotate(180deg);
}

.faq_modal_box .faq_title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #8DBF33;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
}

.faq_modal_box .faq_item.open .faq_title {
  margin-bottom: 8px;
}

.product_content_box.no_mob_ext .product_col.images {
  width: 36%;
}

.product_content_box.no_mob_ext .product_col:not(.images) {
  width: 64%;
  padding-left: 27px;
  padding-right: 27px;
}

.product_attr_info .bju_icon img {
  height: 34px;
}

.product_attr_info .stop_list_icon img {
  height: 34px;
}

body .product_attr_info .bju_icon.gift_item_icon:hover .bju_modal,
body .product_attr_info .bju_icon:hover .bju_modal {
  z-index: 20;
}

.product_header h1 {
  padding-left: 0;
}

body div#tab-sost tr td p span {
  color: #8dbf33;
}

.help_item a span br {
  display: none;
}

@media (max-width: 1200px) {
  .recomended_box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .description_box {
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .attr_box_wrapper .attr_box {
    width: 75%;
  }

  .help_panel {
    padding-left: 32px;
    width: 24%;
  }

  .attr_box_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  body .product_header {
    width: 65%;
  }

  body .product_header {
    padding-left: 15px;
    position: static;
  }

  body .rating-container {
    position: absolute;
    right: 15px;
  }

  body .product_content .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .product_content_box {
    padding-left: 15px;
    padding-right: 15px;
    background: none;
  }

  body .product_content_wrapper {
    width: 100%;
  }

  body .product_content_wrapper .boc_order_btn,
  body button#button-cart-mob {
    width: 48%;
    margin-right: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
  }

  .buttons_box .btn_product button#button-cart-mob {
    width: 100%;
  }

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

  body .btn_product {
    width: 48%;
  }
}


@media (max-width: 1024px) {
  .faq_modal_wrapper.show {
    max-width: 586px;
    margin-left: -293px;
  }

  .product_wrapper .note_box {
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .product_content_box .product_col:not(.images) {
    padding-bottom: 17px;
  }

  body .product_content_wrapper .price-new-live,
  body .product_content_wrapper span.special_price {
    white-space: nowrap;
  }

  .product_col {
    width: 46%;
  }

  #form-review {
    max-width: 100%;
  }

  body .help_panel {
    padding-left: 32px;
  }

  .product_content_box .product_col:not(.images) {
    width: 54%;
    max-height: 481px;
    padding-right: 26px;
    padding-left: 26px;
  }

  body .product_param_info .radio label {
    margin-right: 12px;
  }

  .product_content_top {
    margin-top: 22px;
  }

  .product_sales_box {
    display: none;
  }

  .product_col:first-child {
    height: 100%;
    max-height: 481px;
    width: 46%;
  }
  
  body .product_col #dop-options .control-label,
  body .product_col #empty_box .control-label {
    white-space: nowrap;
  }

  .product_content_box .product_col:last-child {
    padding: 16px 16px;
    padding-top: 32px;
    padding-bottom: 24px;
    padding-right: 26px;
    padding-left: 24px;
    width: 54%;
  }

  body .product_calc_box.input-quantity-wrapper {
    margin-bottom: 24px;
    margin-top: 29px;
  }

  body .product_content_wrapper .price_box {
    margin-bottom: 0;
  }

  body .product_content_middle p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6F6F6F;
  }
}

@media (max-width: 992px) {
  body .help_panel {
    padding-left: 22px;
  }

  .modal-dialog .prod-desc-wrap>div.category-product-title {
    margin-top: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 960px) {
  .product_content_box.no_mob_ext .product_col.images {
    width: 46%;
  }

  .product_content_box.no_mob_ext .product_col:not(.images) {
    width: 54%;
  }

  body .recomended_box_content .product-thumb .price-old {
    margin-left: 10px;
  }

  body .product_content_box .product_col:not(.images) {
    padding-bottom: 17px;
  }

  body .bju_modal {
    right: calc(100% - 38px);
    bottom: -100%;
    left: auto;
  }

  body .product_content_wrapper span.special_price {
    white-space: nowrap;
    position: absolute !important;
    text-align: right;
    right: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-decoration-line: line-through;
    color: #6F6F6F;
    bottom: 40px;
  }

  body .product_calc_box.input-quantity-wrapper {
    justify-content: space-between;
  }

  form#form-review input#input-name {
    width: 240px;
  }

  .attr_box_wrapper .attr_box {
    width: 70%;
  }

  body .help_panel {
    width: 30%;
  }

  body .product_col .input_option_box .radio label span {
    font-size: 14px;
  }

  body .product_content_wrapper .price-new-live {
    font-size: 34px;
  }

  body .product_content_wrapper span.special_price {
    font-size: 18px !important;
  }

  body .product_param_info .radio label {
    margin-right: 7px;
  }

  .buttons_box .btn_product button#button-cart-mob,
  body .product_content_wrapper .boc_order_btn {
    font-size: 16px;
  }

  body .product_content_wrapper .price_box {
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 0;
  }
}

@media (max-width: 870px) {
  body .recomended_box_content .product-thumb .price-new,
  body .recomended_box_content .product-thumb .price_one {
    font-size: 17px;
  }

  body .product-thumb .button-group button span.label-add {
    font-size: 14px;
  }

  body .product-thumb .price-new {
    padding: 0;
    white-space: nowrap;
  }

  form#form-review input#input-name {
    width: 200px;
  }

  body .product_calc_box.input-quantity-wrapper {
    margin-bottom: 24px;
    margin-top: 9px;
  }

  body .btn_product,
  body .product_content_wrapper .boc_order_btn {
    width: 49%;
    font-size: 16px;
  }

  body .product_content_wrapper .price-new-live {
    font-size: 30px !important;
    white-space: nowrap;
  }

  body .product_content_wrapper span.special_price {
    white-space: nowrap;
  }

  .product_content_box .product_col:last-child {
    padding-top: 23px;
    padding-bottom: 14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  body .product_col #dop-options .control-label,
  body .product_param_info p {
    font-size: 14px;
  }
}

@media (max-width: 840px) {
  body .recomended_box_content .product-layout.prod-cust .product-thumb .price_box,
  body .recomended_box_content .product-thumb-body {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width: 820px) {
  body .product-thumb .button-group button span.label-add {
    font-size: 13px;
  }

  .buttons_box .btn_product button#button-cart-mob,
  body .product_content_wrapper .boc_order_btn {
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  #boc_order .modal-dialog {
    min-width: unset;
  }

  #boc_order .modal-body input[type=text], #boc_order .modal-body input[type=tel] {
    padding: 16px 24px;
  }
  
  body .product_content_wrapper span.special_price {
    top: -21px !important;
  }

  .price_stock+span.price-old-live.one_price {
    top: 0;
  }

  .col_bottom {
    display: block;
  }

  body .product_col .images_additional .thumbnail img {
    border-radius: 8px 0 0 8px;
    display: none;
  }

  body .product_wrapper .product_content .product_content_box .images_additional_box {
    display: block;
  }

  .images_additional .images_item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  body .hide_constituent {
    display: none;
  }

  .more_constituents_btn {
    display: block;
  }

  body .recomended_box_content .product-thumb .price-old {
    font-size: 13px !important;
  }

  body .product_content_box .product_col:not(.images),
  body .images_additional_box .images_additional {
    height: 420px;
  }

  body .recomended_box {
    margin-top: 20px;
  }

  body .product_wrapper .note_box {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }

  body .product_wrapper .note_box .note {
    background: #ffffff;
    padding: 10px;
    border-radius: 15px;
    margin-top: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    margin-bottom: 15px;
  }

  body .product_wrapper .product_content_box .images_additional_box {
    border-radius: 12px 12px 0 0;
  }

  #menu .navbar-collapse {
    position: absolute;
    background: #fff;
    width: 99vw;
    padding: 0;
    box-shadow: 0 0 3px 1px #777;
    display: none !important;
  }

  #menu .btn-navbar {
    display: block;
  }

  #menu .navbar-header {
    float: none;
  }

  .hidden-xs {
    display: none !important;
  }

  div#empty_box {
    margin-bottom: 35px;
  }

  .product_wrapper .recomended_box_content.owl-carousel {
    overflow: hidden;
  }

  .product_col span.final-price.actual_price {
    white-space: nowrap;
    top: -2px;
  }

  .product_col {
    width: 100%;
  }

  .product_col.images {
    width: 49%;
  }

  .images_additional .slick-list.draggable {
    width: 100%;
  }

  ul#product-tabs {
    display: none;
  }

  div#tab-review-collapse.in {
    height: max-content !important;
  }

  #product-tabs-accordion .panel-collapse .panel-body {
    text-align: left;
    background: #ffffff;
    margin-top: -4px;
    margin-bottom: 4px;
    border-radius: 0 0 12px 12px;
    border: 1px solid #DDDDDD;
    border-top: none;
  }

  .attr_box .tab-content {
    display: none;
  }

  form#form-review .buttons.clearfix .pull-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }

  .file_upload_review {
    margin-left: 56px;
    order: -1;
    margin-bottom: 0;
  }

  form#form-review input#input-name {
    width: 100%;
  }

  form#form-review input#input-name {
    max-width: 100%;
  }

  .review_stars span {
    width: auto;
  }

  #form-review {
    max-width: 100%;
    padding-bottom: 0 !important;
  }

  #form-review .buttons {
    margin: 1em 0;
    margin-bottom: 0;
  }

  .review_stars span img {
    max-width: 15px;
  }

  #form-review .rating-row {
    padding-top: 0;
    width: 100%;
  }

  .col-sm-12.input-review_box {
    width: 100%;
  }

  .title_name_review {
    width: 100%;
    margin-bottom: 30px;
  }

  .recomended_box_content .prod-cust {
    width: 100%;
    min-height: auto;
    border: none;
  }

  body .product_content_box .images_additional_box {
    border-radius: 12px 0 0 0px;
  }

  body #product-tabs-accordion .panel-heading a {
    margin-bottom: 0px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    background: none;
  }

  .recomended_box_content {
    display: flex;
    justify-content: space-between;
    background: none;
    border: none;
  }

  body #product-tabs-accordion .panel-heading {
    margin-bottom: 4px;
    border: none;
    border-radius: 12px;
    background: none;
  }

  body .recomended_box_content .owl-dots span,
  body .slick-dots li button {
    /* width: 8px; */
    /* height: 8px; */
    /* border: none; */
    /* margin: 0 4px; */
    /* border-radius: 50%; */
    /* background: #cacaca; */
    /* background: #eb7c09; */
    /* display: block; */
  }

  body .images_additional_box .slick-dots li button {
    /* background: #ffffff; */
  }

  body ul.slick-dots li {
    list-style: none;
  }

  body ul.slick-dots li.slick-active button {
    /* background: #7fc754; */
  }

  body ul.slick-dots li button {
    /* width: 8px; */
    /* height: 8px; */
    /* border: none; */
    /* margin: 0 4px; */
    /* border-radius: 50%; */
    /* background: #cacaca; */
    /* background: #eb7c09; */
    /* display: inline-block; */
    /* margin: 0; */
    /* padding: 0; */
    /* font-size: 0; */
  }

  .images_additional .slick-dots {
    /* position: absolute; */
    bottom: 10px;
    display: flex !important;
    /* padding: 0; */
    /* width: 100%; */
    /* text-align: center; */
    justify-content: center;
  }

  body #product-tabs-accordion .panel.panel-default {
    background-color: transparent;
  }

  body .attr_box_wrapper #product-tabs-accordion .panel-title a::before {
    content: '';
    position: absolute;
    right: 19px;
    top: 50%;
    border: 5px solid transparent;
    border-top: 6px solid #83c95a;
    transform: rotate(0deg);
    height: auto;
    margin: 0;
    padding: 0;
    width: 10px;
    float: none;
    margin-top: -3px;
  }

  body div#tab-sost-collapse .panel-body {
    border-top: none;
  }

  body #product-tabs-accordion .panel-title a:not(.collapsed) {
    border-radius: 12px 12px 0 0;
    border-bottom: none;
    background: #75c94d;
    color: #ffffff;
  }

  body #product-tabs-accordion .panel-title a:not(.collapsed):before {
    border-top: 6px solid #ffffff;
    transform: rotate(180deg);
    margin-top: -9px;
  }

  .help_item a.call-wrap {
    display: block;
  }

  .visible-xs {
    display: block !important;
  }

  body #product-tabs-accordion .panel-collapse {
    background: none;
    margin-top: -4px;
    margin-bottom: 4px;
    border-radius: 0 0 12px 12px;
    border: none;
    border-top: none;
    border-bottom: none;
  }

  body #product-tabs-accordion .panel-title a {
    text-align: left;
    position: relative;
    display: block;
    padding: 12px 20px;
    text-transform: none;
    font-size: 16px;
    color: #75c94d;
    line-height: 1.42857143;
    background-color: transparent;
  }

  body .product_col #dop-options .control-label,
  body .product_param_info p {
    font-size: 16px;
  }

  body .product_param_info #dop-options {
    margin-top: 11px;
  }

  body .product_param_info .radio label {
    margin-right: 12px;
  }

  body .product_param_info>div {
    margin-bottom: 0;
    margin-top: 11px;
  }

  body .product_content_wrapper .product_param_info p {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
  }

  body .description_box {
    width: 100%;
  }

  body .attr_box_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .buttons_box .btn_product button#button-cart-mob,
  body .product_content_wrapper .boc_order_btn {
    font-size: 20px;
  }

  .product_content_box .product_col:not(.images) {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
  }


  .product_content_top {
    margin-top: 0;
  }

  body .product_header {
    flex-wrap: wrap;
    width: 100%;
  }

  body .rating-container {
    position: static;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }

  body .product_content_wrapper span.special_price {
    white-space: nowrap;
    position: absolute !important;
    text-align: right;
    right: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-decoration-line: line-through;
    color: #6F6F6F;
    bottom: 40px;
  }

  body .product_param_info p span {
    margin-left: 9px;
  }

  body .buttons_box {
    flex-wrap: wrap;
  }

  body .btn_product,
  body .product_content_wrapper .boc_order_btn {
    width: 100%;
  }

  body .product_content_wrapper .price-new-live,
  body .product_content_wrapper span.final-price.actual_price,
  body .product_content_wrapper .product-price-desktop span {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
  }

  body .product_calc_box.input-quantity-wrapper {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 19px;
  }

  body .input_option_box {
    margin-top: -6px;
  }

  body .product_content_wrapper .boc_order_btn {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .buttons_box .btn_product button#button-cart-mob {
    font-size: 20px;
  }

  body .product_content_wrapper .price_box {
    padding-right: 0;
  }

  .product_col:first-child {
    height: 100%;
    max-height: 386px;
    width: 49%;
  }

  .product_content_box .product_col:not(.images) {
    width: 51%;
    height: 381px;
  }

  body .product_param_info p {
    margin-bottom: 10px;
  }

  body .product_content_wrapper {
    padding-right: 0px;
    padding-top: 25px;
  }

  body .product_content_wrapper #dop-options .form-group {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 0;
    width: 100%;
  }

  body .product_content_middle p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6F6F6F;
    height: 110px;
  }

  button.boc_order_btn {
    border: 2px solid #75C94D;
    border-radius: 12px;
    width: 100%;
    display: block;
    width: 49%;
    background: none;
    display: flex;
    align-items: center;
    height: 55px;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #75C94D;
    margin-right: 20px;
    transition: ease 0.2s;
  }

  .product_param_info {
    margin-bottom: 6px;
  }

  .col_bottom {
    margin-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    display: none;
  }

  .product_content_box {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }

  body .product_header {
    padding-left: 0;
    padding-right: 0;
  }

  body .product_content .breadcrumbs {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  body .big_image {
    display: none;
  }

  .images_additional_box .images_additional {
    max-width: 100%;
  }

  body .images_additional_box,
  body .images_additional {
    max-width: 100%;
    margin-right: 0;
    transform: scale(1);
  }

  body .product_wrapper .product_col .images_additional .thumbnail {
    margin-bottom: 8px;
    height: 420px;
    border-radius: 0;
  }

  body .product_col .images_additional .thumbnail img {
    border-radius: 8px 0 0 8px;
    display: none;
  }

  body .product_wrapper .images_additional .slick-list.draggable {
    padding: 0 !important;
    height: 420px !important;
  }

  .product_col .arrow_next {
    display: none;
  }

  .images_additional_box .images_additional {
    max-width: 100%;
    display: block;
    height: 386px;
    padding-top: 0;
    width: 100%;
  }

  div#review {
    max-height: 318px;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
  }

  body .product_content_wrapper .input-quantity-container {
    z-index: 10;
  }

  .table-bordered {
    width: 100% !important;
  }

}

@media (max-width:765px) {
  .attr_box_wrapper .attr_box {
    width: 60%;
  }

  .file_upload_review {
    order: -2;
    margin-left: 0;
    margin-bottom: 10px;
  }

  body .help_panel {
    width: 40%;
  }

  #product span.price-old-live.one_price {
    top: 2px;
    font-size: 28px;
  }
}

@media (max-width:700px) {

  body #product .like_large {
    display: block;
  }

  body #product .calories-row span.pfc {
    font-size: 14px !important;
  }

  #product .calories-row {
    font-size: 14px;
    margin: 0;
  }

  #product .calories-row .pfc-row {
    margin-top: 0 !important;
  }

}

@media (max-width:670px) {

  body #product ul.sticker_box .ribbon {
    width: 39px !important;
    height: 39px !important;
    display: flex;
    align-items: center;

  }

  body #product .ribbon span {
    font-size: 14px !important;
    line-height: 32px !important;
  }

  body #product ul.sticker_box li img {
    max-width: 39px !important;
  }

  .bju_icon.gift_item_icon .bju_modal {
    right: 50%;
    margin-right: -175px;
    bottom: -111%;
    left: auto;
  }

  body .bju_modal {
    right: 50%;
    margin-right: -175px;
    bottom: -150%;
    left: auto;
  }

  body .product_content_wrapper .price-new-live,
  body .product_content_wrapper span.final-price.actual_price {
    font-size: 32px !important;
  }

}

@media (max-width:640px) {
  .help_item a span br {
    display: block;
  }

  .help_item {
    margin-bottom: 14px;
    width: 85px;
  }

  .faq_modal_wrapper.show {
    max-width: 420px;
    margin-left: -210px;
    top: 0;
    margin-top: 20px;
    padding: 20px 20px;
  }

  body .attr_box_wrapper .attr_box {
    width: 100%;
  }

  body .attr_box_wrapper .help_panel {
    width: 100%;
    display: flex;
    padding-left: 0;
    margin-top: 0px;
    justify-content: space-between;
    order: -1;
  }

  body .help_panel .help_item a span {
    font-size: 14px;
  }

  body .help_panel .help_item a {
    display: block;
    text-align: center;
  }

  body .help_panel .help_item a span {
    display: block;
  }

  body .help_panel .help_item a img {
    margin-right: 0;
    margin-bottom: 8px;
  }

  body #product .calories-row span.pfc {
    font-size: 14px !important;
    white-space: nowrap;
  }

  #product .calories-row {
    font-size: 14px;
    margin: 0;
  }

  #product .calories-row .pfc-row {
    margin-top: 0 !important;
  }

  body .product_content_wrapper .price-new-live,
  body .product_content_wrapper span.final-price.actual_price {
    font-size: 27px !important;
  }
}

@media (max-width:620px) {
  body .product_content_wrapper .input-quantity-container input.form-control[type="text"] {
    min-width: 40px;
    font-size: 17px;
  }

  .help_item a {
    display: flex;
    flex-wrap: wrap;
  }

  .help_item a span {
    display: block;
    width: 100%;
  }

  .help_item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .help_item a img {
    margin-right: 0;
  }

  .attr_box_wrapper .attr_box {
    width: calc(100% - 118px);
  }

  body .help_panel {
    width: 20%;
  }
}

@media (max-width:576px) {
  body .product_content_wrapper #dop-options .form-group {
    margin-bottom: 3px;
  }

  body .input-quantity-container .input-quantity-controller {
    flex: 0 0 30px;

  }
}

@media (max-width:570px) {
  .product_content_box.no_mob_ext .product_col.images {
    width: 100%;
  }

  .product_content_box.no_mob_ext .product_col:not(.images) {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }

  body .recomended_box_content .product-layout.prod-cust .product-thumb .price_box {
    padding-left: 7px;
    padding-right: 7px;
  }

  body .recomended_box_content .product-thumb .price-old {
    position: static;
    margin-top: -10px;
    margin-left: 10px;
  }

  body .product-thumb .price-old {
    top: 18px;
  }

  body .product-thumb .product-thumb-body {
    padding-left: 7px;
    padding-right: 7px;
  }

  body .product-thumb .button-group button span.label-add {
    font-size: 12px;
  }

  .product_param_info {
    margin-bottom: 25px;
  }

  body .product_param_info .radio label {
    margin-right: 7px;
  }

  body .product_content_wrapper .actual_price {
    margin-left: 0;

  }

  body .product_content_wrapper .input-quantity-container {
    max-width: 135px;
  }

  body .product_content_wrapper .input_option_box {
    justify-content: flex-end;
  }
}

@media (max-width:540px) {
  body .product_wrapper .product_content .product_content_box .images_additional_box {
    border-radius: 12px 12px 0 0;
  }

  .product_col.images {
    width: 100%;
  }

  body .images_additional_box .images_additional,
  body .product_wrapper .product_col .images_additional .thumbnail {
    height: 360px;
  }

  html body .product_content_box .product_col:not(.images) {
    height: auto;
    border-radius: 0 0 12px 12px;
  }

  body .bju_modal {
    right: initial;
    margin-right: 0;
    bottom: -150%;
    left: 0;
  }

  .bju_icon.gift_item_icon .bju_modal {
    right: auto;
    margin-right: -175px;
    bottom: -111%;
    left: 0;
  }

  body .product_attr_info .bju_icon .bju_modal {
    padding: 10px;
    bottom: -120%;
    left: 0;
  }

  body .product_attr_info .bju_icon.gift_item_icon .bju_modal {
    padding: 10px;
    bottom: -10px;
    left: -160%;
  }

  div#empty_box {
    margin-bottom: 0;
    margin: 0;
    display: block;
  }

  div#empty_box .radio {
    margin-bottom: 0;
  }

  .product_content_box .product_col:not(.images) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product_col:first-child,
  .product_content_box .product_col:not(.images) {
    width: 100%;
  }

  body .product_content_box .images_additional_box {
    border-radius: 12px 12px 0 0px;
  }

  body .help_panel {
    padding-left: 0;
  }
}

@media (max-width:480px) {
  html body a.imcallask-btn-mini {
    bottom: 100px !important;
  }

  body .table-bordered>tbody>tr>td,
  body .table-bordered>tbody>tr>th,
  body .table-bordered>tfoot>tr>td,
  body .table-bordered>tfoot>tr>th,
  body .table-bordered>thead>tr>td,
  body .table-bordered>thead>tr>th {
    vertical-align: middle;
  }

  body .fixprice_mobile_box .final-price .price_old {
    font-size: 14px !important;
    position: relative !important;
    top: 5px !important;
    bottom: auto;
    left: 0;
  }

  span.price-old-live.one_price {
    top: 3px;
  }

  body #dop-options .input_option_box .radio label span {
    width: 110px;
    text-align: center;
    justify-content: center;
  }

  .faq_modal_wrapper.show {
    max-width: 300px;
    margin-left: -150px;
    top: 0;
    margin-top: 20px;
    padding: 20px 20px;
  }

  html body .product_content_wrapper .price_box {
    padding-right: 0;
    padding-top: 0;
    order: -1;
    padding-left: 0;
  }

  body #product .input_option_box {
    margin-top: 0;
  }

  body .product_content_wrapper #dop-options .form-group {
    margin-bottom: 0;
  }


  #product #dop-options .input_option_box .radio {
    margin-top: 0;
    margin-bottom: 0;
  }

  body .product_content_wrapper .price_box {
    padding-right: 0;
    padding-top: 0;
  }

  .product_content_wrapper .product_param_info {
    display: flex;
    width: 100%;
    margin-top: 25px;
    justify-content: space-between;
  }

  body .product_calc_box.input-quantity-wrapper {
    margin-top: 15px;
  }

  body .product_content_wrapper .input-quantity-container {
    max-width: 135px !important;
  }

  .product_content_wrapper .product_param_info .radio label {
    padding-left: 0;
    padding-right: 5px;
  }

  body .product_wrapper .cater-gift-name {
    width: auto;
    height: auto;
  }

  body .product_content_box .product_col:not(.images).in_stop_list {
    height: 281px;
  }

  body .in_stop_list .product_param_info {
    margin-bottom: 0;
  }

  body #payments-button-popup .accordion-menu>div>a .small-subheading {
    padding: 5px 50px 13px 45px;
    font-size: 14px;
  }

  body #payments-button-popup .accordion-menu>div {
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 35px;
  }

  body #imcallask-form-container-popup.modal .modal-dialog h4 {
    font-size: 26px;
    background: none;
  }

  .modal-open .modal {
    padding-left: 17px;
    padding-right: 17px;
    z-index: 9999999;
  }

  body .modal-backdrop {
    z-index: 999999;
  }

  #cara_1_mobile .ribbon,
  #cara_2_mobile .ribbon,
  #cat_inn .ribbon,
  #tab-hit .ribbon,
  #tab-lat .ribbon,
  ul.sticker_box li img {
    max-width: 39px;
    max-height: 39px;
  }

  body #product ul.sticker_box .ribbon {
    margin-bottom: 10px;
  }

  body #product ul.sticker_box li {
    margin-bottom: 10px;
    padding: 5px;
    padding-right: 0;
  }

  body .product_header {
    margin-top: 0;
  }

  body .product_content .breadcrumbs {
    margin-bottom: 4px !important;
  }

  body .h1 {
    text-decoration-color: #FFED00;
    text-decoration-thickness: 5px;
    text-underline-offset: -7px;
    font-family: 'Roboto_Bold';
    font-weight: 400;
  }

  .fixprice_mobile_box {
    position: fixed;
    display: block;
    bottom: 69px;
    width: 100%;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 90;
    align-items: center;
    padding: 0 16px;
    box-shadow: 15px 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 0px 0px;
    max-height: 55px;
  }

  .fixprice_mobile_box .price_box {
    padding-left: 0;
    position: relative;
  }

  .fixprice_mobile_box .price_box.one_price {
    position: relative;
    top: 0px;
  }

  .fixprice_mobile_box div#dop-options {
    border: 2px solid #EF7F1A;
    border-radius: 6px;
    width: auto;
    height: 34px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 10px;
    padding-right: 10px;
  }

  .fixprice_mobile_box div#dop-options:after {
    content: '';
    display: block;
    background: url(/image/icons/arrow_down_select.svg) 90% center no-repeat;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -3.5px;
  }

  .fixprice_mobile_box div#dop-options.open:after {
    content: '';
    display: block;
    background: url(/image/icons/arrow_up_select.svg) 90% center no-repeat;
    width: 12px;
    height: 7px;
    position: absolute;
    bottom: 12px;
    right: 9px;
    margin-top: -3.5px;
    top: auto;
  }

  .fixprice_mobile_box .price_box span.special_price {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 10px !important;
    line-height: 12px !important;
    text-decoration-line: line-through;
    color: #6F6F6F !important;
    margin-top: 5px;
    top: 30px !important;
    left: 0px !important;
  }

  .fixprice_mobile_box #dop-options .radio input[type=radio]:checked+span {
    display: none;
  }

  body .fixprice_mobile_box #dop-options .input_option_box .radio label span {
    padding: 0;
    border: none;
    display: block;
    width: 100%;
    height: auto;
    font-weight: normal;
    color: #2B2A29;
  }

  .fixprice_mobile_box span.mob_cur_option {
    padding: 5px 15px;
    height: 34px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    color: #2B2A29;
  }

  body .fixprice_mobile_box .product-price-desktop {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .fixprice_mobile_box div#dop-options .form-group {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% + 0px);
    padding: 0;
    justify-content: flex-start;
    border: none;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
    background: #ffffff;
    padding-top: 5px;
    display: none;
  }

  body .fixprice_mobile_box #dop-options .form-group {
    position: relative;
    z-index: 1;
  }

  div#dop-options.open {
    background: url(/image/icons/arrow_up_select.svg) 90% center no-repeat;
    height: auto;
    border-top: none;
    border-radius: 6px;
    border: 2px solid #EF7F1A;
    padding-top: 2px;
    background: #ffffff;
  }

  .fixprice_mobile_box div#dop-options.open .form-group {
    display: block;
    top: 4px;
  }

  .fixprice_mobile_box button#button-cart-mob {
    max-width: 159px;
    height: 34px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 6px;
  }

  div#dop-options.open span.mob_cur_option {
    height: 29px;
  }

  .fixprice_mobile_box .radio label {
    padding-left: 0;
  }

  .fixprice_mobile_box .btn_product {
    width: auto;
  }

  .fixprice_mobile_box #dop-options .input_option_box .radio {
    margin: 0;
    padding-bottom: 5px;
    width: 100%;
    padding-left: 11px;
  }

  body .recomended_box .product_bottom_box {

    width: 91%;

  }

  body .product_count_in_cart.in_cart+button.button_cart_product {
    display: none;
  }

  .product-thumb .button-group button.button_cart_product {
    display: flex;
  }

  .title_name_review {
    width: 100%;
    margin-bottom: 20px;
  }

  .col-sm-8.col-xs-12.rating-row {
    display: flex;
    align-items: center;
  }

  #form-review .rating-row p {
    margin-bottom: 0;
  }

  form#form-review {
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    width: calc(100% - 16px);
    z-index: 99999999;
    background: #ffffff;
    padding: 24px;
    margin-top: 0;
    margin-left: -48%;
    border-radius: 12px;
    padding-bottom: 24px !important;
  }

  form#form-review .buttons.clearfix .pull-left {
    flex-wrap: wrap;
  }

  form#form-review .rating-row .alert.alert-danger {
    top: 0;
  }

  .close_mob {
    display: block;
  }

  #form-review .rating-row {
    padding-top: 15px;
    width: 100%;
    margin-bottom: 10px;
  }

  .file_upload_review {
    margin-left: 0;
    order: -2;
    margin-bottom: 11px;
  }

  button#button-review {
    width: 100%;
  }

  #product-tabs-accordion .product-review-title {
    font-size: 21px;
    display: flex;
    justify-content: space-between;
    color: #6F6F6F;
  }

  .mob_review {
    display: block;
  }

  form#form-review {
    display: none;
  }

  .mob_review_btn {
    background-color: #7fc754;
    margin-left: 0;
    float: none;
    display: block;
    border-radius: 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
  }

  body #dop-options .input_option_box .radio label span {
    font-size: 14px;
    padding: 9px 12px;
    border-radius: 6px;
    height: 32px;
    display: flex;
    align-items: center;
    border: 2px solid #dddddd;
    margin: 0;
    white-space: nowrap;
  }

  body .product_content_wrapper .price-new-live,
  body .product_content_wrapper span.final-price.actual_price {
    font-size: 38px !important;
  }

  body .product_content_wrapper .input-quantity-container input.form-control[type="text"] {
    min-width: 56px;
    font-size: 17px;
  }

  body .input-quantity-container .input-quantity-controller {
    flex: 0 0 40px;
  }


  body .product_col .images_additional .thumbnail {
    height: 373px;
  }

  .images_additional_box .images_additional {
    height: 373px;
  }

  .rating a {
    font-size: 12px;
  }

  body .rating {
    width: 100%;
    min-width: auto;
  }

  .product_col:first-child {
    max-height: 373px;
  }

  body .rating>p {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .attr_box_wrapper .attr_box {
    width: calc(100% - 93px);
  }

  .help_item a span {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    margin-top: 6px;
  }

  .description_box .title+p {
    font-size: 14px;
  }

  .col_bottom {
    margin: 0;
    padding: 10px;
    padding-top: 0;
  }

  body .product_content_wrapper {
    padding-top: 19px;
  }

  body .product_content_wrapper {
    padding-top: 19px;
    position: relative;
  }

  #product div#dop-options {
    position: static;
    bottom: 0;
    right: 0;
  }
}

@media (max-width:460px) {
  .fixprice_mobile_box div#dop-options {
    margin-left: -60px;
  }

  body .product_content_wrapper .price-new-live,
  body .product_content_wrapper span.final-price.actual_price {
    font-size: 33px !important;
  }

  body #product .input_option_box {
    width: 130px;
  }

  body #product .radio label {
    padding-left: 0;
    margin-bottom: 10px;
  }

  body #dop-options .input_option_box .radio label span {
    font-size: 16px;
    padding: 9px 18px;
  }

  body #product .input_option_box {
    width: 130px;
  }

  #product #dop-options .input_option_box .radio {
    margin-bottom: 0;
  }
}

@media (max-width:420px) {
  .fixprice_mobile_box div#dop-options {
    margin-left: -80px;
  }

  body .product_attr_info .bju_icon.gift_item_icon .bju_modal {
    padding: 10px;
    bottom: -30px;
    left: -160%;
    max-width: 200px;
  }

  body #product .calories-row .pfc-row {
    margin: 0;
    text-align: left;
  }

  body #product .calories-row .pfc-row span {
    padding-left: 0;
    padding-right: 0;
  }

  body .product_attr_info .bju_icon .bju_modal {
    max-width: 280px;
  }
}

@media (max-width:360px) {
  body .help_panel .help_item a span {
    display: block;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
  }

  body .attr_box_wrapper .help_panel {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  body .help_panel .help_item {
    width: 49%;
  }

  body #imcallask-form-container-popup.modal .modal-dialog h4 {
    font-size: 23px;
    background: none;
  }

  .fixprice_mobile_box div#dop-options {
    margin-left: -80px;
    width: auto;
    padding-right: 10px;
  }

  .fixprice_mobile_box {
    padding: 0 10px;
  }

  body .product-list .product-thumb .button-group {
    overflow: hidden;
  }

  .product-thumb .button-group button.button_cart_product {
    width: 100%;
    display: flex;
  }

  .product_wrapper .recomended_box_content.owl-carousel {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .attr_box_wrapper .attr_box {
    width: 100%;
  }

  body .help_panel {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .col_bottom {
    margin-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding: 10px;
    margin-top: 0;
    padding-top: 0;
  }

  .product_col:first-child {
    max-height: 320px;
  }

  body .product_content_box .product_col:not(.images) {
    height: auto;
  }

  body .images_additional_box .images_additional {
    height: 320px;
    margin-bottom: 0;
  }

  body .product_col .images_additional .thumbnail {
    height: 320px;
    margin-bottom: 0;
  }

  .description_box .title+p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #6F6F6F;
  }

  form#form-review {
    padding: 12px 24px;
  }

  body .product_content_wrapper span.special_price {
    right: 0px;
    left: auto !important;
  }

  .fixprice_mobile_box .price_box span.special_price {
    left: 0px !important;
  }
}

@media (max-width:359px) {
  body .product_content_wrapper .price-new-live,
  body .product_content_wrapper span.final-price.actual_price {
    font-size: 27px !important;
  }
}