@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-size:18px;
	font-weight:300;
  overflow-x:hidden;
	font-family: 'Montserrat', sans-serif;
  color:#1d1d1b;
	padding-top: 130px!important;
	display:flex;
	flex-direction:column;
	min-height:100vh;
}
body a {
	color:inherit;
	text-decoration: none!important;
}
body a:hover,
body a:visited,
body a:focus {
	color:inherit;
	text-decoration: none!important;
}
#content {
	flex-grow:1;
}
p {
  letter-spacing: 1px;
  line-height: 25px;
}
.pb-8 {
	padding-bottom: 8rem!important;
}
img.fit-contain {
	object-fit: contain;
	width:100%;
	height:100%;
}
img.fit-contain-height {
	object-fit: contain;
	height:100%;
}
img.fit-cover {
	object-fit: cover;
	width:100%;
	height:100%;
}
img.max-h-500 {
	max-height:500px;
}
img.max-h-800 {
	max-height:800px;
}
.image-square {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.image-square img{
    position:absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}
a.btn {
	padding:10px 15px;
	border: 2px solid #fff;
	border-radius:1px;
	color:#fff;
}


/* HEADER */
header.header {
	position: fixed;
  top: 0;
	transition:all .25s ease;
	height:130px;
	width:100%;
	background-color:#fff;
	z-index:1000;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
header.header.nav-up {
    top: -180px;
}
.nav {
	justify-content:center;
}
.shopping-nav {
	right:1rem;
	top:50%;
	transform: translateY(-50%);
}
.shopping-nav .shopping-element {
	padding: 0 15px;
}
.shopping-nav i {
	font-size:38px;
	color:rgba(29, 29, 27,1);
}
.astm-search-menu  svg.search-icon {
    height: 40px;
    width: 36px;
}
#inner-header {
	height:100%;
}
#top-inner-header {
	width:100%;
	height:100%;
	margin:1rem 0 1.8rem 0;
	display:flex;
}
#top-inner-header > a {
	margin:auto;
}
.header-logo img {
	width: 400px;
  max-width: calc(100% - 250px);
  transition: all .25s ease;
  margin-right: 100px;
}
.header-logo:hover {
	text-decoration: none;
}

#menu-menu-fr {
	display:flex;
	margin: 0 0.5rem;
}
#menu-menu-fr > li > a {
	font-size:1.2rem;
	margin: 0 2rem;
	font-weight:200;
	position: relative;
	padding: 0.5rem 0;
}
#menu-menu-fr > li > a:before,
#menu-menu-fr > li > a:after {
	content: "\25B2";
	font-size: 12px;
	position: absolute;
	opacity:0;
	transition: transform .3s,opacity .3s;
}
#menu-menu-fr > li > a:after {
		top: -2px;
		left: -12px;
		color: #dae7ed;
    transform: rotate(-190deg);
}
#menu-menu-fr > li > a:before {
		top: 6px;
		left: -17px;
		color: #009ee3;
    transform: rotate(-37deg);
}
#menu-menu-fr > li > a:focus,
#menu-menu-fr > li > a:hover {
	color:inherit;
}
#menu-menu-fr > li > a:hover:before,
#menu-menu-fr > li > a:hover:after {
		opacity:1;
}
#menu-menu-fr > li.current-menu-parent > a,
#menu-menu-fr > li.current-menu-ancestor > a,
#menu-menu-fr > li.current-menu-item > a {
	color:#009fe3;
}
#menu-menu-fr > li.current-menu-parent > a:before,
#menu-menu-fr > li.current-menu-parent > a:after,
#menu-menu-fr > li.current-menu-item > a:before,
#menu-menu-fr > li.current-menu-item > a:after {
		opacity:1;
}
.sub-menu {
	background-color:#FFFFFF;
	top:0.8rem;
	padding:0.5rem 1rem;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
.sub-menu > .menu-item > a {
	padding: 4px 0;
	font-size: 16px;
}
.sub-menu > .menu-item > a:hover {
	color:#009ee3;
}
#content {
	background-color:#fff;
}

h2.main-title {
	font-weight:300;
	position:relative;
	display:inline-block;
}
h2.main-title:before,
h2.main-title:after {
	content: "\25B2";
	transition: transform .3s,opacity .3s;
	font-size: 18px;
	position: absolute;
	color:#009fe3;
}
h2.main-title:after {
		top: 10px;
		left: -35px;
}
h2.main-title:before {
		top: 10px;
		right: -35px;
}
.h2-icon {
	width: 45px;
  margin-bottom: 10px;
}
.h2-chocolatine {
	max-width: 310px;
}
.collection-item {
	/*border: #D9D9D9 1px solid;*/
	border-radius:4px;
	margin:8px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
}
.collection-item .image-square img {
	transition: all .25s ease;
}
.collection-item:hover .image-square img {
	width:110%;
	height:110%;
	max-width:110%!important;
	max-height:110%!important;
}
.collection-item:hover h3 {
	color:inherit;
}
.collection-item-footer {
	height:70px;
	display:flex;
	justify-content: center;
	align-items:center;
	position:relative;
}
.collection-item-footer:before,
.collection-item-footer:after {
	content: "\25B2";
	font-size: 15px;
	position: absolute;
	opacity:0;
	transition: opacity .3s;
}
.collection-item-footer:after {
		bottom: 0px;
		right: 8px;
		color: #009ee3;
    transform: rotate(-190deg);
}
.collection-item-footer:before {
		bottom: 18px;
		right: 2px;
		color: #dae7ed;
    transform: rotate(-37deg);
}
.collection-item:hover .collection-item-footer:before,
.collection-item:hover .collection-item-footer:after {
	opacity:1;
}
.collection-item-footer h3{
	font-weight:300;
	font-size:1.2rem;
}
.article-header {
	z-index:1;
}
.article-header .header-img {
	height:250px;
}
.article-header h1 {
	font-weight: 300;
	font-size:2.2rem;
	display:inline-block;
}
.summary .article-header h1,
#infos h1 {
	font-size:2.5rem;
	font-weight:200;
}
.summary .article-header h1:before,
.summary .article-header h1:after,
#infos h1:before,
#infos h1:after {
	content: "\25B2";
	font-size: 15px;
	position: absolute;
}
.summary .article-header h1:after,
#infos h1:after {
		top: -6px;
		left: -15px;
		color: #dae7ed;
    transform: rotate(-190deg);
}
.summary .article-header h1:before,
#infos h1:before {
		top: 5px;
		left: -20px;
		color: #009ee3;
    transform: rotate(-37deg);
}

.article-header-icon {
	margin-top:80px;
	width: 100px;
  margin-bottom: 10px;
}


/* SINGLE PRODUCT */

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #009fe3!important;
    font-size: 1.3em!important;
}
.accordion-header {
	width:100%;
}

.woocommerce div.product form.cart .variations tbody {
	display:flex;
}
.woocommerce .quantity {
	display:inline-block;
  overflow: hidden;
	border-radius: 2px;
  border: 1px solid #e2e2e2!important;
}
select#pa_taille {
	border-radius: 2px;
	border: 1px solid #e2e2e2!important;
	background-color:transparent!important;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
    display: none!important;
    margin: 0!important;
}
.woocommerce .quantity input.qty {
    appearance: textfield!important;
    -webkit-appearance: none!important;
    -moz-appearance: textfield!important;
		height: auto!important;
}
.woocommerce .quantity input {
	background: transparent;
  font-weight: bold;
  font-size: inherit;
  border: none!important;
  display: inline-block;
  min-width: 0;
  line-height: 1!important;
	margin: 0!important;
	color: #5c6b80!important;
}
.suppInfo {
	font-size:16px;
	display:inline-block;
	margin-left:10px;
}
.woocommerce .quantity input.qty_button {
	height:40px;
	padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  overflow: hidden;
  position: relative;
}
.woocommerce .quantity input.qty_button:before,
.woocommerce .quantity input.qty_button:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.woocommerce .quantity input.qty_button.minus {
  border-right: 1px solid #e2e2e2!important;
}
.woocommerce .quantity input.qty_button.plus {
  border-left: 1px solid #e2e2e2!important;
}
.woocommerce .quantity input.qty_button.plus:after {
  transform: rotate(90deg);
}
.woocommerce .quantity input.qty_button:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.woocommerce .quantity input.qty_button:before,
.woocommerce .quantity input.qty_button:after {
  background: #ccc;
}
.woocommerce #respond input#submit.alt:not([name="shipping_type"]),
.woocommerce a.button.alt:not([name="shipping_type"]),
.woocommerce button.button.alt:not([name="shipping_type"]),
.woocommerce input.button.alt:not([name="shipping_type"]) {
    background-color: #009fe3!important;
		border: 1px solid #009fe3;
    color: #ffff!important;
    -webkit-font-smoothing: antialiased;
		border-radius:1px!important;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
    background-color: transparent!important;
    color: rgba(0,0,0,.4)!important;
		border: 1px solid rgba(0,0,0,.4);
}
.woocommerce div.product form.cart .variations tbody tr {
	display: flex;
  flex-direction: column;
}
.woocommerce div.product form.cart .variations tbody tr td.value {
	max-width: 280px!important;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400!important;
		font-size:16px;
}
.woocommerce div.product .options {
	max-width:400px;
	margin:0 auto;
}
.woocommerce div.product .options > div {
	max-width:350px;
}
.woocommerce div.product .options h4 {
	font-weight:300;
	font-size:15px!important;
}
.woocommerce div.product .options button {
	background-color:transparent!important;
	outline:none!important;
	border:none!important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #dae7ed!important;
	border-top: 2px solid #009fe3!important;
}
.woocommerce-message::before {
    color: #009fe3!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: transparent!important;
	color: #009fe3!important;
}

.variations_form.cart {
	max-width:440px;
}

/* ARCHIVE PRODUCTS */

h2.woocommerce-loop-product__title {
	text-align:center;
	font-weight: 300;
	font-size: 1.4rem!important;
}
p#breadcrumbs {
	font-size:16px;
}
span.breadcrumb_last {
	color:#009fe3;
	font-weight:500;
}
.separator {
	position:absolute;
	width:100%;
	margin: 0;
	overflow-x:hidden;
  overflow-y:hidden;
  white-space: nowrap;
	display:flex;
	align-items:flex-end;
	transform: translateY(-100%);
	z-index:4;
}
.separator .tri {
	margin:0;
	padding:0;
  display: block;
	font-size: 0;
	line-height: 0;
}
footer.footer {
	font-size:16px;
}
footer.footer .footer-logo img {
	width:300px;
	max-width:100%;
}
footer.footer a:focus,
footer.footer a:hover,
#infos a:focus,
#infos a:hover {
	color:#009fe3;
}
.phone-button {
	margin: 10px 0;
	padding:10px;
  display: inline-block !important;
	background-color:#009fe3;
	color:#fff;
	border-radius:2px;
	transition:all .25s ease;
	font-weight: bold;
}
.phone-button i {
	padding-right:5px;
}
.address-link i {
	margin-bottom: 1rem;
	margin-right:25px;
	font-size:30px;
}
footer.footer a.phone-button:hover {
	box-shadow: 0px 2px 10px 0 rgba(5,5,5,0.15);
	color:#fff!important;

}
footer.footer #mentions {
	font-size:12px;
	padding:2px 0;
	background: #e1e1e1;
}
/* contact */

.bg-blue {
	background-color: rgba(0, 158, 227, 0.1);
}
.bg-dark-blue {
	background-color:#009ee3;
}
#infos h1 {
	font-weight:400;
}
#infos h4 {
	font-size:18px;
	font-weight:500;
}
#infos {
	font-size:16px;
	max-width:600px;
	margin:1rem 0 1rem 0;
}
#infos .social-link i {
	color:#009ee3;
	font-size:40px;
	margin-right:15px;
}
.contact-illustration{
	max-width:450px;
	position:absolute;
	bottom:-50%;
	right:50px;
}
.form {
	max-width:800px;
	margin:2rem auto 0 auto;
}
.form form .form-group {
  margin:1em;
  position:relative;
}

.form textarea,
.form input,
.form select {
    background-color:transparent;
    border:none;
    border-bottom: 1px solid #FFFFFF!important;
    margin:5px 0;
    transition:all .25s ease;
    outline:none;
}
.form input:active,
.form input:focus {
	background-color:transparent!important;
}
.form input,
.form select {
    height:28px;
    width:100%;
}
.form textarea {
  resize: none;
  width:100%;
}
.form input[type=submit] {
  border:1px solid #FFFFFF;
  width:100%;
  height:40px;
	background-color:#fff;
	transition: all .25s ease;
	color:#009EE3;
}
.form input[type=submit]:hover {
  background-color:transparent;
	border-color: #FFFFFF!important;
	color:#FFFFFF;
}

.form form .form-group h6 {
	color:#fff;
  font-size:1em;
  position:absolute;
  top:20px;
  transition:all .25s ease;
  z-index:4;
	font-weight: 400;
}
.form form .form-group.select h6 {
	color:#fff;
  top:0;
  font-size:0.9em;
}
.form form .form-group h6.full {
  top:0;
  font-size:0.9em;
}
.form form .form-group label:focus-within h6 {
  top:0;
  font-size:0.9em;
  color:#fff;;
}

input:focus,
input:active,
input:active,
textarea:focus,
select:focus, {
  border-color:#fff;;
  background-color:transparent!important;
  color:red!important;
}

.form form label {
  width:100%;
}

.form form .form-group:nth-last-child(-n+4) {
  grid-column: 1 / span 2;
}

#form-container:before,
#form-container::after {
	content:'';
	position:absolute;
	width: calc((100vw - 800px) / 2);
	height:100%;
	top:0;
}
#form-container:before {
	left:0;
	background-image:url('../images/triangle.png');
	background-size:contain;
	background-position:bottom left;
	background-repeat:no-repeat;
}
#form-container:after {
	right:0;
	background-image:url('../images/triangles.png');
	background-size:contain;
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* NOTRE HISTOIRE */

#gallery {
	width:100vw;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(245, 245, 245, 1) 5%, rgba(245, 245, 245, 1) 95%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
	/* background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(0,158,227,0.15) 5%, rgba(0,158,227,0.15) 95%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(29, 29, 27,1) 5%, rgba(29, 29, 27,1) 95%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);*/
}
.gallery {
	display:flex;
	width:100vw;
	height:70vw;
}
.gallery-caption {
	width:100%;
}
.gallery .left {
	width:35vw;
	height:85%;
}
.gallery .middle {
	width:35vw;
	height:100%;
	position:relative;
}
.gallery .right {
	width:30vw;
	height:85%;
}
.gallery .top,
.gallery .bottom {
	width:100%;
	height:50%;
	position:relative;
}
.gallery .inner,
.gallery .inner-top,
.gallery .inner-bottom {
	position:absolute;
	background-size:cover;
	background-repeat:no-repeat;
}
.gallery .left .top .inner {
	top:0;
	left:0;
	width:calc(35vw - 50px);
	height:calc(100% - 50px);
	background-image:url('../images/85201125_106799770784638_8060289606606432306_n.jpg');
}
.gallery .left .bottom .inner {
	background-color:teal;
	top:0;
	left:50%;
	width:22vw;
	height:100%;
	background-image:url('../images/93397869_887541435041639_8732146017589335717_n.jpg');
	transform:translateX(-50%);
}
.gallery .right .top .inner {
	background-color:salmon;
	top:0;
	left:0;
	width:25vw;
	height:100%;
	background-image:url('../images/115804904_338678637139625_7502614311717065810_n.jpg');
}
.gallery .right .bottom .inner {
	background-image:url('../images/91963818_2799147616980226_361920373556062619_n.jpg');
	bottom:0;
	right:0;
	width:calc(30vw - 50px);
	height:calc(100% - 50px);
}
.gallery .middle .inner-top {
	width:calc(30vw - 100px);
	height:35vw;
	top:10%;
	left:50%;
	transform:translateX(-50%);
	background-image:url('../images/video.png');
}
.gallery .middle .inner-bottom {
	width:100%;
	height:22vw;
	bottom:0;
	background-image:url('../images/117759409_196951755177556_7453578970070320351_n.jpg');
}
#notre-histoire {
	max-width:1000px;
	margin: 3rem auto 7rem auto;
}
#notre-salon {
	max-width:1200px;
	margin: 4rem auto 9rem auto;
	z-index:0;
}
#notre-salon .background {
	bottom:0;
	right:0;
	height:calc(100% - 50px);
	width:calc(100% - 80px);
	background-color:rgba(0,158,227,0.15);
	z-index:-1;
}
#notre-salon .picture {
	/* margin-bottom:50px;*/
	max-width:800px;
}
/* #notre-salon .text {
	margin-top:50px;
} */
#notre-histoire .picture {
	min-height:500px;
	max-width:500px;
}
#notre-histoire h1,
#notre-salon h1 {
	font-size:35px;
}

#commandes {
	margin: 10rem auto 7rem auto;
	max-width:1000px;
}
#commandes  h3 {
	text-transform: uppercase;
	font-size:35px;
	font-weight:500;
	/*color:#009ee3;*/
}
.commandes-img {
	width:400px;
	max-width:100%;
}
button.btn-classic {
	border:1px solid #009ee3;
	color:#009ee3;
  padding:10px 15px;
	background-color:transparent;
}

.team {
	width:100%;
	height:70vw;
}
.member {
	position:absolute;
	padding:20px;
}
.member.n1,
.member.n5 {
	width:67%;
	height:30%;
}
.member.n2,
.member.n3,
.member.n4 {
	width:33%;
	height:40%;
}
.member.n1 {
	top:0;
	left:0;
}
.member.n1 .member-caption {
	bottom:0;
	right:20px;
}
.member.n2 {
	top:0;
	right:0;
}
.member.n2 .member-caption {
	top:-10px;
	right:0;
}
.member.n3 {
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.member.n3 .member-caption {
	top:50%;
	right:-200px;
}
.member.n4 {
	bottom:0;
	left:0;
}
.member.n4 .member-caption {
	top:-85px;
	left:0;
}
.member.n5 {
	right:0;
	bottom:0;
}
.member.n5 .member-caption {
	bottom:20px;
	right:50px;
}
.member-caption {
	margin-top:3rem;
	/* color:#009ee3;*/
	font-weight:500;
}
.member-caption h3 {
	font-size:50px;
	color:#009FE3;
}
.member-caption p {
	color:#009FE3;
}

/* ---------- SEARCH INPUT ---------- */



#is-popup-wrapper {
  background-color:rgba(255, 255, 255, .9);
}
.is-search-form.is-form-style {
  text-align:center;
}
.is-search-form.is-form-style label {
  max-width:100%!important;
  width:400px!important;
}
.is-form-style input.is-search-input {
  background-color: transparent!important;
  border: none!important;
  border-bottom: 1px solid #1d1d1b!important;
  color: #1d1d1b;
  font-size: 2em;
}
.is-form-style .is-search-submit span.is-search-icon {
  background-color:transparent!important;
  border:none!important;
}
.is-form-style .is-search-submit span.is-search-icon:hover {
  background-color:transparent!important;
}
.is-form-style .is-search-submit path {
    fill: #1d1d1b!important;
}
body .popup-search-close:before, body .search-close:before,
body .popup-search-close:after, body .search-close:after {
    border-color: #1d1d1b!important;
}
.mentions h1 {
	font-size:35px!important;
	text-transform:uppercase;
}

.woocommerce-account .addresses .edit {
		text-align:center;
    padding-top: 5px;
    color: #009fe3;
}
.woocommerce-Address {
	padding-top:3rem;
}
.woocommerce-MyAccount-navigation {
	padding:20px;
	background-color: #cee4ed;
}
.woocommerce-MyAccount-navigation-link.is-active > a {
	color: #009fe3;
}
.woocommerce-MyAccount-navigation-link:hover > a,
.woocommerce-MyAccount-navigation-link:focus > a {
	color: #009fe3;
}
.woocommerce-form-row {
	margin: 10px 0!important;
}
.woocommerce table.shop_table {
	border:none!important;
}
.woocommerce-EditAccountForm fieldset {
	padding:1rem 10px!important;
	background-color:#f2f8fa;
	margin-top:2rem;
}
.woocommerce a.remove {
	font-weight: 300!important;
	font-size: 2.4em!important;
	color:#009fe3!important;
}
.woocommerce table.shop_table th {
	font-weight:500!important;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: #009fe3!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-weight:500!important;
}
.mark, mark {
    background-color: #f5f9fa;
}
.woocommerce .woocommerce-customer-details address {
	border:none!important;
}
.woocommerce-column__title {
	margin-bottom:20px;
}
.woocommerce form .form-row .required {
	color:tomato!important;
}
button[name="save_account_details"] {
	float:right;
	margin-top:2rem!important;
}
.woocommerce-form-row {
	padding:5px 3px!important;
}
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 30px 40px;
  /*box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);*/
	border:2px solid #009fe3;
}
.woocommerce-account .addresses .title h3 {
	font-weight:400;
	font-size:1.4rem;
	position:relative;
	display:block;
}
.woocommerce-account .addresses .title h3:before, .woocommerce-account .addresses .title h3:after {
    content: "\25B2";
    font-size: 12px;
    position: absolute;
    transition: transform .3s,opacity .3s;
}
.woocommerce-account .addresses .title h3:before {
    top: 6px;
    left: -17px;
    color: #009ee3;
    transform: rotate(-37deg);
}
.woocommerce-account .addresses .title h3:after {
    top: -2px;
    left: -12px;
    color: #dae7ed;
    transform: rotate(-190deg);
}
.woocommerce-orders-table__cell-order-number > a,
.woocommerce-orders-table__cell-order-number > a:hover,
.woocommerce-orders-table__cell-order-number > a:focus,
.woocommerce-orders-table__cell-order-number > a:visited {
	color: #6c9dad;
	font-weight:500;
	font-size:1.1rem;
}
.custom-cart {
	position:relative;
}
.custom-cart span {
	position:absolute;
	bottom:-10px;
	right:-10px;
	width:32px;
	height:30px;
	padding:0 2px;
	/*background-image:url('../images/tr.png');
	background-size:contain;
	background-repeat:no-repeat;*/
	background-color:#009EE3;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
}
.woocommerce a.added_to_cart.wc-forward {
	display:none!important;
}
td.xoo-cp-remove .xoo-cp-remove-pd {
		font-size: 13px!important;
		color:#1d1d1b!important;
}
.xoo-cp-success {
  background-color: transparent!important;
}
.xoo-cp-icon-cross:before {
	content:'\00d7'!important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 4em!important;
	color:#1d1d1b!important;
	height:20px;
	width:30px;
	font-weight: 200;
}
span.xoo-cp-close {
		font-size: 14px;
		right: 10px!important;
    top: 8px!important;
    background-color: transparent!important;
}
.xoo-cp-qtybox {
	border: 1px solid rgba(0,0,0,.125)!important;
	border-radius: 1px!important;
}
span.xcp-minus,
span.xcp-plus {
	border:none!important;
}
.xoo-cp-btns {
	padding-top: 1em!important;
}
td.xoo-cp-ptitle a {
    font-weight: 400!important;
}
body a:hover, body a:visited, body a:focus {
    color: inherit;
    text-decoration: none!important;
}
a:hover {
    color: #0a58ca;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #d10e3c;
}
a:active, a:hover {
    outline: 0;
}
a.xcp-btn {
    width: 34%!important;
    padding: 9px 0px!important;
    margin-right: 15px!important;
		color: #009fe3;
}
#coupon_code {
	width:100px!important;
	font-size:15px!important;
	background-color: transparent;
	border:1px solid #009fe3!important;
	color:#009fe3!important;
	border-radius:1px!important;
}
#coupon_code::placeholder {
color:#9bbdcc!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	border-radius:0!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	border: 1px solid #009fe3!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	background: #009fe3!important;
	width: 1px;
}
@media only screen and (min-width: 992px) {
	.member-caption {
		max-width: 200px;
		position:absolute;
		margin:0;
	}
}

@media only screen and (min-width: 1200px) {
	body {
		padding-top:180px!important;
	}
	header.header {
		height:180px;
	}
	#inner-header {
		height:auto;
	}
	#top-inner-header {
		height:auto;
	}
	#top-inner-header > a {
		margin: 0 auto;
	}
	.header-logo img {
		max-width: 100%;
		margin-right: 0;
	}
	.shopping-nav {
		right:4rem;
	}
	.article-header-icon {
		margin-top:30px;
	}
}
.xoo-cp-content-unavailable {
	text-align:center;
}
.xoo-cp-content-unavailable h3 {
	color:#009EE3;
}
.xoo-cp-content-unavailable form button {
	background-color:transparent;
	border:none;
	outline:none;
}
.xoo-cp-content-unavailable button.see-more {
	background-color:#009EE3;
	color:#ffffff;
	padding:15px 25px;
	border:none;
	outline:none;
}
button[name="shipping_type"] {
	border:none!important;
	background-color:transparent;
	outline:none;
	border-radius: 50%!important;
	border: 1px solid #009EE3!important;
	margin: 10px!important;
	height: 150px!important;
	max-height: 150px!important;
  width: 150px!important;
  max-width: 150px!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;

}

button[name="shipping_type"] h4 {
	font-size:0.8rem;
	font-weight:800;
	color: #009EE3;
}
button[name="shipping_type"] img {
	margin-bottom:0px!important;
}
#orddd_time_slot_field {
	display:inline-block;
}
.xoo-cp-success {
	color:#009EE3!important;
	font-size: 1.5rem;
	font-weight: 500;
}
input[type=number].xoo-cp-qty {
	max-width: 40px;
	background-color:transparent;
	border-left: 1px solid rgba(0,0,0,.125)!important;
	border-right: 1px solid rgba(0,0,0,.125)!important;
}
.xoo-cp-btns {
	display:flex;
	justify-content:center;
}
.xcp-btn {
	border-radius:0;
	padding:15px 25px;
	height:60px;
}
.xoo-cp-close.xcp-btn {
	background-color:#009EE3;
	color:#ffffff;
	border:none;
}
.xoo-cp-btn-vc.xcp-btn {
	position:relative;
	border:1px solid #009EE3;
	color:#009EE3;
	display:flex;
	justify-content:center;
	align-items:center;
}
.xoo-cp-btn-vc.xcp-btn:hover {
	color:#009EE3;
}
.xoo-cp-btn-vc.xcp-btn:before,
.xoo-cp-btn-vc.xcp-btn:after {
	content: "\25B2";
  font-size: 15px;
  position: absolute;
}
.xoo-cp-btn-vc.xcp-btn:before {
    bottom: 18px;
    right: 2px;
    color: #dae7ed;
    transform: rotate(-37deg);
}
.xoo-cp-btn-vc.xcp-btn:after {
    bottom: 0px;
    right: 8px;
    color: #009ee3;
    transform: rotate(-190deg);
}
button.single_add_to_cart_button:not([name="shipping_type"]) {
	float:none!important;
	display:block!important;
	margin-top:30px!important;
}
.woocommerce div.product form.cart div.quantity {
	float:none!important;
}
form.woocommerce-checkout h3 {
	color: #009ee3;
}
a.woocommerce-loop-product__link:hover h2 {
	color:#009fe3;
}
#e_deliverydate_field {
	margin-right:10px;
}
#e_deliverydate_field,
#orddd_time_slot_field {
	display:inline-flex;
	flex-direction:column;
	height:80px;
	justify-content: space-evenly;
}
#e_deliverydate_field label,
#orddd_time_slot_field label {
	margin-bottom:5px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	padding: 0;
}
.ingredients b {
	font-weight:600;
}
