﻿.main-content {
    position: inherit;
}
.logo-home {
    position: absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
}
.item-slider {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}

.list-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    width: 50px;
    display: table;
    z-index: 9;
}

    .list-slide ul {
        display: table-cell;
        vertical-align: middle;
    }

        .list-slide ul li {
            width: 50px;
            height: 80px;
            padding: 0 5px;
            border: 1px solid transparent;
            border-radius: 4px;
        }

            .list-slide ul li:hover {
                cursor: pointer;
            }

            .list-slide ul li.active {
                border-color: #000000;
            }

            .list-slide ul li img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

.list-avatar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.list-avatar .item-avatar {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    padding-top:73px;
}

.list-avatar .item-avatar .avatar-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin:auto;
}
/*-------info----*/
.product-info {
    position: absolute;
    top: 103px;
    overflow-y: auto;
    left:20%;
    /*transform:translateX(-50%);*/
}

    .product-info .header-tmp {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 70px 75px 0 40px;
        display: none;
    }

    .product-info .name-price {
        margin-bottom: 48px;
    }

    .product-info .name {
        font-family: nunito-bold;
        font-size: 32px;
        font-weight: 700;
    }

    .product-info .price {
        font-weight: 600;
        float: right;
        font-size: 16px;
        line-height: 3;
    }

    .product-info .info-panel {
        padding: 16px 0;
    }

        .product-info .info-panel h3 {
            letter-spacing: 1px;
            font-size: 18px;
            /*text-transform: uppercase;*/
            margin-bottom: 8px;
            color: #131313;
            font-weight: normal;
            font-family: "Open Sans", "Karla", "HelveticaNeue", "Helvetica Neue", sans-serif;
        }

        .product-info .info-panel p {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 13px;
            color: #747679;
        }

        .product-info .info-panel ul {
            display: inline-block
        }

        .product-info .info-panel li {
            display: inline-block;
            margin-right: 10px;
            border: 1px solid #000;
            height: 40px;
            width: 40px;
            text-align: center;
            line-height: 2.6;
            border-radius: 5px;
        }

            .product-info .info-panel li button {
                width: 100%;
                color: #333333
            }

                .product-info .info-panel li button:hover {
                    opacity: 0.7;
                }

                .product-info .info-panel li button:focus {
                    background-color: #000;
                    color: #fff;
                }

.btn-addbag {
    /*display: inline-block;*/
    height: 40px;
    width: 200px !important;
    text-align: center;
    line-height: 2.6;
    border-radius: 5px;
    color: #fff !important;
    background: #000;
    float: right;
}

.product-info .info-panel .btn-addbag {
    color: #fff !important;
}

.product-info .info-panel.final {
    margin-top: 48px;
}

    .product-info .info-panel.final a {
        display: inline-block;
        color: #333333
    }

        .product-info .info-panel.final a:first-child {
            opacity: 0.5
        }

        .product-info .info-panel.final a:last-child {
            float: right;
        }

.size-item.active {
    background: #1a1a1a;
}

    .size-item.active button {
        color: #fff !important;
    }

.layover {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    display: block;
}
