* {
  box-sizing: border-box
}

.logo {
  display: inline-block;
  vertical-align: middle
}

img {
  max-width: 100%
}

.logo a {
  display: inline-block;
  vertical-align: middle;
  color: #a5a5a5;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none
}

.logo a:hover {
  text-decoration: none;
  color: #a5a5a5
}

.comment_img {
  width: 300px;
  max-width: 100%
}

.logo img {
  display: inline-block;
  vertical-align: middle
}

.header ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 0;
  width: calc(91% - 193px);
  text-align: right
}

.header .content {
  border-bottom: 1px solid #ccc
}

.header ul li {
  display: inline-block;
  vertical-align: middle
}

.header ul li a {
  text-decoration: none;
  color: #565656;
  padding: 5px 15px;
  transition: all .3s ease;
  font-size: 16px;
  text-align: center
}

.header ul li a:hover {
  color: #2981b7
}

.cenz-image img {
  width: auto;
  max-width: 100%
}

h1 {
  display: block;
  width: auto;
  line-height: 1.2;
  color: #0a0a0a;
  font-size: 23px;
  text-align: center
}

h2 {
  display: block;
  line-height: 1.2;
  color: #0a0a0a;
  font-size: 19px;
  margin-top: 25px
}

h2::after {
  content: "";
  margin-top: 12px;
  border-bottom: 4px solid #168de2;
  display: block
}

a {
  color: #23527c;
  text-decoration: underline
}

a:hover {
  color: #b0493b
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0 0;
  border-style: solid none none;
  border-color: #eee currentcolor currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none
}

body {
  display: block;
  font-family: "Open Sans", sans-serif;
  background: #fafafa none repeat scroll 0 0;
  height: auto;
  color: #444;
  line-height: 1.35em;
  overflow-x: hidden
}

.header {
  display: block;
  width: 100%;
  background: transparent none repeat scroll 0 0;
  margin: 0 auto
}

.content {
  display: block;
  width: 97%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  padding: 7px 1.5%;
  position: relative
}

.content-left {
  display: block
}

.content-left-social {
  display: block;
  width: 100%;
  background: #eee none repeat scroll 0 0;
  padding: 1% 2%;
  margin: 15px 0
}

.content-left-social-comments {
  display: block;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 13px
}

.content-left-social-comments a {
  margin-left: 1%
}

.content-left-social::after {
  content: "";
  display: block;
  clear: both
}

.content-left-doctor {
  display: block;
  width: 96%;
  background-color: #e2e2e2;
  padding: 2%;
  margin-top: 25px
}

.content-left-doctor-foto {
  display: block;
  width: 48%;
  float: left;
  margin-right: 2%
}

.content-left-doctor-foto img {
  width: 100%;
  display: block
}

.content-left-doctor-text {
  display: block;
  width: 50%;
  float: right
}

.content-left-doctor::after {
  content: "";
  display: block;
  clear: both
}

.content-important {
  display: block;
  width: auto;
  text-align: left;
  font-weight: 700;
  font-style: italic
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none
}

.vk-header {
  background: #dae2e8 none repeat scroll 0 0;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px
}

.vk-logo {
  background: transparent none no-repeat scroll 0 0;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px
}

.vk-avatar img {
  float: left;
  margin-top: 5px;
  margin-right: 10px
}

.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 12px
}

.vk-comment-text {
  margin-left: 60px
}

.vk-comment-date {
  margin-left: 60px;
  color: #999
}

.content::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width:1199px) {
  .content-left {
    width: 100%;
    padding-right: 0
  }
}

@media screen and (max-width:989px) {
  .content {
    max-width: 750px;
    padding: 3% 6%;
    width: 100%
  }
}

@media screen and (max-width:720px) {
  .content-left-social-comments {
    font-size: 2.8vw
  }
}

@media screen and (max-width: 992px) {
  .content-left-doctor-foto {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-left-doctor-text {
    float: none;
    width: 100%;
    margin-top: 3%
  }
}

#popup-coment {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: auto;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dae2e8;
  padding: 10px;
  z-index: 100;
  max-width: 375px
}

#popup-coment .vk-comment-load {
  margin-bottom: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
  position: relative
}

#popup-coment .vk-comment-text {
  margin-bottom: 20px;
  margin-top: 5px
}

#popup-coment .vk-comment-date {
  padding-bottom: 5px
}

.vk-comment-read {
  display: block;
  width: auto;
  background: #45688e none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  opacity: 1;
  transition: all .6s ease 0s;
  text-decoration: none;
  font-style: normal
}

.vk-comment-read:hover {
  opacity: .7;
  color: #fff;
  background: #45688e none repeat scroll 0 0
}

.vk-comment-close {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 7%;
  cursor: pointer
}

.vk-comment-close img {
  display: block;
  width: 100%
}

@media screen and (min-width:320px) and (max-width:768px) {
  #popup-coment {
    bottom: 10px;
    left: 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dae2e8;
    padding: 10px;
    z-index: 100;
    max-width: 315px;
    width: 86%
  }

  #popup-coment .vk-comment-text {
    position: relative;
    margin-bottom: 5px
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px
  }

  .vk-comment-read {
    right: 20px
  }
}

@media screen and (min-width:320px) and (max-width:468px) {
  #popup-coment .vk-comment-text {
    position: relative;
    overflow: hidden;
    height: 95px;
    margin-bottom: 5px
  }

  #popup-coment .vk-comment-text::after {
    content: "...";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 6px;
    font-size: 15px
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px
  }

  .vk-comment-read {
    right: 20px
  }
}

.rub-ramka {
  margin-top: 22px;
  margin-bottom: 18px;
  background: rgba(189, 61, 77, .04);
  padding: 12px 15px !important;
  color: #080808;
  font-size: 18px;
  font-family: roboto condensed, arial;
  border: 2px solid;
  border-radius: 4px;
  border-color: #bd3d4d;
  text-shadow: 0 0 0 #616161;
  text-indent: 0 !important;
  text-align: left
}

.pic {
  display: block;
  max-width: 50%;
  margin: 0 auto
}

.pic .product {
  width: 200px
}

.pic img {
  display: block;
  width: 100%
}

@media all and (max-width:1023px) {

  .content-left-social,
  .header ul {
    display: none
  }

  .logo {
    width: 100%;
    text-align: center
  }
}

@font-face {
  font-family: fontello;
  src: url(../fonts/fontello.eot);
  src: url(../fonts/fontello.eot#iefix) format('embedded-opentype'), url(../fonts/fontello.woff2) format('woff2'), url(../fonts/fontello.woff) format('woff'), url(../fonts/fontello.ttf) format('truetype'), url(../fonts/fontello.svg#fontello) format('svg');
  font-weight: 400;
  font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-cloud:before {
  content: '\e800'
}

.icon-stethoscope:before {
  content: '\f0f1'
}

.icon-medkit:before {
  content: '\f0fa'
}

.dk {
  background-color: #f1f3f5;
  border-radius: 10px;
  padding: 7px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden
}

.dk p:first-child {
  margin-top: 0
}

.dk p:last-child {
  margin-bottom: 0
}

.dk.doc b.name {
  color: red
}

.dk.kor b.name {
  color: #00f
}

.dk.doc:before {
  content: "";
  background: rgba(0, 0, 0, 0) url(../images/doccircle.jpg) no-repeat scroll 0 0/100% auto;
  float: left;
  padding: 47px;
  margin-right: 10px
}

.dk.kor:before {
  content: "";
  background: rgba(0, 0, 0, 0) url(../images/kor.jpg) no-repeat scroll 0 0/100% auto;
  float: left;
  padding: 47px;
  margin-right: 10px
}

.comments {
  display: flex;
  flex-direction: column-reverse
}

#comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: 700
}

.comments #comment_num {
  display: none
}

.no-wht {
  color: #fff;
  margin: 20px auto;
  text-align: center;
  max-width: 500px;
  line-height: 1.3
}

.whatsappinfo {
  margin-top: 100px;
  border: 2px solid red;
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  animation: 1s pulse infinite alternate ease-in-out, 1s shadow infinite alternate ease-in-out;
  color: #3ca84c
}

@keyframes pulse {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(.95)
  }
}

@keyframes shadow {
  0% {
    box-shadow: 0 0 5px rgba(255, 0, 0, 0)
  }

  70% {
    box-shadow: 0 0 5px rgba(255, 0, 0, .5)
  }

  100% {
    box-shadow: 0 0 5px red
  }
}

.comment h2:after {
  display: none
}

#comment-component-text {
  display: flex;
  flex-direction: column
}

.form-comment {
  order: 5
}

.firstComment {
  order: 3
}

.newComment {
  order: 4
}

.comment__text a {
  color: red
}

.timer_wrap {
  display: inline-block
}

.submit-form:after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 1.5s infinite;
  animation: dotty steps(1, end) 1.5s infinite;
  content: '';
  position: absolute;
  margin-left: 10px
}

@-webkit-keyframes dotty {
  0% {
    content: ''
  }

  25% {
    content: '>'
  }

  50% {
    content: '>>'
  }

  75% {
    content: '>>>'
  }

  100% {
    content: ''
  }
}

@keyframes dotty {
  0% {
    content: ''
  }

  25% {
    content: '>'
  }

  50% {
    content: '>>'
  }

  75% {
    content: '>>>'
  }

  100% {
    content: ''
  }
}

#comment-component-text .comment .comment__text img {
  max-width: 300px
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative
}

.submit-form {
  max-width: 300px
}

.content .wheel img {
  max-width: 100%
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cursor-text {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(100%, #eaeaea));
  background: -webkit-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
  background: -webkit-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
  background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%);
  font-size: 18px
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.order_block {
  display: none
}

.content .product img {
  max-width: 230px;
  display: block;
  margin: 0 auto
}

form {
  display: block !important;
  margin: 0 auto !important;
  max-width: 400px
}

.dis,
.old_price,
.new_price {
  display: block;
}
.old_price {
  position: relative;
}
.old_price::before {
  position: absolute;
  height: 2px;
  background: red;
  top: 14px;
  left: 34px;
  content: '';
  width: 95px;
}

.timer {
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 20px;
  text-align: center
}

#clock span {
  color: red;
  font-weight: 700
}

label {
  display: block;
  margin: 10px auto;
  font-size: 15px;
  font-weight: 400
}

.form-control {
  padding: 12px 10px;
  display: block;
  margin: 10px auto;
  border: 2px solid grey;
  border-radius: 5px;
  width: 460px;
  max-width: 100%
}

.submit-form {
  display: block;
  margin: 20px auto;
  padding: 20px;
  font-size: 22px;
  width: 100%;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  animation: 1s pulse infinite alternate ease-in-out
}

@keyframes pulse {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(.95)
  }
}

.submit-form:hover {
  opacity: .8
}

.order_block h2 {
  font-size: 17px;
  text-align: center;
  font-weight: 700
}

.red {
  color: red
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0;
  cursor: pointer
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, .7) !important;
  z-index: 99 !important
}

.pop-up-layer-show {
  display: block
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px)
  }

  30% {
    transform: translateY(100px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff;
  border: medium none;
  cursor: pointer;
  outline: medium none
}

.pop-up-button:hover {
  color: #fff;
  text-decoration: none
}

.wheel img {
  max-width: 100%
}

@media all and (max-width:520px) {
  .wheel {
    width: 225px !important
  }

  .cursor-text {
    line-height: 36px;
    font-size: 11px
  }

  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -10px;
    cursor: pointer
  }
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1883deg);
    transform: rotate(1883deg)
  }

  100% {
    -webkit-transform: rotate(1874deg);
    transform: rotate(1874deg)
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1883deg);
    transform: rotate(1883deg)
  }

  100% {
    -webkit-transform: rotate(1874deg);
    transform: rotate(1874deg)
  }
}

.cenz-image img,
.contentImg {
  width: 100%;
  max-width: 650px
}

form {
  position: relative
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  display: none
}

.loader img {
  position: absolute;
  width: 10%;
  bottom: 50%;
  left: 50%;
  transform: translateY(50%);
  transform: translateX(-50%)
}

p.priceÃ‘Â {
  position: relative;
  right: -58px;
  bottom: -50px;
  color: #000;
  box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
  width: 180px;
  height: 105px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transform: rotateZ(-16deg);
  text-align: center !important;
  margin: -160px auto 30px;
  background: linear-gradient(to right, #eea513 0, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 19%;
  padding: 5px
}

.priceÃ‘Â span {
  display: block;
  font-size: 22px
}

.priceÃ‘Â .old_price {
  text-decoration: line-through
}

.priceÃ‘Â span {
  display: block;
  font-size: 22px
}
.spin-wrapper p {
  text-align: center;
  font-size: 21px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px
}

.order_block {
  font-family: Arial, sans-serif
}

.prod_img_wrapper {
  max-width: 300px;
  margin: 15px auto;
  position: relative
}

.prod_img {
  width: 220px;
  max-width: 100%
}

.wheel_input {
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px !important;
  padding: 10px !important;
  width: 65% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important
}

.data_label {
  line-height: 30px
}

.country_select {
  display: none !important;
  width: 52% !important
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important
}

@media screen and (max-width:480px) {
  .wheel_input {
    width: 90% !important
  }

  .country_select {
    width: 96% !important
  }
}

.main-link {
  display: block;
  margin: 40px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer
}

.main-link:hover {
  opacity: .8
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700
}

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px
}

.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
  color: #a12000
}

.ac_gdpr_fix {
  position: fixed;
  font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif !important;
  font-size: 18px;
  bottom: 0;
  left: 10px;
  right: 10px;
  background-color: #fff;
  z-index: 10000;
  text-align: center;
  padding: 7px 25px;
  border-radius: 15px 15px 0 0;
  color: #000;
  border: 1px solid #000;
  border-bottom: none;
  line-height: 1 !important
}

.close_gdpr_warn {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  color: red
}

.tag_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center
}

.inL_784646 {
  color: red
}

.inL_130996 {
  color: red
}

.inL_226103 {
  color: #f90
}

.inL_120608 {
  color: #f90
}

.inL_958728 {
  display: none
}

.inL_165618 {
  font-size: 18px
}

.inL_903263 {
  font-size: 18px
}

.inL_46206 {
  text-align: center
}

.inL_239103 {
  color: inherit;
  text-decoration: none
}

.inL_393973 {
  color: inherit;
  text-decoration: none
}

.ever-popup {
  display: none !important;
}

p.prix {
  position: relative;
  right: -90px;
  bottom: -90px;
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 180px;
  height: 105px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-16deg);
  text-align: center !important;
  margin: -160px auto 30px;
  background: linear-gradient(to right,
      rgb(238, 165, 19) 0%,
      rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 19%;
  padding: 5px;
}

.prix span {
  font-size: 20px;
}

.prix .old_price {
  text-decoration: line-through;
}

.prix .old_price span {
  display: inline-block;
  font-weight: normal;
}

.timer {
  font-size: 18px;
  font-weight: normal;
  margin: 125px 0 20px;
  text-align: center;
}
@media all and (max-width: 768px) {

  p.prix {
    right: -50px;
  }
}