p.product-properties:first-child {
    margin-top: 0;
}

.buy-colors {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
    min-height: 33px;
}

.buy-colors img {
  width: 20px;
  height: 20px;
  margin: 4px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.buy-colors span {
  width: 20px;
  height: 20px;
  margin: 4px;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 20px;
  text-align: center;
  font-size: 9px;
}

.resp-tab-content {
  padding: 25px 15px 0 0;
}

@media (min-width: 1221px) {
  ul.preview-list {
    display: none !important;
  }
}

@media (max-width: 920px) {
  div.preview-list, .product-big-foto {
    display: none !important;
  }
}

.brends-top-wrapper {
   margin-bottom: 20px;
}

.collection-sub-wrapper {
  margin-bottom: 20px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px; 
  
}

.collection-sub-item {
  text-align: center; 
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 20px;
  padding: 0 20px;
  
}


 @media (max-width: 920px) {
   
.collection-sub-item {
     max-width: 33.33333%;
   -webkit-flex-basis: 33.33333%;
   -ms-flex-preferred-size: 33.33333%;
   flex-basis: 33.33333%;
  }
  
  }


.collection-sub-image {
    height: 0;
    padding-top: 100%;
    position: relative;
	overflow: hidden; 
    margin-bottom: 10px;
}

.collection-sub-image img {
   position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    height: 100%;
}

.collection_sliders, .owl-carousel-product {
 padding: 0 25px; 
}

@media (max-width: 600px) {
.collection_sliders .owl-item img {
   max-width: 100%;
}
}

.collection_sliders .owl-nav i, .owl-carousel-product .owl-nav i{
  font-size: 64px;
}

.collection_sliders .owl-nav .owl-prev{
  left: 0px;
  position: absolute;
  top: 40%;

}

.collection_sliders .owl-nav .owl-next{
  right: 0px;
  position: absolute;
  top: 40%;

}

.owl-carousel-product .owl-nav .owl-prev{
  left: 0px;
  position: absolute;
  top: 40%;
}

.owl-carousel-product .owl-nav .owl-next{
  right: 0px;
  position: absolute;
  top: 40%;
}

.big-baner-index {
 margin: 70px 0 20px 0;
 padding-top: 20px;
 border-top: 1px solid #e7e7e7;
 border-bottom: 1px solid #e7e7e7; 
 padding-bottom: 70px;
} 
  
.main-news-item-image {
  margin-bottom: 10px;
  
}

.main-news-item-image img {
  max-width: 83%; 
}

.box-item-index {
 	margin-bottom: 0;
  
}

.box-item-index  .preview-box {
	margin-bottom: 20px;
}
@media (max-width: 800px) {

  .statick-img-wrapper figure {
	margin-bottom: 15px;
  }

}

.resp-tab-content.resp-tab-content-active {
    background: white !important;
}

.property-in-product {
	font-size: 14px;
    display: block;
    margin-top: 20px;
  	letter-spacing: 2px;
}


.preview-list .swiper-button-prev {
    top: 22px;
}

.swiper-button-prev.swiper-button-black:before, .swiper-button-next.swiper-button-black:after {
    content: '';
    display: block;
    border: 1px solid #a5a5a5;
    position: absolute;
    padding: 45px 12px;
    top: -33px;
}
.product-status {
  	letter-spacing: 2px;
 	margin-left: 0px;
  	margin-top: 20px;
  	font-size: 14px;
  	font-family: 'Conv_Intro-Regular', Helvetica, sans-serif;
}
.product-big-foto .large-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.blog-menu {
    display: flex;
    margin-bottom: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.blog-menu li {
    margin: 0 1rem;
}

.article-image {
    display: block;
    margin-bottom: 0.5rem;
}

.social_share-list i {
    font-size: 1.5rem;
}

.social_share-title {
    margin: 1rem 0 .5rem;
}
.social_share-bgcolor{
  background: #e7e7e7;
} 
.social_share {
    padding: 0.5rem 0 1.5rem 0;
  text-align:center;
}

.social_share-list a {
    margin-right: 1rem;
}

.category-product {
 display: flex;
 flex-wrap: wrap; 
}

.count {
	text-align: center;
  	margin-bottom: 30px;
}

.dop {
  	text-align: center;
	margin-bottom: 20px;
  	margin-left: 10px;
}
