﻿.productInfo {
    max-width: 1330px;
}

* {
    box-sizing: border-box;
}

#new-product-description {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25em;
    display: block;
    text-align: initial;
}

    #new-product-description div {
        font-size: 14px;
    }

    #new-product-description p {
        line-height: 1.65;
    }

#like {
    display: none;
}

#multiimage-gallery {
    width: 100%;
    display: block;
    /* margin: 0 auto; */
    /*height: 10vh;*/
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 4px;
    width: 100%;
}

    .row img {
        max-width: 100%;
    }

.column {
    flex: 12.5%;
    max-width: 12.5%;
    padding: 0 4px;
}

    .column img {
        margin: 8px;
        vertical-align: middle;
        width: 100%;
    }

#product-desc dl {
    margin: 10px 0;
    margin-top: 2vh;
    display: flex;
    /*column-gap: 5px;*/
}

.active, .demo:hover {
    border: 1.5px solid #000000;
}

.relateItem {
    display: none;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .column {
        flex: 50%;
        max-width: 35%;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1266px) {
    #product-desc {
        width: 375px;
    }

    #product-gallery {
        margin-left: 5vw;
    }
}

@media screen and (min-width: 1240px) {
    #product-desc {
        width: 400px;
    }
}

@media screen and (min-width: 1267px) {
    #product-gallery {
        margin-left: 140px;
    }
}

@media screen and (max-width: 1015px) {
    .productInfo {
        display: flex;
        flex-direction: column;
    }

    #product-gallery {
        width: 80% !important;
        left: 50%;
        transform: translateX(-50%) !important;
        margin-bottom: 5vh;
    }

    #product-desc {
        margin: auto !important;
    }
}

</style >

<style >
body {
    font-family: 'Montserrat';
}

.order-button {
    padding: 0 0.5vw;
}

.product_box h1 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: bold;
    color: #000;
    letter-spacing: .2em;
    padding-bottom: 2vh;
    text-transform: uppercase;
}

.price_box {
    font-family: 'Montserrat';
    font-size: 16px;
    padding-bottom: 2vh;
}

    .price_box .sys_product_price, .product_desc {
        letter-spacing: normal;
    }

    .price_box #price_currency {
        color: #5D5D5D;
    }

.productinfo_parameter dt {
    text-transform: uppercase;
}

.productinfo_storenum, #num_div span {
    text-transform: uppercase;
}

#product-gallery {
    width: calc(50vw - 5vw);
    max-width: 550px;
    padding: 0;
}

#product-desc {
    max-width: 500px;
    padding: 0;
    margin-left: 6vw;
    margin-right: 100px;
}

    #product-desc * {
        text-align: left;
    }

#product-detail {
    margin-bottom: 15vh;
}


#thebtn * {
    text-align: center;
}

dl {
    padding-bottom: 2vh;
}

    dl > select {
        color: #000;
        font-weight: 700;
        margin-left: 15px;
        opacity: 1;
    }

dt {
    width: 80px;
    height: auto;
    padding: 2px 0;
    letter-spacing: normal;
    line-height: normal;
}

dd label {
    letter-spacing: normal;
}

.sys_product_spec table td span.selected label {
    color: #000;
    font-weight: 700;
    opacity: 1;
}

.sys_product_saleprice {
    font-size: 18px;
}

#store_div, #num_div {
    padding-bottom: 1vh;
}

#store_div {
    display: none;
}

.payment-options input {
    width: auto;
    color: #1C1B1B;
    background-color: transparent;
    float: none;
    border-bottom: 1px solid #1C1B1B;
}

    .payment-options input:hover {
        background-color: #000;
        color: #FFF;
        border-bottom: 1px solid #FFF;
    }

.order-button input:hover {
    background-color: #FFF;
    color: #000;
}

#num_div dd {
    letter-spacing: normal;
}

#num_div b {
    padding-left: 10px;
}

@media only screen and (max-width: 810px) {
    #product-detail {
        margin-bottom: 5vh !important;
    }
}
