/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

html,body{
	font-family: 'Montserrat', sans-serif;
	    font-size: 14px;
    line-height: 22px;
}
#header {
    background: #fff;
}

#_desktop_logo{
	text-align: center;
}
#header .header-top {
    padding-bottom: 0;
}

#wrapper {
    box-shadow:none;
    background: #fff;
    padding-top: 0px 
}

#header .header-nav {
    border-bottom: 0px solid #f1f1f1;
    margin-bottom: 0px;
    background: #000;
    color:#fff;
    /*    overflow: hidden;*/
}

#header .header-nav a{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}

#header .header-nav .blockcart {
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.static_block_content{
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: .9375rem;
}

.static_block_content p{
	text-transform: uppercase;
	color: #fff;
}

.nav-top{
	background: #000
}

#mobile_top_menu_wrapper {
    width: 250px;
}

#mobile_top_menu_wrapper {
	display: flex !importantportant
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -280px;
    z-index: 901;
    width: 280px;
    height: 100%;
    background: #fff;
    transition:all 0.3s;
    /*overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
}

#mobile_top_menu_wrapper.opened {
    display: flex !important;
    flex-direction: column;
    left: 0!important;
    margin: 0 !important;
    padding: 0;
    z-index: 9999999999;
    transition:all 0.3s;
}

.close_menu{
    display: none;
}

.opened .close_menu{
	/*display: inline-block;
    font-size: 20px;
    text-align: right;
    padding: 10px;*/
    display: inline-block;
    font-size: 20px;
    text-align: right;
    padding: 10px;
    padding: initial;
    background: #fff;
    position: absolute;
    right: -40px;
    width: 40px;
    text-align: center;
    height: 41px;
    line-height: 40px;
    font-weight: bold;
    border-left: 1px solid;
}

#wrapper{
	display: block !important
}

.footer-container .col-md-6.links{
	float: none;
	width: 100%;
	text-align: center;
}

.footer-container .col-md-6.links .col-md-6.wrapper{
	float: none;
	width: 100%;
}

.footer-container .col-md-6.links .col-md-6.wrapper p.h3{
	display: none;
}

.footer-container li {
    margin: 10px;
    display: inline-block;
    text-align: center;
}

#header .header-top a[data-depth="0"] {
    color: #7a7a7a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

#header .header-top a[data-depth="0"]:after{
	content: '';
    height: 1px;
    background: #7a7a7a;
    display: block;
    width: 0%;
    margin-top: 5px;
}


#header .header-top a[data-depth="0"]:hover:after {
        width: 100%;
}
.carousel .carousel-inner {
    height: auto;
}


#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title{
    margin-top: 15px;
    min-height: 42px;
    padding: 0 10px;
    max-height: 42px;
    overflow: hidden;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a{
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold; 
}

.block-category.card{
	border:none;
}

#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after{
	border:0px !important;
}

#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img{
	position: relative;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
	box-shadow: none;
	margin-bottom: 0px;
}

#products .product-miniature:hover, .featured-products .product-miniature:hover, .product-accessories .product-miniature:hover, .product-miniature .product-miniature:hover{
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
	height: 375px;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
	height: 115px;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    text-align: center;
    color: #505050;
    font-size: 14px;
    font-weight: bold;
}


#category h1{
    font-size: 25px;
    font-weight: 900;
}


#product h1{
	font-weight: 700;
    font-size: 25px;
    font-family: "Montserrat",Verdana,Arial;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
}

.current-price span.price{
    font-size: 1.5em;
    color: #000000;
    white-space: nowrap;
    font-weight: 400;
}

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: 1px solid #999;
}
#product #content{
	max-width: 100%
}

#product .col-md-6.right_content{
	max-width: 510px;
	float: right;
	width: 100%;
	text-align: center;
}

.product-quantity .add, .product-quantity .qty {
    float: none;
    display: block;
    margin-bottom: .5rem;
    width: 100%;
}

.product-actions .add-to-cart{
	font-weight: 400;
	width: 100%;
    text-transform: none;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    padding: 0 31px;
}

.product-actions .add-to-cart:hover{
background-color: #2b2b2b
}
.qty .bootstrap-touchspin{
	float: none;
}

.blockreassurance_product span.block-title{
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}


.product-quantity .add{
	/*padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;*/
    max-width: calc(100% - 90px);
    float: right;
}
.blockreassurance_product p.block-title {
    line-height: 22px;
    max-width: 210PX;
    text-align: center;
    font-weight: bold;
}

.blockreassurance_product {
    margin-top: 25px;
    margin: 25px auto;
    max-width: 220px;
    text-align: center;
}

#product .product-quantity{
	display: block;
}

.separation-line{
	border-top: 2px solid #eeeeee;
}
#product .product-add-to-cart{
	padding-top: 30px
}
#product .tabs{
	box-shadow: none;
}

.bootstrap-touchspin{
	box-shadow: none;
}

.product-quantity #quantity_wanted{
	/*height: 2.74rem;*/
	height: 48px;
	text-align: center;
}

.product-quantity .input-group-btn-vertical .btn {
    padding: .5rem .6875rem;
    height: 25px;
}


#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 1.5rem;
    font-weight: normal;
    margin-top: 50px;
}


.blackfooter{
	background: #000;
    color: #fff;
    margin-bottom: 50px;
    padding: 50px 0;
}
.blockreassurance .block-title {
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blackfooter .blockreassurance p{
	color: #bdbdbd !important;
    letter-spacing: 0.02em;
    font-size: 12px;
}

.blackfooter .blockreassurance .block-icon, .blackfooter .blockreassurance .block-icon img, .blackfooter .blockreassurance .block-icon svg {
    max-width: 35px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.blackfooter .blockreassurance div{
	color: #fff !important;

}

.blackfooter .blockreassurance .col-md-4 {
	border-left: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
}

#products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 8.5rem;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    padding: 15px .8125rem;
    margin:10px 0px;
}

#products .product-miniature:hover, .featured-products .product-miniature:hover, .product-accessories .product-miniature:hover, .product-miniature .product-miniature:hover {

	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.add-to-cart-or-refresh{
	display: inline-block;
}
.add-to-cart-or-refresh button.add-to-cart {
	background: #000;
    color: #fff;
    padding: 7px;
    border-radius: 50%;
}
.add-to-cart-or-refresh button.add-to-cart .shopping-cart{
	margin-right: 0px;
	font-size: 20px;
}

.product-flags li.product-flag{
	box-shadow: none;
}


#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    background: transparent;
    height: 4.125rem;
    box-shadow: 0 0 black;
}

#products .highlighted-informations .quick-view, .featured-products .highlighted-informations .quick-view, .product-accessories .highlighted-informations .quick-view, .product-miniature .highlighted-informations .quick-view{
	display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
}

#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover, .product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover{
	color: #fff
}

body#checkout #footer {
    box-shadow: none;
    padding: 0;
    background: #fff;
    color: #7a7a7a;
    padding-top: 2.5rem;
}

#authentication h1{
	text-align: center;
}


.block-category {
    min-height: inherit;
    margin-bottom: 20px;
    box-shadow: 0 0 black;
    border: none;
    padding: 0 !important;
    text-align: center;
}


.pagination .page-list{
	box-shadow: none;
}

.page-addresses .address, .page-authentication #content{
	box-shadow: none;
	border:1px solid #F1F1F1;
}

.footer-container {
    box-shadow: none;
    border: 1px solid #F1F1F1;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    box-shadow: none;
}

.card {
    box-shadow: none;
    border: 1px solid #f1F1F1;
}
.contact-form .form-group.row:after:nth-of-type(1){
	display: none;
} 

.product-flags{
    flex-direction:row-reverse !important;
}

.product-cover img {
    box-shadow: none;
    background: #fff;
    border: 1px solid #F1F1F1;
}

#product .product-prices div {
    margin-bottom: .625rem;
    font-size: 1.333em;
    font-weight: normal;
}



.vdesktop .static_block_content {
    text-transform: uppercase;
    color: #fff;
    display: block;
    background: transparent;
    margin-top: .9375rem;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: bold;
}

.vdesktop .static_block_content p {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.carousel {
    box-shadow: none;
}

.product-quantity .qty {
    margin-right: .4rem;
    width: 80px !important;
    float: left !important;
    text-align: left;
}

#blockcart-modal .modal-dialog {
    max-width: 380px;
  }


.product-images>li.thumb-container>.thumb {
    box-shadow: 0 0 black;
}
.thumb-container img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
}


.thumb-container img.selected ,.thumb-container img:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-quantity .input-group-btn-vertical .btn{
	height: 25px
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "+";
    margin-top: -2px;
    display: block;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "-";
    margin-top: -2px;
    display: block;
}


.footer-container li a {
    color: #adadad;
    cursor: pointer;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: bold;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit;
    background: black;
    color: white;
    font-size: 12px;
    text-transform: none;
}

#blockcart-modal .cart-content .cart-content-btn{
	width: 100%
}
.footer-container li a:hover {
    color: #000;

}

#blockcart-modal .modal-body {
    background: #fff;
    padding: 12px 18px;
}
#blockcart-modal .modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
}

#blockcart-modal .modal-header .close {
    opacity: 1;
    padding: 0;
    position: absolute;
    right: -20px;
    top: -15px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: none;
    font-size: 1.3em;
    line-height: 28px;
    color: #333333;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

#blockcart-modal .cart-content .cart-content-btn a{
	margin-left: 40px
}


#blockcart-modal .product-image {
    width: 100%;
    max-width: 75px;
}

#blockcart-modal .cart-content {
    padding-left: 0;
}

#blockcart-modal .product-price {
    margin-bottom: 0;
}
#blockcart-modal .cart-content p.product-total{
	padding-top: 0px;
}
#blockcart-modal .product-name {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
}
#blockcart-modal .cart-content p{
	justify-content: initial;
}

#blockcart-modal .cart-content p .label, #blockcart-modal .cart-content p .value {
    font-weight: 400;
}


#blockcart-modal .cart-content p.cart-products-count {
    font-weight: normal;
    color: #363a42;
    font-size: 13px;
    margin-bottom: 0;
}
#blockcart-modal .cart-content p{
	margin-bottom: 0;
	background: transparent !important
}
h4.successcart{
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #dff0d8;
    border-radius: 2px;
    text-align: left !important;
    margin: 20px 0;
    padding: 14px 10px;
    font-size: 12px;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: .625rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #000;
}


#mobile_top_menu_wrapper .js-top-menu-bottom{
    display: none !important
}



.ht_cart.cart-hover-content{
    display: none;
    position: absolute;
    right: 0;
}

.blockcart.cart-preview:hover .ht_cart.cart-hover-content,
#_desktop_cart:hover .ht_cart.cart-hover-content,
.ht_cart.cart-hover-content:hover {
    display: block;
}
.ht_cart.cart-hover-content,
.ht_cart.cart-hover-content span,
.ht_cart.cart-hover-content ul{
    color: #000
}

.dropdown-toggle{
    cursor: pointer;
}

.dropdown-toggle{
    color: #fff !important
}
#header .blockcart.cart-preview .dropdown .dropdown-menu {
    padding: 10px 15px;
    top: 30px !important;
    width: 260px !important;
    min-width: 260px !important;
    right: -0.85rem;
    left: inherit !important;
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
    transition: all 0.5s;
}
#header .blockcart.cart-preview .dropdown-toggle {
    background: none;
    border: none;
}
#header .blockcart.cart-preview .dropdown-product-item {
    display: table;
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px dashed #d8e0e6
}
#header .blockcart.cart-preview .dropdown-product-item:first-child {
    border-top: 0
}
#header .blockcart.cart-preview .dropdown-product-item>.dropdown-product-thumb, .dropdown-product-item>.dropdown-product-info {
    display: table-cell;
    vertical-align: top
}
#header .blockcart.cart-preview .dropdown-product-item>.dropdown-product-thumb {
    width: 55px;
    border-radius: 0%;
    overflow: hidden
}
#header .blockcart.cart-preview .dropdown-product-item>.dropdown-product-thumb>img {
    display: block;
    width: 100%
}
#header .blockcart.cart-preview .dropdown-product-item > .dropdown-product-remove {
    display: block;
    position: absolute;
    top: 9px;
    right: -10px;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}
#header .blockcart.cart-preview .dropdown-product-item > .dropdown-product-remove i {
    color: #000 !important;
}

#header .blockcart.cart-preview .dropdown-product-item>.dropdown-product-info {
    padding-right: 15px;
    padding-left: 12px
}
#header .blockcart.cart-preview .dropdown-product-item .dropdown-product-title {
    display: block;
    padding-top: 2px;
    transition: color .3s;
    color: #373a3c !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}
#header .blockcart.cart-preview .dropdown-product-item .dropdown-product-title:hover {
    color: #0da9ef
}
#header .blockcart.cart-preview .dropdown-product-item .dropdown-product-details {
    color: #9da9b9;
    font-size: 14px
}
#header .blockcart.cart-preview .blockcart {
    background: #f1f1f1;
    height: 3rem;
 padding: .75rem;
 margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
}
#header .blockcart.cart-preview .toolbar-dropdown-group {
    display: table;
    width: 100%;
    padding: 9px 0;
    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    font-size: 14px;
}
#header .blockcart.cart-preview .toolbar-dropdown-group div {
    padding-bottom: 2px
}
#header .blockcart.cart-preview .text-right {
    text-align: right;
}
#header .blockcart.cart-preview .btn-view {
    background-color: #f5f5f5;
    border-color: #e1e7ec;
    color: #606975 !important;
}
#header .blockcart.cart-preview .btn-view:hover {
    background-color: #cbcbcb !important
}


#checkout #header{
    margin-bottom: 30px
}

.dropdown-menu a.btn-checkout{
        color: #fff !important;
        width: 100%;
        margin-top: 10px
    }


.rev_slider_wrapper{
    margin-bottom: 40px !important;
        margin-top: -40px !important;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {

	#product .col-md-6.right_content{
		max-width: 50%;
		float: right;
		width: 100%;
		text-align: center;
	}
}
@media screen and (min-width: 768px) {

    .close_cart{
        display: none
    }
	#header .logo {
	    margin-top: 30px;
	}

	#header .header-top .position-static {
	    position: static;
	    text-align: center;
	    margin-top: 12px;
	}

	ul.top-menu > li:first-child {
	    border-left: 0;
	}
	ul.top-menu > li {
	    float: none;
	    display: inline-block;
	    margin-bottom: -3px;
	    flex: 1 1 auto;
	    border-left: 1px solid #eaeaea;
	    background-color: white;
	    padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {

    #lnk-accueil{
        border-bottom: 1px solid;
    }
    
    #lnk-accueil a{
        padding-left: 35px !important;
    background: url(../images/ico_home_menu.png) 5px center transparent;
    background-repeat: no-repeat;
    background-size: 20px;
    }


    .otherlink{
        font-size: 12px !important;
    text-transform: none !important;
    }
    .firstlinesubmenu{
        border-top: 1px solid;
    }

	.footer-container .col-md-6.links .title{
		display: none;
	}
	.footer-container .col-md-6.links ul.collapse{
		display: block;
	}
    .footer-container .links ul {
        background-color: #fff;
        margin-bottom: 0;
    }
    .footer-container .links ul>li {
        padding: 0px;
        border-bottom: 1px solid #fff;
        font-weight: 700;
        display: block;
    }

    .footer-container .links ul>li a {
        color: #adadad;
    }

    .block_newsletter {
        border-bottom: 0px solid #f6f6f6;
    }
	.header_omg_im_scrolled .nav_top{
		display: none;
	}

	#blockcart-modal {
	    color: #232323;
	    margin-top: 165px;
	}

	#blockcart-modal .product-image{
		max-width: 40px
	}

	.h1.mobilevue{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 20px 5px;
	}

	.cart-item .bootstrap-touchspin input.form-control, .cart-item .bootstrap-touchspin input.input-group{
		    width: 2rem;
	}


	#header .header-nav .cart-preview.active {
	    background: transparent;
	    color: #111;
	}

	#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
	    color: #111;
	    margin-top: 10px;
	}

	.footer-container{
		text-align: center;
	}

	#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
		max-width: 100%;
	}
	#products .product-miniature, .featured-products .product-miniature {
	   margin: 25px auto 25px;
	   max-width: 50%;
	   width: 100%;
    	/*border: 1px solid #ccc;*/
	}

	#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
	    background: transparent;
	    height: 4.125rem;
	    box-shadow: 0 0 black;
	    display: none !important;
	    bottom: 8.25rem !important;
	}

	#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
		width: 100%
	}

	#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
		height: auto !important
	}

	#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
		position: relative;
	}


	.blackfooter .blockreassurance .block-icon, .blackfooter .blockreassurance .block-icon img, .blackfooter .blockreassurance .block-icon svg {
	    max-width: 35px;
	    width: 100%;
	    height: auto;
	    display: block;
	    margin: 0 auto;
	    float: none;
	    margin-top: 20px;
	    text-align: center;
	}

	.blackfooter .blockreassurance .col-md-4 {
	    border-left: 0px solid #1F1F1F;
	    border-right: 0px solid #1f1f1f;
	    text-align: center;
	    border: 0;
	}

	#products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description{
		box-shadow: none;
	}

	#header .header-nav{
		background: #fff;
	}

	.nav_top{
		background: #000
	}
	#header .header-nav .top-logo {
	    padding-top: 0;
	    background: #fff;
	    margin: 10px 0;
        text-align: center;
	}

	#header .header-top {
	    background: transparent;
	}

	#header .header-nav .top-logo a img {
	    display: inline-block;
	    padding: 0;
	    max-width: 75px;
	    width: 100%;
	    max-height: 100%;
	    background: #fff;
	    margin-left: 40px;
	}

	#header .header-nav #menu-icon .material-icons {
	    line-height: 50px;
	    color: #000;
	}

    .blockcart.cart-preview.active .dropdown.open{
        position: inherit;
    }


	.contact_top{
		color: #fff;
	    padding: 5px;
	    margin-top: 5px;
	    display: block;
	    font-weight: normal;
	    margin-bottom: 5px;
	}

	.account_top{
		color: #fff;
		text-align: right;
	    padding: 5px;
	    margin-top: 5px;
	    display: block;
	    font-weight: normal;
	    margin-bottom: 5px;
	}

	.offre_remise .static_block_content {
	    display: block;
	    background: #f3f3f3;
	    color: white;
	    padding: 6px;
	    text-align: center;
	    text-transform: uppercase;
	    color: #000000;
	    letter-spacing: 0.05em;
	    font-size: 12px;
	    font-weight: bold;
	    margin-top: -1px;
	    margin-bottom: 0;
	}

	.offre_remise .static_block_content p{display: block;
	    background: #f3f3f3;
	    color: white;
	    text-align: center;
	    text-transform: uppercase;
	    color: #000000;
	    letter-spacing: 0.05em;
	    font-size: 12px;
	    font-weight: bold;
	    margin-bottom: 0
	}

	#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
	    margin-top: 15px;
	    min-height: 40px;
	    padding: 0 10px;
	}

	#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
	    color: #4e4e4e;
	    text-transform: uppercase;
	    font-size: 15px;
	    line-height: 15px;
	    font-weight: 600;
	    min-height: 30px;
	    height: 30px;
	    font-size: 10px;
	    letter-spacing: 2px;
	    overflow: hidden;
	    display: block;
	}

    span.qtymodal{
        font-size: 11px !important;margin-left: 5px;
    }


    #blockcart-modal .cart-content .cart-content-btn .btn{
        font-size: 10px
    }

	#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title{
		font-size: 23px
	}

	#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
	    height: 40px;
	}

	.ajoutpaniermob .add-to-cart-or-refresh {
	    display: block;
	    width: 100%;
	    margin-top: 40px;
	}

	#blockcart-modal .product-name, #product-availability {
	    margin-top: .625rem;
	    font-size: 14px;
	}
	#blockcart-modal {
	    font-size: 12px;
	}

	#blockcart-modal .cart-content .btn {
	    margin-bottom: .625rem;
	    font-size: 10px;
	}

	.ajoutpaniermob .add-to-cart-or-refresh button.add-to-cart {
	    background: #000;
	    color: #fff;
	    padding: 7px;
	    border-radius: 0;
	    position: relative;
	    display: block;
	    box-shadow: none;
	    font-size: 10px;
	    width: 100%;
	}
	#blockcart-modal .modal-title {
 	   color: #353943;
   	 font-size: 12px;
	}

    .cart-preview .dropdown.open{
        position: inherit;
    }

    #header .header-nav #_desktop_contact_link {
        display: none;
    }
    #header .blockcart.cart-preview .dropdown .dropdown-menu {
    padding: 10px 15px;
    top: -2px !important;
    width: 280px !important;
    min-width: 280px !important;
    right: -280px;
    height: 100vh;
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
    transition: all 0.5s;

    }   

    #header .blockcart.cart-preview .dropdown .dropdown-menu .btn-checkout{
        color: #fff !important;
        width: 100%;
        margin-top: 10px
    }



    .close_cart {
        /*display: inline-block;
        font-size: 20px;
        text-align: right;
        padding: 10px;
        padding: initial;
        background: #fff;
        position: absolute;
        right: -40px;
        width: 40px;
        text-align: center;
        top:-1px;
        height: 41px;
        line-height: 40px;
        font-weight: bold;
        border-left: 1px solid;*/
        display: inline-block;
        font-size: 20px;
        text-align: right;
        padding: 10px;
        padding: initial;
        background: #fff;
        position: absolute;
        left: -41px;
        width: 40px;
        text-align: center;
        top: -1px;
        height: 41px;
        line-height: 40px;
        font-weight: bold;
        border-right: 1px solid;
    }

    #blockcart-modal .modal-header .close {
        opacity: 1;
        padding: 0;
        position: absolute;
        right: -7px;
        top: -7px;
        cursor: pointer;
        width: 28px;
        height: 28px;
        background: none;
        font-size: 1.3em;
        line-height: 28px;
        color: #333333;
        text-align: center;
        background: #fff;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        z-index: 999
    }

    span.cart-products-count{
        color: #000 !important
    }


    body.openedmenu main   {   
        /*position: relative;
        left: 280px;
        overflow: hidden;
        transition: all 0.5s;*/
        position: fixed;
    margin-left: 280px;
    overflow: hidden;
    transition: all 0.5s;
    }

    body.openedcart main    {   
        position: absolute;
        right: 280px;
        transition: all 0.5s;
    }

    body.openedmenu main #header,
    body.openedmenu main #wrapper,
    body.openedmenu main #footer,
    body.openedcart main #wrapper,
    body.openedcart main #footer,
    body.openedcart main .header-nav .nav_top,
    body.openedcart main .header-nav .offre_remise{
        opacity: 0.5
    }

    body.openedmenu .header_omg_im_scrolled,body.openedcart .header_omg_im_scrolled{
        left: 280px !important;
    }

    html,body{
        overflow-x: hidden;
    }

    #checkout #header .logo {
        display: inline-block;
        padding: 0;
        max-width: 75px;
        width: 100%;
        max-height: 100%;
        background: #fff;
        margin-top: 20px;
    }

    #product .owl-nav,#product .scroll-box-arrows.scroll{display:none !important;}
}


#header .header-nav .language-selector{
    display: none !important
}

.homemobile{
    background: url(../images/ico_home_menu.png) top center no-repeat transparent;
    width: 25px;
    height: 23px;
    display: inline-block;
    float: left;
    margin-top: 16px;
    background-size: 60%;
}


.product-quantity #quantity_wanted {
    color: #232323;
    background-color: #fff;
    padding: .175rem .5rem;
    width: 2.5rem;
}



#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "+";
    margin-top: -5px;
    display: block;
    font-size: 20px;
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "-";
    margin-top: -5px;
    display: block;
    font-size: 20px;
}

#product .product-quantity .input-group-btn-vertical .btn {
    height: 25px;
    width: 30px;
    text-align: center;
}

#product .product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: .125rem;
    left: 7px;
}

