/**
 * @package    Essentials for VirtueMart
 * @author     Abhishek Das <info@virtueplanet.com>
 * @copyright  Copyright (C) 2012-2024 VirtuePlanet Services LLP. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 * @link       https://www.virtueplanet.com
 */

.vmessentials-wrapper *,
.vmessentials-wrapper:after,
.vmessentials-wrapper:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vmessentials-wrapper .pull-left {
	float: left;
}
.vmessentials-wrapper .pull-right {
	float: right;
}
.vmessentials-wrapper .vme-allbuttons-container {
	display: none !important;
}
.vmessentials-form {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
}
.vme-hide {
	display: none !important;
}
.vme-pull-right {
	float: right;
}
.vme-empty-list {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.vme-dropdown-caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	content: "";
	margin-left: 4px;
	border-style: solid;
	border-width: 4px 4px 0;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.btn-vme {
	position: relative;
	display: inline-block;
	padding: 3px 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	border: 1px solid;
	border-radius: 6px;
	-webkit-appearance: none;
	appearance: none;
	text-decoration: none;
	transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
	transition-property: color, background-color, box-shadow, border-color;
}
.btn-vme:hover, .btn-vme.hover, [open] > .btn-vme {
	text-decoration: none;
	transition-duration: 0.1s;
}
.btn-vme-round {
	display: inline-block;
	background: 0 none;
	border: 0 none;
	border-radius: 0;
	outline: 0 none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	appearance: none;
	-webkit-appearance: none;
}
.btn-vme-round:hover {
	background: 0 none;
	border: 0 none;
	box-shadow: none;
	text-decoration: none;
}
.btn-vme-round > i {
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	margin: 0;
}


.btn-vme-round > span {
	margin-left: 3px;
}
.vme-compare-buttons {
	margin-top: 10px;
}
.vmevar_add_to_cart .product-cart-variants > .product-field:first-child .product-fields-title {
	margin-top: 0;
}

.vme-list-inline {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.vme-list-inline > li {
	display: inline-block;
}
.vme-is-list .vme-list-inline > li {
	padding-right: 2px;
	padding-left: 2px;
}
.vme-compare-buttons .vme-list-inline > li {
	margin-top: 5px;
}
.lity-iframe-container iframe {
	background: #000000 url('../images/loading-bg.gif') no-repeat 50% 50%;
}

/* Tooltip */
.has-vme-tooltip {
	position: relative;
	overflow: visible;
}



/* Core VirtueMart Integration */

/* Wishlist */


.vme-wishlist div.pagination ul > li > a,
.vme-wishlist div.pagination ul > li > span {
	margin: 0;
}
.vme-wishlist div.pagination ul.pagination > li > a,
.vme-wishlist div.pagination ul.pagination > li > span {
	margin-left: -1px;
}
div.pagination {
	display: block;
}
.vme-list-section .product-cart-variants,
.vme-list-section .product-cart-variants > .product-field:first-child .product-fields-title {
	margin-top: 0;
	padding-top: 0;
}
.vme-column > .vme-list-section:first-child {
	padding-bottom: 0;
}
.vme-column > .vme-list-section:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0 none;
	margin-top: -10px;
}
.vme-list-image {
	text-align: center;
}
.vme-list-remove button.btn-vme-text {
	display: block;
	width: 100%;
	background: 0 none;
	border: 0 none;
	box-shadow: 0 none;
	outline: 0 none;
	padding: 0;
	text-decoration: none;
}

.vme-list-item .addtocart-bar {
	text-align: left;
}
/* Modules */
.vme-mod-col-1 {
	width: 25%;
}
.vme-mod-col-2 {
	width: 66%;
}
.vme-mod-col-3 {
	width: 9%;
}
.vme-mod-header {
	margin: 5px 0 10px;
}
.vme-mod-row-separator {
	margin: 5px 0;
	height: 1px;
	background: #EEE;
}
button.vme-remove-btn {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
button.vme-remove-btn,
.vme-remove-btn {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.vme-remove-btn:hover,
.vme-remove-btn:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.vme-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.vme-btn {
	display: inline-block;
	padding: 3px 8px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: #333;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.vme-btn:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	text-decoration: none;
}
.vme-mod-contents {
	position: relative;
}
.vme-mod-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 10;
}
.vme-mod-loader-wheel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent url('../images/mod-loader.gif') 50% 50% no-repeat;
	z-index: 11;
}
.vme-share-container {
	position: relative;
	text-align: right;
}
.vme-popover {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 100;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d0d7de;;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(140, 149, 159, 0.2);
	width: 400px;
	max-width: 90vw;
	text-align: left;
}
.vme-popover::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: -16px;
	right: 9px;
	left: auto;
	border: 8px solid transparent;
	border-bottom-color: #d0d7de;
}
.vme-popover::after {
	position: absolute;
	display: inline-block;
	content: "";
	top: -14px;
	right: 10px;
	left: auto;
	border: 7px solid transparent;
	border-bottom-color: #fff;
}
[data-vmepopover]:not([open]) + .vme-popover {
	display: none !important;
}
.vme-share-inner {
	padding: 16px 16px 20px;
}
.vme-share-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.vme-form-control, input[type="text"].vme-form-control {
	padding: 3px 12px;
	font-size: 14px;
	line-height: 20px;
	height: auto;
	margin: 0;
	color: #24292f;
	vertical-align: middle;
	background-color: #ffffff;;
	background-repeat: no-repeat;
	background-position: right 8px center;
	border: 1px solid #d0d7de;
	border-radius: 6px;
	box-shadow: inset 0 1px 0 rgba(208, 215, 222, 0.2);
	transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
	transition-property: color, background-color, box-shadow, border-color;
}
.vme-form-control[readonly] {
	background-color: #f6f8fa;
}
.vme-input-group {
	display: table;
	width: 100%;
}
.vme-input-group .vme-form-control, .vme-input-group .vme-input-group-btn {
	display: table-cell;
}
.vme-input-group .vme-form-control {
	width: 100%;
}
.vme-input-group .vme-input-group-btn {
	width: 1%;
	vertical-align: middle;
}
.vme-input-group .vme-form-control:first-child, .vme-input-group-btn:first-child .btn-vme {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.vme-input-group .vme-form-control:last-child, .vme-input-group-btn:last-child .btn-vme {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.vme-input-group-btn:last-child .btn-vme {
	margin-left: -1px;
}