
.whatsapp_widget{
    position: fixed;
    right: 5px;
    bottom: 0;
    z-index: 999;
    margin-right: 65px;
    margin-bottom: 100px;
}
.whatsapp_widget svg{
	width: 50px;
}
.socials_detail{
	margin-top: 10px;
}
.sku-props__value {
    --sku-height: auto !important;
}
.catalog-detail__buy-block .catalog-detail__price{
	display: none;
}

.social__items--type-color .social__item{
	order:2;
}
.social__items .whatsapp{
	order: 1;
}
.drag-block[data-order="25"] {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25;
}
.drag-block[data-order="26"] {
    -webkit-box-ordinal-group: 27;
    -ms-flex-order: 26;
    order: 26;
}
.drag-block[data-order="27"] {
    -webkit-box-ordinal-group: 28;
    -ms-flex-order: 27;
    order: 27;
}
.brand-list-inner__image {
	width: 150px;
}
.brands-list__image-wrapper{
	max-width: 200px;
    height: 50px;
}
.header__bottom-inner{
    background-color: var(--theme-base-color);
	border-radius: var(--border-radius);
}
.header__bottom-inner .line-block__item{
	color: white;
}
.sections-block__item-image-wrapper{
    --section-image-width: 160px;
    --section-image-height: 160px;
}
.hide_pic{
	display: none;
}
@media (min-width: 1200px) {
    .items-5 .sections-block__item-image-wrapper--PICTURES, .items-4 .sections-block__item-image-wrapper--PICTURES {
        --section-image-width: 160px;
        --section-image-height: 160px;
    }
}
@media (max-width: 600px){
    .whatsapp_widget{
        margin-right: 20px;
        margin-bottom: 95px;
	}
}