.headerTitleOpcion{
    background-color: #f0f0f0;
    padding: 5px 15px;
}

.titleOpciones{
    font-size: 18px;
    cursor: pointer;
}

.opcionesTextCant{
	font-size: 12px;
    font-style: italic;
    margin-top: -10px;
    text-transform: capitalize;
}

.detail-info p.desc {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
}

.item-product-group {
    padding-right: 0 !important;
}

.input-group {
    width: 60px;
    margin-right: 40px;
    position: relative;
    float: left;
}

.item-product-group .table {
    border: 0;
    padding: 0px;
}

.product-label2 {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 0;
    z-index: 9;
    line-height: 35px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.product-label2.new-label2 {
    background: #ff946f;
    left: 0;
}

.divVariante{
    cursor: pointer;
}

.v-color-picker{
	list-style: none;
}

.v-color-picker li{
	float: left;
	margin-right: 15px;
}

.color-selector{
	border: 1px solid #9f9f9e;
	width: 30px;
	height: 30px;
}


.textareaComentarios{
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    height: 80px;
}

.stickyAgregarCarrito{
    position: sticky;
    bottom: 0px;
    height: 60px;
    z-index: 999;
    background-color: white;
}

.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}
