/*START 2-INTERRACTION GRID*/
#cbp-vm{margin-bottom:25px;}
 /* Main container */ .cbp-vm-switcher {/* padding: 20px;*/ } /* options/select wrapper with switch anchors */ .cbp-vm-options { text-align: right; border-bottom: 1px solid #eee; } .cbp-vm-options a { display: inline-block; width: 32px; height: 40px; overflow: hidden; white-space: nowrap;  margin: 2px; } .cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {  } .cbp-vm-options a:before { width: 40px; height: 40px; line-height: 40px; font-size: 30px; text-align: center; display: inline-block; }.cbp-vm-switcher ul { list-style: none; padding: 0; margin: 0; } /* Clear eventual floats */ .cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after { content: " "; display: table; } .cbp-vm-switcher ul:after { clear: both; } .cbp-vm-switcher ul li { display: block; position: relative;} .cbp-vm-image { display: block; margin: 0 auto; } .cbp-vm-image img { display: inline-block; max-width: 100%; border: none; } .cbp-vm-title { margin: 0; padding: 0;   font-family: default;font-weight:bold;padding-bottom:10px;letter-spacing:2px; } .cbp-vm-price { color: #c0c0c0; } .cbp-vm-add {    
    padding: 10px 20px;
    border: 1px solid lightgray;
    border-radius: 2px;
   
    display: inline-block;
    transition: background 0.2s;
    font-family: default;
    font-size: 14px; }/* Individual view6 mode styles */ /* Large grid view */ .cbp-vm-view-grid ul { text-align: center; } .cbp-vm-view-grid ul li {  text-align: center;  padding: 5px; margin: 50px 0 0; margin-top:30px;display: inline-block; min-height: 400px; vertical-align: top; margin-right: 8px;margin-left:8px; } .cbp-vm-view-grid ul li:hover{ border:0px solid #e39a31; transition: all 0.3s ease-in-out; } .cbp-vm-add:hover{  } .cbp-vm-options a:hover{color:black;transition: all 0.3s ease-in-out;} .cbp-vm-view-grid .cbp-vm-title { font-size: 2em; } .cbp-vm-view-grid .cbp-vm-details {line-height:27px;    font-family: default;font-size:15px; max-width: 300px; min-height: 70px; margin: 0 auto; } .cbp-vm-view-grid .cbp-vm-price { margin: 10px 0;color: #464646;
    font-size: 25px; } /* List view */ .cbp-vm-view-list li { padding: 20px 0; white-space: nowrap; } .cbp-vm-view-list .cbp-vm-image, .cbp-vm-view-list .cbp-vm-title, .cbp-vm-view-list .cbp-vm-details, .cbp-vm-view-list .cbp-vm-price, .cbp-vm-view-list .cbp-vm-add { display: inline-block; vertical-align: middle; } .cbp-vm-view-list .cbp-vm-title {     font-size: 19px;
    padding: 23px;
    white-space: normal;
    width: 20%;

    font-weight: bold; } .cbp-vm-view-list .cbp-vm-price {width:100%; margin: 10px 0;
    color: #464646;
    font-size: 25px;text-align:center; } .cbp-vm-view-list .cbp-vm-details {
    font-size: 16px;margin-bottom: 10px;} .cbp-vm-view-list .cbp-vm-add { margin: 0; } @media screen and (max-width: 66.7em) { .cbp-vm-view-list .cbp-vm-details { width: 30%;margin-left:30px; } } 



@media screen and (max-width: 47.375em) { .cbp-vm-view-list .cbp-vm-image { width: 20%; } .cbp-vm-view-list .cbp-vm-title { width: auto; } .cbp-vm-view-list .cbp-vm-details { display: block; width: 100%; margin: 10px 0; } .cbp-vm-view-list .cbp-vm-add { margin: 10px; } } 
.cbp-vm-view-list .cbp-vm-image img {    
	float: left;
   
    width:100%!important;
    height: 100%;
    object-fit: cover;}
.cbp-vm-view-grid .cbp-vm-image img{
    width: 100%;
	height:250px;
   object-fit: cover;
    object-position: center center;
    

}

.interactive_grid_price{z-index: 7;
    position: absolute;
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    font-style: normal;
    width: 4em;
    height: 4em;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: rgba(255,255,255,1)!important;
    background-color: #6da66d;
}


.interactive_grid_price2{z-index: 7;
    position: absolute;
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    font-style: normal;
    width: 3em;
    height: 3em;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: rgba(255,255,255,1)!important;
    right:0px;
}



.products_category{display: block;
    font-size: 13px;margin-bottom: 12px;
    font-weight: 300;
    line-height: 1;
    font-style: italic;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: normal;}

.product_title{  display: inline-block;
    font-family: inherit;margin-bottom: 15px;
    font-size: 17px;
    line-height:20px;
	letter-spacing:0.3px;
    color: #333;}

@media screen and (max-width: 900px){
.cbp-vm-options{display:none;}
}


.cbp-vm-view-list .products_category{ float: right; padding: 10px;  font-style: normal;}
.cbp-vm-view-list .xxx{float:left;    margin-bottom: 25px;
    height: 100%;
    position: relative;
    width: 20%;
    margin-right: 25px;}
.cbp-vm-view-list .cbp-vm-add{    margin-top: 2%;}
.cbp-vm-view-list li{height:280px;}
.cbp-vm-view-list li{border-bottom:1px solid #eee;}

.featured_start .cbp-vm-view-grid ul li{width:21%!important;}


.cbp-vm-view-grid .xxx{margin-bottom:25px;}


/*END 2-INTERRACTION GRID*/