#yeruka-page *{
  margin: 0;
  padding: 0;
  font-size: 100%;
}

#yeruka-page img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#yeruka-page{
  margin-top: 6.2%;
  font-size: 1.1vw;
  color: #141414;
}

#yeruka-page ._header{
  position: relative;
}

#yeruka-page ._header .content{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}


#yeruka-page ._header .content .inner{
  width: 87%;
  margin: 0 auto;
  margin-top: 6%;
}

#yeruka-page ._header .content .inner h1{
  font-size: 255%;
  color: #116B56;
  padding-bottom: 2%;
  position: relative;
  display: inline-block;
}

#yeruka-page ._header .content .inner h1 i {
    border: 1px solid;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-family: emoji;
    position: absolute;
    left: -2rem;
    top: 0;
    cursor: pointer;
}

#yeruka-page ._header .content .inner p{
  font-size: 100%;
  width: 80%;
}


#yeruka-page ._how .inner {
  background: white;
  width: 85%;
  margin: 0 auto;
  position: relative;
  top: -2.5vw;
  box-shadow: 1px 1px 4px 2px #e0e0e0;
  padding: 2% 0;
  border-radius: 10px;
}

#yeruka-page ._how .inner .content {
  display: flex;
  justify-content: space-around;
}


#yeruka-page ._how .inner .content .title {
  text-align: center;
  direction: ltr;
  font-size: 205%;
  align-self: center;
}

#yeruka-page ._how .inner .content .title h2{
  color: #116B56;
  direction: rtl;
}

#yeruka-page ._how .inner .content .list {
  width: 69%;
}

#yeruka-page ._how .inner .content .list ul{
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}

#yeruka-page ._how .inner .content .list ul li{
  display: flex;
  width: 31%;
}

#yeruka-page ._how .inner .content .list ul li > div:nth-child(1){
  width: 26%;
  align-self: center;
}

#yeruka-page ._how .inner .content .list ul li > div:nth-child(2){
  width: 74%;
  font-size: 84%;
  align-self: center;
  padding-right: 5%;
}

#yeruka-page ._how .inner .content .list ul li:nth-child(1) > div:nth-child(3){
  position: relative;
  left: 6%;
  align-self: center;
}

#yeruka-page ._how .inner .content .list ul li:nth-child(2) > div:nth-child(3){
  position: relative;
  left: 10%;
  align-self: center;
}

#yeruka-page ._how .inner .content .list ul li:nth-child(3) > div:nth-child(3){
  display: none;
}

#yeruka-page ._categories .inner {
  width: 85%;
  margin: 0 auto;
  position: relative;
  padding: 2% 0;
}

#yeruka-page ._categories .inner .content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}


#yeruka-page ._categories .inner .content .title {
  text-align: center;
  direction: ltr;
  font-size: 205%;
  align-self: center;
  width: 100%;
}
#yeruka-page ._categories .inner .content .title h2{
  color: #116B56;
}

#yeruka-page ._categories .inner .content .list{
  width: 100%;
  width: 75%;
  margin: 2% auto;
}

#yeruka-page ._categories .inner .content .list ul{
  width: 100%;
  list-style-type: none;
  justify-content: space-between;
  display: flex;
  justify-content: center;
}

#yeruka-page ._categories .inner .content .list ul li{
  width: 23.5%;
  margin: 0 1%;
}

#yeruka-page ._categories .inner .content .list ul li button {
  width: 100%;
  background: #fff;
  border: 1px #116B56 solid;
  border-radius: 10px;
  color: #116B56;
  display: flex;
  justify-content: space-evenly;
  padding: 2.5%;
  min-height: 3vw;
}

#yeruka-page ._categories .inner .content .list ul li.active button{
  background-color: #116B56;
  color: #fff;
}

#yeruka-page ._categories .inner .content .list ul li button > div:nth-child(1){
  width: 18%;
}

#yeruka-page ._categories .inner .content .list ul li.active button > div:nth-child(1){
  filter: brightness(0) invert(100);
}

#yeruka-page ._categories .inner .content .list ul li button > div{
  align-self: center;
}




#yeruka-page ._subcategories .inner {
  width: 85%;
  margin: 0 auto;
  position: relative;
  padding: 0.5% 0;
}

#yeruka-page ._subcategories .inner .content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}


#yeruka-page ._subcategories .inner .content .title {
  text-align: center;
  direction: ltr;
  font-size: 205%;
  align-self: center;
  width: 100%;
}
#yeruka-page ._subcategories .inner .content .title h2{
  color: #116B56;
}

#yeruka-page ._subcategories .inner .content .list{
  width: 100%;
  width: 75%;
  margin: 2% auto 1.5%;
}

#yeruka-page ._subcategories .inner .content .list ul {
  width: 100%;
  list-style-type: none;
  justify-content: center;
  display: flex;
}

#yeruka-page ._subcategories .inner .content .list ul li {
  padding: 0;
  margin: 0 1%;
  border-radius: 7px;
  width: auto;
}

#yeruka-page ._subcategories .inner .content .list ul li button{
  border: 0;
  color: #116B56;
  font-size: 85%;
  position: relative;
  border-radius: 7px;
  font-weight: 400;
  display: block;
  height: 100%;
  padding: 7% 14%;
  background: none;
  border: 1px #B5B5B5 solid;
  width: 9vw;
}

#yeruka-page ._subcategories .inner .content .list ul li.active button{
  color: #fff;
  background: #116B56;
}



#yeruka-page ._subcategories .inner .content .sublist{
  width: 100%;
  width: 40%;
  margin-bottom: 1%;
}

#yeruka-page ._subcategories .inner .content .sublist ul {
  width: 100%;
  list-style-type: none;
  justify-content: center;
  display: flex;
  margin: 2% auto;
}

#yeruka-page ._subcategories .inner .content .sublist ul li {
  padding: 0 2%;
}

#yeruka-page ._subcategories .inner .content .sublist ul li button{
  background: none;
  border: 0;
  color: #B5B5B5;
  font-size: 170%;
  font-weight: 100;
}

#yeruka-page ._subcategories .inner .content .sublist ul li.active button{
  color: #000000;
  font-weight: bold;
}



#yeruka-page ._search .inner {
  width: 34.5%;
  margin: 0 auto;
}


#yeruka-page ._search .form {
  background: white;
  width: 100%;
  margin: 2% auto;
  position: relative;
  border: 1px #B3B3B3 solid;
  border-radius: 10px;
  font-size: 80%;
}


#yeruka-page ._search .form form {
  display: flex;
}


#yeruka-page ._search .form form > div:nth-child(1){
  width: 90%;
}

#yeruka-page ._search .form form > div:nth-child(2){
  width: 10%;
  display: flex;
  justify-content: center;
}

#yeruka-page ._search .form form > div:nth-child(2) button{
  width: 100%;
  background: none;
  border: 0;
}

#yeruka-page ._search .form form input,
#yeruka-page ._search .form form select
{
  padding: 2% 5%;
  border: 0;
  color: #116B56;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;

}






#yeruka-page ._wishlist{
  position: relative;
}



#yeruka-page ._wishlist .content .inner{
  width: 87%;
  margin: 0 auto;
  margin-top: 6%;
}

#yeruka-page ._wishlist .content .inner h1{
  font-size: 307%;
  color: #116B56;
  padding-bottom: 2%;
}

#yeruka-page ._wishlist .content .inner p{
  font-size: 100%;
  width: 33%;
}


#yeruka-page ._wishlist .inner .content {
  display: flex;
  justify-content: space-around;
  width: 89%;
  margin: 2.3% auto;
}


#yeruka-page ._wishlist .inner .content .title {
  text-align: center;
  direction: ltr;
  font-size: 100%;
  align-self: center;
  width: 11%;
}

#yeruka-page ._wishlist .inner .content .title h2{
  color: #000;
}

#yeruka-page ._wishlist .inner .content .list {
  width: 87%;
  position: relative;
  right: -1%;
}

#yeruka-page ._wishlist .inner .content .list ul {
  display: flex;
  justify-content: start;
  list-style-type: none;
  position: relative;
  top: 6%;
  align-items: baseline;
}

#yeruka-page ._wishlist .inner .content .list ul li {
  display: flex;
  width: 5vw;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 0 0 2%;
}

#yeruka-page ._wishlist .inner .content .list ul li > div:nth-child(1) {
  width: 3.5vw;
  height: 3.5vw;
  align-self: center;
  background: #fff;
  border: 1px #fff solid;
  border-radius: 50%;
  padding: 12%;
  box-shadow: 1px 1px 6px 5px #9c99992e;
  margin: 5% auto;
  position: relative;
  padding-top: 20%;
}

#yeruka-page ._wishlist .inner .content .list ul li > div:nth-child(1) button{
  position: absolute;
  right: -5%;
  top: -22%;
  background: #fff;
  color: #000;
  border: 1px #000 solid;
  border-radius: 50%;
  width: 1vw;
  height: 1vw;
  font-size: 54%;
  line-height: 1.7;
}

#yeruka-page ._wishlist .inner .content .list ul li > div:nth-child(2) {
  width: 100%;
  font-size: 65%;
  align-self: center;
  line-height: 1.2;
  margin: 5% 0;
}

#yeruka-page ._wishlist .inner .content .list ul li:nth-child(1) > div:nth-child(3){
  position: relative;
  left: 6%;
  align-self: center;
}

#yeruka-page ._wishlist .inner .content .list ul li:nth-child(2) > div:nth-child(3){
  position: relative;
  left: 10%;
  align-self: center;
}









#yeruka-page ._configurator{
  position: relative;
}



#yeruka-page ._configurator .inner{
  width: 87%;
  margin: 0 auto;
  margin-top: -4px;
}

#yeruka-page ._configurator .inner .content {
  display: flex;
  justify-content: space-between;
}

#yeruka-page ._configurator .inner .content .left .list {
  width: 100%;
  display: flex;
}

#yeruka-page ._configurator .inner .content .right{
  width: 18.5%;
}

#yeruka-page ._configurator .inner .content .left{
  width: 79.6%;
}

#yeruka-page ._configurator .inner .content .left .list ul {
  display: flex;
  list-style-type: none;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#yeruka-page ._configurator .inner .content .left .list ul li {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background: #fff;
  width: 23%;
  height: 14.7vw;
  border: 1px #fff solid;
  border-radius: 10px;
  margin-bottom: 4%;
  box-shadow: 1px 1px 4px 2px #e0e0e0;
  position: relative;
  /* height: 14.5vw; */
  margin: 0 1% 4% 1%;
}

#yeruka-page ._configurator .inner .content .left .list ul li.active {
  border: 1px #116B56 solid;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(1) {
  width: 98%;
  align-self: center;
  padding: 0;
  margin: 0 auto;
  position: relative;
  margin-top: 8%;
  width: 6vw;
  height: 6vw;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(1) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(1) button{
  position: absolute;
  right: -20%;
  top: -15%;
  background: #fff;
  color: #000;
  border: 1px #000 solid;
  border-radius: 50%;
  width: 1.2vw;
  height: 1.2vw;
  font-size: 70%;
  line-height: 1.7;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(2) {
  width: 85%;
  font-size: 105%;
  align-self: center;
  line-height: 1.2;
  margin: 0;
  font-weight: bold;
  position: relative;
  margin-top: 0;
  margin: 0 auto;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(2) h3{
  line-height: 1;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(3) {display: flex;justify-content: center;margin: 0 auto;text-align: center;position: relative;top: 2.2vw;width: 40%;z-index: 1;width: 6vw;height: 2.2vw;}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(3) button {width: 100%;color: #fff;background: #116B56;border-radius: 10px;display: flex;justify-content: space-evenly;display: block;line-height: 1.5;height: 100%;}



#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(4) {

display: flex;

justify-content: center;

margin: 0 auto;

text-align: center;

position: relative;

top: 7.5%;

width: 40%;

position: absolute;

left: 3%;

width: 9%;

top: 3%;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(4) button {

background: none;

border: 0;
}



#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(5) {

display: flex;

justify-content: center;

margin: 0 auto;

text-align: center;

position: absolute;

left: 0;

right: 0;

bottom: 0;

top: 0;

background: #fff;

opacity: 0;

visibility: hidden;

width: 80%;

width: 94%;
}

#yeruka-page ._configurator .inner .content .left .list ul li.active > div:nth-child(5){
  opacity: 1;
  visibility: visible;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(5) > div {

align-self: center;

width: 90%;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(5) > div h2{

font-size: 100%;

line-height: 1.3;

margin-bottom: 2%;
}



#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(5) > div p{

font-weight: normal;

font-size: 75%;

width: 75%;

margin: 0 auto;

line-height: 1.3;
}

#yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(5) button {
  position: absolute;
  width: 8%;
  background: none;
  border: 0;
  left: 0;
  top: 3%;
}


#yeruka-page ._configurator .inner .content .right .list{
  box-shadow: 1px 1px 4px 2px #e0e0e0;
  background: #fff;
  border-radius: 10px;
}

#yeruka-page ._configurator .inner .content .right .list h2{
  background: #116B56;
  color: #fff;
  text-align: center;
  font-size: 137%;
  padding: 3%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 7%;
}


#yeruka-page ._configurator .inner .content .right .list ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#yeruka-page ._configurator .inner .content .right .list ul li {
  border-bottom: 1px #DEDEDE solid;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  font-size: 93%;
  margin-top: 5%;
}

#yeruka-page ._configurator .inner .content .right .list ul li:last-child{
  border: 0;
}

#yeruka-page ._configurator .inner .content .right .list ul li .title_total_products{
  width: 90%;
}
#yeruka-page ._configurator .inner .content .right .list ul li .score_total_products{
  width: 10%;
}
#yeruka-page ._configurator .inner .content .right .list ul li span {
  font-size: 75%;
  font-weight: 100;
  position: relative;
  top: -23%;
}

#yeruka-page ._configurator .inner .content .right .list .total {
  border-top: 1px #DEDEDE solid;
  padding: 5% 10%;
  margin-top: 4%;
  border-bottom: 1px #DEDEDE solid;
  display: flex;
  justify-content: space-between;
}


#yeruka-page ._configurator .inner .content .right .list .total > div:nth-child(1) {
  width: 55%;
  font-weight: bold;
  font-size: 115%;
  line-height: 1;
}
#yeruka-page ._configurator .inner .content .right .list .total > div:nth-child(1) span{
  font-weight: normal;
  font-size: 83%;
}

#yeruka-page ._configurator .inner .content .right .list .total > div:nth-child(2) {
  font-size: 225%;
  align-self: center;
}

#yeruka-page ._configurator .inner .content .right .list .checkout{
  text-align: center;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin: 10% auto;
  padding-bottom: 10%;
}
#yeruka-page ._configurator .inner .content .right .list .checkout.pb0{
  padding-bottom: 0;
}
#yeruka-page ._configurator .inner .content .right .list .checkout button{
  width: 100%;
  padding: 6.5%;
  border-radius: 10px;
  font-weight: bold;
  background: #116B56;
  border: 1px #116B56 solid;
  color: #fff;
}
#yeruka-page ._configurator .inner .content .right .list .checkout button[disabled]{
  opacity: .7;
  cursor: auto;
}


#yeruka-page .badge {
  position: absolute;
  right: 0;
  right: -10%;
  top: -26%;
  font-size: 35%;
  background: #116B56 !important;
  width: 1vw;
  height: 100%;
  width: 1vw;
  height: 52%;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  padding: 1%;
  line-height: 1.5;
}



#yeruka-page ._modal {
  background: #ffffffde;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: space-around;
  /*  opacity: 0;
  visibility: hidden;*/
  opacity: 0;
  visibility: hidden;
}
#yeruka-page ._modal.active {
  opacity: 1;
  visibility: visible;
}
#yeruka-page ._modal .popup {
  background: #fff;
  box-shadow: 1px 1px 4px 2px #e0e0e0;
  width: 37%;
  height: 64%;
  align-self: center;
  position: relative;
  top: 2.5%;
  display: flex;
}

#yeruka-page ._modal .popup .title{
  background: #fff;
  width: 29%;
  margin: 0 auto;
  margin-top: 8.8%;
  border: 1px #116B56 solid;
  border-radius: 10px;
}

#yeruka-page ._modal .popup .title > div:nth-child(1) {
  position: relative;
  width: 28%;
  margin: -15% auto;
}

#yeruka-page ._modal .popup .title > div:nth-child(2) {
  text-align: center;
  padding-top: 19%;
  font-size: 111%;
  color: #116B56;
}

#yeruka-page ._modal .popup .title > div:nth-child(3) {
  text-align: center;
  font-size: 427%;
  font-weight: bold;
  margin-top: 18%;
  color: #116B56;
}
#yeruka-page ._modal .popup .title > div:nth-child(4) {
  margin-top: 10%;
  width: 90%;
  margin: 10% auto 0;
  border-top: 1px #DEDEDE solid;
  font-size: 79%;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 4%;
  color: #000000;
}

#yeruka-page ._modal .popup .text{
  text-align: center;
  margin-top: 2.5%;
  align-self: center;
}
#yeruka-page ._modal .popup .text h2{
  font-size: 210%;
  color: #116B56;
}
#yeruka-page ._modal .popup .text h3{
  font-size: 112%;
  color: #141414;
}
#yeruka-page ._modal .popup .text p{
  font-size: 92%;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  color: #141414;
}

#yeruka-page ._modal .popup .continue{
  margin: 0 auto;
  width: 44%;
  margin-top: 5.7%;
}
#yeruka-page ._modal .popup .continue button{
  width: 100%;
  padding: 5%;
  border-radius: 10px;
  background: #126b56;
  text-align: center;
}
#yeruka-page ._modal .popup .finish {
  text-align: center;
  width: 44%;
  margin: 0 auto;
  margin-top: 4%;
}
#yeruka-page ._modal .popup .finish button {
  width: 100%;
  background: none;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
#yeruka-page ._modal .popup button.close {
  position: absolute;
  right: 0;
  padding: 2%;
  font-size: 150%;
  font-weight: 100;
  color: #126b56;
  opacity: 1;
}



#yeruka-page.yeruka-page-checkout ._button button {
  padding: 1% 2.5%;
  border-radius: 10px;
  font-weight: bold;
  background: #116B56;
  border: 1px #116B56 solid;
  margin-top: 3.5%;
  color: #fff;
}

#yeruka-page.yeruka-page-checkout ._header .img{
  margin: 0;
  display: flex;
  justify-content: flex-end;
  padding: 1% 10%;
}

#yeruka-page.yeruka-page-checkout ._header .img img{
  margin: 0;
  width: 40%;
}

#yeruka-page.yeruka-page-checkout .goback{
  width: 100%;
  margin: 2.5% 0;
}

#yeruka-page.yeruka-page-checkout .goback a{
  background: #126b56;
  color: #fff;
  padding: 0.5% 2%;
  border-radius: 5px;
  font-size: 100%;
}

#yeruka-page ._header .content .inner .row{
  width: 40%;
}

@media(max-width: 1024px){

  #yeruka-page ._header .content .inner .row {
    width: 100%;
  }
  
  #yeruka-page.yeruka-page-checkout .goback a {
    padding: 1.5% 5%;
    font-size: 175%;
  }
  #yeruka-page.yeruka-page-checkout ._header .img {
      padding: 0;
      width: 70%;
      margin: 0 auto;
  }
  #yeruka-page.yeruka-page-checkout ._header .img img{
    width: 100%;
  }
}


#yeruka-page.yeruka-page-checkout ._score .inner {
  width: 85%;
  margin: 0 auto;
  position: relative;
  padding: 2% 0;
}

#yeruka-page.yeruka-page-checkout ._score .inner .content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}


#yeruka-page.yeruka-page-checkout ._score .inner .content .title {
  text-align: center;
  direction: ltr;
  font-size: 205%;
  align-self: center;
  width: 100%;
}
#yeruka-page.yeruka-page-checkout ._score .inner .content .title h2{
  color: #116B56;
}

#yeruka-page.yeruka-page-checkout ._score .inner .content .list{
  width: 100%;
  width: 75%;
  margin: 2% auto;
}

#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul{
  width: 100%;
  list-style-type: none;
  justify-content: space-between;
  display: flex;
}

#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li{
  width: 16%;
}

#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li button {
  width: 100%;
  background: #fff;
  border: 1px #116B56 solid;
  border: 1px #DDDDDD solid;
  border-radius: 10px;
  color: #116B56;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  flex-wrap: wrap;
  font-weight: bold;
  padding: 0%;
  height: 100%;
  padding-bottom: 5%;
  outline: none;
}


#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li.active button {
  border: 1px #116B56 solid;
}


#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li.active button{
  background-color: #116B56;
  color: #fff;
}

#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li button > div:nth-child(1){
  width: 100%;
  color: #000000;
  line-height: 1.3;
  padding: 8%;
}

#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li button > div:nth-child(2){
  width: 100%;
  font-weight: bold;
  font-size: 200%;
}


#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li.active button > div:nth-child(1){
  color: #fff;
}

#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li button > div{
  align-self: center;
}



#yeruka-page.yeruka-page-checkout ._checkout{
  position: relative;
}



#yeruka-page.yeruka-page-checkout ._checkout .content .inner{
  width: 87%;
  margin: 0 auto;
  margin-top: 6%;
}

#yeruka-page.yeruka-page-checkout ._checkout .content .inner h1{
  font-size: 307%;
  color: #116B56;
  padding-bottom: 2%;
}

#yeruka-page.yeruka-page-checkout ._checkout .content .inner p{
  font-size: 100%;
  width: 33%;
}


#yeruka-page.yeruka-page-checkout ._checkout .inner .content {
  display: flex;
  justify-content: space-around;
  width: 64%;
  margin: 0 auto;
  flex-wrap: wrap;
}



#yeruka-page.yeruka-page-checkout ._checkout .inner .content .title {
  text-align: center;
  direction: ltr;
  font-size: 205%;
  align-self: center;
  width: 100%;
}


#yeruka-page.yeruka-page-checkout ._checkout .inner .content .title h2{
  color: #000;
}

#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list {
  width: 87%;
  position: relative;
  right: -1%;
}

#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list .mylist{
  border-bottom: 1px #DDDDDD solid;
  padding-bottom: 1.5%;
  margin: 0 auto;
}
#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list .mylist h2{
  color: #116B56;
  line-height: 1;
  margin-bottom: .5%;
}
#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list .mylist h3{
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-size: 90%;
}

#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul {
  display: flex;
  justify-content: start;
  list-style-type: none;
  position: relative;
  margin: 2% 0 4%;
}

#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li {
  display: flex;
  width: 5vw;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 0 0 2%;
}

#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li > div:nth-child(1) {
  width: 3.5vw;
  height: 3.5vw;
  align-self: center;
  background: #fff;
  border: 1px #fff solid;
  border-radius: 50%;
  padding: 12%;
  box-shadow: 1px 1px 6px 5px #9c99992e;
  margin: 5% auto;
  position: relative;
  padding-top: 20%;
}

#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li > div:nth-child(1) button{
  position: absolute;
  right: -5%;
  top: -22%;
  background: #fff;
  color: #000;
  border: 1px #000 solid;
  border-radius: 50%;
  width: 1vw;
  height: 1vw;
  font-size: 54%;
  line-height: 1.7;
}

#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li > div:nth-child(2) {
  width: 100%;
  font-size: 65%;
  align-self: center;
  line-height: 1.2;
  margin: 5% 0;
}

#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li:nth-child(1) > div:nth-child(3){
  position: relative;
  left: 6%;
  align-self: center;
}

#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li:nth-child(2) > div:nth-child(3){
  position: relative;
  left: 10%;
  align-self: center;
}



#yeruka-page ._final {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 55%;
  margin: 2.5% auto 5%;
}
#yeruka-page ._final .popup {
  background: #fff;
  box-shadow: 1px 1px 4px 2px #e0e0e0;
  width: 100%;
  align-self: center;
  position: relative;
  padding: 2.5% 0;
}

#yeruka-page ._final .popup .text{
  width: 80%;
  margin: 0 auto;
  text-align: right;
}

#yeruka-page ._final .popup .text h3{
  font-size: 112%;
  color: #141414;
}
#yeruka-page ._final .popup .text p{
  font-size: 75%;
}


#yeruka-page ._final .popup .submit{
  margin: 0;
  width: 40%;
  margin-top: 5.7%;
  display: flex;
}
#yeruka-page ._final .popup .submit button{
  width: 100%;
  padding: 6%;
  border-radius: 10px;
  background: #126b56;
  text-align: center;
  color: #fff;
}


#yeruka-page ._final .popup .form{

width: 80%;

margin: 0 auto;
}
#yeruka-page ._final .popup .form form{

display: flex;

flex-wrap: wrap;

justify-content: space-between;
}
#yeruka-page ._final .popup .form form .input{

width: 46%;
margin-bottom: 5%;
margin-bottom: 2.5%;
}
#yeruka-page ._final .popup .form form .input input,
#yeruka-page ._final .popup .form form .input select
{

border: 0;

border-bottom: 1px #DDDDDD solid;

line-height: 2;

width: 100%;

height: 2.5vw;

color: #737373;

}

#yeruka-page ._final .popup .form form .input  select {
  -webkit-appearance: listbox;
  outline: 0;
}

/* Customize the label (the container) */
#yeruka-page .checkbox{
  position: relative;
  width: 100%;
}
#yeruka-page .checkbox .label{
  position: relative;
  right: 3%;
  font-weight: normal;
  font-size: 75%;
  cursor: pointer;
}
#yeruka-page .container-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: .3vw;
}

/* Hide the browser's default checkbox */
#yeruka-page .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#yeruka-page .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px #116B56 solid;
}

/* On mouse-over, add a grey background color */
#yeruka-page .container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#yeruka-page .container-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
#yeruka-page .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#yeruka-page .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#yeruka-page .container-checkbox .checkmark:after {
  background: #126b56;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 65%;
  width: 65%;
  margin: 0 auto;
  top: 15%;
}
#yeruka-page #checkout-lists{
  width: 100%;
}

#yeruka-page label.error {
    font-size: 75%;
}

#yeruka-page .container-checkbox label.error {
  position: absolute;
  display: block;
  right: 8vw;
  margin: 0;
  padding: 0;
  top: -0.3vw;
}

.hide{
  display: none !important;
}

#yeruka-page ._subcategories .inner .content .sublist {
    width: 100%;
}

.hide_counter_text{
  opacity: 0;
  visibility: hidden;
  height: 10px;
}

@media(max-width: 1024px){
  #yeruka-page ._final .popup .form form .input input, #yeruka-page ._final .popup .form form .input select {
    height: 10vw;
  }
  #yeruka-page ._header {
    padding-top: 12%;
    background: #f8f9fb;
  }
  #yeruka-page ._header .content .inner {
    margin-top: 6%;
  }
  #yeruka-page {
    font-size: 3vw;
  }
  #yeruka-page ._header .content {
    top: 6%;
  }
  #yeruka-page ._header .content .inner p {
    width: 100%;
    text-align: center;
    font-size: 110%;
    line-height: 1.5;
  }
  #yeruka-page ._header .content .inner h1 {
    text-align: center;
    line-height: 1.2;
    font-size: 250%;
    /* display: block; */
    width: 100%;
  }

  #yeruka-page ._modal .popup {
    width: 90%;
    height: 75%;
    margin: 0 auto;
  }
  #yeruka-page ._modal .popup .title {
    width: 45%;
    margin-top: 12%;
  }
  #yeruka-page ._modal .popup .title > div:nth-child(2) {
    font-size: 155%;
  }
  #yeruka-page ._modal .popup .title > div:nth-child(3) {
    margin-top: 7%;
  }
  #yeruka-page ._modal .popup .title > div:nth-child(4) {
    font-size: 105%;
    padding-top: 0%;
    padding-bottom: 2%;
  }
  #yeruka-page ._modal .popup .text h2 {
    font-size: 370%;
  }
  #yeruka-page ._modal .popup .text h3 {
    font-size: 175%;
    width: 90%;
    margin: 0 auto;
    line-height: 1;
    margin: 2.5% auto;
  }
  #yeruka-page ._modal .popup .text p {
    font-size: 170%;
    width: 90%;
    line-height: 1.2;
  }
  #yeruka-page ._modal .popup .continue {
    width: 65%;
    margin-top: 10%;
    font-size: 125%;
  }
  #yeruka-page ._modal .popup button.close {
    padding: 4%;
    font-size: 250%;
  }
  #yeruka-page ._modal .popup .finish {
    font-size: 125%;
    width: 60%;
  }
  #yeruka-page ._how .inner {
    margin-top: -75vw;
  }
  #yeruka-page ._how .inner .content {
    flex-wrap: wrap;
  }
  #yeruka-page ._how .inner .content .list {
    width: 90%;
  }
  #yeruka-page ._how .inner .content .list ul li {
    width: 100%;
    flex-wrap: wrap;
  }
  #yeruka-page ._how .inner .content .list ul {
    flex-wrap: wrap;
  }
  #yeruka-page ._how .inner .content .list ul li:nth-child(1) > div:nth-child(3) {
    transform: rotate(-90deg) scale(0.4);
    position: absolute;
    left: auto;
    right: 5%;
    top: 85%;
  }
  #yeruka-page ._how .inner .content .list ul li:nth-child(2) > div:nth-child(3) {
    transform: rotate(-90deg) scale(0.4);
    position: absolute;
    left: auto;
    right: 5%;
    top: 85%;
  }
  #yeruka-page ._how .inner .content .list ul li:nth-child(3) > div:nth-child(3) {
    display: none;
  }
  #yeruka-page ._how .inner .content .list ul li > div:nth-child(1) {
    width: 17%;
  }
  #yeruka-page ._how .inner .content .list ul li > div:nth-child(2) br{
    display: none;
  }
  #yeruka-page ._how .inner .content .list ul li > div:nth-child(2) {
    font-size: 110%;
    padding-right: 5%;
    line-height: 1.3;
  }
  #yeruka-page ._how .inner .content .list ul li {
    margin-bottom: 7%;
    position: relative;
  }
  #yeruka-page ._categories .inner .content .title {
    width: 100%;
  }
  #yeruka-page ._categories .inner .content .title h2 {
    line-height: 1.3;
    padding: 5% 15%;
  }
  #yeruka-page ._categories .inner {
    width: 90%;
  }
  #yeruka-page ._categories .inner .content .list {
    width: 100%;
  }
  #yeruka-page ._categories .inner .content .list ul li button > div:nth-child(1) {
    width: 100%;
  }
  #yeruka-page ._categories .inner .content .list ul li button {
    flex-wrap: wrap;
  }
  #yeruka-page ._categories .inner .content .list ul li button > div:nth-child(1) {
    width: 45%;
    margin: 5%;
  }
  #yeruka-page ._categories .inner .content .list ul li button > div {
    align-self: center;
    font-size: 120%;
    width: 70%;
  }
  #yeruka-page ._categories .inner .content .list ul li button {
    height: 100%;
    padding: 10% 0;
    border-radius: 5px;
  }

  #yeruka-page ._subcategories .inner{
    width: 90%;
  }
  #yeruka-page ._subcategories .inner .content .list ul li {
    padding: 0 7.5%;
  }

  #yeruka-page ._subcategories .inner .content .sublist {
    width: 100%;
  }


  #yeruka-page ._subcategories .inner .content .list select,
  #yeruka-page ._subcategories .inner .content .sublist select,
  #yeruka-page ._categories .inner .content .list select
  {
    width: 100%;
    text-indent: 5%;
  }

  #yeruka-page ._configurator {
    position: relative;
    margin: 15% 0;
  }

  #yeruka-page ._subcategories .inner .content .sublist ul li {
    padding: 0 5%;
    font-size: 120%;
  }
  #yeruka-page ._search .inner {
    width: 90%;
    margin: 0 auto;
  }
  #yeruka-page ._search .form {
    border-radius: 5px;
  }
  #yeruka-page ._search .form {
    font-size: 120%;
    margin-bottom: 0;
    margin-top: 10%;
  }
  #yeruka-page ._configurator .inner .content .right {

  }
  #yeruka-page ._configurator .inner .content .left {
    width: 100%;
  }
  #yeruka-page ._configurator .inner .content .left .list ul li {
    width: 45%;
    height: 48vw;
    margin-bottom: 10%;
  }
  #yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(1) {
    width: 75%;
    width: 20vw;
    height: 20vw;
  }
  #yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(3) {
    width: 65%;
    height: 8vw;
    top: 8vw;
  }
  #yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(3) button {
    width: 100%;
    font-size: 150%;
    border-radius: 5px;
  }
  #yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(4) {
    width: 12%;
  }
  #yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(5) button {
    width: 13%;
  }
  #yeruka-page.yeruka-page-checkout ._header .content {
    position: relative;
  }
  #yeruka-page ._header {
    background: #ffffff;
  }
  #yeruka-page.yeruka-page-checkout ._header .img {
    padding: 0;
  }
  #yeruka-page.yeruka-page-checkout ._header .content .inner {
    text-align: center;
  }
  #yeruka-page.yeruka-page-checkout ._button button {
    padding: 3.5% 10%;
    border-radius: 5px;
  }
  #yeruka-page.yeruka-page-checkout ._score .inner {
    padding-top: 15%;
  }
  #yeruka-page.yeruka-page-checkout ._score .inner .content .list {
    width: 100%;
  }
  #yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li {
    width: 23%;
  }
  #yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li:last-child{
    width: 100%;
  }
  #yeruka-page.yeruka-page-checkout ._score .inner .content .list ul {
    flex-wrap: wrap;
  }
  #yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li button {
    border-radius: 5px;
  }
  #yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li button br{
    display: none;
  }
  #yeruka-page ._configurator .inner .content .left .list ul li > div:nth-child(5) > div {
      font-size: 150%;
  }
  #yeruka-page .badge {
      width: 4vw;
      height: 4vw;
      line-height: 2.5;
      top: -100%;
      right: -15%;
      font-size: 80%;
      line-height: 1.5;
  }
  #yeruka-page ._subcategories .inner .content .list {
      width: 100%;
  }
  #yeruka-page ._subcategories .inner .content .list ul li {
      padding: 0 4%;
  }
  #yeruka-page ._subcategories .inner .content .list ul li button {
      font-size: 125%;
  }


  #yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li.active button > div:nth-child(1) {
      width: auto;
      padding: 0;
  }

  #yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li.active button > div:nth-child(2) {
      width: auto;
      padding: 0;
  }

  #yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li.active{
    margin: 5% 0;
  }

  #yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li.active button {
      padding-bottom: 0;
      line-height: 1.8;
      justify-content: space-between;
      padding: 0 5%;
  }

  #yeruka-page ._final {
      width: 90%;
  }

  #yeruka-page ._final .popup .form form .input {
      margin-bottom: 5%;
      width: 100%;
  }
  #yeruka-page ._final .popup .form {
      width: 88%;
  }
  #yeruka-page ._final .popup .text {
      text-align: right;
      font-size: 120%;
  }

  #yeruka-page .checkbox .label {
      right: 7%;
      font-size: 100%;
      top: -20%;
  }

  #yeruka-page ._final .popup .submit {
    width: 75%;
    margin: 10% auto 5%;
  }

  #yeruka-page ._final .popup .submit button {
      padding: 5%;
      border-radius: 5px;
      font-size: 175%;
  }

  #yeruka-page ._final .popup .form form .input {
      font-size: 150%;
  }

  #yeruka-page .container-checkbox label.error {
      top: 2.5vw;
      font-size: 100%;
  }

  #yeruka-page ._final .popup .text {
      width: 88%;
  }

  #yeruka-page.yeruka-page-checkout ._checkout .inner .content {
      width: 100%;
  }

  #yeruka-page.yeruka-page-checkout ._checkout .inner .content .list {
      width: 100%;
      right: 0;
      overflow: hidden;
  }

  #yeruka-page.yeruka-page-checkout ._checkout .inner .content .list .mylist h2,
  #yeruka-page.yeruka-page-checkout ._checkout .inner .content .list .mylist h3
  {
      font-size: 125%;
      padding-right: 5%;
  }


  #yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul {
      width: 200%;
      margin: 5% 0;
  }


  #yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li {
      width: 30vw;
  }

  #yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li > div:nth-child(1) {
      width: 15.5vw;
      height: 14.5vw;
      padding: 5%;
      padding-top: 5%;
  }

  #yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li > div:nth-child(2) {
      font-size: 100%;
  }

  #yeruka-page ._configurator .inner .content .right {
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 9;
      left: 0;
      right: 0;
  }

  #yeruka-page ._configurator .inner .content .right .list h2 {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      display: none;
  }


  #yeruka-page ._configurator .inner .content .right .list ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 100%;
  }

  #yeruka-page ._configurator .inner .content .right .list {
      display: flex;
      background: #116b56;
      box-shadow: 0px 0px 0px;
      border-radius: 0;
      flex-wrap: wrap;
      justify-content: space-around;
  }




  #yeruka-page ._configurator .inner .content .right .list .total {
      width: 40%;
      border: 0;
      color: #fff;
      padding: 2.5%;
      position: relative;
      right: 0;
  }


  #yeruka-page ._configurator .inner .content .right .list .checkout button {
      background: #fff;
      border: 1px #fff solid;
      color: #116B56;
      border-radius: 5px;
  }

  #yeruka-page ._configurator .inner .content .right .list .checkout {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 0;
    margin: 5% 0;
    margin-bottom: 10%;
  }
  #yeruka-page ._configurator .inner .content .right .list .total > div:nth-child(2) {
    align-self: auto;
    text-align: left;
    width: auto;
  }

  #yeruka-page ._configurator .inner .content .right .list .total > div:nth-child(1) {
      width: auto;
  }


  #yeruka-page ._configurator .inner .content .right .list ul{
    font-size: 150%;
  }

  #yeruka-page ._configurator .inner .content .right .list ul li {
      width: 88%;
  }


  
  #yeruka-page ._configurator .inner .content .right ._wishlist,
  #yeruka-page ._configurator .inner .content .right .list ul#score-list
  {
      opacity: 0;
      height: 0;
      visibility: hidden;
  }

  #yeruka-page ._configurator.on .inner .content .right ._wishlist,
  #yeruka-page ._configurator.on .inner .content .right .list ul#score-list
  {
      opacity: 1;
      height: auto;
      visibility: visible;
      background: #fff;
  }

  #yeruka-page ._configurator .inner .content .right .list ul.on li > div:nth-child(1){
    width: 90%;
  }
  #yeruka-page ._configurator .inner .content .right .list ul.on li > div:nth-child(2){
    text-align: left;
  }
  #yeruka-page ._configurator .inner .content .right .list ul.on li > div:nth-child(3){
    width: 100%;
  }

  #yeruka-page ._wishlist {
      background: #fff;
  }

  #yeruka-page ._wishlist .title {
      width: 100% !important;
  }

  #yeruka-page ._wishlist .title h2 {
      display: block !important;
      background-color: #fff !important;
      color: #000 !important;
  }
  #yeruka-page ._configurator .inner .content {
      display: block;
  }
  #yeruka-page ._configurator .inner .content .right .list h2 {
      padding: 0;
      margin: 0;
      font-size: 200%;
  }
  #yeruka-page ._configurator .inner .content .right .list ul {
    opacity: 1;
    visibility: visible;
    top: 0;
    position: relative;
    height: 30vw;
  }

  #yeruka-page ._wishlist .inner .content .list ul li {
      width: 30vw !important;
  }

  #yeruka-page ._wishlist .inner .content .list ul li > div:nth-child(1) {
      width: 15vw;
      height: 15vw;
      padding: 10%;
      padding-top: 15%;
  }

  #yeruka-page ._wishlist .inner .content .list {
      background: #fff !important;
      margin: 7% auto;
  }

  #yeruka-page ._wishlist .inner .content .list ul li > div:nth-child(1) button {
      width: 4vw;
      height: 4vw;
      right: -20%;
      top: -20%;
  }

  #yeruka-page ._wishlist .inner .content .list {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #yeruka-page ._wishlist .inner .content .list ul {
      width: 200% !important;
      /*overflow: scroll;*/
      height: auto !important;
  }

  #yeruka-page ._configurator .inner .content .left .list ul {
    justify-content: space-between;
  }

  #yeruka-page ._up {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 15%;
      margin: 5% 2.5%;
      border:0;
      background:none;
  }
}


#counter1_text{
  display: block;
  width: 100%;
}
#counter2_text{
  display: block;
  width: 100%;
}
#counter3_text{
  display: block;
  width: 100%;
}
#counter4_text{
  display: block;
  width: 100%;
}
#yeruka-page ._configurator .inner .content .right .list ul li .counter_total_products{
  font-size: 75%;
  width: 100%;
}

#yeruka-page ._configurator .inner .content .right .list ul li .counter_total_products span{
  font-size: 100%;
  position: relative;
  top: 0;
}

#yeruka-page ._configurator .inner .content .right .list ul li span#counter_total_products0,
#yeruka-page ._configurator .inner .content .right .list ul li span#counter_total_products1,
#yeruka-page ._configurator .inner .content .right .list ul li span#counter_total_products2,
#yeruka-page ._configurator .inner .content .right .list ul li span#counter_total_products3
{
    top: 0;
    font-size: 100%;
    font-weight: inherit;
}

#yeruka-page ._configurator .inner .content .right .list ul li span.underscores {
    display: block;
    font-size: 100%;
    top: 0;
}

#yeruka-page.yeruka-page-checkout ._score .inner .content .list ul li button,
#yeruka-page.yeruka-page-checkout ._checkout .inner .content .list ul li{
    white-space: pre-wrap;
}

._arrow_up {
    width: 13% !important;
    background: none !important;
    border: 0 !important;
    position: relative;
    right: 2vw;
    top: -1vw;
    display: none;
}


._arrow_up.on{
    top: -2vw;
    transform: rotate(180deg);
}
@media(max-width: 1024px){
  #yeruka-page ._wishlist .inner .content .list ul li > div:nth-child(2) {
      font-size: 150%;
  }
  #yeruka-page ._configurator .inner .content .right ._wishlist, #yeruka-page ._configurator .inner .content .right .list ul#score-list.on {
      opacity: 1;
      visibility: visible;
      height: auto;
      background: #fff;
  }
  ._arrow_up {
      display: block;
  }
  #yeruka-page ._configurator .inner .content .right .list .total {
      right: 0;
  }
  #yeruka-page ._configurator .inner .content .right .list .checkout {
      width: 38%;
      left: 2.5%;
      position: relative;
  }
  #yeruka-page ._wishlist .inner .content .list ul li {
      padding-bottom: 5%;
  }

  #ZA_CAMP_BUBBLE_CANVAS_CID_70814_OUTER_INNER {
      bottom: 15vw !important;
  }
  #yeruka-page ._header .content .inner h1 i {
      left: 0;
  }
}