@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus+SC&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url(https://db.onlinewebfonts.com/c/64c0284f1ada1cf79ec484ac28eee170?family=Louis+Vuitton+Regular);
@import url("bootstrap-select.min.css");
@import url("animate.css");
@import url("custome-css.css");
@import url("font-awesome.css");
@import url("magnific-popup.css");
@import url("odometer.css");
@import url("swiper-bundle.min.css");
@import url("menu.css");
@import url("flaticon.css");
@import url("wow.min.css");
h2{font-family: var(--marcellus-font) !important;}
.black-bg {
  background: var(--dark-color);
}

.bleached-linen-bg {
  background: var(--bleached-linen);
}

.grey-bg {
  background: #faf5f1;
}

.bg-light-green {
  background-color: #caffd6;
}

.theme-color7 {
  background: var(--theme-color7);
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-static {
  position: static !important;
}

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

.float-right {
  float: right;
}

img {
  max-width: 100%;
}

.gx-4 {
  --bs-gutter-x: 4px;
}

.gx-7 {
  --bs-gutter-x: 7px;
}
.pt40{
  padding-top: 40px;
}
.pt60{
  padding-top: 60px;
}
.pt150{
  padding-top: 150px;
}
.pt180{
  padding-top: 180px;
}
@media (min-width: 1400px) {
  .container-1830 {
    max-width: 1830px;
  }
}
@media (min-width: 1400px) {
  .container-1630 {
    max-width: 1630px;
  }
}
@media (min-width: 1400px) {
  .container-1430 {
    max-width: 1430px;
  }
}
/*
 * mixins.scss
 * -----------------------------------------------
*/
:root {
  --theme-color1: #23589C;
  --theme-color2: #9d5248;
  --theme-color3: #0E233E;
  --theme-color4: #64A395;
  --theme-color5: #C84C46;
  --theme-color6: #E86341;
  --theme-color7: #9f2c25;
  --theme-color8: #c83027;
  --theme-color9: #767676;
  --gray-color: #E6E6E6;
  --gray-color-2: #f7f7f7;
  --dark-color: #1D1D1D;
  --dark-color2: #352F27;
  --dark-color3: #122223;
  --black-color: #000000;
  --white-color: #ffffff;
  --theme-color1-rgb: 35, 88, 156;
  --theme-color2-rgb: 240, 107, 28;
  --theme-color3-rgb: 14, 35, 62;
  --theme-color4-rgb: 100, 163, 149;
  --theme-color5-rgb: 200, 76, 70;
  --theme-color6-rgb: 232, 99, 65;
  --text-black: var(--black-color);
  --text-white: var(--white-color);
  --text-color: var(--gray-color-2);
  --text-gray: var(--gray-color);
  --text-gray-2: #f7f7f7;
  --text-dark: #797f7d;
  --text-dark2: #141416;
  --text-light: #FEF7F3;
  --headings-color: var(--dark-color);
  --link-color: var(--dark-color2);
  --link-hover-color: #5B8C51;
  --bleached-linen: #f3ebe0;
  --jakarta-font: "Plus Jakarta Sans", sans-serif;
  --marcellus-font: "Louis Vuitton Regular";
  --body-font: var(--marcellus-font);
  --text-font: var(--body-font);
  --title-font: var(--jakarta-font);
  --headings-font: var(--title-font);
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --body-font-size: var(--font-size-14);
  --body-font-weight: 400;
  --body-font-weight-bold: 600;
  --body-line-height: 1.71;
  --line-height-heading: 1.2;
  --line-height-heading2: 1.75;
  --line-height-heading-h1: 1.1;
  --line-height-heading-small: 1.4;
  --h1-font-size: 50px;
  --h2-font-size: 30px;
  --h3-font-size: 24px;
  --h4-font-size: 20px;
  --h5-font-size: 18px;
  --h6-font-size: 16px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 600;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --sec-title-subtitle-color: #819291;
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--text-font);
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
}

.no-padding-top{padding-top: 0 !important;}
.gs-reg-section .reg-area .form-group .login-or, .gs-reg-section .reg-area .form-group .login-redirect{color: #000;}

.gs-reg-section .reg-area .form-group .form-control, .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls
, .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select{
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #9d5248;
    padding-left: 0;
    padding-right: 0;
    color: #212529;
    border-radius: 0;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color1);
  color: var(--text-white);
  text-shadow: none;
}
::selection {
  background: var(--theme-color1);
  color: var(--text-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--dark-color2);
  color: var(--text-white);
  text-shadow: none;
}

::-webkit-selection {
  background: var(--dark-color2);
  color: var(--text-white);
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

body {
  background-color: #F3F0EB;
  color: var(--theme-color1);
  font-family: var(--body-font) !important;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font) !important;
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus, a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: var(--theme-color1);
}

ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  letter-spacing: -0.03em;
  line-height: 1.2em;
  margin: 0px;
  position: relative;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--headings-color);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}

/* -------- other ---------- */
a {
  color: var(--headings-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all all 0.3s ease ease-out 0s;
  transition: all all 0.3s ease ease-out 0s;
}
a:hover, a:focus {
  color: var(--theme-color1);
  text-decoration: none;
  outline: none;
}
a b,
a strong {
  -webkit-transition: all all 0.3s ease ease-out 0s;
  transition: all all 0.3s ease ease-out 0s;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

.bdrs50 {
  border-radius: 50%;
}

.large-container {
  position: static;
  max-width: 1600px;
  margin: 0 auto;
}

.dropdown-toggle::after {
  display: none;
}

.bgc-f7 {
  background-color: #f7f7f7;
}

.tdn {
  text-decoration: none;
}

/*
 * button.scss
 * -----------------------------------------------
*/
.su-btn-4 {
  background: var(--white-color);
  padding: 20px 36px;
  font-weight: var(--font-weight-600);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--dark-color);
  display: inline-block;
}
.su-btn-4:hover {
  color: var(--dark-color);
}

.su-btn-4-black {
  font-weight: var(--font-weight-600);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--dark-color);
  display: inline-block;
}
.su-btn-4-black:hover {
  color: var(--dark-color);
}

.su-btn-4-border {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.su-btn-4-border:hover {
  color: var(--white-color);
}

.su-btn-5 {
  background: var(--theme-color7);
  color: var(--white-color);
}
.su-btn-5:hover {
  color: var(--white-color);
}

.su-btn-5-black {
  color: var(--white-color);
}
.su-btn-5-black:hover {
  color: var(--white-color);
}

.su-btn-9 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border: 1px solid var(--white-color);
}

.su-btn-16-black {
  background: var(--dark-color) !important;
  color: var(--white-color) !important;
}
.su-btn-16-black:hover {
  color: var(--white-color) !important;
}

.su-btn-16-border-dark {
  border: 1px solid var(--dark-color);
}

.btn-black-border {
  border: 1px solid var(--theme-color10);
}

/*
 * animetion.scss
 * -----------------------------------------------
*/
.su-arrow-angle {
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}

.su-arrow-svg-top-right {
  fill: currentColor;
  stroke: none;
}

.su-left-right .su-text {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.su-arrow-angle path {
  -webkit-transition: opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  transition: opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
}

.su-arrow-angle path:nth-of-type(1) {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.15s, 0.15s;
          transition-delay: 0.15s, 0.15s;
}

.su-arrow-angle path:nth-of-type(2) {
  -webkit-transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
          transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
  opacity: 0.5;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.su-left-right:hover .su-arrow-angle path:nth-of-type(2) {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.15s, 0.15s;
          transition-delay: 0.15s, 0.15s;
}

.su-left-right:hover .su-arrow-angle path:nth-of-type(1) {
  -webkit-transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
          transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
  opacity: 0;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

@-webkit-keyframes animate-pulse-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ffffff, 0 0 0 0 #ffffff;
            box-shadow: 0 0 0 0 #ffffff, 0 0 0 0 #ffffff;
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 #ffffff;
            box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 #ffffff;
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
}

@keyframes animate-pulse-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ffffff, 0 0 0 0 #ffffff;
            box-shadow: 0 0 0 0 #ffffff, 0 0 0 0 #ffffff;
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 #ffffff;
            box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 #ffffff;
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scalein {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes scalein {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.spin2 {
  -webkit-animation: spin2 10s linear infinite;
          animation: spin2 10s linear infinite;
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-up-down {
  -webkit-animation: up-down 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: up-down 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.gsap__parallax {
  overflow: hidden;
}

/***  Footer  ***/
/*
 * section-title.scss
 * -----------------------------------------------
*/
.section-title {
  margin-bottom: 50px;
}
.section-title .sub-title {
  color: var(--headings-color);
  font-family: var(--jakarta-font);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0.02em;
  line-height: 24px;
}
.section-title .title {
  color: var(--headings-color);
  font-family: var(--jakarta-font);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 38px;
}
.section-title .title.roboto-font {
  font-family: var(--roboto-font);
}
.section-title.home20 .title {
  font-size: 40px;
  font-weight: var(--font-weight-700);
}

.su-collections-4-title {
  letter-spacing: 0.03em;
}

.su-section-5-title {
  letter-spacing: 0.03em;
}

.section-title.style11 .title {
  font-family: var(--jost-font);
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
.section-title.style12 .title {
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
}
@media (max-width: 767.98px) {
  .section-title.style12 .title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .section-title.style12 .title {
    font-size: 28px;
  }
}
.section-title.style13 .sub-title {
  color: var(--theme-color9);
  font-family: var(--bebas-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.section-title.style13 .title {
  color: var(--dark-color);
  font-family: var(--bebas-font);
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.5px;
}
@media (max-width: 767.98px) {
  .section-title.style13 .title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .section-title.style13 .title {
    font-size: 28px;
  }
}
.section-title.style14 .sub-title {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  margin-bottom: 10px;
}
.section-title.style14 .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--dark-color);
  font-family: var(--jakarta-font);
}
.section-title.style14 .title2 {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (max-width: 767.98px) {
  .section-title.style14 .title2 {
    font-size: 30px;
  }
}
.section-title.style14 .short-info {
  color: var(--theme-color9);
  font-family: var(--opensans-font);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.section-title.style15 .sub-title {
  color: var(--dark-color);
  font-family: var(--outfit-font);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.section-title.style15 .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  color: var(--dark-color);
  font-family: var(--libre-font);
}
@media (max-width: 575.98px) {
  .section-title.style15 .title {
    font-size: 26px;
    line-height: 43px;
  }
}
.section-title.style19 .sub-title {
  font-family: var(--jost-font);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.section-title.style19 .title {
  color: var(--dark-color);
  font-family: var(--cormorant-font);
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  text-transform: unset;
}
@media (max-width: 991.98px) {
  .section-title.style19 .title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .section-title.style19 .title {
    font-size: 40px;
  }
}
.section-title.style2 .title {
  font-size: 40px;
  font-weight: 400;
  font-family: var(--marcellus-font);
}

@media (max-width: 991.98px) {
  .su-section-16-title-top {
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .su-section-16-title-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin-bottom: 40px !important;
  }
}

.su-section-16-title {
  font-family: var(--lora-font);
  font-size: 40px;
  font-weight: var(--font-weight-400);
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .su-section-16-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.su-section-16-subtitle {
  color: var(--dark-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  font-family: var(--opensans-font);
  margin-bottom: 10px;
}

.su-section-16-para {
  font-family: var(--montserrat-font);
  font-size: 14px;
  font-weight: var(--font-weight-500);
  color: var(--text-dark2);
}
@media (max-width: 991.98px) {
  .su-section-16-para {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.shop-title .title {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.shop-title .text {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}

/***

====================================================================
Fonts
====================================================================

***/
/***

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

::-moz-selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333; /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333; /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

section {
  position: relative;
  padding: 120px 0;
}

/*=======================
    Preloader
=======================*/
.preloader {
  background-color: #eaeaea;
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

/*=======================
Scroll To Top style
=======================*/
.scrollToHome {
  background-color: #f5c34b;
  border-radius: 6px;
  bottom: -45px;
  color: #ffffff;
  display: block;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.scrollToHome:hover {
  color: #ffffff;
}

.scrollToHome.show {
  bottom: 45px;
  right: 45px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*=== Theme Color Text ===*/
.text-color {
  color: var(--text-color);
}

.title-color,
.heaings-color {
  color: var(--headings-color);
}

.text-thm1 {
  color: var(--theme-color1);
}

.text-thm2 {
  color: var(--theme-color2);
}

.text-thm3 {
  color: var(--theme-color3);
}

.text-thm4 {
  color: var(--theme-color4);
}

.text-thm5 {
  color: var(--theme-color5);
}

.text-thm6 {
  color: var(--theme-color6);
}

.text-thm7 {
  color: var(--theme-color7);
}

.text-thm8 {
  color: var(--theme-color8);
}

/*=== List Of Font Family ===*/
.jakarta-font {
  font-family: var(--jakarta-font);
}

.marcellus-font {
  font-family: var(--marcellus-font);
}

.jost-font {
  font-family: var(--jost-font);
}

.dmsans-font {
  font-family: var(--dmsans-font);
}

.bebas-font {
  font-family: var(--bebas-font);
}

.opensans-font {
  font-family: var(--opensans-font);
}

.libre-font {
  font-family: var(--libre-font);
}

.outfit-font {
  font-family: var(--outfit-font);
}

.montserrat-font {
  font-family: var(--montserrat-font);
}

.lora-font {
  font-family: var(--lora-font);
}

.marcellus-font {
  font-family: var(--marcellus-font);
}

.cormorant-font {
  font-family: var(--cormorant-font);
}

.roboto-font {
  font-family: var(--roboto-font);
}

.poppins-font {
  font-family: var(--poppins-font);
}

/***  Buttons  ***/
/***  Header Top  ***/
/*  home 4 style header top  */
.su-header-4-top {
  padding: 5px 0px;
}
.su-header-4-top .discount p {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--text-white);
}
.su-header-4-top .discount p a {
  text-decoration: underline;
  color: var(--text-white);
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/***  Header  ***/
/*== Home 1 Style Header ==*/
header.header-nav {
  padding: 0 30px;
}

.header_top_logo_home1 .logo {
  color: var(--text-white);
  font-family: var(--marcellus-font);
  font-style: normal;
  font-weight: var(--font-weight-400);
  font-size: 32px;
  line-height: 40px;
}

/*  header home 3 style  */
.header-3 {
  z-index: 999;
  background: transparent;
}
.header-3 .header-3-area .header-3-top {
  background: var(--theme-color13);
}
.header-3 .header-3-area .header-3-top .discount p {
  color: var(--dark-color);
}
.header-3 .header-3-area .header-3-middle {
  padding-top: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.header-3 .header-3-area .su-menu-3 > nav > ul > li {
  margin: 0 15px;
}
.header-3 .header-3-area .su-menu-3 > nav > ul > li > a {
  padding: 10px 0;
  font-weight: var(--font-weight-600);
  color: var(--white-color);
}
.header-3 .header-3-area .su-menu-3 > nav > ul > li > a::before {
  background: var(--white-color);
}
.header-3 .header-3-area .su-menu-3 > nav > ul > li:hover a {
  color: var(--white-color);
}
.header-3 .header-3-area .su-menu-3 > nav > ul > li:hover .sub-menu li a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  line-height: 20px;
  color: var(--dark-color);
}
.header-3 .header-3-area .su-menu-3 > nav > ul > li:hover .sub-menu li a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 100% 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  color: var(--dark-color);
}
.header-3 .header-3-area .su-menu-13 > nav > ul > li {
  margin: 0 30px 0 0;
}
.header-3 .header-3-area .mega-menu-3 nav ul li a {
  color: var(--dark-color);
}
.header-3 .header-3-area .cart-btn ul li a {
  color: var(--white-color);
}
.header-3 .header-3-area .cart-btn ul li a:hover {
  color: var(--white-color) !important;
}
.header-3.sticky-menu .header-3-middle {
  background: var(--dark-color);
  -webkit-box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
          box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
  padding: 10px 0;
}

/*  header home 4 style  */
.su-header-4-middle {
  padding: 20px 0px;
}
.su-header-4-middle .left .cetagory nav ul li {
  display: inline-block;
}
.su-header-4-middle .left .cetagory nav ul li a {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-color);
  padding: 10px 15px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.su-header-4-middle .left .cetagory nav ul li a:hover {
  color: var(--dark-color);
}
@media (max-width: 1199px) {
  .su-header-4-middle .left .search {
    margin-top: 25px;
  }
}
.su-header-4-middle .left .search .input {
  padding: 15px 45px;
  width: 807px;
  height: 46px;
  background: var(--text-gray-2);
  border: 2px solid transparent;
  font-weight: 500;
  font-size: 12px;
  line-height: 183%;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
@media (max-width: 1700px) {
  .su-header-4-middle .left .search .input {
    width: 507px;
  }
}
@media (max-width: 1400px) {
  .su-header-4-middle .left .search .input {
    width: 300px;
  }
}
.su-header-4-middle .left .search .input:focus {
  background: transparent;
  border-color: var(--text-gray-2);
}
.su-header-4-middle .left .search .input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 183%;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.su-header-4-middle .left .search .input:-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 183%;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.su-header-4-middle .left .search .input::-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 183%;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.su-header-4-middle .left .search .input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 183%;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.su-header-4-middle .left .search .search-button {
  border: none;
  background: none;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.su-header-4-middle .cart-btn > nav > ul > li {
  display: inline-block;
  margin-left: 25px !important;
}
@media (max-width: 1600px) {
  .su-header-4-middle .cart-btn > nav > ul > li {
    margin-left: 25px !important;
  }
}
@media (max-width: 575.98px) {
  .su-header-4-middle .cart-btn > nav > ul > li {
    margin-left: 10px !important;
  }
}
.su-header-4-middle .cart-btn > nav > ul > li a {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.su-header-4-middle .cart-btn > nav > ul > li a:hover {
  color: var(--text-color);
}
.su-header-4-middle .cart-btn > nav > ul > li a svg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-right: 10px;
}

.su-header-4-bottom {
  border-bottom: 1px solid #e6e6e6;
}

/*  header home 5 style  */
.su-header-5-top {
  background: #f9f2ea;
  padding: 10px 0px;
}
.su-header-5-top .discount p {
  color: #b83d37;
}
.su-header-5-top .discount p a {
  color: #b83d37;
}

.su-header-5-middle {
  padding-top: 30px;
  padding-bottom: 15px;
}
.su-header-5-middle .header-lang .text {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 13px;
  line-height: 24px;
}
.su-header-5-middle .header-lang .lang_widgets .dropdown span.text {
  color: var(--dark-color);
  text-transform: uppercase;
}
.su-header-5-middle .header-lang .lang_widgets .dropdown :not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  border: none;
  width: auto;
}
.su-header-5-middle .header-lang .lang_widgets button.btn {
  color: var(--text-white);
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 13px;
  line-height: 24px;
}
.su-header-5-middle .header-lang button {
  padding: 0;
  background: none;
  border: none;
}
.su-header-5-middle .header-lang .filter-option-inner-inner {
  font-weight: 500;
  font-size: 12px;
  color: var(--dark-color);
  text-transform: uppercase;
}
.su-header-5-middle .header-lang .dropdown :not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  outline: none;
  background: none;
}
.su-header-5-middle .header-lang .bootstrap-select .dropdown-toggle:focus,
.su-header-5-middle .header-lang .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  background: none;
}
.su-header-5-middle .header-lang .dropdown-menu {
  background: var(--white-color) !important;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
          box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  z-index: 999;
}
.su-header-5-middle .cart-btn > nav > ul > li {
  display: inline-block;
  margin-left: 16px;
}

.su-header-5-bottom .su-menu-4 > nav > ul > li > a {
  font-weight: 600;
  padding-bottom: 22px;
}
.su-header-5-bottom .su-menu-4 > nav > ul > li > a::before {
  display: none;
}

/*  header home 9 style  */
.header-style-9 {
  padding: 30px 0;
}
.header-style-9 .left-menu {
  gap: 30px;
}
.header-style-9 .left-menu .menus {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
/*  header home 10 style  */
.header-10 {
  background: var(--dark-color);
}
.header-10 .header-3-area .header-10-top {
  padding: 0 30px;
}
.header-10 .header-3-area .header-10-top .category ul {
  gap: 30px;
}
.header-10 .header-3-area .header-10-top .category ul li a {
  color: var(--white-color);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
  position: relative;
  padding-bottom: 10px;
}
.header-10 .header-3-area .header-10-top .category ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: auto;
  right: 0;
  background: var(--white-color);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-10 .header-3-area .header-10-top .category ul li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}
.header-10 .header-3-area .header-10-top .category ul li.active a::before {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}
.header-10 .header-3-area .header-10-top .cart-btn-10 > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-10 .header-3-area .header-10-top .cart-btn-10 > nav > ul > li {
  display: inline-block;
  margin-left: 20px;
}
.header-10 .header-3-area .su-menu-3 {
  padding: 30px 0 15px 0;
}
.header-10 .header-3-area .su-menu-3 .mega-menu-list > nav > ul > li a {
  color: var(--dark-color);
}
.header-10 .header-3-area .su-menu-3 .mega-menu-list > nav > ul > li:hover a {
  color: var(--dark-color);
}
.header-10 .header-3-area .su-menu-3 .mega-menu-list.white-menu > nav > ul > li a {
  color: var(--white-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}
.header-10 .header-3-area .su-menu-3 .mega-menu-list.white-menu > nav > ul > li:hover a {
  color: var(--white-color);
}
.header-10 .header-3-middle {
  padding: 30px 0 20px 0;
}

/*  header home 12 style  */
.header-12 .header-3-area .header-3-top {
  background: var(--theme-color17);
}
.header-12 .header-3-area .header-3-top .discount p {
  font-family: var(--dmsans-font);
}
.header-12 .header-3-area .header-3-top .countdown-box .countdown-item .count,
.header-12 .header-3-area .header-3-top .countdown-box .countdown-item .title {
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
@media (min-width: 1400px) and (max-width: 1660px) {
  .header-12 .header-3-area .su-menu-3 > nav > ul > li {
    margin: 0 7px;
  }
}

/*  header home 13 style  */
.header-13 .su-header-4-top {
  padding: 0 0;
}
.header-13 .su-header-4-top .footer-16-social {
  margin-bottom: 0 !important;
  gap: 20px;
}
.header-13 .su-header-4-top .footer-16-social svg {
  width: 12px;
  height: 12px;
}
.header-13 .su-header-4-top .footer-16-social svg:hover {
  color: var(--dark-color);
}
.header-13 .su-header-4-top .mid-info .text {
  color: var(--dark-color);
  font-family: var(--bebas-font);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.header-13 .su-header-4-top .select_box {
  color: var(--dark-color);
}
.header-13 .su-header-4-top .select_box .select-wrapper {
  display: inline-block;
  position: relative;
}
.header-13 .su-header-4-top .select_box .select-wrapper button.btn {
  border: 0;
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: var(--bebas-font);
  letter-spacing: 0.75px;
  border-radius: 0;
  height: 36px;
  cursor: pointer;
  padding-right: 30px;
}
.header-13 .su-header-4-top .select_box .select-wrapper button.btn::before {
  content: "";
  background-image: url("../images/home13/arrow-down.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
.header-13 .su-header-4-top .select_box .select-wrapper .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 9px;
  color: #000;
}
.header-13 .su-header-4-top .select_box .select-wrapper .dropup .dropdown-toggle::after {
  display: none;
}
.header-13 .su-header-16-middle {
  background: var(--dark-color);
  padding: 14px 30px 14px 30px;
  padding-top: 14px !important;
}
.header-13 .su-header-16-middle .search-box {
  max-width: 300px;
  width: 100%;
}
.header-13 .su-header-16-middle .search-box .input_groups button {
  left: 20px;
}
.header-13 .su-header-16-middle .search-box .input_groups input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--white-color);
  font-family: var(--bebas-font);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  background: transparent;
  padding: 0 20px 0 46px;
}
.header-13 .su-header-16-middle .search-box .input_groups input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--white-color);
}
.header-13 .su-header-16-middle .search-box .input_groups input::-moz-placeholder {
  opacity: 1;
  color: var(--white-color);
}
.header-13 .su-header-16-middle .search-box .input_groups input:-ms-input-placeholder {
  opacity: 1;
  color: var(--white-color);
}
.header-13 .su-header-16-middle .search-box .input_groups input::-ms-input-placeholder {
  opacity: 1;
  color: var(--white-color);
}
.header-13 .su-header-16-middle .search-box .input_groups input::placeholder {
  opacity: 1;
  color: var(--white-color);
}
.header-13.sticky-menu .header-main-container {
  background: var(--dark-color);
}
.header-13.sticky-menu .su-header-16-middle {
  padding: 14px 14px 14px 0;
  margin-top: 0 !important;
}

.lang_widgets_main .icon {
  position: relative;
  top: -1px;
}
.lang_widgets_main .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 9px;
  color: #000;
}

/*  header home 14 style  */
.header-14-area .su-header-14-top {
  padding: 16px 0;
}
.header-14-area .su-header-14-top .text p {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.header-14-area .header-14-bottom ul li a {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--opensans-font);
}

/*  header home 15 style  */
.su-header-15-middle {
  padding: 24px 0px;
}
.su-header-15-middle .su-menu-15 nav ul li + li {
  margin-left: 25px;
}
@media (max-width: 1399.98px) {
  .su-header-15-middle .su-menu-15 nav ul li + li {
    margin-left: 19px;
  }
}
.su-header-15-middle .su-menu-15 nav ul li {
  margin-right: 0;
}
.su-header-15-middle .su-menu-15 nav ul li .sub-menu li {
  margin-left: 0;
}
.su-header-15-middle .su-menu-15 nav ul li .sub-menu li a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  line-height: 20px;
}
.su-header-15-middle .su-menu-15 nav ul li .sub-menu li a:hover {
  color: var(--dark-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 100% 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  color: var(--dark-color);
}

/*  header home 16 style  */
.su-header-16-middle .cetagory nav ul li {
  display: inline-block;
}
.su-header-16-middle .cetagory nav ul li a {
  font-size: 14px;
  font-weight: var(--font-weight-500);
  color: var(--dark-color);
  font-family: var(--montserrat-font);
  padding: 4px 15px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.su-header-16-middle .cetagory nav ul .active a {
  background: var(--dark-color);
  color: var(--white-color);
}
.su-header-16-middle .cart-btn > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.su-header-16-middle .cart-btn > nav > ul > li {
  display: inline-block;
  margin-left: 20px;
}
.su-header-16-middle .cart-btn > nav > ul > li a {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.su-header-16-middle .cart-btn > nav > ul > li a:hover {
  color: var(--dark-color);
}
.su-header-16-middle .cart-btn > nav > ul > li a svg {
  margin-right: 0;
}
.su-header-16-middle .cart-btn-11 > nav > ul > li > a {
  font-family: var(--jost-font);
}
.su-header-16-middle .cart-btn-11 > nav > ul > li > a span {
  margin-left: 10px;
}
.su-header-16-middle.style11 {
  padding-bottom: 0;
}
.su-header-16-middle.style11 .search-box {
  max-width: 300px;
  width: 100%;
}
.su-header-16-middle.style11 .search-box input {
  border-radius: 50px;
  border: 1px solid var(--gray-color);
  height: 42px;
  width: 100%;
  font-family: var(--jost-font);
  padding: 0 20px 0 46px;
}
.su-header-16-middle.style11 .search-box input::-webkit-input-placeholder {
  color: var(--dark-color);
}
.su-header-16-middle.style11 .search-box input::-moz-placeholder {
  color: var(--dark-color);
}
.su-header-16-middle.style11 .search-box input:-ms-input-placeholder {
  color: var(--dark-color);
}
.su-header-16-middle.style11 .search-box input::-ms-input-placeholder {
  color: var(--dark-color);
}
.su-header-16-middle.style11 .search-box input::placeholder {
  color: var(--dark-color);
}
.su-header-16-middle.style11 .search-box button {
  left: 20px;
}

.su-header-16-bottom {
  border-top: 1px solid var(--gray-color);
}
.su-header-16-bottom .su-menu-16 > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.su-header-16-bottom .su-menu-16 > nav > ul > li {
  margin-right: 0;
}
.su-header-16-bottom .su-menu-16 > nav > ul > li > a {
  font-size: 13px;
  padding: 10px 0;
  font-weight: var(--font-weight-500);
  color: var(--dark-color);
  font-family: var(--montserrat-font);
}
.su-header-16-bottom .su-menu-16 > nav > ul > li + li {
  margin-left: 30px;
}
@media (max-width: 1399.98px) {
  .su-header-16-bottom .su-menu-16 > nav > ul > li + li {
    margin-left: 20px;
  }
}
.su-header-16-bottom .su-menu-16 .sub-menu li a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  line-height: 20px;
}
.su-header-16-bottom .su-menu-16 .sub-menu li a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 100% 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  color: var(--dark-color);
}
.su-header-16-bottom .su-menu-16.menu-11 > nav > ul > li > a {
  font-family: var(--jost-font);
  text-transform: uppercase;
  padding: 24px 0;
}
.su-header-16-bottom .su-menu-16.menu-11 > nav > ul > li > a.offer {
  color: var(--theme-color16);
}
.su-header-16-bottom.style11 {
  border: 0;
}
.su-header-16-bottom.header-14-bottom {
  border-bottom: 2px solid var(--dark-color);
}
.su-header-16-bottom.header-14-bottom .su-menu-16 > nav > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.su-header-16-bottom.header-14-bottom .su-menu-16 > nav > ul > li > a {
  font-size: 14px;
  padding: 20px 0;
  font-weight: var(--font-weight-600);
  font-family: var(--opensans-font);
}
@media (max-width: 1399.98px) {
  .su-header-16-bottom.header-14-bottom .su-menu-16 > nav > ul > li > a {
    font-size: 13px;
  }
}
.su-header-16-bottom.header-14-bottom .su-menu-16 > nav > ul > li .offer {
  color: var(--theme-color12);
}
.su-header-16-bottom.inner-global-menu {
  border-top: 0;
}
.su-header-16-bottom.inner-global-menu .su-menu-16.menu-11 > nav > ul > li > a {
  font-family: var(--jakarta-font);
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 600;
}

.mobile-16-cart > nav > ul > li {
  display: inline-block !important;
  margin-left: 20px !important;
}
@media (max-width: 575.98px) {
  .mobile-16-cart > nav > ul > li {
    margin-left: 10px !important;
  }
}
.mobile-16-cart > nav > ul > li a {
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: 0.02em !important;
  color: var(--dark-color) !important;
}
.mobile-16-cart > nav > ul > li a:hover {
  color: var(--dark-color) !important;
}
.mobile-16-cart > nav > ul > li a svg {
  margin-right: 0 !important;
}
.mobile-16-cart .su-btn-16-black {
  color: var(--white-color) !important;
}

.su-header-4-middle.style16 {
  padding: 0 !important;
}

/*  header home 20 style  */
.header_middle20 {
  background-color: #ffffff;
}
.header_middle20 .searchbox20 {
  position: relative;
}
.header_middle20 .searchbox20 .search-icon {
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header_middle20 .searchbox20 .form_control {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #E6E6E6;
  width: 250px;
  padding-left: 30px;
}
.header_middle20 .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .header_middle20 .nav-social {
    gap: 20px;
  }
}

.nav-bg {
  background: -webkit-gradient(linear, left top, right top, from(#B4E5A2), to(#8CD08F));
  background: linear-gradient(to right, #B4E5A2, #8CD08F);
  padding: 15px 0;
}
.nav-bg .nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.nav-bg .nav-menu-list li {
  color: var(--dark-color);
  font-family: var(--title-font13);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.mobile-menu20 .header.stylehome1 {
  background-color: var(--white-color);
  display: block;
  height: 70px;
  position: relative;
  z-index: 1;
}
.mobile-menu20 .header a.menubar span {
  background: var(--dark-color);
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 20px;
}
.mobile-menu20 .header a.menubar:before {
  content: "";
  display: block;
  background: var(--dark-color);
  height: 2px;
  width: 20px;
}
.mobile-menu20 .header a.menubar:after {
  content: "";
  display: block;
  background: var(--dark-color);
  height: 2px;
  width: 15px;
}
.mobile-menu20 .searchbox20 {
  position: relative;
}
@media (max-width: 575.98px) {
  .mobile-menu20 .searchbox20 {
    display: none;
  }
}
.mobile-menu20 .searchbox20 .search-icon {
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-menu20 .searchbox20 .form_control {
  height: 40px;
  border: 0;
  border-bottom: 1px solid var(--gray-color);
  width: 250px;
  padding-left: 30px;
}
.mobile-menu20 .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.mobile-menu20 .posr .mobile_menu_close_btn {
  font-size: 20px;
  font-weight: 700;
}

.inner-global-header .footer_bottom_left .text {
  position: relative;
  top: -2px;
}
.inner-global-header .footer_bottom_left .dropdown-item.active, .inner-global-header .footer_bottom_left .dropdown-item:active {
  color: var(--dark-color);
}
.inner-global-header .su-header-16-middle {
  padding-top: 20px;
}
.inner-global-header .su-header-16-middle .footer_bottom_left .lang_widgets button.btn {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

/*  header home 6 style  */
.header-style-6 {
  padding: 20px 0;
}
.header-style-6 .lang_widgets button.btn {
  color: var(--dark-color);
}
.header-style-6 .lang_widgets button.btn:focus {
  color: var(--dark-color);
}
.header-style-6 .lang_widgets button.btn::after {
  display: none;
}
.header-style-6 .su-menu-4 > nav > ul > li > a {
  font-weight: 600;
}
.header-style-6 .su-mega-menu-4.mega-menu-15 {
  top: calc(100% - 20px);
}

/*
 * menu.scss
 * -----------------------------------------------
*/
.su-menu-4 > nav > ul > li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.su-menu-4 > nav > ul > li > a {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}
.su-menu-4 > nav > ul > li > a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: auto;
  right: 0;
  background: var(--dark-color);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-menu-4 > nav > ul > li:hover > a {
  color: var(--dark-color);
}
.su-menu-4 > nav > ul > li:hover > a::before {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}
.su-menu-4 > nav > ul > li:hover > .su-mega-menu-4 {
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.su-menu-4 > nav > ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.su-menu-4 > nav > ul > li > .sub-menu {
  position: absolute;
  top: 103%;
  left: 0;
  min-width: 200px;
  background: var(--white-color);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
          box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -webkit-transition: 0.4s 0.3s 0s ease-out;
  transition: 0.4s 0.3s 0s ease-out;
  padding: 12px 25px 20px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
.su-menu-4 > nav > ul > li > .sub-menu > li {
  list-style: none;
  text-align: left;
}
.su-menu-4 > nav > ul > li > .sub-menu > li:not(:last-child) {
  margin-bottom: 5px;
}
.su-menu-4 > nav > ul > li > .sub-menu > li > a {
  font-weight: 500;
  font-size: 13px;
  color: var(--dark-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
.su-menu-4 > nav > ul > li > .sub-menu > li > a:hover {
  color: var(--text-color);
}

.su-mega-menu-4 {
  background: var(--white-color);
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
          box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  left: 0;
  opacity: 0;
  padding-bottom: 38px;
  padding-top: 55px;
  position: absolute;
  right: 0;
  top: 103%;
  visibility: hidden;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s 0.3s 0s ease-out;
  transition: 0.4s 0.3s 0s ease-out;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
.su-mega-menu-4 .title {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
  text-align: left;
}
.su-mega-menu-4 .thumb img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.su-mega-menu-4 .thumb img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.su-mega-menu-4 .thumb .title {
  font-size: 18px;
}
.su-mega-menu-4 .thumb .title a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D)), -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D));
  background-image: linear-gradient(#1D1D1D, #1D1D1D), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.su-mega-menu-4 .thumb .title a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D)), -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D));
  background-image: linear-gradient(#1D1D1D, #1D1D1D), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
  color: var(--dark-color);
}
.su-mega-menu-4 nav ul li {
  list-style: none;
  text-align: left;
}
.su-mega-menu-4 nav ul li:not(:last-child) {
  margin-bottom: 5px;
}
.su-mega-menu-4 nav ul li a {
  color: var(--dark-color);
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-mega-menu-4 nav ul li a:hover {
  color: var(--text-color);
}
.su-mega-menu-4 .menu-list-inner {
  margin-right: 50px;
}
.su-mega-menu-4.mega-menu-15 {
  top: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.su-mega-menu-4.mega-menu-15::before {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  background: transparent;
  height: 30px;
  content: "";
}
.su-mega-menu-4.mega-menu-15 .mega-menu-list .mega-menu-title {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.su-mega-menu-4.mega-menu-15 .mega-menu-list ul {
  margin-bottom: 22px;
}
.su-mega-menu-4.mega-menu-15 .mega-menu-list ul li + li {
  margin-left: 0;
}
.su-mega-menu-4.mega-menu-15.mega-menu-12 {
  background: var(--dark-color);
}
.su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list .mega-menu-title {
  color: var(--white-color);
  opacity: 0.4;
}
.su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list ul {
  margin-bottom: 22px;
}
.su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list ul li a {
  color: var(--white-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}
.su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list ul li + li {
  margin-left: 0;
}
.su-mega-menu-4.mega-menu-11 {
  top: 103%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.su-mega-menu-4.mega-menu-11::before {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  background: red;
  height: 25px;
  content: "";
}

.stylehome4 {
  padding: 0 20px;
}
.stylehome4 .mobile_menu_bar a.menubar {
  height: 50px;
  left: 0;
  line-height: 40px;
  margin: 0 20px;
  padding-top: 11px;
  position: absolute;
  top: 0px;
  width: 50px;
}
.stylehome4 .header a.menubar:before {
  content: "";
  display: block;
  background: var(--dark-color);
  height: 2px;
  width: 20px;
}
.stylehome4 .header a.menubar span {
  background: var(--dark-color);
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 20px;
}
.stylehome4 .header a.menubar:after {
  content: "";
  display: block;
  background: var(--dark-color);
  height: 2px;
  width: 15px;
}
.stylehome4 .su-header-4-logo {
  margin-left: 35px;
}

.su-mega-menu-16 .title {
  margin-bottom: 20px;
}
.su-mega-menu-16 .su-collections-16-item .overly .text .title {
  font-family: var(--jakarta-font);
  color: var(--text-white);
  font-size: 24px;
  font-weight: var(--font-weight-600);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.su-mega-menu-16 nav ul li a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  line-height: 20px;
}
.su-mega-menu-16 nav ul li a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 100% 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  color: var(--dark-color);
}
.su-mega-menu-16 .su-collections-16-item .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.su-mega-menu-16 .su-collections-16-item .overly .text .title {
  letter-spacing: 0.72px;
}

/*== Mobile Menu ==*/
.stylehome1 .mm-navbar {
  color: #041e42;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  padding-left: 25px;
  height: 60px;
}

.stylehome1 .mm-panel ul.mm-listview li:first-child.mm-listitem {
  margin-top: 30px;
}

.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn {
  border-bottom: none;
  margin: 50px auto;
  max-width: 90%;
}

.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn a.btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.stylehome1 a.mm-listitem__text, .stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: #041e42;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.stylehome1 a.mm-listitem__text:hover, .stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #f3f5f6;
  border-left: 2px solid #443297;
  color: #041e42;
}

.stylehome1.home3 a.mm-listitem__text, .stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: #cecff9;
}

.stylehome1.home3 a.mm-listitem__text:hover, .stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #e5e5e5;
  color: #041e42;
}

.stylehome1.home6 .mm-navbar {
  background-color: #ffffff;
}

.stylehome1.home6 .mm-panel {
  background-color: #ebf9f4;
}

.stylehome1.home6 a.mm-listitem__text, .stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: #252834;
}

.stylehome1.home6 a.mm-listitem__text:hover, .stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #43d4b6;
  color: #ffffff;
}

.stylehome1.home6 .mm-navbar {
  color: #252834;
}

.stylehome1.home6 .mm-btn_next::after {
  border-color: #252834;
}

.stylehome1 li.mm-listitem:hover, .stylehome1 li.mm-listitem:active, .stylehome1 li.mm-listitem:focus {
  color: #ffffff;
}

.stylehome1 .mm-navbar, .stylehome1 .mm-btn_prev:before {
  background-color: #ffffff;
}

.stylehome4 {
  position: relative;
  z-index: 999;
}

/***  Buttons  ***/
/*  home 4 banner style  */
.su-banner-4-area {
  position: relative;
  z-index: 0;
}

.su-banner-4-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.su-banner-4-item .subtitle {
  font-weight: var(--font-weight-500);
  font-size: 16px;
  text-transform: uppercase;
  color: var(--text-white);
}
.su-banner-4-item .title {
  color: var(--text-white);
  font-size: 40px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  margin-top: 10px;
}
.su-banner-4-item .spacing {
  padding: 316px 0px 322px 0px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .su-banner-4-item .spacing {
    padding: 256px 0px 250px 0px;
  }
}
@media (max-width: 991.98px) {
  .su-banner-4-item .spacing {
    padding: 156px 0px 150px 0px;
  }
}
.su-banner-4-item .overly {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.su-banner-4-zoom .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.su-banner-4-navigation span {
  color: var(--text-white);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 75px;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .su-banner-4-navigation span {
    left: 15px;
  }
}
.su-banner-4-navigation .su-banner-4-next {
  left: auto;
  right: 75px;
}
@media (max-width: 991.98px) {
  .su-banner-4-navigation .su-banner-4-next {
    right: 15px;
  }
}

/*  home 5 banner style  */
.banner-3-area {
  overflow: hidden;
}
.banner-3-area .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-3-area .swiper-container {
    height: calc(100vh - 70px);
  }
}
.banner-3-area .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.banner-3-area .container {
  height: 100vh;
  padding: 60px 0;
}
@media (max-width: 1199.98px) {
  .banner-3-area .container {
    height: calc(100vh - 70px);
  }
}
.banner-3-area .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 1199.98px) {
  .banner-3-area .banner-3-item {
    height: calc(100vh - 70px);
  }
}
.banner-3-area .banner-3-item .content .subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.banner-3-area .banner-3-item .content .title {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 15px 0 52px 0;
  margin-bottom: 0;
  margin-top: 0;
}
.banner-3-area .swiper {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .banner-3-area .swiper {
    height: calc(100vh - 70px);
  }
}
.banner-3-area .swiper-pagination {
  padding-right: 60px;
}
.banner-3-area .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 4px;
  height: 4px;
  background: var(--white-color);
  border-radius: 12px;
  opacity: 1;
  margin: 4px 0;
}
.banner-3-area .swiper-pagination .swiper-pagination-bullet-active {
  height: 16px;
}

/*  home 5 banner style  */
.su-banner-5-wrap {
  padding-top: 440px;
  padding-bottom: 53px;
}
.su-banner-5-wrap .title {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.03em;
  color: var(--text-white);
}

.su-salebar-5-content .title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: var(--theme-color7);
}
.su-salebar-5-content .text {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--theme-color7);
}

.su-salebar-5-spacing {
  padding: 52px 60px 52px 60px;
}

.su-sec-banner-5-style .thumb {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.su-sec-banner-5-style:hover .thumb {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.su-sec-banner-5-style .title {
  letter-spacing: 0.03em;
}
.su-sec-banner-5-style .link {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}

/*  home 11 banner style  */
.banner-11-area .banner-11-item .overly {
  display: none;
}
.banner-11-area .banner-11-item .spacing {
  padding: 208px 50px;
}
@media (max-width: 1199.98px) {
  .banner-11-area .banner-11-item .spacing {
    padding: 150px 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-11-area .banner-11-item .spacing {
    padding: 100px 30px;
  }
}
.banner-11-area .banner-11-item .spacing .content {
  max-width: 469px;
}
@media (max-width: 1199.98px) {
  .banner-11-area .banner-11-item .spacing .content {
    max-width: 100%;
  }
}
.banner-11-area .banner-11-item .title {
  font-family: var(--jost-font);
  font-size: 60px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media (max-width: 991.98px) {
  .banner-11-area .banner-11-item .title {
    font-size: 46px;
  }
}
@media (max-width: 575.98px) {
  .banner-11-area .banner-11-item .title {
    font-size: 40px;
  }
}

/*  home 14 banner style  */
.su-banner-14-area {
  /*  home 10 banner style  */
}
.su-banner-14-area .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.su-banner-14-area .bg {
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .su-banner-14-area .bg {
    border-radius: 20px;
  }
}
.su-banner-14-area .spacing {
  padding: 240px 0px 276px 0px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .su-banner-14-area .spacing {
    padding: 207px 0px 207px 0px;
  }
}
@media (max-width: 767.98px) {
  .su-banner-14-area .spacing {
    padding: 150px 0px 150px 0px;
  }
}
@media (max-width: 575.98px) {
  .su-banner-14-area .spacing {
    padding: 120px 0px 120px 0px;
  }
}
.su-banner-14-area .overly {
  opacity: 0.2;
  background: var(--dark-color);
  border-radius: 40px;
}
.su-banner-14-area .title {
  color: var(--white-color);
  font-family: var(--opensans-font);
  font-size: 90px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
}
@media (max-width: 1199.98px) {
  .su-banner-14-area .title {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .su-banner-14-area .title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .su-banner-14-area .title {
    font-size: 40px;
  }
}
.su-banner-14-area .sub-title {
  color: var(--white-color);
  font-family: var(--libre-font);
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
}
@media (max-width: 1199.98px) {
  .su-banner-14-area .sub-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .su-banner-14-area .sub-title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .su-banner-14-area .sub-title {
    font-size: 26px;
  }
}
.su-banner-14-area .su-btn-4 {
  font-family: var(--opensans-font);
  font-weight: 500;
}
.su-banner-14-area .swiper-pagination-14 {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 38px;
  z-index: 9;
}
.su-banner-14-area .swiper-pagination-14 .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background: var(--white-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  margin: 0 3px;
  position: relative;
  border-radius: 0;
}
.su-banner-14-area .swiper-pagination-14 .swiper-pagination-bullet-active {
  background: var(--dark-color);
}
.su-banner-14-area.banner-10-area .spacing {
  padding: 322px 0;
}
.su-banner-14-area.banner-10-area .sub-title {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--jakarta-font);
  line-height: 28px;
}
.su-banner-14-area.banner-10-area .title {
  font-size: 40px;
  font-weight: 500;
  font-family: var(--jakarta-font);
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}
.su-banner-14-area.banner-10-area .pagination-10 {
  bottom: 60px;
}

/*  home 15 banner style  */
.su-banner-15-area .spacing {
  padding: 289px 0px 304px 0px;
}
@media (max-width: 1399.98px) {
  .su-banner-15-area .spacing {
    padding: 230px 0px 230px 0px;
  }
}
@media (max-width: 1199.98px) {
  .su-banner-15-area .spacing {
    padding: 180px 0px 180px 0px;
  }
}
@media (max-width: 767.98px) {
  .su-banner-15-area .spacing {
    padding: 120px 0px 120px 0px;
  }
}
.su-banner-15-area .title {
  font-family: var(--libre-font);
  color: var(--text-white);
  font-size: 70px;
  font-weight: var(--font-weight-400);
  margin-bottom: 45px !important;
}
@media (max-width: 1199.98px) {
  .su-banner-15-area .title {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .su-banner-15-area .title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .su-banner-15-area .title {
    font-size: 40px;
    margin-bottom: 25px !important;
  }
}
.su-banner-15-area .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.su-banner-15-area .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.su-banner-15-area .swiper-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 40px;
  right: 0;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  .su-banner-15-area .swiper-pagination {
    padding-right: 24px;
  }
}
@media (max-width: 575.98px) {
  .su-banner-15-area .swiper-pagination {
    display: none;
  }
}
.su-banner-15-area .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  margin: 14px 0px;
  position: relative;
}
.su-banner-15-area .swiper-pagination .swiper-pagination-bullet::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
}
.su-banner-15-area .swiper-pagination .swiper-pagination-bullet::after {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  border-right: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-160deg);
          transform: translate(-50%, -50%) rotate(-160deg);
  content: "";
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
}
.su-banner-15-area .swiper-pagination .swiper-pagination-bullet:hover::before {
  opacity: 1;
}
.su-banner-15-area .swiper-pagination .swiper-pagination-bullet:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-140deg);
          transform: translate(-50%, -50%) rotate(-140deg);
}
.su-banner-15-area .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.su-banner-15-area .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-140deg);
          transform: translate(-50%, -50%) rotate(-140deg);
}

/*  home 16 banner style  */
@media (max-width: 1199.98px) {
  .su-banner-16-area {
    margin-top: 0;
  }
}
.su-banner-16-area .title {
  font-family: var(--lora-font);
  color: var(--text-white);
  font-size: 70px;
  font-weight: var(--font-weight-400);
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .su-banner-16-area .title {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .su-banner-16-area .title {
    font-size: 42px !important;
  }
}
@media (max-width: 575.98px) {
  .su-banner-16-area .title {
    font-size: 30px !important;
  }
}
.su-banner-16-area .subtitle {
  font-family: var(--outfit-font);
  color: var(--text-white);
  font-size: 18px;
  font-weight: var(--font-weight-400);
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .su-banner-16-area .subtitle {
    margin-bottom: 30px;
  }
}
.su-banner-16-area .spacing {
  padding: 481px 0px 74px 0px;
}
@media (max-width: 1199.98px) {
  .su-banner-16-area .spacing {
    padding: 381px 0px 74px 0px;
  }
}
@media (max-width: 991.98px) {
  .su-banner-16-area .spacing {
    padding: 281px 0px 60px 0px;
  }
}
.su-banner-16-area .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.su-banner-16-area .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.su-banner-16-area .su-banner-16-navigation span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.su-banner-16-area .su-banner-16-navigation span:hover {
  background: var(--white-color);
  color: var(--text-black);
}
.su-banner-16-area .su-banner-16-prev {
  left: 40px;
}
@media (max-width: 991.98px) {
  .su-banner-16-area .su-banner-16-prev {
    left: 20px;
  }
}
.su-banner-16-area .su-banner-16-next {
  right: 40px;
  left: auto;
}
@media (max-width: 991.98px) {
  .su-banner-16-area .su-banner-16-next {
    right: 20px;
  }
}
.su-banner-16-area .swiper-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.su-banner-16-area .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dark-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  margin: 0 14px;
  position: relative;
}
.su-banner-16-area .swiper-pagination .swiper-pagination-bullet::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--gray-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
}
.su-banner-16-area .swiper-pagination .swiper-pagination-bullet::after {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--dark-color3);
  border-right: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-160deg);
          transform: translate(-50%, -50%) rotate(-160deg);
  content: "";
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
}
.su-banner-16-area .swiper-pagination .swiper-pagination-bullet:hover::before {
  opacity: 1;
}
.su-banner-16-area .swiper-pagination .swiper-pagination-bullet:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-140deg);
          transform: translate(-50%, -50%) rotate(-140deg);
}
.su-banner-16-area .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.su-banner-16-area .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-140deg);
          transform: translate(-50%, -50%) rotate(-140deg);
}
.su-banner-16-area.banner-12 .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.su-banner-16-area.banner-12 .spacing {
  padding: 425px 60px 296px;
}
@media (max-width: 1399.98px) {
  .su-banner-16-area.banner-12 .spacing {
    padding: 341px 60px 226px;
  }
}
@media (max-width: 1199.98px) {
  .su-banner-16-area.banner-12 .spacing {
    padding: 220px 30px 220px;
  }
}
@media (max-width: 1199.98px) {
  .su-banner-16-area.banner-12 .spacing {
    padding: 130px 0 130px;
  }
}
.su-banner-16-area.banner-12 .subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  font-family: var(--dmsans-font);
  margin-bottom: 10px;
}
.su-banner-16-area.banner-12 .title {
  color: var(--theme-color17);
  font-family: var(--dmsans-font);
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
  letter-spacing: 2.7px;
}
@media (max-width: 1399.98px) {
  .su-banner-16-area.banner-12 .title {
    font-size: 60px;
  }
}
.su-banner-16-area.banner-12 .short-info {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  font-family: var(--dmsans-font);
}
.su-banner-16-area.banner-12 .swiper-pagination {
  margin-top: 0;
  bottom: 50px;
}
.su-banner-16-area.banner-12 .swiper-pagination .swiper-pagination-bullet {
  background: var(--white-color);
}
.su-banner-16-area.banner-12 .swiper-pagination .swiper-pagination-bullet::after {
  border-color: var(--white-color);
  border-right: 1px solid transparent;
}
.su-banner-16-area.banner-12 .swiper-pagination .swiper-pagination-bullet::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.su-banner-16-area.banner-13 .spacing {
  padding: 559px 0px 102px 0px;
}
@media (max-width: 1399.98px) {
  .su-banner-16-area.banner-13 .spacing {
    padding: 359px 0px 72px 0px;
  }
}
@media (max-width: 575.98px) {
  .su-banner-16-area.banner-13 .spacing {
    padding: 209px 0px 72px 0px;
  }
}
.su-banner-16-area.banner-13 .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.su-banner-16-area.banner-13 .subtitle {
  font-family: var(--bebas-font);
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.su-banner-16-area.banner-13 .title {
  font-size: 80px;
  font-family: var(--bebas-font);
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .su-banner-16-area.banner-13 .title {
    font-size: 70px;
  }
}
.su-banner-16-area.banner-13 .su-btn-4-black {
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.su-banner-16-area.banner-2 .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.su-banner-16-area.banner-2 .spacing {
  padding: 555px 0 85px 0;
}
@media (max-width: 1199.98px) {
  .su-banner-16-area.banner-2 .spacing {
    padding: 155px 0 85px 0;
  }
}
.su-banner-16-area.banner-2 .play-btn {
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
  width: 150px;
  height: 150px;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 160px;
}
@media (max-width: 1199.98px) {
  .su-banner-16-area.banner-2 .play-btn {
    margin-bottom: 80px;
  }
}
.su-banner-16-area.banner-2 .play-btn:hover {
  background: var(--white-color);
  color: var(--dark-color);
  border-color: var(--white-color);
}
.su-banner-16-area.banner-2 .title {
  font-family: var(--marcellus-font);
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: normal;
}
.su-banner-16-area.banner-2 .su-btn-4-black .su-text {
  text-decoration: underline;
}
.su-banner-16-area.banner-2 .banner-btn-group {
  gap: 60px;
}
.su-banner-16-area.banner-6 {
  background: var(--theme-color11);
}
.su-banner-16-area.banner-6 .su-banner-4-item {
  height: 760px;
}
.su-banner-16-area.banner-6 .su-banner-4-item .bg {
  max-width: 1122px;
}
.su-banner-16-area.banner-6 .su-banner-4-item .collection-item {
  background: var(--theme-color11);
  max-width: 798px;
  width: 100%;
  padding: 257px 0;
}
.su-banner-16-area.banner-6 .su-banner-4-item .collection-item .text {
  max-width: 272px;
  margin: 0 auto;
}
.su-banner-16-area.banner-6 .su-banner-4-item .collection-item .text .subtitle {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  font-family: var(--jakarta-font);
}
.su-banner-16-area.banner-6 .su-banner-4-item .collection-item .text .title {
  color: var(--dark-color);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  font-family: var(--jakarta-font);
}
.su-banner-16-area.banner-6 .su-banner-4-item .collection-item .text .su-btn-4 {
  background: var(--theme-color26);
}

/*  home 19 banner style  */
.banner-19-area {
  height: 882px;
}
@media (max-width: 1399.98px) {
  .banner-19-area {
    height: 682px;
  }
}
@media (max-width: 575.98px) {
  .banner-19-area {
    height: 582px;
  }
}
.banner-19-area video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-19-area .content {
  bottom: 100px;
  max-width: 600px;
  padding: 0 12px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .banner-19-area .content {
    bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .banner-19-area .content {
    bottom: 80px;
  }
}
.banner-19-area .content .title {
  font-family: var(--cormorant-font);
  font-size: 70px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .banner-19-area .content .title {
    font-size: 50px;
  }
}
.banner-19-area .content .text {
  max-width: 378px;
  margin: 0 auto;
  font-family: var(--jost-font);
  font-size: 16px;
  line-height: 26px;
}
.banner-19-area .control-video {
  right: 30px;
  bottom: 30px;
}
.banner-19-area .control-video i {
  font-size: 30px;
  color: var(--white-color);
}
.banner-19-area.video-banner-13 {
  height: 860px;
}
@media (max-width: 1199.98px) {
  .banner-19-area.video-banner-13 {
    height: 726px;
  }
}
@media (max-width: 575.98px) {
  .banner-19-area.video-banner-13 {
    height: 626px;
  }
}
.banner-19-area.video-banner-13 .content {
  max-width: 950px;
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-19-area.video-banner-13 .content .text {
  max-width: 100%;
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.banner-19-area.video-banner-13 .content .title {
  font-family: var(--bebas-font);
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
@media (max-width: 1199.98px) {
  .banner-19-area.video-banner-13 .content .title {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-19-area.video-banner-13 .content .title {
    font-size: 50px;
  }
}
.banner-19-area.video-banner-13 .content .su-btn-4-black {
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}

/*  home 20 banner style  */
.banner-slider-wrapper.style20 {
  z-index: 1;
}

.banner-bottom.style20 {
  margin-top: 20px;
}
.banner-bottom.style20 .banner-bottom-wrapper {
  position: relative;
}
@media (max-width: 575.98px) {
  .banner-bottom.style20 .banner-bottom-wrapper {
    margin-bottom: 30px;
  }
}
.banner-bottom.style20 .banner-bottom-wrapper .thumb img {
  width: 100%;
}
.banner-bottom.style20 .banner-bottom-wrapper .banner-bottom-content {
  position: absolute;
  left: 60px;
  bottom: 70px;
}
@media (max-width: 991.98px) {
  .banner-bottom.style20 .banner-bottom-wrapper .banner-bottom-content {
    left: 30px;
    bottom: 40px;
  }
}
.banner-bottom.style20 .banner-bottom-wrapper .banner-bottom-content h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 24px;
  color: var(--white-color);
}
@media (max-width: 991.98px) {
  .banner-bottom.style20 .banner-bottom-wrapper .banner-bottom-content h3 {
    font-size: 36px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .banner-bottom.style20 .banner-bottom-wrapper .banner-bottom-content h3 {
    font-size: 28px;
    padding-bottom: 14px;
  }
}
.banner-bottom.style20 .banner-bottom-wrapper .banner-bottom-content p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: var(--white-color);
  padding-bottom: 24px;
}
@media (max-width: 991.98px) {
  .banner-bottom.style20 .banner-bottom-wrapper .banner-bottom-content p {
    padding-bottom: 14px;
  }
}
.banner-bottom.style20 .banner-bottom-wrapper .banner-bottom-content .banner-btn-wrapper .theme-btn {
  padding: 20px 35px;
  border-radius: 0;
  border: 0;
  padding: 12px 16px;
}

/*
 * collections.scss
 * -----------------------------------------------
*/
/*  home 4 brand style  */
.su-brands-4-slide .swiper-slide {
  display: inline-block;
  width: auto;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*  home 5 brand style  */
.su-text-5-style .text {
  color: var(--text-color);
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.su-text-5-style .text img {
  margin-right: 30px;
}
.su-text-5-style .style-2 .text img {
  margin-left: 10px;
}

.su-brands-5-slide {
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  padding: 34px 0px;
}
.su-brands-5-slide .swiper-slide {
  display: inline-block;
  width: auto;
}

/*  home 16 brand style  */
.su-brands-16-area .swiper-slide {
  display: inline-block;
  width: auto;
}
.su-brands-16-area .swiper-slide img {
  opacity: 0.3;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .su-brands-16-area .swiper-slide img {
    width: 86%;
  }
}
.su-brands-16-area .swiper-slide-active img {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .su-brands-16-area .brands-16-text-slide {
    margin-top: 0px !important;
  }
}
.su-brands-16-area .brands-16-img-slide {
  max-width: 500px;
}
@media (max-width: 767.98px) {
  .su-brands-16-area .brands-16-img-slide {
    margin-top: 50px !important;
  }
}
.su-brands-16-area .swiper-slide {
  display: inline-block;
  width: auto;
}
.su-brands-16-area .subtitle {
  margin-bottom: 70px;
  color: var(--dark-color);
  font-family: var(--montserrat-font);
  font-size: 16px;
  font-weight: var(--font-weight-600);
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .su-brands-16-area .subtitle {
    margin-bottom: 40px;
  }
}
.su-brands-16-area .title {
  color: var(--dark-color);
  font-family: var(--montserrat-font);
  font-size: 30px;
  font-weight: var(--font-weight-600);
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .su-brands-16-area .title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1399.98px) {
  .su-brands-16-area.style12 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.su-brands-16-area.style12 .subtitle {
  font-family: var(--dmsans-font);
}
.su-brands-16-area.style12 .title {
  font-family: var(--dmsans-font);
}
@media (max-width: 1399.98px) {
  .su-brands-16-area.style14 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .su-brands-16-area.style14 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .su-brands-16-area.style14 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .su-brands-16-area.style14 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575.98px) {
  .su-brands-16-area.style14 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.su-brands-16-area.style14 .brands-bg {
  background: var(--theme-color11);
}
.su-brands-16-area.style14 .subtitle {
  font-family: var(--opensans-font);
}
@media (max-width: 767.98px) {
  .su-brands-16-area.style14 .subtitle {
    margin-bottom: 40px;
  }
}
.su-brands-16-area.style14 .title {
  font-family: var(--opensans-font);
}
@media (max-width: 767.98px) {
  .su-brands-16-area.style14 .title {
    font-size: 20px;
    line-height: 32px;
  }
}
.su-brands-16-area.shop-brands .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.testimonial-slider-wrapper.style23 .slider-content {
  text-align: center;
  padding: 0 80px;
}
@media (max-width: 1399.98px) {
  .testimonial-slider-wrapper.style23 .slider-content {
    padding: 0 20px;
  }
}
.testimonial-slider-wrapper.style23 .slider-content .title {
  color: var(--dark-color);
  font-family: var(--title-font3);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.testimonial-slider-wrapper.style23 .slider-content .text {
  color: var(--dark-color);
  font-family: var(--title-font2);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  padding-top: 56px;
}
@media (max-width: 767.98px) {
  .testimonial-slider-wrapper.style23 .slider-content .text {
    padding-top: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}
.testimonial-slider-wrapper.style23 .testi-thumb-slider {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .testimonial-slider-wrapper.style23 .testi-thumb-slider {
    margin-top: 30px;
  }
}
.testimonial-slider-wrapper.style23 .testi-thumb-slider .swiper-wrapper {
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0px, 0px, 0px 0px);
          transform: translate3d(0px, 0px, 0px 0px);
  -webkit-transform: translateX(11%) !important;
          transform: translateX(11%) !important;
}
.testimonial-slider-wrapper.style23 .testi-thumb-slider .swiper-slide {
  max-width: 100%;
}
.testimonial-slider-wrapper.style23 .testi-thumb-slider .swiper-slide.swiper-slide-active img {
  opacity: 100%;
}
.testimonial-slider-wrapper.style23 .testi-thumb-slider .swiper-slide img {
  opacity: 30%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.testimonial-slider-wrapper.style23 .testi-thumb-slider .swiper-slide img:hover {
  opacity: 100%;
}

/*  home 20 brand style  */
.fave-brand-wrapper.style20 {
  position: relative;
}
.fave-brand-wrapper.style20 .fave-brand-slider-wrapper {
  position: relative;
}
.fave-brand-wrapper.style20 .fave-brand-slider-wrapper .swiper-nav {
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--gray-color);
  border-radius: 50%;
  color: var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
}
.fave-brand-wrapper.style20 .fave-brand-slider-wrapper .swiper-prev {
  position: absolute;
  right: 10px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 767.98px) {
  .fave-brand-wrapper.style20 .fave-brand-slider-wrapper .swiper-prev {
    display: none;
  }
}
.fave-brand-wrapper.style20 .fave-brand-slider-wrapper .swiper-next {
  left: 10px;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 767.98px) {
  .fave-brand-wrapper.style20 .fave-brand-slider-wrapper .swiper-next {
    display: none;
  }
}

/*
 * blog.scss
 * -----------------------------------------------
*/
.su-blog-4-item {
  background: var(--text-gray-2);
}
.su-blog-4-item img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-blog-4-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.su-blog-4-item .content {
  padding: 0px 40px 0px 0px;
}
.su-blog-4-item .title {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.su-blog-4-item .text {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.su-blog-4-slider {
  margin-right: -180px;
}
@media (max-width: 991.98px) {
  .su-blog-4-slider {
    margin-right: 0;
  }
}

.su-blog-4-scrool {
  margin-top: 60px;
}
.su-blog-4-scrool .swiper-scrollbar {
  width: 100%;
  height: 3px;
  background: var(--text-gray-2);
}
.su-blog-4-scrool .swiper-scrollbar-drag {
  background: var(--dark-color);
}

.su-blog-4-navigation span {
  border-radius: 50px;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-blog-4-navigation span:hover {
  border: 1px solid #e6e6e6;
}

.blog-16-item img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-16-item .text {
  margin-top: 25px;
}
.blog-16-item .text .category {
  color: var(--theme-color9);
  font-family: var(--montserrat-font);
  font-size: 13px;
  font-weight: var(--font-weight-400);
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.blog-16-item .text .blog-title {
  color: var(--dark-color);
  font-family: var(--montserrat-font);
  font-size: 16px;
  font-weight: var(--font-weight-600);
  line-height: 28px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  padding-right: 5px;
}
.blog-16-item .text .blog-title:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 100% 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
}
.blog-16-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-6-area .blog-16-item .text .category {
  margin-bottom: 15px;
}
.blog-6-area .blog-16-item .text .blog-title {
  font-family: var(--jakarta-font);
}

/*
 * cetagory.scss
 * -----------------------------------------------
*/
.su-cetagory-5-wrap .title {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
  margin-bottom: 0;
}
.su-cetagory-5-wrap .title a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c83027), to(#c83027)), -webkit-gradient(linear, left top, left bottom, from(#c83027), to(#c83027));
  background-image: linear-gradient(#c83027, #c83027), linear-gradient(#c83027, #c83027);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.su-cetagory-5-wrap .title a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c83027), to(#c83027)), -webkit-gradient(linear, left top, left bottom, from(#c83027), to(#c83027));
  background-image: linear-gradient(#c83027, #c83027), linear-gradient(#c83027, #c83027);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
  color: var(--theme-color8);
}
.su-cetagory-5-wrap .item .link {
  overflow: hidden;
  display: block;
  border-radius: 50%;
}
.su-cetagory-5-wrap .item a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 110px;
  height: 110px;
}
.su-cetagory-5-wrap .item:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.su-cetagory-5-wrap .content {
  width: 110px;
  height: 110px;
  background: var(--theme-color8);
  border-radius: 50%;
  padding-top: 26px;
  margin: 0 auto;
}
.su-cetagory-5-wrap .content span {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color);
}
.su-cetagory-5-wrap .content h6 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.su-cetagory-5-wrap .cetagory-btn a {
  border-radius: 100%;
  border: 1px solid var(--dark-color);
  width: 110px;
  height: 110px;
  display: inline-block;
  line-height: 103px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--dark-color);
}
.su-cetagory-5-wrap .cetagory-btn a:hover {
  border-color: var(--theme-color8);
  color: var(--theme-color8);
}

/*
 * collections.scss
 * -----------------------------------------------
*/
/*  Collection home 1 style  */
.top-collection-item {
  position: relative;
}
.top-collection-item .thumb {
  overflow: hidden;
  position: relative;
}
.top-collection-item .images {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
.top-collection-item:hover .images {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-collection-item:hover .tc-content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.top-collection-item:hover .btn-text {
  opacity: 1;
  visibility: visible;
}
.top-collection-item .tc-content {
  bottom: 55px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(55px);
          transform: translateY(55px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-collection-item .tc-content .title {
  color: var(--text-white);
  font-family: var(--jakarta-font);
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 30px;
}
.top-collection-item .btn-text {
  color: var(--text-white);
  font-family: var(--jakarta-font);
  font-style: normal;
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media (max-width: 991.98px) {
  .shop-collection-3-area {
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .shop-collection-3-area {
    padding-left: 15px;
    padding-right: 15px !important;
  }
}

/*  Collection home 4 style  */
.su-collections-4-area {
  padding-bottom: 140px;
  padding-top: 170px;
}

.su-collections-4-item {
  margin-bottom: 30px;
}
.su-collections-4-item :hover .images {
  -webkit-transform: scale(1.1) rotate(-2deg);
          transform: scale(1.1) rotate(-2deg);
}
.su-collections-4-item .images {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-collections-4-item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--dark-color);
}
.su-collections-4-item .title a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D)), -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D));
  background-image: linear-gradient(#1D1D1D, #1D1D1D), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.su-collections-4-item .title a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D)), -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D));
  background-image: linear-gradient(#1D1D1D, #1D1D1D), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
  color: var(--dark-color);
}

.su-collections-4-slider {
  margin-right: -400px;
}
@media (max-width: 991.98px) {
  .su-collections-4-slider {
    margin-right: 0;
  }
}

.su-collections-4-navigation span {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: var(--text-white);
  color: var(--dark-color);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.su-collections-4-navigation .next {
  right: 20px;
  left: auto;
}

.su-collection-dark-4-left {
  margin-right: -50px;
}
@media (max-width: 991.98px) {
  .su-collection-dark-4-left {
    margin-right: 0;
  }
}

.su-collection-dark-4-content {
  margin-left: 110px;
}
@media (max-width: 1400px) {
  .su-collection-dark-4-content {
    margin-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .su-collection-dark-4-content {
    margin-left: 0;
  }
}
.su-collection-dark-4-content .subtitle {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-white);
}
.su-collection-dark-4-content .su-left-right {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: var(--text-white);
}
.su-collection-dark-4-content .para {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: var(--text-color);
}
@media (max-width: 575.98px) {
  .su-collection-dark-4-content .para {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .su-collections-4-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*  Collection home 9 style  */
.collection-9-item {
  overflow: hidden;
}
.collection-9-item img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.collection-9-item .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding: 60px;
}
@media (max-width: 1399.98px) {
  .collection-9-item .overlay {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .collection-9-item .overlay {
    padding: 20px;
  }
}
.collection-9-item .overlay .title {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 1399.98px) {
  .collection-9-item .overlay .title {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .collection-9-item .overlay .title {
    font-size: 30px;
  }
}
.collection-9-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.collection-9-item.style2 .overlay .title {
  font-size: 24px;
}

/*  Collection home 5 style  */
.su-collections-5-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.su-collections-5-wrap:hover .thumb {
  -webkit-transform: scale(1.1) rotate(-2deg);
          transform: scale(1.1) rotate(-2deg);
}
.su-collections-5-wrap .thumb {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.su-collections-5-wrap .content {
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.su-collections-5-wrap .title {
  letter-spacing: 0.03em;
  color: var(--text-white);
}
.su-collections-5-wrap .link {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-white);
}

/* Shop Collection home 12 style  */
.shop-collection-12-area .shop-collection-12-item .img img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-collection-12-area .shop-collection-12-item .text .title {
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
}
@media (max-width: 1199.98px) {
  .shop-collection-12-area .shop-collection-12-item .text .title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .shop-collection-12-area .shop-collection-12-item .text .title {
    font-size: 20px;
  }
}
.shop-collection-12-area .shop-collection-12-item:hover .img img {
  -webkit-transform: scale(1.05) rotate(2deg);
          transform: scale(1.05) rotate(2deg);
}
.shop-collection-12-area .shop-collection-12-item.shop-page-block-item .text .title {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.shop-collection-12-area .shop-collection-12-item.shop-page-block-item .text p {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}

/* Collection home 12 style  */
.collection-12-area .collection-12-item {
  height: 100%;
}
.collection-12-area .collection-12-item .img {
  height: 100%;
}
.collection-12-area .collection-12-item .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.collection-12-area .collection-12-item .overlay {
  background: rgba(29, 29, 29, 0.2);
  padding: 40px;
}
.collection-12-area .collection-12-item .overlay .text .title {
  font-family: var(--dmsans-font);
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
@media (max-width: 1399.98px) {
  .collection-12-area .collection-12-item .overlay .text .title {
    font-size: 40px;
  }
}
.collection-12-area .collection-12-item:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top-collection-12-area .top-collection-item .img img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.top-collection-12-area .top-collection-item .text .title {
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.54px;
}
.top-collection-12-area .top-collection-item:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*  Collection home 11 style  */
.collection-11-area {
  padding-top: 120px;
}
.collection-11-area .collections-11-slider {
  margin-right: -200px;
}
@media (max-width: 991.98px) {
  .collection-11-area .collections-11-slider {
    margin-right: 0;
  }
}
.collection-11-area .su-product-4-card img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.collection-11-area .su-product-4-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.collection-11-area .su-product-4-card .product-title {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--jost-font);
}
.collection-11-area .collection-nav-11 span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--dark-color);
}
.collection-11-area .product-11-big-card .card-product-info {
  padding: 100px 40px;
}
@media (max-width: 991.98px) {
  .collection-11-area .product-11-big-card .card-product-info {
    padding: 60px 20px;
  }
}
@media (max-width: 767.98px) {
  .collection-11-area .product-11-big-card .card-product-info {
    padding: 26px 20px;
  }
}
@media (max-width: 575.98px) {
  .collection-11-area .product-11-big-card .card-product-info {
    padding: 20px 20px;
  }
}
.collection-11-area .product-11-big-card .card-product-info .title {
  color: var(--white-color);
  font-family: var(--jost-font);
  font-size: 60px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media (max-width: 991.98px) {
  .collection-11-area .product-11-big-card .card-product-info .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .collection-11-area .product-11-big-card .card-product-info .title {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

/*  Collection home 13 style  */
.collection-13-area .collection-13-item .img img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.collection-13-area .collection-13-item .text .title {
  color: var(--dark-color);
  font-family: var(--bebas-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.collection-13-area .collection-13-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.collection-13-area.style19 .collection-19-row {
  --bs-gutter-y: 60px;
}
.collection-13-area.style19 .collection-13-item .text .sub-title {
  color: var(--dark-color);
  font-family: var(--jost-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.collection-13-area.style19 .collection-13-item .text .title {
  font-family: var(--cormorant-font);
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .collection-13-area.style19 .collection-13-item .text .title {
    font-size: 28px;
  }
}

/*  Collection home 14 style  */
.su-top-collection-14-area .top-collection-14-item img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.su-top-collection-14-area .top-collection-14-item .overly {
  background: rgba(29, 29, 29, 0.1);
}
.su-top-collection-14-area .top-collection-14-item .overly .title {
  color: var(--white-color);
  font-family: var(--opensans-font);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 1199.98px) {
  .su-top-collection-14-area .top-collection-14-item .overly .title {
    font-size: 22px;
  }
}
.su-top-collection-14-area .top-collection-14-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gap-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1399.98px) {
  .gap-60 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .gap-60 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .gap-60 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .gap-60 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575.98px) {
  .gap-60 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*  Collection home 15 style  */
.su-collections-15-item .images {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-collections-15-item .overly {
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 30px;
}
.su-collections-15-item .overly .text .sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-white);
  font-family: var(--outfit-font);
  text-transform: uppercase;
}
.su-collections-15-item .overly .text .title {
  font-family: var(--libre-font);
  color: var(--text-white);
  font-size: 40px;
  font-weight: var(--font-weight-400);
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .su-collections-15-item .overly .text .title {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .su-collections-15-item .overly .text .title {
    font-size: 26px;
  }
}
.su-collections-15-item:hover .images {
  -webkit-transform: scale(1.05) rotate(-2deg);
          transform: scale(1.05) rotate(-2deg);
}
@media (max-width: 767.98px) {
  .su-collections-15-item.collection-big .images {
    min-height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.su-collections-15-item.collection-big .overly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  padding: 30px 60px 120px 60px;
}
@media (max-width: 991.98px) {
  .su-collections-15-item.collection-big .overly {
    padding: 40px 60px 30px 60px;
  }
}
@media (max-width: 767.98px) {
  .su-collections-15-item.collection-big .overly {
    padding: 30px;
  }
}
.su-collections-15-item.collection-big .overly .title {
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .su-collections-15-item.collection-big .overly .title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .su-collections-15-item.collection-big .overly .title {
    font-size: 30px;
  }
}
.su-collections-15-item.collection-big .overly .info {
  color: var(--text-white);
  font-family: var(--outfit-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .su-collections-15-item.collection-big .overly .info {
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .su-collections-15-item.collection-big .overly .su-btn-4 {
    padding: 20px 15px;
  }
}
.su-collections-15-item.collection-big:hover .images {
  -webkit-transform: scale(1.05) rotate(0);
          transform: scale(1.05) rotate(0);
}
.su-collections-15-item.style13 {
  height: 100%;
}
.su-collections-15-item.style13 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.su-collections-15-item.style13 .overly .text .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2px;
  font-family: var(--bebas-font);
}
@media (max-width: 575.98px) {
  .su-collections-15-item.style13 .overly .text .title {
    font-size: 34px;
  }
}
.su-collections-15-item.style13 .overly .text .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.1px;
  font-family: var(--bebas-font);
}
@media (max-width: 575.98px) {
  .su-collections-15-item.style13 .overly .text .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}
.su-collections-15-item.style13 .overly .text .su-btn-4-black {
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
}
@media (max-width: 575.98px) {
  .su-collections-15-item.style13 .overly .text .su-btn-4-black {
    margin-top: 14px;
  }
}
.su-collections-15-item.activity-13-item .overly .text .title {
  max-width: 180px;
  width: 100%;
  color: var(--white-color);
  font-family: var(--bebas-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .su-collections-15-item.activity-13-item .overly .text .title {
    font-size: 34px;
    line-height: 40px;
  }
}
.su-collections-15-item.style14 .text .title {
  color: var(--white-color);
  font-family: var(--opensans-font);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 991.98px) {
  .su-collections-15-item.style14 .text .title {
    font-size: 30px;
  }
}
.su-collections-15-item.style14 .text .info {
  color: var(--white-color);
  font-family: var(--opensans-font);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
}
.su-collections-15-item.style14 .text .su-btn-4 {
  border-radius: 12px !important;
}
.su-collections-15-item.style19 .overly {
  background: rgba(29, 29, 29, 0.1);
}
.su-collections-15-item.style19 .overly .text .title {
  font-family: var(--cormorant-font);
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1399.98px) {
  .su-collections-15-item.style19 .overly .text .title {
    font-size: 36px;
  }
}
.su-collections-15-item.shop-collection-item .overly .text .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  font-family: var(--jakarta-font);
}
.su-collections-15-item.shop-collection-item .overly .text .title {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  font-family: var(--jakarta-font);
}
@media (max-width: 1399.98px) {
  .su-collections-15-item.shop-collection-item .overly .text .title {
    font-size: 30px;
  }
}
.su-collections-15-item.shop-collection-item .overly .text .su-btn-4 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.su-collections-15-item.shop-collection-item.shop-collection-info {
  background: var(--theme-color24);
  padding: 100px;
  text-align: center;
}
@media (max-width: 1699.98px) {
  .su-collections-15-item.shop-collection-item.shop-collection-info {
    padding: 30px;
  }
}
.su-collections-15-item.shop-collection-item.shop-collection-info .info-title {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 1399.98px) {
  .su-collections-15-item.shop-collection-item.shop-collection-info .info-title {
    font-size: 26px;
    padding-bottom: 20px !important;
  }
}
.su-collections-15-item.shop-collection-item.shop-collection-info .info-text {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.su-collections-15-item.shop-collection-item.style3 .overly {
  background: transparent;
}
.su-collections-15-item.shop-collection-banner .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.su-collections-15-item.shop-collection-banner .overly .text .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  font-family: var(--jakarta-font);
}
.su-collections-15-item.shop-collection-banner .overly .text .title {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  font-family: var(--jakarta-font);
}
.su-collections-15-item.shop-collection-banner:hover .images {
  -webkit-transform: unset;
          transform: unset;
}
.su-collections-15-item.shop-collection-banner.shop-collection-info .info-title {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
.su-collections-15-item.shop-collection-banner.shop-collection-info .info-text {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.su-collections-15-item.shop-collection-banner.style3 .overly {
  background: transparent;
}
.su-collections-15-item.collection-2-item .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 50px;
}
.su-collections-15-item.collection-2-item .overly .text .title {
  font-family: var(--marcellus-font);
}
.su-collections-15-item.collection-6-item {
  height: 100%;
}
.su-collections-15-item.collection-6-item .overly {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 91px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.su-collections-15-item.collection-6-item .overly .subtitle {
  font-family: var(--jakarta-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.su-collections-15-item.collection-6-item .overly .title {
  font-family: var(--jakarta-font);
  font-weight: 500;
}
.su-collections-15-item.collection-6-item .overly .su-btn-4 {
  color: var(--dark-color);
  text-transform: uppercase;
  background: var(--white-color);
}
.su-collections-15-item.collection-full .images {
  -webkit-transition: none;
  transition: none;
}
.su-collections-15-item.collection-full:hover .images {
  -webkit-transform: unset;
          transform: unset;
}
.su-collections-15-item.collection-full .text .subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.26px;
  margin-bottom: 10px;
}
.su-collections-15-item.collection-full .text .title {
  color: var(--dark-color);
  font-family: var(--marcellus-font);
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.su-collections-15-item.collection-full .text .title a {
  color: var(--dark-color);
}
.su-collections-15-item.stories-item .img img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.su-collections-15-item.stories-item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.su-collections-15-item.stories-item .text .title {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}

.su-collection-15-area .collection-wrap-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.su-collection-15-area .collection-wrap-bg .overlay {
  padding: 317px 0;
  background: rgba(29, 29, 29, 0.4);
}
@media (max-width: 1199.98px) {
  .su-collection-15-area .collection-wrap-bg .overlay {
    padding: 220px 0;
  }
}
@media (max-width: 767.98px) {
  .su-collection-15-area .collection-wrap-bg .overlay {
    padding: 140px 0;
  }
}
.su-collection-15-area .info {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.su-collection-15-area .info .sub-title {
  color: var(--white-color);
  font-family: var(--outfit-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.su-collection-15-area .info .title {
  color: var(--white-color);
  font-family: var(--libre-font);
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .su-collection-15-area .info .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .su-collection-15-area .info .title {
    font-size: 22px;
    padding-top: 10px;
  }
}
.su-collection-15-area .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.su-collection-15-area .active-slider .info {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .su-collection-15-area.collection-two .container-fluid {
    padding: 0 15px !important;
  }
}

/*  Collection home 16 style  */
.su-collections-16-item .images {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-collections-16-item .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .su-collections-16-item .overly {
    padding: 30px 20px;
  }
}
.su-collections-16-item .overly .text .title {
  font-family: var(--lora-font);
  color: var(--text-white);
  font-size: 24px;
  font-weight: var(--font-weight-400);
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .su-collections-16-item .overly .text .title {
    font-size: 24px !important;
  }
}
@media (max-width: 991.98px) {
  .su-collections-16-item .overly .text .title {
    margin-bottom: 8px;
  }
}
.su-collections-16-item:hover .images {
  -webkit-transform: scale(1.05) rotate(-2deg);
          transform: scale(1.05) rotate(-2deg);
}
.su-collections-16-item.style10 .overly {
  padding-bottom: 48px;
}
@media (max-width: 991.98px) {
  .su-collections-16-item.style10 .overly {
    padding-bottom: 35px;
  }
}
.su-collections-16-item.style10 .overly .text .title {
  font-family: var(--jakarta-font);
  text-transform: unset;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .su-collections-16-item.style10 .overly .text .title {
    margin-bottom: 12px;
  }
}
.su-collections-16-item.style10 .overly .text .su-btn-4-black {
  font-family: var(--jakarta-font);
}

.su-collections-16-men .overly .text .title {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .su-collections-16-men .overly .text .title {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .su-collections-16-men .overly .text .title {
    font-size: 20px;
  }
}

.su-collections-16-item-big .overly .text .title {
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .su-collections-16-item-big .overly .text .title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .su-collections-16-item-big .overly .text .title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .su-collections-16-item-big .overly .text .title {
    font-size: 20px;
  }
}

.su-collection-budget-item .overly .text .price {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.su-women-collections-16-item .overly .text .title {
  font-size: 30px;
}

.su-favourite-collections-16-area {
  padding: 0 !important;
}
.su-favourite-collections-16-area .su-section-16-title-top {
  max-width: 260px;
}

.su-favourite-collections-16-slider {
  margin-right: -400px;
}

.su-favourite-collections-16-scrool {
  margin-top: 60px;
}
.su-favourite-collections-16-scrool .swiper-scrollbar1 {
  width: 110%;
  height: 3px;
  margin-right: -180px;
  background: var(--text-gray-2);
}
.su-favourite-collections-16-scrool .swiper-scrollbar-drag {
  background: var(--dark-color);
}
.su-favourite-collections-16-scrool .swiper-scrollbar2 {
  width: 110%;
  height: 3px;
  margin-right: -180px;
  background: var(--text-gray-2);
}
.su-favourite-collections-16-scrool .swiper-scrollbar-drag {
  background: var(--dark-color);
}

.su-collections-16-navigation span {
  border: 1px solid var(--gray-color);
  position: static;
}
.su-collections-16-navigation span:hover {
  border-color: var(--dark-color);
}
.su-collections-16-navigation .prev {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.su-collections-16-navigation .next {
  margin-left: 15px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*
 * news.scss
 * -----------------------------------------------
*/
.su-countdown-4-title .title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: var(--white-color);
}
.su-countdown-4-title .discount {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color);
}

@media (max-width: 575.98px) {
  .su-countdown-4-area .su-btn-4 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.time-counter .time-countdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 320px;
}
.time-counter .counter-column {
  display: inline-block;
  text-align: center;
}
.time-counter .counter-column span.count {
  color: var(--white-color);
  font-size: 30px;
  font-family: var(--title-font);
  font-weight: var(--font-weight-600);
  letter-spacing: 0.03em;
  line-height: 38px;
  margin: 0 13px;
}
.time-counter .counter-column sub {
  display: block;
  color: var(--text-white);
  font-family: var(--jakarta-font);
  font-style: normal;
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 16px;
}

/*
 * cta.scss
 * -----------------------------------------------
*/
.su-cta-4-content .subtitle {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white-color);
}
.su-cta-4-content .title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: var(--white-color);
}
.su-cta-4-content .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  text-transform: capitalize;
  color: var(--white-color);
}
.su-cta-4-content .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.su-cta-4-content .form input {
  border: 1px solid #fff;
  padding: 20px;
  width: 446px;
  height: 50px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color);
}
.su-cta-4-content .form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color);
}
.su-cta-4-content .form input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color);
}
.su-cta-4-content .form input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color);
}
.su-cta-4-content .form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color);
}
@media (max-width: 575.98px) {
  .su-cta-4-content .form input {
    width: 100%;
    margin-right: 0;
  }
}
.su-cta-4-content .su-btn-4 {
  padding: 19px 36px;
  border: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.su-cta-4-spacing {
  padding-top: 113px;
  padding-bottom: 142px;
}

.cta-10-area .su-cta-4-content .title {
  color: var(--dark-color);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.cta-10-area .su-cta-4-content .text {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.cta-10-area .su-cta-4-content .input_groups {
  width: 600px;
}
@media (max-width: 767.98px) {
  .cta-10-area .su-cta-4-content .input_groups {
    width: 100%;
  }
}
.cta-10-area .su-cta-4-content .input_groups input {
  width: 100%;
  height: 54px;
  font-size: 14px;
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
}
.cta-10-area .su-cta-4-content .input_groups input::-webkit-input-placeholder {
  color: var(--dark-color);
}
.cta-10-area .su-cta-4-content .input_groups input::-moz-placeholder {
  color: var(--dark-color);
}
.cta-10-area .su-cta-4-content .input_groups input:-ms-input-placeholder {
  color: var(--dark-color);
}
.cta-10-area .su-cta-4-content .input_groups input::-ms-input-placeholder {
  color: var(--dark-color);
}
.cta-10-area .su-cta-4-content .input_groups input::placeholder {
  color: var(--dark-color);
}
.cta-10-area .su-cta-4-content .input_groups .su-btn-4 {
  padding: 0;
  margin-right: 20px;
}

.cta-section-11 {
  background: var(--theme-color16);
  padding: 40px 0;
}
@media (max-width: 575.98px) {
  .cta-section-11 {
    padding: 30px 0;
  }
}
.cta-section-11 .title {
  font-family: var(--jost-font);
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 575.98px) {
  .cta-section-11 .title {
    font-size: 24px;
  }
}

.su-cta-14-area .cta-bg {
  background: var(--theme-color12);
  border-radius: 24px;
  padding: 90px 200px;
}
@media (max-width: 1399.98px) {
  .su-cta-14-area .cta-bg {
    padding: 90px 60px;
  }
}
@media (max-width: 767.98px) {
  .su-cta-14-area .cta-bg {
    padding: 30px 30px;
  }
}
.su-cta-14-area .cta-bg .info .title {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 767.98px) {
  .su-cta-14-area .cta-bg .info .title {
    font-size: 24px;
  }
}
.su-cta-14-area .cta-bg .info p {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}

.cta-style-15 {
  padding: 0;
}
.cta-style-15 .overlay {
  padding: 260px 0 278px 0;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1399.98px) {
  .cta-style-15 .overlay {
    padding: 200px 0 200px 0;
  }
}
@media (max-width: 991.98px) {
  .cta-style-15 .overlay {
    padding: 160px 0 160px 0;
  }
}
@media (max-width: 575.98px) {
  .cta-style-15 .overlay {
    padding: 100px 0 100px 0;
  }
}
.cta-style-15 .overlay .subtitle {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--outfit-font);
}
.cta-style-15 .overlay .title {
  font-size: 36px;
  font-weight: 400;
  font-family: var(--libre-font);
}
.cta-style-15 .overlay .text {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--outfit-font);
}

/*
 * cart.scss
 * -----------------------------------------------
*/
.cart-dropdown .minicart-4-wrap {
  opacity: 1;
  visibility: visible;
  top: 110%;
}

.minicart-4-wrap {
  background: var(--white-color);
  -webkit-box-shadow: 0px 15px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 24px rgba(0, 0, 0, 0.05);
  height: 513px;
  opacity: 0;
  padding: 35px 40px 40px 40px;
  position: absolute;
  right: 0;
  text-align: left;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  top: 100%;
  visibility: hidden;
  width: 440px;
  z-index: 999;
}
@media (max-width: 575.98px) {
  .minicart-4-wrap {
    padding: 30px;
    right: -11px;
    width: 335px;
  }
}
@media (max-width: 320px) {
  .minicart-4-wrap {
    width: 300px;
  }
}
.minicart-4-wrap .title {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.minicart-4-wrap .sidebar-close-icon {
  border-radius: 8px;
  cursor: pointer;
  color: #041E42;
  font-size: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-size: 20px;
}
.minicart-4-wrap .sidebar-close-icon:hover {
  background-color: #F3F5F6;
}
.minicart-4-wrap .cart li {
  border-bottom: 1px solid #eaeaea;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}
.minicart-4-wrap .list_content img {
  max-width: 90px;
}
.minicart-4-wrap .product-name {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 16px;
  margin-bottom: 3px;
}
.minicart-4-wrap .price {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 3px;
}
.minicart-4-wrap .product-size {
  color: var(--text-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 22px;
  margin-bottom: 10px;
}
.minicart-4-wrap .quantity-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3px;
  width: 80px;
}
.minicart-4-wrap .quantity-block button {
  background: none;
  border: none;
  outline: none;
  font-size: 12px;
  color: var(--dark-color);
  padding: 0;
  width: 20px;
  text-align: center;
}
.minicart-4-wrap .quantity-block button:hover {
  background: #F3F5F6;
}
.minicart-4-wrap .close_icon {
  color: var(--text-color);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 183%;
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.minicart-4-wrap .close_icon:hover {
  color: var(--dark-color);
}
.minicart-4-wrap .quantity-num {
  background: none;
  border: none;
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: center;
  width: 25px;
}
.minicart-4-wrap .minicart-btn-wrap a {
  border: 1px solid #1d1d1d;
  color: var(--dark-color);
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 15px 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .minicart-4-wrap .minicart-btn-wrap a {
    padding: 5px 0px;
  }
}
.minicart-4-wrap .minicart-btn-wrap a:hover {
  background: var(--dark-color);
  color: var(--white-color);
}
.minicart-4-wrap .minicart-btn-wrap .checkout-btn {
  background: var(--dark-color);
  color: var(--white-color);
}
.minicart-4-wrap .minicart-btn-wrap .checkout-btn:hover {
  background: var(--white-color);
  color: var(--dark-color);
}

.search-16-wrap {
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-16-wrap .open-search-16-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(29, 29, 29, 0.7);
}
.search-16-wrap .search-box-main {
  max-width: 500px;
  width: 100%;
  height: 100% !important;
  background: var(--white-color);
  margin-left: auto;
  overflow-y: auto;
  scrollbar-width: none;
}
.search-16-wrap .search-box-main .search-top {
  padding: 30px 40px 0 40px;
}
@media (max-width: 575.98px) {
  .search-16-wrap .search-box-main .search-top {
    padding: 20px 20px 0 20px;
  }
}
.search-16-wrap .search-box-main .search-top .search-close-icon {
  margin-left: auto;
  border-radius: 8px;
  cursor: pointer;
  color: var(--dark-color);
  font-size: 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-size: 20px;
}
.search-16-wrap .search-box-main .search-top .search-close-icon:hover {
  background-color: var(--gray-color);
}
.search-16-wrap .search-box-main .search-top .search-input-box {
  margin-bottom: 30px;
}
.search-16-wrap .search-box-main .search-top .search-input-box input {
  width: 100%;
  padding: 0 28px;
  height: 50px;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: var(--font-weight-500);
  line-height: 24px;
  border-bottom: 1px solid var(--dark-color);
  letter-spacing: 0.26px;
}
.search-16-wrap .search-box-main .search-top .search-input-box input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--dark-color);
}
.search-16-wrap .search-box-main .search-top .search-input-box input::-moz-placeholder {
  opacity: 1 !important;
  color: var(--dark-color);
}
.search-16-wrap .search-box-main .search-top .search-input-box input:-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--dark-color);
}
.search-16-wrap .search-box-main .search-top .search-input-box input::-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--dark-color);
}
.search-16-wrap .search-box-main .search-top .search-input-box input::placeholder {
  opacity: 1 !important;
  color: var(--dark-color);
}
.search-16-wrap .search-box-main .search-top .suggestions {
  margin-bottom: 30px;
}
.search-16-wrap .search-box-main .search-top .suggestions .title {
  color: var(--theme-color9);
  font-size: 12px;
  font-weight: var(--font-weight-600);
  line-height: 28px;
  text-transform: uppercase;
}
.search-16-wrap .search-box-main .search-top .suggestions > nav > ul > li > a {
  color: var(--dark-color);
  font-size: 13px;
  font-style: normal;
  font-weight: var(--font-weight-500);
  line-height: 28px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
}
.search-16-wrap .search-box-main .search-top .suggestions > nav > ul > li > a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 100% 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
}
.search-16-wrap .search-box-main .search-products {
  padding: 0px 40px 40px 40px;
}
@media (max-width: 575.98px) {
  .search-16-wrap .search-box-main .search-products {
    padding: 0px 0px 20px 20px;
  }
}
.search-16-wrap .search-box-main .search-products .title {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: var(--font-weight-600);
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.search-16-wrap .search-box-main .search-products .product-wrap {
  height: 497px;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-bottom: 40px;
}
.search-16-wrap .search-box-main .search-products .product-wrap .product-item {
  margin-bottom: 4px;
}
.search-16-wrap .search-box-main .search-products .product-wrap .product-item .img {
  max-width: 90px;
  width: 100%;
  margin-right: 20px;
}
.search-16-wrap .search-box-main .search-products .product-wrap .product-item .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-16-wrap .search-box-main .search-products .product-wrap .product-item .text .name {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: var(--font-weight-600);
  line-height: 18px;
  letter-spacing: 0.24px;
  margin-bottom: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
}
.search-16-wrap .search-box-main .search-products .product-wrap .product-item .text .price {
  color: var(--theme-color9);
  font-size: 12px;
  font-weight: var(--font-weight-500);
  line-height: 22px;
  letter-spacing: 0.24px;
}
.search-16-wrap .search-box-main .search-products .product-wrap .product-item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.search-16-wrap .search-box-main .search-products .product-wrap .product-item:hover .name {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29))), -webkit-gradient(linear, left top, left bottom, from(rgb(29, 29, 29)), to(rgb(29, 29, 29)));
  background-image: linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29)), linear-gradient(rgb(29, 29, 29), rgb(29, 29, 29));
  background-size: 0px 1px, 100% 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
}
.search-16-wrap .search-box-main .search-products .product-btn {
  background: var(--white-color);
  bottom: 40px;
  max-width: 420px;
  width: 100%;
  position: fixed !important;
}
@media (max-width: 575.98px) {
  .search-16-wrap .search-box-main .search-products .product-btn {
    max-width: 90%;
  }
}
.search-16-wrap .search-box-main .search-products .product-btn .su-btn-16-black {
  color: var(--white-color) !important;
}
.search-16-wrap .search-box-main .search-products .product-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  background: var(--white-color);
}

.show.search-16-wrap {
  visibility: visible;
  opacity: 1;
}

.signin-16-wrap {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(29, 29, 29, 0.7);
  z-index: 999;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
  .signin-16-wrap {
    padding: 12px;
  }
}
.signin-16-wrap .signin-box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background: var(--white-color);
  padding: 40px;
}
.signin-16-wrap .signin-box .signin-top {
  margin-bottom: 30px;
}
.signin-16-wrap .signin-box .signin-top .title {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: var(--font-weight-600);
  line-height: 28px;
  text-transform: uppercase;
}
.signin-16-wrap .signin-box .signin-top .singin-close-icon {
  border-radius: 8px;
  cursor: pointer;
  color: var(--dark-color);
  font-size: 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-size: 15px;
}
.signin-16-wrap .signin-box .signin-top .singin-close-icon:hover {
  background-color: var(--gray-color);
}
.signin-16-wrap .signin-box .login-title {
  margin-bottom: 20px;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: var(--font-weight-500);
  line-height: 24px;
  letter-spacing: 0.26px;
}
.signin-16-wrap .signin-box .form-floating .form-control {
  border: 0;
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: var(--font-weight-600);
  line-height: 24px;
  letter-spacing: 0.26px;
  height: 54px;
  padding: 15px 0 8px 0 !important;
}
.signin-16-wrap .signin-box .form-floating label {
  padding: 1rem 0;
  font-size: 12px;
  color: var(--theme-color9);
  opacity: 1 !important;
  font-weight: var(--font-weight-500);
}
.signin-16-wrap .signin-box .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-26px) translateX(-1px);
  padding: 1rem 0;
}
.signin-16-wrap .signin-box .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-26px) translateX(-1px);
  padding: 1rem 0;
}
.signin-16-wrap .signin-box .form-floating > .form-control-plaintext ~ label,
.signin-16-wrap .signin-box .form-floating > .form-control:focus ~ label,
.signin-16-wrap .signin-box .form-floating > .form-control:not(:placeholder-shown) ~ label,
.signin-16-wrap .signin-box .form-floating > .form-select ~ label {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-26px) translateX(-1px);
          transform: scale(1) translateY(-26px) translateX(-1px);
  padding: 1rem 0;
}
.signin-16-wrap .signin-box .forget-password {
  margin-bottom: 24px;
}
.signin-16-wrap .signin-box .forget-password .remember .form-check-input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--dark-color);
  border-radius: 0;
  cursor: pointer;
}
.signin-16-wrap .signin-box .forget-password .remember .form-check-input:checked {
  background-color: var(--dark-color);
  border-color: var(--dark-color);
}
.signin-16-wrap .signin-box .forget-password .remember .form-check-label {
  color: var(--theme-color9);
  font-size: 13px;
  font-weight: var(--font-weight-500);
  line-height: 24px;
  letter-spacing: 0.26px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.signin-16-wrap .signin-box .forget-password .forget-btn {
  color: var(--theme-color9);
  font-size: 12px;
  font-weight: var(--font-weight-500);
  line-height: 22px;
  letter-spacing: 0.24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.signin-16-wrap .signin-box .forget-password .forget-btn:hover {
  color: var(--dark-color);
  text-decoration: underline;
}
.signin-16-wrap .signin-box .create-account {
  color: var(--theme-color9);
  font-size: 13px;
  font-weight: var(--font-weight-500);
  line-height: 24px;
  letter-spacing: 0.26px;
  margin-top: 30px;
  text-align: center;
}
.signin-16-wrap .signin-box .create-account .create-btn {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: var(--font-weight-600);
  line-height: 24px;
  letter-spacing: 0.26px;
  text-decoration-line: underline;
}

.show.signin-16-wrap {
  visibility: visible;
  opacity: 1;
}

.minicart-16 {
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.minicart-16 .minicart-16-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(29, 29, 29, 0.7);
}
.minicart-16 .cart-main {
  max-width: 500px;
  width: 100%;
  background: var(--white-color);
  height: 100%;
  position: relative;
  z-index: 9;
  margin-left: auto;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  padding: 30px 40px 45px 40px;
}
@media (max-width: 575.98px) {
  .minicart-16 .cart-main {
    padding: 20px;
  }
}
.minicart-16 .cart-main .cart-headers {
  margin-bottom: 40px !important;
}
.minicart-16 .cart-main .cart-headers .title {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: var(--font-weight-600);
  text-transform: uppercase;
}
.minicart-16 .cart-main .cart-headers .minicart-close-icon {
  border-radius: 8px;
  cursor: pointer;
  color: #041E42;
  font-size: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-size: 20px;
}
.minicart-16 .cart-main .cart-headers .minicart-close-icon:hover {
  background-color: #F3F5F6;
}
.minicart-16 .cart-main .ship-bar {
  margin-bottom: 40px;
}
.minicart-16 .cart-main .ship-bar .ship-title {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: var(--font-weight-500);
  line-height: 22px;
  letter-spacing: 0.24px;
  margin-bottom: 10px;
}
.minicart-16 .cart-main .ship-bar .progress {
  height: 6px;
  border-radius: 6px;
  border: 1px solid var(--dark-color);
  background: transparent;
}
.minicart-16 .cart-main .ship-bar .progress .progress-bar {
  background: var(--dark-color);
}
.minicart-16 .cart-main .cart-content .list-content {
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 15px;
}
.minicart-16 .cart-main .cart-content .list-content .list_content img {
  max-width: 90px;
}
.minicart-16 .cart-main .cart-content .list-content .product-name {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 16px;
  margin-bottom: 3px;
}
.minicart-16 .cart-main .cart-content .list-content .price {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 3px;
}
.minicart-16 .cart-main .cart-content .list-content .product-size {
  color: var(--text-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 22px;
  margin-bottom: 10px;
}
.minicart-16 .cart-main .cart-content .list-content .product-size {
  color: var(--theme-color9);
}
.minicart-16 .cart-main .cart-content .list-content .quantity-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3px;
  width: 80px;
}
.minicart-16 .cart-main .cart-content .list-content .quantity-block button {
  background: none;
  border: none;
  outline: none;
  font-size: 12px;
  color: var(--dark-color);
  padding: 0;
  width: 20px;
  text-align: center;
}
.minicart-16 .cart-main .cart-content .list-content .quantity-block button:hover {
  background: var(--gray-color-2);
}
.minicart-16 .cart-main .cart-content .list-content .close_icon {
  color: var(--theme-color9);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 183%;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.minicart-16 .cart-main .cart-content .list-content .close_icon:hover {
  color: var(--dark-color);
}
.minicart-16 .cart-main .cart-content .list-content .quantity-num {
  background: none;
  border: none;
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: center;
  width: 25px;
}
.minicart-16 .cart-main .cart-content .minicart-btn-wrap a {
  border: 1px solid #1d1d1d;
  color: var(--dark-color);
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 15px 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .minicart-16 .cart-main .cart-content .minicart-btn-wrap a {
    color: var(--dark-color);
  }
}
@media (max-width: 767.98px) {
  .minicart-16 .cart-main .cart-content .minicart-btn-wrap a {
    padding: 5px 0px;
  }
}
.minicart-16 .cart-main .cart-content .minicart-btn-wrap a:hover {
  background: var(--dark-color) !important;
  color: var(--white-color) !important;
}
.minicart-16 .cart-main .cart-content .minicart-btn-wrap .checkout-btn {
  background: var(--dark-color);
  color: var(--white-color);
}
@media (max-width: 1199.98px) {
  .minicart-16 .cart-main .cart-content .minicart-btn-wrap .checkout-btn {
    color: var(--white-color) !important;
  }
}
.minicart-16 .cart-main .cart-content .minicart-btn-wrap .checkout-btn:hover {
  background: var(--white-color) !important;
  color: var(--dark-color) !important;
}
.minicart-16 .cart-main .cart-content .card-prd-top {
  margin-bottom: 20px;
  margin-top: 44px;
}
.minicart-16 .cart-main .cart-content .card-prd-top .title {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.minicart-16 .cart-main .cart-content .card-prd-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.minicart-16 .cart-main .cart-content .card-prd-nav span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.minicart-16 .cart-main .cart-content .card-prd-nav span:hover {
  background: var(--gray-color);
}
.minicart-16 .cart-main .cart-content .su-cart-prd .thumb {
  margin-bottom: 20px;
}
.minicart-16 .cart-main .cart-content .su-cart-prd .thumb img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.minicart-16 .cart-main .cart-content .su-cart-prd .content .title {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.minicart-16 .cart-main .cart-content .su-cart-prd .content .price {
  color: var(--theme-color9);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.minicart-16 .cart-main .cart-content .su-cart-prd:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.minicart-16 .cart-main .cart-content .card-prd-slider {
  margin-right: -120px;
}
.minicart-16 .cart-main .cart-content .total_price {
  margin-bottom: 40px;
}
.minicart-16 .cart-main .cart-content .total_price .sub-title {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
}
.minicart-16 .cart-main .cart-content .total_price .total_price {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}

.show.minicart-16 {
  visibility: visible;
  opacity: 1;
}

/*
 * collections.scss
 * -----------------------------------------------
*/
.su-fashion-4-thumb {
  margin-bottom: 4px;
}
.su-fashion-4-thumb img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.su-fashion-4-thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.su-fashion-4-content {
  padding: 0px 50px;
}
@media (max-width: 1600px) {
  .su-fashion-4-content {
    padding: 0px 20px;
  }
}
@media (max-width: 1400px) {
  .su-fashion-4-content {
    padding: 0px 10px;
  }
}
.su-fashion-4-content .title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--dark-color);
}
.su-fashion-4-content .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--dark-color);
}

/*
 * news.scss
 * -----------------------------------------------
*/
.su-frame-4-wrap .bg-image {
  height: 860px;
}
@media (max-width: 1600px) {
  .su-frame-4-wrap .bg-image {
    height: 660px;
  }
}
@media (max-width: 1199.98px) {
  .su-frame-4-wrap .bg-image {
    height: 460px;
  }
}
.su-frame-4-wrap .lookbook-item {
  left: 37%;
  bottom: 140px;
}
@media (max-width: 1199.98px) {
  .su-frame-4-wrap .lookbook-item {
    left: 5%;
  }
}
.su-frame-4-wrap .dropdown-menu {
  padding: 10px 20px 10px 10px;
  width: 330px;
  background: var(--white-color);
  border-radius: 0;
  border: none;
  -webkit-transform: translateY(-41%) !important;
          transform: translateY(-41%) !important;
  left: 40px !important;
}
@media (max-width: 575.98px) {
  .su-frame-4-wrap .dropdown-menu {
    width: 277px;
  }
}
.su-frame-4-wrap .product-images {
  width: 80px;
  margin-right: 20px;
}
.su-frame-4-wrap .lookbook-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.su-frame-4-wrap .product-tag {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--text-color);
  display: block;
  margin-bottom: 3px;
}
.su-frame-4-wrap .product-title {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--dark-color);
  margin-bottom: 4px;
  display: inline-block;
}
.su-frame-4-wrap .price {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.su-frame-4-wrap .tf-pin-btn {
  width: 26px;
  height: 26px;
  background-color: rgb(242, 242, 242);
  border-radius: 50%;
  border: 0;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.su-frame-4-wrap .tf-pin-btn span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--dark-color);
}
.su-frame-4-wrap .tf-pin-btn .pin-white {
  background-color: var(--white-color);
}
.su-frame-4-wrap .tf-pin-btn .pin-black {
  background-color: var(--dark-color);
}
.su-frame-4-wrap .tf-pin-btn .pin-black span {
  background-color: var(--white-color);
}
.su-frame-4-wrap .tf-pin-btn::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-animation: animate-pulse-2 3s linear infinite;
          animation: animate-pulse-2 3s linear infinite;
}

.su-frame-4-wrap .bg-image {
  height: 860px;
}
.su-frame-4-wrap .lookbook-item {
  left: 37%;
  bottom: 140px;
}
.su-frame-4-wrap .dropdown-menu {
  padding: 10px 20px 10px 10px;
  width: 330px;
  background: var(--white-color);
  border-radius: 0;
  border: none;
  -webkit-transform: translateY(-41%) !important;
          transform: translateY(-41%) !important;
  left: 40px !important;
}
.su-frame-4-wrap .product-images {
  width: 80px;
  margin-right: 20px;
}
.su-frame-4-wrap .lookbook-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.su-frame-4-wrap .product-tag {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--text-color);
  display: block;
  margin-bottom: 3px;
}
.su-frame-4-wrap .product-title {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--dark-color);
  margin-bottom: 4px;
  display: inline-block;
}
.su-frame-4-wrap .price {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.su-frame-4-wrap .tf-pin-btn {
  width: 26px;
  height: 26px;
  background-color: rgb(242, 242, 242);
  border-radius: 50%;
  border: 0;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.su-frame-4-wrap .tf-pin-btn span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--dark-color);
}
.su-frame-4-wrap .tf-pin-btn .pin-white {
  background-color: var(--white-color);
}
.su-frame-4-wrap .tf-pin-btn .pin-black {
  background-color: var(--dark-color);
}
.su-frame-4-wrap .tf-pin-btn .pin-black span {
  background-color: var(--white-color);
}
.su-frame-4-wrap .tf-pin-btn::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-animation: animate-pulse-2 3s linear infinite;
          animation: animate-pulse-2 3s linear infinite;
}

.su-frame-7-item.su-border {
  border-bottom: 1px solid #e6e6e6;
}

.su-frame-7-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-frame-7-item.no-hover {
  opacity: 0.3;
}
.su-frame-7-item .thumb {
  width: 100px;
  margin-right: 28px;
}
.su-frame-7-item .title {
  font-weight: 500;
  font-size: 14px;
  color: var(--dark-color);
  margin-bottom: 5px;
  display: inline-block;
}
.su-frame-7-item .ratings {
  margin-bottom: 6px;
}
.su-frame-7-item .ratings span {
  font-weight: 400;
  font-size: 14px;
  color: #131c19;
}
.su-frame-7-item .price {
  font-weight: 500;
  font-size: 14px;
  color: var(--dark-color);
}

.su-frame-7-wrap .su-frame-7-btn {
  margin-top: 50px;
}
.su-frame-7-wrap .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.su-frame-7-right .navigation-sw-dot {
  width: 26px;
  height: 26px;
  background-color: var(--white-color);
  border-radius: 50%;
  border: 0;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-frame-7-right .navigation-sw-dot:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.su-frame-7-right .navigation-sw-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--dark-color);
}
.su-frame-7-right .navigation-sw-dot ::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-animation: animate-pulse-2 3s linear infinite;
          animation: animate-pulse-2 3s linear infinite;
}
.su-frame-7-right .navigation-sw-dot.item-1 {
  bottom: 205px;
  left: 262px;
  position: absolute;
}
.su-frame-7-right .navigation-sw-dot.item-2 {
  top: 237px;
  bottom: auto;
  left: 173px;
  position: absolute;
}
.su-frame-7-right .navigation-sw-dot.item-3 {
  bottom: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 212px;
  position: absolute;
}

.su-frame-8-block .su-frame-8-block-bg {
  border-radius: 24px;
  background: var(--text-gray-2);
}
.su-frame-8-block .su-frame-7-right .thumb {
  border-radius: 24px 0 0 0;
}
.su-frame-8-block .su-frame-7-wrap {
  padding: 0px 80px;
  padding-right: 110px;
}
.su-frame-8-block .bundle-hover-item {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-frame-8-block .bundle-hover-item.no-hover {
  opacity: 0.3;
}
.su-frame-8-block .navigation-sw-dot.item-1 {
  bottom: 202px;
  left: auto;
  right: 284px;
}
.su-frame-8-block .navigation-sw-dot.item-2 {
  top: 465px;
  left: auto;
  right: 309px;
  position: absolute;
}
.su-frame-8-block .su-brands-7-spacing {
  border-radius: 0px 0px 24px 24px;
}

@media (max-width: 1399.98px) {
  .frame-block-13 .su-frame-7-wrap {
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .frame-block-13 .su-frame-7-wrap {
    margin-right: 0;
  }
}
.frame-block-13 .su-frame-7-wrap .su-frame-7-btn {
  margin-top: 60px;
}
.frame-block-13 .su-frame-7-wrap .su-frame-7-item .title {
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.frame-block-13 .su-frame-7-wrap .su-frame-7-item .price {
  font-family: var(--bebas-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.frame-block-13 .su-frame-7-right .navigation-sw-dot.item-1 {
  bottom: 38px;
  left: 559px;
}
@media (max-width: 1199.98px) {
  .frame-block-13 .su-frame-7-right .navigation-sw-dot.item-1 {
    left: 400px;
  }
}
@media (max-width: 575.98px) {
  .frame-block-13 .su-frame-7-right .navigation-sw-dot.item-1 {
    left: 200px;
  }
}
.frame-block-13 .su-frame-7-right .navigation-sw-dot.item-2 {
  left: 253px;
}
@media (max-width: 1199.98px) {
  .frame-block-13 .su-frame-7-right .navigation-sw-dot.item-2 {
    left: 150px;
    top: 105px;
  }
}
@media (max-width: 575.98px) {
  .frame-block-13 .su-frame-7-right .navigation-sw-dot.item-2 {
    left: 80px;
    top: 85px;
  }
}
.frame-block-13 .su-frame-7-right .navigation-sw-dot.item-3 {
  bottom: 43%;
  left: 387px;
}
@media (max-width: 1199.98px) {
  .frame-block-13 .su-frame-7-right .navigation-sw-dot.item-3 {
    left: 300px;
  }
}
@media (max-width: 575.98px) {
  .frame-block-13 .su-frame-7-right .navigation-sw-dot.item-3 {
    left: 150px;
    top: 185px;
  }
}
.frame-block-13 .su-btn-16-black {
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.frame-13-area.su-frame-4-wrap .product-images {
  width: 60px;
  margin-right: 20px;
}
.frame-13-area.su-frame-4-wrap .dropdown-menu {
  width: 203px;
}
.frame-13-area.su-frame-4-wrap .dropdown-menu .product-title {
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.frame-13-area.su-frame-4-wrap .dropdown-menu .price {
  font-family: var(--bebas-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.frame-13-area.su-frame-4-wrap .lookbook-item.pin1 {
  top: 209px;
  left: 157px;
}
@media (max-width: 1199.98px) {
  .frame-13-area.su-frame-4-wrap .lookbook-item.pin1 {
    top: 44px;
    left: 50px;
  }
}
.frame-13-area.su-frame-4-wrap .lookbook-item.pin2 {
  left: 77%;
  bottom: 105px;
}
.frame-13-area.su-frame-4-wrap .lookbook-item.pin3 {
  left: 34%;
  bottom: 320px;
}
.frame-13-area.su-frame-4-wrap .lookbook-item.pin4 {
  left: 238px;
  bottom: 144px;
}
@media (max-width: 1199.98px) {
  .frame-13-area.su-frame-4-wrap .lookbook-item.pin4 {
    left: 178px;
    bottom: 104px;
  }
}
.frame-13-area.su-frame-4-wrap .lookbook-item.pin5 {
  top: 43px;
  left: 168px;
}
.frame-13-area.su-frame-4-wrap .lookbook-item.pin6 {
  top: 367px;
  left: 231px;
  bottom: unset;
}
@media (max-width: 1199.98px) {
  .frame-13-area.su-frame-4-wrap .lookbook-item.pin6 {
    top: 294px;
  }
}

/*
 * Instagram Feed
 * -----------------------------------------------
*/
.instagram-feed {
  background-color: var(--bleached-linen);
  position: relative;
}
.instagram-feed.home16-style {
  background-color: transparent;
}

.instagram-item .thumb {
  overflow: hidden;
  position: relative;
}
.instagram-item .thumb img {
  width: 100%;
  -webkit-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.instagram-item:hover {
  cursor: pointer;
}
.instagram-item:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}
.instagram-item-home20 .thumb {
  overflow: hidden;
  position: relative;
}
.instagram-item-home20 .thumb img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.instagram-item-home20 .thumb .icon1 {
  color: var(--white-color);
  font-size: 18px;
  left: 15px;
  position: absolute;
  top: 15px;
}
.instagram-item-home20 .thumb .icon2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--dark-color);
  border-radius: 50%;
  bottom: 20px;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 45px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.instagram-item-home20 .thumb .icon2:hover {
  background-color: var(--white-color);
  color: var(--dark-color);
  font-weight: 600;
}
.instagram-item-home20 .content .title {
  padding-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 28px;
}
.instagram-item-home20:hover {
  cursor: pointer;
}
.instagram-item-home20:hover img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.su-instagram-feed-16-area .feed-image {
  overflow: hidden;
}
.su-instagram-feed-16-area .feed-image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.su-instagram-feed-16-area .feed-image:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}
.su-instagram-feed-16-area.style9 {
  background: var(--theme-color14);
}
@media (max-width: 1399.98px) {
  .su-instagram-feed-16-area.style14 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .su-instagram-feed-16-area.style14 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .su-instagram-feed-16-area.style14 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .su-instagram-feed-16-area.style14 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575.98px) {
  .su-instagram-feed-16-area.style14 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.su-instagram-feed-16-area.style19 .inst-item-big {
  height: 100%;
}
.su-instagram-feed-16-area.style19 .inst-item-big img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/*
 * Instagram Feed
 * -----------------------------------------------
*/
.icon-box-home1 {
  position: relative;
}
.icon-box-home1 .icon {
  font-size: 45px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.icon-box-home1 .title {
  font-family: var(--headings-font);
  line-height: var(--line-height-heading2);
  margin-bottom: 10px;
}
.icon-box-home1 .text {
  font-family: var(--headings-font);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-500);
  line-height: 28px;
  max-width: 280px;
  margin: 0 auto;
}
.icon-box-home1:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.icon-box-home1.style14 .title {
  font-family: var(--opensans-font);
}
.icon-box-home1.text {
  font-family: var(--opensans-font);
}

/***  Footer  ***/
.hiddenbar-body-ovelay {
  background: rgba(4, 30, 66, 0.5);
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.signin-hidden-sidebar-content .signin-hidden-sbar-4 {
  opacity: 1;
  right: 0px;
  visibility: visible;
}

.signin-hidden-sidebar-content .hiddenbar-body-ovelay {
  opacity: 1;
  visibility: visible;
}

.signin-hidden-sbar-4 {
  padding: 34px 40px 40px 40px;
  width: 500px;
  background-color: var(--white-color);
  height: 100%;
  overflow-y: auto;
  position: fixed;
  right: -510px;
  top: 0px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
  .signin-hidden-sbar-4 {
    width: 340px;
  }
}
.signin-hidden-sbar-4 .title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--dark-color);
}
.signin-hidden-sbar-4 .sidebar-close-icon {
  border-radius: 8px;
  cursor: pointer;
  color: #041E42;
  font-size: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: 0.5s 0.3s 0s ease-out;
  transition: 0.5s 0.3s 0s ease-out;
  font-size: 20px;
}
.signin-hidden-sbar-4 .sidebar-close-icon:hover {
  background-color: #F3F5F6;
}
.signin-hidden-sbar-4 .login_form .text {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.signin-hidden-sbar-4 .login_form .form-label {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
.signin-hidden-sbar-4 .login_form .form-control {
  border: none;
  background: transparent;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
  padding: 0;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}
.signin-hidden-sbar-4 .login_form .form-control::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
.signin-hidden-sbar-4 .login_form .form-control:-moz-placeholder {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
.signin-hidden-sbar-4 .login_form .form-control::-moz-placeholder {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
.signin-hidden-sbar-4 .login_form .form-control:-ms-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
.signin-hidden-sbar-4 .login_form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--dark-color);
}
.signin-hidden-sbar-4 .login_form .form-control:focus::-webkit-input-placeholder {
  color: var(--dark-color);
}
.signin-hidden-sbar-4 .login_form .form-control:focus:-moz-placeholder {
  color: var(--dark-color);
}
.signin-hidden-sbar-4 .login_form .form-control:focus::-moz-placeholder {
  color: var(--dark-color);
}
.signin-hidden-sbar-4 .login_form .form-control:focus:-ms-input-placeholder {
  color: var(--dark-color);
}
.signin-hidden-sbar-4 .login_form .custom-control.custom-checkbox [type=checkbox], .signin-hidden-sbar-4 .login_form [type=radio] {
  border: 1px solid var(--dark-color);
  border-radius: 0;
  height: 16px;
  outline: none;
  width: 16px;
  vertical-align: sub;
}
.signin-hidden-sbar-4 .login_form .custom-control-label {
  font-weight: 500;
  font-size: 13px;
  line-height: 185%;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
.signin-hidden-sbar-4 .login_form .btn-fpswd {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--text-color);
  text-transform: uppercase;
}
.signin-hidden-sbar-4 .login_form .tn-log {
  padding: 16px 35px;
  background: var(--dark-color);
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--white-color);
  border: none;
}
.signin-hidden-sbar-4 .login_form .text-2 {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
.signin-hidden-sbar-4 .login_form .text-2 a {
  color: var(--dark-color);
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/*
 * news.scss
 * -----------------------------------------------
*/
.su-news-4-item .thumb img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.su-news-4-item:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.su-news-4-item.item-2 {
  margin-left: 60px;
  margin-top: -10px;
}
@media (max-width: 1199.98px) {
  .su-news-4-item.item-2 {
    margin-left: 0;
    margin-top: 0;
  }
}
.su-news-4-item.item-1 {
  margin-right: 60px;
}
@media (max-width: 1199.98px) {
  .su-news-4-item.item-1 {
    margin-right: 0;
  }
}
.su-news-4-item .title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: var(--dark-color);
}
.su-news-4-item .title a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D)), -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D));
  background-image: linear-gradient(#1D1D1D, #1D1D1D), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.su-news-4-item .title a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D)), -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D));
  background-image: linear-gradient(#1D1D1D, #1D1D1D), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
  color: var(--dark-color);
}
.su-news-4-item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  text-transform: capitalize;
  color: var(--dark-color);
  line-height: 28px;
}
.su-news-4-item .content {
  padding: 0 156px;
}
@media (max-width: 1600px) {
  .su-news-4-item .content {
    padding: 0 107px;
  }
}
@media (max-width: 1400px) {
  .su-news-4-item .content {
    padding: 0 40px;
  }
}

/*
 * product.scss
 * -----------------------------------------------
*/
/***  Product Style  ***/
.shop_item {
  position: relative;
}
.shop_item .thumb {
  position: relative;
  overflow: hidden;
}
.shop_item .thumb .img-1 {
  visibility: visible;
}
.shop_item .thumb .img-2 {
  position: absolute;
  visibility: hidden;
}
.shop_item .prodcut_thumb_slider .swiper-pagination-progressbar {
  background-color: var(--text-gray);
  bottom: 0px;
  top: auto;
}
.shop_item .prodcut_thumb_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--headings-color);
}
.shop_item .prodcut_thumb_slider .swiper-button-prev:after,
.shop_item .prodcut_thumb_slider .swiper-button-next:after {
  display: none;
}
.shop_item .default_nav .swiper-button-prev i,
.shop_item .default_nav .swiper-button-next i {
  color: var(--headings-color);
  font-size: 14px;
}
.shop_item img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  transition: opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
}
.shop_item .fav-icon {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 30px;
}
.shop_item .fav-icon i {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shop_item .cart-icon {
  bottom: 20px;
  color: var(--headings-color);
  position: absolute;
  right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.shop_item .cart-icon i {
  color: var(--headings-color);
}
.shop_item .shop_tags {
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.shop_item .shop_tags.style-one .list {
  border-radius: 20px;
  color: var(--text-white);
  display: table;
  font-family: var(--headings-font);
  font-weight: var(--font-weight-600);
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 5px;
  padding: 0px 12px;
}
.shop_item .shop_tags.style-one .list:first-child {
  background-color: var(--theme-color4);
}
.shop_item .shop_tags.style-one .list:nth-child(2) {
  background-color: var(--theme-color5);
}
.shop_item .shop_tags.style-one .list:nth-child(3) {
  background-color: var(--theme-color6);
}
.shop_item .shop_tags.style-two {
  left: 0;
  top: 0;
}
.shop_item .shop_tags.style-two .list {
  border-radius: 0px;
  color: var(--text-white);
  display: table;
  font-family: var(--headings-font);
  font-weight: var(--font-weight-600);
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 5px;
  padding: 0px 12px;
}
.shop_item .shop_tags.style-two .list:first-child {
  background-color: var(--theme-color4);
}
.shop_item .shop_tags.style-two .list:nth-child(2) {
  background-color: var(--theme-color5);
}
.shop_item .shop_tags.style-two .list:nth-child(3) {
  background-color: var(--theme-color6);
}
.shop_item .details {
  position: relative;
}
.shop_item .details .sub_title {
  color: var(--headings-color);
  font-family: var(--title-font);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}
.shop_item .details .title {
  color: var(--headings-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: var(--font-weight-600);
  line-height: 16px;
}
.shop_item .details .title:hover a {
  text-decoration: underline;
}
.shop_item .details .price {
  color: var(--text-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: var(--font-weight-500);
  line-height: 24px;
}
.shop_item .details .price del {
  color: var(--text-color);
  font-size: 12px;
  font-weight: var(--font-weight-500);
  line-height: 24px;
}
.shop_item .details .price .regular {
  color: var(--headings-color);
}
.shop_item .details .price .save {
  color: var(--theme-color5);
}
.shop_item:hover .img-1 {
  position: absolute;
  visibility: hidden;
}
.shop_item:hover .img-2 {
  visibility: visible;
  position: relative;
}
.shop_item:hover .shop_tags,
.shop_item:hover .fav-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.shop_item:hover .fav-icon i {
  color: var(--headings-color);
}
.shop_item:hover img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

/*  Product Home 4 Style   */
.su-product-4-area {
  position: relative;
}

.su-product-4-card {
  border: 1px solid #e6e6e6;
  margin-right: -1px;
}
@media (max-width: 1700px) {
  .su-product-4-card {
    margin-right: 0;
  }
}
.su-product-4-card .product-btn {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
  padding: 14px 35px;
  display: block;
  text-align: center;
  background: var(--white-color);
  bottom: 10px;
  left: 10px;
  right: 10px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  z-index: 2;
  transition: all 0.4s ease;
}
.su-product-4-card :hover .product-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.su-product-4-card :hover .wishlist {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.su-product-4-card :hover .navigation span {
  left: 14px;
  opacity: 1;
  visibility: visible;
}
.su-product-4-card :hover .navigation span.product-next {
  right: 14px;
}
.su-product-4-card :hover .product-img .img-product {
  opacity: 0;
}
.su-product-4-card :hover .product-img .img-hover {
  display: block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
.su-product-4-card .img-product {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.su-product-4-card .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.su-product-4-card .card-product-info {
  padding: 0px 20px 20px 20px;
}
.su-product-4-card .product-btn:hover {
  background: var(--dark-color);
  color: var(--white-color);
}
.su-product-4-card .wishlist {
  position: absolute;
  color: var(--dark-color);
  top: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.su-product-4-card .wishlist:hover {
  background: var(--white-color);
}
.su-product-4-card .navigation span {
  position: absolute;
  color: var(--dark-color);
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.su-product-4-card .navigation span:hover {
  background: var(--dark-color);
  color: var(--white-color);
}
.su-product-4-card .navigation span.product-next {
  left: auto;
  right: 0;
}
.su-product-4-card .product-cetagory {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
.su-product-4-card .product-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.su-product-4-card .product-title a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D)), -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D));
  background-image: linear-gradient(#1D1D1D, #1D1D1D), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.su-product-4-card .product-title a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D)), -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D));
  background-image: linear-gradient(#1D1D1D, #1D1D1D), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
  color: var(--dark-color);
}
.su-product-4-card .product-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  text-transform: capitalize;
  color: var(--dark-color);
  line-height: 1;
}
.su-product-4-card .product-price del {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--text-color);
  margin-right: 5px;
}
.su-product-4-card .product-price .discount {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--theme-color5);
  margin-left: 5px;
}
.su-product-4-card .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.su-product-4-card .list-color-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5px;
  margin-top: 2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.su-product-4-card .list-color-product .list-color-item {
  width: 17px;
  height: 17px;
  padding: 2px;
  border: solid 1px #e6e6e6;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.su-product-4-card .list-color-product .list-color-item .swatch-value {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-product-4-card .list-color-product .list-color-item .sold-out::after {
  content: "";
  width: 90%;
  height: 1px;
  background: rgb(34, 34, 34);
  display: block;
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.su-product-4-card .list-color-product .list-color-item img {
  visibility: hidden;
  width: 11px;
  height: 11px;
  position: absolute;
}
.su-product-4-card .list-color-product .list-color-item.active, .su-product-4-card .list-color-product .list-color-item:hover {
  border-color: var(--dark-color);
}
.su-product-4-card .list-color-product .list-color-item:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
}
.su-product-4-card .list-color-product .more {
  list-style: none;
  height: 17px;
}
.su-product-4-card .list-color-product .more span {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  display: inline-block;
}
.su-product-4-card .tooltip {
  z-index: 202;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--dark-color);
  color: var(--white-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 10px 6px;
  max-width: 250px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
}
.su-product-4-card .tooltip::before {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: -4px;
  position: absolute;
  background: var(--dark-color);
  width: 8px;
  height: 8px;
  z-index: 100;
}
.su-product-4-card .hover-tooltip {
  position: relative;
}
.su-product-4-card .hover-tooltip:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
}
.su-product-4-card .hover-tooltip.center .tooltip {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.su-product-4-card .size-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.su-product-4-card .size-list span {
  border: 1px solid #ecedec;
  border-radius: 4px;
  color: var(--dark-color);
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  height: 25px;
  letter-spacing: 0.02em;
  line-height: 25px;
  margin: 0 4px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 25px;
}
.su-product-4-card .size-list span.active, .su-product-4-card .size-list span:hover {
  border-color: var(--dark-color);
}
.su-product-4-card .size-list .more {
  color: var(--dark-color);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-left: 4px;
}
.su-product-4-card .product-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 20px;
  margin-right: 100px;
  top: 20px;
  z-index: 2;
}
.su-product-4-card .product-new span {
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--white-color);
  display: inline-block;
  background: var(--theme-color4);
  border-radius: 20px;
  padding: 2px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.su-product-4-card .product-new .sale {
  background: var(--theme-color5);
}
.su-product-4-card .product-new .discount {
  background: var(--theme-color6);
}
.su-product-4-card .product-new .order {
  background: #e89141;
}

.su-product-4-tab-btn .tab-btn {
  padding: 0;
  border: none;
  background: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--dark-color);
  margin-right: 30px;
  position: relative;
  padding-bottom: 4px;
}
.su-product-4-tab-btn .tab-btn.active::before, .su-product-4-tab-btn .tab-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.su-product-4-tab-btn .tab-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--dark-color);
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-product-4-tab-btn.tab-btn-6 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}
.su-product-4-tab-btn.tab-btn-6 .tab-btn {
  color: var(--theme-color9);
  font-family: var(--jakarta-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  margin-right: 0;
}
.su-product-4-tab-btn.tab-btn-6 .tab-btn.active, .su-product-4-tab-btn.tab-btn-6 .tab-btn:hover {
  color: var(--dark-color);
}

/*  Product Home 5 Style   */
.su-product-5-style .su-product-4-tab-btn .tab-btn {
  margin: 0px 15px;
}

.su-product-5-tab-content .su-product-4-card {
  border: none;
  margin-right: 0;
}
.su-product-5-tab-content .su-product-4-card:hover .su-color-mixer {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.su-product-5-tab-content .su-product-4-card .card-product-info {
  padding: 0px;
}
.su-product-5-tab-content .quickadd {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #202025;
}
.su-product-5-tab-content .su-color-mixer {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.su-product-5-tab-content .su-product-4-card :hover .product-img .img-product {
  opacity: 1;
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.su-product-5-tab-content .su-product-4-card .product-new {
  left: 0;
  margin-right: 0;
  display: inline-block;
}
.su-product-5-tab-content .su-product-4-card .product-new span {
  width: auto;
  color: var(--dark-color);
  border-radius: 0;
  background: var(--white-color);
}
.su-product-5-tab-content .su-product-4-card .product-new .sale {
  background: var(--dark-color);
}
.su-product-5-tab-content .su-product-4-card .product-new .sale {
  background: var(--dark-color);
  color: var(--white-color);
}
.su-product-5-tab-content .su-product-4-card .product-new .discount {
  background: var(--text-color);
  color: var(--white-color);
}

/*  Product Home 12 Style   */
.single-product-12-area {
  background: var(--gray-color-2);
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .single-product-12-area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.single-product-12-area .su-product-4-card {
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .single-product-12-area .su-product-4-card {
    margin-left: 0;
  }
}
.single-product-12-area .img {
  margin-right: -251px;
}
@media (max-width: 991.98px) {
  .single-product-12-area .img {
    margin-right: 0;
  }
}

/*  Product Home 15 Style   */
.su-product-4-tab-btn.style12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.su-product-4-tab-btn.style12 .nav-link {
  font-family: var(--dmsans-font);
  font-size: 12px;
  font-weight: 500;
  border: 1px solid var(--gray-color);
  margin-right: 0;
  padding-bottom: 0;
  padding: 5px 20px;
  border-radius: 50px;
}
.su-product-4-tab-btn.style12 .nav-link:hover {
  color: var(--white-color);
  background: var(--dark-color);
  border-color: var(--dark-color);
}
.su-product-4-tab-btn.style12 .nav-link::before {
  display: none;
}
.su-product-4-tab-btn.style12 .nav-link.active {
  color: var(--white-color);
  background: var(--dark-color);
  border-color: var(--dark-color);
}
.su-product-4-tab-btn.style15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575.98px) {
  .su-product-4-tab-btn.style15 {
    gap: 20px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.su-product-4-tab-btn.style15 .nav-link {
  color: var(--theme-color9);
  font-family: var(--libre-font);
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .su-product-4-tab-btn.style15 .nav-link {
    font-size: 26px;
    line-height: 47px;
  }
}
@media (max-width: 767.98px) {
  .su-product-4-tab-btn.style15 .nav-link {
    font-size: 22px;
    line-height: 40px;
  }
}
.su-product-4-tab-btn.style15 .nav-link.active {
  color: var(--dark-color);
}

.product-11-area .product-11 .card-product-info {
  padding: 0 40px;
}
@media (max-width: 1399.98px) {
  .product-11-area .product-11 .card-product-info {
    padding: 0 10px;
  }
}
.product-11-area .product-11 .product-title a {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--dark-color);
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  background-image: none;
  font-family: var(--jost-font);
}
.product-11-area .product-11 .rating img {
  margin: 0 2px;
}
.product-11-area .product-11 .product-price {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--jost-font);
}
.product-11-area .product-11 .product-btn {
  background: var(--dark-color);
}
.product-11-area .product-11 .colors {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--jost-font);
  text-transform: capitalize;
}

/*  shop look 14 Style   */
.shop-look-14 .su-shop-14-navigation span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-look-14 .su-shop-14-navigation .prev {
  left: -50px;
}
.shop-look-14 .su-shop-14-navigation .next {
  right: -50px;
}
@media (max-width: 1199.98px) {
  .shop-look-14 .shop-look-img {
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .shop-look-14 .shop-look-img {
    padding-right: 0;
  }
}
.shop-look-14 .shop-look-img .circle {
  position: absolute;
  z-index: 99;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-look-14 .shop-look-img .circle::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.shop-look-14 .shop-look-img .circle::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes ripple_black {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes ripple_black {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.shop-look-14 .shop-look-img .circle .dots {
  width: 8px;
  height: 8px;
  background: var(--dark-color);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-look-14 .shop-look-img .circle:hover {
  width: 32px;
  height: 32px;
}
.shop-look-14 .shop-look-img .circle:hover .dots {
  width: 12px;
  height: 12px;
}
.shop-look-14 .shop-look-img .prev {
  top: 30%;
  left: 40%;
}
.shop-look-14 .shop-look-img .next {
  bottom: 28% !important;
  right: 46%;
  top: unset;
}
.shop-look-14.shop-look-12 {
  background: var(--dark-color);
  padding: 0 0;
}
@media (max-width: 991.98px) {
  .shop-look-14.shop-look-12 {
    padding: 120px 0 120px 0;
  }
}
.shop-look-14.shop-look-12 .shop-look-img .prev {
  left: 49%;
}
.shop-look-14.shop-look-12 .shop-look-img .next {
  bottom: 43% !important;
  right: 57%;
}
.shop-look-14.shop-look-12 .shop-look-product .shop-title {
  font-family: var(--dmsans-font);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media (max-width: 1199.98px) {
  .shop-look-14.shop-look-12 .shop-look-product .shop-title {
    margin-bottom: 20px !important;
  }
}
.shop-look-14.shop-look-12 .su-product-4-card .product-title a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#FFFFFF, #FFFFFF);
}
.shop-look-14.shop-look-12 .su-product-4-card .list-color-product .list-color-item {
  border-color: var(--gray-color);
}
.shop-look-14.shop-look-12 .su-product-4-card .wishlist {
  color: var(--white-color);
  padding-right: 2px;
}
.shop-look-14.shop-look-12 .su-product-4-card .wishlist:hover {
  color: var(--white-color);
}
.shop-look-14.shop-look-12 .su-product-4-card .wishlist:hover svg {
  color: var(--white-color);
}

/*  Product card 14 Style   */
.product-card-14 .list-color-product {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-card-14 .product-img {
  border-radius: 12px;
}
.product-card-14 .size-list-wrapper {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px 0px 12px 12px;
  padding: 20px;
  z-index: 99;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  bottom: -80px !important;
}
.product-card-14 .size-list-wrapper .title {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product-card-14 .size-list-wrapper .size-list span {
  font-family: var(--opensans-font);
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.24px;
  border: 1px solid transparent;
}
.product-card-14 .size-list-wrapper .size-list span.active {
  border-color: var(--dark-color);
}
.product-card-14 .card-product-info {
  text-align: left !important;
  padding: 0;
  padding-top: 20px;
}
.product-card-14 .card-product-info .product-title a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--opensans-font);
}
.product-card-14 .card-product-info .product-price {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--opensans-font);
  color: var(--theme-color9);
}
.product-card-14 .card-product-info .list-color-product .more span {
  font-size: 12px;
  font-weight: 500;
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.product-card-14:hover .img-product {
  opacity: 1 !important;
}
.product-card-14:hover .size-list-wrapper {
  visibility: visible;
  opacity: 1;
  bottom: 0 !important;
}

/*  Product step 15 Style   */
.product-step-15-item .text .title {
  color: var(--dark-color);
  font-family: var(--libre-font);
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .product-step-15-item .text .title {
    font-size: 26px;
  }
}
.product-step-15-item .text p {
  color: var(--dark-color);
  font-family: var(--outfit-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.product-step-15-item.style14 .text {
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .product-step-15-item.style14 .text {
    max-width: 100%;
  }
}
.product-step-15-item.style14 .sub-title {
  font-family: var(--opensans-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
.product-step-15-item.style14 .title {
  font-family: var(--opensans-font);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.product-step-15-item.style14 p {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.product-step-15-item.style6 {
  background: var(--theme-color11);
}
.product-step-15-item.style6 .sub-title {
  font-weight: 500;
  font-size: 15px;
}
.product-step-15-item.style6 p {
  font-weight: 500;
}
.product-step-15-item.style6 .su-btn-4-border-dark {
  color: var(--theme-color26);
  border-color: var(--theme-color26);
}
.product-step-15-item.style19 .text {
  max-width: 580px;
  margin-left: 40px;
}
@media (max-width: 1399.98px) {
  .product-step-15-item.style19 .text {
    margin-left: 0;
  }
}
.product-step-15-item.style19 .title {
  font-family: var(--cormorant-font);
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1399.98px) {
  .product-step-15-item.style19 .title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .product-step-15-item.style19 .title {
    font-size: 40px;
  }
}
.product-step-15-item.style19 p {
  color: var(--dark-color);
  font-family: var(--jost-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.product-step-15-item.style19 .su-btn-4-black {
  font-weight: 500;
  font-family: var(--jost-font);
}
.product-step-15-item.shop-lookbook .text {
  padding-left: 120px;
  padding-right: 100px;
}
@media (max-width: 1599.98px) {
  .product-step-15-item.shop-lookbook .text {
    padding-left: 60px;
  }
}
@media (max-width: 1399.98px) {
  .product-step-15-item.shop-lookbook .text {
    padding-right: 60px;
  }
}
@media (max-width: 1199.98px) {
  .product-step-15-item.shop-lookbook .text {
    padding-right: 15;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .product-step-15-item.shop-lookbook .text {
    padding-left: 15px;
  }
}
.product-step-15-item.shop-lookbook .text .subtitle {
  font-family: var(--jakarta-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.product-step-15-item.shop-lookbook .text .title {
  font-family: var(--jakarta-font);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 1399.98px) {
  .product-step-15-item.shop-lookbook .text .title {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .product-step-15-item.shop-lookbook .text .title {
    font-size: 30px;
    margin-bottom: 25px !important;
  }
}
.product-step-15-item.shop-lookbook .text p {
  padding-right: 10px;
}
.product-step-15-item.shop-lookbook.style2 .text {
  padding-right: 80px;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .product-step-15-item.shop-lookbook.style2 .text {
    padding-right: 0;
  }
}
.product-step-15-item.shop-lookbook.style2 .text .subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
}
.product-step-15-item.shop-lookbook.style2 .text .title {
  font-size: 30px;
  font-weight: 600;
}
.product-step-15-item.shop-lookbook.style3 {
  margin-bottom: 229px;
}
@media (max-width: 991.98px) {
  .product-step-15-item.shop-lookbook.style3 {
    margin-bottom: 0;
  }
}
.product-step-15-item.shop-lookbook.style3 .text {
  padding-top: 140px;
}
@media (max-width: 1199.98px) {
  .product-step-15-item.shop-lookbook.style3 .text {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .product-step-15-item.shop-lookbook.style3 .text {
    padding-top: 0;
  }
}
.product-step-15-item.shop-lookbook.style3 .img .img-one {
  padding-right: 180px;
}
@media (max-width: 1199.98px) {
  .product-step-15-item.shop-lookbook.style3 .img .img-one {
    padding-right: 100px;
  }
}
@media (max-width: 991.98px) {
  .product-step-15-item.shop-lookbook.style3 .img .img-one {
    padding-right: 0;
  }
}
.product-step-15-item.shop-lookbook.style3 .img .img-two {
  position: absolute;
  max-width: 500px;
  bottom: -141px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .product-step-15-item.shop-lookbook.style3 .img .img-two {
    max-width: 395px;
  }
}
@media (max-width: 1199.98px) {
  .product-step-15-item.shop-lookbook.style3 .img .img-two {
    max-width: 295px;
  }
}
@media (max-width: 991.98px) {
  .product-step-15-item.shop-lookbook.style3 .img .img-two {
    position: static;
    max-width: 100%;
    margin-top: 30px;
  }
}

.product-step-15-item + .product-step-15-item {
  margin-top: 120px;
}

.product-card-15 .product-btn {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-size: 12px;
  font-weight: 500;
  font-family: var(--dmsans-font);
}
.product-card-15 .wishlist {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background: var(--white-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.product-card-15 .wishlist svg {
  width: 16px;
  height: 16px;
}
.product-card-15 .wishlist:hover {
  background: var(--dark-color);
}
.product-card-15 .wishlist:hover svg {
  color: var(--white-color);
}
.product-card-15 .product-img img {
  background: url(../images/resource/bg-shape1.svg) 0 0/cover no-repeat;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  /*min-height: 485px;*/
  object-fit: contain;
  object-position: center center;
}
.product-card-15 .card-product-info {
  padding: 20px;
  padding-bottom: 0;
}
.product-card-15 .card-product-info .product-title a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--outfit-font);
  letter-spacing: 0.6px;
}
.product-card-15 .card-product-info .product-price {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--outfit-font);
  color: var(--theme-color9);
}
.product-card-15 .card-product-info .list-color-product .more span {
  font-size: 12px;
  font-weight: 500;
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.product-card-15:hover .product-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-card-15.product-card-12 .card-product-info {
  padding: 20px;
  padding-bottom: 0;
}
.product-card-15.product-card-12 .card-product-info .product-title a {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--dmsans-font);
}
.product-card-15.product-card-12 .card-product-info .product-price {
  font-family: var(--dmsans-font);
  color: var(--dark-color);
}
.product-card-15.product-card-12 .wishlist {
  width: auto;
  background: transparent;
  height: auto;
}
.product-card-15.product-card-12 .wishlist:hover svg {
  color: var(--dark-color);
}
.product-card-15.product-card-13 .scrollable-text {
  z-index: 9;
  background: var(--dark-color);
  padding: 8px 0;
}
.product-card-15.product-card-13 .scrollable-text .text-item {
  -webkit-animation: scroll2 12s linear infinite;
          animation: scroll2 12s linear infinite;
}
.product-card-15.product-card-13 .scrollable-text .text-item p {
  color: var(--theme-color18);
  font-family: var(--bebas-font);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-card-15.product-card-13 .scrollable-text .text-item p svg {
  margin-left: 14px;
}
@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
.product-card-15.product-card-13 .product-btn {
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.product-card-15.product-card-13 .product-btn .quick-add {
  font-family: var(--bebas-font);
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.product-card-15.product-card-13 .product-btn:hover {
  background: rgba(255, 255, 255, 0.7);
}
.product-card-15.product-card-13 .card-product-info .product-title a {
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.product-card-15.product-card-13 .card-product-info .product-price {
  font-family: var(--bebas-font);
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.product-card-15.product-card-13 .shop-look-info {
  padding: 26px 20px;
  z-index: 9;
  width: 100%;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1399.98px) {
  .product-card-15.product-card-13 .shop-look-info {
    padding: 12px;
  }
}
.product-card-15.product-card-13 .shop-look-info .item-wrapper {
  background: var(--white-color);
  padding: 30px;
}
.product-card-15.product-card-13 .shop-look-info .item-wrapper .info .product-title a {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
  font-family: var(--jakarta-font);
}
.product-card-15.product-card-13 .shop-look-info .item-wrapper .info .product-price {
  color: var(--theme-color9);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.product-card-15.product-card-13 .shop-look-info .item-wrapper .info .su-btn-4 {
  padding: 16px 36px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-card-15.product-card-13 .shop-look-info .item-wrapper .info .su-btn-4:hover {
  background: var(--dark-color);
  color: var(--white-color);
}
.product-card-15.product-card-13.shop-look-item:hover .shop-look-info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.product-card-15.product-card-13.shop-look-item.bg {
  background: var(--theme-color15);
}
.product-card-15.product-card-9 .product-title a {
  font-size: 13px;
  font-weight: 600;
  text-transform: unset;
  font-family: var(--jakarta-font);
}
.product-card-15.product-card-9 .add-cart-btn {
  border: 1px solid var(--dark-color);
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.product-card-15.product-card-9 .btn-hover {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: unset;
  height: unset;
  background: var(--dark-color);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 600;
  padding: 3px 20px;
  padding-right: 14px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  opacity: 0;
}
.product-card-15.product-card-9 .btn-hover svg {
  margin-left: 10px;
}
.product-card-15.product-card-9:hover .btn-hover {
  visibility: visible;
  opacity: 1;
}
.product-card-15.product-card-10 {
  background: var(--theme-color15);
}
.product-card-15.product-card-10 .card-product-wrapper .product-action-btn {
  bottom: 20px;
  gap: 10px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  z-index: 9;
}
.product-card-15.product-card-10 .card-product-wrapper .product-action-btn .action-btn {
  width: 35px;
  height: 35px;
  background: var(--dark-color);
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-card-15.product-card-10 .card-product-wrapper .product-action-btn .action-btn:hover {
  background: var(--white-color);
  color: var(--dark-color);
}
.product-card-15.product-card-10 .card-product-wrapper .card-product-info .subtitle {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.product-card-15.product-card-10 .card-product-wrapper .card-product-info .product-title a {
  font-family: var(--jakarta-font);
  font-weight: 600;
  text-transform: unset;
  font-size: 13px;
}
.product-card-15.product-card-10 .card-product-wrapper .wishlist svg {
  width: 16px;
  height: 16px;
}
.product-card-15.product-card-10:hover .product-action-btn {
  bottom: 39px;
  visibility: visible;
  opacity: 1;
}
.product-card-15.product-card-19 .product-btn {
  bottom: 5px;
  width: 98%;
  margin: 0 auto;
}
.product-card-15.product-card-19 .card-product-info .product-title a {
  font-family: var(--jost-font);
  font-weight: 400;
  font-size: 16px;
  text-transform: unset;
  letter-spacing: 0.32px;
}
.product-card-15.product-card-19 .card-product-info .product-price {
  font-family: var(--jost-font);
  font-weight: 400;
  font-size: 14px;
  color: var(--dark-color);
}
.product-card-15.product-card-19 .card-product-info .rating img {
  margin: 0 2px;
}
.product-card-15.shop-product-item .card-product-info .sub-title {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.product-card-15.shop-product-item .card-product-info .product-title a {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
}
.product-card-15.shop-product-item .card-product-info .product-price {
  color: var(--theme-color9);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.product-card-15.product-card-2 .tags {
  z-index: 99;
}
.product-card-15.product-card-2 .tags ul li a {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  padding: 5px 10px;
}
.product-card-15.product-card-2 .tags ul li .tag1 {
  background: var(--theme-color4);
}
.product-card-15.product-card-2 .tags ul li .tag2 {
  background: var(--theme-color5);
}
.product-card-15.product-card-2 .tags ul li .tag3 {
  background: var(--theme-color6);
}
.product-card-15.product-card-2 .wishlist {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: transparent;
  top: 20px;
  right: 20px;
}
.product-card-15.product-card-2 .wishlist:hover {
  background: var(--white-color);
}
.product-card-15.product-card-2 .wishlist:hover svg {
  color: var(--dark-color);
}
.product-card-15.product-card-2 .add-cart {
  bottom: 20px;
  right: 20px;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-card-15.product-card-2 .card-product-info .btn-group-s1 a {
  font-weight: 400;
  margin-right: 10px;
  position: relative;
}
.product-card-15.product-card-2 .card-product-info .btn-group-s1 a:last-child {
  margin-right: 0;
}
.product-card-15.product-card-2 .card-product-info .btn-group-s1 a:before {
  background-color: #000;
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
}
.product-card-15.product-card-2 .card-product-info .product-title a {
  font-weight: 400;
}
.product-card-15.product-card-2:hover .wishlist,
.product-card-15.product-card-2:hover .add-cart {
  opacity: 1;
}
.product-card-15.product-card-2 .swiper-scrollbar1 {
  width: 100%;
  height: 3px;
  background: var(--gray-color);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  position: relative;
  z-index: 99;
}
.product-card-15.product-card-2 .swiper-scrollbar-drag {
  background: var(--dark-color);
}
.product-card-15.product-card-2 .swiper-scrollbar2 {
  width: 100%;
  height: 3px;
  background: var(--gray-color);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  position: relative;
  z-index: 99;
}
.product-card-15.product-card-2 .swiper-scrollbar-drag {
  background: var(--dark-color);
}

.navigation-12 span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

/*  Product Home 16 Style   */
.su-product-16-card {
  margin-right: 0;
  border: 0;
  position: relative;
}
.su-product-16-card .card-product-info {
  padding: 0;
  margin-top: 15px;
}
.su-product-16-card .list-color-product {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40px;
  position: absolute;
  bottom: -30px;
  left: 0;
  background: var(--white-color);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.su-product-16-card .list-color-product .list-color-item {
  width: 20px;
  height: 26px;
  padding: unset;
  border-radius: 0;
}
.su-product-16-card .list-color-product .list-color-item img {
  width: 20px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: visible;
}
.su-product-16-card .product-btn {
  font-family: var(--montserrat-font);
  font-size: 13px;
  font-weight: var(--font-weight-500);
  background: rgba(29, 29, 29, 0.7);
  color: var(--white-color);
}
.su-product-16-card .wishlist {
  line-height: 41px;
  background: var(--white-color);
}
.su-product-16-card .wishlist:hover {
  background: var(--dark-color);
  stroke: var(--white-color);
}
.su-product-16-card .product-title a {
  font-family: var(--montserrat-font);
  font-size: 13px;
  font-weight: var(--font-weight-600);
}
.su-product-16-card .product-price {
  font-size: 13px;
  font-family: var(--montserrat-font);
}
.su-product-16-card .colors {
  font-size: 11px;
  font-weight: var(--font-weight-600);
  color: var(--theme-color9);
  font-family: var(--montserrat-font);
}
.su-product-16-card:hover .list-color-product {
  visibility: visible !important;
  opacity: 1 !important;
}

/*  Product Home 6 Style   */
.product-card-6 .slider-nav-6 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card-6 .slider-nav-6 span::after {
  display: none;
}
.product-card-6 .slider-nav-6 .swiper-button-prev {
  left: 10px;
}
.product-card-6 .slider-nav-6 .swiper-button-next {
  right: 10px;
}
.product-card-6 .tags {
  position: absolute;
  top: 10px;
  z-index: 9;
  left: 10px;
}
.product-card-6 .tags ul li a {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  border: 1px solid var(--dark-color);
  padding: 4px 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-card-6 .tags ul li a:hover {
  color: var(--white-color);
  background: var(--dark-color);
}
.product-card-6 .wishlist {
  visibility: hidden;
  opacity: 0;
}
.product-card-6 .wishlist svg {
  width: auto;
  height: auto;
}
.product-card-6 .product-btn-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
.product-card-6 .product-btn {
  font-family: var(--jakarta-font);
  visibility: visible;
  opacity: 1;
  background: var(--dark-color);
  color: var(--white-color);
  font-size: 13px;
  font-weight: 500;
  padding: 11px 20px;
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.product-card-6 .product-btn:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.product-card-6 .product-btn.product-btn-6:hover {
  background: var(--white-color);
  color: var(--dark-color);
}
.product-card-6 .card-product-info .product-title {
  font-family: var(--jakarta-font);
  font-weight: 500;
}
.product-card-6 .card-product-info .product-title a {
  text-transform: unset;
}
.product-card-6 .card-product-info .product-price {
  font-family: var(--jakarta-font);
  font-weight: 500;
  font-size: 13px;
  color: var(--dark-color);
}
.product-card-6 .card-product-info .product-price del {
  color: var(--theme-color9);
  margin-right: 10px;
}
.product-card-6 .card-product-info .product-price .regular {
  color: var(--theme-color9);
}
.product-card-6 .card-product-info .product-price .save {
  margin-left: 5px;
  color: var(--theme-color5);
}
.product-card-6:hover .product-btn-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.product-card-6:hover .wishlist {
  visibility: visible;
  opacity: 1;
}

/*  Product setp Home 6 Style   */
.product-step-6 .style6 .text {
  padding: 80px 120px;
}
@media (max-width: 1399.98px) {
  .product-step-6 .style6 .text {
    padding: 80px 20px;
  }
}
.product-step-6 .style6 .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-step-6 .style6 .sub-title {
  font-size: 16px;
  font-weight: 500;
}
.product-step-6 .style6 .title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.product-step-6 .style6 .su-btn-4-border-dark {
  background: var(--theme-color26);
  color: var(--white-color);
}

/*
 * tabs.scss
 * -----------------------------------------------
*/
.tab-content-wrapper.style20 {
  overflow: hidden;
}
.tab-content-wrapper.style20 .tab-content {
  position: relative;
}
.tab-content-wrapper.style20 .tab-pane {
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.tab-content-wrapper.style20 .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.offer-slider-15 {
  background: var(--dark-color);
  padding: 30px 0 !important;
}
@media (max-width: 991.98px) {
  .offer-slider-15 {
    padding: 20px 0 !important;
  }
}
.offer-slider-15 .text .title {
  color: var(--white-color);
  font-family: var(--libre-font);
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .offer-slider-15 .text .title {
    font-size: 24px;
  }
}
.offer-slider-15 .text .code {
  color: var(--white-color);
  font-family: var(--outfit-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 40px;
}
.offer-slider-15 .text .su-btn-4-black {
  font-family: var(--jost-font);
  font-weight: 500;
}

.categories-9-slider .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.categories-9-slider .overly {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.categories-9-slider .spacing {
  padding: 680px 0 59px 0;
}
@media (max-width: 1199.98px) {
  .categories-9-slider .navigation-9 {
    display: none;
  }
}
.categories-9-slider .navigation-9 span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  border: 1px solid var(--white-color);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.categories-9-slider .navigation-9 .prev {
  left: 60px;
}
.categories-9-slider .navigation-9 .next {
  left: calc(100% - 110px);
}

/*  Video home 12 style  */
.video-12-area .video {
  padding: 233px 20px;
}
@media (max-width: 1399.98px) {
  .video-12-area .video {
    padding: 163px 0;
  }
}
@media (max-width: 767.98px) {
  .video-12-area .video {
    padding: 123px 0;
  }
}
@media (max-width: 575.98px) {
  .video-12-area .video {
    padding: 80px 0;
  }
}
.video-12-area .title {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 1399.98px) {
  .video-12-area .title {
    margin-top: 30px;
  }
}

/*  Video home 14 style  */
@media (max-width: 1399.98px) {
  .su-video-14-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .su-video-14-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .su-video-14-area {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .su-video-14-area {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575.98px) {
  .su-video-14-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.su-video-14-area .video {
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  .su-video-14-area .video img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.su-video-14-area .video .play-btn {
  color: var(--white-color);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--white-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991.98px) {
  .su-video-14-area .video .play-btn {
    width: 110px;
    height: 110px;
  }
}
.su-video-14-area .video .play-btn:hover {
  background: var(--white-color);
  color: var(--dark-color);
}
.su-video-14-area .text .title {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .su-video-14-area .text .title {
    font-size: 30px;
  }
}
.su-video-14-area .text p {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.su-video-14-area.shop-video .video {
  padding: 0 0;
}
.su-video-14-area.shop-video .video .text {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 265px 20px;
}
@media (max-width: 1399.98px) {
  .su-video-14-area.shop-video .video .text {
    padding: 160px 20px;
  }
}
@media (max-width: 991.98px) {
  .su-video-14-area.shop-video .video .text {
    padding: 100px 20px;
  }
}
.su-video-14-area.shop-video .video .text .info {
  max-width: 655px;
  margin: 0 auto;
}
.su-video-14-area.shop-video .video .text .info p {
  font-family: var(--jakarta-font);
}
@media (max-width: 991.98px) {
  .su-video-14-area.shop-video .video .text .info p {
    margin-top: 20px !important;
  }
}
.su-video-14-area.shop-video .video .text .info .title {
  font-family: var(--jakarta-font);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 1399.98px) {
  .su-video-14-area.shop-video .video .text .info .title {
    font-size: 30px;
  }
}

/*  Video home 16 style  */
.su-video-16-item .prd-video {
  height: 550px;
}
@media (max-width: 1399.98px) {
  .su-video-16-item .prd-video {
    height: 400px;
  }
}
.su-video-16-item .prd-video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 550px;
}
@media (max-width: 1399.98px) {
  .su-video-16-item .prd-video video {
    height: 400px;
  }
}
.su-video-16-item .popup-video {
  width: 60px;
  height: 60px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(29, 29, 29, 0.3);
}
.su-video-16-item .popup-video svg {
  stroke: var(--white-color);
}

.visit-store-16-item img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.visit-store-16-item .text {
  margin-top: 22px;
}
.visit-store-16-item .text .store-title {
  color: var(--dark-color);
  font-family: var(--montserrat-font);
  font-size: 16px;
  font-weight: var(--font-weight-600);
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.visit-store-16-item .text .address {
  color: var(--dark-color);
  font-family: var(--montserrat-font);
  font-size: 13px;
  font-weight: var(--font-weight-400);
  line-height: 16px;
}
.visit-store-16-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.su-testimonial-area {
  background: var(--theme-color11);
}
.su-testimonial-area .testimonial-15-item .text .rating {
  color: var(--black-color);
}
@media (max-width: 767.98px) {
  .su-testimonial-area .testimonial-15-item .text .rating {
    margin-bottom: 20px !important;
  }
}
.su-testimonial-area .testimonial-15-item .text .rating svg {
  width: 11px;
  height: 11px;
  margin-right: 2px;
}
.su-testimonial-area .testimonial-15-item .text .info {
  color: var(--dark-color);
  font-family: var(--outfit-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.66px;
}
@media (max-width: 1199.98px) {
  .su-testimonial-area .testimonial-15-item .text .info {
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .su-testimonial-area .testimonial-15-item .text .info {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .su-testimonial-area .testimonial-15-item .text .author {
    margin-top: 20px;
  }
}
.su-testimonial-area .testimonial-15-item .text .author .name {
  color: var(--dark-color);
  font-family: var(--outfit-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.su-testimonial-area .testimonial-15-item .text .author .designation {
  color: var(--dark-color);
  font-family: var(--outfit-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}
.su-testimonial-area .su-testimonial-15-nav span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.su-testimonial-area .su-testimonial-15-nav span:hover {
  background: var(--white-color);
}
.su-testimonial-area .su-testimonial-15-nav .prev {
  left: -50px;
}
.su-testimonial-area .su-testimonial-15-nav .next {
  right: -50px;
}

.su-testimonial-7-gallery {
  width: 100%;
  padding: 0px 120px;
}
@media (max-width: 991.98px) {
  .su-testimonial-7-gallery {
    padding: 0px 0px;
  }
}
.su-testimonial-7-gallery .swiper-button-prev:after,
.su-testimonial-7-gallery .swiper-button-next:after {
  display: none;
}
.su-testimonial-7-gallery .swiper-button-prev,
.su-testimonial-7-gallery .swiper-button-next {
  top: 40px;
}

.su-testimonial-7-gallery-thumbs .swiper-slide {
  width: 120px;
  height: 120px;
  text-align: center;
  overflow: hidden;
  opacity: 0.6;
  margin-top: 20px;
}
.su-testimonial-7-gallery-thumbs .swiper-slide img {
  height: 80px;
  border-radius: 30px;
  opacity: 0.4;
}
.su-testimonial-7-gallery-thumbs .swiper-slide.swiper-slide-prev, .su-testimonial-7-gallery-thumbs .swiper-slide.swiper-slide-next {
  margin-top: 10px !important;
}
.su-testimonial-7-gallery-thumbs .swiper-slide.swiper-slide-prev img {
  height: 100px;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.su-testimonial-7-gallery-thumbs .swiper-slide.swiper-slide-active img {
  opacity: 1;
  visibility: visible;
  height: 120px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.su-testimonial-7-gallery-thumbs .swiper-slide-active {
  opacity: 1;
  margin-top: 0px !important;
}
.su-testimonial-7-gallery-thumbs .swiper-slide.swiper-slide-next img {
  height: 100px;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.su-testimonial-7-bg {
  background: #f8f7f1;
  padding-top: 180px;
  padding-bottom: 175px;
}
.su-testimonial-7-bg .su-testimonial-7-gallery-slider .widget-saying-item .name {
  font-weight: 400;
  font-size: 18px;
  color: var(--dark-color);
}
.su-testimonial-7-bg .su-testimonial-7-gallery-slider .widget-saying-item .cto {
  font-weight: 300;
  font-size: 15px;
  color: var(--dark-color);
  display: block;
}
.su-testimonial-7-bg .su-testimonial-7-gallery-slider .widget-saying-item .ratings {
  margin-bottom: 15px;
  color: var(--dark-color);
}
.su-testimonial-7-bg .su-testimonial-7-gallery-slider .widget-saying-item .ratings i {
  margin: 0 3px;
}
.su-testimonial-7-bg .su-testimonial-7-gallery-slider .widget-saying-content .text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 40px;
  color: var(--dark-color);
}
.su-testimonial-7-bg .su-testimonal-8-wrap {
  padding: 0 250px;
}
.su-testimonial-7-bg .su-testimonal-8-wrap .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: var(--dark-color);
}
.su-testimonial-7-bg .su-testimonal-8-wrap .ratings i {
  font-size: 12px;
  color: var(--dark-color);
  margin: 0 2px;
}
.su-testimonial-7-bg .su-testimonal-8-wrap .position {
  font-family: var(--outfit-font);
  font-weight: 400;
  font-size: 18px;
  color: var(--black-color);
}
.su-testimonial-7-bg .su-testimonal-8-wrap .navigation .testimonal-next {
  left: auto;
  right: 50px;
}
.su-testimonial-7-bg .su-testimonal-8-wrap .navigation span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  border: 1px solid var(--gray-color);
  border-radius: 50px;
  width: 49px;
  height: 50px;
  line-height: 44px;
  background: var(--white-color);
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 2;
}
.su-testimonial-7-bg .su-testimonal-8-wrap .navigation span:hover {
  background: var(--black-color);
  color: var(--white-color);
  border-color: var(--black-color);
}
.su-testimonial-7-bg.style19 {
  padding-top: 160px;
  padding-bottom: 160px;
  margin-top: 160px;
}
@media (max-width: 991.98px) {
  .su-testimonial-7-bg.style19 {
    padding: 120px 0;
    margin-top: 120px;
  }
}
.su-testimonial-7-bg.style19 .su-testimonial-7-gallery-slider .widget-saying-content .text {
  font-size: 26px;
  font-family: var(--jost-font);
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.78px;
}
@media (max-width: 767.98px) {
  .su-testimonial-7-bg.style19 .su-testimonial-7-gallery-slider .widget-saying-content .text {
    font-size: 18px;
    line-height: 30px;
  }
}
.su-testimonial-7-bg.style19 .su-testimonial-7-gallery-slider .widget-saying-item .name {
  font-family: var(--outfit-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.su-testimonial-7-bg.style19 .su-testimonial-7-gallery-slider .widget-saying-item .cto {
  font-family: var(--outfit-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.su-testimonial-7-bg.shop-testimonial {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 991.98px) {
  .su-testimonial-7-bg.shop-testimonial {
    padding: 120px 0;
    margin-top: 120px;
  }
}
.su-testimonial-7-bg.shop-testimonial .su-testimonial-7-gallery-slider .widget-saying-content .text {
  font-size: 26px;
  font-family: var(--jakarta-font);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.78px;
}
@media (max-width: 991.98px) {
  .su-testimonial-7-bg.shop-testimonial .su-testimonial-7-gallery-slider .widget-saying-content .text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .su-testimonial-7-bg.shop-testimonial .su-testimonial-7-gallery-slider .widget-saying-content .text {
    font-size: 16px;
    line-height: 26px;
  }
}

/*  Features Home 12 Style   */
.feature-12 .title {
  font-family: var(--dmsans-font);
  font-weight: 500;
}
.feature-12 .text {
  font-family: var(--dmsans-font);
  font-size: 15px;
}

/*  Features Home 14 Style   */
.features-area-14 {
  padding: 22px 0;
}
@media (max-width: 1199.98px) {
  .features-area-14 {
    border-top: 2px solid var(--dark-color);
  }
}
.features-area-14 .features-item-14 .title {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.features-area-14 .features-item-14 .sub-title {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.26px;
}

.features-area-6 {
  background: var(--dark-color);
  padding: 20px 0;
}
.features-area-6 .feature-item .text .title {
  color: var(--white-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
}

.newsletter-area {
  bottom: 40px;
  right: 40px;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .newsletter-area {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .newsletter-area {
    bottom: unset;
    right: unset;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .newsletter-area {
    width: 93%;
  }
}
.newsletter-area .newsletter-main {
  max-width: 500px;
  width: 100%;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .newsletter-area .newsletter-main {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .newsletter-area .newsletter-main {
    padding: 60px 20px;
  }
}
.newsletter-area .close-newsletter {
  width: 35px;
  height: 35px;
  top: 20px;
  right: 20px;
  color: var(--dark-color);
}
.newsletter-area .title {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}
.newsletter-area p {
  color: var(--dark-color);
  margin-bottom: 30px;
}
.newsletter-area .subscribe input {
  width: 100%;
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-color);
}
.newsletter-area .subscribe input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--dark-color);
}
.newsletter-area .subscribe input::-moz-placeholder {
  opacity: 1;
  color: var(--dark-color);
}
.newsletter-area .subscribe input:-ms-input-placeholder {
  opacity: 1;
  color: var(--dark-color);
}
.newsletter-area .subscribe input::-ms-input-placeholder {
  opacity: 1;
  color: var(--dark-color);
}
.newsletter-area .subscribe input::placeholder {
  opacity: 1;
  color: var(--dark-color);
}
.newsletter-area .subscribe .subscribe-btn {
  font-weight: 600;
  font-family: var(--jakarta-font);
}
.newsletter-area.style2 {
  background: rgba(29, 29, 29, 0.7);
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  padding: 12px;
}
@media (max-width: 767.98px) {
  .newsletter-area.style2 {
    top: 50%;
    left: 50%;
    width: 100%;
  }
}
.newsletter-area.style2 .newsletter-main {
  max-width: 840px;
  width: 100%;
  padding: 0;
}
.newsletter-area.style2 .newsletter-main .image {
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .newsletter-area.style2 .newsletter-main .image {
    display: none;
  }
}
.newsletter-area.style2 .newsletter-main .text {
  padding: 50px 60px;
}
@media (max-width: 991.98px) {
  .newsletter-area.style2 .newsletter-main .text {
    padding: 30px 20px;
  }
}
.newsletter-area.remove {
  display: none !important;
}

.categories-area .categories-item .img img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.categories-area .categories-item .overlay {
  background: rgba(0, 0, 0, 0.2);
  padding: 60px;
}
@media (max-width: 575.98px) {
  .categories-area .categories-item .overlay {
    padding: 30px;
  }
}
.categories-area .categories-item .overlay .text .title {
  color: var(--white-color);
  font-family: var(--dmsans-font);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
}
@media (max-width: 575.98px) {
  .categories-area .categories-item .overlay .text .title {
    font-size: 30px;
  }
}
.categories-area .categories-item:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.categories-area.categories-6-area .categories-item .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding: 40px;
}
@media (max-width: 767.98px) {
  .categories-area.categories-6-area .categories-item .overlay {
    padding: 22px;
  }
}
.categories-area.categories-6-area .categories-item .overlay .text .title {
  color: var(--white-color);
  font-family: var(--jakarta-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.categories-area.categories-6-area .categories-item .overlay .text .price {
  color: var(--white-color);
  font-family: var(--jakarta-font);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .categories-area.categories-6-area .categories-item .overlay .text .price {
    padding: 0px 0;
  }
}
.categories-area.categories-6-area .categories-item .overlay .text .price .off {
  font-size: 16px;
  font-weight: 600;
}

.shop-category-area {
  padding: 180px 0;
}
.shop-category-area ul {
  gap: 50px;
  row-gap: 30px;
}
@media (max-width: 1199.98px) {
  .shop-category-area ul {
    row-gap: 15px;
  }
}
.shop-category-area ul li a {
  color: var(--dark-color);
  font-family: var(--marcellus-font);
  font-size: 45px;
  font-weight: 400;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  text-transform: lowercase;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399.98px) {
  .shop-category-area ul li a {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .shop-category-area ul li a {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .shop-category-area ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}
.shop-category-area ul li a img {
  width: 80px;
  height: 80px;
}
@media (max-width: 1199.98px) {
  .shop-category-area ul li a img {
    width: 50px;
    height: 50px;
  }
}
.shop-category-area.category-6 ul {
  row-gap: 40px;
}
.shop-category-area.category-6 ul li {
  width: 22%;
}
@media (max-width: 1399.98px) {
  .shop-category-area.category-6 ul li {
    width: 20%;
  }
}
@media (max-width: 991.98px) {
  .shop-category-area.category-6 ul li {
    width: 28%;
  }
}
@media (max-width: 767.98px) {
  .shop-category-area.category-6 ul li {
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  .shop-category-area.category-6 ul li {
    width: 42%;
  }
}
.shop-category-area.category-6 ul li a {
  gap: 20px;
  font-family: var(--jakarta-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 575.98px) {
  .shop-category-area.category-6 ul li a {
    gap: 10px;
    font-size: 14px;
  }
}

.text-slider .swiper-slide .title {
  gap: 84px;
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  font-size: 100px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .text-slider .swiper-slide .title {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .text-slider .swiper-slide .title {
    font-size: 60px;
  }
}
.text-slider .swiper-slide:nth-child(odd) .title {
  -webkit-text-stroke: 1px var(--dark-color);
  color: transparent;
}
.text-slider.style2 .swiper-slide .title {
  font-family: var(--jakarta-font);
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  letter-spacing: 1.8px;
}

.blog-header .title {
  font-family: var(--jakarta-font);
  color: var(--dark-color);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.blog-header .sub-title {
  font-family: var(--jakarta-font);
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.blog-header .post-date p {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.blog-header .blog-filter {
  gap: 10px;
}
.blog-header .blog-filter .filter-btn {
  border: 1px solid var(--gray-color);
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  padding: 7px 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-header .blog-filter .filter-btn:hover {
  border-color: var(--dark-color);
}
.blog-header .blog-filter .filter-btn.active {
  border-color: var(--dark-color);
}

.for-blog .thumb img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.for-blog .thumb .label {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  padding: 1px 14px;
  border-radius: 50px;
  background: var(--white-color);
  top: 20px;
  left: 20px;
}
.for-blog .details .post-date p {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.for-blog .details .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  padding-right: 60px;
  font-family: var(--jakarta-font);
}
@media (max-width: 1199.98px) {
  .for-blog .details .title {
    padding-right: 0;
  }
}
.for-blog .details .title a {
  color: var(--dark-color);
}
.for-blog:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.for-blog.style2 .details .title {
  padding-right: 0;
  font-size: 20px;
  line-height: 37px;
}
@media (max-width: 991.98px) {
  .for-blog.style2 .details .title {
    font-size: 16px;
    line-height: 28px;
  }
}
.for-blog.style3 .details .title {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 991.98px) {
  .for-blog.style3 .details .title {
    font-size: 16px;
    line-height: 28px;
  }
}
.for-blog.style3 .details .text {
  color: var(--dark-color);
}
@media (max-width: 991.98px) {
  .for-blog.blog-big .details {
    padding: 26px;
  }
}
@media (max-width: 991.98px) {
  .for-blog.blog-big .thumb img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.for-blog.blog-big .post-date p {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.for-blog.blog-big .title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 991.98px) {
  .for-blog.blog-big .title {
    font-size: 24px;
  }
}
.for-blog.blog-big .title a {
  color: var(--white-color);
}

.blog-list-area.blog-list-3 .for-blog {
  margin-bottom: 60px;
}
.blog-list-area.blog-list-3 .for-blog:last-child {
  margin-bottom: 0;
}
.blog-list-area.blog-area-3 .for-blog {
  margin-bottom: 60px;
}
.blog-list-area.blog-area-3 .for-blog:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .blog-list-area.blog-area-3 .for-blog .thumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399.98px) {
  .blog-list-area.blog-area-3 .blog-sidebar {
    padding-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .blog-sidebar {
    padding-left: 0 !important;
  }
}
.blog-sidebar .sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray-color);
}
.blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-sidebar .sidebar-widget .widget-title {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}
.blog-sidebar .sidebar-widget .widget-title::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: var(--dark-color);
  content: "";
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-sidebar .sidebar-widget .categories li {
  margin-bottom: 8px;
}
.blog-sidebar .sidebar-widget .categories li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .sidebar-widget .categories li a {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  position: relative;
}
.blog-sidebar .sidebar-widget .categories li a::before {
  position: absolute;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--dark-color);
  content: "";
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-sidebar .sidebar-widget .categories li a:hover::before {
  width: 100%;
}
.blog-sidebar .sidebar-widget .recent-post .for-blog {
  margin-bottom: 15px;
}
.blog-sidebar .sidebar-widget .recent-post .for-blog:last-child {
  margin-bottom: 0;
}
.blog-sidebar .sidebar-widget .recent-post .for-blog .thumb {
  max-width: 80px;
  width: 100%;
}
.blog-sidebar .sidebar-widget .recent-post .for-blog .thumb img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-sidebar .sidebar-widget .recent-post .for-blog .details .title {
  padding-right: 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.26px;
}
@media (max-width: 1399.98px) {
  .blog-sidebar .sidebar-widget .recent-post .for-blog .details .title {
    padding-right: 0;
  }
}
.blog-sidebar .sidebar-widget .recent-post .for-blog:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-sidebar .sidebar-widget .tags {
  gap: 10px;
}
.blog-sidebar .sidebar-widget .tags li a {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  border-radius: 20px;
  border: 1px solid var(--gray-color);
  padding: 7px 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-sidebar .sidebar-widget .tags li a:hover {
  background: var(--text-gray-2);
}

.page-navigation .page-item .page-link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--gray-color);
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.page-navigation .page-item .page-link:hover {
  border-color: var(--dark-color);
}
.page-navigation .page-item.active .page-link {
  border-color: var(--dark-color);
}

.blog-single-area .blog-post-content .content-box {
  margin-bottom: 60px;
}
.blog-single-area .blog-post-content .content-box:last-child {
  margin-bottom: 0;
}
.blog-single-area .blog-post-content .content-box .main-title {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
}
.blog-single-area .blog-post-content .content-box p {
  color: var(--dark-color);
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
}
.blog-single-area .blog-post-content .content-box .single-img {
  height: 100%;
}
.blog-single-area .blog-post-content .content-box .single-img .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single-area .blog-post-content .content-box .single-img .text p {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.blog-single-area .blog-post-content .content-box .single-img.sm-img .img {
  height: 246px;
}
@media (max-width: 1399.98px) {
  .blog-single-area .blog-post-content .content-box .single-img.sm-img .img {
    height: 193px;
  }
}
@media (max-width: 1199.98px) {
  .blog-single-area .blog-post-content .content-box .single-img.sm-img .img {
    height: 159px;
  }
}
@media (max-width: 991.98px) {
  .blog-single-area .blog-post-content .content-box .single-img.sm-img .img {
    height: 181px;
  }
}
@media (max-width: 767.98px) {
  .blog-single-area .blog-post-content .content-box .single-img.sm-img .img {
    height: unset;
  }
}
.blog-single-area .blog-post-content .content-box .footer-16-social {
  margin-bottom: 0 !important;
}
.blog-single-area .blog-post-content .content-box .social-info .tags a {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  border: 1px solid var(--gray-color);
  border-radius: 50px;
  padding: 7px 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-single-area .blog-post-content .content-box .social-info .tags a:hover {
  border-color: var(--dark-color);
}
.blog-single-area .blog-post-content .content-box .social-info .tags a + a {
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  .blog-single-area .blog-post-content .content-box .social-info .tags a + a {
    margin-left: 0;
  }
}
.blog-single-area .blog-post-content .content-box blockquote .main-title {
  text-transform: unset;
}
.blog-single-area .blog-post-content .content-box .author {
  padding: 40px 85px 40px 40px;
  gap: 30px;
  border: 1px solid var(--gray-color);
}
@media (max-width: 1199.98px) {
  .blog-single-area .blog-post-content .content-box .author {
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .blog-single-area .blog-post-content .content-box .author {
    padding: 26px;
  }
}
.blog-single-area .blog-post-content .content-box .author .img {
  width: 112px;
  height: 112px;
}
.blog-single-area .blog-post-content .content-box .author .text .name {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.blog-single-area .blog-post-content .content-box .author .text p {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.blog-single-area .blog-post-content .content-box .blog-navigation .navigate {
  gap: 20px;
  max-width: 350px;
}
@media (max-width: 767.98px) {
  .blog-single-area .blog-post-content .content-box .blog-navigation .navigate {
    max-width: 100%;
  }
}
.blog-single-area .blog-post-content .content-box .blog-navigation .navigate .icon a {
  width: 50px;
  height: 50px;
  border: 1px solid var(--gray-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-single-area .blog-post-content .content-box .blog-navigation .navigate .icon a:hover {
  border-color: var(--dark-color);
  background: var(--theme-color11);
}
.blog-single-area .blog-post-content .content-box .blog-navigation .navigate .text .title {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.blog-single-area .blog-post-content .content-box .blog-navigation .navigate .text p {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.blog-single-area .blog-post-content .content-box .customer-review .review-item {
  gap: 30px;
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.blog-single-area .blog-post-content .content-box .customer-review .review-item .img {
  width: 90px;
  height: 90px;
}
@media (max-width: 575.98px) {
  .blog-single-area .blog-post-content .content-box .customer-review .review-item .img {
    width: 70px;
    height: 70px;
  }
}
.blog-single-area .blog-post-content .content-box .customer-review .review-item .text .name {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.blog-single-area .blog-post-content .content-box .customer-review .review-item .text .name .date {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
}
.blog-single-area .blog-post-content .content-box .customer-review .review-item .text p {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.blog-single-area .blog-post-content .content-box .review-box .text {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.blog-single-area .blog-post-content .content-box .review-box .form-control {
  border: 0;
  height: 54px;
  border-bottom: 1px solid var(--gray-color);
  color: var(--dark-color);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.blog-single-area .blog-post-content .content-box .review-box .form-control::-webkit-input-placeholder {
  opacity: 1;
}
.blog-single-area .blog-post-content .content-box .review-box .form-control::-moz-placeholder {
  opacity: 1;
}
.blog-single-area .blog-post-content .content-box .review-box .form-control:-ms-input-placeholder {
  opacity: 1;
}
.blog-single-area .blog-post-content .content-box .review-box .form-control::-ms-input-placeholder {
  opacity: 1;
}
.blog-single-area .blog-post-content .content-box .review-box .form-control::placeholder {
  opacity: 1;
}
.blog-single-area .blog-post-content .content-box .review-box .form-control:focus {
  border-color: var(--dark-color);
}
.blog-single-area .blog-post-content .content-box .review-box label {
  color: var(--theme-color9);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  padding-left: 0;
  padding-right: 0;
}
.blog-single-area .blog-post-content .content-box .review-box .textarea {
  height: 229px;
  resize: none;
}
.blog-single-area .blog-post-content .content-box .review-box .form-check-input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--dark-color);
  border-radius: 0;
}
.blog-single-area .blog-post-content .content-box .review-box .form-check-label {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.blog-single-area .blog-post-content .content-box .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.3rem) translateX(0);
}
.blog-single-area .blog-post-content .content-box .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.3rem) translateX(0);
}
.blog-single-area .blog-post-content .content-box .form-floating > .form-control-plaintext ~ label,
.blog-single-area .blog-post-content .content-box .form-floating > .form-control:focus ~ label,
.blog-single-area .blog-post-content .content-box .form-floating > .form-control:not(:placeholder-shown) ~ label,
.blog-single-area .blog-post-content .content-box .form-floating > .form-select ~ label {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-1.3rem) translateX(0);
          transform: scale(1) translateY(-1.3rem) translateX(0);
}

.su-header-global-middle.inner-style .list-inline-item .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 120px;
}
.su-header-global-middle.inner-style .list-inline-item .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: var(--dark-color);
  font-family: var(--body-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.su-header-global-bottom.inner-style {
  border-bottom: 1px solid var(--gray-color);
}
.su-header-global-bottom.inner-style .su-menu-4 {
  text-align: center;
}
.su-header-global-bottom.inner-style .su-menu-4 > nav > ul > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.su-header-global-bottom.inner-style .su-menu-4 > nav > ul > li a {
  color: var(--dark-color);
  font-family: var(--title-font4);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.24px;
}
.su-header-global-bottom.inner-style .su-menu-4 > nav > ul > li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -3px;
  left: auto;
  right: 0;
  background: var(--dark-color);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.su-header-global-bottom.inner-style .su-menu-4 > nav > ul > li .sub-menu li a {
  color: var(--dark-color) !important;
}
.su-header-global-bottom.inner-style .su-menu-4 > nav > ul > li .su-mega-menu-4 .thumb .title a {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 500;
  font-family: var(--body-font);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D)), -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(#1D1D1D));
  background-image: linear-gradient(#1D1D1D, #1D1D1D), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear;
  transition: background-size 0.3s linear;
}
.su-header-global-bottom.inner-style .su-menu-4 > nav > ul > li .su-mega-menu-4 nav ul li a {
  font-weight: 500;
  font-size: 13px;
  color: var(--dark-color) !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
.su-header-global-bottom.inner-style .sub-menu > li > a {
  color: var(--dark-color);
}

@media (max-width: 1199.98px) {
  .shop-single-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .shop-single-area .container-fluid {
    padding: 0 15px;
  }
}
.shop-single-area .shop-left-content .go-down {
  right: -45px;
  bottom: 96px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-left-content .go-down::before {
  position: absolute;
  bottom: -24px;
  left: -46px;
  width: 1px;
  height: 70px;
  background: var(--gray-color);
  content: "";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.shop-single-area .shop-left-content .go-down::after {
  position: absolute;
  bottom: 7px;
  left: -37px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dark-color);
  content: "";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.shop-single-area .shop-left-content .img {
  margin-bottom: 4px;
  overflow: hidden;
}
.shop-single-area .shop-left-content .img img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-single-area .shop-left-content .img:last-child {
  margin-bottom: 0;
}
.shop-single-area .shop-left-content .img .view-shop-item {
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  -webkit-box-shadow: 0px 15px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 24px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
.shop-single-area .shop-left-content .img:hover .view-shop-item {
  opacity: 1;
  visibility: visible;
}
.shop-single-area .shop-left-content .img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.shop-single-area .shop-right-content {
  margin-left: 210px;
  max-width: 500px;
  position: sticky;
  top: 0;
}
@media (max-width: 1399.98px) {
  .shop-single-area .shop-right-content {
    margin-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .shop-single-area .shop-right-content {
    margin-left: 40px;
  }
}
@media (max-width: 575.98px) {
  .shop-single-area .shop-right-content {
    margin-left: 15px;
    padding-right: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .shop-single-area .shop-right-content {
    max-width: 100%;
  }
}
.shop-single-area .shop-right-content .shop-prd-title .left-title {
  max-width: 370px;
}
.shop-single-area .shop-right-content .shop-prd-title .left-title .subtitle {
  color: var(--theme-color9);
  font-family: var(--jakarta-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-right-content .shop-prd-title .left-title .title {
  font-family: var(--jakarta-font);
  color: var(--dark-color);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.shop-single-area .shop-right-content .shop-prd-title .left-title .price {
  font-family: var(--jakarta-font);
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.shop-single-area .shop-right-content .shop-prd-title .left-title .off-price {
  font-family: var(--jakarta-font);
  color: var(--theme-color9);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-right-content .shop-prd-title .star-icon .icon {
  width: 30px;
  height: 30px;
  background: var(--gray-color-2);
}
.shop-single-area .shop-right-content .pre-order {
  background: var(--theme-color19);
  padding: 20px;
}
.shop-single-area .shop-right-content .pre-order p {
  gap: 15px;
  max-width: 400px;
  color: var(--theme-color20);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-right-content .color-plates .color-title {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.shop-single-area .shop-right-content .color-plates .color-title .active {
  color: var(--theme-color9);
}
.shop-single-area .shop-right-content .color-plates .form-check {
  margin-right: 10px;
}
.shop-single-area .shop-right-content .color-plates .form-check input {
  width: 18px;
  height: 18px;
  background-color: var(--white-color);
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  position: relative;
}
.shop-single-area .shop-right-content .color-plates .form-check input::before {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid var(--theme-color21);
  z-index: -1;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-single-area .shop-right-content .color-plates .form-check input:checked {
  background: none;
  border-color: var(--dark-color);
}
.shop-single-area .shop-right-content .color-plates .form-check input:checked::before {
  border-color: var(--dark-color);
}
.shop-single-area .shop-right-content .color-plates .form-check.black input {
  background-color: var(--dark-color);
}
.shop-single-area .shop-right-content .color-plates .form-check.master input {
  background-color: var(--theme-color22);
}
.shop-single-area .shop-right-content .color-plates .form-check.sky input {
  background-color: var(--theme-color23);
}
.shop-single-area .shop-right-content .color-plates .form-check.grey input {
  background-color: var(--theme-color27);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check {
  margin-right: 10px;
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check input {
  width: 30px;
  height: 26px;
  background-color: var(--white-color);
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  position: relative;
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check input::before {
  position: absolute;
  width: unset;
  height: unset;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  z-index: unset;
  border-radius: 0px;
  content: "";
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check input:checked {
  background: none;
  border-color: var(--dark-color);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check input:checked::before {
  border-color: var(--dark-color);
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: var(--white-color);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check.cl1 input {
  background-color: none;
  background-image: url(../images/shop/cl-1.png);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check.cl2 input {
  background-color: var(--theme-color31);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check.cl3 input {
  background-color: var(--theme-color32);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check.cl4 input {
  background-color: var(--black-color);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check.cl5 input {
  background-color: var(--theme-color29);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check.cl6 input {
  background-image: url(../images/shop/cl-2.png);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check.cl7 input {
  background-color: var(--theme-color30);
}
.shop-single-area .shop-right-content .color-plates.style2 .form-check.cl8 input {
  background-color: var(--theme-color33);
}
.shop-single-area .shop-right-content .shop-sizes .color-title {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.shop-single-area .shop-right-content .shop-sizes .color-title .active {
  color: var(--theme-color9);
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  overflow: hidden;
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size .form-check {
  width: auto;
  padding-left: 0;
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size .form-check-input {
  display: none;
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size .form-check-input + .form-check-label {
  background-color: transparent;
  border: 1px solid var(--theme-color21);
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size .form-check-input:checked + .form-check-label {
  /* Checked style  */
  background-color: transparent;
  border-color: var(--dark-color);
  color: var(--dark-color);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size.style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
@media (max-width: 991.98px) {
  .shop-single-area .shop-right-content .shop-sizes .filter_by_size.style2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size.style2 .form-check-input + .form-check-label {
  border: 0;
  border-bottom: 1px solid var(--theme-color21);
  width: 90px;
  height: 58px;
}
@media (max-width: 1599.98px) {
  .shop-single-area .shop-right-content .shop-sizes .filter_by_size.style2 .form-check-input + .form-check-label {
    width: 69px;
  }
}
@media (max-width: 1399.98px) {
  .shop-single-area .shop-right-content .shop-sizes .filter_by_size.style2 .form-check-input + .form-check-label {
    width: 63px;
  }
}
@media (max-width: 1199.98px) {
  .shop-single-area .shop-right-content .shop-sizes .filter_by_size.style2 .form-check-input + .form-check-label {
    width: 50px;
  }
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size.style2 .form-check-input:checked + .form-check-label {
  border-color: var(--dark-color);
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size.style3 {
  gap: 0;
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size.style3 .form-check-input + .form-check-label {
  width: 50px;
  height: 50px;
}
.shop-single-area .shop-right-content .shop-sizes .guide-btn {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.24px;
  text-decoration: underline;
}
.shop-single-area .shop-right-content .shop-sizes.style2 .filter_by_size .form-check-input + .form-check-label {
  background-color: var(--gray-color-2);
  border: transparent;
}
.shop-single-area .shop-right-content .shop-sizes.style2 .filter_by_size .form-check-input:checked + .form-check-label {
  background-color: var(--dark-color);
  color: var(--white-color);
}
.shop-single-area .shop-right-content .shop-tabs .nav-link {
  background: transparent;
  padding: 0;
  color: var(--theme-color9);
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.26px;
  margin-right: 30px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.shop-single-area .shop-right-content .shop-tabs .active {
  border-color: var(--dark-color);
}
.shop-single-area .shop-right-content .shop-tabs .details p {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-right-content .quantity .quantity-block {
  border: 1px solid var(--gray-color);
  height: 53px;
  width: 120px;
  padding: 0 5px;
}
.shop-single-area .shop-right-content .quantity .quantity-block .quantity-num,
.shop-single-area .shop-right-content .quantity .quantity-block .quantity-arrow-minus,
.shop-single-area .shop-right-content .quantity .quantity-block .quantity-arrow-plus {
  width: 30px;
  background: transparent;
  text-align: center;
  color: var(--dark-color);
  font-family: Jost;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.shop-single-area .shop-right-content .quantity .quantity-block .quantity-arrow-minus,
.shop-single-area .shop-right-content .quantity .quantity-block .quantity-arrow-plus {
  font-size: 10px;
}
.shop-single-area .shop-right-content .pickup .info .aval {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-right-content .pickup .info span {
  color: var(--theme-color9);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-right-content .pickup.shop-pickup-info .color-plates {
  width: 16px;
  height: 16px;
}
.shop-single-area .shop-right-content .pickup.shop-pickup-info .color-plates .form-check input {
  width: 10px;
  height: 10px;
  background: transparent;
}
.shop-single-area .shop-right-content .pickup.shop-pickup-info .color-plates .form-check input::before {
  width: 16px;
  height: 16px;
  border-color: var(--dark-color);
}
.shop-single-area .shop-right-content .pickup.shop-pickup-info .color-plates .form-check input:checked {
  background: var(--dark-color);
}
.shop-single-area .shop-right-content .pickup.shop-pickup-info .pickup-info {
  position: relative;
  top: -6px;
}
.shop-single-area .shop-right-content .pickup.shop-pickup-info .pickup-info .pickup-title {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.shop-single-area .shop-right-content .pickup.shop-pickup-info .pickup-info p {
  color: var(--theme-color9);
  font-family: var(--jakarta-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-right-content .pickup.shop-pickup-info .pickup-info p a {
  color: var(--dark-color);
}
.shop-single-area .shop-right-content .prd-description ul li {
  margin-bottom: 6px;
}
.shop-single-area .shop-right-content .prd-description ul li:last-child {
  margin-bottom: 0;
}
.shop-single-area .shop-right-content .prd-description ul li button {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  position: relative;
}
.shop-single-area .shop-right-content .prd-description ul li button::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: var(--dark-color);
  content: "";
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-single-area .shop-right-content .prd-description ul li button:hover::before {
  width: 100%;
}
.shop-single-area .shop-right-content .prd-sidebar-overlay {
  z-index: 999;
  background: rgba(29, 29, 29, 0.7);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
.shop-single-area .shop-right-content .prd-sidebar-overlay.active {
  visibility: visible;
  opacity: 1;
}
.shop-single-area .shop-right-content .prd-sidebar-info {
  max-width: 960px;
  background: var(--white-color);
  padding: 30px 40px;
  height: 100%;
  z-index: 999;
  right: -100px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
}
.shop-single-area .shop-right-content .prd-sidebar-info .header-info .title {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.shop-single-area .shop-right-content .prd-sidebar-info .header-info .close-prd-sidebar {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-single-area .shop-right-content .prd-sidebar-info .details p {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.shop-single-area .shop-right-content .prd-sidebar-info .details ul li {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  position: relative;
  padding-left: 20px;
}
.shop-single-area .shop-right-content .prd-sidebar-info .details ul li::before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 15px;
  background: var(--dark-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
}
.shop-single-area .shop-right-content .prd-sidebar-info.active {
  right: 0;
  visibility: visible;
  opacity: 1;
  right: 0;
}
.shop-single-area .shop-right-content .shop-rating span {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.shop-single-area .shop-right-content .shop-rating span.number {
  position: relative;
  top: 1px;
}
.shop-single-area .shop-right-content .shipping-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
  gap: 10px;
}
.shop-single-area .shop-right-content .shipping-info p + p {
  margin-top: 16px;
}
.shop-single-area .shop-right-content .shipping-info.style2 {
  border: 1px solid var(--gray-color);
}
.shop-single-area .shop-right-content .shipping-info.style2 p {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid var(--gray-color);
  margin-top: 0;
  padding: 18px 20px;
}
.shop-single-area .shop-right-content .shipping-info.style2 p:last-child {
  border-bottom: 0;
}
.shop-single-area .shop-right-content .matching-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
}
.shop-single-area.shop2 .shop-left-content .view-shop-item {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
}
.shop-single-area.shop2 .shop-left-content .control-video1 {
  -webkit-filter: drop-shadow(0px 15px 24px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 15px 24px rgba(0, 0, 0, 0.05));
  background: var(--white-color);
  width: 30px;
  height: 30px;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
}
.shop-single-area.shop2 .shop-left-content .img.video {
  height: 100%;
}
.shop-single-area.shop2 .shop-left-content .img.video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-single-area.shop2 .shop-right-content {
  margin-left: 0;
}
.shop-single-area.shop2 .more-payment {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.shop-single-area.shop2 .pre-order.style2 {
  background: var(--gray-color-2);
}
.shop-single-area.shop2 .pre-order.style2 p {
  gap: 10px;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.shop-single-area.shop2 .pre-order.style2 p strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.shop-single-area.shop3 .shop-left-content .view-shop-item {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shop-single-area.shop3 .shop-right-content {
  max-width: 760px;
  margin-left: 90px;
}
@media (max-width: 1399.98px) {
  .shop-single-area.shop3 .shop-right-content {
    max-width: 100%;
    margin-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .shop-single-area.shop3 .shop-right-content {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .shop-single-area.shop3 .shop-right-content {
    margin-left: 30px;
    padding-right: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .shop-single-area.shop3 .shop-right-content {
    margin-left: 15px;
    padding-right: 15px !important;
  }
}
.shop-single-area.shop3 .shop-right-content .stock-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area.shop3 .shop-right-content .stock-text i {
  margin-right: 10px;
  font-size: 6px;
  color: var(--theme-color28);
}
.shop-single-area.shop3 .shop-right-content .shop-prd-title {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--dark-color);
}
.shop-single-area.shop3 .shop-right-content .shop-sizes .guide-btn {
  color: var(--theme-color9);
  font-weight: 500;
}
.shop-single-area.shop3 .shop-tabs .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid var(--gray-color);
}
.shop-single-area.shop3 .shop-tabs .nav-link {
  line-height: 30px;
  margin-right: 0;
}
.shop-single-area.shop3 .su-banner-4-navigation span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.shop-single-area.shop3 .su-banner-4-navigation .prev {
  left: -50px;
}
.shop-single-area.shop3 .su-banner-4-navigation .next {
  left: 100%;
}
.shop-single-area.shop4 .shop-right-content .shop-prd-title .left-title .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}
.shop-single-area.shop5 .shop5-wrapper {
  max-width: 1920px;
}
.shop-single-area.shop5 .shop-left-content {
  max-width: 1187px;
}
@media (max-width: 1799.98px) {
  .shop-single-area.shop5 .shop-left-content {
    max-width: 960px;
  }
}
@media (max-width: 1599.98px) {
  .shop-single-area.shop5 .shop-left-content {
    max-width: 860px;
  }
}
@media (max-width: 1399.98px) {
  .shop-single-area.shop5 .shop-left-content {
    max-width: 750px;
  }
}
@media (max-width: 1199.98px) {
  .shop-single-area.shop5 .shop-left-content {
    max-width: 100%;
  }
}
.shop-single-area.shop5 .shop-left-content .img .shop-5-text {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-single-area.shop5 .shop-left-content .img:hover .shop-5-text {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1399.98px) {
  .shop-single-area.shop5 .shop-right-content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.shop-single-area.shop5 .shop-right-content .description p {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area.shop5 .shop-right-content .prd-description li button::before {
  display: none;
}
.shop-single-area.shop5 .shop-right-content .prd-description li button .icon {
  position: relative;
  top: -1px;
}
.shop-single-area.shop5 .shop-right-content .prd-description li button .txt {
  text-decoration: underline;
}
.shop-single-area.shop5 .shop-right-content .shop-sizes .color-title {
  font-weight: 500;
}
.shop-single-area.shop5 .shop-right-content .shop-sizes .filter_by_size {
  gap: 10px;
}
.shop-single-area.shop5 .shop-right-content .shop-sizes .filter_by_size .form-check-input + .form-check-label {
  background-color: transparent;
  border: 1px solid var(--theme-color21);
  width: 76px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  letter-spacing: 0.24px;
}
@media (max-width: 1399.98px) {
  .shop-single-area.shop5 .shop-right-content .shop-sizes .filter_by_size .form-check-input + .form-check-label {
    width: 56px;
    height: 45px;
  }
}
.shop-single-area.shop5 .shop-right-content .shop-sizes .filter_by_size .form-check-input:checked + .form-check-label {
  /* Checked style  */
  background-color: transparent;
  border-color: var(--dark-color);
  color: var(--dark-color);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.shop-single-area.shop5 .payment-info p {
  color: var(--theme-color9);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-single-area.shop5 .payment-info p a {
  color: var(--dark-color);
}
.shop-single-area.shop5 .payment-info p a:hover {
  color: var(--dark-color) !important;
}
.shop-single-area.shop5 .payment-info p .pay-option {
  margin: 0 7px;
}

.shop-banner-area .banner-bg {
  background: var(--theme-color24);
  padding: 120px 40px;
}
@media (max-width: 575.98px) {
  .shop-banner-area .banner-bg {
    padding: 80px 10px;
  }
}
.shop-banner-area .text {
  max-width: 720px;
  margin: 0 auto;
}
.shop-banner-area .text .title {
  color: var(--theme-color26);
  font-family: var(--jakarta-font);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.shop-banner-area .text p {
  color: var(--theme-color26);
  font-family: var(--jakarta-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.shop-banner-area .text .su-btn-4 {
  background: var(--theme-color26);
}

.shop-banner-5 {
  padding: 60px 0 428px;
}
@media (max-width: 1399.98px) {
  .shop-banner-5 {
    padding-bottom: 240px;
  }
}
@media (max-width: 575.98px) {
  .shop-banner-5 {
    padding-bottom: 140px;
  }
}
.shop-banner-5 .text {
  padding: 0 60px;
}
@media (max-width: 767.98px) {
  .shop-banner-5 .text {
    padding: 0;
  }
}
.shop-banner-5 .text .info {
  max-width: 528px;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .shop-banner-5 .text .info {
    padding: 30px;
  }
}
.shop-banner-5 .text .info .subtitle {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.shop-banner-5 .text .info .title {
  color: var(--dark-color);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
.shop-banner-5 .text .info p {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}

.shop-faq-area .faq-body {
  max-width: 904px;
  margin: 0 auto;
  margin-top: -20px;
}
.shop-faq-area .faq-body .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop-faq-area .faq-body .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0;
}
.shop-faq-area .faq-body .accordion-button {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0 !important;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .shop-faq-area .faq-body .accordion-button {
    font-size: 20px;
    padding: 16px;
  }
}
.shop-faq-area .faq-body .accordion-button::after {
  display: none;
}
.shop-faq-area .faq-body .accordion-button .arrow-icon {
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-faq-area .faq-body .accordion-button .arrow-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--dark-color);
}
.shop-faq-area .faq-body .accordion-button .arrow-icon .minus {
  display: none;
}
.shop-faq-area .faq-body .accordion-button:not(.collapsed) {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--dark-color);
}
.shop-faq-area .faq-body .accordion-button:not(.collapsed) .arrow-icon {
  background: transparent;
}
.shop-faq-area .faq-body .accordion-button:not(.collapsed) .arrow-icon .minus {
  display: block;
}
.shop-faq-area .faq-body .accordion-button:not(.collapsed) .arrow-icon .plus {
  display: none;
}
.shop-faq-area .faq-body .accordion-body {
  padding: 0 0 25px 0;
}
.shop-faq-area .faq-body .accordion-body p {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0.26px;
  padding-right: 20px;
}
.shop-faq-area.style2 .faq-body {
  max-width: 100%;
  margin-top: 0;
}
.shop-faq-area.style2 .faq-body .accordion-item {
  border-bottom: 1px solid var(--gray-color);
}
.shop-faq-area.style2 .faq-body .accordion-button {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .shop-faq-area.style2 .faq-body .accordion-button {
    font-size: 20px;
    padding: 16px;
  }
}
.shop-faq-area.style2 .faq-body .accordion-button::after {
  display: none;
}
.shop-faq-area.style2 .faq-body .accordion-body {
  padding-bottom: 22px;
}
.shop-faq-area.style2 .faq-body .accordion-body p {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}

.shop-product-tabs .nav-pills {
  gap: 60px;
}
.shop-product-tabs .nav-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--theme-color9);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.shop-product-tabs .nav-link.active {
  background: transparent;
  color: var(--dark-color);
}

.shop-review-area .review-info .review-info-label {
  position: relative;
}
.shop-review-area .review-info .review-info-label::before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
  height: 350px;
  background: var(--gray-color);
  content: "";
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .shop-review-area .review-info .review-info-label::before {
    left: 0px;
  }
}
@media (max-width: 1399.98px) {
  .shop-review-area .review-info .review-info-label::before {
    display: none;
  }
}
.shop-review-area .review-info .review-info-label:first-child::before {
  display: none;
}
.shop-review-area .review-info .review-info-label:nth-child(2) .review-info-box {
  margin: 0 auto;
}
.shop-review-area .review-info .review-info-label:last-child::before {
  left: 30px;
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .shop-review-area .review-info .review-info-label:last-child::before {
    left: 15px;
  }
}
.shop-review-area .review-info .review-info-label:last-child .review-info-box {
  margin-left: auto;
}
.shop-review-area .review-info-box {
  max-width: 440px;
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .shop-review-area .review-info-box {
    max-width: 360px;
  }
}
@media (max-width: 1199.98px) {
  .shop-review-area .review-info-box {
    max-width: 100%;
  }
}
.shop-review-area .review-info-box .review-rating .total {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.shop-review-area .review-info-box .rating-progress .progress-item {
  margin-bottom: 21px;
  gap: 10px;
}
.shop-review-area .review-info-box .rating-progress .progress-item:last-child {
  margin-bottom: 0;
}
.shop-review-area .review-info-box .rating-progress .progress-item .star {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
}
.shop-review-area .review-info-box .rating-progress .progress-item .progress {
  background: var(--gray-color);
  border-radius: 0;
  height: 7px;
  max-width: 350px;
}
@media (max-width: 1199.98px) {
  .shop-review-area .review-info-box .rating-progress .progress-item .progress {
    max-width: 100%;
  }
}
.shop-review-area .review-info-box .rating-progress .progress-item .progress .progress-bar {
  background: var(--dark-color);
}
.shop-review-area .review-info-box .rating-progress .progress-item .num {
  color: var(--theme-color9);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.26px;
  text-align: right;
  width: 31px;
}
.shop-review-area .review-info-box .review-number {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.shop-review-area .review-info-box .review-number strong {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-right: 10px;
}
.shop-review-area .rating ul li {
  color: var(--dark-color);
}
.shop-review-area .range-box .range-field {
  margin-bottom: 25px;
}
.shop-review-area .range-box .range-field .label {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.shop-review-area .range-box .range-field .slidecontainer {
  height: 8px;
}
.shop-review-area .range-box .range-field .slider {
  -webkit-appearance: none;
  position: relative;
  top: -14px;
  width: 100%;
  height: 1px;
  background: var(--dark-color);
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  z-index: 9;
}
.shop-review-area .range-box .range-field .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dark-color);
  cursor: pointer;
  border: 0;
  position: relative;
  z-index: 9;
}
.shop-review-area .range-box .range-field .slider::-moz-range-thumb {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dark-color);
  cursor: pointer;
  border: 0;
  position: relative;
  z-index: 9;
}
.shop-review-area .range-box .range-field .btm-info {
  margin-top: 6px;
}
.shop-review-area .range-box .range-field .btm-info p {
  color: var(--theme-color9);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-review-area .range-box .range-field:last-child {
  margin-bottom: 0;
}
.shop-review-area .select_widgets button.btn {
  border: 0;
  border-bottom: 1px solid var(--gray-color);
  color: var(--theme-color9);
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0.26px;
  padding-right: 15px;
  padding-left: 0;
  border-radius: 0;
}
.shop-review-area .select_widgets button.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.shop-review-area .select_widgets button.btn::before {
  content: "";
  background-image: url("../images/home12/arrow-down.svg");
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
.shop-review-area .select_widgets .dropdown-item.active {
  color: var(--dark-color);
}
.shop-review-area .select_widgets .bootstrap-select .btn-light {
  background-color: transparent;
}
.shop-review-area .select_widgets .bootstrap-select .btn-light:focus, .shop-review-area .select_widgets .bootstrap-select .btn-light:active {
  outline: none !important;
}
.shop-review-area .select_widgets .bootstrap-select .dropdown-item.active, .shop-review-area .select_widgets .bootstrap-select .dropdown-item:active {
  background-color: var(--gray-color);
}
.shop-review-area .review-list-wrapper .review-title {
  color: var(--dark-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.shop-review-area .review-list-wrapper .review-list-action .action-box .select_widgets button.btn {
  border: 1px solid var(--gray-color);
  color: var(--dark-color) !important;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.26px;
  padding: 0 20px;
  padding-right: 40px;
  border-radius: 0;
}
.shop-review-area .review-list-wrapper .review-list-action .action-box .select_widgets button.btn::before {
  right: 15px;
}
.shop-review-area .review-list-wrapper .review-list-action .action-box .bootstrap-select.show-tick .dropdown-menu li a span.text {
  color: var(--dark-color);
}
.shop-review-area .review-list-wrapper .review-list-action .sort span {
  color: var(--theme-color9);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  padding-right: 5px;
}
.shop-review-area .review-list-wrapper .review-list-action .sort .select_widgets button.btn {
  border: 0;
  color: var(--dark-color);
  background: transparent;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  padding-right: 20px;
  padding-left: 0;
  border-radius: 0;
}
.shop-review-area .review-list-wrapper .review-list-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--theme-color21);
  gap: 90px;
}
@media (max-width: 991.98px) {
  .shop-review-area .review-list-wrapper .review-list-item {
    gap: 30px;
  }
}
.shop-review-area .review-list-wrapper .review-list-item:last-child {
  margin-bottom: 0;
}
.shop-review-area .review-list-wrapper .review-list-item .left-content {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .shop-review-area .review-list-wrapper .review-list-item .left-content {
    max-width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .shop-review-area .review-list-wrapper .review-list-item .left-content {
    max-width: 200px;
  }
}
.shop-review-area .review-list-wrapper .review-list-item .left-content .date {
  color: var(--theme-color9);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.shop-review-area .review-list-wrapper .review-list-item .left-content .author-name {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.shop-review-area .review-list-wrapper .review-list-item .right-content .review-title {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
}
.shop-review-area .review-list-wrapper .review-list-item .right-content .text {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.shop-review-area .review-list-wrapper .review-list-item .right-content .review-details-btn {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  border-bottom: 1px solid var(--dark-color);
  padding-bottom: 5px;
}
.shop-review-area .review-list-wrapper .review-list-item .right-content .review-details-info {
  display: none;
}
.shop-review-area .review-list-wrapper .review-list-item .right-content .review-details-info .image {
  gap: 10px;
}
.shop-review-area .review-help {
  gap: 10px;
}
.shop-review-area .review-help .title {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.shop-review-area .review-help .help-btn {
  gap: 10px;
}
.shop-review-area .review-help .help-btn .num {
  color: var(--theme-color9);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
  margin-left: 5px;
}
.shop-review-area .review-list-info ul {
  gap: 30px;
}
.shop-review-area .review-list-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.24px;
}
.shop-review-area .submit-review-box {
  max-width: 687px;
  width: 100%;
  margin: 0 auto;
}
.shop-review-area .submit-review-box .title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.shop-review-area .submit-review-box .text {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: var(--dark-color);
}
.shop-review-area .submit-review-box .rate-text {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.shop-review-area .submit-review-box .review-box .text {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.shop-review-area .submit-review-box .review-box .form-control {
  border: 0;
  height: 54px;
  border-bottom: 1px solid var(--gray-color);
  color: var(--dark-color);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.shop-review-area .submit-review-box .review-box .form-control::-webkit-input-placeholder {
  opacity: 1;
}
.shop-review-area .submit-review-box .review-box .form-control::-moz-placeholder {
  opacity: 1;
}
.shop-review-area .submit-review-box .review-box .form-control:-ms-input-placeholder {
  opacity: 1;
}
.shop-review-area .submit-review-box .review-box .form-control::-ms-input-placeholder {
  opacity: 1;
}
.shop-review-area .submit-review-box .review-box .form-control::placeholder {
  opacity: 1;
}
.shop-review-area .submit-review-box .review-box .form-control:focus {
  border-bottom: 2px solid var(--dark-color);
}
.shop-review-area .submit-review-box .review-box label {
  color: var(--theme-color9);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
  padding-left: 0;
  padding-right: 0;
}
.shop-review-area .submit-review-box .review-box .textarea {
  height: 150px;
  resize: none;
}
.shop-review-area .submit-review-box .review-box .form-check-input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--dark-color);
  border-radius: 0;
}
.shop-review-area .submit-review-box .review-box .form-check-label {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.shop-review-area .submit-review-box .dropup .dropdown-toggle::after {
  display: none;
}
.shop-review-area .submit-review-box .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.3rem) translateX(0);
}
.shop-review-area .submit-review-box .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.3rem) translateX(0);
}
.shop-review-area .submit-review-box .form-floating > .form-control-plaintext ~ label,
.shop-review-area .submit-review-box .form-floating > .form-control:focus ~ label,
.shop-review-area .submit-review-box .form-floating > .form-control:not(:placeholder-shown) ~ label,
.shop-review-area .submit-review-box .form-floating > .form-select ~ label {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-1.3rem) translateX(0);
          transform: scale(1) translateY(-1.3rem) translateX(0);
}
.shop-review-area .submit-review-box .range-box .range-field {
  margin-bottom: 20px;
}
.shop-review-area .submit-review-box .range-box .range-field .slider {
  position: relative;
}
.shop-review-area .submit-review-box .range-box .range-field .slider::before, .shop-review-area .submit-review-box .range-box .range-field .slider::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white-color);
  border: 1px solid var(--dark-color);
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop-review-area .submit-review-box .range-box .range-field .slider::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shop-review-area .submit-review-box .range-box .range-field .slider::after {
  right: 0;
}
.shop-review-area .submit-review-box .range-box .range-field:last-child {
  margin-bottom: 0;
}
.shop-review-area .submit-review-box .range-box .range-field .label {
  font-weight: 500;
}
.shop-review-area .submit-review-box .range-box .range-field .mid-text {
  width: 80px;
  margin: 0 auto;
}
.shop-review-area .submit-review-box .range-box .range-field .right-text {
  width: 80px;
  text-align: right;
}
.shop-review-area .submit-review-box .range-box .range-field .left-text {
  width: 80px;
  text-align: left;
}
.shop-review-area .submit-review-box .attachment .file {
  width: 100%;
  height: 100px;
  border: 1px solid var(--gray-color);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-review-area .submit-review-box .attachment .file span {
  color: var(--theme-color9);
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.shop-review-area .submit-review-box .attachment .file:hover {
  border-color: var(--dark-color);
}

.mega-sale-area .bg .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 287px 0 180px;
}
.mega-sale-area .bg .overlay .text {
  max-width: 700px;
  margin: 0 auto;
}
.mega-sale-area .bg .overlay .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.mega-sale-area .bg .overlay .text .title {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
.mega-sale-area .bg .overlay .countdown-box .countdown-item .count {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  padding-bottom: 5px;
}
.mega-sale-area .bg .overlay .countdown-box .countdown-item .title {
  color: var(--white-color);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
}

@media (max-width: 767.98px) {
  .faq-area-6 .section-title {
    padding-bottom: 80px !important;
  }
}
.faq-area-6 .faq-bg {
  background: var(--gray-color-2);
  padding: 172px 0;
}
.faq-area-6 .faq-bg .section-title .subtitle {
  color: var(--text-dark2);
  font-family: var(--outfit-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.faq-area-6 .faq-bg .faq-body {
  max-width: 904px;
  margin: 0 auto;
  margin-top: -20px;
}
.faq-area-6 .faq-bg .faq-body .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-area-6 .faq-bg .faq-body .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0;
  background: transparent;
}
.faq-area-6 .faq-bg .faq-body .accordion-button {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  padding: 24px 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .faq-area-6 .faq-bg .faq-body .accordion-button {
    font-size: 17px;
    padding: 16px 0;
  }
}
.faq-area-6 .faq-bg .faq-body .accordion-button::after {
  display: none;
}
.faq-area-6 .faq-bg .faq-body .accordion-button .arrow-icon {
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq-area-6 .faq-bg .faq-body .accordion-button .arrow-icon .minus {
  display: none;
}
.faq-area-6 .faq-bg .faq-body .accordion-button:not(.collapsed) {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--dark-color);
  border-bottom: 1px solid var(--dark-color);
  border-top: 1px solid var(--dark-color);
}
.faq-area-6 .faq-bg .faq-body .accordion-button:not(.collapsed) .arrow-icon {
  background: transparent;
}
.faq-area-6 .faq-bg .faq-body .accordion-body {
  padding: 40px 0 25px 0;
}
.faq-area-6 .faq-bg .faq-body .accordion-body p {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0.26px;
  padding-right: 20px;
}

/***  Page Titles Styles  ***/
.su-section-4-title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: var(--text-black);
}

/***  About  ***/
.about-wrapper.style20 .title {
  color: var(--dark-color);
  font-size: 120px;
  font-weight: 700;
  line-height: 70px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .about-wrapper.style20 .title {
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .about-wrapper.style20 .title {
    font-size: 50px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-wrapper.style20 .title {
    font-size: 40px;
    line-height: 60px;
  }
}
.about-wrapper.style20 .title span {
  color: transparent;
  font-size: 120px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--black-color);
  text-stroke: 1px var(--black-color);
}
@media (max-width: 1199.98px) {
  .about-wrapper.style20 .title span {
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .about-wrapper.style20 .title span {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-wrapper.style20 .title span {
    font-size: 40px;
    line-height: 60px;
  }
}
.about-wrapper.style20 .subtitle {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .about-wrapper.style20 .subtitle {
    padding-bottom: 20px;
  }
}
.about-wrapper.style20 .text {
  color: var(--dark-color);
  font-size: 15px;
  padding-bottom: 24px;
  padding-bottom: 12px;
}
@media (max-width: 575.98px) {
  .about-wrapper.style20 .text {
    padding-bottom: 20px;
  }
}

.about-text-area .subtitle {
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .about-text-area .subtitle {
    margin-bottom: 15px;
  }
}
.about-text-area .title {
  color: var(--dark-color);
  font-family: var(--dmsans-font);
  font-size: 45px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .about-text-area .title {
    font-size: 36px;
    line-height: 58px;
  }
}
@media (max-width: 767.98px) {
  .about-text-area .title {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .about-text-area .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.about-text-area .su-btn-4-black {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--dmsans-font);
}
@media (max-width: 991.98px) {
  .about-text-area.style19 {
    padding-top: 120px;
  }
}
.about-text-area.style19 .title {
  font-family: var(--cormorant-font);
  font-weight: 400;
  line-height: normal;
  text-transform: unset;
  color: var(--Black, #1D1D1D);
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .about-text-area.style19 .title {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .about-text-area.style19 .title {
    font-size: 34px;
  }
}

.about-13-area {
  background: var(--gray-color-2);
}
.about-13-area .about-info .img img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.about-13-area .about-info .text .title {
  color: var(--dark-color);
  font-family: var(--bebas-font);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.about-13-area .about-info .text p {
  color: var(--dark-color);
  font-family: var(--bebas-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.about-13-area .about-info:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.su-about-text-15 .text {
  max-width: 590px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .su-about-text-15 .text .section-title {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .su-about-text-15 .text .section-title .title {
    padding-bottom: 15px;
  }
}
.su-about-text-15 .text .info {
  color: var(--dark-color);
  font-family: var(-outfit-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.su-about-15-area .about-info .img img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.su-about-15-area .about-info .text {
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .su-about-15-area .about-info .text {
    padding: 0;
  }
}
.su-about-15-area .about-info .text .title {
  color: var(--dark-color);
  font-family: var(--libre-font);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.su-about-15-area .about-info .text p {
  color: var(--dark-color);
  font-family: var(--outfit-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.su-about-15-area .about-info:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/***  Footer  ***/
.footer_one.style-one .outer-footer {
  background-color: #9d5248;
  margin: 0 30px;
  padding: 18px 0 120px;
}
.footer_one.style-one.su-footer-16.footer-2 .footer_qlink_widget .title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer_one.style-one.su-footer-16.footer-2 .footer_qlink_widget li a {
  color: #fff;
}
.footer_one.style-one.su-footer-16.footer-2 .footer_qlink_widget li {
  margin-bottom: 12px;
}
.footer_one.style-one.su-footer-16.footer-2 .mailchimp_widget .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.footer_one.style-one.su-footer-16.footer-2 .mailchimp_widget .sub-title {
  color: #fff;
}
.footer_one.style-one.su-footer-16.footer-13 .mailchimp_widget .input-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}

.footer_one.style-one.su-footer-16.footer-19 .mailchimp_widget {
  max-width: none;
  margin-left: 0;
}
.footer_one.style-one .footer_mailchimp_form {
  position: relative;
}
.footer_one.style-one .footer_mailchimp_form:before {
  background-color: #9d5248;
  content: "";
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 8px;
  height: 1px;
}
.footer_one.style-one .footer_mailchimp_form:after {
  background-color: #9d5248;
  content: "";
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 8px;
  height: 1px;
}
.footer_one.style-one .mailchimp_widget .footer_mailchimp_form .input-field::placeholder {
  color: #fff !important;
}

.footer_one.style-one .mailchimp_widget .footer_mailchimp_form .input-field::-webkit-input-placeholder {
  color: #fff !important;
}

.footer_one.style-one .mailchimp_widget .footer_mailchimp_form .input-field::-moz-placeholder {
  color: #fff !important;
}

.footer_one.style-one .mailchimp_widget .footer_mailchimp_form .input-field:-ms-input-placeholder {
  color: #fff !important;
}

.footer_one.style-one .mailchimp_widget .footer_mailchimp_form .input-field::-ms-input-placeholder {
  color: #fff !important;
}

.footer_one.style-one.su-footer-16.footer-12 .mailchimp_widget .text {
  font-size: 13px;
  font-weight: 300;
  margin-right: 30px;
  margin-top: 10px;
}
.footer_one.style-one.su-footer-16.footer-19 .mailchimp_widget .subscribe-btn {
  color: #fff;
  transform: rotate(45deg);
  top: -4px;
  padding-right: 0;
}
.footer_one.style-one.su-footer-16.footer-2 .lang_widgets button.btn {
  color: #9d5248;
}

.footer_one.style-one.su-footer-16.footer-2 .lang_widgets_main .icon svg path {
  fill: #9d5248;
}
.footer_one.style-one.su-footer-16.footer-2 .logo-text {
  color: #c8a8a4;
  font-size: 12px;
  margin-top: 10px;
}
.footer_one.style-one.su-footer-16.footer-2 .social-nav-list {
  text-align: right;
}
.footer_one.style-one.su-footer-16.footer-2 .social-nav-list .item {
  color: #9d5248;
  font-size: 14px;
  font-weight: 400;
  margin-right: 28px;
}
.footer_one.style-one.su-footer-16.footer-2 .social-nav-list .item:last-child {
  margin-right: 0;
}
.footer_one {
  padding: 60px 0 0;
  position: relative;
}
.footer_one.bg-dark {
  background-color: var(--black-color);
}
.footer_one .footer_qlink_widget,
.footer_one .mailchimp_widget {
  position: relative;
}
.footer_one .footer_qlink_widget .title,
.footer_one .mailchimp_widget .title {
  font-family: var(--body-font);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0.02em;
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 22px;
}
.footer_one .footer_qlink_widget ul,
.footer_one .mailchimp_widget ul {
  margin: 0;
}
.footer_one .footer_qlink_widget li,
.footer_one .mailchimp_widget li {
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 13px;
  line-height: 32px;
}
.footer_one .footer_qlink_widget li a,
.footer_one .mailchimp_widget li a {
  color: var(--dark-color);
}
.footer_one .footer_qlink_widget .list-white a,
.footer_one .mailchimp_widget .list-white a {
  color: var(--text-white);
}
.footer_one .mailchimp_widget {
  position: relative;
}
.footer_one .mailchimp_widget .text {
  color: var(--text-white);
}
.footer_one .acceped_card_list img {
  width: 26px;
}
.footer_one .footer_mailchimp_form {
  position: relative;
}
.footer_one .footer_mailchimp_form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--text-white);
  border-radius: 0;
  height: auto;
  padding: 0px 0px 20px;
  width: 100%;
}
.footer_one .footer_mailchimp_form .form-control::-webkit-input-placeholder {
  color: var(--text-white);
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 12px;
  line-height: 30px;
}
.footer_one .footer_mailchimp_form .form-control::-moz-placeholder {
  color: var(--text-white);
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 12px;
  line-height: 30px;
}
.footer_one .footer_mailchimp_form .form-control:-ms-input-placeholder {
  color: var(--text-white);
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 12px;
  line-height: 30px;
}
.footer_one .footer_mailchimp_form .form-control::-ms-input-placeholder {
  color: var(--text-white);
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 12px;
  line-height: 30px;
}
.footer_one .footer_mailchimp_form .form-control::placeholder {
  color: var(--text-white);
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 12px;
  line-height: 30px;
}
.footer_one .footer_mailchimp_form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.footer_one .footer_mailchimp_form .subscribe-btn {
  background-color: transparent;
  color: var(--text-white);
  font-family: var(--body-font);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.footer_one .footer_mailchimp_form .subscribe-btn i {
  display: inline-block;
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer_one .footer_mailchimp_form.style9 .form-control {
  border: 0;
  border-bottom: 1px solid var(--gray-color);
  padding: 0;
  border-radius: 0;
}
.footer_one .f1-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_one .copyright-widget .text {
  color: var(--text-white);
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
}
.footer_one .footer_bottom_left .text {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 13px;
  line-height: 24px;
}

.lang_widgets .bootstrap-select span.text {
  color: var(--dark-color);
}
.lang_widgets .bootstrap-select .btn-light {
  background-color: transparent;
  border: none;
}
.lang_widgets .bootstrap-select .btn-light:focus, .lang_widgets .bootstrap-select .btn-light:active {
  border: none;
  outline: none !important;
}
.lang_widgets .bootstrap-select .dropdown-item.active, .lang_widgets .bootstrap-select .dropdown-item:active {
  background-color: var(--gray-color);
}
.lang_widgets .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  border: none;
  width: auto;
}
.lang_widgets button.btn {
  color: var(--text-white);
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 13px;
  line-height: 24px;
}

/*  Footer Home 4 Style  */
.su-footer-four {
  padding-top: 80px;
}
.su-footer-four .footer_qlink_widget,
.su-footer-four .mailchimp_widget {
  position: relative;
}
.su-footer-four .footer_qlink_widget .title,
.su-footer-four .mailchimp_widget .title {
  color: var(--dark-color);
  font-weight: 600;
}
.su-footer-four .footer_qlink_widget li,
.su-footer-four .mailchimp_widget li {
  font-family: var(--body-font);
  font-weight: var(--font-weight-400);
  font-size: 13px;
  line-height: 32px;
}
.su-footer-four .footer_qlink_widget li a,
.su-footer-four .mailchimp_widget li a {
  color: var(--dark-color);
}
.su-footer-four .footer_qlink_widget .text,
.su-footer-four .mailchimp_widget .text {
  color: var(--dark-color);
}
.su-footer-four .footer_mailchimp_form .form-control {
  border: 1px solid #1d1d1d;
  padding: 0px 0px 0px 20px;
  width: 100%;
  height: 54px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.su-footer-four .footer_mailchimp_form .form-control::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.su-footer-four .footer_mailchimp_form .form-control:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.su-footer-four .footer_mailchimp_form .form-control::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.su-footer-four .footer_mailchimp_form .form-control:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.su-footer-four .footer_mailchimp_form .subscribe-btn {
  height: 100%;
  padding: 10px 35px;
  color: var(--white-color);
  background: var(--dark-color);
  border: none;
}
.su-footer-four .footer_bottom_left button {
  padding: 0;
  background: none;
  border: none;
}
.su-footer-four .footer_bottom_left .filter-option-inner-inner {
  font-weight: 400;
  font-size: 13px;
  color: var(--dark-color);
}
.su-footer-four .footer_bottom_left .dropdown :not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  outline: none;
  background: none;
}
.su-footer-four .footer_bottom_left .bootstrap-select .dropdown-toggle:focus,
.su-footer-four .footer_bottom_left .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  background: none;
}
.su-footer-four .footer_bottom_left .dropdown-menu {
  background: var(--white-color) !important;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
          box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  z-index: 999;
}
.su-footer-four .copyright-widget .text {
  color: var(--dark-color);
}
.su-footer-four .acceped_card_list img {
  border: 1px solid #e6e6e6;
}
.su-footer-four .f1-border-top {
  border-top: 1px solid #e6e6e6;
}

/*  Footer 14 Style  */
.su-footer-14 {
  padding: 120px 0 28px 0;
  background: transparent !important;
  border-top: 1px solid var(--gray-color);
}
.su-footer-14 .footer_contact_widget {
  max-width: 266px;
}
@media (max-width: 575.98px) {
  .su-footer-14 .footer_contact_widget {
    max-width: 100%;
  }
}
.su-footer-14 .footer_contact_widget .info {
  font-size: 13px;
  font-weight: 400;
  color: var(--dark-color);
  font-family: var(--opensans-font);
}
@media (max-width: 575.98px) {
  .su-footer-14 .footer_qlink_widget .logo {
    margin-bottom: 20px;
  }
}
.su-footer-14 .footer_qlink_widget .title {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.su-footer-14 .footer_qlink_widget .text {
  color: var(--dark-color);
  font-size: 13px;
  font-family: var(--opensans-font);
}
.su-footer-14 .footer_qlink_widget ul li a {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
.su-footer-14 .footer-16-social {
  margin-bottom: 0 !important;
}
.su-footer-14 .footer-copyright {
  padding-top: 100px;
}
@media (max-width: 1199.98px) {
  .su-footer-14 .footer-copyright {
    margin-top: 60px;
  }
}
.su-footer-14 .footer-copyright .copyright-widget .text {
  color: var(--dark-color);
  font-family: var(--opensans-font);
}

/*  Footer 15 Style  */
.su-footer-15 {
  padding: 120px 0 28px 0;
  background: var(--theme-color11);
}
@media (max-width: 575.98px) {
  .su-footer-15 {
    text-align: center;
  }
}
.su-footer-15 .footer_contact_widget {
  max-width: 266px;
}
@media (max-width: 575.98px) {
  .su-footer-15 .footer_contact_widget {
    max-width: 100%;
  }
}
.su-footer-15 .footer_contact_widget .info {
  font-size: 13px;
  font-weight: 400;
  color: var(--dark-color);
  font-family: var(--outfit-font);
}
.su-footer-15 .footer_qlink_widget .title {
  color: var(--dark-color);
  font-family: var(--libre-font);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.su-footer-15 .footer_qlink_widget ul li a {
  color: var(--dark-color);
  font-family: var(--outfit-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
.su-footer-15 .footer-16-social {
  margin-bottom: 0 !important;
}
.su-footer-15 .footer-copyright {
  padding-top: 100px;
}
@media (max-width: 575.98px) {
  .su-footer-15 .footer-copyright {
    padding-top: 20px;
  }
}
.su-footer-15 .footer-copyright .copyright-widget .text {
  color: var(--dark-color);
  font-family: var(--outfit-font);
}

/*  Footer 16 Style  */
.su-footer-16 {
  background: var(--gray-color-2);
  padding-top: 120px;
}
.su-footer-16 .footer_qlink_widget,
.su-footer-16 .mailchimp_widget {
  position: relative;
}
.su-footer-16 .footer_qlink_widget .title,
.su-footer-16 .mailchimp_widget .title {
  font-weight: var(--font-weight-600);
}
.su-footer-16 .footer_mailchimp_form .form-control {
  border: 1px solid #1d1d1d;
  padding: 0px 140px 0px 20px;
  width: 100%;
  height: 54px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
  border-radius: 8px;
}
.su-footer-16 .footer_mailchimp_form .form-control::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.su-footer-16 .footer_mailchimp_form .form-control:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.su-footer-16 .footer_mailchimp_form .form-control::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.su-footer-16 .footer_mailchimp_form .form-control:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.su-footer-16 .footer_mailchimp_form .subscribe-btn {
  height: 100%;
  padding: 10px 20px;
  color: var(--dark-color);
  background: transparent;
  border: none;
}
.su-footer-16 .select-country-option {
  margin-bottom: 22px !important;
}
@media (max-width: 1399.98px) {
  .su-footer-16 .footer-copyright {
    padding-top: 0 !important;
  }
}
.su-footer-16.style11 {
  padding-top: 90px;
}
.su-footer-16.style11 .mailchimp_widget .title {
  font-size: 24px;
  line-height: 28px;
  font-family: var(--jost-font);
}
.su-footer-16.style11 .mailchimp_widget .text {
  font-family: var(--jost-font);
  font-size: 16px;
}
.su-footer-16.style11 .mailchimp_widget .form-control {
  border-color: var(--gray-color);
  border-radius: 0;
}
.su-footer-16.style11 .mailchimp_widget .short-info {
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color9);
  font-family: var(--jost-font);
}
.su-footer-16.style11 .footer_qlink_widget ul li a {
  font-size: 15px;
  font-family: var(--jost-font);
  line-height: 35px;
}
.su-footer-16.style11 .copyright-widget .text {
  font-size: 15px;
  font-family: var(--jost-font);
  line-height: 24px;
}
.su-footer-16.footer-12 {
  background: var(--black-color);
  padding-bottom: 40px;
}
.su-footer-16.footer-12 .footer-top-info .footer-16-social li a {
  color: var(--white-color);
}
.su-footer-16.footer-12 .footer-top-info .left-info {
  max-width: 960px;
  width: 100%;
}
.su-footer-16.footer-12 .footer-top-info .right-info {
  position: relative;
  top: -12px;
  max-width: 535px;
}
.su-footer-16.footer-12 .footer-top-info .right-info .address {
  font-size: 18px;
  font-family: var(--dmsans-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
.su-footer-16.footer-12 .footer_qlink_widget .title {
  font-family: var(--dmsans-font);
  font-size: 14px;
  font-weight: 500;
}
.su-footer-16.footer-12 .footer_qlink_widget li {
  font-family: var(--dmsans-font);
  font-size: 15px;
  line-height: 40px;
}
.su-footer-16.footer-12 .footer_qlink_widget li a {
  color: var(--white-color);
}
.su-footer-16.footer-12 .mailchimp_widget .title {
  font-family: var(--dmsans-font);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 32px;
}
.su-footer-16.footer-12 .mailchimp_widget .text {
  font-family: var(--dmsans-font);
  font-size: 14px;
  font-weight: 400;
}
.su-footer-16.footer-12 .footer_mailchimp_form .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}
.su-footer-16.footer-12 .footer_mailchimp_form .form-control::-moz-placeholder {
  color: var(--white-color);
}
.su-footer-16.footer-12 .footer_mailchimp_form .form-control:-ms-input-placeholder {
  color: var(--white-color);
}
.su-footer-16.footer-12 .footer_mailchimp_form .form-control::-ms-input-placeholder {
  color: var(--white-color);
}
.su-footer-16.footer-12 .footer_mailchimp_form .form-control::placeholder {
  color: var(--white-color);
}
.su-footer-16.footer-12 .footer-btm-info .select-wrapper {
  display: inline-block;
  position: relative;
}
.su-footer-16.footer-12 .footer-btm-info .select-wrapper button.btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  font-family: var(--dmsans-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 0;
  height: 45px;
  cursor: pointer;
  padding-right: 30px;
}
.su-footer-16.footer-12 .footer-btm-info .select-wrapper button.btn::before {
  content: "";
  background-image: url("../images/home12/arrow-down.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
.su-footer-16.footer-12 .footer-btm-info .select-wrapper .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 9px;
  color: #000;
}
.su-footer-16.footer-12 .footer-btm-info .select-wrapper .dropup .dropdown-toggle::after {
  display: none;
}
.su-footer-16.footer-13 {
  background: var(--dark-color);
  padding: 60px 0 10px 0;
  position: relative;
  z-index: 99;
}
.su-footer-16.footer-13 .footer-top-info .info-item {
  margin: 0 auto;
}
.su-footer-16.footer-13 .footer-top-info .info-item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  font-family: var(--bebas-font);
}
.su-footer-16.footer-13 .footer-top-info .info-item .text {
  font-family: var(--bebas-font);
  font-size: 15px;
  font-weight: 400;
  opacity: 0.5;
  line-height: 25px;
  letter-spacing: 0.75px;
}
.su-footer-16.footer-13 .footer_qlink_widget .title {
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.su-footer-16.footer-13 .footer_qlink_widget li {
  font-family: var(--bebas-font);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.su-footer-16.footer-13 .footer_qlink_widget li a {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.su-footer-16.footer-13 .footer_qlink_widget li a:hover {
  opacity: 1;
}
.su-footer-16.footer-13 .mailchimp_widget {
  max-width: 600px;
  margin: 0 auto;
}
.su-footer-16.footer-13 .mailchimp_widget .title {
  font-family: var(--bebas-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 575.98px) {
  .su-footer-16.footer-13 .mailchimp_widget .title {
    font-size: 16px;
  }
}
.su-footer-16.footer-13 .mailchimp_widget .form-control::-webkit-input-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--bebas-font);
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
}
.su-footer-16.footer-13 .mailchimp_widget .form-control::-moz-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--bebas-font);
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
}
.su-footer-16.footer-13 .mailchimp_widget .form-control:-ms-input-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--bebas-font);
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
}
.su-footer-16.footer-13 .mailchimp_widget .form-control::-ms-input-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--bebas-font);
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
}
.su-footer-16.footer-13 .mailchimp_widget .form-control,
.su-footer-16.footer-13 .mailchimp_widget .form-control::placeholder {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--bebas-font);
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
}
.su-footer-16.footer-13 .mailchimp_widget .input-field {
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  color: var(--white-color);
  font-family: var(--bebas-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.su-footer-16.footer-13 .mailchimp_widget .input-field::-webkit-input-placeholder {
  opacity: 1;
  color: var(--white-color);
}
.su-footer-16.footer-13 .mailchimp_widget .input-field::-moz-placeholder {
  opacity: 1;
  color: var(--white-color);
}
.su-footer-16.footer-13 .mailchimp_widget .input-field:-ms-input-placeholder {
  opacity: 1;
  color: var(--white-color);
}
.su-footer-16.footer-13 .mailchimp_widget .input-field::-ms-input-placeholder {
  opacity: 1;
  color: var(--white-color);
}
.su-footer-16.footer-13 .mailchimp_widget .input-field::placeholder {
  opacity: 1;
  color: var(--white-color);
}
.su-footer-16.footer-13 .mailchimp_widget .subscribe-btn {
  font-family: var(--bebas-font);
  font-size: 15px;
  font-weight: 400;
}
.su-footer-16.footer-13 .footer-btm-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}
.su-footer-16.footer-13 .footer-btm-info .footer-16-social {
  margin-bottom: 0 !important;
}
.su-footer-16.footer-13 .footer-btm-info .footer-16-social li a {
  color: var(--white-color);
}
.su-footer-16.footer-13 .footer-btm-info .copyright {
  font-family: var(--bebas-font);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.su-footer-16.footer-13 .footer-btm-info .select-wrapper {
  display: inline-block;
  position: relative;
}
.su-footer-16.footer-13 .footer-btm-info .select-wrapper button.btn {
  border: 0;
  color: var(--white-color);
  font-family: var(--bebas-font);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  line-height: 34px;
  border-radius: 0;
  height: unset;
  cursor: pointer;
  padding-right: 30px;
  text-transform: uppercase;
}
.su-footer-16.footer-19 {
  padding: 90px 0 10px 0;
}
.su-footer-16.footer-19 .mailchimp_widget_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.su-footer-16.footer-19 .mailchimp_widget {
  max-width: 446px;
}
.su-footer-16.footer-19 .mailchimp_widget .title {
  font-family: var(--cormorant-font);
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}
.su-footer-16.footer-19 .mailchimp_widget .sub-title {
  font-family: var(--jost-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.su-footer-16.footer-19 .mailchimp_widget .input-field {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
}
.su-footer-16.footer-19 .mailchimp_widget .input-field::-webkit-input-placeholder {
  color: var(--dark-color);
}
.su-footer-16.footer-19 .mailchimp_widget .input-field::-moz-placeholder {
  color: var(--dark-color);
}
.su-footer-16.footer-19 .mailchimp_widget .input-field:-ms-input-placeholder {
  color: var(--dark-color);
}
.su-footer-16.footer-19 .mailchimp_widget .input-field::-ms-input-placeholder {
  color: var(--dark-color);
}
.su-footer-16.footer-19 .mailchimp_widget .input-field::placeholder {
  color: var(--dark-color);
}
.su-footer-16.footer-19 .mailchimp_widget .subscribe-btn {
  font-size: 13px;
  font-weight: 600;
  font-family: var(--jakarta-font);
}
.su-footer-16.footer-19 .logo_widget {
  max-width: 240px;
}
@media (max-width: 991.98px) {
  .su-footer-16.footer-19 .logo_widget {
    max-width: 100%;
  }
}
.su-footer-16.footer-19 .logo_widget .text {
  font-family: var(--jost-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.su-footer-16.footer-19 .logo_widget li a {
  opacity: 1;
}
.su-footer-16.footer-19 .footer_qlink_widget .title {
  font-family: var(--cormorant-font);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.su-footer-16.footer-19 .footer_qlink_widget li {
  font-family: var(--jost-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  text-transform: unset;
}
.su-footer-16.footer-19 .footer_qlink_widget li a {
  opacity: 1;
}
.su-footer-16.footer-19 .footer-btm-info .select-wrapper button.btn {
  padding-left: 0;
  font-family: var(--jost-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-transform: unset;
}
.su-footer-16.footer-19 .footer-btm-info .copyright {
  text-transform: unset;
  font-family: var(--jost-font);
  font-size: 13px;
}
.su-footer-16.footer-2 {
  background: var(--white-color);
}
.su-footer-16.footer-2 .mailchimp_widget_box {
  border-color: var(--gray-color);
}
.su-footer-16.footer-2 .mailchimp_widget .title {
  color: var(--dark-color);
  font-family: var(--marcellus-font);
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.su-footer-16.footer-2 .mailchimp_widget .sub-title {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  font-family: var(--jakarta-font);
}
.su-footer-16.footer-2 .mailchimp_widget .input-field {
  border-color: var(--dark-color);
}
.su-footer-16.footer-2 .footer_qlink_widget .title {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.su-footer-16.footer-2 .footer_qlink_widget li {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
}
.su-footer-16.footer-2 .footer_qlink_widget li a {
  color: var(--dark-color);
}
.su-footer-16.footer-2 .lang_widgets button.btn {
  color: var(--dark-color);
}
.su-footer-16.footer-2 .lang_widgets button.btn::after {
  display: none;
}
.su-footer-16.footer-6 {
  margin-top: 180px;
}
.su-footer-16.footer-6 .footer_qlink_widget .title {
  color: var(--white-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.su-footer-16.footer-6 .footer_qlink_widget li {
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
}
.su-footer-16.footer-6 .lang_widgets button.btn {
  color: var(--white-color);
}
.su-footer-16.footer-6 .lang_widgets button.btn:focus {
  color: var(--white-color);
}
.su-footer-16.footer-6 .lang_widgets button.btn::after {
  display: none;
}
.su-footer-16 .big-text {
  top: 142px;
  z-index: -1;
}

.footer-16-social {
  gap: 20px;
  row-gap: 0px;
  margin-bottom: 22px !important;
}
@media (max-width: 1399.98px) {
  .footer-16-social {
    gap: 14px;
  }
}

.global-inner-footer.footer-12 .footer_qlink_widget .title {
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
}
.global-inner-footer.footer-12 .footer_qlink_widget li {
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
}
.global-inner-footer.footer-12 .mailchimp_widget .text {
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.global-inner-footer.footer-12 .footer-btm-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.global-inner-footer.footer-12 .footer-btm-info .select-wrapper button.btn {
  border: 0;
  color: var(--white-color);
  font-family: var(--jakarta-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 0;
  height: unset;
  cursor: pointer;
  padding-right: 30px;
}


/**********************************
           Sec Title
***********************************/

.sec-title {
  font-weight: 400;
  margin-bottom: 40px;
}


/**********************************
           Button
***********************************/

.btn-s1 {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding: 13px 25px;
  line-height: 20px;
  -webkit-transition: all all 0.3s ease ease-out 0s;
  transition: all all 0.3s ease ease-out 0s;
}
.btn-s1:hover {
  border: 1px solid #9d5248;
  color: #9d5248;
}

.btn-group {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.btn-group .btn-s1 {
  margin-right: 15px;
}
.btn-group .btn-s1:last-child {
  margin-right: 0;
}
