/*
Theme Name: Nemesis Ateliers - Workshop
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme based on the Divi theme by Elegant Themes
Author: Triade Web (Crystal McNair)
Author URI: http://triadeweb.ca
Template: Divi
Version: 1.0.0
*/

/* =Theme customizations
——————————————————- */

/* Custom Fonts */
@font-face {
  font-family: 'MrsEaves';
  src: url('fonts/MrsEavesOT-Bold.eot');
  src: url('fonts/MrsEavesOT-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/MrsEavesOT-Bold.svg#MrsEavesOT-Bold') format('svg'),
       url('fonts/MrsEavesOT-Bold.ttf') format('truetype'),
       url('fonts/MrsEavesOT-Bold.woff') format('woff'),
       url('fonts/MrsEavesOT-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Eleanor';
  src: url('fonts/ELEANORRegular.eot');
  src: url('fonts/ELEANORRegular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ELEANORRegular.svg#ELEANORRegular') format('svg'),
       url('fonts/ELEANORRegular.ttf') format('truetype'),
       url('fonts/ELEANORRegular.woff') format('woff'),
       url('fonts/ELEANORRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Berry Rotunda';
  src: url('fonts/BerryRotunda-Regular.eot');
  src: url('fonts/BerryRotunda-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/BerryRotunda-Regular.svg#BerryRotunda-Regular') format('svg'),
       url('fonts/BerryRotunda-Regular.ttf') format('truetype'),
       url('fonts/BerryRotunda-Regular.woff') format('woff'),
       url('fonts/BerryRotunda-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Remove that darned "Dividing" line in Divi themes */
#main-content .container:before {
     background-color:transparent !important;
}

@media (max-width: 1280px) {
	#main-header .container {
		width: 95%;
	}
}

/* Fixing weird spacing after iFrames */
iframe {
	vertical-align: middle;
}

/* Fix any weird anchor tag linking issues.
   Adjust height to meet header's actual height,
   or where you want the target to land visually. */
:target:before {
	content: "";
	display: block;
	height: 80px; /* fixed header height*/
	margin: -80px 0 0; /* negative fixed header height */
}

/* Hide a Divi-only element from the front-end */
.visible-in-editor {
	display: none;
}

/* Make sure this element is visible in the Divi Editor */
body.et-fb .visible-in-editor {
	opacity: 1 !important;
	display: block !important;
}

body, home {
	font-family: 'Oxygen', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
	font-size: 18px;
}

/* Default Header fonts */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Berry Rotunda', Times, "Times New Roman", Georgia, serif;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

#main-navigation {
    /* min-height: 135px; */
    transition: min-height 0.3s ease;
    width: auto;
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
}

@media (max-width: 1024px) {
	#main-navigation {
		min-height: initial;
	}
}

/* Fix the arrow position after LI in a menu item with children */
#et-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
    top: 50%;
    transform: translateY(-50%);
}

.et_menu_container {
    position: relative;
    display: flex;
    flex-direction: row;
}

.logo_container {
    width: auto !important;
    position: relative !important;
}

img#logo {
    width:225px !important;
	padding:10px 0px;
}


@media (max-width: 1280px) {
	#logo {
		max-width: 75%;
	}
}


@media (max-width: 980px) {
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 75%;
	}
}

.home #main-header:not(.et-fixed-header), .home #main-header:not(.et-fixed-header) .nav li ul, .home .et-search-form {
    background-color: rgba(0,0,0,0.70);
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
	float: none;
}

#top-menu li a {
    padding: 0.5rem;
    font-weight: 600 !important;
    font-size: 14px !important;
}

@media (min-width: 768px) AND (max-width: 1280px) {
	#top-menu li a {
		padding: 0.5rem;
		font-size: 12px !important;
	}
}

#top-menu li {
	padding: 0;
}

#top-functions-menu li {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    border-right: 1px solid #707070;
}

.func-menu-helmet a {
    border: 1px solid #707070 !important;
    border-radius: 4px;
	display: inline-block !important;
}

#top-functions-menu li a {
    font-weight: 700;
    padding: 0.5rem 1.25rem;
}

#top-functions-menu li > a > img {
    vertical-align: middle;
    padding-right: 5px;
}

#top-functions-menu li:last-child {
    border-right: none;
    margin-left: 22px;
}

#top-functions-menu li:last-child a {
    display: block;
}

#top-functions-menu li li {
    display: block;
    border: none;
}

#top-functions-menu li li {
    padding: 0.5rem 0.25rem;
}

#top-functions-menu li li:last-child {
    margin-left: 0;
    padding-bottom: 0;
}


/* Hide menu in tablet + mobile menus */
@media (max-width: 980px) {
	#top-functions-menu {
		display: none;
	}
}

@media (min-width: 768px) AND (max-width: 1280px) {
	#top-functions-menu li a {
		padding: 0.5rem;
		font-size: 12px;
	}

	#top-functions-menu li a img {
		height: 15px;
		width: auto;
	}
}

.mobile_menu_bar:before {
	font-size: 50px;
}

.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
	padding-bottom: initial;
}

.et_mobile_menu li a, .nav li li a {
	font-size: 20px;
}

/* Fancy header with first letter surrounded by gradient border */
.nem-header h1, .nem-header h2, .nem-header h3, .nem-header h4, .nem-header h5, .nem-header h6 {
    position: relative;
}

/*
.nem-header h1:before , .nem-header h2:before , .nem-header h3:before , .nem-header h4:before , .nem-header h5:before , .nem-header h6:before  {
    position: relative;
    content: '';
    border: 3px solid #ca965b;
    display: block;
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    z-index: -1000;
    border-image: linear-gradient(115deg, #7a3d32, #ca965b, #d9ab76, #ca965b, #7a3d32) 1 !important;
}

.nem-header h1:before {
    height: 70px;
    width: 70px;
    top: 42%;
    left: -5px;
}

.nem-header h2:before {
    height: 35px;
    width: 35px;
    top: 40%;
    left: -5px;
    border-width: 2px;
}
*/

.nem-header h1::first-letter,
.nem-header h2::first-letter,
.nem-header h3::first-letter,
.nem-header h4::first-letter,
.nem-header h5::first-letter,
.nem-header h6::first-letter {
	border-image: linear-gradient(115deg, #7a3d32, #ca965b, #d9ab76, #ca965b, #7a3d32) 1 !important;
	padding: 0;
	padding-left: 4px;
}
.nem-header.nemsociaux h3::first-letter{
    padding-top:0;
    padding-bottom:0;
}
@media (max-width:981px){
    .nem-header.nemsociaux h1::first-letter{
    padding-top:0;
    padding-bottom:0;
}
}

.nem-header h1::first-letter {
    border: 3px solid #ca965b;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: -8px;
}

.nem-header h2::first-letter {
    border: 2px solid #ca965b;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -6px;
}

.nem-header h3::first-letter {
    border: 2px solid #ca965b;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: -5px;
}

/* Fancy Rotated header text */
h1.rot-header, h2.rot-header, h3.rot-header, h4.rot-header, h5.rot-header, h6.rot-header,
.rot-header h1, .rot-header h2, .rot-header h3, .rot-header h4, .rot-header h5, .rot-header h6 {
	font-family: 'Nothing You Could Do', Helvetica, Arial, Lucida, sans-serif !important;
	text-shadow: none;
    transform-origin: center;
    display: inline-block;
	color: #4d4e4f;
}

@media (max-width: 1280px) {
	h1.rot-header, h2.rot-header, h3.rot-header, h4.rot-header, h5.rot-header, h6.rot-header,
	.rot-header h1, .rot-header h2, .rot-header h3, .rot-header h4, .rot-header h5, .rot-header h6, .rot-header {
		transform: none !important;
	}
}

h1.rot-left, .rot-left h1, h2.rot-left, .rot-left h2, h3.rot-left, .rot-left h3, h4.rot-left, .rot-left h4, h5.rot-left, .rot-left h5, h6.rot-left, .rot-left h6 {
    transform: rotate(-15deg);
}

h1.rot-left-more, .rot-left-more h1, h2.rot-left-more, .rot-left-more h2, h3.rot-left-more, .rot-left-more h3, h4.rot-left-more, .rot-left-more h4, h5.rot-left-more, .rot-left-more h5, h6.rot-left-more, .rot-left-more h6 {
    transform: rotate(-25deg);
}

h1.rot-left-slight, .rot-left-slight h1, h2.rot-left-slight, .rot-left-slight h2, h3.rot-left-slight, .rot-left-slight h3, h4.rot-left-slight, .rot-left-slight h4, h5.rot-left-slight, .rot-left-slight h5, h6.rot-left-slight, .rot-left-slight h6 {
    transform: rotate(-3deg);
}

h1.rot-right-slight, .rot-right-slight h1, h2.rot-right-slight, .rot-right-slight h2, h3.rot-right-slight, .rot-right-slight h3, h4.rot-right-slight, .rot-right-slight h4, h5.rot-right-slight, .rot-right-slight h5, h6.rot-right-slight, .rot-right-slight h6 {
    transform: rotate(7deg);
}

/* Fancy "Internal" header, for alternate headers */
h1.int-header, h2.int-header, h3.int-header, h4.int-header, h5.int-header, h6.int-header,
.int-header h1, .int-header h2, .int-header h3, .int-header h4, .int-header h5, .int-header h6 {
	font-family: 'MrsEaves', Times, "Times New Roman", Georgia, serif !important;
}


/* A gentle shadow to add to text */
.soft-shadow {
	text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}


/* For aligning items in a column to the middle, useful for fixed-height items */
.middle-align-contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.middle-align-contents .et_pb_row {
	margin-top: 0;
	margin-bottom: 0;
}


/* Buttons! */
body .et_pb_button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce-message a.button.wc-forward,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt.disabled:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button:hover,
.et_button_no_icon.et_button_left.woocommerce a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce a.button:hover,
.et_button_no_icon.et_button_left.woocommerce button.button.alt.disabled:hover,
.et_button_no_icon.et_button_left.woocommerce button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce button.button:hover,
.et_button_no_icon.et_button_left.woocommerce input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce input.button:hover,
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon.woocommerce #content input.button,
.et_button_no_icon.woocommerce #content input.button.alt,
.et_button_no_icon.woocommerce #content input.button.alt:hover,
.et_button_no_icon.woocommerce #content input.button:hover,
.et_button_no_icon.woocommerce #respond input#submit,
.et_button_no_icon.woocommerce #respond input#submit.alt,
.et_button_no_icon.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce #respond input#submit:hover,
.et_button_no_icon.woocommerce-page #content input.button,
.et_button_no_icon.woocommerce-page #content input.button.alt,
.et_button_no_icon.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.woocommerce-page #content input.button:hover,
.et_button_no_icon.woocommerce-page #respond input#submit,
.et_button_no_icon.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page a.button.alt,
.et_button_no_icon.woocommerce-page a.button.alt:hover,
.et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce-page button.button,
.et_button_no_icon.woocommerce-page button.button.alt,
.et_button_no_icon.woocommerce-page button.button.alt.disabled,
.et_button_no_icon.woocommerce-page button.button.alt.disabled:hover,
.et_button_no_icon.woocommerce-page button.button.alt:hover,
.et_button_no_icon.woocommerce-page button.button:hover,
.et_button_no_icon.woocommerce-page input.button,
.et_button_no_icon.woocommerce-page input.button.alt,
.et_button_no_icon.woocommerce-page input.button.alt:hover,
.et_button_no_icon.woocommerce-page input.button:hover,
.et_button_no_icon.woocommerce a.button,
.et_button_no_icon.woocommerce a.button.alt,
.et_button_no_icon.woocommerce a.button.alt:hover,
.et_button_no_icon.woocommerce a.button:hover,
.et_button_no_icon.woocommerce button.button,
.et_button_no_icon.woocommerce button.button.alt,
.et_button_no_icon.woocommerce button.button.alt.disabled,
.et_button_no_icon.woocommerce button.button.alt.disabled:hover,
.et_button_no_icon.woocommerce button.button.alt:hover,
.et_button_no_icon.woocommerce button.button:hover,
.et_button_no_icon.woocommerce input.button,
.et_button_no_icon.woocommerce input.button.alt,
.et_button_no_icon.woocommerce input.button.alt:hover,
.et_button_no_icon.woocommerce input.button:hover,
.woocommerce input.button,
.woocommerce input.button:hover {
	letter-spacing: 1px;
	border: 0 !important;
	color: white !important;
	padding: 0.75rem 1.5rem!important;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	transition: 0.2s all ease !important;
	line-height: 1.3 !important;
	text-align: center;
}

body .et_pb_button,
.et_button_no_icon .et_pb_button {	
	margin-top: 1rem !important;
}

body .et_pb_button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce-message a.button.wc-forward,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_no_icon .et_pb_button,
.et_button_no_icon.woocommerce #content input.button,
.et_button_no_icon.woocommerce #respond input#submit,
.et_button_no_icon.woocommerce-page #content input.button,
.et_button_no_icon.woocommerce-page #respond input#submit,
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page button.button,
.et_button_no_icon.woocommerce-page input.button,
.et_button_no_icon.woocommerce a.button,
.et_button_no_icon.woocommerce button.button,
.et_button_no_icon.woocommerce input.button,
.woocommerce input.button {
	color: white !important;
	background-color: #2f2418 !important;
	background-image: url(https://ateliers-nemesis.com/wp-content/uploads/2020/09/nem_valk_light.png);
	background-size: auto;
	background-position: right;
	background-repeat: no-repeat;
}


body .et_pb_button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-message a.button.wc-forward:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button:hover,
.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon.woocommerce #content input.button:hover,
.et_button_no_icon.woocommerce #respond input#submit:hover,
.et_button_no_icon.woocommerce-page #content input.button:hover,
.et_button_no_icon.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce-page button.button:hover,
.et_button_no_icon.woocommerce-page input.button:hover,
.et_button_no_icon.woocommerce a.button:hover,
.et_button_no_icon.woocommerce button.button:hover,
.et_button_no_icon.woocommerce input.button:hover,
.woocommerce input.button {
	transform: translateY(-3px);
	color: white !important;
	background-color: #2f2418 !important;
	background-image: url(https://ateliers-nemesis.com/wp-content/uploads/2020/09/nem_valk_light.png);
	background-size: auto;
	background-position: right;
	background-repeat: no-repeat;
}

body .et_pb_button.et_pb_button_light,
body .et_pb_button_light .et_pb_button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-message a.button.wc-forward.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button.et_pb_button_light,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_no_icon .et_pb_button.et_pb_button_light,
.et_button_no_icon.woocommerce #content input.button.alt,
.et_button_no_icon.woocommerce #respond input#submit.alt,
.et_button_no_icon.woocommerce-page #content input.button.alt,
.et_button_no_icon.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.woocommerce-page a.button.alt,
.et_button_no_icon.woocommerce-page button.button.alt,
.et_button_no_icon.woocommerce-page input.button.alt,
.et_button_no_icon.woocommerce a.button.alt,
.et_button_no_icon.woocommerce button.button.alt,
.et_button_no_icon.woocommerce input.button.alt,
.woocommerce input.button.alt {
	color: white !important;
	background-color: #c58e50 !important;
	background-image: url(https://ateliers-nemesis.com/wp-content/uploads/2020/09/nem_valk_light.png);
	background-size: auto;
	background-position: right;
	background-repeat: no-repeat;
}

body .et_pb_button.et_pb_button_light:hover,
body .et_pb_button_light .et_pb_button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-message a.button.wc-forward.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button.et_pb_button_light:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt:hover,
.et_button_no_icon .et_pb_button.et_pb_button_light:hover,
.et_button_no_icon.woocommerce #content input.button.alt:hover,
.et_button_no_icon.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce-page a.button.alt:hover,
.et_button_no_icon.woocommerce-page button.button.alt:hover,
.et_button_no_icon.woocommerce-page input.button.alt:hover,
.et_button_no_icon.woocommerce a.button.alt:hover,
.et_button_no_icon.woocommerce button.button.alt:hover,
.et_button_no_icon.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: white !important;
	background-color: #c58e50 !important;
	background-image: url(https://ateliers-nemesis.com/wp-content/uploads/2020/09/nem_valk_light.png);
	background-size: auto;
	background-position: right;
	background-repeat: no-repeat;
}
.woocommerce a.button.disabled:hover,
.woocommerce-page a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce-page button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce-page input.button.disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce-page #respond input#submit.disabled:hover,
.woocommerce #content input.button.disabled:hover,
.woocommerce-page #content input.button.disabled:hover,
.woocommerce-message a.button.wc-forward.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button.et_pb_button_light:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.disabled:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.disabled:hover,
.et_button_no_icon .et_pb_button.et_pb_button_light:hover,
.et_button_no_icon.woocommerce #content input.button.disabled:hover,
.et_button_no_icon.woocommerce #respond input#submit.disabled:hover,
.et_button_no_icon.woocommerce-page #content input.button.disabled:hover,
.et_button_no_icon.woocommerce-page #respond input#submit.disabled:hover,
.et_button_no_icon.woocommerce-page a.button.disabled:hover,
.et_button_no_icon.woocommerce-page button.button.disabled:hover,
.et_button_no_icon.woocommerce-page input.button.disabled:hover,
.et_button_no_icon.woocommerce a.button.disabled:hover,
.et_button_no_icon.woocommerce button.button.disabled:hover,
.et_button_no_icon.woocommerce input.button.disabled:hover,
.woocommerce input.button.disabled:hover {
	color: white !important;
	background-color: #c58e50 !important;
	background-image: url(https://ateliers-nemesis.com/wp-content/uploads/2020/09/nem_valk_light.png);
	background-size: auto;
	background-position: right;
	background-repeat: no-repeat;
}

.woocommerce .woocommerce-cart-notice a.ywpar-button-message {
    float: right;
    background: black;
}


.woocommerce .woocommerce-cart-notice a.ywpar-button-message:hover {
    color: black;
}

.et_pb_video_play {
    background-color: #c58e50;
    border-radius: 50%;
}

.et_pb_video_play:before {
    content: "\45";
}


/* Front-page gallery tiling designs */
#front-gallery .et_pb_image_wrap  {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 ratio */
    overflow: hidden;
    border-radius: 25px;
    background-color: rgba(197, 142, 80,0);
    transition: all 0.2s ease;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
#front-gallery .et_pb_image_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    transition: all 0.2s ease;
}

#front-gallery .et_pb_image_wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: initial !important;
}

#front-gallery .et_pb_image_wrap:hover {
    margin-top: -5px;
    margin-bottom: 5px;
}

#front-gallery .et_pb_image_wrap:hover:after {
    background-color: rgba(197, 142, 80, 0.26);
}


/* WooCommerce designs */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-family: 'Oxygen', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 0;
    text-align: center;
    color: #C38C4F;
    text-shadow: none;
    font-size: 24px;
	padding-bottom: 0 !important;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}



/* Footer */

.nem-payment-icons {
	float: right;
}

.nem-payment-icons li {
	display: inline-block;
	margin-left: 20px;
}

.nem-payment-icons span {
	display: none;
}

.nem-payment-header {
    color: white;
    font-weight: bold;
    font-size: 17px;
    background: #3e3e3e;
    padding: 0.5rem 3rem;
    border-radius: 14px;
    top: -2rem;
    position: relative;
	vertical-alignment: bottom;
}

.nem-payment-header .gold {
	color: #ca965b;
	display: inline-block;
}

#footer-widgets .footer-widget li:before {
    top: 8.25px;
}

#footer-widgets .footer-widget li h3.rpwe-title,
#footer-widgets .footer-widget li a {
    font-family: 'Oxygen', Helvetica, Arial, Lucida, sans-serif !important;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 0;
}

#footer-widgets .footer-widget li {
    border-bottom: none;
    padding-bottom: initial;
    padding-left: initial;
    margin-bottom: 0.5rem;
}
@media (min-width:981px){
    #main-footer .container{
    max-width:100%!important;
    width:90%!important;
}
#main-footer .footer-widget {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction:column;
}
}


#main-footer .footer-widget h4 {
    margin-bottom: 1rem;
}

#footer-widgets {
    padding-top: initial;
    padding-bottom: 3rem;
}

#main-footer .footer-logo-line hr {
    overflow: visible;
    padding: 0;
    border: none;
    text-align: center;
}

#main-footer .footer-logo-line hr:after {
    content: url('/wp-content/uploads/2019/06/logo-nemesis-blanc.png');
    display: inline-block;
    position: relative;
}

@media (min-width: 981px) {
	#main-footer .footer-logo-line hr {
		background-color: gray;
		height: 1px;
		margin-top: 120px;
		margin-bottom: 120px;
	}
	#main-footer .footer-logo-line hr:after {
		top: -70px;
		padding: 0 0.5em;
		background: #292929;
	}
}
@media (max-width:980px) {
	#main-footer .footer-logo-line hr {
		background-color: gray;
		height: 1px;
		margin-top: 160px;
		margin-bottom: 80px;
	}
	#main-footer .footer-logo-line hr:after {
		top: -70px;
		padding: 0 0.5em;
		background: #292929;
	}
}

@media (max-width: 425px) {
	#main-footer .footer-logo-line hr:after {
		transform: scale(0.75);
		margin-left: -20%;
	}
}


.footer-logo-line {
    padding-top: 1px;
}

@media all and (max-width: 1280px) {
	.nem-payment-header {
		top: initial;
	}
}

@media all and (max-width: 525px) {
	.nem-payment-header {
		padding: 0.5rem;
	}
}

@media all and (max-width: 980px) {
	.nem-payment-icons,
	#footer-info {
		float: none;
		text-align: center;
	}

	.nem-payment-icons {
		margin: 0 0 5px;
	}
}

@media (min-width: 981px) {
	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
		width: 35.5%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
		width: 18.167%;
	}
}

@media (max-width: 525px) {
	.front-slideshow .et_pb_slider, .et_pb_slider .et_pb_container {
		max-height: 600px !important;
		height: 600px !important;
		min-height: 600px !important;
	}
}

.et_pb_scroll_top {
    margin-right: 1rem;
    border-radius: 50% !important;
    background-color: #BE894D !important;
}


.func-menu-currency, .func-menu-globe {
	    padding: 0rem 1.25rem;
}

.func-menu-currency > img, .func-menu-globe > img {
    position: relative;
    top: 5px;
}

.func-menu-currency > .wcml-dropdown.wcml_currency_switcher, .func-menu-globe > .wpml-ls {
    display: inline-block;
    margin: 0 !important;
    width: auto !important;
}

.func-menu-currency .wcml_currency_switcher > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    border: none !important;
    padding: 0 !important;
    width: auto;
	background: transparent !important;
}

.func-menu-currency .wcml_currency_switcher > ul > .wcml-cs-active-currency {
    background-color: transparent;
    padding: 0 !important;
    opacity: 1;
}

.func-menu-currency .wcml-cs-active-currency .wcml-cs-item-toggle {
    font-size: inherit;
    padding: 0.5rem !important;
}

.func-menu-currency .wcml-cs-active-currency .wcml-cs-item-toggle::after {
    content: none !important;
}

.func-menu-currency .wcml_currency_switcher > ul > .wcml-cs-active-currency ul.wcml-cs-submenu {
    right: 0;
}

.func-menu-currency .wcml-cs-active-currency .wcml-cs-submenu > li {
    padding: 0 !important;
}

.nav .func-menu-currency .wcml_currency_switcher ul {
    min-width: auto;
}

.nav .func-menu-currency .wcml_currency_switcher .wcml-cs-submenu {
    min-width: 100px;
}

.nav .func-menu-currency .wcml_currency_switcher .wcml-cs-submenu li > a {
    font-size: 1em;
}

.nav li.func-menu-globe ul {
    position: relative;
    padding: 0;
    background-color: transparent !important;
    visibility: visible;
    opacity: 1;
    border-top: none;
    min-width: initial;
}

#top-functions-menu li.func-menu-globe ul > li {
    padding: 0;
    display: inline-block;
}

#top-functions-menu li.func-menu-globe ul > li > a {
    font-size: inherit;
    padding: 0;
}

/* Collapsable mobile menu */
#main-header .et_mobile_menu li ul.sub-menu {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	max-height: calc(100vh - 86px);
	overflow-y: auto;
	visibility: visible;
}
#main-header .et_mobile_menu li ul.sub-menu.hide {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}
#mobile_menu .menu-item-has-children {
    position: relative;
}
#mobile_menu .menu-item-has-children > a {
    background: transparent;
}
#mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
span.menu-closed:before {
    font-family: "ETmodules" !important;
    content: "\33";
    display: block;
    font-size: 16px;
	color: white;
}
span.menu-closed.menu-open:before {
    content: "\4d";
}

#mobile_menu {
	text-align: center;
}

#mobile_menu li.menu-item {
    text-align: left;
}

#mobile_menu li.menu-item-has-children .sub-menu li.menu-item > a {
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
}

#mobile_menu li.menu-item-has-children .sub-menu li.menu-item img {
    width: 20px;
    margin-top: 5px;
    margin-bottom: -6px;
    margin-right: 1em;
}

#mobile_menu  li.menu-item-has-children .sub-menu {
    padding-left: 0 !important;
}

#mobile_menu li.menu-item-has-children .sub-menu > li.menu-item {
    padding-left: 10px;
}


#mobile_menu li[class^='func-menu-'] {
    display: inline-block;
    min-width: 240px;
    margin-bottom: 1em;
}

#main-header .et_mobile_menu .func-menu-currency .wcml_currency_switcher > ul > .wcml-cs-active-currency ul.wcml-cs-submenu {
    visibility: hidden !important;
}

#main-header .et_mobile_menu .func-menu-currency .wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu,
#main-header .et_mobile_menu .func-menu-currency .wcml-dropdown li:focus.wcml-cs-active-currency .wcml-cs-submenu {
    visibility: visible !important;
}

#main-header .et_mobile_menu .func-menu-currency .wcml_currency_switcher > ul > .wcml-cs-active-currency ul.wcml-cs-submenu a {
    color: #c58e50;
    transition: none;
}

#mobile_menu .func-menu-currency > .wcml-dropdown.wcml_currency_switcher {
    min-width: 180px;
}

#mobile_menu .wcml-dropdown li {
    border: transparent;
}


.woocommerce div.product p.stock.fabrication-delay {
    background-color: #ddf1d4;
    padding: 0.5em;
    color: #5b8c46;
	margin-bottom: 2em;
}

.yith-par-message, .yith-par-message-variation {
    margin: 1em 0;
    background-color: #ffeedb;
    padding: 0.5em;
    text-shadow: none !important;
    color: #955c1b !important;
}

.et_pb_wc_add_to_cart form.cart .variations td.value span:after {
    border-top-color: #472b0a !important;
}

.woocommerce-MyAccount-content .ywpar-wrapper h3 {
    margin-top: 2em;
}



/** Banners **/
.woocommerce ul > li.product span.banner-overlay {
	position: absolute;
	top: 11rem;
	right: 0;
	display: block;
	text-align: right;
}

.woocommerce ul > li.product span.banner-overlay span.banner {
	display: table;
	position: relative;
	background: url('images/banner-category.png');	/* Default */
	background-position: 0;
	background-repeat: no-repeat;
	padding: 0 1.5em 0 2.5em;
	color: white;
	min-height: 42px;
	min-width: 120px;
	line-height: 38px;
	text-align: right;
	margin-bottom: 3px;
	margin-right: 0;
	margin-left: auto;
}

.woocommerce ul > li.product span.banner-overlay span.banner:after {
	content: url('images/banner-category-wedge.png');	/* Default */
	position: absolute;
	top: 23px;
	right: 0;
	display: inline-block;
	line-height: 35px;
	width: 20px;
	height: 10px;
	vertical-align: top;
}

/* In-stock banner */
.woocommerce ul > li.product span.banner-overlay span.stock-banner {
    background: url('images/banner-bg.png');
}

.woocommerce ul > li.product span.banner-overlay span.stock-banner:after {
	content: url('images/banner-wedge.png');
}

/* Sale banner */
.woocommerce ul > li.product span.banner-overlay span.sale-banner {
    background: url('images/banner-sale.png');
}

.woocommerce ul > li.product span.banner-overlay span.sale-banner:after {
	content: url('images/banner-sale-wedge.png');
}

@media (max-width: 980px) {
    .woocommerce ul > li.product span.banner-overlay span.banner {
        top: 7em;
    }
}

@media (max-width: 767px) {
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
        width: 100%;
    }
    .woocommerce ul > li.product span.banner-overlay span.banner {
        top: 35vw;
    }
}



.nav .menu-item.instock > a > i {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    line-height: 25px;
}


.hide_results .woocommerce .woocommerce-result-count {
    display: none !important;
}


/* Filter grid description descriptions */
	.dp-dfg-container .dp-dfg-filters .filter-descriptions {
		text-align: center;
		font-size: 18px;
	}

	.dp-dfg-container .dp-dfg-filters .filter-descriptions .filter-description {
		margin: 2rem 0;
	}



/* New WooCommerce Cart page layout */
	.shop_cart_wrapper {
		position: relative;
		display: block;
		width: 100%;
	}

	.shop_cart_wrapper .shop_cart_row {
		display: flex;
		flex-flow: row nowrap;
		width: 100%;
	}

	.shop_cart_wrapper .shop_cart_cell {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
	}

	.shop_cart_wrapper .shop_cart_cell:not(.shop_cart_row) {
		justify-content: center;
		flex-flow: column nowrap;
		align-items: flex-start;
	}

	.shop_cart_wrapper .shop_cart_cell.shop_cart_75 {
		width: 75%;
		flex: 0.75;
	}
	.shop_cart_wrapper .shop_cart_cell.shop_cart_66 {
		width: 66%;
		flex: 0.66;
	}
	.shop_cart_wrapper .shop_cart_cell.shop_cart_50 {
		width: 50%;
		flex: 0.5;
	}
	.shop_cart_wrapper .shop_cart_cell.shop_cart_33 {
		width: 33%;
		flex: 0.33;
	}
	.shop_cart_wrapper .shop_cart_cell.shop_cart_25 {
		width: 25%;
		flex: 0.25;
	}

	.shop_cart_wrapper .shop_cart_body.shop_cart_row {
		flex-flow: row wrap;
	}

	.shop_cart_wrapper .shop_cart_body .shop_cart_item_row {
	}

	@media (max-width: 767px) {
		.shop_cart_wrapper .shop_cart_header.shop_cart_row {
			display: none;
		}

		.shop_cart_wrapper .shop_cart_body .shop_cart_item_row {
			flex-flow: column nowrap;
		}
		
		.shop_cart_wrapper .shop_cart_item_row.shop_cart_row > .shop_cart_cell {
			flex: 1;
			width: 100%;
		}
	}

	@media (max-width: 767px) {
		.shop_cart_wrapper .shop_cart_footer > .shop_cart_cell:first-child, .shop_cart_wrapper .shop_cart_misc_data > .shop_cart_cell:first-child {
			display: none;
		}

		.shop_cart_wrapper .shop_cart_footer > .shop_cart_cell:last-child, .shop_cart_wrapper .shop_cart_misc_data > .shop_cart_cell:last-child {
			width: 100%;
			flex: 1;
		}

		.shop_cart_wrapper .shop_cart_footer .shop_cart_33,.shop_cart_wrapper .shop_cart_footer .shop_cart_66 {
			width: 50%;
			flex: 0.5;
		}
	}



/* New cart stylings design */
	.shop_cart_wrapper {
		background-color: rgba(255,255,255,0.85);
		border-radius: 10px;
		border: 1px solid #dcdcdc;
		box-shadow: 5px 10px 8px rgba(0,0,0,0.05);
		overflow: hidden;
	}

	.shop_cart_wrapper .shop_cart_header {
		border-bottom: 1px solid #c58e50;
	}

	.shop_cart_wrapper .shop_cart_cell {
		padding: 0.5rem;
	}

	.shop_cart_wrapper .shop_cart_cell.shop_cart_quantity {
		align-items: center;
	}

	.shop_cart_wrapper .shop_cart_cell.shop_cart_subtotal {
		align-items: flex-end;
	}
	.woocommerce-page .shop_cart_wrapper .quantity, .woocommerce .shop_cart_wrapper .quantity {
		width: auto;
	}

	.shop_cart_wrapper .shop_cart_cell.shop_item_details {
		align-items: flex-start;
	}

	.shop_cart_wrapper .shop_cart_item_name > a {
		font-weight: 600;
		font-size: 20px;
	}

	.shop_cart_wrapper .shop_cart_remove_button > a.remove {
		width: auto;
		height: auto;
		color: white !important;
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		letter-spacing: 1px;
		line-height: 1.3 !important;
		border-radius: 10px;
		border: 0 !important;
		padding: 0.75rem 1.5rem!important;
		background-color: #2f2418 !important;
		background-image: url(https://ateliers-nemesis.com/wp-content/uploads/2020/09/nem_valk_light.png);
		background-size: auto;
		background-position: right;
		background-repeat: no-repeat;
		transition: 0.2s all ease !important;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	}

	.shop_cart_wrapper .shop_cart_remove_button > a.remove:hover {
		transform: translateY(-3px);
	}

	.shop_cart_wrapper .shop_cart_header .shop_cart_quantity, .shop_cart_wrapper .shop_cart_header .shop_cart_subtotal {
		font-weight: 600;
	}

	.shop_cart_wrapper .shop_cart_item_row .shop_cart_subtotal {
		font-size: 24px;
	}

	.shop_cart_wrapper .shop_cart_body .shop_cart_item_row:nth-child(even) {
		background-color: rgb(255 255 255 / 35%);
	}

	.shop_cart_wrapper .shop_cart_footer .shop_cart_subtotal {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.shop_cart_wrapper .shop_cart_footer {
		border-top: 1px solid #c58e50;
		margin-bottom: 2rem;
	}

	.shop_cart_wrapper .shop_cart_misc_data .shop_cart_update {
		align-items: flex-end;
	}

	.shop_cart_wrapper .shop_cart_misc_data .shop_cart_order_buttons {
		flex-flow: column;
	}

	.shop_cart_wrapper .shop_cart_cell.shop_cart_message {
		font-style: italic;
	}

	.shop_cart_wrapper .shop_cart_cell.shop_cart_checkout {
		align-items: stretch;
	}

	.shop_cart_wrapper .shop_cart_cell.shop_cart_checkout .shop_cart_checkout_message {
		text-align: center;
		margin-bottom: 2rem;
		margin-top: 1rem;
		text-transform: uppercase;
	}






/* New WooCommerce Checkout page layout */
	.shop_checkout_wrapper {
		position: relative;
		display: block;
		width: 100%;
	}

	.shop_checkout_wrapper .shop_checkout_row {
		display: flex;
		flex-flow: row nowrap;
		width: 100%;
	}

	.shop_checkout_wrapper .shop_checkout_cell {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
	}

	.shop_checkout_wrapper .shop_checkout_cell:not(.shop_checkout_row) {
		justify-content: flex-start;
		flex-flow: column nowrap;
		align-items: stretch;
	}

	.shop_checkout_wrapper .shop_checkout_cell.shop_checkout_75 {
		width: 75%;
		flex: 0.75;
	}
	.shop_checkout_wrapper .shop_checkout_cell.shop_checkout_66 {
		width: 66%;
		flex: 0.66;
	}
	.shop_checkout_wrapper .shop_checkout_cell.shop_checkout_60 {
		width: 60%;
		flex: 0.6;
	}
	.shop_checkout_wrapper .shop_checkout_cell.shop_checkout_50 {
		width: 50%;
		flex: 0.5;
	}
	.shop_checkout_wrapper .shop_checkout_cell.shop_checkout_40 {
		width: 40%;
		flex: 0.4;
	}
	.shop_checkout_wrapper .shop_checkout_cell.shop_checkout_33 {
		width: 33%;
		flex: 0.33;
	}
	.shop_checkout_wrapper .shop_checkout_cell.shop_checkout_25 {
		width: 25%;
		flex: 0.25;
	}


/* New checkout stylings design */
	.shop_checkout_wrapper {
		background-color: rgba(255,255,255,0.85);
		border-radius: 10px;
		border: 1px solid #dcdcdc;
		box-shadow: 5px 10px 8px rgba(0,0,0,0.05);
		overflow: hidden;
	}
	.shop_checkout_wrapper .shop_checkout_cell {
		padding: 0.5rem;
	}
	.shop_checkout_wrapper .shop_checkout_main > .shop_checkout_cell {
		padding: 2rem;
	}

	.shop_checkout_wrapper .shop_brown_background {
		background-color: #c58e50;
		color: white;
	}
	
	.shop_checkout_wrapper .shop_checkout_coupon {
		border-radius: 4px;
		overflow: hidden;
		margin-bottom: 2rem;
		border: 1px solid #c58e50;
		background: rgba(255,255,255,0.5);
	}

	.shop_checkout_wrapper .shop_checkout_coupon .woocommerce-info {
		margin: 0;
		padding: 0.75rem !important;
		font-size: 14px !important;
		line-height: 1.3;
	}

	.shop_checkout_wrapper .shop_checkout_coupon .nem_showcoupon {
		font-weight: 600;
		font-style: italic;
		border-bottom: 1px solid white;
	}

	.shop_checkout_wrapper .shop_checkout_coupon .woocommerce-form-coupon {
		padding: 1rem;
	}

	.shop_checkout_wrapper .shop_checkout_cell {
		padding: 0.5rem;
	}
	
	.shop_checkout_wrapper .shop_checkout_coupon button.button,
	.shop_checkout_wrapper .shop_checkout_coupon button.button:hover {
		font-size: 14px;
		padding: 0.5rem 1rem!important;
	}
	
	.shop_checkout_wrapper .shop_checkout_coupon .woocommerce-error {
		background-color: #ce5e3c !important;
		margin-bottom: 0;
	}


	.shop_checkout_wrapper .shop_checkout_inputs h1, .shop_checkout_wrapper .shop_checkout_inputs h2, .shop_checkout_wrapper .shop_checkout_inputs h3, .shop_checkout_wrapper .shop_checkout_inputs h4, .shop_checkout_wrapper .shop_checkout_inputs h5, .shop_checkout_wrapper .shop_checkout_inputs h6 {
		font-family: 'Oxygen', Helvetica, Arial, Lucida, sans-serif;
		letter-spacing: 0;
		text-shadow: none;
	}


	.woocommerce form .shop_checkout_wrapper input.input-text, .woocommerce form .shop_checkout_wrapper  textarea {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		outline: 0;
		line-height: normal;
	}

	.woocommerce form .shop_checkout_wrapper input.input-text, .woocommerce form .shop_checkout_wrapper textarea {
		padding: 10px;
		font-size: 14px;
		border-radius: 4px;
	}

	.woocommerce form .shop_checkout_wrapper input.input-text, .woocommerce form .shop_checkout_wrapper textarea {
		border-width: 1px;
	}

	.woocommerce form .shop_checkout_wrapper .select2-container, .woocommerce form .shop_checkout_wrapper input.input-text, .woocommerce form .shop_checkout_wrapper select {
		border-color: #9E9E9E;
	}

	.woocommerce form .shop_checkout_wrapper .select2-container .select2-selection--single {
		padding: 5px 0;
		height: auto;
	}

	.woocommerce form .shop_checkout_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #444;
		line-height: 28px;
		font-size: 14px;
	}

	.woocommerce form .shop_checkout_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 36px;
	}
	
	.shop_checkout_wrapper .shop_checkout_main > .shop_checkout_inputs label {
		display: none;
	}



/* Specialty page tear divider images */
	.et_pb_section.section_has_divider.et_pb_bottom_divider.divider-bottom-page-tear .et_pb_bottom_inside_divider {
		background-image: url(/wp-content/uploads/2020/10/page-tear-topforbottom.png) !important;
		background-size: 100%;
		background-position: bottom;
	}

	.et_pb_section.section_has_divider.et_pb_top_divider.divider-top-page-tear .et_pb_top_inside_divider {
		background-image: url(/wp-content/uploads/2020/10/page-tear-bottomfortop.png) !important;
		background-size: 100%;
		background-position: top;
		
	}


/* Divi Editor + WP fixes -- Keep at END of CSS file! */
/* Make sure Divi's H3 don't get styled too crazily */
	.et-fb-modal h1, .et-fb-modal h2, .et-fb-modal h3, .et-fb-modal h4, .et-fb-modal h5, .et-fb-modal h6,
	.et-core-modal h1, .et-core-modal h2, .et-core-modal h3, .et-core-modal h4, .et-core-modal h5, .et-core-modal h6 {
		font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif !important;
		text-align: left;
		text-shadow: none;
	}

/* Fixes WP's "Media" windows from looking funky */
	.media-frame h1, .media-frame h2, .media-frame h3, .media-frame h4, .media-frame h5, .media-frame h6,
	.media-modal h1, .media-modal h2, .media-modal h3, .media-modal h4, .media-modal h5, .media-modal h6 {
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
		text-shadow: none;
	}

/* Custom animations */
	@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
	@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
	@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }