/*bootstrap modal */
.modal-open .dropdown-menu {
	z-index: 2050;
}

.modal-open .dropdown.open {

}

.modal-open .popover {
	z-index: 2060;
}

.modal-open .tooltip {
	z-index: 2080;
}

.modal-backdrop {
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop,.modal-backdrop.fade.in {
	opacity: 0.8;
}

.j2store-modal .modal {
	display: none;
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 50%;
	margin: -250px 0 0 -280px;
	overflow: auto;
	position: fixed;
	top: 50% !important;
	width: 560px;
	z-index: 1050;
}

.j2store-modal .model.fade {
	top: -25%;
	transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}

.j2store-modal .model.hide {
	display: none !important;
}

.j2store-modal .model.in {
	top: 50%;
}

.j2store-modal .modal-header {
	border-bottom: 1px solid #EEEEEE;
	padding: 9px 15px;
}

.j2store-modal .modal-header .close {
	margin-top: 2px;
}

.j2store-modal .modal-header h3 {
	line-height: 30px;
	margin: 0;
}

.j2store-modal .modal-body {
	max-height: 400px;
	overflow-y: auto;
	padding: 15px;
	text-align: left;
}

.j2store-modal .modal-form {
	margin-bottom: 0;
}

.j2store-modal .modal-footer {
	/*    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right; */

}

.j2store-modal .modal-footer:before,.j2store-modal .modal-footer:after {
	content: "";
	display: table;
	line-height: 0;
}

.j2store-modal .modal-footer:after {
	clear: both;
}

.j2store-modal .modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.j2store-modal .modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

/* common css */
.j2store-img-responsive {
	max-width: 100%;
	height: auto;
	object-fit: contain;
    height: 220px;
}

.j2store-left {
	float: left;
}

.j2store-right {
	float: right;
}

.j2store-remove {
	color: #fa5837;
}

.j2store .options .required {
	color: #fa5837;
	font-weight: bold;
}

.j2store_field_required {
	float: left;
	color: #fa5837;
	margin-right: 2px;
}

/* error & highlighs */
.j2error,div.j2error em.error,div.j2storeerror em.error,.payment_info input.error,.j2store label.error
	{
	color: #fa5837;
	font-style: italic;
}

div.j2error em.success,div.j2storeerror em.success,.j2store label.success
	{
	color: #5ac146;
	font-style: italic;
}

.j2store input.error {
	border: 1px solid #fa5837;
}

.j2store input.valid {
	border: 1px solid #5ac146;
}

/* cart and checkout */
.cart-thumb-image img {
	width: 45px;
  float: left;
  margin-right: 10px;
  object-fit: contain;
  height: 45px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding: 4px;
}
.buho-carrito-remove{
	margin-top: -4px;
	display: inline-block;
	float: right;
}
a.buho-clear {
    transform: translatey(10px);
    display: inline-block;
}

table.j2store-cart-table td.cart-line-subtotal,table.cart-footer td,
table.j2store-cart-table td.cart-line-igv {
	text-align: right;
}

.j2store-cart-buttons {
	display: block;
	width: 100%;
}

.j2store-cart-table .remove-icon {
	margin-bottom: 9px;
}

.j2store-cart-buttons .buttons-left {
	display: block;
	float: left;
}

.j2store-cart-buttons .buttons-right {
	display: block;
	float: right;
}

.j2store-cart-shipping {
	display: block;
	clear: both;
	margin-top: 20px;
}

.cart-estimator-discount-block {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 10px;
}

.j2store .have-account {
	display: block;
	width: 100%;
}

.j2store .j2store-checkout-login-form {
	padding: 15px 5px;
	border: 1px solid #ccc;
}

.j2store-order-action-icons a {
	font-size: 16px;
	padding: 10px 10px;
}

.j2store .checkout-heading {
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #DBDEE1;
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 8px;
}

.j2store .checkout-heading a {
	float: right;
	font-weight: normal;
	margin-top: 1px;
	text-decoration: none;
	cursor: pointer;
}

.j2store .checkout-content {
	display: none;
	overflow-x:hidden;
	overflow-y:auto;
	padding: 0 0 15px;
}

.j2store .checkout-content .buttons {
	clear: both;
}

.j2store.checkout tr,.j2store.checkout td {
	padding-right: 10px;
}

.j2store.checkout label {
	margin: 0px;
}

.j2store #billing-existing select[size],.j2store #shipping-existing select[size]
	{
	height: auto;
}

#onCheckoutShipping_wrapper label {
	display: inline;
}

#j2store-checkout-content .shipping-make-same>label {
	display: inline;
}

#j2store-checkout-content #checkbox_tos>label {
	display: inline;
}

.j2store-product-info label {
	display: inline;
}

#j2store-cart-shipping input[type="radio"] {
	float: left;
	margin-right: 5px;
}

#j2store-cart-shipping label {
	display: block !important;
}

.j2store .cart-total td {
	text-align: right;
}

/** product common **/
.j2store-addtocart-form {
	margin-top: 10px;
}

ul.additional-image-list {
	margin: 0px;
}

.additional-image-list li {
	list-style-type: none;
	display: inline;
}

.blog .j2store-mainimage img {
	width: 98%;
}

.blog .additional-image-list img {
	width: 120px;
}

.blog .j2store-mainimage .zoom,.item-page .j2store-mainimage .zoom {
	display: inline-block;
}

.blog .j2store-mainimage .nozoom,.item-page .j2store-mainimage .nozoom {
	display: block;
	padding-bottom: 5px;
}


.item-page .j2store-product-images {
	display: inline;
	width: 50%;
}

.item-page .j2store-mainimage img {
	width: 400px;
}

.item-page .additional-image-list img {
	width: 120px;
}

.item-page .j2store-product {
	display: inline;
}

.item-page .sale-price {
	font-size: 16px;
	font-weight: bold;
	line-weight: 25px;
}

.product-qty input[type="text"],.product-qty input[type="number"] {
	display: inline;
	height: 100%;
	padding: 5px !important;
	width: 40px !important;
	text-align: center;
	margin: 0px;
}

.product-qty,.j2store-add-to-cart {
	display: inline;
}

.j2store-add-to-cart {
	margin-left: 5px;
	display: inline;
}

.j2store-addtocart-form .options label {
	display: inline;
}

.j2store-product-list select {
	width: auto;
}

.j2store-product-filters {
	display: block;
	margin-bottom: 20px;
}

/* h4.product-filter-heading {
	display: inline;
} */

#j2store-product-loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	/*background: url('../images/loading.gif') no-repeat center center;*/
}
#j2store-product-loading svg {
    position: fixed;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
    width: 180px;
 }

/* some basic styles to product layout pages */
.price-sku-brand-container {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0 0 25px;
	padding: 15px 0;
}

.base-price,.sale-price {
	line-height: 26px;
}

.product-price-container .strike {
	text-decoration: line-through;
	color: #fa5837;
	font-size: 1em;
}

.product-price-container .sale-price {
	font-size: 1.4em;
	font-weight: bold;
}

.discount-percentage {
	color: #81c02e;
}

.product-stock-container .instock {
	color: #85AD74;
	font-size: 1.2em;
	margin-top: 5px;
}

.j2store-product-main-image {
	margin-bottom: 10px;
}

/* image zoom */
.j2store-single-product .zoomImg:hover {
	cursor: crosshair;
}

.j2store-single-product .zoom {
	display: block;
	position: relative;
}

.j2store-single-product .zoom img::selection {
	background-color: transparent;
}

/* currency module css */
.j2store .currency_symbol {
	margin-right: 2px;
}

#j2store_currency a {
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 2px 4px;
	text-decoration: none;
	cursor: pointer;
}

/* price slider */
div#j2store-slider-range {
    position: relative;
}

#j2store-slider-range .ui-widget {
	background-color: #000000;
	opacity: 2;
	width: 150px;
}

#j2store-slider-range .ui-slider-range {
	background-color: #7460ee;
	border: 0 none;
	border-radius: 1em;
	display: block;
	font-size: 0.7em;
	position: absolute;
	z-index: 1;
}

#j2store-slider-range .ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}

#j2store-slider-range.ui-slider {
	border-radius: 0px;
	background: #DEC3D9;
	border: none;
	height: 5px;
	width: 150px;
}

#j2store-slider-range.ui-slider .ui-slider-range {
	height: 5px;
	top: -1px;
	transition: all 0.2s ease-out;
}

#j2store-slider-range  .ui-slider-handle {
	background: #7460ee;
	border-radius: 1em;
	*cursor: ew-resize;
	height: 1em;
	outline: 0 none;
	position: absolute;
	top: -0.3em;
	width: 1em;
	z-index: 2;
	border: none;
}

/* my profile */
.j2store-myprofile-address-list li {
	list-style-type: none;
}

.table-responsive {
	overflow-x: auto;
}

.product-compare {
	padding: 5px 2px;
}

.options input[type="radio"],
.options input[type="checkbox"],
.options select {
	display: inline-block;
}

.options .wait {
display: inline-block;
position:relative;
line-height: 1px;
}

.cart-footer th,
.emailtemplate-table-footer th,
.cart-footer td,
.emailtemplate-table-footer td
{
	text-align: right !important;
}

.fancybox-slide--iframe .fancybox-content {
	height : 80% !important;
}

/* Buho estilos tienda */
#onCheckoutPayment_wrapper label span,
#onCheckoutShipping_wrapper label span{
	display: block;
	margin-bottom: 10px;
	border: 1px solid transparent;
}
#onCheckoutPayment_wrapper label.payment-plugin-image-label span,
#onCheckoutShipping_wrapper label span {
    background: rgba(242, 244, 245, 0.5);
	padding: 15px;
	position: relative;
}
#onCheckoutPayment_wrapper label.payment-plugin-image-label span:hover,
#onCheckoutShipping_wrapper label span:hover {
    background: #f1f7ff;
}
#onCheckoutPayment_wrapper input.payment_plugin,
#onCheckoutShipping_wrapper input {
    visibility: hidden;
		position: absolute;
}
#onCheckoutPayment_wrapper :checked + span,
#onCheckoutShipping_wrapper :checked + span {
	background: #f1f7ff !important;
	    border: 1px solid #0073ff !important;
	    color: #0073ff !important;
	    font-weight: bold;
			position: relative;
	}
#onCheckoutPayment_wrapper :checked + span:after,
#onCheckoutShipping_wrapper :checked + span:after {
	content: "\f00c";
    position: absolute;
    top: -12px;
    right: -12px;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    background: #0073ff;
    border-radius: 50%;
    padding: 0 6px;
}
#onCheckoutPayment_wrapper img.payment-plugin-image {
	height: 42px;
	position: absolute;
	right: 6px;
	top: 6px;
}
	.culqi-input-fecha {
	  padding-left: 40px !important;
	}
	.culqi-style{
	  border: 1px solid #ddd;
	  background: #fff !important;
	}
	.buho-mini-tarjeta{
	  position: absolute;
	  top: 7px;
	  right: 50px;
	}
	.ccFormatMonitor.cc_type_vs + span::after { background-position-x: -1px !important; }
	.ccFormatMonitor.cc_type_mc + span::after { background-position-x: -53px !important; }
	.ccFormatMonitor.cc_type_dc + span::after { background-position-x: -105px !important; }
	.ccFormatMonitor.cc_type_ax + span::after { background-position-x: -157px !important; }
	.ccFormatMonitor.cc_type_jc + span::after { background-position-x: 50px !important; }

	.ccFormatMonitor.cc_type_vs + span::after,
	.ccFormatMonitor.cc_type_jc + span::after,
	.ccFormatMonitor.cc_type_dc + span::after,
	.ccFormatMonitor.cc_type_mc + span::after,
	.ccFormatMonitor.cc_type_ax + span::after {
		content: '';
		background: url(../images/pagos-online.png);
		width: 42px;
		height: 26px;
		background-size: 200px;
		background-repeat: no-repeat;
		position: absolute;
	}
	.ccFormatMonitor.cc_type_unknown + span::after {
		content: '';
		background: url(../images/svg/no_Credit_Card.svg);
		width: 30px;
		height: 24px;
		background-size: 30px;
		background-repeat: no-repeat;
		position: absolute;
    transform: translateY(3px);
		opacity: 0.4;
	}

	input.required.number.uk-input.ccFormatMonitor.cc_type_vs {
	    letter-spacing: 2px !important;
	}

@media (max-width: 760px) {
	p.cart-product-name.uk-margin-remove {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	}
	.buho-carrito-remove {
    position: absolute;
    transform: translateY(-50px);
    left: 50px;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 4px 4px 0;
	}
	.cart-product-sku {
		display: none;
	}
}
.buho-checkout-resumen .imagen-svg + svg {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.uk-article .j2store-product-images, .uk-article .j2store-product {
    width: 40%;
    display: inline-block;
    padding: 20px;
}

.note .j2store-payment-image img.payment-plugin-image {
    height: 60px;
}

input[type="number"] {
	-webkit-appearance: textfield;
	   -moz-appearance: textfield;
			appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
  }

.uk-button.button-cant{
	padding: 0 5px;  
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.j2store-product-images, .j2store-mainimage{
	position: relative;
}
.multiple-label{
	position: absolute;
	z-index: 1; 
}
.item-label{
	position: absolute; 
	z-index: 1; 
	font-size: 1.25rem !important; 
	top: 10px;
}
h3.upsell-product-title, h3.cross-sell-product-title {
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}
.upsell-product, .crosssell-product {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(31,30,47,0.1);
}
span.upsell-product-image img,
span.cross-sell-product-image img {
    object-fit: contain;
    height: 200px;
}
.product-crosssells-container, .product-upsells-container {
    margin-top: 40px;
}

.minicart { 
    font-size: 14px;
    padding: 4px 0 6px;
    text-transform: none;
}
 .minicart a{
    text-decoration:none;
    *color:#ffffff;
 } 
.cart-item-count {
    background:#0fbb55 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 2px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    position: relative;
    top: -12px;
    left: -3px;
}    
.cartitems .product-image {
    float: left;
    margin-right: 15px;
    padding: 0;
    width: 60px;
}
.item-product-details{	 
    position: relative;
    float: right;
}
.item-info p{
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.item-info small{
   display: block; 
}   
span.uk-icon svg {
    transform: translateY(-1px);
}

.multiple .cut-svg, 
.j2store-module-product .cut-svg{
	width: 80px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -5px;
	outline:none;
}
.multiple .cut-svg lottie-player,
.j2store-module-product .cut-svg lottie-player{
	margin: -40px -60px -60px;
}
.multiple{
	position: relative;
}
.multiple .heart-added,
.j2store-module-product .heart-added{
	position: absolute;
    top: 48px;
    width: 30px;
    height: 30px;
    background: rgba(243, 0, 0, 0.1);
    padding: 5px;
    border-radius: 5px;
}
.detail .product-wishlist:before {
	content: 'Lista de Deseos: ';
	padding: 30px 10px;
	display: inline-block;
}
.detail .heart-added{
	width: 26px;
}
.detail .cut-svg{
	width: 80px;
	height: 100px;
	overflow: hidden;
    transform: translate(-20px, 35px);
    outline: none;
    display: inline-block;
}
.detail .cut-svg lottie-player{
	margin: -40px -60px -60px;
}