
.responsive-menu-toggle-wrapper {
    padding: 0;
}

#toggle-icon {
    margin-top: 0.3rem;
    width: 100%;
    text-align: left;

}

#toggle-icon .label {
    display: none;
}

#toggle-icon:before,
#toggle-icon:after,
#toggle-icon .icon {
    background: #000;
}

.quicktabs-tabs {
    display: flex;
    flex-wrap: nowrap;
}

.quicktabs-tabs li {
    width: 50%;
    text-align: center;
}

.quicktabs-tabs li a {
    background: #F3F3F3;
    display: inline-block;
    color: #333;
    width: 100%;
    margin: 0;
    padding: 0.3rem;
    font-size: 1.4rem;   
}

.quicktabs-tabs li.active a,
.quicktabs-tabs li a:hover {
    background: #DC0012;
    color: #FFF;
}


.productos-afiliacion .views-row {
    position: relative;
}

.productos-afiliacion .views-row .views-field-price__number {
    color: #DC0012;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.productos-afiliacion .views-row .views-field-variations-target-id {
    position: absolute;
    bottom: 0;
    right: 1rem;
    
}

.productos-afiliacion .views-row .views-field-variations-target-id .button--add-to-cart {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-indent: -9999px;
    background: url("../images/cart.png") no-repeat center center;
}

.block-commerce-cart .cart--cart-block a {
    background: #D9D9D9;
    text-align: center;
    color: #FFF;
    padding: 0.4rem
}

.block-commerce-cart .cart--cart-block .cart-block--summary__count {
    display: none;

}

.block-menusecundario {
    padding: 0;
}

.block-menusecundario ul.menu a {
    padding-left: 0.5rem;
    margin-top: 0.2rem;
}
.checkout-pane legend {
    font-weight: 700;
    color: black;
    font-size: 2rem;
    letter-spacing: -1px;
    margin-top: 1rem;
    display: block;
}

.form-item-payment-information-billing-information-address-0-address-postal-code {
    display: none !important;
}


.form-register-modal {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translatey(-50%);
    max-width: 600px;
    width: 100%;
    height: 90vh;
    overflow-y: scroll;
    background: #FFF;
    z-index: 20;
    padding: 3rem 2rem 2rem;
    display: none;
}

.form-register-modal legend {
    position: relative;
    top: 1.8rem;
    padding-bottom: 0.5rem;
    background: #FFF;
    width: 100%;
    border-bottom: solid 1px #CCC;
    
}
    
.off-canvas-wrapper.modal-open:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.5);
    z-index: 10;
}

.close-modal {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 30;
}

.close-modal a {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    text-indent: -9999px;
    position: relative;
}

.close-modal a:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 2px;
    height: 3rem;
    background: #FFF;
    transform: rotate(45deg);
    box-shadow: 1px 1px 4px rgba(0,0,0,1);
}

.close-modal a:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 2px;
    height: 3rem;
    background: #FFF;
    transform: rotate(-45deg);
    box-shadow: 1px 1px 4px rgba(0,0,0,1);
}

.path-user .block-asalf-local-tasks .button-group a:nth-child(2) {
    display: none;
}

.commerce-checkout-flow .js-form-type-checkbox input {
    width: 20px !important;
    vertical-align: top;
}

.commerce-checkout-flow .js-form-type-checkbox label {
    max-width: 410px;
    width: 100%;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}

.commerce-checkout-flow .js-form-type-checkbox p {
    width: 100%;
}

.captcha {
    display: inline-block;
    margin: 0 1rem 1rem;
}