﻿.badge-left {
	right: auto !important;
	left: 0;
}

.lds-roller.lds-roller {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ps-section__footer_rep_order {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ps-product.ps-product .ps-product__actions li a:hover {
   background-color: var(--corporative-color);
}

html a:hover,
.ps-form--account.ps-form--account .form-forgot > a:hover,
.ps-product--cart.ps-product--cart .ps-product__content a:hover,
.ps-breadcrumb .breadcrumb a.breadcrumb-link:hover,
.cat-menu-link:hover
 {
    color: var(--corporative-color);
}

.ps-widget--account-dashboard.ps-widget--account-dashboard .ps-widget__content ul li a.my-acc-btn:hover {
    background-color: var(--corporative-color);
    color: #fff;
}

.ps-widget--account-dashboard .ps-widget__content ul li.active a.my-acc-btn {
    background-color: var(--corporative-color);
    color: #fff;
}
.ps-product--cart.ps-product--cart .ps-product__content a {
    color: var(--corporative-text-color);
}

.form-control.form-control:focus{
    border-color: var(--corporative-color);
}

.form-control-plm:focus {
    outline: none;
    box-shadow: 0 0 0 #000;
    border-color: var(--corporative-color);
}

.form-control-plm {
    display: block;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    padding: 0 20px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #dddddd;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 #000;
    background-clip: padding-box;
}

.pagination li.active a.pagination-item {
    background-color: var(--corporative-color);
    color: #000;
}

.pagination li > a.pagination-item:hover {
    color: #000;
    background-color: var(--corporative-color);
}

.widget_shop .ps-checkbox.ps-checkbox > label:after {
    border-color: var(--corporative-color);
}

.widget_shop .ps-checkbox.ps-checkbox 
input[type=checkbox]:checked ~ label:before {
    border-color: var(--corporative-color);
}

.ps-product .ps-product__actions li a.ps-product-icon,
.ps-product.ps-product .ps-product__actions li a.ps-product-icon-home
 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.ps-product.ps-product .ps-product__actions li a.ps-product-icon:hover,
{
    background-color: var(--corporative-color) !important;
    color: #fff;
}

a.ps-product-icon-home:hover.ps-product-icon-home:hover
{
    background-color: var(--corporative-color);
    color: #fff !important;
}

.ps-product .ps-product__actions li a.ps-product-icon.hover-corporative-alt:hover {
  background: transparent;
  color: var(--corporative-color);
  transition: color 0.2s ease;
}



.ps-button-plm {
    display: inline-block;
    padding: 15px 45px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: var(--corporative-color);
    transition: all 0.4s ease;
    cursor: pointer;
}

.ps-button-plm:hover{
    background-color: #222;
    color: var(--corporative-color);
}

.ps-button-center-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 11px 20px;
}



a[title="Free Instagram Feed widget"] {
    display: none !important;
}

#product-quickview .modal-dialog .modal-content {
    padding: 40px 20px !important;
}



.lds-roller div:after {
    background: var(--corporative-color) !important;
}

.lds-facebook div {
    background: var(--corporative-color) !important;
}



.ps-product--detail .ps-product__shopping {
    align-items: flex-start !important;
}

.ps-product--detail .ps-product__shopping .form-group--number {
    max-width: 100% !important; 
}

.no-discount-qty {
     max-width: 50% !important;
}

.no-discount.not-mobile {
    flex-direction: row !important;
    align-items: flex-end !important;
}

.product-buy__container > .ps-btn {
    white-space: nowrap;
}

.ps-carousel--nav .owl-dots .owl-dot.active {
    background-color: var(--corporative-color) !important;
}

.ps-form--subscribe-popup {
    background-color: #fff;
}

.ps-shopping-cart .ps-section__footer figure .delivery-address {
    position: relative;
    display: block;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.ps-product .ps-product__price {
    font-size: 18px;
}

a:not([href]):hover {
    color: var(--corporative-color) !important;
}




.ps-product--detail .ps-tab-list li a:before {
    background-color: var(--corporative-color) !important;
}

.ps-product--detail .ps-product__variants .item.slick-current {
    border-color: var(--corporative-color) !important;
}


/***************************/
/* Parche para mover la barra de menu mobile al header */
/* estan las 2 opciones: antes y despues de la barra del logo */

.navigation--list {
	bottom: auto;
	/* top: 0; */	/* v1: menu ANTES de barra de logo */
	/* v2: menu DESPUES que barra de logo */
	top: 80px;	/* .navigation--mobile's height */
	border-bottom: 1px solid #ccc;
}

.header--mobile .navigation--mobile {
	position: fixed;
	/* top: 71px !important; */ /* .navigation--list's height */ /* v1: menu ANTES de barra de logo */
	top: 0 !important; /* v2: menu DESPUES que barra de logo */
	width: 100%;
	z-index: 1000;
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
	background-color: #F9F8F7;
    	height: 62px;
}

.ps-panel--sidebar {
	/*top: 71px;*/ /* .navigation--list's height */ /* v1: menu ANTES de barra de logo */
	top: 152px; /* .navigation--list's height + .navigation--mobile's height */ /* v2: menu DESPUES que barra de logo */
}


@media screen and (min-width: 1080px) {
    .ps-product--detail .ps-product__shopping figure, .ps-product--detail .ps-product__shopping .ps-btn {
       margin-right: 0 !important;
    }
}


/*@media (max-width: 425px) { 
	.lds-roller {
	    left: 40% !important;
	}

}

@media (min-width: 426px) { 
	.lds-roller {
	    left: 47.5% !important;
	}

}*/

@media (max-width: 1199px) { /* fixes */
	.ps-shopping {
	    margin-top: 0;
	}

	body {
		padding-top: 152px; /* .navigation--list's height + .navigation--mobile's height */ /* v2: menu DESPUES que barra de logo */
	}

	.ps-form--account {
	    padding-top: 0;
	}
}

/*@media (min-width: 885px) {
        .product-buy__container {
            padding-bottom: 20px;
        }
} */

@media (min-width: 1200px) { /* fix para cuando queda abierto el sidebar y se redimensiona a desktop */
	.ps-panel--sidebar {
		display: none;
	}

	.ps-site-overlay.active {
		visibility: hidden;
		opacity: 0;
	}
}

.ps-cart--mobile .ps-cart__content {
    padding: 20px 10px 0;
    min-height: calc(100vh - 300px);
    max-height: 500px;
    overflow-x: auto;
}

/* FIN PARCHE */
/***************************/

/* Imaganes thumb con galeria */

.item-thumb-change {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    font-size: 22px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}

.item-thumb-change.prev {
	left: 0;
}

.item-thumb-change.next {
	right: 0;
}

.ps-product .ps-product__thumbnail .ps-product__actions {
	position: relative !important;
    bottom: auto !important;
    /*left: auto !important;*/
    /*transform: none !important;*/
    justify-content: center !important;
}
/***************************/

.ps-product:hover .ps-product__content {
	visibility: inherit !important;
	opacity: inherit !important;
	height: auto !important;
}
.ps-product__title{
        background-color: #fff;
}

.ps-product .ps-product__title.ps-product__title {
	color: var(--corporative-text-color);
}

.ps-product .ps-product__title.ps-product__title:hover {
	color: var(--corporative-color);
}




.img{
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
}

.product-buy__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.lds-roller{
    background-color: #95959536;
}
























































































































