body {
  scroll-behavior: smooth;
/*  height:auto;*/
}

.after-pay__text{
  text-align: center;
  margin: 150px 50px;
  font-size: 25px;
  color: #62a03f;
}

.select-auto .ui-menu-item:hover {
    color: #ffffff;
    background-color: #ff0000;
}

.mb-0{
    margin-bottom: 0px;
}

.ml-15{
  margin-left: 15px;
}

.mt-10{
    margin-top: 10px;
}

.pt-5{
    padding-top: 5px;
}

/* PRODUCT BLOCKS */
.product-desc-block{
    flex-direction: row;
    max-width: 416px;
    padding-right: 5px;
}

.product-desc-text{
    padding: 0px 5px;
    font-size: 14px;
    max-width: 416px;
}

.pay-description{
    border: 1px solid #636363;
    margin-top: 5px;
    border-radius: 10px;
}

.product-desc-block svg{
    width: 60px;
    height: 60px;
}

.product-desc-block div{
    padding: 10px 10px 0px 0px;
    display: contents;
}

.product-desc-block label{
    font-size: 10px;
    white-space: normal;
}

@media only screen and (max-width: 768px){
    .product-desc-block{
        flex-wrap: wrap;
    }

    .footer__subscribe__desc{
        padding: 13px;
    }
}

/* END PRODUCT BLOCKS */

/* CALL ME START */
.call-me-button{
    width: unset !important;
}
.call-me-text{
    width: 165px;
}
/* CALL ME END */

/* STAR RATING */
.rating__and__review {
    display: flex;
    margin-bottom: 15px;
}
.rating {
    display: inline-block;
    padding-right: 13px;
}

.rating li {
    display: inline-block;
}
.rating li + li {
    margin-left: 3px;
}
.review a {
    color: #999;
}
/* END STAR RATING */

/* WISHES START */
.wishes-admin-btn{
    float: left;
    margin-right: 15px;
}

.wishes-admin-delete{
    margin-top: 10px;
    display: block;
}

.v-middle{
    vertical-align: middle;
}

.heart-btn{
    background: none;
    border: none;
    width: 45px;
    /*border-radius: 30%;*/
    /*border: 1px solid #ffa900;*/
}

.heart-btn .icon{
    fill: white;
    stroke: #ffa900;
    stroke-width: 18px;
    width: 25px;
    height: 22px;
}

.filled-heart{
    fill: #ffa900 !important;
}

.heart-btn:hover .icon{
    fill: #ffa900;
}
/* WISHES END */

/* REVIEW START */
.rating {
    display: inline-block;
    position: relative;
    /* height: 50px; */
    /* line-height: 50px; */
    /* font-size: 50px; */
    list-style-type: none;
}

.review__details p{
    margin: unset;
}

.pro__review {
    display: flex;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 10px;
}
.review__thumb {
    margin-right: 30px;
    flex: 0 0 88px;
}

.review__info span {
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 16px;
    padding-right: 30px;
    text-transform: uppercase;
}

.review__info {
    /*display: block;*/
    /*margin-bottom: 5px;*/
}
.rating__send {
    display: inline-block;
    float: right;
}
.rating__send a {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 50px;
}
.rating__send a:hover {
    background: #ff4136 none repeat scroll 0 0;
    color: #fff;
}
.review__info ul.rating li a {} .review__info ul.rating li i {
                                    color: #f3c258;
                                    font-size: 17px;
                                }
.review__info ul.rating li + li {
    padding-left: 5px;
}
.review__date span {
    color: #999;
    font-size: 14px;
}
.review__details p {
    color: #505050;
    line-height: 26px;
    width: 82%;
}
.pro__review.ans {
    margin-bottom: 50px;
    margin-left: 50px;
    margin-top: 50px;
}
.rating__wrap h2.rating-title {
    font-size: 24px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.rating__wrap h4.rating-title-2 {
    color: #999;
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.rating__list {
    display: flex;
}
.rating__list ul.rating li i {
    color: #f3c258;
}
/* REVIEW END */
/* STAR RATING  */
.review-text{
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    border: none;
    font-size: 1rem;
    color: #616161;
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.4rem;
}

.review__thumb img{
    margin-top: 20px;
}

.rating-star .icon{
width: unset;
height: unset;
}

.review__box{
margin-top: 0px;
}

.rating-star {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating-star label {
position: absolute;
top: 0;
left: 0;
height: 100%;
cursor: pointer;
}

.rating-star label:last-child {
position: static;
}

.rating-star label:nth-child(1) {
z-index: 5;
}

.rating-star label:nth-child(2) {
z-index: 4;
}

.rating-star label:nth-child(3) {
z-index: 3;
}

.rating-star label:nth-child(4) {
z-index: 2;
}

.rating-star label:nth-child(5) {
z-index: 1;
}

.rating-star label input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}

.rating-star label .icon {
float: left;
color: transparent;
}

.rating-star label:last-child .icon {
color: #000;
}

.rating-star:not(:hover) label input:checked ~ .icon,
.rating-star:hover label:hover input ~ .icon {
color: #f3c258;
}

.rating-star label input:focus:not(:checked) ~ .icon:last-child {
color: #000;
text-shadow: 0 0 5px #f3c258;
}
/* END STAR RATING  */

/* TABLE START */

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}
/* TABLE END */

/* TABS START */
.tabs {
    font-size: 0;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    /*border: 1px solid #e0e0e0;*/
    padding: 10px 15px;
    font-size: 16px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4,
#tab-btn-5:checked~#content-5{
    display: block;
}

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    /*background-color: #f5f5f5;*/
    /*border: 1px solid #e0e0e0;*/
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    border-bottom: 1px solid #ff0000;
}

.tabs>label:not(:first-of-type) {
    border-left: none;
}

.tabs>input[type="radio"]:checked+label {
    background-color: #fff;
    border: 1px solid #ff0000;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
/* TABS END */

.line-initial{
    line-height: initial;
}

.bg-main{
  background-color: #00a4c6;
  color: white;
}


.panel-body.ow-auto{
  border: 1px solid #575656;
  padding: 5px 10px;
}

.search-price{
  color: #fd3e30 !important;
}

#toast-container > div {
    opacity:1;
}

.c-block__item{
  background-position: center;
}

.discount-fix-fs {
/*    width: 15%;
    height: 15%;*/
    font-size: 0.8em !important;
}

.top-block .social-list i{
    padding-top: 5px;
}

.top-block .social-list {
    padding-left: unset;
}

.header__main-currency-hrn{
  display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    margin-left: 15px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    cursor: pointer;
    background-image: url("../images/icons/currency-hrn-icon.png");
}

.city_loader{
  background-image: url("../images/loader64.gif");
  width: 32px;
  height: 32px;
  position: absolute;
  top: 6px;
  right: 5px;
  background-size: contain;
}

.fast-order .city_loader{
  right: -35px;
}
    

/*.fast-order{
  position: relative;
}*/

.pos_rel{
  position: relative;
}

/*Smodal End*/
.smodal__close {
  position: absolute;
  top: 19px;
  right: 33px;
  z-index: 2;

  width: 35px;
  height: 35px;

  background-image: url("../images/icons/close_btn_medium.png");
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.smodal__body {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  /*width: 746px;*/
  /*width: 650px;*/
  /*height: 608px;*/
  /*min-height: 450px;*/
  /*padding: 55px 40px 10px 40px;*/
  /*padding: 55px 20px 10px 20px;*/
  padding: 55px 5px 25px 5px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

.smodal__button .blog__title button{

}

/* FOOTER  */
.footer__block{
  min-height: 190px;
}

.social-list li a{
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 7px;
    font-size: 1.3em;
    color: #fff;
    background-color: #fff;
    border: 2px #636363 solid;
    color: #636363;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.social-list li{
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}

.social-list li a:hover{
  background-color: #ff0000;
  color: #fff;
  border: 2px #ff0000 solid;
}

.footer-after:after{
    content: '';
    position: absolute;
    right: 5%;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background-color: #636363;
  }
/* END FOOTER  */

@media only screen and (max-width: 991.98px) {
  .smodal__body {
    width: 550px;
    height: 408px;
  }
}
@media only screen and (max-width: 575.98px) {
  .smodal__body {
    width: 100%; 
    padding: 15px;
  }
}

.smodal__title {
  margin-bottom: 50px; 
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #353535;
}

@media only screen and (max-width: 991.98px) {
  .smodal__title {
    margin-bottom: 35px;
  }
}

.smodal__desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 2; 
  text-align: center;
  color: #353535;
}

@media only screen and (max-width: 991.98px) {
  .smodal__desc {
    /*margin-bottom: 50px; */

    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .smodal__desc {
    font-size: 18px;

    /*ine-height: 1.33;*/
  }
}

.smodal__button {
  margin-bottom: 50px;
}
.smodal__button .button {
  width: 342px;
  max-width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .smodal__button .button {
    width: 250px;
  }
}

/*Smodal End*/

/*Info modal Start*/
.info-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;

  width: 17px;
  height: 17px;

  background-image: url("images/close-btn.png");
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.info-modal .smodal__desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; 
  padding: 35px 20px;

  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
}

/*Info modal End*/

.mob-cart__btn{
    width: 25px;
    margin-top: 5px;
}

.cart-trash-btn{
  border: none;
  background: none;
}

.main__slider__arrow{
  background-color: rgba(0,0,0,0);
}

.js-new-post {
  position: absolute; 

  visibility: hidden;
  opacity: 0;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

.js-new-post.show {
  position: static;

  visibility: visible;
  opacity: 1;
}

/*.header__main-block .account-link{
  padding-right: 30%!important;
}*/

/*.order_red{
  color: red;
}*/
.c-block__hash{
  font-weight: normal;
}

/*Single cat Start*/
.single-cat {
  padding-top: 25px;
  padding-bottom: 20px;
}
.single-cat__title {
  margin-bottom: 20px; 

  font-size: 22px;
  color: #333333;
  text-transform: uppercase;
}
.single-cat__desc {
  margin-bottom: 50px;

  font-size: 12px;
  line-height: 1.5; 
  color: #333333;
}
.single-cat__item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 287px;
  /*margin-bottom: 30px;*/
  margin-bottom: 10px;

  background-color: #ffffff;
  border: 1px solid #eeeeee;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s; 

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.single-cat__item:hover {
  /*border-color: #009bcc;*/
  border-color: #ff0000;
}
.single-cat__item__box {
  /*padding: 20px;*/
  padding: 0px;
}
.single-cat__item__img {
  width: 100%;
  padding-bottom: 100%;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.single-cat__item__text {
 /* height: 50px;*/
  height: 91px;
  /*margin-bottom: 30px;*/
  overflow: hidden; 

  font-size: 22px;
  text-align: center;
  color: #202020;
  text-transform: uppercase;
}

/*Single cat End*/

@media only screen and (max-width: 1300px){
  .nav__menu > li {
    width: 284px;
  }
}
@media only screen and (min-width: 1300px){
  .nav__menu > li {
    width: 284px;
  }
}

.contacts__info{
  max-width: 100% !important;
  width: 100% !important;
  text-align: center;
}

.contacts__info table , .contacts__info td{
  border: none;
  vertical-align: top;
}

.c-block__item{
  background-blend-mode: color;
}

.header__main__fly{
  align-items: normal;
}

.header__main-currency , .header__main-search-icon{
  width: 45px;
  height: 45px;
  /*margin-right: 15px;*/
}

.header__main-currency{
  margin-right: 5px;
}

.vis-hidden{
  display: none;
}

.vis-visible{
  display: block;
}

.nav__menu li a{
  font-size: 14px;
}

.liq-form{
  text-align: center;
}

.liq-btn{
  color: #fff;
  width: 170px;
  height: 60px !important;
  border-color: #F4A02D !important;
  background-color: #F4A02D !important
}

.liq-btn:hover{
  color: #F4A02D !important;
}

.shopping-cart__item-img{
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  margin-left: 15px;
}

.shopping-cart__item-text {
  margin: 0px 20px;
}

.shopping-cart__item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 80px;
  margin: 0px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.shopping-cart__item-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.shopping-cart__item-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #599f33;
  cursor: pointer;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.shopping-cart__item-img .pic {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.shopping-cart__item-name {
    margin-bottom: 10px;
    width: 450px;
    /*width: 35%;*/
    /*width: 100%;*/
    font-weight: 700;
    font-size: 24px;
    color: #6e6e6e;
}
.shopping-cart__item-total label {
    font-weight: 700;
    font-size: 24px;
    color: #6e6e6e;
}

.header__main-currency, .header__main-search-icon{
  margin-top: -7px; 
}


.slick-active .main__slider__sale {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.main__slider__item {
    position: relative;

}
.main__slider__sale {
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 211px;*/
    font-size: 35px;
    color: #ffffff;
    /*background-color: rgba(0, 155, 204, 0.78);*/
    -webkit-transform: translateY(-211px);
    -ms-transform: translateY(-211px);
    transform: translateY(-211px);
    opacity: 0.2;
    -webkit-transition: opacity 1.5s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1.5s;
    transition: opacity 1.5s, -webkit-transform 1s;
    transition: transform 1s, opacity 1.5s;
    transition: transform 1s, opacity 1.5s, -webkit-transform 1s;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    padding: 5px 15px;
    text-decoration: none;
}


.main__slider__sale{
  width: unset;
  padding: 5px 15px;
}

.main__slider__sale:hover{
  color: #ffffff;
}
@media only screen and (max-width: 576px){
  .main__slider__sale {
      font-size: 12px;
      -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px);
  } 
}

.mtb-10-mob{
  margin-top: unset;
}

@media only screen and (max-width: 768px){
    iframe{
        max-width: 400px;
    }

  .mtb-10-mob{
    margin-top: -10px !important;
    margin-bottom: 10px !important;
  }

  .main__slider__sale {
    height: 100px;
    font-size: 18px;
  }

  .shopping-cart__item-name{
    width: 400px;
    text-align: center;
  }

  .shopping-cart__item-total{
    text-align: center;
  }

  .c-block__item {
      height: 160px;
  }
}

.filter__title{
  font-size: 20px;
  color: #444444;
}

.top_filter_title{
  font-size: 20px;
  color: #ff0000;
  margin-top: 8px;
  margin-bottom: 25px;
  font-weight: bold;
}

/*.categories__left{
  margin-top: -25px;
}*/

.categories__desc-text{
    text-align: unset;
}

.blog__title {
  margin-bottom: 1px;
  font-size: 23px;
  text-align: center;
  font-weight: normal;
}

.smodal_btn_new{
  margin-bottom: 20px;
  margin-top: 30px;
}

.modal_subscribe_wrap{
  width: 500px;
}

.modal_subscribe_logo{
  position: relative;
  display: block;
  margin: auto;
}

.has-error-on input, .has-error-on .filter__checkbox-body, .has-error-on .ui-selectmenu-button{
  border: 1px solid #dd4b39 !important;
}

/*.select2-container--default .select2-selection--single{
  border-radius: 0px !important;
}*/

.select2-container--default .select2-selection--single{
  border: .1rem solid #e5e5e5;
}

.select2-container .select2-selection--single{
  height: 42px !important;
}
    
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: none !important;
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background-image: url(../images/icons/arrow_select.png);
  background-repeat: no-repeat;
  background-position: center;  
  float: right;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  margin-top: 7px;
} 

.check_meest_label{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #6e6e6e; 
}
.check_meest_prices{
  font-size: 20px;
  color: #6e6e6e;
  font-weight: bold;
}

.check_meest_prices span{
  color: #ff0000;
}


.default-pages{
  height: auto;
}

.color-blue{
  color: #62a03f;
  font-size: 15px !important;
}

.color-gray{
  color: #5a5a5a;
  font-size: 15px !important;
}

.color-red{
  color: #dd4b39;
  font-size: 15px !important;
}

.checkout__item-row{
  margin-bottom: 1px;
}

.color_orange{
  background-color: #F4A02D !important;
}

.info-modal .smodal__products {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 20px 35px 20px;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 500;
}

.footer__img{
  display: inline-block;
  /*width: 50px !important;*/
  height: 35px !important;
}

.check_top_bord{
  border-top: 20px solid #eeeeee;
}

.check_bot_pad{
  padding-bottom:10px;
}

.check_hide_left{
  background-color: #eeeeee;
}

.pa_0_10{
  padding: 0 10px;
}

.mt_10_db{
  display: block;
  margin-top: -10px;  
}

.mt_20{
  margin-top: 20px !important;
}

.mt_0{
  margin-top: 0px !important;
}

.pt-0{
  padding-top: 0px !important;
}

.orange_text{
  color: #ffae00;
}

.border_modal{
  border: 3px solid #ff0000;
}

.icon_mail {
  background-image: url('../images/icons/email_white.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
/*
.button.icon_hover:hover .icon_mail{
  background-image: url('../images/icons/email_blue.png');
}*/
.icon_hover {
  position: relative;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  padding: 0 20px;
  overflow: hidden;

  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none; 

  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 0;
  border-radius: 50px;
  cursor: pointer;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;

  width: 380px;
}
.icon_hover span {
  position: relative;
  z-index: 2;
}

/*.icon_hover:hover .icon_mail{
  background-image: url('../images/icons/email_blue.png');
}*/
.icon_hover:hover{
  /*background-image: url('../images/icons/email_blue.png');*/
  background-color: #0094af;
/*  color: #ff0000;
  border-color: #ff0000; 
*/}

#accept_pay form {
  text-align: center;
}

.subscribe_btn_text{
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
}

.single-modal_subscribe{
 font-size: 20px;
 max-width: 380px;
}

.single-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.single-modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 1px 10px;
}


/* special options checkout */
.spec_content_wrap{
  width: 100%;
}

.spec_content{
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: baseline;
}

.spec_left{
  padding: 5px;
  font-weight: bold;
  color: #6e6e6e;
}

.spec_right{
  padding: 5px;
  position: relative;
}

.spec_btn{
  border: none;
  background-color: snow;
  position: absolute;
  right: 6px;
  top: 11px;
}

.spec_svg{
  width: 30px;
  height: 30px;
}

.head_svg_icon{
  padding-right: 50px;
}
/* end special options checkout */

/* my-account wfp pay block */
.acc_pay_block{
  padding-left: 25px;
  padding-right: 25px;
}

.acc_pay_head{
  font-size: 21px;
  padding: 20px 1px;
  font-weight: bold;
}

.acc_pay_btn{
  color: #fff;
  padding: 10px 1px;
  overflow: hidden;
  font-size: 21px;
  background-color: #00a4c6;
  border: 5px solid #00a4c6;
  width: 100%;
  max-width: 400px; 
}

.acc_pay_btn:hover{
  color: #00a4c6;
  background-color: #fff;
}
/* end my-account wfp pay block */

.m-0-auto{
  margin: 0 auto;
}

/* new header */
.header_btn{
  text-align: center;
}

.icon_header {
  width: 50px;
  height: 50px;
  fill: currentColor;
}

.head_search_block{
  width: 100%;
  margin: 1px 60px;
}

.head_search_input{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 35px;
  border: 2px solid #ff0000;
  border-radius: 50px;
  padding-left: 10px;
  font-size: 16px;
}

.head_search_icon{
  position: absolute;
  right: 0;
  z-index: 2; 

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px;
  width: 35px;

  background-color: #ff0000;
  background-image: url("../images/search.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ff0000;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;

  color: #fff;
}

.lang a{
  cursor: pointer;
}

.account-link{
  text-align: center;
}

.header__main-block .head_basket-text::after {
    content: attr(data-count);
    position: relative;
    top: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
/* end new header */

/* page error 404  */
.error__title{
  color:#ff0000;
  margin: 18px 0px;
}

.error__title_small{
  color:#dd4b39;
  margin: 12px  0px;
}

.error__sitemap{
  font-size: 16px;
  color:#ff0000;
  text-decoration: none;
}

.error__text{
  font-size: 18px;
  margin: 6px  0px;
}

.error__search{
  margin: 22px 0px;
  position: inherit;
}

.error__btn_home{
  margin: 12px  0px;
  float: right;
}
/* end page error 404  */

.main_h1_wrap{
  text-align: center;
}

.main_h1{
  color: #636363;
  font-weight: 500;
  font-size: 30px;
  margin-top: 25px;
}

.main__carusel{
  padding-top: unset;
}

/* new seo breadcrumbs */
.bread-crumbs ol{
  list-style: none;
  display: contents;
}
/* end new breadcrumbs */
.product__gallery-arrows{z-index: 2}

.w-100{width: 100%;}

/* promo label */
  .promo-color__warn{
    background-color: #F4A02D;
  }

  .promo-wrap{
    position: absolute;
    /*right: 0;*/
    top: 0;
    z-index: 2;
    padding: 0px 5px;
    /*width: 200px;*/
  }

  .promo-wrap:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid;
  } 

  .promo-wrap:after {
    border-color: transparent #F4A02D transparent transparent;
    top: 33%;
    right: 100%;
    margin-top: -10px;
  }

  .promo-text{
    font-size: 12px;
    color: #fff;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    /*float: left;*/
  }

  .promo-icon{
    width: 30px;
    height: 30px;
    margin-left: 10px;
    fill: #fff;
  }
/* end promo label */

.mobile_search_block{
  display: none;
}

/* top menu */
.top-nav.nav__list{
  font-size: 18px;
  padding-right: 0px;
  padding-left: 0px;
  height: unset;
}

.top-nav.nav__menu{
  padding-bottom: 0px;
}

.top-nav.nav__menu > li{
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  width: 200px;
}
/* end top menu */

/* sticky main menu */

.sticky-menu{
  position: fixed !important; 
/*  position: sticky;
  position: -webkit-sticky;*/
  top: 0;
  z-index: 16;
  width: 100%;
  background-color: #fff;
  box-shadow: inset 2px 2px 5px rgba(24, 58, 84, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
  /*transform: translateY(0);*/
}

.sticky-menu .header__main{
  height: 60px;
  border-bottom: 1px solid #cccccc;
}

/*#sticky-menu{
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 16;
  width: 100%;
  background-color: #fff;
}*/
/* end sticky main menu */


/*#ui-id-1, #ui-id-2, #ui-id-3{
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid gray;
}*/

.input-addon_block .ui-widget ul,  .input-addon_block .ui-menu{
  outline: 2px solid #e5e5e5;
  outline-offset: -2px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid gray; 
}


#ui-id-1-menu{
  max-height: 300px;
  overflow-y: auto;
  position: relative;
}

/* BUG WITH OWERFLOW */
.eVChKc{
  overflow: auto !important;
}
/* END BUG WITH OWERFLOW */

.filter{
  z-index: 17;
}

/* SVG styles */
.phone_svg_block{
  display: flex;
}

.flag_svg{
  height: 30px;
  margin-left: 5px;
}

.svg_in_table{
  text-align: center;
  display: block;
}

.i-coin-bonus{
  width: 7em;
  height: 7em;
}

.i-coin-modal{
  width: 3em;
  height: 3em;
}

/*.smodal_icon{
  width: 50px;
  height: 50px;
}*/
/* end SVG styles */

.ow-auto{
  overflow: auto;
}

.bg-error{
  background-color: #e59798;
}

.del_text{
  text-decoration: line-through;
}

/* referral module */
.refer-top{
  margin-right: 10px; 
}

.refer-top svg{
  color: #f4a02d;
  width: 1.2em;
  height: 1.2em;
}

.refer-top a{
  display: flex;
}

.refer-top-m{
  box-sizing: border-box;
  font-size: 22px;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  -ms-flex-align: start;
  display: block;
}


.checkout-coupon{
  width: calc(33% - 5px)
}

.checkout-coupon_title{
  margin: auto;
  display: flex;
}

.checkout-coupon_total{
  margin: auto;
  font-size: 14px;
  margin-right: 1px;
}

.share-page_img{
  display: block;
  margin: 0 auto;  
}

.page-bonus_code{
  font-weight: bold;
  font-size: 28px;
  color: #444;
}

/* end referral module */

/* user account */
.default-pages .aside-user{
  padding: 11px 15px;
  line-height: 1.45; 
  justify-content: space-between;
}

.default-pages .aside-avatar{
  position: relative;
  bottom: unset;
  left: unset;
  width: 62px;
  height: 62px;
}
/* end user account */

/* modal */
.smodal__promo-code{
  border: 1px solid #bfbfbf;
  margin: 15px;
  padding: 0px 2px 0px 2px;
  /*display: inline-block;*/
  display: inline-flex;;
  font-size: 28px;
  line-height: normal;
}

.smodal__promo-code svg{
  /*vertical-align: middle;*/
  width: 1em;
  height: 1em;
  border-right: 1px solid #bfbfbf;
  margin: 3px;
}

.smodal__promo-code svg:hover{
  color: #ff0000;
}

.smodal__promo-share svg{
  cursor: pointer;
  width: 50px;
  height: 50px;
}
/* end modal */

/*.blog__item-desc{
  word-break: break-all;
}

.content-box__wrapper{
  word-break: break-all;
}*/
/*[class*=elfsight-app-]{
  word-break: break-all;
}*/

/*.eapps-faq{
  word-break: break-all;
}*/

.text-left{
  text-align: left;
}

.blog__item-desc{
  word-break: break-word;
}

.index-seo_block{
  visibility: hidden;
  /*position: absolute;*/
  position: fixed;
}

.index-seo_block-open{
  visibility: visible;
  position: relative;
}

.index-seo_btn{
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/slider_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  display: inline-block;
}

.index-seo_btn-rotate{
  transform: rotate(90deg);
}

/* NEW CURRENCY */
.header__main-currency{
  text-decoration: none;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  border-color: #f4a02d;
  /*color: #f4a02d;*/
}

.header__main-currency span{
  position: relative;
  display: block;
  margin: auto;
  font-size: 12px;
}
/**/
a.header__main-currency:hover{
  border-color: #ff0000;
}

a.header__main-currency:hover span{
  color: #ff0000;
}
/* END NEW CURRENCY */

/* PRODUCT DISABLED */
.product-disabled{
  opacity: .35;
}
/* END PRODUCT DISABLED */

/* COOKIE POLICY */
   #gdpr--cookie-policy-root {
      box-sizing: border-box;
      bottom: 0;
      left: 0;
      padding: 10px 20px 20px;
      position: fixed;
      background: white;
      box-shadow: 0 -4px 6px -4px rgba(0, 0, 0, 0.3);
      width: 100%;
      /*background: #333;*/
      background: #ff0000;
      color: #f3f3f3;
      z-index: 99999 !important;
      transition: all 0.6s ease-out;
    }
    #gdpr--cookie-policy-root.hidden {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
      opacity: 0;
    }
    #gdpr--cookie-policy-root.gone {
      display: none;
    }
    #gdpr--cookie-policy-root a {
      color: white;
      font-weight: 700;
      text-decoration: underline !important;
      font-size: 14px;
    }
    #gdpr--cookie-policy-root a:hover {
      text-decoration: none !important;
    }
    #gdpr--cookie-policy-root .gdpr--cookie-policy-content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
    }
    #gdpr--cookie-policy-root .gdpr--cookie-policy-content div {
      width: 100%;
      padding: 0;
      //margin-bottom: 30px;
      font-size: 14px;
      line-height: 21px;
    }
    #gdpr--cookie-policy-root .gdpr--cookie-policy-content .gdpr--cookie-policy-actions {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 0;
    }
    #gdpr--cookie-policy-root .gdpr--cookie-policy-content .gdpr--cookie-policy-actions button {
      display: block;
      background: transparent;
      border: 2px solid white;
      color: white;
      padding: 1px 10px !important;
      transition: all 0.2s ease-in;
      cursor: pointer;
      border-radius: 4px;
      text-align: center;
      text-decoration: none;
      font-size: 13.333px;
      line-height: 36px;
      font-weight: 700;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      white-space: nowrap;
      margin: 5px;
    }
    #gdpr--cookie-policy-root .gdpr--cookie-policy-content .gdpr--cookie-policy-actions button:hover {
/*      background: #d9d9d9;
      border-color: #d9d9d9;
      color: #333;*/
      /*#ff090b*/
      background: #fff;
      border-color: #d69619;
      color: #d69619;
    }
    #gdpr--cookie-policy-root .gdpr--cookie-policy-content .gdpr--cookie-policy-actions button.gdpr--cookie-accept:hover {
/*      background: green;
      border-color: green;
      color: white;*/
      background: #fff;
      border-color: #fff;
      color: #ff0000;
    }
    #gdpr--cookie-policy-root .gdpr--cookie-close {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      color: white;
      cursor: pointer;
    }
    #gdpr--cookie-policy-root .gdpr--cookie-close i {
      font-size: 20px;
      transition: all 0.1s ease-in;
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    #gdpr--cookie-policy-root .gdpr--cookie-close:hover i {
      -webkit-transform: translateZ(0) scale(1.2);
      transform: translateZ(0) scale(1.2);
    }
    @media (min-width: 768px) {
      #gdpr--cookie-policy-root {
        padding: 5px 30px;
      }
      #gdpr--cookie-policy-root .gdpr--cookie-policy-content {
        flex-direction: row;
        justify-content: flex-start;
      }
      #gdpr--cookie-policy-root .gdpr--cookie-policy-content > div {
        margin-bottom: 0;
        margin-right: 15px;
      }
      #gdpr--cookie-policy-root .gdpr--cookie-policy-content .gdpr--cookie-policy-actions {
        max-width: 250px;
        display: flex;
        margin-left: 20px;
        /*justify-content: space-between;*/
          justify-content: flex-end;
      }
      #gdpr--cookie-policy-root .gdpr--cookie-policy-content .gdpr--cookie-policy-actions button {
        margin: 0;
        margin-right: 5px;
      }
      #gdpr--cookie-policy-root .gdpr--cookie-info-link {
        margin-right: 0 !important;
      }
    }
/* END COOKIE POLICY */

/* LOGIN/REGISTER MODAL */
.login__inputs, .login__buttons{
  padding: 20px 30px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.login__inputs label+label{
  margin-top: 10px;
}

.login__block label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
}    
.login__block .name{
  width: 70px;
  height: 40px;
  padding: 10px 0;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.input-holder{
  width: calc(100% - 70px);
}

.login__block input{
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.login-footer{
  background: #f0f0f0;
  padding: 20px 30px 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.credit_modal .login-footer{
    background: none;
}

.login-footer__text{
  text-align: center;
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.login_modal .login{
  display: block;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

.login_modal .smodal__close{
  right: 16px;
  top: 13px;
}

.login_modal .default-pages{
  background-color: #fff;
}

.login__block-first{
  border-right: 1px solid #575656;
}

.login_modal .default-pages .login__text + .login__buttons{
  margin-top: 0px;
}

.login_modal .login__register-btn{
  display: block;
  width: min-content;
}

.input-group-field{
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon .fa-eye{
  width: 17px;
}

.tab {
  background: #eee;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  width: 100%;
}

.tab button {
  border: none;
  display: block;
  float: left;
  width: 50%;
  padding: 0;
  text-align: center;
  background: #ddd;
  color: #999;
  height: 65px;
  vertical-align: middle;
  line-height: 65px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.tab button:hover {
  /*background-color: #ddd;*/
  box-shadow: inset 0 -10px 20px -10px #aaa;
}

.tab button.active {
/*  background-color: #ccc;*/
    background: #fff;
    color: #777;
}

.tabcontent {
  display: none;
}

.close-popup{
  position: absolute;
  top: 0;
  opacity: 0.7;
  /*right: -40px;*/
  right: 0px;
  width: 25px;
  height: 25px;
  background: #f0f0f0;
  cursor: pointer;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}

.credit_modal .close-popup{
    background: none;
}

.close-popup .modal-login-close{
/*  width: 30px;
  height: 30px;*/
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/close_btn_small-red.png");
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.full-login-page{
  max-width: 20vw;
  margin: auto;
}

/* END LOGIN/REGISTER MODAL */
.m_table .exp-to-exl-btn a{
  color: #fff;
}
.m_table .exp-to-exl-btn a:hover{
  color: #00a4c6;
} 

.acc_pay_block .acc_pay_head a{
  /*color: #fff;*/
  padding: 10px 10px;
}



@media only screen and (max-width: 1440px){
  .full-login-page{
    max-width: 30vw;
  }
}

@media only screen and (max-width: 1023px){
  .full-login-page{
    max-width: 50vw;
    margin: auto;
  }

  .header__main-currency , .header__main-search-icon{
    width: 60px;
    height: 60px;
    /*margin-right: 15px;*/
  }

  .header__main-currency{
    margin-right: 50px;
  }

  .header__main{

  }

  .header__main-logo img{
    max-width: 150px;
  }
  
  /*.nav{
    overflow-y: hidden;
  }*/
  
  html {
    height: 100%;
  }

  .icon_header{
  /*width: 30px;
    height: 30px;*/
    display: none;
  }
}



@media only screen and (max-width: 769px) {



  .full-login-page{
    max-width: 90vw;
  }

  .promo-wrap{
    position: initial;
  }

  .i-coin-bonus{
    width: 7em;
    height: 7em;
  }

  .only-desktop{
    display: none;
  }

  .default-pages .icon-wrapper{
    line-height: 1;
  }

  #sticky-menu{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 16;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 2px 2px 5px rgba(24, 58, 84, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
  }

  .header__main{
    border-bottom: 1px solid #cccccc;
  }

  .acc_pay_block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .acc_pay_btn{
    max-width: unset;
  }
  
  .cart__item-text{
    margin-right:0px;
    text-align: center;
  }
  .modal_subscribe_wrap {
    width: unset;
  }
  .cart__item-total{
    text-align: center;
    margin-left: unset;
    max-width: unset;
  }

  .blog{
    padding: unset;
  }



  .main__carusel{
    padding-top: 1px !important;
    padding-bottom: 10px !important;
  }

  .product__price{
    font-size: 30px;
  }

  .product__control{
    align-items: unset;
  }

  .error__btn_home{
    width: 100% !important;
  }

  .head_search_block{
    display: none;
  }

  .mobile_search_block{
    display: block;
    margin: auto;
    padding: 1px 5px;
  }

  .icon_header{
/*    width: 30px;
    height: 30px;*/
    display: none;
  }

  .account-link{
    text-align: left;
  }

  .footer__subscribe{
    max-width: 100%;
  }
}

.credit-header{
    padding: 16px 16px;
    font-size: 24px;
    font-weight: 700;
}

.credit__block{
    padding: 16px 16px;
    border-top: 1px solid #cac8c8;
    border-bottom: 1px solid #cac8c8;
}

.credit-bank__text{
    padding: 12px 3px;
    font-size: 15px;
    font-weight: bold;
}

.credit-bank__price{
    padding: 12px 5px;
    font-size: 15px;
    width: 130px;
}

.credit-bank__summ{
    font-size: 17px;
}

.credit__block .default-pages{
    background: none;
}

.credit-name__width{
    width: 310px;
}

.credit-checkout__btn{
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
  .promo-icon{
    display: none;
  }

  .promo-wrap:after{
    display: none;
  }

  .promo-wrap{
    width:100%;
  }

  .promo-text{
    justify-content: center;
  }

  .single-cat__item__text{
    height: 60px;
    margin-bottom: unset;
    font-size: 14px;
    font-weight: bold;
  }

  .single-cat__item{
    width: 140px;
  }

  .single-cat__item__box{
    padding: unset;
  }
}

/*@media screen and (max-width: 640px) {
  .shopping-cart__item-name{
    width: 300px;
  }
}*/

@media screen and (max-width: 960px) {
  .shopping-cart__item-name{
    width: 300px;
  }
}

@media screen and (min-width: 769px) {
  .hide_desktop{
    display: none;
  }
  /* sticky main menu */
  .sticky-menu .header__main-logo img{
    /*display: none;*/
    max-width: 100px;
  }
  
  .sticky-menu .head_svg_icon span{
    display: none;
  }

  .sticky-menu .head_basket-text{
    /*display: none;*/
    /*content: attr(data-count);*/
    color: transparent;
    position: absolute;
    top: -5px;
    right: -5px;
  }

  .sticky-menu .header__main-block{
    font-size: 1px;
  }

/*  .sticky-menu .nav__list{
    height: auto;
    padding: 5px 0;
  }*/

  .sticky-menu .main-menu__block, .sticky-menu .nav__list{
    height: 60px;
    line-height: 1;
    /*padding: 5px 0;*/
  }
  /* end sticky main menu */


}

@media screen and (max-width: 576px){
  .discount-fix-fs {
    width: 30% !important;
    height: 30% !important;
    font-size: 0.8em !important;
  } 
}
