.image-gallery {
    border: 1px;
}

.img-main {
    width: 640px;
    height: 512px;
}

.img-thumbnail {
    height: 90px;
    width: 90px;
}
.img-thumbnail.active {
    cursor: pointer;
    border: 2px solid #0a53be;
}

.name {
    font-size: 30px;
    margin-bottom: 16px;
}

.in-stock {
    color: #0a7a0a;
    font-weight: 600;
    margin-bottom: 16px;
}

.free-shipping {
    display: inline-block;
    color: #ffffff;
    background-color: #0a7a0a;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    padding: 4px 10px;
    margin-bottom: 16px;
}

.price-container {
    margin-bottom: 24px;
}
.original-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-left: 12px;
}
.current-price {
    font-size: 36px;
    font-weight: 700;
    color: #0e33de;
}
.discount {
    font-size: 18px;
    color: #d32f2f;
    font-weight: 600;
    margin-left: 12px;
}

.sku {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}

.description-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1px;
}

.actions {
}

button.buy {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
    flex: 1;
    min-width: 200px;
}
.buy-now {
    background: #0a48a4;
    color: #fff;
    border: none;
}
.buy-now:hover { background: #ea1067; }
.buy-it-now {
    background: #ec7918;
    color: #000;
    border: none;
}
.buy-it-now:hover { background: #ea1067; color: #fff; }
