/*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;  }*/
#social_network {
position: fixed;
right: 16px;
bottom: 5vh;
z-index: 999;
}

#social_network .content {
display: flex;
flex-direction: column;
}

#social_network .content a {
width: 48px;
height: 48px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-position: 50%;
background-repeat: no-repeat;
position: relative;
display: block;
}

#social_network .content .whatsapp {
background: url(/images/whatsapp.png) 0 0 no-repeat transparent;  
border-radius: 50%;
margin: 5px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#social_network .content .telegram {
background: url(/images/telegram.png) 0 0 no-repeat transparent;  
border-radius: 50%;
margin: 5px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#social_network .content .instagram {
background: url(/images/instagram.png) 0 0 no-repeat transparent;  
border-radius: 50%;
margin: 5px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media(max-width:767px) {
	#social_network {
bottom: 40vh;
}
}