
	body{ background-color: #f4f7f9; }
	.text-primary{ color: rgb(43,145,255) !important; }
	label,h6{
		margin: 0 !important;
	}
	tr{height: 70px;}
	hr{border-top: 1px solid #f4f7f9;}

	.container-product input, .container-product textarea{
		border: 0;
		outline: 0;
		background-color: #f4f7f9;
		padding: 0 0.75rem;
	}
	.container-product input{
		height: 40px;
	}

	.container-product input ~ .div-append{
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f4f7f9;
		padding: 0 0.75rem;
	}

	.btn-outline-primary{
		border: 2px solid rgb(43,145,255) !important;
		color: rgb(43,145,255) !important;
	}
	.btn-outline-primary:hover{
		border: 2px solid transparent;
	}
	.btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-outline-primary:active:before {
      width: 100%;
      background-color: rgb(43,145,255);
  }

.switch {
  /*position: absolute;*/
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  /*right: 10px;*/
  bottom: 0;
  top: 0;
  /*margin: auto;*/
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(141,141,141);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(28,211,39);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(28,211,39);
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all
{
  height: 5px;
  border: none;
  background: rgb(180,189,199);
}

.ui-slider-range.ui-widget-header.ui-corner-all{
  background-color: #6C7C8D;
}

.ui-slider-handle.ui-state-default.ui-corner-all{
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #6C7C8D;
  width: 25px;
  height: 25px;
  top: -8px;
}

.box-colors{
	border: 1px solid transparent;
	display: flex;
	padding: 5px;
	margin-bottom: 0.5rem !important;
	cursor: pointer;
}

.box-colors .dec-color:before{
	content: "Secundario";
	color: #000;
	font-weight: 700;
}

input.prod-colors:checked ~ .box-colors{
	border: 1px solid rgb(28,211,39);
}
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: rgb(28,211,39);
	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: calc(100% - 75px);
}

.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); }

[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%;
}


.img-piedra-forma{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 7px;
	cursor: pointer;
}
.img-piedra-forma img{
	width: auto;
	height: auto;
	max-width: 65px;
	max-height: 65px;
	opacity: 0.4;
	transition: 0.4s;
}
.img-piedra-forma input[id^="forma_"]:checked ~ label img,
.img-piedra-forma:hover label img
{
	opacity: 1 !important;
}

input.text-uppercase { 
	text-transform: uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}

.div-url{
	background: #f4f7f9;
	font-size: 1rem;
	padding-left: 0.75rem;
	display: flex;
	align-items: center;
	color: #495057;
	font-weight: 400;
}

.ui-slider-handle div{
	position: relative;
}
.ui-slider-handle div span{
	position: absolute;
	top: 20px;
	width: 60px;
	left: -50%;
	color: #000 !important;
}



input[id^='prod-cat']:checked ~  .dropdown-item,
input[id^='prod-cat'] .dropdown-item:hover{
	background-color: #6B7C8D !important;
	color: #fff !important;
}

.item-box{
	position: relative;
	width: 150px;
	height: 150px;
	background-color: #f4f7f9;
	border-radius: 4px;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item-box:not(.img-group){
	cursor: pointer;
}

.item-box.diamante::after, .item-box.anillo::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15%;
	color: #46495c;
	font-size: 14px;
	font-weight: 500;
}

.item-box .img-an-diam {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
}

.item-box.diamante::after{
	content: "Diamante";
}
.item-box.anillo::after{
	content: "Anillo";
}

.item-box span.del{
	position: absolute;
	width: 19px;
	height: 19px;
	background: red;
	top: -7px;
	right: -7px;
	border-radius: 100%;
	cursor: pointer;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.item-box span.del:before{
	content: 'x';
	font-weight: 500;
	color: #fff;
	position: absolute;
	/* right: 5px;
	top: -5px; */
}

.item-box.ev label{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
}

.image-360-container{
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 100%;
	height: 0px !important;
	width: 100% !important;
}

.ico-360{
	width: 60px;
	height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}