/* child block*/

.herarchical_nav a {
    text-transform: uppercase;
    font-size: 8px;
    color: #b1b1b1;
    text-decoration: none;
    line-height: 40px;
}

.herarchical_nav a:after {
    margin: 0 5px;
    content: " \2192";
}

.herarchical_nav li:last-child a:after {
    content: "";
}

.herarchical_nav li:last-child a {
    color: #e92d2d;
    font-weight: 700;
}

.shadow {
    position: relative;
}

.shadow:after {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: 0;
    background-color: rgba(177, 177, 0, 0.25);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px;
    clip: rect(30px, auto, 50px, 0);
    height: 30px;
}

aside {
    width: 280px;
    background: #fff;
    padding-bottom: 15px;
    position: relative;
    float: left;
}

aside h2 {
    color: #fff;
    padding-left: 12px;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 40px;
    background-image: linear-gradient(#3c3c3c, #212121);
}

aside h4 {
    color: #2a2a2a;
    padding-left: 12px;
    margin-bottom: 12px;
    font-size: 12px;
}

aside ul li {
    display: block;
    padding-left: 12px;
    font-size: 8px;
    margin-bottom: 10px;
}

aside a {
    text-decoration: none;
    color: #686868;
}

aside .active a {
    color: #000;
    font-weight: 700;
}

aside .active a:before {
    content: "> ";
}

.main {
    padding-left: 25%;
    min-height: 200px;
}

.button {
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 30px;
    display: inline-block;
}

.button.black {
    background: #161616;
}

.button.red {
    background: #e92e2e;
    color: #fff;
}

.red {
    color: #e92e2e;
}

.message {
    font-size: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.message.info {
    background: #89c3ff;
    color: #fff;
}
/* articles template style */

aside.sub_categorie {
    position: absolute;
}

.article_filter {
    background: #fff;
    margin-bottom: 30px;
}

.article_filter h2 {
    color: #e92d2d;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #e8e8e8;
    text-transform: uppercase;
}

.article_filter .option {
    float: right;
    line-height: 41px;
    font-size: 8px;
    margin-right: 10px;
    text-decoration: none;
    color: inherit;
}

.article_filter .icons {
    float: left;
    font-size: 14px;
    line-height: 42px;
    padding-left: 10px;
    color: #949494;
}

.article_filter .icons i {
    padding-right: 3px;
}

.article_filter .icons .active {
    color: #e92d2d;
}

.article_filter form {
    font-size: 8px;
    line-height: 42px;
    text-align: right;
    margin-right: 10px;
}

.article_filter form .show {
    margin-right: 60px;
}

.article_filter form .sortBy {
    margin-right: 10px;
}

article {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 14px;
    margin-bottom: 50px;
}

article.last {
    margin-right: 0;
}

article .article_preview {
	width: 281px;
	height: 289px;
	overflow: hidden;
	position: relative;
    top: 0;
    left: 0;
}

article .article_preview:hover img {
	width: 150%;
	height: 150%;
	top: -33%;
	left: -33%;
}

article .article_preview img {
	position: absolute;
	top: 0;
	left: 0;
	transition:all .2s ease-in-out;
	width: 100%;
	height: 100%;
	z-index: -1;
}

article a.title b {
    font-weight: bold;
}

article a.title {
    color: #1b1b1b;
    font-size: 10px;
    margin-top: 28px;
    margin-bottom: 12px;
    display: block;
}

article a:hover.title {
    color: #0072ff;
}

article .price {
    font-size: 14px;
    font-weight: 700;
    color: #e92e2e;
    display: block;
    margin-bottom: 25px;
}

article .shadow {
    position: relative;
    top: 0;
    left: 0;
}

article .shadow a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

article .shadow a span {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    transform: translate(-50%, -50%);
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(#3c3c3c, #212121);
}

article .shadow:hover a span {
    display: block;
}

article input.add_cart,
article input.add_cart:hover {
    padding: 15px 20px;
    font-size: 10px;
    color: #fff;
    background: #e92e2e;
    float: left;
    margin-right: 12px;
    border: none;
}

article .buttons {
    display: inline-block;
    width: 10px;
}

article .buttons img {
    margin-bottom: 8px;
}
/* panier template style */

.nopadding {
    padding-left: 0;
}

table {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

th,
td {
    padding: 15px;
}

th {
    color: #fff;
    background: #ee5255;
    font-size: 10px;
    border: 1px solid #ee5255;
}

td {
    border: 1px solid #dfdfdf;
    border-right: 0px !important;
    border-left: 0px !important;
    border-collapse: collapse;
    background: #fff;
    vertical-align: middle;
    line-height: 88px;
    font-size: 10px
}

td input.edit_article,
td input.remove_article {
    background-color: transparent;
    text-decoration: none;
    border: none;
    line-height: 88px;
    font: inherit;
    cursor: pointer;
}

td:first-child {
    border-left: 1px solid #dfdfdf;
    text-align: left;
    width: 70%;
}

th:first-child,
th:last-child,
td:last-child {
    text-align: left;
}

td:last-child {
    border-right: 1px solid #dfdfdf;
}

td img {
    border-radius: 3px;
    margin-right: 15px;
    float: left;
    width: 68px;
    height: 88px;
}

.float_right {
    float: right;
}

.price.float_right {
    margin-right: 35px;
}

th.total {
    width: 155px;
}

th.qty,
td input[type=text] {
    width: 50px;
}
/* checkout template style */

.checkout aside a {
    font-size: 10px;
}

.checkout .main {
    color: #4c4c4c;
    font-size: 10px;
    position: relative;
    top: 0;
    left: 0;
}

.checkout strong {
    color: #373737;
}

.checkout .title span {
    border: 1px solid;
    float: left;
    padding: 3px 7px 0px 7px;
    margin-right: 10px;
    line-height: 20px;
}

.checkout .title {
    font-size: 14px;
    color: #696969;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
}

.checkout .active .title {
    color: #e92d2d;
}

.state {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.checkout .button {
    margin-bottom: 0;
    margin-top: 10px;
}

.checkout label {
    display: block;
    margin-bottom: 10px;
}

.checkout p {
    max-width: 370px;
}

.checkout input[type=text],
.checkout input[type=email],
.checkout input[type=password] {
    width: 370px;
    line-height: 26px;
    margin-bottom: 10px;
}

.checkout input[type=submit] {
    border: 0;
}

.right {
    text-align: right;
    width: 370px;
    margin-top: 5px;
}

.login_form {
    position: absolute;
    top: 5%;
    left: 65%;
}