@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

html,
body,
iframe,
header,
footer,
main,
aside,
nav,
section,
article,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
hr,
blockquote,
pre,
figure,
figcaption,
a,
address,
del,
em,
i,
img,
strong,
sub,
sup,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  font-size: 100%;
  font: inherit;
}

html,
body,
iframe,
header,
footer,
main,
aside,
nav,
section,
article,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
hr,
blockqoute,
pre,
figure,
figcaption,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button {
  display: block;
}

html,
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

dl,
dt,
dd,
ul,
ol,
li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.woocommerce-cart-form.cart table tbody {
  border-top: 1px solid transparent;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
figure {
  width: 100% !important;
  margin: 30px 0 !important;
}

html {
  margin-top: 0 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.products-row-container .slick-arrow {
  background: #eee;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  right: 0;
}
.products-row-container .slick-arrow.slick-prev {
  right: 50px;
}

@media screen and (max-width: 768px) {
  .products-row-container .slick-arrow {
    width: 30px;
    height: 30px;
    top: -45px;
  }
  .products-row-container .slick-arrow.slick-prev {
    right: 40px;
  }
  .single_add_to_cart_button.single-button.button.alt {
    margin-left: 0 !important;
  }
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  bottom: 30px;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .slide-arrow {
    top: initial;
    right: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: 30px;
  }
}

.prev-arrow::before {
  content: "chevron_left";
  font-family: "Material Icons";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #f0f1e6;
  z-index: 2;
  font-size: 25px;
  padding: 15px 40px 40px 15px;
  right: 10px;
  opacity: 1;
  transition: 0.2s all ease-in-out;
  border: 5px solid #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .prev-arrow::before {
    transform: scale(0.8);
    right: 0;
  }
}
.prev-arrow:hover::before {
  opacity: 1;
  background: #868326;
  color: #ffffff;
}

.next-arrow::before {
  content: "chevron_right";
  font-family: "Material Icons";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #f0f1e6;
  z-index: 2;
  font-size: 25px;
  padding: 15px 40px 40px 15px;
  opacity: 1;
  transition: 0.2s all ease-in-out;
  border: 5px solid #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .next-arrow::before {
    transform: scale(0.8);
  }
}
.next-arrow:hover::before {
  opacity: 1;
  background: #868326;
  color: #ffffff;
}

.single-product-gallery-prev-arrow {
  top: 50%;
  left: 56px;
}
.single-product-gallery-prev-arrow::before {
  content: "chevron_left";
  font-family: "Material Icons";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #f0f1e6;
  z-index: 2;
  font-size: 25px;
  padding: 15px 40px 40px 15px;
  right: 2px;
  opacity: 0.8;
  transition: 0.2s all ease-in-out;
}
.single-product-gallery-prev-arrow:hover::before {
  opacity: 1;
  background: #868326;
  color: #ffffff;
}

.single-product-gallery-next-arrow {
  top: 50%;
  right: 55px;
}
.single-product-gallery-next-arrow::before {
  content: "chevron_right";
  font-family: "Material Icons";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #f0f1e6;
  z-index: 2;
  font-size: 25px;
  padding: 15px 40px 40px 15px;
  opacity: 0.8;
  transition: 0.2s all ease-in-out;
}
.single-product-gallery-next-arrow:hover::before {
  opacity: 1;
  background: #868326;
  color: #ffffff;
}

.inspiration-gallery-prev-arrow {
  top: 85%;
  right: 0;
}
.inspiration-gallery-prev-arrow::before {
  content: "chevron_left";
  font-family: "Material Icons";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #f0f1e6;
  z-index: 2;
  font-size: 25px;
  padding: 15px 40px 40px 15px;
  right: 2px;
  opacity: 0.5;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 768px) {
  .inspiration-gallery-prev-arrow {
    top: 0;
    right: -2px;
  }
  .inspiration-gallery-prev-arrow::before {
    padding: 5px 30px 30px 5px;
  }
}
.inspiration-gallery-prev-arrow:hover::before {
  opacity: 1;
  background: #868326;
  color: #ffffff;
}

.inspiration-gallery-next-arrow {
  top: 85%;
  right: 0px;
}
.inspiration-gallery-next-arrow::before {
  content: "chevron_right";
  font-family: "Material Icons";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #d3cab8;
  z-index: 2;
  font-size: 25px;
  padding: 15px 40px 40px 15px;
  opacity: 0.8;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 768px) {
  .inspiration-gallery-next-arrow {
    top: 0;
    left: -2px;
  }
  .inspiration-gallery-next-arrow::before {
    padding: 5px 30px 30px 5px;
  }
}
.inspiration-gallery-next-arrow:hover::before {
  opacity: 1;
  background: #868326;
  color: #ffffff;
}

header {
  display: block;
}
header .header-top-bg {
  background-image: linear-gradient(180deg, #343434 0%, #161616 99%);
}
@media screen and (max-width: 768px) {
  header .header-top-bg {
    display: none;
  }
}
header .header-top-bg .header-top {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 5px 0;
}
header .header-top-bg .header-top p {
  font-weight: 600;
  font-size: 12px;
  color: #ecedf0;
}
header .header-top-bg .header-top .header-supporting-links a {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.4px;
  margin: 0 0 0 20px;
}
header .header-top-bg .header-top .header-supporting-links a:hover {
  text-decoration: underline;
}
header .header-main-bg {
  background: #ffffff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 768px) {
  header .header-main-bg {
    display: none;
  }
}
header .header-main-bg .header-main {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
header .header-main-bg .header-main .header-main-top {
  display: flex;
  align-items: center;
  padding: 20px 0 0 0;
  justify-content: space-between;
}
header .header-main-bg .header-main .header-main-top .logo {
  width: 100px;
  height: 73px;
}
header .header-main-bg .header-main .header-main-top .search-container {
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  header .header-main-bg .header-main .header-main-top .search-container {
    width: 60%;
    margin: 0 0 0 30px;
  }
}
header .header-main-bg .header-main .header-main-top .search-container form {
  display: flex;
  align-items: center;
}
header
  .header-main-bg
  .header-main
  .header-main-top
  .search-container
  form
  input[type="text"] {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px;
  width: 100%;
}
header
  .header-main-bg
  .header-main
  .header-main-top
  .search-container
  form
  button[type="submit"] {
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding: 18px 18px 16px 18px;
  position: relative;
  left: -30px;
}
header
  .header-main-bg
  .header-main
  .header-main-top
  .search-container
  form
  button[type="submit"]
  img {
  width: 20px;
  height: auto;
  color: #ffffff;
}
header .header-main-bg .header-main .header-main-top .my-account-link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-main-bg .header-main .header-main-top .my-account-link {
    margin: 0 15px 0 10px;
  }
}
header .header-main-bg .header-main .header-main-top .cart-button {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
}
header .header-main-bg .header-main .header-main-top .cart-button img {
  width: 40px;
  height: auto;
}
header .header-main-bg .header-main .header-main-top .cart-button p {
  color: #ffffff;
}
/* header .header-main-bg .header-main .header-main-bottom .link-container a{
    padding: 25px 0 25px 0;
    display: inline-block;
} */
/* header .header-main-bg .header-main .header-main-bottom .link-container a:hover + .mega-link {
display: flex;
}
header .header-main-bg .header-main .header-main-bottom .mega-link{
      width: 100%;
    height: 60vh;
    position: absolute;
    background: #fff;
    z-index: 1;
    left: 0;
    top: 40px;
    box-shadow: 10px 10px 20px #eee;
    display: none;
    align-items: center;
    justify-content: space-between;
} */

header .header-main-bg .header-main .header-main-bottom {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  gap: 20px;
}
header .header-main-bg .header-main .header-main-bottom a {
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  text-transform: uppercase;
  /* margin: 0 40px 0 0; */
}
header .header-main-bg .header-main .header-main-bottom a:hover {
  text-decoration: underline;
  color: #000000;
}

/*  */
header .header-main-bg .header-main .header-main-bottom .dropdown > a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
header
  .header-main-bg
  .header-main
  .header-main-bottom
  .dropdown:hover
  .dropdown-menu {
  display: block;
}
header
  .header-main-bg
  .header-main
  .header-main-bottom
  .dropdownContainer
  .linksContianer {
  flex: 1;
  padding: 20px 10px;
}
header
  .header-main-bg
  .header-main
  .header-main-bottom
  .dropdownContainer
  .imageContainer {
  max-width: 50%;
}
header
  .header-main-bg
  .header-main
  .header-main-bottom
  .dropdownContainer
  .linksContianer
  ul
  li {
  width: 100%;
}
header
  .header-main-bg
  .header-main
  .header-main-bottom
  .dropdownContainer
  .linksContianer
  ul
  li
  a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-main-bg .header-main .header-main-bottom .dropdownContainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header .header-main-bg .header-main .header-main-bottom ul li {
  display: inline-block;
}
header .header-main-bg .header-main .header-main-bottom ul li a {
  display: block;
  padding: 11px 25px 20px;
  text-decoration: none;
}
header
  .header-main-bg
  .header-main
  .header-main-bottom
  ul
  li
  .dropdown-menu.brands-menu
  .dropdownContainer
  .linksContianer
  ul
  li
  a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  gap: 10px;
}
header
  .header-main-bg
  .header-main
  .header-main-bottom
  ul
  li
  .dropdown-menu.brands-menu
  .dropdownContainer
  .linksContianer
  ul
  li {
  display: flex;
  flex-wrap: wrap;
}
header .header-main-bg .header-main .header-main-bottom ul li .dropdown-menu {
  min-width: 100%;
  background: #f2f2f2;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  max-height: 80vh;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
.mobile-header .dropdown-toggle {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.mobile-header .dropdown-menu {
  padding: 0px 20px;
}
/*  */
.mobile-header .dropdown-menu {
  max-height: 150px;
  overflow: scroll;
}

header.active {
  display: none;
}

.sticky-header .header-main-bg {
  background: #ffffff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0 0 50px 50px;
}
.sticky-header .header-main-bg .header-main {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.sticky-header .header-main-bg .header-main .header-main-top {
  display: flex;
  align-items: center;
  padding: 20px 0 0 0;
  justify-content: space-between;
}
.sticky-header .header-main-bg .header-main .header-main-top .logo {
  width: 100px;
  height: auto;
}
.sticky-header .header-main-bg .header-main .header-main-top .search-container {
  max-width: 800px;
  width: 100%;
}
.sticky-header
  .header-main-bg
  .header-main
  .header-main-top
  .search-container
  form {
  display: flex;
  align-items: center;
}
.sticky-header
  .header-main-bg
  .header-main
  .header-main-top
  .search-container
  form
  input[type="text"] {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px;
  width: 100%;
}
.sticky-header
  .header-main-bg
  .header-main
  .header-main-top
  .search-container
  form
  button[type="submit"] {
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding: 18px 18px 16px 18px;
  position: relative;
  left: -30px;
}
.sticky-header
  .header-main-bg
  .header-main
  .header-main-top
  .search-container
  form
  button[type="submit"]
  img {
  width: 20px;
  height: auto;
  color: #ffffff;
}
.sticky-header .header-main-bg .header-main .header-main-top .my-account-link {
  display: flex;
  align-items: center;
}
.sticky-header .header-main-bg .header-main .header-main-top .cart-button {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
}
.sticky-header .header-main-bg .header-main .header-main-top .cart-button img {
  width: 40px;
  height: auto;
}
.sticky-header .header-main-bg .header-main .header-main-top .cart-button p {
  color: #ffffff;
}
.sticky-header .header-main-bg .header-main .header-main-bottom {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
.sticky-header .header-main-bg .header-main .header-main-bottom a {
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  text-transform: uppercase;
  /* margin: 0 40px 0 0; */
  /* width: 200px; */
}
.sticky-header .header-main-bg .header-main .header-main-bottom a:hover {
  text-decoration: underline;
  color: #000000;
}

.sticky-header {
  display: none;
  height: 0;
}
.sticky-header.active {
  display: block;
  height: initial;
  position: sticky;
  top: 0;
  z-index: 3;
}
header.sticky-header {
  display: block;
  height: initial;
  position: sticky;
  top: -140px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  /* header.sticky-header {
    display: none;
  } */
  .sticky-header.active {
    display: none;
  }
}

header .header-main-bg .header-main .header-main-top {
  padding: 20px 0 20px 0;
}

.mobile-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-header {
    display: block;
    background: #ffffff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0 0 30px 30px;
    padding: 25px 0;
  }
  .mobile-header .mobile-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-header .mobile-header-container .mobile-header-left {
    display: flex;
    align-items: center;
  }
  .mobile-header .mobile-header-container .mobile-header-left .mobile-menu {
    width: 35px;
    height: auto;
    cursor: pointer;
  }
  .mobile-header .mobile-header-container .mobile-header-left .mobile-logo {
    width: 125px;
    height: auto;
    margin: 0 0 0 15px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) and (max-width: 475px) {
  .mobile-header .mobile-header-container .mobile-header-left .mobile-logo {
    margin: 0 0 0 5px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-header .mobile-header-container .mobile-header-right {
    display: flex;
    align-items: center;
  }
  .mobile-header
    .mobile-header-container
    .mobile-header-right
    .mobile-my-account {
    width: 20px;
    height: auto;
    cursor: pointer;
  }
  .mobile-header .mobile-header-container .mobile-header-right .mobile-search {
    margin: 0 30px;
    width: 20px;
    height: auto;
    cursor: pointer;
  }
  .mobile-header .mobile-header-container .mobile-header-right .cart-button {
    display: flex;
    align-items: center;
    padding: 5px 15px 5px 5px;
    background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
    box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
    border-radius: 11px;
    cursor: pointer;
  }
  .mobile-header
    .mobile-header-container
    .mobile-header-right
    .cart-button
    img {
    width: 40px;
    height: auto;
  }
  .mobile-header .mobile-header-container .mobile-header-right .cart-button p {
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .mobile-header .mobile-header-container .mobile-menu-items {
    display: none;
  }
  .mobile-header .mobile-header-container .mobile-menu-items.active {
    display: block;
  }
  .mobile-header
    .mobile-header-container
    .mobile-menu-items.active
    .mobile-menu-contianer {
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
  }
  .mobile-header
    .mobile-header-container
    .mobile-menu-items.active
    .mobile-menu-contianer::before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-image: url(../images/bf-icon-mobile-menu.svg);
    background-repeat: no-repeat;
    width: 130px;
    height: 170px;
  }
  .mobile-header
    .mobile-header-container
    .mobile-menu-items.active
    .mobile-menu-contianer
    .mobile-menu-close-button {
    width: 40px;
    height: auto;
    margin: 20px 0 10px 10px;
    cursor: pointer;
    display: block;
  }
  .mobile-header
    .mobile-header-container
    .mobile-menu-items.active
    .mobile-menu-contianer
    .mobile-main-links {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 5px solid #e9e9e9;
  }
  .mobile-header
    .mobile-header-container
    .mobile-menu-items.active
    .mobile-menu-contianer
    .mobile-main-links
    a {
    display: flex;
    gap: 10px;
    padding: 0px 0 0 20px;
    font-size: 20px;
    color: #161616;
    letter-spacing: 0.33px;
    line-height: 50px;
    font-weight: 500;
  }
  .mobile-header
    .mobile-header-container
    .mobile-menu-items.active
    .mobile-menu-contianer
    span.menu-icon
    img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .mobile-header
    .mobile-header-container
    .mobile-menu-items.active
    .mobile-menu-contianer
    span.menu-icon {
    width: 50px;
    display: flex;
    height: 50px;
  }
  .mobile-header
    .mobile-header-container
    .mobile-menu-items.active
    .mobile-menu-contianer
    .mobile-sec-links
    a {
    display: flex;
    gap: 10px;
    padding: 0px 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #161616;
    letter-spacing: 0.27px;
    line-height: 45px;
  }
}

.footer {
  background: #ffffff;
  box-shadow: 0 -10px 40px 0 rgba(0, 0, 0, 0.09);
  border-radius: 50px 50px 0 0;
  margin: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .footer {
    border-radius: 30px 30px 0 0;
  }
}
.footer .footer-items {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-items {
    padding: 50px 0 0px 0;
  }
}
.footer .footer-items .footer-left {
  width: calc(100% - 400px);
  display: flex;
}
@media screen and (max-width: 1199px) {
  .footer .footer-items .footer-left {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-items .footer-left {
    display: none;
  }
}
.footer .footer-items .footer-left .footer-left-single-col {
  margin: 0 60px 0 0;
}
.footer .footer-items .footer-left .footer-left-single-col h5 {
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1199px) {
  .footer .footer-items .footer-left .footer-left-single-col h5 {
    font-size: 13px;
    margin: 0 0 5px 0;
  }
}
.footer .footer-items .footer-left .footer-left-single-col a {
  display: block;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.23px;
  line-height: 36px;
}
.footer .footer-items .footer-left .footer-left-single-col a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .footer .footer-items .footer-left .footer-left-single-col a {
    font-size: 13px;
  }
}
.footer .footer-items .footer-right {
  height: fit-content;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .footer .footer-items .footer-right {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-items .footer-right {
    max-width: 600px;
    margin: 0 auto;
  }
}
.footer .footer-items .footer-right .newsletter-form {
  margin: 0 0 30px 0;
}
.footer .footer-items .footer-right .newsletter-form h6 {
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1199px) {
  .footer .footer-items .footer-right .newsletter-form h6 {
    font-size: 13px;
  }
}
.footer .footer-items .footer-right .newsletter-form form {
  display: flex;
  align-items: center;
}
.footer .footer-items .footer-right .newsletter-form form input[type="text"] {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .footer .footer-items .footer-right .newsletter-form form input[type="text"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-items .footer-right .newsletter-form form input[type="text"] {
    font-size: 11px;
  }
}
.footer
  .footer-items
  .footer-right
  .newsletter-form
  form
  button[type="submit"] {
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding: 18px 20px;
  position: relative;
  left: -20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .footer
    .footer-items
    .footer-right
    .newsletter-form
    form
    button[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer
    .footer-items
    .footer-right
    .newsletter-form
    form
    button[type="submit"] {
    font-size: 11px;
    left: 5px;
  }
}
.footer .footer-items .footer-right .footer-social h6 {
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1199px) {
  .footer .footer-items .footer-right .footer-social h6 {
    font-size: 13px;
  }
}
.footer .footer-items .footer-right .footer-social .social-icons a img {
  width: 70px;
  position: relative;
  left: -15px;
  top: -15px;
  transition: 0.2s all ease-in-out;
}
.footer
  .footer-items
  .footer-right
  .footer-social
  .social-icons
  a:last-child
  img {
  left: -30px;
}
.footer .footer-items .footer-right .footer-social .social-icons a:hover img {
  transform: scale(1.05);
  transition: 0.2s all ease-in-out;
}

.copyrights {
  background-image: linear-gradient(180deg, #343434 0%, #161616 99%);
  padding: 15px 0;
}
.copyrights .copyrights-content {
  display: flex;
  justify-content: space-between;
}
.copyrights .copyrights-content p {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .copyrights .copyrights-content p {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .copyrights .copyrights-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .copyrights .copyrights-content p {
    margin: 0 0 10px 0;
    font-size: 10px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .copyrights {
    padding: 15px 0 5px;
  }
}

.back-to-top-button {
  position: absolute;
  bottom: 60px;
  right: 20px;
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 18px;
  font-family: Roboto-Bold;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
  padding: 13px 23px;
  width: 50px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.back-to-top-button:hover {
  transition: 0.2s all ease-in-out;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1199px) {
  .back-to-top-button {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .back-to-top-button {
    display: none;
  }
}

.home-hero {
  max-width: 1170px;
  width: 100%;
  margin: 50px auto 30px;
  display: block;
}
.home-hero img {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
}
.home-hero:hover img {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 768px) {
  .home-hero {
    margin: 50px auto 20px;
  }
  .home-hero img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 475px) {
  .home-hero {
    margin: 30px auto 20px;
  }
  .home-hero img {
    height: 350px;
    width: auto;
    object-fit: cover;
  }
}

.home-hero-banners {
  display: flex;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.home-hero-banners .single-home-hero-banner {
  width: 100%;
}
.home-hero-banners .single-home-hero-banner img {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  transition: 0.2s all ease-in-out;
}
.home-hero-banners .single-home-hero-banner:nth-child(2) {
  margin: 0 30px;
}
.home-hero-banners .single-home-hero-banner:hover img {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 768px) {
  .home-hero-banners .single-home-hero-banner img {
    border-radius: 20px;
  }
  .home-hero-banners .single-home-hero-banner:nth-child(2) {
    margin: 0 20px;
  }
}
@media screen and (max-width: 475px) {
  .home-hero-banners {
    flex-direction: column;
  }
  .home-hero-banners .single-home-hero-banner img {
    border-radius: 20px;
  }
  .home-hero-banners .single-home-hero-banner:nth-child(2) {
    margin: 20px 0px;
  }
}

.featured-brands {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.featured-brands .home-brands {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 0 20px 0;
  width: 100%;
}
.featured-brands .home-brands .single-home-brand {
  display: inline-block;
  width: 174px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  margin: 0 20px 0 0;
  transition: 0.2s all ease-in-out;
}
.featured-brands .home-brands .single-home-brand img {
  border-radius: 20px;
}
.featured-brands .home-brands .single-home-brand:last-child {
  margin: 0 0px 0 0;
}
.featured-brands .home-brands .single-home-brand:hover {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1260px) {
  .featured-brands .home-brands {
    margin-right: -60px;
  }
}

.brand-fashion-favorites {
  width: 100%;
  margin: 100px auto 0px;
  padding: 150px 0;
  text-align: center;
  position: relative;
  background: url(../images/brand-fashion-favorites-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.brand-fashion-favorites .brand-fashion-favorites-background {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 100%;
  z-index: 0;
  top: 0;
}
.brand-fashion-favorites .brand-fashion-favorites-title {
  position: relative;
}
.brand-fashion-favorites .brand-fashion-favorites-title img {
  width: 110px;
  height: auto;
}
.brand-fashion-favorites .brand-fashion-favorites-title h2 {
  font-size: 31.25px;
  color: #161616;
  margin: 30px 0 40px;
}
.brand-fashion-favorites .brand-fashion-favorites-title h3 {
  color: #161616;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f2f2;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 3px 9px;
  border-radius: 6px;
}
.brand-fashion-favorites .brand-fashion-favorites-title h3 img {
  width: 25px;
  height: auto;
  margin: -10px 10px 0 0;
}
.brand-fashion-favorites .brand-fashion-favorites-images {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 0 20px 0;
}
.brand-fashion-favorites .brand-fashion-favorites-images a img {
  width: 290px;
  height: auto;
  margin: 0px -5px;
  transition: 0.2s all ease-in-out;
}
.brand-fashion-favorites .brand-fashion-favorites-images a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .brand-fashion-favorites {
    margin: 50px auto 0px;
    padding: 100px 0;
  }
  .brand-fashion-favorites .brand-fashion-favorites-title h2 {
    margin: 20px 0 30px;
    font-size: 21px;
  }
  .brand-fashion-favorites .brand-fashion-favorites-title img {
    width: 60px;
    height: auto;
  }
}

.product-widget {
  display: inline-block;
  margin: 0 13px 30px 0;
  width: 180px;
  vertical-align: top;
}
.product-widget:last-child {
  margin: 0 0px 30px 0;
}
.product-widget .product-widget-image .sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  background: red;
  color: #fff;
  padding: 3px 5px;
  font-size: 1rem;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-widget .product-widget-image {
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  min-height: 327px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .product-widget .product-widget-image {
    min-height: 280px;
  }
}

.product-widget .product-widget-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.product-widget .product-widget-image .widget-add-favorites {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}
.product-widget .product-widget-image .widget-add-favorites .heart-filled {
  display: none;
  width: 25px;
  height: auto;
  transition: 0.2s all ease-in-out;
}
.product-widget
  .product-widget-image
  .widget-add-favorites
  .heart-filled.active {
  display: none;
}
.product-widget
  .product-widget-image
  .widget-add-favorites
  .heart-filled:hover {
  transform: scale(1.1);
  transition: 0.2s all ease-in-out;
  box-shadow: 0 11px 14px 0 rgba(211, 71, 97, 0.1);
}
.product-widget .product-widget-image .widget-add-favorites .heart-unfilled {
  display: none;
  width: 25px;
  height: auto;
  transition: 0.2s all ease-in-out;
}
.product-widget
  .product-widget-image
  .widget-add-favorites
  .heart-unfilled.active {
  display: none;
}
.product-widget
  .product-widget-image
  .widget-add-favorites
  .heart-unfilled:hover {
  transform: scale(1.1);
  transition: 0.2s all ease-in-out;
  box-shadow: 0 11px 14px 0 rgba(211, 71, 97, 0.1);
}
.product-widget .product-widget-text-container {
  padding: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 475px) {
  .product-widget .product-widget-text-container {
    padding: 15px;
  }
}
.product-widget .product-widget-text-container::before {
  content: "";
  position: absolute;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  width: 100%;
  height: 320px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.product-widget .product-widget-text-container .widget-name {
  font-size: 14px;
  color: #161616;
  padding: 25px 0 0 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mobile-search-shown
  .product-widget
  .product-widget-text-container
  .widget-name {
  white-space: normal;
}
.product-widget .product-widget-text-container .widget-name:hover {
  text-decoration: underline;
}
.product-widget .product-widget-text-container .widget-brand {
  font-size: 12px;
  color: #828181;
  padding: 10px 0 0 0;
  display: block;
}
.product-widget .product-widget-text-container .widget-price {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .product-widget .product-widget-text-container .widget-price {
    font-size: 14px;
  }
}
.product-widget .product-widget-text-container .widget-sale-price {
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
  color: red;
  text-decoration: line-through;
}
@media screen and (max-width: 1200px) {
  .product-widget .product-widget-text-container .widget-sale-price {
    font-size: 10px;
  }
}
.product-widget .product-widget-text-container .widget-button {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  background: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 0;
  transition: 0.2s all ease-in-out;
  margin: 15px 0 0 0;
}
.product-widget .product-widget-text-container .widget-button:hover {
  transition: 0.2s all ease-in-out;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.3);
}

.products-row {
  max-width: 1170px;
  width: 100%;
  margin: 100px auto 80px;
}
/* .products-row .products-row-container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 0 20px 0;
} */
.products-row.listing-grid {
  max-width: 1170px;
  width: 100%;
  margin: initial;
}
.products-row.listing-grid .products-row-container {
  overflow-x: initial;
  overflow-y: initial;
  white-space: initial;
  padding: initial;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
}
.products-row.listing-grid .products-row-container .product-widget {
  max-width: 300px;
  width: calc(100% / 5 - 13px);
  margin: 0 13px 50px 0;
}
@media screen and (max-width: 1200px) {
  .products-row.listing-grid .products-row-container .product-widget {
    width: calc(100% / 4 - 13px);
  }
}
@media screen and (max-width: 910px) {
  .products-row.listing-grid .products-row-container .product-widget {
    width: calc(100% / 3 - 13px);
  }
}
@media screen and (max-width: 560px) {
  .products-row.listing-grid .products-row-container .product-widget {
    width: calc(100% / 2 - 7px);
  }
  .products-row.listing-grid
    .products-row-container
    .product-widget:nth-child(2n) {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 1260px) {
  .products-row {
    margin: 60px auto 60px;
  }
  /* .products-row .products-row-container {
    margin-right: -60px;
  } */
}

.container-title {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
  gap: 15px;
}
.container-title h2 {
  font-size: 31.25px;
  color: #161616;
}
.container-title a {
  font-size: 14px;
  color: #161616;
  text-decoration: underline;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
  .container-title {
    margin: 0 0 20px 0;
  }
  .container-title h2 {
    font-size: 21px;
  }
}

.list-title .breadcrumb {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .list-title .breadcrumb {
    margin: 40px 0 20px 0;
  }
}
.list-title .breadcrumb a {
  font-size: 14px;
  color: #161616;
  text-decoration: underline;
}
.list-title .breadcrumb img {
  margin: 0 5px;
}
.list-title .breadcrumb p {
  font-size: 14px;
  color: #161616;
}
.list-title h1 {
  font-size: 48.83px;
  color: #161616;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .list-title h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}

.list-heros {
  max-width: 1170px;
  width: 100%;
  display: flex;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 600px) {
  .list-heros {
    flex-direction: column;
  }
}
.list-heros .list-banner {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 600px) {
  .list-heros .list-banner {
    margin: 15px 0 0 0;
  }
}
.list-heros .list-banner img {
  width: 100%;
  height: auto;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 768px) {
  .list-heros .list-banner img {
    border-radius: 20px;
  }
}
.list-heros .list-banner:hover img {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s all ease-in-out;
}
.list-heros .list-hero {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 600px) {
  .list-heros .list-hero {
    margin: 15px 0 0 0;
  }
}
.list-heros .list-hero img {
  width: 100%;
  height: auto;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 768px) {
  .list-heros .list-hero img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  .list-heros .list-hero img {
    height: 250px;
    width: auto;
    object-fit: cover;
  }
}
.list-heros .list-hero:hover img {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s all ease-in-out;
}

.list-items-container {
  display: flex;
}
.list-items-container .filter {
  margin: 0 13px 0 0;
  max-width: 230px;
  width: 100%;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .list-items-container .filter {
    display: none;
  }
  .list-items-container .filter.active {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100vw;
    max-width: 100%;
    background: #fff;
    right: 0;
    left: 0;
    padding: 30px;
    box-sizing: border-box;
    height: 100vh;
    overflow: scroll;
  }
}

.single-breadcrumb {
  display: flex;
  align-items: center;
  margin: 40px 0 20px 11px;
}
.single-breadcrumb a {
  font-size: 14px;
  color: #161616;
  text-decoration: underline;
}
.single-breadcrumb img {
  margin: 0 5px;
}
.single-breadcrumb p {
  font-size: 14px;
  color: #161616;
}

.single-container {
  padding: 0 0 100px 0;
  border-bottom: 10px solid #f2f2f3;
}
.single-container .single-left-container {
  display: inline-block;
  width: calc(100% - 360px);
  vertical-align: top;
  margin: 0 16px 0 0;
  overflow: hidden;
}
.single-container .single-left-container .single-gallery .single-gallery-item {
  display: inline-block;
  width: 49%;
}
.single-container
  .single-left-container
  .single-gallery
  .single-gallery-item
  img {
  margin: 0 5px 0 0;
  cursor: pointer;
}
.single-container
  .single-left-container
  .single-gallery
  .single-gallery-item
  .single-pop-up {
  width: 100%;
  max-width: 500px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  transition: 0.2s all ease-in-out;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.single-container
  .single-left-container
  .single-gallery
  .single-gallery-item
  .single-pop-up.active {
  transition: 0.2s all ease-in-out;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.single-container .single-left-container .single-specs {
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 40px;
  padding: 50px 40px 20px 40px;
  margin: 50px 10px 0 0;
}
.single-container .single-left-container .single-specs .single-specs-title {
  font-weight: 700;
  font-size: 20px;
  color: #161616;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.single-container
  .single-left-container
  .single-specs
  .single-specs-table-container {
  display: flex;
}
.single-container
  .single-left-container
  .single-specs
  .single-specs-table-container
  .single-specs-table {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 40px 0 0;
}
.single-container
  .single-left-container
  .single-specs
  .single-specs-table-container
  .single-specs-table:last-child {
  margin: 0 0 0 0;
}
.single-container
  .single-left-container
  .single-specs
  .single-specs-table-container
  .single-specs-table
  .single-specs-table-item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px 0;
}
.single-container
  .single-left-container
  .single-specs
  .single-specs-table-container
  .single-specs-table
  .single-specs-table-item
  h6 {
  font-weight: 700;
  font-size: 14px;
  color: #161616;
  letter-spacing: 0.23px;
  line-height: 21px;
}
.single-container
  .single-left-container
  .single-specs
  .single-specs-table-container
  .single-specs-table
  .single-specs-table-item
  p {
  font-size: 14px;
  color: #161616;
  letter-spacing: 0.23px;
  line-height: 21px;
  text-align: right;
}
.single-container .single-left-container .single-specs.mobile-single-specs {
  display: none;
}
.single-container .single-left-container .single-product-care {
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 40px;
  padding: 50px 40px 20px 40px;
  margin: 50px 10px 0 0;
}
.single-container
  .single-left-container
  .single-product-care
  .single-care-title {
  font-weight: 700;
  font-size: 20px;
  color: #161616;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.single-container
  .single-left-container
  .single-product-care
  .single-care-item
  p {
  font-size: 14px;
  color: #161616;
  letter-spacing: 0.23px;
  line-height: 21px;
  margin: 0 0 25px 0;
}
.single-container
  .single-left-container
  .single-product-care
  .single-care-item
  strong {
  font-weight: 700;
}
.single-container .single-text {
  display: inline-block;
  width: 340px;
  position: sticky;
  top: 110px;
}
.single-container .single-text .single-text-extras {
  display: flex;
  justify-content: space-between;
}
.single-container
  .single-text
  .single-text-extras
  .single-discount-label
  .discount-label {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background-color: red;
  padding: 5px 10px;
  border-radius: 6px;
}
.single-container
  .single-text
  .single-text-extras
  .single-add-to-wishlist
  .add-to-wishlist {
  display: none;
  font-size: 14px;
  color: #bd0131;
}
.single-container
  .single-text
  .single-text-extras
  .single-add-to-wishlist
  .add-to-wishlist
  img {
  margin: 0 5px 0 0;
}
.single-container
  .single-text
  .single-text-extras
  .single-add-to-wishlist
  .add-to-wishlist.active {
  display: flex;
  align-items: center;
}
.single-container
  .single-text
  .single-text-extras
  .single-add-to-wishlist
  .add-to-wishlist:hover
  img {
  transform: scale(1.1);
  transition: 0.2s all ease-in-out;
  box-shadow: 0 11px 14px 0 rgba(211, 71, 97, 0.1);
}
.single-container
  .single-text
  .single-text-extras
  .single-add-to-wishlist
  .added-to-wishlist {
  display: none;
  font-size: 14px;
  color: #bd0131;
}
.single-container
  .single-text
  .single-text-extras
  .single-add-to-wishlist
  .added-to-wishlist
  img {
  margin: 0 5px 0 0;
}
.single-container
  .single-text
  .single-text-extras
  .single-add-to-wishlist
  .added-to-wishlist.active {
  display: flex;
  align-items: center;
}
.single-container
  .single-text
  .single-text-extras
  .single-add-to-wishlist
  .added-to-wishlist:hover
  img {
  transform: scale(1.1);
  transition: 0.2s all ease-in-out;
  box-shadow: 0 11px 14px 0 rgba(211, 71, 97, 0.1);
}
.single-container .single-text .single-title {
  font-size: 25px;
  color: #161616;
  margin: 20px 0 10px 0;
}
.single-container .single-text .single-description {
  font-weight: 400;
  font-size: 14px;
  color: #161616;
  letter-spacing: 0.23px;
  line-height: 21px;
  margin: 0 0 15px 0;
}
.single-container .single-text .single-stock-text {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.27px;
  margin: 0 0 15px 0;
}
.single-container .single-text .single-stock-text.in-stock-text {
  color: #00990b;
}
.single-container .single-text .single-stock-text.out-of-stock-text {
  color: #b2b2b2;
}
.single-container .single-text .single-price {
  display: inline-block;
  font-size: 31.25px;
  color: #161616;
  letter-spacing: 0;
  margin: 10px 10px 10px 0;
  vertical-align: middle;
  font-weight: 500;
}
.single-container .single-text .single-sale-price {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #828181;
  text-decoration: line-through;
  margin: 5px 0 0 0;
  position: relative;
  top: 2px;
}
.single-container .single-text .single-button {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  background-image: linear-gradient(180deg, #73c779 0%, #00990b 99%);
  box-shadow: 0 9px 14px 0 rgba(104, 195, 111, 0.2);
  border-radius: 20px;
  margin: 15px 0;
  text-align: center;
  padding: 18px 0;
  transition: 0.2s all ease-in-out;
  width: 100%;
}
.single-container .single-text .single-button:hover {
  box-shadow: 0 12px 14px 0 rgba(104, 195, 111, 0.4);
  transition: 0.2s all ease-in-out;
}
.single-container .single-text .single-stock-notice {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #00990b;
  letter-spacing: 0.27px;
  margin: 25px 0 0 0;
}
.single-container .single-text .single-stock-notice img {
  margin: 0 5px 0 0;
}
.single-container .single-text .variations-dropdown form label {
  font-size: 14px;
  color: #161616;
  margin: 0 0 7px 0;
}
.single-container .single-text .variations-dropdown form select {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
  padding: 15px 0px 15px 15px;
  min-width: 180px;
  background-color: #f2f2f2;
  border-radius: 15px;
  appearance: none;
  background-image: url("../images/down.svg");
  background-position-x: 93%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  transition: 0.2s all ease-in-out;
}
.single-container .single-text .variations-dropdown form select:focus {
  border-color: #384ada;
}
.single-container .single-text .variations-dropdown form select:hover {
  transition: 0.2s all ease-in-out;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}
.single-container .single-specs.mobile-single-specs {
  display: none;
}
.single-container .single-product-care.mobile-single-care {
  display: none;
}
.single-container .variations-dropdown {
  margin: 25px 0;
}
.single-container .variations-dropdown p {
  font-size: 14px;
  color: #161616;
  margin: 0 0 7px 0;
}
.single-container .variations-dropdown .number {
  width: fit-content;
  background: #f5f5f5;
  transition: 0.2s all ease-in-out;
  border-radius: 15px;
  cursor: pointer;
}
.single-container .variations-dropdown .number .minus,
.single-container .variations-dropdown .number .plus {
  width: 20px;
  height: 20px;
  padding: 17px 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
  line-height: 21px;
  border-radius: 15px;
  transition: 0.2s all ease-in-out;
}
.single-container .variations-dropdown .number .minus:hover,
.single-container .variations-dropdown .number .plus:hover {
  background: #c5c5c5;
}
.single-container .variations-dropdown .number input {
  height: 34px;
  width: 50px;
  text-align: center;
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
}

@media screen and (max-width: 999px) {
  .single-container
    .single-left-container
    .single-specs
    .single-specs-table-container {
    display: flex;
    flex-direction: column;
  }
  .single-container
    .single-left-container
    .single-specs
    .single-specs-table-container
    .single-specs-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 50px 40px 0 0;
  }
  .single-container .single-left-container .single-specs.mobile-single-specs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .single-container .single-left-container {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .single-container .single-left-container .single-specs {
    display: none;
  }
  .single-container .single-left-container .single-product-care {
    display: none;
  }
  .single-container .single-left-container .single-gallery {
    display: block;
    white-space: nowrap;
    width: initial;
    overflow: scroll;
    margin-right: -40px;
  }
  .single-container
    .single-left-container
    .single-gallery
    .single-gallery-item {
    display: inline-block;
    width: 300px;
  }
  .single-container .single-text {
    display: block;
    position: initial;
    width: 100%;
  }
  .single-container .single-specs.mobile-single-specs {
    display: block;
    background: #ffffff;
    box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
    border-radius: 40px;
    padding: 50px 40px 20px 40px;
    margin: 0 10px 0 0;
  }
  .single-container .single-specs.mobile-single-specs .single-specs-title {
    font-weight: 700;
    font-size: 20px;
    color: #161616;
    margin: 0 0 30px 0;
    text-transform: uppercase;
  }
  .single-container
    .single-specs.mobile-single-specs
    .single-specs-table-container {
    display: flex;
    flex-direction: column;
  }
  .single-container
    .single-specs.mobile-single-specs
    .single-specs-table-container
    .single-specs-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 40px 0 0;
  }
  .single-container
    .single-specs.mobile-single-specs
    .single-specs-table-container
    .single-specs-table:last-child {
    margin: 0 0 0 0;
  }
  .single-container
    .single-specs.mobile-single-specs
    .single-specs-table-container
    .single-specs-table
    .single-specs-table-item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px 0;
  }
  .single-container
    .single-specs.mobile-single-specs
    .single-specs-table-container
    .single-specs-table
    .single-specs-table-item
    h6 {
    font-weight: 700;
    font-size: 14px;
    color: #161616;
    letter-spacing: 0.23px;
    line-height: 21px;
  }
  .single-container
    .single-specs.mobile-single-specs
    .single-specs-table-container
    .single-specs-table
    .single-specs-table-item
    p {
    font-size: 14px;
    color: #161616;
    letter-spacing: 0.23px;
    line-height: 21px;
    text-align: right;
  }
  .single-container .single-product-care.mobile-single-care {
    display: block;
    background: #ffffff;
    box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
    border-radius: 40px;
    padding: 50px 40px 20px 40px;
    margin: 50px 10px 0 0;
  }
  .single-container .single-product-care.mobile-single-care .single-care-title {
    font-weight: 700;
    font-size: 20px;
    color: #161616;
    margin: 0 0 30px 0;
    text-transform: uppercase;
  }
  .single-container
    .single-product-care.mobile-single-care
    .single-care-item
    p {
    font-size: 14px;
    color: #161616;
    letter-spacing: 0.23px;
    line-height: 21px;
    margin: 0 0 25px 0;
  }
  .single-container
    .single-product-care.mobile-single-care
    .single-care-item
    strong {
    font-weight: 700;
  }
}
.terms-policy .terms-policy-title {
  padding: 0 0 50px 0;
  margin: 60px 0 50px 0;
  border-bottom: 1px solid #bfc1c6;
}
.terms-policy .terms-policy-title h1 {
  font-size: 39.06px;
  color: #161616;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .terms-policy .terms-policy-title h1 {
    font-size: 28px;
  }
}
.terms-policy .terms-policy-content .terms-policy-section {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e2e4e9;
}
.terms-policy .terms-policy-content .terms-policy-section:last-child {
  border-bottom: none;
}
.terms-policy .terms-policy-content .terms-policy-section h2 {
  font-weight: 500;
  font-size: 14px;
  color: #454545;
  margin: 0 0 20px 0;
}
.terms-policy .terms-policy-content .terms-policy-section p {
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  line-height: 35px;
  margin: 0 0 10px 0;
}

.blog-page-title {
  margin: 50px 0;
}
.blog-page-title h2 {
  font-size: 20px;
  color: #161616;
}
.blog-page-title h1 {
  font-size: 48.83px;
  color: #161616;
  margin: 10px 0;
}

.blog-page-container .blog-widget {
  display: flex;
  align-items: center;
  margin: 0 0 80px 0;
}
.blog-page-container .blog-widget .blog-widget-image {
  max-width: 450px;
}
.blog-page-container .blog-widget .blog-widget-image img {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
}
.blog-page-container .blog-widget .blog-widget-text {
  max-width: 500px;
  margin: 0 0 0 30px;
}
.blog-page-container .blog-widget .blog-widget-text .blog-widget-date {
  font-size: 20px;
  color: #161616;
}
.blog-page-container .blog-widget .blog-widget-text .blog-widget-title {
  font-weight: 700;
  font-size: 25px;
  color: #161616;
  margin: 20px 0 10px 0;
}
.blog-page-container .blog-widget .blog-widget-text .blog-widget-description {
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
}
.blog-page-container .blog-widget .blog-widget-text .blog-widget-button {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  background: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 0;
  transition: 0.2s all ease-in-out;
  max-width: 150px;
  margin: 50px 0 0 0;
}
.blog-page-container .blog-widget .blog-widget-text .blog-widget-button:hover {
  transition: 0.2s all ease-in-out;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 999px) {
  .blog-page-container .blog-widget .blog-widget-text .blog-widget-date {
    font-size: 14px;
  }
  .blog-page-container .blog-widget .blog-widget-text .blog-widget-title {
    font-size: 16px;
  }
  .blog-page-container .blog-widget .blog-widget-text .blog-widget-description {
    font-size: 13px;
  }
  .blog-page-container .blog-widget .blog-widget-text .blog-widget-button {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blog-page-title {
    margin: 50px 0;
  }
  .blog-page-title h2 {
    text-align: center;
  }
  .blog-page-title h1 {
    text-align: center;
  }

  .blog-page-container .blog-widget {
    flex-direction: column;
  }
  .blog-page-container .blog-widget .blog-widget-image {
    max-width: 500px;
  }
  .blog-page-container .blog-widget .blog-widget-text {
    margin: 30px 0;
  }
  .blog-page-container .blog-widget .blog-widget-text .blog-widget-date {
    font-size: 14px;
  }
  .blog-page-container .blog-widget .blog-widget-text .blog-widget-title {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
  }
  .blog-page-container .blog-widget .blog-widget-text .blog-widget-description {
    font-size: 13px;
  }
  .blog-page-container .blog-widget .blog-widget-text .blog-widget-button {
    margin: 30px 0 0 0;
  }
}
.single-blog-title-date {
  max-width: 740px;
  margin: 60px auto 40px;
}
.single-blog-title-date h2 {
  font-size: 20px;
  color: #161616;
}
@media screen and (max-width: 768px) {
  .single-blog-title-date h2 {
    font-size: 16px;
  }
}
.single-blog-title-date h1 {
  font-size: 34px;
  color: #161616;
  margin: 20px 0 0 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .single-blog-title-date h1 {
    font-size: 20px;
  }
}

.single-blog-hero {
  text-align: center;
}
.single-blog-hero img {
  border-radius: 40px;
}
.single-blog .single-blog-container {
  margin: 50px auto 0;
  padding: 0 0 50px 0;
}
.single-blog .single-blog-container .single-blog-content {
  max-width: 740px;
  width: 90%;
  margin: 0 auto;
}
.single-blog .single-blog-container .single-blog-content p {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 41px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .single-blog .single-blog-container .single-blog-content p {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 30px;
  }
}
.single-blog .single-blog-container .single-blog-content strong {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  display: block;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .single-blog .single-blog-container .single-blog-content strong {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 26px;
  }
}
.single-blog .single-blog-container .single-blog-content h2 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  display: block;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .single-blog .single-blog-container .single-blog-content h2 {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 26px;
  }
}
.single-blog .single-blog-container .single-blog-content h3 {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 27px;
  display: block;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .single-blog .single-blog-container .single-blog-content h3 {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 26px;
  }
}
.single-blog .single-blog-container .single-blog-content img {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.single-blog .single-blog-container .single-blog-content ul li {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 31px;
  margin: 0 0 30px 0;
  padding: 0 0 0 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-blog .single-blog-container .single-blog-content ul li {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 26px;
    padding: 0 0 0 17px;
  }
}
.single-blog .single-blog-container .single-blog-content ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #181818;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .single-blog .single-blog-container .single-blog-content ul li::before {
    width: 9px;
    height: 9px;
  }
}
.single-blog .single-blog-container .single-blog-content ol li {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 31px;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  position: relative;
  counter-increment: step-counter;
}
@media screen and (max-width: 768px) {
  .single-blog .single-blog-container .single-blog-content ol li {
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 26px;
    padding: 0 0 0 20px;
  }
}
.single-blog .single-blog-container .single-blog-content ol li::before {
  content: counter(step-counter) "-";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 1px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .single-blog .single-blog-container .single-blog-content ol li::before {
    width: 9px;
    height: 9px;
  }
}
.single-blog .single-blog-container .single-blog-content .single-blog-video {
  height: 0;
  position: relative;
  padding-bottom: 56%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .single-blog .single-blog-container .single-blog-content .single-blog-video {
    margin: 0 0 20px 0;
  }
}
.single-blog
  .single-blog-container
  .single-blog-content
  .single-blog-video
  iframe {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.collections-title .breadcrumb {
  display: flex;
  align-items: center;
  margin: 50px 0 20px 0;
}
.collections-title .breadcrumb a {
  font-size: 14px;
  color: #161616;
  text-decoration: underline;
}
.collections-title .breadcrumb img {
  margin: 0 5px;
}
.collections-title .breadcrumb p {
  font-size: 14px;
  color: #161616;
}
.collections-title h1 {
  font-size: 48.83px;
  color: #161616;
  margin: 0 0 30px 0;
}

.collections-heros {
  max-width: 1170px;
  width: 100%;
  display: flex;
  margin: 0 0 50px 0;
}
.collections-heros .collections-hero img {
  width: 100%;
  height: auto;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  transition: 0.2s all ease-in-out;
}
.collections-heros .collections-hero:hover img {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s all ease-in-out;
}

.list-items-container {
  display: flex;
}

.collections-banners {
  display: flex;
  max-width: 1170px;
  width: 100%;
  margin: 20px 0 60px -10px;
  justify-content: space-between;
}
.collections-banners .single-collections-banner {
  width: 100%;
}
.collections-banners .single-collections-banner img {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  transition: 0.2s all ease-in-out;
}
.collections-banners .single-collections-banner:nth-child(2) {
  margin: 0 30px;
}
.collections-banners .single-collections-banner:hover img {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s all ease-in-out;
}

.cart-page {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .cart-page {
    margin: 0 0 30px 0;
  }
}
.cart-page .cart-page-title h1 {
  font-size: 48.83px;
  color: #161616;
  margin: 80px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .cart-page .cart-page-title h1 {
    font-size: 28px;
  }
}
.cart-page .cart-page-contrainer .woocommerce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .cart-page .cart-page-contrainer .woocommerce {
    flex-direction: column;
  }
}
.cart-page .cart-page-contrainer .woocommerce .cart-items {
  width: 65%;
  top: 30px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .cart-page .cart-page-contrainer .woocommerce .cart-items {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .cart-page .cart-page-contrainer .woocommerce .cart-items {
    width: 100%;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table {
  text-align: left;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  thead {
  position: relative;
  top: -20px;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  thead
  tr {
  border-bottom: 1px solid #d5d6d8;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  thead
  tr
  th {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  color: #161616;
  padding: 0 0 15px 0;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody {
  margin: 20px 0 0 0;
  position: relative;
  top: 20px;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item {
  margin: 0 0 20px 0;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td {
  vertical-align: top;
  padding: 0px 0 30px 0px;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-thumbnail {
  width: 100px;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-thumbnail {
    width: 70px;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-thumbnail
  a
  img {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 16px;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name {
  padding: 30px 0 0 20px;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-name {
    padding: 15px 0 0 15px;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  a {
  display: block;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-name
    a {
    font-size: 13px;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  a.remove {
  font-size: 14px;
  color: #b2b2b2;
  text-decoration: underline;
  display: block;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-name
    a.remove {
    margin: 15px 0 0 0;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  p {
  font-size: 14px;
  color: #161616;
  letter-spacing: 0.23px;
  margin: 0 0 10px 0;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-price {
  padding: 30px 0 0 0;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-price {
    padding: 15px 0 0 0;
    font-size: 13px;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity {
  padding: 10px 0 0 0;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-quantity {
    padding: 5px 0 0 0;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container {
  width: fit-content;
  display: block;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-quantity
    .qib-container {
    padding: 10px;
    border-radius: 10px;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .minus,
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .plus {
  display: inline-block;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .quantity {
  display: inline-block;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .quantity
  .input-text {
  width: 80px;
  font-size: 16px;
  text-align: center;
  -moz-appearance: textfield;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .quantity
  .input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .quantity
  .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-quantity
    .qib-container
    .quantity
    .input-text {
    width: 40px;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-subtotal {
  padding: 30px 0 0 0;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-subtotal {
    padding: 15px 0 0 0;
    font-size: 13px;
  }
}
.cart-page .cart-page-contrainer .woocommerce .cart-summary {
  width: 29%;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 1199px) {
  .cart-page .cart-page-contrainer .woocommerce .cart-summary {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .cart-page .cart-page-contrainer .woocommerce .cart-summary {
    width: 100%;
    margin: 60px 0 0 0;
  }
}
.cart-page .cart-page-contrainer .woocommerce .cart-summary .cart_totals {
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  padding: 40px;
}
@media screen and (max-width: 1199px) {
  .cart-page .cart-page-contrainer .woocommerce .cart-summary .cart_totals {
    border-radius: 20px;
    padding: 20px;
  }
}
.cart-page .cart-page-contrainer .woocommerce .cart-summary .cart_totals h2 {
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1199px) {
  .cart-page .cart-page-contrainer .woocommerce .cart-summary .cart_totals h2 {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  table
  tbody
  tr
  th {
  text-align: left;
  font-size: 14px;
  color: #161616;
  letter-spacing: 0.23px;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-summary
    .cart_totals
    table
    tbody
    tr
    th {
    font-size: 12px;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  table
  tbody
  tr
  td {
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  color: #161616;
  letter-spacing: 0.23px;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-summary
    .cart_totals
    table
    tbody
    tr
    td {
    font-size: 12px;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  table
  tbody
  tr.cart-discount
  td {
  font-weight: 700;
  font-size: 14px;
  color: #26a82f;
  letter-spacing: 0;
  text-decoration: underline;
  cursor: pointer;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  .order-total {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #9fa2aa;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-summary
    .cart_totals
    .order-total {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  .order-total
  h3 {
  font-size: 14px;
  color: #161616;
  letter-spacing: 0.23px;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  .order-total
  h4 {
  font-weight: 700;
  font-size: 24px;
  color: #121212;
  letter-spacing: 0;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 1199px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-summary
    .cart_totals
    .order-total
    h4 {
    font-size: 18px;
  }
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  .wc-proceed-to-checkout
  a.checkout-button,
a.button.wc-backward {
  display: block;
  background-image: linear-gradient(180deg, #73c779 0%, #00990b 99%);
  box-shadow: 0 9px 14px 0 rgba(104, 195, 111, 0.2);
  border-radius: 17px;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  transition: 0.2s all ease-in-out;
  padding: 19px 0;
  text-transform: uppercase;
}
a.button.wc-backward {
  padding: 19px 30px;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  .wc-proceed-to-checkout
  a.checkout-button:hover,
a.button.wc-backward:hover {
  box-shadow: 0 12px 14px 0 rgba(104, 195, 111, 0.4);
  transition: 0.2s all ease-in-out;
}

.cart-page.checkout-page .cart-page-title h1 {
  margin: 80px 0 30px 0;
}
.cart-page.checkout-page .cart-page-contrainer {
  display: flex;
  justify-content: space-between;
}
.cart-page.checkout-page .cart-page-contrainer .cart-summary.checkout-summary {
  width: 30%;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page
    .cart-page-contrainer
    .cart-summary.checkout-summary {
    width: 100%;
    margin: 50px 0 30px;
  }
}
.cart-page.checkout-page
  .cart-page-contrainer
  .cart-summary.checkout-summary
  .cart_totals
  .checkout-summary-items
  .checkout-summary-single-item {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .cart-summary.checkout-summary
  .cart_totals
  .checkout-summary-items
  .checkout-summary-single-item
  img {
  background: #ffffff;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.07);
  border-radius: 9.6px;
  width: 45px;
  height: auto;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .cart-summary.checkout-summary
  .cart_totals
  .checkout-summary-items
  .checkout-summary-single-item
  .checkout-summary-single-item-text {
  margin: 0 0 0 10px;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .cart-summary.checkout-summary
  .cart_totals
  .checkout-summary-items
  .checkout-summary-single-item
  .checkout-summary-single-item-text
  h4 {
  font-weight: 700;
  font-size: 12px;
  color: #161616;
  margin: 0 0 5px 0;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .cart-summary.checkout-summary
  .cart_totals
  .checkout-summary-items
  .checkout-summary-single-item
  .checkout-summary-single-item-text
  h5 {
  font-size: 12px;
  color: #161616;
}
.cart-page.checkout-page .cart-page-contrainer .checkout-fields-container {
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  padding: 40px;
  width: 70%;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page .cart-page-contrainer .checkout-fields-container {
    width: 100%;
    box-sizing: border-box;
    border-radius: 22px;
    padding: 30px;
  }
}
.cart-page.checkout-page .cart-page-contrainer .checkout-fields-container h2 {
  font-weight: 700;
  font-size: 20px;
  color: #161616;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page .cart-page-contrainer .checkout-fields-container h2 {
    font-size: 16px;
  }
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.checkout-form
  .fields-two-per-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page
    .cart-page-contrainer
    .checkout-fields-container
    form.checkout-form
    .fields-two-per-row {
    flex-direction: column;
  }
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.checkout-form
  .fields-two-per-row
  .single-field {
  width: 100%;
  margin: 0 20px 0 0;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.checkout-form
  .fields-two-per-row
  .single-field
  label {
  font-weight: 700;
  font-size: 14px;
  color: #161616;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page
    .cart-page-contrainer
    .checkout-fields-container
    form.checkout-form
    .fields-two-per-row
    .single-field
    label {
    font-size: 12px;
  }
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.checkout-form
  .fields-two-per-row
  .single-field
  input[type="text"] {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px 0;
  max-width: 360px;
  width: 100%;
  text-indent: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page
    .cart-page-contrainer
    .checkout-fields-container
    form.checkout-form
    .fields-two-per-row
    .single-field
    input[type="text"] {
    max-width: 100%;
  }
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.checkout-form
  .fields-two-per-row
  .single-field
  select {
  cursor: pointer;
  text-indent: 20px;
  padding: 20px 0;
  max-width: 360px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
  min-width: 180px;
  background-color: #f2f2f2;
  border-radius: 18px;
  appearance: none;
  background-image: url(../images/down.svg);
  background-position-x: 93%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  transition: 0.2s all ease-in-out;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page
    .cart-page-contrainer
    .checkout-fields-container
    form.checkout-form
    .fields-two-per-row
    .single-field
    select {
    max-width: 100%;
  }
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.checkout-form
  .fields-two-per-row
  .single-field.smaller-single-fields {
  display: flex;
  justify-content: space-between;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.checkout-form
  .fields-two-per-row
  .single-field.smaller-single-fields
  .smaller-fields {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page
    .cart-page-contrainer
    .checkout-fields-container
    form.checkout-form
    .fields-two-per-row
    .single-field.smaller-single-fields {
    flex-direction: column;
  }
  .cart-page.checkout-page
    .cart-page-contrainer
    .checkout-fields-container
    form.checkout-form
    .fields-two-per-row
    .single-field.smaller-single-fields
    .smaller-fields {
    width: 100%;
  }
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  a.shipping-form-link {
  font-size: 16px;
  color: #161616;
  text-decoration: underline;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #a0a2aa;
  display: block;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page
    .cart-page-contrainer
    .checkout-fields-container
    a.shipping-form-link {
    font-size: 14px;
  }
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.payment-methods-form {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #a0a2aa;
  display: block;
  margin: 0 0 40px 0;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.payment-methods-form
  .single-payment-method {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.payment-methods-form
  .single-payment-method
  label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.23px;
  margin: 0 0 0 10px;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.payment-methods-form
  .single-payment-method
  label
  img {
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .cart-page.checkout-page
    .cart-page-contrainer
    .checkout-fields-container
    form.payment-methods-form
    .single-payment-method
    label {
    font-size: 12px;
  }
  .cart-page.checkout-page
    .cart-page-contrainer
    .checkout-fields-container
    form.payment-methods-form
    .single-payment-method
    label
    img {
    width: 30px;
  }
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.terms-container
  .terms-field {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.23px;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.terms-container
  .terms-field
  label {
  margin: 0 0 0 10px;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  form.terms-container
  .terms-field
  label
  a {
  text-decoration: underline;
  margin: 0 0 0 5px;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  .checkout-confirmation
  a {
  display: block;
  max-width: 350px;
  background-image: linear-gradient(180deg, #73c779 0%, #00990b 99%);
  box-shadow: 0 9px 14px 0 rgba(104, 195, 111, 0.2);
  border-radius: 17px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  transition: 0.2s all ease-in-out;
  padding: 19px 0;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
}
.cart-page.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  .checkout-confirmation
  a:hover {
  box-shadow: 0 12px 14px 0 rgba(104, 195, 111, 0.4);
  transition: 0.2s all ease-in-out;
}

.confirmation-page {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px;
}
.confirmation-page .confirmation-page-title img {
  width: 70px;
  margin: 80px 0 20px 0;
}
.confirmation-page .confirmation-page-title h1 {
  font-size: 48.83px;
  color: #161616;
  margin: 0px 0 20px 0;
}
.confirmation-page .confirmation-page-title p {
  font-size: 20px;
  color: #161616;
  margin: 0px 0 20px 0;
}
.confirmation-page .confirmation-details {
  margin: 40px 0 100px 0;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  display: flex;
  justify-content: space-between;
  padding: 60px;
}
.confirmation-page .confirmation-details h3 {
  font-weight: 700;
  font-size: 18px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
}
.confirmation-page .confirmation-details p {
  font-weight: 300;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.23px;
  line-height: 31px;
}
.confirmation-page .confirmation-page-contrainer {
  display: flex;
  justify-content: space-between;
}
.confirmation-page .confirmation-page-contrainer .confirmation-items {
  width: 100%;
  margin: 0 30px 0 0;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table {
  text-align: left;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  thead {
  position: relative;
  top: -20px;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  thead
  tr {
  border-bottom: 1px solid #d5d6d8;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  thead
  tr
  th {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  color: #161616;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody {
  margin: 20px 0 0 0;
  position: relative;
  top: 20px;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item {
  margin: 0 0 20px 0;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td {
  vertical-align: top;
  padding: 0px 0 30px 0px;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-thumbnail {
  width: 100px;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-thumbnail
  a
  img {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 16px;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name {
  padding: 30px 0 0 20px;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  a {
  display: block;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  margin: 0 0 10px 0;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  a.remove {
  font-size: 14px;
  color: #b2b2b2;
  text-decoration: underline;
  display: block;
  margin: 30px 0 0 0;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  p {
  font-size: 14px;
  color: #161616;
  letter-spacing: 0.23px;
  margin: 0 0 10px 0;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-price {
  padding: 30px 0 0 0;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity {
  padding: 10px 0 0 0;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container {
  width: fit-content;
  display: block;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 15px;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .minus,
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .plus {
  display: inline-block;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .quantity {
  display: inline-block;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .quantity
  .input-text {
  width: 80px;
  font-size: 16px;
  text-align: center;
  -moz-appearance: textfield;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .quantity
  .input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container
  .quantity
  .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.confirmation-page
  .confirmation-page-contrainer
  .confirmation-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-subtotal {
  padding: 30px 0 0 0;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
}

.contact-us-container {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .contact-us-container {
    flex-direction: column;
  }
}
.contact-us-container .contact-us-page-title h2 {
  font-size: 20px;
  color: #161616;
}
@media screen and (max-width: 768px) {
  .contact-us-container .contact-us-page-title h2 {
    font-size: 14px;
  }
}
.contact-us-container .contact-us-page-title h1 {
  font-size: 48.83px;
  color: #161616;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .contact-us-container .contact-us-page-title h1 {
    font-size: 28px;
  }
}
.contact-us-container .contact-us-page-title .contact-info {
  max-width: 400px;
}
.contact-us-container
  .contact-us-page-title
  .contact-info
  .single-contact-info {
  margin: 0 0 20px 0;
}
.contact-us-container
  .contact-us-page-title
  .contact-info
  .single-contact-info
  h3 {
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .contact-us-container
    .contact-us-page-title
    .contact-info
    .single-contact-info
    h3 {
    font-size: 14px;
  }
}
.contact-us-container
  .contact-us-page-title
  .contact-info
  .single-contact-info
  p {
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .contact-us-container
    .contact-us-page-title
    .contact-info
    .single-contact-info
    p {
    font-size: 14px;
  }
}
.contact-us-container .contact-us-page-title .map {
  margin: 50px 0;
}
.contact-us-container .contact-us-page-title .map img {
  max-width: 550px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
}
@media screen and (max-width: 768px) {
  .contact-us-container .contact-us-page-title .map img {
    max-width: 100%;
  }
}
.contact-us-container .contact-form {
  width: 500px;
  margin: 0 0 0 30px;
  padding: 40px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .contact-us-container .contact-form {
    width: 100%;
    margin: 50px 0 0 0px;
    padding: 30px;
  }
}
.contact-us-container .contact-form .form-head {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 30px 0;
}
.contact-us-container .contact-form .form-head h3 {
  font-size: 14px;
  color: #161616;
  margin: 0 0 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-us-container .contact-form .form-head h3 {
    font-size: 12px;
  }
}
.contact-us-container .contact-form .form-head h4 {
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-us-container .contact-form .form-head h4 {
    font-size: 14px;
  }
}
.contact-us-container .contact-form form label {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin: 0px 0 0 0;
}
.contact-us-container .contact-form form input[type="text"] {
  width: 100%;
  line-height: 52px;
  border-radius: 4px;
  margin: 6px 0 0 0;
  text-indent: 16px;
  background: #f2f2f2;
  border-radius: 18px;
}
.contact-us-container .contact-form form input[type="number"] {
  width: 100%;
  line-height: 43px;
  margin: 8px 0 -7px 0;
  text-indent: 16px;
  background: #f2f2f2;
  border-radius: 18px;
}
@media screen and (max-width: 590px) {
  .contact-us-container .contact-form form input[type="number"] {
    margin: 3px 0 -7px 0;
  }
}
.contact-us-container .contact-form form input[type="email"] {
  width: 100%;
  line-height: 43px;
  margin: 8px 0 -7px 0;
  text-indent: 16px;
  background: #f2f2f2;
  border-radius: 18px;
}
@media screen and (max-width: 590px) {
  .contact-us-container .contact-form form input[type="email"] {
    margin: 3px 0 -7px 0;
  }
}
.contact-us-container .contact-form form textarea {
  width: 100%;
  line-height: 43px;
  margin: 8px 0 -7px 0;
  text-indent: 16px;
  resize: vertical;
  overflow: hidden;
  height: 150px;
  background: #f2f2f2;
  border-radius: 18px;
}
@media screen and (max-width: 590px) {
  .contact-us-container .contact-form form textarea {
    margin: 3px 0 -7px 0;
  }
}
.contact-us-container .contact-form form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.contact-us-container .contact-form form input[type="submit"]:hover {
  transition: 0.2s all ease-in-out;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.3);
}

.login-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  height: fit-content;
  position: relative;
  top: 100px;
}
.login-form .form-close-button {
  position: absolute;
  right: 0;
  top: -50px;
  width: 50px;
  cursor: pointer;
  color: #fff;
}
.login-form .form-head {
  padding: 0 0 25px 0;
  margin: 0 0 30px 0;
}
.login-form .form-head h3 {
  font-size: 14px;
  color: #161616;
  margin: 0 0 10px 0;
  text-align: center;
}
.login-form .form-head h4 {
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.27px;
  line-height: 24px;
  text-align: center;
}
.login-form form label {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin: 0px 0 5px 0;
}
.login-form form input[type="text"] {
  width: 100%;
  line-height: 52px;
  border-radius: 4px;
  margin: 6px 0 0 0;
  text-indent: 16px;
  background: #f2f2f2;
  border-radius: 18px;
  margin: 0 0 40px 0;
}
.login-form form input[type="number"] {
  width: 100%;
  line-height: 52px;
  margin: 8px 0 -7px 0;
  text-indent: 16px;
  background: #f2f2f2;
  border-radius: 18px;
}
.login-form form input[type="email"] {
  width: 100%;
  line-height: 52px;
  margin: 8px 0 -7px 0;
  text-indent: 16px;
  background: #f2f2f2;
  border-radius: 18px;
  margin: 0 0 40px 0;
}
.login-form form input[type="password"] {
  width: 100%;
  line-height: 52px;
  margin: 8px 0 -7px 0;
  text-indent: 16px;
  background: #f2f2f2;
  border-radius: 18px;
  margin: 0 0 40px 0;
}
.login-form form textarea {
  width: 100%;
  line-height: 52px;
  margin: 8px 0 -7px 0;
  text-indent: 16px;
  resize: vertical;
  overflow: hidden;
  height: 150px;
  background: #f2f2f2;
  border-radius: 18px;
}
.login-form form button[type="submit"] {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.login-form form button[type="submit"]:hover {
  transition: 0.2s all ease-in-out;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.3);
}
.login-form h5 {
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.23px;
  text-align: center;
  margin: 40px 0 0 0;
}
.login-form h5 a {
  text-decoration: underline;
}

.signup.link_popup.js-popup-opener,
.login.link_popup.js-popup-opener {
  font-size: 16px;
  color: #161616;
  letter-spacing: 0.23px;
  text-align: center;
  margin: 40px 0 0 0;
  display: block;
  text-decoration: underline;
}

.popup.signup {
  display: none;
}
.popup.signup.active {
  display: block;
}

.popup.login {
  display: block;
}
.popup.login.active {
  display: none;
}

.about-page-container {
  position: relative;
  margin: 30px 20px 0;
  padding: 0px 0 0px 0;
  border-radius: 100px;
  background-image: linear-gradient(180deg, #f6f6f6 39%, #f5f5f5 100%);
}
.about-page-container .about-page-hero-continer {
  max-width: 1000px;
  margin: 0 auto 150px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 100px;
  padding: 80px 80px 40px 80px;
  top: 50px;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1199px) {
  .about-page-container .about-page-hero-continer {
    margin: 0 20px 150px 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-page-container .about-page-hero-continer {
    padding: 80px 20px 40px 20px;
  }
}
@media screen and (max-width: 475px) {
  .about-page-container .about-page-hero-continer {
    margin: 0 0px 330px 0px;
  }
}
.about-page-container .about-page-hero-continer::before {
  content: "";
  position: absolute;
  background-image: url("../images/about-title-container-left.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 200px;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .about-page-container .about-page-hero-continer::before {
    background-size: 140px;
  }
}
.about-page-container .about-page-hero-continer::after {
  content: "";
  position: absolute;
  background-image: url("../images/about-title-container-right.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 200px;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .about-page-container .about-page-hero-continer::after {
    background-size: 140px;
  }
}
.about-page-container .about-page-hero-continer h2 {
  font-size: 36px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .about-page-container .about-page-hero-continer h2 {
    font-size: 22px;
  }
}
.about-page-container .about-page-hero-continer h1 {
  font-weight: 700;
  font-size: 60px;
  color: #000;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 1199px) {
  .about-page-container .about-page-hero-continer h1 {
    font-size: 40px;
  }
}
.about-page-container .about-page-hero-continer p {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1199px) {
  .about-page-container .about-page-hero-continer p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }
}
.about-page-container::after {
  content: "";
  position: absolute;
  background-image: url("../images/right-drawing-home-about.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 320px;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  transform: rotateX(180deg);
}

.about-quote-container .quote-container {
  display: flex;
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  .about-quote-container .quote-container {
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 475px) {
  .about-quote-container .quote-container {
    flex-direction: column-reverse;
  }
}
.about-quote-container .quote-container .quote-text {
  width: 100%;
  padding: 20px 0 40px 50px;
  border-left: 4px solid #e7e7e7;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .about-quote-container .quote-container .quote-text {
    padding: 20px 0 20px 20px;
    border-left: 4px solid #e7e7e7;
    border-radius: 20px;
  }
}
@media screen and (max-width: 475px) {
  .about-quote-container .quote-container .quote-text {
    width: 100%;
  }
}
.about-quote-container .quote-container .quote-text img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .about-quote-container .quote-container .quote-text img {
    width: 50px;
  }
}
.about-quote-container .quote-container .quote-text h3 {
  font-style: italic;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 46px;
  margin: 30px 30px 30px 0;
}
@media screen and (max-width: 1199px) {
  .about-quote-container .quote-container .quote-text h3 {
    line-height: 36px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about-quote-container .quote-container .quote-text h3 {
    line-height: 29px;
    font-size: 14px;
    margin: 30px 30px 30px 0;
  }
}
.about-quote-container .quote-container .quote-text h4 {
  font-weight: 500;
  font-style: italic;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
}
@media screen and (max-width: 1199px) {
  .about-quote-container .quote-container .quote-text h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .about-quote-container .quote-container .quote-text h4 {
    font-size: 16px;
  }
}
.about-quote-container .quote-container .quote-image {
  width: 50%;
  text-align: end;
  position: relative;
  display: none;
}
@media screen and (max-width: 475px) {
  .about-quote-container .quote-container .quote-image {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.about-quote-container .quote-container .quote-image img {
  position: relative;
  top: 70px;
  left: -20px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .about-quote-container .quote-container .quote-image img {
    left: 30px;
    top: 10px;
  }
}
@media screen and (max-width: 475px) {
  .about-quote-container .quote-container .quote-image img {
    left: 0;
    top: 0;
  }
}
.about-quote-container .quote-container .quote-image::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -30px;
  width: 80%;
  height: 80%;
  z-index: 1;
  background: #f0f1e6;
}
.about-card {
  display: flex;
  margin: 0 0 100px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .about-card {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .about-card {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 560px) {
  .about-card {
    margin: -50px 0 100px 0;
  }
}
.about-card .about-card-text {
  width: 70%;
  margin: 0 60px 0 0;
  background: #f0f1e6;
  padding: 50px 60px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 90px;
}
@media screen and (max-width: 999px) {
  .about-card .about-card-text {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .about-card .about-card-text {
    width: 70%;
    margin: 30px 0px 0 0px;
    padding: 50px 30px;
  }
}
.about-card .about-card-text h2 {
  font-weight: 700;
  font-size: 48px;
  color: #000000;
  line-height: 65px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 999px) {
  .about-card .about-card-text h2 {
    font-size: 30px;
    line-height: 25px;
  }
}
.about-card .about-card-text p {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  height: 255px;
  overflow-y: scroll;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 999px) {
  .about-card .about-card-text p {
    font-size: 14px;
    line-height: 26px;
    height: 200px;
    padding: 0 10px 0 0;
  }
}
.about-card.flipped {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about-card.flipped {
    flex-direction: column-reverse;
  }
}
.about-card.flipped .about-card-text {
  width: 70%;
  margin: 40px 0 0 60px;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .about-card.flipped .about-card-text {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-card.flipped .about-card-text {
    width: 100%;
    margin: 0px 0px 0 0px;
  }
}
.about-card.flipped .about-card-text p {
  padding: 0 0px 0 50px;
}
@media screen and (max-width: 999px) {
  .about-card.flipped .about-card-text p {
    padding: 0 0px 0 10px;
  }
}
.about-card.mission-vision {
  margin: 0 0 0px 0;
}
@media screen and (max-width: 768px) {
  .about-card.mission-vision {
    margin: 0 0 0px 0;
  }
}
.about-card.mission-vision p {
  height: initial;
}
.about-card.mission-vision p::-webkit-scrollbar {
  display: none;
}
.about-card.mission-vision.flipped {
  margin: 30px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .about-card.mission-vision.flipped {
    margin: 20px 0 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .about-big-insert img {
    min-height: 220px;
    object-fit: cover;
  }
}

.team {
  margin: 70px 20px;
  padding: 130px 0;
  position: relative;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .team {
    padding: 80px 0;
  }
}
.team h2 {
  font-weight: 700;
  font-size: 60px;
  color: #000;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .team h2 {
    font-size: 40px;
    line-height: 5px;
  }
}
.team p {
  font-size: 18px;
  color: #000;
  margin: 30px 0 50px 0px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .team p {
    font-size: 14px;
  }
}
.team .team-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .team .team-container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .team .team-container {
    flex-direction: column;
  }
}
.team .team-container .single-team-img {
  width: 35%;
  max-width: 381px;
  max-height: 600px;
}
@media screen and (max-width: 1199px) {
  .team .team-container .single-team-img {
    width: 30%;
    max-width: 300px;
    max-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .team .team-container .single-team-img {
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 170px;
    max-height: 400px;
  }
}
@media screen and (max-width: 475px) {
  .team .team-container .single-team-img {
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 360px;
    max-height: initial;
  }
}
.team .team-container .single-team-img img {
  border-radius: 8px;
}
.team .team-container .single-team-text {
  width: 60%;
  height: fit-content;
}
@media screen and (max-width: 1199px) {
  .team .team-container .single-team-text {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .team .team-container .single-team-text {
    width: 100%;
  }
}
.team .team-container .single-team-text h3 {
  font-weight: 500;
  font-size: 42px;
  color: #000;
  letter-spacing: 0;
  line-height: 45px;
}
@media screen and (max-width: 1199px) {
  .team .team-container .single-team-text h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.team .team-container .single-team-text h4 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  letter-spacing: 0;
  line-height: 31px;
  margin: 15px 0 20px 0px;
}
@media screen and (max-width: 1199px) {
  .team .team-container .single-team-text h4 {
    font-size: 20px;
    line-height: 31px;
    margin: 5px 0 10px 0px;
  }
}
.team .team-container .single-team-text p {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  letter-spacing: 0;
  line-height: 34px;
  margin: initial;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .team .team-container .single-team-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
  }
}
.add-to-wishlist {
  background: url(../images/heart-unfilled.svg) 0 0 no-repeat;
  display: block;
  height: 25px;
  /* your image height */
  text-indent: -99999em;
  width: 25px;
  /* your image width */
  overflow: hidden;
}
.add-to-wishlist.woosw-added {
  background: url(../images/heart-filled.svg) 0 0 no-repeat;
  display: block;
  height: 25px;
  /* your image height */
  text-indent: -99999em;
  width: 25px;
  /* your image width */
  overflow: hidden;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
  border-radius: 20px;
}

a.woosw-page {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  background: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 20px;
  transition: 0.2s all ease-in-out;
  margin: 0px 0;
}
@media screen and (max-width: 375px) {
  a.woosw-page {
    margin: 0 0 10px 0;
    padding: 13px 40px;
  }
}

a.woosw-continue {
  font-size: 12px;
  color: #161616;
  text-decoration: underline;
  margin: 5px 0 0 0;
}

a.woosw-page:hover,
a.woosw-continue:hover {
  color: #ffffff !important;
  border-color: transparent !important;
  transition: 0.2s all ease-in-out;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.3);
}

.woosw-popup-content-bot {
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.17);
  padding: 15px 20px;
}
@media screen and (max-width: 375px) {
  .woosw-popup-content-bot .woosw-popup-content-bot-inner {
    flex-direction: column !important;
    justify-content: center !important;
  }
}

.woosw-items {
  height: 100%;
}

.woosw-popup-content {
  height: 430px !important;
}

.woosw-item--stock p {
  display: none;
}

.woosw-item--actions {
  text-decoration: underline;
}

.search-button {
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  border-radius: 20px;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  position: relative;
  right: -5px;
}

#searchSubmit {
  font-size: 0px;
  max-width: 100%;
  width: 60px;
  height: 60px;
  position: relative;
  right: 0px;
  z-index: 9;
  padding: 20px;
  border-radius: 10px;
  background: url(https://brandfashionegy.com//wp-content/themes/brand-fashion-egy/images/search.svg)
    0 0 no-repeat;
  background-position: center;
  cursor: pointer;
}

.section_filter .section_ranking {
  margin: 0 0 10px 0;
}
.section_filter .section_ranking label {
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  padding: 15px 0 10px 0;
}
.section_filter .section_ranking .select_arrow .sorting.sort {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px;
  width: 100%;
  appearance: none;
  background-image: url("https://brandfashionegy.com//wp-content/themes/brand-fashion-egy/images/Down.svg");
  background-position-x: 93%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  transition: 0.2s all ease-in-out;
}
.section_filter .list_filter h3 {
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  padding: 15px 0 0 0;
  margin: 0 0 10px 0;
}

.form-checkbox-content {
  display: flex;
  margin: 10px 0 10px 0;
}
.form-checkbox-content input {
  margin: 0 10px 0 0;
}

.overlay_visible {
  background: #000000cc !important;
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 100%;
  top: 0;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 11 !important;
  pointer-events: auto !important;
}

.close-mini {
  cursor: pointer;
  border-radius: 6px;
  transition: 0.2s all ease-in-out;
}

.mini-cart {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 350px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 40px 0px 0px 40px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100vh;
  overflow: hidden;
  z-index: 11;
  transform: translateX(430px);
  transition: 0.2s all ease-in-out;
}

.mini-cart.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0px);
  transition: 0.2s all ease-in-out;
  float: right;
}

.mini-cart.active .xt_woofc {
  position: sticky;
  top: 40px;
  margin: 0 20px;
  height: 100%;
}

.mini-cart .xt_woofc-title .cart-count {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}
.mini-cart .xt_woofc-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.mini-cart .mini-cart-body {
  position: absolute;
  width: 100%;
  top: 80px;
  max-height: 72vh;
  overflow-y: auto;
}

.mini-cart .mini-cart-body::-webkit-scrollbar {
  width: 5px; /* width of the entire scrollbar */
}
.mini-cart .mini-cart-body::-webkit-scrollbar-track {
  background: #eee; /* color of the tracking area */
}
.mini-cart .mini-cart-body::-webkit-scrollbar-thumb {
  background-color: #999; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
}
.mini-cart .product-wrap {
  display: flex;
  margin: 0 0 40px 0;
  align-items: center;
}

.mini-cart .product-wrap img {
  width: 40px;
  height: auto;
}

.mini-cart .product-wrap .product-details .product-wrap-info .remove {
  color: #bdbcbc;
  font-size: 14px;
  cursor: pointer;
}
.mini-cart .product-wrap .product-details .product-wrap-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-cart .product-wrap .product-details .title {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.mini-cart .product-wrap .product-details .amount {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.mini-cart .product-wrap .btns {
  display: flex;
}

a.xt_woofc-checkout.xt_woofc-btn {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  transition: 0.2s all ease-in-out;
  margin: 15px 0 0 0;
  max-width: 300px;
  border: none;
}

.xt_woofc-footer a {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  transition: 0.2s all ease-in-out;
  margin: 15px 0 0 0;
  max-width: 300px;
}

.xt_woofc-no-product p {
  line-height: 25px;
}

.mobile-search-shown {
  height: 100%;
  transition: 0.2s all ease-in-out;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  overflow: auto;
}
.mobile-search-shown.mobile-search-hidden {
  height: 0;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
}
.mobile-search-shown form {
  display: flex;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0 40px;
  box-sizing: border-box;
}
.mobile-search-shown form input[type="text"] {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px;
  width: 100%;
}

.close-mobile-search {
  display: block;
  margin: 0 0 0 20px;
  width: 54px;
  height: auto;
}

.mobile-filter-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-filter-button {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
    background: #fff;
    border-radius: 9px;
    cursor: pointer;
    width: 100%;
    padding: 13px 30px;
    margin: -20px 0 40px 0;
    color: #000000;
    text-transform: uppercase;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
    letter-spacing: 4px;
  }
}

.filter-close {
  display: none;
}
@media screen and (max-width: 768px) {
  .filter-close {
    display: block;
    text-align: right;
    width: 100%;
    height: 30px;
    margin: 0px 0 0px 0;
  }
  .filter-close img {
    text-align: right;
    width: 30px;
    height: auto;
    margin: 0 0 20px 0;
  }
}

.summary.entry-summary.single-home-product-text.single-text
  p.price
  del
  span.woocommerce-Price-amount.amount
  bdi {
  font-weight: 400;
  font-size: 19px;
  color: #828181;
  text-decoration: line-through;
  position: relative;
}
.summary.entry-summary.single-home-product-text.single-text p.price {
  display: flex;
  width: fit-content;
  align-items: center;
  flex-direction: row-reverse;
}

.summary.entry-summary.single-home-product-text.single-text .price ins {
  text-decoration: none !important;
}

.summary.entry-summary.single-home-product-text.single-text p.price del span {
  font-weight: 400;
  font-size: 19px;
  color: #828181;
  text-decoration: line-through;
  position: relative;
}
.summary.entry-summary.single-home-product-text.single-text p.price ins span {
  font-size: 31.25px;
  color: #161616;
  letter-spacing: 0;
  margin: 10px 10px 10px 0;
  font-weight: 500;
}
.summary.entry-summary.single-home-product-text.single-text p.price span {
  font-size: 31.25px;
  color: #161616;
  letter-spacing: 0;
  margin: 10px 10px 10px 0;
  font-weight: 500;
}
.summary.entry-summary.single-home-product-text.single-text .qib-container {
  display: flex;
  align-items: center;
  width: fit-content;
  background: #f5f5f5;
  transition: 0.2s all ease-in-out;
  border-radius: 16px;
  cursor: pointer;
  padding: 7px 0px;
  box-sizing: border-box;
  margin: 32px 0;
}
.summary.entry-summary.single-home-product-text.single-text
  .qib-container
  input[type="number"] {
  align-self: center;
  margin: 7px 0 0 38px;
  font-weight: 700;
  font-size: 31px;
  max-width: 50px;
}
.summary.entry-summary.single-home-product-text.single-text
  button.minus.qib-button {
  font-size: 42px;
  padding: 0 30px;
}
.summary.entry-summary.single-home-product-text.single-text
  button.plus.qib-button {
  font-size: 36px;
  padding: 0 30px;
}

.jims,
.form-checkbox-content.hide {
  display: none;
}

.mini-cart .span.woocommerce-Price-amount.amount {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.mini-cart .xt_woofc {
  padding: 0px 10px !important;
}
.mini-cart .xt_woofc .xt_woofc-inner .xt_woofc-footer {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 99;
}
.mini-cart .xt_woofc .xt_woofc-inner .xt_woofc-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
}
.mini-cart .xt_woofc .xt_woofc-inner {
  position: relative;
  height: 100vh;
}

.xt_woofc-header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 20px 0;
}
.checkout-page {
  max-width: 700px;
  margin: 0 auto;
}
.checkout-page .cart-page-contrainer {
  display: initial !important;
  justify-content: initial !important;
}
.checkout-page .cart-page-contrainer .checkout-fields-container {
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  padding: 40px;
  width: 100% !important;
  margin: 0 30px 0 0;
  box-sizing: border-box;
}
.checkout-page .cart-page-contrainer .checkout-fields-container .woocommerce {
  display: initial !important;
  justify-content: initial !important;
}
.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  .woocommerce
  .checkout {
  margin: 30px 0 0 0;
}
.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  .woocommerce
  .checkout
  label {
  margin: 0 0 7px 0;
}
.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  .woocommerce
  .checkout
  input[type="text"],
.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  .woocommerce
  .checkout
  input[type="email"],
.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  .woocommerce
  .checkout
  input[type="tel"],
.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  .woocommerce
  .checkout
  input[type="number"],
.checkout-page
  .cart-page-contrainer
  .checkout-fields-container
  .woocommerce
  .checkout
  select {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px 0;
  width: 100%;
  text-indent: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.select2-container--default .select2-selection--single {
  background-color: initial !important;
  border: initial !important;
  border-radius: initial !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 22px !important;
  right: 21px !important;
  width: 20px;
}

span#select2-billing_country-container {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px 0;
  width: 100%;
  text-indent: 20px;
  font-weight: 700;
  margin: 0px 0 30px 0;
}

p#billing_city_field {
  margin: 70px 0 0 0;
}

h3#order_review_heading {
  font-weight: 700;
  font-size: 20px;
  color: #161616;
  text-transform: uppercase;
  margin: 70px 0 30px 0;
}

#order_review .order-total {
  border-top: 1px solid #000;
}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot {
  text-align: left;
}
.woocommerce-checkout-review-order-table tbody {
  font-weight: 600;
}
.woocommerce-checkout-review-order-table tbody td {
  padding: 20px 0;
  text-align: right;
}
.woocommerce-checkout-review-order-table td {
  padding: 12px 0px;
}

ul.payment_methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payment_methods .wc_payment_method label {
  padding: 8px 16px;
  font-size: 16px;
  border: 1px solid #000;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  background: var(--checkbox-bg);
  border-radius: 22px;
  transition: all 0.4s;
  box-shadow: none !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  transition: 0.4s;
}
[type="radio"]:checked + label {
  background-color: #000;
  color: #fff !important;
}
.payment_methods .wc_payment_method [type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: unset !important;
}
.payment_methods .wc_payment_method [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: unset !important;
}
/* li.wc_payment_method.payment_method_cod {
  display: flex;
  align-items: center;
}
li.wc_payment_method.payment_method_cod label {
  margin: 0 0 0px 10px;
} */

#payment {
  margin: 30px 0 0 0;
}

input#payment_method_cod {
  margin: 0 10px 8px 0;
}

.place-order .woocommerce-terms-and-conditions-wrapper {
  color: #797979;
}

#place_order {
  display: block;
  background-image: linear-gradient(180deg, #73c779 0%, #00990b 99%);
  box-shadow: 0 9px 14px 0 rgba(104, 195, 111, 0.2);
  border-radius: 17px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  transition: 0.2s all ease-in-out;
  padding: 19px 0;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
  width: 100%;
}
.woocommerce-checkout-payment > h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}
#place_order:hover {
  box-shadow: 0 12px 14px 0 rgba(104, 195, 111, 0.4);
  transition: 0.2s all ease-in-out;
}
.send-order-whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-image: linear-gradient(180deg, #73c779 0%, #00990b 99%);
  box-shadow: 0 9px 14px 0 rgba(104, 195, 111, 0.2);
  border-radius: 17px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  transition: 0.2s all ease-in-out;
  padding: 19px 0;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
  width: 100%;
}
.promo-notification {
  background: #db3545;
  padding: 8px 0px;
  text-align: center;
  border-radius: 8px;
  color: white;
  text-transform: capitalize;
  font-size: small;
  margin: 0px 12px;
}
.send-order-whatsapp-button:hover {
  box-shadow: 0 12px 14px 0 rgba(104, 195, 111, 0.4);
  transition: 0.2s all ease-in-out;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  height: 32px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.showcoupon {
  text-decoration: underline;
}

.checkout_coupon p:first-child {
  display: none;
}

.checkout_coupon input[type="text"] {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px 0;
  width: 100%;
  text-indent: 20px;
  font-weight: 700;
  margin: 10px 0 30px 0;
}

.checkout_coupon button {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 30px;
  transition: 0.2s all ease-in-out;
  margin: -5px 0 0 0;
}

ul.woocommerce-error {
  color: red;
  font-size: 17px;
  background: #ff00001f;
  width: fit-content;
  padding: 10px 10px;
  border-radius: 10px;
  margin: 20px 0;
}

.woocommerce-privacy-policy-text {
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0;
}

.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  a {
  max-width: 120px;
}

.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name {
  padding: 0px 0 0 20px;
}

.cart-discount-con {
  display: none;
}

.coupon {
  display: flex;
  margin: 30px 0 20px 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .coupon {
    margin: 30px 0;
    max-width: 100%;
  }
}

.coupon label {
  display: none;
}
.coupon span {
  font-size: 12px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: -18px;
}

.coupon span.wrong {
  color: red;
}

.coupon input[type="text"] {
  width: 100%;
  display: block;
  background: #f2f2f2;
  border-radius: 15px;
  height: 20px;
  font-size: 14px;
  padding: 10px 110px 10px 10px;
}
@media screen and (max-width: 768px) {
  .coupon input[type="text"] {
    width: 100%;
  }
}

.coupon button[type="submit"] {
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 20px;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .coupon button[type="submit"] {
    max-width: 220px;
    width: 100%;
  }
}

.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  .wc-proceed-to-checkout
  a.checkout-button {
  margin: 20px 0 0 0;
}

ul.slick-dots {
  position: absolute;
  bottom: 50px;
  display: flex;
  left: 30px;
}

.slick-dots li button {
  font-size: 0;
  background-color: #ffffffbf;
  border-radius: 10px;
  width: 21px;
  height: 8px;
  margin: 0 5px 0 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
}

.mini-cart .product-wrap {
  display: flex;
  margin: 0 0 40px 0;
  align-items: center;
  flex-direction: column;
  align-items: baseline;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #dbdbdb;
}
.mini-cart .product-wrap .image img {
  width: 90px;
  height: auto;
  margin: 0 0 20px 0;
}
.mini-cart .product-wrap .product-details .title h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 250px;
}
.mini-cart .product-wrap .product-details .btns {
  display: flex;
  background: #f5f5f5;
  transition: 0.2s all ease-in-out;
  border-radius: 16px;
  cursor: pointer;
  box-sizing: border-box;
  margin: 40px 0 0 0;
  padding: 20px 0;
  justify-content: center;
  width: fit-content;
}
.mini-cart .product-wrap .product-details .btns .minus-btn {
  cursor: pointer;
  margin: 0 0 0 20px;
}
.mini-cart .product-wrap .product-details .btns .number input.product-qty {
  text-align: center;
  width: 100px;
}
.mini-cart .product-wrap .product-details .btns .plus-btn {
  cursor: pointer;
  margin: 0 20px 0 0;
}

.woocommerce-mini-cart-item.mini_cart_item.xt_woofc-product.xt_woofc-simple:last-child
  .product-wrap {
  border-bottom: none;
}

.single-breadcrumb img:last-child {
  display: none;
}
.single-breadcrumb:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .single-breadcrumb {
    display: flex;
    align-items: center;
    margin: 40px 0 20px 11px;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
  }
}

.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.checkout-page .woocommerce-order-details {
  margin: 30px 0;
}
.checkout-page table {
  text-align: left;
}

.cart-page.checkout-page .cart-page-contrainer .checkout-fields-container h2 {
  font-weight: 700;
  font-size: 20px;
  color: #161616;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
}

.checkout-page
  .woocommerce-order-overview
  .woocommerce-thankyou-order-details
  .order_details {
  margin: 20px 0 0 0;
}

.woocommerce-thankyou-order-received {
  font-weight: 700;
  font-size: 21px;
  color: #161616;
  margin: 0 0 20px 0;
}

.products_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  max-width: calc(100% - 220px);
  width: 100%;
}
.products_list.no-filter-list {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .products_list {
    max-width: 100%;
  }
}
.product-widget {
  display: inline-block;
  margin: 0 0px 30px 0;
  width: 19%;
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  .product-widget {
    width: 23%;
  }
}
@media screen and (max-width: 999px) {
  .product-widget {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .product-widget {
    width: 23%;
  }
}
@media screen and (max-width: 550px) {
  .product-widget {
    width: 31%;
  }
}
@media screen and (max-width: 550px) {
  .product-widget {
    width: 48%;
  }
}

tr.woocommerce-table__line-item.order_item {
  line-height: 40px;
}

td.woocommerce-table__product-name.product-name {
  display: flex;
  line-height: 20px;
  text-decoration: underline;
  margin: 0 0 10px 0;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  tr
  td {
  text-align: right;
}

table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields
  tbody
  tr
  td {
  text-align: right;
}

th.woocommerce-table__product-table.product-total {
  text-align: right;
}

td.woocommerce-table__product-total.product-total {
  text-align: right;
}

.post-330 .entry-title {
  max-width: 800px;
  width: 100%;
  margin: 70px auto 20px;
  font-weight: 700;
  font-size: 26px;
  color: #000001;
  letter-spacing: 0;
  text-align: left;
}

.post-330 .woocommerce {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .post-330 .entry-title {
    width: 94%;
  }

  .post-330 .woocommerce {
    width: 94%;
  }
}
.post-330 .woocommerce {
  display: flex;
}

.post-330 .woocommerce .woocommerce-MyAccount-navigation {
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  max-width: 180px;
  width: 100%;
  padding: 15px 0;
  border-radius: 8px;
}

.post-330 .woocommerce .woocommerce-MyAccount-navigation ul li {
  font-size: 13px;
  font-weight: 400;
  margin: 0px 20px;
  display: block;
  color: #000000;
  line-height: 40px;
}

.post-330 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.post-330 .woocommerce .woocommerce-MyAccount-content {
  margin: 0 0 0 30px;
}

.post-330 .woocommerce .woocommerce-MyAccount-content p {
  margin: 0 0 20px 0;
  line-height: 26px;
}

.post-330 .woocommerce .woocommerce-MyAccount-content p a {
  text-decoration: underline;
  text-transform: capitalize;
  color: #000000;
}

footer.entry-footer {
  max-width: 800px;
  width: 100%;
  background: none;
  margin: 20px auto 60px;
}

footer.entry-footer .edit-link {
  display: block;
  max-width: 180px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  background: #e6e8cb;
  border-radius: 8px;
  display: none;
}

footer.entry-footer .edit-link .post-edit-link {
  width: 100%;
  display: block;
  padding: 10px 0;
}

.woocommerce-MyAccount-content legend {
  padding: 30px 0 10px 4px;
  font-size: 15px;
  font-weight: 800;
  text-transform: capitalize;
  color: #000000;
}

.woocommerce-MyAccount-content span em {
  font-size: 13px;
  position: relative;
  top: -5px;
  color: #a1a1a1;
}

.woocommerce-MyAccount-content button.button {
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding: 18px 20px;
  position: relative;
  left: -20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-MyAccount-content button:hover {
  cursor: pointer;
}

.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.woocommerce-MyAccount-content .woocommerce-Button.button {
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding: 18px 20px;
  position: relative;
  left: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

/* .woocommerce-MyAccount-navigation-link--edit-address {
      display: none !important;
  } */
.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

.woocommerce-Address-title.title h3 {
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.woocommerce-Address-title.title a.edit {
  background-image: linear-gradient(180deg, #757474 0%, #000000 99%);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding: 18px 20px;
  position: relative;
  left: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  width: fit-content;
}

.woocommerce-Address-title.title a.edit:hover {
  cursor: pointer;
}

.addresses address {
  margin: 10px 0 30px 0;
  display: block;
  font-style: italic;
  font-size: 14px;
}

input#account_first_name,
input#account_last_name,
input#account_display_name,
input#account_email,
input#password_current,
input#password_1,
input#password_2,
textarea {
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px 0;
  width: 100%;
  text-indent: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

header .my_account_list {
  display: none;
}
header .my-account-link img {
  display: none;
}

.search-result {
  display: none;
}

.search-result.show {
  display: initial;
  position: absolute;
  z-index: 99;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 20px 20px 0px 20px;
  max-width: 768px;
  width: 100%;
  top: 130px;
  height: 380px;
  overflow: scroll;
}
@media screen and (max-width: 1000px) {
  .search-result.show {
    max-width: initial;
    width: 97%;
    top: 170px;
    height: initial;
    overflow: scroll;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    max-height: 80vh;
    overflow-x: auto;
  }
}
.search-result.show .product-widget {
  display: initial;
  margin: initial;
  width: initial;
  vertical-align: initial;
  display: flex;
  margin: 0 0 20px 0;
  background: #fff;
  border-radius: 20px;
}
.search-result.show .product-widget .product-widget-image {
  width: 90px;
  margin: initial;
  background: initial;
  box-shadow: initial;
  border-radius: initial;
  position: relative;
  z-index: 1;
  flex: none;
}
.search-result.show
  .product-widget
  .product-widget-image
  .widget-add-favorites {
  display: none;
}
.search-result.show .product-widget .product-widget-text-container {
  padding: 0 20px 0px 20px;
  position: relative;
  z-index: 0;
  width: 100%;
}
.product-widget .product-widget-text-container {
  height: 155px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.search-result.show .product-widget .product-widget-text-container::before {
  content: "";
  position: initial;
  background: #ffffff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  width: 100%;
  height: 180px;
}
.search-result.show
  .product-widget
  .product-widget-text-container
  .single_add_to_cart_button.widget-button {
  display: none;
}

.cart .single_add_to_cart_button.single-button {
  height: 65px !important;
  margin-top: 30px;
}

.about-card.mission-vision {
  margin: 0 0 -20px 0;
}
@media screen and (max-width: 768px) {
  .about-card.mission-vision .about-card-text {
    width: 100%;
    margin: 0px 0px 0 0px;
    padding: 50px 30px;
    border-radius: 50px;
  }
}

.about-card.mission-vision.flipped {
  margin: -20px 0 120px 0;
}
.about-card.mission-vision.flipped .about-card-text {
  width: 70%;
  margin: 0px 0 0 60px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about-card.mission-vision.flipped .about-card-text {
    width: 100%;
    margin: 0px 0px 0 0px;
    padding: 50px 30px;
    border-radius: 50px;
  }
}

.about-big-insert img {
  border-radius: 60px;
}

.desc-btns {
  font-weight: 600;
  cursor: pointer;
  margin: 10px 0 0 0;
  text-decoration: underline;
}

.product-description.hide {
  height: 86px;
  overflow: hidden;
}
.product-description.hide.active {
  height: 100%;
  overflow: initial;
}

.single-breadcrumb text {
  background-color: red;
}

.list_content.search .product.list .grid .page-intro.section_title h2 {
  font-size: 19.83px;
  color: #161616;
  margin: 30px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .list_content.search .product.list .grid .page-intro.section_title h2 {
    font-size: 19.83px;
    color: #161616;
    margin: 30px 0 30px 0;
  }
}
.single-breadcrumb p {
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.single-breadcrumb p ~ img {
  display: none;
}

.show-mob {
  display: flex;
  align-items: center;
}
.show-mob .qib-container {
  display: flex;
  width: fit-content;
  background: #f5f5f5;
  transition: 0.2s all ease-in-out;
  border-radius: 16px;
  cursor: pointer;
  padding: 7px 0px;
  box-sizing: border-box;
  margin: 15px 0;
}
.show-mob .qib-container input[type="number"] {
  align-self: center;
  margin: 6px 0 6px 15px;
  font-weight: 700;
  font-size: 23px;
  max-width: 30px;
}
.show-mob button.minus.qib-button {
  font-size: 30px;
  padding: 0 20px;
}
.show-mob button.plus.qib-button {
  font-size: 30px;
  padding: 0 20px;
}
.show-mob .product-price {
  font-weight: 500;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 425px) {
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-name
    a {
    max-width: 100%;
  }

  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    thead
    tr
    th.product-price,
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    thead
    tr
    th.product-quantity,
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    thead
    tr
    th.product-subtotal {
    display: none;
  }

  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-price,
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-quantity,
  .cart-page
    .cart-page-contrainer
    .woocommerce
    .cart-items
    .woocommerce-cart-form
    table
    tbody
    tr.woocommerce-cart-form__cart-item
    td.product-subtotal {
    display: none;
  }
}
li.wc_payment_method.payment_method_accept-online {
  margin: 20px 0 0 0;
}
li.wc_payment_method.payment_method_accept-online label {
  display: flex;
  align-items: center;
}
li.wc_payment_method.payment_method_accept-online img {
  width: 90px;
  height: auto;
}

#ship-to-different-address
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  margin: 40px 0;
  font-weight: 700;
  font-size: 20px;
}
#ship-to-different-address
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  input#ship-to-different-address-checkbox {
  margin: 0 10px 0 0;
  width: 20px;
  height: auto;
}

/* Select in Checkout */
#billing_state_field span select {
  box-sizing: border-box !important;
  outline: 0 !important;
  width: 100% !important;
  line-height: 43px !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 4px !important;
  margin: 0px 0 10px 0 !important;
  text-indent: 16px !important;
  height: 45px !important;
}

.select2-container--default .select2-selection--single {
  box-sizing: border-box !important;
  outline: 0 !important;
  width: 100% !important;
  line-height: 43px !important;
  border-radius: 4px !important;
  margin: 0px 0 10px 0 !important;
  text-indent: 16px !important;
  height: 50px !important;
  background-color: transparent !important;
  background: #f2f2f2 !important;
  border-radius: 18px !important;
  padding: 0px 0 !important;
  width: 100% !important;
  text-indent: 20px !important;
  font-weight: 700 !important;
  margin: 0 0 30px 0 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444 !important;
  line-height: 45px !important;
  padding: 0 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px !important;
  position: absolute !important;
  top: 1px !important;
  right: 10px !important;
  width: 20px !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #848326 !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #f0f1e6 !important;
}

.select2-container--open .select2-dropdown {
  left: 0px !important;
  top: -14px !important;
}

.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #d0d0d0 !important;
}

.woocommerce-billing-fields__field-wrapper
  p#billing_country_field
  .span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
  background: #f2f2f2;
  border-radius: 18px;
  padding: 20px 0;
  width: 100%;
  text-indent: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

body,
html {
  background: #faf9f9;
  font-family: "Roboto", sans-serif;
  position: relative;
}
body.pure-white-background,
html.pure-white-background {
  background: #ffffff;
}

body {
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.grid {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .grid {
    width: 90%;
  }
}

.no-scroll {
  overflow: hidden !important;
}

.material-icons {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

.whatsapp-area {
  position: fixed;
  bottom: 20px;
  right: 40px;
  width: 80px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 940px) {
  .whatsapp-area {
    bottom: 0px;
    right: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 425px) {
  .whatsapp-area {
    bottom: 0px;
    right: 10px;
    width: 40px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000de;
  z-index: 9;
  transition: 0.2s all ease-in-out;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.overlay.active {
  transition: 0.2s all ease-in-out;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.login-overlay {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000de;
  z-index: 9;
  transition: 0.2s all ease-in-out;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.login-overlay.active {
  transition: 0.2s all ease-in-out;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

.mt-3 {
  margin-top: 1.5rem;
}
.search-result.show .product-widget .product-widget-text-container::before {
  content: unset;
}
.search-result.show .product-widget .product-widget-text-container {
  justify-content: center;
  height: auto;
}
.product-widget .product-widget-text-container .widget-name {
  padding: 0;
}

/* WhatsApp */
.cbh-phone {
  display: block;
  position: fixed;
  right: -60px;
  bottom: -65px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 999;
  transition: visibility 0.5s;
}
.cbh-phone.cbh-show {
  visibility: visible;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
.cbh-phone.cbh-static1 {
  opacity: 0.6;
}
.cbh-phone.cbh-hover1 {
  opacity: 1;
}
.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle1 {
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle {
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  transition: all 0.5s;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
.cbh-ph-img-circle1 svg {
  width: 30px;
  fill: #fff;
}
.cbh-ph-img-circle1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}
.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: 0.8;
  transform-origin: center;
}
.kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: 0.5;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
.kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}

.qib-container {
  display: flex !important;
  align-items: center !important;
  background: #f5f5f5 !important;
  border-radius: 9999px !important;
  padding: 6px 10px !important;
  box-sizing: border-box;
  gap: 6px !important;
}
.qib-container .buttons_added input {
  all: unset;
  text-align: center;
  font-weight: 700;
}

.qib-container .qty-step-btn,
.qib-container .qib-button:not(#qib_id):not(#qib_id) {
  all: unset;
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px !important;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.12s ease,
    opacity 0.18s ease;
}
.qib-container .qty-step-btn:hover:not([disabled]),
.qib-container .qib-button:not(#qib_id):not(#qib_id):hover:not([disabled]) {
  background: #f2f2f2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.qib-container .qty-step-btn:active:not([disabled]),
.qib-container .qib-button:not(#qib_id):not(#qib_id):active:not([disabled]) {
  transform: translateY(0px) scale(0.98);
}

.qib-container .qty-step-btn.is-disabled,
.qib-container .qty-step-btn[disabled],
.qib-container .qib-button.is-disabled,
.qib-container .qib-button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none !important;
  transform: none !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  all: unset;
  text-align: center;
  border: none !important;
}
/* Arabic Handler */
.rtl {
  direction: rtl;
}
.rtl header .header-main-bg .header-main .header-main-top .cart-button {
  padding: 10px 10px 10px 20px;
}
.rtl
  header
  .header-main-bg
  .header-main
  .header-main-bottom
  .dropdownContainer
  .linksContianer
  ul
  li
  a
  img {
  transform: rotate(180deg);
}

.rtl *:not(.material-icons) {
  font-family: "Cairo", sans-serif !important;
}
.rtl .product-widget .product-widget-text-container {
  height: unset;
  text-align: right;
}

.rtl .search-button {
  right: unset;
  left: -5px;
}
.rtl .slick-slider {
  direction: ltr;
}
.rtl .slick-arrow.slick-next {
  left: 50px;
}
.rtl .slick-arrow.slick-prev {
  right: unset !important;
}
.rtl .list-title .breadcrumb img {
  transform: rotate(180deg);
}
.rtl .list-items-container .filter {
  margin: 0 0 0 13px;
}
.rtl .section_filter .section_ranking .select_arrow .sorting.sort {
  background-position-x: 7%;
}
.rtl .form-checkbox-content input {
  margin: 0 0 0 10px;
}
.rtl
  .summary.entry-summary.single-home-product-text.single-text
  p.price
  ins
  span {
  margin: 10px 0 10px 10px;
}
.rtl .single-container .single-left-container {
  margin: 0 0 0 16px;
}
.rtl .mini-cart .product-wrap {
  align-items: flex-start;
}

.rtl .checkout_coupon button {
  width: 100%;
}

.rtl
  .cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  table
  tbody
  tr
  td,
.rtl .woocommerce-checkout-review-order-table .product-total,
.rtl .woocommerce-checkout-review-order-table .cart-subtotal td {
  text-align: left;
}

.rtl
  .cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-summary
  .cart_totals
  table
  tbody
  tr
  th,
.rtl
  .cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  a.remove,
.rtl
  .cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name
  a,
.rtl .woocommerce-checkout-review-order-table th.product-name,
.rtl .woocommerce-shipping-totals th,
.rtl .order-total th,
.rtl .woocommerce-checkout-review-order-table .cart-subtotal th {
  text-align: right;
}
.rtl .mini-cart .product-wrap .product-details .btns .plus-btn {
  margin: 0 0 0 20px;
}
.rtl .mini-cart .product-wrap .product-details .btns .minus-btn {
  margin: 0 20px 0 0;
}
.rtl
  .cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-name {
  padding: 0px 20px 0 0;
}
.cart-page
  .cart-page-contrainer
  .woocommerce
  .cart-items
  .woocommerce-cart-form
  table
  tbody
  tr.woocommerce-cart-form__cart-item
  td.product-quantity
  .qib-container {
  margin: auto;
}
.rtl
  .single-container
  .single-left-container
  .single-specs
  .single-specs-table-container
  .single-specs-table {
  margin: 0 0 0 40px;
}
.rtl .copyrights {
  direction: ltr;
}

.rtl .cbh-phone {
  left: -60px;
  right: unset;
}

.switcher-lang a {
  display: flex;
  color: #333;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}
.switcher-lang a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 768px) {
  .switcher-lang a {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.single-blog-content a {
  text-decoration: underline;
}

.coin {
  position: absolute;
  width: 16px;
  font-size: 25px;
  position: absolute;
  animation: fall linear 1;
  top: -10vh;
  z-index: 0;
}

@keyframes fall {
  0% {
    transform: translateY(-10vh);
  }
  100% {
    transform: translateY(110vh);
  }
}
.marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffc70a;
  padding: 10px;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(400%);
  }
}

.woocommerce-invalid-required-field .woocommerce-input-wrapper input {
  border: 1px solid red;
}
/*# sourceMappingURL=main.css.map */

p.stock.in-stock {
  visibility: hidden !important;
}
