:root {
  --color-lightgray: #e8e8e8;
  --color-mediumgray: #666666;
  --color-darkgray: #363636;
  --color-text: #5d5d5d;
  --color-white: #ffffff;
  --color-black: #2b2b2b;


  --color-accent: #e8e8e8;
  --color-accent-darken: #ccc;

  --global-radius: 5px;

  --header-weight-bold: 500;
  --global-weight-bold: 600;
  --global-weight-medium: 500;
  --global-weight-normal: 400;

  --font-header: 'Montserrat', sans-serif;
  --font-body: 'Montserrat', sans-serif;
}


html {
  min-height: 100%;
  max-height: 100%;
}


a {
	transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a, a:focus, button:focus, input:focus, textarea:focus, a:active, button:active {
  outline: none;
}


p:last-child,
p:last-of-type {
  margin-bottom: 0;
}


input::placeholder,
textarea::placeholder {
	color: var(--color-text);
	opacity: 1;
}


#go-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 99;
}
#go-to-top span i.fa-circle {
	color: var(--color-black);
	opacity: 0.3;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#go-to-top:hover span i.fa-circle {
	color: var(--color-black);
	opacity: 1;
}


.section-title h2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.section-title h2::before, .section-title h2:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '';
  background-color: var(--color-lightgray);
}
.section-title h2::before {
  margin-left: -51%;
}
.section-title h2::after {
  margin-left: 1%;
}


.banner {
  position: relative;
  width: 100%;
  height: 75vh;
}
.banner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.5);
}
.banner-video {
  z-index: -1;
  min-height: 100%;
  min-width: calc(100% + 2px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -2px;
}


.banner.inner-page {
  position: relative;
  height: auto;
  background: var(--color-darkgray);
  overflow: visible;
}
.banner.inner-page::before {
  display: none;
}
.banner.inner-page .header {
  padding: 30px 0;
}
.banner.inner-page .header.is-stuck {
  padding: 10px 0;
}


.banner-bg-img .banner-video {
  display: none;
}
.bg-img-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-img-slider-container .carousel-slider-container {
  max-width: 100%;
  height: 100%;
}
.bg-img-slider-container .grid-container,
.bg-img-slider-container .grid-x {
  height: 100%;
}
.bg-img-slider-container-inner {
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.bg-img-slider-container .hero {
  position: relative;
}



.bg-img-slider-nav {
  position: absolute;
  left: 50%;
  bottom: 130px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bg-img-slider-nav li {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
.bg-img-slider-nav li.tns-nav-active {
  opacity: 1;
}


.header {
  padding: 45px 0 0 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


.header-icons {
  display: flex;
  align-items: center;
}
.header-icons a:not(:last-child) {
  margin: 0 30px 0 0;
}


.header .top-bar {
  padding: 0;
}
.header .top-bar, .header .top-bar ul {
  background: none;
}
.header .top-bar .top-bar-right {
  margin: 0 auto;
}
.header .dropdown.menu > li > a {
  padding: 1rem 0.75rem;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-white);
  text-transform: uppercase;
}
.header .dropdown.menu > li > a:hover {
  color: var(--color-white);
  text-decoration: underline;
}

.header .logo img {
	max-height: 70px;
	width: auto;
}


.header.is-stuck {
	background: var(--color-darkgray);
	padding: 13px 0;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
	z-index: 999;
}
.header.is-stuck .logo img {
  width: auto;
  height: 24px;
  margin-bottom: 0;
}
.header.is-stuck .grid-x {
  align-items: center;
}


/* classic dropdown */
.header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 0.7rem;
}
.header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  right: 0;
  border-color: transparent transparent transparent;
}
.header .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu::before {
	content: '';
	display: none;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0 0 0 18px;
	transform: translateY(-16px);
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent var(--color-darkgray) transparent;
}
.header .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
	left: -2.25rem;
	right: auto;
	padding: 23px 0 20px 0;
	background: var(--color-darkgray);
	border: none;
	min-width: 100%;
	margin: 0;
	list-style-type: none;
}
.header.is-stuck .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
	padding: 10px 0 20px 0;
}
.header .is-dropdown-submenu a {
	padding: 0.75rem 2rem;
	background: var(--color-darkgray);
  font-size: 0.938rem;
  font-weight: 300;
	color: white;
/*   white-space: nowrap; */
	width: 100%;
	line-height: 1.2;
}
.header .is-dropdown-submenu a:hover {
  color: white;
  text-decoration: underline;
}

/* mega menu */
.header .grid-x {
	position: relative;
}
.header ul.dropdown.menu {
	position: static;
}
.header ul.dropdown.menu > li.mega-menu {
	position: static;
}
.header ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu.js-dropdown-active {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 45px;
	left: 0;
	margin: 0 0.9375rem;
	min-width: calc(100% - 1.875rem);
	background: transparent;
}
.home .header ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu.js-dropdown-active {
	top: 25px;
}
.header ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu.js-dropdown-active::before {
	display: block;
	position: absolute;
	top: 23px;
	left: 0;
	width: 100%;
	height: calc(100% - 23px);
	background: var(--color-darkgray);
	z-index: -1;
	padding: 0;
	margin: 0;
	transform: none;
	border: none;
}
.header ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu > li {
	flex-grow: 1;
	width: calc(25% - 4rem);
	max-width: calc(25% - 4rem);
	margin: 0 2rem;
}
/* .header ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu > li > a {
	pointer-events: none;
	cursor: default;
	font-size: 1rem;
	font-weight: var(--global-weight-bold);
	color: var(--color-white);
	border-bottom: 1px solid var(--color-lightgray);
	padding: 1.25rem 2rem;
	margin: 0 0 0.5rem 0;
} */
.header ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu > li > ul {
	position: relative;
	right: auto;
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: none;
}
.header ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu > li > ul > li {
	margin: 0;
}
.header ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu > li.is-dropdown-submenu-parent > a::after {
	display: none;
}

.header.is-stuck ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu.js-dropdown-active {
	top: 55px;
	padding: 0 0 20px 0;
}
.header.is-stuck ul.dropdown.menu > li.mega-menu > ul.is-dropdown-submenu.js-dropdown-active::before {
	top: 0;
	height: 100%;
}


.hero {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.hero-heading {
  font-family: var(--font-header);
  font-size: 5.75rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 4.6px;
}
.hero-subheading {
  padding: 10px 0 0 0;
  font-size: 2rem;
  color: var(--color-white);
  line-height: 1.2;
  letter-spacing: 1.6px;
}
.hero-btn {
  padding: 20px 0 0 0;
}
.hero-btn a:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}


.header-message.callout {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0.875rem;
  border: none;
  background: #03ed96;
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
  text-align: center;
  z-index: 1;
}
.header-message.callout a {
	margin: 0 0 0 15px;
	padding: 0.375rem 1rem;
	border-radius: 50px;
	background: var(--color-black);
  color:var(--color-white);
}
.header-message.callout .close-button {
  right: auto;
  top: auto;
  font-size: 1.25rem;
  line-height: inherit;
  position: relative;
  z-index: 10;
  color: var(--color-black);
  cursor: pointer;
  padding: 0 0 0 25px;
}
.header-message-content {
	display: flex;
	align-items: center;
}


.content {
  position: relative;
  width: 100%;
  top: auto;
}
.content.inner-page {
  position: relative;
  top: auto;
}


.sections .section {
  padding-bottom: 110px;
}
.sections .section:first-child {
  padding-top: 110px;
}
.section h1 {
  margin-bottom: 40px;
}
.section h2 {
  margin-bottom: 90px;
}
.section-title h1,
.section-title h2 {
  text-transform: uppercase;
}


.categories {
  padding: 6px 0 0 0;
}
.categories-loop .cell {
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
}
.categories-loop .cell:nth-child(3n+3) {
  border-right: 0 solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
}
.category-container {
  position: relative;
  height: 25vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.category-container:hover {
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.6);
}
.category-container-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.category-title {
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-white);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.category-btn {
  padding: 12px 15px 0 15px;
}
.category-btn a.button {
  padding: 0.625rem 1.25rem;
  font-size: 0.8125rem;
}


.welcome {
  text-align: center;
}
.welcome-text {
  width: 65%;
  margin: 0 auto;
}
.welcome-btn {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
}
.welcome-btn a {
  margin: 0 10px;
}


.product-container {
  text-align: center;
}
.product-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 1;
}
.product-categories a {
  color: var(--color-black);
}
.product-categories a:hover {
  color: var(--color-black);
  text-decoration: underline;
}
.product-categories a:not(:last-child)::after {
  content: ',';
  margin: 0 3px 0 0;
}
.product-title {
  padding: 6px 0 0 0;
  font-size: 1.0625rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
  line-height: 1;
}
.product-price {
  padding: 13px 0 0 0;
  font-size: 1.0625rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black);
  line-height: 1;
}


.carousel-slider {
  display: flex;
}
.carousel-slider-container {
  position: relative;
  max-width: calc(100% - 200px);
  margin: 0 auto;
}
.carousel-slider-controls span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--color-mediumgray);
  line-height: 1;
  cursor: pointer;
}
.carousel-slider-controls span:hover {
  color: var(--color-black);
}
.carousel-slider-controls span.carousel-slider-controls-prev {
  left: -100px;
}
.carousel-slider-controls span.carousel-slider-controls-next {
  right: -100px;
}


.gallery-slider {
  display: flex;
}
.gallery-slider img {
  border-radius: var(--global-radius);
}
.gallery-slider-container {
  position: relative;
}
.gallery-slider-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0 0 0;
  list-style-type: none;
  width: calc(100% + 10px);
}
.gallery-slider-nav li {
  width: calc(25% - 10px);
  margin: 0 10px 10px 0;
  border-radius: var(--global-radius);
  overflow: hidden;
}
.gallery-slider-nav li:nth-child(4n+4) {
  margin: 0 0 10px 0;
}


.brand-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 30px;
  background: var(--color-white);
  border-radius: var(--global-radius);
}
.brand-img img {
  max-height: 75px;
}


.location-container {
  text-align: center;
}
.location-title {
  font-size: 1.25rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
  line-height: 1.2;
  text-transform: uppercase;
}
.location-map {
  padding: 30px 0 0 0;
}
.location-address {
  padding: 15px 0 0 0;
}
.location-phone {
  padding: 15px 0 0 0;
}
.location-phone a {
  color: var(--color-text);
}
.location-phone a:hover {
  color: var(--color-text);
  text-decoration: underline;
}


.social-icons {
  display: flex;
  padding: 30px 0 0 0;
}
.social-icons a {
  position: relative;
  width: 40px;
  height: 40px;
  background: var(--color-darkgray);
  border-radius: 50%;
  font-size: 1.125rem;
  color: var(--color-white);
}
.social-icons a:hover {
  background: var(--color-black);
}
.social-icons a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-icons a:not(:last-child) {
  margin: 0 10px 0 0;
}


.footer {
  padding: 80px 0;
  background: var(--color-darkgray);
  color: var(--color-white);
}
.footer a {
  color: var(--color-white);
}
.footer a:hover {
  color: var(--color-white);
  text-decoration: underline;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-col-title {
  padding: 0 0 10px 0;
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
}
.footer .social-icons a {
  background: var(--color-white);
  color: var(--color-darkgray);
}
.footer .social-icons a:hover {
  background: var(--color-lightgray);
}


.copyright {
  padding: 30px 0;
  background: var(--color-black);
  color: var(--color-white);
  text-align: center;
}
.copyright a {
  color: var(--color-white);
}
.copyright a:hover {
  color: var(--color-white);
  text-decoration: underline;
}


.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs li {
  font-size: 0.8125rem;
  color: var(--color-white);
  text-transform: uppercase;
}
.breadcrumbs li a {
  color: var(--color-white);
}
.breadcrumbs li a:hover {
  color: var(--color-white);
  text-decoration: underline;
}
.breadcrumbs li:not(:last-child)::after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}


.page-title-banner {
  padding: 200px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.25);
}
.page-title-banner .hero {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  text-align: left;
}
.page-title-banner .hero-heading {
  font-size: 4rem;
}
.page-title-shop {
  padding: 40px 0;
  background: var(--color-lightgray);
  box-shadow: none;
}
.page-title-shop .hero-heading {
  font-size: 2rem;
}
.page-title-shop .hero-heading,
.page-title-shop .breadcrumbs li a,
.page-title-shop .breadcrumbs li:not(:last-child)::after {
  color: var(--color-darkgray);
}


.cta {
  padding: 110px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.4);
  color: var(--color-white);
  text-align: center;
}
.cta h1 {
  color: var(--color-white);
  margin-bottom: 3rem;
}
.cta-text {
  max-width: 65%;
  margin: 0 auto;
}
.cta-btn {
  padding: 60px 0 0 0;
}


















/************** Woocommerce Start **************/


.shop-results-and-order {
  padding: 0 0 30px 0;
}
.shop-results-and-order select {
  margin: 0;
}

/* breadcrumbs */
.woocommerce-breadcrumb {
  padding: 10px 0 0 0;
  color: var(--color-darkgray);
	font-size: 0.8125rem;
	text-transform: uppercase;
}
.woocommerce-breadcrumb a {
  color: var(--color-darkgray);
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: var(--color-darkgray);
  text-decoration: underline;
}


.entry-summary h1.product_title {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-darkgray);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* Single product --> gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(.795,-.035,0,1) .5s;
  transition: all cubic-bezier(.795,-.035,0,1) .5s;
  transition-duration: 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;

}
.woocommerce-product-gallery__image img {
  border-radius: var(--global-radius);
}
ol.flex-control-nav {
  padding: 15px 0 0 0;
  margin: 0;
  list-style-type: none;
  width: calc(100% + 10px);
  display: flex;
  flex-wrap: wrap;
}

ol.flex-control-nav li {
  width: calc(25% - 10px);
  margin: 0 10px 10px 0;
  display: inline-block;
  border-radius: var(--global-radius);
  overflow: hidden;
}
ol.flex-control-nav li:nth-child(4n+4) {
  margin: 0 0 10px 0;
}
.flex-viewport {
  border-radius: 0;
}

/* Single product --> tabs & accordion */
.shop-tabs {
  padding-top: 30px;
}
.shop-tabs .accordion-title {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}

/* Single product --> price */
div.summary p.price {
  padding: 30px 0 0 0;
}
div.summary p.price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 1.875rem;
  color: #5d5d5d;
}
div.summary p.price .woocommerce-Price-amount:before {
  display: none;
}
div.summary p.price del {
  text-decoration: none;
}
div.summary p.price del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-weight: 400;
  color: #bbb;
}
div.summary p.price ins {
  text-decoration: none;
}

/* Single product --> quantity */
div.quantity label {
  display: none;
}

/* Single product --> quantity & add to cart in one line */
div.summary form.cart {
  display: flex;
  padding: 30px 0 0 0;
}
div.summary div.woocommerce-variation-add-to-cart {
	display: flex;
  padding: 30px 0 0 0;
}
div.summary form.variations_form.cart {
	display: block;
  padding: 0;
}
div.summary div.quantity input {
	width: 100px;
	margin: 0 8px 0 0;
	text-align: center;
}

/* Single product --> variations */
table.variations {
  background: #f5f5f5;
  border-radius: 5px;
  position: relative;
  margin: 40px 0 10px 0;
}
table.variations tbody, table.variations thead, table.variations tfoot {
  background-color: transparent;
  border: none;
}
table.variations tbody tr:nth-child(even) {
  background-color: transparent;
}
table.variations select {
  margin-bottom: 0;
}
table.variations tbody td,
table.variations tbody th {
  padding: 0.6rem 1.875rem;
  text-align: left;
}
table.variations tbody th label {
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
}
table.variations tr:first-child th,
table.variations tr:first-child td {
  padding-top: 30px;
}
table.variations tr:last-child th,
table.variations tr:last-child td {
  padding-bottom: 30px;
}
table.variations a.reset_variations {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-weight: 400;
  color: #5d5d5d;
}
table.variations a.reset_variations:hover {
  text-decoration: underline;
}
.woocommerce-variation-price {
  padding: 30px 0 0 0;
}
span.price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 1.675rem;
  display: inline-block;
}
span.price ins .woocommerce-Price-amount {
  text-decoration: line-through;
  color: #999;
}
.woocommerce-variation-price span.price .woocommerce-Price-amount:before {
  content: 'Product Price:';
  font-size: 1.375rem;
  padding-right: 10px;
}
.woocommerce-variation-price span.price ins .woocommerce-Price-amount:before {
  display: none;
}

/* Single product --> meta */
.product_meta {
  padding-top: 30px;
  font-weight: 500;
}
.product_meta a {
  font-weight: 400;
	color: #5d5d5d;
}
.product_meta a:hover {
	color: #5d5d5d;
  text-decoration: underline;
}
.product_meta span.sku_wrapper, .product_meta span.posted_in {
  display: block;
}
.woocommerce-product-details__short-description {
	padding: 0 0 30px 0;
}

/* Single product --> add to quote */
.yith-ywraq-add-to-quote::before {
  content: 'For shipping  large timber poles please request a quote.';
  padding-bottom: 10px;
  display: block;
}
.yith-ywraq-add-to-quote {
  margin-top: 30px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 0;
}
.yith_ywraq_add_item_response_message {
  display: inline-block;
  font-size: 1.25rem;
  padding-right: 10px;
}
.yith_ywraq_add_item_browse_message {
  display: inline-block;
  font-size: 1.25rem;
}

/* Single product --> quick view */
div#yith-quick-view-content {
	padding: 10px;
}

/* Notices */
.woocommerce-error {
  background: #f2f2f2;
  margin: 0 0 30px 0;
  padding: 15px;
  list-style-type: none;
  border: 0px solid #dc143c;
  border-radius: 5px;
}
.woocommerce-message, .woocommerce-message {
  background: #f2f2f2;
  margin: 0 0 30px 0;
  padding: 25px 15px;
  list-style-type: none;
  border: 0px solid #cacaca;
  border-radius: 5px;
  position: relative;
}
.woocommerce-message a, .woocommerce-message a {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
/* .woocommerce-message a.button, .woocommerce-message a.button {
	background-color: #f5f5f5;
}
.woocommerce-message a.button:hover, .woocommerce-message a.button:hover {
	background-color: #54c445;
} */

/* Related Products */
.related.products {
  background: none;
  padding-top: 50px;
	text-align: center;
}
/*.related.products h2 {
  margin-bottom: 30px;
}*/

/* shop categories left sidebar & my account navigation */

nav.shop-categories, .woocommerce-MyAccount-navigation {
  background: #f5f5f5;
  padding: 20px;
	border-radius: 5px;
}
nav.shop-categories h3 {
  border-bottom: 0px solid #000;
  padding: 0 0 7px 0;
  margin: 0 0 10px 0;
	position: relative;
}
nav.shop-categories h3:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  bottom: -3px;
  width: 100%;
	left: 0;
}

nav.shop-categories ul, .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav.shop-categories ul li, .woocommerce-MyAccount-navigation ul li {
  text-transform: none;
  font-weight: 400;
  padding: 8px 0 !important;
  margin: 0;
  border-bottom: 1px solid #e2e2e2 !important;
}
nav.shop-categories ul li a, .woocommerce-MyAccount-navigation ul li a {
  color: #000;
}
nav.shop-categories ul li a:hover, .woocommerce-MyAccount-navigation ul li a:hover {
  color: #000;
}
nav.shop-categories ul li a.highlight_cat, .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 500;
  color: #000;
}
nav.shop-categories ul li i {
  margin-top: 7px !important;
}
nav.shop-categories ul li ul.children li::before {
  display: none;
}
nav.shop-categories ul li ul.children li {
  padding: 8px 0 8px 16px !important;
}
nav.shop-categories ul li ul.children li:last-child {
  border-bottom: none !important;
}




/* Categories & products listing */
.product-cat-container {
  margin-bottom: 50px;
  text-align: center;
}
.product-cat-img {
  border-radius: var(--global-radius);
  overflow: hidden;
}
.product-cat-img a {
  position: relative;
  overflow: hidden;
  display: block;
	margin: 0;
}
.product-cat-img a::after {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.product-cat-img a:hover::after {
  opacity: 0.5;
}
.product-cat-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.product-cat-icon img {
	width: 48px !important;
	height: auto;
	margin: 0 auto;
}
.product-cat-img:hover .product-cat-icon {
  opacity: 1;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.product-cat-inner-cat-title {
	padding: 20px 0 0 0;
	font-size: 0.6875rem;
	color: #000;
	line-height: 0.938rem;
	text-transform: uppercase;
}
.product-cat-inner-cat-title span:not(:last-child)::after {
  content: ',';
  margin: 0 5px 0 0;
}
.woocommerce .product-cat-inner-title h2 {
  padding: 6px 0 0 0;
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
  line-height: 1;
  text-transform: none;
}
.product-cat-inner-title mark {
  display: none;
}
.product-cat-inner-title span.price {
  font-size: 1.0625rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black);
  line-height: 1;
}
.product-cat-inner-title span.price .woocommerce-Price-amount {
  padding: 13px 0 0 0;
  font-size: 1.0625rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black);
  line-height: 1;
}
.product-cat-inner-title span.price .woocommerce-Price-amount:before {
  display: none;
}
.product-cat-inner-title span.price del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-weight: var(--global-weight-bold);
  color: #999;
}

/* tabs */
.content .tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
}
.content .tabs-title > a {
  font-size: 1rem;
  color: #000;
}
.content .tabs-content {
  color: #4f4f4f;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce-Tabs-panel--additional_information h2 {
	display: none;
}
.woocommerce-product-attributes-item__label {
  text-align: left;
  font-weight: 400;
}


/* Checkout --> dropdown field */
.woocommerce .select2-container--default .select2-selection--single {
  height: 2.75rem;
  padding: 0 1rem;
  border-radius: 50px;
  border: 2px solid #dddddd;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  color: #5d5d5d;
  line-height: 2.75rem;
  padding: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.75rem;
  right: 10px;
}
.woocommerce .form-row {
	display: block;
}




.woocommerce-form-coupon-toggle {
  padding-bottom: 30px;
}

#customer_login button {
  display: block;
  margin-top: 10px;
}



.woocommerce-MyAccount-content a:not(.button) ,
#customer_login a:not(.button),
.woocommerce-checkout a:not(.button) {
  color: #5d5d5d;
}
.woocommerce-MyAccount-content a:not(.button):hover,
#customer_login a:not(.button):hover,
.woocommerce-checkout a:not(.button):hover {
  color: #5d5d5d;
  text-decoration: underline;
}



/************** Woocommerce End **************/


/***** woocommerce end ***/



.bd-shop-categories .categories-loop .cell {
  border-right: 10px solid var(--color-white);
  border-bottom: 10px solid var(--color-white);
}
.bd-shop-categories .category-container {
  border-radius: var(--global-radius);
}


.bd-shop-products .products-loop .cell:nth-child(n+5) {
  padding: 40px 0 0 0;
}
.bd-shop-products-sort {
  padding: 0 0 50px 0;
}
.bd-shop-products-sort select {
  margin: 0;
}


.bd-shop-sidebar {
  padding: 0 50px 0 0;
}
.bd-shop-sidebar-box {

}
.bd-shop-sidebar-box-title {
  font-size: 1.25rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-darkgray);
}


.bd-shop-sidebar .accordion .accordion-item {
  margin: 0 0 30px 0;
}
.bd-shop-sidebar .accordion .accordion-item.is-active .accordion-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bd-shop-sidebar .accordion .accordion-title {
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-darkgray);
  background: var(--color-lightgray);
  padding: 0.875rem 1rem;
  border-radius: 10px;
}
.bd-shop-sidebar .accordion .accordion-content {
  display: block;
  padding: 20px 0;
  border: 2px solid var(--color-lightgray);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.bd-shop-filter-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bd-shop-filter-list li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 0 20px;
}
.bd-shop-filter-list li:hover {
  background: var(--color-lightgray);
}
.bd-shop-filter-list input[type="checkbox"] {
  width: 13px;
  height: 13px;
  margin: 0;
  cursor: pointer;
}
.bd-shop-filter-list label {
  width: calc(100% - 13px);
  padding: 8px 20px 8px 10px;
  margin: 0;
  font-size: 0.875rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-darkgray);
  line-height: 1.2;
  cursor: pointer;
}
a.bd-shop-filter-list-more {
  margin: 0 0 0 20px;
  font-size: 0.875rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-darkgray);
  line-height: 1;
}
a.bd-shop-filter-list-more:hover {
  color: var(--color-darkgray);
  text-decoration: underline;
}
a.bd-shop-filter-list-more span {
  display: inline-block;
  width: 13px;
  margin: 0 10px 0 0;
  font-size: 1rem;
  text-align: center;
}
.bd-shop-filter-price-slider {
  padding: 20px 0 0 0;
}
.bd-shop-filter-price-slider .slider {
  margin: 0 20px 25px 20px;
  background: var(--color-lightgray);
  border-radius: var(--global-radius);
}
.bd-shop-filter-price-slider .slider .slider-handle {
  border-radius: 50%;
  background: var(--color-mediumgray);
}
.bd-shop-filter-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.bd-shop-filter-price span {
  position: relative;
  width: 46%;
}
.bd-shop-filter-price span::before {
  content: '\20AC';
  position: absolute;
  top: 9px;
  left: 15px;
  color: var(--color-text);
}
.bd-shop-filter-price span input {
  margin: 0;
  font-size: 0.875rem;
  text-align: right;
}


.bd-shop-product-brand {
  padding: 0;
}
.bd-shop-product-brand img {
  height: 25px;
  width: auto;
}
.bd-shop-product-title {
  font-size: 2rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-darkgray);
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.bd-shop-product-price {
  padding: 0px 0 0 0;
  font-size: 1.875rem;
}
.bd-shop-product-price span {
  margin: 0 0 0 15px;
  color: #bbb;
  text-decoration: line-through;
}
.bd-shop-product-price.bd-shop-product-price-ex-vat {
  padding: 0;
  font-size: 1.375rem;
}
.bd-shop-product-price-desc {
  display: inline;
  font-size: 0.9375rem;
}
.bd-shop-product-variations {
  padding: 30px 30px 10px 30px;
  margin: 40px 0 10px 0;
  background: #f2f2f2;
  border-radius: var(--global-radius);
}
.bd-shop-product-variations-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px 0;
}
.bd-shop-product-variations-row label {
  margin: 0 15px 0 0;
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
}
.bd-shop-product-variations-row select {
  margin: 0;
  width: 80%;
}
.bd-shop-product-cart {
  display: flex;
  align-items: center;
  padding: 30px 0 0 0;
}
.bd-shop-product-cart input {
  margin: 0;
}
.bd-shop-product-cart input[type="number"] {
  width: 100px;
  margin: 0 15px 0 0;
  text-align: center;
}
.bd-shop-product-availability {
  padding: 40px 0 0 0;
}
.bd-shop-product-availability i {
  color: var(--color-darkgray);
}
.bd-shop-product-info {
  padding: 30px 0 0 0;
}
.bd-shop-product-sku span {
  margin: 0 10px 0 0;
  font-weight: var(--global-weight-medium);
}
.bd-shop-product-categories ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bd-shop-product-categories ul::before {
  content: 'Categories:';
  margin: 0 10px 0 0;
  font-weight: var(--global-weight-medium);
}
.bd-shop-product-categories ul li:not(:last-child)::after {
  content: ',';
  margin: 0 5px 0 0;
}
.bd-shop-product-categories ul li a {
  color: var(--color-text);
}
.bd-shop-product-categories ul li a:hover {
  color: var(--color-text);
  text-decoration: underline;
}
.bd-shop-product-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0 0 0;
}
.bd-shop-product-links a {
  font-size: 0.9375rem;
  color: var(--color-text);
}
.bd-shop-product-links a:hover {
  text-decoration: underline;
}
.bd-shop-product-links a i {
  margin: 0 5px 0 0;
  color: var(--color-darkgray);
}
.bd-shop-product-links .yith-wcwl-add-to-wishlist {
  margin: 0;
  padding: 0;
}


.bd-shop-cart-container {
  padding: 0 0 50px 0;
}


.bd-shop-cart.cart-header {
  padding: 10px 0;
  border-top-left-radius: var(--global-radius);
  border-top-right-radius: var(--global-radius);
  border: none;
  background: var(--color-mediumgray);
}
.bd-shop-cart.cart-header .cell {
  font-weight: var(--global-weight-normal);
  color: var(--color-white);
}


.bd-shop-cart {
  padding: 15px 0;
	margin: 0;
  border-right: 1px solid var(--color-lightgray);
  border-bottom: 1px solid var(--color-lightgray);
  border-left: 1px solid var(--color-lightgray);
}
.bd-shop-cart input {
  margin: 0;
}
.bd-shop-cart .product-img {
  width: calc(8.125rem - 1.875rem);
}
.bd-shop-cart .product-title {
  width: calc(64% - 13.75rem);
  font-weight: var(--global-weight-medium);
  color: var(--color-darkgray);
}
.bd-shop-cart .product-title span {
  display: block;
  padding: 5px 0 0 0;
  font-size: 0.938rem;
  font-weight: 300;
  color: var(--color-text);
}
.bd-shop-cart .product-price,
.bd-shop-cart .product-qty,
.bd-shop-cart .product-subtotal {
  width: calc(12% - 1.875rem);
  text-align: center;
  padding: 0;
}
.bd-shop-cart .product-price {
  font-weight: var(--global-weight-normal);
  color: var(--color-darkgray);
}
.bd-shop-cart .product-qty input {
  width: 80px;
  padding: 0.5rem;
  text-align: center;
  margin: 0 auto;
}
.bd-shop-cart .product-subtotal {
  font-weight: var(--global-weight-normal);
  color: var(--color-darkgray);
}
.bd-shop-cart .product-remove {
  width: calc(3.75rem - 1.875rem);
}
.bd-shop-cart .product-remove a {
  z-index: 100;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: var(--color-mediumgray);
  border-radius: 50%;
  font-size: 10px;
  color: var(--color-white);
}
.bd-shop-cart .product-remove a::before {
  z-index: -100;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: var(--color-darkgray);
}
.bd-shop-cart .product-remove a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bd-shop-cart .product-remove a:hover::before {
  opacity: 1;
}
.bd-shop-cart .product-remove a:active::before {
  opacity: 0;
}


.bd-shop-cart.cart-footer {
  justify-content: space-between;
  background: var(--color-lightgray);
  border-bottom-left-radius: var(--global-radius);
  border-bottom-right-radius: var(--global-radius);
}
.bd-shop-cart.cart-footer .cart-coupon {
  display: flex;
  margin: 0 0.9375rem;
}
.bd-shop-cart.cart-footer .cart-coupon input {
  width: 150px;
  margin: 0 10px 0 0;
  font-size: 0.875rem;
}
.bd-shop-cart.cart-footer .cart-update {
  margin: 0 0.9375rem;
}


.bd-shop-cart-totals-container {
  width: 45%;
  margin: 0 0 0 auto;
}


.bd-shop-cart.cart-totals.cart-footer {
  text-align: right;
}
.bd-shop-cart.cart-totals .cell {
  text-align: right;
}
.bd-shop-cart.cart-totals .cell:nth-child(2) {
  font-weight: var(--global-weight-normal);
  color: var(--color-darkgray);
}


.bd-shop-checkout-order-summary-container {
	padding: 40px 0 10px 0;
}
.bd-shop-checkout-order-summary-container .gray-bg {
  background: var(--color-lightgray);
}
.bd-shop-checkout-order-summary-container .bd-shop-cart.cart-footer,
.bd-shop-checkout-order-summary-container .gray-bg {
	font-weight: var(--global-weight-medium);
  color: var(--color-darkgray);
}
.bd-shop-cart .bd-shop-checkout-product-title {
  font-weight: var(--global-weight-medium);
  color: var(--color-darkgray);
}
.bd-shop-cart .bd-shop-checkout-product-title span {
  display: block;
  font-size: 0.938rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-text);
}


.contact-details {
  background: var(--color-lightgray);
  border-radius: var(--global-radius);
  padding: 50px 30px;
}
.contact-details .contact-details-box:not(:last-child) {
  padding: 0 0 30px 0;
}
.contact-details-box ul {
  padding: 0;
  margin: 0 0 0 30px;
  list-style-type: none;
}
.contact-details-box i {
  color: var(--color-black);
}
.contact-details-box strong {
  color: var(--color-black);
}
.contact-details a {
  color: var(--color-text);
}
.contact-details a:hover {
  color: var(--color-text);
  text-decoration: underline;
}


.contact-form textarea {
  min-height: 140px !important;
}
.contact-form .consent {
  padding: 10px 0 30px 0;
  font-size: 0.875rem;
}
.contact-form .consent input {
  margin: 0 5px 5px 0 !important;
}
.contact-form .consent a {
  color: var(--color-text);
}
.contact-form .consent a:hover {
  color: var(--color-text);
  text-decoration: underline;
}


.contact-location {
  padding: 100px 0 0 0;
}
.contact-location iframe {
  border-radius: var(--global-radius);
}

.productprice{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.productprice span{
    width: 80%;
    display: block;
}
.error {
    color: red;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.input_error {
    border: 1px solid red !important;
}


#searchPopUp {
  background-color: rgba(0, 0, 0, 0.9);
}
#searchPopUp button.close-button {
  color: #fff;
  font-size: 3rem;
}
.search-popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.search-popup-container h1 {
  color: #fff;
  margin: 0 0 2rem 0;
}
.search-popup-form {
  display: flex;
  align-items: center;
}
.search-popup-form input {
  margin: 0;
  border: none !important;
}
.search-popup-form input[type="submit"] {
  margin-left: 10px;
}


.videos-list .cell:nth-child(n+5) {
  padding: 50px 0 0 0;
}
.videos-box-content.reveal {
  padding-top: 45px;
}
.videos-box {
  position: relative;
  border-radius: var(--global-radius);
  overflow: hidden;
  cursor: pointer;
}
.videos-box::before {
  content: '\f144';
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free"; 
  font-size: 4rem;
  color: var(--color-white);
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 3;
  opacity: 0;
}
.videos-box:hover::before {
  bottom: calc(50% - 3rem);
  opacity: 1;
}
.videos-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0), var(--color-black), var(--color-black));
  background-size: 300% 100%;
  opacity: 0.65;
  z-index: 2;
}
.videos-box:hover::after {
  background-position: right;
  z-index: 2;
}
.videos-box-container-inner {
  padding: 0 10px;
  text-align: center;
}
.videos-box-title {
  padding: 10px 0 0 0;
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
}
.videos-box-desc {
  padding: 5px 0 0 0;
  font-size: 0.875rem;
}
.videos-box-btn {
  padding: 15px 0 0 0;
}

.section-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.cta-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.cta-btn a.button {
	margin: 10px;
	white-space: nowrap;
}
.cta-btn a.button i {
	margin-right: 10px;
}
.cta-large .cta-text {
	font-size: 1.5rem;
}
.welcome-large {
	font-size: 1.25rem;
}




/* Cart table */
.cart .shop_table thead {
  background: var(--color-white);
  border-width: 0 0 1px 0;
  border-color: var(--color-accent-darken);
  border-style: solid;
}
.cart .shop_table thead tr th {
  font-size: 0.875rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black);
  text-align: center;
}
.cart .shop_table thead tr th.product-name {
  padding-left: 0;
  text-align: left;
}
.cart .shop_table thead tr th.product-price {
  padding-top: 0;
}
.cart .shop_table tbody,
.cart .shop_table tbody tr:nth-child(2n) {
  background: var(--color-white);
  border: none;
}
.cart .shop_table tbody tr.cart_item {
  border-bottom: 1px solid var(--color-accent-darken);
}
.cart .shop_table tbody .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart .shop_table tbody .product-name {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0;
}
.cart .shop_table tbody .product-name .product-thumbnail {
  padding-right: 16px;
}
.cart .shop_table tbody .product-name .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.cart .shop_table tbody .product-name .product-name-info a {
  font-size: 1rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
}
.cart .shop_table tbody .product-name .product-name-info a:hover {
  color: var(--color-black);
}
.cart .shop_table tbody .product-price {
  text-align: center;
}
.cart .shop_table tbody .product-quantity .quantity {
  justify-content: center;
}
.cart .shop_table tbody .product-quantity .quantity input {
  margin: 0 auto;
  max-width: 80px;
  min-width: 70px;
}
.cart .shop_table tbody .product-quantity .quantity input,
.cart .shop_table tbody .product-quantity .quantity button {
  height: 2.75rem;
}
.cart .shop_table tbody .product-quantity .quantity button.minus {
  padding: 0 0 0 10px;
}
.cart .shop_table tbody .product-quantity .quantity button.plus {
  padding: 0 10px 0 0;
}
.cart .shop_table tbody .product-subtotal {
  text-align: center;
}
.cart .shop_table tbody .product-remove {
  width: 28px;
  padding-right: 0;
}
.cart .shop_table tbody .product-remove a.remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #666;
  border-radius: 50%;
}
.cart .shop_table tbody .product-remove a.remove:hover {
  background: var(--color-black);
}
.cart .shop_table tbody .actions {
  padding-top: 30px;
  padding-left: 0;
}


/* Cart totals */
.cart-collaterals {
  padding: 30px;
  margin: 0 0 0 50px;
  background: var(--color-accent);
  border-radius: var(--global-radius);
}
.cart-collaterals h2 {
  margin-bottom: 20px;
}
.cart-collaterals .coupon {
  display: flex;
}
.cart-collaterals .coupon input {
  margin: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #666;
}
.cart-collaterals .coupon button {
  margin: 0;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cart-collaterals .coupon button:hover {
  background: #666;
  color: #fff;
}
.cart-collaterals .shop_table {
  border: none;
  margin: 30px 0;
}
.cart-collaterals .shop_table tbody,
.cart-collaterals .shop_table tbody tr,
.cart-collaterals .shop_table tbody tr:nth-child(2n) {
  background: transparent;
  border: none;
}
.cart-collaterals .shop_table tbody tr:not(:first-child) {
  border-top: 1px solid var(--color-accent-darken);
}
.cart-collaterals .shop_table tbody tr th {
  padding-left: 0;
  font-weight: var(--global-weight-bold);
  color:  var(--color-black);
  text-align: left;
}
.cart-collaterals .shop_table tbody tr td {
  color:  var(--color-black);
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul li:not(:last-child) {
  padding-bottom: 8px;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul li {
  display: flex;
  align-items: center;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul li input {
  margin: 0;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul li label {
  font-size: 1rem;
  line-height: 1.25;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
  margin-top: 10px;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals .shipping-calculator-form {
  margin-top: 20px;
}
.cart-collaterals .wc-proceed-to-checkout a {
  width: 100%;
}


/* checkout */
.woocommerce-checkout .woocommerce-info {
  margin: 0 0 15px 0
}
.woocommerce-form-coupon {
  padding: 15px 25px 25px 25px;
  margin: 30px 0;
  background: var(--color-accent);
  border-radius: var(--global-radius);
  color: var(--color-black);
}
.woocommerce-checkout .woocommerce-form-login {
  padding: 15px 25px 25px 25px;
  margin: 30px 0;
  background: var(--color-accent);
  border-radius: var(--global-radius);
  color: var(--color-black);
}
.checkout-summary {
  position: sticky;
  top: 80px;
  padding: 30px;
  margin: 0 0 0 50px;
  background: var(--color-accent);
  border-radius: var(--global-radius);
}
.checkout-summary .shop_table {
  border: none;
  margin: 30px 0;
}
.checkout-summary .shop_table thead,
.checkout-summary .shop_table tbody,
.checkout-summary .shop_table tbody tr,
.checkout-summary .shop_table tbody tr:nth-child(2n),
.checkout-summary .shop_table tfoot {
  background: transparent;
  border: none;
}
.checkout-summary .shop_table tbody tr:first-child {
  border-top: 1px solid var(--color-accent-darken);
}
.checkout-summary .shop_table tfoot tr {
  border-top: 1px solid var(--color-accent-darken);
}
.checkout-summary .shop_table tr th {
  font-weight: var(--global-weight-bold);
  color:  var(--color-black);
  text-align: left;
}
.checkout-summary .shop_table tr th:first-child {
  padding-left: 0;
}
.checkout-summary .shop_table tbody tr td:first-child {
  padding-left: 0;
}
.checkout-summary .shop_table tr td {
  color: var(--color-black);
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul li:not(:last-child) {
  padding-bottom: 8px;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul li {
  display: flex;
  align-items: center;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul li input {
  margin: 0;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul li label {
  font-size: 1rem;
  line-height: 1.25;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals .shipping-calculator-form {
  margin-top: 20px;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods li:not(:last-child) {
  padding-bottom: 8px;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods li input {
  margin: 0;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods li label {
  font-size: 1rem;
  line-height: 1.25;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods li div {
  margin-top: 5px;
}
.checkout-summary .place-order {
  margin-top: 30px;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: 0.875rem;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  margin-top: 20px;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper p {
  margin: 10px 0 0 0;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper p label {
  font-size: 0.875rem;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper p label input {
  margin: 0 5px 0 0;
}
.checkout-summary .place-order  button {
  width: 100%;
  margin-top: 30px;
}



.bd-shop-product-accordion {
  padding: 30px 0 0 0;
}
.bd-shop-product-accordion .accordion {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid var(--color-lightgray);
}
.bd-shop-product-accordion .accordion-item .accordion-title {
  padding: 1.25rem 0;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: var(--color-lightgray);
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-text);
  text-transform: uppercase;
}
.bd-shop-product-accordion .accordion-item .accordion-title::before {
  margin-top: 0;
  font-size: 1.25rem;
  transform: translateY(-50%);
}
.bd-shop-product-accordion .accordion-item .accordion-title:hover,
.bd-shop-product-accordion .accordion-item .accordion-title:focus {
  background-color: var(--color-white);
}
.bd-shop-product-accordion .accordion-item .accordion-content {
  padding: 0.5rem 0 2rem 0;
  border: none;
  color: var(--color-text);
}



/* pagination */
.woocommerce-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	margin: 50px 0 0 0;
	list-style-type: none;
}
.woocommerce-pagination ul.page-numbers li {
	margin: 3px;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: var(--color-accent);
	border-radius: var(--global-radius);
	font-size: 0.875rem;
	font-weight: var(--global-weight-medium);
	line-height: 1;
	color: var(--color-black);
}
.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce-pagination ul.page-numbers li span.current {
	background: var(--color-mediumgray);
	color: var(--color-white);
}


.hero-container {
  display: flex;
  align-items: center;
}
.hero-brand {
  width: 100px;
  margin: 0 20px 0 0;
}
.hero-brand .bd-shop-product-brand {
  padding: 0;
}
.hero-brand .bd-shop-product-brand img {
  width: 100px;
  height: auto;
}



.brands-container {
  border: 1px solid #dcdcdc;
  margin: 0 0 30px 0;
}
.brands-heading {
  padding: 15px 25px;
  background: #dcdcdc;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.brands-heading a {
    color: #000;
}
.brands-list {
  padding: 25px 15px;
}
.brands-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
gap: 30px;
flex-wrap: wrap;
}
.brands-list ul li {
  font-size: 0.75rem;
  padding-bottom: 8px;
  width: calc(20% - 24px);
}
.brands-list ul li a {
    color: #000;
}
.brands-index {
  margin: 20px 0 30px 0;
  display: flex;
}
.brands-index span {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: 500;
  color: #000;
}
.brands-index ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
flex-wrap: wrap;
} 
.brands-index ul li {
  display: inline-block;
  margin: 0 8px 0 0;
  text-transform: uppercase;
}
.brands-index ul li a {
  color: #000;
  line-height: inherit;
  text-decoration: none;
  font-weight: 500;
}


.product-cat{
  gap: 28px 0px;
}