:root {
  --the-orange: #f38020;
  --the-white: #fff;
  --the-black: #000;
  --the-gray: #1b1b1b;
  --the-dark-orage: #ed6c00;
}

/*----------Font--------*/
body,
a,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}
html {
	overflow-x: hidden;
}
h2 {
  font-size: 1.8em;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  /* z-index: -1; */
}
.wp-block-heading {
  color: var(--the-orange);
}
a {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none !important;
}

button:focus {
  outline: none;
}

li {
  list-style: none;
  position: relative;
  /* margin-left: 25px; */
}

/* .the-body-content li::before {
  content: "\e80c";
  position: absolute;
  font-family: "pncicons";
  width: 10px;
  height: 10px;
  left: -25px;
  top: 0;
} */

.fluid-container.footer-holder li::before,
.green-section li::before {
  display: none;
}

input,
textarea {
  outline: none;
}

@font-face {
  font-family: "ed-icons";
  src: url("font/ed-icons.eot?94853804");
  src: url("font/ed-icons.eot?94853804#iefix") format("embedded-opentype"),
    url("font/ed-icons.woff2?94853804") format("woff2"),
    url("font/ed-icons.woff?94853804") format("woff"),
    url("font/ed-icons.ttf?94853804") format("truetype"),
    url("font/ed-icons.svg?94853804#ed-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ed-icons';
    src: url('../font/ed-icons.svg?94853804#ed-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ed-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-rigth:before {
  content: "\e800";
} /* '' */
.icon-arrow-up:before {
  content: "\e801";
} /* '' */
.icon-compass:before {
  content: "\e802";
} /* '' */
.icon-email:before {
  content: "\e803";
} /* '' */
.icon-phone:before {
  content: "\e804";
} /* '' */
.icon-whatsapp:before {
  content: "\e805";
} /* '' */
.icon-shopping-cart:before {
  content: "\e806";
} /* '' */
.icon-search_icon:before {
  content: "\e807";
} /* '' */

.the-body-content,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.btn a {
  background: var(--the-brown);
  color: var(--the-white);
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
}

h4::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 100%;
  border-bottom: 2px solid var(--the-brown);
  margin-left: 20px;
}

/*Container width*/
.container {
  max-width: 90%;
}

/* Slider */
#homeSlider .owl-dots.disabled {
	display: none !important;
}
.slider-container {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10em;
}

/* .slider-container::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  bottom: 0;
} */

.slider-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#homeSlider .owl-item.active img {
	transform: scale(1.2);
	transition: 14s ;
}
@media (max-width: 1600px) {
  .slider-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 120px !important;
    padding: 20px 0;
    border-top: 1px solid var(--the-white);
  }
}
@media (max-width: 760px) {
  .slider-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 46px !important;
  }
}
.slider-nav-content p {
  color: var(--the-white);
  font-size: 14px;
  font-weight: 300;
}

.caption-holder h1 {
  font-size: 2em;
  color: var(--the-white);
  margin-bottom: 30px;
}

.caption-holder p {
  font-size: 14px;
  font-weight: 300;
  color: var(--the-white);
}

.slider-caption p {
  font-size: 1.2em;
  color: var(--the-white);
  font-weight: 600;
}
.caption-holder h4 {
	color: var(--the-white);
	font-size: 2em;
}
.learn-more-btn a {
  text-transform: capitalize;
  background: var(--the-white);
  color: var(--the-orange);
  padding: 15px 30px;
  display: inline-block;
  border-radius: 50px;
  transition: 900ms;
  font-size: 17px;
  margin-top: 30px;
}
.learn-more-btn a:hover {
  background: var(--the-orange);
  color: var(--the-white);
}
#homeSlider .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 5%;
  display: flex;
  color: var(--the-black);
  gap: 15px;
}

#homeSlider .owl-nav i {
  font-size: 20px;
}
.slider-content {
  position: absolute;
  z-index: 9;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
}
@media (max-width: 500px) {
  #homeSlider .owl-nav {
    display: none;
  }
}

.icon-previous-button,
.icon-next-button {
  font-size: 2em;
  color: var(--the-white);
  border: 1px solid var(--the-white);
  margin: 5px;
  border-radius: 5px;
  padding: 3px 0;
}

.icon-previous-button:hover,
.icon-next-button:hover {
  background: var(--the-blue);
  border: 1px solid var(--the-blue);
  transition: 900ms ease-in-out;
}
/* 
.owl-dots {
  display: flex !important;
  justify-content: right;
  gap: 3px;
  position: relative;
  bottom: 30px;
  right: 15%;
} */
.owl-dot {
	background: var(--the-black) !important;
	height: 12px !important;
	width: 12px;
	border-radius: 50%;
}
.owl-dots {
	display: flex !important;
	justify-content: center;
	gap: 10px;
	position: relative;
	bottom: 0px;
	height: 20px;
}
.owl-dot.active {
	background: var(--the-orange) !important;
	height: 13px;
	width: 12px;
	transition: 500ms ease-in-out;
	border-radius: 50%;
}

.scroll-down {
  padding: 10px;
  background: var(--the-white);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.scroll-down a {
  color: var(--the-black);
  font-size: 15px;
}

/* Footer */
.fluid-container.footer-holder {
  padding-top: 60px;
  padding-bottom: 30px;
  background: var(--the-gray);
}

/*PAGINATION*/

.pagination {
  clear: both;
  padding: 0px 0 50px 0;
  position: relative;
  font-size: 1.2em;
  line-height: 13px;
}

.pagination a,
.pagination span {
  display: block;
  float: left;
  font-weight: 200;
  margin: 2px 2px 2px 0;
  padding: 15px;
  text-decoration: none;
  width: auto;
  color: var(--the-light-gray);
  background: var(--the-black);
  transition: 900ms;
}
.pagination a:hover {
  color: var(--the-light-gray);
  background: var(--the-brown);
}

.pagination .current {
  padding: 15px;
  background: var(--the-brown);
  color: var(--the-light-gray);
}

/* Banner */
.mk-bgimg {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  background-position: center;
}

.mk-bgimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 56%) !important;
    z-index: 1;
}
.mk-bgimg > * {
    position: relative;
    z-index: 2; /* make sure text/content stays above overlay */
}


.fuid-container.banner {
  position: relative;
}
.mk-page-title {
    position: absolute;
    top: 42%;
    color: #fff !important;
    z-index: 1;
}

.mk-bgimg .content {
  position: relative;
  z-index: 99;
  color: var(--the-white);
  text-align: center;
  top: 100px;
}

.mk-bgimg .breadcrumb {
  display: inline-block;
  background: top;
  padding: 0;
  margin-bottom: 0px;
}

.mk-bgimg h3 {
  font-size: 1.5em;
  font-weight: 500;
}

.mk-bgimg .content a {
  color: var(--the-white);
}

.mk-bgimg .content p {
  color: var(--the-white);
  opacity: 0.2;
  font-style: italic;
}
/* Welcome */
.welcome-title h3 {
  color: var(--the-orange);
  margin-top: 3em;
  margin-bottom: 15px;
}
.welcome-title h3 {
  color: var(--the-orange);
}
.welcome-link a {
  background: var(--the-orange);
  padding: 14px 0px;
  display: inline-block;
  color: var(--the-white);
  border-radius: 50px;
  width: 180px;
  margin-top: 10px;
  transition: 500ms;
  border: 1px solid transparent;
}
.welcome-link a:hover {
  background: var(--the-white);
  color: var(--the-orange);
  border: 1px solid var(--the-orange);
}
.welcome {
  text-align: center;
}
/* Contact Us */
.whatsapp-d::before {
  content: "\e805";
  position: relative;
  font-family: "ed-icons";
  color: var(--the-dark-orage);
  font-size: 1.6em;
}
.phone-d::before {
  content: "\e804";
  position: relative;
  font-family: "ed-icons";
  color: var(--the-dark-orage);
  font-size: 1.6em;
}
.email-d::before {
  content: "\e803";
  position: relative;
  font-family: "ed-icons";
  color: var(--the-dark-orage);
  font-size: 1.6em;
}
.directions-d::before {
  content: "\e802";
  position: relative;
  font-family: "ed-icons";
  color: var(--the-dark-orage);
  font-size: 1.6em;
}
.whatsapp-d,
.directions-d,
.email-d,
.phone-d {
  display: flex;
  gap: 15px;
}
.contact-details div {
  margin-bottom: 25px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  height: 3em;
  border: none;
  background: #f8f8f8;
  padding: 15px;
}
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border: none;
  background: #f8f8f8;
  padding: 15px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: var(--the-orange);
  color: var(--the-white);
  border: none;
  text-shadow: none;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 500ms;
  border: 1px solid transparent;
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: var(--the-white);
  color: var(--the-orange);
  border: 1px solid var(--the-orange);
}
/* Products */
.archive.tax-product_cat .cont-wrapper::before, .product-template-default.single .cont-wrapper::before {
	content: "";
	position: absolute;
	margin-bottom: 0em;
	bottom: 0;
	width: 200vw;
	left: -20vw;
	/* border-bottom: 1px solid transparent; */
	box-shadow: 0px 4px 4px rgba(0,0,0,.25);
	height: 50px;
}
.yith-ywraq-add-to-quote {
	height: 44px;
}
.archive.tax-product_cat .cont-wrapper, .product-template-default.single .cont-wrapper {
	position: relative;
	margin-bottom: 2em;
}
.the-sidebar {
  background: var(--the-black);
  padding: 45px 5px;
}
.woocommerce-loop-category__title mark {
  display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.product-category.product a img {
  transition: 500ms;
}
.product-category.product a img:hover {
  transform: scale(1.1);
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 3em !important;
  border: 1px solid #ddd !important;
  padding: 20px !important;
}
.product-name a {
  color: var(--the-black);
  font-weight: 500;
}
.woocommerce form .form-row textarea {
  height: 7em !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button {
  color: var(--the-white);
  background-color: var(--the-orange);
}
.wcps-design-1 .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  border: 1px solid #ddd !important;
  padding: 22px !important;
  min-height: 23em;
}
.posted_in a {
  color: var(--the-orange);
}
.orderby {
  background: var(--the-white);
  border: 1px solid #ddd;
  height: 3em;
  padding: 10px;
}
.woocommerce .quantity .qty {
  height: 36px;
}
.wpmenucart-contents {
  color: var(--the-black) !important;
  font-size: 1.3em !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--the-black);
  font-size: 1.5em;
  font-weight: 400;
}
.related.products h2 {
  position: relative;
  z-index: -1;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background-color: var(--the-orange);
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce-product-gallery__image {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .price {
  color: var(--the-black);
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 1.4em;
}
.woocommerce-loop-product__title {
  color: var(--the-black);
  font-size: 1.3em !important;
  font-weight: 400;
  text-transform: capitalize;
}
.woocommerce-loop-category__title mark {
  color: var(--the-orange) !important;
}
.woocommerce-loop-category__title {
	color: var(--the-orange) !important;
	padding: 17px 15px !important;
	background: var(--the-white);
	margin-top: 0px !important;
	transition: 500ms;
	text-transform: capitalize;
}
.woocommerce-loop-category__title:hover {
  color: var(--the-black) !important;
}
.woocommerce-breadcrumb {
  display: none !important;
}
#commentform {
  display: none !important;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  transition: 500ms;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:hover {
  transform: scale(1.1);
}
.product-category.product {
  background: #ffffff;
  box-shadow: 0px 0px 59px -29px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.product-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
}
.products-wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 59px -29px rgba(0, 0, 0, 0.25);
  padding: 25px;
  min-height: 400px;
  min-width: 365px;
}
.the-sidebar ul li a {
  color: var(--the-white);
  line-height: 2;
}
.the-sidebar ul li {
  list-style-type: disc;
  color: var(--the-white);
}
.pro-title h5 {
  color: var(--the-orange);
}
.features {
  position: relative;
  font-weight: 500;
}
.features::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--the-black);
  width: 100%;
  bottom: -5px;
}
.prod-colour span,
.prod-zize span {
  font-weight: 500;
  padding-right: 5px;
}
.cat-holder {
  background: #ffffff;
  box-shadow: 0px 0px 59px -29px rgba(0, 0, 0, 0.25);
  min-width: 275px !important;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cat-holder img {
  height: auto;
  width: 275px;
}
.cat-holder li a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--the-orange);
  font-weight: 600;
}
.prod-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
/* Values */
.vision-values-section {
	margin-bottom: 0em;
	margin-top: 5em;
	background: #F8F8F8;
	padding: 6em 0;
}
.v-s-image img {
	transition: 500ms;
}
.v-s-image img:hover {
	transform: scale(1.1);
}
.v-s-image {
	overflow: hidden;
}
@media(min-width: 900px){
  .v-s-holder {
    min-height: 40em;
  }
}
.v-s-holder {
	background: var(--the-white);
}
.v-s-wrapper {
  padding: 15px 30px;
}
.v-s-title p {
  color: var(--the-orange);
  font-size: 30px;
}
.v-s-body ul li {
  list-style-type: disc;
  list-style-position: inside !important;
}
.v-s-body ul {
  margin: 0;
  padding: 0;
}
/* Mission */

.mission {
  background-image: url("img/Mission-image.png");
  min-height: 400px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.mission-header {
  color: var(--the-white);
  text-align: center;
}
.mission-header h3 {
  font-size: 2em;
  display: inline-block;
  margin-bottom: 15px;
}
/* Brands */
.Brands-tite {
  text-align: center;
  color: var(--the-orange);
  display: block;
  margin: 3em 0;
}
.brands-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
  margin-bottom: 3em;
}
.brands {
  margin-top: 5em;
  margin-bottom: 6em;
}
/* Contact us */
iframe {
  width: 100%;
  margin-bottom: -6px;
  margin-top: 5em;
}
/* Footer */
.the-copy-right {
  background: var(--the-black);
  text-align: center;
  padding-bottom: 5px;
}

#button a {
  background: var(--the-black);
  padding: 17px;
  border-radius: 50%;
  position: relative;
  top: -17px;
  color: var(--the-white);
}
.the-copy-right p {
  color: var(--the-white);
}
#button i {
  color: var(--the-grey);
  font-size: 1.3em;
}
.online p {
  color: var(--the-white);
}
.fluid-container.footer-holder h5 {
  color: var(--the-white);
  display: inline-block;
  margin-bottom: 15px;
}
.fluid-container.footer-holder ul {
  margin: 0;
  padding: 0;
}
.fluid-container.footer-holder ul li a {
  color: var(--the-white);
  transition: 500ms;
}
.fluid-container.footer-holder ul li a:hover {
  color: var(--the-orange);
}
.fluid-container.footer-holder ul li {
  line-height: 2;
}
.fluid-container.footer-holder ul li a::before {
  content: "\e800";
  position: relative;
  font-family: "ed-icons";
  font-size: 15px;
  margin-right: 7px;
}
/*slider*/
.owl-carousel .owl-item img {
	display: block;
	/* width: 100%; */
	height: 100vh;
}
@media(max-width: 900px){
    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	width: 100%;
}
}
.woocommerce ul.products li.product a img {
	width: 300px;
	height: 239px;
}
/* related products title */
@media (min-width: 900px)
{
  .related.products h2 {
    position: relative;
    /* left: 55px; */
  }
}
.related.products {
	clear: both !important;
}
/* *********************
 WOOCOMMERCE cHECKOUT
********************** **/

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

/* .woocommerce-billing-fields h3 {
    font-family: 'Satisfy', cursive;
} */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 2px solid #b4b6b2;
    padding: 5px 0;

}

.woocommerce-info {
    border-top-color: var(--the-primary);
}

.woocommerce-info::before {
    color: var(--the-primary);
}


/* WooCommerce Form */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid var(--the-primary);
    padding: 5px 5px;
    /* background: rgb(250, 248, 248); */
    background: #f7f7f7;
    border-radius: 0px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea ::placeholder {
    color: var(--the-black) !important;
    font-size: 15px;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: rgb(250, 248, 248);
}

.woocommerce-checkout #payment {
    background: #f7f7f7;
}
/* -------------------------------------------
  WOOCOMMERCE Checkout page side by side
-------------------------------------------- */
@media (min-width: 993px) {


  body .woocommerce .col2-set .col-1 {
      width: 100%;
  }

  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
      width: 48%;
      float: left;
  }

  #order_review_heading,
  .woocommerce #order_review,
  .woocommerce-page #order_review {
      float: left;
      width: 48%;
      margin-left: 2%;
  }

}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
}


.woocommerce .cart .button,
.woocommerce .cart input.button {
  color: #f7f7f7;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #f7f7f7;
}

/*Woo Commerce Checkout*/

.woocommerce .woocommerce-customer-details address {
  background: #000;
  color: #f7f7f7;
  font-weight: 600;

}


.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 600;
}

.woocommerce ul.order_details {
  background: #000;
  padding: 10px;
  border-radius: 5px;
  color: #f7f7f7;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--the-primary);
}

.woocommerce-checkout #payment {
  border: 1px solid var(--the-primary);
}

.woocommerce table.shop_table {
  border: 1px solid var(--the-primary);
}

/* Woocommerce Reviews */

.woocommerce #reviews #comments h2 {
  clear: none;
  font-size: 1.5em;
  color: var(--the-black);
  font-weight: 600;
}

#reviews {
  width: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 25px 0;
  border: 1px solid var(--the-black);
  border-radius: 0;
  padding: 1em 1em 0;
  width: 100%;
}


.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none;
}

#reply-title {
  font-size: 1.8em;
  font-weight: 600;
  color: var(--the-primary);
}

#author,
#email {
  width: 100%;
  padding: 10px;
}

.woocommerce #reviews #comments ol.commentlist li {
  margin: 0 0 20px -37px;

}

.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.product_title.entry-title {
  font-size: 2em;
  color: var(--the-black);
  font-weight: 600;
}

.review-title {
  font-size: 2em;
  font-weight: 600;
}

.woocommerce .woocommerce-product-rating .star-rating {
  color: var(--the-primary);
}

.woocommerce .star-rating span::before {
  color: var(--the-primary);
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}
#place_order:hover {
	background: var(--the-black);
	color: var(--the-white);
}
.checkout-button.button.alt.wc-forward.wp-element-button:hover {
	background: var(--the-black);
	color: var(--the-white);
}
.button.wp-element-button:hover {
	background: var(--the-black) !important;
	color: var(--the-white) !important;
}
.button:hover {
	background: var(--the-black) !important;
	color: var(--the-white) !important;
}
.added_to_cart.wc-forward {
	color: var(--the-black);
	border-bottom: 1px solid;
	margin-left: 15px;
}
.woocommerce-shipping-calculator a {
	color: var(--the-orange);
}
.showcoupon {
	color: var(--the-orange);
}
.woocommerce-privacy-policy-text a {
	color: var(--the-orange);
}
.the-results a {
	color: var(--the-orange);
}

/* Testimonials */
.testimonials h3 {
	color: var(--the-orange);
	text-align: center;
	margin-bottom: 2em;
}

@media (min-width: 760px) {
  .testimony {
    max-width: 100%;
  }
  .the-text-align {
    text-align: center;
  }
}
.testimony {
  background: var(--the-white);
  padding: 40px;
  max-width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: 6px 11px 7px 0px rgba(69, 53, 54, 0.1);
}
/* .testimonials h3 {
  font-weight: 400;
} */
.serving, .test-name {
	color: var(--the-orange);
	font-weight: 600;
	font-size: 1.2em;
}

.test-name {
  float: center;
}
.the-text-align {
  text-align: center;
}
.icon-quotes {
  font-size: 2em;
}

.quote::before {
	content: "''";
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 3em;
	top: 0;
	color: var(--the-orange);
}
/* .quote::after {
	content: "''";
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 3em;
	bottom: 0;
	color: var(--the-orange);
} */
@media (min-width: 760px) {
  .testimony {
    background: var(--the-white);
    padding: 40px;
    max-width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}
.testimonials img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.testimonials {
	padding: 10em 0;
	position: relative;
	overflow: hidden;
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.testimonials img {
  /*	background-image: url("img/testimonial.png");*/
  animation: zoominoutsinglefeatured 3s infinite;
}


    .brands-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.brands-track {
    display: flex;
    width: max-content; /* shrink to fit content */
    animation: scrollBrands 40s linear infinite;
}

.brands-logo {
    flex: 0 0 auto;
    margin-right: 40px; /* space between logos */
}

.brands-logo img {
    max-height: 80px;
    display: block;
}

/* Infinite left scroll */
@keyframes scrollBrands {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.brands-wrapper:hover .brands-track {
    animation-play-state: paused;
}


#page-loader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #000; /* Black background for contrast */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-sweep {
  position: relative;
  display: inline-block;
}

.loader-logo {
  width: 150px;
  position: relative;
  z-index: 2;
}

.sweep-bar {
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: #F38020;
  animation: sweep 2s infinite ease-in-out;
  mix-blend-mode: multiply;
}

@keyframes sweep {
  0% { left: -100%; }
  50% { left: 0; }
  100% { left: 100%; }
}

