/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.product-viewers.product-viewers_mob {
display: none!important;
}


 .product-viewers {
     display: flex!important;
     align-items: center;
     gap: 8px;
     width: max-content;
     padding: 10px 15px;
     border-radius: 8px;
     font-family: Arial, sans-serif;
 }

.product-info-headnote__inner {
    display: flex;
}

.viewers-icon {
    font-size: 20px;
}

.viewers-count {
    font-size: 16px!important;

    font-weight: bold;
    color: #333;
}

.viewers-text {
    font-size: 14px;
    color: #666;
}


 @media only screen and (max-width: 991px) {
	.container.TIZERS {
		display: none!important;
	}
     .product-viewers.product-viewers_mob {
         display: flex!important;
     }
}

 @media  (max-width: 600px) {
     .product-viewers {
         display: flex!important;
         align-items: center;
         gap: 8px;
         width: max-content;
         padding: 10px 0 10px 15px ;
         border-radius: 8px;
         font-family: Arial, sans-serif;
     }

     .product-viewers.product-viewers_desc {
display: none!important;
     }
}

.bx-soa-pp-item-container .bx-soa-pp-delivery-calculate {
	padding-top: 15px;
}

.darken-bg-animate:after {
	background: none!important;
}

[data-id="7"] .bx-soa-pp-delivery-cost {
	display: none!important;
}

.wrapper1 .menu-row td .wrap > a[href="/catalog/sale/"] {
    color: #f00;
}

.offer-props-wrapper .item_wrapper li.item,
.inner_content .sku_props li.item{
    padding:0;
}

.ajax_load .item-sku li.active{
    padding:0!important;
}

.offer-props-wrapper .item_wrapper li.item span,
.ajax_load .item-sku li.active span,
.inner_content .sku_props li.item span{
    padding:7px 10px;
}


