@charset "UTF-8";
.container {
  max-width: 103.3333333333rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (max-width: 991px) {
    .container {
      max-width: 90%;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (max-width: 1600px) and (min-width: 992px) {
    .container {
      max-width: 93%; } }
  .container .row {
    margin-right: -1rem;
    margin-left: -1rem; }
  .container [class^="col-"],
  .container [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem; }

img.img-responsive {
  max-width: none;
  height: auto;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
li {
  margin-bottom: 1rem;
  line-height: 1.4; }

dl,
ol,
ul {
  margin-bottom: 0;
  list-style: auto; }

*:focus {
  outline: none; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: none; }

.the-content {
  font-size: 1.2rem; }
  .the-content strong {
    font-size: 1.2rem;
    font-weight: bold; }
  .the-content p, .the-content li {
    font-size: 1.2rem;
    letter-spacing: 0.09px;
    font-weight: 300;
    line-height: 1.5; }
  .the-content ul li {
    list-style: disc; }

.the-content.white {
  color: #fff; }
  .the-content.white p {
    color: #fff; }

.clearfix::before, .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

a {
  color: inherit;
  text-decoration: inherit; }
  a:hover {
    text-decoration: inherit; }

a:hover {
  text-decoration: none; }

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none; }

.img-contain {
  height: 100%;
  width: 100%;
  object-fit: contain; }

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

ul li {
  list-style: none; }

.heading-content {
  line-height: 1.7; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: ''; }

.swiper-button-prev {
  background-image: url(../images/icons/left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.swiper-button-next {
  background-image: url(../images/icons/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.swiper-pagination span {
  font-size: 0.9333333333rem;
  font-weight: 300;
  background: transparent; }

html.hc-nav-yscroll {
  overflow-y: scroll; }

body.hc-nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  min-height: 100%; }

.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999; }

.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important; }

.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 280px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform 0.4s ease; }

.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overscroll-behavior: none;
  box-sizing: border-box; }

.hc-offcanvas-nav .nav-content {
  height: 100%;
  max-height: 100vh; }

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box; }

.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.hc-offcanvas-nav li {
  position: relative;
  display: block; }

.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible; }

.hc-offcanvas-nav input[type="checkbox"] {
  display: none; }

.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer; }

.hc-offcanvas-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer; }

.hc-offcanvas-nav a,
.hc-offcanvas-nav a:hover {
  text-decoration: none;
  background: #fff;
  color: #062140; }

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  content: '';
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease; }

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s; }

.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none; }

.hc-offcanvas-nav.nav-levels-expand .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box; }

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none; }

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease 0.4s; }

.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none; }

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box; }

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease; }

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static; }

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease; }

.hc-offcanvas-nav.nav-position-left {
  left: 0; }

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
  transform: translate3d(-280px, 0, 0); }

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0); }

.hc-offcanvas-nav.nav-position-right {
  right: 0; }

.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
  transform: translate3d(280px, 0, 0); }

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0); }

.hc-offcanvas-nav.nav-position-top {
  top: 0; }

.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, -100%, 0); }

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0); }

.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0; }

.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, 100%, 0); }

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0); }

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
  transform: translate3d(0, 0, 0); }

.hc-nav-trigger {
  /*position: absolute;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  top: 20px;
  right: 0;
  z-index: 9980;
  width: 75px; }

.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transform-origin: 50% 50%; }

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  transition: all 0.2s ease; }

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  content: '';
  width: 100%; }

.hc-nav-trigger span::before {
  top: -10px; }

.hc-nav-trigger span::after {
  bottom: -10px; }

.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg); }

.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0); }

.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0); }

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3); }

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #B2904B; }

.nav-close {
  margin-bottom: 0; }

.hc-offcanvas-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0; }

.hc-offcanvas-nav a {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff; }

.hc-offcanvas-nav:not(.touch-device) a:hover {
  background: #31679e; }

.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
  border-top: 1px solid #B2904B;
  margin-top: -1px; }

.hc-offcanvas-nav li {
  text-align: left;
  margin-bottom: 0; }

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: #B2904B;
  border-top: 1px solid  #B2904B;
  border-bottom: 1px solid #fff; }

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
  background: #A1A08D;
  color: #fff; }

.hc-offcanvas-nav li.nav-parent a {
  padding-right: 58px; }

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next,
.hc-offcanvas-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease; }

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff; }

.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -9px;
  transform: rotate(135deg); }

.hc-offcanvas-nav li.nav-close span::after {
  transform: rotate(-45deg); }

.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid #fff; }

.nav-close a {
  border-bottom: 1px solid #fff !important; }

.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center; }

.hc-offcanvas-nav span.nav-next::before {
  transform: translate(-50%, -50%) rotate(135deg); }

.hc-offcanvas-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg); }

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2); }

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2); }

.hc-offcanvas-nav.nav-position-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg); }

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg); }

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.hc-offcanvas-nav.nav-position-top span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg); }

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg); }

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); }

.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg); }

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg); }

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent; }

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none; }

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul a,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul a {
  font-size: 14px; }

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease; }

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
  background: #A1A08D; }

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #A1A08D; }

html {
  height: 100%;
  width: 100%;
  font-size: 0.9652509653vw;
  letter-spacing: 1.2px; }
  @media (max-width: 991px) {
    html {
      font-size: 1.5136226034vw; } }
  @media (max-width: 575px) {
    html {
      font-size: 2.6086956522vw; } }
  @media (min-width: 1554px) {
    html {
      font-size: 15px; } }

.max-width-370 {
  max-width: 24.6666666667rem; }

.max-width-415 {
  max-width: 27.6666666667rem; }

.max-width-500 {
  max-width: 33.3333333333rem; }

.max-width-750 {
  max-width: 50rem; }

.max-width-950 {
  max-width: 63.3333333333rem; }

.w-170 {
  min-width: 11.3333333333rem; }

.w-180 {
  min-width: 12rem; }

.w-200 {
  min-width: 13.3333333333rem; }

.w-225 {
  min-width: 15rem; }

.w-250 {
  min-width: 16.6666666667rem; }

.w-260 {
  min-width: 17.3333333333rem; }

.w-280 {
  min-width: 18.6666666667rem; }

.w-340 {
  min-width: 22.6666666667rem; }

.w-450 {
  min-width: 30rem; }

.w-100-percent {
  width: 100%; }

.ml-35 {
  margin-left: 2.3333333333rem; }

.ml-50 {
  margin-left: 3.3333333333rem; }

.ml-60 {
  margin-left: 4rem; }

.ml-80 {
  margin-left: 5.3333333333rem; }

.mt-10 {
  margin-top: 0.6666666667rem; }

.mt-15 {
  margin-top: 1rem; }

.mt-20 {
  margin-top: 1.3333333333rem; }

.mb-20 {
  margin-bottom: 1.3333333333rem; }

.mt-25 {
  margin-top: 1.6666666667rem; }

.mt-30 {
  margin-top: 2rem; }

.mt-35 {
  margin-top: 2.3333333333rem; }

.mt-40 {
  margin-top: 2.6666666667rem; }

.mt-45 {
  margin-top: 3rem; }

.mt-50 {
  margin-top: 3.3333333333rem; }

.mt-60 {
  margin-top: 4rem; }

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

.pt-60 {
  padding-top: 4rem; }

.mt-65 {
  margin-top: 4.3333333333rem; }

.mt-70 {
  margin-top: 4.6666666667rem; }

.mt-75 {
  margin-top: 5rem; }

.mt-80 {
  margin-top: 5.3333333333rem; }

.mt-85 {
  margin-top: 5.6666666667rem; }

.mt-90 {
  margin-top: 6rem; }

.pt-100 {
  padding-top: 6.6666666667rem; }
  @media only screen and (max-width: 576px) {
    .pt-100 {
      padding-top: 3.3333333333rem; } }

.pb-100 {
  padding-bottom: 6.6666666667rem; }

.pt-120 {
  padding-top: 8rem; }
  @media only screen and (max-width: 576px) {
    .pt-120 {
      padding-top: 4rem; } }

.pb-120 {
  padding-bottom: 8rem; }
  @media only screen and (max-width: 576px) {
    .pb-120 {
      padding-bottom: 4rem; } }

.mt-100 {
  margin-top: 6.6666666667rem; }

.m-100 {
  margin-top: 6.6666666667rem;
  margin-bottom: 6.6666666667rem; }

.mt-110 {
  margin-top: 7.3333333333rem; }

.mt-120 {
  margin-top: 8rem; }
  @media only screen and (max-width: 991px) {
    .mt-120 {
      margin-top: 4.6666666667rem; } }

.mb-120 {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 991px) {
    .mb-120 {
      margin-bottom: 4.6666666667rem; } }

.mt-130 {
  margin-top: 8.6666666667rem; }

.mt-140 {
  margin-top: 9.3333333333rem; }

.pt-140 {
  padding-top: 9.3333333333rem; }
  @media only screen and (max-width: 991px) {
    .pt-140 {
      padding-top: 5.3333333333rem; } }

.pb-140 {
  padding-bottom: 9.3333333333rem; }
  @media only screen and (max-width: 991px) {
    .pb-140 {
      padding-bottom: 5.3333333333rem; } }

.mt-150 {
  margin-top: 10rem; }
  @media only screen and (max-width: 767px) {
    .mt-150 {
      margin-top: 4.6666666667rem; } }

.pt-150 {
  padding-top: 10rem; }
  @media only screen and (max-width: 576px) {
    .pt-150 {
      padding-top: 6.6666666667rem; } }

.pb-150 {
  padding-bottom: 10rem; }
  @media only screen and (max-width: 576px) {
    .pb-150 {
      padding-bottom: 6.6666666667rem; } }

.mt-180 {
  margin-top: 12rem; }

.mt-190 {
  margin-top: 12.6666666667rem; }

.mt-200 {
  margin-top: 13.3333333333rem; }
  @media only screen and (max-width: 576px) {
    .mt-200 {
      margin-top: 4.6666666667rem; } }

.mt-360 {
  margin-top: 24rem; }

.ml-20 {
  margin-left: 1.3333333333rem; }

.ml-110 {
  margin-left: 7.3333333333rem; }

.display-table > * {
  display: table-cell;
  vertical-align: middle; }

a[href^=tel] {
  text-decoration: inherit;
  color: inherit; }

body {
  font-family: "Raleway", sans-serif;
  color: #1C1C1B;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .5px;
  font-size: 1rem;
  line-height: 1.2; }

.group-btn .btn {
  font-size: 1rem;
  line-height: 1;
  border-radius: 1.6rem;
  color: #ffffff;
  padding: 0.6666666667rem;
  font-weight: 500; }
  .group-btn .btn:hover {
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.6); }
  .group-btn .btn-orange {
    background-color: #f36350; }
    .group-btn .btn-orange:hover {
      background-color: #ffffff;
      color: #f36350; }

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.title-section {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold; }

.name-item {
  font-size: 1.3333333333rem;
  line-height: 0.8;
  font-weight: bold; }

.semi-bold {
  font-weight: 600; }

.orange {
  color: #f36350; }

.light-green {
  color: #93c019; }

.green {
  color: #086433; }

.bt-white {
  background: #fff !important; }
  .bt-white a {
    color: #6C541C !important; }

.background-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top left !important; }

.button-main {
  width: max-content;
  transition: .3s all ease-in-out;
  outline: none;
  background: #B2904B;
  padding: 3px !important; }
  .button-main:hover a {
    border: 1px solid #fff; }
  .button-main a {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    padding: 0.4666666667rem 1rem;
    text-transform: capitalize;
    position: relative;
    font-family: "Raleway", sans-serif;
    border: 1px solid transparent;
    transition: .4s all; }

.button-contact input {
  background: #B2904B;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  padding: 0.4666666667rem 1rem;
  text-transform: capitalize;
  position: relative;
  font-family: "Raleway", sans-serif;
  border: 1px solid transparent;
  transition: .4s all; }

@keyframes wave {
  from {
    opacity: 0;
    right: -6.6666666667rem; }
  to {
    right: -1.2rem;
    opacity: 1; } }
.heading-title {
  font-size: 2.6666666667rem;
  position: relative;
  font-weight: normal;
  font-family: "Raleway", sans-serif; }

.heading-title.white {
  color: #fff; }
  .heading-title.white span {
    color: #fff; }

.sub-title {
  color: #1D1D1D;
  font-weight: 300;
  font-size: 1.2rem; }

.sub-title.white {
  color: #fff; }

.heading-title.white {
  color: #fff; }

/* animation for Move */
@keyframes move {
  0% {
    transform: translateX(50px); }
  100% {
    transform: translateX(0px); } }
.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.medium {
  font-weight: 500; }

.heading-content p {
  font-size: 1rem; }

.learn-more {
  width: max-content; }
  .learn-more:hover img {
    transform: translateX(10px); }
  .learn-more a {
    font-size: 1.0666666667rem;
    color: #EDBF3C;
    font-weight: 600;
    text-transform: uppercase; }
  .learn-more img {
    width: 1.2666666667rem;
    margin-left: 0.6666666667rem;
    transition: .3s all; }

.form-contact label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.6666666667rem; }
.form-contact input {
  height: 3.3333333333rem;
  border: none;
  background: transparent;
  margin-bottom: 1.3333333333rem;
  border-bottom: 1px solid #ffffff45;
  padding-left: 0;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 0; }
  .form-contact input::placeholder {
    color: red;
    opacity: 1; }
  .form-contact input:focus {
    background: transparent;
    color: #fff;
    border-color: initial;
    box-shadow: initial; }

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.modal-dialog {
  max-width: 66.6666666667rem; }

.pagination span, .pagination a {
  font-size: 0.9333333333rem;
  color: #fff;
  display: block;
  margin: 0 1rem;
  font-weight: 300; }

.header {
  padding: 1.6666666667rem 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: .3s all; }
  .header:hover {
    background: #fff;
    transition: .3s all; }
  @media only screen and (max-width: 576px) {
    .header {
      padding: 1.3333333333rem 0; } }
  .header .logo {
    width: 24.2rem;
    height: 6.6666666667rem; }
    @media only screen and (max-width: 991px) {
      .header .logo {
        width: 13.3333333333rem; } }
    .header .logo img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .header .icon-mobile {
    margin-right: 2.6666666667rem; }
    .header .icon-mobile i.fa-bars {
      font-size: 2.3333333333rem;
      color: #000; }
  @media only screen and (max-width: 991px) {
    .header {
      font-size: 0.8666666667rem; } }
  .header a {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.6px;
    color: #1C1C1B; }
    @media only screen and (max-width: 991px) {
      .header a {
        font-size: 0.8666666667rem; } }

/**
  Custom mega menu
 */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-100px); } }
.nav-menu li.menu-about .sub-menu {
  opacity: 0;
  animation: slideOut 0.6s forwards;
  overflow: hidden; }
.nav-menu li.menu-about:hover .sub-menu {
  animation: slideIn 0.4s forwards;
  opacity: 1;
  display: flex;
  position: fixed;
  flex-wrap: wrap;
  width: 100%;
  top: 8.3333333333rem;
  padding-left: calc((100vw - (calc(1550 / 1920 * 100vw))) / 2 + 1rem);
  padding-right: calc((100vw - (calc(1550 / 1920 * 100vw))) / 2 + 1rem);
  background: #fff;
  padding-top: 3.3333333333rem;
  padding-bottom: 3.3333333333rem; }
.nav-menu li.menu-about li {
  width: 25%;
  border-bottom: none !important; }
  .nav-menu li.menu-about li:hover {
    background: #fff !important; }
    .nav-menu li.menu-about li:hover a i.fa {
      transform: translateX(5px); }
  .nav-menu li.menu-about li a {
    font-size: 1.2rem;
    color: #111111 !important; }
    .nav-menu li.menu-about li a i.fa {
      transition: .3s all; }
.nav-menu li.content-menu {
  width: 50% !important;
  padding-right: 6.6666666667rem; }
.nav-menu li.menu-shop:hover .sub-menu {
  animation: slideIn 0.4s forwards;
  opacity: 1;
  display: flex;
  position: fixed;
  flex-wrap: wrap;
  width: 100%;
  top: 8.3333333333rem;
  padding-left: calc((100vw - (calc(1550 / 1920 * 100vw))) / 2 + 1rem);
  padding-right: calc((100vw - (calc(1550 / 1920 * 100vw))) / 2 + 1rem);
  background: #fff;
  padding-top: 3.3333333333rem;
  padding-bottom: 3.3333333333rem; }
.nav-menu li.menu-shop .sub-menu {
  opacity: 0;
  animation: slideOut 0.6s forwards;
  overflow: hidden; }
.nav-menu li.menu-shop li {
  width: 20%;
  border-bottom: none !important;
  margin-bottom: 2rem; }
  .nav-menu li.menu-shop li a {
    font-weight: bold; }
  .nav-menu li.menu-shop li:hover {
    background: #fff !important; }
  .nav-menu li.menu-shop li a {
    font-size: 1.2rem;
    color: #111111 !important; }
    .nav-menu li.menu-shop li a i.fa {
      transition: .3s all;
      display: none; }
  .nav-menu li.menu-shop li ul.sub-children li {
    margin-bottom: 0; }
    .nav-menu li.menu-shop li ul.sub-children li a {
      font-weight: normal; }

@media only screen and (max-width: 991px) {
  .menu-pc {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .nav-menu {
    display: none; } }
@media only screen and (max-width: 767px) {
  .nav-menu {
    display: none; } }
.nav-menu ul {
  position: relative;
  padding-left: 0; }
  .nav-menu ul li {
    margin-right: 3.3333333333rem;
    list-style: none;
    position: relative;
    margin-bottom: 0; }
    @media only screen and (max-width: 576px) {
      .nav-menu ul li {
        margin-bottom: 0.6666666667rem; } }
    .nav-menu ul li a {
      font-size: 1.2rem;
      display: block;
      position: relative;
      text-transform: capitalize;
      transition: .3s all;
      letter-spacing: 0.44px;
      font-weight: 500;
      color: #1C1C1B; }
      .nav-menu ul li a:before {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: #1c1c1b78;
        left: 0;
        bottom: -7px;
        transition: .3s all; }
      .nav-menu ul li a:hover:before {
        width: 100%; }
      @media only screen and (max-width: 1600px) {
        .nav-menu ul li a {
          font-size: 1.3333333333rem; } }
  .nav-menu ul li.current-menu-item a:before {
    width: 100%; }
.nav-menu li:hover ul.sub-menu {
  display: block; }
.nav-menu ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: #A1A08D;
  left: 0;
  width: 200px;
  z-index: 1;
  margin-left: 0;
  box-shadow: 0px 4px 6px -3px #a7a7a7; }
  .nav-menu ul.sub-menu li {
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    margin-right: 0; }
    .nav-menu ul.sub-menu li a {
      font-size: 1.2rem;
      text-transform: capitalize;
      padding: 10px;
      color: #fff; }
      .nav-menu ul.sub-menu li a:before {
        content: none; }
    .nav-menu ul.sub-menu li:hover {
      background: #B2904B; }
      .nav-menu ul.sub-menu li:hover a {
        color: #fff; }

.icon-cart {
  width: 1.3333333333rem;
  height: 1.3333333333rem; }
  .icon-cart img {
    vertical-align: baseline; }

.header.active {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  animation: fadein 1s;
  background: #ffff;
  padding: 2rem 0 !important; }
  @media screen and (max-width: 1439px) {
    .header.active {
      padding: .7rem 0; } }

.menu_mobile {
  display: none; }
  @media only screen and (max-width: 991px) {
    .menu_mobile {
      display: block; } }

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-60px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
.header-2 img {
  filter: invert(100%); }
.header-2 .menu-toggle {
  color: #18181D; }
.header-2 a {
  color: #18181D; }

.header-2.active img {
  filter: initial; }
.header-2.active .menu-toggle {
  color: #fff; }
.header-2.active a {
  color: #ffff; }

.nav-menu > ul > li.menu-item-has-children > a:after {
  content: '\f0d7';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 3px;
  right: -10px;
  font-family: FontAwesome; }

.footer {
  background-image: url(../images/bg.jpg);
  padding: 3.3333333333rem; }
  @media only screen and (max-width: 991px) {
    .footer {
      padding: 2rem 0; } }
  .footer .contact-footer {
    background: #F8F7ED;
    padding: 3.3333333333rem; }
    .footer .contact-footer .logo-footer {
      width: 24.2rem;
      height: 6.6rem; }
      .footer .contact-footer .logo-footer img {
        width: 100%;
        height: 100%; }
  .footer .menu-footer {
    padding-left: 0;
    width: max-content;
    border-bottom: 1px solid #fff; }
    .footer .menu-footer li {
      list-style: none;
      margin-right: 2rem; }
      .footer .menu-footer li:last-child {
        margin-right: 0; }
      .footer .menu-footer li a {
        font-size: 1.2rem;
        color: #fff; }
  .footer .copyright {
    margin-top: 1.3333333333rem;
    font-size: 1.0666666667rem;
    color: #fff; }
  .footer .title {
    font-size: 1.2rem;
    color: #fff; }

.home-banner {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  padding: 6.6666666667rem 0;
  background: #F8F7ED; }
  .home-banner .title-banner {
    font-size: 3.6666666667rem;
    font-weight: normal;
    font-family: "Raleway", sans-serif; }
  .home-banner .the-content p {
    font-size: 1.2rem;
    font-weight: 300; }
  .home-banner .image {
    position: relative;
    padding-top: 100%;
    overflow: hidden; }
    .home-banner .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain;
      top: 0;
      left: 0; }
  .home-banner .item-widget {
    padding-left: calc((100vw - (calc(1550 / 1920 * 100vw))) / 2 + 1rem); }
  .home-banner .swiper-pagination {
    width: max-content;
    bottom: 6.6666666667rem;
    left: calc((100vw - (calc(1550 / 1920 * 100vw))) / 2 + 1rem); }
    @media only screen and (max-width: 991px) {
      .home-banner .swiper-pagination {
        bottom: 1.3333333333rem; } }
    .home-banner .swiper-pagination span {
      font-size: 1.2rem;
      font-weight: normal;
      left: 0;
      margin-right: 4.6666666667rem !important;
      position: relative; }
      .home-banner .swiper-pagination span:last-child {
        margin-right: 0; }
        .home-banner .swiper-pagination span:last-child:after {
          content: none; }
      .home-banner .swiper-pagination span:after {
        content: '';
        height: 1px;
        width: 2.6666666667rem;
        position: absolute;
        background: #A1A08D;
        top: 11px;
        left: 30px; }

.icon-title {
  width: 2.4666666667rem;
  height: 2.4666666667rem; }

.about-section .image {
  width: 6.8rem;
  height: 6.8rem; }
.about-section .the-content {
  padding: 0 2rem; }

.slide-cate-product {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
  .slide-cate-product .swiper-slide:nth-child(n+2) .item-category {
    margin-left: -1px; }
  .slide-cate-product .item-category {
    padding: 2.6666666667rem 4.6666666667rem;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-bottom: none; }
    @media only screen and (max-width: 991px) {
      .slide-cate-product .item-category {
        padding: 1.3333333333rem; } }
    .slide-cate-product .item-category .image {
      height: 15.6666666667rem;
      width: 15.6666666667rem; }
      @media only screen and (max-width: 991px) {
        .slide-cate-product .item-category .image {
          height: 14.6666666667rem;
          width: 14.6666666667rem;
          margin: auto; } }
      .slide-cate-product .item-category .image img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .slide-cate-product .item-category .title a {
      font-size: 1.2rem;
      text-transform: uppercase; }
      .slide-cate-product .item-category .title a:hover {
        color: #B2904B; }
  .slide-cate-product .swiper-button-next {
    right: -3.3333333333rem; }
    @media only screen and (max-width: 991px) {
      .slide-cate-product .swiper-button-next {
        right: -1.6666666667rem; } }
  .slide-cate-product .swiper-button-prev {
    left: -3.3333333333rem; }
    @media only screen and (max-width: 991px) {
      .slide-cate-product .swiper-button-prev {
        left: -1.6666666667rem; } }

.product-section .list-product {
  position: relative; }
.product-section .swiper-button-prev {
  left: -3.3333333333rem; }
  @media only screen and (max-width: 1600px) {
    .product-section .swiper-button-prev {
      left: -2rem; } }
.product-section .swiper-button-next {
  right: -3.3333333333rem; }
  @media only screen and (max-width: 1600px) {
    .product-section .swiper-button-next {
      right: -2rem; } }

.product-stuff {
  background: #FFFFFF00;
  overflow: hidden; }
  .product-stuff .image {
    position: relative;
    padding-top: 43.0208333333%;
    overflow: hidden; }
    .product-stuff .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
  .product-stuff .item-widget-left {
    text-align: right; }
  .product-stuff .title a {
    font-size: 2rem; }
    @media only screen and (max-width: 576px) {
      .product-stuff .title a {
        font-size: 1.3333333333rem; } }
    .product-stuff .title a:hover {
      color: #B2904B; }
  .product-stuff .price {
    font-size: 1.6666666667rem; }
    @media only screen and (max-width: 576px) {
      .product-stuff .price {
        font-size: 1rem; } }

.product-experience .year {
  font-size: 12.3333333333rem;
  font-weight: bold;
  color: #A1A08D; }

.home-slide-project .swiper {
  padding-top: 6.6666666667rem; }
@media only screen and (max-width: 991px) {
  .home-slide-project .data-project .widget-project {
    margin-bottom: 0rem !important; } }

.project-page {
  background: #F8F7ED; }
  .project-page .swiper-button-next {
    right: -3.3333333333rem; }
    @media only screen and (max-width: 576px) {
      .project-page .swiper-button-next {
        right: -1.6666666667rem; } }
  .project-page .swiper-button-prev {
    left: -3.3333333333rem; }
    @media only screen and (max-width: 576px) {
      .project-page .swiper-button-prev {
        left: -1.6666666667rem; } }

.woocommerce-info.cart-empty {
  border-top-color: #72bd44; }

.woocommerce-info.cart-empty::before {
  color: #72bd44; }

.admin-page {
  margin-top: 6.6666666667rem; }

.shop-details .item-product .price ins {
  margin-right: 1.3333333333rem; }

.item-product {
  margin-bottom: 1rem !important;
  background: #fff; }
  @media only screen and (max-width: 576px) {
    .item-product {
      padding: 0 1rem; } }
  .item-product .box-img {
    display: block;
    background: #F9F9F9;
    position: relative;
    padding-top: 100%;
    overflow: hidden; }
    .item-product .box-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain;
      top: 0;
      left: 0; }
    .item-product .box-img img {
      transition: .3s all ease-in-out;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .item-product:hover .caption .title a {
    color: #B2904B; }
  .item-product .caption {
    padding: 2rem 0rem;
    text-align: left; }
    .item-product .caption .title {
      margin-bottom: 1.6666666667rem; }
      @media only screen and (max-width: 576px) {
        .item-product .caption .title {
          margin-bottom: 1rem; } }
      .item-product .caption .title a {
        font-size: 1.3333333333rem;
        font-weight: 500;
        color: #1D1D1D;
        transition: .3s all;
        font-family: "Raleway", sans-serif, sans-serif; }
        @media only screen and (max-width: 576px) {
          .item-product .caption .title a {
            font-size: 1.2rem; } }
    .item-product .caption .the_excerpt {
      font-size: 0.7333333333rem;
      line-height: 1.8;
      margin-bottom: 1.3333333333rem; }
    .item-product .caption .price {
      margin-top: auto; }
    .item-product .caption p {
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }
  .item-product .tag {
    position: absolute;
    top: 1rem;
    color: #fff;
    right: 1rem;
    background: #71be44;
    padding: 7px 4px;
    letter-spacing: 2px;
    font-size: 0.5333333333rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    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;
    box-shadow: 0 2px 6px 0px #a7a7a7; }
  .item-product .price span {
    font-size: 1.2rem;
    color: #1D1D1D;
    font-weight: 300; }
    @media only screen and (max-width: 576px) {
      .item-product .price span {
        font-size: 1.2rem; } }
  .item-product .price del {
    margin-right: 1.2rem;
    text-decoration: line-through; }
    .item-product .price del span.woocommerce-Price-amount {
      opacity: .3; }
    .item-product .price del span {
      font-weight: 300;
      font-size: 1.2rem;
      color: #1C1C1B; }
  .item-product .price ins span {
    font-size: 1.2rem;
    color: #1C1C1B;
    font-weight: 300; }
  .item-product .top-wrap {
    position: relative; }
    .item-product .top-wrap .add_to_cart_button {
      position: absolute !important;
      width: 100%;
      top: 50%;
      left: 50%;
      display: none;
      transform: translate(-50%, -50%); }
    .item-product .top-wrap .sale {
      font-size: 1.2rem;
      padding: 0.6rem 1.1333333333rem;
      background: #A1A08D;
      position: absolute;
      top: 1.3333333333rem;
      left: 1.3333333333rem;
      color: #fff;
      border-radius: 2rem;
      box-shadow: 2px 2px 3px 1px #00000094; }
  .item-product:hover .add_to_cart_button {
    display: block;
    animation: fade-in-up .5s; }

ins {
  text-decoration: initial; }

.thank-you .widget .image {
  width: 15rem;
  height: 15rem; }

.woocommerce form.woocommerce-shipping-calculator .input-text {
  background: #fff !important; }

.woocommerce form.woocommerce-shipping-calculator button {
  font-size: 13px;
  color: #B2904B; }

.the-content-tab ul li {
  list-style: disc; }

.woocommerce-tabs ul.tabs {
  padding-left: 0; }
  .woocommerce-tabs ul.tabs li {
    margin-right: 5px;
    padding: 0.6666666667rem 1.3333333333rem 0.6666666667rem 0;
    margin-bottom: 0; }
    .woocommerce-tabs ul.tabs li a {
      font-size: 1.2rem;
      font-weight: normal;
      font-family: "Raleway", sans-serif;
      text-transform: capitalize;
      opacity: .7; }
  .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid black; }
    .woocommerce-tabs ul.tabs li.active a {
      opacity: 1;
      font-weight: bold; }
      .woocommerce-tabs ul.tabs li.active a:hover {
        color: #B2904B; }
.woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 20px; }

.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
  display: block;
  text-align: center;
  font-size: 1.3333333333rem;
  text-transform: capitalize;
  letter-spacing: 0.84px;
  color: #fff;
  border-radius: 0;
  line-height: 1;
  font-weight: 600;
  transition: .3s all ease-in-out;
  background: transparent; }
  @media only screen and (max-width: 576px) {
    .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
      padding: 1.2rem 1.6666666667rem; } }

.woocommerce a.button.added::after {
  position: absolute;
  top: 0.6666666667rem;
  right: 0.6666666667rem; }
  @media only screen and (max-width: 576px) {
    .woocommerce a.button.added::after {
      top: 0.4rem;
      right: 0.4rem; } }

.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td, .woocommerce .cart_totals table.shop_table tbody:first-child tr:first-child th {
  border-bottom: 1px solid #0000001c; }

.woocommerce .cart_totals table.shop_table tr.tax-rate th, .woocommerce .cart_totals table.shop_table tr.tax-rate td, .woocommerce .cart_totals table.shop_table .order-total td {
  border-bottom: none; }

.woocommerce a.added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  background: #7b6633;
  line-height: 1;
  padding: 13px 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize; }

.bapf_head h3 {
  font-size: 1.6666666667rem;
  color: #1C1C1B;
  font-weight: bold;
  margin-bottom: 1.3333333333rem; }

.bapf_sfilter {
  padding-bottom: 2.6666666667rem;
  border-bottom: 1px solid #1c1c1b30; }

.berocket_single_filter_widget:last-child .bapf_sfilter {
  border-bottom: none; }

.top-page select {
  font-size: 1.1333333333rem;
  text-transform: capitalize;
  font-weight: normal;
  padding: 0.6666666667rem;
  border: 1px solid #e7e7e7;
  opacity: .8; }

.woocommerce-result-count {
  font-size: 0.9333333333rem;
  opacity: .8;
  font-weight: normal;
  margin-bottom: 0 !important;
  color: #202020; }

.woocommerce .woocommerce-ordering select, .woocommerce .filter select {
  vertical-align: baseline;
  padding: 0.6666666667rem 1.0666666667rem;
  border: 1px solid #DFDFDF;
  min-width: 8rem;
  font-size: 1.0666666667rem;
  color: #121412;
  font-weight: normal; }

.woocommerce .top-page h5 {
  font-size: 1.6rem;
  color: #A61740;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 1.3333333333rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 576px) {
    .woocommerce .top-page h5 {
      display: none; } }

.bapf_lcontainer {
  width: 6.6666666667rem !important;
  height: 6.6666666667rem !important; }

img.bapf_limg {
  width: 6.6666666667rem !important;
  object-fit: cover !important; }

/* single product */
.detail .cart {
  display: flex;
  padding-top: 2rem; }
.detail .tag {
  font-weight: bold;
  color: #A61740; }
.detail h2 {
  font-size: 2.3333333333rem;
  margin-bottom: 2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500; }
.detail .quantity-txt {
  margin-bottom: 1.3333333333rem;
  font-size: 1.6666666667rem;
  width: 100%;
  font-weight: 300;
  color: #151515;
  text-transform: capitalize; }

.list_upsell .slick-slide {
  margin: 0 1.3333333333rem; }

.list_upsell .slick-slide > div, .list_upsell .slick-slide .item-product {
  height: 100%; }

.list_upsell .slick-track {
  display: flex !important; }
.list_upsell .slick-slide {
  height: inherit !important; }

.you-may-also-like h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600; }

.woocommerce-breadcrumb {
  margin-bottom: 1.0666666667rem; }
  .woocommerce-breadcrumb a {
    font-size: 0.8rem;
    color: #1D1D1D;
    font-weight: normal; }

.variations .reset_variations {
  display: block;
  margin-bottom: 1rem; }

@media (max-width: 768px) {
  .woocommerce .quantity {
    width: auto;
    border: none; }

  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: flex;
    margin-bottom: 1.5rem; } }
.single_add_to_cart_button img {
  width: 1.0666666667rem; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #dba817;
  color: #fff; }

.woocommerce .return-to-shop a.button, .woocommerce .return-to-shop a.button:hover {
  color: #1D1D1D; }

/* Cart */
.woocommerce .cart-page a.checkout-button {
  font-size: 1.2rem;
  color: #fff;
  width: max-content;
  text-transform: capitalize;
  background: #B2904B;
  font-weight: normal;
  padding: 0.4666666667rem 1rem;
  margin: auto;
  font-family: "Raleway", sans-serif; }
  .woocommerce .cart-page a.checkout-button:hover {
    background: transparent !important; }

.woocommerce .cart-page .shop_table tbody tr:nth-child(odd) {
  background: #FFFFFF; }

.woocommerce .cart-page .cart_totals .shop_table tbody tr:nth-child(odd) {
  background: transparent; }

.woocommerce .cart-page a.checkout-button img {
  width: 1.2rem;
  height: 1.2rem; }

.woocommerce .cart-page a.continue-shopping {
  font-size: 1.2rem;
  color: #263745;
  border: 2px solid #293744;
  border-radius: 1.8rem;
  width: 25.4rem;
  padding: 0.8666666667rem 7.8rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold; }

.cart-page .cross-sells {
  display: none; }

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  border: none;
  background: #EEF5E9;
  padding-left: 10px; }

.notification-cart {
  margin-bottom: 5rem; }

.wc-points-rewards-product-message {
  width: 100%;
  margin-bottom: 2rem; }

.woocommerce .detail .variations_form {
  display: initial; }

.cart-page .cart-product-table .table thead th {
  padding-left: 0; }

.cart-page .cart-product-table .shop_table thead th.product-name {
  width: 30%; }

.cart-page .product-quantity .quantity {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.cart-page .cart-product-table .shop_table thead th.product-thumbnail {
  width: 130px; }

.cart-page .cart-product-table .shop_table td.product-name {
  vertical-align: middle;
  padding-left: 2rem; }

.cart-page .cart-product-table .shop_table td.product-name a {
  font-size: 1.2rem;
  font-weight: 500; }

.woocommerce .cart-page table.shop_table th {
  font-weight: 500 !important; }

.cart-page .cart-product-table .shop_table td.product-quantity .quantity button {
  padding: 0.6666666667rem 0;
  width: 1.3333333333rem;
  color: #3B6437;
  font-weight: bold;
  font-size: 1.3333333333rem; }

.cart-page .cart-product-table .shop_table td.product-quantity .quantity input {
  vertical-align: text-bottom;
  font-size: 1.0666666667rem;
  padding-left: 0;
  background: transparent; }

.cart-page .cart-product-table .shop_table td.product-quantity .quantity input::-webkit-outer-spin-button, ::-webkit-inner-spin-button {
  display: none; }

.cart-page .cart-product-table .shop_table td.product-price .amount {
  border: none;
  font-size: 1.2rem;
  font-weight: normal; }

.woocommerce table.shop_table td.product-subtotal {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center; }

.cart-page .heading {
  font-size: 4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600; }

.page-content {
  padding: 9.3333333333rem 0; }

.coupon {
  margin-right: 1rem;
  margin-bottom: 1.3333333333rem; }

.coupon .input-text {
  width: 20rem !important;
  padding: 0.4666666667rem 0.6666666667rem !important;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD !important;
  font-size: 1.2rem; }
  @media only screen and (max-width: 576px) {
    .coupon .input-text {
      width: 83% !important;
      padding: 0.6666666667rem 0.6666666667rem !important; } }

.coupon .input-text::placeholder {
  opacity: .3; }

@media (max-width: 576px) {
  .cart-page .cart-product-table .shop_table .coupon {
    display: flex;
    align-items: center; }

  .cart-page .cart-product-table .shop_table .coupon button {
    height: 5rem;
    margin-bottom: 0 !important; } }
.woocommerce-form-login__rememberme span {
  padding-left: 2rem; }

.coupon label {
  display: none; }

.woocommerce .cart-page .update-cart {
  width: max-content;
  transition: .3s all ease-in-out;
  outline: none;
  margin-left: 0.6666666667rem;
  background: #B2904B;
  padding: 3px; }
  .woocommerce .cart-page .update-cart:hover .update-btn {
    border: 1px solid #fff;
    color: #fff;
    background: transparent; }

.woocommerce .cart-page .update-cart .update-btn {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff !important;
  text-transform: capitalize;
  position: relative;
  font-family: "Raleway", sans-serif;
  border: 1px solid transparent;
  transition: .4s all;
  padding: 0.4666666667rem 1rem; }

.button-empty {
  width: max-content;
  transition: .3s all ease-in-out;
  outline: none;
  background: #B2904B;
  padding: 3px; }
  .button-empty:hover a {
    border: 1px solid #fff;
    color: #fff; }
  .button-empty .emptycart {
    background: #B2904B;
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    padding: 0.4666666667rem 1rem;
    text-transform: capitalize;
    position: relative;
    font-family: "Raleway", sans-serif;
    border: 1px solid transparent;
    transition: .4s all; }

.cart-page .coupon button {
  background: #B2904B !important;
  text-transform: capitalize;
  font-weight: normal;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4666666667rem 1rem !important;
  position: absolute;
  right: 0; }
  @media only screen and (max-width: 576px) {
    .cart-page .coupon button {
      padding: 0.6666666667rem 0.6666666667rem !important;
      right: 0rem; } }
  .cart-page .coupon button:hover {
    color: #fff; }
    .cart-page .coupon button:hover img {
      transform: translateX(5px); }
  .cart-page .coupon button img {
    width: 1.2rem;
    height: 1.2rem;
    transition: .3s all; }

.cart_totals .btn-color a:hover {
  color: #263745; }

.cart-page .cart-product-table .shop_table .update-btn img {
  width: 16px;
  float: left;
  margin-right: 10px; }

.cart-page .cart-product-table .shop_table .clear-cart img {
  width: 16px;
  float: left;
  margin-right: 10px;
  opacity: .6; }

.cart-page .cart-product-table .shop_table .clear-cart {
  color: #fff !important;
  font-size: 0.8666666667rem;
  font-weight: normal;
  letter-spacing: 0.56px;
  opacity: 1 !important;
  padding: 0.5333333333rem 2.6666666667rem !important;
  background: #C1C1C1 0% 0% no-repeat padding-box;
  text-transform: uppercase; }

.woocommerce a.remove:hover {
  background: transparent; }

.woocommerce a.remove img {
  opacity: .6; }

.woocommerce .cart_totals {
  padding: 0.6666666667rem; }

.woocommerce .cart_totals .title-total {
  font-size: 1.4666666667rem;
  color: #1D1D1B;
  font-weight: 600;
  margin-bottom: 1.3333333333rem;
  font-family: "Raleway", sans-serif; }

.woocommerce .cart_totals .cart-total-top h2 {
  font-size: 1.6666666667rem;
  color: #A61740;
  margin-bottom: 1.6666666667rem;
  font-weight: bold; }

.woocommerce .cart_totals .cart-total-top .woocommerce-Price-amount {
  border: none;
  font-size: 1.2rem;
  font-weight: normal; }

.woocommerce .shop_table span {
  font-size: 1.3333333333rem;
  font-weight: normal; }

.woocommerce .cart_totals .order-total .woocommerce-Price-amount {
  font-size: 1.2rem;
  font-weight: normal; }

.woocommerce .cart_totals .cart-total-top td {
  text-align: right; }

.woocommerce table.shop_table tbody th {
  font-weight: 500;
  border-top: none !important; }

.woocommerce .order_review-wrap table.shop_table th {
  font-size: 1.1333333333rem;
  color: #121412;
  font-weight: 500; }

.woocommerce .woocommerce-checkout-review-order table.shop_table th {
  font-size: 1.3333333333rem;
  font-weight: normal;
  padding: 1.2rem 0;
  text-align: center;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif; }

.woocommerce .cart-total-top table.shop_table th {
  font-size: 1.1333333333rem;
  font-weight: 500; }

.woocommerce .cart_totals table.shop_table th {
  text-transform: capitalize; }

.woocommerce .cart_totals table.shop_table .order-total th {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1C1C1B;
  text-transform: capitalize;
  border: none; }

.woocommerce .cart_totals table.shop_table .order-total th:nth-child(odd) {
  background: #fff;
  padding: 0.6666666667rem 1.3333333333rem; }

.woocommerce .cart_totals table.shop_table .order-total td {
  background: #fff;
  padding: 0.6666666667rem 1.3333333333rem; }

.woocommerce table.shop_table th:first-child {
  text-align: left;
  padding: 0.6666666667rem 1.3333333333rem; }

/*-- checkout --*/
.checkout .form-row {
  display: inherit; }

.woocommerce .woocommerce-checkout-review-order table.shop_table td {
  padding: 10px 20px; }

.woocommerce table.shop_table td {
  padding: 1rem 1rem;
  border-top: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce table.shop_table td.product-thumbnail img {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  object-fit: contain; }

.woocommerce table.shop_table td.product-remove img {
  width: 0.9333333333rem;
  height: 0.9333333333rem;
  object-fit: contain; }

body.woocommerce-checkout {
  overflow-x: hidden; }

@media (max-width: 768px) {
  .left-col {
    width: auto !important;
    padding-right: 0; } }
form.woocommerce-checkout .form-con-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em; }

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0; }

.right-col {
  width: 40%; }

.left-col {
  -webkit-width: calc(100% - 40%);
  width: calc(100% - 40%);
  padding-right: 40px; }

.checkout-page h3 {
  font-size: 1.6666666667rem;
  font-weight: bold;
  color: #1C1C1B;
  text-transform: capitalize; }

.woocommerce .checkout-page input {
  height: 2.6rem; }

.woocommerce .checkout-page label {
  font-size: 1.1333333333rem;
  font-weight: 500; }

.woocommerce-checkout form .form-row label {
  display: block;
  font-size: 1.2rem;
  color: #1C1C1B;
  font-weight: 500;
  margin-bottom: 0.7333333333rem; }

.form-checkout {
  padding-right: 4.6666666667rem; }
  @media only screen and (max-width: 991px) {
    .form-checkout {
      padding-right: 0; } }

.woocommerce-checkout form .form-row input {
  height: 2.8rem;
  border: 1px solid #E6E6E6;
  border-radius: 3px; }

.notification-cart a {
  color: #EDBF3C; }

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

.required, .optional {
  color: #1C1C1C !important; }

.select2-container--default .select2-selection--single {
  border: 1px solid #E6E6E6;
  border-radius: 0px;
  height: 2.8rem; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 15px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #312D25 !important; }

::-moz-placeholder {
  color: #312D25 !important; }

:-ms-input-placeholder {
  color: #312D25 !important; }

:-moz-placeholder {
  color: #312D25 !important; }

#ship-to-different-address {
  padding-left: 4px; }

#ship-to-different-address label {
  font-weight: 400;
  font-size: 17px; }

.woocommerce-shipping-fields {
  padding: 1em 0 0; }

.woocommerce-checkout-review-order-table thead {
  display: none; }

.woocommerce table.woocommerce-checkout-review-order-table tbody td.product-name {
  display: flex;
  font-size: 1.2rem !important;
  color: #1D1D1B;
  font-weight: normal;
  padding-left: 1.3333333333rem;
  font-family: "Raleway", sans-serif; }

.pro-thumb {
  width: 55px;
  position: relative;
  margin-right: 20px; }

.woocommerce ul#shipping_method li label {
  display: inline;
  font-size: 1.3333333333rem;
  font-weight: 400; }

.woocommerce table.shop_table tfoot th {
  font-weight: normal; }

.woocommerce table.woocommerce-checkout-review-order-table {
  margin-bottom: 0;
  border-top: none; }

.woocommerce table.woocommerce-checkout-review-order-table tfoot {
  /*background-color: #FDF8EF;*/ }

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  background: #fff; }

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 1.3333333333rem;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.checkout .order_review-wrap {
  background: #FAFAFA;
  padding: 2rem; }

.woocommerce-checkout .order_review-wrap .payment h3 {
  padding-left: 0; }

.checkout .order_review-wrap .edit-cart {
  font-size: 1.0666666667rem;
  color: #7B6633;
  font-weight: normal;
  text-decoration: underline; }

.checkout .order_review-wrap .edit-cart img {
  width: 0.6666666667rem; }

a.edit-cart-link {
  font-size: 1.6666666667rem;
  color: #A61740;
  font-weight: bold;
  text-transform: uppercase; }
  a.edit-cart-link:hover {
    text-decoration: underline; }

.woocommerce-checkout .order_review-wrap h3 {
  font-size: 1.6666666667rem;
  font-weight: 600; }

.order_review-wrap .heading-total {
  font-size: 1.4666666667rem;
  color: #1D1D1B;
  font-family: "Raleway", sans-serif;
  font-weight: 600; }

.woocommerce .order_review-wrap table.shop_table td {
  vertical-align: top; }

.woocommerce .order_review-wrap table.shop_table td.product-thumbnail {
  width: 4.0666666667rem; }

.woocommerce .order_review-wrap table.shop_table td {
  padding: 1rem 0; }

.woocommerce .order_review-wrap table.shop_table td.product-thumbnail img {
  width: 4.0666666667rem; }

.woocommerce .order_review-wrap .shop_table .product-qty {
  font-size: 0.8rem;
  color: #C1C1C1;
  font-family: "Raleway", sans-serif; }

.woocommerce .order_review-wrap table.shop_table td.product-total span {
  border: none;
  font-size: 1.2rem;
  color: #242021;
  font-weight: normal; }

.checkout-page h2 {
  font-weight: 600;
  font-size: 2.1333333333rem; }

.checkout-page .heading {
  font-size: 4rem;
  font-weight: bold;
  color: #263745;
  margin-bottom: 2.6666666667rem; }

.woocommerce .order_review-wrap table.shop_table tfoot td {
  text-align: right; }

.woocommerce .order_review-wrap table.shop_table tfoot td .woocommerce-Price-amount {
  border: none;
  font-size: 1.1333333333rem;
  color: #121412;
  font-weight: bold; }

.woocommerce .order_review-wrap table.shop_table tfoot .cart-subtotal td .woocommerce-Price-amount {
  color: #121412;
  font-size: 1.1333333333rem;
  font-weight: 500; }

/* css order payment */
.woocommerce-form__label-for-checkbox, .mc4wp-checkbox-woocommerce label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem; }

.cart-page .cart-product-table .shop_table td.product-price del {
  display: block; }

.cart-page .cart-product-table .shop_table td.product-price del span.woocommerce-Price-amount {
  font-size: 0.8rem;
  opacity: .3; }

.woocommerce-form__label-for-checkbox:before, .mc4wp-checkbox-woocommerce label:before {
  -webkit-appearance: none;
  position: absolute;
  top: 4px;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border: .1rem solid #484848;
  background: none;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  content: "";
  z-index: 2; }

.mc4wp-checkbox-woocommerce label::before {
  top: 10px !important; }

.stock-m13 {
  font-size: 0.9333333333rem;
  color: #00CB37;
  margin-top: 0.6666666667rem; }

.activeCheckbox::before, .woocommerce-validated label.woocommerce-form__label-for-checkbox::before {
  border: 0.1rem solid black !important;
  border-radius: 0.1rem !important;
  color: black !important;
  content: "✓" !important;
  font-weight: 600;
  padding-top: 0px;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woocommerce-form__input-checkbox {
  display: none !important; }

.wc_payment_methods label {
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
  line-height: 3rem; }

.wc_payment_methods label:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: 0.1rem solid #363636;
  border-radius: 50%;
  background: none;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  content: "";
  z-index: 2; }

.payment .heading {
  margin-bottom: 1.3333333333rem; }

.payment-custom input[type=radio]:checked + label:before, .payment-custom input[type=radio]:checked + label:before {
  border: 0.1rem solid black !important;
  background: black !important; }

.wc_payment_methods input {
  display: none; }

.woocommerce-terms-and-conditions-wrapper input {
  display: none !important; }

.payment-custom input[type=checkbox]:checked + label:before, .payment-custom input[type=checkbox]:focus + label:before, .payment-custom input[type=radio]:checked + label:before, .payment-custom input[type=radio]:focus + label:before, .payment-custom input[type=checkbox]:checked + label:before, .payment-custom input[type=checkbox]:focus + label:before, .payment-custom input[type=radio]:checked + label:before, .payment-custom input[type=radio]:focus + label:before {
  -webkit-box-shadow: inset 0 0 0 0.3rem #ffffff;
  box-shadow: inset 0 0 0 0.3rem #ffffff;
  border: .1rem solid #ffbf02;
  background: #ffbe00; }

.woocommerce ul#shipping_method .amount {
  font-weight: normal; }

.woocommerce .woocommerce-form__label-for-checkbox span {
  font-size: 1rem;
  color: #868686; }
  .woocommerce .woocommerce-form__label-for-checkbox span a {
    color: #7B6633; }

.woocommerce-terms-and-conditions-checkbox-text a {
  color: black; }

.order-summary .image {
  width: 6rem; }

.user-registration-profile-fields h2, .user-registration-MyAccount-content h2, .edit_address, .edit-password legend {
  font-size: 1.8rem !important;
  font-family: "Frank", sans-serif; }

#ship-to-different-address label span {
  color: #252525;
  font-size: 0.8rem;
  font-weight: 300;
  margin-left: 0.6666666667rem;
  margin-top: 0.6666666667rem;
  display: block; }

#ship-to-different-address {
  margin-bottom: 2rem; }

.payment li {
  list-style: none;
  margin-bottom: 1rem; }

.payment li .payment_box {
  padding-left: 3rem; }

.woocommerce-checkout #payment {
  background: transparent; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  font-size: 1.3333333333rem;
  letter-spacing: 1.68px;
  background: #036333;
  text-transform: capitalize;
  font-weight: 500;
  padding: 1.3333333333rem 2rem;
  border-radius: 2rem;
  width: max-content;
  margin: auto;
  margin-top: 2rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold; }

.my-account .image {
  position: relative;
  padding-top: 102.2556390977%;
  overflow: hidden; }
  .my-account .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 576px) {
    .my-account .image {
      margin-bottom: 1.3333333333rem; } }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none; }

.woocommerce .my-account form input.input-text, .woocommerce .my-account form textarea {
  height: 2.6666666667rem;
  font-size: 0.8666666667rem; }

.woocommerce form .product-quantity input.input-text {
  height: auto; }

.woocommerce .cart-page form .product-quantity .quantity-inner {
  width: max-content; }
  @media only screen and (max-width: 576px) {
    .woocommerce .cart-page form .product-quantity .quantity-inner {
      margin: initial;
      margin-left: auto; } }

.woocommerce .cart-page form .product-quantity button {
  background: transparent;
  border: none; }

.woocommerce .cart-page form .product-quantity button {
  background: transparent;
  border: none; }

.woocommerce .cart-page form input {
  border: none; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 0; }

.my-account label {
  font-size: 0.8666666667rem;
  color: #1D1D1B;
  font-weight: 300;
  margin-bottom: 0.9333333333rem;
  line-height: 1.5 !important;
  padding-left: 0; }

.my-account .row {
  margin-bottom: 1.5333333333rem; }
.my-account .sub-title {
  font-size: 1rem;
  font-weight: normal;
  color: #1D1D1D;
  margin-top: 1.3333333333rem;
  font-family: "Raleway", sans-serif; }

.my-account .container {
  position: relative; }

.my-account .container:after {
  position: absolute;
  content: '';
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #00000014;
  z-index: 1;
  top: 0; }

.woocommerce .my-account .woocommerce-button {
  background: #76B550;
  font-size: 0.9333333333rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8rem 4.6666666667rem;
  font-weight: 300; }
  .woocommerce .my-account .woocommerce-button:hover {
    background: #036333 !important;
    color: #fff !important; }

.forgot-password {
  font-size: 1.0666666667rem;
  font-weight: 300;
  color: #404040;
  text-decoration: underline;
  float: right; }

.woocommerce-form-login__rememberme span {
  font-size: 1.0666666667rem;
  font-weight: 300;
  color: #404040; }

.description-bigger a {
  font-size: 1rem;
  color: #A61740;
  font-weight: 500;
  text-decoration: underline; }

.password-input {
  padding: 0; }

.dgwt-wcas-search-submit {
  background: #028C8D !important; }

.dgwt-wcas-search-submit:before {
  content: none !important; }

.variations .value {
  display: flex;
  align-items: center; }

.single_variation_wrap .stock {
  margin-top: 0.9333333333rem;
  font-size: 1.2rem;
  color: #A61740;
  font-style: italic; }

.thank-you .widget {
  border: none;
  padding: 0; }
  .thank-you .widget .image {
    margin-right: 3.3333333333rem; }
  .thank-you .widget .content h5 {
    font-size: 2.8rem;
    color: #631024;
    font-weight: 500;
    font-family: "Raleway", sans-serif, sans-serif; }
  .thank-you .widget .content p {
    font-size: 1.0666666667rem;
    color: #151515; }
  .thank-you .widget .content .order {
    font-size: 1.3333333333rem;
    font-weight: bold;
    font-family: "Raleway", sans-serif, sans-serif; }
  .thank-you .widget .content .button-main {
    margin-left: 0; }

.thank-you .title {
  font-size: 1.6666666667rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif; }
.thank-you .sub-title {
  font-size: 1rem;
  font-weight: normal; }
  .thank-you .sub-title a {
    font-weight: bold; }
.thank-you h3 {
  font-size: 1.3333333333rem;
  font-weight: bold;
  text-align: left; }
.thank-you .quantity strong {
  font-weight: normal;
  font-size: 1.2rem; }
.thank-you .product-total .price span {
  font-size: 1.2rem;
  color: #A61740;
  font-weight: bold; }
.thank-you table.table td {
  border: none;
  padding-bottom: 1.3333333333rem;
  font-size: 1.0666666667rem;
  font-weight: 600;
  padding-left: 0;
  font-style: italic; }
.thank-you table.table td:last-child {
  font-style: normal; }
.thank-you .cart_totals {
  padding: 0;
  background: transparent; }
  .thank-you .cart_totals .shop_table {
    border: none; }
    .thank-you .cart_totals .shop_table tbody th, .thank-you .cart_totals .shop_table td {
      border: none;
      padding: 0.6666666667rem 0;
      font-size: 1.0666666667rem;
      font-weight: 600;
      font-style: italic; }
    .thank-you .cart_totals .shop_table td {
      font-style: normal; }
.thank-you .btn-backshop {
  font-size: 0.9333333333rem;
  background: #7B6633;
  font-weight: normal;
  padding: 0.8rem 2.6666666667rem;
  letter-spacing: 1.68px;
  color: #fff;
  text-transform: uppercase; }

.woocommerce-order-details {
  padding: 2rem;
  background: #FAFAFA; }
  @media only screen and (max-width: 576px) {
    .woocommerce-order-details {
      margin-top: 2rem; } }
  .woocommerce-order-details table.woocommerce-table {
    border: none; }
    .woocommerce-order-details table.woocommerce-table td {
      padding: 0.8666666667rem 0; }
    .woocommerce-order-details table.woocommerce-table td {
      vertical-align: top;
      padding-left: 0.7333333333rem;
      font-size: 0.8rem;
      color: #1D1D1B; }
    .woocommerce-order-details table.woocommerce-table td.product-total .price span {
      font-size: 1.2rem;
      color: #242021;
      font-weight: normal; }
  .woocommerce-order-details h3 {
    font-size: 1.4666666667rem;
    color: #1D1D1B;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize; }
  .woocommerce-order-details .product-thumb {
    width: 4.0666666667rem;
    height: 4.0666666667rem; }

.rtwpvg-thumbnail-image {
  margin-bottom: 1rem !important; }

.product-detail-slider .slick-arrow {
  border-radius: 0; }
.product-detail-slider .rtwpvg-gallery-image {
  margin-left: 2rem; }

.woocommerce-ResetPassword .title-password {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1D1D1D;
  font-family: "Raleway", sans-serif; }
.woocommerce-ResetPassword .sub-title {
  font-size: 1rem;
  color: #1D1D1D;
  margin-bottom: 2.6666666667rem; }
.woocommerce-ResetPassword input {
  height: 2.6666666667rem;
  width: 100%; }
.woocommerce-ResetPassword label {
  font-size: 0.8666666667rem;
  color: #1D1D1B;
  display: block;
  margin-bottom: 0.6666666667rem;
  font-weight: normal;
  text-align: left; }

.woocommerce button.btn-woocommerce {
  background: #7B6633;
  font-size: 0.9333333333rem;
  color: #fff;
  letter-spacing: 1.68px;
  padding: 0.8rem 4.2rem;
  font-weight: normal;
  box-shadow: 2px 2px 2px 0px #7b663373; }
  .woocommerce button.btn-woocommerce:hover {
    color: #7B6633; }

.woocommerce .woocommerce-message a {
  margin-top: 0 !important; }

@media only screen and (max-width: 767px) {
  .about-banner {
    margin-bottom: 6.6666666667rem; } }
.about-banner .image {
  position: relative;
  padding-top: 31.8922749823%;
  overflow: hidden;
  margin-right: 8.6666666667rem; }
  .about-banner .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 576px) {
    .about-banner .image {
      padding-top: 40%;
      margin-right: 4rem; } }
.about-banner .box-title {
  background: #A1A08D;
  padding: 3.3333333333rem 6.6666666667rem;
  width: max-content;
  position: absolute;
  bottom: -2.6666666667rem;
  right: 0; }
  @media only screen and (max-width: 576px) {
    .about-banner .box-title {
      bottom: -6.6666666667rem;
      padding: 30px; } }
  .about-banner .box-title .heading-banner {
    font-size: 2.6666666667rem;
    color: #ffff;
    font-weight: normal; }
    @media only screen and (max-width: 576px) {
      .about-banner .box-title .heading-banner {
        font-size: 1.6666666667rem; } }
  .about-banner .box-title .sub-title {
    font-size: 1.2rem;
    color: #fff; }
  .about-banner .box-title #breadcrumbs {
    color: #fff; }

.about-info .item {
  position: relative; }
  .about-info .item:after {
    content: '';
    position: absolute;
    width: 6.6666666667rem;
    height: 2px;
    background: #A1A08D;
    left: 0;
    top: -2rem;
    transition: .3s all; }
  .about-info .item:hover:after {
    width: 100%; }
  .about-info .item .title {
    font-size: 1.5333333333rem;
    font-weight: 500; }
.about-info .mb-80 {
  margin-bottom: 5.3333333333rem; }

.item-widget-right {
  padding-right: calc((100vw - (calc(1550 / 1920 * 100vw))) / 2 + 1rem); }

.item-widget-left {
  padding-left: calc((100vw - (calc(1550 / 1920 * 100vw))) / 2 + 1rem); }

.about-content {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .about-content .item {
      padding: 0 1rem; } }
  .about-content .item .title {
    font-size: 2.6666666667rem;
    font-weight: normal; }

@media only screen and (max-width: 767px) {
  .our-number .list-content {
    flex-wrap: wrap; } }
.our-number .list-content .box {
  width: 25%;
  flex-shrink: 1;
  padding: 4rem 2rem; }
  @media only screen and (max-width: 767px) {
    .our-number .list-content .box {
      width: 50%; } }
  .our-number .list-content .box .number {
    font-size: 5.3333333333rem;
    font-weight: normal;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .our-number .list-content .box .number {
        font-size: 4rem; } }
  .our-number .list-content .box .content {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center; }
  .our-number .list-content .box:last-child {
    border-right: none; }
.our-number .list-content .box:nth-child(4) .counter:after {
  content: '+';
  position: absolute;
  height: 5px;
  width: 5px;
  right: 2rem;
  top: 4px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  @media only screen and (max-width: 991px) {
    .our-number .list-content .box:nth-child(4) .counter:after {
      right: 0rem; } }
.our-number .list-content .box:nth-child(4).show-after .counter:after {
  opacity: 1;
  animation: showAfter 0.5s ease-in-out forwards;
  animation-delay: 4s; }

@keyframes showAfter {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.technology .gallery .image {
  width: 45%;
  flex-shrink: 0;
  margin: 0 20px; }

.contact .contact-widget {
  margin-right: 3.3333333333rem; }
  @media only screen and (max-width: 767px) {
    .contact .contact-widget {
      margin-right: 0; } }
  .contact .contact-widget .col-12 {
    margin-bottom: 1.6666666667rem; }
  .contact .contact-widget .form-contact {
    border: none;
    border-bottom: 1px solid #1C1C1B;
    font-size: 1.2rem;
    width: 100%;
    font-weight: normal;
    padding: 0.6666666667rem 0; }
    .contact .contact-widget .form-contact::placeholder {
      opacity: .8; }

.woocommerce-message a.button {
  color: #fff; }
  .woocommerce-message a.button:hover {
    color: #fff; }

.loadmore-product {
  font-family: "Raleway", sans-serif;
  font-weight: 500; }

.related .item-product .price span {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Raleway", sans-serif; }

.payment_box {
  display: none !important; }

.rtwpvg-single-image-container {
  position: relative;
  padding-top: 100%;
  overflow: hidden; }
  .rtwpvg-single-image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0; }

.rtwpvg-wrapper .rtwpvg-slider img {
  height: 100%;
  object-fit: contain; }

.rtwpvg-wrapper.rtwpvg-thumbnail-position-left .rtwpvg-thumbnail-wrapper {
  max-width: 15%; }

.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image div {
  padding: 10px; }
  .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image div img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image.current-thumbnail div {
  border: 1px solid #036333;
  border-radius: 5px; }

.shop-details {
  background-position: top left; }

.shop-details ul li {
  list-style: disc; }

.woocommerce .star-rating span::before {
  color: #ffd300; }

.single-product .product_title {
  font-size: 2.6666666667rem;
  font-family: "Raleway", sans-serif;
  font-weight: normal; }
.single-product .woocommerce-product-details__short-description {
  margin-top: 2rem; }
  .single-product .woocommerce-product-details__short-description p {
    line-height: 1.5; }
.single-product .price {
  margin-top: 1rem; }
  .single-product .price span {
    font-size: 1.5333333333rem;
    font-weight: normal;
    font-family: "Raleway", sans-serif; }
  .single-product .price del {
    margin-left: 1rem;
    text-decoration: auto; }
    .single-product .price del bdi, .single-product .price del span {
      font-size: 1.3333333333rem;
      opacity: .7;
      font-family: "Raleway", sans-serif; }
    .single-product .price del span {
      opacity: 1; }
    .single-product .price del .discount-percentage {
      color: #CC4413; }
    .single-product .price del span:first-child {
      text-decoration: line-through; }
  .single-product .price .discount-percentage {
    font-size: 1.3333333333rem;
    color: #cc4414; }
.single-product .variations {
  padding: 10px; }
  .single-product .variations label {
    font-size: 0.9333333333rem;
    font-weight: 600; }
  .single-product .variations .reset_variations {
    display: block;
    margin-bottom: 1rem; }
  .single-product .variations .value {
    margin-top: 0.4666666667rem;
    display: flex !important; }
  .single-product .variations td {
    width: 100%; }
  .single-product .variations select {
    border: none;
    background: #EEF5E9;
    padding: 10px; }
.single-product .quantity-txt {
  font-size: 0.9333333333rem;
  font-weight: 600;
  margin-bottom: 0.4666666667rem; }
.single-product .quantity {
  width: max-content;
  overflow: hidden;
  border-bottom: 1px solid black; }
  .single-product .quantity button, .single-product .quantity input {
    border: none;
    background: transparent;
    padding: 10px 5px; }
  .single-product .quantity .qty {
    width: 1.6rem; }
.single-product .single_variation_wrap {
  margin-top: 2rem; }
.single-product .button {
  background: #B2904B !important;
  padding: 0.5333333333rem 2.6666666667rem !important;
  font-size: 1.2rem !important;
  font-family: "Raleway", sans-serif;
  margin-top: 2rem !important; }
  .single-product .button a {
    width: max-content; }
.single-product .info p {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }
.single-product .info a {
  font-weight: 300; }
.single-product .variations {
  margin-top: 2rem; }

.tab-product .nav a {
  font-size: 0.9333333333rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding: 1.3333333333rem 2.6666666667rem;
  margin-right: 2.6666666667rem;
  position: relative;
  padding-left: 0; }
  .tab-product .nav a:hover a:after {
    animation: wave .3s ease-in-out;
    right: -1.2rem;
    opacity: 1; }
  .tab-product .nav a:after {
    content: '';
    right: -13.3333333333rem;
    width: 5.3333333333rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 1.8666666667rem;
    opacity: 0; }
.tab-product .nav a.active:after {
  right: -0.6666666667rem;
  opacity: 1; }

.related {
  border-top: 1px solid #fff; }

.bg-shop {
  padding-top: 13.3333333333rem;
  padding-bottom: 6.6666666667rem; }
  .bg-shop .heading-banner {
    font-size: 9.3333333333rem;
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase; }

.list-product {
  border-top: 1px solid #fff; }

.list-product.white .box .title a {
  color: #fff; }
.list-product.white .box .price {
  color: #fff; }

.button-filter {
  top: 6.6666666667rem;
  padding: 1rem 0.6666666667rem;
  background: #C99661;
  cursor: pointer;
  left: 0;
  font-size: 1.2rem;
  color: #18181D;
  font-weight: 300; }
  .button-filter img {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    margin-right: 0.6666666667rem; }

.sort select {
  height: 4rem;
  border-radius: 0;
  border: 1px solid #C99661;
  background: transparent;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff; }

.item-product {
  margin-bottom: 2.6666666667rem; }
  .item-product .button-main {
    opacity: 0;
    display: none;
    transition: .3s all ease-in-out; }
  .item-product:hover .image:after {
    opacity: 1; }
  .item-product:hover .heart img {
    opacity: 1; }
  .item-product:hover .button-main {
    display: block;
    opacity: 1; }
  .item-product .image {
    position: relative;
    position: relative;
    padding-top: 122.6235741445%;
    overflow: hidden; }
    .item-product .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
    .item-product .image:after {
      content: '';
      position: absolute;
      background: #c99661a1;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      transition: .3s all ease-in-out;
      opacity: 0; }
  .item-product .box a {
    font-size: 1.3333333333rem;
    font-weight: normal;
    font-family: "Raleway", sans-serif; }
  .item-product .box .price {
    font-weight: 300;
    font-size: 1.2rem; }
  .item-product .button-main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
  .item-product .heart {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 1.6666666667rem;
    height: 1.3333333333rem;
    z-index: 2;
    cursor: pointer; }
    .item-product .heart img {
      opacity: 0; }
  .item-product .discount-percentage {
    display: none; }

.filter-panel {
  display: none;
  position: fixed;
  top: 0;
  padding: 10px;
  width: 35.2rem;
  height: 100%;
  z-index: 999999999; }
  @media only screen and (max-width: 576px) {
    .filter-panel {
      width: 26.6666666667rem; } }

.filter-panel.active {
  display: block;
  animation: filter-show;
  animation-duration: .8s; }

@keyframes filter-show {
  0% {
    left: -20rem;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
.over-filter {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 90;
  background: black; }

.over-filter.active {
  visibility: visible;
  opacity: .7; }

.reviews-product {
  background: #F9F9F9; }
  .reviews-product .title {
    font-size: 1.6666666667rem;
    color: #036333;
    font-weight: 600;
    font-family: "Raleway", sans-serif; }
  .reviews-product .sub-title {
    font-size: 1.6666666667rem;
    font-weight: 300; }

.review-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.bar {
  width: 100%;
  height: 20px;
  background-color: #ccc;
  border-radius: 10px;
  overflow: hidden; }

.filled-bar {
  width: 50%;
  height: 100%;
  background-color: #f39c12; }

.review-count {
  margin-top: 10px;
  font-size: 16px;
  color: #777; }

.reviews-product .box-review .text {
  font-size: 1.6666666667rem;
  font-weight: 300; }
.reviews-product .box-review .tb .number {
  font-size: 1.2rem;
  font-weight: 300;
  border-radius: 10px;
  padding: 1.5333333333rem 1.3333333333rem; }
.reviews-product .box-review .tb span {
  font-size: 0.9333333333rem;
  font-style: italic;
  font-weight: 300; }

.woocommerce #review_form #respond .form-submit input[type='submit'] {
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  background: #B2904B;
  color: #fff; }

.woocommerce #review_form #respond .comment-form-rating {
  margin-top: 0.6666666667rem; }

.woocommerce #review_form #respond p.stars {
  margin-top: 1rem; }
  .woocommerce #review_form #respond p.stars:hover a {
    color: #ffff; }

.woocommerce #review_form #respond p.stars a {
  color: #B2904B; }

/*
Filter product
 */
.products-page .bapf_body > ul {
  display: flex;
  justify-content: center; }
  .products-page .bapf_body > ul li {
    position: relative;
    margin-bottom: 1rem !important;
    margin-right: 1.3333333333rem !important; }
    .products-page .bapf_body > ul li label {
      font-size: 1.2rem;
      background: transparent; }
      .products-page .bapf_body > ul li label:hover {
        color: #B2904B; }
  .products-page .bapf_body > ul li.checked label {
    background: transparent;
    text-decoration: underline;
    color: #1C1C1B; }

.bapf_tag_cloud input[type=checkbox]:checked + label, .bapf_tag_cloud input[type=checkbox]:checked + label * {
  background: #B2904B; }

.product_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.5rem;
  row-gap: 1.5rem; }
  .product_list .product-1 {
    grid-area: 1/1/3/3; }

/**
wishlist
 */
.wishlist-title-container {
  text-align: center; }
  .wishlist-title-container .show-title-form {
    display: none !important; }

table.wishlist_table thead th {
  border-top: none; }

.woocommerce table.shop_table th.product-price {
  text-align: center; }

.woocommerce table.shop_table th.product-stock-status {
  text-align: center; }

.woocommerce .wishlist_view span {
  font-size: 1.2rem; }

.woocommerce .wishlist_view a.remove {
  font-size: 1.6666666667rem;
  color: #808080 !important; }

.item-blog {
  margin-bottom: 2rem; }
  .item-blog .image {
    position: relative;
    padding-top: 78.313253012%;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 7px 0px #cdcdcd; }
    .item-blog .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
    .item-blog .image img {
      transition: .3s all ease-in-out; }
  .item-blog .box {
    left: 2rem;
    bottom: 1.6666666667rem; }
    .item-blog .box .tag {
      margin-bottom: 1.2rem; }
      .item-blog .box .tag a {
        background: #1D1D1D;
        font-size: 0.8rem;
        padding: 0.3333333333rem 0.6666666667rem;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
        width: max-content;
        transition: .3s all; }
        .item-blog .box .tag a:hover {
          background: #76B550; }
    .item-blog .box a.title {
      font-size: 1.3333333333rem;
      font-weight: normal;
      color: #fff; }
  .item-blog:hover .image img {
    transform: scale(1.1); }

.single-post .tag {
  padding-bottom: 3rem;
  border-bottom: 1px solid #76B550; }
  .single-post .tag a {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    width: max-content;
    background: #3B6437;
    padding: 0.6666666667rem 1.3333333333rem;
    margin: 0 0.3333333333rem;
    transition: .3s all; }
    .single-post .tag a:hover {
      background: #76B550; }
    @media only screen and (max-width: 576px) {
      .single-post .tag a {
        font-size: 1rem; } }

.image-gallery {
  position: relative;
  padding-top: 66.6666666667%;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem; }
  .image-gallery img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 576px) {
    .image-gallery {
      margin-bottom: 1rem; } }

.filter-category span {
  font-size: 0.9333333333rem;
  font-weight: 600; }
.filter-category .select {
  position: relative; }
  .filter-category .select:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 16px;
    height: 10px;
    width: 10px;
    background: url("../images/icons/arrowdown.png") no-repeat right center;
    background-size: contain;
    background-repeat: no-repeat; }
.filter-category select {
  padding: 0.6666666667rem;
  background: #EEF5E9;
  min-width: 16.6666666667rem;
  border-radius: 10px;
  border: none;
  font-size: 1.2rem;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  position: relative; }

.technology-intro .image {
  position: relative; }
  .technology-intro .image img {
    position: relative;
    z-index: 1; }
  .technology-intro .image:before {
    content: '';
    position: absolute;
    width: 17.1333333333rem;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F8F7ED;
    z-index: 0; }

.technology-benefit .the-content > ul > li {
  list-style: none;
  font-size: 1.5333333333rem;
  position: relative; }
  .technology-benefit .the-content > ul > li:after {
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    border: 1px solid #A1A08D;
    transform: rotate(45deg);
    top: 0.6rem;
    left: -1.7333333333rem; }
  .technology-benefit .the-content > ul > li > ul {
    padding-left: 0; }
    .technology-benefit .the-content > ul > li > ul li {
      font-size: 1.2rem;
      list-style: none; }

.project .filter-project li {
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  transition: .3s all;
  margin: 0.6666666667rem 1.3333333333rem; }
  .project .filter-project li:hover {
    text-decoration: underline; }
.project .filter-project li.active {
  text-decoration: underline; }
.project .data-project {
  min-height: 500px; }
  @media only screen and (max-width: 991px) {
    .project .data-project {
      min-height: 13.3333333333rem; } }
  .project .data-project .widget-project {
    margin-bottom: 6.6666666667rem; }
  .project .data-project .widget-project:nth-child(even) {
    transform: translateY(-50px); }

.item-project {
  position: relative; }
  .item-project .image {
    position: relative;
    padding-top: 141.7127071823%;
    overflow: hidden;
    position: relative; }
    .item-project .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
    .item-project .image:after {
      content: '';
      position: absolute;
      background-image: linear-gradient(to top, rgba(90, 87, 87, 0.97), rgba(0, 0, 0, 0));
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: .3s all; }
  .item-project .title {
    font-size: 1.5333333333rem;
    font-weight: normal;
    position: absolute;
    bottom: 1.3333333333rem;
    left: 1.3333333333rem;
    color: #fff;
    transform: translateY(100px);
    opacity: 0;
    transition: .3s all;
    z-index: 2; }
    @media only screen and (max-width: 991px) {
      .item-project .title {
        font-size: 1.0666666667rem; } }
  .item-project:hover .image:after {
    opacity: 1; }
  .item-project:hover .title {
    transform: translateY(0px);
    opacity: 1; }

.video-section .item-video {
  position: relative;
  padding-top: 43.8867438867%;
  overflow: hidden; }
  .video-section .item-video img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
.video-section .video-btn {
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .video-section .video-btn img {
    height: 100%;
    width: 100%;
    object-fit: contain; }

.gallery-project {
  overflow: hidden; }
  .gallery-project .widget-left {
    padding-left: calc((100vw - (calc(1660 / 1920 * 100vw))) / 2 + 1rem); }
  .gallery-project .box-arrow .swiper-button-prev {
    left: 0; }
  .gallery-project .box-arrow .swiper-button-next {
    left: 2.6666666667rem; }

.other-project {
  background: #F8F7ED; }
  .other-project .swiper-button-prev {
    left: -3.3333333333rem; }
  .other-project .swiper-button-next {
    right: -3.3333333333rem; }
  .other-project .swiper-slide:nth-child(even) {
    transform: translateY(-50px); }
  .other-project .swiper {
    padding-top: 6.6666666667rem; }

.project-custom .swiper-slide {
  width: 25%; }

.client .background {
  position: relative;
  padding-top: 23.7668161435%;
  overflow: hidden; }
  .client .background img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

/*# sourceMappingURL=styles.css.map */
