/*
 Theme Name:   GGSolutions.pl Child
 Theme URI:    https://ggsolutions.pl
 Description:  Default GGSolutions.pl child theme
 Author:       GGSolutions.pl
 Author URI:   https://ggsolutions.pl
 Template:     ggsolutions.pl
 Version:      1.0
*/


.product-label {
	margin-right: 10px;
}
.product-label-wysylka24h {
    background-color: #4CAF50;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.product-label-bestseller {
    background: rgb(255,244,0);
    background: -moz-radial-gradient(circle, rgba(255,244,0,1) 40%, rgba(224,177,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,244,0,1) 40%, rgba(224,177,0,1) 100%);
    background: radial-gradient(circle, rgba(255,244,0,1) 40%, rgba(224,177,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff400",endColorstr="#e0b100",GradientType=1);
    color: #000;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
		z-index: 1;
}

.background-video-content {
    position: relative;
    z-index: 2;
		display: flex;
    flex-direction: column;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.ph {
    position: relative;
    overflow: hidden;
}

.ph:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: rgb(0,0,0);
background: -moz-linear-gradient(58deg, rgba(0,0,0,0.6362920168067228) 40%, rgba(0,0,0,0.1741071428571429) 100%);
background: -webkit-linear-gradient(58deg, rgba(0,0,0,0.6362920168067228) 40%, rgba(0,0,0,0.1741071428571429) 100%);
background: linear-gradient(58deg, rgba(0,0,0,0.6362920168067228) 40%, rgba(0,0,0,0.1741071428571429) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 1;
}

.hairspa-social-wrapper {
margin: 20px auto;
font-size: 0;
text-align: center;
display: flex;
width: 100%;
flex-wrap: wrap;
}

.hairspa-social-sharing {
padding: 12px;
flex: 1;
}

@media only screen and (max-width: 600px) {
.hairspa-social-sharing {
display: inline-block;
}
}

.hairspa-social-sharing svg {
position: relative;
top: 0.15em;
display: inline-block;
}

.hairspa-social-sharing:first-of-type {
border-radius: 6px 0 0 6px;
}

.hairspa-social-sharing:last-of-type {
border-radius: 0 6px 6px 0;
}

.hairspa-social-facebook {
fill: #fff;
background-color: rgba(59, 89, 152, 1);
}

.hairspa-social-twitter {
fill: #fff;
background-color: rgba(29, 161, 242, 1);
}

.hairspa-social-whatsapp {
fill: #fff;
background-color: rgba(37, 211, 102, 1);
}

.hairspa-social-telegram {
fill: #fff;
background-color: rgb(2, 126, 189);
}

.hairspa-social-reddit {
fill: #fff;
background-color: rgba(255, 87, 0, 1);
}