@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(../fonts/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoadNc.ttf) format('truetype')
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(../fonts/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLCwM4.ttf) format('truetype')
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(../fonts/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoadNc.ttf) format('truetype')
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYag.ttf) format('truetype')
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7CA.ttf) format('truetype')
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYag.ttf) format('truetype')
}

.fixed_buysafe,
.fixed_doctor {
  display: none
}

body.screen_on_form .fixed_upsell .upsell_wrapper .cart_button a {
  opacity: 0 !important
}

@media (max-width:768px) {

  body.screen_on_form .fixed_upsell,
  body.screen_on_form .fixed_widget__container {
    opacity: 0 !important;
    z-index: -5
  }
}

.fixed_upsell .upsell_wrapper .cart_button a,
.fixed_widget__container {
  transition: 1s opacity
}

.fixed_upsell {
  width: 100%;
  height: 70px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  position: fixed;
  bottom: 0;
  z-index: 18;
  background: #911431;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #911431), color-stop(100%, #cc2048));
  background: linear-gradient(to bottom, #911431 0, #cc2048 100%);
  filter: ;
  progid: DXImageTransform.Microsoft.gradient(startColorstr='#911431', endColorstr='#cc2048', GradientType=0);
  transition: 1s transform;
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  font-family: 'Roboto Condensed', sans-serif;
  min-width: 320px;
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#911431', endColorstr='#cc2048', GradientType=0);
}

.fixed_upsell .upsell_wrapper {
  max-width: 900px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center
}

.fixed_upsell .upsell_wrapper .cart_button {
  margin-left: auto;
  margin-top: 10px;
  margin-right: 12px
}

@media (max-width:767px) {
  .fixed_upsell {
    height: 55px
  }

  .fixed_upsell .upsell_wrapper .cart_button {
    margin-top: 3px;
    margin-right: auto
  }
}

@media (max-width:450px) {
  .fixed_upsell .upsell_wrapper .cart_button {
    margin-right: 0
  }
}

.fixed_upsell .upsell_wrapper .cart_button a {
  display: block;
  text-shadow: 1.5px 1.3px 6px rgba(0, 0, 0, .66);
  color: #fff600;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding-top: 8px;
  font-style: italic;
  background-image: url(../images/sprite.png);
  background-position: 0 -142px;
  width: 259px;
  height: 58px
}

.fixed_upsell .upsell_wrapper .price_container {
  display: -ms-flexbox;
  display: flex;
  margin-right: 33px
}

@media (max-width:830px) {
  .fixed_upsell .upsell_wrapper .price_container {
    margin-left: 10px;
    margin-right: 0
  }
}

@media (max-width:767px) {
  .fixed_upsell .upsell_wrapper .cart_button a {
    font-size: 16px;
    padding-top: 12px;
    background-image: url(../images/sprite.png);
    background-position: -131px -269px;
    width: 132px;
    height: 45px
  }

  .fixed_upsell .upsell_wrapper .price_container,
  .fixed_upsell .upsell_wrapper .product_discount {
    display: none
  }
}

.fixed_upsell .upsell_wrapper .price_container .old_price {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-top: 21px;
  padding-left: 5px;
  padding-right: 4px;
  position: relative
}

.fixed_upsell .upsell_wrapper .price_container .old_price:before {
  content: '';
  width: 46px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 17px;
  background: #fff;
  -ms-transform: rotate(30deg);
  transform: rotate(30deg)
}

.fixed_upsell .upsell_wrapper .price_container .price {
  color: #000;
  font-size: 39px;
  font-weight: 400;
  position: relative;
  padding-top: 17px;
  padding-left: 22px;
  padding-right: 15px
}

.fixed_upsell .upsell_wrapper .price_container .price:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0;
  background-image: url(../images/sprite.png);
  background-position: -319px 0;
  width: 93px;
  height: 73px
}

.fixed_upsell .upsell_wrapper .product_discount {
  text-shadow: 1.5px 1.3px 6px rgba(0, 0, 0, .66);
  color: #fff600;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -5px;
  padding-top: 6px
}

@media (max-width:880px) {
  .fixed_upsell .upsell_wrapper .product_discount {
    font-size: 44px
  }
}

.fixed_upsell .upsell_wrapper .product_discount i {
  font-style: normal;
  font-size: 19px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -1px
}

@media (max-width:880px) {
  .fixed_upsell .upsell_wrapper .product_discount i {
    font-size: 14px
  }
}

.fixed_upsell .upsell_wrapper .product_discount span.procent {
  font-size: 44px;
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-left: 5px;
  padding-top: 8px;
  margin-right: 5px
}

@media (max-width:880px) {
  .fixed_upsell .upsell_wrapper .product_discount span.procent {
    line-height: 49px
  }
}

.fixed_upsell .upsell_wrapper .product_discount span.procent span {
  display: block;
  font-size: 18px;
  line-height: 18px
}

@media (max-width:880px) {
  .fixed_upsell .upsell_wrapper .product_discount span.procent span {
    display: none
  }
}

.fixed_upsell .upsell_wrapper .product_discount span.transform {
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  display: inline-block;
  vertical-align: top;
  font-size: 76px;
  margin-top: -2px
}

@media (max-width:880px) {
  .fixed_upsell .upsell_wrapper .product_discount span.transform {
    display: none
  }
}

.fixed_upsell .upsell_wrapper .product_discount_mobile {
  display: none
}

@media (max-width:767px) {
  .fixed_upsell .upsell_wrapper .product_discount_mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 53px;
    font-weight: 700;
    text-shadow: 1.5px 1.3px 6px rgba(0, 0, 0, .66);
    color: #fff600;
    padding-top: 3px;
    padding-left: 5px;
    line-height: 41px;
    margin-top: 5px
  }
}

@media (max-width:450px) {
  .fixed_upsell .upsell_wrapper .product_discount_mobile {
    font-size: 38px;
    margin-left: 0
  }

  .fixed_upsell .upsell_wrapper .product_discount_mobile span {
    font-size: 28px;
    line-height: 41px;
    vertical-align: top
  }
}

.fixed_upsell .upsell_wrapper .timer {
  position: relative;
  margin-left: auto;
  padding-left: 61px
}

@media (max-width:767px) {
  .fixed_upsell .upsell_wrapper .timer {
    padding-left: 53px;
    margin-right: auto
  }
}

@media (max-width:450px) {
  .fixed_upsell .upsell_wrapper .timer {
    padding-left: 7px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
  }
}

.fixed_upsell .upsell_wrapper .timer span {
  color: #fff;
  font-weight: 400;
  display: block;
  padding-left: 24px;
  padding-top: 7px
}


.fixed_upsell .upsell_wrapper .timer strong {
  text-shadow: 1.5px 1.3px 6px rgba(0, 0, 0, .66);
  color: #fff600;
  font-size: 34px;
  font-weight: 700;
  display: block;
  height: 42px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .4) 26%, rgba(0, 0, 0, .4) 29%, transparent 99%, transparent 100%);
  margin-left: -20px;
  padding-left: 44px;
  display: flex;
  align-items: center;
}
body .fixed_upsell .upsell_wrapper .timer strong span.ssswqwd, i {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 34px;
  text-shadow: 1.5px 1.3px 6px rgba(0, 0, 0, .66);
  color: #fff600;
  font-weight: 700;
}

.fixed_upsell .upsell_wrapper .timer:after,
.fixed_upsell .upsell_wrapper .timer:before {
  content: '';
  position: absolute;
  background-image: url(../images/sprite.png)
}

@media (max-width:450px) {
  .fixed_upsell .upsell_wrapper .timer span {
    padding-top: 2px
  }

  .fixed_upsell .upsell_wrapper .timer strong {
    margin-left: 0;
    padding-left: 24px;
    height: auto
  }
  body .fixed_upsell .upsell_wrapper .timer strong span.ssswqwd, i {
    font-size: 20px;
  }
}

.fixed_upsell .upsell_wrapper .timer:after {
  left: 0;
  top: -3px;
  background-position: -319px -147px;
  width: 71px;
  height: 72px
}

@media (max-width:767px) {
  .fixed_upsell .upsell_wrapper .timer strong {
    font-size: 19px
  }

  .fixed_upsell .upsell_wrapper .timer:after {
    top: -12px
  }
}

@media (max-width:450px) {
  .fixed_upsell .upsell_wrapper .timer:after {
    top: -4px;
    left: -1px;
    background-image: url(../images/sprite.png);
    background-position: -259px -84px;
    width: 35px;
    height: 53px
  }
}

.fixed_upsell .upsell_wrapper .timer:before {
  left: -35px;
  top: 0;
  background-position: 0 -200px;
  width: 136px;
  height: 69px
}

@media (max-width:450px) {
  .fixed_upsell .upsell_wrapper .timer:before {
    top: -10px;
    left: -61px
  }

  body.lang_ro .fixed_upsell .upsell_wrapper .timer {
    margin-left: 10px
  }
}

body.lang_gb .popup#upsell .popup_container .current_product .text .product_discount {
  font-size: 115px
}

@media (max-width:900px) {
  body.lang_de .fixed_upsell .upsell_wrapper .timer span {
    font-size: 14px
  }
}

@media (max-width:767px) {
  .fixed_upsell .upsell_wrapper .timer:before {
    top: -10px
  }

  body.lang_de .fixed_upsell .upsell_wrapper .timer span {
    font-size: 10px
  }
}

body.lang_de .fixed_upsell .upsell_wrapper .price_container .old_price:before {
  left: 6px;
  top: 17px;
  width: 61px
}

body.lang_de .popup#upsell .popup_container .current_product .text .product_discount {
  font-size: 100px
}

body.lang_de .popup#upsell .popup_container .from_container .text .subtitle {
  font-size: 23px
}

body.lang_de .popup#upsell .popup_container .from_container .text .product_price .left_side .save {
  font-size: 17px
}

body.lang_de .popup#upsell .popup_container .upsell_header .alert span {
  word-break: break-all
}

@media (max-width:767px) {
  body.lang_de .popup#upsell .popup_container .upsell_header .alert span {
    font-size: 10px;
    min-width: 54px
  }
}

body.lang_de .popup#upsell .popup_container .current_product .text .product_price .left_side .save {
  font-size: 17px
}

body.lang_fr .fixed_upsell .upsell_wrapper .price_container {
  margin-right: 15px
}

body.lang_fr .fixed_upsell .upsell_wrapper .price_container .old_price:before {
  left: 8px;
  top: 17px;
  width: 59px
}

body.lang_fr .fixed_upsell .upsell_wrapper .product_discount {
  font-size: 64px
}

body.lang_fr .fixed_upsell .upsell_wrapper .product_discount i {
  font-size: 19px
}

@media (max-width:880px) {
  body.lang_fr .fixed_upsell .upsell_wrapper .price_container {
    margin-right: 0
  }

  body.lang_fr .fixed_upsell .upsell_wrapper .product_discount i {
    font-size: 15px
  }

  body.lang_fr .fixed_upsell .upsell_wrapper .product_discount {
    font-size: 44px
  }
}

body.lang_fr .fixed_upsell .upsell_wrapper .product_discount span.transform {
  font-size: 34px;
  margin-top: 16px
}

body.lang_fr .fixed_upsell .upsell_wrapper .product_discount span.procent span {
  font-size: 18px;
  line-height: 18px
}

@media (max-width:880px) {
  body.lang_fr .fixed_upsell .upsell_wrapper .product_discount span.procent span {
    font-size: 18px
  }
}

body.lang_fr .fixed_upsell .upsell_wrapper .cart_button a {
  font-size: 20px;
  line-height: 37px
}

@media (max-width:900px) {
  body.lang_fr .fixed_upsell .upsell_wrapper .cart_button a {
    font-size: 24px;
    line-height: 19px
  }
}

@media (max-width:767px) {
  body.lang_fr .fixed_upsell .upsell_wrapper .cart_button a {
    font-size: 12px;
    line-height: 11px
  }
}

body.lang_fr .popup#upsell .popup_container .from_container .text .subtitle {
  font-size: 22px
}

body.lang_fr .popup#upsell .popup_container .current_product .text .product_name {
  font-size: 21px
}

body.lang_fr .popup#upsell .popup_container .current_product .text .product_discount {
  font-size: 65px
}

@media (max-width:600px) {
  body.lang_fr .popup#upsell .popup_container .timer_container .timer span {
    font-size: 15px
  }
}

@media (max-width:767px) {
  body.lang_fr .popup#upsell .popup_container .current_product .text .product_price .left_side .save {
    font-size: 20px
  }
}

body.lang_fr .fixed_upsell .upsell_wrapper .timer span {
  font-size: 12px
}

@media (max-width:600px) {
  body.lang_fr .fixed_upsell .upsell_wrapper .timer span {
    font-size: 11px
  }
}

body.lang_dk .popup#upsell .popup_container .current_product .text .product_name {
  font-size: 21px
}

body.lang_dk .popup#upsell .popup_container .current_product .text .product_discount {
  font-size: 100px
}

body.lang_fi .popup#upsell .popup_container .current_product .text .product_name,
body.lang_fi .popup#upsell .popup_container .current_product .text .product_price .left_side .save {
  font-size: 22px
}

body.lang_fi .popup#upsell .popup_container .upsell_header .alert span {
  word-break: break-all;
  padding-right: 10px
}

@media (max-width:767px) {
  body.lang_fi .popup#upsell .popup_container .upsell_header .alert span {
    min-width: 54px;
    padding-right: 5px
  }
}

body.lang_fi .popup#upsell .popup_container .current_product .text .product_discount {
  font-size: 88px
}

body.lang_fi .popup#upsell .popup_container .current_product .text .product_desc {
  font-size: 14px
}

body.lang_no .popup#upsell .popup_container .upsell_header .alert span {
  word-break: break-all;
  padding-right: 10px
}

body.lang_nl .popup#upsell .popup_container .current_product .text .product_discount {
  font-size: 93px
}

body.lang_nl .popup#upsell .popup_container .current_product .text .product_price .left_side .save {
  font-size: 23px
}

body.lang_nl .popup#upsell .popup_container .from_container .text .subtitle {
  font-size: 20px
}

body.lang_nl .popup#upsell .popup_container .current_product .text .product_name {
  font-size: 23px
}

body.lang_dk .popup#upsell .popup_container .current_product .text .product_desc {
  font-size: 14px
}

body.lang_it .fixed_upsell .upsell_wrapper .price_container .old_price:before {
  left: 6px;
  top: 17px;
  width: 61px
}

body.lang_it .fixed_upsell .upsell_wrapper .timer span {
  font-size: 12px
}

@media (max-width:470px) {
  body.lang_it .fixed_upsell .upsell_wrapper .timer span {
    font-size: 10px
  }
}

body.lang_es .fixed_upsell .upsell_wrapper .price_container {
  margin-right: 15px
}

body.lang_es .fixed_upsell .upsell_wrapper .price_container .old_price:before {
  width: 60px;
  left: 12px
}

body.lang_es .fixed_upsell .upsell_wrapper .timer span {
  padding-left: 10px;
  font-size: 12px
}

@media (max-width:767px) {
  body.lang_no .popup#upsell .popup_container .upsell_header .alert span {
    min-width: 54px;
    padding-right: 0
  }

  body.lang_es .fixed_upsell .upsell_wrapper .timer span {
    padding-left: 19px;
    font-size: 10px
  }
}

body.lang_es .fixed_upsell .upsell_wrapper .product_discount {
  font-size: 64px
}

@media (max-width:880px) {
  body.lang_es .fixed_upsell .upsell_wrapper .price_container {
    margin-right: 0
  }

  body.lang_es .fixed_upsell .upsell_wrapper .product_discount {
    font-size: 44px
  }
}

body.lang_es .fixed_upsell .upsell_wrapper .product_discount i {
  font-size: 19px
}

@media (max-width:880px) {
  body.lang_es .fixed_upsell .upsell_wrapper .product_discount i {
    font-size: 15px
  }

  body.lang_es .fixed_upsell .upsell_wrapper .product_discount span.procent span {
    font-size: 18px
  }
}

body.lang_es .fixed_upsell .upsell_wrapper .product_discount span.procent span {
  font-size: 18px;
  line-height: 13px
}

body.lang_es .fixed_upsell .upsell_wrapper .product_discount span.transform {
  font-size: 47px;
  margin-top: 12px
}

@media (max-width:900px) {
  body.lang_es .fixed_upsell .upsell_wrapper .product_discount span.transform {
    font-size: 30px
  }
}

body.lang_ro .fixed_upsell .upsell_wrapper .cart_button a {
  font-size: 28px;
  line-height: 38px
}

@media (max-width:767px) {
  body.lang_ro .fixed_upsell .upsell_wrapper .cart_button a {
    font-size: 15px;
    line-height: 20px
  }
}

body.lang_ro .fixed_upsell .upsell_wrapper .timer span {
  font-size: 12px;
  padding-left: 10px
}

@media (max-width:900px) {
  body.lang_ro .fixed_upsell .upsell_wrapper .product_discount span.transform {
    font-size: 50px
  }
}

body.lang_ro .fixed_upsell .upsell_wrapper .product_discount span.procent span {
  font-size: 16px
}

@media (max-width:900px) {
  body.lang_ro .fixed_upsell .upsell_wrapper .product_discount span.procent span {
    font-size: 14px
  }
}

body.lang_cz .fixed_upsell .upsell_wrapper .cart_button a {
  font-size: 28px
}

@media (max-width:767px) {
  body.lang_ro .fixed_upsell .upsell_wrapper .timer span {
    padding-left: 20px;
    line-height: 11px
  }

  body.lang_cz .fixed_upsell .upsell_wrapper .cart_button a {
    font-size: 15px
  }
}

body.lang_cz .fixed_upsell .upsell_wrapper .price_container .price {
  font-size: 27px;
  padding-top: 23px
}

body.lang_cz .fixed_upsell .upsell_wrapper .price_container .old_price:before {
  width: 92px;
  left: 12px;
  -ms-transform: rotate(20deg);
  transform: rotate(20deg)
}

body.lang_bg .fixed_upsell .upsell_wrapper .product_discount span.procent span {
  font-size: 16px
}

body.lang_bg .fixed_upsell .upsell_wrapper .product_discount span.transform {
  font-size: 53px
}

body.lang_hu .fixed_upsell .upsell_wrapper .timer span {
  font-size: 12px;
  padding-left: 15px
}

@media (max-width:767px) {
  body.lang_hu .fixed_upsell .upsell_wrapper .timer span {
    font-size: 11px
  }
}

@media (max-width:460px) {
  body.lang_hu .fixed_upsell .upsell_wrapper .timer span {
    font-size: 10px
  }
}

body.lang_hu .fixed_upsell .upsell_wrapper .cart_button {
  margin-left: 10px
}

@media (max-width:900px) {
  body.lang_hu .fixed_upsell .upsell_wrapper .cart_button {
    margin-left: auto;
    margin-right: 12px
  }
}

body.lang_hu .fixed_upsell .upsell_wrapper .product_discount {
  font-size: 64px
}

@media (max-width:880px) {
  body.lang_hu .fixed_upsell .upsell_wrapper .product_discount {
    font-size: 44px
  }
}

body.lang_hu .fixed_upsell .upsell_wrapper .product_discount i {
  font-size: 19px
}

@media (max-width:880px) {
  body.lang_hu .fixed_upsell .upsell_wrapper .product_discount i {
    font-size: 15px
  }
}

body.lang_hu .fixed_upsell .upsell_wrapper .product_discount span.procent span {
  font-size: 18px
}

body.lang_hu .fixed_upsell .upsell_wrapper .product_discount span.transform {
  font-size: 50px;
  margin-top: 10px
}

body.lang_lt .fixed_upsell .upsell_wrapper .cart_button a {
  font-size: 26px;
  line-height: 38px
}

@media (max-width:767px) {
  body.lang_lt .fixed_upsell .upsell_wrapper .cart_button a {
    font-size: 14px;
    line-height: 20px
  }
}

body.lang_lt .fixed_upsell .upsell_wrapper .timer span {
  font-size: 13px;
  padding-left: 13px
}

@media (max-width:767px) {
  body.lang_lt .fixed_upsell .upsell_wrapper .timer span {
    font-size: 11px;
    padding-left: 18px
  }
}

@media (max-width:752px) {
  body.lang_lt .fixed_upsell .upsell_wrapper .timer span {
    font-size: 10px
  }
}

body.lang_ee .fixed_upsell .upsell_wrapper .timer span {
  font-size: 14px
}

@media (max-width:460px) {
  body.lang_ee .fixed_upsell .upsell_wrapper .timer span {
    font-size: 12px
  }
}

@media (max-width:340px) {
  body.lang_ee .fixed_upsell .upsell_wrapper .timer span {
    font-size: 11px
  }
}

body.lang_lv .fixed_upsell .upsell_wrapper .timer span {
  font-size: 15px
}

@media (max-width:767px) {
  body.lang_lv .fixed_upsell .upsell_wrapper .timer span {
    font-size: 10px
  }
}

body.lang_lv .fixed_upsell .upsell_wrapper .product_discount span.transform {
  font-size: 60px
}

@media (max-width:880px) {
  body.lang_lv .fixed_upsell .upsell_wrapper .product_discount span.procent {
    font-size: 32px
  }
}

body.lang_pl .fixed_upsell .upsell_wrapper .price_container .old_price:before {
  top: 18px;
  left: 9px;
  width: 60px
}

body.lang_pl .fixed_upsell .upsell_wrapper .price_container .price {
  font-size: 30px;
  padding-top: 22px
}