@font-face {
    font-family: 'Nunito';
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url('../fonts/Nunitosemibold.woff2') format('woff2'), url('../fonts/Nunitosemibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url('../fonts/Nunitoextrabold.woff2') format('woff2'), url('../fonts/Nunitoextrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito SemiBold Italic'), local('Nunito-SemiBoldItalic'), url('../fonts/Nunitosemibolditalic.woff2') format('woff2'), url('../fonts/Nunitosemibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'), url('../fonts/Nunitoextralightitalic.woff2') format('woff2'), url('../fonts/Nunitoextralightitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Bold'), local('Nunito-Bold'), url('../fonts/Nunitobold.woff2') format('woff2'), url('../fonts/Nunitobold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Regular'), local('Nunito-Regular'), url('../fonts/Nunitoregular.woff2') format('woff2'), url('../fonts/Nunitoregular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url('../fonts/Nunitoextralight.woff2') format('woff2'), url('../fonts/Nunitoextralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Light Italic'), local('Nunito-LightItalic'), url('../fonts/Nunitolightitalic.woff2') format('woff2'), url('../fonts/Nunitolightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Black Italic'), local('Nunito-BlackItalic'), url('../fonts/Nunitoblackitalic.woff2') format('woff2'), url('../fonts/Nunitoblackitalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Italic'), local('Nunito-Italic'), url('../fonts/Nunitoitalic.woff2') format('woff2'), url('../fonts/Nunitoitalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito ExtraBold Italic'), local('Nunito-ExtraBoldItalic'), url('../fonts/Nunitoextrabolditalic.woff2') format('woff2'), url('../fonts/Nunitoextrabolditalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Bold Italic'), local('Nunito-BoldItalic'), url('../fonts/Nunitobolditalic.woff2') format('woff2'), url('../fonts/Nunitobolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Black'), local('Nunito-Black'), url('../fonts/Nunitoblack.woff2') format('woff2'), url('../fonts/Nunitoblack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Light'), local('Nunito-Light'), url('../fonts/Nunitolight.woff2') format('woff2'), url('../fonts/Nunitolight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
}
body {
font-family: 'Nunito';
  font-weight: normal;
  font-size: 14px;
  background: #FFF;
  overflow: hidden;
}
img {
  max-width: 100%;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}

button:focus,
input:focus {
  outline: none;
}
/* style main */

.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.d-block{
  display: block !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline{
  align-items: baseline !important;
}
.align-items-end{
  align-items: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between{
  justify-content: space-between !important;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1{
    margin-bottom:10px;
}
.mr-0 {
  margin-right: 0 !important;
}
.pr-0{
  padding-right: 0 !important;
}
.mb-2 {
  margin-bottom: 15px !important;
}
.ml-2{
  margin-left: 5px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4{
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 77px;
}
.w-100{
  width: 100% !important;
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.txt-grey{
  color: #CCCCCC;
}
.txt-green{
  color: #76B541;
}
.d-flex-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.addvert{
  background-image: url(../../images/top.jpg);
  max-height: 117px;
  background-size: cover;
  text-align: center;
  color: #777777;
  font-weight: 500;
font-size: 16px;
line-height: 22px;
position: relative;
transition: max-height 1s;
padding-bottom: 10px;
z-index: 99;
}
.addvert h3{
  color: #000;
  font-size: 18px;
}
.red-txt{
  color: #C71616;
}
.addvert .red-border{
  border-radius: 10px;
}
.red-btn{
  background: #FAFAFA;
border: 1px solid #C71616;
box-sizing: border-box;
border-radius: 10px;
font-size: 10px;
display: flex;
align-items: center;
color: #C71616;
width: 89px;
height: 18px;
justify-content: center;
margin: 0 auto;
position: absolute;
left: 50%;
bottom: -18px;
transform: translate(-50%, 0);
}
.red-btn:hover{
  color: #C71616;
  opacity: .8;
}

.addvert.hide1 {
  /* Animation */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* Start animation to go up */
  max-height: 0;
  -webkit-animation-name: goUp;
  animation-name: goUp;
}
@-webkit-keyframes goUp {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
.site-header__logo-cont{
  position: relative;
}
.logo{
  font-weight: 800;
font-size: 20px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #000;
position: relative;
}
.logo span{
  color: #76B541;
  margin-right: 3px;
}
.logo img {
    max-width: 200px;
}
.logo:hover{
  color: #000;
  text-decoration: none;
}
.leaf{
  position: absolute;
  top: -28px;
  left: 0;
}
 .slogan {
  font-size: 10px;
  line-height: 14px;
  color: #999;
  margin-left: 20px;
  font-weight: normal;
}
.site-header__logo-cont svg { margin-right: 10px; }
.slogan b { color: #000; }
.search-block__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
border-radius: 10px;
  padding-right: 6px;
  height: 32px;
  overflow: hidden;
}
.search-block__inp {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 10px;
  height: 100%;
  padding: 0 17px;
font-weight: 300;
font-size: 12px;
line-height: 9px;
/* identical to box height, or 75% */


color: #000;

  position: relative;
  z-index: 5;
  width: calc(100% - 182px);
  background: #F9F9F9;
  border: none;
}
.search-block__btn {
  width: 30px;
  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;
  border: none;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
  background: none;

}
.search-block__btn svg { fill:#555555; }
.search-block__cont img {
  width: 16px;
}
.link-to {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.link-to span {
  margin-left: 10px;
}
.cart {
  position: relative;
  font-weight: 600;
font-size: 13px;
color: #000000;
}
.cart:hover{
  color: #000;
}
.cart__amount{
  position: absolute;
  width: 16px;
height: 16px;
background: #FA8793;;
border-radius: 50%;
font-weight: bold;
font-size: 9.33333px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
top: -5px;
left: 15px;
}
.cart_total{ display: none;
}
.menu {
  padding: 17px 0;
}
.catalog__menu {
  display: flex;text-align: center;
    justify-content: center;
}
.catalog__menu li {
  list-style-type: none;
  margin-right: 12px;  background: #FFFFFF;
}
.catalog__menu li a {
  color: #000;
font-weight: bold;
font-size: 16px;
padding: 0 23px;
  transition: 0.3s;

 
  height: 40px;
  display: flex;
  align-items: center;
}
.catalog__menu li a img{
  margin-right: 10px;
}
.catalog__menu li a:hover {
  opacity: 0.8;
}

.btn-transparent {
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.btn-transparent:hover {
  color: #fff;
  text-decoration: underline;
}
.btn-transparent svg {
  margin-left: 8px;
}
.btn-transparent.red {
  color: #7a453b;
}

.slider{
   
}
.slider .item{
display: flex;
justify-content: center;
}
.slider img{
  width: 1440px;
}
.slick-dots {
 width: 2px;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  width: 100%;
 position: absolute;
    left: 10%;
    top: 40%;
}
.slick-dots li {
      width: 32px;
    height: 32px;
margin: 9px 5px;
  display: flex;
  align-items: center;
  justify-content: center; padding: 2px 0;
}
.slick-dots li button {
  width: 32px;
height: 0px;
color: transparent;
opacity: 0.25;
border: 2px solid #000000;
box-sizing: border-box;
transform: rotate(90deg);
}
.slick-dots li.slick-active button {
 border: 2px solid #FA8793; color: transparent;
}
.slick-dots li button:after,
.slick-dots li button:before {
  content: none;
}
.section-title {
  font-weight: bold;
font-size: 26px;
  margin-bottom: 20px;
}
.stock {font-weight: bold;
font-size: 15px;
line-height: 20px; margin: 7px 0;

color: #11DC5F;}
.sku {font-size: 14px;
line-height: 19px; margin-bottom: 15px;

color: #999999;}
.pricetitle {font-weight: 600;
font-size: 14px;
line-height: 19px;

color: #999999;}
.nostok { color: red; }
.text-center{
  text-align: center;
}
.top-area {
  position: fixed;
  left: 0;
  top: 60px;
  width: 300px;
  z-index: 9;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.top-area.top-position{
  top: 55px;
  padding-top: 0;
}
.top-area.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.top-area__wrap {
  height: calc(100% - 52px);
  overflow-y: scroll;
}
.top-area__header {
  padding-top: 50px;
  padding-bottom: 25px;
  background: #FAFAFA;
  padding-left: 15px;
}

.top-area__cont {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
}

.ancor-panel__cont.fixed {
  position: fixed;
  top: 0;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 88;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EEEEEE;;
  background: #fff;
}
.wrapper{
  width: 100%;
}
.menu-button {
  position: relative;
  z-index: 100;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
}
.menu-button:before{
  position: absolute;
  height: 100%;
  width: 200px;
  left: -175px;
  content: "";
  background: #fff;
  z-index: -1;
}
.menu-button__burger {
  position: absolute;
  top: 50%;
  left: 44%;
  width: 20px;
  height: 1px;
  margin: 0px 0 0 -20%;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.menu-button__burger-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s linear 0.2s;
  transition: -webkit-transform 0.2s linear 0.2s;
  -o-transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  background: #000;
}
.menu-button__burger:after,
.menu-button__burger:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
}
.menu-button__burger:before {
  top: -6px;
  -webkit-transition: top 0.2s linear 0.4s;
  -o-transition: top 0.2s linear 0.4s;
  transition: top 0.2s linear 0.4s;
}
.menu-button__burger:after {
  bottom: -6px;
  -webkit-transition: bottom 0.2s linear 0.4s;
  -o-transition: bottom 0.2s linear 0.4s;
  transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .menu-button__burger {
  -webkit-transition: -webkit-transform 0.2s linear 0.4s;
  transition: -webkit-transform 0.2s linear 0.4s;
  -o-transition: transform 0.2s linear 0.4s;
  transition: transform 0.2s linear 0.4s;
  transition: transform 0.2s linear 0.4s, -webkit-transform 0.2s linear 0.4s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-button.active .menu-button__burger:before {
  top: 0;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.menu-button.active .menu-button__burger-line {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-button.active .menu-button__burger:after {
  bottom: 0;
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}
.header__tel{
  display: flex;
  flex-direction: column;
  color: #999999;
  font-weight: 300;
font-size: 10px;position: relative;
}
.header__tel a{
  font-weight: bold;
font-size: 14px;
text-transform: uppercase;
color: #000000;
}
.wapp { position: absolute; right: -20px; bottom: 0px; }
/* end header */

/* adv */
.ad__item{
  display: flex;
  color: #777777;
  font-weight: 300;
font-size: 11px;
}

.ad__item h5{
  font-weight: bold;
font-size: 16px;
color: #000000;
margin: 0;
}
.ad__icon{
  width: 60px;
}
.ad__content{
  width: calc(100% - 60px);
}
/* end adv */


/* CATALOG */
.catalog__card {
  position: relative;
  transition: 0.3s;
  text-align: center;
  display: block;
}
.catalog__card:hover {
  opacity: 0.8;
}
.catalog__card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  box-shadow: 0px 49px 40px rgba(0, 0, 0, 0.03);
border-radius: 30px;
}

.catalog__title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}

/* END CATALOG */

/* popular products */
.popular .slick-track
{
    display: flex !important;
}

.popular .slick-slide
{
    height: inherit !important;
}
.popular .item{
  height: 100%;
}
footer {background: #F9F9F9; padding-top:30px; }
.bf-attr-block	{ border-bottom:1px solid #F2F2F2; padding-bottom:15px; margin-bottom:15px;}
.product__item {
  position: relative;
  z-index: 3;
  height: 100%;
  background: #fff;
  padding: 15px;  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 
border-radius: 10px;

}
.paginator-center {
  display: flex;
  position: absolute;
  top: 0px;
  right: 0;
  padding-right: 30px;
}
 .next,
.prev {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
}
.slidercontent { position: relative; }
.slidercontent .prev { position: absolute; left: -10px;    top: 37%; }
.slidercontent .next { position: absolute; right: -10px;    top: 37%; }
.product__cart{
  background: #fff;
border-radius: 4px;
width: 46px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 13px;
color: #fff;
}
.product__cart svg {fill: #999999;}
.product__cart:hover{
  color: #fff;
  opacity: .8; background: #FA8793;
}
.product__cart:hover svg { fill: #fff;

  }

.next[aria-disabled="false"] svg path, .prev[aria-disabled="false"] svg path  {
  stroke: #FA8793;
  stroke-opacity: 1;
}

 .next {
  transform: rotate(180deg);
  margin-left: 30px;
}

.product__img {
  transition: 0.2s;
  position: relative;
  margin-bottom: 20px;
  display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
margin-top: 10px;
}
.product__img:hover img {
  opacity: 0.8;
}
.slick-slide img {
  float: unset;
}
.product__stat{
  left: 10px;
  position: absolute;
  top: 15px;
  width: 58px;
  z-index: 2;
  font-weight: 600;
  font-size: 12px;
}
.hit,
.sales {
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  background: #74A34D;
  border-radius: 10px 0px;
}
.sales {
  background: #FBDA68;
  color: #000;
  margin-bottom: 7px;
  font-weight: bold;
font-size: 12px;
}
.product__fav{
  position: absolute;
  top: 15px;
  right: 15px;
}
.product__fav.active .fav:last-child{
  display: block;
}
.product__fav .fav:first-child{
  display: block;
}
.product__fav.active .fav:first-child, .product__fav .fav:last-child{
  display: none;
}
.product__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  transition: 0.3s;
  display: inline-block;
  margin-bottom: 15px;
}
.product__body{
  margin-bottom: 0px;
}
.product__title {font-size: 12px; text-align: center;}
.product__title:hover {
  color: #000;
  opacity: .8;
}
.product__price {
font-weight: 600;
font-size: 16px;
line-height: 22px;
/* identical to box height */


color: #000000;
}
.product__price.price_sale{
 font-weight: 600;
font-size: 16px;
line-height: 22px;
/* identical to box height */


color: #FA8793;

}
.product__price span{
  font-weight: 300;
font-size: 10px;
font-feature-settings: 'ordn' on;
color: #999999;
margin-left: 10px;
}

.price-old {
font-weight: 300;
font-size: 14px;
line-height: 19px;padding-left: 10px;
/* identical to box height */

text-decoration-line: line-through;

color: #999999;
}
#product .price-old { margin-left: 0px;font-weight: bold;
font-size: 25px;
line-height: 34px;    margin: 0px;
text-decoration-line: line-through;
    padding: 0px;
color: #999999;
 }

#product .new-price {font-size: 25px;font-weight: bold;
line-height: 35px;
color: #FA8793;}
#product .normprice {font-size: 25px; font-weight: bold;
line-height: 35px;
color: #000;}
.options .control-label {font-weight: 600;
font-size: 14px;
line-height: 19px; margin: 0px;
color: #999999;}
.options .radio { display: inline-block; margin-right: 10px; color: #000; position: relative; }
.options .radio input { opacity: 0; }
.options .radio span:before { content: ''; position: absolute; left: 0px; width: 15px;
height: 15px;border: 1px solid #454343;
box-sizing: border-box; border-radius: 50%; }
.options .radio input:checked  + span:after { content: ''; position: absolute; left: 0px;width: 5px;
height: 5px;
left: 5px;
top: 7px;
border-radius: 50%; 
background: #FA8793;}



.popular__slider .slick-slide {
  margin: 0 8px;
}
.popular__slider .slick-next {
  right: 15px;
  left: unset;
  top: -65px;
}
.popular__slider .slick-prev {
  right: 60px;
  left: unset;
  top: -65px;
}

.slick-next:before,
.slick-prev:before {
  content: none;
}

.baner__item img{
  width: 100%;
  margin-bottom: 15px;
}

.baner__item:hover{
  opacity: .8;
}
.title-md{
  font-weight: bold;
font-size: 22px;
line-height: 30px;
color: #010101;
margin-bottom: 10px;
margin-top: 0;
}
/* end popular products */

/* about */
.about {
  color: #333333;
}

.about p {
  margin-bottom: 25px;
}

.subscribe{
  background-image: url(../../images/bg.png);
  padding: 0px 50px;
  background-size: cover;
  font-size: 16px;
  line-height: 29px;
  border-radius: 20px;
}
.subscr__body{
  padding-top: 100px;
  padding-bottom: 50px;
}
.subscr__tel{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.red-border{
  font-weight: 700;
  border: 2px solid #C71616;
  padding: 0 5px;
  border-radius: 3px;
  color: #C71616;
}
.subscr__txt{
  font-size: 12px;
  line-height: 16px;
  color: #777777;
  width: calc(100% - 46px);
}
.subscr__icon{
  width: 46px;
}
.subscr__insta{
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(88.29deg, #F9D801 -43.42%, #ECC713 -32.28%, #7B38AC 99.24%);
  border-radius: 10px;
  width: 182px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
margin-top: 45px;
}
.subscr__insta svg{
  margin-right: 10px;
}
.subscr__insta:hover{
  color: #fff;
  opacity: .8;
}
/* end about */

/* footer */
.footer {
  background: #323436;
  border-radius: 30px 30px 0px 0px;
  font-weight: 300;
  color: #fff;
  padding: 100px 70px 0 70px;
}
.footer__title{
font-weight: 300;
font-size: 12px;


color: #999999
}
.footer__menu { margin-top: 20px; margin-left: -10px; }
.footer__menu li {
display: inline-block;
  list-style-type: none; margin: 10px;
}
.footer a,
.footer__menu a {
  color: #000; font-size: 14px;
  transition: 0.3s;
}
.footer a:hover {
  color: #fff;
  opacity: .8;
}

.footer__tel{
  display: flex; 
  align-items: baseline;
  margin-bottom: 10px;
}
.footer__tel a{
  font-weight: bold;
font-size: 20px;
color: #333333;
}
.wt { margin: 10px 0; }
.wt a {background: #EEF8FF; font-size: 10px; padding: 3px 10px;
border-radius: 100px;  
    display: inline-block;}
.wt a svg { float: left;  margin-right: 4px;}
.wattapp { color: #11DC5F; margin-left: 0px; }
.tglink { color: #3DA2FF; }
.btn-grey{
  font-weight: 500;
  color: #FFFFFF;
  background: #555555;
  border-radius: 10px;
  width: 160px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .email {font-size: 14px;color: #333333; margin-top: 20px;}
.btn-grey svg{
  margin-left: 8px;
}

.font-weight-bold {
  font-weight: 700;
}

.site-bottom{
  font-size: 12px;
font-size: 13px;
line-height: 18px;

color: #999999;
   
 padding-bottom: 30px;
}
.web-do img{
  position: absolute;
  right: -15px;
  top: -10px;
}
/* -------------------------------- */

/* CATEGORY PAGE */
.categ-title{
  font-weight: bold;
font-size: 16px;
color: #010101;
margin-bottom: 15px;
display: inline-block;
}
.categ__list li{
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 0px;
}
.categ__list a{
font-size: 14px;
line-height: 19px;
color: #000000;
}
.categ__list li a.active{
  color: #76B541;
}

.sorting {
  background: #FFFFFF;
 
  border-radius: 10px;  
  padding: 15px;
  margin-bottom: 30px; padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  margin-left: 20px;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 150px;
  font-size: 13px;
  color: #369E59;
  cursor: pointer;
  z-index: 2;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 4px;
  background-size: contain;
  top: 11px;
  right: 25px;
  margin-top: -3px;
  background-image: url(../../images/down.png);
background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
right: 0;
}
.custom-select.opened .custom-select-trigger:after {
  transform: rotate(180deg);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-option {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 13px;
  color: #76B541;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.custom-option:hover {
  background: #efefef;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: -10px;
  right: 0;
  min-width: 100%;
z-index: 9;
  box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  background: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.change-view button{
  border: none;
  background: transparent;
  line-height: 0;
}
.change-view button:first-child{
 margin-left: 60px;
 margin-right: 10px;
}
.change-view button.active path{
  fill: #76B541;
}

.pagination-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.pagination-list a {
  margin-right: 35px;
  font-size: 16px;
  transition: 0.1s;
  color: #C4C4C4;
  display: block;
}
.pagination-list li:last-child a{
  margin-right: 0;
}
.pagination-list a.active {
  color: #76B541;
  font-weight: bold;
}


.filter{
  background: #FFFFFF;
 
}
.filter .categ-title{
  margin-bottom: 15px;
}
.result{
  font-weight: 500;
font-size: 13px;
color: #999999;
margin-left: 30px;
}

.range-slider {
	margin: auto;
	position: relative;
	height: 80px;
  margin-bottom: 45px;
}

.range-slider svg,
.range-slider .range-inp {
	position: absolute;
	left: 0;
	bottom: 0;
}

.num-inp {
  background: rgba(196, 196, 196, 0.2);
  border-radius: 13px;
  font-size: 13px;
  color: #000;
  padding: 7px;
  width: 47%;
  height: 40px;
	-moz-appearance: textfield;
  border: 1px solid transparent;
  text-align:left !important;
}
.num-inp::placeholder{
    color: #999;
}
.num-inp.from-price{
  border: 1px solid #76B541;
  background: #fff;
}
.num-inp::-webkit-outer-spin-button,
.num-inp::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.num-inp:invalid,
.num-inp:out-of-range {
	border: 2px solid #ff6347;
}

.range-inp {
	-webkit-appearance: none;
	width: 100%;
}

.range-inp:focus {
	outline: none;
}

.range-inp:focus::-webkit-slider-runnable-track {
	background: #76B541;
}

.range-inp:focus::-ms-fill-lower {
	background: #76B541;
}

.range-inp:focus::-ms-fill-upper {
	background: #76B541;
}

.range-inp::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	background: #76B541;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-inp::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #76B541;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

.range-inp::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-inp::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

.range-inp::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.range-inp::-ms-fill-lower,
.range-inp::-ms-fill-upper {
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-inp::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}
.data_more_less_inner {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.action_less {
  display: none;
}

.filter__wrapper {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 12px 19px 0px 12px;
}
.title-sm {
  font-size: 12px;
  color: #999999;
}
.panel {
  margin-bottom: 0px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.grid-view .grid-card {
  width: 100%;
}
.grid-card .product__img{
  margin-right: 30px;
  margin-bottom:0;
  margin-top:0;
  width: 110px;
}
.grid-card .prod__content {
  display: flex;
  align-items: center;
}
.grid-card .product__item{
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 25px;
}
.grid-card .products__footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-card .products__footer .product__fav{
  position:static;
  margin: 0 25px;
}
.category-page .row{
      margin-right: -5px;
    margin-left: -5px;
}
.category-page div[class^='col-']{
    padding-left:5px;
    padding-right:5px;
}
.product__actions {
  display: flex;
  align-items: center;
  height: 20px;
}
.product__actions button{
  border: none;
  background: transparent;
  width: 30px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
    font-weight: 800;
font-size: 24px;
color: #76B541;
}
.product__actions input{
    width:35px;
      border: none;
  background: transparent;
  text-align: center;
  display: flex;
  padding-top:4px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
font-size: 14px;
color: #010101;
}

.justify-end {
  justify-content: flex-end;
}
.btn-light{
  background: rgba(0, 0, 0, 0.03);
border-radius: 13px;
width: 179px;
height: 45px;
font-style: normal;
font-weight: bold;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 5px;
}
.btn-light img{
margin-right: 10px;
}
.manuf { text-align: center;font-size: 12px;
line-height: 16px;
text-align: center;

color: #999999; margin: 5px 0; }
.sorting a {font-size: 15px; display: inline-block; margin-left: 10px; border-bottom: 1px solid #999999;
line-height: 20px;
color: #999999;}
.sorting a.active {  color: #FA8793; border: 0px; }
.btn-light:hover{
  color: #76B541;
  opacity: .8;
}
.btn-filter {
  font-size: 10px;
  color: #000;
  border-radius: 3px;
  border: none;
  height: 30px;
  padding: 0 25px;
  margin-right: 20px;
  background: #fff;
}

.btn-filter[aria-expanded="true"] {
  background: #7a3f33;
  color: #fff;
}
.btn-filter .down {
  margin-left: 12px;
}
.btn-filter[aria-expanded="true"] svg path {
  fill: #7a3f33;
  stroke: #fff;
}
.btn-filter[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.filter__wrapper .dropdown-menu {
  padding: 19px 12px;
  font-size: 10px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  margin-top: 6px;
}
.filter__wrapper .dropdown-menu > li > a {
  padding: 0 10px;
}
.filter__wrapper .dropdown-menu > li > a:focus,
.filter__wrapper .dropdown-menu > li > a:hover {
  background-color: transparent;
}

.checkbox {
  color: #010101;
  font-weight: 500;
font-size: 13px;
  font-weight: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  margin-top:15px;
}
.checkbox input {
  display: none !important;
}
.checkbox span {
  display: inline-block;
  width: 16px;
  height: 16px;
margin-right: 9px;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  position: relative;
  border: 1px solid #000;
}
.checkbox span:before {
  position: absolute;
  background-size: contain;
  width:8px;
  height: 6px;
  background-image: url(/catalog/view/theme/default/image/Union.svg);
  top: 4px;
  left: 3px;
}
.checkbox input[type="checkbox"]:checked + span + p {color: #FA8793;}

.bf-cell.result { display: none; }
.checkbox input[type="checkbox"]:checked + span:before {
  content: "";
}
.agree{
    color: #76B541;
}
.agree b{
    margin-left:5px;
}
/* END CATEGORY PAGE */
.payment-items{
    display:flex;
    align-items:center;
}
.payment-item {
    margin-right: 16px;
    width: 80px;
    height: 60px;
        display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgb(90 112 114 / 8%) 0px 4px 18px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    margin-bottom:20px;
}
.box-white{
        background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(41 72 0 / 7%) 0px 6px 30px;
    padding:15px;
    margin-top:15px;
}
/* PRODUCT PAGE */
.table-cart tbody tr{
        background: #fff;
    border-radius: 15px;
    margin-bottom: 13px;
    padding: 5px;
    display:flex;
    align-items:center;
}
.table-cart tbody tr:nth-last-child(-n+3){
    justify-content:right;
}
.table-cart thead tr{
    display:flex;
    align-items:center;
}
.breadcrumbs {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 10px;
  color: #999999;
}
.breadcrumbs a {
  position: relative;
  font-size: 12px;
line-height: 16px;

/* additional 3 */

color: #999999;
  margin-right: 30px;
}
.breadcrumbs a:before {
content: "";
    top: 4px;
    position: absolute;
    right: -21px;
    width: 13px;
    height: 10px;
    background: url(../Arrow.svg) no-repeat;
}
.breadcrumbs a:last-of-type:before{
    content:none;
}
.breadcrumbs a:last-of-type { color: #000; font-weight: bold;}
.single-product{
padding: 40px 30px;
color: #333;
}
.single-slider.gallery { width: 80%; float: right; }
.slider__thumb { width: 20%; float: left; }
.slick-list.draggable { padding: 0px !important; }

.box-white{
  background: #FFFFFF;
box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.06);
border-radius: 10px;
}
.adv-wrapper{
  padding: 70px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single__img{
  display: flex !important;
  align-items: baseline;
  justify-content: center;
  position: relative;
}
.live-search { top:-6px;}
#search { position: relative;}
.live-search ul li .product-name {
    font-weight: normal;
    float: left;
    width: 75%;
    font-size: 10px;
}
.single__img .product__stat{
  top: 0;
}
.single-product .product__price{
  font-size: 36px;
  line-height: 49px;
color: #010101;
}
.single-product .product__cart{
 background: #FA8793;
border-radius: 6px;
width: 195px;
margin-left: 20px;font-weight: 600;
font-size: 16px;
line-height: 22px;
display: flex;
align-items: center;

color: #FFFFFF;
}

.nav-tabs { margin-top: 20px; }
.nav-tabs>li a {     padding: 6px 15px;font-weight: 600;
font-size: 16px;
line-height: 22px;
/* identical to box height */


color: #999999; }
.filter-row + .panel {
    display: block;
    width: 100%;
    float: none;
    padding-left: 0px;
}
.tab-content {color: #999999;}
.tab-pane { padding-top: 15px; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { border: 0px; border-bottom: 1px solid #FA8793; color: #000; font-weight: bold;}


.oneclick-form__btn {background: #FA8793; border: 0px solid #000;}
.oneclik {font-weight: 600;
font-size: 16px;
line-height: 22px;margin-left: 20px; text-decoration: underline;
color: #000000;}

.single-product .product__cart svg{
  margin-right: 10px;
}
.single-product .product__actions input{
  font-size: 18px;
}
.description{
  margin-top: 95px;
}
.mt-2 {
  margin-top: 20px;
}
.single__price .product__price {
  font-size: 28px;
}
.desc-list{
  margin-top: 90px;
}
.desc-list li{
  list-style-type: none;
  border-bottom: 1px solid #E0E0E0;
  padding: 15px 0;
  font-size: 13px;
  display: flex;
}
.desc-list li:last-child{
  border: none;
}
.desc-list li span:first-child{
  width: 40%;
  font-size: 13px;
color: rgba(80, 80, 80, 0.5);
display: block;
}
.desc-list li span:last-child{
  width: 60%;
  font-weight: 600;
line-height: 25px;
color: #010101;
display: block;
}
.products-seen__card {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: 0.3s;
  background: #FFFFFF;
box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.06);
border-radius: 10px;
padding: 5px;
}
.products-seen__img {
  position: relative;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-seen__content {
  padding-left: 15px;
  width: calc(100% - 125px);
}
.products-seen__title {
  font-weight: 600;
  font-size: 13px;
  color: #000;
}

.mobile-search {
  display: none;
}
.single__wrapper {
  display: flex;
}
.tab-content ul { margin-left:25px; margin-bottom:10px;}
.manuff { margin-bottom:20px;}
.slider__thumb .thumb{
  border: 1px solid #fff;
  margin-right: 5px;
  cursor: pointer;margin-bottom: 5px;
}
.manuff a {font-weight: bold;
font-size: 16px;
line-height: 22px;

color: #999999;}
.consult + footer { margin-top:0px;}
.slider__thumb .thumb.slick-current.slick-center{
  border: 1px solid #999999;;
}
/* END */

/* RESPONSIVE */
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none{
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .mt-lg-3{
    margin-top: 30px;
  }
  .ancor-panel {
    margin-top: 52px;
    position: relative;
    display: none;
  }
  .ancor-panel__cont {
    position: absolute;
    top: -52px;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top-area {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 110;
  }
  .top-area__cont {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .site-header {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collapse{
    display: block;
  }
}

@media (max-width: 1199px) {
  .top-menu li a {
    padding: 0;
  }

  .d-flex .col-lg-6 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .site-header__logo-cont a {
    display: block;
    padding: 10px 0;
    margin-left: 15px;
  }

.top-fixed{
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #FAFAFA;
}
.top-fixed.top-fixed__act{
top: -25px;
}
  .site-header {
    background: #ffffff;
    padding-bottom: 17px;
    padding-top: 20px;
    box-shadow: 0px -5px 20px #ccc;
  }

  .top-desktop, .header__tel, .cart_total {
    display: none;
  }

  .top-area {
    background-color: #FAFAFA;
    padding-top: 10px;
  }

  .top-area__header {
    padding-top: 50px;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
  }
  .addvert{
    background-image: url(../../images/top2.png);
  }
  .main{
    padding-top: 90px;
  }
  .main.active{
    padding-top: 75px;
  }
  .wrapper{
    width: calc(100% - 37px);
  }
  .logo{
    font-size: 16px;
  }
  .leaf{
    top: -10px;
  }
  .catalog__menu {
    flex-direction: column;
    justify-content: flex-start;
  }
  .catalog__menu li {
    margin-bottom: 10px;
  }
  .flex-column-lg{
    display: flex;
    flex-direction: column-reverse;
  }
.text-center-lg{
  text-align: center;
}
.subscribe{
  padding: 70px 80px 50px 60px;
  position: relative;
}
.subscribe:before{
  position: absolute;
  content: "";
  background-image: url(../../images/tel2.png);
  width: 149px;
  height: 225px;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.subscr__body{
  padding-top: 0;
  padding-bottom: 0;
}
.subscr__icon, .subscr__txt{
  margin-top: 15px;
}
.sorting{
    margin-top:20px;
}
.footer__tel, .justify-content-center-lg{
  justify-content: center;
}
.footer__tel{
  flex-direction: column;
  align-items: center;
}
.footer__title{
  margin-top: 50px;
}
footer{
  background: #fff;
  border-radius: 0px 0px 0px 0px;
}
  .mobile-search {
    z-index: 99;
    top: 85px;
    position: fixed;
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}
  }
  .search-mobile {
    border: none;
    background: transparent;
    margin-right: 20px;
    display: flex;
  }
  .top-area__wrap   .footer__menu{
  padding-left: 15px;
  padding-top: 25px;
  border-bottom: 1px solid #ddd;
}
.top-area__wrap .footer__menu a{
  color: #000;
}
.top-area__wrap .footer__tel{
  justify-content: flex-start;
  align-items: flex-start;
}
  .about__img {
    position: static;
    height: auto;
    margin-top: 30px;
  }
  .sub-category {
    padding-top: 100px;
  }
  .single {
    padding-top: 75px;
  }
  .breadcrumbs {
    margin-top: 20px;
  }
  .filter__wrapper {
    padding-right: 12px;
  }
  .adv-wrapper{
    margin-top: 20px;
    padding: 40px 30px;
  }
  .mt-xs-3{
    margin-top: 30px;
  }

@media (max-width: 767px) {
.site-header__logo-cont a img {
    width: 80px;
}
  .d-none-md, .table-cart thead {
    display: none !important;
  }
.slogan {
    display: none;
  }
  .leaf {
    top: -7px;
}
.baner__item img{
  width: 100% !important;
}
.baner__item{
  text-align: center;
  display: block;
}
  .footer {
    padding: 50px 0px 0 0px;
  }
  .site-bottom{
    margin: 0;
  }
  .site-bottom .col-xs-6{
    padding: 0;
  }
  .site-bottom .text-right{
    padding-right: 30px;
  }
  .filter-row .col-sm-6{
    width:50%;
  }
  .products-seen__img{
    width: 110px;
  }
  .products-seen__content{
    width: calc(100% - 110px);
  }
  .payment-items{
      flex-wrap:wrap;
  }
  .payment-item{
      width: 27%;
  }
  .table-cart tbody tr{
      flex-wrap:wrap;
  }
}

@media (max-width: 575px) {
.single-slider.gallery {
    width: 100%;
    float: none;
}
.single-product {
    padding: 0px 0px;
    color: #333;
}
.slider__thumb { display:none;}
.consult	{	
padding: 45px 0;
    background: url(../cosmetology.png) no-repeat;
    margin: 0px 0;
    background-position: 112px 0;
    background-size: cover; }
	
.site-header__logo-cont svg {
    margin-right: 10px;
    display: none;
}
.slick-dots li {
    width: 32px;
    height: 5;
    margin: 9px 5px;
    display: inline-block;}
.slick-dots {
    position: relative;
    width: 100%;
    text-align: center;     left: 0px;
}
.slick-dots li button { transform: none; }
  .category__products .product__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .page {
    padding-top: 125px;
}

 .slider{
   background-image: none;
 }
 .slider .container{
   padding: 0;
 }
  .btn-filter {
    width: 97%;
    padding: 0 20px;
  }
.addvert h3{
    margin-bottom: 0;
    font-size: 11px;
  }
  .addvert{
    font-size: 10px;
  }
  .popular .section-title{
    width: 80%;
  }
  .pagination-top{
    top: 1%;
  }
  .products-seen__card {
    flex-direction: column;
    padding:15px;
    height: 100%;
  }
  .products-seen__content {
    padding-left: 0px;
    width: 100%;
    margin-top: 10px;
    text-align:center;
  }
    .table-cart tbody tr td.name{
      width:100%;
      display:flex;
  }
 .table-cart tbody tr td.name img{
     width:70px;
     margin-right:10px
 }
}

@media (max-width: 510px) {
  .d-flex-popular .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 475px) {
.section-title{
  font-size: 22px;
}
  .search-mobile {
    margin-right: 10px;
  }

  .product__title{ 
font-size: 11px;
  }
  .catalog__card img{
    height: 200px;
  }
 
  .price-old{
    font-size: 13px;
  }
  .product__price{
    font-size: 18px;
  }
  .product__img{
   margin-bottom: 0;
  }
  .product__cart{
    height: 35px;
    width: 35px;
  }
  .product__body{
    margin-bottom: 0;
  }
  .p-10{
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog__title{
    margin-top: 12px;
    font-size: 15px;
  }
  .subscribe{
    padding: 50px 40px;
  }
  
  .subscr__lay{
    padding-right: 85px;
  }
  .subscribe:before {
 width: 115px;
 height: 175px;
}
.mt-5{
  margin-top: 45px;
}
 
  .sub-category .col-xs-4 {
    width: 50%;
  }
  .change-view {
    display: none !important;
}
.popular .col-xs-6{
  padding: 0 8px; 
}
.pagination-bottom{
  display: flex !important;
  justify-content: center !important;
  flex-direction: column;
}
.categ-title { display: block;}
.pagination-bottom .pagination-list{
  margin-top: 25px;
}
.filter-row .col-sm-6{
  width: 50%;
  margin-bottom:10px;     padding: 0px;
}
.filter-row .col-sm-6:last-of-type{
    margin-bottom:0;
}
.grid-card .product__item{
    flex-direction:column;
}
.filter-row .btn-light  { border:1px solid #999999; border-radius:0px; background:#fff; border-left:0px; border-right:0px;}
#questiontre .btn-light { border-left:1px solid #999999; }
.category-page .filter-row {
    margin-right: -10px;
    margin-left: -10px;
}
.sorting span { display:none;}
.sorting a { display: inline-block; width:100%; border:0px; padding:5px; margin:0px;}
.title-md {
       text-align: center;
    margin: 20px 0;
}
.category-page .filter-row svg { margin-right:5px;}
.sorting a.active { background:#FA8793;
    color: #fff;
    border: 0px;
}
.sorting {
    margin-top: 0px;
    padding: 5px;
}
}
@media (max-width: 415px) {
.slider img{
  width: 414px;
}
}
@media (max-width: 375px) {
  .top-fixed.top-fixed__act{
    top: -15px;
    }
    .catalog__card img{
      height: 155px;
    }
  .catalog__title,
  .cat__amount {
    left: 15px;
  }
  .cart {
    margin-left: 10px;
  }

}
