/* Add here all your CSS customizations */

/*html .btn-primary {
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
    color: #fff;
}*/

.btn {
    border-radius: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}

h1 {
	letter-spacing: 0 !important;
}

.h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.container.main-container .wrapper-container {
    background-color: #fff;
    /*padding: 13px 15px;*/
}

.container.main-container {
    margin-bottom: 15px;
}

.container.main-container .container {
    max-width: 100%;
    padding: 0;
}

.cart-table-wrap {
    margin-bottom: 60px;
}
.cart-table-wrap {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    display: block;
    margin-bottom: 50px;
    padding: 30px;
}

.cart-table {
    border: 0 none;
    border-spacing: 0;
    font-size: 14px;
    width: 100%;
}

.cart-table thead tr th {
    color: #777;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.cart-table tbody tr td.product-action-td {
    padding-left: 0;
    padding-right: 0;
}

.cart-table tbody tr td {
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.3;
    padding: 15px 10px;
}

.cart-table tfoot td {
    padding: 15px 5px 0;
}

.cart-table tbody tr td.product-name-td {
    color: #0088cc;
}

.cart-table tbody tr td.product-image-td a {
	display: block;
}
.cart-table tbody tr td.product-image-td a img {
	display: block;
	/*width: 100px;
	height: auto;*/
}

.qty-holder {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 125px;
}

.qty-dec-btn, .qty-inc-btn {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #777;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 30px;
}

.qty-dec-btn:hover, .qty-dec-btn:focus, .qty-inc-btn:hover, .qty-inc-btn:focus {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #0088cc;
    text-decoration: none;
}

.qty-input {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #777;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin: 0 -1px;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    width: 35px !important;
}

.btn-remove {
    color: #0088cc;
    display: inline-block;
    font-size: 18px;
    height: 34px;
    line-height: 22px;
    overflow: hidden;
    padding: 5px 0;
    width: 34px;
	background-color: #fff;
}

.btn-remove:hover {
	color: #0088cc;
}

.sidebar.shop-sidebar .panel.panel-default {
   border: medium none;
    border-radius: 0;
}

.sidebar.shop-sidebar .panel.panel-default .panel-heading {
    border-radius: 0;
}

.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed::before {
    content: "";
}

.sidebar.shop-sidebar .panel.panel-default .panel-heading a::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #ccc;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 10px;
    height: 26px;
    line-height: 24px;
    margin-top: -13px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    width: 26px;
}

.cart-table tbody tr td.product-action-td {
    padding-left: 0;
    padding-right: 0;
}

.cart-table tbody tr td.product-action-td a {
	cursor: pointer;
}

.cart .sidebar.shop-sidebar .panel.panel-default .panel-heading a {
    color: #000;
}

.sidebar.shop-sidebar .panel.panel-default .panel-heading a {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #777;
    padding-bottom: 11.5px;
    padding-right: 45px;
    padding-top: 11.5px;
    position: relative;
}

.sidebar.shop-sidebar .panel.panel-default .panel-heading .panel-title {
    color: #777;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.sidebar.shop-sidebar h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sidebar h4 {
    color: #313131;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin: 5px 0 10px;
}

.sidebar.shop-sidebar .panel.panel-default .panel-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fbfbfb;
    border-color: #ddd #ddd;
    border-image: none;
    border-radius: 0;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 15px 15px 7px;
}

.cart-table tfoot .btn.btn-default.btn-continue {
    float: left;
}

.cart-table tfoot .btn.btn-default.btn-update {
    float: right;
    margin-left: 10px;
}

.cart-table tfoot .btn.btn-default.btn-clear {
    float: right;
	margin-left: 10px;
}

.cart-table tfoot .btn.btn-default.btn-devis {
    float: right;
}

.totals-table {
    margin-bottom: 5px;
    width: 100%;
}

.totals-table tbody tr:last-child {
    border-top: 1px solid #dcdcdc;
}

.totals-table tbody tr td {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    padding: 10px;
    /*text-align: left !important;*/
}

@media (max-width: 1199px) {
	.cart-table thead {
		display: none;
	}
	.cart-table tbody tr {
		position: relative;
		display: block;
		border-bottom: 1px solid #dcdcdc;
		padding: 25px 0;
	}
	.cart-table tbody tr td {
		display: block;
		padding: 0 0 15px;
		width: 100%;
		border-width: 0;
		text-align: center !important;
	}
	.cart-table tbody tr td:last-child {
		padding-bottom: 0;
	}
	.cart-table tbody tr td .qty-holder {
		width: 90px;
	}
	.cart-table tbody tr td.product-action-td {
		position: absolute;
		top: 20px;
		z-index: 1;
	}
	.cart-table tbody tr td.product-action-td .btn-remove {
		float: right;
	}
	.cart-table tbody tr td.product-image-td {
		padding-bottom: 15px;
	}
	.cart-table tbody tr td.product-image-td a img {
		margin: 0 auto;
	}
	.cart-table tbody tr:first-child {
		padding-top: 0;
	}
	.cart-table tbody tr:first-child td.product-action-td {
		top: -5px;
	}
	.cart-table tfoot td {
		padding-top: 25px;
	}
	.cart-table tfoot .btn.btn-default.btn-continue, .cart-table tfoot .btn.btn-default.btn-update, .cart-table tfoot .btn.btn-default.btn-clear, .cart-table tfoot .btn.btn-default.btn-devis {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
}
