@CHARSET "UTF-8";

h1{
	text-transform: uppercase;
    overflow: false;
}
h2{
	text-transform: uppercase;
    overflow: false;
}
h3{
    overflow: false;
}
a {
    color:#333;
}
.error{
    color: #ff0000;
}
.column.error, .columns.error{
    margin-bottom: 15px;
}
.cpsError{
	margin: 0 0 40px 0;
	font-size: 120%;
    color: #ff0000;
}
.cpsInfo{
	margin: 0 0 40px 0;
	font-size: 120%;
    color: #006400;
}
p.price, span.price{
    font-weight: bold;
    color: #000;
}
span.price{
	margin-right:12px;
}
p.success{
    color: #008000;
}
.label.bold{
	font-weight: bold;
}
.label.stock_display{
	margin-bottom:10px;
}
span.label{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 75px;
}
div.box-shop{
    /*margin-right: 13px;*/
    margin-bottom: 30px;
    padding: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
}
div.box-shop input[type="text"]{
    color:#000;
}
div.box-shop img{
    padding: 10px;
}
div.alignright {
    text-align: right;
}
div.alignright-medium {
    text-align: right;
}
input.cpssummary, input[type="text"].cpssummary {
    padding: 3px;
    margin: 3px 0;
    height: 25px;
    min-width: 40px;
    width: 60px;
    height: 30px;
    text-align: right;
    border: 1px solid #000;
}

input.cpsquantity, input[type="text"].cpsquantity {
	text-align: right !important;
	max-width: 30px !important;
	border-radius: 0 !important;
}

input[type="checkbox"]{
	width: 10px;
	height: 10px;
}

input[type="number"]{
    height: 30px;
    padding: 0px !important;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	margin-left: 5px !important;
	height: 28px !important;
}

button.addcart {
	padding: 0 15px;
    margin-top: 15px;
    min-width: 0;
    float: right;
}

button.addcart svg {
	padding-top: 5px;
	margin-right: 8px;
	fill: #fff !important;
	vertical-align: top;
}

button.addcart:hover svg, button.addcart:focus svg {
   fill: #000 !important;
}

#checkTerms {
	border-color: #000 !important;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
}

hr {
	/*overflow: false;*/
    margin: 15px 0;
}

hr.order {
	padding: 1px;
	margin: 0;
}

hr.order_bold {
    padding: 0;
    margin: 0;
    border: 2px solid;
}

img.dealer-logo {
	max-height: 140px;
}

.category_type_bloc, .category_type_bloc_tag {
	display: inline-block;
	padding: 2px 8px;
	margin-top: 5px;
	margin-right: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #aaa;
	cursor: pointer;
}

.category_type_bloc_selected, .category_type_bloc_tag_selected {
    display: inline-block;
    padding: 2px 8px;
    margin-top: 5px;
    margin-right: 3px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

.cpscategory_subtree {
	display: none;
}

.cpscategory_subtree.show {
    display: block;
}
