body {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    font-weight: 400; 
    line-height: 1.5; 
    color: #000; 
}

p, span, div {
    font-weight: 400; 
}

.light-text {
    font-weight: 300;
}

.semi-bold {
    font-weight: 600;
}

h1, h2, h3, h4 {
    font-family: "IBM Plex Sans Condensed", sans-serif;
    text-transform: uppercase; 
}

.carousel .carousel-inner {
    height: auto!important;
}
.carousel .carousel-item figure {
    display: unset!important;
}
@media (max-width: 991px) {
    .carousel .carousel-item .caption {
        background: none!important;
        padding: 0!important;
    }
}

/* Miniatura productos */
@media (min-width: 1200px) {
    #category #products .js-product {
        flex: 1 1 calc(25% - 10px);
    }
}
@media (min-width: 981px) and (max-width: 1199px) {
    #category #products .js-product {
        flex: 1 1 calc(33% - 10px);
        padding: 8px;
    }
}
@media (max-width: 980px) {
    #category #products .js-product {
        flex: 1 1 calc(50% - 10px);
    }
}
#category #products .js-product {
    box-sizing: border-box;
    margin-bottom: 40px
}
#category .product-miniature .thumbnail-container {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    padding: 10px;
}
#category .product-miniature .thumbnail-container:hover {
    border: 1px solid #C3191D;
}
.product-miniature .product-description {
    padding-bottom: 0;
}

/* Tabs */
.elementor-nav-tabs a.elementor-item {
    border: 1px solid #333333;
    border-radius: 30px;
}
.elementor-nav-tabs a.elementor-item:hover, a.elementor-item-active {
    border: 1px solid #C3191D!important;
}

/* Cotizador */
@media (min-width: 768px) {
  .td_cart_info_product {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .td_cart_info_product {
    width: 60%;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#tipo_usuario .form-check-label {
    padding: 1em 2em;
    border-radius: 10px;
    font-size: 1em;
    font-weight: 600;
}
input[type="radio"]:checked + label {
  color: #ffffff;
  background: #C3191D;
  border: 2px solid #C3191D;
}
input[type="radio"]:not(:checked) + label {
  color: #000;
  border: 2px solid #000;
}
input#empresa, input#persona {
    display: none;
}
@media (min-width: 768px) {
  #tipo_usuario .col-lg-6:first-child {
      text-align: end;
  }
}
#tipo_usuario .form-check i {
    font-size: 2em;
}
#tipo_usuario .form-check-label {
  line-height: 2em; 
  min-width: 230px;
  text-align: center
}
#company, #user {
  vertical-align: middle; 
  margin-right: 8px;
}
@media (max-width: 767px) {
  #tipo_usuario, .form-group label {
      text-align: center;
  }
  .td_ask_Quote_view .td_quote_cart_button {
    padding: 10px!important;
  }
}
@media (min-width:768px) { 
    .quote_body_new_dbboo .col-lg-2, .col-lg-2.title_captcha {
        text-align: start;
    }
    .quote_body_new_dbboo .second-col label {
        padding-left: 20px;
    }
}
@media (max-width:767px) { 
    .quote_body_new_dbboo .col-lg-2 {
        text-align: center;
    }
}
.col-subject {
    margin-bottom: 20px;
}
.quote_body_new_dbboo .form-group label {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1em;
    margin-top: 20px;
}
.quote_body_new_dbboo label {
    text-align: start;
}
label.title {
    display: flex;
    justify-content: center;
}

/* Ficha producto */
.product-actions .control-label .combination-value {
    background: #333333;
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 10px;
    margin-left: 10px;
    font-weight: 600;
}
.product-actions .control-label {
    font-size: 1.2em;
    text-transform: uppercase
}

#category #products .js-product {
    padding-left: 5px;
    padding-right: 5px;
}

#category #products .js-product {
    width: 100%;
}

#products .products {
    display: grid!important;
}

@media (max-width: 767px) {
    #products .products {
        grid-template-columns: repeat(2, 1fr);
    }
  .block-categories {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #products .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1025px) {
    #products .products {
        grid-template-columns: repeat(4, 1fr);
    }
}

.elementor-widget-image .elementor-image>a {
    display: block;
}
