﻿.product-card { 
    width: 150px; 
}

#open-cart-btn { 
    font-size: 0.75rem; 
} 
.main_heading h1 {
    text-transform: uppercase;
}
@media(min-width:992px){
    .earing_row {
        height: auto;
    }
    .product-card-img, product-card-img  img{
        height: 241px;
        width:182px;
    }
    .breadcrumb{
        width:852px;
    }
}@media(min-width:1200px){
     .product-card{
         width:252px;
         height:469px;
     }
    .product-card-img, product-card-img  img{
        height: 363px;
        width:252px;
    }
    .earing_row, .accessories_page_main_column {
        height: auto;
        margin-bottom:0px;
    }
    .breadcrumb {
        width: 1128px;
    }
    
}
 @media(min-width:2000px){
    .breadcrumb {
        width: 1870px;
        margin-top:65px;
    }
     .product-card{
         width:341px;
         height:625px;
     }
    .product-card-img, product-card-img img {
        height: 501px;
        width: 341px;
    }
    product-price, .product-price p{
        margin:0px;
    }
    .earing_row, .accessories_page_main_column {
        margin-top: 20px;
        width: 1870px;
    }
        .earing_row{
        width:1870px;
        height:650px;
    }
    .candle_product_container, .accessories_page_main_column {
        width: 1870px;
    }
   
}