/**
**		GENERAL
**/
body {
	font-family: Roboto, arial, sans-serif,
}
a {
	color: #000;
}




.page-cart .card {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.23);
	padding: 0 19px 50px;
}
.page-cart .card.cart-summary {
	padding: 0 19px 21px;
}
.page-cart .card h1 {
	font-family: "Titillium Web";	font-size: 32px;	font-weight: bold;	line-height: 48px;
}
.page-cart .product-line-info .label, #blockcart-modal .product-name {
	font-family: "Titillium Web";	font-size: 16px;	font-weight: 600;	line-height: 21px; color: #000;
}
.page-cart .product-line-info .label:hover,#blockcart-modal .product-name:hover {
	color: #F5CB23;
}
#blockcart-modal .cart-content p.cart-products-count {
	color: #000;
}
.page-cart .remove-from-cart {
	color: #F5CB23;
}
.page-cart .current-price .price, .quickview .current-price > span {
	color: #C3262D;	font-family: Roboto;	font-size: 16px;	font-weight: bold;	line-height: 19px;
	    margin-top: 20px;
    display: block;
}
.lk-continue-shopping {
	color: #000000;	font-family: Roboto;	font-size: 14px;	font-weight: 500;	letter-spacing: 1.31px;	line-height: 16px;
	margin-top: 16px; display: inline-block; margin-bottom: 20px;
}
#checkout .lk-continue-shopping {
	margin: 88px 0 110px;
}
.page-cart .checkout.cart-detailed-actions .btn  {
	border-radius: 2px;	background-color: #FFD91B;	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5); 
	font-family: Roboto;	font-size: 15px;	font-weight: 500;	letter-spacing: 1.41px;	line-height: 18px;
	padding: 14px 10px;
}
.page-cart .checkout.cart-detailed-actions .btn:hover {
	background: #3E3E3E;
}
.page-cart #cart-subtotal-shipping .value {
	text-transform: uppercase;
}
.page-cart .cart-summary-line {
	margin-bottom: 25px;
	margin-top: 9px;
}
.page-cart #cart-subtotal-shipping {
	margin-bottom: 12px;
}
.page-cart .card > hr {
	border-color: #DDBB16;
}
.page-cart .card-block.cart-summary-totals .cart-summary-line.cart-total .label {
	font-family: "Titillium Web";	font-size: 16px;	font-weight: bold;	line-height: 21px; color: #000;
}
.page-cart .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
	color: #000000;	font-family: Roboto;	font-size: 16px;	font-weight: bold;	line-height: 19px;
}
.page-cart .cart-summary .card-block {
	padding-left: 0;
    padding-right: 0;
}
.page-cart .card-block.cart-summary-totals .cart-summary-line.cart-total {
	margin-top: 0;
	padding: 5px;
}
.page-cart .product-line-actions .js-cart-line-product-quantity.form-control {
	color: #000000;	font-family: Roboto;	font-size: 15px;	font-weight: bold;	line-height: 18px; width: 59px;
}
.page-cart .remove-from-cart i {
	color: #F5CB23;
	font-size: 22px;
}
.page-cart .product-line-grid-right .cart-line-product-actions .remove-from-cart {
	margin-top: 7px;
}
.page-cart .cart-grid-body .cart-overview {
	padding-left: 0px;
	padding-right: 0px;
}
.page-cart .product-line-grid-left .product-image {
	padding: 8px;
    border: 1px solid #cfcfcf;
    display: block;
}


/**
**		STEP 1
**/
#checkout h1 {
	color: #000000;	font-family: "Titillium Web";	font-size: 32px;	font-weight: 700;	line-height: 48px;
}
#checkout .content .identity {
	margin-top: 25px;
}
@media (max-width: 767px) {
	#checkout h1 {
		font-size: 22px; line-height: 28px;
	}
	body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
	    margin: 10px 0;
	}
}
@media (max-width: 480px) {
	#checkout h1 {
		font-size: 20px; line-height: 28px;
	}
}
#checkout h1 + .content {
	border-top: 1px solid #DDBB16;
	margin-top: 25px;
}
body#checkout #delivery-address .form-control-label,
#customer-form .form-control-label {
	font-size: 14px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}
/*#checkout #checkout-personal-information-step*/ .custom-radio {
    width: 13px;
    height: 13px;
    border: 0.5px solid #979797;
    vertical-align: top;
    margin-top: 3px;
}
.custom-radio input[type=radio]:checked+span {
	left: 0; top: 0;
}
#checkout #checkout-personal-information-step .radio-inline + .radio-inline {
   margin-left: 23px;
}
#address .address-form .form-control:not(.form-control-select), 
.login-form .form-control, 
#identity #content-wrapper .form-control, 
#checkout #checkout-personal-information-step .form-control, 
.contact-form .form-control:not(.form-control-select), 
#customer-form .form-control, 
#checkout #delivery-address .form-control {
   height: 30px;
   background: none;
   font-size: 14px;	font-weight: 300;	line-height: 13px;
   padding: 0 1rem;
}
#address .address-form .form-control.form-control-select,
.contact-form .form-control.form-control-select {
   background-color: #fff;
   font-size: 14px;	font-weight: 300;	line-height: 13px;
   padding: .25rem 1rem;
}
#address .address-form textarea.form-control,
.contact-form textarea.form-control {
   height: inherit !important;
	padding: .25rem 1rem !important;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    background-color: #F5CB23;
    /*padding: 7px 1rem 8px;*/
    padding: 7px 1rem;
    border: 1px solid #757575;
    height: 30px;
}
#identity .custom-checkbox span,
#authentication .custom-checkbox span,
body#checkout .custom-checkbox span {
    margin-top: -3px;
    width: 14px;
    height: 14px;
    border: 0.5px solid #979797;
}
#authentication .conditions-to-approve .custom-checkbox span, 
body#checkout .conditions-to-approve .custom-checkbox span {
	margin-top: 0;
}
#identity .custom-checkbox label,
#authentication .custom-checkbox label,
#checkout .custom-checkbox label {
	font-family: Roboto;	font-size: 11px;	line-height: 21px; font-weight: 500;     margin-bottom: 0;
}
#identity .custom-checkbox label em,
#authentication .custom-checkbox label em,
#checkout .custom-checkbox label em {
	font-size: 9px;
    font-style: italic;
    font-weight: 300;
    width: 185px;
    line-height: 13px;
    display: block;
}
/*.form-footer*/ .continue {
	font-family: Roboto;	font-size: 16px;	font-weight: 500;	letter-spacing: 1.5px;	line-height: 19px;
	border-radius: 2px;	background-color: #FFD91B;	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	padding: 14px 26px;
	margin-bottom: 29px;
}
.continue:hover {
	background-color: #3E3E3E;
}
#checkout .cart-summary-products p {
	color: #000000;
    font-family: Roboto;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}
#checkout .cart-summary-products [data-target="#cart-summary-product-list"] {
	color: #F5CB23;	font-family: Roboto;	font-size: 12px;	line-height: 14px;
	margin-bottom: 39px;
    display: inline-block;
}
#checkout .cart-summary-subtotals-container.card-block {
	padding: 10px 0;
}
#checkout .cart-summary-subtotals-container .cart-summary-line {
    margin-bottom: 10px;
}
.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
    font-weight: 500;
    font-family: Roboto, sans-serif;
}
#checkout .nav-inline.my-2 .nav-separator {
	color: #DDBB16;
	margin-top: 8px;
    display: inline-block;
}
#checkout .card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 5px;
}

body#checkout section.checkout-step .step-number {
	padding-right: 5px;
}
body#checkout section.checkout-step .step-number::after {
	content: "-";
	display: inline;
	margin-left: 10px;
}
body#checkout section.checkout-step {
    box-shadow: none;
    border-bottom: 1px solid #DDBB16;
    padding: 5px .9375rem;
    margin: 5px 0;
}
body#checkout section#checkout-personal-information-step.checkout-step {
    margin: 0px 0 5px;
}
body#checkout section.checkout-step.js-current-step {
    padding: .9375rem;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    border-bottom: none;
    margin-bottom: 25px;
}
body#checkout section.checkout-step .step-number {
    padding: 0 10px; 
}

body#checkout section.checkout-step .forgot-password {
	text-align: right;
    width: 50%;
    padding: 0 15px;
    margin-left: 25%;
    margin-bottom: 15px;
}
#checkout .forgot-password a {
	color: #F5CB23;	font-family: Roboto;	font-size: 14px;	font-weight: 500;	line-height: 21px;
}
body#checkout section.checkout-step .content {
    padding: 0 15px 0 2.313rem;
}
#js-checkout-summary {
	border: none;
}
body#checkout section.checkout-step.js-current-step:not(#checkout-personal-information-step) {
	margin-top: 15px;
}
body#checkout section.checkout-step.-reachable.-complete h1 {
    opacity: .5;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: inline-block;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done, body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    display: none;
}
#checkout #identity,
#checkout .payment-options {
	margin-top: 25px;
}


/**
** 		ADRESS
**/
.js-address-form {
	margin-top: 25px;
}
label[for="use_same_address"] {
	font-family: Roboto;	font-size: 11px;
}
body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: 3px solid #CCC;
}
@media (max-width: 767px) {
	.card {
	    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	}
	#checkout .lk-continue-shopping {
		display: none; 
	}
	body#checkout section.checkout-step .content {
	    padding: 0 15px 0;
	}
	body#checkout section.checkout-step .custom-radio {
	    margin-bottom: 25px;
	}
}




/**
** 		DELIVERY
**/
body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
    font: 700 14px Roboto, sans-serif;
}
#checkout .carrier-price {
	color: #C3262D;	font-family: Roboto;	font-size: 16px;	font-weight: bold;	line-height: 19px;
}

label[for="delivery_message"] {
    width: 140px;
    text-align: left;
    vertical-align: top;
    font: 500 14px Roboto, sans-serif;
}
body#checkout section.checkout-step .delivery-option {
    background: #FFF;
}
body#checkout section.checkout-step .delivery-option > label > .row,
body#checkout section.checkout-step .delivery-option > label > .row .row,
body#checkout section.checkout-step .delivery-option > .col-sm-1 {
	display: flex;
    align-items: center;
}




/**
** 		PAYMENT
**/
body#checkout .condition-label {
    margin-top: 10px;
    margin-bottom: 28px;
    margin-left: 30px;
}
#checkout .payment-option label {
	font-family: Roboto;	font-size: 14px;	font-weight: bold;	line-height: 21px;
}
body#checkout .condition-label label {
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 21px;
}
body#checkout .condition-label label a {
    color: #C3262D;
}
.btn-primary.disabled, .btn-primary:disabled, body#checkout .content .btn-primary, 
#identity #content-wrapper .btn-primary, .psgdprinfo17 .btn-primary, 
.product-quantity .btn-primary,
#authentication .register-form .btn-primary, #address .address-form .btn-primary {
	font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 19px;
    border-radius: 2px;
    background-color: #FFD91B;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    padding: 14px 26px;
	/*modif vcomk 29062020 misr en comm :*/
	/*margin-bottom: 29px;*/
   
    border: none;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover, body#checkout .content .btn-primary:hover, 
#identity #content-wrapper .btn-primary:hover, .psgdprinfo17 .btn-primary:hover, #authentication .register-form .btn-primary:hover, .btn-primary:hover,  #address .address-form .btn-primary:hover {
    background-color: #3E3E3E;
}
.product-quantity .btn-primary {
	margin-bottom: 0;
}
body#checkout #conditions-to-approve .custom-checkbox {
	margin-top: 7px
}

#checkout label[for="payment-option-1"] {
	/*background: url(../) no-repeat 35px;
	padding-left: 100px*/
}
#content-hook_order_confirmation .h1 {
	color: #000000;	font-family: "Titillium Web";	font-size: 32px;	font-weight: bold;	line-height: 48px;
}
#order-confirmation #order-items h3 {
	font-family: "Titillium Web";	font-size: 22px;	font-weight: bold;	line-height: 34px;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px solid #DDBB16;
    padding-bottom: 5px;
    margin-bottom: 13px;
}
#order-confirmation #order-details h3 {
	font-family: "Titillium Web";	font-size: 22px;	font-weight: bold;	line-height: 34px;
	text-transform: uppercase;
}
#order-confirmation #order-items .details {
	font-family: "Titillium Web";	font-size: 16px;	font-weight: 600;	line-height: 21px;
}
.order-confirmation-table .qty {
	font-family: Roboto;	font-size: 16px;	font-weight: bold;	line-height: 19px;	text-align: center;
}
.definition-list dl dd, .definition-list dl dt {
	background-color: #ECECEC;
	font-family: Roboto;	font-size: 16px;	line-height: 21px; font-weight: 500;
	    margin: .125rem 20px 20px 0;
}
.definition-list dl dd:nth-of-type(2n), .definition-list dl dt:nth-of-type(2n) {
	background-color: #ECECEC;
}

@media (max-width: 767px) {
	body#checkout .additional-information {
	    margin-left: 0;
	}
	.definition-list dl dd, .definition-list dl dt {
	    margin: 10px 10px 10px 0;
	}
	#content-hook_order_confirmation .h1 {
	    font-size: 20px;
	    line-height: 30px;
	}
	#order-confirmation #order-items h3 {
	    font-size: 17px;
	    line-height: 30px;
	}
	.page-order-confirmation ._desktop-title {
		display: none;
	}
	#order-confirmation #order-details h3 {
	    font-size: 18px;
	    line-height: 26px;
	}
	.block_newsletter form button[type=submit] {
	    font-size: 13px;
	}
}



#exportDataToCsv {
    margin-bottom: 10px;
}


/**
**		PAGE PRODUCT DETAIL
**/
.product-features > dl.data-sheet dd.value {
	font-style: italic;
	color: #000;
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
	padding: 0px 12px;
	min-height: 14px;
	font-weight: 300;
	margin-bottom: 4px;
}
#product #main .tab-content > .active .product-features > dl.data-sheet dt.name {
	line-height: 24px;
	background: #E7E7E7;
}
.product-features > dl.data-sheet dd.value:nth-of-type(2n), .product-features > dl.data-sheet dt.name:nth-of-type(2n) {
    background: #E7E7E7;
}
.product-features {
    margin-left: 0;
}
#product-details .product-quantities label,
#product-details .product-features .h6 {
    /* margin-left: 13px; */
}
#product #tab-content #description {
    padding-left: 21px;
    padding-right: 21px;
}
#product .nav-item .nav-link:hover {
	border-color: #C3262D
}
.block-categories .collapse-icons {
    top: 5px;
    width: 25px;
}
.block-categories .category-sub-menu .category-sub-link {
    font-family: "Titillium Web";
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}
.product-discounts table{width:100%;}
.product-discounts > .product-discounts-title {
    margin-left: 21px;
}
.product-discounts > .table-product-discounts tbody tr td {
    padding: 0 10px;
    border: .2125rem solid #FFF;
    line-height: 24px;
    background: #E7E7E7;
    color: #000;
    font-family: Roboto;
    font-size: 12px;
	text-align:left;
}

#product .product-actions button.add-to-cart:hover {
	background: #3E3E3E;
}
.product-discounts {
    padding: 0 10px;
    text-align: center;
}
.product-discounts > .table-product-discounts thead tr th {
	border: none;
	font-size: 13px;
    padding: .625rem 10px 0;
	width:calc(100% - 75px)
}
.product-discounts > .table-product-discounts thead tr th +th {
    width:75px
}
#products .product-price-and-shipping {
	color: #F5CB23;
	font-family: Roboto;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    height: 90px;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    height: 348px;
}
#products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
    height: calc(100% - 90px);
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    text-align: left;
}



/**
**		PAGE SOLD GROUP
**/
.pack-product-container .thumb-mask>.mask {
    width: 3rem;
    height: 3rem;
}
.pack-product-container a {
	color: #000;
}
@media (min-width: 768px) {
	.product-pack .pack-product-container .pack-product-name {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 42%;
	    flex: 0 0 42%;
	}
	.product-pack .pack-product-container .pack-product-quantity {
    	border-left: none;
    }
    #product #main .tab-content>.active {
	    display: block;
	    width: 100%;
	    text-align: left;
	    color: #979797;
	    font-family: Roboto;
	    font-size: 14px;
	    line-height: 24px;
	    opacity: 1;
	}
}

/**
**		PAGE CONTACT
**/
.contact-form .group-span-filestyle .btn-default {
	background-color: #F5CB23;
	padding: 7px 1rem;
	border: 1px solid #757575;
}
.contact-form .btn-primary, .login-form .btn-primary {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 19px;
	border-radius: 2px;
	background-color: #FFD91B;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	padding: 14px 26px;
	margin-bottom: 29px;
	border: none;
}

.login-form .btn-primary:hover,
.contact-form .btn-primary:hover {
	background-color: #3E3E3E;
}
.contact-form [type="email"]::placeholder {
	color: #aaa;
}
#address .address-form select.form-control:not([size]):not([multiple]),
.contact-form select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 8px);
}
.contact-form .form-group {
	clear: both;
}
.contact-rich h4 {
    color: #000000;
    font-family: "Bebas Neue";
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}
.contact-rich .block .data {
    font-family: "Titillium Web";
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}
.contact-rich .block a[href^="mailto:"] {
    margin-left: 56px;
    margin-top: 10px;
}







/**
**		PAGE MON COMPTE
**/
.page-my-account #content .links a:hover i {
    color: #F5CB23;
}




/**
**		PAGE CONNEXION
**/
@media (max-width: 767px) {
	.login-form .label, .login-form label {
	    text-align: left;
	}
}


/**
**		PAGE TOP VENTE
**/
#products .page-not-found {
	margin-top: 40px;
	margin-bottom: 40px;
}



/**
**		PAGE SERACH
**/
#search_filters .ui-slider-horizontal {
    height: 4PX;
}
#search_filters .ui-widget-header {
    background: #000;
}
#search_filters .ui-slider .ui-slider-handle {
    height: 15px;	width: 3px;	border: 0.25px solid #907711;	border-radius: 1.5px;	background-color: #F5CB23; top: -6px;
}
#search_filters .facet-title {
    color: #000000;
	font-family: "Titillium Web";
	font-size: 18px;
	font-style: italic;
	line-height: 27px;
	text-transform: none !important;
	font-weight: 400;
}
.block-categories .category-top-menu a,
#search_filters > p.h6 {
    color: #000000;	font-family: "Bebas Neue";	font-size: 28px;	font-weight: bold;	line-height: 34px;
    margin-bottom: 10px;
		display: inline-block;
}
#search_filters .faceted-slider li > p {
    color: #303030;	font-family: "Titillium Web";	font-size: 12px;	font-weight: 300;	line-height: 19px;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
	font-family: "Titillium Web";	font-size: 18px;	line-height: 27px; font-weight: 400;
}
.products-sort-order .select-title {
    padding: 4px 2px 4px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    color: #000000;	font-family: "Titillium Web";	font-size: 14px;	line-height: 21px;
    background-color: #ECECEC;
}
.products-selection {
    margin-bottom: 35px;
}
.block-category {
    margin-bottom: 45px;
    display: flex;  
	justify-content: center;
}
.header-top .search-widget form input[type="text"] {
    box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.15);
    border: none;
}




/**
**		PAGE IDENTITY
**/
#identity .form-control-label {
    text-align: left;
}


/**
**		PRODUCTS LIST
**/
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
    border: 3px solid #F5CB23;
}
.quickview .modal-header .close {
    margin: -1rem 0 -1rem auto;
}
.quickview .modal-content {
	background: #fff
}
#blockcart-modal .cart-content .cart-content-btn .btn {
	padding-top: 15px;
}
@media (max-width: 1107px) {
	#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
}




/**
**		NEW HEADER, NEW FOOTER
**/
#_desktop_language_selector .btn-unstyle:hover .expand-more {
	color: #F5CB23;
}
#header .header-top a[data-depth="0"] {
    border-bottom: 3px solid #FFF;
}
#header .header-top a[data-depth="0"]:hover {
    border-bottom: 3px solid #F5CB23;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    margin-top: .9375rem
}
body#checkout #header .header-nav {
	background: #3E3E3E;
    max-height: 65px;
    margin-bottom: 25px;
    padding: 0;
}
body#checkout #footer {
    box-shadow: none;
    padding: 2.5rem 0 0;
    background: #F5CB23;
    color: inherit;
}
#_desktop_contact_link a:hover, #_desktop_user_info a:hover, #_desktop_user_info a:hover {
	color: #F5CB23;
}
.search-widget form input[type="text"]:focus {
    outline: none;
}
#footer {
    padding-top: 27px;
}
.footer-container {
    padding-top: 40px;
}
/**	END : NEW HEADER, NEW FOOTER  **/


@media (max-width: 767px) {
	body#checkout section.checkout-step .forgot-password {
	    width: 100%;
	    margin-left: 0%;
	}
	.block_newsletter {
	    border-bottom: none;
	}
	.footer-container .links ul > li {
	    padding: 7px 15px;
	}
	.footer-container .links ul > li a {
	    font-weight: 300;
	}
}




/**
**		RESPONSIVE
**/

/**
**		HEADER
**/

@media (max-width: 767px) {
	.mobile {
		width: 100%;
	}
	#header .header-nav .top-logo {
	    padding-top: 0px;
	}
	#header .header-nav #menu-icon .material-icons {
	    line-height: 46px;
	    color: #fff;
	}
	#header .header-nav .top-logo a img {
    	max-height: 46px;
	}
	#_mobile_logo h1 {
		margin-bottom: 0;
	}
}

/**
**		FOOTER
**/
@media (max-width: 767px) {
	.block_newsletter form .input-wrapper {
	    max-width: calc(100% - 50px);
	}
	#block_myaccount_infos {
	    border-right: none;
	}
	.links .wrapper .h3, #block_myaccount_infos .h3, .block-contact .block-contact-title, .block-contact .title .h3 {
	    font-size: 16px;
	    font-weight: 500;
	    text-transform: none;
	    color: #fff;
	    font-family: Roboto;
	}
	#footer .block-contact {
	    margin-left: 0;
	}
	#footer .block-contact.links .title {
	    border: none;
	}
	#footer .material-icons {
	    color: #fff;
	}
}

/**
**	HOMEPAGE
**/
@media (max-width: 767px) {
	.contenu-personalise .contenus .ctt-text h3 {
	    margin-top: 25px;
	}
	#custom-text h2 {
	    font-size: 26px;
	    line-height: 35px;
	}
	#custom-text .ctt-text {
	    padding: 15px;
	}
	#custom-text {
	    padding: 10px;
	}
	#category #js-product-list-header{
		display: none;
	}
}



/**
**	PRODUCT DETAIL
**/
@media (max-width: 767px) {
	.product-line-grid-right.product-line-actions {
		padding-top: 10px;
	}
}

/*
** EXTRA STYLE 
**/

#category-description {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 18px;
	margin:0 auto;
}