/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

/*.nm-single-product-showcase {position: relative;}*/
/*
.nm-single-product-showcase .tm-floating-box,
.single .tm-floating-box{
    position: fixed;
    top: 275px; /* 180px * /
    bottom: auto;
	right: 40px;
	box-shadow: 0 0 3px #000;
    border-radius: 10px;
}

.tm-floating-box .tm-fb dd {
    padding-bottom: 5px;
}

@media screen and (max-width: 1366px) {
	.nm-single-product-showcase .tm-floating-box,
	.single .tm-floating-box{
    	top: auto;
    	bottom: 0;
	}
} */


.woo-product-cart-container {
    position: fixed;
    top: 275px; /* 180px */
    bottom: auto;
	right: 40px;
	box-shadow: 0 0 3px #000;
    border-radius: 10px;
	background: #fff;
	padding: 14px;
	z-index: 510;
}
.woo-product-cart-container .nm-quantity-wrap {
	border: none;
}
.woo-product-cart-container .tm-floating-box,
.woo-product-cart-container .acream-tm-floating-box{
	position: static;
	padding: 0;
}
.woo-product-cart-container .tm-fb dt,
.woo-product-cart-container .tm-extra-product-options-totals {
	text-align: left;
}
.tm-floating-box .tm-fb dd,
.acream-tm-floating-box .tm-fb dd{
    padding-bottom: 5px;
}

@media screen and (max-width: 1450px) {
	.woo-product-cart-container {
    	top: auto;
    	bottom: 0;
	}
	.tm-floating-box dl.tm-fb, .acream-tm-floating-box dl.tm-fb {
		max-height: 200px !important;
	}
}

/** After gallery */
.woo-product-details-after-gallery {
	margin-left: 40px;
}

/** Product cart title **/
.woo-product-cart-container h3.woo-product-cart-container-title {
    font-size: 1.5em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #eb2a2e;
    margin-bottom: 15px;
}
.tm-floating-box {display: none !important;}

.acream-tm-floating-box .tm-fb dt {
	padding-bottom: 5px;
}

dl.tm-extra-product-options-totals.tm-custom-price-totals .price {
    padding-bottom: 5px;
}