section.product-details {
    margin-top: 25px;
}

section.product-details .prev img,
section.product-details .next img {
    height: 10px;
}

section.product-details .prev,
section.product-details .next {
    background: #fff;
    border: 2.5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

section.product-details .prev {
    margin-bottom: 0em;
}

section.product-details .next {
    margin-top: 0.5em;
}

section.product-details .prev:hover,
section.product-details .next:hover {
    background: #fff;
    border: 2.5px solid #111;
}

#item_wrapper {
    transition: top 0.3s ease;
}

section.product-details .product-detail-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.product-details .product-detail-carousel {
    --space-between: 10px;
    --main-image-width: 80%;

    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
}

section.product-details .slider-for {
    width: var(--main-image-width);
    height: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.product-details .slider-for:hover {
    background: #fff;
}

section.product-details .slider-for img {
    width: 100%;
    height: 100%;
    max-height: 700px;
    margin: 0px auto;
}

section.product-details .slider-nav-arr {
    margin-left: var(--space-between);
    width: calc(100% - var(--main-image-width) - var(--space-between));
    display: flex;
    flex-direction: column;
}

section.product-details .slider-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

section.product-details .product-detail-carousel .slider-nav div {
    width: 100% !important;
    cursor: pointer;
    line-height: 20px;
}

section.product-details .product-detail-carousel .slider-nav div img {
    width: 100%;
    padding: 0%;
    margin-top: 0.5em;
}

section.product-details .product-detail-info {
    width: 100%;
    margin-top: 30px;
}

section.product-details .product-detail-title {
    font-weight: 700;
    font-size: 20px;
}

section.product-details .product-detail-contain-info {
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
}

section.product-details .product-detail-symbol {
    font-weight: 700;
    margin-left: 4px;
    margin-right: -3px;
    font-size: 14px;
}

section.product-details .product-detail-price {
    font-size: 18px;
    font-weight: 700;
}

section.product-details .product-detail-moq {
    font-size: 15px;
    margin-left: 10px;
    font-weight: 400;
    color: #111;
}

#tabContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0.1em;
}

section.product-details .tab {
    cursor: pointer;
    color: #111;
    font-size: 12px;
    margin-right: 0%;
}

section.product-details .tab.active {
    color: #111;
    padding-bottom: 5px;
    border-bottom: solid 4px;
    font-weight: 700;
}

section.product-details .content {
    display: none;
    margin-top: 15px;
}

section.product-details .content.active {
    display: block;
}

section.product-details .content-description  {
    font-size: 12px;
    line-height: 140%;
}

section.product-details .currency-symbol {
    margin-right: -2px;
    font-weight: 700;
    font-size: 15px;
}

/* Variables */
section.product-details .variation-specification,
section.product-details .product-id {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
    gap: 5px;
}

section.product-details .specifications-title .product-id {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

section.product-details .spec-border-padding {
    padding: 5px 5px 5px 5px;
    border: 2.5px solid #fff;
    background: #fff;
}

.product-id { 
    margin-top: 22px;

}

section.product-details .spec-border-padding:hover {
    cursor: pointer;
}

section.product-details .spec-border-padding.active {
    border-color: #fffca1;
    background: #fffca1;
    color: #111;
    font-weight: 600;
}

section.product-details .warning-select {
    width: 100%;
    display: flex;
    margin-top: 2em;
    border-left: 5px solid #111111;
    background-color: #f2f2f6;
    padding: 0.4em;
    justify-content: space-between;
    align-items: center;
}

section.product-details .warning-select p {
    margin: 0;
    font-weight: 400;
    font-size: 10.2px;
}

section.product-details .warning-select .close {
    border: 1px solid #111;
    border-radius: 50%;
    padding: 1px 3px;
    font-size: 8px;
    cursor: pointer;
}


section.product-details .slider-nav div img {
    border: 2.5px solid #fff;
    background-color: #fff;
}

section.product-details .slider-nav div img:hover {
    border: 2.5px solid #111;
}

section.product-details .close {
    color: #111;
    float: right;
    cursor: pointer;
}

@media screen and (min-width: 500px) {
    section.product-details .content {
        display: none;
        margin-top: 20px;
    }

    section.product-details .product-detail-title {
        font-size: 24px;
    }

    section.product-details .product-detail-contain-info {
        font-size: 18px;
    }

    section.product-details .product-detail-price {
        font-size: 22px;
    }

    section.product-details .product-detail-symbol {
        font-size: 16px;
        
    }

    section.product-details .product-detail-moq {
        font-size: 18px;
    }

    section.product-details .tab {
        font-size: 16px;
    }

    section.product-details .content-description {
        font-size: 16px;
    }

    section.product-details .specifications-title {
        font-size: 18px;
    }

    section.product-details .variation-specification,
    section.product-details .product-id {
        font-size: 16px;
    }
    
    section.product-details .warning-select {
    width: 75%;
    display: flex;
    margin-top: 2em;
    border-left: 5px solid #111111;
    background-color: #f2f2f6;
    padding: 0.4em;
    justify-content: space-between;
    align-items: center;
}

section.product-details .warning-select p {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}
}

@media screen and (min-width: 768px) {

    section.product-details .prev,
    section.product-details .next {
        height: 40px;
    }
}

@media screen and (min-width: 1140px) {
    section.product-details .product-detail-container {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 30px;
    }

    section.product-details .product-detail-carousel {
        width: calc(55% - 15px);
    }

    section.product-details .product-detail-info {
        margin-top: 0;
        width: calc(45% - 15px);
    }
}