/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* GÉNÉRAL */
/* WOOCOMMERCE MESSAGE */
body .woocommerce-message{
	background-color:#ca9e67 !important;
}

/* FORMS */
body input[type=text],
body textarea,
body input[type=email],
body input[type=tel]{
	background-color:#fff;
	color:#0D3655 !important;
}
body input[type=text]::placeholder,
body textarea::placeholder,
body input[type=email]::placeholder,
body input[type=tel]::placeholder{
	color:#0D3655 !important;
}

/* HEADER */
/* MES FAVORIS - HEADER */
body.material #header-outer #top nav > .buttons li:first-child a {
	font-size: 0;
	color: transparent;
}
body.material #header-outer #top nav > .buttons li:first-child a:before {
	content: '\f08a';
	font-size: 22px;
	line-height: 30px;
	width: 26px;
	max-width: 26px;
	color: #fff;
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
body.material #header-outer #top nav > .buttons li:first-child a:hover:before {
	content: '\f004';
}

/* CART - HEADER */
body #header-outer a.cart-contents .cart-wrap span{
	background-color:#ca9e67 !important;
}
body #header-outer .widget_shopping_cart_content,
body #header-outer .widget_shopping_cart.open .cart_list,
body #header-outer .widget_shopping_cart .cart_list li,
body #header-outer .widget_shopping_cart .cart_list a{
	background-color:#fff !important;
}
body #header-outer .widget_shopping_cart .cart_list li:nth-child(2n),
body #header-outer .widget_shopping_cart .cart_list li:nth-child(2n) a{
	background-color:#f5f5f5 !important;
}
body #header-outer .widget_shopping_cart .cart_list li{
	padding:0 !important;
}
.material #header-outer ul.product_list_widget li img {
	border-radius: 0px;
	margin-right: 0;
}
body #header-outer ul.product_list_widget li img{
	width:25%;
	margin-left:0;
}
body #header-outer ul.product_list_widget .product-meta{
	width:75%;
	padding: 12px;
}
body #header-outer ul.product_list_widget li dl {
	padding-left: 0;
	border: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body #header-outer ul.product_list_widget li dl p{
	line-height: 16px;
}
body #header-outer .woocommerce ul.cart_list li dl dt,
body #header-outer .woocommerce ul.product_list_widget li dl dt {
	padding: 0;
	width: 50%;
	margin: 0;
	text-align: left;
	line-height: 16px;
}
body #header-outer ul.product_list_widget li:hover dl dt,
body #header-outer ul.product_list_widget li:hover dl dd{
	color:#0D3655 !important;
}
body #header-outer .woocommerce ul.cart_list li dl dd,
body #header-outer .woocommerce ul.product_list_widget li dl dd {
	padding: 0;
	width: 50%;
	text-align: right;
}
body #header-outer .widget_shopping_cart .quantity{
	text-align: right;
	font-weight:bold;
}

/* TOTAL - CART - HEADER */
body #header-outer .widget_shopping_cart.open .total{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body #header-outer .total strong{
	letter-spacing:0;
}

/* BOUTONS VOIR PANIER ET COMMANDER - CART - HEADER */
body #top nav .widget_shopping_cart .buttons{
	display:flex;
	flex-wrap:wrap;
}
body #top nav .widget_shopping_cart a.button{
	width: 100%;
	margin:0 0 8px !important;
	padding: 24px 12px;
}
body #header-outer .widget_shopping_cart a.button:hover{
	background-color:#ca9e67 !important;
}

/* NRV GOOGLE REVIEWS */
.nrv-gr-container .slick-arrow{
	border: none;
	cursor:pointer;
	transition:0.3s;
	background: none;
	width: 15px;
	height: 15px;
	text-indent: -999999999px;
	transform: rotate(45deg);
	border-radius: 2px;
	position:absolute;
	top:calc(50% - 7.5px);
}
.nrv-gr-container .slick-prev{
	border-bottom: 3px solid #ca9e67;
	border-left: 3px solid #ca9e67;
	left:0;
}
.nrv-gr-container .slick-next{
	border-top: 3px solid #ca9e67;
	border-right: 3px solid #ca9e67;
	right:0;
}
.nrv-gr-container .slick-arrow:hover{
	filter: drop-shadow(5px 3px 2px rgb(0 0 0 / 40%));
	border-color:#fff;
	transition:0.2s;
}
.nrv-gr-container .nrv-gr-review {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction:column;
	padding:0 24px;
}
.nrv-gr-container .nrv-gr-review h4{
	font-size: 16px;
	line-height: 22px;
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	order: 3;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-bottom: -4px;
}
.nrv-gr-container .nrv-gr-review .nrv-stars {
	justify-content: center;
	order:2;
}
.nrv-gr-container .nrv-gr-review .nrv-stars .star {
	width: 20px;
	height: 20px;
	margin-right: 0;
	background-size: 90%;
}
.nrv-gr-container .nrv-gr-review .content{
	order:1;
	font-size:22px;
	color:#fff;
	line-height: 34px;
}
@media (max-device-width:690px){
	.nrv-gr-container .nrv-gr-review .content {
		font-size: 18px;
		line-height: 28px;
	}
}

/* PAGES ARCHIVE */
.widget_product_categories{
	max-width:400px !important;
}
.widget_product_categories .select2-container{
	background-color: #0d3655;
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	border:1px solid #0d3655;
}
.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4::before,
.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4::after{
    content: none;
}
#sidebar #block-2{
	margin-bottom:12px !important;
}
.archive #page-header-wrap{
	margin: 0 auto;
	width:100%;
	background-color: transparent;
	height: auto !important;
}
.archive #page-header-wrap #page-header-bg{
	height: auto !important;
	background-color:#0d3655 !important;
}

.archive #page-header-wrap #page-header-bg .span_6{
	top: 0%;
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.archive #page-header-wrap #page-header-bg h1{
	padding:0;
	margin:0;
}
@media only screen and (min-width: 1000px){
	.archive #page-header-wrap{
		max-width: 1860px;
		padding: 0 90px;
	}
}
@media only screen and (min-width: 690px) and (max-width: 999px){
	.archive #page-header-wrap {
		max-width: 600px;
	}
}
.archive #ajax-content-wrap{
	padding-top:96px;
}
.archive .container-wrap{
	background-color:transparent !important;
}
/* SECTION TITRE - PAGES ARCHIVES */
.archive #page-header-bg .container,
.archive #page-header-bg .page-header-bg-image-wrap{
	border:1px solid #ca9e67;
	padding: 90px;
}
.archive #page-header-bg .container{
	padding-top:40px;
	padding-bottom:40px;
}
.archive #page-header-bg .page-header-bg-image{
	background-position: center !important;
	background-size: cover;
}
@media (max-device-width:1000px){
	.archive #page-header-bg .container, .archive #page-header-bg .page-header-bg-image-wrap {
		padding: 0 45px;
	}
}
/* SECTION FILTRES - PAGES ARCHIVES */
.archive .container-wrap{
	padding-top:0 !important;
}
.archive .container .nectar-shop-header{
	display:none;
}
.archive #sidebar{
	/*display:none;*/
	width:100% !important;
	background-color: #ca9e67;
	padding: 2rem 90px;
}
.archive.term-bijoux-duo #sidebar,
.archive.term-bijoux-femme #sidebar,
.archive.term-bijoux-homme #sidebar{
	display:block;
}
.archive #sidebar .widget_product_categories > h4{
	display:none !important;
}
.archive ul.product-categories{
	margin:0;
	text-align: center;
}
.archive ul.product-categories > .cat-item,
.archive ul.product-categories > .cat-item > a{
	display:none !important;
}
.archive ul.product-categories > .cat-item.current-cat-parent{
	display:list-item !important;
}
.archive.term-bijoux-duo ul.product-categories > .cat-item:first-child,
.archive.term-bijoux-homme ul.product-categories > .cat-item:nth-child(2),
.archive.term-bijoux-femme ul.product-categories > .cat-item:last-child{
	display:block !important;
}
.archive #sidebar li a{
	color:#fff !important;
	text-transform:uppercase;
}
.archive #sidebar ul.children{
	display:flex;
	flex-wrap:wrap;
	margin:0 !important;
	justify-content: flex-start;
}
.archive #sidebar ul.product-categories > li.cat-parent > ul.children > li.cat-item{
	width:50%;
}
.archive #sidebar ul.product-categories > li.cat-parent > ul.children > li.cat-item > a{
	font-size:28px;
	margin-bottom:16px;
	text-align:left;
}
.archive #sidebar ul.children ul.children li.cat-item{
	margin-right:0.5rem;
	margin-bottom:0.5rem;
	padding:0;
}
.archive #sidebar ul.children ul.children li.cat-item a{
	padding:8px 16px !important;
	background-color:#fff;
	border:1px solid #fff;
	transition:0.3s;
	color:#ca9e67 !important;
}
.archive #sidebar ul.children ul.children li.cat-item.current-cat a,
.archive #sidebar ul.children ul.children li.cat-item a:hover{
	color:#fff !important;
	background-color:#ca9e67;
	border:1px solid #fff;
	transition:0.3s;
}
@media (max-device-width:1000px){
	.archive #page-header-bg .container{
		border:none;
	}
	.archive #sidebar {
		padding: 1rem 45px;
	}
	.archive #sidebar .widget.woocommerce {
		margin-top: 0;
	}
	.archive #sidebar .widget_product_categories > h4{
		display:block !important;
		opacity: 1;
		color:#fff;
		line-height:20px !important;
	}
	.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:before,
	.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:after{
		background-color: #0D3655;
	}
	.archive ul.product-categories{
		padding-left:0!important;
	}
	.archive #sidebar ul.product-categories > li.cat-parent > ul.children > li.cat-item > a {
		font-size: 18px;
		margin-bottom: 6px;
	}
	.archive #sidebar ul.children ul.children li.cat-item a {
		padding: 3px 17px !important;
		font-size: 14px;
	}
	.archive #sidebar ul.product-categories > li.cat-parent > ul.children > li.cat-item {
		width: 100%;
	}
	.archive #sidebar ul.children ul.children li.cat-item a {
		padding: 7px 23px !important;
	}
}

@media (max-device-width:690px){
	.archive #page-header-wrap{
		max-width:420px;
	}
}
@media (max-device-width:480px){
	.archive #page-header-wrap{
		max-width:320px;
	}
}
/* SECTION PRODUITS - PAGES ARCHIVES */
.archive .post-area{
	width:100% !important;
	padding-left:0;
	margin-top:3rem;
}
.archive ul.products li.product{
	display:flex;
	flex-wrap:wrap;
	border:1px solid #ca9e67;
	justify-content:space-between;
}
.archive ul.products li.product .product-wrap{
	width:100%;
	border-bottom:1px solid #ca9e67;
}
.archive ul.products li.product h2,
.archive ul.products li.product span.price{
	margin:0 !important;
}
.archive ul.products li.product h2 {
	padding: 12px 16px !important;
	background-color:#fff;
}
.archive ul.products li.product span.price {
	background-color: #ca9e67;
	color: #fff !important;
	font-weight: bold !important;
	padding: 12px 16px;
	position: absolute;
	top: 0;
	right: 0;
}

/* SECTION ARGUMENTS - PAGES ARCHIVES */
#section-arguments-pages-archives .col-argument-section-arguments > div.vc_column-inner{
	border:1px solid #ca9e67;
	height: 100%;
	padding: calc(1245px * 0.03);
}
#section-arguments-pages-archives .col-argument-section-arguments > div.vc_column-inner  h3{
	color:#ca9e67;
}
@media (max-width:480px){
	#section-arguments-pages-archives .col-argument-section-arguments{
		width:100%;
	}
}
@media (max-width:598px){
	#section-arguments-pages-archives .col-argument-section-arguments{
		width:100%;
	}
}

/* PAGES SINGLE PRODUCTS */
/* GALERIE PHOTOS - PAGES SINGLE PRODUCT */
.single-product .product-thumbs .flickity-slider .thumb.is-nav-selected img {
	border: 1px solid #0D3655;
}
.flickity-cell{
	display:flex;
	align-items:stretch;
}

/* CHAMPS SÉLECTION - PAGES SINGLE PRODUCT */
.woocommerce.single-product div.product form.cart .variations{
	margin-bottom:0;
	margin-right:0 !important;
	width:100% !important;
}
.woocommerce.single-product div.product form.cart .variations tr{
	flex-grow:1;
}
.woocommerce.single-product div.product form.cart .variations tr .fancy-select-wrap,
.woocommerce.single-product div.product form.cart .variations tr .fancy-select-wrap .select2-container{
	width:100% !important;
}
.woocommerce div.product form.cart .variations tbody, .woocommerce .variations tbody{
	display:flex;
	flex-wrap:wrap;
}
.single-product form.variations_form.cart tr td{
	text-transform:uppercase;
}
body[data-fancy-form-rcs="1"] .variations_form.cart .variations .select2-container span.selection{
	display: block;
	height: 100%;
	position: relative;
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single{
	border-color: #ca9e67;
	padding: 0;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #ca9e67;
	border-radius: 0;
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow{
	background-color:#ca9e67;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}
body[data-fancy-form-rcs="1"].single-product .select2-container--default:hover .select2-selection--single .select2-selection__rendered{
	color:inherit !important;
}
body[data-fancy-form-rcs="1"].single-product .select2-container--default .select2-selection--single:hover{
	background-color:transparent !important;
}

/* GRAVER MON BIJOU - PAGES SINGLE PRODUCT */

/* BOUTON QUANTITÉ ET PRIX WORDPRESS - PAGES SINGLE PRODUCT */
.single-product .variations_form .single_variation_wrap{
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
	padding-right: 10px;
}
.single-product .variations_form .single_variation_wrap .wc-pao-addon{
	width:100%;
	margin:0;
}
.single-product .wc-pao-addon-graver-mon-bijou h3 {
	font-size: 20px;
	margin-bottom: 0;
	border: 1px solid #ca9e67;
	position: relative;
	padding: 6px 10px;
	cursor:pointer;
}
.single-product .wc-pao-addon-graver-mon-bijou h3:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 34px;
	right: 0;
	top: 0;
	background-color: #ca9e67;
}
.single-product .wc-pao-addon-graver-mon-bijou h3:after {
	content: '';
	display: block;
	position: absolute;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	width: 0;
	height: 0;
	right: 11px;
	top: 13px;
}
.single-product .wc-pao-addon-graver-mon-bijou h3 + .clear{
	display:none;
}
.single-product .variations_form .single_variation_wrap .woocommerce-variation.single_variation {
	margin-right: 12px;
	border: 1px solid;
	width: 150px;
	/*display: flex !important;*/
	display:none !important;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
}
.single-product .wc-pao-addon-mon-texte {
	display:none;
	padding: 24px 24px 0;
	border-left: 1px solid #ca9e67;
	border-right: 1px solid #ca9e67;
	margin-top: 0;
}
.single-product .wc-pao-addon-mon-texte .form-row{
	margin-bottom:0;
}
.woocommerce div.product form.cart .variations td.value{
	display: flex;
	align-items: flex-end;
}
.woocommerce div.product form.cart .variations td.value .reset_variations{
	display: flex;
}
/*.single-product .wc-pao-addon-mon-texte .clear{
	display:none;
}*/
.single-product .wc-pao-addon-typographie{
	display:none;
	padding: 8px 24px 24px !important;
	border: 1px solid #ca9e67;
	border-top:none;
	margin-top: 0;
}
.single-product .wc-pao-addon-typographie .wc-pao-addon-checkbox-group-required{
	display:flex;
	flex-wrap:wrap;
}
.single-product .wc-pao-addon-typographie .wc-pao-addon-checkbox-group-required .form-row{
	padding:0;
	margin:0 8px 0 0;
}
/*.single-product .wc-pao-addon-typographie .clear{
	display:none;
}*/
.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart,
.single-product .quantity.buttons_added{
	margin-top: 24px !important;
}
/*.single-product #product-addons-total{
	display:none;
}*/

/* BOUTONS QUANTITÉ - PAGES SINGLE PRODUCT */
.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled{
	margin-top:0;
}
.woocommerce div[data-project-style="classic"] .quantity input.minus,
.woocommerce .cart .quantity input.minus,
.woocommerce div[data-project-style="classic"] .quantity input.plus,
.woocommerce .cart .quantity input.plus{
	border-radius:0 !important;
	box-shadow: none;
	background-color:transparent !important;
	border:1px solid #ca9e67;
	color:#ca9e67 !important;
}
.woocommerce div[data-project-style="classic"] .quantity input.minus:hover,
.woocommerce .cart .quantity input.minus:hover,
.woocommerce div[data-project-style="classic"] .quantity input.plus:hover,
.woocommerce .cart .quantity input.plus:hover{
	box-shadow: none;
	background-color:#ca9e67 !important;
	color:#fff !important;
}
.cart .quantity input.plus,
.cart .quantity input.minus{
	font-size:35px !important;
}
.woocommerce .cart .quantity input.qty{
	border:1px solid #ca9e67;
}

/* ADD TO CART BUTTON - PAGES SINGLE PRODUCT */
.woocommerce-page div[data-project-style="classic"] button[type="submit"].single_add_to_cart_button{
	background-color:#0D3655 !important;
	color:#fff !important;
	transition:0.3s;
}
.woocommerce-page div[data-project-style="classic"] button[type="submit"].single_add_to_cart_button:hover{
	background-color:transparent !important;
	color:#0D3655 !important;
	transition:0.3s;
}
.woocommerce-page button[type="submit"].single_add_to_cart_button {
	margin-top: 12px;
}

/* CATEGORIES - PAGES SINGLE PRODUCT */
.single-product .product_meta .posted_in{
	display:none !important;
}

/* TABS DESCRIPTION ET INFOS - PAGES SINGLE PRODUCT */
.single-product .woocommerce-tabs{
	display:none !important;
}

.single-product .yith-wcwl-add-button {
	position: absolute;
    top: 16px;
    left: 22px;
	font-size: 20px;
}

.from-container {
	display: flex;
    flex-direction: column;
}
.from-container .from-price{
	font-size: 15px;
}

/* PAGE PANIER */
.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions),
.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th{
	border-bottom:1px solid #ca9e67;
	background-color:#fff !important;
}
.woocommerce-cart table tbody tr:first-child td:not(.actions),
.woocommerce-cart .cart-collaterals table tr:first-child th{
	border-top:1px solid #ca9e67 !important;
}
.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions):first-child,
.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th:first-child{
	border-left:1px solid #ca9e67;
}
.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions):last-child,
.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th:last-child{
	border-right:1px solid #ca9e67;
}
body.material.woocommerce-page[data-form-style="default"] input#coupon_code {
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #ca9e67;
}
body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn){
	border-width:1px !important;
}
.cart_totals td{
	text-align:right;
}
.cart_totals tr.order-total{
	color:#fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td{
	background-color:#ca9e67 !important;
	font-weight:bold;
}
@media (max-device-width:1000px){
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block;
	}
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right!important;
	}
	body .woocommerce table.cart .product-thumbnail {
		display: block;
	}
	.woocommerce table.cart tbody td {
		padding: 10px 20px;
		border: none;
	}
	table.cart td.product-remove {
		padding: 0!important;
		border-top: 1.6em solid;
		position: relative;
	}
	.woocommerce-cart table tbody tr:first-child td:not(.actions){
		border-top: none !important;
	}
	.woocommerce-cart table tbody tr td:not(.actions):first-child,
	.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal td{
		border-top: 1px solid #ca9e67 !important;
	}
	table.cart td.product-remove a.remove {
		position: absolute;
		font-size: 1.4em;
		top: 20px;
		right: 20px;
	}
	.woocommerce-page table.cart a.remove {
		background-color: #0d3655!important;
	}
	.woocommerce-page table.cart a.remove {
		color: #fff!important;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 18px!important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	.woocommerce-cart table tbody tr td:not(.actions):last-child{
		border-bottom: 1px solid #ca9e67 !important;
	}
	table.cart tr {
		margin-bottom: 15px;
	}
	.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions),
	.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th {
		border-bottom:none;
		border-left: 1px solid #ca9e67;
		border-right: 1px solid #ca9e67;
	}
	.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions).product-subtotal{
		background-color:#ca9e67 !important;
		color: #fff !important;
		font-weight: bold;
	}
	.woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
		display: none;
	}
	body .woocommerce table.cart .product-thumbnail:before {
		display: none;
	}
	.woocommerce table.cart td.product-thumbnail {
		padding-top: 20px;
	}
	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		display: block;
		width: 100%;
	}
	.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
		float: right;
	}
	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
		width: 48%;
		box-sizing: border-box;
	}
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float: none;
		padding-bottom: .5em;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
		width: 100%;
		float: none;
		text-align: left;
	}
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: none;
	}
}
@media (max-device-width:690px){
	body .woocommerce table.cart td.actions .coupon .button{
		width:100% !important;
	}
}

/* PAGE COMMANDER */
.woocommerce-checkout-review-order-table .product-container{
	background-color:transparent;
	border:1px solid #ca9e67;
	padding:0;
}
.woocommerce-checkout-review-order-table .cart_item {
	border-bottom: 1px solid #ca9e67;
	padding: 24px;
	margin-bottom: 0;
	display: flex;
	align-items:flex-start;
	justify-content:space-between;
}
.woocommerce-checkout-review-order-table .cart_item:last-child{
	border-bottom: none;
}
.woocommerce-checkout-review-order-table .product-image {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}
.woocommerce-checkout-review-order-table .product-image a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-checkout-review-order-table .product-image img{
	margin-bottom:0;
}
.woocommerce-checkout-review-order-table .product-info{
	text-align:right;
	padding-right:0;
}
.woocommerce-checkout-review-order-table .product-info h4{
	text-align:left;
}
.woocommerce .cart_item dl{
	display:flex;
	flex-wrap:wrap;
}
.woocommerce .cart_item dl dt,
.woocommerce .cart_item dl dd{
	width:50%;
	color: #0D3655;
}
.woocommerce .cart_item dl dt{
	text-align:left;
	line-height: 18px;
	margin-right: 0 !important;
}
.woocommerce .cart_item dl dd{
	text-align:right;
}
.woocommerce table.order-review th,
.woocommerce table.order-review td{
	padding: 12px 24px !important;
}
.woocommerce table.order-review td {
	text-align: right;
}
.checkout #order_review .order-review tr.cart-subtotal{
	border:1px solid #ca9e67;
}
.checkout #order_review .order-review tr.order-total{
	background-color: #ca9e67;
	color: #fff;
}
.checkout #order_review .order-review tr.order-total th{
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
}
@media (max-device-width:1000px){
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;
	}
	#customer_details > div {
		width: 100%;
	}
	.checkout .woocommerce-billing-fields {
		padding-right: 0;
	}
}

/* PAGE MES FAVORIS */
/* VERSION 1 */
.wishlist-title-container {
	display: none !important;
}
ul.wishlist_table {
	display: flex;
	flex-wrap: wrap;
}
ul.wishlist_table li {
	width: calc(25% - 24px)!important;
	margin: 0 12px 24px!important;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ca9e67 !important;
	background-color: transparent !important;
}
ul.wishlist_table li .item-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	width: 100% !important;
}
ul.wishlist_table li .item-wrapper .product-thumbnail {
	max-width: 100% !important;
	flex: 0 0 100%;
	margin: 0 !important;
	border: none !important;
}
ul.wishlist_table li .item-wrapper .product-thumbnail a{
	display:block;
	position:relative;
	height:90%;
}
ul.wishlist_table li .item-wrapper .product-thumbnail img {
	width: 100%;
	margin-bottom:0;
	border-bottom: 1px solid #ca9e67 !important;
}
ul.wishlist_table li .item-wrapper .item-details {
	width: 100% !important;
	padding: 12px 24px;
}
ul.wishlist_table li .item-wrapper .product-name h3 {
	line-height: 23px !important;
	font-size: 18px !important;
	margin-bottom:0;
}
ul.wishlist_table li .item-wrapper table.item-details-table tr {
	display: flex !important;
	flex-wrap: wrap;
	background-color: transparent !important;
}
ul.wishlist_table li .item-wrapper table.item-details-table td.label {
	display: none !important;
}
ul.wishlist_table li .item-wrapper table.item-details-table td.value {
	color: #ca9e67!important;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 0;
}
ul.wishlist_table li .additional-info-wrapper {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
}
ul.wishlist_table li .additional-info-wrapper .additional-info {
	width: 100%;
	margin-bottom: 12px;
}
ul.wishlist_table li .additional-info-wrapper .additional-info tr{
	background-color:transparent;
}
ul.wishlist_table li .additional-info-wrapper .additional-info td.label{
	display:none;
}
ul.wishlist_table li .additional-info-wrapper .additional-info td.value{
	text-align:left;
	padding: 0 24px;
}
ul.wishlist_table li .additional-info-wrapper .product-add-to-cart{
	flex-grow:3;
	margin-bottom: 0 !important;
}
ul.wishlist_table li .additional-info-wrapper .product-add-to-cart a{
	text-transform: uppercase;
	background-color: #ca9e67;
	padding: 16px 8px !important;
	border: none;
	font-family: 'Judson';
	color: #fff;
	border-radius: 0;
	margin: 0 !important;
	width: 100%;
}
ul.wishlist_table li .additional-info-wrapper .product-add-to-cart a:hover{
	background-color: rgb(202 158 103 / 80%) !important;
	transition:0.3s;
}
ul.wishlist_table li .additional-info-wrapper .product-remove{
	flex-grow:1;
}
ul.wishlist_table li .additional-info-wrapper .product-remove a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#fafafa !important;
	color: #616568 !important;
	transition:0.3s;
}
ul.wishlist_table li .additional-info-wrapper .product-remove a:hover{
	background-color: rgb(250 250 250 / 80%) !important;
	transition:0.3s;
}
@media (max-device-width:1500px){
	ul.wishlist_table li {
		width: calc(33.33% - 24px)!important;
	}
}
@media (max-device-width:1000px){
	ul.wishlist_table li {
		width: calc(50% - 24px)!important;
	}
}
@media (max-device-width:690px){
	ul.wishlist_table li {
		width: 100%!important;
		margin: 0 0 24px!important;
	}
}

/* VERSION 2*/
table.wishlist_table {
	border: none !important;
}
table.wishlist_table thead {
	display: none !important;
}
table.wishlist_table tbody.wishlist-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	border: none !important;
}
table.wishlist_table tbody.wishlist-items-wrapper tr {
	width: calc(25% - 24px)!important;
	margin: 0 12px 24px!important;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ca9e67 !important;
	background-color: transparent !important;
}
table.wishlist_table tbody.wishlist-items-wrapper tr td.product-thumbnail {
	flex: 0 0 100%;
	max-width: 100% !important;
	padding: 0;
	border: none !important;
	border-bottom: 1px solid #ca9e67 !important;
}
table.wishlist_table tbody.wishlist-items-wrapper tr td.product-thumbnail a {
	width: 100%;
	max-width: 100%;
	margin: auto;
}
table.wishlist_table tbody.wishlist-items-wrapper .product-name{
	width:100%;
	border:none;
	font-size:16px;
	padding:16px 24px 0px;
}
table.wishlist_table tbody.wishlist-items-wrapper .product-price{
	border:none;
	width:60%;
	padding:0px 24px;
	text-align:left;
}
table.wishlist_table tbody.wishlist-items-wrapper .product-stock-status{
	border:none;
	width:40%;
	padding:0px 24px;
	text-align:right;
}
table.wishlist_table tbody.wishlist-items-wrapper .product-add-to-cart{
	margin-top: 48px;
	padding: 0;
	width: 100%;
	display: flex;
	border: none !important;
	border-top: 1px solid #ca9e67 !important;
}
table.wishlist_table tbody.wishlist-items-wrapper .product-add-to-cart a {
	margin: 0 !important;
	flex-grow: 1;
	border-radius: 0;
	padding: 16px 8px !important;
	display: inline-flex !important;
	justify-content: center;
	text-transform: uppercase;
	font-family: 'Judson';
}
table.wishlist_table tbody.wishlist-items-wrapper .product-add-to-cart a.add_to_cart_button{
	background-color:#ca9e67 !important;
	transition:0.3s;
}
table.wishlist_table tbody.wishlist-items-wrapper .product-add-to-cart a.add_to_cart_button:hover{
	background-color: rgb(202 158 103 / 80%) !important;
	transition:0.3s;
}
table.wishlist_table tbody.wishlist-items-wrapper .product-add-to-cart a.remove_from_wishlist{
	background-color:#fafafa !important;
	color: #616568 !important;
	transition:0.3s;
}
table.wishlist_table tbody.wishlist-items-wrapper .product-add-to-cart a.remove_from_wishlist:hover{
	background-color: rgb(250 250 250 / 80%) !important;
	transition:0.3s;
}

/* FOOTER */
#footer-outer .widget_nav_menu .menu > li > a{
	font-family: Judson;
	text-transform: uppercase!important;
	font-size: 20px!important;
	line-height: 20px;
	font-weight: 700!important;
	color: #ca9e67!important;
	margin-bottom: 15px;
}
#footer-outer .widget_nav_menu .menu .sub-menu .sub-menu li a{
	font-family:'Raleway';
	font-weight:300 !important;
	font-size:14px;
}
#footer-outer .widget_nav_menu li.current-menu-item > a{
	color:#ca9e67 !important;
	font-weight:bold !important;
}