/* All Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap');



/* Typography CSS Start */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul>li,
ol>li {
  margin-bottom: 0px;
}

p:empty {
  display: none;
}

p {
  margin-top: 0px;
  margin-bottom: 8px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

.small,
small {
  font-size: .875em;
}

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #0a58ca;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}


h1 {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #000000;
}


h2 {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  white-space: normal;
}

h2>span {
  font-style: italic;
}

h3 {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

h4 {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

h5 {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}


input[type="text"],
input[type="tel"],
select,
textarea {
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  height: 42px;
  margin-bottom: 8px;
  -webkit-appearance: none;
  padding: 12px 18px;
  outline: none;
  cursor: pointer;
  border: 1px solid #EAEAEA;
  background-color: #fff;
}

[data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}

div[data-element="main"]>p {
  margin-bottom: 0px;
}

.columns .column.main {
  padding-bottom: 0px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.d-flex>div {
  padding-left: 16px;
  padding-right: 16px;
}



/* display */
.d-flex {
  display: flex;
  flex-flow: wrap;
}

.no-wrap {
  flex-flow: nowrap;
}

.d-flex-y-center,
.align-item-center {
  align-items: center;
}

.d-flex-x-center {
  justify-content: center;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}




/* margin */
body .m-auto {
  margin: auto;
}

body .mt-auto {
  margin-top: auto;
}

body .mt-0 {
  margin-top: 0px;
}

body .mt-4 {
  margin-top: 4px;
}

body .mt-8 {
  margin-top: 8px;
}

body .mt-16 {
  margin-top: 16px;
}

body .mt-24 {
  margin-top: 24px;
}

body .mt-32 {
  margin-top: 32px;
}

body .mt-40 {
  margin-top: 40px;
}

body .mt-48 {
  margin-top: 48px;
}

body .mt-56 {
  margin-top: 56px;
}

body .mt-64 {
  margin-top: 64px;
}


body .mb-auto {
  margin-bottom: auto;
}

body .mb-0 {
  margin-bottom: 0px;
}


body .mb-4 {
  margin-bottom: 4px;
}

body .mb-8 {
  margin-bottom: 8px;
}

body .mb-16 {
  margin-bottom: 16px;
}

body .mb-24 {
  margin-bottom: 24px;
}

body .mb-32 {
  margin-bottom: 32px;
}

body .mb-40 {
  margin-bottom: 40px;
}

body .mb-48 {
  margin-bottom: 48px;
}

body .mb-56 {
  margin-bottom: 56px;
}

body .mb-64 {
  margin-bottom: 64px;
}


body .mr-auto {
  margin-right: auto;
}

body .mr-4 {
  margin-right: 4px;
}

body .mr-8 {
  margin-right: 8px;
}

body .mr-16 {
  margin-right: 16px;
}

body .mr-24 {
  margin-right: 24px;
}

body .mr-32 {
  margin-right: 32px;
}

body .mr-40 {
  margin-right: 40px;
}

body .mr-48 {
  margin-right: 48px;
}

body .mr-56 {
  margin-right: 56px;
}

body .mr-64 {
  margin-right: 64px;
}

body .ml-auto {
  margin-left: auto;
}

body .ml-4 {
  margin-left: 4px;
}

body .ml-8 {
  margin-left: 8px;
}

body .ml-16 {
  margin-left: 16px;
}

body .ml-24 {
  margin-left: 24px;
}

body .ml-32 {
  margin-left: 32px;
}

body .ml-40 {
  margin-left: 40px;
}

body .ml-48 {
  margin-left: 48px;
}

body .ml-56 {
  margin-left: 56px;
}

body .ml-64 {
  margin-left: 64px;
}

body .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

body .mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

body .mx-4 {
  margin-right: 4px;
  margin-left: 4px;
}

body .mx-8 {
  margin-right: 8px;
  margin-left: 8px;
}

body .mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

body .mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

body .mx-32 {
  margin-right: 32px;
  margin-left: 32px;
}

body .mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

body .mx-48 {
  margin-right: 48px;
  margin-left: 48px;
}

body .mx-56 {
  margin-right: 56px;
  margin-left: 56px;
}

body .mx-64 {
  margin-right: 64px;
  margin-left: 64px;
}

body .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

body .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

body .my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

body .my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

body .my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

body .my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

body .my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

body .my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

body .my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

body .my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

body .my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}



/* fixed padding */
body .px-0 {
  padding-right: 0px;
  padding-left: 0px;

}

body .px-4 {
  padding-right: 4px;
  padding-left: 4px;
}

body .px-8 {
  padding-right: 8px;
  padding-left: 8px;
}

body .px-16 {
  padding-right: 16px;
  padding-left: 16px;
}

body .px-24 {
  padding-right: 24px;
  padding-left: 24px;
}

body .px-32 {
  padding-right: 32px;
  padding-left: 32px;
}

body .px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

body .px-48 {
  padding-right: 48px;
  padding-left: 48px;
}

body .px-56 {
  padding-right: 56px;
  padding-left: 56px;
}

body .px-64 {
  padding-right: 64px;
  padding-left: 64px;
}



body .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;

}

body .py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

body .py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

body .py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

body .py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

body .py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

body .py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

body .py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

body .py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

body .py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}


body .p-0 {
  padding: 0px;
}

body .p-4 {
  padding: 4px;
}

body .p-8 {
  padding: 8px;
}

body .p-16 {
  padding: 16px;
}

body .p-24 {
  padding: 24px;
}

body .p-32 {
  padding: 32px;
}

body .p-40 {
  padding: 40px;
}

body .p-48 {
  padding: 48px;
}

body .p-56 {
  padding: 56px;
}

body .p-64 {
  padding: 64px;
}


/* padding */
body .pt-0 {
  padding-top: 0px;
}

body .pt-4 {
  padding-top: 4px;
}

body .pt-8 {
  padding-top: 8px;
}

body .pt-16 {
  padding-top: 16px;
}

body .pt-24 {
  padding-top: 24px;
}

body .pt-32 {
  padding-top: 32px;
}

body .pt-40 {
  padding-top: 40px;
}

body .pt-48 {
  padding-top: 48px;
}

body .pt-56 {
  padding-top: 56px;
}

body .pt-64 {
  padding-top: 64px;
}


body .pb-0 {
  padding-bottom: 0px;
}

body .pb-4 {
  padding-bottom: 4px;
}

body .pb-8 {
  padding-bottom: 8px;
}

body .pb-16 {
  padding-bottom: 16px;
}

body .pb-24 {
  padding-bottom: 24px;
}

body .pb-32 {
  padding-bottom: 32px;
}

body .pb-40 {
  padding-bottom: 40px;
}

body .pb-48 {
  padding-bottom: 48px;
}

body .pb-56 {
  padding-bottom: 56px;
}

body .pb-64 {
  padding-bottom: 64px;
}

body .pl-0 {
  padding-left: 0px;
}

body .pl-4 {
  padding-left: 4px;
}

body .pl-8 {
  padding-left: 8px;
}

body .pl-16 {
  padding-left: 16px;
}

body .pl-24 {
  padding-left: 24px;
}

body .pl-32 {
  padding-left: 32px;
}

body .pl-40 {
  padding-left: 40px;
}

body .pl-48 {
  padding-left: 48px;
}

body .pl-56 {
  padding-left: 56px;
}

body .pl-64 {
  padding-left: 64px;
}


body .pr-0 {
  padding-right: 0px;
}

body .pr-4 {
  padding-right: 4px;
}

body .pr-8 {
  padding-right: 8px;
}

body .pr-16 {
  padding-right: 16px;
}

body .pr-24 {
  padding-right: 24px;
}

body .pr-32 {
  padding-right: 32px;
}

body .pr-40 {
  padding-right: 40px;
}

body .pr-48 {
  padding-right: 48px;
}

body .pr-56 {
  padding-right: 56px;
}

body .pr-64 {
  padding-right: 64px;
}




/* section padding */
body .py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

body .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}


/* col */
.col-50 {
  width: 50%;
}

.col-count-2 {
  column-count: 2;
  gap: 24px;
}


/* container */
.x-container {
  width: 90%;
  max-width: 1354px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1824px;
  padding-left: 48px;
  padding-right: 48px;
  margin: 0 auto;
}


/* other */
.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.ls-none {
  letter-spacing: 0;
}


/* text color */
.text-white {
  color: #ffffff;
}


/* background color */
.light-bg {
  background: #F4FAFA;
}

.black-bg {
  background: #000;
}

.white-bg {
  background: #fff;
}



/* width */
body .w-100 {
  width: 100%
}



/* button */
.trigger-btn {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: initial;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 9px 20px;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #000000;
}

.trigger-btn:hover {
  color: #000000;
}

.trigger-btn img {
  width: 8px;
  margin-left: 7px;
  position: relative;
  top: 0px;
}


@media (max-width: 1200px) {
  body .py-140 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  h1 {
    font-size: 55px;
    line-height: 65px;
  }

  h2 {
    font-size: 45px;
    line-height: 65px;
  }
}


@media (max-width: 1024px) {
  body .py-140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 60px;
  }
}


@media (max-width: 991px) {
  body .py-140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .x-container {
    width: 95%;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-block>div {
    width: 100%;
  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }
}


@media (min-width: 768px) and (max-width: 860px) {
  .x-container {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}


@media (max-width: 767px) {
  body .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  body .px-md-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  body .px-md-4 {
    padding-right: 4px;
    padding-left: 4px;
  }

  body .px-md-8 {
    padding-right: 8px;
    padding-left: 8px;
  }

  body .px-md-16 {
    padding-right: 16px;
    padding-left: 16px;
  }

  body .px-md-24 {
    padding-right: 24px;
    padding-left: 24px;
  }

  body .px-md-32 {
    padding-right: 32px;
    padding-left: 32px;
  }

  body .px-md-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  body .px-md-48 {
    padding-right: 48px;
    padding-left: 48px;
  }

  body .px-md-56 {
    padding-right: 56px;
    padding-left: 56px;
  }

  body .px-md-64 {
    padding-right: 64px;
    padding-left: 64px;
  }



  body .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;

  }

  body .py-md-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  body .py-md-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body .py-md-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  body .py-md-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  body .py-md-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  body .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body .py-md-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  body .py-md-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body .py-md-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  body .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  body .pt-md-0 {
    padding-top: 0px;
  }

  body .pt-md-4 {
    padding-top: 4px;
  }

  body .pt-md-8 {
    padding-top: 8px;
  }

  body .pt-md-16 {
    padding-top: 16px;
  }

  body .pt-md-24 {
    padding-top: 24px;
  }

  body .pt-md-32 {
    padding-top: 32px;
  }

  body .pt-md-40 {
    padding-top: 40px;
  }

  body .pt-md-48 {
    padding-top: 48px;
  }

  body .pt-md-56 {
    padding-top: 56px;
  }

  body .pt-md-64 {
    padding-top: 64px;
  }


  body .pb-md-0 {
    padding-bottom: 0px;
  }

  body .pb-md-4 {
    padding-bottom: 4px;
  }

  body .pb-md-8 {
    padding-bottom: 8px;
  }

  body .pb-md-16 {
    padding-bottom: 16px;
  }

  body .pb-md-24 {
    padding-bottom: 24px;
  }

  body .pb-md-32 {
    padding-bottom: 32px;
  }

  body .pb-md-40 {
    padding-bottom: 40px;
  }

  body .pb-md-48 {
    padding-bottom: 48px;
  }

  body .pb-md-56 {
    padding-bottom: 56px;
  }

  body .pb-md-64 {
    padding-bottom: 64px;
  }

  body .pl-md-0 {
    padding-left: 0px;
  }

  body .pl-md-4 {
    padding-left: 4px;
  }

  body .pl-md-8 {
    padding-left: 8px;
  }

  body .pl-md-16 {
    padding-left: 16px;
  }

  body .pl-md-24 {
    padding-left: 24px;
  }

  body .pl-md-32 {
    padding-left: 32px;
  }

  body .pl-md-40 {
    padding-left: 40px;
  }

  body .pl-md-48 {
    padding-left: 48px;
  }

  body .pl-md-56 {
    padding-left: 56px;
  }

  body .pl-md-64 {
    padding-left: 64px;
  }


  body .pr-md-0 {
    padding-right: 0px;
  }

  body .pr-md-4 {
    padding-right: 4px;
  }

  body .pr-md-8 {
    padding-right: 8px;
  }

  body .pr-md-16 {
    padding-right: 16px;
  }

  body .pr-md-24 {
    padding-right: 24px;
  }

  body .pr-md-32 {
    padding-right: 32px;
  }

  body .pr-md-40 {
    padding-right: 40px;
  }

  body .pr-md-48 {
    padding-right: 48px;
  }

  body .pr-md-56 {
    padding-right: 56px;
  }

  body .pr-md-64 {
    padding-right: 64px;
  }

  body .mx-md-0 {
    margin-right: 0px;
    margin-left: 0px;

  }

  body .mx-md-4 {
    margin-right: 4px;
    margin-left: 4px;
  }

  body .mx-md-8 {
    margin-right: 8px;
    margin-left: 8px;
  }

  body .mx-md-16 {
    margin-right: 16px;
    margin-left: 16px;
  }

  body .mx-md-24 {
    margin-right: 24px;
    margin-left: 24px;
  }

  body .mx-md-32 {
    margin-right: 32px;
    margin-left: 32px;
  }

  body .mx-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  body .mx-md-48 {
    margin-right: 48px;
    margin-left: 48px;
  }

  body .mx-md-56 {
    margin-right: 56px;
    margin-left: 56px;
  }

  body .mx-md-64 {
    margin-right: 64px;
    margin-left: 64px;
  }



  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;

  }

  .my-md-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .my-md-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .my-md-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .my-md-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .my-md-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .my-md-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .my-md-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .my-md-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  body .mt-md-0 {
    margin-top: 0px;
  }

  body .mt-md-4 {
    margin-top: 4px;
  }

  body .mt-md-8 {
    margin-top: 8px;
  }

  body .mt-md-16 {
    margin-top: 16px;
  }

  body .mt-md-24 {
    margin-top: 24px;
  }

  body .mt-md-32 {
    margin-top: 32px;
  }

  body .mt-md-40 {
    margin-top: 40px;
  }

  body .mt-md-48 {
    margin-top: 48px;
  }

  body .mt-md-56 {
    margin-top: 56px;
  }

  body .mt-md-64 {
    margin-top: 64px;
  }


  body .mb-md-0 {
    margin-bottom: 0px;
  }

  body .mb-md-4 {
    margin-bottom: 4px;
  }

  body .mb-md-8 {
    margin-bottom: 8px;
  }

  body .mb-md-16 {
    margin-bottom: 16px;
  }

  body .mb-md-24 {
    margin-bottom: 24px;
  }

  body .mb-md-32 {
    margin-bottom: 32px;
  }

  body .mb-md-40 {
    margin-bottom: 40px;
  }

  body .mb-md-48 {
    margin-bottom: 48px;
  }

  body .mb-md-56 {
    margin-bottom: 56px;
  }

  body .mb-md-64 {
    margin-bottom: 64px;
  }

  body .ml-md-0 {
    margin-left: 0px;
  }

  body .ml-md-4 {
    margin-left: 4px;
  }

  body .ml-md-8 {
    margin-left: 8px;
  }

  body .ml-md-16 {
    margin-left: 16px;
  }

  body .ml-md-24 {
    margin-left: 24px;
  }

  body .ml-md-32 {
    margin-left: 32px;
  }

  body .ml-md-40 {
    margin-left: 40px;
  }

  body .ml-md-48 {
    margin-left: 48px;
  }

  body .ml-md-56 {
    margin-left: 56px;
  }

  body .ml-md-64 {
    margin-left: 64px;
  }


  body .mr-md-0 {
    margin-right: 0px;
  }

  body .mr-md-4 {
    margin-right: 4px;
  }

  body .mr-md-8 {
    margin-right: 8px;
  }

  body .mr-md-16 {
    margin-right: 16px;
  }

  body .mr-md-24 {
    margin-right: 24px;
  }

  body .mr-md-32 {
    margin-right: 32px;
  }

  body .mr-md-40 {
    margin-right: 40px;
  }

  body .mr-md-48 {
    margin-right: 48px;
  }

  body .mr-md-56 {
    margin-right: 56px;
  }

  body .mr-md-64 {
    margin-right: 64px;
  }

  body .my-md-auto {
    margin-right: auto;
    margin-left: auto;
  }

  body .my-md-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  body .my-md-4 {
    margin-right: 4px;
    margin-left: 4px;
  }

  body .my-md-8 {
    margin-right: 8px;
    margin-left: 8px;
  }

  body .my-md-16 {
    margin-right: 16px;
    margin-left: 16px;
  }

  body .my-md-24 {
    margin-right: 24px;
    margin-left: 24px;
  }

  body .my-md-32 {
    margin-right: 32px;
    margin-left: 32px;
  }

  body .my-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  body .my-md-48 {
    margin-right: 48px;
    margin-left: 48px;
  }

  body .my-md-56 {
    margin-right: 56px;
    margin-left: 56px;
  }

  body .my-md-64 {
    margin-right: 64px;
    margin-left: 64px;
  }

  body .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }

  body .mx-md-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  body .mx-md-4 {
    margin-right: 4px;
    margin-left: 4px;
  }

  body .mx-md-8 {
    margin-right: 8px;
    margin-left: 8px;
  }

  body .mx-md-16 {
    margin-right: 16px;
    margin-left: 16px;
  }

  body .mx-md-24 {
    margin-right: 24px;
    margin-left: 24px;
  }

  body .mx-md-32 {
    margin-right: 32px;
    margin-left: 32px;
  }

  body .mx-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  body .mx-md-48 {
    margin-right: 48px;
    margin-left: 48px;
  }

  body .mx-md-56 {
    margin-right: 56px;
    margin-left: 56px;
  }

  body .mx-md-64 {
    margin-right: 64px;
    margin-left: 64px;
  }

  body .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .x-container {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .d-md- {
    display: block;
  }

  .d-md-block>div {
    width: 100%;
  }

  .d-md-none {
    display: none;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-align-md-left {
    text-align: left;
  }

  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }

  .trigger-btn>span {
    display: none;
  }

  .trigger-btn>img {
    margin-left: 0px;
  }

  .row-md {
    margin-left: -16px;
    margin-right: -16px;
  }

  .trigger-btn {
    padding: 0;
    width: 45px;
    height: 33px;
    justify-content: center;
  }

  .trigger-btn>span:not(:first-child) {
    display: block;
  }

  .oc-slider-btn svg {
    margin: 0;
  }
}

@media (max-width: 400px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

/* Typography CSS End */




/* Header CSS Start */
.header-wrapper {
  position: relative;
  background-color: #fff;
}

.header-fixed-wrapper {
  padding-top: 49px;
  padding-bottom: 46px;
  width: 100%;
  position: relative;
  z-index: 999;
  transition: 0.5s;
  transform: translateY(0px);
  border-bottom: 1px solid #EAEAEA;
}


.header-search-wrapper {
  position: absolute;
  top: 127px;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #EAEAEA;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
}

.search-open .header-search-wrapper {
  visibility: visible;
  opacity: 1;
}

.header-search-wrapper .hd-search-container {
  display: flex;
  position: relative;
  width: 78%;
  margin: 0 auto;
  padding: 0 32px;
  align-items: center;

  width: 100%;
  max-width: 1824px;
  padding: 0 48px;
}

.hd-search-close {
  width: 78px;
  height: 78px;
  display: none;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  padding-right: 53px;
}

.hd-search-close .close-icon {
  opacity: 1;
  width: 16px;
  height: 16px;
}

.hd-search-close .close-icon:after {
  height: 1px;
}

.hd-search-close .close-icon:before {
  width: 1px;
}


.hd-search-close img {
  width: 14px;
  transform: rotate(45deg);
}

.hs-search-input-wrapper {
  width: 100%;
  position: relative;
}

button.hs-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #fff;
  border: 0px;
  padding: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  z-index: 99;
  opacity: 1;
  box-shadow: none !important;
}

.text-exist button.hs-search-btn {
  display: flex;
}


/* .header-search-wrapper input.hd-search-input:placeholder-shown+#search_autocomplete+.hs-search-btn {
  display: none;
} */

.header-search-wrapper input.hd-search-input {
  height: 78px;
  border: none;
  width: 100%;
  padding: 0px 80px 0px 0px;
  outline: none;
  background-color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
  margin: 0px !important;
  box-shadow: none !important;
}

.header-search-wrapper input.hd-search-input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

button.hs-search-btn img {
  vertical-align: middle;
  width: 16px;
  position: relative;
  top: 2px;
}

.close-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
  opacity: 0.4;
}

.close-icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.close-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
}

.switcher-options {
  display: none;
  position: absolute;
  display: block;
  width: 120px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  border-radius: 4px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  right: 0px;
  top: 48px;
  padding: 5px 0px;
  background: #fff;
}

.switcher-options:before {
  content: "";
  display: block;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  top: -12px;
  position: absolute;
  z-index: 0;
  right: 27px;
  transition: 0.3s;
}

.hd-language-switcher [class*="view-"] {
  position: relative;
}

.hd-language-switcher [class*="view-"]:before {
  content: "";
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 12px;
  background-repeat: no-repeat;
  background-image: url(../images/flag-1.html);
}

.view-fr:before {
  background-image: url(../images/flag-fr.html) !important;
}

.view-en:before {
  background-image: url(../images/flag-en.html) !important;
}

.switcher-language:hover .switcher-options {
  opacity: 1;
  visibility: visible;
}

ul.switcher-dropdown {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.switcher-trigger strong,
.switcher-option a {
  color: #000;
  font-weight: normal;
  padding: 10px 15px;
  display: block;
  line-height: normal;
  padding-left: 35px;
}

.switchStyleArray.switcher-options {
  display: block;
}

ul.hd-icons>li.hd-language-switcher .switcher-label {
  font-size: 0px;
  position: relative;
  padding-right: 20px;
}

ul.hd-icons>li.hd-language-switcher .switcher-label:before {
  content: "EN";
  font-size: 14px;
  text-transform: uppercase;
}

ul.hd-icons>li.custom-fr_FR .switcher-label:before {
  content: "fr";
}

ul.hd-icons>li.custom-en_US .switcher-label:before {
  content: "en";
}

ul.hd-icons>li.hd-language-switcher .switcher-label:after {
  content: "";
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  margin-left: 5px;
  position: absolute;
  top: -8px;
}

.white-header .switcher-language {
  color: #fff;
}

.white-header .switcher-options {
  background: #fff;
}

.white-header .header-fixed-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 0;
}

.hd-flex {
  display: flex;
}

.hd-left-col {
  width: calc(50% - 160px);
  display: flex;
  align-items: center;
  padding-left: 0px !important;
  position: relative;
}

.header-icons {
  margin-left: auto;
  display: flex;
}

.hd-right-col {
  width: calc(50% - 160px);
  display: flex;
  justify-content: right;
  padding-right: 0px !important;
  position: relative;
}

.hd-logo-wrapper {
  width: 320px;
  text-align: center;
}

.hd-logo-wrapper svg {
  width: 100%;
  vertical-align: middle;
}

.hd-logo-wrapper svg path {
  fill: #000;
}

.menu-trigger {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-trigger svg {
  width: 24px;
  min-width: 24px;
}

.menu-trigger svg rect {
  fill: #000;
}

.menu-trigger span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  text-decoration: none;
  margin-left: 25px;
}

.white-header .menu-trigger span {
  color: #fff;
}

ul.hd-menu {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.hd-icons>li svg.search-close-icon {
  display: none;
}

.search-open ul.hd-icons>li svg.search-close-icon {
  display: block;
}

.search-open ul.hd-icons>li svg.search-svg {
  display: none !important;
}

.search-open ul.hd-icons>li svg.search-open-icon {
  display: none;
}


ul.hd-menu>li>a {
  padding: 8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  text-decoration: none;
}

.white-header ul.hd-menu>li>a {
  color: #ffffff;
}

ul.hd-icons {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}


ul.hd-icons>li {
  margin: 0px 8px;
  position: relative;
}

ul.hd-icons>li>a {
  padding: 6px;
  color: #000000;
  display: flex;
  align-items: center;
  padding-right: 0;
  position: relative;
  top: -1px;
}

.white-header ul.hd-icons>li>a {
  color: #fff;
}

.white-header .menu-trigger svg rect,
.white-header .hd-logo-wrapper svg path,
.white-header ul.hd-icons>li.hd-language-switcher>a>svg>path {
  fill: #fff;
}

.white-header ul.hd-icons>li>a>svg>path {
  stroke: #fff;
}



ul.hd-icons>li>a>span {
  margin-left: 25px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul.hd-icons>li.hd-language-switcher>a>span {
  display: block;
  margin-right: 8px;
}

.header-fixed-wrapper .container .d-flex:after {
  content: "";
  position: absolute;
  display: block;
  top: 65px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: red;
  opacity: 0;
  pointer-events: none;
}

ul.hd-icons>li.hd-language-switcher {
  margin-top: 2px;
  margin-right: 0px;
}

ul.hd-icons>li.hd-language-switcher strong {
  font-weight: normal;
}

.hd-logo-wrapper a {
  display: block;
}

.hd-logo-wrapper a {
  display: block;
}

.header-menu-overlay,
.hd-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
}

.menu-open .header-menu-overlay {
  visibility: visible;
  opacity: .8;
}

.header-fixed-menu-wrapper {
  position: fixed;
  width: 100%;
  max-width: 557px;
  background-color: #fff;
  top: 0;
  left: -560px;
  height: 100%;
  transition: .5s;
  overflow-y: auto;
  z-index: 99999;
}

.menu-open .header-fixed-menu-wrapper {
  left: 0;
}

.menu-close-trigger {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-close-wrapper {
  width: 100%;
  padding: 5px 16px;
  display: flex;
  justify-content: end;
}

.menu-close-trigger img {
  width: 16px;
}

.menu-close-trigger .close-icon {
  width: 20px;
  height: 20px;
}


.header-fixed-menu-wrapper .header-menu {
  padding: 30px 50px 76px 50px;
}

.header-menu>ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #000;
  font-weight: 500;
}

.header-menu>ul>li {
  position: relative;
}

.header-menu>ul>li>a {
  display: block;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  padding: 14px 0px 15px 0px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  padding-right: 50px;
}

ul.hd-icons>li>div[class*="dropdown"] {
  position: absolute;
  top: 55px;
  right: -15px;
  display: block;
  width: 120px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  border-radius: 4px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

ul.hd-icons>li.active>div[class*="dropdown"] {
  visibility: visible;
  opacity: 1;
  top: 48px;
}


.language-switcher {
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px 0px;
  position: relative;
  z-index: 9;
}

li.hd-language-switcher {
  position: relative;
}

ul.language-switcher>li {
  position: relative;
  text-align: left;
  padding: 10px 15px;
  z-index: 9;
  cursor: pointer;
}

.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-right: 5px;
}

.flag-de {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==);
}

.flag-usa {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=);
}

ul.hd-icons>li>div[class*="dropdown"]:before {
  content: "";
  display: block;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  top: -12px;
  position: absolute;
  z-index: 0;
  right: 27px;
  transition: 0.3s;
}

.page-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  /* max-width: 1728px; */
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  background-color: #fff;
}

ul.hd-menu-level-2 {
  display: none;
}

.m-child-trigger {
  position: absolute;
  top: 10px;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  z-index: 9;
}

.child-open>.m-child-trigger>svg {
  transform: rotate(90deg);
}



ul.hd-menu-level-2 {
  padding: 0;
  list-style: none;
  margin: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  padding-top: 16px;
}

ul.hd-menu-level-2 li>a {
  color: #000000;
}

ul.hd-menu-level-2 li>span {
  font-weight: 700;
}

ul.hd-menu-level-2 li a {
  display: block;
  padding: 12px 0px;
}

ul.hd-menu-level-2 li span {
  display: block;
  padding: 15px 0px;
}

ul.hd-menu-level-2>li:last-child {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section-header {
  margin-bottom: 32px !important;
}



@media (max-width: 991px) {
  .cms-home.search-open .hm-bnr-slider-nav {
    visibility: hidden;
  }

  .cms-home.search-open .carousel-progress {
    visibility: hidden;
  }

  .cms-home.search-open .hm-bnr-content {
    visibility: hidden;
  }

  .cms-home.search-open .hm-bnr-bg:before {
    opacity: 0.8;
  }

  .cms-home.search-open .carousel-progress {
    visibility: hidden;
  }

  .cms-home.search-open .home-banner-slider .progress {
    animation-play-state: paused !important;
  }


  .cms-home .header-search-wrapper {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 130px;
    background-color: transparent;
    border-top: 0;
    transition: none;
    height: calc(100vh - 130px);
    max-height: 956px;
    padding-bottom: 130px;
    max-height: calc(950px - 130px);
  }

  .cms-home.search-open .header-search-wrapper {
    max-width: 800px;
    transition: 0.3s;
  }

  .cms-home .header-search-wrapper .hd-search-container {
    padding: 0;
  }

  .cms-home .header-search-wrapper input.hd-search-input {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 122%;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
    padding: 0px;
    background-color: transparent;
    padding-right: 50px;
    border-bottom: 1px solid #fff;
  }

  .cms-home .header-search-wrapper input.hd-search-input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }

  .cms-home .hd-search-close {
    background-color: transparent;
    padding: 0;
  }

  .cms-home .close-icon:before {
    background-color: #fff;
  }

  .cms-home .close-icon:after {
    background-color: #fff;
  }

  .cms-home .hd-search-close .close-icon {
    width: 32px;
    height: 32px;
  }

  .cms-home button.hs-search-btn {
    background-color: transparent;
  }

  .cms-home button.hs-search-btn img {
    width: 32px;
    height: 32px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .cms-home.text-exist .hd-search-close {
    visibility: hidden;
  }
}


@media (max-width: 767px) {
  .cms-home .header-search-wrapper input.hd-search-input {
    font-size: 24px;
    line-height: 32px;
    height: 60px;
  }

  ul.hd-icons>li>a>svg path {
    stroke: #000;
  }

  .cms-home .header-search-wrapper {
    width: 70%;
    max-width: 180px;
    max-height: 608px;
    top: 90px;
    height: calc(100vh - 154px);
  }

  .cms-home .hd-search-close {
    width: 60px;
    height: 60px;
  }

  .cms-home .hd-search-close .close-icon {
    width: 24px;
    height: 24px;
  }

  .cms-home button.hs-search-btn {
    width: 60px;
    height: 60px;
    padding-right: 0;
    top: -3px;
  }

  .cms-home button.hs-search-btn img {
    width: 24px;
    height: 24px;
  }

}

/* header search style 2 end*/


/* Login Popup */
.hd-login-signup-dropdown {
  width: 270px !important;
}

li.hd-user.active .hd-login-signup-dropdown {
  top: 45px !important;
}

.login-main-popup {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.login-popup-content .form-field-contnet {
  padding: 32px 24px 24px 24px;
  background-color: #F4FAFA;
}

.login-popup-header ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 1px 0px 3px 1px #e1e1e1;
  position: relative;
}

.login-popup-header ul>li {
  width: 50%;
}

.login-popup-header ul>li>a {
  display: block;
  text-align: center;
  padding: 16px;
  color: #000;
  background-color: #ffffff;
}

.login-popup-header ul>li>a.active {
  background-color: #eee;
  color: #000;
}

form.register-form,
form.sign-in-form {
  display: none;
}

form.register-form.show,
form.sign-in-form.show {
  display: block;
}

.hd-input-wrap {
  margin-bottom: 16px;
  position: relative;
}

.hd-input-wrap>label {
  display: block;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  font-weight: 500;
}

.hd-input-wrap input[type="text"],
.hd-input-wrap input[type="email"],
.hd-input-wrap input[type="password"] {
  width: 100%;
  border: 1px solid #eee;
  padding: 5px 16px;
  outline: none;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  padding-left: 36px;
  font-family: Montserrat;
}

.hd-input-wrap.check-mark {
  display: flex;
  margin-bottom: 8px;
}

.hd-input-wrap.check-mark input {
  margin-right: 8px;
}

.hd-input-wrap.check-mark>label {
  cursor: pointer;
  padding-left: 20px;
  font-size: 10px;
}

.hd-login-submit {
  margin-top: 24px;
}

.hd-btn {
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding: 5px 16px;
  outline: none;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  background-color: #000 !important;
  color: #fff !important;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hd-input-wrap>label>svg {
  width: 16px;
  height: 16px;
}

.hd-input-wrap.input-field>label {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hd-forgot-password {
  text-align: center;
  padding: 6px 10px;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.hd-forgot-password a {
  color: #000;
  font-size: 10px;
  line-height: 24px;
  display: block;
}



.hd-input-wrap.check-mark>input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: auto;
}

.hd-input-wrap.check-mark>label:after {
  content: "";
  left: 0;
  position: absolute;
  top: 7px;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border: 1px solid #151211;
  z-index: 0;
  -webkit-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}

.hd-input-wrap.check-mark [type="checkbox"]:checked+label:after {
  background: #151211;
}

.hd-input-wrap.check-mark>label:before {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  background: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  width: 5px;
  height: 3px;
  top: 10px;
  left: 3px;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
}


.hd-input-wrap.check-mark [type="checkbox"]:checked+label:before {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}

.hd-input-wrap.check-mark>label a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #afafaf;
}

form.register-form .hd-login-submit {
  margin-top: 0;
}

.login-user-dropdown {
  display: none;
}

.login-user-dropdown.show {
  display: block;
}

.login-active .login-main-popup {
  display: none;
}

.login-active .login-user-dropdown {
  display: block;
}

.login-user-dropdown {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
}

.login-user-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #eee;
  background: #F4FAFA;
}

.login-user-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #eee;
}

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

ul.login-user-links {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-top: 8px;
}

ul.login-user-links>li {
  padding: 8px 24px;
}

ul.login-user-links>li>a {
  color: #000;
  display: block;
}

ul.login-user-links>li:last-child {
  border-top: 1px solid #eee;
  margin-top: 8px;
}

.login-user-profile>a {
  display: inline-block;
  border: 1px solid #eee;
  color: #000;
  padding: 4px 16px;
  background-color: #fff;
}

.login-user-name {
  font-weight: bold;
  padding: 8px 24px;
  border-bottom: 1px solid #eee;
}

/* Cart CSS */
.hd-cart-list-container {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
}

.hd-cart-list-dropdown {
  width: 300px !important;
}

.hd-cart-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  border-bottom: 1px solid #eee;
  background: #F4FAFA;
}

.hd-cart-header-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Verdana';
  letter-spacing: 2px;
}

.hd-cart-list-items-wrapper {
  padding: 24px 24px 12px 24px;
  max-height: 470px;
  overflow-y: auto;
}

.hd-cart-list-item {
  display: flex;
  width: 100%;
  padding: 8px;
  border: 1px solid #eee;
  margin-bottom: 16px;
  position: relative;
}

.hd-cart-list-item:last-child {
  margin-bottom: 0;
}

.hd-cart-product-image {
  width: 70px;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
  padding-top: 3px;
}

.hd-cart-product-info {
  width: calc(100% - 70px);
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.5px;
  padding: 8px 16px 0px 12px;
}

.hd-cart-product-brand {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  font-family: 'Verdana';
  letter-spacing: 2px;
}

.hd-cart-product-brand a {
  color: inherit;
}

.hd-cart-product-modal-no {
  margin-bottom: 24px !important;
}

.hd-cart-product-mm {
  width: 50%;
  float: left;
}

.hd-cart-product-price {
  width: 50%;
  float: left;
  font-weight: 500;
  text-align: right;
  padding: 5px 0px;
}

.hd-cart-product-info>div {
  margin-bottom: 6px;
}

.hd-cart-product-mm span {
  display: inline-block;
  padding: 5px 8px;
  background-color: #F4FAFA;
  font-size: 8px;
  line-height: 10px;
}

.hd-cart-checkout-btn {
  padding: 12px 24px 24px 24px;
  text-align: center;
}

.hd-cart-list-items-wrapper::-webkit-scrollbar {
  width: 5px;
}

.hd-cart-list-items-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.hd-cart-list-items-wrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

.hd-remove-cart {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 4px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.hd-remove-cart img {
  width: 12px;
  opacity: 0.5;
}

.hd-cart-list-item:hover .hd-remove-cart {
  visibility: visible;
  opacity: 1;
}

.popup-open .page-wrapper {
  transform: none;
}


.menu-card-section {
  position: relative;
  padding: 44px 0px 44px 0px;
  overflow: hidden;
}

.menu-card-title {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 26px;
  padding: 0px 50px;
}

.menu-card-items-index {
  display: flex;
}

.menu-card-item {
  width: 100% !important;
  min-width: 147px;
  max-width: 147px;
  margin-left: 8px;
}

.menu-card-item:last-child {
  margin-right: 0;
}

.menu-card-inner {
  position: relative;
}

.menu-card-inner a span {
  font-family: 'Montserrat';
  display: block;
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding: 15px;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.menu-card-inner>a {
  display: block;
  position: relative;
}

.menu-card-inner>a:before {
  content: "";
  display: block;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 100%);
}

.card-swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 40px;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, .1);
  z-index: 99999;
  opacity: 1 !important;
}

.card-swiper-scrollbar {
  display: none !important;
}

.menu-card-item:first-child {
  margin-left: 50px;
}

.menu-card-item:last-child {
  margin-right: 50px;
}

.card-swiper-nav {
  position: absolute;
  top: 7px;
  right: 25px;
  width: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.menu-collections-header {
  position: relative;
}

.card-swiper-nav .swiper-button-next,
.card-swiper-nav .swiper-button-prev {
  width: 10px;
  height: 10px;
  position: static;
  margin: 0;
}

.card-swiper-nav .swiper-button-next:after,
.card-swiper-nav .swiper-button-prev:after {
  font-size: 10px;
  font-weight: 900;
  color: #000;
}

.menu-card-title a {
  color: #000000;
  display: inline-block;
}

.message.success,
.message.error {
  padding-left: 0px;
  background: transparent;
}

.message-success div:before,
.message.error div:before {
  display: none !important;
}

.ft-newsleter .message.success {
  color: #fff;
}




@media (min-width: 992px) {
  .header-search-wrapper {
    max-width: 130px;
    left: auto;
    right: 102px;
    top: 37px;
    background-color: transparent;
    border: 0;
    transition: none;
    box-shadow: none !important;
  }

  .search-open .header-search-wrapper {
    max-width: 280px;
    transition: 0.3s;
  }

  .header-search-wrapper input.hd-search-input {
    background-color: transparent;
    color: #000;
    height: 40px;
    border-bottom: 1px solid #999999;
    padding: 8px 50px 8px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: none !important;
    border-radius: 0px !important;
  }

  .hd-search-close {
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    right: 5px;
    display: flex;
  }

  .header-search-wrapper input.hd-search-input::-webkit-input-placeholder {
    opacity: 1;
  }

  .header-search-wrapper .hd-search-container {
    padding: 0;
  }

  .header-search-wrapper .close-icon:before {
    background-color: #fff;
  }

  .header-search-wrapper .close-icon:after {
    background-color: #fff;
  }

  .header-search-wrapper button.hs-search-btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: none;
  }

  .header-search-wrapper button.hs-search-btn img.icon-b {
    top: 1px;
    right: 4px;
  }

  .search-open .header-icons {
    display: none;
  }

  .hd-search-close .close-icon:before,
  .hd-search-close .close-icon:after {
    background-color: #000;
  }

  .text-exist .hd-search-close {
    display: none;
  }

  .text-exist .header-search-wrapper button.hs-search-btn {
    display: flex;
  }

  .cms-home .header-search-wrapper input.hd-search-input {
    color: #fff;
  }

  .cms-home .header-search-wrapper input.hd-search-input::-webkit-input-placeholder {
    color: #fff;
  }

  .cms-home .hd-search-close .close-icon:before,
  .cms-home .hd-search-close .close-icon:after {
    background-color: #fff;
  }

  .cms-home .header-search-wrapper button.hs-search-btn img.icon-b {
    display: none;
  }

  .cms-home .header-search-wrapper button.hs-search-btn img.icon-w {
    display: block;
  }
}


@media (min-width: 768px) and (max-width: 950px) {
  .menu-trigger svg {
    width: 21px;
    min-width: 21px;
  }
}



@media (max-width: 1280px) {
  ul.hd-menu>li:last-child {
    display: none;
  }
}


@media (max-width: 1199px) {
  .hd-logo-wrapper {
    width: 280px;
  }

  .hd-left-col {
    width: calc(50% - 140px);
  }

  .hd-right-col {
    width: calc(50% - 140px);
  }
}


@media (max-width: 991px) {
  .header-menu-wrapper {
    display: none;
  }

  ul.hd-icons>li {
    margin: 0px 4px;
  }


}


@media (max-width: 767px) {
  .menu-trigger span {
    display: none;
  }

  .card-swiper-nav {
    display: none;
  }

  .menu-card-title {
    padding: 0px 16px 0px 32px;
  }

  .header-fixed-menu-wrapper .header-menu {
    padding: 30px 32px 76px 32px;
  }

  .header-fixed-menu-wrapper {
    width: 90%;
  }

  .menu-card-item:first-child {
    margin-left: 32px;
  }

  .menu-card-item:last-child {
    margin-right: 32px;
  }

  .hd-logo-wrapper {
    width: 180px;
    padding: 0px !important;
  }

  ul.hd-menu {
    display: none;
  }

  .hd-left-col {
    width: calc(50% - 90px);
  }

  .hd-right-col {
    width: calc(50% - 90px);
  }

  ul.hd-icons>li.hd-cart {
    display: none;
  }

  ul.hd-icons>li.hd-language-switcher {
    display: none;
  }

  .menu-trigger svg {
    width: 14px;
    min-width: auto;
    margin-bottom: auto;
    position: relative;
    top: 2px;
  }

  ul.hd-icons>li>a {
    padding: 0px;
  }

  .menu-trigger {
    width: 30px;
    justify-content: left;
    margin-bottom: auto;
    margin-top: 0px;
  }

  ul.hd-icons>li {
    margin: 0;
  }

  ul.hd-icons>li>a>svg {
    width: 12px;
    position: relative;
    top: 1px;
  }

  ul.hd-icons>li.hd-user {
    margin-right: 0px;
  }

  ul.hd-icons {
    margin-bottom: auto;
  }

  .header-fixed-wrapper {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .cms-home .header-fixed-wrapper {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .header-fixed-wrapper .container .d-flex:after {
    top: 53px;
  }

  .header-search-wrapper {
    top: 98px;
  }

  .header-search-wrapper .hd-search-container {
    width: 100%;
    padding: 0;
  }

  .hd-search-close {
    right: 0;
    padding-right: 32px;
  }

  .header-search-wrapper input.hd-search-input {
    padding-left: 32px;
  }

  .close-icon {
    width: 20px;
    height: 20px;
  }

  button.hs-search-btn img {
    width: 16px;
  }

  button.hs-search-btn {
    padding-right: 32px;
  }

  input.hd-search-input {
    font-size: 28px;
  }

  .menu-close-trigger .close-icon {
    width: 16px;
    height: 16px;
  }

  .header-fixed-wrapper .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  ul.hd-icons>li>a>span {
    display: none;
  }


}

@media (max-width: 360px) {
  .hd-logo-wrapper {
    width: 150px;
  }

  .hd-left-col {
    width: calc(50% - 75px);
  }

  .hd-right-col {
    width: calc(50% - 75px);
  }

  .hd-logo-wrapper svg {
    width: 90%;
    margin: 0 auto;
  }
}

/* Header CSS End */




/* Footer CSS Start */
.footer-wrapper {
  background-color: #000;
}

.newsleter-form .mage-error {
  display: block;
  margin-top: 5px;
}

.footer-wrapper {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #F4FAFA;
}

.ft-copyright {
  color: #666666;
  padding-top: 28px;
  padding-bottom: 52px;
  border-top: 1px solid rgb(102 102 102 / 50%);
}

.col-right {
  margin-left: auto;
}

.ft-copyright a {
  color: #666666;
  text-decoration: none;
}

.ft-copyright p {
  margin: 0px;
}

.ft-nav-wrapper {
  padding-top: 53px;
}

.ft-nav-wrapper .d-flex {
  justify-content: space-between;
  flex-flow: nowrap;
}

.ft-nav-wrapper .ft-newsleter {
  max-width: 382px;
}

.ft-nav-wrapper h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F4FAFA;
  margin-top: 0px;
  margin-bottom: 16px;
}

.ft-nav-wrapper .ft-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.ft-nav-wrapper .ft-menu a {
  color: #F4FAFA;
  display: inline-block;
}

.ft-nav-wrapper .ft-col {
  margin-bottom: 22px;
}

.ft-nav-wrapper .ft-follow-us ul li {
  margin-bottom: 5px;
}

.ft-nav-wrapper .ft-follow-us ul li a {
  display: flex;
  align-items: center;
}

.ft-nav-wrapper .ft-follow-us ul li a span {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.ft-nav-wrapper .ft-follow-us h3 {
  margin-bottom: 16px;
}

.ft-nav-wrapper .ft-newsleter p {
  margin-top: 0;
  margin-bottom: 32px;
}

.newsleter-form button.ft-submit-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #ffffff;
  padding: 0px 32px;
  height: 42px;
  border: 0px;
  cursor: pointer;
}

.newsleter-form .form-group {
  position: relative;
}

.newsleter-form input.form-control {
  width: 100%;
  height: 42px;
  background-color: #ffffff !important;
  border: none;
  padding: 12px 110px 12px 21px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #000000 !important;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}

input.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.tab-support-menu {
  display: none;
}

.col-right.ft-language-switcher svg {
  vertical-align: middle;
  position: relative;
  margin-right: 8px;
}

.ft-newsleter .flv-msg {
  margin-top: 4px;
}

.bar-position {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 35px;
  height: 35px;
  display: none;
  cursor: pointer;
  z-index: 99 !important;
  background: none !important;

}

.p-bar,
.p-bar:hover {
  display: flex;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transform: rotate(-87deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px rgb(0 0 0 / 12%);
  align-items: center;
  justify-content: center;

}

.p-bar svg {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.p-bar svg circle {
  stroke: #000;
  transform-origin: 50% 50%;
}

.arrow {
  background: url(../images/page-back-to-top.svg) no-repeat;
  width: 100%;
  height: 100%;
  display: inline-block;
  transform: rotate(87deg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
}

.bar-ds {
  display: block;
  animation: .5s barshow;
  border-radius: 100%;
}

.cms-home .body-container-wrapper>section.hm-Since-section {
  padding-left: 32px;
  padding-right: 32px;
}

.ft-nav-wrapper .ft-newsleter p {
  letter-spacing: 0;
}

.ft-nav-wrapper .ft-follow-us ul li img {
  width: 12px;
}

.ft-nav-wrapper .ft-follow-us ul li:first-child img {
  width: 8px;
}

.ft-nav-wrapper .ft-follow-us ul li a span {
  margin-right: 10px;
}

.ft-nav-wrapper .ft-follow-us h3 {
  margin-bottom: 13px;
}



@keyframes barshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

@media (max-width: 1024px) {
  .bar-position {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 1080px) {
  .ft-nav-wrapper .ft-newsleter {
    max-width: 300px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .ft-col.support-menu {
    display: none;
  }

  .tab-support-menu {
    display: block;
    margin-top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 950px) {
  .ft-nav-wrapper .ft-col h3 {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .newsleter-form button.ft-submit-btn {
    padding: 0px 20px;
  }

  .newsleter-form input.form-control {
    padding-right: 80px;
  }


}


@media (max-width: 820px) {
  .ft-copyright .d-flex {
    display: block;
    text-align: center;
  }

  .ft-copyright .Copyright-text {
    margin-bottom: 8px;
  }
}


@media (max-width: 767px) {
  .newsleter-form .mage-error {
    font-size: 10px;
  }

  .ft-copyright .Copyright-text {
    margin-bottom: 14px;
  }

  .oc-slider-title {
    width: 180px;
    width: calc(100% - 100px);
    padding-right: 0px !important;
  }

  .ft-nav-wrapper .ft-col {
    width: 50%;
    margin-bottom: 27px;
  }

  .ft-nav-wrapper .ft-col.ft-newsleter {
    order: -1;
    max-width: 100%;
    width: 100%;
    margin-bottom: 64px;
  }

  .ft-nav-wrapper .d-flex {
    flex-flow: wrap;
  }

  .ft-nav-wrapper .ft-newsleter p {
    margin-bottom: 16px;
  }

  .ft-copyright {
    padding-top: 27px;
    padding-bottom: 33px;
    font-size: 8px;
    line-height: 145.9%;
  }

  .ft-copyright .Copyright-text {
    margin-bottom: 14px;
  }

  .footer-wrapper {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1px;
  }

  .ft-nav-wrapper h3 {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    margin-bottom: 13px;
    font-weight: 700;
  }

  .ft-nav-wrapper .ft-follow-us ul li {
    margin-bottom: 3px;
  }

  .ft-nav-wrapper .ft-follow-us ul li a span {
    width: 11px;
    margin-right: 14px;
  }

  .ft-nav-wrapper .ft-col.collection-menu,
  .ft-nav-wrapper .ft-col.about-menu {
    margin-bottom: 35px;
  }

  .ft-nav-wrapper .ft-newsleter h3 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px;
  }

  .ft-nav-wrapper .ft-newsleter p {
    font-size: 12px;
    line-height: 20px;
  }

  .newsleter-form button.ft-submit-btn {
    padding: 0px 30px;
  }

  .ft-nav-wrapper .ft-follow-us ul li img {
    width: 10px;
  }

  .ft-nav-wrapper .ft-follow-us ul li:first-child img {
    width: 7px;
  }

  .ft-nav-wrapper .ft-follow-us ul li a span {
    margin-right: 10px;
  }
}

/* Footer CSS End */



/* Global Module CSS */
.view-all a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  padding: 4px 0px;
}

.tr-cut {
  position: relative;
}

.tr-cut:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 17px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}


/* Best Seller */
.watch-collections .catalog-product-item {
  width: 25%;
  position: relative;
  padding: 0px !important;
}

.watch-collections .catalog-product-content {
  padding: 56px 48px !important;
}

.watch-collections .container {
  max-width: 1728px;
  padding-left: 0px;
  padding-right: 0px;
}

.watch-collections .product-image {
  margin-bottom: 24px;
  position: relative;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.watch-collections .product-details {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  max-width: 316px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 24px;
}

.watch-collections .product-brand-name {
  font-weight: bold;
  margin-bottom: 8px;
}

.watch-collections .product-meta-info {
  margin-bottom: 16px;
}

.watch-collections .product-image:before {
  content: "";
  position: absolute;
  width: 55%;
  height: 55%;
  left: 55%;
  top: 50%;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(41px);
  transform: translateX(-50%) translateY(-50%);
}

.watch-collections .product-image a {
  display: block;
  position: relative;
  z-index: 9;
}

.watch-collections .product-image img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.product-item:hover .product-image img {
  transform: scale(1.05);
}


.catalog-product-meta-info>span {
  display: block;
}

.icon-w {
  display: none;
}

.icon-b {
  display: block;
}

.product-meta-info>span {
  display: block;
}



@media (min-width: 768px) and (max-width: 991px) {
  .watch-collections .catalog-product-item {
    width: 33.333%;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .watch-collections .catalog-product-content {
    padding: 56px 32px !important;
  }
}


@media (max-width: 1024px) {
  .watch-collections .product-details {
    padding: 0;
  }
}


@media (max-width: 767px) {
  .menu-close-wrapper {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 99;
  }

  .menu-close-trigger svg {
    width: 12px;
  }

  .view-all a {
    font-size: 10px;
    line-height: 145.9%;
  }

  .section-header {
    margin-bottom: 30px !important;
  }

  .watch-collections .catalog-product-item {
    width: 50%;
  }

  .watch-collections .catalog-product-item:nth-child(1),
  .watch-collections .catalog-product-item:nth-child(2) {
    margin-bottom: 30px;
  }

  .product-meta-info>span {
    display: block;
  }

  .watch-collections .catalog-product-content {
    padding: 32px !important;
  }

  .watch-collections .product-image {
    width: 100%;
  }

  .watch-collections .product-details {
    max-width: 100%;
    font-size: 10px;
    line-height: 12px;
    padding: 0;
  }

  .tr-md-cut {
    position: relative;
  }

  .tr-md-cut:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 17px solid transparent;
    border-top-color: #f4fafa;
    border-right-color: #f4fafa;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
  }

}


/* Popup */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  width: 95%;
  display: flex;
  max-width: 1100px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
}

.modal-content {
  width: 100%;
  position: relative;
}

.modal-body {
  background-color: #fff;
  width: 100%;
}

.ratio {
  position: relative;
  width: 100%;
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.fade {
  transition: opacity .15s linear;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-body button.btn-close {
  position: absolute;
  right: 0;
  top: -32px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  padding: 7px;
  cursor: pointer;
}


.swiper-scrollbar {
  opacity: 1 !important;
  background-color: #D9D9D9 !important;
  border: none !important;
  height: 1px !important;
  width: 100% !important;
  left: 0px !important;
  right: 0px !important;
}

.swiper-scrollbar-drag {
  background-color: #000 !important;
}

.swiper-button-disabled {
  cursor: not-allowed !important;
}



/* Popup Css */
.mage-error {
  color: #f00;
  font-size: 12px;
}

.popup-mdl {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  opacity: 0;
  visibility: hidden;
  padding: 16px;
  transition: 0.3s;
  background-color: rgb(0 0 0 / 50%);
}

.popup-mdl.active {
  visibility: visible;
  opacity: 1;
}

.popup-close {
  cursor: pointer;
}

.popup-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.popup-content-wrapper {
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  z-index: 99;
  transform: translateY(-50px);
  transition: 0.3s;
}

.popup-mdl.active .popup-content-wrapper {
  transform: translateY(0px);
  transition-delay: 0.3s;
}

.popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  z-index: 9;
}

.popup-close .close-icon {
  width: 20px;
  height: 20px;
}

#videoPopup .popup-close {
  top: -40px;
  background-color: transparent;
}

#videoPopup .close-icon:before {
  background-color: #fff;
}

#videoPopup .close-icon:after {
  background-color: #fff;
}

#videoPopup .popup-content-wrapper {
  padding: 0px;
}

#videoPopup .popup-container {
  max-width: 1100px;
}

#videoPopup .close-icon {
  opacity: 1;
}

body.popup-open {
  overflow: hidden;
}

.page-empty {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.page-empty h2 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #151211;
  margin: 30px 0 5px;
  text-align: center;
}

.page-empty .actn-btn {
  margin-top: 25px;
}

.btn,
.btn:visited,
.btn:hover {
  font-family: brother-1816, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000;
  padding: 6px 23px;
  cursor: pointer;
  margin-right: 24px;
  border-radius: 0px;
}


/*orientation css Below*/
@media only screen and (min-width: 568px) and (max-width: 991px) and (orientation: landscape) {
  body::before {
    content: "Please Rotate Your Device";
    text-align: center;
    background: #ffffff;
    width: 100%;
    position: fixed;
    height: 100vh;
    padding-top: 10%;
    font-size: 20px;
    z-index: 999999999;
  }

  body::after {
    content: "";
    width: 100%;
    position: fixed;
    height: 100vh;
    background: url(../images/landscape.svg)no-repeat center 60%;
    z-index: 999999999;
    top: 0px;
  }

}


@media (max-width:380px) {
  #contactPopup {
    height: 100dvh;
  }
}

.content_box { text-align: center;
    background-color: #fe4066;
    margin: 30px 0;
    border-radius: 6px; padding: 10px; font-size: 16px;font-weight: 400;}
.content_box p { color:#fff;}
.content_btn {
    color: #fe4066 !important;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 6px;
    text-decoration: none !important;
}