/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*  CSS DIRECTORY
    1. =GLOBAL
    2. =PRIMARY
    3. =HEADER
    4. =SIDEBAR
    5. =FOOTER
    6. =HOME
    7. =CATEGORY
    8. =CONTACT
    9. =CHECKOUT
    10 =SEARCH PAGE
    11 =ZONA USUARIOS
*/

/*  ===============
    GLOBAL SETTINGS 
    =============== */

/*  === TYPOGRAPHY === */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,900&display=swap');

body {
    direction: ltr;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    line-height: 16px;
}

body#checkout .custom-checkbox span{
    flex: none!important;
}

h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 22px;
    color: #000;
}
p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
h2 {
    color: #a91833;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*  === BUTTONS === */

.btn-primary {
    color: #fff;
    background-color: #a91833;
    border-color: transparent;
    border-radius: 4px;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #a91833;
    border-color: transparent;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    background-color: #a91833;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    background-color: #a91833;
}
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-color: #a91833;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    background: #a91833;
}
.btn-primary, .btn-secondary, .btn-tertiary {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    border-radius: 4px;
}

a {
    color: #a91833;
    text-decoration: none;
}
a:focus, a:hover {
    color: #fe6a6a;
    text-decoration: underline;
}

/*  === OTHER === */

.card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}
.card-block {
    padding: 0;
}
.separador hr:after {
    content: "";
    height: 3px;
    width: 100px;
    max-width: 33%;
    background-color: rgba(0, 0, 0, .1);
    display: block;
}
.pagination .page-list {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-control {
    background: transparent;
    border-radius: 4px;
}
.flip {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} 

/*  ================
    PRIMARY SETTINGS 
    ================ */

/*  === LAYOUT === */

@media (min-width:1200px) {
    .container {
        width: 1010px;
        max-width: 100%
    }
}
#wrapper {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 5px;
}
#header .header-top {
    margin-top: 55px;
}

@media (max-width:767px) {
    #wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    #columns-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #left-column {
        -webkit-box-ordinal-group:3;
            -ms-flex-order:2;
                order:2;
    }
    
}
/*  ===============
    HEADER SETTINGS 
    =============== */


/*  === LAYOUT === */

#header {
    background: #fff;
}
#header .header-top {
    padding-bottom: 5px;
    background: #fff;
}


/*  === TOP BAR === */

#header .header-nav {
    margin-bottom: 5px;
    background: #2b2b2b;
    border-bottom: none;
    position: fixed;
    height: 50px;
    top: 0;
    z-index: 99;
    width: 100%;
}
#top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width:767px) {
    #top-bar {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 50px;
    }

}



/*  === MOBILE MENU === */

#header #mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: none!important;
    margin-right: 5px;
}


/*  === MI CUENTA Y CONTACTO === */

#header .user-info a,
#header #contact-link a {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header a:hover {
    color: #fff;
}
#header .user-info .logout,
#header .user-info .account {
    padding: 0 20px;
    display: block;
    text-align: right;
}
#header .header-nav .user-info .account {
    margin-left: 0;
}

#header .header-nav .user-info .logout {
    color: #fe6a6a;
}
#header .header-nav .user-info {
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    white-space: nowrap;
}
#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0;
}
#header .user-info a:after, #header #contact-link a:after {
    content: "|";
    position: relative;
    right: -20px;
}
@media (max-width:767px) {
    #header a {
        padding: 10px 5px;
    }
    #header #_mobile_contact_link i {
        display: none;
    }
    #header #mobile-menu-toggle {
        color: #fff;
        padding: 0 5px;
    }
    #header .user-info a, #header #contact-link a {
        padding: 0 5px;
    }
    #header .header-nav #mobile-menu-toggle .material-icons {
      font-size: 14px;
    }
    #header .user-info a:after, #header #contact-link a:after {
        content: "";
    }
    #header .header-nav .user-info .account span {
        max-width: 60px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        text-align: left;
    }
    #header .user-info .logout,
    #header .user-info .account {
        padding: 0 5px
    }
}

/*  === CARRITO === */

#header .header-nav .blockcart {
    background: transparent;
    height: auto;
    padding: 10px 20px;
    margin-left: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}
#header .header-nav .blockcart .header {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header .header-nav .cart-preview .shopping-cart {
    color: #fe6a6a;
    border: 1px solid #fe6a6a;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}
#header .header-nav .blockcart .cart-products-count {
    color: #fe6a6a;
    font-weight: 900;
    font-size: 18px;
    margin-left: 5px;
}
#header .header-nav .cart-preview.active {
    background: transparent;
}
#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i{
    color: #fe6a6a;
}
#_desktop_cart:hover .cart-hover-content {
    opacity: 1;
    left: auto;
}
#_desktop_cart a >.hidden-sm-down{
    color: #fff;
}
.cart-hover-content {
    position: absolute;
    background-color: #f7f7f7;
    z-index: 99;
    top: 50px;
    border: 1px solid #a10034;
    opacity: 0;
    left: -99999px;
    color: #5d5d5d;
}
.cart-hover-content .label {
    color: #5d5d5d;
}
.cart-hover-content .cart-wishlist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cart-hover-content .cart-wishlist-item > * {
    margin: 5px;
}
.cart-hover-content .cart-header,
.cart-hover-content ul,
.cart-hover-content .cart-summary,
.cart-hover-content .cart-wishlist-action {
    padding: 10px;
    margin: 0;
}
.cart-hover-content .product-name {
    width: 150px;
    overflow: hidden;
    height: 30px;
    line-height: 15px;
    display: inline-block;
    white-space: normal;
    text-align: left;
}
.cart-hover-content .cart-header {
    background-color: #a10034;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    color: #fff;
}
.cart-hover-content .cart-total {
    border-top: 1px solid #5d5d5d;
    padding-top: 10px;
    font-size: 20px;
}
.cart-hover-content .add-to-cart {
    width: 100%;
}

@media (max-width:767px) {

    #_desktop_cart {
        -webkit-box-ordinal-group: 100;
            -ms-flex-order: 99;
                order: 99;
    }
    #header .header-nav #_desktop_cart .blockcart {
        margin: 0;
        padding: 0;
    }
    #header .header-nav .cart-preview.active a, 
    #header .header-nav .cart-preview.active i {
        position: relative;
    }
    #header .header-nav .blockcart .cart-products-count {
        position: absolute;
        font-size: 12px;
        right: 0;
        color: #fff;
        background-color: #fe6a6a;
        border-radius: 9999px;
        width: 18px;
        height: 18px;
    }
    .cart-hover-content {
        display: none;
    }
}
/*  === BUSCADOR === */

#header .header-nav .search-widget {
    margin-top: 0;
}
.search-widget form input[type="text"] {
    padding: 5px;
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    border-radius: 4px;
}
.search-widget form button[type="submit"] {
    position: absolute;
    background: none;
    border: none;
    bottom: 4px;
    right: 10px;
    color: #333;
    border-left: 1px solid #000;
    padding: 0 4px;
}
#header .header-nav .material-icons {
    font-size: 20px;
    line-height: 20px;
}
.search-widget form input[type="text"]:focus {
    border: 2px solid #a91833;
    outline: none;
}
.search-widget form input[type="text"]:focus + button .search {
    color: #000;
}
@media (max-width:767px) {
    #header .header-nav .search-widget {
        width: auto;
    }
    .search-widget .search-form {
        position: fixed;
        top: 50px;
        left: 0;
        background: #2b2b2b;
        padding: 0;
        width: 100%;
        z-index: 1;
        height: 0;
        overflow: hidden;
    }
    .search-widget .search-form.active {
        padding: 5px;
        height: auto;
    }
    .search-widget form input[type="text"] {
        width: 100%;
        height: 36px;
    }
    .search-widget form button[type="submit"] {
        bottom: 11px;
        right: 5px;
    }
    #header #search_toggle {
        color: #fff;
        font-weight: 600;
    }
}



/*  === LOGO === */

#_desktop_logo a {
    padding: 0;
    text-align: center;
}


@media (max-width:767px) {
    #_desktop_logo a {
        margin-top: 60px;
    }
    #header .logo {
        margin: auto;
    }
    #_desktop_logo {
        text-align: center;
    }
}

/*  === BANNERS === */

#header-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#header-banner img {
    max-width: 100%;
}
#header-banner img:first-child {
    margin-right: 5px;
}
#header-banner img:last-child {
    margin-left: 5px;
}
@media (max-width:576px) {
    #header-banner {
        display: block;
        text-align: center;
    }
    #header-banner img:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }
    #header-banner img:last-child {
        margin-left: 0;
    }
}


/*  ================
    SIDEBAR SETTINGS 
    ================ */

/*  === MENU === */

.block-categories {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
    font-weight: 400;
    border-bottom: 1px solid #a91833;
    padding-bottom: .1875rem;
    font-size: 15px;
    padding-left: 5px;
    color: #3f3f3f;
    text-transform: uppercase;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
}
.block-categories .category-sub-menu li[data-depth="1"] > a {
    max-width: calc(100% - 30px);
    display: inline-block;
}
.block-categories .collapse-icons .add:hover, 
.block-categories .collapse-icons .remove:hover {
    color: #a91833;
}
.block-categories .collapse-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.block-categories .collapse-icons .material-icons {
    font-size: 20px;
}
.block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover {
    color: #a91833;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.block-categories .collapse-icons {
    top: 3px;
}
.block-categories .collapse-icons .material-icons {
    font-size: 12px;
    border: 1px solid #000;
    text-align: center;
    width: auto;
    height: auto;
    opacity: .75;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    padding: 8px 0 8px 10px;
}
.block-categories .category-sub-menu li[data-depth="1"] .arrows {
    float: right;
    margin-right: 13px;
}
.block-categories .arrows .arrow-down, .block-categories .arrows .arrow-right {
    font-size: 10px;
    cursor: pointer;
    margin-left: 2px;
    border: 1px solid #000;
    width: auto;
    height: auto;
    opacity: .75;
}
.block-categories .category-sub-menu li[data-depth="2"] {
    padding: 6px;
}
@media (max-width:767px) {
    .block-categories {
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 0;
        padding: 0;
        overflow: hidden;
        background: #2b2b2b;
        max-height: calc(100vh - 50px);
    }
    .block-categories .category-top-menu {
        margin: 15px;
    }
    .block-categories.active {
        height: auto;
        background: #fff;
        border-bottom: 1px solid #e8e8e8;
        overflow: scroll;
    }

    
}

/*  === NEWSLETTER === */

.email_subscription h4 {
    padding: 0;
    color: #666;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 300;
}
.email_subscription form input[type="text"] {
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    height: 36px;
    padding: 0 5px;
}
.email_subscription form input[type="text"]:focus {
    border: 2px solid #000;
}
.email_subscription form input[type="submit"] {
    height: 36px;
    font-weight: 400;
    padding: 5px 15px;
    font-size: 14px;
    float: right;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #a91833;
    border: 0px solid transparent;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}
.email_subscription form input[disabled] {
    opacity: .85;
}
.notification.notification-error {
    color: #a91833;
    background: #fe6a6a24;
    padding: 5px;
    border-radius: 4px;
    margin: 5px 0;
}
.email_subscription #gdpr_consent {
    margin-top: 5px;
}
.custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #232323;
}

/*  === LOGOS MARCAS === */

#sidebar-logos {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}


#sidebar-logos img{
    padding: 5px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


#sidebar-logos .logo-hahnemuhle {
    width: 100%;
    text-align: center;
}


/*  ===============
    FOOTER SETTINGS 
    =============== */

#MariTetas {
    display: block;
    margin: 10px auto;
}

.footer-container li a {
    color: #A51735;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0;
    display: block;
}
.footer-container li a:hover {
    color: #A51735;
}
.footer-container .wrapper:last-child li a {
    color: #000;
    cursor: pointer;
    font-size: 14px;
}
.footer-container .wrapper:last-child li a:hover {
    color: #000;
}
.block-contact {
    color: #000;
    font-size: 13px;
}
.footer-container {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid #eaeaea;
}
@media (max-width:767px) {
    .footer-container .links ul {
        background-color: transparent;
        margin-bottom: 0;
    }
    .footer-container .links ul > li a {
        color: #A51735;
    }
    .footer-container .links ul > li {
        padding: 0;
        font-weight: 500;
    }
    .footer-container .wrapper:last-child .links ul > li a {
        color: #000;
    }
    .footer-container .wrapper:last-child {
        width: 100%;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        margin: 20px 0;
    }
}


/*  =============
    HOME SETTINGS 
    ============= */

/*  === CAROUSEL === */

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}
.carousel .carousel-inner {
    height: auto;
}
.carousel {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 30px;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
    display: none;
}

/*  === NOVEDADES === */

.novedades-home {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.novedades-home h2{
    margin-top: 20px;
    font-size: 30px;
    color: #a91833;
    margin-bottom: 20px;
    font-weight: 300;
}
.novedades-home h3 {
    font-weight: 500;
    font-size: 20px;
}
.novedades-home img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.novedades-home a {
    color: #0000ff;
}

/*  === BLOQUE TEXTO === */

#custom-text {
    background: #fff;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
}
#custom-text h1 {
    font-size: 30px;
    color: #a91833;
    margin-bottom: 15px;
    font-weight: 300;
}
#custom-text p {
    padding-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #000;
}


/*  =================
    CATEGORY SETTINGS 
    ================= */

#tioPepe {
    display: block;
    margin: 10px auto;
}

#wrapper .breadcrumb {
    font-size: 14px;
    font-weight: 300;
}
#wrapper .breadcrumb li:last-child a {
    color: #a51735;
}
.block-category {
    min-height: auto;
}
.block-category.card-block {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}
.block-category.card-block .h1{
    font-size: 30px;
    color: #a51735;
    font-weight: 300;
    text-transform: capitalize;
}

.category-cover {
    position: absolute;
    right: 0;
    top: -10px;
}
.block-category .block-category-inner .category-cover img {
    width: auto;
    height: auto;
    max-width: 100%;
}

/*  === CATEGORY DESCRIPTION === */

.block-category .block-category-inner {
    display: block;
}
#category-description p {
    --lh: 20px;
    line-height: var(--lh);
    font-weight: 300;
    font-size: 16px;
}
#category-description.closed p {
  --max-lines: 4;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
#category-description.closed p::after {
  content: "";
  position: absolute;
  inset-inline-end: 0; /* "right" */
  width: 1rem;
  height: 1rem;
  background: white;
}
#descriptionToggle {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
@media (max-width:767px) {
    #category-description.closed p {
      --max-lines: 8;
      max-height: calc(var(--lh) * var(--max-lines));
    }
}



/*  =================
    PRODUCT SETTINGS 
    ================= */

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
    display: block;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    margin: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 0;
    height: 35px;
    width: 35px;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 15px;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    position: static;
    z-index: 0;
    background: transparent;
    width: auto;
    bottom: 0;
    height: auto;
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.block-category .block-category-inner #category-description p, .block-category .block-category-inner #category-description strong {
    font-weight: 300;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    font-weight: 400;
    text-align: left;
}
.product-quantity .add, .product-quantity .qty {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
}
.product-quantity .add, .product-quantity .qty .control-label {
    font-size: 12px;
    text-align: center;
    color: #000;
    line-height: 1.2;
}
.btn.add-to-cart {
    background-color: #54cf59;
    border: 1px solid #42b049;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: none!important;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.bootstrap-touchspin {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.product-quantity #quantity_wanted {
    height: 24px;
    width: 36px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    border-radius: 4px;
}
.product-add-to-cart {
    width: 150px;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    width: 120px;
    color: #ff4c4c;
    font-weight: 300;
    text-align: center;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.product-price-and-shipping .control-label {
    font-weight: 400;
    color: #232323;
    font-size: 10px;
}

.form-control:focus,  #quantity_wanted:focus {
    outline: none;
    border: 2px solid #000;
}
.input-group.focus {
    border: none;
    outline: none;
}
.add-to-cart.disabled.focus,
.add-to-cart.disabled:focus,
.add-to-cart.disabled:hover,
.add-to-cart:disabled.focus,
.add-to-cart:disabled:focus,
.add-to-cart:disabled:hover {
    background-color: #8fdf92;
    border-color: transparent;
}
.product-cover img {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fff;
    width: 35px !important;
    height: 35px;
    display: block;
    margin: 30px auto;
}
#js-product-list h4 {
    font-size: 30px;
    font-family: "Source Sans Pro";
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    margin-top: 35px;
    display: inline-block;
}
#js-product-list h5 {
    color: #a51735;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 24px;
    font-family: "Source Sans Pro";
    font-weight: 300;
    margin-top: 15px;
    display: block;
}
#js-product-list .category_level1 > div > img{
    position: absolute;
    right: 0;
    top: -50px;
}
#js-product-list .category_level1 > div {
    position: relative;
    margin-bottom: 20px;
}
#js-product-list .category_level2 > div > img {
    position: absolute;
    right: 0;
    top: -45px;
    max-width: 140px;
}
#js-product-list .category_level2 > div {
    position: relative;
}
#js-product-list .category_level2 {
    padding: 0 0 20px 20px;
}
.link_gramajes {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
}
.link_gramajes a {
    color: #0000ff;
    text-decoration: underline;
    font-weight: 400;
}

@media (max-width:767px) {
    #js-product-list .category_level2 > div > img {
        right: -15px;
        max-width: 120px;
    }
    #js-product-list .category_level1 > div > img{
        max-width: 160px;
        right: -15px;
    }
    #js-product-list h4 {
        max-width: calc(100% - 130px);
    }
    #js-product-list h5 {
        max-width: calc(100% - 100px);
    }
    #js-product-list .category_level2 {
        padding: 0 0 20px 0;
    }
    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
        width: calc(100% - 50px);
    }
    .product-price-and-shipping,
    .product-add-to-cart {
        padding: 10px 0;
    }
    .product-quantity #quantity_wanted {
        height: 30px;
        width: 46px;
    }
    .product-add-to-cart {
        width: auto;
    }
    .product-quantity .add, .product-quantity .qty {
        margin: 0 10px;
    }
    .product-quantity .add, .product-quantity .qty .control-label {
        margin-bottom: 5px;
    }
    .product-price-and-shipping .price{
        display: block;
        margin-bottom: 5px;
    }
}
/* INDIVIDUAL PRODUCT */

#product .product-prices{
    text-align: center;
    margin: 0;
}
#product .product-price {
    color: #ff4c4c;
    font-weight: 300;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
} 
#product .control-label {
    font-weight: 400;
    color: #232323;
    font-size: 10px;
}
#product .product-add-to-cart {
    width: auto;
}
#product .product-quantity {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#product h1 {
    text-transform: none;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
#product .product-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#product .images-container {
    text-align: center;
} 
#product .tabs {
    display: none;
}
#product #main {
    padding-top: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

/*  =================
    CONTACT PAGE 
    ================= */

/*  === PÁGINA CONTACTO === */

.contact-form {
    padding: 0;
}
.contact-form #gdpr_consent {
    margin-left: 15px;
}
.contact-form h2 {
    font-size: 16px;
}
.contact-form .direccion {
    margin-left: 25px;
}
#content .contact-form-header {
    display: none;
}
.contact-form select[name="id_contact"]{
    display: none;
}
#contact .form-fields > .form-group:first-child {
    display: none;
}

/*  === FORMULARIO HEADER === */

#contacto-header {
    position: absolute;
    background: #2b2b2b;
    color: #fff;
    display: block;
    z-index: 99;
    top: 50px;
    left: -9999px;
    width: 100%;
    height: 0;
    overflow: hidden;
}
#contacto-header.active {
    height: auto;
    left: 0;
}
#contacto-header .contact-form-pagina {
    display: none;
}

#contacto-header .contact-form {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    line-height: 20px;
    padding: 15px;
}
#contacto-header .columna-izquierda {
    max-width: 33%;
}
#contacto-header .titulo-contact-form {
    font-size: 18px;
}
#contacto-header form {
    padding-left: 15px;
}
#contacto-header .form-control-label {
    display: none;
}
#contacto-header a {
    color: #fff;
    display: inline-block;
    padding: 0;
}
#contacto-header label {
    color: #fff;
}

#contacto-header .offset-md-3 {
    margin: 0;
}

#contacto-header .col-md-6,
#contacto-header .col-md-9 {
    width: 100%;
}
#contacto-header .custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #fff;
}
#contacto-header .form-fields {
    margin-top: 15px;
}
#contacto-header .form-control {
    background: #fff;
}
#contacto-header .custom-checkbox .material-icons {
    color: #fff;
}

@media (max-width:767px) {
    #contacto-header .contact-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: 70vh;
        overflow-y: scroll;
        z-index: 2;
        position: fixed;
        background: #2b2b2a;
    }
    #contacto-header .columna-izquierda {
        max-width: 100%;
    }
    #contacto-header form {
        padding-left: 0;
        margin-top: 15px;
    }
}

/*  =================
    CHECKOUT SETTINGS 
    ================= */

/*  === MODAL === */
#blockcart-modal .product-name {
    color: #000;
    font-size: 30px;
    text-align: right;
    margin-bottom: 20px;
}
#blockcart-modal .product-price {
    text-align: right;
    color: #ff4c4c;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: right;
}
#blockcart-modal .divide-right .col-md-12 {
    text-align: right;
}
@media (max-width:767px) {
    #blockcart-modal .product-name,
    #blockcart-modal .divide-right .col-md-12,
    #blockcart-modal .product-price  {
        text-align: center;
    }
}

/*  === CARRITO === */
#cart #left-column {
    display: none;
}
#cart #content-wrapper {
    width: 100%;
}
#cart .h1 {
    font-size: 24px;
    color: #a51735;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 20px;
}
#cart .cart-grid-body .cart-overview {
    padding: 0;
}
#cart .product-line-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#cart .product-line-info .label{
    color: #2B2B2B;
    font-size: 18px;
    line-height: 1.25;
    padding-top: 5px;
}
#cart .current-price {
    color: #A51735;
    font-size: 18px;
    font-weight: 300;
}
#cart .current-price .iva {
    color: #232323;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 400;
}
#cart .product-line-info.product-price {
    margin-top: 5px;
    line-height: 1.25;
}
#cart .qty {
    text-align: center;
}
#cart .qty span {
    font-size: 12px;
}
#cart .qty .input-group {
    float: none;
    width: 100%;
}
#cart .qty .input-group .js-cart-line-product-quantity {
    float: none;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    height: 30px;
}
#cart .cart-grid .product-price {
    color: #FF4C4C;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}
#cart .cart-grid-right {
    margin-top: 50px;
    border-left: 1px solid #eaeaea;
}
.cart-summary-line .label,
.cart-summary-line .value{
    font-size: 14px;
}
.cart-summary-subtotal .label,
.cart-summary-subtotal .value{
    font-size: 16px;
}
.cart-summary-line {
    margin-bottom: 20px;
}
#cart-subtotal-products.cart-summary-line .value {
    color: #A51735;
    font-size: 30px;
    font-weight: 300;
}
#cart .product-line-grid-right .flex-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cart-fees .card-block {
    margin: 0;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 20px
}
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    line-height: 1.25;
}
.card-block.cart-summary-totals {
    padding: 0;
}
.block-promo {
    display: none;
}
.checkout .btn-primary {
    background-color: #54cf59;
    border: 1px solid #42b049;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
}
.checkout .btn-primary:hover,
.checkout .btn-primary:focus,
.checkout .btn-primary:active {
    background-color: #42b049;
}


/*  === CHECKOUT


#checkout #search_widget {
    display: block;
}
#checkout .titulo {
    font-size: 24px;
    color: #A91833;
    font-weight: 400;
    margin-top: 20px;
}
body#checkout section.checkout-step {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: 20px 0;
}
body#checkout section.checkout-step .step-title {
    font-size: 24px;
    color: #A91833;
    font-weight: 300;
    text-transform: capitalize;
}
body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: .625rem;
    border: 1px solid;
    border-radius: 9999px;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 13px;
}
body#checkout section.checkout-step .content {
    padding: 0px 20px 0px 43px;
    font-size: 16px;
}
body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    margin-left: 0;
}
body#checkout .nav-link {
    font-size: 20px;
    font-weight: 400;
}
body#checkout .nav-link.active {
    font-weight: 700;
}
body#checkout .nav-link.active:hover {
    color:#232323;
    cursor: default;
}
body#checkout section.checkout-step #customer-form .form-control-label, body#checkout section.checkout-step #delivery-address .form-control-label, body#checkout section.checkout-step #invoice-address .form-control-label, body#checkout section.checkout-step #login-form .form-control-label {
    font-size: 16px;
}
body#checkout .form-control {
    background: transparent;
    border-radius: 4px;
}
body#checkout .form-control.js-visible-password {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
body#checkout .form-group {
    margin-bottom: 25px;
}
body#checkout section.checkout-step #customer-form .radio-inline {
    margin-right: 10px;
}
.aviso-precio {
    color: #00f;
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
}

body#checkout .cart-summary-products p:first-child {
    font-size: 20px;
    text-transform: capitalize;
}
body#checkout .cart-summary-products a {
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
}
body#checkout .cart-summary-products a .material-icons{
    color: #A51735;
}

body#checkout .media-left {
    padding-right: 0;
}
body#checkout #cart-summary-product-list img {
    border: none;
    width: 50px;
}
body#checkout .media-body, 
body#checkout .media-left, 
body#checkout .media-right {
    display: table-cell;
}
body#checkout .cart-grid-right {
    border-left: 1px solid #eaeaea;
}
body#checkout .step-title .done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 6px;
    margin-right: 12px;
}
.delivery-options-list,
.payment-options  {
    padding-top: 20px;
}
body#checkout section.checkout-step .delivery-option {
    background: transparent;
}
.texto-portes {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
body#checkout #delivery textarea, body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .25);
    height: 120px;
    padding: 10px;
}
.payment-options img {
    display: none;
}
.payment-options label {
    font-size: 16px;
    font-weight: 600;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 20px;
}
#payment-confirmation .btn {
    background-color: #54cf59;
    border: 1px solid #42b049;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}
#payment-confirmation .btn:hover,
#payment-confirmation .btn:focus,
#payment-confirmation .btn:active {
    background-color: #42b049;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    margin-left: 40px;
}
#delivery label {
    text-align: left;
}
body#checkout #cart-summary-product-list .media-list {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}
@media (max-width:767px) {
    body#checkout section.checkout-step .content {
        padding: 0;
    }
    #checkout #wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    body#checkout section.checkout-step .forgot-password {

        margin-left: 0;
        text-align: right;
        margin-bottom: 15px;
    }
}
 === */

/*  === CHECKOUT ONEPAGECHECKOUT === */
#module-bestkit_opc-checkout #left-column {
    display: none;
}
#module-bestkit_opc-checkout #content-wrapper {
    width: 100%;
}
/* Steps numbers */
#opc_wrapper .heading-counter {
    text-indent: 0;
    background: none;
    display: inline-block;
    padding: .625rem;
    border: 1px solid #A91833;
    border-radius: 9999px;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 13px;
}
#opc_wrapper .page-heading span.heading-counter {
    font: 400 18px/14px 'Source Sans Pro';
    color:#A91833;
    text-transform: none;

}
/* Login */
#opc_wrapper .box-opc#login_form {
    border: none;
    background: none;
    padding: 0;
}
#opc_wrapper .btn-primary {
    color: #fff;
    background-color: #a91833;
    border-color: transparent;
}
#opc_wrapper .btn-primary.active.focus, #opc_wrapper .btn-primary.active:focus, #opc_wrapper .btn-primary.active:hover, #opc_wrapper .btn-primary:active.focus, #opc_wrapper .btn-primary:active:focus, #opc_wrapper .btn-primary:active:hover, #opc_wrapper .open > .btn-primary.dropdown-toggle.focus, #opc_wrapper .open > .btn-primary.dropdown-toggle:focus, #opc_wrapper .open > .btn-primary.dropdown-toggle:hover {
    background-color:#820b21;
}
/* User info */
#opc_wrapper .box {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: normal;
}

.bestkit-opc-override .radio-inline {
    margin-right: 2rem;
}
.bestkit-opc-override .form-control-valign,
.bestkit-opc-override .form-control-label,
.bestkit-opc-override .form-control-comment,
.bestkit-opc-override.js-customer-form .col-md-6 {
    width: 100%;
    text-align: left;
}

/* Carrier */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
/* Payment */
.payment-options label {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
}

.payment-nuart-info img{
    display: block;
    margin: 20px auto 10px auto;
}
/* Cart */
#opc_wrapper .product-line-grid {
    display: flex;
}
#opc_wrapper .product-line-grid > div {
    justify-content: center;
    align-items: center;
    display: flex;
}
#opc_wrapper .product-line-grid > div:nth-child(3) {
    justify-content: flex-end;
}
#opc_wrapper .product-line-price {
    text-align: right;
}
#opc_wrapper .cart-overview-label {
    display: block;
    padding-bottom: 2rem;
    border-bottom: 1px solid  black;
}
/* Payment Confirmation */
#opc_wrapper #place_order.btn-primary {
    color: #fff;
    background-color: #54cf59;
    border-color: transparent;
}

/*  ===========
    SEARCH PAGE 
    =========== */

#pagenotfound .page-not-found, #products .page-not-found {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1rem 0;
    font-size: 1rem;
    max-width: auto;
}


/*  =============
    ZONA USUARIOS 
    ============= */

.page-addresses .address, .page-authentication #content,
.page-customer-account #content {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.page-my-account #content .links a:hover,
.page-my-account #content .links a:focus,
.page-my-account #content .links a:active {
    text-decoration: none;
}
.page-my-account #content .links a span.link-item {
    -webkit-box-shadow: none;
            box-shadow: none;
}
#exportDataToPdf,
#exportDataToCsv {
    margin-top: 10px;
}

/*  ===
    CMS 
    === */

.page-content.page-cms {
    padding: 0;
}

/*  ===
    CHECKOUT
    === */

.spam-notice{
    padding-bottom: 20px;
}
.spam-notice p {
    color: #0000ff;
}





/* AJUSTES 2024 */


@media (max-width: 767px) {
    .header-top div.row:first-of-type {
        display: flex;
        flex-direction: row;
    }
    
    .header-top div.row:first-of-type #_desktop_logo {
        width: 30%;
    }

    .header-top div.row:first-of-type #header-banner {
        display: flex;
        gap: 5px;
        flex-direction: row;
    }

    .header-top div.row:first-of-type #header-banner > img {
        width: 50%;
        object-fit: contain;
    }

    /* */

    #js-product-list h5 {
        font-size: 20px;
    }

    /* TEXTOS PRODUCTOS */

    .category_level2 > p:first-of-type {
        display: block;
        height: 20px;
        overflow: hidden;
        margin-bottom: 6px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .category_level2>p.show:first-of-type {
        height: auto !important;
        white-space: break-spaces;
    }

    .category_level2 > p:not(:first-of-type) {
        display: none;
    }

    .category_level2>p.show:not(:first-of-type) {
        display: block !important;
    }

    span.poz-cat-prdt-shw-mr,
    .category_level2 span.poz-cat-prdt-shw-mr {
        display: flex;
        gap: 3px;
        color: #a51735;
        cursor: pointer;
        margin-bottom: 10px;
    }

    span.poz-cat-prdt-shw-mr:after {
        display: block;
        width: 50px;
        height: 20px;
        content: attr(data-view);
        color: #a51735;
    }
}

@media (min-width: 767px) {
    span.poz-cat-prdt-shw-mr,
    .category_level2 span.poz-cat-prdt-shw-mr {
        display: none !important;
    }
}

label.psgdpr_consent_message {
    display: flex;
    flex-direction: row;
}

@media (min-width: 767px) {
    label.psgdpr_consent_message span:first-of-type {
        width: 26px;
        margin-right: 8px;
    }

    body#contact label.psgdpr_consent_message span:first-of-type {
        width: 15px;
    }
}

@media (max-width: 767px) {
    label.psgdpr_consent_message span:first-of-type {
        width: 21px;
        height: 18px;
        margin-right: 8px;
    }
}

#contacto-header .gdpr_consent span.custom-checkbox label.psgdpr_consent_message span:first-of-type {
    width: 19px;
    height: 20px;
}

#contacto-header .gdpr_consent span.custom-checkbox label.psgdpr_consent_message span:first-of-type i.material-icons.rtl-no-flip.checkbox-checked {
    margin: auto;
    font-size: 17px;
    line-height: 17px;
}

#contacto-header .offset-md-3 {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}


/*  HEADER   */

@media (max-width: 767px) {

    header#header .header-nav #top-bar {
        display: flex;
        width: 100%;
    }

    header#header .header-nav #top-bar a#mobile-menu-toggle {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }

    header#header .header-nav #top-bar #_desktop_user_info {
        flex: 1;
    }

    header#header .header-nav #top-bar #_desktop_user_info .user-info > a {
        justify-content: center;
    }

    header#header .header-nav #top-bar #_desktop_contact_link {
        flex: 1;
    }

    header#header .header-nav #top-bar #_mobile_contact_link {
        flex: 1;
    }

    header#header .header-nav #top-bar #_mobile_contact_link > #contact-link > a {
        justify-content: center;
    }

    header#header .header-nav #top-bar #_desktop_cart {
        flex: 1;
    }
    
    header#header .header-nav #top-bar div#_desktop_cart > .blockcart > .header {
        justify-content: center;
    }

    header#header .header-nav #top-bar #search_widget.search-widget {
        flex: 1;
        width: auto;
        margin-bottom: unset !important;
        text-align: center;
    }

    header#header .header-nav #top-bar #search_widget > form {
        position: absolute;
        width: 50%;
        right: 10px;
        /* left: 50px; */
        margin: auto;
    }

    header#header .header-nav #top-bar #search_widget.search-widget form input[type="text"] {
        min-width: 100%;
    }
}

/* 2025 FIX CHECKOUT AND AUTENTICATION */

#authentication #opc_step_my_account #opc_step_my_account_content #opc_personal_information #field_custom_psgdpr > label,
#checkout #wrapper #opc_main #opc_step_my_account #opc_step_my_account_content #opc_personal_information #field_custom_psgdpr > label {
    display: flex;
    gap: 2px;
}

#identity #opc_personal_information #field_custom_psgdpr {
    margin-top: 10px
}

#identity #opc_personal_information #field_custom_psgdpr > label {
    display: flex;
    gap: 2px;
}

body#contact .captcha_contact.form-group.row.required.contact.page_contact.ver17 {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
}

#authentication #opc_step_my_account #opc_step_my_account_content #opc_personal_information #field_custom_captcha,
#checkout #wrapper #opc_main #opc_step_my_account #opc_step_my_account_content #opc_personal_information #field_custom_captcha {
    overflow: hidden !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

#checkout #wrapper #opc_main #opc_step_my_account #opc_step_my_account_content #opc_personal_information #hook-displayCustomerAccountForm .pa-captcha-inf {
    width: 100% !important;
}

#authentication #blockEmailSubscription_displayLeftColumn .custom-checkbox span {
    flex: unset !important;
}

#authentication #blockEmailSubscription_displayLeftColumn .custom-checkbox span:last-of-type > div:last-of-type {
    word-break: break-all;
}

/* 2025 FIX HEADER MENU CART VIEW */

#_desktop_cart .cart-hover-content {
    max-height: calc(100vh - 140px);
}

#_desktop_cart .cart-hover-content > ul {
    overflow: auto;
    max-height: calc(100vh - 250px);
}

#checkout #wrapper #opc_main #opc_cart #cart_body .cart-promo {
    margin-top: 3px !important;
    border-bottom: unset !important;
}

#checkout #wrapper #opc_main #opc_cart #cart_body .cart-promo ul .cart-summary-line {
    margin-bottom: 7px !important;
}

#checkout #wrapper #opc_main #opc_cart #cart_body .cart-promo ul .cart-summary-line a.btn-remove-voucher {
    display: none !important;
}

#checkout #wrapper #opc_main #opc_cart #cart_body .cart-summary-subtotals-container {
    padding-bottom: 0px !important;
}