﻿#modal-product-details
{

}

#header-body-product-details {
    margin-right: 10px;
}

    #header-body-product-details .close {
        font-size: 40px;
    }




.shop-detail-slider {
    margin-bottom: 15px;
}

.shop-detail-slider {
    position: relative;
}

    .shop-detail-slider .product-img {
        max-width: 320px;
        max-height: 320px;
    }

    .shop-detail-slider .discount-badge,
    .shop-detail-slider .out-of-stock {
        background: #ffc107;
        color: #000;
        font-size: 17px;
        left: 15px;
        padding: 6px 10px 8px 10px;
        position: absolute;
        top: 120px;
        z-index: 8;
        max-width: 150px;
        line-height: 20px;
    }

    .shop-detail-slider .out-of-stock {
        background: red;
        color: #fff;
    }

    .shop-detail-slider .status {
        right: 15px;
        position: absolute;
        top: 0;
        z-index: 9;
        background: #fff;
        width: 60px;
        height: 60px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        .shop-detail-slider .status img {
            background: #fff;
            width: 40px;
            height: 40px;
            padding: 0;
            margin: 0;
        }


    .shop-detail-slider .notify {
        left: 15px;
        position: absolute;
        top: 55px;
        z-index: 9;
        width: 45px;
        height: 45px;
        font-size: 28px;
        color: #aeaeae;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

        .shop-detail-slider .notify.added {
            color: gold;
        }

    .shop-detail-slider .favourite {
        left: 15px;
        position: absolute;
        top: 15px;
        z-index: 9;
        width: 45px;
        height: 45px;
        font-size: 28px;
        color: #aeaeae;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

        .shop-detail-slider .favourite.added {
            color: red;
        }

    .shop-detail-slider .product-img-list {
        color: red;
        display: flex;
        margin-top: 50px;
        align-items: center;
        justify-content: center;
    }

        .shop-detail-slider .product-img-list .product-img-list-item {
            width: 50px;
            height: 50px;
            margin-right: 2.5px;
            margin-left: 2.5px;
            border: 1px solid #e2dfdf;
            border-radius: 5px;
            cursor: pointer;
        }

        .shop-detail-right {
            background: #fff;
            border: 1px solid #eeeeee;
            border-radius: 1px;
            padding: 20px;
        }

    .shop-detail-right h2 {
        font-size: 24px;
        font-weight: 100;
        margin: 10px 0 5px;
        font-weight: 400;
    }

    .shop-detail-right > h6 {
        color: #666;
        font-size: 14px;
        margin: 0 0 19px;
    }

    .shop-detail-right .bay-panel {
        background: #fff;
        user-select: none;
        width: 250px;
    }


        .shop-detail-right .bay-panel .slider {
            background: #fff;
            border: 1px solid #e4e4e4;
            border-radius: 2px;
            height: 42px;
            width: 100%;
            margin-right: 15px;
            margin-bottom: 15px;
            user-select: none;
        }

            .shop-detail-right .bay-panel .slider input {
                border: 0;
                text-align: center;
                /*pointer-events: none;*/
                height: 40px;
            }

            .shop-detail-right .bay-panel .slider .btn.less,
            .shop-detail-right .bay-panel .slider .btn.more {
                background: #f7f7f7;
                border: 0;
                border-radius: 0 !important;
                width: 42px;
                height: 40px;
                font-weight: bold;
                font-size: 20px;
                padding: 0;
                margin: 0;
                padding-top: 4px;
            }



                .shop-detail-right .bay-panel .slider .btn.less:hover,
                .shop-detail-right .bay-panel .slider .btn.more:hover {
                    background: #d3d3d3;
                }

            .shop-detail-right .bay-panel .slider .btn:active {
                background: #e4e4e4;
            }

            .shop-detail-right .bay-panel .slider .btn.less {
                border-right: 1px solid #e4e4e4;
            }

            .shop-detail-right .bay-panel .slider .btn.more {
                border-left: 1px solid #e4e4e4;
            }



    .shop-detail-right .unity {
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
        vertical-align: middle;
    }


    .shop-detail-right .bay-panel .fractioned {
        display: flex;
        justify-content: space-around;
        margin-bottom: -1px;
        position: relative;
        z-index: 1;
        width: 100%;
        background: #fff;
    }

        .shop-detail-right .bay-panel .fractioned .item {
            display: flex;
            flex: 1;
            justify-content: center;
            border-bottom: 1px solid #e4e4e4;
            padding-top: 10px;
            padding-bottom: 5px;
            color: #908e8e;
            font-size: 15px;
            font-weight: bold;
        }

            .shop-detail-right.bay-panel .fractioned .item:hover {
                background: #eeeeee;
            }

            .shop-detail-right .bay-panel .fractioned .item.selected {
                background: #f7f7f7;
                color: #169616;
                border-bottom: 1px solid #169616;
            }


    .shop-detail-right .cashback {
        line-height: 1.3em;
        background: #bf0909;
        text-align: center;
        margin-top: 8px;
        padding: 4px 10px;
        color: white;
        display: inline-block;
    }

.short-description {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    padding: 22px;
    margin-top: 30px;
}

.shop-detail-right .regular-price {
    font-size: 14px;
    font-weight: 100;
    margin: 0 0 5px;
    color: #666 !important;
    text-decoration: line-through;
    display: block;
}

.shop-detail-right .offer-price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

    .shop-detail-right .offer-price.final {
        font-size: 26px;
    }

.shop-detail-right .feature-box .mdi {
    background: #23bd5b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}

.shop-detail-right .feature-box h6 {
    font-weight: 400;
}

.shop-detail-right .feature-box {
    margin: 4px 0;
}



.shop-detail-right .atributos .cor {
}
    .shop-detail-right .atributos .cor .cor-container {
        display: flex;
        margin-top: 5px;
        flex-wrap: wrap;
    }

    .shop-detail-right .atributos .cor .item {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        margin-right: 8px;
        margin-bottom: 5px;
        outline: 1px solid #5a5858 !important;
        border: 2px solid #fff;
        text-decoration: none;
        position: relative; /* Necessário para o pseudo-elemento funcionar corretamente */
    }


        .shop-detail-right .atributos .cor .item.selecionado {
            outline: 3px solid #0df10d !important;
           
        }
        
        .shop-detail-right .atributos .cor .item.indisponivel {
          
        }

            .shop-detail-right .atributos .cor .item.indisponivel::before,
            .shop-detail-right .atributos .cor .item.indisponivel::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 60%;
                height: 2px; /* Espessura da linha */   
                background-color: #fff; /* Cor da linha */
                transform-origin: center;
                opacity: 0.5
            }

            .shop-detail-right .atributos .cor .item.indisponivel::before {
                transform: translate(-50%, -50%) rotate(45deg); /* Primeira linha diagonal */
            }

            .shop-detail-right .atributos .cor .item.indisponivel::after {
                transform: translate(-50%, -50%) rotate(-45deg); /* Segunda linha diagonal cruzando */
            }





.shop-detail-right .atributos .tamanho {
}

    .shop-detail-right .atributos .tamanho .tamanho-container {
        display: flex;
        margin-top: 5px;
        flex-wrap: wrap;
    }

    .shop-detail-right .atributos .tamanho .item {
        outline: 1px solid #d8d6d6 !important;
        border: 2px solid transparent;
        margin-right: 5px;
        margin-bottom: 5px;
        font-weight: bold;
        padding: 2px 10px 2px 10px;
        border-radius: 2px;
        text-decoration: none;
        min-width: 25px;
        text-align: center;
        position: relative; /* Necessário para o pseudo-elemento funcionar corretamente */
    }

        .shop-detail-right .atributos .tamanho .item.selecionado {
            outline: none;
            border: 2px solid #0df10d;
        }

        .shop-detail-right .atributos .tamanho .item.indisponivel {
           
        }

            .shop-detail-right .atributos .tamanho .item.indisponivel::before,
            .shop-detail-right .atributos .tamanho .item.indisponivel::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 30px;
                height: 2px; /* Espessura da linha */
                background-color: #e60f0f; /* Cor da linha */
                transform-origin: center;
                opacity: 0.5
            }

            .shop-detail-right .atributos .tamanho .item.indisponivel::before {
                transform: translate(-50%, -50%) rotate(45deg); /* Primeira linha diagonal */
            }

            .shop-detail-right .atributos .tamanho .item.indisponivel::after {
                transform: translate(-50%, -50%) rotate(-45deg); /* Segunda linha diagonal cruzando */
            }



.shop-detail-right .atributos .voltagem {
}

    .shop-detail-right .atributos .voltagem .voltagem-container {
        display: flex;
        margin-top: 5px;
    }

    .shop-detail-right .atributos .voltagem .item {
        outline: 1px solid #d8d6d6 !important;
        border: 2px solid transparent;
        margin-right: 5px;
        margin-bottom: 5px;
        font-weight: bold;
        padding: 2px 10px 2px 10px;
        border-radius: 2px;
        text-decoration: none;
        min-width: 25px;
        text-align: center;
        position: relative; /* Necessário para o pseudo-elemento funcionar corretamente */
    }

        .shop-detail-right .atributos .voltagem .item.selecionado {
            outline: none;
            border: 2px solid #0df10d;
        }

        .shop-detail-right .atributos .voltagem .item.indisponivel {
            opacity: 0.6;
            background-color: #d8d6d6;
        }

            .shop-detail-right .atributos .voltagem .item.indisponivel::before,
            .shop-detail-right .atributos .voltagem .item.indisponivel::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 30px;
                height: 2px; /* Espessura da linha */
                background-color: #e60f0f; /* Cor da linha */
                transform-origin: center;
                opacity: 0.5
            }

            .shop-detail-right .atributos .voltagem .item.indisponivel::before {
                transform: translate(-50%, -50%) rotate(45deg); /* Primeira linha diagonal */
            }

            .shop-detail-right .atributos .voltagem .item.indisponivel::after {
                transform: translate(-50%, -50%) rotate(-45deg); /* Segunda linha diagonal cruzando */
            }