.description p {
    margin-top: 10px;
}

.size-selector{
    width: var(--input-width-lg);
    padding-bottom: var(--dimen-md) !important;
}

/* images */
.product .img-hover {
    display: none;
}

.product .img-normal {
    display: block;
}

.product:hover .img-normal {
    display: none;
}

.product:hover .img-hover {
    display: block;
}

/* FancyBox CSS */
.product .image-expand {
    position: relative;
    z-index: 5000;
    float: right;
    right: 35px;
}

.product .image-expand .image-expand-icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 5px;
    left: 0;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    right: 11px;
    font-size: 12px;
    -webkit-box-shadow: 1px 1px 6px #ffffff;
    box-shadow: 1px 1px 6px #ffffff;
}

.product .expand-icon {
    color: #717D7E;
}

@media screen and (max-width: 768px) {
    .product .image {
        padding-bottom: 0;
    }
    .product .content {
        padding-top: var(--dimen-lg);
        border-top: 1px solid var(--color-line);
    }

    .z-indexed {
        z-index: 2;
        position: relative;
        background-color: #fff;
    }

    .icon-scroll {
        top: 16px;
        right: 16px;
        position: absolute;
    }
}
