﻿
.quantity {
    width: 60px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.qtySelector {
    font-size: 30px;
    color: #117d99;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.qtyContainer {
    border: 1px solid #c0c0c0;
    border-radius: 20px;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}

.productOuter {
    margin: 5px;
    padding: 0;
    /* padding:10px 20px; */
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    text-align: center;
}

.productImageContainer {
    width: 100%;
    height: 500px;
    padding: 10px;
}

.productImage {
    max-width: 100%;
    max-height: 480px;
    cursor: pointer;
}

.productTitle {
    background-color: #eee;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 10px;
}

.linkPnl {
    background-color: #c0c0c0;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
}

.productDescription {
    color: #909090;
    font-size: 14px;
}

.productPrice {
    color: #404040;
    font-size: 24px;
    font-weight: 600;
}

.quickBuy {
    display: none;
    width: 100%;
    height: 300px;
    text-align: center;
    height: 480px;
    box-shadow: inset 0 0 0 1000px rgba(255,255,255,.9);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border:1px solid #c0c0c0;
    border-radius:10px;
}
