/*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;  }*/

.fly-social
{
    position: fixed;
    text-align: center;
    color: #585858;
    left: 0;
    bottom: 18px;
    /*background: transparent;*/
    padding: 10px 10px;
    z-index: 1000;
    left: auto;
    right: 63px;
    bottom: 110px;
background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #bbb;
}
.fly-social__text
{
    margin-bottom: 16px;
}


@media (max-width: 767px) {
    .fly-social
    {
        right: 5px;
        bottom: 20px;
    }
}



@media (max-width: 500px) {
    #mobileheader .wrap_icon {
        padding-right: 4px;
    }
    #mobileheader .basket-link, #mobileheader .mobileheader-v2 .right-icons .wrap_basket .basket-link.basket {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#fast_view_item .analogs
{
	padding: 20px;
	padding-bottom: 60px;
}

#fast_view_item .analogs .fast_view_button
{
display: none;
}

#pact-widget
{
    left: auto !important;
    right: 30px !important;
    bottom: 120px !important;
}
#pact-widget ul
{
    justify-content: center;
}
#pact-widget li::before
{
    content: none
}

@media (max-width: 767px) {
    #pact-widget
    {
        right: -5px !important;
        bottom: 20px !important;
    }
}
