@charset "UTF-8";

/* Fix billing field wrapper 
.woocommerce-input-wrapper {
	width: 100%;
}

/*  Woocommerce product gallery slider width fix 
figure.woocommerce-product-gallery__wrapper {
	max-width: inherit !important;
}

/* Fix coupon code input width 
@media(min-width: 768px) {
	#coupon_code.input-text {
		width: 110px !important;
	}
}
*/

del {
    opacity: 0.5;
}

ins {
    text-decoration: none;
}

form textarea:focus,
form .custom-select:focus {
    background-color: transparent;
    border-color: #e3615e;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(231, 183, 196, 0.4196078431);
}

.mark, mark {
    background-color: #ebebeb;
}

.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

span.page-link {
    cursor: default !important;
}

div.disable {
    opacity: 0.5;
}

.btn.focus:not(.btn-link), 
.btn:focus:not(.btn-link),
.btn-outline-dark.focus:not(.btn-link), 
.btn-outline-dark:focus:not(.btn-link) {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}

.dropdown-menu.multicolumn {
    width: 24rem;
}

.dropdown-menu.multicolumn .col-6:nth-child(2) .dropdown-item {
    /*color: #e3615e !important;*/
    border-radius: 0;
    border-left: 5px solid #f7f7f7;
    background-color: #f7f7f7;
    /*font-weight: bold;*/
}

@media (min-width: 1200px)
{
    .dropdown-menu.multicolumn {
        width: 36rem;
    }

    .dropdown-menu.multicolumn .col-xl-4:nth-child(2) .dropdown-item,
    .dropdown-menu.multicolumn .col-xl-4:nth-child(3) .dropdown-item {
        /*color: #e3615e !important;*/
        border-radius: 0;
        border-left: 5px solid #f7f7f7;
        background-color: #f7f7f7;
        /*font-weight: bold;*/
    }
}


.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a.active::before {
    color: #E35F5D;
}

.woocommerce p.stars.selected a.active~a::before,
.woocommerce p.stars a:hover~a::before {
    color: #9b9b9b;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: inherit;
    width: inherit;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    float: inherit;
    width: inherit;
    clear: inherit;
    
}

.woocommerce div.product div.summary {
    margin: 0;
}

.woocommerce div.product .stock {
    color: inherit;
}

.woocommerce div.product .out-of-stock {
    color: #dc3545;
}

.woocommerce div.product form.cart .variations select {
    max-width: inherit;
    min-width: 220px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 28px;
    font-weight: bold;
    line-height: 20px;
    color: #E35F5D;
}

.woocommerce-product-gallery {
    padding-right: 1px;
}

/* Make image 75% width to make room to its right */
.woocommerce-product-gallery .flex-viewport {
    width: 80%;
    float: right;
}
 
/* Make Gallery 25% width and place it beside the image */
.woocommerce-product-gallery .flex-control-thumbs {
    width: 20%;
    float: right;
}

.woocommerce-product-gallery .flex-control-thumbs li {	
	width: 100% !important;	
    float: unset !important;
    margin: 0 !important;
}

/* Style each Thumbnail with width and margins */
.woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90% !important;
    float: none !important;
    margin: 0 10% 10% 0 !important;
    border: 2px solid white;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-color: #e35f5d;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.pswp img.pswp__img {
    border: 1px solid rgba(0,0,0,.1);
}

.pswp .pswp__bg,
.pswp .pswp__img--placeholder--blank {
    background: white;
}

.pswp .pswp__caption__center {
    color: white;
}

/*
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--left:hover, 
.pswp .pswp__button--arrow--right,
.pswp .pswp__button--arrow--right:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
*/

#reviews .woocommerce-Reviews-title,
#reviews .comment-reply-title {
    display: none;
}

#reviews .star-rating {
    color: #e3615e;
}

.woocommerce p.stars a {
    border-bottom: 0 !important;
}

.comment-respond p,
.comment-respond label {
    font-size: 14px !important;
    color: #212529 !important;
    font-weight: 600;
}

.comment-respond textarea {
    border: 1px solid #979797;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.btn-generic:hover {
    background-color: #313131 !important;
    border-color: #626262 !important;
    color: white !important;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.btn-generic {
    background-color: #434343 !important;
    color: white !important;
    border-radius: 0px !important;
    border: 1px solid #434343 !important;
    padding: 9px 25px !important;
    font-size: 14px !important;
    line-height: 0.94 !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    border-top-color: #e35f5d !important;
    background-color: #ebebeb !important;
    color: rgb(67 67 67) !important;
}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
    color: #e3615e;
}

.woocommerce-error a, 
.woocommerce-info a, 
.woocommerce-message a {
    color: inherit;
    font-weight: 600;
}

.woocommerce-error li {
    width: 100% !important;
}

.woocommerce-pagination {
    margin-bottom: 3rem !important;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    float: none;
}

#filtros input {
    border: 0;
    font-weight: 300;
    border: 1px solid #f0f0f0;
}

#productos .selecedtFilter .item {
    max-width: 100%;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #f5f1f2;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #e3615e;
}

.breadcrumb .breadcrumb-item {
    color: #000000;
    font-weight: 600;
}

.breadcrumb .breadcrumb-item a {
    color: #9b9b9b;
    font-weight: 400;
}

.breadcrumb .breadcrumb-item::before {
    font-weight: 400;
}

@media (max-width: 576px) {
    #vendidos .product img {
        width: 100%;
    }

    #vendidos .product .xs.login {
        width: unset;
    }
}

.product-img-white img {
    background-color: #fff;
}

#vendidos .product img {
    margin-bottom: 3rem !important;
    width: 100%;
    height: 250px;
    object-fit: contain;
}

#vendidos .product.mobile img {
    margin-bottom: 0 !important;
}

#vendidos .product.no-absolute img {
    margin-bottom: 1rem !important;
}

#vendidos .product.mobile {
    width: 120px;
}

.carousel-item > img {
    max-width: unset;
    height: unset; 
}

.btn.disabled,
.btn:disabled {
    cursor: default !important;
    pointer-events: none !important;
}

#carro .table .thumbnail img {
    max-width: 5.26em !important;
    height: auto !important;
    width: unset;
    background-color: white;
}

#carro .table .product-name a {
    color: inherit;
}

#carro .cart-empty {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
}

#promociones a {
    text-decoration: none !important;
}

.woocommerce form div.form-row {
    padding: 0;
    margin: 0 -5px;
}

.woocommerce form div.form-row::after, 
.woocommerce form div.form-row::before, 
.woocommerce-page form div.form-row::after, 
.woocommerce-page form div.form-row::before {
    content: none;
}

.woocommerce form div.form-row label {
    line-height: 1.5;
}

.woocommerce form div.form-row.woocommerce-validated select {
    border-color: #e9e9e9;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: inherit;
}

.woocommerce-privacy-policy-text a,
.woocommerce-terms-and-conditions-checkbox-text a {
    color: inherit;
    text-decoration: underline;
    font-weight: 300;
}

.woocommerce-privacy-policy-text a:hover,
.woocommerce-terms-and-conditions-checkbox-text a:hover {
    color: #717171;
}

form[role=search] .fas {
    cursor: pointer;
}

form .custom-file .custom-file-input.error + .custom-file-label,
form .error {
    border-color: #f71169 !important;
}

form .custom-file-label:after {
    content: none;
}

#login div.nsl-container-block .nsl-container-buttons,
#registro div.nsl-container-block .nsl-container-buttons {
    align-items: center !important;
}

#login .nsl-button-label-container,
#registro .nsl-button-label-container {
    margin: 0 24px 0 0 !important
}

div.nsl-container .nsl-button {
    border-radius: 0 !important; 
}

.nsl-button-google {
    background-color: #4285f4 !important;
}

.heateorSssSharing.heateorSssFacebookBackground:hover {
    background-color: #3d5b99;
}

.heateorSssSharing.heateorSssTwitterBackground:hover {
    background-color: #1da1f2;
}

.heateorSssSharing.heateorSssLinkedinBackground:hover {
    background-color: #006699;
}

.heateorSssSharing.heateorSssEmailBackground:hover {
    background-color: #d54b3d;
}

.heateorSssSharingSvg {
    background-size: 80% !important;
}

.first-card {
	transition: transform 0.2s;
}

.first-card:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#magazine .card .overlay {
    background: rgb(255, 255, 255, .8);
}

#magazine .card .overlay.dark {
    background: rgb(160, 121, 132);
}

#magazine .card .card-body {
    z-index: 10;
    background: white;
}

.position-relative .loading-panel {
	z-index: 1000;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	margin: 0; 
	padding: 0;
	border: 0; 
	background: #fff; 
	opacity: 0.6; 
	cursor: wait; 
}

.position-relative .loading-panel::before {
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
	width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
	line-height: 1;
    text-align: center;
    font-size: 2em;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/loader.svg) center center;
    background-size: cover;
    color: rgba(0,0,0,.75);
}

select[data-dpa-field]:disabled,
.shipping-calculator-form select:disabled {
    background: transparent;
}

.infowindow .show-in-map {
    display: none;
}

#carro ul li {
    width: 100%;
}

#carro ul:not(.active) {
    background-color: transparent;
}

#carro ul.nav:not(.active) {
    background-color: #f0f0f0;
}

.woocommerce form abbr.required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}

.cart_totals tr th {
    font-weight: inherit;
    text-align: left !important;
}

.woocommerce-shipping-destination {
    color: rgba(0, 0, 0, 0.7);
}

.woocommerce-shipping-destination strong {
    color: rgba(0, 0, 0, 0.9);
    font-weight: inherit;
}

.woocommerce ul#shipping_method .amount {
    font-weight: inherit;
}

#carro .cart_totals .table td, 
#carro .cart_totals .table th  {
    display: table-cell;
}

#carro .woocommerce-checkout-review-order-table {
    border-radius: 0 !important;
}

#carro .woocommerce-checkout-review-order-table thead th,
#carro .woocommerce-table--order-details thead th {
    width: 50%;
}

#carro .woocommerce-checkout-review-order-table strong,
#carro #order_review .shop_table strong  {
    font-weight: normal;
}

#carro .woocommerce-checkout-review-order-table tfoot th,
#carro .woocommerce-checkout-review-order-table tfoot td,
#carro #order_review .shop_table tfoot th,
#carro #order_review .shop_table tfoot td  {
    font-weight: normal !important;
    vertical-align: top !important;
}

#carro .woocommerce-checkout-review-order-table tfoot tr.order-total th,
#carro .woocommerce-checkout-review-order-table tfoot tr.order-total td,
#carro #order_review .shop_table tfoot tr:last-child td,
#carro #order_review .shop_table tfoot tr:last-child th {
    font-size: 1.5rem;
}

#carro .woocommerce-checkout-review-order-table tfoot tr.order-total strong,
#carro #order_review .shop_table tfoot tr:last-child .product-total {
    font-weight: 700 !important;
}

#carro .woocommerce-checkout-payment,
#carro #payment {
    border-radius: 0 !important;
    padding: 1.5rem !important;
    border: 0 !important;
    background-color: #f8f9fa !important;
}

#carro .woocommerce-checkout-payment div.payment_box,
#carro #payment div.payment_box {
    background-color: #ebeced !important;
    color: inherit !important;
}

#carro .woocommerce-checkout-payment div.payment_box::before,
#carro #payment div.payment_box::before {
    border-bottom-color: #ebeced;
}

#carro ul.order_details li {
    width: unset;
}

.woocommerce-form-coupon-toggle + .woocommerce-form-coupon {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-radius: 0 !important;
    border-width: 0 0 1px 0 !important;
}

.woocommerce-MyAccount-navigation a.list-group-item-action {
    color: #9b9b9b;
}

.woocommerce-MyAccount-navigation a.list-group-item-action.is-active {
    color: #E35F5D;
    font-weight: 500;
}

#carro .woocommerce-table--order-details a:not(.btn),
.woocommerce-MyAccount-content a:not(.btn) {
    color: inherit;
    text-decoration: underline;
}

#carro .woocommerce-table--order-details a:hover:not(.btn),
.woocommerce-MyAccount-content a:hover:not(.btn) {
    color: #717171;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: unset;
    width: 100%;
}

.woocommerce-MyAccount-content address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
}

.woocommerce-MyAccount-content .nsl-container {
    margin-bottom: 1rem;
}

.woocommerce-MyAccount-content .nsl-container h2 {
    font-size: 1.5rem;
    font-weight: normal;
}


/* Traido de StoreFront -- Begin */
.woocommerce-MyAccount-navigation a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f15c";
    line-height: 1.618;
    margin-left: 0.5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: 0.25;
}

.woocommerce-MyAccount-navigation a:hover::before,
.woocommerce-MyAccount-navigation a.is-active::before {
    opacity: 1;
}

.woocommerce-MyAccount-navigation a.woocommerce-MyAccount-navigation-link--dashboard::before {
    content: "\f3fd";
}

.woocommerce-MyAccount-navigation a.woocommerce-MyAccount-navigation-link--orders::before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation a.woocommerce-MyAccount-navigation-link--downloads::before {
    content: "\f1c6";
}

.woocommerce-MyAccount-navigation a.woocommerce-MyAccount-navigation-link--edit-address::before {
    content: "\f015";
}

.woocommerce-MyAccount-navigation a.woocommerce-MyAccount-navigation-link--edit-account::before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation a.woocommerce-MyAccount-navigation-link--customer-logout::before {
    content: "\f2f5";
}
/* Traido de StoreFront -- End */

#nsl-notices-fallback {
    display: none !important;
}

#destacados .colecciones .borde {
    top: 20px;
}

#destacados .colecciones .logo-circle .brand {
    margin: 0 auto;
    margin-bottom: .5rem;
}

.site-map {
    font-size: 14px;
    font-weight: 300;
}

.site-map ul {
    list-style: none;
}

.site-map li,
.site-map a {
    color: inherit !important;
}

.site-map li > ul {
    padding-left: 1.5rem;
}

.site-map li:not(.sub-tree)::before {
    content: "—";
}

.site-map li.sub-tree-header::before {
    content: "—";
}

.site-map li.sub-tree-header.opened::before {
    content: "—";
}

#pagina-generica {
    font-size: 14px;
    font-weight: 300;
}

p.mailchimp-newsletter {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 0 .5rem !important;
}

p.mailchimp-newsletter input {
    margin: 0 !important;
}

p.mailchimp-newsletter label {
    font-size: 1rem !important;
    padding-left: .25rem !important;
    line-height: 1.5rem !important;
}

.woocommerce-ResetPassword .woocommerce-password-strength,
.woocommerce-EditAccountForm .woocommerce-password-strength {
    font-weight: 500;
    font-size: 0.875rem;
}

.price del {
    color: #434343;
}

@media (max-width: 576px) {
    #vendidos .product img {
        margin-bottom: 1rem !important;
        height: 150px;
    }
    .woocommerce-error a, 
    .woocommerce-info a, 
    .woocommerce-message a {
        width: 100%;
        text-align: center;
        margin-bottom: 10px!important;
    }
}

.wpml-ls-legacy-dropdown-click {
    width: auto;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item {
    text-align: left;
}