/*TEXTO COLOR NEGRO TODA LA WEB*/

/*Páginas de Categorias*/
@media (min-width: 1600px){
    .products-selection > * {
    margin-right: 0px;
    }
}
.page-category .main-content{
    margin-top:40px !important;
}
.product_list_top{
    display:none;
}
#category #main-content > .page-width, #category .breadcrumb{
    max-width:1520px;
}
@media(max-width:775px){
    .product-miniature .product-description .product-title{
        line-height:20px !important;
    }

    #main-content #products.view_grid .product_list .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
        position: sticky;
    }
    .page-category  #wrapper{
        border-top:solid 1px #afcb5d;
        padding-top:20px;
    }
}
/*Home*/
/*Quitar boton Whats News*/
.pkfp-wn{
    display:none;
}
/*Imagenes categorias efecto*/
.backgroundImageScale{
    transition: all 1.2s ease-in-out !important;
}
.backgroundImageScale > div{
    transition: all .5s ease-in-out !important;
}
.backgroundImageScale:hover > div{
    transform: scale(.8);
    cursor:pointer;
}

/*Menu Principal*/

#top-menu .level-1:hover > a > span{
    color:#101494;
}

@media (max-width:775px){
    .pk-menu-horizontal li.level-1{
        padding:7px;
    }
    .elementor-element-7c2ce53{
        width:25% !important;
    }
    .pk-menu-horizontal .icon_menu svg{
        border: solid 3px #afcb5d;
    }
}

/*single Product */
body:not(#index) #main-content{
    padding:0;
}
#product #main{
    margin-bottom:0;
}
@media (min-width: 1600px){
.product-information {
    margin-right: 0;
}
}
#header .page-width, #footer .page-width, #main-content .page-width, body .elementor-section.elementor-section-boxed > .elementor-container{
    width:100%;
}
#product #group_1{
    border-radius:10px;
}
#product .product-comment-list-item:last-child{
    text-align:left;
}
#product #main-content #wrapper .products-carousel{
    margin-top:0;
}
#product #main .products-carousel{
    padding:0;
}
#product #main-content #main .product-comments{
    margin:10px;
}
#product #main .module-title{
    text-align:left;
}
#product .short-desc{
    margin-bottom:10px;
}

#product .add{
    margin-left:25px;
    
}
#product .add button{
    border-radius:4px;
    background-color:#101494;
    border:none !important;
    color:#ffffff;
    transition:opacity .2s ease-in-out;
    height:46px;
    font-size:15px;
}
#product .add button:hover{
    opacity:0.8;
}
#product .short-desc p, #product .short-desc h2 {
    color:#000000;
    font-family:"Montserrat";
    text-align:justify;
     margin-bottom:0;
}
#product h1{
    font-family:"Montserrat";
    color:#101494;
    font-size:35px;
    margin-bottom:0;
}
#product .current-price .normal-price{
    font-size:26px;
    font-weight:600;
    font-family:"Montserrat";
    color:#101494;
}
#product .elementor-widget-pkproductbuy > .elementor-widget-container{
    background-color:transparent;
}
#product .tax-shipping-delivery-label{
    color:#000000;
    font-weight:400;
}
#product-images-cont > .product-cover{
    border:1px solid #f4f4f4;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:20px;
}
#product-images-cont > .pk-ce-widget-wrapper .slick-slide .thumb-container{
    border:1px solid #f4f4f4;
    border-radius:15px;
    overflow:hidden;
    padding:10px;
}
@media(max-width:775px){
    .elementor-element-dbfb4e7 p{
        margin-bottom:1em;
    }
    .product-comments h4, #product .products-carousel h4{
        display:none;
    }
}
/*Footer*/

/*Grid product home*/

.pk-ce-widget .product-title {
    font-family:"poppins";
    color:#ff6600;
    font-size:20px;
    text-align:center;
    line-height:20px;
    max-width:100% !important;
}
.pk-ce-widget .price{
    font-family:"Monstserrat";
    color:#000000;
    font-size:16px;
    text-align:center;
}
.product-price-and-shipping, .grade-stars-container{
    justify-content:center;
}
.product-brand{
    text-align:center;
}
.product-miniature .product-description .product-title{
    text-align: center;
    max-width: 100%;
}
@media (max-width:775px){
    .pk-ce-widget .product-title{
     line-height:20px;
    }
}
/*Página Quienes somos*/
.cms-id-6 ul li h5{
    display:inline !important;
}

/*Fix elementor p element margins*/
.elementor-widget-container .elementor-text-editor p:first-child{
    margin-top:0;
}
.elementor-widget-container .elementor-text-editor p:last-child{
    margin-bottom:0;
}
/*===============================*/


/*Top bar styles*/
.topBarPhone a{
    color:#ffffff;
}
/*==============*/

/*Cart image*/
.pk-el-cart .tab-content .payment-methods-img{
    display:none;
}
/*==========*/

/*AccessibilityWidget styles*/
#accessibilityWidget{
    position:fixed;
    font-size:16px !important;
    line-height:1.4;
    z-index:9999;
    top:100px;
    width:180px;
    left:-180px;
    transition:left .2s ease-in-out;
}
/*Ajuste movil de logo acccesibilidad*/
@media(max-width:775px){
    #accessibilityWidget{
        position:fixed;
    font-size:16px !important;
    line-height:1.4;
    z-index:9999;
    top:50px;
    width:180px;
    left:-180px;
    transition:left .2s ease-in-out;
    }
    
}
#accessibilityWidget.open{
    left:0;
}
    #accessibilityWidget .widgetToggle{
        display:block;
        position:absolute;
        width:50px;
        height:50px;
        background-color:#101494;
        right: -50px;
    }
        #accessibilityWidget .widgetToggle a{
            width:100%;
            height:100%;
            display:flex;
            justify-content:center;
            align-items:center;
        }
            #accessibilityWidget .widgetToggle a svg{
                width:75%;
                height:75%;
            }
    #accessibilityWidget .widgetOptionsCont{
        background-color: #ffffff;
        border: solid #101494 1px;
        box-sizing: border-box;
    }
        #accessibilityWidget .widgetOptionsCont p{
            font-size:16px;
            font-weight:bold;
            padding: 15px 15px 0 15px;
        }
            .widgetOptionsList .widgetOptionsListItem{
                list-style:none;
                padding:15px;
                transition:background-color .2s ease-in-out;
            }
            .widgetOptionsList .widgetOptionsListItem.active{
                background-color:#101494;
            }
                .widgetOptionsList .widgetOptionsListItem.active > a{
                    color:#ffffff !important;
                }
                .widgetOptionsList .widgetOptionsListItem .widgetOptionText{
                    font-size:14px;
                    padding-left:5px;
                }
/*=====================================*/

/*Product page styles*/
#product #quantity_wanted{
    border-radius:10px 0 0 10px;
    border-color:#ebebeb;
}
#product .product-quantity .input-group-btn-vertical .btn{
    border-color:#ebebeb;
}
#product .product-quantity .input-group-btn-vertical .btn:first-child{
    border-radius:0 10px 0 0;
}
#product .product-quantity .input-group-btn-vertical .btn:last-child{
    border-radius:0 0 10px 0;
}
/*===================*/

/*Product description styles*/
#product #main > div > div > div > section:nth-child(2) .short-desc h3{
    font-size:24px;
    color:#101494;
}
#product #main > div > div > div > section:nth-child(2) .short-desc h3 strong{
    font-weight:400;
}
#product #main > div > div > div > section:nth-child(2) .short-desc h1{
    font-size:24px;
    color:#101494;
}
#product #main > div > div > div > section:nth-child(2) .short-desc h1 strong{
    font-weight:400;
}
#product #main > div > div > div > section:nth-child(3) h3{
    font-size:24px;
    color:#101494;
}
#product #main > div > div > div > section:nth-child(3) h3 strong{
    font-weight:400;
    color:#101494;
}
#product #main > div > div > div > section:nth-child(3) h2{
    font-size:24px;
    color:#101494;
}
#product #main > div > div > div > section:nth-child(3) h2 strong{
    font-weight:400;
    color:#101494;
}
#product #main > div > div > div > section:nth-child(3) p em{
    color:#101494;
}
#product #main > div > div > div > section:nth-child(3) a{
    color:#101494;
}
#product #main > div > div > div > section:nth-child(3) a span{
    color:#101494 !important;
}
#product #main > div > div > div > section:nth-child(3) ul{
    padding-top:20px;
    padding-left:40px;
    list-style:none;
}
#product #main > div > div > div > section:nth-child(3) ul li:before{
    display:block;
    position:absolute;
    content:"";
    width:8px;
    height:8px;
    margin-left:-16px;
    margin-top:7px;
    background-color:#101494;
    border-radius:50%;
}
#product #main > div > div > div > section:nth-child(3) ul li > .content_sortPagiBar{
    display:inline;
    margin:0;
    padding:0;
}
#product #main > div > div > div > section:nth-child(3) p span{
    background-color:transparent !important;
}
/*==========================*/

/*Hidde product image zoom div*/
#product #main > div > div > div > section:nth-child(2) #product-images-cont > .product-cover > .smooth05{
    display:none;
}
#product #main > div > div > div > section:nth-child(2) #product-images-cont > .product-cover img{
    cursor:default;
}
/*============================*/

/*Pages title style*/
.authentication-page h2, .page-header h1 {
    text-transform:inherit !important;
}
/*=================*/

/*Page link styles*/
.page-cms #main-content a{
    color:#101494 !important;
    text-decoration:none;
}
.page-cms a:hover strong{
    text-decoration:underline !important;
}
.page-cms #main-content .elementor-button-wrapper .elementor-button-text{
    color:#ffffff !important;
}
#description p > span > a > span > em > strong{
    text-decoration:none;
}
#description p > span > a:hover > span > em > strong{
    text-decoration:underline !important;
}
#description ul > li > span{
    text-decoration:none !important;
}
#description ul > li > .content_sortPagiBar > span{
    text-decoration:none !important;
}
#description ul > li > span > a:hover{
    text-decoration:underline !important;
}
#description ul > li > .content_sortPagiBar > span > a:hover{
    text-decoration:underline !important;
}
.page-cms a:hover{
    text-decoration:underline !important;
}
#attachments a:hover{
    text-decoration:underline !important;
}
#tab-10 a:hover{
    text-decoration:underline !important;
}
#tab-11 a:hover{
    text-decoration:underline !important;
}
.page-product #main-content .short-desc a{
    color:#101494;
}
.page-product #main-content .short-desc a:hover{
    text-decoration:underline !important;
}
/*================*/

/*Module product variants styles*/
#add-to-cart-or-refresh .product-variants{
    background-color:#efeffd;
    padding:10px;
    box-sizing:border-box;
    border-radius:10px;
}
/*==============================*/

/*Category text styles*/
.category-desc-wrap h1{
    color:#000000;
    font-weight:600;
}
.block-category #category-description *{
    font-size:16px;
    font-family:"Raleway", sans-serif;
    color:#000000 !important;
}
.block-category #category-description h2{
    font-size:27px;
    font-family:"Montserrat", sans-serif;
    color:#101494 !important;
}
/*====================*/

/*Image rendering*/
img{
    image-rendering:auto !important;
}
/*===============*/

#description .product-description p{
    padding-bottom:10px;
}
.page-product #content-wrapper #main > div > div > div > section:nth-child(3) .tabs-container .tabs .nav-tabs{
    border-bottom:solid #101494 2px;
    align-items: self-end;
}
.page-product #content-wrapper #main > div > div > div > section:nth-child(3) .tabs-container .tabs .nav-tabs .nav-item:before{
    display:none;
}
.page-product #content-wrapper #main > div > div > div > section:nth-child(3) .tabs-container .tabs .nav-tabs .nav-link{
    border-radius:4px 4px 0 0;
}
.page-product #content-wrapper #main > div > div > div > section:nth-child(3) .tabs-container .tabs .nav-tabs .nav-link.active{
    border:none;
    background-color:#101494;
    color:#ffffff;
}
.page-product #content-wrapper #main > div > div > div > section:nth-child(3) .tabs-container .tabs .nav-tabs .nav-link.active h5{
    color:#ffffff;
}

/*Product category width*/
#category #main-content > .page-width, #category .breadcrumb {
    max-width:1170px;
}
/*======================*/

/*Featured discounts*/
.cart-voucher > .promo-discounts, #display_cart_vouchers > .js-discount{
    border-radius:4px;
    border:solid #101494 1px;
    box-shadow:0 3px 3px rgba(56,65,74,0.1);
}
#display_cart_vouchers > .js-discount{
    padding-top:12px;
}
.cart-voucher > .promo-discounts span.label, #display_cart_vouchers > .js-discount .cart-summary-line{
    color:#101494 !important;
    font-weight:500;
}
.cart-voucher > .promo-discounts span.code, #display_cart_vouchers > .js-discount span.code{
    font-weight:700;
}
/*==================*/

/*Mega Menu Styles*/
#top-menu > li > .pk-sub-menu{
    background-color:rgba(255,255,255,0.85);
    backdrop-filter:blur(4px);
}
/*================*/

/*whatssap ocultado*/
.pk-fixed-bottom-left {
    left: 20px;
    right: auto;
    display: none;
}
/*================*/

/*color barra categorias escritorio*/

@media (min-width: 1280px) {
    #left-column {
        width: 18%;
        /* padding-left: 15px; */
        /* padding-right: 30px; */
        background-color: whitesmoke;
        padding: 20px;
        border-radius: 10px;
    }
}
/*================*/

/*Fix buttons espacios*/
.page-cms #main-content .buttonEspaciosBlue a .elementor-button-text{
    text-decoration:none;
}
.page-cms #main-content .buttonEspaciosBlue a:hover .elementor-button-text{
    color:#101494 !important;
    text-decoration:none !important;
}
.page-cms #main-content .buttonEspaciosWhite a .elementor-button-text{
    color:#101494 !important;
    text-decoration:none;
}
.page-cms #main-content .buttonEspaciosWhite a:hover .elementor-button-text{
    color:#ffffff !important;
    text-decoration:none !important;
}
/*====================*/

/*Ajustes Banner cookies*/
#termsfeed-com---nb .cc-nb-okagree{
    background-color:#eaeaea;
    color:#000000;
    
}
/*====================*/

#product-availability .text-danger1{
    display:none;
}
/*==========*/

/*Resaltar aviso checkout*/
#div_onepagecheckoutps_info p{
    background-color:#ff5800;
    color:#ffffff;
    padding:20px 40px;
    text-align:center;
    border-radius:4px;
    font-weight:600;
}
/*=======================*/

/*Fix product visualization*/
#product button.add-to-cart{
    padding:10px;
}
/*=========================*/