@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

.tam-shop,
.tam-cart{
	font-family: 'Lato', sans-serif;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none;
	margin-bottom:20px;
}
.tam-cart .clearfix {
	width:auto;
}
.tam-shop input{
	font-family: 'Lato', sans-serif;
}
.tam-shop button,
.tam-shop a{
	cursor:pointer;
}
.tam-shop h3{
	background:#6C9E34;
	padding-left:100px;
	line-height:36px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}
.tam-articles .clear{
	clear:both;
}
ul.products-container{
	list-style:none;
	margin-bottom:20px;
}
ul.products-container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
ul.products-container .product-wrapper{
	width:225px;
    font-size: 11px;
    color: #000;
	margin:0 10px 10px 0;
	display:inline-block;
	vertical-align:top;
	margin-right:22px;
}
ul.products-container .last{
	margin-right:0;
}
ul.products-container .tam-articles{
	display:none;
}
ul.products-container .product{
	cursor:pointer;
	width:225px;
	font-family: 'Lato', sans-serif;
}
ul.products-container .product .title{
	font-size: 16px;
	line-height:18px;
	height:36px;
	overflow:hidden;
	margin-bottom:5px;
}
ul.products-container .product .thumb{
	display:block;
	width:100%;
	margin-bottom:5px;
}
ul.products-container .product .from_price{
	float:left;
	font-size:20px;
	line-height:22px;
	height:22px;
}
ul.products-container .product .old_price{
	background:url(../img/fleche.png) no-repeat right center;
	display:inline-block;
    padding-right: 15px;
    margin-right: 5px;
	color:#f00;
	text-decoration:line-through;
}
ul.products-container .product .discounted{
	color:#87B54A;
}
ul.products-container .product .reference{
	clear:both;
	float:left;
	font-size:14px;
	line-height: 20px;
}
ul.products-container .product-qty{
	margin-top: 2px;
	height: 18px;
}
ul.products-container .product .stock{
	font-size:14px;
	line-height: 20px;
	height:20px;
	text-align:right;
	float:right;
}
.product-qty{
	float:right;
	vertical-align:middle;
	font-size:20px;
}
.product-qty a{
	display:inline-block;
	background:url(../img/qty.png) no-repeat;
	width:15px;
	height:15px;
	vertical-align:middle;
}
.product-qty input{
	display:inline-block;
	width:22px;
	text-align:center;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	margin:0 3px;
}
.product-qty a.up{
	background-position:0 -15px;
	margin-left:3px;
}
ul.products-container .product .product-cart{
	clear:both;
}
ul.products-container .product .product-cart button,
ul.products-container .product .more{
	display:block;
	background:#99CF54;
	border:none;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height: 20px;
	text-align:center;
	width:100%;
	padding:4px 0;
	text-decoration:none;
}
/*ul.products-container .product .quick-cart{
	float:right;
}
ul.products-container .product .quick-cart .qty{
	font-size:11px;
	width:25px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	margin-left:1px;
	margin-right:1px;
	border:1px solid #808080;
}
ul.products-container .product .quick-cart .bt-quick-cart{	
	background:url(/tam/img/cart.gif) no-repeat center center;
	width: 33px;
    height: 25px;
	border:none;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	outline:none;
}*/
.tam-articles{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #33a;
	width:800px;
	padding:0 10px;
}
.tam-articles .pictures{
	float:left;
	width:380px;
	margin-right:20px;
}
.tam-articles .pictures .img{
	margin-bottom:20px;
}
.tam-articles .thumbs a{
	display:inline-block;
	margin:0 10px 10px 0;
}
.tam-articles .pictures img{
	max-width:380px;
}
.tam-articles .infos{
	float:left;
	width:400px;
}
.tam-articles .infos h1{
	font-family:Arial;
	color: #007DA5;
    font-size: 14px;
    font-weight: bold;
	margin-bottom:15px;
}
.tam-articles .infos p{
	margin:0;
}
.tam-articles .references{
	clear:both;
	display:table;
	width:100%;
	margin-top:20px;
	border-collapse:collapse;
}
.tam-articles .references .article{
	display:table-row;
	font-size:11px;
}
.tam-articles .references .article input{
	width:30px;
	text-align:center;
	font-size:11px;
	border:1px solid #808080;
	margin-left:3px;
}
.tam-articles .references .article span{
	display:table-cell;
	border-top:solid 1px #D1AFB7;
	border-bottom:solid 1px #D1AFB7;
	padding:3px 0;
	vertical-align:middle;
	line-height: 16px;
}
.tam-articles .references .article span span{
	display:inline;
	border:none;
}
.tam-articles .color{
	width:90px;
}
.tam-articles .references .article span.color span{
	vertical-align:middle;
	display:inline-block;
	padding:0;
}
.tam-articles .references .article span.color span.color-code{
	height:10px;
	width:10px;
	border: solid 1px gray;
	margin-right:3px;
}
.tam-articles .label{
	font-weight:bold;
}
.tam-articles .reference{
	width:65px;
	text-align:right;
}
.tam-articles .price{
	width:75px;
	text-align:right;
	color:red;
	font-weight:bold;
}
.tam-articles .qty{
	width:75px;
	text-align:right;
}
.tam-articles .status{
	font-weight:bold;
	width:100px;
	text-align:right;
}
.tam-articles .available{
    color: green;
}
.tam-articles .oos{
    color: red;
	width:175px;
}
.tam-articles .soon{
    color:orange;
	width:175px;
}
.tam-articles .add-to-cart{
	padding:10px 0;
	text-align:right;
}
.tam-articles .addcart{
    display: inline-block;
    background: #99CF54;
    border: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
}
.kit-wrapper{
	background:#EDEDED;
}
.kit-wrapper h3{
	margin-bottom:12px;
}
.kit-products .kit-product{
	background:url(../img/plus.png) no-repeat left top;
	padding-left:40px;
	display:inline-block;
	vertical-align:top;
	width:190px;
	min-height:32px;
	margin-bottom:12px;
}
.kit-products .first{
	background:none;
}
.kit-products .kit-product .title{
	line-height:18px;
}
.kit-products .kit-product .reference{
	font-size:16px;
}
.kit-products .kit-product img{
	width:195px;
}
.kit-products .sep{
	width:44px;
	height:44px;
	display:inline-block;
	vertical-align:middle;
	margin:0 11px;
	margin-top:40px;
}
.kit-infos{
	background:#EDEDED;
}
.kit-infos .title{
	padding:5px;
	text-align:center;
	background:#fff;
	font-size:21px;
}
.kit-infos .title .reference{
	font-size:14px;
}
.kit-infos .price-container{
	display:inline-block;
	padding:4px;
	vertical-align:middle;
	width: 270px;
}
.kit-infos .price-container .price,
.kit-infos .price-container .old_price{
	font-size:18px;
	color:#87B54A;
	font-weight:bold;
	vertical-align:middle;
}
.kit-infos .price-container .old_price{
	text-decoration:line-through;
	color:#FF0000;
}
.kit-infos .product-qty{
	display:inline-block;
	float:none;
	padding:4px;
}
.kit-infos .product-cart{
	display:inline-block;
	float:right;
	vertical-align:middle;
}
.kit-infos .product-cart button{
	display: block;
    background: #99CF54;
    border: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 5px 20px;
    text-decoration: none;
}
.tam-cart{
	font-weight:normal;
	font-size:12px;
	margin: -56px 0 0 217px;
    font-size: 13px;
    color: #000;
	width:100px;
	float: right;
}
.tam-cart .resume .cart-summary{
	background:url(../img/cart.png) no-repeat;
	width:53px;
	height:64px;
    margin-top: -19px;
    margin-left: -50px;
	position:absolute;
	z-index:8002;
}
.module-cart-wrapper .tam-cart .resume .cart-summary{
	z-index:10002;
}
.tam-cart .resume .cart-summary span{
	display:block;
	text-align:center;
	color:#fff;
	margin-left:5px;
}
.tam-cart .resume .cart-summary .total-qty{
	font-weight:bold;
    padding-top: 23px;
    padding-bottom: 0px;
    font-size: 15px;
}
.tam-cart .resume .cart-summary .total-price{
	font-size:11px;
}
.tam-cart .resume .bt-details{
    display: block;
    color: #fff;
    background: url(../img/down.png) no-repeat center 21px #87B54A;
    height: 28px;
    padding: 4px 7px;
    font-size: 11px;
    text-align: center;
}
.tam-cart a{
	color: #000;
	text-decoration:none;
}
.tam-cart .cart-content{
	position:absolute;
	display:none;
	background:#F2F2F2;
	z-index:8001;
	width:500px;
	margin-left:-400px;
}

.module-cart-wrapper .tam-cart .cart-content{
	z-index:10001;
}
.tam-cart .details{
	display:table;
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
.tam-cart .details .titles{
	display:table-row;
}
.tam-cart .details .titles div{
	display:table-cell;
	vertical-align:middle;
	padding:5px;
	font-size:16px;
}
.tam-cart .details .titles .title,
.tam-cart .details .titles .qty{
	font-weight:700;
}
.tam-cart .details .titles .title,
.tam-cart .details .item .title{
	padding-left:10px;
}
.tam-cart .details .titles .total,
.tam-cart .details .item .total{
	padding-right:10px;
}
.tam-cart .details .total{
	text-align:right;
	width:90px;
	padding-right:10px;
}
.tam-cart .details .reference{
	text-align:center;
	width:60px;
}
.tam-cart .details .qty{
	text-align:center;
	width:80px;
}

.tam-cart .details .title{
	text-align:left;
}
.tam-cart .details .item{
	display:table-row;
}
.tam-cart .details .item div{
	display:table-cell;
	vertical-align:top;
	padding:5px;
}
.tam-cart .details .item .title{
	width:244px;
}
.tam-cart .details .item .thumb{
	padding:5px 0 5px 5px;
}
.tam-cart .qty input{
	width:20px;
	height: 17px;
	text-align:center;
	border:none;
	background:#fff;
	text-align:center;
	color:#87B54A;
	margin:0 4px;
}
.tam-cart a{
	cursor:pointer;
}
.tam-cart .qty .up,
.tam-cart .qty .down{
	display:inline-block;
	width:15px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	background: url(../img/qty.png) no-repeat;
}
.tam-cart .qty .up{
	background-position:0 -15px;
}
.tam-cart .details .item div.qty{
	display:inline-block;
	vertical-align:middle;
	padding-top: 1px;
}
.tam-cart .details .cart-total div.qty{
	padding:5px;
}
.tam-cart .remove{
	display:inline-block;
	background:url(/tam/img/trash.png) no-repeat center center;
	background-size:contain;
	width:25px;
	height:25px;
}
.tam-cart .actions{
	padding:10px;
	text-align:right;
}
.tam-cart .actions a{
	display:inline-block;
	background: #99CF54;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 4px 8px;
}
.tam-cart .actions a.bt-continue{
	float:left;
	display:none;
}
#cart-confirmation{
	text-align:center;
	font-family: 'Lato', sans-serif;
	width:395px;
}
#cart-confirmation h1{
	display:inline-block;
	margin:auto;
	background:url(../img/added.png) no-repeat left center;
	padding-left:50px;
	color:#87B54A;
	font-size:25px;
	line-height:40px;
	margin-bottom:10px;
	font-weight:normal;
}
#cart-confirmation .added{
	text-align:left;
	min-height:20px;
	margin-bottom:10px;
	font-size:16px;
}
#cart-confirmation .added .product{
	margin-bottom:10px;
	clear:both;
}
#cart-confirmation p{
	margin:0;
}
#cart-confirmation .added .product-title{
	display:block;
	max-width:340px;
}
#cart-confirmation .added .product-qty{
	float:right;
}
#cart-confirmation #popup-buttons{
	height:23px;
}
#cart-confirmation #popup-buttons .bt-continue{
	float:left;
}
#cart-confirmation #popup-buttons .bt-order{
	float:right;
}
#cart-confirmation p a{
	font-family: 'Lato', sans-serif;
	background:#99CF54;;
	padding:7px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.shop-popup .fancybox-skin{
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.shop-popup .fancybox-close{
	display:none;
}
@media screen and (max-width: 1062px){
	.module-cart-wrapper .tam-cart{
		/*display:none;*/
		margin: -66px 70px 0 0;
	}
	ul.products-container .last{ margin-right:20px; }
	
	.tam-cart{ width:auto; }
	.tam-cart .cart-content{ max-width:100%; margin-left:0; right:0;}
	.tam-cart .resume .bt-details{ display:none; }
	.tam-cart .resume .cart-summary{ margin:0; }
	.tam-shop .tam-cart{ display:none; }
	.module-cart-wrapper{ position:fixed; top:90px; right:1px; z-index:10999;}
	.module-cart-wrapper .tam-cart{ margin:0; }
	.module-cart-wrapper .tam-cart .resume .cart-summary{ position:relative; }
	.tam-cart .resume .cart-summary {  background-size: contain; width: 46px; height: 57px;}
	.tam-cart .resume .cart-summary .total-qty{ padding-top:19px }
}
@media screen and (max-width: 660px){
	.tam-shop h3{
		padding-left:10px;
	}
}
@media screen and (max-width: 641px){
	#cart-confirmation{ max-width:100%; }
	#popup-buttons a{ display:block; text-align:center; }
	#cart-confirmation #popup-buttons{ height:auto; }
	#cart-confirmation #popup-buttons .bt-order{ margin-bottom:0; float:none; }
	#cart-confirmation #popup-buttons .bt-continue{ margin-bottom:15px; float:none; }
	
}