.in-stock {color: green;}
.low-stock {color: orange;}
.out-of-stock {color: red;}

#$1-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/dollar.jpg), #727be2;
    
}
#WiPhone_Pro_Clear-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#WiPhone_Pro_Gray-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#WiPhone_Regular_Clear-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#WiPhone_Regular_Gray-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#LoRa_Radio_915MHz-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#LoRa_Radio_868MHz-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#Screw_Terminal_Breakout-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#Header_Breakout-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#microSD,_32GB-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#LTE-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#Backpack_Breakout-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#2G-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#LED_Array-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#RC_Car-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#Bus_Pirate-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}
#Mega-bg {
    /*background: url(../../static/img/), #727be2;*/
    background: url(../..//static/img/bg-pattern.png), #727be2;
    
}

.product-card{
    /* font-size: 0.8em; */
    margin-bottom: 1.5rem;
}

.product-technical-details{
    font-size: 1.2rem;
    background-color:#f9f9ff;
}

.product-qty svg{
    width:12px;
    height:12px;
}

/*UG has some strange ideas about what makes a thumbnail look good */
.ug-thumb-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
}

.ug-item-wrapper img {
    filter: drop-shadow(10px 10px 10px #bfbfbf);
    padding-bottom: 25px;
    padding-right: 25px;
    width: auto !important;
}

.product-sec {
    padding-top: 3rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media screen and (max-width: 767px) {
    .product-sec {
	padding-right: 0;
	padding-left: 0;
    }

    .product-sec h1,
    .product-sec p{
        text-align: center;
    }

    /* .product-sec ul{ */
    /*     padding-left: 0; */
    /* } */

    .product-sec p,
    .product-sec ul,
    .product-sec table{
        font-size: 1rem;
    }

    .product-sec h1{
        font-size: 2rem;
    }

    .product-sec h2{
        font-size: 1.8rem;
    }

    .product-sec img {
	max-width: 100%;
    }

    .product-p0{
	padding-right: 0;
	padding-left: 0;
    }
}