#header{
    margin-bottom:0px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');


/*Inicio*/
#index .main-contant-wrapper {
    padding: 0px;
}

.product-miniature .product-thumbnail .btn {
    width: 2.75rem !important;
}

.star-full.oh {
    display: none;
}


/*Header*/
.headerbuilder {
    background: white;
}

#header .logo {
    max-width: 140px;
    transition: 0.3s;
}

#header .logo.small {
    max-width: 80px;
}

.header-1 {
    transition: 0.3s;
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-1.small {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

body:not(#index) .header-1 {
    border-bottom: 1px solid #efefef !important;
}

.btn-white {
    background: white !important;
    color: black !important;
    border-color: white !important;
    transition: 0.3s;
}

.btn-white:hover {
    background: transparent !important;
    color: white !important;
}

@media (min-width: 1280px) {
    body .pk-menu-horizontal li.level-1 > a {
        padding: 15px 30px;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
body #header .logo {
    max-width: 140px;
}
}

#customer-form label {
    font-size: 0.8em;
    text-transform: initial;
}

.pk_customlinks.pk_cl {
    text-transform: capitalize;
}

.cart-title {
    font-weight: 600;
    color: black;
    font-size: 15px;     
}

#header .widgets-right .dd_container {
    box-shadow: none;
    border: none;
    background: #f9f9f9;
}

#pattern #header .cart-icon .cart-products-count {
    z-index: 100;
}

#product .banner-top-promo{
    display: none;
}

.banner-top-promo {
    transition: 0.3s;
}

.banner-top-promo.hidden {
    margin-top: -52px;
}

.close-banner-promo {
    position: absolute;
    top: 4px;
    right: 14px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 300;   
}

.close-banner-promo:hover {
    opacity: 0.8;
}

.cta-ofertas {
    display: flex !important;
    justify-content: center !important;
    
}

.cta-ofertas .btn-ofertas a {
    font-family: 'Archivo Narrow';
    font-size: 14px;
    color: #0a0f30 !important;
    padding: 5px 40px;
    border: 1px solid #0a0f30;
    transition: 0.3s;
}

.cta-ofertas .btn-ofertas a:hover {
    background: #0a0f30;
    color: white !important;
}

/*Menu*/

#pk_top_menu .dd_el_hover > .pk-sub-menu {
    padding: 0 20px !important;
    height: auto !important;
}

.pk-menu-horizontal ul li ul li.item-header a {
    font-weight: 400;
    margin: 15px 0;
}

#pk_top_menu {
    background-color: white;
}

.header-1 .row div:nth-child(4) {
    display: none;
}

.menu-contacto, .menu-micuenta {
    display: none !important;
}

.itemtype-blg {
    display: none !important;
}

.menu-item img.menu_cat_preview {
    display: none;
}


/*Popup*/
#newsletter-input-popup {
    outline: 0;
}

#newsletter_block_popup {
    max-width: 320px !important;
}

.popup_text h3 {
    font-size: 36px !important;
    line-height: 35px !important;
    letter-spacing: 0 !important;
    font-weight: 700 !important;
}

#newsletter-input-popup {
    font-family: 'Montserrat';
    font-size: 14px;
}

.send-response {
    line-height: 15px;
}

/*Fancybox*/
.fancybox-overlay {
    background: rgba(255,255,255,0.5) !important;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none !important;
}

.fancyBoxActive:after {
    background: rgba(255,255,255,0.7) !important;
}

/*cookie*/
.cookie-message {
    background-color: rgba(255,255,255,0.9);
    border-top: 1px solid #f3f3f3;    
    font-weight: 300;
    font-size: 14px;
}

.cookie-message > div {
    max-width: 85%;
}

/*Search*/
#search_widget {
    width: 220px;
    position: relative;
}

#search_widget .svgic {
    right: 18px;
    top: calc(50% - 10px);
    opacity: 0.4;
}

#search_widget input[type="text"] {
    font-weight: 300;
    margin-bottom: 3px;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    border-radius: 0;
    padding: 5px 20px;
    color: #8a8a8a;
}

body .pk_search_result {
    z-index: 109;
    position: fixed;
    top: 96px !important;
}

#search_widget:not(.popup_search) .search-no-result {
    color: #c10505;
    background: transparent;
    top: 25px !important;
    font-size: 12px;
}

/*register*/
.pk_register h4 {
    font-weight: 500 !important;
    font-size: 14px !important;
}

/*Pago*/
#checkout #wrapper {
    padding: 30px 0 120px;    
}

#checkout .nav {
    font-size: 1em;
    margin-bottom: 1rem;
}

#checkout .nav a {
    font-weight: 500;
}

#checkout .-reachable h1 {
    margin: 0 0 1.5rem;
}

#checkout h1, #checkout .step-title {
    letter-spacing: 0.1em;
    font-size: 1em;
    font-weight: bold;
}

#checkout .checkout-step-items .content {
    width: 50%;
}

@media (max-width: 1280px) {
    #checkout .checkout-step-items .content {
        width: 80%;
    }
}

#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    background: #18b4ce;
    padding: 7px 13px;
    font-size: 12px;
    line-height: normal;
    color: white !important;
    transition: 0.3s;
}

#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    background: #107a8c;
} 

#checkout .fb_iframe_widget {
    margin-left: 12px;
}

#checkout .checkout-step-items .form-control {
    padding: 0.2rem 0.4rem;
    font-family: 'Montserrat';
    letter-spacing: 0;
    font-size: 0.8em;
}

#checkout .form-control-label {
    padding-top: .5rem;
}

#checkout .checkout-step-items select.form-control:not([size]):not([multiple]) {
        height: auto !important;
}

#checkout #checkout-guest-form form section .form-group:last-child {
    display: none;
}

#checkout #checkout-guest-form form section .custom-checkbox label {
    font-size: 0.7em;
}

#checkout section.checkout-step.-current {
    margin-bottom: 30px;    
}

#checkout .checkout-step-items .btn-primary {
    padding: 0.6em 2em;
}

#checkout #delivery-address section.form-fields div.form-group.row:nth-child(6) {
    display: none;
}

#checkout-delivery-step {
    display: none;
}

#payment-option-1-additional-information {
    display: block !important;
}

#js-checkout-summary .ts_shoppingcart:last-child {
    display: none;
}

.create-account-links {
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: none;
    font-size: 1em;
}

.create-account-links .text-main {
    font-weight: 500;   
}

.forgot-password a {
    color: lightgray;
    font-size: 15px;
    text-decoration: underline;
}

#payment-option-1-container > label > span, #payment-option-1-additional-information .title-checkout, #payment-option-1-additional-information .frame-tarjetas {
    display: none;
}

#payment-option-1-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#payment-option-1-additional-information .redirect-frame {
    padding: 24px 0 5px;
    margin-bottom: 20px;
}

.shopping_cart {
    width: 450px;
}

.form-group {
    margin-bottom: 1rem;
}

.cart-summary-line .value {
    font-weight: 500;
}

#js-checkout-summary .cart-summary-totals > div:last-child{
    display: none;
}

.cart-total i{
    font-style: normal;
    font-weight: 600;
}

.header_logo h1{
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

.cart-detailed-totals {
    padding: 2.5em;
}

.cart-detailed-totals .cart-summary-line h6{
    font-size: 0.9em;
    font-weight: 600;
    font-style: normal;
}

.cart-detailed-totals .card-block .label{
    font-size: 0.9em;
}

.price {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
}

#blockcart-modal i{
    font-style: normal;
    font-weight: 600;
}

#customer-form label em {
    display: inline-block;
    padding-top: 7px;
    font-size: 12px;
    color: #b7b7b7;
    font-style: normal;
}

#js-checkout-summary .svgic {
    vertical-align: middle;
}

#js-checkout-summary .remove-product .svgic {
    vertical-align: middle;
    height: 13px;
    width: 13px;
}

#customer-form label {
    font-size: 0.8em;
    line-height: 1.2em;
}

.label, label {
    color: #414141;
    font-size: 0.95rem;
}

.order-options {
    padding-top: 20px;
}

.carrier-name {
    font-weight: 600;
}

#conditions-to-approve .custom-checkbox{
    display: none;
}

/*#delivery-address .form-fields div:nth-child(8) {
    display: none;
}*/

@media (min-width: 992px) {
    #cart #main > .cart-grid {
        display: flex;
    }
    #cart #main > .cart-grid .cart-grid-body {
        flex-grow: 1;
    }
    #cart #main > .cart-grid .cart-grid-right {
        min-width: 400px;
    }
}

/*Instagram*/
.box-instagram .row.clearfix .col-xl-12.col-lg-4.col-sm-6.col-xs-12 {
    padding: 0;
}

#instafeed_middle .smooth02.pk-nav{
    display:none;
}

/*Blog*/
.widget-blogposts {
    display: none; 
}

.simpleblog__featuredProducts .star-full.oh {
    display: none;
}

.simpleblog__addComment__form {
    box-shadow: none !important;
    background: #f7f7f7 !important;
    padding: 3rem !important;
}

.simpleblog__addComment {
    margin-bottom: 0 !important;
}

.simpleblog__comments > ul {
    box-shadow: none !important;
}

#content-wrapper-blog h1.h1{
    font-size: 50px;
    line-height: 51px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-weight: 100;
}

#module-ph_simpleblog-single #left-column {
    display: none;
}

.widget-blogposts .smooth02.pk-nav{
    display:none;
}

.blog-headline a {
    font-size: 25px;
    line-height: 24px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-weight: 100;
}


/*Productos*/
.plist_attribute_images {
    margin: 0 !important;
}

.highlighted-informations {
    display: none;    
}

.plist_attribute_images .color_pick span {
    width: 11px !important;
    height: 11px !important;
    border-radius: 12px !important;
}

.plist_attribute_images .color_pick {
    height: 8px !important;
    width: 8px !important;
    border: none !important;
}

.product-flags li {
    margin-bottom: 6px;
}

.product-miniature .product-flags li.on-sale {
    background-color: #e01717;
}

.product-info-section h1 {
    margin: 0 0 10px 0;
    font-size: 27px;
    color: #373737;
    text-transform: uppercase;
    font-weight: 700;
}

.product-cover img, .product-thumbnail img{
    background: #d1d2d7;
}

.block-categories {
    display: none;
}

.regular-price {
    font-size: 18px;  
    font-family: 'Roboto';
    color: #989898;
    font-style: normal;
}

@media (min-width: 1600px) {
    .product-page-col > .col-md-6:last-child {
        padding-top: 0;
    }
}

.blockreassurance_product p.block-title {
    margin: 0;
}

.tabs-container {
    background: #fbfbfb;
    padding: 90px;
    width: 80%;
    margin-top: 4rem;
    margin-left: 10%;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    word-break: break-word;
}

#contact .contact-page {
    display: flex;
    justify-content: center;
    text-align: center;
}

.product-id-category-15 .hookDisplayGuide {
    display: none;
}

/*CMS*/

#cms #content-wrapper h1{
    color: black;
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
    margin-top: 0;
}

#cms .content-cms-wrapper h2 {
    font-weight: 500;
    color: black;
}

#cms .content-cms-wrapper a {
    color: #069ac7;
}

#cms .content-cms-wrapper a:hover {
    opacity: 0.6;
}

#cms .content-cms-wrapper ul{
    list-style-position: outside;
    padding-left: 40px;
}

.content-cms-wrapper {
    font-size: 1rem;
    line-height: 1.3;
}


/*Countdown*/
.countdown {
    width: calc(100% - 58px);
}
.countdown > div {
    background: white;
    padding: 10px 5px 5px 7px;
}

.countdown > div i {
    font-size: 1.4em;
}

.countdown > div span {
    font-size: 9px;
}

/*Comparar*/
#module-pk_compare-compare .star-full.oh{
    display: none;
}


/*Categorias*/
.main-contant-wrapper {
    padding: 0 0 50px;
}

/*Size chart*/
#pksizeguide {
    box-shadow: none !important;
    max-height: 70% !important;
}

/*Comparar*/
#product_comparison .sale-box {
    padding: 5px 10px;
    width: auto;
}
#product_comparison .sale-label {
    font-size: 13px;
    font-weight: 600;
}

/* MercadoPago*/
.title-checkout{
    padding: 0 16px;
    font-size: 19px;
    font-weight: 400;
    color: black;
}

.subtitle-checkout {
    font-family: 'Montserrat' !important;
    font-size: 16px;
    text-transform: initial;
}

.redirect-frame p {
    padding-top: 0px !important;
    font-family: 'Montserrat' !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.frame-tarjetas {
    display: none;
}

.payment-options {
    padding-bottom: 20px;
}

/*Footer*/
.contat-info-footer > .widget-html {
    margin-bottom: 20px !important;
}

/*Nosotros*/
#cms.cms-id-6 .page-header {
    display: none;
}

#cms.cms-id-6 .page-width.main-content{
    max-width: none;
    width: 100%;
}

#cms.cms-id-6 .page-width.main-content #wrapper{
    padding: 0;
}

#cms.cms-id-6 .page-width.main-content #wrapper .content-cms-wrapper > .row .formbuilder_group:first-child {
    display: none;
}

#cms.cms-id-6 .page-width.main-content #wrapper .content-cms-wrapper > .row{
    margin: 0;
}

#cms.cms-id-6 .page-width.main-content #wrapper h2{
    font-size: 40px;
    font-family: 'Playfair Display', serif;
}

#cms.cms-id-6 .page-width.main-content #wrapper h2::after {
    content: "";
    background: black;
    width: 60px;
    height: 1px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
}

#cms.cms-id-6 .page-width.main-content #wrapper h4{
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    font-weight: 100;
}

#cms.cms-id-6 .page-width.main-content #wrapper .formbuilder_group .itemfield_wp .itemfield{
    padding-right: 0px;
    padding-left: 0px;
}

#cms.cms-id-6 .page-width.main-content #wrapper .imageblock_description h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-weight: 100;
    color: #444444;
    margin-bottom: 0;
}

#cms.cms-id-6 .page-width.main-content #wrapper p {
    font-size: 15px;
    line-height: 21px;
}

#cms.cms-id-6 .page-width.main-content #wrapper .hashtag {
    font-weight: 900;
    font-size: 100px;
    line-height: 1;
    display: flex;
    justify-content: center;
    margin: 0;
    color: #cacaca;
    font-family: 'Pacifico', cursive;
}

#cms.cms-id-6 .page-width.main-content #wrapper .html_box {
    padding: 60px 250px;
    padding-top: 30px;
}

#cms.cms-id-6 .page-width.main-content #wrapper .imageblock_layout1 .imageblock_description {
    padding: 100px 250px;
}

#cms.cms-id-6 .page-width.main-content #wrapper .imageblock_layout1 .imageblock_description h2, #cms.cms-id-6 .page-width.main-content #wrapper .imageblock_layout1 .imageblock_description{
    color: white;
}

#cms.cms-id-6 .page-width.main-content #wrapper .imageblock_layout1 .imageblock_description h2::after {
    background: white;
}

#cms .page-cms-6 .imageblock_layout2 {
    padding: 0px;
}

#cms .page-cms-6 .imageblock_layout2 .imageblock_description {
    padding: 0 5px;
}

#cms .page-cms-6 .imageblock_image img{
    opacity: 0.3;
    transition: 0.3s;
    filter: grayscale(1);
}

#cms .page-cms-6 .imageblock_image img:hover {
    opacity: 1;
    filter: grayscale(0);
}

#cms .page-cms-6 .formbuilder_group_break {
    margin-bottom: 10px !important;
}

/*Ventas institucionales*/
#cms.cms-id-7 .page-header {
    display: none;
}

#cms.cms-id-7 .page-width.main-content{
    max-width: none;
    width: 100%;
}

#cms.cms-id-7 .page-width.main-content #wrapper{
    padding: 0;
}

#cms.cms-id-7 .page-width.main-content #wrapper .formbuilder_group:nth-child(1) {
    display: none;
}

#cms.cms-id-7 .page-width.main-content #wrapper .content-cms-wrapper > .row{
    margin: 0;
}

#cms.cms-id-7 .page-width.main-content #wrapper .itemfield {
    padding-right: 0;
    padding-left: 0;
}

#gformcms_64 .html_box {
    text-align: center !important;
}

#cms.cms-id-7 .page-width.main-content #wrapper h4.module-title {
    padding: 0 20px 10px 20px;
    border-bottom: 2px solid #444;
    display: inline-block;
}

#cms.cms-id-7 .page-width.main-content #wrapper .imageblock_layout2 {
    padding: 0;
}

#cms.cms-id-7 .page-width.main-content #wrapper .html_box {
    padding: 20px 30px;
    padding-right: 80px;   
    text-align: left;
}

#cms.cms-id-7 .page-width.main-content #wrapper .formbuilder_group:nth-child(5) .html_box {
    padding: 20px 30px;
    padding-left: 80px;
    text-align: right;
}

#cms.cms-id-7 .formbuilder_group_break {
    margin-bottom: 60px !important;
}

#cms.cms-id-7 .page-width.main-content #wrapper h2{
    font-size: 34px;
    font-family: 'Playfair Display', serif;
}

#cms.cms-id-7 .page-width.main-content #wrapper .small {
    font-size: 12px;
}


/*Order Confirmation*/

#order-confirmation #content-hook-order-confirmation-footer{
    display: none;
}

#order-confirmation .order-details-space {
    list-style: none;
    font-size: 16px;
}


/*Guest tracking*/

#guest-tracking {
    font-size: 15px;
}

#guest-tracking #main {
    width: 60%;
    margin-left: 20%;
    text-align: center;
}

#guest-tracking #main ul {
    list-style: none;
}

#guest-tracking #main .page-header{
    margin-bottom: 5rem;
}

#guest-tracking #main .page-header h1{
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    text-align: center;
}

#guest-tracking #main #order-infos{
    text-align: left;
}

#guest-tracking #main #order-history h3{
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 50px;
}

#guest-tracking .table-labeled .label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    padding: .25rem .8rem;
}

#guest-tracking #delivery-address h4, #guest-tracking #invoice-address h4 {
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
}

#guest-tracking #delivery-address address, #guest-tracking #invoice-address address{
    font-style: normal;
}

#guest-tracking #main .addresses{
    margin-bottom: 100px;
}

#guest-tracking #content form ul{
    margin-bottom: 30px;
}

/*Contacto*/

.contact-page-footer p {
    font-size: 0.75em;
}


@media (max-width: 991px) {
    #cms.cms-id-6 .page-width.main-content #wrapper .html_box {
        padding: 60px 20px;
        padding-top: 10px;
    }
    #cms.cms-id-6 .page-width.main-content #wrapper .imageblock_layout1 .imageblock_description {
        padding: 60px 30px;
    }
    #pattern .footer-main {
        padding: 0;
    }
    .texto-promo-banner {
        display: none;
    }
    .hecho-col {
        display: none;
    }
    .banner-top-promo .pk-widget.widget-html {
        margin: 0; 
    }
    #header .pk-widget {
        width: auto !important;
        margin: 0;
    }
    .col-inner.text-uppercase.relative.widgets-right.widgets-row {
        justify-content: center;
    }
    .module-title {
        margin: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
    .module-title span {
        padding: 0 !important;
        border-bottom: none !important;
    }
    .desc-item-01 {
        padding: 20px !important;
        text-align: center;
        border: none !important;
    }
    .box-instagram {
        display: none;
    }
    footer .pts-container-wrap {
        padding-bottom: 1px !important;
        padding-top: 50px !important; 
    }
    .countdown {
        width: calc(100% - 35px);
    }
    .txt-block-text {
        right: 30px;
    }
    .txt-subtitle {
        font-size: 20px;
    }
    .txt-title {
        font-size: 35px;
    }
    .simpleblog__postInfo ul li {
        width: auto !important;
        margin-left: 14px;
    }
    #content-wrapper-blog h1.h1 {
        font-size: 35px;
        line-height: 40px;
    }
    #product .content-wrapper .product-page-col.page-width {
        width: 100%;
    }
    .tabs-container {
        padding: 20px;
        width: 100%;
        margin-top: 2rem;
        margin-left: 0%;
    }
    .contact-page-footer {
        margin-top: 50px;
        text-align: center;
    }
    .contact-page h3 {
        text-align: center;
    }
    #contact #main {
        margin-bottom: 0;
    }
    .form-footer, #footer, .widget-newsletter p {
        text-align: center;
    }
    .widget-prestalinks .module-title, .widget-prestalinks .nav-links, .footer-main h4 {
        text-align: center !important
    }
    .socialnetworks_menu {
        justify-content: center !important;
    }
    #footer .tb-sect {
        justify-content: center;
    }
    .close-banner-promo {
        display:none;   
    }
    #left-column {
        margin-top: 40px;
    }
    #cms.cms-id-7 .page-width.main-content #wrapper .html_box {
        padding: 20px !important;
        text-align: center !important;
    }
    #cms.cms-id-7 .page-width.main-content #wrapper h4.module-title {
        border-bottom: none;
    }
    .cms-id-7 #content .content-cms-wrapper > .row div:nth-child(3) > .itemfield_wp, .cms-id-7 #content .content-cms-wrapper > .row div:nth-child(7) > .itemfield_wp {
        display: flex;
        flex-direction: column;
    }
    #gformcms_52, #gformcms_56 {
        order: 2;
    }
    #cms.cms-id-7 .formbuilder_group_break {
        margin-bottom: 0px !important;
    }
    .slpwf {
        display: none;
    }
    #index .text-block {
        display: none;
    }
    .header-1 .row-level-1 .row {
        display: flex;
    }
    .pts-container-wrap.p-0 {
        margin-bottom: 35px !important;
    }
    .headerbuilder.header-border-bottom {
        background: #f9f9f9;
    }
    #header #search_widget input[type="text"] {
        background: #f9f9f9;
    }
    
    .pts-container-wrap.header-1 {
        padding: 12px !important;
    }
    
    .banner-top-promo{
        padding: 6px !important;
    }
    .banner-top-promo .widget-html a {
        color: white !important;
        background: transparent !important;
        border: none !important;
        font-size: 16px;
    }
    
    /*Header*/
    .header-border-bottom {
        display:none;
    }
    .header-1 .header_logo {
        margin: 0;
    }
    .header-1 .page-width .row-level-1{
        padding: 0;
    }
    .header-1 .row div:nth-child(3) {
        display: none;
    }
    .header-1 .row div:nth-child(4) {
        display: block;
    }
    .header-1 .row div:nth-child(4) .header.dd_el {
        display: flex;
        justify-content: flex-end;
    }
    .header-1 .row div:nth-child(4) .cart-title{
        display: none;
    }
    .header-1 .row div:nth-child(4) a{
        display: inline-block;
    }
    .header-1 #pk_top_menu {
        justify-content: right;
    }
    .header-1 .icon_menu {
        margin: inherit;
    }
    .header-border-bottom .widgets-row div:nth-child(2){
        display: none;
    }
    .shopping_cart.dd_container {
        display: none !important;
    }
    #top-menu {
        width: 100vw !important;
        left: -21px !important;
        box-shadow: none !important;
    }
    .menu-contacto, .menu-micuenta {
        display: block !important;
    }
    
    /*Nosotros*/
    #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(6) .itemfield_wp .itemfield, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(8) .itemfield_wp .itemfield, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(10) .itemfield_wp .itemfield, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(12) .itemfield_wp .itemfield, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(14) .itemfield_wp .itemfield {
        height: 270px;
    }
    
    #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(6) .imageblock_description h3, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(8) .imageblock_description h3, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(10) .imageblock_description h3, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(12) .imageblock_description h3, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(14) .imageblock_description h3 {
            font-size: 18px !important;
            line-height: 18px !important;
            margin: 0;
    }
    
    #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(6) p, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(8) p, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(10) p, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(12) p, #cms.cms-id-6 .content-cms-wrapper > .row div:nth-child(14) p  {
        font-size: 13px !important;
        line-height: 16px !important;
        margin: 5px 0;
    }
    
    .imageblock_layout1 {
        background-attachment: initial !important;
    }
    
    /*guest tracking*/
    #guest-tracking #main {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }
    
    
    .products-sort-order, .sort-by-row .select-title, .products-selection .sort-by-row, .products-sort-order .select-title {
        width: 100% !important;
    }
    
   .products-sort-order, .sort-by-row .select-title, .products-selection .sort-by-row, .products-sort-order .select-title.perpage-selector.ellipsis {
        max-width: 100% !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}



.itemtype-elm{
    display:none !important;
}

.itemtype-pag{
    display:none !important;
}


.pk-cookie-bar.cookie-message.w-100.smooth05 {
    color: #000 !important;
}


.edit-cat-catl h4.widget-pklinks-title {
    display: none !important;
}

.edit-cat-catl svg.svgic:nth-child(2) {
    display: none !important;
}

.edit-cat-catl h2.module-title {
    color: #54595f !important;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 28px;
}

.add.flex-container.align-items-center {
    margin-left: 20px;
}


.title-nosotros h2 {
    color: #fff !important;
}

.pk-grid {
    display: flex;
}

.checkout-step-items.flex-grow1 {
    padding: 0px 20px 0px 30px;
}

.block-category.relative {
    margin-top: 20px;
}

.slide-text-sup .slick-slide-image {
  display: none !important;
}

.cart-edit-sum{
    flex-direction: row;
    justify-content: space-between;
}
.cart-edit-sum span.value{
    text-align:end;
}

/*   */
.pk_popup_flex.relative.flex-container.align-items-center.w100.h-100.text-left {
    text-align: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    color: #fff !important;
}

.popup_text h3{
    color:#fff;
}

.newsletter-form-info{
    color:#fff;
}

.newsletter-form-info .custom-checkbox .psgdpr_consent_message {
    color: #fff !important;
}

.newsletter-form-info .custom-checkbox .psgdpr_consent_message a{
    color:#fff;
}