/**!
 * b4st CSS
 */

/* Sticky Footer */

@font-face {
    font-family: macarons_font;
    src: local(macarons_font), url('fonts/Macarons.otf') format('opentype');
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background-color: #4f7d9e;
}

::selection {
    color: #fff;
    background-color: #4f7d9e;
}

html {
	overflow-x: hidden;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

section.homefeatured {
	padding-top: 2rem !important;
}

a {
	color: #516377;
}

a:hover {
	text-decoration: none;
}

h1, h2 {
	font-family: macarons_font;
}

h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 3rem;
  color: #002d4d;
}

@media (max-width:767px) {
	h2 {
		font-size: 2rem;
	}
}

h3 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

h4 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 1.1rem;
}

p, li {
	letter-spacing: 0.5px;
}

.mb-6 {
	margin-bottom: 4rem;
}

.btn {
    padding: 0.7rem 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    background-color: #002d4d;
    border: 0;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    transition: all 0.5s;
}

.btn.btn-primary {
    padding: 0.7rem 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    background-color: #002d4d;
    border: 0;
    border-radius: 0.25rem;
    font-size: 0.85rem;
}

.btn.btn-secondary {
    font-size: 0.85rem;
    background-color: #fff;
    color: #002d4d;
    border: 2px solid #002d4d;
    display: inline-block;
}

p.in-stock {
    padding: 0.4rem 0.8rem;
    background-color: #eaf4e7;
    display: inline-block;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #558155;
}

.btn.btn-secondary:hover {
		color: #fff;
		background-color: #002d4d;
}

.btn.btn-third {
    font-size: 0.85rem;	
    background-color: #fff;
    color: #002d4d;
    border: 1px solid #eaeaea;
    padding: 0.8rem 1.2rem;
    display: inline-block;
    border-radius: 0rem;
}

.alert {
    position: relative;
    padding: 1.2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0rem;
}

.alert-primary {
    color: #ffffff;
    background-color: #506378;
    border-color: #506378;
}

.rectangle #tawkchat-minified-wrapper {
	display: none !important;
}

.bg-pink {
	background-color: #d3a0b9;
}

.bg-yellow {
	background-color: #dda700;
}

.bg-christmas {
	background-color: #929778;
}

.feature--inside h4 {
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 1.6rem;
    font-family: 'macarons_font';
    font-weight: 500;
    margin-bottom: 1rem;
}

.chatIcon {
    position: fixed;
    bottom: 15px;
    right: 20px;
    padding: 1rem 1.3rem;
    z-index: 9999;
    background-color: #124c75;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 100%;
    transition: all 0.3s;
}

.chatIcon:hover {
	color: #fff;
	background-color: #4f7d9e;
}

.form-control {
    padding: 0.575rem .75rem;
    font-size: 1rem;
    border-radius: 0rem;
}

main {
    flex: 1 0 auto;
}

.section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.section.bg {
  background-color: #fafafa;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    max-width: 100%;
}

hr.headingHr {
	margin-bottom: 3rem;
}

.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Responsive Container (because Bootstrap 4.0.0 doesn't have this) */

.container-responsive, .container-fluid {
	width: 100%;
	max-width: 1200px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.navbar > .container-responsive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-responsive {
	padding-right: 0;
	padding-left: 0;
}
.navbar > .container,
.navbar > .container-responsive {
	max-width: 1110px;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 0px;
  width: 100%;
  margin: 0;
  border: 1px solid #f1f1f1;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
  display: block;
}

.megamenu.show {
	visibility: visible;
	opacity: 1;
}

.megamenu h5 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1rem;
    margin-bottom: 2.5rem;
}

.megamenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
	.megamenu ul {
		-moz-column-count: 2;
		-webkit-column-count:2;
    column-count: 2;
    column-rule: 1px solid #f1f1f1;
    -moz-column-rule: 1px solid #f1f1f1;
		-webkit-column-rule: 1px solid #f1f1f1;
	}
}

.megamenu ul li a {
	color: #212529;
}

.megamenu ul li a:hover {
	color: #212529;
	opacity: 0.8;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu .navList li {
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;

}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.menuFeaturedProduct .featured {
	font-weight: 600;
}

.menuFeaturedProduct a {
	color: #212529;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}

@media (min-width: 768px) {
	.m-br {
    border-right: 1px solid #f1f1f1;
	}
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

.c-offcanvas {
  left: 0;
  padding: 2rem;
  overflow-y: scroll;
}

.js-offcanvas .is-closed {
	display: none;
	opacity: 0;
}

.is-hidden { 
	visibility: hidden;
}

.js-offcanvas a {
   outline: 0;
}

.js-offcanvas a.nav-link {
   outline: 0;
   border-bottom: 1px solid #f3f3f3;
}

.js-offcanvas .dropdown-menu {
  position:relative;
  border:none;
}

.js-offcanvas .card {
    padding: 0rem;
    border: 0px;
}

.js-offcanvas .card a {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4d5154;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}

/* Navbar */

#topBar {
	background-color: #f4e7ee;
	border-bottom: 1px solid #f1f1f1;
	padding: 0.8rem 0rem;
}

#topBar p {
  color: #002d4d;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#topNav {
	padding: 2rem 0rem;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	#topNav {
    padding: 0rem;
	}
}
@media (max-width: 767px) {
	.navIcons {
		border-top: 1px solid #f1f1f1;
	}
	.navIcons span.menuText {
		font-size: 0.8rem;
		position: relative;
    top: -2px;
	}
}

.navbar-brand {
	margin-right: 0rem;
	transition: all 0.3s;
}

.navbar-brand:hover {
	opacity: 0.8;
}

a.navbar-brand img {
	max-width: 250px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	a.navbar-brand img {
		max-width: 180px;
	}	
}

.nav-link {
    display: block;
    padding: 1.25rem 1rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #212529;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s;
}

@media (max-width:767px) {
	.nav-link {
	  padding: 1rem 1rem;
	  font-size: 0.8rem;
	  letter-spacing: 1px;
	}

}

.nav-link:hover {
	color: #212529;
	opacity: 0.8;
}

.navbar-toggler {
	padding-top: 8px;
	padding-left: 0px;
}

.nav-link.sale {
	color: #e47372;
}

.navIcons a {
	color: #002c4d;
}

.navBt {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 0rem;
    display: block;
}

#searchform .btn {
    padding: 0rem 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 0rem 0.25rem 0.25rem 0rem;
    font-size: 1rem;
    height: 47px;
    border-right: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

#searchform .btn:hover {
	color: #002d4d;
}

#searchform .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 0.25rem 0rem 0rem 0.25rem;
    padding: 0.4rem 1rem;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    height: 47px;
}

a.cart-contents {
	color: #212529;	
}

span.cartTotal {
    position: absolute;
    top: 0;
    background-color: #e47372;
    font-size: 0.6rem;
    padding: 2px 6px;
    border-radius: 100%;
    font-weight: 600;
    right: 3px;
    color: #fff;
}

@media (max-width:767px) {
	span.cartTotal {
	    top: 9px;
	    right: 7px;
	    position: absolute;
	    padding: 2px 6px;
	    font-size: 0.5rem;
	}
}


/* Footer */

footer {
	position: relative;
}

footer:after {
    content: "";
    background-image: url(../img/dotted-white.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    z-index: 99;
    width: 100%;
    height: 24px;
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 2rem;
	    padding-left: 2rem;
	}
}

@media only screen and (max-width : 767px) {
/**nav-expand for footer with head and ul**/
.nav-folderized .navAccordion h5, .nav-folderized .navAccordion h2 { cursor: pointer; }
.nav-folderized ul.footerNav, .nav-folderized div.footerSign { max-height: 0; overflow:hidden; transition: max-height 1s ease-out; }
.nav-folderized .navAccordion h5:after { content: "+"; float: right; font-size: 1.8rem; font-family: macarons_font; }
.nav-folderized .navAccordion h2:after { content: "+"; float: right; font-size: 2rem; font-weight: bold; }
.nav-folderized .navAccordion.open h5:after { content: "-"; font-size: 1.8rem; font-family: macarons_font; }
.nav-folderized .navAccordion.open h2:after { content: "-"; font-size: 2rem; font-weight: bold; }
.nav-folderized .navAccordion.open ul.footerNav, .nav-folderized .navAccordion.open div.footerSign { height:auto; max-height: 500px; transition: max-height 1s ease-in !important; }
.ftr__list { border-top:0px solid #ddd; }
/**nav-expand for footer with head and ul**/
}

/* Site footer */

footer {
	background-color: #002d4d;
	color: #fff;
	padding-top: 6rem;
}

@media (max-width:767px) {
	footer {
		padding-top: 4rem;
	}
}

footer h2 {
	color: #fff;
	font-size: 2rem;
}

footer h5 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

@media (max-width : 767px) {
	footer h5 {
	  font-size: 1rem;
	}
}

footer a, footer a:hover {
	color: #fff;
}

footer a:hover {
	opacity: 0.8;
}

footer p {
	font-size: 0.9rem;
	letter-spacing: 1px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	letter-spacing: 1px;
}

footer .mc-field-group {
    width: 100%;
    display: inline-block;
}

footer .mc-field-group label {
	display: none;
}

footer .mc-field-group .email {
    width: 68%;
    display: inline-block;
    border: 0px;
    padding: 0.9rem 2rem;
    letter-spacing: 0.5px;
    border-radius: 0.25rem;
    height: auto;
}

footer .mc-field-group #mc-embedded-subscribe {
    width: 30%;
    display: inline-block;
    background-color: #124c75;
    padding: 1.1rem;
    border-radius: 0.25rem;
}
@media (max-width: 767px) {
	footer .mc-field-group #mc-embedded-subscribe {
		top: -1px;
    position: relative;		
	}
	footer .mc-field-group .email {
    padding: 1.1rem 1rem;
    font-size: 0.9rem;
	}
}

/* Homepage */
@media (min-width: 767px) {
	#mainSlider {
		margin-bottom: 4rem;
	}
}

#mainSlider h1 {
	font-size: 3.3rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {

	#mainSlider h1 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	
}

#mainSlider .slideContent {
	color: #fff;
	width: 100%;
}

#mainSlider p {
	font-size: 1rem;
	margin-bottom: 2rem;
}


@media (min-width: 767px) {
	#mainSlider img.offset {
	    position: relative;
	    top: 70px;
	}
}

.patternSlider img {
	max-width: 70%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.patternSlider img {
		max-width: 80%;
	}
}

.slick-dots {
	bottom: -50px;
}

.patternSlider .slick-dots {
    bottom: -60px;
}

.slick-dots li button:before {
    font-size: 14px;
}

h3.asSeenIn {
    letter-spacing: 5px;
    color: #525252;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

#instafeed a {
    width: 20%;
    display: inline-block;
    padding: 1%;
}

@media (max-width: 767px) {
	#instafeed a {
    width: 49.5%;
    display: inline-block;
    padding: 1%;
	}
	
	#instafeed a:nth-child(even) {
		padding: 0%;
	}
	
	#instafeed a:nth-child(4n) {
		display: none
	}
}

#instafeed a img {
	max-width: 100%;
}

/* Single pages */

.pageBorder {
    padding: 3rem;
    border: 1px solid #f1f1f1;
}

/* Product archives */

@media (min-width: 576px) {

	.jumbotron {
	    padding: 3rem 2rem;
	}
	
}

.jumbotron {
	background-color: #002d4d;
	color: #fff;
/* 	background-color: #ffd4d3; */
	margin-bottom: 0rem;
}

.jumbotron h1, .jumbotron h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0rem;
}


.archive .products .quantity, .page-template-page-sale .products .quantity, .page-template-page-new-in .products .quantity, .related .quantity {
    display: none;
}

.archive .products .btn.btn-primary, .page-template-page-sale .products .btn.btn-primary, .page-template-page-new-in .products .btn.btn-primary {
    padding: 0.5rem 1.8rem;
    background-color: #002b4e;
    font-size: 0.75rem;
}

@media (max-width:767px) {
	.archive .products .btn.btn-primary, .page-template-page-sale .products .btn.btn-primary, .page-template-page-new-in .products .btn.btn-primary, .related .btn.btn-primary {
	    padding: 0.6rem 1rem !important;
	    background-color: #002b4e;
	    font-size: 0.55rem !important;
	    display: inline-block !important;
	}
}

.woocommerce-breadcrumb, .home .cart {
	display: none;
}

a.woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

.page-template-page-sale .filter,.page-template-page-sale .orderFilter {
	display: none !important;
}

h2.woocommerce-loop-product__title {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

h2.woocommerce-loop-category__title {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    margin-top: 1rem;
    letter-spacing: 0.5px;
    font-weight: bold
}

.categoryTn img, .products img {
	border-radius: 0.25rem;
	width: 100%;
	height: auto;
	transition: all ease-in 0.3s;
}

.categoryTn img:hover, .products img:hover {
	opacity: 0.7;
}

h2.woocommerce-loop-category__title .count {
	display: none;
}

.term-description p {
    margin-top: 1rem;
    margin-bottom: 0rem;
}

section.breadcrumbs {
	display: none;
}

.tax-product_cat section.breadcrumbs, .tax-pa_collections section.breadcrumbs {
	display: block;
}

.archive span.price {
    display: block;
    color: #000;
    font-weight: 600;
}

span.onsale {
    position: absolute;
    background-color: #e67270;
    color: #fff;
    padding: 0.5rem 1rem;
    right: 0px;
    top: 0px;
    font-size: 0.8rem;
}

.sidebar section {
	padding: 1.5rem;
	border: 1px solid #e6e6e6;
	margin-bottom: 2rem;
}

.sidebar section h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.sidebar section.woocommerce ul {
    list-style: none;
    padding: 0rem;
    margin-bottom: 0rem;
}

.sidebar li {
    margin: 0px 0;
}

.sidebar section.woocommerce ul li a {
    font-size: 0.9rem;
    color: #000;
    font-weight: 300;
}

.filterPopup .sidebar section {
    padding: 1.5rem;
    border: 0px solid #e6e6e6;
    margin-bottom: 0rem;
    width: 50%;
    display: inline-table;
}

@media (max-width:767px) {
	.filterPopup .sidebar section {
    margin-bottom: 2rem;
    width: 100%;
    display: inline-table;
	}
}

.filterPopup h5 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

.woocommerce-widget-layered-nav-list__item span.count {
    float: right;
    font-size: 0.8rem;
    top: 1px;
    position: relative;
    color: #aa9467;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none;
}

.price_slider{ 
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size:1.15em;
}

.price_slider_amount .button {
    display: block;
    width: 100%;
    background-color: #ccc;
    border: 0px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 1.5rem;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #062d4a;
    outline: none;
    top: -0.2em;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -0.6em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #002c4d;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}

.ui-slider-horizontal {
    height:.5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

/* Single product */

table.variations td.label {
    width: 100px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    vertical-align: top;
}

#primary .row {
	
}

@media (max-width: 767px) {
	.single-product section {
		padding-top: 0rem;
	}
	
	.mobileSlider .slick-dots {
    bottom: 25px;
	}
	
	.mobileSlider .slick-dots li button:before {
	}
}

.added_to_cart {
    display: block;
    padding: 0.8rem 2rem;
    border: 2px solid #002d4d;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 1rem;
}

.br-1 {
    border-right: 1px solid #f1f1f1;
}

h1.product_title {
    font-size: 2.4rem;
}

.single-product .block.onsale {
	position: relative;
	display: inline-block;
	border-radius: 0rem;
	left: 0;
	top: 0;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	padding: 0.5rem 1rem;
}

.single-product p.price {
    font-weight: 600;
    font-size: 1.9rem;
    color: #0d4b76;
}

p.price del, span.price del {
    color: #ababab;
    font-weight: 500;
    margin-right: 0.7rem;
}

p.price ins, span.price ins {
    text-decoration: none;
}

.single-product p.out-of-stock {
    background-color: #e40202;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 0rem;
}

.single-product span.sku_wrapper {
    font-size: 0.8rem;
}

.single-product .btn.btn-primary {
    padding: 0.8rem 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    background-color: #002d4d;
    border: 0;
    width: 100%;
    font-size: 0.8rem;
}

.entry-summary form.cart #wl-wrapper .wl-add-to {
    background-color: #f4e7ee;
    padding: 0.4rem 0.8rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-weight: 600;
}

.single-product .btn.btn-primary.added {
	background-color: #4f7d9e;
}

.single-product .quantity {
    width: 100%;
    
}

.single-product .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.single-product .slick-dots li button:before {
    font-size: 10px;
}

@media (min-width:767px) {
	.sharing {
	}
}

.sharing {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.single-product .share, .single-product .save {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8rem;
}

.single-product .share i, .single-product .save i {
	font-size: 1.2rem;
}

.single-product .share span, .single-product .save span {
	display: block;
}

/* Make image 75% width to make room to its right */
 
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	    border-radius: 0.25rem;
}

@media (max-width: 767px) {
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
	    width: 100%;
	    float: none;
	}
	.productGallery {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: -5px;
		margin-right: -5px;
		width: calc(100% + 10px)
	}
}
 
/* Make Gallery 25% width and place it beside the image */
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 100%;
    padding: 1rem 0rem;
    margin-bottom: 0rem;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    display: inline-block;
    width: 14%;
    margin-right: 2%;
}
 
/* Style each Thumbnail with width and margins */
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
    border: 1px solid #f1f1f1;
    padding: 0.7rem;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	border: 1px solid #ccc;
}

.single-product #accordion ul {
	margin: 0;
	padding: 0rem;
}

.single-product #accordion a {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}

.single-product #accordion a:first-child {
  border-top: 1px solid #f1f1f1;
}

.single-product #accordion .accordionLink {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}

.single-product #accordion .accordionLink:hover {
	text-decoration: none;
	opacity: 0.9;
}

.single-product #accordion span.rightIcon {
    float: right;
}

.single-product #accordion a[aria-expanded=true] .fa-plus {
   display: none;
}
.single-product #accordion a[aria-expanded=false] .fa-minus {
   display: none;
}
.single-product .card {
	border: 0px;
	margin: 0rem;
}
.single-product .card li {
	margin-left: 20px;
}

.single-product .card .card-body{
  padding: 1.25rem 0rem;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 0px;
    background-color: #002d4d;
    padding: 2px 5px;
}

.quantity input {
    height: 45px;
    display: inline-block;
    outline: none;
  	margin: 0;
		padding: 0;
		font-weight: 600;
}

.quantity input.minus, .quantity input.plus {
	width: 32%;
  border:1px solid rgba(0,0,0,0.05);
  background-color: #fff;
}

.quantity input.minus {
	margin-right: -3px;
}

.quantity input.plus {
	margin-left: -3px;
}

.quantity input.qty {
	width: 33%;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	border-left: 0;
	border-right: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

@media (max-width: 767px) {
	.page-template-woocommerce-basket .quantity input.minus, .page-template-woocommerce-basket .quantity input.plus {
		display: none !important;
	}
	.page-template-woocommerce-basket .quantity input.qty {
		width: 100%;
	}
	.quantity input.qty {
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-left: 1px solid rgba(0,0,0,0.05);
    border-right: 1px solid rgba(0,0,0,0.05);
    -webkit-appearance: none;
	}
}

/* Woo general */

section.breadcrumbs {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f9f9f9;
}

.woocommerce-pagination {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.woocommerce-pagination ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0px solid #002d4d;
    border-right: 0;
}

.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1.2rem;
    font-size: 1.1rem;
    font-weight: 800;
    padding: 0.8rem;
    min-width: 4em;
    display: block;
    color: #002d4d;
    border-bottom: 2px solid #fff;
    transition: all ease-in 0.3s;
}

.soldout {
    background: #124c759e;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    position: absolute;
    left: 0px;
    bottom: 89px;
    width: 100%;
}

@media (max-width:768px) {
	.soldout {
		bottom: 116px;
	}
	h2.woocommerce-loop-product__title {
		line-height: 1.4rem;
	}
}

.woocommerce-pagination ul li a:focus, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span.current, .woocommerce-pagination ul li.active {
    border-bottom: 2px solid #002d4d;
}

.orderby {
    border-radius: 0rem;
    -webkit-appearance: none;
    height: auto !important;
    font-size: 0.9rem;
    text-align: center;
    background-color: #fff;
    color: #002d4d;
    border: 1px solid #eaeaea;
    padding: 0.8rem 1.2rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

@media (max-width:767px) {
	.orderby {
	    width: 100%;
	    text-align: center;
	}	
}

/* Blog styling */

.blog .card-columns {
    column-count: 2;
}

.blog .card-body {
	border: 1px solid #e6e6e6;
}

.blog .card-title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1rem;
}

.blog .card-text {
	font-size: 0.9rem;
}

.blog .woocommerce-pagination {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.blog .sidebar section h2 {
    font-weight: normal;
    text-transform: none;
    font-size: 1.7rem;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}

/* Masonry bricks or child elements */

body.blog article, body.archive article {
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
	border-radius: 0rem;
	background-size: cover;
	background-position: center center;
	position: relative;
}

body.blog .imageContainer img {
	/* border-radius: 0.25rem 0.25rem 0rem 0rem; */
}

body.blog article header {
    position: relative;
    z-index: 1;
    border: 1px solid #f1eded;
}


body.archive .archive-header, body.blog .paging-navigation, body.archive .paging-navigation {
	background-color: #ffffff;
}

body.blog h2 {
	font-size: 1.7rem;
}

body.blog h2 a {
	color: #002d4d;
}

body.blog .btn.btn-primary {
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #002d4d;
    border: 0;
    font-size: 0.8rem;
}

.blogContent {
	font-size: 1.1rem;
}

.blogContent img {
	margin-top: 1.2rem;
	margin-bottom: 1rem;
}

/* Collections */

section.collections h3 {
    font-size: 1rem;
    color: #002d4d;
}

section.collections .btn.btn-primary {
    font-size: 0.8rem;
    background-color: #fff;
    color: #002d4d;
    border: 2px solid #002d4d;
    padding: 0.5rem 0.9rem;
    display: inline-block;
    border-radius: 0rem;
}

section.collections .btn.btn-primary:hover {
  background-color: #002d4d;
  color: #fff;
}

@media (max-width:767px) {
	section.collections .btn.btn-primary {
    font-size: 0.7rem !important;
    padding: 0.5rem 0.5rem !important;
    letter-spacing: 1px;
	}
}

div.woocommerce-billing-fields, .orderReview, .woocommerce-shipping-fields, .woocommerce-additional-fields {
    border: 1px solid #f1f1f1;
    padding: 2rem;
    margin-bottom: -1px;
    background-color: #fff;
}

.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-billing-fields > h3 {
	margin-bottom: 2rem !important;
}

.woocommerce-billing-fields h3, h3#order_review_heading {
	font-family: macarons_font;
	padding: 2rem;
    background-color: #124c75;
    color: #fff;
    margin: 0;
    text-transform: initial;
}

.woocommerce-shipping-methods {
	list-style: none;
}

.woocommerce table.shop_table td {
    border-top: 0px solid #f1f1f1;
    padding: 1rem 0rem;
    vertical-align: middle;
    font-size: 0.9rem;
}

.woocommerce table.shop_table .cart_item {
    border-bottom: 1px solid #f1f1f1;
    max-height: 400px;
    overflow-y: scroll;
}

.tableScroll {
    max-height: 365px;
    overflow-y: scroll;
}

div.product-name {
    font-size: 0.8rem;
}

div.cart_item {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 1rem;
}

div.cart_totals:nth-of-type(2) {
    display:none;
}

.woocommerce table.shop_table th {
    padding: 1rem 0px;
}

td.product-thumbnail {
	width: 25%;
}

td.product-thumbnail img {
	padding-right: 0.5rem;
}

@media (max-width:767px) {
	td.product-thumbnail img {
    padding-right: 0rem;
    max-width: 50px;
	}
}

td.product-name {
    padding-left: 1rem !important;
}

tfoot {
	margin-bottom: 2rem;
}

tfoot tr {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

tfoot td {
	text-align: right;
}

.woocommerce-form-coupon-toggle {
	display: none;
}


ul.payment_methods {
    list-style: none;
    margin: 0;
    padding: 2rem 0rem 0rem;
    background-color: #ffffff;
}

.wc_payment_method .payment_box label {
    display: inline-block;
    
}

.wc-stripe-elements-field {
    width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group, #add_payment_method #payment ul.payment_methods .stripe-card-group {
    position: relative;
    width: 100%;
}

.woocommerce-checkout #payment label {
    margin-left: 0.5rem;
    margin-right: 0rem;
    font-size: 0.9rem;
    font-weight: 600;
}

#stripe-payment-data label {
    margin-left: 0rem;
}

#order_review tr.shipping span.woocommerce-Price-amount {
    display: inline-block;
    margin-top: 0.1rem;
    font-weight: bold;
}

#order_review tr.shipping li input {
    margin-right: 0.3rem;
}

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
    display: inline-block;
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
}

.woocommerce-checkout #payment div.form-row {
    padding: 1rem 2rem;
    font-size: 0.8rem;
}

.woocommerce-account-fields .create-account {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    font-size: 0.8rem;
}

@media (max-width:767px) {
	.woocommerce-checkout .col-md-7, .woocommerce-checkout .col-md-5 {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	
}

p.secureCheckout {
    color: #00aa5b;
    font-weight: 600;
    font-size: 0.9rem;
}

td.product-img {
    width: 50px;
}

.totals {
    padding: 2rem;
    background-color: #fff;
    border-top: 1px solid #dfe1e6;
    border-left: 1px solid #dfe1e6;
    border-right: 1px solid #dfe1e6;
    margin-top: 2rem;
}

#order_comments_field {
	width: 100%;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 993px) {

	/* ---------------------
        WOOCOMMERCE
        --------------------- */
        body .woocommerce .col-1{width:100%;}
				.woocommerce-page p.form-row{width:48%;display: inline-block;margin-right:2%;}
				.woocommerce-account p.form-row{width:100%;display: block;margin-right:0%;}
				

}

.woocommerce-account-fields p.create-account{width:100%;display: block;margin-right:0%;}

#returning form.login {
    border: 0px solid #f3f3f3;
    padding: 0px;
    margin: 0em 0em 0rem;
    text-align: left;
    border-radius: 0px;
    display: block !important;
}

#returning .wc-social-login {
	display: block !important;
}

.inside {
    padding: 1rem 2rem !important;
    background-color: #002d4d;
    border: 1px solid #002d4d;
    color: #fff;
    font-size: 0.9rem;
}

.inside a.rtn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 1px solid #f1f1f1;
    margin: 5px 0;
    padding: 10px;
    background-color: #fff;
    outline: 0;
}

.woocommerce-terms-and-conditions-wrapper p.form-row {
	width: 100%;
}


/* Basket */

.woocommerce table.shop_table {
    border: 0px solid #f1f1f1;
    margin: 0 0px 0px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 0px;
}

.woocommerce table.shop_table thead {
    background-color: #f6f7f8;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.woocommerce table.shop_table tr.cart-subtotal th {
    padding: 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.woocommerce table.shop_table th {
    padding: 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #f1f1f1;
    padding: 2rem 1rem;
    vertical-align: middle;
    font-size: 0.9rem;
}

@media (max-width:767px) {
	.woocommerce table.shop_table td {
    padding: 2rem 0.2rem;
    font-size: 0.8rem;
	}
	.woocommerce table.shop_table td.actions, .woocommerce table.shop_table td.actions div.coupon, .woocommerce table.shop_table td.actions div.coupon .btn, .woocommerce table.shop_table td.actions .btn {
    width: 100%;
	}
	.woocommerce table.shop_table td.actions div.coupon .btn, .woocommerce table.shop_table td.actions .btn  {
    font-size: 0.8rem;
    padding: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	}
}

.woocommerce table.shop_table tr.subRow {
    border: 1px solid #f1f1f1;
    padding: 2rem 1rem;
    vertical-align: middle;
    font-size: 1rem;
    background-color: #fff;
    text-align: center;
}

.woocommerce table.shop_table tr.subRow td {
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 600;
}

.woocommerce table.shop_table td a {
    color: #313131;
    letter-spacing: 0.5px;
}

@media (max-width:767px) {
	.page-template-woocommerce-basket td.product-name a {
	font-size: 1rem;
	}
}

.cart_totals table {
	background-color: #f6f7f8;
	text-align: center;
}

.cart_totals table .cart-subtotal {
	text-align: center;
}

.coupon #coupon_code {
	width: 100%;
	padding: 11px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px;
}

/*
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #fff;
        border-top-color: rgb(169, 147, 104);
        border-right-color: rgb(169, 147, 104);
        border-left-color: rgb(169, 147, 104);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
*/

li.woocommerce-SavedPaymentMethods-new::marker {
	display: none !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1.2em;
    margin: 1em 0em;
    font-size: .8em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #fff;
    color: #000;
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0rem;
    margin: 1rem 0em;
    font-size: .8em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #fff;
    color: #000;
}

#add_payment_method #payment, .woocommerce-cart #payment {
    background: #f6f7f8;
    border-radius: 0px;
    border: 1px solid #f1f1f1;
}

.woocommerce-checkout #payment {
    background: #ffffff;
    border-radius: 0.25rem;
    border: 0px solid #f1f1f1;
    padding: 3rem;
}

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 80px;
    vertical-align: middle;
}

.cart-subtotal th {
    font-size: 1.3rem;
}

a.about_paypal {
    margin-left: 1em;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

div.woocommerce-additional-fields__field-wrapper {
	margin-bottom: 1rem;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: 1em 3em;
}

#billing_country_field strong {
	display: block;
	width: 100%;
}

div.shippingCheckout {
    background: #f6f7f8;
    border-radius: 0px;
    border: 1px solid #dfe1e6;
    padding: 2rem;
}

p.mc4wp-checkbox-woocommerce {
    padding: 2rem;
    background-color: #f6f7f8;
    margin-bottom: -1px;
    border: 1px solid #dfe1e6;
}

p.mc4wp-checkbox-woocommerce label span {
	margin-left: 6px;
}

.woocommerce-account-fields p.create-account {
    background-color: #f6f7f8;
    margin: 0rem 0rem -1px;
    padding: 2rem;
    border: 1px solid #f1f1f1;
}

.woocommerce-account-fields p.create-account span {
	font-size: 1rem;
	font-weight: 500;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	padding-left: 0.5rem;
}

#ship-to-different-address span {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-left: 0.5rem;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
}

@media (max-width: 767px) {
	#ship-to-different-address span {
		font-size: 1rem;
		margin-left: 0rem;
		margin-top: 0.8rem;
	}
	.wc_payment_method.payment_method_stripe label img {
		float: none !important;
		display: inline-block;
		width: 33%;
	}
}

div.billingHeader {
    background-color: #f6f7f8;
    padding: 2rem;
    border: 1px solid #dfe1e6;
    margin-bottom: -1px;
}

div.billingHeader h2 {
	margin-bottom: 0rem;
	font-size: 1.1rem;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 50%;
    display: block !important;
    margin: 0 auto;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row {
    padding: 2em;
}

.woocommerce-checkout #woo_pp_ec_button_checkout {
    width: 100%;
    margin-top: 1.5rem;
}

.woocommerce-checkout #payment div.form-row {
    padding: 2rem 0rem;
}

.woocommerce-checkout form.woocommerce-form-login, .woocommerce-checkout form.checkout_coupon {
}

.woocommerce-message {
    padding: 2rem;
    border: 1px solid #ececec;
    text-align: center;
    background-color: #fbfbfb;
    letter-spacing: 0.5px;
}

.woocommerce-error {
    padding: 2rem;
    border: 1px solid #ececec;
    text-align: center;
    background-color: #e47372;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 2rem;
    list-style: none;
}

.woocommerce-error a {
	color: #fff;
}

/* Login */

.logged-in .navIcons .fal.fa-user {
    color: #9aa3ad;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #f3f3f3;
    padding: 20px;
    margin: 0em 0em 0rem;
    text-align: left;
    border-radius: 0px;
    padding: 3rem;
}

@media (max-width:767px) {
	.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
		padding: 2rem;
	}
}

.woocommerce form.login h3, .woocommerce form.register h3 {
    font-size: 1.1rem;
    margin-left: -0.3rem;
    margin-bottom: 1.5rem;
}

.woocommerce form.login input, .woocommerce form.register input {
	letter-spacing: 0.5px;
}

.woocommerce form.register .woocommerce-form__input-checkbox {
    top: -1px;
    position: relative;
    margin-right: 10px;
}

.woocommerce form.register {
    background-color: #f3f3f3;
}

.woocommerce-form-login .btn.btn-default.btn-primary {
    float: none;
    width: 50%;
    display: block;
    margin: 1rem auto;
}

/* My account */

.woocommerce-password-strength {
    padding: 1rem;
    font-size: 0.8rem;
    color: #fff;
    transition: all 0.3s;
}

.woocommerce-password-strength.short {
    background-color: #ff1212;
}

.woocommerce-password-strength.bad {
    background-color: #e67270;
}

.woocommerce-password-strength.good {
    background-color: #efd886;
}

.woocommerce-password-strength.strong {
		background-color: #3cce4e;
}

.dashBlock .inner {
	border: 1px solid #efefef;
	padding: 1.5rem;
}

.dashBlock .inner h4 {
	font-size: 1rem;
	letter-spacing: 1px;
}

.dashBlock a {
	color: #000;
}

/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgb(241, 241, 241);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li a {
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 1rem;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.woocommerce-Address {
    border: 1px solid #f1f1f1;
    padding: 2rem;
}

.woocommerce-Address:nth-child(even) {
	background-color: #f1f1f1;
}

.woocommerce-Address a.edit {
    background-color: #002c4d;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.woocommerce-MyAccount-content .woocommerce-info {
    border: 1px solid #f1f1f1;
    padding: 2rem;
    text-align: center;
}

.wl-intro h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}


.wl-intro a.wlconfirm {
    background-color: #e47372;
    padding: 0.4rem 0.8rem;
    margin-top: 1rem;
    display: inline-block;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 0.8rem;
}

#wl-wrapper {
    border: 1px solid #f1f1f1;
    padding: 2rem;
    text-align: center;
}

.single-product #wl-wrapper {
    border: 0px solid #f1f1f1;
    padding: 0rem;
    text-align: center;
}

.single-product .share .dropdown-toggle::after {
    display: none !important;
}

.single-product .share .dropdown-menu {
    text-align: center;
    border-radius: 0rem;
    padding: 1rem;
    font-size: 1.4rem;
    width: 100%;
    margin-top: -3.3rem;
    border: 0px;
}

.single-product .share .dropdown-menu a {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.single-product .share .dropdown-menu a.whatsapp {
	color: #25D366;
}

.single-product .share .dropdown-menu a.facebook {
	color: #3B5998;
}

.single-product .share .dropdown-menu a.twitter {
	color: #00aced;
}

.single-product #wl-wrapper a.disabled {
	pointer-events: none;
	display: block;
}

#wl-wrapper .button {
    text-decoration: none;
    border: 2px solid #002d4d;
    padding: 0.6rem 1.5rem;
    margin-bottom: 1rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #002d4d;
    font-size: 0.8rem;
    background-color: #fff;
}

#wl-wrapper .woocommerce-message {
	margin-bottom: 1rem;
}

.wl-rad-table {
	text-align: left;	
}

#wl-wrapper .wl-rad-table label {
    font-size: 0.8rem;
    display: block;
    margin-left: 10px;
    top: 5px;
    position: relative;
}

#wl-wrapper .wl-share-url {
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    word-break: break-all;
}

#wl-wrapper .wl-table {
	border: 1px solid #f1f1f1;
}

#wl-wrapper .wl-table td {
    vertical-align: middle;
    padding: 5px 10px;
}

#wl-wrapper input.wl-but {
    color: #fff;
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
    margin-top: 1rem;
}

#wl-wrapper .wl-table th {
    text-align: left;
    font-size: 0.8rem;
}

#wl-wrapper .wl-table td.product-thumbnail img {
    padding-right: 0.5rem;
    max-width: 100px;
}

#wl-wrapper .wl-table .wl-date-added, #wl-wrapper .wl-table .product-quantity, #wl-wrapper .wl-table .product-price, #wl-wrapper .wl-table .product-purchase, #wl-wrapper .wl-privacy-col {
    text-align: left !important;
}

#wl-wrapper ul.wl-tabs {
    margin: 0 0 20px 0;
    border-bottom: 0px solid #ddd;
    padding: 0;
}

#wl-wrapper .wl-tabs > li > a {
    display: block;
    padding: 0.8rem 2rem;
    margin: 0 0px 0 0;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
}

#wl-wrapper .wl-tabs > li.active > a {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: #ddd;
    cursor: default;
}

div.wl-meta-share ul {
	list-style: none;
	padding: 0;
}

div.wl-meta-share ul li {
    display: inline-block;
    margin: 0.5rem 1rem;
    font-size: 1.8rem;
}

.wl-email, .wl-facebook, .wl-twitter {
    display: inline-block;
    margin: 0.5rem 1rem;
    font-size: 1.8rem;
}

a.remove.wlconfirm {
    background-color: #e47372;
    padding: 0.2rem 0.5rem;
    display: inline-block;
    font-size: 0.6rem;
    border-radius: 0.25rem;
    color: #fff !important;
}

p.form-row a.wlconfirm {
	   background-color: #e47372;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    color: #fff !important;
    border-radius: 0.25rem;
    text-align: center;
    margin: 0 auto;
}

#wl-wrapper .wl-table .product-purchase .button, #wl-wrapper button.wl-but {
    /* font-size: 11px !important; */
    white-space: nowrap;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    margin-bottom: 0rem;
}

#wl-wrapper .wl-actions-table, #wl-wrapper .wl-actions-table table, #wl-wrapper .wl-actions-table td, #wl-wrapper .wl-actions-table tr, #wl-wrapper .wl-actions-table th {
    vertical-align: -webkit-baseline-middle;
}

#wl-wrapper .wl-clear {
    margin-top: 2rem;
}

#wl-wrapper .woocommerce-info {
    margin-bottom: 2rem;
}

#wl-wrapper .woocommerce-info a.button {
	display: block;
	margin-bottom: 2rem;
}

#wl-wrapper .wl-actions-table input.wl-but {
    color: #002c4e;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    margin-top: 0rem;
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#responsiveTable table, 
	#responsiveTable thead, 
	#responsiveTable tbody, 
	#responsiveTable th, 
	#responsiveTable td, 
	#responsiveTable tr { 
		display: block; 
	}
	
	#responsiveTable {
		border: 0px solid #f1f1f1 !important;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#responsiveTable thead tr { 
		position: absolute;
		display: none;
		top: -9999px;
		left: -9999px;
	}
 
	#responsiveTable tr {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1rem;
    max-height: 100%;
	}
 
	#responsiveTable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		font-size: 0.9rem;
		padding: 0.8rem 0rem !important;
	}
	
	#responsiveTable td:first-child {
    padding-left: 0px !important;
	}
 
	#responsiveTable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	
	#responsiveTable .product-remove {
	}
	
	#responsiveTable td.product-thumbnail {
    width: 100%;
	}
	
	#responsiveTable td.product-thumbnail img {
    padding-right: 0rem;
    max-width: 100% !important;
    width: 60%;
    margin-left: 20%;
	}
	
	#responsiveTable .product-purchase .button, #responsiveTable button.wl-but {
    width: 100%;
    text-align: center;
	}
 
	/*
	Label the data
	*/
	#responsiveTable td:before { /* content: attr(data-title); */ }

	
	.page-template-woocommerce-basket td.product-quantity, .page-template-woocommerce-basket td.product-subtotal {
	    display: inline-block !important;
	    width: 49%;
	    text-align: center !important;
	}
	
	.page-template-woocommerce-basket input[type=text],
	.page-template-woocommerce-basket input[type=email],
	.page-template-woocommerce-basket input[type=password],
	.page-template-woocommerce-basket textarea {
	    -webkit-appearance: none;
	}
	
}

	a.remove {
    background-color: #e47372;
    padding: 0.2rem 0.5rem;
    display: inline-block;
    font-size: 0.6rem;
    border-radius: 0.25rem;
    color: #fff !important;
	}


.woocommerce-Address-title h3 {
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.woocommerce-EditAccountForm {
    padding: 3rem;
    border: 1px solid #eee;
}

.woocommerce-EditAccountForm legend {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    left: -5px;
    margin-top: 2rem;
    display: block;
}

.woocommerce-MyAccount-content .wc-social-login-profile {
    padding: 2rem !important;
    border: 1px solid #f1f1f1;
    margin-top: 2rem;
}

.woocommerce-MyAccount-content a.js-show-available-providers {
    background-color: #124c75;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
    color: #fff;
}

.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
  padding: 0 !important;
}

blockquote {
    background: #516377;
    border-left: 8px solid #778ba0;
    margin: 1.5em 0px;
    padding: 2rem;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 1.1rem !important;
    color: #fff;
}

blockquote:before {
    color: #fff;
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}


.slideContent{
  left: 0 !important;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
  position: relative;
}

.slideContent h1 {
	left: 0px;
  position: relative;
  transition: all 1.5s ease-in-out;
}

.slideContent.is-selected h1{
  left: 0px; 
  position: relative;
}

.slideContent.is-selected{
    opacity: 1;
    z-index: 0
}

#mainSlider .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 4rem 3.4rem;
    margin: 0;
    list-style: none;
    text-align: left;
    line-height: 1;
}

@media (max-width:767px) {
	#mainSlider .flickity-page-dots {
    bottom: -95px;
    text-align: center;
	}
}

.flickity-page-dots .dot {
    background: #002c4e;
}

.flickity-viewport {
    overflow: visible !important;
    position: relative;
    height: 100%;
}

/* Collections */

.collectionsArchive {
	background-size: cover;
	background-position: center;
	position: relative;
}

.collectionsArchive .row {
	z-index: 1;
	position: relative;
}

.collectionsArchive:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #313131;
	opacity: 0.3;
}

@media (max-width:767px) {
	.collectionsArchive:after {
		background-color: #313131;
		opacity: 0.6;
	}
}

/* Checkout */

.woocommerce-billing-fields__field-wrapper label {
    display: block;
    width: 100%;
    color: #828282;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.checkout p.mailchimp-newsletter input {
    top: 5px;
    position: relative;
}

.checkout p.mailchimp-newsletter label {
    margin-left: 0.5rem;
}

.checkout table.shop_table td {
    border-top: 0px solid #f1f1f1 !important;
    padding: 2rem 1rem;
    vertical-align: middle;
    font-size: 0.9rem;
}

.woocommerce-checkout footer, .woocommerce-checkout .navBt, .woocommerce-checkout #topBar, .woocommerce-checkout #searchform {
	display: none !important;
}

.woocommerce-checkout section {
	background-color: #f9f9f9;
}

.woocommerce-checkout table.shop_table th {
    padding: 2rem;
    font-size: 0.8rem;
}

section.related {
    background-color: #f9f9f9;
    padding-top: 4rem;
}

/* Mobile specific */

#mobileBar {
	background-color: #f3f3f3;
	padding: 1rem;
	font-size: 1.5rem;
	border-top:1px solid #f3f3f3;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#mce-success-response {
    padding: 1rem;
    background: #e47371;
    color: #fff;
    margin-top: 0.6rem;
    border-radius: 0.25rem;
}


footer.nav-folderized .text-md-right.text-center{display: none !important;}

/* Hide buttons */

/*
form.cart {
	display: none !important;
}

.ajax_add_to_cart {
	display: none !important;
}
*/