body {
    background-color: #e6e6e6;
}

.container,
.container-fluid {
    margin: 0;
    padding: 0;
}

body#index .h1,
body#index .h2,
body#index .h3 {
    text-transform: none !important;
}

.dbblog__home {
    padding-left: 24px;
    padding-right: 24px;
    background-color: var(--zg-color-white);
}

.dbblog_header {
    background-color: var(--zg-color-white);
    padding: 24px;
}

#module-dbblog-dbpost #wrapper,
#module-dbblog-dbcategory #wrapper {
    background-color: var(--zg-color-white);
}

#module-dbblog-dbpost .container-f,
#module-dbblog-dbcategory .container-f {
    background-color: var(--zg-color-white);
}

.dbblog_content_columns {
    padding: 0 24px;
}

.page-content.page-cms ul {
  list-style: disc inside none;
  font-size: 15px;
}
.page-content.page-cms ol {
  list-style: disc inside none;
  font-size: 15px;
}

table {
 
  font-size: 15px;
}
/* MAKITO STYLE */
#product .tabs {
    font-size: var(--zg-font-size-body);
}

.especiAreas {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 5px;
    background: var(--zg-color-primary);
    color: var(--zg-color-white);
    text-align: center;
}

.bloque-area-impresion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.especiMarcado,
.bloque-material,
.bloque-video {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


.partegrabado {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

#product .tabs .areaimagen img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

@media(max-width:480px) {

    .especiMarcado,
    .bloque-material,
    .bloque-video,
    .bloque-area-impresion {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

#contenedor-descripcion {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.t1 {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 5px;
    background-color: #B5B5B5;
    color: #1A242D;
    text-align: center;
}

.t2 {
    width: 100%;
    height: auto;
    padding: 5px;
    margin-top: 3px;
    text-align: center;
}

.bloque-img {
    width: 100%;
}

.image-responsive {
    max-width: 100%;
}

.bloque-marcador {
    width: 100%;
    margin-top: 10px;
}

.bloque-marcador .t1 {
    margin-top: 5px;
    margin-right: 1%;
    width: 49.5%;
    float: left;
}

.bloque-marcador .t2 {
    width: 49.5%;
    float: left;
}

.areaimagen {
    border: 1px solid #dfdcda;
}

.cabecera {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 5px;
    background-color: var(--styles_completed_step_background_color);
    color: #ffffff;
    text-align: center;
}

.sub-cabecera {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    background-color: #dfdcda;
    color: #1A242D;
    text-align: center;
}

.t-t {
    margin: 10px;
}


@media only screen and (min-width: 800px) {
    .t1 {
        width: 100%;
    }

    .t2 {
        width: 100%;
    }

    .bloque-marcador {
        width: 100%;
    }

    .bloque-marcador div {
        float: left;
    }

    .bloque-marcador .t1 {
        width: 29.5%;
        margin-top: 5px;
        margin-right: 1%;
    }

    .bloque-marcador .t2 {
        width: 29.5%;
        margin-top: 5px;
    }
}

/* FIN MAKITO STYLE */

#product .step {
    font-weight: var(--zg-font-weight-semibold);
}

#product .step.current-step {
    border: 1px solid var(--styles_completed_step_background_color);
}

#product .step.complete .number-option {
    color: var(--zg-color-white);
}


.product-variants #container-colors .color {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
}

#container-colors ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

#container-colors .color-quantity {
    font-size: 11px;
    font-weight: var(--zg-font-weight-semibold);
}

#container-colors ul li {
    width: 100%;
    font-weight: var(--zg-font-weight-semibold);

    gap: 4px;
}

#container-textcustom {
    padding: 0;
}

.container-guidedmode .btn-continue-step {
    font-size: var(--zg-font-size-body);
    color: var(--zg-color-text-primary);
    background-color: var(--styles_step_background_color);
    border: 1px solid var(--styles_completed_step_background_color);
    border-radius: 4px;
    font-weight: var(--zg-font-weight-semibold);
}

#container-position .list-position .input-container .position-name {
    font-size: var(--zg-font-size-body-small);
    font-weight: var(--zg-font-weight-semibold);
    color: var(--zg-color-text-primary);
}

#container-position .list-position .input-container label {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container-techniqueandcolors .toggle-subtitle,
#container-techniqueandcolors .toggle-subtitle:hover {
    font-size: var(--zg-font-size-body-small);
    font-weight: var(--zg-font-weight-semibold);
    color: var(--zg-color-text-primary);
}

#container-techniqueandcolors select,
#container-quantities .form-check-label {
    font-size: var(--zg-font-size-body-small);
    line-height: 20px;
}

#container-quantities .cantidad-minima {
    line-height: 20px;
}

#customQuantity {
    font-size: 11px;
    border-radius: 4px;
    border: 1px solid var(--styles_completed_step_background_color);
    padding: 5px 3px;
}

#customQuantity:focus {
    outline: none;
}

#container-quantities .per-radio:has(#customQuantity) {
    height: auto;
}

#container-productcustomization .toggle-section:has(.step-none) {
    margin: 0;
}

#product-details .label {
    font-size: var(--zg-font-size-body);
    font-weight: var(--zg-font-weight-semibold);
    color: var(--zg-color-text-primary);

}

.budget-title p {
    color: var(--zg-color-text-primary);
}

.budget-title {
    border-bottom: 3px solid var(--styles_completed_step_background_color);
}

.budget-title,
.budget-content {
    background-color: var(--zg-color-secondary);
}

.budget-content__option button#addforbuy {
    border-radius: 4px;
    border: 2px solid var(--zg-color-primary);
    background-color: var(--zg-color-white);
    color: var(--zg-color-primary);
    cursor: pointer;
}

.budget-content__option button#addforbuy:hover {
    background-color: var(--zg-color-hover-primary);
    color: var(--zg-color-white);

    border: 2px solid var(--zg-color-hover-primary);
}

#downloadpdf {
    border-radius: 4px;
    background-color: var(--zg-color-primary);
    color: var(--zg-color-white);
    border: none;
}

#downloadpdf:hover {
    background-color: var(--zg-color-hover-primary);
}

.container-summary-cart:has(.customization) {
    margin-top: 20px;
}

body#checkout .form-group .form-control-label {
    line-height: 25px;
}

.container-summary-cart {
    border: 2px solid var(--zg-color-secondary);
    border-radius: 4px;
}

.container-summary-cart button{
    display: none;
}

#cart .customization-header {
    background-color: var(--zg-color-hover-primary);
    border-radius: 4px;
    color: var(--zg-color-white);
    font-size: var(--zg-font-size-body);
    font-weight: var(--zg-font-weight-semibold);
}

#cart .customization-content img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-top: 15px;
}

#cart .customization-content .col-md-12{
    font-size: var(--zg-font-size-body-large);
    font-weight: var(--zg-font-weight-semibold);
    color: var(--zg-color-text-primary);
}

#cart .customization-content .col-md-10 .row.mb-4 .col-md-12{
    padding: 15px;
}

#cart .customization-content .col-md-12 input{
    font-size: var(--zg-font-size-body);
    font-weight: var(--zg-font-weight-regular);
    border: 1px solid var(--zg-color-primary);
    border-radius: 4px;
    padding: 5px;
}

#cart .customization-content .col-md-12 .form-group.row.mb-3{
    
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    
}

#cart .customization-content .col-md-12 .form-group.row.mb-3 label{
    width: auto;
    font-size: var(--zg-font-size-body);
    color: var(--zg-color-text-primary);
}

#cart .customization-content .col-md-12 .form-group.row.mb-3 .col-sm-2:not(.col-form-label){
    width: 0px;
}
#cart .customization-content .col-md-12 .form-group.row.mb-3 .col-sm-3{
    padding: 0;
}
#cart .customization-content .col-md-12 .form-group.row.mb-3 .col-sm-3 .form-control{
    margin: 0px;
}

#cart .customization-content .col-md-12 input:first-child{
    margin-top: 12px;
}

#cart .customization-content .col-md-12 input[type="file"]{
margin-top: 0px;
}

.image-caption #product-description-short{
   font-size: var(--zg-font-size-body);
}

#product-modal figure{
   max-width: 800px;
}

@media (max-width: 768px) {
    #container-productcustomization .toggle-section {
        margin-left: -25px;
    }

    .mosaic-container__images .img-small {
        height: 170px;
    }
}

li.privacidad {
    font-size: 1.32rem;
}
.rgpd p{font-size: 1.32rem;}
.rgpd{margin-left: 15px;}

#search .pagination {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

#search .pagination .page-list {
    margin: 0px;
    padding: 0px;
    width: 1005;
    height: auto;
    display: flex;
    gap: 12px;
    justify-content: center;
}

#search .pagination .page-list li {
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    gap: 10px;
    background-color: var(--zg-color-white);
    color: var(--zg-color-text-primary);
    justify-content: center;
    align-items: center;
}

#search .pagination .page-list li a {
    color: var(--zg-color-text-primary);
    font-size: var(--zg-font-size-body-large);
    font-weight: var(--zg-font-weight-regular);
    line-height: 24px;
    text-decoration: none;
}

#search .pagination .page-list li a.previous,
#search .pagination .page-list li a.previous i,
#search .pagination .page-list li a.next,
#search .pagination .page-list li a.next i {
    width: 24px;
    height: 24px;
}

#search .pagination .page-list li.current {
    background-color: var(--zg-color-primary);
}

#search .pagination .page-list li.current a {
    color: var(--zg-color-white);
}