﻿.product-item {
    padding-top: 20px !important;
}

.prodqty {
    height: 10px;
}

.prodname {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manufacturername {
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imagecontainer-landscape {
    width: 185px !important;
    height: 100px !important;
    padding-right: 62%;
}

.imagecontainer-portrait {
    /*width: 185px !important;
    height: 185px !important;*/
    /*padding-right: 62%;*/
    display: flex;
    justify-content: center;
}

.prodimage-landscape {
   /* max-width: 225px !important;*/
}

.prodimage {
    height: auto;
    width: auto;
    max-width: 172px;
    max-height: 185px;
}

.product-imageitem-landscape {
    width: 215px !important;
    height: 255px !important;
    padding-top: 20px !important;
}

.product-imageitem-portrait {
    width: 215px !important;
    height: 335px !important;
    padding-top: 20px !important;
}

@media only screen and (max-width: 768px) {
    .product-item {
        width: 222px;
    }
}

@media only screen and (max-width: 480px) and (min-width: 360px) {
    .section-heading {
        background: rgb(215, 215, 215);
        padding: 13px 8px;
        padding-left: 35px;
    }
}

@media only screen and (max-width: 769px) and (min-width: 690px) {
    .section-heading {
        background: rgb(215, 215, 215);
        padding: 13px 8px;
        padding-left: 45px;
    }

    .floatclass {
        z-index: 9999 !important;
        bottom: 9%;
    }
}

@media only screen and (max-width: 500px) and (min-width: 300px) {
    .floatclass {
        z-index: 9999 !important;
        bottom: 9%;
    }
}

.borderPromoProductBox {
    border-style: solid;
    border-color: goldenrod;
    padding: 20px;
    height: 160px;
    margin-top: 0px !important;
}

.borderDEAProductBox {
    border-style: solid;
    border-color: black;
    padding: 20px;
    height: 160px;
    margin-top: 3px !important;
}

.border-box {
    border-style: solid;
    border-width: thin;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-top: 0px !important;
    padding-bottom: 35px;
}

.floatclass {
    pointer-events: none;
    text-align: center;
    position: fixed;
    bottom: 6.5%;
    right: 10px;
    left: 10px;
    z-index: 9999;
}

.btn-primary {
    pointer-events: all;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 2px !important;
}

.prod-head-align {
    margin-top: 1px !important;
    margin-bottom: 5px !important;
}


.imp-safety {
    font-family: ArialMT, Arial;
    color: rgb(81,81,81);
    font-size: 14px;
    font-weight: lighter;
    padding-left: 14px;
}
.box-color {
    color: rgb(30, 30, 30);
}
.dea-disclaimer {
    color: black;
    font-style: italic;
    font-weight: 500;
    font-size: large;
}
.warning-color {
    color:#0060b3fa;
}
