
/* radio image check css
 */

.radiocheckimage ul {
    list-style-type: none;
}

.radiocheckimage li {
    display: inline-block;
}

.radiocheckimage input[type="checkbox"][id^="margine"] {
    display: none;
}

.radiocheckimage input[type="checkbox"][id^="ambalaj"] {
    display: none;
}

.radiocheckimage label {
    border: 0.5px solid #fff;
    padding: 5px;
    display: block;
    position: relative;
    margin: 5px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiocheckimage label::before {
    background-color: #33CC66;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #33CC66;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.radiocheckimage label img {
    height: 100px;
    width: 58px;
    transition-duration: 0.2s;
    transform-origin: 75% 75%;
}

.radiocheckimage :checked+label {
    border-color: #33CC66;
}

.radiocheckimage :checked+label::before {
    content: "✓";
    background-color: #33CC66;
    transform: scale(1.5);
}

.radiocheckimage :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 10px #33CC66;
    z-index: -1;
}


#cropContainerModal{
	position: relative;
	border:1px solid #ccc;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	border-radius: 2px;
	box-shadow: 8px 8px 0px rgba(0,0,0,0.1);
}

#croppic{
				position: relative;  /* MANDATORY */
				margin: 50px 70px 20px;
				border: 3px  solid #FFF;
				box-sizing: content-box;
				-moz-box-sizing: content-box;
				border-radius: 2px;
			}
			/* DO NOT CHANGE FROM HERE ( unless u know what u are doing) */
			.cropImgWrapper{
				cursor: -webkit-grab;
				cursor: grab;
			}
			.cropImgWrapper:active{
				cursor: -webkit-grabbing;
				cursor: grabbing;
			}
			
			.cropImgUpload{
				z-index:2;
				position:absolute;
				height:28px;
				display:block;
				top: -30px;
				right: -2px;
				font-family:sans-serif;
				width:20px;
				height:20px;
				text-align:center;
				line-height:20px;
				color:#FFF;
			}
			.cropControls{
				z-index:2;
				position:absolute;
				height:30px;
				display:block;
				/* top: -31px; */
				top: -1px;
				right: -1px;
				font-family:sans-serif;
				background-color:rgba(0,0,0,0.35); 
			}
			.cropControls i{
				display:block;
				float:left;
				margin:0;
				cursor:pointer;
				background-image:url('../img/cropperIcons.png');	
				width:30px;
				height:30px;
				text-align:center;
				line-height:20px;
				color:#FFF;
				font-size:13px;
				font-weight: bold;
				font-style: normal;
			}
			
			.cropControls i:hover{ background-color:rgba(0,0,0,0.7);  }
			.cropControls i.cropControlZoomMuchIn{ background-position:0px 0px;}
			.cropControls i.cropControlZoomIn{ background-position:-30px 0px; }
			.cropControls i.cropControlZoomOut{ background-position:-60px 0px; }
			.cropControls i.cropControlZoomMuchOut{ background-position:-90px 0px; }
			.cropControls i.cropControlRotateLeft{ background-position:-210px 0px; }
			.cropControls i.cropControlRotateRight{ background-position:-240px 0px; }
			.cropControls i.cropControlCrop{ background-position:-120px 0px;}
			.cropControls i.cropControlUpload{ background-position:-150px 0px;}
			.cropControls i.cropControlReset{ background-position:-180px 0px;}
			.cropControls i.cropControlRemoveCroppedImage{ background-position:-180px 0px;}
			.cropControls i:last-child{
				margin-right:none;
			}
			#croppicModal{
				position:fixed;
				width:100%;
				height:100%;
				top: 0;
				left: 0;
				display:block;
				background:rgba(0,0,0,0.8);
				z-index: 10000;
			}
			
			
			/*
			*		PRELOADER 
			*		With courtesy of : http://cssload.net/
			*/
			
			.bubblingG {
				text-align: center;
				width:80px;
				height:50px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin: -18px auto auto -40px;
				z-index:2;
			}
			.bubblingG span {
				display: inline-block;
				vertical-align: middle;
				width: 10px;
				height: 10px;
				margin: 25px auto;
				background: #FFF;
				box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
				-moz-border-radius: 50px;
				-moz-animation: bubblingG 1s infinite alternate;
				-webkit-border-radius: 50px;
				-webkit-animation: bubblingG 1s infinite alternate;
				-ms-border-radius: 50px;
				-ms-animation: bubblingG 1s infinite alternate;
				-o-border-radius: 50px;
				-o-animation: bubblingG 1s infinite alternate;
				border-radius: 50px;
				animation: bubblingG 1s infinite alternate;
			}
			#bubblingG_1 {
				-moz-animation-delay: 0s;
				-webkit-animation-delay: 0s;
				-ms-animation-delay: 0s;
				-o-animation-delay: 0s;
				animation-delay: 0s;
			}
			#bubblingG_2 {
				-moz-animation-delay: 0.3s;
				-webkit-animation-delay: 0.3s;
				-ms-animation-delay: 0.3s;
				-o-animation-delay: 0.3s;
				animation-delay: 0.3s;
			}
			#bubblingG_3 {
				-moz-animation-delay: 0.6s;
				-webkit-animation-delay: 0.6s;
				-ms-animation-delay: 0.6s;
				-o-animation-delay: 0.6s;
				animation-delay: 0.6s;
			}
			@-moz-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					-moz-transform: translateY(0);
				}
				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					-moz-transform: translateY(-21px);
				}

			}
			@-webkit-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					-webkit-transform: translateY(0);
				}
				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					-webkit-transform: translateY(-21px);
				}
			}
			@-ms-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					-ms-transform: translateY(0);
				}
				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					-ms-transform: translateY(-21px);
				}
			}
			@-o-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					-o-transform: translateY(0);
				}
				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					-o-transform: translateY(-21px);
				}
			}
			@keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					background-color:#FFF;
					transform: translateY(0);
				}
				100% {
					width: 24px;
					height: 24px;
					background-color:#FFF;
					transform: translateY(-21px);
				}
			}
			/* some reset stlyes */
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
.select_forma > label {
  margin-left: auto;
  margin-right: 5px;
  margin-top: 5px;
}

.select_forma_span {
  font-size: 15px;
  text-transform: uppercase;
  color: #575757;
}

.select_forma_select {
  margin-left: auto;
  margin-right: 5px;
  margin-top: 5px;
  width: 30vw;
  background-image: none;
}

.hover-effect-images {
  width: 25vw;
}

.galeri_slider_background_similar {
  background-color: #a5a5a5;
}

.hr_articol {
  height: 1px;
  color: #d4af37;
  background-color: #d4af37;
  border-color: #d4af37;
  margin-bottom: 8px;
}

.hr_articol2 {
  height: 0.25px;
  color: #d4af37;
  background-color: #d4af37;
  border-color: #d4af37;
}

.hr_green {
  height: 0.25px;
  color: #33cc66;
  background-color: #33cc66;
  border-color: #33cc66;
}

.varianta_totala {
  font-weight: bolder;
  background-color: #d4af37;
  color: #000000;
  padding: 3px 5px;
}

.img_texture_selected {
  width: 50vw;
  height: auto;
}

h4 > span {
  color: #d4af37;
  font-weight: bolder;
}

.btn_articol {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 60px;
  margin-bottom: -30px;
  padding: 10px;
  width: 50vw;
  background-color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  font-weight: bolder;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 0.45s;
  transition-timing-function: ease;
}

.btn_articol:hover {
  background-color: #383838;
}

.product_name_header {
  color: #d4af37;
  font-weight: bold;
  border-radius: 1px;
  font-size: 22px;
}
.product_name_body {
  font-weight: bold;
  border-radius: 1px;
  font-size: 14px;
}

.old_price_articol {
  text-decoration-line: line-through;
  font-size: 14px;
  color: grey;
}

.container_color {
  color: #0b0b0b;
}

.bold_text {
  font-weight: bolder;
  font-size: 15px;
}

.adauga_in_cos_btn {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bolder;
}

.product_img_inbody {
  width: 95%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
}

.product_img_inbody {
  display: flex;
  justify-content: center;
  width: 50vw;
  height: auto;
  margin: 10px auto 20px;
}

.product_small_text {
  font-size: 12px;
  font-style: italic;
}

/* UPLOAD TEXTURE ADMIN PAGE */
.inpNum {
  margin-bottom: 2px; 
  padding-left: 3px; 
  padding-right: 3px;
}

.conteinerTexture {
  width: 95%; 
  margin-left: auto; 
  margin-right: auto
}

.chStyle {
  padding: 10px;
  color: rgb(1, 98, 12);
  font-size: 15px;
  font-weight: bolder;
  cursor: pointer;
}

.chStyle:hover {
  color: rgb(226, 0, 0);
}

.big_name {
  font-size: 25px;
  color: #000000;
  font-weight: bolder;
}


@media screen and (max-width: 830px) {
  .select_forma > select {
    width: 50vw;
  }
  .hover-effect-images {
    width: 50vw;
  }
  .btn_articol {
    font-size: 14px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 6px;
    width: 75vw;
  }
  .product_img_inbody {
    width: 70vw;
  }
}

@media screen and (max-width: 530px) {
  .select_forma > select {
    width: 70vw;
  }
  .hover-effect-images {
    width: 100vw;
  }
  .btn_articol {
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    width: 100vw;
  }
  .product_img_inbody {
    width: 100vw;
  }
}
