@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: black;
  background-color: #f1f1f1;
  position: relative;
}

body.no-scroll {
  overflow-y: hidden;
}

.page-width {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

h1 {
  /* font-size: 55px; */
  font-size: 44px;
  font-weight: bold;
  color: #a94418;
}
@media screen and (max-width: 575px) {
  h1 {
    /* font-size: 40px; */
    font-size: 36px;
  }
}

p {
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

svg,
button {
  cursor: pointer;
}

ul {
  list-style: none;
}

.headline-image img,
.color-img img,
.tool-img img,
.central img,
.main-img img,
.add .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header-logo-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.section {
  /* padding: 100px 0; */
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .section {
    padding: 30px 0;
  }
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

h3 {
  color: #888888;
  /* font-size: 45px; */
  /* font-size: 40px; */
  font-size: 24px;
}

.index2 {
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  .index2 {
    padding-top: 100px;
  }
}

.d-none {
  display: none;
}

.margin-t {
  /* margin-top: 200px; */
  margin-top: 180px;
}
@media screen and (max-width: 1199px) {
  .margin-t {
    margin-top: 130px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  background-color: #a94418;
  color: white;
  padding: 15px 20px;
  /* font-size: 30px; */
  font-size: 20px;
  font-weight: bold;
}

.section-padding {
  /* padding: 40px 0; */
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .section-padding {
    padding: 40px 0;
  }
}

.title {
  position: relative;
  width: 100%;
  z-index: 2;
}
.title .page-width {
  position: relative;
}
.title .page-width::before {
  content: "";
  width: 120%;
  height: 35px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.title .page-width h1 {
  text-align: center;
}
.title h2 {
  font-size: 55px;
  color: #a94418;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .title h2 {
    font-size: 45px;
  }
}

.border-btn {
  background-color: white;
  border: 1px solid #a94418;
  color: #a94418;
}

.cookies-wrapper {
  width: 100%;
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 50;
  display: block;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.cookies-wrapper .cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px;
}
@media screen and (max-width: 991px) {
  .cookies-wrapper .cookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cookies-wrapper .cookies button {
  border: none;
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  .cookies-wrapper .cookies button {
    margin-top: 20px;
  }
}
.cookies-wrapper .cookies p {
  width: 100%;
  max-width: 720px;
  margin-right: 20px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  /* height: 160px; */
  /* height: 100px; */
  height: 120px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  header {
    height: 100px;
  }
}
header .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head .info,
.header2 .info .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.head .info a,
.header2 .info .page-width a {
  color: #707070;
  /* font-size: 22px; */
  font-size: 18px;
  font-family: "SourceSansPro";
}
@media screen and (max-width: 1399px) {
  .head .info a,
  .header2 .info .page-width a {
    /* font-size: 20px; */
    font-size: 18px;
  }
}
.head .info div,
.header2 .info .page-width div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.info img {
  /* width: 21px;
  height: 21px; */
  width: 16px;
  height: 16px;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}

ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}
ul.nav li {
  position: relative;
}
ul.nav a {
  /* font-size: 23px; */
  font-size: 18px;
  color: #a94418;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1399px) {
  ul.nav a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1399px) {
  .header-logo img {
    width: 300px;
  }
}

.square {
  opacity: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #e2e2e2;
  bottom: -30px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

ul.nav a.active-page,
ul.nav a:hover {
  color: #ffc2b8;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}











.header-logo img {
  width: 250px;
}































/* .shrink-header {
  height: 100px;
} */
.shrink-header .header-logo img {
  width: 250px;
}
/* .shrink-header ul.nav {
  margin-top: 5px;
} */
.shrink-header ul.nav a {
  font-size: 18px;
}
.shrink-header ul.nav .square {
  bottom: -20px;
}

@media screen and (max-width: 1199px) {
  .desktop-header {
    display: none !important;
  }
}

.mobile-header {
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .mobile-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: row-reverse !important;
  }
}

.header-logo-mobile {
  height: 100%;
}
@media screen and (max-width: 575px) {
  .header-logo-mobile {
    width: 60%;
  }
}

.nav-mobile {
  position: absolute;
  top: 0;
  padding-top: 100px;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vh;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-mobile a {
  color: #e29788;
  font-size: 25px;
}
.nav-mobile a.active-page {
  font-weight: bold;
}
.nav-mobile .search input {
  width: 100%;
  height: 50px;
}

.mobile-icons {
  margin-top: 5vh;
}
.mobile-icons img {
  width: 30px;
  height: 30px;
  margin: 0 20px;
}

.grey a {
  color: #707070;
  font-size: 20px;
}
@media (max-width: 300px) {
  .grey a {
    font-size: 17px;
  }
}

.header2 {
  position: relative;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1199px) {
  .header2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
  }
}
.header2 .desktop-header {
  height: 130px;
}
.header2 .info {
  background-color: #f1f1f1;
  padding: 10px 0;
}
@media screen and (max-width: 1199px) {
  .header2 .info {
    display: none;
  }
}
.header2 ul.nav {
  margin-top: 0;
}

.fix-head2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.fix-head2 .info {
  padding: 5px 0;
}
.fix-head2 .desktop-header {
  height: 70px;
}
.fix-head2 .header-logo img {
  width: auto;
  height: 65px;
}
.fix-head2 .square {
  bottom: -20px;
}
.fix-head2 ul.nav a {
  font-size: 18px;
}

.search {
  /* padding-bottom: 3px; */
  padding-bottom: 0px;
  cursor: pointer;
  position: relative;
}
.search input::-moz-placeholder {
  color: #707070;
  /* font-size: 20px; */
  font-size: 16px;
  font-family: "SourceSansPro";
}
.search input::-webkit-input-placeholder {
  color: #707070;
  /* font-size: 20px; */
  font-size: 16px;
  font-family: "SourceSansPro";
}
.search input:-ms-input-placeholder {
  color: #707070;
  /* font-size: 20px; */
  font-size: 16px;
  font-family: "SourceSansPro";
}
.search input::-ms-input-placeholder {
  color: #707070;
  /* font-size: 20px; */
  font-size: 16px;
  font-family: "SourceSansPro";
}
.search input,
.search input::placeholder {
  color: #707070;
  /* font-size: 20px; */
  font-size: 16px;
  font-family: "SourceSansPro";
}
.search input {
  /* height: 40px; */
  height: 30px;
  width: 200px;
  background-color: #f1f1f1;
  outline: none;
  border: 1px solid #707070;
  border-radius: 15px;
  padding: 0 20px;
  margin-right: 5px;
}

.search2 input {
  background-color: #fff;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
     * Arrow Right
     */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
     * Arrow Alt
     */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
     * Arrow Alt Right
     */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
     * Arrow Turn
     */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
     * Arrow Turn Right
     */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.header-svg {
  cursor: pointer;
}

footer {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .dark-overlay {
  opacity: 0.49;
}

.foot1,
.foot2 {
  position: relative;
  z-index: 2;
}

.foot2 {
  background-color: #fff;
  /* padding: 15px 10px; */
  padding: 10px 10px;
}
.foot2 p,
.foot2 a {
  /* font-size: 20px; */
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 575px) {
  .foot2 p,
  .foot2 a {
    font-size: 12px;
  }
}

.foot1 {
  padding: 50px 0;
}
.foot1 .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .foot1 .page-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.social svg {
  /* width: 48px;
  height: 48px; */
  width: 36px;
  height: 36px;
  fill: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* @media screen and (max-width: 1399px) {
  .social svg {
    width: 40px;
    height: 40px;
  }
} */
.social svg:hover {
  fill: #e29788;
}

.footer-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
  position: relative;
  padding-left: 30px;
}
.footer-links a img {
  position: absolute;
  left: 0;
}
.footer-links .servis {
  margin-top: 30px;
}

@media screen and (max-width: 575px) {
  .footer-logo img {
    width: 90%;
  }
}

.headline-image {
  /* height: 70vh; */
  height: calc(100vh - 160px);
  height: calc(100vh - 180px);
}
@media screen and (max-width: 767px) {
  .headline-image {
    height: 40vh;
  }
}

.headline {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .headline {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
  }
}
.headline h1,
.headline h2 {
  color: #fff;
  text-align: center;
}
.headline h1 {
  /* font-size: 68px; */
  /* font-size: 64px; */
  font-size: 52px;
}
/* @media screen and (max-width: 767px) {
  .headline h1 {
    font-size: 60px;
  }
} */
.headline h2 {
  font-family: "SourceSansPro";
  font-weight: 300;
  /* font-size: 28px; */
  /* font-size: 24px; */
  font-size: 20px;
  max-width: 700px;
}
@media screen and (max-width: 991px) {
  .headline h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .headline h1 {
    font-size: 35px;
  }
  .headline h2 {
    font-size: 18px;
    margin-top: 5px;
  }
}

.swiper-pagination {
  bottom: 60px !important;
}
@media screen and (max-width: 575px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  opacity: 0.57;
  border-radius: 0;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .mySwiper .swiper-slide {
    height: 40vh;
  }
}

.colors {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .colors {
    margin-top: 0;
  }
}

.color-links {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-filter: drop-shadow(7px 7px 7.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(7px 7px 7.5px rgba(0, 0, 0, 0.16));
  padding: 30px 0;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 1399px) {
  .color-links {
    max-width: 600px;
  }
}
.color-links a {
  color: #6e6e6e;
  /* font-size: 28px; */
  /* font-size: 20px; */
  font-size: 18px;
  font-weight: 500;
  display: block;
  /* padding: 10px 30px; */
  padding: 5px 30px;
  padding-left: 50px;
  margin: 5px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1399px) {
  .color-links a {
    /* font-size: 20px; */
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .color-links a {
    font-size: 16px;
    padding-left: 30px;
  }
}
.color-links a:hover {
  background-color: #f1f1f1;
}

.color-img {
  position: absolute;
  top: -40px;
  right: 0;
  bottom: -40px;
  width: 65%;
}
@media screen and (max-width: 991px) {
  .color-img {
    position: static;
    width: 100%;
    max-width: 600px;
  }
}

.tools {
  margin-top: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .tools {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .tools {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .tools {
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
}

.tool {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 1199px) {
  .tool:last-child {
    grid-column: span 2;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .tool {
    margin-left: auto;
    margin-right: auto;
  }
  .tool:last-child {
    grid-column: span 1;
  }
}
.tool p {
  color: #707070;
  font-family: "SourceSansPro";
  font-size: 22px;
  text-align: end;
}

.tool-img {
  position: relative;
  height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding: 15px;
}
.tool-img .see-more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* gap: 15px; */
  gap: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tool-img .see-more p {
  color: #fff;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.tool-img .see-more span {
  /* width: 12px;
  height: 12px; */
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
.tool-img .dark-overlay {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
.tool-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.tool-img:hover .see-more {
  opacity: 1;
}
.tool-img:hover .dark-overlay {
  opacity: 0.4;
}

.tool-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.tool-name h3 {
  font-size: 29px;
  color: #000;
  text-align: end;
}
.tool-name img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  width: 31px;
  height: 31px;
}

.central {
  position: relative;
}
.central .central-img {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 575px) {
  .central .central-img {
    height: 350px;
  }
}

.support {
  -webkit-transform: translateY(-240px);
      -ms-transform: translateY(-240px);
          transform: translateY(-240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  width: 100%;
  /* margin-bottom: -100px; */
  margin-bottom: -170px;
}
@media screen and (max-width: 991px) {
  .support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .support {
    margin-bottom: -45px;
    -webkit-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}
.support div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 460px;
  background-color: #fff;
  -webkit-filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.16));
  padding: 50px;
}
@media screen and (max-width: 575px) {
  .support div {
    max-width: 90%;
    padding: 25px;
  }
}
.support div h5,
.support div p {
  text-align: center;
}
.support div h5 {
  /* font-size: 26px; */
  font-size: 22px;
  line-height: 37px;
  margin: 15px 0;
}
@media screen and (max-width: 1399px) {
  .support div h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .support div h5 {
    font-size: 18px;
  }
}
.support div p {
  margin-top: auto;
}
.support div img {
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
  /* width: 190px;
  height: 190px; */
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 1399px) {
  .support div img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .support div img {
    width: 91px;
    height: 91px;
  }
}

.brands {
  background-color: #fff;
  -webkit-filter: drop-shadow(7px 7px 7.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(7px 7px 7.5px rgba(0, 0, 0, 0.16));
  padding: 20px 0;
  /* margin-bottom: 40px; */
}
@media screen and (max-width: 575px) {
  .brands {
    padding: 40px 0;
  }
}

.brandsSwiper .swiper-wrapper,
.brandsSwiper2 .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.brandsSwiper .swiper-slide .brand-img,
.brandsSwiper2 .swiper-slide .brand-img {
  width: 100%;
}
.brandsSwiper .swiper-slide img,
.brandsSwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  /* max-height: 150px; */
  /* max-height: 80px; */
  max-height: 50px;
}
@media screen and (max-width: 575px) {
  .brandsSwiper .swiper-slide img,
  .brandsSwiper2 .swiper-slide img {
    max-height: 50px;
    /* max-height: 80px; */
  }
}

.news {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 100px;
}
@media screen and (max-width: 1399px) {
  .news {
    gap: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .news {
    grid-template-columns: 1fr;
  }
}
.news h5 {
  /* font-size: 20px; */
  font-size: 18px;
  /* line-height: 32px; */
}

.main-img,
.add .image {
  position: relative;
}

.main-img {
  height: 75%;
}

.date {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-color: #e29788;
  color: #fff;
  font-size: 19px;
  padding: 10px 90px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 575px) {
  .add {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.add .info,
.add .image {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.add .info h5 {
  /* margin-bottom: 20px; */
  margin-bottom: 18px;
  color: black;
}
.add .date {
  font-size: 16px;
  padding: 10px 70px;
}
.add p {
  font-family: "SourceSansPro";
  /* font-size: 18px; */
  font-size: 14px;
  color: #707070;
  /* line-height: 32px; */
}

.main-news,
.additional-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-news h5 {
  margin-top: auto;
  color: black;
}
@media screen and (max-width: 575px) {
  .main-news h5 {
    margin-top: 30px;
  }
}

.additional-news {
  gap: 50px;
}

.header-swiper {
  /* margin-top: 160px; */
  /* margin-top: 110px; */
  margin-top: 130px;
}
@media screen and (max-width: 1199px) {
  .header-swiper {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .header-swiper2 {
    margin-top: 100px;
  }
}

.products-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .products-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.products-top form {
  /* width: 100%; */
  max-width: 500px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .products-top form {
    margin-bottom: 20px;
  }
}
.products-top form input {
  width: 100%;
  padding: 10px;
  border: none;
  color: white;
  /* font-size: 23px; */
  font-size: 18px;
  font-weight: 600;
  font-family: "SourceSansPro";
  padding-left: 50px;
  background: #a94418 url("../images/search-icon.svg") no-repeat;
  background-position: 10px;
}
.products-top form input:focus {
  outline: none;
}
.products-top form input::-moz-placeholder {
  color: white;
  /* font-size: 23px; */
  font-size: 18px;
  font-weight: 600;
  font-family: "SourceSansPro";
}
.products-top form input::-webkit-input-placeholder {
  color: white;
  /* font-size: 23px; */
  font-size: 18px;
  font-weight: 600;
  font-family: "SourceSansPro";
}
.products-top form input:-ms-input-placeholder {
  color: white;
  /* font-size: 23px; */
  font-size: 18px;
  font-weight: 600;
  font-family: "SourceSansPro";
}
.products-top form input::-ms-input-placeholder {
  color: white;
  /* font-size: 23px; */
  font-size: 18px;
  font-weight: 600;
  font-family: "SourceSansPro";
}
.products-top form input::placeholder {
  color: white;
  /* font-size: 23px; */
  font-size: 18px;
  font-weight: 600;
  font-family: "SourceSansPro";
}
.products-top select {
  background-color: transparent;
  border: none;
  /* font-size: 23px; */
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("../images/arr-down.svg") no-repeat;
  background-position: calc(100% - 10px);
  padding-right: 40px;
  background-size: 14px;
}
.products-top select:focus {
  outline: none;
}
.products-top select option {
  font-size: 20px;
}
.products-top span {
  background-color: transparent;
  border: none;
  /* font-size: 23px; */
  font-size: 18px;
  font-weight: 400;
  color: #707070;
}
.products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 991px) {
  .products-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -40px;
  }
}
.products-wrapper .left-side {
  /* width: 24rem; */
  /* width: 40rem; */
  width: 24%;
  margin-right: 1%;
  /* margin-right: 30px; */
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 991px) {
  .products-wrapper .left-side {
    width: 100%;
  }
}
.products-wrapper .left-side details {
  width: 100%;
  position: relative;
}
.products-wrapper .left-side details summary {
  padding-right: 25px;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 991px) {
  .products-wrapper .left-side details {
    /* margin-bottom: 40px; */
    margin-bottom: 10px;
  }
}
.products-wrapper .left-side details summary.summary-filters {
  list-style: none;
  display: none;
  background-color: #a94418;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  letter-spacing: 1.5px;
  font-size: 22px;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 991px) {
  .products-wrapper .left-side details summary.summary-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.products-wrapper .left-side details .close-details {
  display: none;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 991px) {
  .products-wrapper .left-side details .close-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: underline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.products-wrapper .filters-wrapper {
  /* position: absolute;
  top: 50px;
  left: 0; */
  /* z-index: 3; */
  z-index: 5;
  background-color: white;
  width: 100%;
  height: auto;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 991px) {
  .products-wrapper .filters-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    /* z-index: 3; */
    z-index: 5;
    background-color: white;
    width: 100%;
    height: 520px;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 20px;
  }
}
.products-wrapper .filters-wrapper h3 {
  font-size: 25px;
  font-weight: 600;
  color: #707070;
}
.products-wrapper .filters-wrapper ul {
  list-style: none;
  margin: 1.5rem 0;
  /* margin-left: 1.5rem; */
  margin-left: 0;
}
.products-wrapper .filters-wrapper ul.ul-sub {
  margin-left: 1rem;
  margin-bottom: 0;
}
.products-wrapper .filters-wrapper ul li {
  padding-bottom: 7px;
  /* font-size: 22px; */
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  cursor: pointer;
}
.products-wrapper .filters-wrapper ul li .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-wrapper .filters-wrapper label {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  margin-bottom: 5px;
  cursor: pointer;
  /* font-size: 22px; */
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.products-wrapper .filters-wrapper label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.products-wrapper .filters-wrapper label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: white;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  margin-right: 5px;
}
.products-wrapper .filters-wrapper label input:checked ~ .checkmark {
  background-color: #a94418;
}
.products-wrapper .filters-wrapper label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.products-wrapper .filters-wrapper label input:checked ~ .checkmark:after {
  display: block;
}
.products-wrapper .filters-wrapper label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.products-cont {
  /* width: 80%; */
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 20px;
       -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}
.products-wrapper .products-cont {
  width: 74%;
  margin-left: 1%;
}
.products-cont.similar {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1600px) {
  .products-cont {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1399px) {
  .products-cont {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .products-cont {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-cont.similar {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .products-cont {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  /* .products-cont {
    grid-template-columns: 1fr;
  }
  .products-cont.similar {
    grid-template-columns: 1fr;
  } */
}
.products-cont .tool {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .products-cont .tool:last-child {
    grid-column: span 1;
  }
}
.products-cont .tool .tool-img {
  width: 100%;
  height: 184px;
}
@media screen and (max-width: 767px) {
  .products-cont .tool .tool-img {
    /* height: 210px; */
    height: 180px;
  }
}
@media screen and (max-width: 575px) {
  .products-cont .tool .tool-img {
    height: 150px;
  }
}
.products-cont .tool .tool-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.products-cont .tool .tool-img img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.products-cont .tool .tool-img .see-more p {
  color: white !important;
}
.products-cont .tool .tool-name {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-cont .tool .tool-name h3 {
  font-size: 20px;
  font-weight: 600;
}
.products-cont .tool .tool-name img {
  width: 26px;
  height: 26px;
}

.search-results .tool p,
.search-results .tool span,
.search-results .tool s,
.products-cont .tool p,
.products-cont .tool span,
.products-cont .tool s {
  font-weight: 600;
  margin-left: 10px;
  color: #707070;
  /* font-size: 20px; */
  font-size: 14px;
  font-family: "Montserrat";
}
.search-results .tool span.crossed,
.products-cont .tool span.crossed {
  position: relative;
  display: inline-block;
}
/* .products-cont .tool span.crossed::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 3px solid #a94418;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
} */
.search-results .tool .sale-price,
.products-cont .tool .sale-price {
  background-color: white;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  margin-left: auto;
  margin-top: 5px;
}
.search-results .tool .on-sale p,
.products-cont .tool .on-sale p {
  color: #a94418;
  font-weight: 500;
  margin-right: 10px;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs li {
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li a {
  color: #707070;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.breadcrumbs li span {
  color: #707070;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
/* @media screen and (max-width: 575px) {
  .breadcrumbs li a {
    font-size: 20px;
  }
  .breadcrumbs li span {
    font-size: 20px;
  }
} */
.breadcrumbs li:first-child a {
  margin-left: 0;
}
.breadcrumbs li:last-child a {
  color: #a94418;
}
.breadcrumbs li span {
  color: #a94418;
}
.breadcrumbs li + li:before {
  color: #707070;
  content: ">";
  padding-left: 10px;
  font-size: 19px;
}

.product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-wrapper .left-part {
  width: 49%;
  padding: 20px;
  margin-right: 1%;
  background-color: white;
}
@media screen and (max-width: 1199px) {
  .product-wrapper .left-part {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .product-wrapper .left-part {
    padding: 20px;
  }
}
.product-wrapper .left-part .productSwiper,
.product-wrapper .left-part .productSwiper2 {
  width: 100%;
  max-width: 780px;
}
.product-wrapper .left-part .productSwiper img,
.product-wrapper .left-part .productSwiper2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-wrapper .left-part .productSwiper2 {
  /* margin-bottom: 20px; */
  height: 350px;
}
@media screen and (max-width: 575px) {
  .product-wrapper .left-part .productSwiper2 {
    height: 220px;
  }
}
.product-wrapper .left-part .productSwiper2 .swiper-slide {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .product-wrapper .left-part .productSwiper2 .swiper-slide {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .product-wrapper .left-part .productSwiper2 .swiper-slide {
    height: 220px;
  }
}
.product-wrapper .left-part .productSwiper2 .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product-wrapper .left-part .productSwiper2 .swiper-slide .dark-overlay {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-wrapper .left-part .productSwiper2 .swiper-slide .dark-overlay img {
  opacity: 0;
}
.product-wrapper .left-part .productSwiper2 .swiper-slide:hover .dark-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-wrapper .left-part .productSwiper2 .swiper-slide:hover .dark-overlay img {
  width: 100%;
  max-width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-wrapper .left-part .productSwiper {
  height: 170px;
}
@media screen and (max-width: 575px) {
  .product-wrapper .left-part .productSwiper {
    height: 130px;
  }
}
.product-wrapper .left-part .productSwiper .swiper-slide .dark-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-wrapper .left-part .productSwiper .swiper-slide .dark-overlay img {
  width: 100%;
  max-width: 41px;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-wrapper .left-part .product-img {
  width: 100%;
  max-width: 450px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .product-wrapper .left-part .product-img {
    height: 220px;
  }
}
.product-wrapper .left-part .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-wrapper .right-part {
  width: 49%;
  padding: 40px;
  background-color: white;
  margin-left: 1%;
}
@media screen and (max-width: 1199px) {
  .product-wrapper .right-part {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .product-wrapper .right-part {
    padding: 20px;
    margin-top: 30px;
  }
}
.product-wrapper .right-part h2 {
  font-size: 36px;
  font-weight: 600;
  color: #414141;
  text-align: center;
}
.product-wrapper .right-part .similar-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .product-wrapper .right-part .similar-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .product-wrapper .right-part .similar-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .product-wrapper .right-part .similar-products {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .product-wrapper .right-part .similar-products .tool-img {
    height: 26vh;
  }
}
.product-wrapper .right-part .similar-products .tool-name {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .product-wrapper .right-part .similar-products .tool-name h3 {
    font-size: 23px;
  }
}
.product-wrapper .right-part .similar-products .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-wrapper .right-part .similar-products .price p {
  font-size: 24px;
  font-weight: 600;
  color: #414141;
  margin-left: 10px;
}
.product-wrapper .right-part .similar-products .price img {
  width: 30px;
  height: 30px;
}
.product-wrapper .right-part .similar-products .tool {
  margin-bottom: 20px;
  width: 100%;
}
.product-wrapper .right-part .similar-products .tool:last-child {
  margin-bottom: 0;
}
.product-wrapper .right-part .similar-products .tool:last-child {
  grid-column: span 1;
}
@media screen and (max-width: 575px) {
  .product-wrapper .right-part .similar-products .tool:last-child {
    grid-column: span 1;
  }
}

/* .product-info .product-name {
  margin-bottom: 15px;
  margin-top: 20px;
} */
.product-info .product-name h1 {
  color: #414141;
  font-size: 30px;
}
.product-info .product-name .brand {
  margin-bottom: 15px;
}
.product-info .product-name .brand span {
  color: #414141;
  font-size: 19px;
}
/* @media screen and (max-width: 575px) {
  .product-info .product-name h1 {
    font-size: 35px;
  }
} */
.product-info .product-name p {
  color: #414141;
  font-size: 19px;
  font-weight: 600;
}
.product-info .product-name p span {
  color: #9e9e9e;
}
.product-info .cart-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .product-info .cart-part {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-info .cart-part .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .product-info .cart-part .price {
    grid-column: span 2;
    margin-bottom: 20px;
  }
}
.product-info .cart-part .price p {
  font-size: 30px;
  font-weight: bold;
  color: #414141;
  margin-left: 10px;
}
.product-info .cart-part .price img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 575px) {
  .product-info .cart-part .cart-quantity {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-info .cart-part .btn {
  margin-left: auto;
  margin-right: auto;
}
.product-info .product-cart .btn {
  margin-left: 0;
  margin-right: 0;
  font-size: 28px;
}

.cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-quantity input {
  background-color: white;
  border: none;
  color: #a94418;
  font-size: 35px;
  font-weight: bold;
}
.cart-quantity input:focus {
  outline: none;
}
.cart-quantity input[type=text] {
  width: 40px;
  height: 40px;
  margin: 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cart-quantity input[type=button] {
  cursor: pointer;
}

.back-link {
  text-align: center;
  /* font-size: 25px; */
  font-size: 20px;
  font-weight: 600;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin: 40px 0; */
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .more-of-wrapper .cart-item .bin-items {
    padding: 30px;
  }
}
.more-of-wrapper .cart-item .bin-items .item .item-info {
  margin-left: 0px;
}
.more-of-wrapper .cart-item .bin-items .item .item-info .small-info {
  border-top: none;
  padding-top: 0;
}
.more-of-wrapper .cart-item .bin-items .item .item-info .small-info ul {
  padding-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.more-of-wrapper .cart-item .bin-items .item .item-info .small-info li {
  margin: 0;
  margin-right: 10px;
}
.more-of-wrapper .cart-item .bin-items .item .item-info .small-info li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info li:last-child {
    margin-left: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info li:last-child {
    grid-column: span 2;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info li:first-child {
    grid-column: span 3;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info li:first-child {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info li p,
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info li span {
    font-size: 20px;
  }
}
.more-of-wrapper .cart-item .bin-items .item .item-info .small-info li .cart-quantity input {
  font-size: 20px;
}
.more-of-wrapper .cart-item .bin-items .item .item-info .small-info h3 {
  font-size: 22px;
  color: black;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info h3 {
    font-size: 22px;
  }
}
.more-of-wrapper .cart-item .bin-items .item .item-info .small-info .btn {
  border: none;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .more-of-wrapper .cart-item .bin-items .item .item-info .small-info .btn {
    font-size: 20px;
  }
}
.more-of-wrapper .cart-item .bin-items .item .item-info .small-info span {
  color: #a94418;
}
.more-of-wrapper .cart-item .bin-items .item .item-info .small-info span.crossed {
  color: #707070;
  margin-left: 10px;
}
.more-of-wrapper .cart-item .bin-items .item .item-img {
  max-width: 150px;
}
.more-of-wrapper .see-more {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 30px;
}

.product-wrapper .right-part2 {
  background-color: transparent;
  padding-top: 0;
  margin-top: -66px;
}
@media screen and (max-width: 1199px) {
  .product-wrapper .right-part2 {
    margin-top: 0;
    padding-top: 40px;
  }
}

.about-us-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .about-us-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-us-wrapper .text {
  width: 100%;
}
.about-us-wrapper .text p {
  margin-bottom: 20px;
}
.about-us-wrapper .text p:last-child {
  margin-bottom: 0;
}
.about-us-wrapper .about-img {
  margin-left: 40px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1199px) {
  .about-us-wrapper .about-img {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-wrapper .about-img {
    height: 300px;
  }
}
.about-us-wrapper .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bottom-about h2 {
  text-align: center;
  color: #707070;
  /* font-size: 45px; */
  font-size: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .bottom-about h2 {
    font-size: 35px;
  }
}

.squares-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  /* -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px); */
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  margin-top: -40px;
}
@media screen and (max-width: 1399px) {
  .squares-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1199px) {
  .squares-wrapper {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .squares-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.squares-wrapper .square-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  background-color: #ffc2b8;
  /* margin-left: 30px; */
  margin-left: 15px;
  margin-right: 15px;
  max-width: 290px;
  min-width: 250px;
}
@media screen and (max-width: 1199px) {
  .squares-wrapper .square-about {
    margin-left: auto !important;
    margin-right: auto;
  }
}
/* .squares-wrapper .square-about:first-child {
  margin-left: 0;
}
.squares-wrapper .square-about:last-child {
  grid-column: span 2;
  margin-left: auto;
  margin-right: auto;
} */
/* @media screen and (max-width: 767px) {
  .squares-wrapper .square-about:last-child {
    grid-column: span 1;
  }
} */
.squares-wrapper .square-about img {
  width: 110px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.squares-wrapper .square-about p {
  color: white;
  /* font-size: 26px; */
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  min-height: 94px;
}

.white-about {
  background-color: white;
  padding-top: 70px;
  margin-bottom: 30px;
}

.services-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0;
}
.services-wrapper .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 400px;
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .services-wrapper .service {
    height: 300px;
    padding: 10px;
  }
}
.services-wrapper .service:last-child {
  margin-bottom: 0;
}
.services-wrapper .service .service-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.services-wrapper .service .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.services-wrapper .service .service-text {
  max-width: 80%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .services-wrapper .service .service-text {
    max-width: 90%;
  }
}
.services-wrapper .service .service-text h2 {
  color: white;
  /* font-size: 45px; */
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .services-wrapper .service .service-text h2 {
    font-size: 30px;
  }
}
.services-wrapper .service .service-text p {
  color: white;
  font-weight: 600;
}
.services-wrapper .service .more-arrow {
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 77px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  .services-wrapper .service .more-arrow {
    max-width: 49px;
    height: 145px;
  }
}
.services-wrapper .service .more-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url("../images/half-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.services-wrapper .service .more-arrow svg {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 575px) {
  .services-wrapper .service .more-arrow svg {
    height: 25px;
    width: 25px;
  }
}

.back-image {
  width: 100%;
  height: 400px;
  /* margin-top: 40px; */
}
@media screen and (max-width: 575px) {
  .back-image {
    height: 300px;
  }
}
.back-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service-det-text {
  /* padding: 40px 20px; */
  padding: 30px 30px;
  background-color: white;
}
.service-det-text p {
  margin-bottom: 10px;
}
.service-det-text p:last-child {
  margin-bottom: 0;
}

.left-title h1 {
  width: 70%;
  text-align: left !important;
}
@media screen and (max-width: 991px) {
  .left-title h1 {
    width: 100%;
  }
}

.contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-wrapper .contact-form {
  width: 50%;
  padding: 40px;
  background-color: white;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .contact-form {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-form {
    padding: 20px;
  }
}
.contact-wrapper .contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-wrapper .contact-form form label {
  /* font-size: 20px; */
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-family: "SourceSansPro";
}
.contact-wrapper .contact-form form input {
  border: none;
  padding: 15px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
  font-family: "SourceSansPro";
  font-size: 18px;
  color: black;
}
.contact-wrapper .contact-form form input:focus {
  outline: none;
}
.contact-wrapper .contact-form form textarea {
  border: none;
  padding: 15px;
  background-color: #f1f1f1;
  height: 200px;
  resize: none;
  font-family: "SourceSansPro";
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}
.contact-wrapper .contact-form form textarea:focus {
  outline: none;
}
.contact-wrapper .contact-form form .btn {
  margin-left: auto;
  margin-right: auto;
  outline: none;
  border: none;
  font-size: 19px;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-wrapper .contact-img {
  width: 50%;
  /* height: 840px; */
  height: 980px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .contact-img {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-img {
    height: 350px;
  }
}
.contact-wrapper .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contact-title h1 {
  width: 47%;
}

.around-popup {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 40px;
}
@media screen and (max-width: 575px) {
  .around-popup {
    padding: 0 30px;
  }
}
.around-popup .prijava-cont {
  padding: 30px 50px;
  position: relative;
  width: 100%;
  max-width: 522px;
  background-color: white;
}
@media screen and (max-width: 575px) {
  .around-popup .prijava-cont {
    padding: 30px 20px;
  }
}
.around-popup h2 {
  font-size: 45px;
  font-weight: 700;
  color: #a94418;
}
@media screen and (max-width: 575px) {
  .around-popup h2 {
    font-size: 35px;
  }
}
.around-popup p {
  font-size: 22px;
  font-weight: 400;
  font-family: "SourceSansPro";
  color: #414141;
}
@media screen and (max-width: 575px) {
  .around-popup p {
    font-size: 18px;
  }
}
.around-popup form {
  padding-top: 30px;
}
.around-popup form label {
  padding-left: 15px;
  font-family: "SourceSansPro";
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.around-popup form input {
  width: 100%;
  border: none;
  padding: 20px 15px;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .around-popup form input {
    padding: 15px;
  }
}
.around-popup form input:focus {
  outline: none;
}
.around-popup form .zaboravljena-lozinka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  color: #9a9797;
  font-size: 21px;
  font-family: "SourceSansPro";
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .around-popup form .zaboravljena-lozinka {
    font-size: 15px;
  }
}
.around-popup form .zaboravljena-lozinka a {
  color: #a94418;
  margin-left: 5px;
}
.around-popup form .prijavi-se-btn-popup,
.around-popup form .registruj-se-btn-popup {
  background-color: #a94418;
  color: white;
  font-size: 25px;
  font-weight: 600;
  width: 100%;
  padding: 13px 0;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}
.around-popup .nemate-nalog-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  color: #9a9797;
  font-size: 21px;
  font-family: "SourceSansPro";
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .around-popup .nemate-nalog-popup {
    font-size: 15px;
  }
}
.around-popup .nemate-nalog-popup button {
  color: #a94418;
  margin-left: 5px;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 21px;
  font-family: "SourceSansPro";
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .around-popup .nemate-nalog-popup button {
    font-size: 15px;
  }
}
.around-popup .iks-korpa {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 43px;
  cursor: pointer;
  background-color: #a94418;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.around-popup .registracija-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.around-popup .around-registracija {
  height: 100%;
}
.around-popup .registracija-cont {
  padding: 30px 50px;
  position: relative;
  width: 100%;
  max-width: 522px;
  background-color: white;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .around-popup .registracija-cont {
    padding: 30px 20px;
  }
}
.around-popup .registracija-cont .registration-text {
  color: #1c2034;
}
.around-popup .registracija-cont .registruj-lica {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
  border-top: 1px solid #dbdbdb;
}
.around-popup .registracija-cont .uslovi-koriscenja {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-family: "SourceSansPro";
  font-size: 19px;
  color: black;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .around-popup .registracija-cont .uslovi-koriscenja {
    font-size: 17px;
  }
}
.around-popup .registracija-cont .uslovi-koriscenja input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.around-popup .registracija-cont .uslovi-koriscenja .checkmark {
  position: absolute;
  top: 3;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #f1f1f1;
}
.around-popup .registracija-cont .uslovi-koriscenja input:checked ~ .checkmark {
  background-color: #a94418;
}
.around-popup .registracija-cont .uslovi-koriscenja .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.around-popup .registracija-cont .uslovi-koriscenja input:checked ~ .checkmark:after {
  display: block;
}
.around-popup .registracija-cont .uslovi-koriscenja .checkmark:after {
  background-color: #a94418;
}
.around-popup .registracija-cont .fizickoReg {
  display: block;
}
.around-popup .registracija-cont .fizickoReg input[type=number],
.around-popup .registracija-cont .fizickoReg input[type=text],
.around-popup .registracija-cont .fizickoReg input[type=email],
.around-popup .registracija-cont .fizickoReg input[type=password] {
  width: 100%;
  padding: 15px 15px;
  margin-bottom: 15px;
}
.around-popup .fizickoReg label {
  padding-left: 15px;
  font-family: "SourceSansPro";
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.around-popup .hide-part {
  display: none;
}
.around-popup .bin-wrapper {
  padding: 40px;
  position: relative;
  width: 100%;
  max-width: 860px;
  background-color: white;
}
@media screen and (max-width: 575px) {
  .around-popup .bin-wrapper {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .around-popup .bin-wrapper {
    padding: 20px;
  }
}
.around-popup .bin-wrapper .title-bin h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .around-popup .bin-wrapper .title-bin h2 {
    text-align: start;
  }
}
.around-popup .bin-wrapper .scroll-menu-cart {
  height: 250px;
  overflow-y: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .around-popup .bin-wrapper .scroll-menu-cart {
    margin-top: 0;
  }
}
.around-popup .bin-wrapper .total-price {
  text-align: end;
  padding-top: 30px;
}
@media screen and (max-width: 575px) {
  .around-popup .bin-wrapper .total-price {
    padding-top: 5px;
  }
}
.around-popup .bin-wrapper .total-price p {
  font-size: 35px;
  font-weight: bold;
  color: #414141;
}
.around-popup .bin-wrapper .total-price p span {
  color: #a94418;
}
.around-popup .prijava-cont::before,
.around-popup .registracija-cont::before {
  content: "";
  width: 255%;
  height: 35px;
  background-color: #f1f1f1;
  position: absolute;
  top: 4%;
  left: -20%;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  .around-popup .prijava-cont::before,
  .around-popup .registracija-cont::before {
    top: 5%;
    height: 25px;
  }
}
.around-popup .registracija-cont::before {
  top: 2%;
}
@media screen and (max-width: 575px) {
  .around-popup .registracija-cont::before {
    top: 3%;
  }
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
.buttons .btn {
  font-size: 25px;
}
@media screen and (max-width: 575px) {
  .buttons .btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .bin-popup {
    padding: 5px 15px;
  }
  .bin-popup .iks-korpa {
    top: 20px;
    right: 15px;
  }
}

.registracija-form {
  overflow-y: auto;
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bin-items {
  padding: 30px;
  background-color: white;
}
.bin-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .bin-items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bin-items .item .item-img {
  width: 100%;
  max-width: 150px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .bin-items .item .item-img {
    margin-left: auto;
    margin-right: auto;
    height: 150px;
  }
}
.bin-items .item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.bin-items .item .item-info {
  margin-left: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bin-items .item .item-info {
    margin-left: 0 !important;
    margin-top: 15px;
  }
}
.bin-items .item .item-info .title-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .bin-items .item .item-info .title-price {
    padding-bottom: 10px;
  }
}
.bin-items .item .item-info .title-price h3 {
  font-size: 24px;
  font-weight: 600;
  color: #414141;
}
@media screen and (max-width: 575px) {
  .bin-items .item .item-info .title-price h3 {
    font-size: 22px;
  }
}
.bin-items .item .item-info .title-price .price {
  font-size: 24px;
  font-weight: 600;
  color: #414141;
}
.bin-items .item .item-info .small-info {
  padding-top: 10px;
  border-top: 1px solid #9e9e9e;
}
.bin-items .item .item-info .small-info ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .bin-items .item .item-info .small-info ul {
    padding-top: 0;
  }
}
.bin-items .item .item-info .small-info ul li {
  display: block;
  margin-left: 15px;
  text-align: center;
}
.bin-items .item .item-info .small-info ul li:first-child {
  margin-left: 0;
}
.bin-items .item .item-info .small-info ul li p {
  font-size: 22px;
  font-weight: 600;
  color: #414141;
  font-family: "Montserrat";
  margin-bottom: 6px;
}
@media screen and (max-width: 575px) {
  .bin-items .item .item-info .small-info ul li p {
    font-size: 10px;
  }
}
.bin-items .item .item-info .small-info ul li span {
  font-size: 22px;
  font-weight: 600;
  color: #9e9e9e;
  font-family: "Montserrat";
}
@media screen and (max-width: 575px) {
  .bin-items .item .item-info .small-info ul li span {
    font-size: 14px;
  }
}
.bin-items .item .item-info .small-info .cart-quantity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bin-items .item .item-info .small-info .cart-quantity input {
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  .bin-items .item .item-info .small-info .cart-quantity input {
    font-size: 15px;
  }
}
.bin-items .item .item-info .small-info .cart-quantity input[type=text] {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 575px) {
  .bin-items .item .item-info .small-info .cart-quantity input[type=text] {
    width: 20px;
    height: 20px;
  }
}

.cart-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .cart-item {
    margin-bottom: 20px;
  }
}
.cart-item .bin-items {
  padding: 10px 40px;
}
.cart-item .bin-items .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-item .bin-items .item .item-img {
  max-width: 300px;
}
.cart-item .bin-items .item .item-info {
  margin-left: 60px;
}

.bottom-cart {
  text-align: end;
  padding-top: 30px;
}
.bottom-cart p {
  font-size: 37px;
  font-weight: bold;
  color: #414141;
}
@media screen and (max-width: 575px) {
  .bottom-cart p {
    font-size: 27px;
    text-align: center;
  }
}
.bottom-cart p span {
  color: #a94418;
}

.nazad-btn {
  font-size: 25px;
  font-weight: 600;
  color: #707070;
}
@media screen and (max-width: 575px) {
  .nazad-btn {
    font-size: 20px;
  }
}

.my-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  padding: 50px;
}
@media screen and (max-width: 1399px) {
  .my-info-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .my-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.my-info-wrapper h2 {
  font-size: 45px;
  color: #a94418;
  padding-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .my-info-wrapper h2 {
    font-size: 30px;
  }
}
.my-info-wrapper .basic-form,
.my-info-wrapper .other-info-form {
  background-color: white;
  position: relative;
}
.my-info-wrapper .basic-form hr,
.my-info-wrapper .other-info-form hr {
  grid-column: span 2;
  background-color: rgba(112, 112, 112, 0.5);
  height: 1px;
  margin: 30px 0;
}
@media screen and (max-width: 575px) {
  .my-info-wrapper .basic-form hr,
  .my-info-wrapper .other-info-form hr {
    grid-column: span 1;
  }
}
.my-info-wrapper .basic-form label,
.my-info-wrapper .other-info-form label {
  font-size: 24px;
  font-weight: 400;
  font-family: "SourceSansPro";
  color: black;
  margin-top: 15px;
  display: block;
}
.my-info-wrapper .basic-form input,
.my-info-wrapper .other-info-form input {
  width: 100%;
  padding: 10px 0;
  border: none;
  font-size: 24px;
  font-weight: 400;
  font-family: "SourceSansPro";
  color: #1c2034;
}
.my-info-wrapper .basic-form input:focus,
.my-info-wrapper .other-info-form input:focus {
  outline: none;
}
.my-info-wrapper .basic-form button,
.my-info-wrapper .other-info-form button {
  border: none;
  outline: none;
  font-size: 27px;
  padding: 10px 20px;
}
.my-info-wrapper .basic-form {
  width: 40%;
}
@media screen and (max-width: 1399px) {
  .my-info-wrapper .basic-form {
    width: 45%;
  }
}
@media screen and (max-width: 1199px) {
  .my-info-wrapper .basic-form {
    margin-bottom: 40px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .my-info-wrapper .basic-form {
    width: 100%;
  }
}
.my-info-wrapper .other-info-form {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .my-info-wrapper .other-info-form {
    width: 100%;
  }
}
.my-info-wrapper .other-info-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 575px) {
  .my-info-wrapper .other-info-form form {
    grid-template-columns: 1fr;
  }
}

.my-info-wrapper2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.my-orders {
  width: 100%;
}
.my-orders .order {
  width: 100%;
  border: 3px solid #dddddd;
  position: relative;
}
.my-orders .order table {
  width: 100%;
  border-collapse: collapse;
}
.my-orders .order table tr {
  border-collapse: collapse;
  display: table-row;
}
.my-orders .order table tr td {
  padding: 5px 10px 5px 10px;
  border-right: 3px solid #dddddd;
}
.my-orders .order table tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 991px) {
  .my-orders .order table tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: none;
    width: 100% !important;
    border-bottom: 3px solid #dddddd;
  }
  .my-orders .order table tr td:last-child {
    border-bottom: none;
  }
}
.my-orders .order table tr .last-column {
  border-right: none;
  color: black;
  font-size: 24px;
  font-weight: 400;
  font-family: "SourceSansPro";
  text-align: center;
}
.my-orders .order table table tr td {
  border: none;
  border-right: 3px solid #dddddd;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .my-orders .order table table tr td {
    border-right: none;
  }
}
.my-orders .order table p {
  color: black;
  font-size: 24px;
  font-weight: 400;
  font-family: "SourceSansPro";
  text-align: center;
}
.my-orders .order table p.name {
  color: #a94418;
  font-size: 24px;
  font-weight: 700;
  font-family: "SourceSansPro";
  text-align: center;
}

.next-step-cont {
  background-color: white;
}
.next-step-cont .bin-items {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .next-step-cont .bin-items {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .next-step-cont .bin-items {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .next-step-cont .bin-items {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .next-step-cont .bin-items .item-img {
    max-width: 200px !important;
  }
}
.next-step-cont .bottom-cart {
  margin: 30px 60px 0 60px;
  padding-bottom: 30px;
  border-top: 1px solid #9e9e9e;
}
@media screen and (max-width: 1199px) {
  .next-step-cont .bottom-cart {
    margin: 30px;
  }
}

.your-info-wrapper {
  background-color: white;
  padding: 30px 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .your-info-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .your-info-wrapper {
    padding: 30px 20px;
  }
}
.your-info-wrapper .sign-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .your-info-wrapper .sign-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.your-info-wrapper .sign-links p {
  font-family: "SourceSansPro";
  font-weight: 400;
  font-size: 19px;
}
@media screen and (max-width: 991px) {
  .your-info-wrapper .sign-links p {
    margin-bottom: 10px;
  }
  .your-info-wrapper .sign-links p:last-child {
    margin-bottom: 0;
  }
}
.your-info-wrapper .sign-links span {
  color: #a94418;
  cursor: pointer;
}
.your-info-wrapper form .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .your-info-wrapper form .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.your-info-wrapper form .form .left-form,
.your-info-wrapper form .form .right-form {
  width: 100%;
}
.your-info-wrapper form .form .right-form {
  margin-left: 80px;
}
@media screen and (max-width: 1299px) {
  .your-info-wrapper form .form .right-form {
    margin-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .your-info-wrapper form .form .right-form {
    margin-left: 0;
  }
}
.your-info-wrapper form .form .right-form button {
  width: 100%;
  border: none;
}
.your-info-wrapper form .form .flex-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .your-info-wrapper form .form .flex-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.your-info-wrapper form .form .flex-inputs .inputs {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .your-info-wrapper form .form .flex-inputs .inputs {
    width: 100%;
  }
}
.your-info-wrapper form .form .flex-inputs .inputs:last-child {
  margin-right: 0;
}
.your-info-wrapper form .form .paying-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .your-info-wrapper form .form .paying-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .your-info-wrapper form .form .paying-type label {
    padding-left: 0;
  }
}
.your-info-wrapper form .form .paying-type:nth-child(even) {
  border-bottom: none;
  padding-top: 10px;
}
.your-info-wrapper form .form .paying-type .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.your-info-wrapper form .form .paying-type .boxes .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}
.your-info-wrapper form .form .paying-type .boxes .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.your-info-wrapper form .form .paying-type .boxes .container .checkmark {
  position: absolute;
  top: 3;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #f1f1f1;
}
.your-info-wrapper form .form .paying-type .boxes .container input:checked ~ .checkmark {
  background-color: #a94418;
}
.your-info-wrapper form .form .paying-type .boxes .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.your-info-wrapper form .form .paying-type .boxes .container input:checked ~ .checkmark:after {
  display: block;
}
.your-info-wrapper form .form .paying-type .boxes .container .checkmark:after {
  background-color: #a94418;
}
.your-info-wrapper form .form .checkbox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  font-family: "SourceSansPro";
}
@media screen and (max-width: 575px) {
  .your-info-wrapper form .form .checkbox .container {
    font-size: 12px;
  }
}
.your-info-wrapper form .form .checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.your-info-wrapper form .form .checkbox .container .checkmark {
  position: absolute;
  top: 3;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #f1f1f1;
}
.your-info-wrapper form .form .checkbox .container input:checked ~ .checkmark {
  background-color: #a94418;
}
.your-info-wrapper form .form .checkbox .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.your-info-wrapper form .form .checkbox .container input:checked ~ .checkmark:after {
  display: block;
}
.your-info-wrapper form .form .checkbox .container .checkmark:after {
  background-color: #a94418;
}
.your-info-wrapper form .form .checkbox .container a {
  color: #414141;
  margin-left: 5px;
}
.your-info-wrapper form label {
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-family: "SourceSansPro";
}
.your-info-wrapper form input {
  border: none;
  padding: 15px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
  font-family: "SourceSansPro";
  font-size: 18px;
  color: black;
  width: 100%;
  margin-top: 10px;
}
.your-info-wrapper form input:focus {
  outline: none;
}
.your-info-wrapper form textarea {
  border: none;
  padding: 15px;
  background-color: #f1f1f1;
  height: 200px;
  resize: none;
  font-family: "SourceSansPro";
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 10px;
}
.your-info-wrapper form textarea:focus {
  outline: none;
}

.terms {
  margin-top: 70px;
  margin-bottom: 100px;
}
.terms h3 {
  font-size: 40px;
  color: #a94418;
}
@media screen and (max-width: 767px) {
  .terms h3 {
    font-size: 30px;
  }
}
.terms h3, .terms p {
  margin-top: 20px;
}
.terms p {
  font-size: 18px;
  font-family: "SourceSansPro";
}

.search-results h2 {
  font-size: 45px;
  color: #707070;
}
.search-results h2 span {
  color: #a94418;
}
.search-results .search-input {
  margin: 70px 0;
}
.search-results .tools {
  /* gap: 90px; */
  margin-top: 0;
  margin-bottom: 150px;
}
.search-results .tool-name img {
  width: 30px;
}
.search-results .tool-name h3, .search-results .tool-name + p {
  font-size: 27px;
}
.search-results .tool-name h3 {
  color: #414141;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.search-results .tool-name + p {
  color: #707070;
}

.search-input {
  height: 50px;
  width: 100%;
  max-width: 600px;
  background-color: #a94418;
  position: relative;
}
.search-input svg {
  height: 25px;
  width: 25px;
  fill: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-input input {
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  border: none;
  padding-left: 65px;
}
.search-input input::-moz-placeholder {
  font-family: "SourceSansPro";
  font-size: 28px;
  color: #fff;
}
.search-input input::-webkit-input-placeholder {
  font-family: "SourceSansPro";
  font-size: 28px;
  color: #fff;
}
.search-input input:-ms-input-placeholder {
  font-family: "SourceSansPro";
  font-size: 28px;
  color: #fff;
}
.search-input input::-ms-input-placeholder {
  font-family: "SourceSansPro";
  font-size: 28px;
  color: #fff;
}
.search-input input, .search-input input::placeholder {
  font-family: "SourceSansPro";
  font-size: 28px;
  color: #fff;
}

.confirmation {
  margin-top: 300px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .confirmation {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}
.confirmation img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .confirmation img {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .confirmation img {
    width: 50%;
  }
}
.confirmation h1 {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 50px auto;
}
.confirmation p {
  font-size: 20px;
}

/* .left-title .page-width::before {
  top: 50px;
} */
.left-title .page-width h1 {
  text-align: start;
  margin-left: 50px;
}

.blank-img {
  height: 40vh;
  /* margin-top: 100px; */
  /* margin-top: 70px; */
}

.blank-img img, .blankSwiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blank-p {
  background-color: #fff;
  /* padding: 50px; */
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .blank-p {
    /* padding: 50px 20px; */
    padding: 30px;
  }
}
.blank-p li,
.blank-p p {
  font-family: "SourceSansPro";
  /* font-size: 25px; */
  font-size: 16px;
  line-height: 30px;
}
.blank-p a {
  color: #a94418;
}
.blank-p ul,
.blank-p ol {
  padding-left: 20px;
}

.text p {
  margin-top: 10px;
  /* margin-top: 20px; */
}

.blank-slider {
  margin: 20px 0;
}

.blankSwiper {
  height: 35vh;
  position: relative;
}

.blank-button-next, .blank-button-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  cursor: pointer;
}
.blank-button-next svg, .blank-button-prev svg {
  width: 26px;
  height: 21px;
  fill: #a94418;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blank-button-next {
  right: -100px;
}
.blank-button-next svg {
  left: 13px;
}

.blank-button-prev {
  left: -100px;
}
.blank-button-prev svg {
  right: 13px;
}

.blank-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blank-links a img {
  margin-right: 15px;
}
.blank-links a:first-child {
  margin-right: 200px;
}
@media screen and (max-width: 1399px) {
  .blank-links a:first-child {
    margin-right: 0;
  }
}

.margin-b {
  /* margin-bottom: 100px; */
  margin-bottom: 60px;
}

.news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  /* margin-bottom: 50px; */
  margin-bottom: 35px;
}
.news-date span {
  font-size: 20px;
  color: #707070;
}

.news-page {
  display: grid;
  gap: 30px;
}
.news-page .news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .news h5 {
  color: #000;
}
.news-page .see-more {
  text-align: center;
  margin-top: 30px;
  font-size: 25px;
  font-weight: 600;
  color: #707070;
}

.search-results .tool {
  max-width: 310px;
}













.search-results .pagination,
.products-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .search-results .pagination,
  .products-wrapper .pagination {
    padding-top: 20px;
  }
}
.search-results .pagination .page-link,
.products-wrapper .pagination .page-link {
  color: #808080;
  font-size: 14px;
  padding: 5px 13px;
  border-radius: 4px;
  margin: 0 5px;
  cursor: pointer;
}
.search-results .pagination .page-link span,
.products-wrapper .pagination .page-link span {
  display: flex;
}
.search-results .pagination .page-link.active,
.products-wrapper .pagination .page-link.active {
  background-color: #a94418;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.products-wrapper .pagination.grid {
  grid-column: span 5;
}
.search-results .pagination.grid {
  grid-column: span 3;
}
@media screen and (max-width: 1600px) {
  .products-wrapper .pagination.grid {
    grid-column: span 4;
  }
  .search-results .pagination.grid {
    grid-column: span 3;
  }
}
@media screen and (max-width: 1399px) {
  .products-wrapper .pagination.grid {
    grid-column: span 3;
  }
  .search-results .pagination.grid {
    grid-column: span 3;
  }
}
@media screen and (max-width: 1199px) {
  .products-wrapper .pagination.grid {
    grid-column: span 3;
  }
  .search-results .pagination.grid {
    grid-column: span 3;
  }
}
@media screen and (max-width: 991px) {
  .products-wrapper .pagination.grid {
    grid-column: span 2;
  }
  .search-results .pagination.grid {
    grid-column: span 2;
  }
}
@media screen and (max-width: 575px) {
  .products-wrapper .pagination.grid {
    grid-column: span 1;
  }
  .search-results .pagination.grid {
    grid-column: span 1;
  }
}



details > summary {
  list-style: none;
}

details > summary::marker, /* Latest Chrome, Edge, Firefox */ 
details > summary::-webkit-details-marker /* Safari */ {
  display: none;
}
.products-wrapper .left-side details.drop-down summary::before {
  content: '';
  background: white url(../images/chevron-down-24.svg) no-repeat;
  background-position: right;
  background-position-y: 50%;
  background-origin: content-box;
  outline: none;
  border: none;
  position: absolute;
  height: 24px;
  width: 24px;
  right: 0rem;
}

.products-wrapper .left-side a {
  font-weight: 400;
  color: #707070;
  transition: all 0.3s ease-in-out;
}
.products-wrapper .left-side a:hover {
  color: #a94418;
}
.products-wrapper .left-side a.active {
  color: #a94418;
}

.similar-products {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
}
.sizes-section {
  padding-bottom: 0;
}
.similar-products-section h2 {
  margin-bottom: 30px;
}
.desc-wrapper {
  margin-top: 40px;
}


.search-results .tool .discount-badge,
.products-cont .tool .discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a94418;
  z-index: 2;
  padding: 5px;
  color: white;
}


.news-date a img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}


@media screen and (max-width: 991px) {
  .products-wrapper .products-cont {
    margin-left: 0;
    width: 100%;
  }
  .products-top form {
    width: 100%;
    max-width: 100%;
  }
  .section-padding.page-products {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .left-title h1,
  .contact-title h1 {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 575px) {
  .left-title .page-width h1 {
    margin-left: 30px;
  }
}

.blank-links a {
  margin-right: 10px !important;
}

.swiper-pagination-bullet-active {
  background: white !important;
}