/* ----------- CONTAINER-IMAGES-PRODUCT ------------- */
.container_images{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.container_images-item{
    width: 100%;
    height: 100%;
}

.container_images-item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.MagicZoom, .mz-figure{
    z-index: 0 !important;
}
/* ----------- SI CONTAINER-IMAGES-PRODUCT ------------- */

.section-product-detail {
    display: flex;  
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 4%;
    padding-right: 4%;
}

.container-images-product {
    width: 60%;
    padding: 1%;
    /* margin: auto 0; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* border-right: 2px solid var(--themegray); */
}

.section-product-maxwidth{
    max-width: 1440px;
}

.section-product-detail-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* max-width: 1440px; */
    margin: 0 auto;
}

.container-details-product {
    width: 40%;
    /* padding: 1% 4%; */
    padding: 1%;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    position: sticky;
    height: fit-content;
    top: 100px;
}

.container-details-product .sidebar-purchase-item-title {
    font-size: 13px;
    font-family: 'Mont-Bold', sans-serif;
    text-transform: uppercase;
}

.container-details-product .sidebar-offer-price-product {
    font-size: 24px;
}

.sidebar-offer-price-product {
    margin-right: 20px;
}

.container-details-product .sidebar-fixed-price-product {
    font-size: 18px;
    margin-right: 20px;
}

.container-details-product .sidebar-offer-tag-product span {
    font-size: 17px;
}

.title-detail-product {
    /* font-weight: 600; */
    font-family: 'Mont-Bold';
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.code-detail-product {
    text-transform: uppercase;
    color: gray;
    font-size: 15px;
    margin-bottom: 0;
}

.sidebar-purchase-action-buttons {
    width: 100%;
    padding-bottom: 5%;
    justify-content: space-between;
}


/****************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-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: 'Mont-Bold';
}

.avaliability-item-info a {
    font-size: 12px;
    text-decoration: underline;
    color: var(--themecolor);
}

.avaliability-item-info a:hover {
    color: var(--themecolor);
}




.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 10px;
}

.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 {
    width: 60%;
    border-top: 2px solid var(--themegray); 
    /* border-bottom: 2px solid var(--themegray);  */
}

.header-option-additional-info {
    width: 100%;
    padding: 2% 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.header-option-additional-info .title{
    font-family: 'Mont-Bold';
    font-size: 15px;
}

.header-option-additional-info .icono {
    width: 15px;
}

.header-option-additional-info[aria-expanded="false"] span .footer-drop-icon {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQxNiAyMDhIMjcyVjY0YzAtMTcuNy0xNC4zLTMyLTMyLTMyaC0zMmMtMTcuNyAwLTMyIDE0LjMtMzIgMzJ2MTQ0SDMyYy0xNy43IDAtMzIgMTQuMy0zMiAzMnYzMmMwIDE3LjcgMTQuMyAzMiAzMiAzMmgxNDR2MTQ0YzAgMTcuNyAxNC4zIDMyIDMyIDMyaDMyYzE3LjcgMCAzMi0xNC4zIDMyLTMyVjMwNGgxNDRjMTcuNyAwIDMyLTE0LjMgMzItMzJ2LTMyYzAtMTcuNy0xNC4zLTMyLTMyLTMyeiIvPjwvc3ZnPg==")
}

.header-option-additional-info[aria-expanded="true"] span .footer-drop-icon {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQxNiAyMDhIMzJjLTE3LjcgMC0zMiAxNC4zLTMyIDMydjMyYzAgMTcuNyAxNC4zIDMyIDMyIDMyaDM4NGMxNy43IDAgMzItMTQuMyAzMi0zMnYtMzJjMC0xNy43LTE0LjMtMzItMzItMzJ6Ii8+PC9zdmc+")
}

/* .header-option-additional-info div {
    width: 100%;
    padding: 2% 1%;
    border-bottom: 2px solid var(--themegray);
    font-weight: 600;
    color: var(--themegraydark);
    font-size: 14px;
    cursor: pointer;
}

.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(--themecolor2hvr);
} */

.additional-info-content{
    padding: 4% 2%;
}

.additional-info-title{
    font-size: 30px;
    font-family: 'Mont-Bold';
    line-height: 1;
    text-transform: uppercase;
}

.additional-info-subtitle{
    font-size: 20px;
    font-family: 'Mont-Bold';
    text-transform: uppercase;
    line-height: 0;
    margin-bottom: 1.5rem;
}

.additional-info-description{
    font-size: 14px;
    padding: 15px 0;
}

.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: 170px;
    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: 'Mont-Bold';
    cursor: pointer;
}

.additional-info-toggle:hover{
    color: var(--themecolor);
}
/* 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: 100%;
    box-shadow: none;
    background: var(--themecolor);
    border: 1px solid var(--themecolor);
}

.container-button-add-float-bag .btn-theme-add-fav {
    
    margin: 0;
}


/* ////////////////////////////////////////////////////////// */


@media screen and (max-width: 1600px) {
    .container-details-product {
        padding: 1%;
    }
}

@media screen and (max-width: 1100px) {
    .carousel-img-product {
        order: 2;
    }

    .container-images-product {
        margin: auto 0;
    }
    .container-additional-info {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .container-details-product{
        position: relative;
        top: 0;
    }
}

@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);
    }
}

@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%;
    }
    .table_description tr{
        display: grid;
    }
}

@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% 10px;
    }
    
    .sidebar-purchase-colors-list{
        margin-left: 0;
    }

    .sidebar-sizes-list ul{
        padding-left: 0;
    }

    .additional-info-title {
        font-size: 22px;
    }

    .additional-info-subtitle {
        font-size: 16px;
    }
}

.selectors .mz-thumb img {
    max-width: 80px;
}

.close-float-video{
    position: absolute;
    font-size: 29px;
    top: 5px;
    right: 5px;
    z-index: 1;
    background-color: #00000054;
    opacity: 1;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 29px;
    box-shadow: none;
}

.close-float-video:hover{
    background-color: #00000079;
}