#product-page { padding-bottom: 150px; }

.product {
    display: flex;
    margin-top: 20px;
}

.product-img-wrapper {
    display: flex;
    position: relative;
}

#product-alt-img {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    width: 120px;
    height: 620px;
}

#product-alt-img::-webkit-scrollbar {
    display: none;
}

#product-alt-img div {
    margin-bottom: 20px;
}

#product-alt-img div:last-child {
    margin-bottom: 0;
}

#product-alt-img img{
    cursor: pointer;
}

#product-alt-img img.selected {
    box-shadow: 1px 1px 6px 3px #dedede;
    /* border: 1px solid #ffffff; */
}

.prd-size-wrapper {
    display: flex;margin: 20px 0px 0px 0px; align-items: center;    
}


.product-img img { width: 350px; }

.product-img {
    width: 420px;
    height: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#prd-img-zoom-wrapper { position: relative; overflow: hidden; height: 590px; }

.product-dtls-wrapper { padding-left: 50px; flex: 1; }

h2.product-brand {
    margin: 0;
}

.product-name {
    color: gray;
    padding-top: 3px;
}

.product-size {
    display: flex;
    margin-right: 10px;
}

.product ul li {
    display: flex;
}

.product ul li div:first-child {
    width: 125px;
}

/*.product-qty { position: relative; margin-right: 10px; height: 35px; }*/

.product-qty .count {
   cursor: pointer;
    background-color: #9c9c9c;
    color: #fff;
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-qty .fa {
    font-size: 10px;
}

#order-qty-wrapper, #product-blk .loading {
   position: relative;
    margin-top: 10px;
    display: flex;
    height: 32px;
    zoom: 85%;
    flex-wrap: wrap;
}

.product-qty input {
    height: 100%;
    font-weight: 600;
    border: 1px solid #dedede;
    padding: 0px 5px;
    text-align: center;
    outline: none;
    background-color: #6b6b6b;
    font-size: 1em;
    color: #fff;
    width: 42px;
    margin: 0px 5px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.price {
    display: flex;
    margin-top: 20px;
}

.price h2, .price p { margin: 0; }

.price h2 span { position: relative; top: 2px; }

.product-dtls h2 {
    margin-bottom: 6px;
    margin-top: 40px;
}

.prd-desc { min-width: 500px; }

#product-blk #item-size {
    display: flex;
    flex-wrap: wrap;
}

#product-blk .size {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 13px;
    position: relative;
    margin-right: 6px;
    margin-bottom: 5px;
}

.prd-details {
    width: 40%;
    margin-top: 25px;
}

.spec-blk {
    border-bottom: solid 1px #eaeaec;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
}

.spec-hdr {
    color: gray;
    font-size: 12px;
    margin-bottom: 5px;
}

#product-blk .loading {
    margin-right: 10px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.prd-details table td {
    border: 1px solid #dedede;
}

#product-blk .size.nil-stock {
    background: #909090 !important;
    cursor: default;
    color: #c7c7c7;
}

#product-blk .size.selected {
    background-color: var(--primary) !important;
    /* box-shadow: 1px 1px 1px 1px #adadad; */
    border: none;
    color: white !important;
}

#choose-qty-msg {
    margin-bottom: 0;
    display: inline-block;
    background-color: #fff;
    margin-top: 10px;
}

#product-blk .size.in-list {
    background: #6b6b6b;
    color: white;
}

#product-blk .size .sel-qty {
    display: flex;
    background-color: #808080;
    color: #fff;
    font-weight: bold;
    font-size: .55em;
    padding: 4px;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0px;
    right: 0;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

input[type="radio"] {
    margin: 0;
    margin-right: 8px;
    height: 15px;
    width: 15px;
}

#qty-plus.disabled {
    opacity: 0.3;
    cursor: no-drop;
}