/* 
Theme Name: Club TRS PARTES
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jose García
Author URI: https://grupogo.com.co/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#wp-admin-bar-root-default {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem !important;
}
html {
  scroll-behavior: smooth;
}

a.woocommerce-product-gallery__trigger,
span.woocommerce-Price-currencySymbol{
    display: none;
}
.home .titulo,
.home .tit-header,
.home .tit-header.header-tit{
    display: none;
}



/*- - - H O M E - - - /*/
@media only screen and (min-width: 768px){
    .wl .wl-ssl-product-img,
    .wl .wl-ssl-product-details {
        width: 100% !important;
        display: block !important;
    }
}
/*---- CAPACITACIONES FLIPPER ---*/
.elementor-flip-box__layer__overlay {
    display: block !important;
}


.home-eventos-dias a.elementor-post__read-more {
    background: #fff !important;
    color: #022c7a !important;
}
.home-eventos-dias a.elementor-post__read-more:hover {
    background-color: #ffab00 !important;
    color: #012d7f !important;
}
/*--- - remate ---*/
.home-remate li.product_tag-remate.product_tag-venta-en-linea {
    background: #fff;
    padding: 25px !important;
    border-radius: 15px;
}
.home-remate .woocommerce ul.products li.product,
.home-novedades .woocommerce ul.products li.product  {
    margin: 0 1.5% 0em 0;
}
.home-remate .elementor-countdown-digits {
    font-size: 30px !important;
}

.add_to_cart_button,
.woocommerce ul.products li.product .button {
    color: #132a36 !important;
    background-color: #fff !important;
    border: 1px solid #132a36 !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    font-size: 13px;
    padding: 10px 20px;
}


/*-- HOME PROMOS --*/
.home-producto-promocion .elementor-cta__bg.elementor-bg{
    margin-top: 20px;
}
.home-producto-promocion s{
    color: red;
}
.home-producto-promocion h4.elementor-cta__title.elementor-cta__content-item.elementor-content-item {
    width: 80%;
}
@media only screen and (max-width: 600px) {
    .home-producto-promocion .elementor-cta__bg.elementor-bg{
        margin-top: 20px;
        margin-right: 20px;
        max-width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: inherit;
    }
}
/*-- HOME PRODUCTO ---*/
.producto-home-categoria.elementor-widget-woocommerce-product-meta{
}

.producto-home-categoria.elementor-widget-woocommerce-product-meta span.detail-label{
    display: none;
}
.producto-home-categoria.elementor-widget-woocommerce-product-meta span.detail-content {
    background: #1b9dd9;
    padding: 2px 8px 4px 8px;
    border-radius: 15px;
    color: #fff !important;
}

.product_cat-utiles .producto-home-categoria.elementor-widget-woocommerce-product-meta span.detail-content {
    background: #d9019a;
}
.product_cat-tecnologia .producto-home-categoria.elementor-widget-woocommerce-product-meta span.detail-content {
    background: #2cbdb7;
}
.product_cat-entretenimiento .producto-home-categoria.elementor-widget-woocommerce-product-meta span.detail-content {
    background: #d9a21b;
}
/*-- ARCHIVO PRODUCTOS ---*/
h2.woocommerce-loop-product__title {
    letter-spacing: -0.2px !important;
    font-size: 15px !important;
    line-height: 1.4em;
    font-weight: 400 !important;
    min-height: 58px;
}
.woocommerce ul.products li.product a img {
    max-width: 80%;
}
.term-venta-en-linea h2.woocommerce-loop-product__title,
.product_parent_cat_marca-york h2.woocommerce-loop-product__title, 
.product_parent_cat_marca-blueline h2.woocommerce-loop-product__title {
    height: 90px;
    min-height: 90px;
}
/*--- ocultar precios ---*/
.product_parent_cat_insumos-y-herramientas span.price,
.product_parent_cat_refrigeracion span.price,
.product_parent_cat_insumos-y-herramientas .eael-product-price,
.product_parent_cat_refrigeracion .eael-product-price {
    display: none !important;
}


/*--- /ocultar precios ---*/


.woocommerce ul.products li.product .price {
    color: #3187f1;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1em;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
}
li.product.type-product {
    /*border-radius: 10px 10px 0 0;
    overflow: hidden;*/
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    padding: 15px !important;
}
.woocommerce span.onsale {
    border-radius: 0 !important;
    /*background-color: #9ad030 !important;*/
    background: rgb(253,29,29);
    background: -moz-linear-gradient(45deg, rgba(253,29,29,1) 18%, rgba(252,176,69,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(253,29,29,1) 18%, rgba(252,176,69,1) 100%);
    background: linear-gradient(45deg, rgba(253,29,29,1) 18%, rgba(252,176,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd1d1d",endColorstr="#fcb045",GradientType=1);
    color: #fff;
    height: 45px !important;
    min-height: 45px;
    font-size: 15px !important;
    font-weight: 700;
    margin: 0 !important;
    position: absolute;
    text-align: center;
    left: -149px !important;
    line-height: 61px !important;
    top: -7px !important;
    width: 333px !important;
    padding: 0.202em !important;
    z-index: 9;
    transform: rotate(-40deg);
}


.puntaje-acumulado .gamipress-user-points-amount {
    font-size: 21px;
    color: #1f1c1c;
    font-weight: 700;
    line-height: 1em;
}

.puntaje-acumulado span.gamipress-user-points-label {
    color: #333e48;
    font-weight: 700;
    font-size: 18px;
}

.punto-container-interno {
    border: 1px solid #cacaca;
    border-radius: 8px;
    padding: 10px 15px 5px 25px;
}
p.gamipress-woo-message.gamipress-woo-success,
p.gamipress-woo-message.gamipress-woo-error {
    color: #333e48 !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 20px;
}
span.puntaje {
    color: #fd5c48;
}
/*---- producto interna ---*/
.icono-lat-producto .elementor-icon-box-description {
    line-height: 1.4em !important;
    font-size: 13px !important;
}
.woocommerce-product-details__short-description .ver-catalogo,
a.elementor-post__read-more {
    background-color: transparent !important;
    border:1px solid #333E48;
    border-radius: 5px;
    color: #333E48 !important;
    cursor: pointer;
    display: table;
    line-height: 1em;
    padding: 10px 20px !important;
    text-transform: none !important; 
    transition: all 0.3s;  
}


a.elementor-post__read-more:hover {
    background-color:#fd5c48 !important;
    border:1px solid #fd5c48;
    color:#fff !important;
}


i.fas.fa-folder-open {
    margin-right: 7px;
}
button.single_add_to_cart_button.button.alt.wp-element-button {
    width: -webkit-fill-available;
}
.woocommerce-product-details__short-description .ver-catalogo{
    margin: 10px 0;
}
.woocommerce-product-details__short-description .ver-catalogo:hover,
a.elementor-post__read-more:hover {
    background: #ffba00;
    color: #132A36 !important;
    border:1px solid #ffba00;
}
ul.tabs.wc-tabs {
    display: none !important;
}
.producto-relacionados li {
    border:1px solid #ecf0f0;
    padding: 1em 1em 1em 1em;
    border-radius: 5px;
}
.producto-relacionados .eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="4"] .product.swiper-slide{
    border:0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper div#tab-description {
    border: 0;
    padding: 10px 0;
}
.woocommerce-tabs.wc-tabs-wrapper div#tab-description h2 {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper div#tab-description ul {
    padding-left: 20px;
}
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.4px;
}
.woocommerce-product-details__short-description h6 {
    background: #f8f8f8;
    border: 1px solid #dadede;
    border-radius: 5px;
    color: #777777;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 1.3em;
    margin: 1.6em 0;
    padding: 1.1em 1.5em;
}
.menu-lat-insumos {
    height: 400px;
    max-height: 400px;
    overflow: auto;
}

.carrusel-productos .eael-woo-product-carousel-container.preset-1 .eael-product-carousel {
    border-radius: 20px;
    background-color: #ffffff;
    text-align: left;
    margin: 10px;
}
.carrusel-productos .eael-woo-product-carousel-container .eael-product-title{
    font-family: 'Roboto';
    margin:0 0 10px 0;
    font-size: 14px;
    line-height:1.2em;
    font-weight: 300;
    letter-spacing: 0;
}
.carrusel-productos .eael-woo-product-carousel-container.preset-1 .product-details-wrap,
.carrusel-productos .eael-woo-product-carousel-container.preset-1 .product-details-wrap .eael-product-price{
        display: block;
        text-align: left;
}
.carrusel-productos .eael-woo-product-carousel-container.preset-1 .product-details-wrap .product-details,
.carrusel-productos .eael-woo-product-carousel-container.preset-1 .product-details-wrap .eael-product-price{
        width: 100%;
        text-align: left;
}
.image-hover-wrap{
        display: none;
}

/* -- PRODUCTO INTERNO -- */
.producto-contenido h3 {
    font-size: 18px !important;
    font-weight: 600;
    color: #2568c5;
    margin-top: 20px;
}
/* -- / PRODUCTO INTERNO -- */
/**** CONTACTO *****/
.contacto-sedes > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text > span{
    font-weight:600 !important;
    font-size:17px !important;
}
.sedes .tit-sede{
    display: block !important;
    color: #1951a7;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-top: 5px;
}


/*--- HEADER ---*/
.gamipress-layout-left.gamipress-align-none,
.gamipress-user-points.gamipress-is-current-user.gamipress-columns-1.gamipress-columns-small-1.gamipress-layout-left.gamipress-align-none {
    margin-bottom: 0 !important;
}
.gamipress-user-points-description {
  line-height: 1em;
  text-align: center;
  font-family: "Sora", Sans-serif;
}
.gamipress-user-points-amount {
  font-size: 17px;
  color: #fd5c48;
  line-height: 1em;
}

/*--- FOOTER ---*/
.footer-bullet p.elementor-icon-box-description{
    line-height: 1.4em !important;
}
.footer-bullet h3.elementor-image-box-title{
    margin-bottom: 0.5rem !important;
}


/*---- MINICARRITO ----*/
 .elementor-menu-cart__footer-buttons a.elementor-button.elementor-button--checkout {
    font-size: 19px !important;
    line-height: !important;
    padding: 12px 0 !important;
    border-radius: 5px !important;
    letter-spacing: -0.5px !important;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.woocommerce-edit-address address {
  line-height: 1em;
  font-style: normal;
}

.woocommerce-edit-address .addresses .edit {
  border: 1px solid #fd5c48;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1em;
  color: #fd5c48 !important;
}
.gamipress-user-points[class*="gamipress-columns"] > .gamipress-points{
    padding:0 !important;
}
/*---- CIERRE COMPRA ---*/
/*.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: #111111 !important;
}*/

/*---- SEDE ---*/
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td, 
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot th, 
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table thead th {
    vertical-align: middle !important;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
    background-color: #fff;
}    
.select2-container--default .select2-results__option[aria-selected=true], 
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #fd5c48 !important;
    color:#fff !important;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

/*---- /SEDE ---*/



.woocommerce-notices-wrapper {
    width: 80%;
    margin: 0 auto;
    border-radius: 30px !important;
}
.woocommerce-message {
    background: #eee;
    border-radius: 50px;
    border: 0 !important;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0 !important;
    
}
.single-product .woocommerce-message {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: initial !important;
    flex-direction: column !important;
}
tr.woocommerce-cart-form__cart-item.cart_item a {
    font-size: 15px !important;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    background-color: transparent;
    color: var(--order-summary-color,#000);
    border: var(--order-summary-quantity-border-weight,1px) solid var(--order-summary-quantity-border-color,#d4d4d4);
    border-radius: 8px !important;
    padding: 8px 2px !important;
    text-align: left;
    font-size: 14px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    text-align: center !important;
}
.elementor-menu-cart__footer-buttons a.elementor-button.elementor-button--checkout,
.wc-proceed-to-checkout a,
button#place_order,
button.button.e-apply-coupon,
.woocommerce .cart-collaterals .cross-sells .button, 
.woocommerce-page .cart-collaterals .cross-sells .button,
.cart_totals .woocommerce a.button{
    border: 0px !important;
    border-radius: 8px !important;
    letter-spacing: -0.4px;
}
button.single_add_to_cart_button.elementor-button.button.alt:hover,
a.elementor-button.elementor-button--checkout:hover,
.wc-proceed-to-checkout a :hover,
button#place_order:hover{
    text-decoration: none;
}
.boton-negro{
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -0.0415625em;
}

.woocommerce .cart-collaterals .cross-sells h2.woocommerce-loop-product__title,
.woocommerce-page .cart-collaterals .cross-sells h2.woocommerce-loop-product__title {
    font-size: 1.8em !important;
    text-align: left !important;
    margin: 0px !important;
    padding: 10px 0px 0 0 !important;
}
.woocommerce-billing-fields input {
    height: 40px;
    padding: 9px;
    font-size: 17px;
}
#ship-to-different-address label span {
    position: relative;
    display: block;
    text-align: left !important;
    font-size: 20px !important;
}
.woocommerce-cart-form .actions .button {
    border: 1px solid #555;
    font-size: 1em !important;
    padding: 10px 20px !important;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 13px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 10px 0 0 0.5em !important;
    max-width: 100px !important;
}
.e-cart-section {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 11%);
}


/*---- CARRITO ---*/

.woocommerce-cart .woocommerce-message {
    display: none;
}
/*----  /CIERRE COMPRA ---*/
.elementor-menu-cart__footer-buttons a.elementor-button.elementor-button--checkout{
    font-size: 15px !important;
    line-height: 34px;
    padding: 5px 0 !important;
    border-radius: 5px !important;
}
a.elementor-button.elementor-button--view-cart{
    border-radius: 5px;
}
a.woo-variation-gallery-trigger.woo-variation-gallery-trigger-position-top-right {
    display: none !important;
}


/*--- MENSAJE CIERRE --*/
.gastos-envio {
    background: #f8f8f8;
    border: 1px solid #dadede;
    border-radius: 8px;
    color: #777777;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 1.3em;
    margin: 1.6em 0;
    padding: 1.1em 1.5em;
}
.gastos-envio h5 {
    color: #216bdb;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1em;
    margin: 12px 0;
}
.gastos-envio hr {
    margin: 10px 0;
}
.gastos-envio .whatsapp {
    background: transparent !important;
    color: #216bdb !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.e-cart-totals.e-cart-section {
    padding: 30px;
}
a.shipping-calculator-button {
    background: #3576d6;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
}


/*--- CUENTA ---*/
a.woocommerce-button.button.view {
    background: #fff !important;
    color: #fd5c48 !important;
    border: 1.5px solid #fd5c48 !important;
    border-radius: 8px !important;
    width: 100%;
    text-align: center;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
a.woocommerce-button.button.view:hover {
    background: #fd5c48 !important;
    color: #fff !important;
}


.order-again a {
    background: #00b74c !important;
    border-radius: 10px !important;
    color: #fff !important;
    border: #00b74c !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,
  address,
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tr  {
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 1.4em;
}


/*--- LATERAL ----*/

/*--  brevo --*/

.entry__label{ 
    margin-bottom: 0px;
}
input#EMAIL {
    border: 0 !important;
}
.sib-form {
    padding: 0 !important;
    margin: 0;
}
.entry__choice {
    font-size: 12px !important;
    line-height: 1em !important;
}
.entry__choice p {
    font-size: 12px !important;
    line-height: 1.1em !important;
    font-weight: 500 !important;
}
.sib-form-block{
    padding: 0 !important;
}
div#sib-container {
    border-color: #fff !important;
    padding: 0 !important;
}
.sib-form__declaration {
    display: none !important;
}
.sib-form-block {
    text-align: left !important;
}
label.entry__specification {
    margin: 0 !important;
    line-height: 1em !important;
}
span.checkbox.checkbox_tick_positive {
    float: left !important;
    width: 35px;
}
.entry__choice label p {
    float: left !important;
    margin-left: 20px;
}
#sib-form .entry__choice label {
    display: inline-flex !important;
}

button.sib-form-block__button.sib-form-block__button-with-loader {
    background: #fd5c48 !important;
}