@import url("//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900");

body{
    font-family: 'Roboto', sans-serif;
    /*background: url("/img/background.png") top center repeat-y transparent;*/
	/*background: url("/img/bg_perfection.jpg") top center repeat-y transparent;*/
	background: url("/img/PerfectionBackground.jpg") top center repeat-y transparent;
	background-attachment: fixed;
    background-color: #F04E39;
    overflow-y : scroll;
}

th{
    background-color: #e6e6e6;
    font-weight: 700;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h1{
 /*color:#f48320;*/
   color:#AE2C1C;
    font-size: 22px;
    line-height: 30px;
}

h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

h3{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

a{
    text-decoration: none;
}

a.active{
    color: #AE2C1C;
}

a:hover{
    color: #AE2C1C;
}

p.title {
    margin-bottom: 9px;
    font-size: 20px;
}

.d-block {
    display: block;
}

header{
    padding-top: 20px;
}

footer{
    font-size: 10px;
    padding:10px 0px;
}
footer a{
    font-size: 10px;
}

.addthis_sharing_toolbox{
    line-height: 0px;
    float: right;
    padding-right: 10px;
}

.sep{
    clear: both;
    height: 1px;
    background-color: #e6e6e6;
}
.sep.margins {
    margin: 0 10px;
}
.print-sep{
  display: none;
}

.success{
    min-height: 30px;
    background-color: #d9ffbf;
    text-align: center;
    line-height: 28px;
    max-width: 145px;
    margin-bottom: 10px;
    padding: 5px;
}
.send-success{
    background-color: #d9ffbf;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
.send-error{
    background-color: red;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.tcenter{
    text-align: center;
}
.tright{
    text-align: right;
}
.ptop5{
    padding-top: 5px;
}

.ptop20{
    padding-top: 20px;
}

.a-right{
   float: right !important;
}

.custom-row{
    /*margin-bottom: 15px;*/
    display: inline-block;
}
.o{
    color:#f48320;
}
.c {
    color:#AE2C1C;
}
.bgC {
    background-color:#F04E39!important;
}
.bgC a:hover {
    background-color:#FA5944!important;
    border-radius: 5px;
}

.sumary-price{
    color: #a8232a;
    font-size: 20px;
    font-weight: 700;
}

.photo{
    width: 100px;
}
.thumbs{
    min-height: 106px;
}
.breadcrumb-bg{
    background: url('/img/enfants.png') no-repeat right top transparent;
}
.breadcrumb{
    font-weight: 700;
}

#other_add, .hide{
    display: none;
}
#shipping-rate{
    padding:20px;
}
.label{
    width: 95px;
    padding-top: 5px;
}
.label-info{
    width: 140px;
    padding-top: 5px;
}
.label-info2{
    width: 220px;
}

.required, .warrning{
    color: red;
    font-size: 12px;
}

.fieldError{
    border:1px solid red !important;
}

.legend{
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
}

.zoom{
    text-align: right;
    margin-top: -12px;
}

.zoom img{
    cursor: pointer;
}
#don{
    font-weight: 700;
    font-size: 18px;
}

.red{
    color:red !important;
    font-weight: 700;
}
#list th, #list td{
    padding: 10px;
}
#list td{
    border-bottom: 1px solid #e6e6e6;
}


#container, .sbox{
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#slogan{
    font-size: 11px;
    margin-left: 5px;
    line-height: 14px;
    font-weight: 400;
    padding-top: 20px;
}

#language, #menu-cart2{
    padding-right: 10px;
    float: right;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

#language, #menu-cart{
    padding-right: 10px;
    float: right;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

#menu-cart {
    margin-bottom: 0;
}

#menu-cart li{
    float: left;
    padding: 0px 0px 20px 10px;
}

#menu-cart li img{
    float: left;
    margin-right: 3px;
}

@media (min-width:480px) {
	.top #menu-cart {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#menu-cart li{
		padding: 0px 0px 0px 10px;
	}
}

#cart-count{
    font-weight: 700;
}

#checkout-step{
    height: 55px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#cart-head{
    background-color: #e6e6e6;
    height: 22px;
    font-weight: 700;
}

.input-qty{
    width: 42px !important;
    text-align: center;
}

.cart-item .code{
    font-weight: 300;
    font-size: 12px;
}

.cart-item .name, .cart-item .total{
    font-weight: 700;
    max-width: 285px;
}

.cart-item .weight{
    font-size: 12px;
}

.sub-total{
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.trash{
    padding-top: 20px;
}

.trash img{
    cursor: pointer;
}

.client-name input {
  width: 120px;
}

#menu{
    display:table;
    width: 100%;
    margin-bottom: 0px;
    text-align: right;
}

#menu li{
    /*float: left;*/
    display: inline-block;
    text-align: center;
    margin: 0 15px;
}

#menu li a{
    display: block;
    /*padding: 0px 15px;*/
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}

.button-slider{
    position:absolute;
    bottom:40px;
    background-color: #38784b;
    /* background-color: #60c733;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button-slider:hover{
    background-color: #2f6540;
    /* background-color: #4a9928;*/
}

.button-slider a{
    line-height: 45px;
    padding: 5px 30px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}

.button-slider a:hover{
    color: #FFFFFF;
}

/* Arrow Slider*/
/* jssor slider arrow navigator skin 21 css */
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url('/img/a21.png') center center no-repeat;
    overflow: hidden; }
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21ldn { background-position: -243px -33px; }
.jssora21rdn { background-position: -303px -33px; }
/* End Arrow Slider*/

#promo{
    padding-top: 40px;
    padding-right: 30px;
}

#offer{
    padding-top: 10px;
}

#partner{
    padding-top: 10px;
    text-align: center;
}

#offer ul li{
   line-height: 18px;
   padding-left: 25px;
   padding-bottom: 15px;
   font-size: 13px;
   background: url("/img/check.png") 0px 0px no-repeat transparent;
}
.sbox{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    padding: 15px;
}
.sbox .buttonGA{
    margin-top: 15px;
}

.seller-acces-link{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #bfeaad;
    border: #bfeaad solid 1px;
}
.seller-acces-link:hover{
    background-color: #ffffff;
    border: #AE2C1C solid 1px;
}

.buttonO, .buttonB, .buttonGA{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.buttonO a, .buttonB a, .buttonGA a{
    padding:10px 20px;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}

.buttonO{
    /*background-color: #f48320;*/
	background-color: #AE2C1C;
}

.buttonO:hover{
    /*background-color: #c26819;*/
	background-color: #981d0e;
}
.buttonC{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    margin: 40px 0px 25px 0px;
    background-color: #38784b;
    -webkit-box-shadow: 0 15px 15px -10px #8b8b8b;
    -moz-box-shadow: 0 15px 15px -10px #8b8b8b;
     box-shadow: 0 15px 15px -10px #8b8b8b;
}
.buttonC a{
    padding:20px 30px;
    color: #ffffff;
    line-height: 42px;
    font-size: 20px;
    font-weight: 700;
}
.buttonC:hover{
    background-color: #2f6540;
}
.buttonGA{
      background-color: #38784b;
}

.buttonGA:hover{
    background-color: #2f6540;
}

.buttonB{
    background-color: #0f8bac;
}

.buttonB:hover{
    background-color: #0b6078;
}

.buttonG input{
    background: none;
    background-color: #38784b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding:5px 20px;
    text-shadow: none;
}

.buttonG input:hover{
    background: none;
    background-color: #2f6540;
    border:none;
    color: #ffffff;
}

.buttonGO input{
    background: none;
    background-color: #f48320;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding:5px 20px;
    text-shadow: none;
}

.buttonGO input:hover{
    background: none;
    background-color: #c26819;
    border:none;
    color: #ffffff;
}

.box{
    border:  1px solid #89e1f9;
    margin: 20px;
    padding: 15px 5px;
    text-align: center;
}

.box .title{
    font-weight: 500;
    text-align: center;
    min-height: 45px;
}

.box .img{
    text-align: center;
    padding: 5px 0px 20px 0px;
}

#logo-org{
    /*border-right: 1px solid #e6e6e6;*/
    padding: 5px 10px 10px 10px;
    min-height: 100px;
}

#campaign h6{
    margin-bottom: 10px;
    font-size: 12px;
}

#campaign p{
    line-height: 18px;
    font-size: 12px;
}

#campaign-promo{
    font-size: 16px;
}

#categories, #categories-v{
    /*background-color: #f48320*/
    background-color: #AE2C1C
}

#categories h1{
    color:#FFFFFF;
}

#categories-v h4{
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

#categories-v .content{
    margin-left: 10px;
    margin-right: 10px;
}

#categories-v  .category{
    padding: 5px 10px;
}

#categories-v .active .category{
    background-color: #daf7ff;
}
.category:hover{
    background-color: #daf7ff;
}

.category{
    border:  2px solid #89e1f9;
    padding: 10px 16px;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.category .name{
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    width: 100px;
    min-height: 30px;
}

.category .thumbs{
    position:relative;
}
.category .thumbs a img{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product-item .photo > img,
.category a > img{
    width:100%;
    height:auto;
}
.product-item h2{
    text-transform: uppercase;
}

.product-item .buttonO a{
    font-size: 14px;
    padding:5px 10px;
}

.product-item .code{
    font-weight: 300;
    font-size: 12px;
}

.product-item{
    padding-top: 20px;
    position: relative;
}

.product-item .description {
    /*min-width: 400px;*/
    max-width: 400px;
}

.product-item .bt-cart{
    position: absolute;
    right: 0px;
    bottom:5px;
}

.product-item .weight{
}

.product-item .price{
    position: absolute;
    right: 0px;
    top:20px;
    font-size: 20px;
    font-weight: 700;
}
.campaign-name{
    font-size: 30px;
    line-height: 32px;
    margin-top: 10px;
}

#campaign-public{
    position:relative;
}

#campaign-public-content{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.paypal{
    min-height: 500px;
    padding-top: 80px;
}
.shadow-img{
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.catalog-control{
    margin-bottom: 0px;
}
.catalog-control li{
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.catalog-control .consult a, .catalog-control .download a{
    padding:5px 25px;
    color: #ffffff;
    line-height: 25px;
    font-size: 14px;
    font-weight: 700;
}
.catalog-control .consult{
    background-color: #0f8bac;
}

.catalog-control .download{
    background-color: #a8232a;
}
.catalog-control .consult:hover{
    background-color: #0b6078;
}

.catalog-control .download:hover{
    background-color: #7f1d22;
}

.vcard img{
    border:2px solid #ffffff;
}
#vcard-preview-dialog-content{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

}
#vcard-preview-message-text{
    line-height: 14px;
}

#vcard-preview-message-text-block{
    border: 2px #000000;
}

#vcard-preview-message-sender-block{
    font-weight: bold;
    margin-bottom: 10px;
}

#vcard-preview-message-sender{
    color: #039;
}

#vcard-preview-message-close-block{
    font-weight: bold;
    color: #039;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

.pagination {
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}

.pagination .links {
	float: right;
	padding-top: 6px;
}

.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}

.pagination .links b {
	border: 1px solid #AE2C1C;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #AE2C1C;
	background: #FFFFFF;
}

.pagination .results {
	float: left;
	padding-top: 6px;
	font-size: 12px;
}

.tooltip {
        display:none;
        position:absolute;
        border:1px solid #333;
        background-color:#161616;
        border-radius:5px;
        padding:10px;
        color:#fff;
        font-size:12px;
}

.newToolTip{
    background-color:#8bc53d;
    border:1px solid #8bc53d;
    color:#fff;
}

.newToolTip div{
    /*font-size: 20px;*/
    font-weight: bold;
}

div#print-line {
    height: 35px;
}
#print-line span.print {
    display: block;
    float: right;
    margin: 5px 80px 0 0;
    background: url(../img/icon_printer.gif) no-repeat;
    display: inline-block;
    line-height: 20px;
    padding-left: 23px;
}

.express-cart-button {
  position: relative;
  right: -16px;
}
.element9 {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
