/* .BigBanners:not(.slick-initialized) .BigBanners_elem{
  display: none;
}  

.BigBanners:not(.slick-initialized) .BigBanners_elem:first-child{
  display: block;
}  

 */
.razmer_table{
    text-align: center;
}


.taba {
    width: 250px;
}

.taba td {
    font-size: 9px;
    border: 1px solid black;
}

@media screen and (max-width: 576px) {
    .taba {
        width: 100%;
    }
}

.BigBanners .BigBanners_elem:not(:first-child) {
   display: none;
}

.BigBanners.slick-initialized .BigBanners_elem:not(:first-child) {
   display: block;
}


.itemProductnew .descriptionPrdct .color-mob{
  width: 102px;
  padding-left: 15px;
  padding-right: 15px;
}

.itemProductnew .descriptionPrdct .color-mob a{
    width: 20px;
    height: 20px;
}

.itemProductnew .descriptionPrdct .color-mob .slick-current a{
  border-color: #00508A;
}

.itemProductnew .descriptionPrdct .priceProduct{
  font-size: 18px;
  color: #333333;
}

.itemProductnew .descriptionPrdct .priceProduct.sale{
  color: #333333;
  order: 2;
}

.itemProductnew .descriptionPrdct .old-priceProduct{
    font-size: 14px;
    font-weight: 400;
    color: #989898;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 4px;
}

.carousel-color{
  width: 100%;
} 


.carousel-color{
  white-space: nowrap;
  overflow: hidden;
}

.carousel-color.slick-initialized{
  overflow: initial;
}

.carousel-color .carousel-color-item{
  display: inline-block;
}


.carousel-color .slick-arrow{
  display: block;
  width: 15px;
  height: 15px;
  background: url('../img/svg/arrow-carousel.svg')no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  z-index: 1;
  
}

.carousel-color .prev{
  left: -15px;
  transform: rotate(180deg);
}

.carousel-color .next{  
  right: -15px;
}

.popup_Product .description-product .color-mob{
  width: 260px;
  margin-top: 5px;
}

.popup_Product .carousel-color{
	white-space: normal;
}

.popup_Product .carousel-color .carousel-color-item{
	margin-bottom: 7px;
}

.itemProductnew .descriptionPrdct .priceProduct{
  white-space: nowrap;
}

.price-product{
  position: relative;
}

/* .product-label.discount-product{
  position: absolute;
  top: initial;
  bottom: 3px;
  left: 0;
  z-index: 10;
}
 */
/* .itemProductnew .product-label.bottom-right{
	width: 97px;
} */

/* 
.itemProductnew .collection-section{
	position: relative;
} */

.itemProductnew .product-label .p-label{
	font-size: 10px;
	margin: 0;
	border-radius: 2px;
	font-weight: 600;
}


.product-label .discount-percent {
        background: #fa0000;
    color: #fff;
    padding: 0;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    width: 27px;
    height: 15px;
    line-height: 17px;
    text-align: center;
}

.itemProductnew .itemProductnew-block .descriptionPrdct {
    padding-top: 15px;
}




.section-gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  flex-direction: row;
  z-index: 2;
  
}

.section-gallery-wrapper__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
  background-color: var(--white_text_black_reverse);
  background: transparent;
  margin-bottom: -4px;
}

.section-gallery-wrapper__item img {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  left: 1px;
  right: 1px;
}

.section-gallery-wrapper__item._active img {
  opacity: 1;
}

.section-gallery-wrapper__item-nav {
  display: block;
  position: relative;
  margin: 0px 2px 0px 0px;
  height: 100%;
}

.section-gallery-wrapper__item:last-of-type .section-gallery-wrapper__item-nav {
  margin-right: 0px;
}

.section-gallery-wrapper__item-nav:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #cdcdcd;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}

.section-gallery-wrapper__item_hidden {
  display: none;
}


.image_wrapper_block {
    margin: 0px auto 20px;
    position: relative;
}


.image_wrapper_block {
    padding-top: 100%;
    width: 100%;
    display: block;
}

.image_wrapper_block .thumb{
      min-width: 60px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    zoom: 1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.section-gallery-wrapper__item img {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    left: 1px;
    right: 1px;
}

.section-gallery-wrapper__item._active img {
    opacity: 1;
}

.image_wrapper_block img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

._active .section-gallery-wrapper__item-nav:before {
    background-color: #003896;
}

.itemProductnew .descriptionPrdct{
  padding-top: 25px;
}

.image_wrapper_block video {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}


.section-gallery-wrapper__item video {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;   
}


.section-gallery-wrapper__item._active video {
    opacity: 1;
}

.popup_Product .btn-product{
	    z-index: 10 !important;
}

/* .itemProductnew .mainimg{
	display: none;
} */

.itemProductnew .collection-section{
	z-index: 10;
	position: absolute;
    top: -22px;
	bottom: auto;
}


.popup_Product .description-product .properties-product-col{
  column-count: 1;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.popup_Product.mobileProduct .description-product .info-product-mob.properties-product{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.size-wrap .size{
	white-space: nowrap;
}



.itemProductnew .product-label.bottom-left {
    bottom: 2px;
    line-height: 1;
    font-size: 0;
	left: 0;
}

.itemProductnew .product-label.bottom-left .p-label + .p-label{
    margin-top: 4px;
}


.itemProductnew .product-label.bottom-right {
    bottom: 2px;
	gap: 3px;
    line-height: 1;
}

.itemProductnew .collection-section a {
    display: inline-block;

    flex: 0 0 100%;
    text-align: center;
    height: 20px;
    white-space: nowrap;
    background: rgba(56,56,56,0.1);
    color: #383838;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
    max-width: 162px;
}

.itemProductnew .product-label .p-label.p-label-new{
	display: inline-block;
}

.product-label.discount-product.discount-product2{
	left: auto;
    right: 103px;
}


.itemProductnew .product-label .p-label{
	padding: 2px 3px;
	height: 15px;
}

.itemProductnew .product-label .p-label .h {
   /*  flex: 1 1 100%; */
	padding: 2px 4px;
	text-align: center;
	height: 15px;
	line-height: 11px;    
}

.productMarketplace {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
}

.productMarketplace .productMarketplace__item {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
    border-radius: 100%;
}


.productMarketplace .productMarketplace__item_12717{
    background-color: #f581d7;
}


.productMarketplace .productMarketplace__item_12718,
.productMarketplace .productMarketplace__item_4{
    background-color: #3f5fff;
}

.productMarketplace .productMarketplace__item_12716,
.productMarketplace .productMarketplace__item_5{
    background-color: #d015ff;
}

.productMarketplace .productMarketplace__item_12719{
	background-color: #3fd524;
}

.productMarketplace .productMarketplace__item_12720{
	background-color: #ffcd5d;
}

.productMarketplace .productMarketplace__item_40499,
.productMarketplace .productMarketplace__item_40450{
    border-radius: 0;
    background: #27fcfe;
    margin-left: auto;
}

.wrapMainMenu .mainMenu li{
    font-size: 15px;
}

div.wrapMainMenu .diskontLink a{
    font-size: 15px;
}

.mainMenu .sub-mainMenu{
    top: 41px;
}

.product-stock-icons{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    gap: 8px;
}

.popup_Product + .image_wrapper_block .product-stock-icons{
    top: 27px;
}

.product-stock-icons .product-stock-icons__item{
    height: 30px;
    width: 30px;
    background: #fff no-repeat center;
    border-radius: 50%;
}

.product-stock-icons .product-stock-icons__item_sewing_factory{
    background-image: url(../img/needle-icon.svg);
}
.product-stock-icons .product-stock-icons__item_roll-fabric{
    background-image: url(../img/fabric-icon.svg);
}
.product-stock-icons .product-stock-icons__item_fire{
    background-image: url(../img/fire-icon.svg);
}
.product-stock-icons .product-stock-icons__item_video{
    background-image: url(../img/play-button-icon.png);
}

.product-labels.product-labels--top{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.product-labels .product-label__item--honest-sing{
    width: 25px;
    height: 25px;
    background: url(../img/honest_sign.png) no-repeat center;
    background-size: contain;
}

.yla-filter__form-field{
    order: 5;
}

.yla-filter__form-field.--sort{
    order: 1;
}

.yla-filter__form-field.yla-filter__form-field--price{
    order: 2;
}

.yla-filter__form-field.yla-filter__form-field--razmer_2_new,
.yla-filter__form-field.yla-filter__form-field--razmer_1{
    order: 3;
}

.yla-filter__form-field.yla-filter__form-field--production{
    order: 7;
}

.yla-filter__form-field.--filter-del{
    order: 10;
}

.tippy-box[data-theme~='white'] {
    background-color: white;
    color: #111827;
    border-radius: 6px;
    padding: 8px 6px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
}

.tippy-box[data-theme~='white'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: white;
}
.tippy-box[data-theme~='white'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: white;
}
.tippy-box[data-theme~='white'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: white;
}
.tippy-box[data-theme~='white'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: white;
}

.sewing-factory__title{
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    font-family: "ProximaNovaSemibold", sans-serif;
}

.sewing-factory__table{
    border: 1px solid #B7BECA;
    border-radius: 4px;
    max-width: 100%;
}


.sewing-factory__table td{
    padding: 10px 15px;
    font-size: 12px;
    color: #111827;
    border: 1px solid #B7BECA;
    white-space: nowrap;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .grabbing {
        cursor: grabbing;
    }
}

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

	.itemProductnew .product-label .p-label {
		font-size: 9px;
	}

}

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

    .home-mobile-banner {
		margin-top: 0;
		margin-bottom: 0;
	}
	
}	

@media screen and (max-width: 420px) {
   .BigBanners_wrapper.mobBigBanners .BigBanners_elem {   
		height: 100px !important;
	}
	
	.BigBanners_elem {
		background-size: auto 102% !important;
	}
	
	body .mobTopBlock {
		margin-top: 0;
	}
	
	.contless .container, .mobBigBanners .container {
		padding: 0;
	}
	
	.BigBanners_wrapper.mobBigBanners .slick-prev, 
	.BigBanners_wrapper.mobBigBanners .slick-next {
		top: 50%;
	}
}