.section-product-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2% 8% 0;
    /* padding-left: 4%;
    padding-right: 4%; */
}

.container-images-product {
    width: 60%;  
}

.container-images-product.desktop {
    padding: 1% 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.container-images-product.mobile {
    padding: 1% 0;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
}

.section-product-detail-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* max-width: 1440px; */
    margin: 0 auto;
}
.container-details-product {
    position: sticky;
    top: 120px;
    align-self: flex-start;
    width: 40%;
    padding: 1% 4%;
    font-size: 14px;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    margin: 0 auto;
    /* position: sticky;
    height: fit-content;
    top: 80px; */
}

.product-data-price {
    display: flex;
    width: 100%;
    margin-bottom: .8rem;
}

.product-data-price-old {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    padding-bottom: 4px;
}
.product-data-price-old .data-price-old-value {
    font-size: 18px;
    color: var(--themecolor3);
    text-decoration: line-through;
    text-decoration-color: var(--themecolor3);
    margin-top: auto;
    /* font-family: 'Roboto-Medium'; */
}

.product-data-price-new {
    display: flex;
    flex-direction: column;
}

.product-data-price-new .data-price-new-text {
    font-size: 16px;
    /* font-weight: 600; */
    text-transform: uppercase;
}

.product-data-price-new .data-price-new-value {
    font-size: 26px;
    color: var(--themecolor4);
    font-family: 'Gilroy-Bold';
    letter-spacing: -2px;
}


.title-detail-product {
    /* font-weight: 600; */
    font-family: 'Gilroy-Bold';
    color: var(--themecolor4);
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.code-detail-product {
    /* text-transform: uppercase; */
    color: var(--themecolor4);
    font-size: .9rem;
    margin-bottom: 0;
}


.data-product-sizes,
.data-product-colors{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.data-product-sizes span,
.data-product-colors span{
    /* font-weight: 600; */
    font-family: 'Gilroy-Bold';
    color: var(--themecolor4);
    font-size: .9rem;
}

.data-product-sizes-list,
.data-product-colors-list{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    flex-wrap: wrap;
    max-width: 420px;
    margin-top: 10px;
}

.data-product-sizes-list li{
    margin: 0 5px 10px;
    cursor: pointer;
    /*font-size: 13px;*/
}

.data-product-selected{
    border-bottom: 2px solid var(--themecolor4);
    font-weight: 600;
}

.data-product-colors-list li{
    padding: 0 0 4px;
    margin: 0 5px 10px;
    cursor: pointer;
}

.data-product-colors-list li div{
    width: 60px;
    height: 60px;
    height: auto;
    border-radius: 50%;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    margin: auto;
    /*box-shadow: 0px 0px 3px rgb(105 88 88 / 60%);*/
    cursor: pointer;
}


.data-product-colors-list div img {
    width: 100%;
    /*border-radius: 50%;*/
}

.product-find-size {
    text-align: center;
}

.product-find-size a {
    font-size: 14px;
    color: black;
    /* font-family: 'Roboto-Medium'; */
    text-decoration: none!important;
    /* text-transform: uppercase; */
}

 .btn-theme-add-2 {
    /* background: var(--themecolor);
    border: 1px solid var(--themecolor);
    border-radius: 20px;
    font-size: 14px;
    padding: 14px 55px 12px 75px;
    color: white;
    transition: 0.3s ease-in-out;
    position: relative;
    font-weight: 600;
    text-transform: uppercase; */
    /* width: 78%!important; */
    width: fit-content;

} 

/* .btn-theme-add-2:before {
    content: url(../imagen/bag-add.svg);
    width: 22px;
    position: absolute;
    left: 15%;
    top: 11px;
} */

.btn-theme-add-2:hover {
    /*border-color: var(--themecolorhvr);*/
    /* background-color: #E745A6;
    color: white; */
}

.btn-theme-add-fav {
    /* width: 20%!important; */
    width: fit-content;
}

.product-button-action {
    padding: .5rem 0 .5rem;
}

.product-description p{
    display: none;
}

/****************Filtros************************/

.filter-title-container{
    font-size: 1.3rem;
    font-weight: 600;
}

.filter-sidebar-title{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 5px;
    border-bottom: 2px solid var(--themegray);
    cursor: pointer;
}
.filter-sidebar-title-name{
    width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 600;
}
.filter-sidebar-title-icon{
    width: 20px;
    text-align: center;
}

.filter-sidebar-title-icon .fa-drop-icon::after {
    content: "\f068";
    font-size: 13px;
    color: var(--themegray);
}

.filter-sidebar-title[aria-expanded="true"] .fa-drop-icon::after {
    content: "\f068"!important;
}
.filter-sidebar-title[aria-expanded="false"] .fa-drop-icon::after {
    content: "\f067"!important;
}


.product-stock-avaliability {
    padding-top: 1.5rem;
}

.product-stock-avaliability-item {
    padding: 2% 0;
    border-bottom: 1px solid var(--themelightborder);
    display: flex;
}

.product-stock-avaliability .product-stock-avaliability-item:last-child {
    border-bottom: none;
}

.avaliability-item-icon {
    margin: auto 0;
}

.avaliability-item-icon div {
    /*padding: 10px;*/
    width: 45px;
    height: 45px;
    background-color: var(--themecolor3light);
    border-radius: 50%;
    text-align: center;
    /*display: flex;*/
    margin: auto;
    line-height: 45px;
}

.avaliability-item-icon svg {
    height: 25px;
}

.avaliability-item-icon svg path {
    fill: white;
}

.avaliability-item-icon div.active {
    background: var(--themecolor);
}

.avaliability-item-icon div.active svg path {
    fill: var(--themecolor2);
}

.avaliability-item-info {
    padding-left: 15px;
}

.avaliability-item-info p {
    margin-bottom: 3px;
}

.avaliability-item-info p:first-child {
    font-weight: 600;
    font-size: 12px;
}

.avaliability-item-info p:nth-child(2) {
    font-size: 11.5px;
}

.avaliability-item-info span {
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    text-transform: capitalize;
    color: var(--themecolor2);
    font-family: 'Gilroy-SemiBold';
}

.avaliability-item-info a {
    font-size: 12px;
    text-decoration: underline;
}

.carousel-img-product{
    width: 12%;
    /* padding: 0 1%; */
    max-height: 470px;
    overflow: auto;
}

/* SCROLL CAROUSEL */
.carousel-img-product::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}

.carousel-img-product::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--themelightborder);
    border-radius: 10px;
}

.carousel-img-product::-webkit-scrollbar-thumb {
    background: var(--themegray);
    border-radius: 10px;
}

.carousel-img-product::-webkit-scrollbar-thumb:hover {
    background: var(--themegray);
}
/* FIN SCROLL CAROUSEL */

.principal-img-product{
    width: 88%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 15%;
}

.principal-img-product-box{
    position: relative;

    max-width: 650px;
    margin: auto;
}

.principal-img-product img{
    /*max-width: 485px;*/
    width: 100%;
}

.carousel-img-product-item{
    margin: 7px 1px;
    cursor: pointer;
}

.carousel-img-product-item:first-child{
    margin-top: 0;
}
.carousel-img-product-item:last-child{
    margin-bottom: 0;
}
.carousel-img-product-item img{
    width: 100%
}

.carousel-img-product-item .img-selected{
    border-bottom: 3px solid var(--themecolor2);
}

/* info adittional products */
.container-additional-info {
    background: var(--themecolor);
    border-radius: 6px;
    padding: 2% 3%;
    /* width: 60%; */
    /* border-top: 2px solid var(--themegraydark); */
}

.header-option-additional-info {
    /* display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    position: relative;
    align-items: center; */
    color: #fff;
    padding: 2% 1%;
}

.header-option-additional-info .title-text {
    width: 100%;
    /* border-bottom: 2px solid var(--themegraydark); */
    /* font-weight: 600; */
    font-family: 'Gilroy-Bold';
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.header-option-additional-info .title-text:after{
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    content: "\f078";
    margin-left: auto;
}

.header-option-additional-info[aria-expanded="false"] .title-text:after {
    content: '\f078';
}

.header-option-additional-info[aria-expanded="true"] .title-text:after {
    content: '\f077';
}




/* .header-option-additional-info div:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 2%;
    position: absolute;
} */

/* .header-option-additional-info[aria-expanded="false"] div:after {
    content: '\f078';
} */
/* 
.header-option-additional-info[aria-expanded="true"] div:after {
    content: '\f077';
} */

/* .header-option-additional-info div.active { */
    /* border-bottom: 2px solid var(--themegraydark); */
/* } */

.additional-info-content {
    padding: 4% 2%;
    color: #fff;
}

.additional-info-title {
    font-size: 1.8rem;
    font-family: 'Gilroy-Bold';
    line-height: 1;
    text-transform: uppercase;
}

.additional-info-subtitle {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 0;
    margin-bottom: 1.5rem;
}

.additional-info-description {
    font-size: 14px;
    padding: 15px 0;
}

.additional-info-description strong {
    font-family: 'Gilroy-SemiBold';
}

.additional-info-description img,
.additional-info-description source,
.additional-info-description video,
.additional-info-description picture {
    max-width: 100%;
    height: auto !important;
}

.additional-info-description ul {
    list-style: square;
}

.additional-info-description ul li {
    margin-bottom: 5px;
}

.additional-info-description-collapse {
    height: 185px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
}
.additional-info-toggle{
    font-size: 13px;
    text-decoration: underline;
    font-family: 'Gilroy-Medium';
    cursor: pointer;
}

.additional-info-toggle:hover{
    /* color: var(--themecolor); */
    color: #fff;
}

.container-find-size{
    width: 40%;    
    /* text-align: center; */
    padding-bottom: 3%;
    /* padding: 0; */
}

.container-find-size a img{
    max-width: 300px;
}
/* info adittional products */

/* ////////////////////BUTTON BAG FLOAT ////////////////////// */
.container-button-add-float-bag {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
}

.container-button-add-float-bag .btn-theme-add-2 {
    width: 80%!important;
    border-radius: 0!important;
    box-shadow: none;
    background: var(--themecolor);
    border: 1px solid var(--themecolor);
    padding: 15px 55px 15px 75px;
}

.container-button-add-float-bag .btn-theme-add-fav {
    width: 20%!important;
    padding: 0;
    margin-top: 0!important;
    border-radius: 0!important;
    background: var(--themecolor2);
}

.container-button-add-float-bag .btn-theme-add-fav svg {
    width: 25px;
}



/* ////////////////////////////////////////////////////////// */

.container-dcto-prouduct {
    display: flex;
    align-items: center;
}

.container-dcto-prouduct span{
    background: var(--themecolor);
    color: #fff;
    padding: 5px 8px;
    border-radius: 6px;
    font-family: 'Gilroy-SemiBold';
}

@media screen and (max-width: 1600px) {
    .container-details-product {
        padding: 1%;
    }
    /* .container-find-size{
        padding: 2% 3%;
    } */
}

@media screen and (max-width: 1100px) {
    .carousel-img-product{
        order: 2;
    }
    .container-images-product{
        margin: auto 0;
        order: 1;
    }
    .container-details-product{
        order: 2;
    }
    /* .container-find-size{
        width: 100%;
        order: 3;
        padding: 3%;
    } */
    .container-additional-info {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
        order: 4;
    }
}

@media screen and (max-width: 992px) {
    .principal-img-product{
        order: 1;
        padding-left: 0;
    }
    .carousel-img-product-item .img-selected {
        border-bottom: none;
        border-top: 4px solid var(--themecolor2);
    }

    .container-images-product.desktop {
        display: none;
    }
    
    .container-images-product.mobile {
        display: flex;
    }

    .section-product-detail {
        padding: 2% 5% 0;
    }

    .btn-theme-add-2 {
        width: 75%;
    }

    .btn-theme-add-fav {
        width: 20%;
    }

    .container-additional-info {
        margin-top: .5rem;
        margin-bottom: .5rem;
        padding: 3% 5%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 780px) {
    .principal-img-product{
        width: 100%;
        padding: 0;
    }
    .carousel-img-product{
        margin-top: 1%;
        width: 100%;
        display: inline-block;
        white-space: nowrap;
    }
    .carousel-img-product-item{
        width: 20%;
        display: inline-flex;
    }
}

@media screen and (max-width: 780px) {
    .container-images-product,
    .container-details-product {
        width: 100%;
    }
    .container-find-size a img{
        max-width: 200px;
        /* padding: 4% 3%; */
    }    
}

@media screen and (max-width: 550px){
    .principal-img-product{
        width: 100%;
    }
    .carousel-img-product{
        width: 100%;
        display: inline-block;
        white-space: nowrap;
        margin-top: 1%;
        margin-bottom: 5%;
    }
    .carousel-img-product-item{
        width: 20%;
        display: inline-flex;
        margin: 0 2px;
    }
    .principal-img-product {
        padding: 0;
    }
    .container-details-product{
        padding: 1% 0;
    }
    .container-find-size a img{
        max-width: 160px;
    }    

   

    .additional-info-description-collapse {
        height: 230px;
    }
    .data-product-sizes {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 400px) {
    .container-breadcrumb {
        margin-bottom: 5%;
    }
}




.preview,
.app-figure,
.api-controls,
.wizard-settings,
.wizard-settings .inner,
.wizard-settings .footer,
.wizard-settings input,
.wizard-settings select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preview,
.wizard-settings {
    padding: 10px;
    border: 0;
    min-height: 1px;
}

.preview {
    position: relative;
}

.api-controls {
    text-align: center;
}

.api-controls button,
.api-controls button:active,
.api-controls button:focus {
    width: 80px;
    font-size: .7em;
    white-space: nowrap;
}

.app-figure {
    width: 100% !important;
    margin: 0px auto;
    border: 0px solid red;
    padding: 0px;
    text-align: center;
    padding-right: 0px;
}

.selectors {
    margin-top: 0px;
}

.selectors .mz-thumb img {
    max-width: 80px;
}

.app-code-sample {
    max-width: 80%;
    margin: 30px auto 0;
    text-align: center;
    position: relative;
}

.app-code-sample input[type="radio"] {
    display: none;
}

.app-code-sample label {
    display: inline-block;
    padding: 2px 12px;
    margin: 0;
    font-size: .8em;
    text-decoration: none;
    cursor: pointer;
    color: #666;
    border: 1px solid rgba(136, 136, 136, 0.5);
    background-color: transparent;
}

.app-code-sample label:hover {
    color: #fff;
    background-color: rgb(253, 154, 30);
    border-color: rgb(253, 154, 30);
}

.app-code-sample input[type="radio"]:checked+label {
    color: #fff;
    background-color: rgb(110, 110, 110) !important;
    border-color: rgba(110, 110, 110, 0.7) !important;
}

.app-code-sample label:first-of-type {
    border-radius: 4px 0 0 4px;
    border-right-color: transparent;
}

.app-code-sample label:last-of-type {
    border-radius: 0 4px 4px 0;
    border-left-color: transparent;
}

.app-code-sample .app-code-holder {
    padding: 0;
    position: relative;
    border: 1px solid #eee;
    border-radius: 0px;
    background-color: #fafafa;
    margin: 15px 0;
}

.app-code-sample .app-code-holder>div {
    display: none;
}

.app-code-sample .app-code-holder pre {
    text-align: left;
    white-space: pre-line;
    border: 0px solid #eee;
    border-radius: 0px;
    background-color: transparent;
    padding: 25px 50px 25px 25px;
    margin: 0;
    min-height: 25px;
}

.app-code-sample input[type="radio"]:nth-of-type(1):checked~.app-code-holder>div:nth-of-type(1) {
    display: block;
}

.app-code-sample input[type="radio"]:nth-of-type(2):checked~.app-code-holder>div:nth-of-type(2) {
    display: block;
}
.lt-ie9-magic .app-code-sample {
    display: none;
}

.wizard-settings {
    background-color: #4f4f4f;
    color: #a5a5a5;
    position: absolute;
    right: 0;
    width: 340px;
}

.wizard-settings .inner {
    width: 100%;
    margin-bottom: 30px;
}

.wizard-settings .footer {
    color: #c7d59f;
    font-size: .75em;
    width: 100%;
    position: relative;
    vertical-align: bottom;
    text-align: center;
    padding: 6px;
    margin-top: 10px;
}

.wizard-settings .footer a {
    color: inherit;
    text-decoration: none;
}

.wizard-settings .footer a:hover {
    text-decoration: underline;
}

.wizard-settings a {
    color: #cc9933;
}

.wizard-settings a:hover {
    color: #dfb363;
}

.wizard-settings table>tbody>tr>td {
    vertical-align: top;
}

.wizard-settings table {
    min-width: 300px;
    max-width: 100%;
    font-size: .8em;
    margin: 0 auto;
}

.wizard-settings table caption {
    font-size: 1.5em;
    padding: 16px 8px;
}

.wizard-settings table td {
    padding: 4px 8px;
}

.wizard-settings table td:first-child {
    white-space: nowrap;
}

.wizard-settings table td:nth-child(2) {
    text-align: left;
}

.wizard-settings table td .values {
    color: #a08794;
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    max-width: 126px;
}

.wizard-settings table td .values:before {
    content: '';
    display: block;
}

.wizard-settings input,
.wizard-settings select {
    width: 126px;
}

.wizard-settings input {
    padding: 0px 4px;
}

.wizard-settings input[disabled] {
    color: #808080;
    background: #a7a7a7;
    border: 1px solid #a7a7a7;
}

.preview {
    width: 70%;
    float: left;
}

@media (min-width: 0px) {
    .preview {
        width: 100%;
        float: none;
    }
}

@media (min-width: 1024px) {
    .preview {
        width: calc(100% - 340px);
    }

    .wizard-settings {
        top: 0;
        min-height: 100%;
    }

    .wizard-settings .inner {
        margin-top: 60px;
    }

    .wizard-settings .footer {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .wizard-settings .settings-controls {
        position: fixed;

        top: 0;
        right: 0;
        width: 340px;
        padding: 10px 0 0;
        text-align: center;
        background-color: inherit;
    }
}

@media screen and (max-width: 1024px) {
    .api-controls button,
    .api-controls button:active,
    .api-controls button:focus {
        width: 70px;
    }
}

@media screen and (max-width: 1023px) {
    .app-figure {
        width: 100% !important;
        margin: 0px auto;
        padding: 0;
        padding-right: 0px;
    }

    .app-code-sample {
        display: none;
    }

    .wizard-settings {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .mz-thumb img {
        max-width: 39px;
    }
}

@media screen and (max-width: 560px) {
    .api-controls .sep {
        content: '';
        display: table;
    }
    
}

@media screen and (min-width: 1600px) {
    .preview {
        padding: 10px 160px;
    }
}