.img-option {
	max-width: 250px;
}
.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;
}
.option-tooltip img {
	margin-top: 5px !important;
	width: 100%;
}
.options-category  .select-quantity {
	margin-bottom: 10px;
}
.select-quantity button {
	display: block;
	padding-top: 0px;
	padding-bottom: 1px;
	height: 17px !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;
}

.options-category .form-group.required{
	margin-bottom: 0;
}

	/* Theme Button */

.theme-button {
	margin-left: 0px !important;
	padding-left: 0px !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;
	cursor: pointer !important;*/
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.theme-button input:checked + span {
	color: #dc9fa7;
	/*background-color: #dc9fa7;
	background-image: linear-gradient(to bottom, #dc9fa7, #dc9fa7);
	background-repeat: repeat-x;
	border: 1px solid #dc9fa7;*/
}
.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;
	cursor: pointer !important;
	border: 1px solid #ccc;
    border-radius: 2px;
	display: inline-block;
}
.theme-button input:checked + img {
    border: 1px solid #dc9fa7;
}
.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;
}
.product-grid .us-module-cart-btn {
	position: initial;
}
/* Price */

.option-old-price {
	text-decoration: line-through;
}
.option-new-price {
	font-weight: bold;
}
.product-grid .us-module-item {
	padding-bottom: 0;
}
/*.us-module-item:hover .us-module-cart-btn,*/
.us-module-item:hover .row-options.only-btn,
.us-module-item.active .row-options.only-btn{
	height: 67px;
	bottom: -67px;
}
.us-module-item:hover .row-options,
.us-module-item.active .row-options{
	display: block;
	position: absolute;
	bottom: -100px;
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
	z-index: 11;
	border-radius: 0 0 8px 8px;
	left: 0;
}
/*, .us-module-cart-btn*/
.row-options{
	display: none;
	box-shadow: 0 7px 5px rgba(0, 0, 0, .03);
	border-bottom: 1px solid #F9F9F9;
	border-left: 1px solid #F9F9F9;
	border-right: 1px solid #F9F9F9;
	transition: box-shadow .15s ease .05s;
}
/*
.dropdown-option {
	position: relative;
}*/
/*.img-option.image-op {
	left: 62%!important;

}*/
.img-option {
	max-height: 250px;
	overflow-y: auto;
	/*margin-left: -15px!important;*/
	left: 50%!important;
	transform: translateX(-50%)!important;
	top: initial!important;
	opacity: 0.95;
}
.required.dropdown-option {opacity: 1;}
.options-category {z-index: 11;}
.options-category .radio-inline label{padding: 0 10px; width: 100%; text-align: center; white-space: nowrap; }
/*.options-category .img-option.image-op .radio-inline label{text-align: left;}*/
.options-category .radio-inline, .options-category span{cursor: pointer;}
.options-category span:hover{color:#dc9fa7;}

.options-category img, .options-category img {
	display: none!important;
}

.tab-pane .owl-controls {
	margin-top: -100px;
	margin-bottom: -100px;
}

.tab-pane .owl-stage-outer, .tab-pane .owl-carousel.owl-loaded  {
	padding-bottom: 120px;
	z-index: 4;
}

.tab-pane.product-viewed-js .owl-stage-outer, .tab-pane.product-viewed-js .owl-carousel.owl-loaded  {
	padding-bottom: 80px;
	z-index: 4;
}

.tab-pane .owl-wrapper {z-index: 1}
.us-module-rating.d-flex.in_hover{
	margin-top: 10px;
}