.modal-body img{
  width: 100%;
}
.unipop__item_subs{
  display: none!important;
}
.top_bar > .radio label {
  border: #ccc 1px solid;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
}
.label-radio-chkd {
  opacity: 1;
  outline: #000 2px solid !important;
  border: 1px solid #000!important;
  font-weight: 800!important;
  outline-offset: -1px;
  margin-right: -1px;
  z-index: 2;
}
.top_bar > .radio label {
  border: #ccc 1px solid;
  border-right: none;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
  position: relative;
}
.top_bar >.radio:nth-child(n + 5) > label {
  border-top: none;
}
.top_bar >.radio:last-child > label {
  border-right: #ccc 1px solid;
}
.top_bar >.radio:nth-child(4n) > label {
  border-right: #ccc 1px solid;
}
.top_bar > .radio {
  position: relative;
  display: inline-block;
  margin-top: 0px!important;
  margin-bottom: -1px;
  margin-right: -5px;
  width: 25%;
}
.top_bar{
  text-align: center;
  margin-bottom: 10px;
}


.option_box > .form-group > .control-label{
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(51, 51, 51);
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
}
.product_home{
	text-align: center;
}
.button-cart-shop {
  float: none;
  margin: auto;
  display: inline-block;
}

.btn-custom-whishlist{
	width: 45px;
  padding: 11px 11px 9px;
  display: inline;
  margin-top: 0!important;
  border: 1px solid #cbcbcb;
  background: transparent;
}

.price_name h2, .price_name div:first-child {
      text-decoration: none;
    font-size: 10px;
    line-height: normal;
    overflow: hidden;
    line-height: 1.2;
    text-align: left;
    min-height: 36px;
    max-height: 36px;
    margin-bottom: 5px;
}
@media (max-width: 767px){
  .price_name h2 {
    font-size: 13px;
  }
}
.custom-sale-product-block{
  position: absolute;
  font-size: 13px;
  left: 125px;
  top: 15px;
  width: 125px;
  text-align: center;
}
.product_for_cart{
	padding: 0 30px;
}
.unipop__container {
  position: fixed;
  left: 40px;
  bottom: 60px;
  z-index: 100;
  font-weight: 500;
}

.unipop__item_chat {
  background-image: url(/image/custom-product-image/unipop_chat.svg)!important;
}

.unipop__item {
  transition: width 500ms;
  width: 48px;
  height: 48px;
  background-color: #e83841!important;
  margin-right: 16px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.24);
  background-repeat: no-repeat!important;
  background-position: 12px 12px!important;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 48px;
  line-height: 48px;
  cursor: pointer;
}


.unipop__item-text {
  width: 200px;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  margin-bottom: 3px;
}
.unipop__item-text-2 {
  width: 200px;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  margin-bottom: 3px;
}

.unipop__item:hover, .unipop__item_open {
  width: 248px;
  overflow: visible;
}

.unipop__item:hover .unipop__item-text, .unipop__item_open .unipop__item-text {
  opacity: 1;
  transition: opacity 500ms ease-in-out 100ms;
}
.unipop__item:hover .unipop__item-text-2, .unipop__item_open .unipop__item-text-2 {
  opacity: 1;
  transition: opacity 500ms ease-in-out 100ms;
}

.unipop__item_subs {
  background-image: url(/image/custom-product-image/unipop_subs.svg);
}

.unipop__item_subs.unipop__item_open {
    width: 314px;
}

.unipop__item_chat.unipop__item_open {
    width: 190px;
}


.sub-popup-feb18__closemin {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(/image/custom-product-image/unipop_close_red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.unipop__item_open .sub-popup-feb18__closemin {
    display: none;
}

.sub-popup-feb18__popup {
    position: absolute;
    left: 0;
    bottom: 64px;
    width: 310px;
    padding: 16px 16px 20px;
    border-radius: 24px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    background: #fff;
    cursor: default;
    border: 1px solid #ccc;
    line-height: 18px;
}


.sub-popup-feb18__close {
    position: absolute;
    left: 100%;
    top: -12px;
    cursor: pointer;
    overflow: hidden;
    background-color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(/image/custom-product-image/unipop_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}


.sub-popup-feb18__offer {
    margin-bottom: 18px;
}
.sub-popup-feb18__textinp-cont {
    margin-bottom: 24px;
}

.sub-popup-feb18__input {
    width: 273px;
    box-sizing: border-box;
}
.sub-popup-feb18__buttons {
    font-size: 0;
    text-align: center;
}

.sub-popup-feb18__offer-details {
    margin-top: 12px;
    text-align: center;
}


.link_blue, .link_blue:hover {
    color: #5983f0;
}

.sub-popup-feb18__countdown {
    margin-top: 28px;
    color: #999;
}
.sub-popup-feb18__countdown {
    margin-top: 28px;
    color: #999;
}

.sub-popup-feb18__button {
    width: 145px;
}

.button_blue, .button_blue.button_disabled, .button_blue.button_inprogress {
    color: #fff;
    background-color: #5983f0;
    font-size: 14px;
}


.modal-title {
    display: -webkit-inline-box;
    margin: 0;
    line-height: 1.42857143;
}
.product-sticker-new img {
  height: 24px;
  margin: 4px 3px;
}

.new_link_modal{
	text-transform: uppercase!important;
    color: #9c9c9c!important;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}

.product_for_cart .cart_wishlist a.new_link_modal{
	text-transform: uppercase!important;
    color: #9c9c9c!important;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}


.new_link_modal_block{
	    margin: 10px 0 20px 0;
}

.new-shipping-block{
	margin: 0 0 20px 0;
	font-size: 11px;
}
.new-shipping-date{
	color: rgb(126, 212, 119);
  font-family: ProximaNova-Semibold, Verdana, Arial, sans-serif;
}

.advantages-child-block{
    padding: 20px 5px;
}
.advantages-block{
  margin: 20px 0;
  padding: 0;
}
.child-block-description {
  font-size: 9px;
  line-height: 1.7;
  color: rgb(51, 51, 51);
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
}
.child-block-title{
  font-size: 12px;
  min-height: 32px;
  color: #000;
  font-weight: 600;
  margin: 0;
  color: rgb(51, 51, 51);
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
}

.custom-featured-title{
  width: 300px;
  text-align: center;
  margin: auto;
  border-bottom: 1px solid rgba(204, 204, 204, 0.29);
}
footer .stripe_one .panel-heading {
    background: transparent;
}


.panel {
    background-color: transparent;
}

footer .stripe_one [aria-expanded="true"] {
    background: #fff;
    color: #000;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
}



.mobile-container-button-cart{
    padding: 10px;
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    bottom: 0;
    z-index: 1000;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 991px) {
    .mobile-container-button-cart{
        display: flex;
        align-items: center;
    }
}

.mobile-module-product > .custom_product_module_product > .text_h {
    font-size: 12px;
    padding: 10px;
    font-weight: 600;
    letter-spacing: .1em;
}

.mobile-module-product > .custom_product_module_product > .row > #custom-product-featured > .product_category:last-child{
    display: none;
}


.mobile-module-product > .custom_product_module_product > .row > #custom-product-featured > .product_category {
  height: 260px;
}
.product_caption {
  height: 250px;
}

.product_caption .image{
    margin-bottom: 10px;
}

.product_home h2, .product_home .price-span {
  color: rgb(51, 51, 51);
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
}

.custom-mobile-sale-product-block{
  display: inline-block;
  background: #f1ff82;
  padding: 3px;
  border-radius: 4px;
}
.custom-mobile-sale-product-block:after {
  content: "";
  display: block;
  position: absolute;
  left: 36px;
  top: -10px;
  width: 0;
  height: 0;
  border-color: transparent transparent #f1ff82;
  border-style: solid;
  border-width: 0 0 10px 12px;
}


@media (max-width: 991px){
  footer .text_sub {
    font-size: 11px;
    font-weight: 600;
    color: #444;
  }
  .custom-sale-product-block {
    display: none;
  }
}
