/**
 * @category    Mana
 * @package     ManaPro_ProductPlusProduct
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */    
.m-bought-together {
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	float: left;
	margin-top: 20px;
	padding: 15px;
	width: 100%;
}
.m-bought-together-visuals { overflow: hidden; }
.m-bought-together-products { overflow: hidden; }
.m-bought-together-products>li { float: left; margin: 0 5px 10px 5px; }
.m-bought-together-summary {   
	float: none;
	clear: both;
	width: 100%; 
}
.m-bought-together-options {
  clear: both;
}
.m-bought-together-summary{
  margin-top: 15px !important;	
}
.m-bought-together-add-to-box { float: none; margin: 0; padding: 0; }
.m-bought-together .add-to-links,
.m-bought-together .add-to-cart { float: none; margin: 10px 0 0; padding: 0; }
.m-bought-together button.button  { margin:0; padding:0; }
.m-bought-together .m-separator { background: transparent url(../images/manapro_productplusproduct/plus.png) center center no-repeat; width:30px; margin: 0 0 12px; }
.m-bought-together .m-product img { border: 1px solid #ebebeb; }
.m-bought-together-subtotal {
	float:left;
	color: #909090;
	font-size: 30px;
	font-family: montserrat;	
}
.m-bought-together-subtotal span{
  clear: both;
  float: left;
}
.m-bought-together-add-to-box{
  float: right;
  margin: 0 !important;
}
.m-bought-together-add-to-box .add-to-cart{
	margin: 0 !important;
	padding-right: 5px;
}
.m-bought-together-add-to-box .add-to-cart .button{
	width:auto !important;
	padding: 25px !important;
	font-size: 16px !important;
}
.m-bought-together-subtotal-label{
	  padding-bottom: 10px;
	font-family: montserrat;		
	color: #f06d14;
	font-size: 15px;
}
.m-bought-together-options label{
	font-weight:normal !important;

}
@media (max-width: 991px) {
.add-to-box.m-bought-together-add-to-box {
    clear: both;
    float: left;
    padding-top: 20px;
}
}