/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/**Header**/

.ecommerce h2{
    display: inline-block;
    margin: auto 1.5rem;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bigcommerce_product_categories li{
	display: block;
    border-bottom: 1px solid #e9e9e9;
}


.bigcommerce_product_categories a{
	display: block;
    padding: 8px 0;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    letter-spacing: .6px;
}



.bc-product-card__featured-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 22rem;
    margin: auto;
    padding: 1rem;
    border-radius: 0;
}

.bc-quickview-trigger--hover {
	border-radius: 20px;
	
}


button.bc-quickview-trigger {

	border-radius:20px !important;
	background:#fff7f2;
}



.bc-product-card__featured-image{
	height:22rem;
	align-content: center;
}




.svg-block{
    color:#E5DBDB;
    text-align: center;
    font-size:15px;
    font-family:Karla;
}

.svg-block h3{
    text-transform:uppercase;
    margin-bottom: 3px;
    color: #E5DBDB;
    font-style:inherit;
    font-weight: 800;
    font-size: 15px;
}

.svg-replace-icon{
    background-color: #96613D;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    display: block;
    margin: 5px auto 25px;
   
}

.svg-replace-icon img{
    padding:10px;
}



.svg-block .button{
    padding: 12px 24px;
}






@media (min-width: 1200px) {
    .bc-product-grid--5col>.bc-product-card:nth-child(5n) {
        margin-right: 20px;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .bc-product-grid--5col>.bc-product-card:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0;
    }
}




