

.header__cartinfo-content-count {
	position: absolute;
	right: 3px;
	bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 8px;
	color: #fff;
	background-color: #000;
	border-radius: 50%
}

.animate {
	animation-name: cssAnimation;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-fill-mode: backwards;
}


.vkazivka {
	margin-top: -20px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.vkazivka label {
	position: relative;
	padding: 6px 0 7px 24px; 
	font-size: 12px;
	line-height: 1;
	min-height: 20px;
}

.vkazivka label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 2px solid #000
}

.vkazivka input[type="checkbox"],
.vkazivka input[type="radio"] {
	display: none
}

.vkazivka input[type="checkbox"]:checked+label,
.vkazivka input[type="radio"]:checked+label {
	color: #000
}

.vkazivka input[type="checkbox"]:checked+label::before, 
.vkazivka input[type="radio"]:checked+label::before {
	background-color: #000;
	-webkit-box-shadow: inset 0px 0px 0 2px #fff;
	box-shadow: inset 0px 0px 0 2px #fff
}

.pc .vkazivka label {
	padding: 6px 0 0px  24px;
}

.pc .vkazivka label::before {
	width: 14px !important;
	height: 14px !important;
}

.pc .vkazivka {
	margin-top: -5px !important;
}


.form__group {
	position: relative;
	margin-bottom: 25px;
	clear: both;
}

.view_count {
	font-size: 12px;
	margin-top: 12px;
	clear: both;
}

@keyframes cssAnimation {
	0% {
		transform: scale(1.0);
	}

	20% {
		transform: scale(1.65);
		background: #ff144c;
		color: #fff;
	}

	50% {
		transform: scale(1.4);
	}

	75% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
		background: #fff;
		color: #000;
	}
}





.kilkist_vidhukiv {
	font-size: 22px;
}




.raiting_number {
	font-size: 20px;
	margin-top: 0px !important;
}

.m .rating_count .raiting_number {
	font-size: 22px;
	margin-top: 2px !important;
}

.Conts_vidkugiv {
	margin-top: 7px !important;
}



.G_rewiew_label_cont a:hover {
	background-color: black;
	color: white !important;
	border-color: black !important;
}


#G_rewiew_label {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding: 15px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}



#G_rewiew_label span {
	display: flex;
}

#G_rewiew_label .raiting_number {
	font-weight: bold;
	font-size: 30px;
	margin-right: 5px;
	line-height: 0;
}

.m #G_rewiew_label .raiting_number {
	margin-top: -2px !important;
}

#G_rewiew_label .rating {
	zoom: 0.5;
	margin-bottom: 0px;
}

#G_rewiew_label svg {
	height: 32px;
	width: 32px;
}

.g_logo {
	padding: 5px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	margin-right: 10px;
	display: flex;
}

.m .g_logo {
	padding: 7px;
}



.g_cont2 {
	display: flex;
	flex-direction: column;
}

.g_cont3 {
	display: flex;
	align-items: center;
	margin-top: 2px;
}



	.fab-container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		user-select: none;
		position: fixed;
		  bottom: 30px;
		  right: 30px;
		  z-index: 9999;
	  }
	  .fab-container:hover {
		height: 100%;
		background: black;
  		border-radius: 40px;
		max-height: 260px;

	  }
	  .fab-container:hover .sub-button:nth-child(2) {
		transform: translateY(-70px);
		visibility: visible;
		ї
	  }
	  .fab-container:hover .sub-button:nth-child(3) {
		transform: translateY(-130px);
		visibility: visible;
	  }
	  .fab-container:hover .sub-button:nth-child(4) {
		transform: translateY(-190px);
		visibility: visible;
	  }
	  .fab-container:hover .sub-button:nth-child(5) {
		transform: translateY(-240px);
		visibility: visible;
	  }
	  .fab-container:hover .sub-button:nth-child(6) {
		transform: translateY(-300px);
		visibility: visible;
	  }
	  .fab-container .fab {
		position: relative;
		  height: 60px;
			  width: 60px;
		background-color: #000;
		border-radius: 50%;
		z-index: 2;
	  }
  
	  .fab-container .fab .fab-content {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
		border-radius: 50%;
	  }

	  .fab-container .sub-button {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 42px;
		width: 42px;
		bottom: 5px;
		border-radius: 50%;
		transition: all 0.3s ease;
		visibility: hidden;
	  }
	  .fab-container .sub-button:hover {
		cursor: pointer;
	  }

	  .fab svg {
		width: 40px;
		height: 40px;
		color: white;
	  }

	  .sub-button svg {
		width: 45px;
		height: 45px;
		cursor: pointer;
	  }

	  .m .fab-container .sub-button {
		height: 55px;
		width: 55px;
	  }

	  .m .sub-button svg {
		width: 45px;
		height: 45px;
	  }


	  #countdown {
		font-weight: bold;
	  }

	  #countdown span{
		margin: 0 2px;
	  }



	.text_right {
		text-align: right;
	}
	
	.text_left {
		text-align: left;
	}
	
	.text_center {
		text-align: center;
	}

	.text_bold {
		font-weight: bold;
	}
	
	.clear_both {
		clear: both;
	}

	.border_bottom {
		border-bottom: 1px solid black;
	}

	.margin_bottom {
		margin-bottom: 25px;
	}