/* Tooltip */

.option-tooltip {
	opacity: 1.0 !important;
}
.option-tooltip .tooltip-inner {
	background: #FFF !important;
	color: #333 !important;
	border: 1px solid rgba(0,0,0,.175) !important;
	box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
	max-width: 100% !important;
}
.option-tooltip img {
	margin-top: 5px !important;
}
.options-category  .select-quantity {
	margin-bottom: 10px;
}
.options-category {
	margin-top: 15px;
}
.swiper-container .products__item, .products__list--grid-3 .products__item {
    height: 63.1rem !important;
}
.select-quantity i {
	font-size: 9px;
}
.select-quantity .input-group-btn .btn {
	margin:0 -1px 0 0;
	line-height: 14px;
	border-right: none;
	border-color: #ccc;
}
.select-quantity .input-group-btn .btn:first-child {
	border-radius: 4px 0 0 0;
}
.select-quantity .input-group-btn .btn:last-child {
	border-radius: 0 0 0 4px;
}

/* Theme Button */

.theme-button {
	margin-left: 0px !important;
	padding-left: 0px !important;
	display: inline-block !important;
}
.theme-button label {
	cursor: pointer !important;
}
.theme-button input {
	display:none;
}
.theme-button input + span {
	padding: 1px 2px;
	color: #777;
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
	border: 1px solid #ccc;
    border-radius: 2px;
	display: inline-block;
	min-width: 24px;
	text-align: center;
}
.theme-button input:checked + span {
	color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border: 1px solid #229ac8;
}
.theme-button input[disabled] + span {
	cursor: default;
    background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 1px solid #ddd;
}
.theme-button input + img {
	padding: 2px;
	border: 1px solid #ccc;
    border-radius: 2px;
	display: inline-block;
}
.theme-button input:checked + img {
    border: 1px solid #229ac8;
}
.theme-button input[disabled] + img {
	cursor: default;
	border: 1px solid #ddd;
}

/* No Theme */

.no-theme img:hover + div {
	display: block;
}
.no-theme div {
	padding: 2px;
	cursor: pointer;
	border: 1px solid #ccc;
    border-radius: 2px;
	display: none;
	background: #FFF;
	position: absolute;
	z-index: 3;
}

/* Price */

.option-old-price {
	text-decoration: line-through;
}
.option-new-price {
	font-weight: bold;
}