/* Fastcommerce - Buy Together  Mar/2016 (v1) */
#bTContainer{width:100%;float:left;min-height:1px;margin:25px 0;}
.bTItem{min-height:280px;float:left;margin:0 10px;padding:10px;text-align:center;position:relative; }
.bTItem:after{content: " ";background:url("/images/plus.svg?cccfc=1") no-repeat;background-size:100%;width:18px;height:18px;position:absolute;}
.bTItensContainer > div:last-of-type:after{background:none;content:"";}
.bTTotalBuy{float:left;}
.bTTotalsPrices{position:relative;padding:10px;}
.bTTotalBuy:before{content:" ";background:url("/images/equal.svg?cccfc=1") no-repeat;background-size:100%;width:18px;height:18px;position:absolute;left:-20px;top:85px;}
.bTProdSelectName{width:100%;clear:both;padding:5px 0;position:relative;top:-60px;}
.bTProdSelectName label{font-size:14px;}
.bTText{float:left;width:100%;clear:both;font-weight:700;display:block;margin:0 0 5px 0;}
.bTAddProd{position:absolute;left:4px;top:4px;z-index:99;font-size:0.8em;}
.EqualSeparator{float:left;font-weight:700;display:block;width:18px;margin:75px 0 0 0;}
.EqualSeparator svg{width:100%;}
.bTImgProd {width: 100%; padding: 0 5px 0 5px; margin-bottom: 15px;}
.bTImgProd img{max-width:100%;max-height:190px;}
#bTDescrProdConj li{list-style:none;margin:2px 0;}
.bTProdName{min-height:40px;font-size:14px;font-weight:400;}
.bTIntProd{min-height:30px !important;}
.bTPriceProd{font-size:16px; text-align:center;height:100px !important; color:#ff1d27;}
.FCfnShowEconomyConj {color:#ff1d27;text-align:center;font-size:14px;font-weight:400;display:block;margin:6px 0;}
.FCfnShowEconomyConj b {font-weight:700;}
.bTPriceProd .FCCurrencyLabel{}
#PricesCJ h3{color:#000;font-size:20px;margin:0 0 20px 0;font-weight:400;}
.bTProdPrice{margin:10px 0 10px 0;}
.bTPriceDe {color:#a6a6a6 !important;}
.bTPricePorCont{display:block;margin:5px 0;}
.bTPricePor, .bTOriPrice{font-weight:700;font-size:25px;color:#ff1d27;}
.bTEconomy {display:block; color:#ff1d27; font-weight:400}
.bTEconomy b {font-weight:700}
.bTPriceOff{font-size:14px;}
#bTEconomyItemConj {font-size:12px; color:#a6a6a6; margin:5px 0;}
#BotComprarCJ{margin:15px 0 0 0;}
#BotComprarCJ a img{max-width:100%;}

@media only screen and (max-width:640px){
#bTContainer {width: 100%;}	
.bTItem{width:90%;clear:both;min-height:310px;}
.bTTotalsPrices {min-height: 190px; float: none; margin: 0 auto; display: table !important; top: -30px;}
.bTItem:after{right:50%;bottom:15px;}
}

@media only screen and (min-width:641px) and (max-width:1023px) {
#bTContainer {width: 96%;}
.bTItem{width:27%;min-height:280px;}
.bTTotalsPrices{width:31%;min-height:280px;float:left;margin:15px 5px;}
.EqualSeparator{float:left;}
.bTItem:after{right:0;top:85px;}
}

@media only screen and (min-width:1024px){
#bTContainer {width: 96%;}
.bTItem{width:20%;min-height:280px;}
.bTTotalsPrices{width:16%;min-height:280px;float:left;margin:15px 5px;}
.bTTotalBuy{float:left;width:100%;}
.EqualSeparator{float:left;display:block;}
.bTItem:after{right:0;top:85px;}
}