@charset "UTF-8";
/*---------------------------------------------"


===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Shadows */
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #fd8a0f;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@images only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 96px;
    padding-right: 96px;
  }
}

@images only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 68px;
    padding-right: 68px;
  }
}
@images only screen and (min-width: 575px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@images only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-fluid-2 {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@images only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@images only screen and (min-width: 575px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-content {
  margin: 20px 0;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #0B0C0D;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #fd8a0f;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -1.22px;
}
@images (max-width: 992px) {
  h1,
.h1 {
    font-size: 52px;
  }
}
@images (max-width: 767px) {
  h1,
.h1 {
    font-size: 44px;
  }
}
@images (max-width: 575px) {
  h1,
.h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 47px;
  line-height: 125%;
  letter-spacing: -0.47px;
}
@images (max-width: 992px) {
  h2,
.h2 {
    font-size: 42px;
  }
}
@images (max-width: 767px) {
  h2,
.h2 {
    font-size: 36px;
  }
}
@images (max-width: 575px) {
  h2,
.h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.36px;
}
@images (max-width: 992px) {
  h3,
.h3 {
    font-size: 32px;
  }
}
@images (max-width: 767px) {
  h3,
.h3 {
    font-size: 30px;
  }
}
@images (max-width: 575px) {
  h3,
.h3 {
    font-size: 26px;
  }
}
h4, .h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 27px;
    line-height: 120%;
    letter-spacing: -0.27px;
}
@images (max-width: 992px) {
  h4,
.h4 {
    font-size: 26px;
  }
}
@images (max-width: 767px) {
  h4,
.h4 {
    font-size: 24px;
  }
}
@images (max-width: 575px) {
  h4,
.h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 130%;
}
@images (max-width: 992px) {
  h5,
.h5 {
    font-size: 20px;
  }
}
@images (max-width: 767px) {
  h5,
.h5 {
    font-size: 18px;
  }
}
@images (max-width: 575px) {
  h5,
.h5 {
    font-size: 16px;
  }
}

h6, .h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}
@images (max-width: 992px) {
  h6,
.h6 {
    font-size: 15px;
  }
}
@images (max-width: 767px) {
  h6,
.h6 {
    font-size: 14px;
  }
}
@images (max-width: 575px) {
  h6,
.h6 {
    font-size: 13px;
  }
}


element.style {
}
.ptb-16 {
    padding: 16px 0;
}
.text-center {
    text-align: center !important;
}


p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.32px;
}
@images (max-width: 992px) {
  p {
    font-size: 15px;
  }
}
@images (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

/*==============================
     Font - Name
==============================*/
.font-primary {
  font-family: "Inter", sans-serif;
}

.font-sec {
  font-family: "Jost", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease;
}
a.show-login {
  color: #fd8a0f;
  text-decoration: underline;
  font-weight: 500;
}
a:hover {
  color: #fd8a0f;
}

/* span {
  display: inline-block;
} */

b,
strong {
  font-family: "Inter", sans-serif;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #fd8a0f !important;
}

.color-sec {
  color: #E5FAF2 !important;
}

.black {
  color: #0B0C0D !important;
}

.light-black {
  color: #212627 !important;
}

.gray {
  color: #7A7F85 !important;
}

.white {
  color: #FFF !important;
}

.lightest-gray {
  color: #F9F9F9 !important;
}

.light-gray {
  color: #C6CBD2 !important;
}

.blue {
  color: #0484FB !important;
}

.light-blue {
  color: #9A98FF !important;
}

.bg-primary {
  background-color: #fd8a0f !important;
}

.bg-sec {
    background-color: #f2f2f3 !important;
}

.bg-black {
  background-color: #0B0C0D !important;
}

.bg-light-black {
  background-color: #212627 !important;
}

.bg-gray {
  background-color: #7A7F85 !important;
}

.bg-lightest-gray {
  background-color: #F9F9F9 !important;
}

.bg-light-gray {
  background-color: #C6CBD2 !important;
}

.bg-blue {
  background-color: #0484FB !important;
}

.bg-light-blue {
  background-color: #9A98FF !important;
}

.br-30 {
  border-radius: 30px;
}

.br-25 {
  border-radius: 25px;
}

.br-20 {
  border-radius: 20px;
}

.br-15 {
  border-radius: 15px;
}

.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px;
}

.box-shadow {
  box-shadow: 2px 2px 0px 0px #fd8a0f;
}

.box-shadow-2 {
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}

.box-shadow-3 {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.12);
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

.shadow {
  box-shadow: 2px 2px 0px 0px #fd8a0f !important;
}

.search-bar {
  width: 556px;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.m-80 {
  margin: 80px 0;
}
@images (max-width: 1199px) {
  .m-80 {
    margin: 64px 0;
  }
}
@images (max-width: 991px) {
  .m-80 {
    margin: 54px 0;
  }
}
@images (max-width: 767px) {
  .m-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@images (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@images (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@images (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@images (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@images (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@images (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@images (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px !important;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px !important;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px !important;
  }
}
@images (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-60 {
    margin-top: 48px !important;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-60 {
    margin-top: 42px !important;
  }
}
@images (max-width: 767px) {
  .mt-60 {
    margin-top: 32px !important;
  }
}

.m-48 {
  margin: 48px 0;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .m-48 {
    margin: 42px 0;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .m-48 {
    margin: 32px 0;
  }
}
@images (max-width: 767px) {
  .m-48 {
    margin: 24px 0;
  }
}

.mt-48 {
  margin-top: 48px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@images (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 36px;
  }
}
@images (max-width: 767px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.m-40 {
  margin: 40px 0;
}
@images (max-width: 1199px) {
  .m-40 {
    margin: 32px 0;
  }
}
@images (max-width: 991px) {
  .m-40 {
    margin: 28px 0;
  }
}
@images (max-width: 767px) {
  .m-40 {
    margin: 22px 0;
  }
}

.mt-40 {
  margin-top: 40px;
}
@images (max-width: 1199px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@images (max-width: 991px) {
  .mt-40 {
    margin-top: 28px;
  }
}
@images (max-width: 767px) {
  .mt-40 {
    margin-top: 22px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@images (max-width: 1199px) {
  .mt-32 {
    margin-top: 30px;
  }
}
@images (max-width: 991px) {
  .mt-32 {
    margin-top: 26px;
  }
}
@images (max-width: 767px) {
  .mt-32 {
    margin-top: 22px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@images (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@images (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@images (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.m-24 {
  margin: 24px;
}
@images (max-width: 1199px) {
  .m-24 {
    margin: 22px;
  }
}
@images (max-width: 991px) {
  .m-24 {
    margin: 22px;
  }
}
@images (max-width: 767px) {
  .m-24 {
    margin: 20px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@images (max-width: 1199px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@images (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@images (max-width: 767px) {
  .mt-16 {
    margin-top: 12px;
  }
}

.mt-8 {
  margin-top: 8px;
}
@images (max-width: 1199px) {
  .mt-8 {
    margin-top: 6px;
  }
}
@images (max-width: 991px) {
  .mt-8 {
    margin-top: 4px;
  }
}
@images (max-width: 767px) {
  .mt-8 {
    margin-top: 2px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@images (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@images (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@images (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@images (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 28px;
  }
}
@images (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@images (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@images (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 28px;
  }
}
@images (max-width: 991px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}
@images (max-width: 767px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@images (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@images (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@images (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@images (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@images (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@images (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@images (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@images (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@images (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.negative-m-12 {
  margin: 0 -12px;
}
@images (max-width: 1199px) {
  .negative-m-12 {
    margin: 0 -11px;
  }
}
@images (max-width: 991px) {
  .negative-m-12 {
    margin: 0 -10px;
  }
}
@images (max-width: 767px) {
  .negative-m-12 {
    margin: 0 -9px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-4p {
  margin-bottom: 4px;
}

.p-96 {
  padding: 96px 0;
}
@images (max-width: 1199px) {
  .p-96 {
    padding: 72px 0;
  }
}
@images (max-width: 991px) {
  .p-96 {
    padding: 60px 0;
  }
}
@images (max-width: 767px) {
  .p-96 {
    padding: 48px 0;
  }
}

.p-80 {
  padding: 80px 0;
}
@images (max-width: 1199px) {
  .p-80 {
    padding: 64px 0;
  }
}
@images (max-width: 991px) {
  .p-80 {
    padding: 54px 0;
  }
}
@images (max-width: 767px) {
  .p-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@images (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@images (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@images (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@images (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@images (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@images (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.p-64 {
  padding: 64px 0;
}
@images (max-width: 1199px) {
  .p-64 {
    padding: 56px 0;
  }
}
@images (max-width: 991px) {
  .p-64 {
    padding: 48px 0;
  }
}
@images (max-width: 767px) {
  .p-64 {
    padding: 42px 0;
  }
}

.p-60 {
  padding: 60px 0;
}
@images (max-width: 1199px) {
  .p-60 {
    padding: 54px 0;
  }
}
@images (max-width: 991px) {
  .p-60 {
    padding: 46px 0;
  }
}
@images (max-width: 767px) {
  .p-60 {
    padding: 40px 0;
  }
}

.p-48 {
  padding: 48px 0;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-48 {
    padding: 42px 0;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .p-48 {
    padding: 32px 0;
  }
}
@images (max-width: 767px) {
  .p-48 {
    padding: 26px 0;
  }
}

.pt-48 {
  padding-top: 48px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-48 {
    padding-top: 42px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-48 {
    padding-top: 32px;
  }
}
@images (max-width: 767px) {
  .pt-48 {
    padding-top: 26px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-48 {
    padding-bottom: 42px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 36px;
  }
}
@images (max-width: 767px) {
  .pb-48 {
    padding-bottom: 26px;
  }
}

.p-40 {
  padding: 40px 0;
}
@images (max-width: 1199px) {
  .p-40 {
    padding: 32px 0;
  }
}
@images (max-width: 991px) {
  .p-40 {
    padding: 28px 0;
  }
}
@images (max-width: 767px) {
  .p-40 {
    padding: 22px 0;
  }
}

.pt-40 {
  padding-top: 40px;
}
@images (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@images (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@images (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@images (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@images (max-width: 991px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@images (max-width: 767px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.pt-24 {
  padding: 24px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-24 {
    padding: 20px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-24 {
    padding: 18px;
  }
}
@images (max-width: 767px) {
  .pt-24 {
    padding: 16px;
  }
}
@images (max-width: 490px) {
  .pt-24 {
    padding: 14px;
  }
}

.p-24 {
  padding: 24px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-24 {
    padding: 20px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .p-24 {
    padding: 18px;
  }
}
@images (max-width: 767px) {
  .p-24 {
    padding: 16px;
  }
}
@images (max-width: 490px) {
  .p-24 {
    padding: 14px;
  }
}

.pl-24 {
  padding-left: 24px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .pl-24 {
    padding-left: 20px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .pl-24 {
    padding-left: 18px;
  }
}
@images (max-width: 767px) {
  .pl-24 {
    padding-left: 16px;
  }
}
@images (max-width: 490px) {
  .pl-24 {
    padding-left: 14px;
  }
}

.p-16 {
  padding: 16px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@images (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@images (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-8 {
  padding: 8px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-8 {
    padding: 8px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .p-8 {
    padding: 7px;
  }
}
@images (max-width: 767px) {
  .p-8 {
    padding: 7px;
  }
}
@images (max-width: 490px) {
  .p-8 {
    padding: 6px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-16 {
    padding-bottom: 15px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-16 {
    padding-bottom: 13px;
  }
}
@images (max-width: 767px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}
@images (max-width: 490px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

.ptb-16 {
  padding: 16px 0;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb-16 {
    padding: 15px 0;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-16 {
    padding: 13px 0;
  }
}
@images (max-width: 767px) {
  .ptb-16 {
    padding: 10px 0;
  }
}
@images (max-width: 490px) {
  .ptb-16 {
    padding: 10px 0;
  }
}

.plr-16 {
  padding: 0 16px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr-16 {
    padding: 0 15px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-16 {
    padding: 0 14px;
  }
}
@images (max-width: 767px) {
  .plr-16 {
    padding: 0 13px;
  }
}
@images (max-width: 490px) {
  .plr-16 {
    padding: 0 12px;
  }
}

.p-216 {
  padding: 40px 216px;
}

.p-16_p-24 {
  padding: 16px 24px;
}

.prt-4 {
  padding-right: 4px;
}

/*-------------------------
Elements
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  justify-content: center;
  display: flex;
  background: #0B0C0D;
  z-index: 9999999;
  padding-top: 16%;
}

.pyramid-loader {
  position: relative;
  width: 300px;
  height: 300px;
  display: block;
  transform-style: preserve-3d;
  transform: rotateX(-20deg);
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  
}

@keyframes spin {
  100% {
    transform: rotateY(360deg);
  }
}
.pyramid-loader .wrapper .side {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.pyramid-loader .wrapper .side1 {
  transform: rotateZ(-30deg) rotateY(90deg);
  background: conic-gradient(#2BDEAC, #F028FD, #D8CCE6, #2F2585);
}

.pyramid-loader .wrapper .side2 {
  transform: rotateZ(30deg) rotateY(90deg);
  background: conic-gradient(#2F2585, #D8CCE6, #F028FD, #2BDEAC);
}

.pyramid-loader .wrapper .side3 {
  transform: rotateX(30deg);
  background: conic-gradient(#2F2585, #D8CCE6, #F028FD, #2BDEAC);
}

.pyramid-loader .wrapper .side4 {
  transform: rotateX(-30deg);
  background: conic-gradient(#2BDEAC, #F028FD, #D8CCE6, #2F2585);
}

.pyramid-loader .wrapper .shadow {
  width: 60px;
  height: 60px;
  background: #8B5AD5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotateX(90deg) translateZ(-40px);
  filter: blur(12px);
}

.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 12px;
  display: block;
  width: 120px;
  height: 120px;
  font-size: 100px;
  padding: 11px 0;
  background: #fd8a0f;
  color: #FFF;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top:hover {
  background: #fd8a0f;
  color: #FFF;
}
.back-to-top.show {
  opacity: 1;
}
@images (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn {
    font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    background-color: #fd8a0f;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
}
@images (max-width: 492px) {
  .cus-btn {
    font-size: 12px;
    padding: 8px 16px;
  }
}
.cus-btn i {
  font-size: 18px;
}
@images (max-width: 492px) {
  .cus-btn i {
    font-size: 12px;
  }
}
.cus-btn::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0B0C0D;
    transform: translateX(-100%);
    transition: all 0.3s;
    z-index: -1;
}
.cus-btn:hover {
    background-color: #0B0C0D !important;
    color: #FFF;
    transition: all 0.5s ease;
    text-decoration: none;
}
.cus-btn:hover::before {
  transform: translateX(0);
}
.cus-btn.active {
  background-color: #0B0C0D;
  color: #FFF;
}
.cus-btn.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fd8a0f;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
.cus-btn.active.filter {
  padding: 8px 16px;
}
.cus-btn.active.cart {
  padding: 12px 16px;
  font-weight: 500;
}
.cus-btn.active:hover::before {
  transform: translateX(0);
}
.cus-btn.sec {
    background-color: transparent;
    color: #fd8a0f;
    border-bottom: 1px solid #fd8a0f;
    box-shadow: none;
    border-radius: 0;
    padding: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}
.cus-btn.detail-btn {
  padding: 12px 50px;
}
@images (max-width: 1399px) {
  .cus-btn.detail-btn {
    padding: 12px 52px;
  }
}
@images (max-width: 1199px) {
  .cus-btn.detail-btn {
    padding: 12px 78px;
  }
}
@images (max-width: 399px) {
  .cus-btn.detail-btn {
    padding: 12px 36px;
  }
}

.social-icon-buttons {
  display: flex;
  gap: 16px;
}
.social-icon-buttons li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social-icon-buttons li i {
  font-size: 16px;
  color: #0B0C0D;
  background-color: #FFF;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 12px;
  border-radius: 5px;
}
.social-icon-buttons li i:hover {
  box-shadow: 2px 2px 0px 0px #fd8a0f;
}
.social-icon-buttons li a img {
  width: 16px;
  height: 16px;
}
.social-icon-buttons:hover {
  cursor: pointer;
  color: #fd8a0f;
}
.social-icon-buttons.pro-detail li {
  font-size: 16px;
  color: #0B0C0D;
  background-color: #FFF;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 5px;
}
.social-icon-buttons.pro-detail li:hover {
  box-shadow: 2px 2px 0px 0px #fd8a0f;
  transition: all 0.5s ease;
}
.social-icon-buttons.pro-detail a img {
  width: 16px;
  height: 16px;
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
}
.form-group.has-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
}
.form-group.has-search i {
  position: absolute;
  right: 10px;
  top: 7px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #7A7F85;
  padding: 8px;
}
.form-group .form-control {
    padding: 14px 8px 14px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    position: relative;
    color: #212627;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
}
.form-group .form-control:focus {
  color: #212627;
  background: #FFF;
  outline: 0;
  box-shadow: none;
}
.form-group .form-control::placeholder {
  color: #7A7F85;
  opacity: 1;
}
.form-group .form-control.notes {
  border-radius: 10px;
  border: none;
  box-shadow: 2px 2px 0px 0px #fd8a0f;
}
.form-group .form-control.notes::placeholder {
  color: #7A7F85;
  opacity: 1;
}
.form-group .form-control.check-form {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.12);
  background-color: #FFF;
}

input:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

input[type=checkbox]:checked {
  accent-color: #fd8a0f;
}

input[type=checkbox]:checked {
  accent-color: #fd8a0f;
  background-color: #fd8a0f;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  background: #fd8a0f;
}

input[type=radio] {
  height: auto;
  width: auto;
}

input[type=radio]:checked {
  accent-color: #fd8a0f;
}

.select {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 0;
  color: #7A7F85;
}
.select::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #0B0C0D;
  position: absolute;
  top: 15px;
  right: 20px;
  padding-top: 4px;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0 !important;
  border: 0;
  border: 1px solid #7A7F85;
  background: transparent;
  background-image: none;
  flex: 1;
  color: #7A7F85;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  width: 100%;
  background-color: transparent;
  border: 1px solid #7A7F85;
  border-radius: 30px;
  padding: 15px;
}
.select select.checkout-3 {
  padding: 15px 15px 15px 50px;
}
.select select::-ms-expand {
  display: none;
}
.select select option {
  background-color: transparent;
  outline: 0 !important;
  border: 0;
  color: #0B0C0D;
  padding: 4px 8px;
}
.select select option:hover {
  background-color: #fd8a0f !important;
  color: white;
}
.select select option:checked {
  background-color: #fd8a0f;
  color: white;
}

.alert-message {
  display: none;
}

.find-books {
  position: relative;
}
.find-books .search-input {
  display: flex;
  width: 416px;
  padding: 14px 8px 14px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background: #F9F9F9;
  border: 1px solid #7A7F85;
}
.find-books .search-input.shop-listing {
  width: 306px;
}
@images (max-width: 1399px) {
  .find-books .search-input {
    width: 350px;
  }
}
@images (max-width: 1199px) {
  .find-books .search-input {
    width: 100%;
  }
}
.find-books img {
  position: absolute;
  top: 6px;
  right: 10px;
  background-color: #fd8a0f;
  padding: 8px;
  border-radius: 30px;
}
.find-books img.shop {
  right: 10px;
}

.filter-checkbox input {
  padding: 0;
  display: none;
  border: 1px solid #0B0C0D;
  cursor: pointer;
}
.filter-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 12px;
  z-index: 10;
  border: solid #0B0C0D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-checkbox label {
  position: relative;
  cursor: pointer;
  color: #7A7F85;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
@images (max-width: 992px) {
  .filter-checkbox label {
    font-size: 14px;
  }
}
@images (max-width: 767px) {
  .filter-checkbox label {
    font-size: 12px;
  }
}
@images (max-width: 575px) {
  .filter-checkbox label {
    font-size: 12px;
  }
}
.filter-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #0B0C0D;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}
.filter-checkbox label.black-color {
  color: #0B0C0D;
}

.heading {
  margin-bottom: 48px;
}
@images only screen and (min-width: 992px) and (max-width: 1199px) {
  .heading {
    margin-bottom: 42px;
  }
}
@images only screen and (min-width: 768px) and (max-width: 991px) {
  .heading {
    margin-bottom: 36px;
  }
}
@images (max-width: 767px) {
  .heading {
    margin-bottom: 32px;
  }
}

.wrapper-dropdown {
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@images (max-width: 1699px) {
  .wrapper-dropdown {
    width: max-content;
  }
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  color: #0B0C0D;
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: max-content;
  background: #FFF;
  transition: 0.3s;
  position: absolute;
  top: 167%;
  right: 0;
  left: -17px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 5px;
  box-shadow: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
@images (max-width: 490px) {
  .wrapper-dropdown .topbar-dropdown {
    top: 130%;
    left: -16px;
  }
}
.wrapper-dropdown .topbar-dropdown.footer-dropdown {
  bottom: 167% !important;
  top: unset !important;
}
.wrapper-dropdown .topbar-dropdown li {
  padding: 0 15px;
  line-height: clamp(32px, 2.292vw, 84px);
  border-radius: 0;
  overflow: hidden;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  background-color: #C6CBD2;
  color: #0B0C0D;
}
.wrapper-dropdown.active .topbar-dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

.shop-dropdown {
  padding: clamp(6px, 0.417vw, 12px) clamp(8px, 0.625vw, 24px);
  border: 1px solid #7A7F85;
  border-radius: 4px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup .search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #CAE9F0;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}
@images (max-width: 767px) {
  .search-popup .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup .search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup .search-popup__content .search-popup__form {
  position: relative;
}
.search-popup .search-popup__content .search-popup__form input[type=search],
.search-popup .search-popup__content .search-popup__form input[type=text] {
  width: 100%;
  background-color: #ffffff !important;
  font-size: 15px;
  color: #697585;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup .search-popup__content .search-popup__form button {
  padding: 0;
  width: 66px;
  height: 66px;
  border: 0;
  background: #fd8a0f;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup .search-popup__content .search-popup__form button i {
  margin: 0;
  font-size: 24px;
}
.search-popup .search-popup__content .search-popup__form button::after {
  background-color: #9b59b6;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@images (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*-------------------------
  layouts
-------------------------*/
.header {
  width: 100%;
  background: #FFF;
  height: auto;
}
@images (max-width: 991px) {
  .header {
    height: 80px;
  }
}
.header nav .navbar-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@images (max-width: 991px) {
  .header nav .navbar-brand {
    width: 250px;
  }
}

@images (max-width: 991px) {
  .header nav .navbar-nav .menu-item a {
    border: none;
  }
}
.header nav .navbar-nav .menu-item a.active {
  color: #fd8a0f;
  transition: all 0.5s ease;
}
@images (max-width: 991px) {
  .header nav .navbar-nav .menu-item a.active {
    border: none;
  }
}
.header nav .navbar-nav .menu-item a:hover {
  color: #fd8a0f;
  transition: all 0.5s ease;
}
@images (max-width: 991px) {
  .header nav .navbar-nav .menu-item a:hover {
    border: none;
  }
}
.header nav .navbar-nav .menu-item-has-children {
  position: relative;
}
.header nav .navbar-nav .menu-item-has-children a {
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 0.32px;
    color: #0B0C0D;
    padding: 12px;
    display: inline-flex;
}
@images (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children a {
    border: none;
  }
}
.header nav .navbar-nav .menu-item-has-children a.active {
  padding-top: 12px;
  color: #fd8a0f;
  transition: all 0.5s ease;
}
.header nav .navbar-nav .menu-item-has-children a.active::after {
  color: #fd8a0f;
}
@images (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children a.active {
    border: none;
  }
}
.header nav .navbar-nav .menu-item-has-children a:hover {
  color: #fd8a0f;
  transition: all 0.5s ease;
}
.header nav .navbar-nav .menu-item-has-children a:hover::after {
  color: #fd8a0f;
}
@images (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children a:hover {
    border: none;
  }
}
.header nav .navbar-nav .menu-item-has-children .submenu {
  position: absolute;
  top: 42px;
  left: 0;
  background: #FFF;
  box-shadow: 2px 2px 0px 0px #fd8a0f;
  border-radius: 15px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  min-width: 240px;
  padding: 10px;
  list-style: none;
  margin: 0;
}
.header nav .navbar-nav .menu-item-has-children .submenu a:after {
  display: none;
}
.header nav .navbar-nav .menu-item-has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.header nav .navbar-nav .menu-item-has-children .submenu li a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #212627;
  border-top: none;
  text-transform: uppercase;
  color: #212627;
  padding: 10px;
  display: block;
}
.header nav .navbar-nav .menu-item-has-children .submenu li a.active {
  color: #fd8a0f;
}
.header nav .navbar-nav .menu-item-has-children .submenu li a:hover {
  color: #fd8a0f;
}
.header nav .navbar-nav .menu-item-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  right: 0;
}
@images (max-width: 790px) {
  .header nav .navbar-nav .menu-item-has-children:hover .submenu {
    left: 0;
  }
}
.header nav .navbar-nav .menu-item-has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header .right-content {
  display: flex;
  gap: 32px;
}
.header .right-content ul {
  display: flex;
  list-style: none;
  align-items: center;
  text-align: center;
  gap: 16px;
}
@images (max-width: 1099px) {
  .header .right-content ul {
    gap: 8px;
  }
}
.header .right-content ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.header .right-content ul li a i {
    font-size: 18px;
    color: #0B0C0D;
    padding-right: 25px;
}
.header .right-content ul li a i:hover {
  color: #fd8a0f;
  transition: all 0.5s ease;
}
.header .right-content ul li a.cus-btn {
  padding: 12px 24px;
}

.navbar-toggler {
  color: #0B0C0D;
  border: none;
  outline: 0;
  padding: 4px;
}
.navbar-toggler i {
  font-weight: 400px;
  font-size: 24px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-expand-lg,
.navbar-collapse {
  justify-content: center;
}
@images (max-width: 991px) {
  .navbar-expand-lg,
.navbar-collapse {
    justify-content: space-between;
    padding: 16px 12px;
  }
}

@images (max-width: 991px) {
  .navbar-collapse {
    min-width: 250px;
    position: absolute;
    right: 0;
    top: 56px;
    background: #FFF;
    box-shadow: 2px 2px 0px 0px #fd8a0f;
    border-radius: 15px;
    padding: 10px;
    z-index: 9999;
  }
}

@images (max-width: 1099px) {
  .search-bar {
    width: 450px;
  }
}
.search-bar .header-search {
  text-align: center;
  position: relative;
  padding-top: 16px;
}
@images (max-width: 1399px) {
  .search-bar .header-search {
    display: flex;
  }
}
.search-bar .header-search button {
  border: 0;
  background: transparent;
}
.search-bar .header-search .form-control {
  padding-right: 32px;
  width: 597px;
  border-radius: 30px;
  background: #FFF;
  border: 1px solid #7A7F85;
  color: #7A7F85;
}
@images (max-width: 1099px) {
  .search-bar .header-search .form-control {
    width: 450px;
  }
}
.search-bar .header-search .form-control-search {
  position: absolute;
  right: -34px;
  top: 22px;
  border-radius: 30px;
  padding: 9px;
  z-index: 2;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  align-items: center;
  color: #FFF;
  background: #fd8a0f;
}
@images (max-width: 1399px) {
  .search-bar .header-search .form-control-search {
    position: absolute;
    right: 10px;
  }
}
@images (max-width: 1099px) {
  .search-bar .header-search .form-control-search {
    position: absolute;
    right: 15px;
  }
}

.search_toggle {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 32px;
}
@images (max-width: 1199px) {
  .search_toggle {
    display: none;
  }
}
.search_toggle .search-btn i {
  font-size: 20px;
}
.search_toggle #search-form {
  width: 250px;
  display: none;
}
.search_toggle #search-form form .input-group {
  border-radius: 0;
}
.search_toggle #search-form form .input-group .form-control {
  border: 0;
  border-bottom: 1px solid #FFF;
  padding: 0 8px 8px;
  color: #FFF;
  background: transparent;
  border-radius: 0;
}
.search_toggle #search-form form .input-group .form-control:focus {
  border-bottom: 1px solid #FFF;
  box-shadow: none;
}
.search_toggle #search-form form .input-group .form-control::placeholder {
  color: #FFF;
}
.search_toggle #search-form form .input-group button {
  padding: 0 8px 8px 2px;
  color: #FFF;
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFF;
  border-radius: 0;
}

.modal {
  padding: 0 !important;
  --bs-modal-padding: 0rem !important;
  --bs-modal-margin: 0rem !important;
}
.modal .modal-dialog {
  max-width: 70%;
}
@images (max-width: 768px) {
  .modal .modal-dialog {
    max-width: 80%;
  }
}
@images (max-width: 575px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog .modal-content {
  background-color: #000;
  margin-top: 48px;
  border-radius: 26px;
}
.modal .modal-dialog .modal-content .top_bar {
  background-color: #E5FAF2;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-radius: 16px 16px 0 0;
}
.modal .modal-dialog .modal-content .top_bar .modal-title {
  padding-left: 24px;
  color: #212627;
}
.modal .modal-dialog .modal-content .close {
  border: 0;
  background: transparent;
  color: #fd8a0f;
  padding: 10px 20px 0px 10px;
}
.modal .modal-dialog .modal-content .close span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal .modal-dialog .modal-content .close span i {
  font-size: 24px;
}
.modal .modal-dialog .modal-content .close span b {
  font-size: 24px;
}
.modal .modal-dialog .modal-content .modal-body video {
  width: 100%;
  border-radius: 26px;
}
.modal .modal-dialog .modal-content .modal-body video iframe {
  border: 0;
  border: none;
  height: 700px;
  width: 100%;
}

.newsletter {
  background: url(../images/backgrounds/newslatter.png);
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 47px 0;
}
.newsletter .newsletter-text {
  display: grid;
  justify-content: center;
  justify-items: center;
}
.newsletter .newsletter-text h2 {
  font-size: 47px;
  font-weight: 500;
}
@images (max-width: 767px) {
  .newsletter .newsletter-text h2 {
    font-size: 36px;
  }
}
@images (max-width: 482px) {
  .newsletter .newsletter-text h2 {
    font-size: 26px;
  }
}
.newsletter .newsletter-text .find-books-input {
  position: relative;
}
.newsletter .newsletter-text .find-books-input .search-input {
  display: flex;
  width: 666px;
  padding: 16px 8px 16px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  border: none;
  box-shadow: 2px 2px 0px 0px #fd8a0f;
}
@images (max-width: 767px) {
  .newsletter .newsletter-text .find-books-input .search-input {
    width: 400px;
  }
}
@images (max-width: 482px) {
  .newsletter .newsletter-text .find-books-input .search-input {
    width: 350px;
  }
}
.newsletter .newsletter-text .find-books-input a {
  position: absolute;
  top: 6px;
  right: 10px;
  background-color: #fd8a0f;
  padding: 8px;
  border-radius: 30px;
}

.books-category {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@images (max-width: 767px) {
  .books-category {
    padding: 20px;
  }
}
.books-category ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
 .books-category ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.books-category ul li i {
  font-size: 24px;
}
.books-category .social-icons {
  display: flex;
  gap: 16px;
}
.books-category .social-icons .icon-box {
  background: #FFF;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 8px;
}
.books-category .social-icons .icon-box:hover {
  box-shadow: 2px 2px 0px 0px #fd8a0f;
  transition: all 0.5s ease;
}
.books-category form {
  position: relative;
  width: 100%;
}
.books-category form input {
  width: 100%;
  border: 0;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 16px;
}
.books-category form button {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0%, -50%);
  border: 0;
  background: transparent;
}

.footer-center-area {
  display: grid;
  gap: 24px;
  justify-items: start;
  text-align: start;
}
.filters .filter-block {
  border-bottom: 1px solid #FFF;
  padding: 32px 0;
}
.filters .filter-block.blog-side-bar {
  padding: 24px 0;
}
.filters .filter-block .article {
  display: flex;
  align-items: center;
  gap: 16px;
}
.filters .filter-block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filters .filter-block .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filters .filter-block .list .filter-checkbox input {
  padding: 0;
  display: none;
  border: 1px solid #0B0C0D;
  cursor: pointer;
}
.filters .filter-block .list .filter-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 12px;
  z-index: 10;
  border: solid #0B0C0D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filters .filter-block .list .filter-checkbox label {
  position: relative;
  cursor: pointer;
  color: #212627;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@images (max-width: 992px) {
  .filters .filter-block .list .filter-checkbox label {
    font-size: 14px;
  }
}
@images (max-width: 767px) {
  .filters .filter-block .list .filter-checkbox label {
    font-size: 12px;
  }
}
@images (max-width: 575px) {
  .filters .filter-block .list .filter-checkbox label {
    font-size: 12px;
  }
}
.filters .filter-block .list .filter-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #0B0C0D;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}
.filters .filter-block .colors label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #212627;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@images (max-width: 992px) {
  .filters .filter-block .colors label {
    font-size: 14px;
  }
}
@images (max-width: 767px) {
  .filters .filter-block .colors label {
    font-size: 12px;
  }
}
@images (max-width: 575px) {
  .filters .filter-block .colors label {
    font-size: 12px;
  }
}
.filters .filter-block .colors label input {
  display: none;
}
.filters .filter-block .colors label .color {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 3px;
}
.filters .filter-block .colors label .color.non-selected {
  border: 0;
}
.filters .filter-block .colors label .color.selected {
  border: 2px solid #4faaff;
  width: 22px;
  height: 22px;
}

.tags {
  display: flex;
  padding: 0px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.tags .blue-tag {
  background: rgba(4, 132, 251, 0.2);
  padding: 4px 10px;
  border-radius: 5px;
}
.tags .light-blue-tag {
  background: rgba(154, 152, 255, 0.2);
  padding: 4px 10px;
  border-radius: 5px;
}
.tags .red-tag {
  background: rgba(236, 25, 25, 0.2);
  padding: 4px 10px;
  border-radius: 5px;
}
.tags .red-tag p {
  color: #EC1919;
}
.tags .green-tag {
  padding: 4px 10px;
  border-radius: 5px;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "";
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "";
}

.hero-banner-1 {
  width: 100%;
  height: 856px;
  padding: 64px 0;
}
@images (max-width: 992px) {
  .hero-banner-1 {
    height: auto;
  }
}
.hero-banner-1 .new-collection {
  padding: 8px 24px;
  border: 1px solid #7A7F85;
  border-radius: 10px;
}
@images (max-width: 767px) {
  .hero-banner-1 h1 {
    font-size: 34px;
  }
}
.hero-banner-1 .banner-btn {
  display: flex;
  gap: 30px;
}
.hero-banner-1 .right-block {
  position: relative;
}
.hero-banner-1 .right-block .image-block {
  position: relative;
  margin-bottom: 108px;
}
.hero-banner-1 .right-block .image-block .video-btn {
  position: absolute;
  bottom: 40%;
  right: 40%;
}
.hero-banner-1 .right-block .image-block .our-customer {
  background: #FFF;
  box-shadow: 2px 2px 0px 0px #fd8a0f;
  border-radius: 10px;
  position: absolute;
  padding: 16px 32px;
  left: 0;
  bottom: 0;
  flex-wrap: wrap;
}
@images (max-width: 576px) {
  .hero-banner-1 .right-block .image-block .our-customer {
    padding: 16px 88px;
    left: 20%;
    bottom: -15%;
  }
}
@images (max-width: 492px) {
  .hero-banner-1 .right-block .image-block .our-customer {
    padding: 16px 32px;
    left: 20%;
    bottom: -15%;
  }
}
.hero-banner-1 .right-block .image-block .our-customer .customer-block .customer-img {
  margin-right: 16px;
}
.hero-banner-1 .right-block .image-block .our-customer .customer-block .customer-img img {
  border: 1px solid #FFF;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  margin-right: -16px;
  position: relative;
  z-index: 20;
}
.hero-banner-1 .right-block .image-block .our-customer .customer-block .customer-img img:nth-child(2) {
  z-index: 15;
}
.hero-banner-1 .right-block .image-block .our-customer .customer-block .customer-img img:nth-child(3) {
  z-index: 10;
}
.hero-banner-1 .right-block .image-block .our-customer .customer-block .customer-img img:nth-child(4) {
  z-index: 5;
}
.hero-banner-1 .right-block .glasses-card {
  position: absolute;
  bottom: -15%;
  right: 0;
  margin-bottom: 0;
  box-shadow: 2px 2px 0px 0px #fd8a0f;
  margin-right: 0;
}
@images (max-width: 576px) {
  .hero-banner-1 .right-block .glasses-card {
    display: none;
  }
}
.hero-banner-1 .right-block .glasses-card .image-block {
  margin-bottom: 0;
}
.hero-banner-1 .right-block .glasses-card .glasses-content {
  padding: 8px 16px;
}

.hero-banner-2 {
    background: url(../images/sample-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.hero-banner-2 .text-block {
  position: absolute;
  top: 42%;
}
.hero-banner-2 .text-block .new-collection {
  
}
@images (max-width: 767px) {
  .hero-banner-2 .text-block h1 {
    font-size: 34px;
  }
}

.benifits {
  border-radius: 20px;
  padding: 32px 24px;
}
.benifits .benifits-block {
  text-align: center;
}
.benifits .benifits-block img {
  background: #fd8a0f;
  border-radius: 5000px;
  padding: 16px;
  margin-bottom: 24px;
}
.benifits .benifits-block.page-2 {
  padding: 24px;
}
@images (max-width: 499px) {
  .benifits .benifits-block.page-2 {
    padding: 12px;
  }
}
.benifits .benifits-block.page-2 span img {
  background: none;
  border-radius: 0;
  margin-bottom: 0px;
}

.shop-list-grid .product-grid .product-list-card {
  margin-bottom: 24px;
  padding: 24px;
  background: #F9F9F9;
  border-radius: 20px;
  box-shadow: 2px 2px 0px 0px #fd8a0f;
}
.shop-list-grid .product-grid .product-list-card .image-block img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}
.shop-list-grid .product-grid .product-list-card .content-block {
  display: grid;
  height: 100%;
  align-content: center;
  gap: 16px;
}
.shop-list-grid .product-grid .product-list-card .content-block .rating-stars {
  margin-top: -16px;
}
@images (max-width: 992px) {
  .shop-list-grid .product-grid .product-list-card .content-block .book-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.shop-list-grid .product-grid .product-list-card .content-block .cart-button {
  display: flex;
  gap: 24px;
}
.shop-list-grid .product-grid .product-list-card .content-block .cart-button .hover-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.shop-list-grid .product-grid .product-list-card .content-block .cart-button .hover-buttons li {
  background-color: #FFF;
  box-shadow: 2px 2px 0px 0px #fd8a0f;
  padding: 8px;
  border-radius: 30px;
  font-size: 24px;
}

.new-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  border-radius: 5px;
}

.top-row {
  display: flex;
  align-items: center;
}
@images (max-width: 572px) {
  .top-row {
    display: block;
  }
}
.top-row .left-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@images (max-width: 992px) {
  .top-row .left-block {
    justify-content: space-around;
  }
}
.top-row .left-block .nav {
  border: 0;
}
.top-row .left-block .nav .nav-item .nav-link {
  border: 0px;
  opacity: 0.9;
}
.top-row .left-block .nav .nav-item .nav-link.active {
  color: #fd8a0f;
  background: #F9F9F9;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6.5px;
  border: 0px;
  opacity: 1;
}
.top-row .left-block .time-period {
  display: flex;
  gap: 8px;
  align-items: center;
}
.top-row .left-block .time-period select {
  background: #FFF;
  padding: 4px 32px 4px 12px;
  border: 0;
  border-radius: 5px;
}
.top-row.list-2 {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}
.top-row.blog-bar {
  justify-content: space-between;
}

.glasses-grid-card {
  transition: all 0.5s ease;
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 16px;
  overflow: hidden;
}
.glasses-grid-card .image-block {
  padding: 12px;
  overflow: hidden;
}
.glasses-grid-card .image-block span {
  display: table-cell;
  padding: 0 12px;
  border-radius: 5px;
}
.glasses-grid-card .image-block .dot {
  padding: 6px;
  float: right;
  margin-right: 4px;
}
.glasses-grid-card .image-block .dot.black {
  background-color: #0B0C0D;
}
.glasses-grid-card .image-block .dot.blue {
  background-color: #0484FB;
}
.glasses-grid-card .image-block .dot.light-blue {
  background-color: #9A98FF;
}
.glasses-grid-card .image-block img {
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.glasses-grid-card .glasses-content {
  padding: 0 16px;
}
.glasses-grid-card .glasses-content .multi-btn {
  display: flex;
  justify-content: end;
  gap: 16px;
}
.glasses-grid-card .glasses-content .multi-btn li {
  box-shadow: 2px 2px 0px 0px #fd8a0f;
  border-radius: 5px;
  padding: 8px;
}
.glasses-grid-card .glasses-content .multi-btn li i {
  font-size: 16px;
  background: #FFF;
}
.glasses-grid-card .glasses-content .multi-btn li:hover {
  cursor: pointer;
  color: #fd8a0f;
}
.glasses-grid-card:hover {
  box-shadow: 2px 2px 0px 0px #fd8a0f;
}
.glasses-grid-card:hover .image-block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.glasses-card {
    background-color: #fff !important;
    border-radius: 8px;
    padding: 16px;
    overflow: hidden;
    margin: 0 12px;
    margin-bottom: 40px;
    transition: all 0.5s ease;
    margin: 0;
}
.glasses-card:hover {
    box-shadow: 2px 2px 0px 0px #fd8a0f;
}
@images (max-width: 1199px) {
  .glasses-card {
    margin: 32px 12px;
  }
}
@images (max-width: 991px) {
  .glasses-card {
    margin: 28px 10px;
  }
}
@images (max-width: 767px) {
  .glasses-card {
    margin: 22px 8px;
  }
}
.glasses-card.shop-card {
  margin: 0px;
}
.glasses-card.list-card {
  margin-bottom: 24px;
}
.glasses-card .image-block {
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.glasses-card .image-block .function-btn .new-tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 12px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.glasses-card .image-block .function-btn .hover-heart {
  transition: all 0.5s ease;
  position: absolute;
  opacity: 0;
  padding: 16px;
  right: 0;
  top: 0;
}
.glasses-card .image-block img {
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.glasses-card .image-block:hover .hover-heart {
  opacity: 1;
}
.glasses-card .image-block .dot {
  padding: 6px;
  float: right;
  margin-right: 4px;
}
.glasses-card .image-block .dot.black {
  background-color: #0B0C0D;
}
.glasses-card .image-block .dot.blue {
  background-color: #0484FB;
}
.glasses-card .image-block .dot.light-blue {
  background-color: #9A98FF;
}
.glasses-card .glasses-content .multi-btn {
  display: flex;
  justify-content: end;
  gap: 16px;
}
.glasses-card .glasses-content .multi-btn li {
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 8px;
}
.glasses-card .glasses-content .multi-btn li i {
  font-size: 16px;
  background: #FFF;
}
.glasses-card .glasses-content .multi-btn li:hover {
  cursor: pointer;
  color: #fd8a0f;
  box-shadow: 2px 2px 0px 0px #fd8a0f;
  transition: all 0.5s ease;
}
.glasses-card .glasses-content.page-listing {
  padding: 14px 16px;
}
.glasses-card .glasses-content.page-listing-2 {
  padding: 26px 16px;
}
/* .glasses-card:hover {
  box-shadow: 2px 2px 0px 0px #fd8a0f;
} */
.glasses-card:hover .image-block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.glasses-card.v-2:hover {
  transition: all 0.5s ease;
  box-shadow: 2px 0px 0px 0px #fd8a0f;
}

.varient-cards .card-1 .image-area {
  position: relative;
  height: 288px;
  display: grid;
  align-content: center;
  justify-content: end;
}
@images (max-width: 1399px) {
  .varient-cards .card-1 .image-area {
    height: 250px;
  }
}
@images (max-width: 768px) {
  .varient-cards .card-1 .image-area {
    height: 200px;
  }
}
@images (max-width: 576px) {
  .varient-cards .card-1 .image-area {
    height: 150px;
  }
}
.varient-cards .card-1 .image-area.page-2 .wave-card {
  position: absolute;
  height: 100%;
  border-radius: 20px;
}
@images (max-width: 1199px) {
  .varient-cards .card-1 .image-area.page-2 .wave-card {
    width: 100%;
  }
}
.varient-cards .card-1 .image-area .bg_cicle {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 40px;
    height: 288px;
    width: 288px;
    border-radius: 288px;
    background: rgb(253 138 15 / 56%);
}
@images (max-width: 1399px) {
  .varient-cards .card-1 .image-area .bg_cicle {
    height: 250px;
    width: 250px;
    border-radius: 250px;
  }
}
@images (max-width: 768px) {
  .varient-cards .card-1 .image-area .bg_cicle {
    height: 200px;
    width: 200px;
    border-radius: 200px;
  }
}
@images (max-width: 576px) {
  .varient-cards .card-1 .image-area .bg_cicle {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    right: 16px;
  }
}
.varient-cards .card-1 .image-area .dots {
  position: absolute;
  top: 16px;
  right: 40px;
  z-index: 10;
}
@images (max-width: 768px) {
  .varient-cards .card-1 .image-area .dots {
    top: 10px;
    right: 20px;
  }
}
@images (max-width: 492px) {
  .varient-cards .card-1 .image-area .dots {
    top: -8px;
    right: 10px;
  }
}
.varient-cards .card-1 .image-area .product-img {
  position: relative;
  z-index: 15;
  height: 100%;
  display: grid;
  align-content: center;
}
@images (max-width: 1399px) {
  .varient-cards .card-1 .image-area .product-img {
    height: 90%;
  }
}
@images (max-width: 768px) {
  .varient-cards .card-1 .image-area .product-img {
    height: 100%;
  }
}
@images (max-width: 576px) {
  .varient-cards .card-1 .image-area .product-img {
    height: 95%;
  }
}
@images (max-width: 492px) {
  .varient-cards .card-1 .image-area .product-img {
    height: 100%;
  }
}

.featured-glasses-slider .slick-dots {
  right: 10px;
}


.title-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 208px;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(../images/breadcumb-bkg.jpg);
    margin-top: 103px;
}

.coming-soon-banner {
  background: url("../images/banner-back.png");
  background-repeat: no-repeat;
  height: 640px;
}
.coming-soon-banner.banner-2 {
    background: url(../images/inner-banner-2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 453px;
    margin-top: 0;
    background-attachment: fixed;
}
@images (max-width: 1299px) {
  .coming-soon-banner.banner-2 {
    background-position: left;
  }
}
@images (max-width: 992px) {
  .coming-soon-banner.banner-2 {
    height: 500px;
  }
}
@images (max-width: 768px) {
  .coming-soon-banner.banner-2 {
    height: 520px;
  }
}
.coming-soon-banner .left-block {
    padding: 37px;
    text-align: center;
}
@images (max-width: 472px) {
  .coming-soon-banner .left-block {
    padding: 69px 0;
  }
}
.coming-soon-banner .left-block .new-collection {
  padding: 8px 24px;
  border: 1px solid #7A7F85;
  border-radius: 10px;
}
.coming-soon-banner .left-block .product-block {
  margin: 32px 56px;
  padding: 20px;
}
.coming-soon-banner .left-block .product-block ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 8px 24px;
  border-radius: 10px;
}
@images (max-width: 1199px) {
  .coming-soon-banner .left-block {
    padding: 40px 0;
  }
}
.coming-soon-banner .left-block-2 {
  padding: 64px 0;
}
@images (max-width: 472px) {
  .coming-soon-banner .left-block-2 {
    padding: 69px 0;
  }
}
.coming-soon-banner .left-block-2 .new-collection {
  padding: 8px 24px;
  border: 1px solid #7A7F85;
  border-radius: 10px;
}
.coming-soon-banner .left-block-2 .product-block {
  margin: 32px 56px;
  padding: 20px;
}
.coming-soon-banner .left-block-2 .product-block ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 8px 24px;
  border-radius: 10px;
}
.coming-soon-banner .left-block-2.cs-product {
  display: grid;
  justify-content: center;
  justify-items: baseline;
}
@images (max-width: 1199px) {
  .coming-soon-banner .left-block-2 {
    padding: 40px 0;
  }
}
@images (max-width: 576px) {
  .contact .bg-lightest-gray {
    margin: 24px;
  }
}
.contact .order-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #F9F9F9;
  padding: 24px;
  border-radius: 20px;
}
@images (max-width: 576px) {
  .contact .order-detail {
    margin: 24px;
  }
}
.contact .order-detail .sub-total {
  display: flex;
  justify-content: space-between;
}
.contact .icon-block {
  position: relative;
}
.contact .icon-block i {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  color: #7A7F85;
}

iframe {
  height: 600px;
  border-radius: 20px;
}

.product-detail .product-images-block {
  padding: 24px;
}
.product-detail .product-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.product-detail .product-content .main-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-detail .product-content .main-content .rating-stars {
  font-size: 20px;
  color: #fd8a0f;
}
.product-detail .product-content .colors {
  display: flex;
  gap: 16px;
}
.product-detail .product-content .colors label {
  position: relative;
  cursor: pointer;
}
.product-detail .product-content .colors label input {
  display: none;
}
.product-detail .product-content .colors label .color {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.product-detail .product-content .colors label .color.non-selected {
  border: 0;
}
.product-detail .product-content .colors label .color.selected {
  border: 2px solid #212627;
}
.product-detail .product-content .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-detail .product-content .quantity .input-area {
  display: flex;
}
.product-detail .product-content .quantity .input-area input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 21px;
  background-color: #FFF;
  color: #0B0C0D;
  padding: 0 8px;
}
@images (max-width: 992px) {
  .product-detail .product-content .quantity .input-area input {
    font-size: 20x;
  }
}
@images (max-width: 767px) {
  .product-detail .product-content .quantity .input-area input {
    font-size: 18x;
  }
}
@images (max-width: 575px) {
  .product-detail .product-content .quantity .input-area input {
    font-size: 17px;
  }
}
.product-detail .product-content .quantity .input-area input:focus-visible {
  outline: none;
}
.product-detail .product-content .quantity .input-area input.decrement {
  font-size: 39px;
  font-weight: 200;
  background-color: #FFF;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 5px;
}
.product-detail .product-content .quantity .input-area input.increment {
  font-size: 39px;
  font-weight: 200;
  background-color: #FFF;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 5px;
}
.product-detail .product-content .quantity .input-area input.number {
  padding: 0;
  background: transparent;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.product-detail .product-content .cart-button {
  display: flex;
  justify-content: space-between;
}
.product-detail .product-content .social-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preview-slider-nav .slick-list {
  margin: 0 auto;
}
.preview-slider-nav .slick-list .slick-track {
  width: fit-content !important;
}
@images (max-width: 767px) {
  .preview-slider-nav .slick-list .slick-track {
    width: 3000px !important;
  }
}
.preview-slider-nav .slick-list .slick-track .detail-img-block {
  width: 80px;
  margin: 0 15px;
}

.cart-area {
  padding: 60px;
}
@images (max-width: 768px) {
  .cart-area {
    padding: 16px;
  }
}
.cart-area .cart-table {
  width: 100%;
  border-radius: 10px;
}
.cart-area .cart-table thead tr th {
  border-bottom: 1px solid #C6CBD2;
  padding-bottom: 32px;
  text-align: center;
  color: #0B0C0D;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@images (max-width: 992px) {
  .cart-area .cart-table thead tr th {
    font-size: 19px;
  }
}
@images (max-width: 767px) {
  .cart-area .cart-table thead tr th {
    font-size: 17px;
  }
}
@images (max-width: 575px) {
  .cart-area .cart-table thead tr th {
    font-size: 16px;
    letter-spacing: 0.27px;
  }
}
.cart-area .cart-table thead tr th:first-child {
  text-align: left;
  padding-right: 0;
  width: 50%;
}
.cart-area .cart-table thead tr th:nth-child(2) {
  width: 15%;
}
.cart-area .cart-table thead tr th:nth-child(3) {
  text-align: center;
  width: 15%;
}
.cart-area .cart-table thead tr th:nth-child(4) {
  text-align: center;
  width: 5%;
}
.cart-area .cart-table tbody tr {
  border-bottom: 1px solid #C6CBD2;
  margin-bottom: 24px;
}
@images (max-width: 767px) {
  .cart-area .cart-table tbody tr {
    width: 50%;
  }
}
.cart-area .cart-table tbody tr td {
  padding: 24px;
  text-align: center;
}
.cart-area .cart-table tbody tr td:first-child {
  text-align: center;
  padding-right: 0;
  width: 50%;
}
.cart-area .cart-table tbody tr td:nth-child(2) {
  width: 15%;
}
.cart-area .cart-table tbody tr td:nth-child(3) {
  text-align: center;
  width: 15%;
}
.cart-area .cart-table tbody tr td:nth-child(4) {
  text-align: center;
  width: 15%;
}
.cart-area .cart-table tbody tr td:nth-child(5) {
  font-size: 24px;
  color: #7A7F85;
  width: 5%;
}
.cart-area .cart-table tbody tr td .product-detail-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cart-area .cart-table tbody tr td .product-detail-box .img-block img {
  border-radius: 5px;
}
.cart-area .cart-table tbody tr td .quantity {
  display: flex;
}
.cart-area .cart-table tbody tr td .quantity input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 21px;
  background-color: #FFF;
  color: #0B0C0D;
  padding: 0 8px;
}
@images (max-width: 992px) {
  .cart-area .cart-table tbody tr td .quantity input {
    font-size: 20x;
  }
}
@images (max-width: 767px) {
  .cart-area .cart-table tbody tr td .quantity input {
    font-size: 18x;
  }
}
@images (max-width: 575px) {
  .cart-area .cart-table tbody tr td .quantity input {
    font-size: 17px;
  }
}
.cart-area .cart-table tbody tr td .quantity input:focus-visible {
  outline: none;
}
.cart-area .cart-table tbody tr td .quantity input.decrement {
  font-size: 27px;
  font-weight: 200;
  background-color: #FFF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 8px;
  border-radius: 5px;
}
.cart-area .cart-table tbody tr td .quantity input.increment {
  font-size: 27px;
  font-weight: 200;
  background-color: #FFF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 8px;
  border-radius: 5px;
}
.cart-area .cart-table tbody tr td .quantity input.number {
  padding: 0;
  background-color: transparent;
  border-radius: 32px;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.cart-area .cart-table tbody tr td a i {
  padding-right: 32px;
}

.cart-area .cart-item-block {
  background: #F9F9F9;
  border-radius: 15px;
  text-align: center;
  padding: 16px;
  position: relative;
}
.cart-area .cart-item-block .cross {
  position: absolute;
  top: 8px;
  right: 12px;
}
.cart-area .cart-item-block .cross i {
  font-size: 24px;
}
.cart-area .cart-item-block .cross i:hover {
  color: #fd8a0f;
}
.cart-area .cart-item-block .img-block img {
  margin: 0 auto;
  border-radius: 15px;
}
.cart-area .cart-item-block .detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cart-area .cart-item-block .detail li:last-child {
  margin-bottom: 0;
}
.cart-area .cart-item-block .detail li .quantity {
  display: flex;
}
.cart-area .cart-item-block .detail li .quantity input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 21px;
  background-color: #FFF;
  color: #0B0C0D;
  padding: 0 8px;
}
@images (max-width: 992px) {
  .cart-area .cart-item-block .detail li .quantity input {
    font-size: 20x;
  }
}
@images (max-width: 767px) {
  .cart-area .cart-item-block .detail li .quantity input {
    font-size: 18x;
  }
}
@images (max-width: 575px) {
  .cart-area .cart-item-block .detail li .quantity input {
    font-size: 17px;
  }
}
.cart-area .cart-item-block .detail li .quantity input:focus-visible {
  outline: none;
}
.cart-area .cart-item-block .detail li .quantity input.decrement {
  font-size: 27px;
  font-weight: 200;
  background-color: #FFF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 8px 10px;
  border-radius: 5px;
}
.cart-area .cart-item-block .detail li .quantity input.increment {
  font-size: 27px;
  font-weight: 200;
  background-color: #FFF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 8px;
  border-radius: 5px;
}
.cart-area .cart-item-block .detail li .quantity input.number {
  padding: 0;
  background-color: transparent;
  border-radius: 32px;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.product-form {
  border: 1px solid #7A7F85;
  border-radius: 15px;
  padding: 24px;
}
.product-form form .form-control {
  background-color: transparent;
  border: 1px solid #7A7F85;
  border-radius: 30px;
  color: #0B0C0D;
  padding: 15px;
}

form .form-control {
  background-color: #FFF;
  border-radius: 10px;
  color: #7A7F85;
  padding: 15px;
}
form .form-control.notes {
  border-radius: 10px;
  border: none;
  box-shadow: 2px 2px 0px 0px #fd8a0f;
}

.checkout .checkout-form {
  padding: 0 8px;
}
.checkout .order-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #F9F9F9;
  padding: 24px;
  border-radius: 20px;
}
.checkout .order-detail .sub-total {
  display: flex;
  justify-content: space-between;
}
.checkout .icon-block {
  position: relative;
}
.checkout .icon-block i {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  color: #7A7F85;
}

.wishlist {
  padding: 60px;
}
@images (max-width: 768px) {
  .wishlist {
    padding: 16px;
  }
}
.wishlist .wishlist-table {
  width: 100%;
  border-radius: 10px;
  padding: 24px;
}
.wishlist .wishlist-table thead tr {
  border-bottom: 1px solid #C6CBD2;
}
.wishlist .wishlist-table thead tr th {
  padding-bottom: 24px;
  color: #212627;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@images (max-width: 992px) {
  .wishlist .wishlist-table thead tr th {
    font-size: 19px;
  }
}
@images (max-width: 767px) {
  .wishlist .wishlist-table thead tr th {
    font-size: 17px;
  }
}
@images (max-width: 575px) {
  .wishlist .wishlist-table thead tr th {
    font-size: 15px;
  }
}
.wishlist .wishlist-table thead tr th:first-child {
  text-align: left;
  padding-right: 0;
}
.wishlist .wishlist-table thead tr th:nth-child(3) {
  text-align: center;
}
.wishlist .wishlist-table thead tr th:nth-child(4) {
  text-align: center;
}
.wishlist .wishlist-table tbody tr {
  border-bottom: 1px solid #C6CBD2;
  margin-bottom: 24px;
}
@images (max-width: 767px) {
  .wishlist .wishlist-table tbody tr {
    width: 50%;
  }
}
.wishlist .wishlist-table tbody tr td {
  padding: 24px;
  text-align: center;
}
.wishlist .wishlist-table tbody tr td:first-child {
  text-align: center;
  padding-right: 0;
  width: 5%;
}
.wishlist .wishlist-table tbody tr td:nth-child(2) {
  width: 40%;
}
.wishlist .wishlist-table tbody tr td:nth-child(3) {
  text-align: center;
  width: 15%;
}
.wishlist .wishlist-table tbody tr td:nth-child(4) {
  text-align: center;
  width: 15%;
}
.wishlist .wishlist-table tbody tr td:nth-child(5) {
  font-size: 24px;
  color: #7A7F85;
  width: 25%;
}
.wishlist .wishlist-table tbody tr td .product-detail-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
.wishlist .wishlist-table tbody tr td .product-detail-box .img-block img {
  border-radius: 5px;
}

.wishlist .wishlist-item-block {
  background: #F9F9F9;
  border-radius: 15px;
  text-align: center;
  padding: 16px;
  position: relative;
}
.wishlist .wishlist-item-block .cross {
  position: absolute;
  top: 8px;
  right: 12px;
}
.wishlist .wishlist-item-block .cross i {
  font-size: 24px;
}
.wishlist .wishlist-item-block .cross i:hover {
  color: #fd8a0f;
}
.wishlist .wishlist-item-block .img-block img {
  margin: 0 auto;
  border-radius: 15px;
}
.wishlist .wishlist-item-block .detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.wishlist .wishlist-item-block .detail li:last-child {
  margin-bottom: 0;
}

.blog-section .blog-box {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 24px;
    border-radius: 20px;
    min-height: 422px;
}
@images (max-width: 1199px) {
  .blog-section .blog-box {
    margin-bottom: 24px;
  }
}
.blog-section .blog-box .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 19px;
}
.blog-section .blog-box .blog-img img {
  border-radius: 10px;
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
@images (max-width: 1199px) {
  .blog-section .blog-box .blog-img img {
    width: 100%;
  }
}
@images (max-width: 992px) {
  .blog-section .blog-box .blog-img img {
    width: 100%;
  }
}
.blog-section .blog-box .blog-img .date {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #FFF;
    padding: 4px 16px;
    border-radius: 5px;
    display: none;
}
.blog-section .blog-box:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.our-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 16px;
  transition: all 0.5s ease;
}
.our-link:hover {
  box-shadow: 2px 2px 0px 0px #fd8a0f;
}
@images (max-width: 576px) {
  .our-link {
    padding: 16px 16px 0;
  }
}

.or {
  position: relative;
  text-align: center;
}
.or::after, .or::before {
  content: "";
  height: 1px;
  width: 46%;
  position: absolute;
  top: 14px;
  background: #D4D8DD;
}
@images (max-width: 575px) {
  .or::after, .or::before {
    top: 12px;
  }
}
.or::after {
  right: 0;
}
.or::before {
  left: 0;
}

.team .teammate-box .image-box {
  display: flex;
  justify-content: center;
}
.team .teammate-box .text-box {
  padding: 16px 0 0 16px;
}

.paginations {
  display: flex;
  justify-content: center;
}
.paginations ul {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.paginations ul li :first-child {
  padding-right: 8px;
}
.paginations ul li :last-child {
  padding-left: 8px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #E5FAF2;
  z-index: 9999999;
  padding-top: 20%;
}
#preloader html, #preloader body {
  background-color: #E6E6E6;
}
#preloader .glasses {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 182px;
  height: 65px;
}
#preloader .glasses svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #2b3a4a;
  z-index: 2;
}
#preloader .glasses .glasses-lens {
  display: flex;
}
#preloader .glasses .glasses-lens .lens {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 56px;
  border-radius: 24px;
  margin: 4px 6px 4px 6px;
  background-color: #fd8a0f;
  overflow: hidden;
}
#preloader .glasses .glasses-lens .lens .reflect {
  position: absolute;
  top: -50px;
  left: 10px;
  width: 10px;
  height: 90px;
  transform: rotate(45deg);
  background-color: #fff;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: shine;
  -moz-animation-name: shine;
  -ms-animation-name: shine;
  animation-name: shine;
  -webkit-animation-direction: forward;
  -moz-animation-direction: forward;
  -ms-animation-direction: forward;
  animation-direction: forward;
}

@-webkit-keyframes shine {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(100px, 100px);
  }
}
@-moz-keyframes shine {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(100px, 100px);
  }
}
@-ms-keyframes shine {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(100px, 100px);
  }
}
@keyframes shine {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(100px, 100px);
  }
}
.testimonials .testimonials-area .slick-dots {
  top: 90%;
  right: 45%;
}
.testimonials .testimonials-area .review-block {
  padding: 32px;
  border-radius: 20px;
  margin: 0 12px;
  margin-bottom: 40px;
}
@images (max-width: 1199px) {
  .testimonials .testimonials-area .review-block {
    margin: 32px 0;
  }
}
@images (max-width: 991px) {
  .testimonials .testimonials-area .review-block {
    margin: 28px 0;
  }
}
@images (max-width: 767px) {
  .testimonials .testimonials-area .review-block {
    margin: 22px 0;
  }
}
.testimonials .testimonials-area .review-block .image-area {
  gap: 16px;
  align-items: center;
}
.testimonials .testimonials-area .review-block ul {
  gap: 4px;
}
.testimonials .testimonials-area .review-block ul li i {
  color: #fd8a0f;
}

.blog-detail .author-info {
  display: flex;
  align-items: baseline;
}
.blog-detail .author-info ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

.product-detail .product-content .cart-button {
  display: flex
;
  justify-content: space-between;
}

.benifits .benifits-block.page-2 p {
    font-size: 14px;
    padding-top: 15px;
    min-height: 100px;
}
.benifits .benifits-block.page-2 h5 {
    font-size: 19px;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Jost", sans-serif;
}


/*# sourceMappingURL=app.css.map */
.slick-list.draggable h4 {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #fd8a0f !important;
}
.glasses-content a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222;
    letter-spacing: 0;
}
section.coming-soon-banner.banner-2 h4 {
    color: #fff !important;
    font-weight: 600;
}
.blog-content a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    min-height: 46px;
}
.books-category h4 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    padding-bottom: 18px;
    font-weight: 700;
}
.copy-right {
    padding: 25px;
    background-color: #222;
    padding-bottom: 13px;
}

.title-banner h1 {
    font-size: 36px;
}

.hero-banner-2 p {
    width: 74%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
}
.text-box h4 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 12px;
}

.hero-banner-2 h1 {
    text-transform: capitalize;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 20px;
}
ul.navbar-nav.mainmenu {
    padding-top: 10px;
}
/* .type_shipping {
  position: relative;
} */
.type_shipping .alo-benefit {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 0.5px solid #92949F;
}
.type_shipping .alo-benefit .icon {
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
  cursor: pointer;
  flex-shrink: 0;
  max-width: 64px;
}
.type_shipping .alo-benefit .icon:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.alo-shipping .alo-benefit .icon_img img{
  border-radius: 8px;
}
.type_shipping .alo-benefit .icon_svg{
  height: 42px;
}
.type_shipping .alo-benefit .icon_svg path,
.type_shipping .alo-benefit .icon_svg svg {
  height: 42px;
  fill:var(--color-icon);
}
.type_shipping .alo-benefit .content {
  gap: clamp(8px, 0.63vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.type_shipping .alo-benefit .content p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
    min-height: 103px;
}
.type_shipping .row .item {
  position: relative;
}

.type_shipping .row .item_0:after {
  display:none;
}
.type_shipping .horizontal .alo-benefit {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.83vw, 24px);
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: 12px;
}
.type_shipping .horizontal .alo-benefit img {
  width: clamp(60px, 4.167vw, 100px);
}
.type_shipping .horizontal .alo-benefit .content {
  text-align: left;
  align-items: flex-start;
  gap: 5px;
}
.type_shipping .horizontal .alo-benefit .icon_img div{
  display: flex;
}
@media (max-width: 1399px) {
  .type_shipping .horizontal .alo-benefit,
  .type_shipping .alo-benefit {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .type_shipping .alo-benefit {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .type_shipping .horizontal .row {
    padding: 10px;
  }
  .type_shipping .horizontal .row .item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .type_shipping .horizontal .alo-benefit,
  .type_shipping .alo-benefit {
    flex-direction: column;
  }
  .type_shipping .horizontal .alo-benefit .content {
      align-items: center;
      text-align: center;
  }
  .type_shipping .horizontal .item:not(:first-child) {
    border: none;
  }
}
@media (max-width: 480px) {
  .type_shipping .horizontal .row .item {
    width: 100%;
  }
}

.card-1.bg-sec {
    background: url(../images/sub-banner-2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.card-1.bg-sec:before {
    position: absolute;
    background-color: rgb(0 0 0 / 40%);
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.card-2.bg-sec {
    background: url(../images/sub-banner-3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.card-2.bg-sec:before {
    position: absolute;
    background-color: rgb(0 0 0 / 40%);
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.contact-info {
      padding: 20px;
    }
  .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 0;
    margin: 0;
    padding-left: 23px;
}
    .contact-icon {
      font-size: 1.2rem;
    }

    .contact-item span {
    font-size: 14px;
    color: #222;
}

ul#top-menu li a {
    font-size: 15px !important;
    text-transform: capitalize;
}

section.featured-glasses {
    background-color: #f5f5f5;
}

.hero-banner-2 .text-block .new-collection {
    padding: 8px 24px;
    border: 1px solid #7A7F85;
    border-radius: 10px;
    margin-bottom: 20px;
}


.promotion-section {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}
.promotion-section .promotion-wrapper {
    display: block;
    font-size: 0;
}
.promotion-section .promotion-wrapper .promotion-inner.promo-left,
.promotion-section .promotion-wrapper .promotion-inner.promo-right {
    width: 26.5%;
}
.promotion-section .promotion-wrapper .promotion-inner {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 45%;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner {
    display: block;
    position: relative;
    overflow: hidden;
}
.promotion-section .promotion-wrapper .promotion-inner a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-in 0s;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner img {
    display: block;
    max-width: 100%;
    height: auto;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
}
.promotion-section .promotion-wrapper .promotion-inner .img-above {
    margin-bottom: 30px;
}
.promotion-section .promotion-wrapper .promotion-inner a::after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    content: '';
    opacity: 0;
    width: 100%;
    height: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.promotion-section .promotion-wrapper .promotion-inner a:hover::after {
    opacity: 1;
    height: 100%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 30px;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-left,
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-right {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0,0,0,.8);
    padding: 16px 0;
    top: unset;
    transform: unset;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-above {
    left: unset;
    right: 30px;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-above h2,
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-below h2{
    color: #000000;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content h2 {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content h2 > span {
    color: #fd8a0f;
}

.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-above p,
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-below p{
    color: #000000;
}
.promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content p {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
}

@media (max-width: 1199px) {
    .promotion-section .promotion-wrapper .promotion-inner.promo-left, 
    .promotion-section .promotion-wrapper .promotion-inner.promo-right {
        width: 27.8%;
    }
    .promotion-section .promotion-wrapper .promotion-inner {
        width: 44.4%;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content h2  {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .promotion-section .promotion-wrapper .promotion-inner.promo-left,
    .promotion-section .promotion-wrapper .promotion-inner.promo-right {
        width: 28.25%;
    }
    .promotion-section .promotion-wrapper .promotion-inner {
        width: 43.5%;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-above {
        right: 15px;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content {
        left: 15px;
    }
}

@media (max-width: 767px) {
    .promotion-section .promotion-wrapper .promotion-inner.promo-right,
    .promotion-section .promotion-wrapper .promotion-inner.promo-left {
        width: 28.7%;
    }
    .promotion-section .promotion-wrapper .promotion-inner {
        width: 42.6%;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-left, 
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-right{
        padding: 12px 0;
    }  
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-above {
        right: 10px;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content {
        left: 10px;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content h2 {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content p {
        font-size: 12px;
    }
}
@media (max-width: 639px) {
    .promotion-section .promotion-wrapper .promotion-inner, 
    .promotion-section .promotion-wrapper .promotion-inner.promo-right, 
    .promotion-section .promotion-wrapper .promotion-inner.promo-left {
        width: 100%;
    }
    .promotion-section .promotion-wrapper .promotion-inner.promo-center {
        margin: 15px 0;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-above {
        margin-bottom: 15px;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner img {
        width: 100%;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-left, 
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-right {
        padding: 16px 0;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content h2 {
        font-size: 22px;
        margin-bottom: 7px;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content p {
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .promotion-section .promotion-wrapper .promotion-inner {
        padding: 0 10px;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-left, 
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content.block-right {
        padding: 12px 0;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content h2 {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .promotion-section .promotion-wrapper .promotion-inner .img-block-inner .text-content p {
        font-size: 13px;
    }
}
.bottom-margin {
    margin-bottom: 35px;
}
.top-margin {
    margin-top: 35px;
}
header .top-header {
    background: #fd8a0f;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 43px;
}
header .top-header .header-dtls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

h5.title.alo-color {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    letter-spacing: 0;
}

.blog-img p {
    margin-bottom: 0;
}

.coming-soon-banner .left-block h3 {
    font-family: "Poppins", sans-serif;
    font-size: 29px;
}


.content-area h1 {
    font-size: 34px;
    font-family: "Poppins", sans-serif;
}

.content-area h2 {
    font-size: 31px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 11px;
}

.shopping-cart h2 {
    padding-bottom: 17px;
    font-size: 25px;
}

h3.title {
    font-family: "Poppins", sans-serif;
    font-size: 27px;
}

.check-left {
    background-color: #f5f5f5;
    padding: 23px;
    border-radius: 5px;
}

.right-check {
    background-color: #f5f5f5;
    padding: 23px;
    border-radius: 5px;
}

input.cus-btn:hover {
    background-color: #fd8a0f !important;
}

.blog-content a:hover {
    text-decoration: none;
}

.heading h6 {
    color: #fd8a0f;
    font-size: 22px;
    font-family: "Jost", sans-serif;
}
.blog-content p {
    min-height: 52px;
}