.owl-carousel .owl-nav [class^='owl-']{
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	font-size: 5rem !important;
	color: #6C7C8D !important;
	line-height: 0px !important;
}

.owl-carousel .owl-nav .owl-prev{
	left: 0 !important;
}

.owl-carousel .owl-nav .owl-prev.disabled,.owl-carousel .owl-nav .owl-next.disabled{
	opacity: 0;
}

.owl-carousel .owl-nav .owl-next{
	right: 0 !important;
}

.carousel-indicators{
	bottom: unset !important;
	z-index: 2 !important;
}

.carousel-indicators li{
	width: 16px !important;
	height: 16px !important;
	margin: 0px 5px !important;
	background-color: #6C7C8D !important;
	border-radius: 100% !important;
	cursor: pointer;
}

.carousel-indicators li.active{
	background-color: rgb(43,52,62) !important;
}

.image-360-container{
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 100%;
	height: 0px !important;
	width: 100% !important;
}

.image-prod-car img.img-prod{
	border: 2px solid #6C7C8D;
	border-radius: 12px;
	width: 100%;
	display: block;
} 

.img-360-bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	height: auto;
}

.img-360-grad{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: 0px auto;
	width: 25%;
}

.img-360-grad{
    opacity: 0;
    animation: fade 4s linear;
}


@keyframes fade {
  0% { opacity: 0 }
  30% { opacity: 1 }
  70% { opacity: 1 }
  100% { opacity: 0 }
}

.image-prod-car.active img.img-prod{
	border: 5px solid #6C7C8D !important;
} 

.image-prod-car .ico-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 7px;
}

.image-prod-car .ico-container img{
	width: 35% !important;
}












.box-colors{
	border: 1px solid transparent;
	display: block;
	margin-bottom: 0.5rem !important;
	cursor: pointer;
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 8px 5px 5px 5px;
	max-width: 120px;
}

/*.box-colors .dec-color:before{
	content: "Secundario";
	color: #000;
	font-weight: 700;
}*/

input.prod-colors:checked ~ .box-colors{
	border: 1px solid #6C7C8D;
}

/*input.prod-colors:checked ~ .box-colors.main-color .dec-color:before{
	content: "Principal" !important;
}*/

/*input.prod-colors:checked ~ .box-colors .dec-color:after{
	content: "Agregado";
	color: #6C7C8D;
	right: 20%;
	top: 45px;
	font-weight: 500;
}*/

/*input.prod-colors:checked ~ .box-colors.main-color .dec-color:after{
	content: "Agregado" !important;
}*/

.box-colors .dec-color{
	/*margin-left: 0.25rem;*/
	line-height: 1.1rem;
	color: #000;
	width: 100%;
}

.one-color{
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 100%;
}

.one-color.a{ border: 7px solid rgb(96,112,129); }
.one-color.b{ border: 7px solid rgb(252,214,84); }
.one-color.c{ border: 7px solid rgb(230,178,157); }

.anillo-bg-color{
	width: 16px;
	height: 16px;
	border-radius: 100%;
	margin: 0.25rem 0.75rem;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}

.item-prod .prod-review{
	display: none;
}
.item-prod:hover .prod-review{
	display: block !important;
}

.prod-colors a.more-colors{
	color: #46495c;
	font-size: 11px;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #46495c;
	padding: 4px 7px;
	line-height: 1;
}

.anillo-bg-color.active{
	transform: scale(1.3);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.4);
}

.anillo-bg-color.B{
	background-color: rgb(96,112,129);
}
.anillo-bg-color.A{
	background-color: rgb(252,214,84);
}
.anillo-bg-color.R{
	background-color: rgb(230,178,157);
}

.anillo-bg-color.T{
	background-color: rgb(252,214,84);
}

.anillo-bg-color.BR::before,
.anillo-bg-color.BR::after,

.anillo-bg-color.RB::before,
.anillo-bg-color.RB::after,

.anillo-bg-color.AB::before,
.anillo-bg-color.AB::after,

.anillo-bg-color.BA::before,
.anillo-bg-color.BA::after
{
	width: 8px !important;
	height: 16px !important;
	display: inline-block;
}
.anillo-bg-color.T::before,
.anillo-bg-color.T::after
{
    top: 0.5px;
    position: absolute;
	width: 35% !important;
	height: 15.5px !important;
}

.anillo-bg-color.BR::before{
	content: " ";
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	background-color: rgb(96,112,129);
}.anillo-bg-color.BR::after{
	content: " ";
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	background-color: rgb(230,178,157);
}

.anillo-bg-color.RB::before{
	content: " ";
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	background-color: rgb(230,178,157);
}.anillo-bg-color.RB::after{
	content: " ";
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	background-color: rgb(96,112,129);
}

.anillo-bg-color.AB::before{
	content: " ";
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	background-color: rgb(252,214,84);
}.anillo-bg-color.AB::after{
	content: " ";
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	background-color: rgb(96,112,129);
}

.anillo-bg-color.BA::before{
	content: " ";
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	background-color: rgb(96,112,129);
}.anillo-bg-color.BA::after{
	content: " ";
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	background-color: rgb(252,214,84);
}

.anillo-bg-color.T::before{
	content: " ";
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	background-color: rgb(230,178,157);
	left: 0;
}.anillo-bg-color.T::after{
	content: " ";
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	background-color: rgb(96,112,129);
	right: 0;
}

[class^='two-colors']{
	height: 60px;
}

.two-colors-a:before{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border: 7px solid rgb(96,112,129);
	display: inline-block;
}
.two-colors-a:after{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	border: 7px solid rgb(230,178,157);
	display: inline-block;
}

.two-colors-b:before{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border: 7px solid rgb(230,178,157);
	display: inline-block;
}
.two-colors-b:after{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	border: 7px solid rgb(96,112,129);
	display: inline-block;
}

.two-colors-c:before{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border: 7px solid rgb(96,112,129);
	display: inline-block;
}
.two-colors-c:after{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	border: 7px solid rgb(252,214,84);
	display: inline-block;
}

.two-colors-d:before{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border: 7px solid rgb(252,214,84);
	display: inline-block;
}
.two-colors-d:after{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	border: 7px solid rgb(96,112,129);
	display: inline-block;
}



.three-colors:before{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border: 7px solid rgb(230,178,157);
	display: inline-block;
	border-right: 0;
}
.three-colors:after{
	content: " ";
	width: 30px;
	height: 60px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	border: 7px solid rgb(96,112,129);
	display: inline-block;
	border-left: 0;
}

.three-colors{
	position: relative;
}

.three-colors .middle{
	display: inline-block;
	border: 7px solid rgb(252,214,84);
	height: 60px;
	width: 20px;
	position: absolute;
	left: 34.5%;
}












.btn-material{
	border: 1px solid #6C7C8D !important;
	padding: 5px 10px;
	color: #6C7C8D;
	border-radius: 0;
	background-color: #FFFFFF;
}

input[id^='prod-input-'].radio:checked ~ .btn-material{
	background-color: #6C7C8D !important;
	color: #FFFFFF !important;
}






.custom-select-mt{
 	background-color: #f4f7f9;
 	width: 100%;
 	border:none;
 	border-radius: 0px;
 	color: #6C7C8D;
 	padding: 7px 0px 2px 10px;
 }

 .custom-select-mt::after{
 	border-top: 0.8em solid;
	border-right: .5rem solid transparent;
	border-left: .5rem solid transparent;
	position: absolute;
	right: 15px;
	top: 35%;
 }

 .custom-select-mt ~ .dropdown-menu .dropdown-item:hover,
 .custom-select-mt ~ .dropdown-menu input:checked + .dropdown-item,
 .custom-select-mt ~ .dropdown-menu .dropdown-item.active{
 	background-color: #6C7C8D;
	color: #fff;
	cursor: pointer;
 }

 .text-primary{
 	color: #0062cc !important;
 }

 [id^='tooltip']{
	position: fixed !important; 
	background-color: #6C7C8D !important;
	padding-left: 0px !important;
 }
 [id^='tooltip'] .tooltip-inner{
 	background-color: #6C7C8D !important;
 	padding-left: 3px !important;
 }

 .prod-detalle-cotizado{
 	background-color: #fafafa;
	padding: 1.5rem;
	color: #46495c;
	font-size: 14px;
 }

 .btn-whatsapp{
 	background-color:#25D366;
 	color: #fff;
 }

 .prod-incluye h4{
 	color: #46495c;
 	font-size: 16px;
 	margin-bottom: 0.5rem;
 }

 .prod-incluye h4:before{
 	content: '';
	border: 3px solid #25D366;
	border-top: unset;
	border-right: unset;
	width: 20px;
	display: inline-block;
	height: 12px;
	transform: rotate(-55deg);
	margin-right: 10px;
 }

 .prod-resumen .resumen-item{
 	display: flex;
 	justify-content: space-between;
 	color: #46495c;
 	font-size: 16px;
 	line-height: 1.3rem;
 }
.ui-slider.ui-slider-horizontal::before{
	content: '';
	position: absolute;
	width: var( --width );
	height: 100%;
	border-radius: 4px;
	background-color: #6C7C8D;
}

.ui-slider-handle div{
	position: relative;
}

.ui-slider-handle div span{
	position: absolute;
	top: 20px;
	width: 60px;
	left: -50%;
	color: #000 !important;
}

.ellipsis-2-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show n*/
   line-height: 15px;        /* fallback x*/
   height: 30px;       /* fallback x*n */
   min-height: 19px;
}