@charset "UTF-8";
/* WooMen - Exclusive & Multipurpose eCommerce HTML Template

Template Name: WooMen
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section

26. Main Footer
**********************************************/
/*
 * button.scss
 * -----------------------------------------------
*/
@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=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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("bootstrap-select.min.css");
@import url("animate.css");
@import url("jquery-ui.min.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("mmenu.css");
@import url("flaticon.css");
@import url("wow.min.css");

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

img {
  max-width: 100%;
}
body.home14-type {
  font-family: var(--opensans-font);
}
 body.home14-type h2, body.home14-type h3 {
  font-family: var(--opensans-font);
}
body.home14-type .su-menu-4 > nav > ul > li > a {
  font-family: var(--opensans-font);
  font-weight: var(--font-weight-500);
}

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

img {
  max-width: 100%;
}

.gx-7 {
  --bs-gutter-x: 7px;
}
@media (min-width: 1400px) {
  .container-1630 {
    max-width: 1630px;
  }
}
@media (min-width: 1400px) {
  .container-1230 {
    max-width: 1230px;
  }
}
/*
 * mixins.scss
 * -----------------------------------------------
*/
:root {
  /* Esquema de colores del sitio */
  --primary-color: #4E65C4;
  --secondary-color: #2196F3;
  --tertiary-color: #21CBF3;

  --bg-color-1: #F8F7F1;
  --bg-color-2: #F7F7F7;
  --bg-color-3: #F3EBE0;
  --bg-color-4: #87868A;

  --theme-color1: var(--primary-color);
  --theme-color2: var(--tertiary-color);
  --theme-color3: var(--primary-color);
  --theme-color4: var(--quaternary-color);
  --theme-color5: #C84C46;
  --theme-color6: #E86341;
  --theme-color7: #9f2c25;
  --theme-color8: #c83027;
  --theme-color9: var(--secondary-color);
  --theme-color10: var(--secondary-color);
  --theme-color11: #FEF7F3;
  --theme-color12: #B9492D;
  --theme-color13: #F5EBDF;
  --theme-color14: #F3EBE0;
  --theme-color15: #F6F6F6;
  --theme-color16: #B72635;
  --theme-color17: #F2E654;
  --theme-color18: #DCFFA5;
  --theme-color19: #F9F2E7;
  --theme-color20: #A16B24;
  --theme-color21: #ECEDEC;
  --theme-color22: #CDC9A8;
  --theme-color23: #7E96C1;
  --theme-color24: #F6EEEC;
  --theme-color25: #F9F2EA;
  --theme-color26: #B83D37;
  --theme-color27: #D9D9D9;
  --theme-color28: #6EAB71;
  --theme-color29: #A48367;
  --theme-color30: #AE7257;
  --theme-color31: #B89E7D;
  --theme-color32: #882049;
  --theme-color33: #DCCCB2;
  --theme-color34: #F3EDE6;
  --theme-color35: #C68566;
  --theme-color36: #E0578A;
  --theme-color37: #896862;
  --theme-color38: #BA2B23;
  --theme-color39: #1E170F;
  --theme-color40: #802824;
  --theme-color41: #414A30;
  --theme-color42: #B32934;
  --theme-color43: #B38B44;
  --body-color: var(--secondary-color);
  --light-gray: #EAEAEA;
  --light-gray-orange: #FAE5D7;
  --gray-color: #E6E6E6;
  --green-color: #3E8753;
  --gray-color-2: #f7f7f7;
  --gray-color-3: #F8F8F5;
  --gray-color-4: #d2d2d2;
  --dark-color: #1D1D1D;
  --dark-color2: #352F27;
  --dark-color3: #122223;
  --dark-color4: #383738;
  --dark-color5: #3B3738;
  --dark-color6: #2F261A;
  --dark-color7: #221F17;
  --black-color: #000000;
  --black-color-rgb: 0, 0, 0;
  --white-color: #FCFCFC;
  --white-color-rgb: 252, 252, 252;
  --white-smoke: #F3EBE1;
  --off-white: #FAF7F5;
  --floral-white: #FEFBF1;
  --pink-color: #E956CD;
  --light-orange: #F9F3EE;
  --grayish-orange: #D7CCB8;
  --light-grayish-orange: #EDE2DD;
  --dark-grayish-orange: #7B7369;
  --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(--body-color);
  --text-gray: var(--gray-color);
  --text-gray-2: var(--gray-color-2);
  --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;
  --jost-font: "Jost", sans-serif;
  --dmsans-font: "DM Sans", sans-serif;
  --bebas-font: "Bebas Neue", sans-serif;
  --opensans-font: "Open Sans", sans-serif;
  --libre-font: "Libre Baskerville", sans-serif;
  --outfit-font: "Outfit", sans-serif;
  --montserrat-font: "Montserrat", sans-serif;
  --lora-font: "Lora", sans-serif;
  --marcellus-font: "Marcellus SC", sans-serif;
  --cormorant-font: "Cormorant", sans-serif;
  --roboto-font: "Roboto", sans-serif;
  --poppins-font: "Poppins", sans-serif;
  --body-font: var(--jakarta-font);
  --text-font: var(--body-font);
  --title-font: var(--jakarta-font);
  --title-font2: var(--marcellus-font);
  --title-font3: var(--jost-font);
  --title-font4: var(--dmsans-font);
  --title-font5: var(--bebas-font);
  --title-font6: var(--opensans-font);
  --title-font7: var(--libre-font);
  --title-font8: var(--outfit-font);
  --title-font9: var(--montserrat-font);
  --title-font10: var(--lora-font);
  --title-font11: var(--marcellus-font);
  --title-font12: var(--cormorant-font);
  --title-font13: var(--roboto-font);
  --title-font14: var(--poppins-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;
}

/*
 * 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;
}

body {
  background-color: var(--text-white);
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  font-optical-sizing: auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-synthesis: none; /* Prevents browser from creating bold/italic versions */
  text-rendering: optimizeLegibility; /* For better readability */
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  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, dl, dt, dd {
  margin: 0 0 10px;
}

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

 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;
}
 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);
}
 h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--headings-color);
  font-weight: inherit;
}

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

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

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

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

h6, .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;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  border: none;
}

/* -------- other ---------- */
a {
  color: var(--headings-color);
  cursor: pointer;
  font-weight: var(--body-font-weight);
  text-decoration: none;
  -webkit-transition: all all 0.3s ease-in-out 0s ease-out 0s;
  transition: all all 0.3s ease-in-out 0s ease-out 0s;
}
a:hover, a:focus {
  color: var(--headings-color);
  outline: none;
  text-decoration: 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;
}


ul,
dl,
dd,
table {
  margin-bottom: 10px;
}

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

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

iframe {
  border: none !important;
}

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

/*
 * button.scss
 * -----------------------------------------------
*/
.su-btn-4 {
  background: var(--white-color);
  padding: 20px 36px;
  font-weight: var(--font-weight-600);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--dark-color);
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.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: 0em;
  color: var(--dark-color);
  display: inline-block;
}
.su-btn-4-black:hover {
  color: var(--dark-color);
}

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

.su-btn-7-black {
  background: var(--dark-color);
  color: var(--white-color);
}
.su-btn-7-black:hover {
  color: 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;
}

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

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

@-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);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-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);
  }
}

@-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;
  }
}

@-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;
  }
}

@-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);
  }
}

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

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

/*** 

====================================================================
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;
}

section {
  position: relative;
}

/*=======================
    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
=======================*/

/*=== Padding Top Responsive ===*/

/*=== Theme Color Text ===*/

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

/*=== Theme Color Text ===*/

/*=== List Of Font Family ===*/
.bootstrap-select .dropdown-toggle {
  background-color: transparent;
  border: none;
}
.bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:after {
  vertical-align: 0.1em;
}

.bb1 {
  border-bottom: 1px solid var(--gray-color);
}

.before-none:before {
  display: none;
}

.tiny-title11 {
  color: var(--dark-color);
  font-weight: var(--font-weight-600);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0em;
}

.swiper-slide .bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .auto-flex-container {
    overflow-x: auto;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .auto-flex-container.home14 .item {
    min-width: 170px;
  }
}

/***  Buttons  ***/

/*
 * BeforeAfter.scss
 * -----------------------------------------------
*/

/***  Header Top  ***/
/*  home 4 style header top  */

/***  Header  ***/
/*== Home 1 Style Header ==*/

.header_top_logo_home1 .logo {
  left: 0;
  margin: 0 auto;
  max-width: 170px;
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 1199px) {
  .header_top_logo_home1.mobile {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 100%;
  }
  .header_top_logo_home1.mobile .logo {
    top: -15px;
    left: -50px;
  }
}
@media (max-width: 1199px) and (max-width: 575.98px) {
  .header_top_logo_home1.mobile {
    text-align: start;
  }
}

@media (max-width: 575.98px) {
  .stylehome4 .mobile_menu_bar a.menubar {
    left: 0 !important;
  }
}

/*  header home 3 style  */

/*  header home 4 style  */

.su-header-4-middle {
  padding: 20px 0px;
}

.header-14-area .header-14-middle {
  background-color: var(--primary-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: 0em;
  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;
  }
}
@media (max-width: 1199px) {
  .su-header-4-middle .left .search .input {
    width: 100%;
  }
}
.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: 0em;
  color: var(--dark-color);
}
.su-header-4-middle .left .search .input:-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 183%;
  letter-spacing: 0em;
  color: var(--dark-color);
}
.su-header-4-middle .left .search .input::-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 183%;
  letter-spacing: 0em;
  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: 0em;
  color: var(--dark-color);
}
.su-header-4-middle .cart-btn > nav > ul > li {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 1600px) {
  .su-header-4-middle .cart-btn > nav > ul > li {
    margin-left: 25px;
  }
}
@media (max-width: 575.98px) {
  .su-header-4-middle .cart-btn > nav > ul > li {
    margin-left: 10px;
  }
}
@media (max-width: 375.98px) {
  .su-header-4-middle .cart-btn > nav > ul > li {
    margin-left: 0;
  }
}
.su-header-4-middle .cart-btn > nav > ul > li a {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0em;
  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;
}

/*  header home 5 style  */

/*  header home 6 style  */

/*  header home 7 style  */

/*  header home 8 style  */

/*  header home 9 style  */

/*  header home 10 style  */

/*  header home 12 style  */

/*  header home 13 style  */

/*  header home 14 style  */
.header-14-area .su-header-14-top {
  padding: 16px 0;
}
.header-14-area .su-header-14-top .su-header-14-top-slider {
  overflow: hidden;
}
.header-14-area .su-header-14-top .su-header-14-top-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 0px;
}
.header-14-area .header-14-bottom ul li a {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--opensans-font);
  color: #fff;
}
.header-14-area .header-14-bottom ul li a:hover {
  color: #fff;
  opacity: 0.85;
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box {
  max-width: 320px !important;
  width: 320px !important;
  min-width: 200px !important;
  display: block !important;
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box .input_groups {
  width: 100% !important;
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box input {
  border-radius: 50px;
  border: 1px solid var(--gray-color);
  height: 38px;
  width: 100% !important;
  min-width: 0;
  font-family: var(--jost-font);
  padding: 0 36px 0 40px;
  font-size: 13px;
  box-sizing: border-box;
  color: var(--primary-color);
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box input:focus {
  border-color: var(--primary-color);
  outline: 0;
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box .header-search-submit {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  line-height: 1;
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box .header-search-icon {
  font-size: 15px;
  color: var(--primary-color);
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box .header-search-clear {
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  line-height: 1;
  cursor: pointer;
  color: var(--primary-color);
  opacity: 0.8;
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box .header-search-clear-icon {
  font-size: 14px;
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box .header-search-clear:hover {
  opacity: 1;
}
.header-14-area .header-14-bottom .header-14-bottom-search.search-box input::placeholder {
  color: var(--primary-color);
  opacity: 0.8;
}

/* Enlaces del header: área clicable completa (icono + espacio + texto) */
.header-14-area .header-14-bottom .header-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  cursor: pointer;
}

/* Iconos de fuente en header 14 */
.header-14-area .header-14-bottom .header-cart-icon {
  font-size: 16px;
}
.header-14-area .header-14-bottom .card-prd-nav .prev i,
.header-14-area .header-14-bottom .card-prd-nav .next i {
  font-size: 12px;
}

/* Dropdown de Cuenta (desktop) en acciones de la derecha */
.header-14-area .header-14-bottom .cart-btn .account-dropdown > .account-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  min-width: 180px;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: all 0.2s ease;
  z-index: 25;
}
.header-14-area .header-14-bottom .cart-btn .account-dropdown > .account-submenu li {
  margin: 0 !important;
  display: block !important;
}
.header-14-area .header-14-bottom .cart-btn .account-dropdown > .account-submenu li a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
}
.header-14-area .header-14-bottom .cart-btn .account-dropdown:hover > .account-submenu,
.header-14-area .header-14-bottom .cart-btn .account-dropdown:focus-within > .account-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* Dropdown de Cuenta (mobile top bar) */
#menu-mobile .mobile-menu-baruc .mobile_menu_bar_right .account-dropdown > .account-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  right: auto;
  min-width: 168px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: all 0.2s ease;
  z-index: 40;
}
#menu-mobile .mobile-menu-baruc .mobile_menu_bar_right .account-dropdown > .account-submenu li {
  margin: 0 !important;
}
#menu-mobile .mobile-menu-baruc .mobile_menu_bar_right .account-dropdown > .account-submenu a {
  display: block;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
}

#menu-mobile .mobile-menu-baruc .mobile_menu_bar_right .account-dropdown:focus-within > .account-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/*  header home 15 style  */

/*  header home 16 style  */

.mega-menu-list ul li{ text-align: left;}
button.search{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--jakarta-font);
  color: var(--dark-color);
}

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.su-header-16-bottom .su-menu-16 > nav > ul > li {
  margin-right: 0;
}
.su-header-16-bottom .su-menu-16 > nav > ul > li > a {
  color: var(--dark-color);
  font-family: var(--montserrat-font);
  font-size: 13px;
  font-weight: var(--font-weight-500);
  padding: 10px 0;
  text-transform: uppercase;
}
.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.header-14-bottom {
  border-bottom: 2px solid var(--secondary-color);
  background-color: var(--primary-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);
  color: #fff;
}
.su-header-16-bottom.header-14-bottom .su-menu-16 > nav > ul > li > a:hover {
  color: #fff;
  opacity: 0.85;
}
/* Subrayado al hover del menú header-14: color secundario */
.header-14-area .su-menu-4 > nav > ul > li > a::before,
.header-14-area .su-menu-16 > nav > ul > li > a::before {
  background: #fff;
}

/* Menú activo (desktop): negrita y subrayado visible */
.su-header-16-bottom.header-14-bottom .su-menu-16 > nav > ul > li.menu-item-active > a {
  font-weight: var(--font-weight-700);
  font-size: 15px;
}
@media (max-width: 1399.98px) {
  .su-header-16-bottom.header-14-bottom .su-menu-16 > nav > ul > li > a {
    font-size: 13px;
  }
}

/* Menú activo: negrita y fuente más grande */

/* Dropdown / mega menú header-14: fondo primario y texto blanco */
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 {
  background: var(--primary-color);
}
/* Contenedor del mega menú: sin altura mínima ni padding que agregue espacio */
.mega-menu-header-14,
.mega-menu-header-14 .mega-menu-header-14-container,
.mega-menu-header-14 .mega-menu-header-14-container .row,
.mega-menu-header-14 .mega-menu-header-14-container .col-lg-12,
.mega-menu-header-14 .menu-list-inner {
  min-height: 0 !important;
}
.mega-menu-header-14 .mega-menu-header-14-container {
  padding-top: 0.25rem !important;
  padding-bottom: 0.5rem !important;
}
.mega-menu-header-14 .menu-list-inner {
  padding-top: 0 !important;
}
.mega-menu-cols-row > .mega-menu-col > .mega-menu-list:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.mega-menu-header-14 .mega-menu-header-14-container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .container,
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .container .row,
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .container .row .col-lg-12,
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .menu-list-inner {
  min-height: 0 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Columnas del mega menú: 5 por fila con grid */
.mega-menu-cols-row {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 0 !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}
/* Cada columna apila sus bloques verticalmente: solo la altura del contenido, sin espacio en blanco */
.mega-menu-cols-row > .mega-menu-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.mega-menu-cols-row > .mega-menu-col .mega-menu-list {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}
.mega-menu-cols-row .mega-menu-list ul {
  margin-bottom: 0 !important;
}
.mega-menu-cols-row .mega-menu-list .mega-menu-title {
  margin-bottom: 0.35rem !important;
}
/* Separación entre bloques dentro de una misma columna */
.mega-menu-cols-row > .mega-menu-col .mega-menu-list + .mega-menu-list {
  margin-top: 1.25rem !important;
}
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list .mega-menu-title,
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list .mega-menu-title a {
  color: var(--white-color) !important;
  opacity: 1;
  text-align: left;
}
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list .mega-menu-title a {
  background-image: linear-gradient(var(--white-color), var(--white-color)), linear-gradient(var(--white-color), var(--white-color));
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear, opacity 0.3s ease;
  transition: background-size 0.3s linear, opacity 0.3s ease;
}
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list .mega-menu-title a:hover {
  color: var(--white-color) !important;
  opacity: 0.9;
  background-size: 0 1px, 100% 1px;
}
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list ul li a {
  color: var(--white-color);
  background-image: linear-gradient(var(--white-color), var(--white-color)), linear-gradient(var(--white-color), var(--white-color));
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s linear, opacity 0.3s ease;
  transition: background-size 0.3s linear, opacity 0.3s ease;
}
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .mega-menu-list ul li a:hover {
  color: var(--white-color);
  opacity: 0.9;
  background-size: 0 1px, 100% 1px;
}
.header-14-area .su-menu-4 > nav > ul > li > .su-mega-menu-4.mega-menu-15.mega-menu-12 .thumb .title a,
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .thumb .title a {
  color: var(--white-color);
  background-image: linear-gradient(var(--white-color), var(--white-color)), linear-gradient(var(--white-color), var(--white-color));
}
.header-14-area .su-menu-4 > nav > ul > li > .su-mega-menu-4.mega-menu-15.mega-menu-12 .thumb .title a:hover,
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .thumb .title a:hover {
  color: var(--white-color);
  opacity: 0.9;
}
.header-14-area .su-menu-4 > nav > ul > li > .su-mega-menu-4.mega-menu-15.mega-menu-12 nav ul li a,
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 nav ul li a {
  color: var(--white-color);
}
.header-14-area .su-menu-4 > nav > ul > li > .su-mega-menu-4.mega-menu-15.mega-menu-12 nav ul li a:hover,
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 nav ul li a:hover {
  color: var(--white-color);
  opacity: 0.9;
}
.header-14-area .su-menu-4 > nav > ul > li > .su-mega-menu-4.mega-menu-15.mega-menu-12 .title,
.header-14-area .su-mega-menu-4.mega-menu-15.mega-menu-12 .title {
  color: var(--white-color);
}

/*  header home 20 style  */

/*
 * menu.scss
 * -----------------------------------------------
*/
.su-menu-4 > nav > ul > li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.su-menu-4 > nav > ul > li > a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0em;
  padding-bottom: 5px;
  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-out 0s;
  transition: all 0.4s ease-out 0s;
}
.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 > .su-mega-menu-4 .title {
  color: var(--dark-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: left;
}
.su-menu-4 > nav > ul > li > .su-mega-menu-4 .thumb img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.su-menu-4 > nav > ul > li > .su-mega-menu-4 .thumb img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.su-menu-4 > nav > ul > li > .su-mega-menu-4 .thumb .title {
  font-size: 16px;
}
.su-menu-4 > nav > ul > li > .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-menu-4 > nav > ul > li > .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-menu-4 > nav > ul > li > .su-mega-menu-4 nav ul li {
  list-style: none;
  text-align: left;
}
.su-menu-4 > nav > ul > li > .su-mega-menu-4 nav ul li:not(:last-child) {
  margin-bottom: 5px;
}
.su-menu-4 > nav > ul > li > .su-mega-menu-4 nav ul 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 > .su-mega-menu-4 nav ul li a:hover {
  color: var(--text-color);
}
.su-menu-4 > nav > ul > li > .su-mega-menu-4 .menu-list-inner {
  margin-right: 50px;
}

.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: 5px;
  padding-top: 5px;
  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;
  margin-bottom: 16px;
  margin-top: 12px;
}
.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-out 0s;
  transition: all 0.4s ease-out 0s;
}
.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;
}

.stylehome4 .mobile_menu_bar a.menubar {
  height: 40px;
  left: 20px;
  line-height: 40px;
  margin: 0;
  position: absolute;
  top: 19px;
}
.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 .su-header-4-logo {
  margin-left: 35px;
}

.su-mega-menu-16 .title {
  margin-bottom: 20px;
}
.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);
}

@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mobile-menu {
    display: block;
  }
}

.header,
.footer {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 75px;
  padding: 0 50px;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

.header a:hover {
  cursor: pointer;
}

.header a.menubar:before {
  content: "";
  display: block;
  background: var(--white-color);
  height: 2px;
  width: 20px;
}

.header a.menubar span {
  background: var(--white-color);
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 20px;
}

.mobile_menu_bar {
  position: relative;
}

.mobile_menu_bar a.menubar {
  padding-top: 10px;
}

/* Footer */

/* Menu look */

/***  Buttons  ***/
/*  home 3 banner style  */

/*  home 4 banner style  */

.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-weight: var(--font-weight-500);
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 1.25;
}
.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: 1;
  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%);
}

/*  home 5 banner style  */

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

.su-salebar-5-primary .su-salebar-5-content .title,
.su-salebar-5-primary .su-salebar-5-content .text,
.su-salebar-5-primary .su-text,
.su-salebar-5-primary .su-arrow-angle,
.su-salebar-5-primary .su-arrow-angle i {
  color: var(--primary-color);
}
.su-salebar-5-primary .su-salebar-5-content .text {
  text-transform: none;
}
.su-salebar-5-primary .su-salebar-5-btn .su-btn-4.su-btn-5 {
  background: var(--primary-color);
  color: var(--white-color);
}
.su-salebar-5-primary .su-salebar-5-btn .su-btn-4.su-btn-5 .su-text,
.su-salebar-5-primary .su-salebar-5-btn .su-btn-4.su-btn-5 .su-arrow-angle,
.su-salebar-5-primary .su-salebar-5-btn .su-btn-4.su-btn-5 .su-arrow-angle i {
  color: var(--white-color);
}
.su-salebar-5-primary .su-salebar-5-btn .su-btn-4.su-btn-5:hover,
.su-salebar-5-primary .su-salebar-5-btn .su-btn-4.su-btn-5:hover .su-text,
.su-salebar-5-primary .su-salebar-5-btn .su-btn-4.su-btn-5:hover .su-arrow-angle,
.su-salebar-5-primary .su-salebar-5-btn .su-btn-4.su-btn-5:hover .su-arrow-angle i {
  color: var(--white-color);
}

.su-salebar-5-spacing {
  padding: 52px 60px 52px 60px;
}
@media (max-width: 575.98px) {
  .su-salebar-5-spacing {
    padding: 40px 30px;
  }
}

/*  home 7 banner style  */

/*  home 8 banner style  */

/*  home 11 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 {
  background: var(--dark-color);
  border-radius: 40px;
  opacity: 0.2;
}
.su-banner-14-area .title {
  color: var(--white-color);
  font-family: var(--opensans-font);
  font-weight: var(--font-weight-700);
  font-size: clamp(40px, 5.62vw, 90px);
  line-height: 1.36;
  letter-spacing: 0.03em;
}
.su-banner-14-area .sub-title {
  color: var(--white-color);
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: var(--font-weight-400);
  line-height: 62px;
  letter-spacing: 0.03em;
  font-size: clamp(26px, 3.12vw, 50px);
  line-height: 1.24;
}
.su-banner-14-area .su-btn-4 {
  font-family: var(--opensans-font);
  font-weight: var(--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;
}

/*  home 15 banner style  */

/*  home 16 banner style  */

/*  home 18 banner style  */

/*  home 18 banner style  */

/*  home 19 banner style  */

/*  home 20 banner style  */

/*  home 21 banner style  */

/*  home 22 banner style  */

/*  home 23 banner style  */

/*
 * 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  */

/*  home 7 brand style  */

/*  home 16 brand style  */

/*  home 20 brand style  */

/*
 * blog.scss
 * -----------------------------------------------
*/

.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 p {
  color: var(--dark-color);
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
}
.blog-single-area .blog-post-content .content-box .footer-16-social {
  margin-bottom: 0 !important;
}
.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 .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);
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.3rem) translateX(0);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.3rem) translateX(0);
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-1.3rem) translateX(0);
          transform: scale(1) translateY(-1.3rem) translateX(0);
}

/*
 * cetagory.scss
 * -----------------------------------------------
*/

/*
 * collections.scss
 * -----------------------------------------------
 */
/*  Collection home 1 style  */

/*  Collection home 4 style  */

/*  Collection home 5 style  */

/*  Collection home 8 style  */

/*  Collection home 9 style  */

/*  Collection home 11 style  */

/* Shop Collection home 12 style  */

/* Collection home 12 style  */

/*  Collection home 13 style  */

/*  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-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0.03em;
}
.su-top-collection-14-area .top-collection-14-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Cinta categorías: título abajo, fondo blanco semi-transparente, texto primary */
.su-top-collection-14-area .top-collection-14-item .overly.category-cinta {
  top: auto;
  height: auto;
  min-height: 52px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0 0 0.5rem 0.5rem;
}
.su-top-collection-14-area .top-collection-14-item .overly.category-cinta .title {
  color: var(--primary-color);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
}

.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  */

/*  Collection home 16 style  */

/*
 * news.scss
 * -----------------------------------------------
*/

.contact-wrapper.style1 .contact-top {
  padding-bottom: 50px;
}
.contact-wrapper.style1 .contact-top .contact-top-card {
  text-align: center;
}
@media (max-width: 991.98px) {
  .contact-wrapper.style1 .contact-top .contact-top-card {
    margin-bottom: 24px;
  }
}
.contact-wrapper.style1 .contact-top .contact-top-card .contact-top-icon {
  height: 35px;
  width: 35px;
  width: 100%;
  background-repeat: no-repeat;
}
.contact-wrapper.style1 .contact-top .contact-top-card .contact-top-title {
  color: var(--headings-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 20px 0 6px 0;
}
.contact-wrapper.style1 .contact-top .contact-top-card .contact-top-link {
  color: var(--dark-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-weight-500);
  line-height: 28px;
}

.registration-wrapper.style1 .log_reg_form {
  background-color: var(--white-color);
  border: none;
  border-radius: 0px;
  padding: 0px 40px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1199.98px) {
  .registration-wrapper.style1 .log_reg_form {
    padding: 0 20px;
  }
}
.registration-wrapper.style1 .log_reg_form .sign_up_form .form-control {
  background-color: var(--white-color);
  border: 0;
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0px;
  color: var(--dark-color);
  font-family: var(--body-font);
  font-size: 15px;
  height: 55px;
  margin-bottom: 20px;
  padding: 0;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form .form-control::-webkit-input-placeholder {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form .form-control::-moz-placeholder {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form .form-control:-ms-input-placeholder {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form .form-control::-ms-input-placeholder {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form .form-control::placeholder {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.26px;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form .form-control:focus {
  border-bottom: 1px solid var(--dark-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form .form-label {
  color: var(--text-color);
  font-style: normal;
  font-weight: var(--font-weight-500);
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 22px;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form p a {
  color: var(--headings-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 0;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form p a.login-button1 {
  position: relative;
  padding-right: 30px;
}
.registration-wrapper.style1 .log_reg_form .sign_up_form p a.login-button1::after {
  position: absolute;
  right: 10px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  content: "";
  background-color: var(--gray-color);
}
.registration-wrapper.style1 .log_reg_form .sign_up_form textarea {
  height: 200px !important;
}
@media (max-width: 575.98px) {
  .registration-wrapper.style1 .log_reg_form .sign_up_form textarea {
    height: 100px !important;
  }
}

/*
 * cta.scss
 * -----------------------------------------------
*/

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

.faq-wrapper .faq-main-content .accordion .global-accordion-item {
  border-bottom: 1px solid var(--gray-color);
}
.faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-header {
  margin: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-button {
  font-style: normal;
  color: var(--headings-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 575.98px) {
  .faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-button {
    font-size: 14px;
    line-height: 24px;
    padding: 14px 0 8px 0;
  }
}
.faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-button .icon {
  display: none;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-button .icon2 {
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-button.collapsed {
  padding-bottom: 20px;
}
.faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-button.collapsed .icon {
  display: block;
}
.faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-button.collapsed .icon2 {
  display: none;
}
.faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-body {
  border-top: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
}
.faq-wrapper .faq-main-content .accordion .global-accordion-item .global-accordion-body p {
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
}

/*
 * cart.scss
 * -----------------------------------------------
*/

.minicart-16 {
  z-index: 999;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  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-out 0s;
  transition: all 0.5s ease-out 0s;
  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: 0px;
  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;
  margin-bottom: 15px;
}
.minicart-16 .cart-main .cart-content .list-content:last-child {
  margin-bottom: 0;
}

.minicart-16 .cart-main .cart-content .prd-item .img img {
  max-width: 90px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.minicart-16 .cart-main .cart-content .list-content .product-name {
  color: var(--headings-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
  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: 0em;
  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: 0em;
  line-height: 22px;
  margin-bottom: 10px;
}
.minicart-16 .cart-main .cart-content .list-content .product-size {
  color: var(--body-color);
}
.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(--body-color);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 183%;
  letter-spacing: 0em;
  -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: 0em;
  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;
  display: block;
  color: var(--headings-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
  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);
  }
}
.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: 12px;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
  flex-shrink: 0;
}
.minicart-16 .cart-main .cart-content .su-cart-prd .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.minicart-16 .cart-main .cart-content .card-prd-slider .swiper-slide {
  width: 90px;
  flex-shrink: 0;
  margin-right: 10px;
}
.minicart-16 .cart-main .cart-content .card-prd-slider .su-cart-prd {
  width: 90px;
}
.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: 0px;
}
.minicart-16 .cart-main .cart-content .su-cart-prd .content .price {
  color: var(--body-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
}
.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;
}

.shopping_cart_table {
  max-width: 100%;
}
.shopping_cart_table .cart_list li {
  display: inline-block;
  vertical-align: middle;
}
.shopping_cart_table .cart_title {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.2;
}
.shopping_cart_table .cart_price {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 24px;
}
.shopping_cart_table thead tr {
  border-bottom: 1px solid var(--gray-color);
}
.shopping_cart_table thead tr th {
  color: var(--dark-color);
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  padding: 16px 0;
  text-align: center;
}
.shopping_cart_table thead tr th:first-child {
  padding-left: 30px;
  width: 48%;
  text-align: left;
}
.shopping_cart_table tbody tr {
  border-bottom: 1px solid var(--gray-color);
}
.shopping_cart_table tbody tr td {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
.shopping_cart_table tbody tr td:first-child {
  text-align: left;
}
@media (max-width: 575.98px) {
  .shopping_cart_table tbody tr td {
    padding-left: 15px;
  }
}
.shopping_cart_table .quantity-block {
  border: 1px solid var(--gray-color);
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 100px;
}
.shopping_cart_table .quantity-num,
.shopping_cart_table .quantity-num2 {
  background-color: transparent;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
  width: 111%;
}
.shopping_cart_table .quantity-arrow-minus.inner_page,
.shopping_cart_table .quantity-arrow-minus2.inner_page,
.shopping_cart_table .quantity-arrow-plus.inner_page,
.shopping_cart_table .quantity-arrow-plus2.inner_page {
  background-color: var(--white-color);
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 5px;
  top: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 30px;
}
.shopping_cart_table .quantity-arrow-plus.inner_page,
.shopping_cart_table .quantity-arrow-plus2.inner_page {
  right: 0;
}
.shopping_cart_table .quantity-arrow-minus.inner_page,
.shopping_cart_table .quantity-arrow-minus2.inner_page {
  right: auto;
}
.shopping_cart_table .remove {
  bottom: 60px;
  position: absolute;
  right: -50px;
  color: var(--theme-color9);
  font-family: var(--jakarta-font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0em;
  text-decoration-line: underline;
}
.shopping_cart_table .item-details {
  width: 50%;
}

.cart_coupon {
  position: relative;
}
.cart_coupon .form_one {
  display: block;
  margin-bottom: 60px;
  max-width: 400px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.cart_coupon input {
  background-color: transparent;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
  color: var(--body-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  height: 54px;
  margin-right: 24px;
  padding: 0px 20px;
}
.cart_coupon input:placeholder {
  color: var(--body-color);
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0em;
}
.cart_coupon input.coupon_input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.cart_coupon .apply_count_btn {
  color: var(--headings-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 25px;
}

.cart-total-widget {
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  padding: 30px 40px 40px;
  position: relative;
}
@media (max-width: 575.98px) {
  .cart-total-widget {
    padding: 30px 20px 40px;
  }
}
.cart-total-widget .title {
  font-size: 20px;
  line-height: 34px;
}
.cart-total-widget li {
  padding: 12px 0;
}
.cart-total-widget .bb1 {
  border-bottom: 1px solid var(--gray-color);
}
.cart-total-widget .text {
  color: var(--headings-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
}
.cart-total-widget .text2 {
  color: var(--dark-color);
  font-weight: var(--font-weight-600);
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}
.cart-total-widget .value {
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
}
.cart-total-widget.shop-single-style .text {
  font-size: 14px;
  font-weight: var(--font-weight-600);
}
.cart-total-widget.shop-single-style .value {
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
  font-weight: var(--font-weight-500);
}

/*
 * Checkout.scss
 * -----------------------------------------------
*/
.checkout_form {
  position: relative;
}
.checkout_form .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}
.checkout_form .form-control,
.checkout_form .bootstrap-select > .dropdown-toggle {
  border: none;
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0;
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
  height: 54px;
  padding-left: 0;
}
.checkout_form .form-control:focus,
.checkout_form .bootstrap-select > .dropdown-toggle:focus {
  border-bottom: 2px solid var(--dark-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.checkout_form .form-label {
  color: var(--text-color);
  font-style: normal;
  font-weight: var(--font-weight-500);
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 22px;
  padding-left: 0;
}
.checkout_form .bootstrap-select > .dropdown-toggle {
  color: var(--body-color);
  line-height: 40px;
}
.checkout_form .bootstrap-select > .dropdown-toggle:active {
  background-color: transparent;
}
.checkout_form textarea.form-control {
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0;
  height: auto;
}
.checkout_form textarea.form-control:focus {
  border-bottom: 2px solid var(--dark-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.checkout_sidebar {
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  padding: 30px 40px 40px;
  position: relative;
}
.checkout_sidebar .title {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0em;
}
.checkout_sidebar .prd-title {
  color: var(--headings-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 16px;
}
.checkout_sidebar .prd-qntt,
.checkout_sidebar .prd-size {
  color: var(--dark-color);
  font-size: 13px;
  line-height: 24px;
}
.checkout_sidebar .edit-order {
  color: var(--headings-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 16px;
}
.checkout_sidebar .prd-item img {
  width: 70px;
}
.checkout_sidebar .bnk-title {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: var(--font-weight-500);
  line-height: 28px;
}
.checkout_sidebar .text {
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
  letter-spacing: 0;
}
.checkout_sidebar .radio:hover {
  cursor: pointer;
}
.checkout_sidebar .radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--dark-color);
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.checkout_sidebar .radio input[type=radio]:checked {
  border-color: var(--dark-color);
}
.checkout_sidebar .radio input[type=radio]:checked::after {
  background: var(--dark-color);
  background-color: var(--dark-color);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
}

/*
 * Order.scss
 * -----------------------------------------------
*/

.order_lists {
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  margin-bottom: 40px;
  padding: 55px 40px;
  position: relative;
}
@media (max-width: 575.98px) {
  .order_lists {
    padding: 35px 20px;
  }
}
@media (max-width: 375.98px) {
  .order_lists {
    padding: 35px 0;
  }
}
.order_lists ul {
  max-width: 90%;
}
@media (max-width: 575.98px) {
  .order_lists ul {
    width: 100%;
  }
}
.order_lists .sub-title {
  font-family: var(--jakarta-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.order_lists .text {
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

/*
 * collections.scss
 * -----------------------------------------------
*/

/*
 * Frame.scss
 * -----------------------------------------------
*/

/*
 * Instagram Feed 
 * -----------------------------------------------
 */

/*
 * 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);
}

/***  Footer  ***/

/*
 * news.scss
 * -----------------------------------------------
*/

/*
 * product.scss
 * -----------------------------------------------
*/

/*  Product Home 4 Style   */

.su-product-4-card {
  border: 1px solid #e6e6e6;
  margin-right: -1px;
  position: relative;
}
@media (max-width: 1700px) {
  .su-product-4-card {
    margin-right: 0;
  }
}
.su-product-4-card:hover .wishlist {
  opacity: 1;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  visibility: visible;
}
.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 .img-product {
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.su-product-4-card .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.su-product-4-card .card-product-info {
  padding: 0px 20px 20px 20px;
}
.su-product-4-card .wishlist {
  color: var(--dark-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
  width: 40px;
  z-index: 1;
}
.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-out 0s;
  transition: all 0.4s ease-out 0s;
  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-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--dark-color);
  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-out 0s;
  transition: all 0.4s ease-out 0s;
}
.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-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--dark-color);
}
.su-product-4-card .product-price {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  text-transform: capitalize;
}
.su-product-4-card .product-price del,
.su-product-4-card .product-price .product-price-original {
  font-size: 11px;
  letter-spacing: 0em;
  color: #9ca3af;
  margin-left: 6px;
  text-decoration: line-through;
  font-weight: 400;
}
.su-product-4-card .product-price .discount {
  font-size: 12px;
  letter-spacing: 0em;
  color: var(--theme-color5);
  margin-left: 5px;
}
.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 .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 {
  background: var(--theme-color4);
  border-radius: 20px;
  color: var(--white-color);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 10px;
  text-transform: capitalize;
}
.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-tab-btn .tab-btn {
  padding: 0;
  border: none;
  background: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0em;
  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-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*  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;
  padding-top: 8px;
}
.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-out 0s;
  transition: all 0.3s ease-out 0s;
}
.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 card: flechas, wishlist y quickadd fijos, fondo blanco semi-transparente, color primary */
.su-product-5-tab-content .su-product-4-card .wishlist {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
.su-product-5-tab-content .su-product-4-card .wishlist,
.su-product-5-tab-content .su-product-4-card .wishlist i {
  color: var(--primary-color);
}
.su-product-5-tab-content .su-product-4-card .wishlist:hover {
  background: var(--primary-color);
}
.su-product-5-tab-content .su-product-4-card .wishlist:hover i {
  color: var(--white-color);
}
.su-product-5-tab-content .su-product-4-card .navigation span {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  color: var(--primary-color);
}
.su-product-5-tab-content .su-product-4-card .navigation span i {
  color: var(--primary-color);
}
.su-product-5-tab-content .su-product-4-card .navigation span:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.su-product-5-tab-content .su-product-4-card .navigation span:hover i {
  color: var(--white-color);
}
.su-product-5-tab-content .su-color-mixer {
  background: transparent;
  padding: 10px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto;
  width: auto;
  gap: 12px;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}
.su-product-5-tab-content .su-product-4-card:hover .su-color-mixer {
  opacity: 1;
  visibility: visible;
}
.su-product-5-tab-content .su-color-mixer .quickadd {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.su-product-5-tab-content .su-color-mixer .quickadd i {
  color: var(--primary-color);
}
.su-product-5-tab-content .su-color-mixer .quickadd:hover {
  background: var(--primary-color);
}
.su-product-5-tab-content .su-color-mixer .quickadd:hover i {
  color: var(--white-color);
}

/*  Product Home 7 Style   */

/*  Product Home 8 Style   */

.su-product-details-8-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.su-product-details-8-tab .nav-tabs {
  border: none;
}
.su-product-details-8-tab .nav-tabs button {
  border: none;
  margin: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  opacity: 0.3;
  padding: 0;
  width: 70px;
}
.su-product-details-8-tab .nav-tabs button.active {
  opacity: 1;
}

.su-product-details-8-content {
  border: none;
  margin: 0;
  padding-left: 65px;
}
@media (max-width: 1499.98px) {
  .su-product-details-8-content {
    padding-left: 15px;
  }
}
.su-product-details-8-content .title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: var(--dark-color);
  margin-top: 5px;
  margin-bottom: 25px;
}
.su-product-details-8-content .price {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--dark-color);
  margin-bottom: 25px;
  display: block;
}
.su-product-details-8-content .text {
  font-weight: 500;
  font-size: 14px;
  color: var(--dark-color);
  line-height: 28px;
  margin-bottom: 28px;
}
.su-product-details-8-content .list-color-product {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.su-product-details-8-content .quantity-block {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  width: 130px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.su-product-details-8-content .quantity-block .quantity-num {
  outline: none;
  width: 25px;
  padding: 0;
  margin: 0;
  line-height: 1;
  background: none;
  border: none;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0em;
  color: var(--dark-color);
}
.su-product-details-8-content .quantity-block button {
  background: none;
  border: none;
  outline: none;
  font-size: 12px;
  color: var(--dark-color);
  padding: 0;
  width: 20px;
  width: 20px;
  text-align: center;
}

/*  Product Home 11 Style   */

/*  Product Home 12 Style   */

/*  Product Home 12 & 15 Style   */

/*  shop look 14 Style   */
@-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);
  }
}

/*  Product card 14 Style   */

/*  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.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 + .product-step-15-item {
  margin-top: 120px;
}
@-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 Home 6 Style   */

/*  Product setp Home 6 Style   */

/*  Product Home 16 Style   */

/*  Product Home 17 Style   */

/*  Product Home 21 Style   */
@keyframes ripple-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);
  }
}
@-webkit-keyframes ripple-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);
  }
}

/*  Product Home 23 Style   */
@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);
    border-radius: 50%;
  }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    border-radius: 50%;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    border-radius: 50%;
  }
}

/*
 * tabs.scss
 * -----------------------------------------------
*/

/***  Sliders  ***/

/*  Video home 12 style  */

/*  Video home 14 style  */

/*  Video home 16 style  */

/*
 * Testimonials.scss
 * -----------------------------------------------
*/

.su-testimonal-8-wrap {
  padding: 0 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .su-testimonal-8-wrap {
    padding: 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .su-testimonal-8-wrap {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  .su-testimonal-8-wrap {
    padding: 0;
  }
}
.su-testimonal-8-wrap .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: var(--dark-color);
}
@media (max-width: 575px) {
  .su-testimonal-8-wrap .text {
    font-size: 16px;
    line-height: 35px;
  }
}
.su-testimonal-8-wrap .ratings i {
  font-size: 12px;
  color: var(--dark-color);
  margin: 0 2px;
}
.su-testimonal-8-wrap .position {
  font-family: var(--outfit-font);
  font-weight: 400;
  font-size: 18px;
  color: var(--black-color);
}
.su-testimonal-8-wrap .navigation .testimonal-next {
  left: auto;
  right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .su-testimonal-8-wrap .navigation .testimonal-next {
    right: 0;
  }
}
.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;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .su-testimonal-8-wrap .navigation span {
    left: 0;
  }
}
@media (max-width: 575px) {
  .su-testimonal-8-wrap .navigation span {
    top: 0;
  }
}
.su-testimonal-8-wrap .navigation span:hover {
  background: var(--black-color);
  color: var(--white-color);
  border-color: var(--black-color);
}

.features-area-14 {
  padding: 22px 0;
}
@media (max-width: 1199.98px) {
  .features-area-14 {
    border-top: 2px solid var(--primary-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;
}

.shop-sidebar-area {
  position: relative;
  overflow: hidden;
  padding: 30px 50px 0;
}
@media (max-width: 1199.98px) {
  .shop-sidebar-area {
    padding: 20px 10px 0;
  }
}
@media (max-width: 575.98px) {
  .shop-sidebar-area {
    padding-left: 0;
  }
}
.shop-sidebar-area.style-two .shop-page-area {
  position: relative;
  overflow: hidden;
  padding-left: 0;
}
.shop-sidebar-area.style-two .shop-page-area:before {
  background-color: rgba(29, 29, 29, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  visibility: visible;
  z-index: 2;
}
.shop-sidebar-area.style-two .shop-page-area.active {
  padding-left: 0;
}
.shop-sidebar-area.style-two .shop-page-area.active:before {
  opacity: 0;
  visibility: hidden;
}
.shop-sidebar-area.style-two .shop-page-area.active .shop-sidebar {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
}
.shop-sidebar-area.style-two .shop-page-area.active .filter-outer {
  padding-left: 0px;
}
.shop-sidebar-area.style-two .shop-page-area .shop-sidebar {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  padding-left: 20px;
}
.shop-sidebar-area.style-two .shop-page-area .filter-outer {
  position: relative;
  padding-left: 290px;
  -webkit-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
@media (max-width: 475.98px) {
  .shop-sidebar-area.style-two .shop-page-area .filter-outer {
    padding-left: 180px;
  }
}
.shop-sidebar-area .ctaegory-list {
  gap: 10px;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  cursor: grab;
}
.shop-sidebar-area .ctaegory-list:active {
  cursor: grabbing;
}
.shop-sidebar-area .ctaegory-list::-webkit-scrollbar {
  display: none;
}
.shop-sidebar-area .ctaegory-list .list-item {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  display: block;
  flex-shrink: 0;
  font-family: var(--jakarta-font);
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-500);
  height: 40px;
  letter-spacing: 0em;
  line-height: 40px;
  margin-bottom: 10px;
  min-width: 171px;
  text-align: center;
  width: auto;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.shop-sidebar-area .ctaegory-list .list-item:hover {
  border-color: var(--primary-color);
  cursor: pointer;
}
.shop-sidebar-area .shop-page-head {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .shop-sidebar-area .shop-page-head {
    margin-bottom: 0 !important;
  }
  .shop-sidebar-area .shop-page-head .sub-sec-title h2 {
    font-size: 18px !important;
  }
}
.shop-sidebar-area .shop-page-head .sub-sec-title {
  margin-bottom: 25px;
}
.shop-sidebar-area .shop-page-head .sub-sec-title h2 {
  font-family: var(--jakarta-font);
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-600);
  line-height: var(--line-height-heading2);
  letter-spacing: 0.03em;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.shop-sidebar-area .shop-page-head .sub-sec-title p {
  font-family: var(--jakarta-font);
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-500);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  color: var(--dark-color);
}
.shop-sidebar-area .shop-page-area {
  padding-left: 330px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .shop-sidebar-area .shop-page-area {
    padding-left: 0;
  }
}
.shop-sidebar-area .shop-page-area.active {
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .shop-sidebar-area .shop-page-area.active:before {
    background-color: rgba(29, 29, 29, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50px;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    z-index: 2;
  }
}
.shop-sidebar-area .shop-page-area.active .shop-sidebar {
  opacity: 0;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .shop-sidebar-area .shop-page-area.active .shop-sidebar {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
  .shop-sidebar-area .shop-page-area.active .filter-outer {
    padding-left: 320px;
  }
}
@media (max-width: 425.98px) {
  .shop-sidebar-area .shop-page-area.active .filter-outer {
    padding-left: 220px;
  }
}
@media (min-width: 1200px) {
  .shop-sidebar-area .shop-page-area.shop-list2 {
    min-height: 650px;
  }
}
@media (max-width: 1199.98px) {
  .shop-sidebar-area .shop-page-area.shop-list2 {
    padding: 50px 30px 0;
  }
}
@media (max-width: 575.98px) {
  .shop-sidebar-area .shop-page-area.shop-list2 {
    padding: 50px 10px 0;
  }
}
@media (max-width: 1199.98px) {
  .shop-sidebar-area .shop-page-area.shop-list2.active:before {
    right: -30px;
    top: 110px;
  }
}
.shop-sidebar-area .shop-page-area .filter-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
@media (max-width: 575.98px) {
  .shop-sidebar-area .shop-page-area .filter-outer {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shop-sidebar-area .shop-page-area .filter-outer.border {
  border: 1px solid var(--gray-color);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .shop-sidebar-area .shop-page-area .filter-outer.border .filter-left {
    display: none;
  }
}
.shop-sidebar-area .shop-page-area .filter-outer.border .filter-right {
  border: none;
  padding-left: 60px;
  border-left: 1px solid var(--gray-color);
}
@media (max-width: 767.98px) {
  .shop-sidebar-area .shop-page-area .filter-outer.border .filter-right {
    border: none !important;
    padding-left: 0px;
  }
}
@media (max-width: 1199.98px) {
  .shop-sidebar-area .shop-page-area .filter-outer {
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .shop-sidebar-area .shop-page-area .filter-outer {
    padding-left: 0;
  }
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-left h6 {
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-left h3 {
  color: var(--headings-color);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 38px;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-left .filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  background: transparent;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-center {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-center h6 {
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .shop-sidebar-area .shop-page-area .filter-outer .filter-center h6 {
    text-align: left;
  }
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .shop-sidebar-area .shop-page-area .filter-outer .filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .sort-filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .shop-sidebar-area .shop-page-area .filter-outer .filter-right .sort-filter {
    max-width: 185px;
  }
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .sort-filter .bootstrap-select {
  width: auto;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .sort-filter .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  border: none;
  outline: none;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .sort-filter span {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  margin-right: -10px;
  text-transform: uppercase;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .sort-filter .selectpicker {
  max-width: 200px;
  padding-right: 20px;
  position: relative;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .sort-filter .selectpicker .bootstrap-select > .dropdown-toggle {
  border: none;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0em;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .sort-filter .selectpicker .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .filter-button.border {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--black-color) !important;
  color: var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.26px;
  line-height: 24px;
  padding: 10px 20px;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .bootstrap-select .dropdown-toggle {
  font-size: 13px;
  text-transform: uppercase;
}
.shop-sidebar-area .shop-page-area .filter-outer .filter-right .bootstrap-select .dropdown-toggle::after {
  border: none;
  border-top: 0;
  color: #646578;
  content: "\f107";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  height: auto;
  text-align: center;
  width: 20px;
  z-index: 11;
}

.common-banner {
  height: 660px;
}

.checkbox-group .form-group {
  display: block;
  margin-bottom: 5px;
}
.checkbox-group .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-group .form-group label {
  position: relative;
  cursor: pointer;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--dark-color);
}
.checkbox-group .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: var(--white-color);
  border: 1px solid var(--dark-color);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.checkbox-group .form-group input:checked + label:after {
  border: solid var(--dark-color);
  border-width: 0 1px 1px 0;
  content: "";
  display: block;
  height: 10px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop-sidebar {
  position: absolute;
  top: 8px;
  left: 0;
  padding: 0;
  padding-right: 40px;
  max-width: 320px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
  visibility: visible;
  background-color: var(--white-color);
}
@media (max-width: 1199.98px) {
  .shop-sidebar {
    opacity: 0;
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
    visibility: hidden;
  }
}
@media (max-width: 1199.98px) {
  .shop-sidebar.below-xl {
    opacity: 1;
    padding-right: 0;
    position: relative;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}
.shop-sidebar .accordion-box {
  border-bottom: 1px solid var(--gray-color);
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.shop-sidebar .accordion-box .acc-btn {
  padding: 0px 0 15px;
}
@media (max-width: 499.98px) {
  .shop-sidebar {
    padding-right: 20px;
    width: 270px;
  }
}
@media (max-width: 399.98px) {
  .shop-sidebar {
    width: 240px;
  }
}
.shop-sidebar .filter-button {
  position: relative;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: var(--dark-color);
  margin-bottom: 30px;
  cursor: pointer;
}
.shop-sidebar .filter-button i {
  position: absolute;
  top: 0;
  right: 0;
}
.shop-sidebar .color-type-box .color-outer-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.open-panel-lg {
  background-color: transparent;
  color: var(--dark-color);
  font-family: var(--jakarta-font);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.side-panel-lg {
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  height: 100%;
  left: -400px;
  opacity: 0;
  overflow-y: auto;
  padding: 30px 40px;
  position: fixed;
  top: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  visibility: hidden;
  width: 400px;
  z-index: 9999;
}
@media (max-width: 499.98px) {
  .side-panel-lg {
    left: -350px;
    padding: 30px;
    width: 350px;
  }
}
@media (max-width: 399.98px) {
  .side-panel-lg {
    left: -300px;
    width: 300px;
  }
}

.side-panel-lg.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.side-panel-lg .close-panel-lg {
  background: none;
  border-bottom: 1px solid var(--gray-color);
  color: var(--dark-color);
  cursor: pointer;
  font-family: var(--jakarta-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.side-panel-lg .close-panel-lg i {
  color: var(--dark-color);
  font-size: 10px;
}

.side-panel-overlay {
  background-color: rgba(var(--black-color-rgb), 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1199.98px) {
  .side-panel-overlay.active {
    display: block;
  }
}
.range-slider {
  padding-top: 5px;
  position: relative;
}
.range-slider .property-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.range-slider .property-box .input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: none;
  color: #646578;
  font-size: 15px;
  height: 40px;
  max-width: 140px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid var(--gray-color);
  margin-top: 15px;
}
.range-slider .property-box .input input {
  max-width: 100px;
  width: 100%;
}
.range-slider input[type=submit] {
  background: var(--dark-color);
  border: none;
  border-radius: 10px;
  color: var(--white-color);
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  float: right;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type=submit]:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

.wrapper.list .shop-grid-content {
  display: none;
}

.wrapper.grid .shop-grid-content {
  display: block;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark:after {
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  left: 50%;
  top: 50%;
  z-index: 1;
  content: "";
  border-radius: 50%;
  background-color: #202025;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.custom-checkbox input + .checkmark {
  position: relative;
  display: inline-block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color21);
}

.color-outer-box .custom-checkbox:nth-child(2) .checkmark:after {
  background-color: #CDC9A8;
}

.color-outer-box .custom-checkbox:nth-child(3) .checkmark:after {
  background-color: #323D7C;
}

.color-outer-box .custom-checkbox:nth-child(4) .checkmark:after {
  background-color: #D9D9D9;
}

.color-outer-box .custom-checkbox:nth-child(5) .checkmark:after {
  background-color: #689365;
}

.color-outer-box .custom-checkbox:nth-child(6) .checkmark:after {
  background-color: #D08934;
}

.color-outer-box .custom-checkbox:nth-child(7) .checkmark:after {
  background-color: var(--white-color);
}

.color-outer-box .custom-checkbox:nth-child(8) .checkmark:after {
  background-color: #F2E05E;
}

.color-outer-box .custom-checkbox:nth-child(9) .checkmark:after {
  background-color: #B89472;
}

.color-outer-box .custom-checkbox input:checked + .checkmark {
  border-color: #202025;
}

.color-outer-box .custom-checkbox:nth-child(2) input:checked + .checkmark {
  border-color: #CDC9A8;
}

.color-outer-box .custom-checkbox:nth-child(3) input:checked + .checkmark {
  border-color: #323D7C;
}

.color-outer-box .custom-checkbox:nth-child(4) input:checked + .checkmark {
  border-color: #D9D9D9;
}

.color-outer-box .custom-checkbox:nth-child(5) input:checked + .checkmark {
  border-color: #689365;
}

.color-outer-box .custom-checkbox:nth-child(6) input:checked + .checkmark {
  border-color: #D08934;
}

.color-outer-box .custom-checkbox:nth-child(7) input:checked + .checkmark {
  border-color: #F2E05E;
}

.color-outer-box .custom-checkbox:nth-child(8) input:checked + .checkmark {
  border-color: #B89472;
}

.color-outer-box .custom-checkbox input:checked + .checkmark::after {
  content: "✓";
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.style-two .custom-checkbox input + .checkmark {
  position: relative;
  display: inline-block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

.style-two .custom-checkbox input:checked + .checkmark::after {
  content: "✓";
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.shop-sidebar .filter-button {
  position: relative;
  cursor: pointer;
}
.shop-sidebar .filter-button .icon {
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.shop-sidebar .filter-button.collapsed .icon:before {
  content: "+";
}

#shop-page-area .shop-outer {
  position: relative;
}

.shop-size-table {
  text-align: center;
}
.shop-size-table .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg:var(--white-color);
  color: var(--text-color);
  font-style: normal;
  font-weight: var(--font-weight-500);
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 22px;
  color: var(--headings-color);
}
.shop-size-table .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg:var(--gray-color-2);
  color: var(--text-color);
  font-style: normal;
  font-weight: var(--font-weight-500);
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 22px;
  color: var(--headings-color);
}
.shop-size-table thead th {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--headings-color);
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 16px;
  width: 7%;
  padding: 14px 0;
}
.shop-size-table tbody td {
  border: none;
  color: var(--text-color);
  font-style: normal;
  font-weight: var(--font-weight-500);
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 22px;
  padding: 14px 0;
}

.cloth-size .tab-btn {
  color: var(--body-color);
}
.cloth-size .tab-btn.active {
  color: var(--headings-color);
}

.measure-content .headings {
  color: var(--headings-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.measure-content .title {
  color: var(--headings-color);
  font-family: var(--jakarta-font);
  font-weight: var(--font-weight-600);
  font-size: 14px;
  line-height: 28px;
}

.show-more-btn {
  border-bottom: 1px solid var(--headings-color);
  padding-bottom: 9px;
}

.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;
}
.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;
}
.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;
}
.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 .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-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--theme-color21);
  gap: 90px;
}
.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%;
}
.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: 0px;
  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: 0px;
  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: 0px;
}
.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 .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);
}

/***  Product Style  ***/

/*
 * shop-single.scss
 * -----------------------------------------------
*/
@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-right-content {
  margin-left: 210px;
  max-width: 500px;
}
@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: 0px;
}
.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 .star-icon .icon {
  width: 30px;
  height: 30px;
  background: var(--gray-color-2);
  color: var(--primary-color);
}
.shop-single-area .shop-right-content.shop-s10 .left-title {
  max-width: none;
}
.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: 0px;
}
.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.style10 {
  gap: 0;
}
.shop-single-area .shop-right-content .shop-sizes .filter_by_size.style10 .form-check-input + .form-check-label {
  height: 54px;
  margin-right: 5px;
  width: 126px;
}
.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: 0px;
  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 .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-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 .cloth-sidebar-overlay {
  z-index: 0;
  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 .cloth-sidebar-overlay.active {
  visibility: visible;
  opacity: 1;
}
.shop-single-area .shop-right-content .cloth-sidebar-overlay {
  z-index: 0;
}

.shop-single-area .shop-right-content .cloth-size-sidebar {
  max-width: 960px;
  background: var(--white-color);
  padding: 30px 40px;
  height: 100%;
  right: -100px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  z-index: -1;
}

.shop-single-area .shop-right-content .cloth-size-sidebar .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 .cloth-size-sidebar.active {
  right: 0;
  visibility: visible;
  opacity: 1;
  right: 0;
  z-index: 9;
}
.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: 0px;
}
.shop-single-area .shop-right-content .shop-rating span.number {
  position: relative;
  top: 1px;
}
.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 .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;
}

.low-stock .bullet {
  background-color: var(--primary-color);
  border-radius: 10px;
  height: 8px;
  width: 8px;
}
.low-stock .text {
  color: var(--text-color);
  font-style: normal;
  font-weight: var(--font-weight-500);
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 22px;
  color: var(--headings-color);
}

.skew-item .text {
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
}

.share-item .text {
  color: var(--text-color);
  font-style: normal;
  font-weight: var(--font-weight-600);
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 22px;
  color: var(--primary-color);
}

.shop-single10 .tab-btn {
  color: var(--body-color);
  font-family: var(--jakarta-font);
  font-weight: var(--font-weight-600);
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.shop-single10 .tab-btn.active {
  color: var(--headings-color);
}

.product-details-btn.shop-s10 .btn-thm35-border {
  border: 1px solid var(--theme-color35);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-details-btn.shop-s10 .btn-thm35-border:hover {
  background-color: var(--theme-color35);
  color: var(--white-color);
}
.product-details-btn.shop-s10 .btn-thm35 {
  background-color: var(--theme-color35);
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-details-btn.shop-s10 .btn-thm35:hover {
  background-color: var(--headings-color);
  color: var(--theme-color35);
}

/*
 * location.scss
 * -----------------------------------------------
*/

.flat-animate-tab {
  overflow: hidden;
}
.flat-animate-tab .tab-content {
  position: relative;
}
.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.flat-animate-tab .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;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

/***  Page Titles Styles  ***/

.breadcrumb-list {
  position: relative;
}
.breadcrumb-list ul {
  position: relative;
}
@media (max-width: 767.98px) {
  .breadcrumb-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
}
.breadcrumb-list li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 60px;
}
@media (max-width: 1199.98px) {
  .breadcrumb-list li {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-list li {
    margin-bottom: 30px;
  }
}
.breadcrumb-list li:last-child {
  padding-right: 0;
}
.breadcrumb-list li i {
  color: var(--dark-color);
}
.breadcrumb-list li.active a {
  border-bottom: 2px solid var(--dark-color);
  color: var(--dark-color);
  padding-bottom: 16px;
}
.breadcrumb-list a {
  color: var(--text-color);
  font-family: var(--jakarta-font);
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

/***  About  ***/
.about-wrapper .about-top {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.about-wrapper .about-top .about-top-text {
  color: var(--dark-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.about-wrapper .about-card-wrapper {
  padding-bottom: 80px;
}
.about-wrapper .about-card-wrapper .about-thumb img {
  width: 100%;
}
.about-wrapper .about-card-wrapper .about-content {
  max-width: 566px;
  margin-right: auto;
}
.about-wrapper .about-card-wrapper .about-content .about-subtitle {
  color: var(--black-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 26px;
}
.about-wrapper .about-card-wrapper .about-content .about-title {
  color: var(--dark-color);
  font-family: var(--body-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  padding-bottom: 26px;
}
.about-wrapper .about-card-wrapper .about-content .about-text {
  color: var(--dark-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  max-width: 500px;
}
.about-wrapper .about-card-wrapper .about-content.style2 {
  margin-left: auto;
  margin-right: 0;
  padding-left: 65px;
}
@media (max-width: 991.98px) {
  .about-wrapper .about-card-wrapper .about-content.style2 {
    margin-left: 0;
    max-width: inherit;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-wrapper .about-card-wrapper .about-content.style2 .about-text {
    max-width: inherit;
  }
}

.about-cta-content {
  padding: 200px 0 150px 0;
}
.about-cta-content .title {
  color: var(--white-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
.about-cta-content .text {
  color: var(--white-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 500px;
  margin: 0 auto;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.common-banner {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.common-banner-wrapper {
  padding: 280px 0;
}
.common-banner-wrapper .sub-title {
  color: var(--headings-color);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
  color: var(--white-color);
  padding-bottom: 14px;
}
.common-banner-wrapper .title {
  color: var(--headings-color);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 38px;
  color: var(--white-color);
  font-size: 28px;
}
@media (max-width: 1199.98px) {
  .common-banner-wrapper .title {
    font-size: 30px;
  }
}
.common-banner-wrapper .text {
  color: var(--headings-color);
  font-style: normal;
  font-size: 16px;
  font-weight: var(--font-weight-500);
  letter-spacing: 0em;
  line-height: 24px;
  color: var(--white-color);
  padding-top: 14px;
}

/***  Sustainability  ***/

@media (max-width: 991.98px) {
  .su-brands-area {
    padding: 80px 0;
  }
}

.thumb img {
  width: 100%;
  height: 100%;
}

.img-hover {
  overflow: hidden;
}
.img-hover .thumb {
  overflow: hidden;
}
.img-hover img {
  width: 100%;
  -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);
}
.img-hover:hover img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.terms-single-block {
  padding-bottom: 20px;
}
.terms-single-block .terms-title {
  color: var(--headings-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 0;
}
.terms-single-block .terms-text {
  color: var(--dark-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 20px;
}
.terms-single-block .terms-text:last-child {
  padding-bottom: 0;
}

/***  Footer  ***/
.footer_one {
  padding: 90px 0 0;
  position: relative;
  /*  Footer 17 Style  */
  /*  Footer 20 Style  */
  /*  Footer 21 Style  */
}
.footer_one .footer_qlink_widget {
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  /* Toggle between plus and minus using Bootstrap collapse expanded state */
  /* When the button is expanded, change icon to minus */
}
@media (max-width: 991.98px) {
  .footer_one .footer_qlink_widget {
    border-bottom: 1px solid rgba(var(--white-color-rgb), 0.2);
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .footer_one .footer_qlink_widget.dark-bb-md {
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.2);
  }
}
@media (max-width: 991.98px) {
  .footer_one .footer_qlink_widget {
    border-bottom: 1px solid rgba(var(--white-color-rgb), 0.2);
    margin-bottom: 25px;
  }
}
.footer_one .footer_qlink_widget .collapse {
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.footer_one .footer_qlink_widget button.btn,
.footer_one .footer_qlink_widget .colps-btn {
  border: none;
  border-radius: 0;
}
.footer_one .footer_qlink_widget button.btn:active, .footer_one .footer_qlink_widget button.btn:focus,
.footer_one .footer_qlink_widget .colps-btn:active,
.footer_one .footer_qlink_widget .colps-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-color: transparent;
  outline: none;
}
.footer_one .footer_qlink_widget .title {
  font-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 16px;
  margin-bottom: 22px;
}
@media (max-width: 991.98px) {
  .footer_one .footer_qlink_widget .title {
    margin-bottom: 15px;
  }
}
.footer_one .footer_qlink_widget ul {
  margin: 0;
}
.footer_one .footer_qlink_widget li {
  font-weight: var(--font-weight-400);
  font-size: 13px;
  line-height: 32px;
}
.footer_one .footer_qlink_widget li a {
  color: var(--dark-color);
}
.footer_one .footer_qlink_widget .icon-toggle {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer_one .footer_qlink_widget [aria-expanded=true] .icon-toggle {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer_one .footer_qlink_widget [aria-expanded=true] .icon-toggle::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f068"; /* fa-minus */
}
.footer_one .footer_qlink_widget [aria-expanded=false] .icon-toggle::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "+"; /* fa-plus */
}
.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-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-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-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-weight: var(--font-weight-400);
  font-size: 12px;
  line-height: 30px;
}
.footer_one .footer_mailchimp_form .form-control::placeholder {
  color: var(--text-white);
  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-weight: var(--font-weight-600);
  font-size: 13px;
  letter-spacing: 0em;
  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);
}
/* Icono fa-arrow-up-right ya apunta arriba-derecha, no rotar */
.footer_one .footer_mailchimp_form .subscribe-btn .su-arrow-angle i {
  -webkit-transform: none;
          transform: none;
}
.footer_one .copyright-widget .text {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

/*  Footer Home 4 Style  */

/*  Footer Home 5 Style  */

/*  Footer Home 6 Style  */
/*  Footer Home 7 Style  */

/*  Footer Home 8 Style  */

/*  Footer 14 Style  */
.su-footer-14 {
  background: transparent !important;
  border-top: 1px solid var(--gray-color);
  padding: 120px 0 28px 0;
}
@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;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.su-footer-14 .footer_qlink_widget .text {
  color: var(--dark-color);
  font-family: var(--opensans-font);
  font-size: 13px;
}
.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 primary: fondo primary y texto blanco */
.footer_one.su-footer-14.su-footer-16.footer-primary {
  background: var(--primary-color) !important;
  border-top: none;
}
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_qlink_widget .info,
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_qlink_widget .text,
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_qlink_widget .title,
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_qlink_widget button.btn.title,
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_qlink_widget li a,
.footer_one.su-footer-14.su-footer-16.footer-primary .footer-copyright .copyright-widget .text {
  color: var(--white-color) !important;
}
.footer_one.su-footer-14.su-footer-16.footer-primary .footer-16-social a {
  color: var(--white-color);
}
.footer_one.su-footer-14.su-footer-16.footer-primary .footer-16-social a i {
  font-size: 24px;
}
.footer_one.su-footer-14.su-footer-16.footer-primary .footer-16-social svg {
  color: var(--white-color);
}
/* Desktop: centrar iconos de redes para alinearlos con el logo */
@media (min-width: 992px) {
  .footer_one.su-footer-14.su-footer-16.footer-primary .footer_qlink_widget .footer-16-social {
    justify-content: center;
  }
  .footer_one.su-footer-14.su-footer-16.footer-primary .footer_qlink_widget .logo.d-lg-block {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Mobile: centrar iconos y corregir desvío a la derecha */
@media (max-width: 991.98px) {
  .footer_one.su-footer-14.su-footer-16.footer-primary .footer-16-social {
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_qlink_widget .icon-toggle {
  color: var(--white-color);
}
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white-color);
}
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form .form-control::placeholder,
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form .form-control::-webkit-input-placeholder,
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form .form-control::-moz-placeholder,
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form .form-control::-ms-input-placeholder,
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form .form-control:-ms-input-placeholder {
  color: var(--white-color) !important;
  opacity: 0.9;
}
.footer_one.su-footer-14.su-footer-16.footer-primary .subscribe-btn,
.footer_one.su-footer-14.su-footer-16.footer-primary .subscribe-btn .su-text {
  color: var(--white-color) !important;
}
.footer_one.su-footer-14.su-footer-16.footer-primary .su-arrow-angle,
.footer_one.su-footer-14.su-footer-16.footer-primary .su-arrow-angle i {
  color: var(--white-color);
}
@media (max-width: 991.98px) {
  .footer_one.su-footer-14.su-footer-16.footer-primary .footer_qlink_widget.dark-bb-md {
    border-bottom-color: rgba(255, 255, 255, 0.3) !important;
  }
}

/*  Footer 15 Style  */

/*  Footer 16 Style  */
.su-footer-16 {
  background: var(--gray-color-2);
  padding-top: 120px;
}
.su-footer-16 .footer_qlink_widget {
  position: relative;
}
.su-footer-16 .footer_qlink_widget .title {
  font-weight: var(--font-weight-600);
}
.su-footer-16 .footer_mailchimp_form .form-control {
  border: 1px solid var(--dark-color);
  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);
}
/* Placeholder blanco en footer primary (después de su-footer-16 para ganar especificidad) */
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form input.form-control::-webkit-input-placeholder { color: #fff !important; }
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form input.form-control::-moz-placeholder { color: #fff !important; }
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form input.form-control:-ms-input-placeholder { color: #fff !important; }
.footer_one.su-footer-14.su-footer-16.footer-primary .footer_mailchimp_form input.form-control::placeholder { color: #fff !important; }
.su-footer-16 .footer_mailchimp_form .subscribe-btn {
  height: 100%;
  padding: 10px 20px;
  color: var(--dark-color);
  background: transparent;
  border: none;
}
@media (max-width: 1399.98px) {
  .su-footer-16 .footer-copyright {
    padding-top: 0 !important;
  }
}

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

/*  Footer 18 Style  */

/*  Footer 23 Style  */

/* ===== Menú móvil Baruc: alineado al menú común (color primario) ===== */
#menu-mobile .mobile-menu-baruc .mobile-menu .header {
  background: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding: 12px 15px;
}
#menu-mobile .mobile-menu-baruc .mobile_menu_bar a.logo img {
  max-width: 90px;
  height: auto;
}

/* Header superior de mmenu: (obsoleto) “Menú” y X a la derecha */
/* ===== Panel mmenu: estilos del template index-14 (mmx-header) ===== */
.mmx-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.mmx-header a {
  color: var(--primary-color);
  text-decoration: none;
}
.mmx-left,
.mmx-right {
  display: flex;
  gap: 14px;
  font-size: 18px;
  align-items: center;
  flex-shrink: 0;
  min-width: 40px;
}
.mmx-left a.js-mm-close {
  color: var(--primary-color);
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}
.mmx-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mmx-logo img {
  max-width: 90px;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.mm-navbar__title > span {
  color: var(--primary-color);
  font-weight: 600;
}
.mm-listview,
.mm-panels {
  background-color: var(--white-color);
  border: none;
}
.mm-listitem:after {
  display: none;
}
.mm-btn:after,
.mm-btn:before {
  border-color: var(--primary-color);
}
#menu .mm-listview > li > a,
#menu .mm-listview > li > span {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
.mm-menu .mm-btn_next:after {
  border-color: var(--primary-color);
  border-width: 2px;
  width: 10px;
  height: 10px;
}
/* Evitar que el slideout (página) se corra cuando el menú está cerrado */
.mm-wrapper:not(.mm-wrapper_opening):not(.mm-wrapper_opened) .mm-slideout {
  transform: none !important;
}
/* Fijar ancho del menú y evitar que el contenido se desplace a la derecha */
.mm-menu.mm-menu_offcanvas {
  width: 80vw !important;
  max-width: 440px !important;
  min-width: 280px !important;
  overflow-x: hidden !important;
}
/* La barra superior (X, logo, Menú) no debe moverse nunca */
.mm-menu .mm-navbars_top {
  transform: none !important;
  flex-shrink: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}
.mm-menu .mm-navbar {
  transform: none !important;
  min-width: 0 !important;
}
/* Flecha volver en submenús: área de toque */
.mm-menu .mm-btn_prev {
  min-width: 44px;
  min-height: 44px;
  pointer-events: auto;
  cursor: pointer;
}
/* Contenedor del header custom: que no crezca ni empuje el resto */
.mmx-header {
  min-width: 0 !important;
  flex-shrink: 0 !important;
}
/* Paneles: ancho estable para que la flecha de PRODUCTOS no se salga */
.mm-menu .mm-panels {
  overflow-x: hidden !important;
  min-width: 0 !important;
}
.mm-menu .mm-panel {
  min-width: 100% !important;
  box-sizing: border-box !important;
}
/* Lista y fila con flecha visibles */
.mm-menu .mm-listview {
  overflow-x: hidden !important;
}
.mm-menu .mm-listitem {
  min-width: 0 !important;
}
.mm-menu .mm-btn_next {
  pointer-events: auto;
  flex-shrink: 0 !important;
}
/* Barra móvil: logo centrado (grid 1fr auto 1fr) */
#menu-mobile .mobile-menu-baruc .mobile_menu_bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#menu-mobile .mobile-menu-baruc .mobile_menu_bar_left {
  order: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/* Logo centrado en pantalla: 50vw + pequeño ajuste a la izquierda (scrollbar/padding) */
#menu-mobile .mobile-menu-baruc .mobile_menu_bar_center.header_top_logo_home1.mobile {
  position: absolute !important;
  left: calc(50vw - 18px) !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  margin: 0 !important;
  margin-top: -15px !important;
  text-align: center !important;
}
#menu-mobile .mobile-menu-baruc .mobile_menu_bar_center {
  order: 2;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  position: absolute;
  left: calc(50vw - 8px);
  transform: translateX(-50%);
  pointer-events: none;
}
#menu-mobile .mobile-menu-baruc .mobile_menu_bar_center .logo {
  display: block;
  pointer-events: auto;
  position: static !important;
  left: auto !important;
  right: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#menu-mobile .mobile-menu-baruc .mobile_menu_bar_right {
  order: 3;
  justify-self: end;
  display: flex;
  align-items: center;
}
#menu-mobile .mobile-menu-baruc .mobile_menu_bar_right.cart-btn nav ul {
  margin: 0;
  padding: 0;
}
/* Ícono hamburguesa alineado verticalmente con buscar/carro/user (mismo eje que los otros botones) */
#menu-mobile .mobile-menu-baruc .mobile-hamburger.menubar {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  line-height: 1;
  padding: 0 !important;
  margin: 0 !important;
}
/* Cruz cerrar menú móvil (dentro del panel mmenu): primary, mismo tamaño que buscar/carrito */
#menu-mobile .mobile-menu-baruc .mobile-hamburger.menubar::before,
#menu-mobile .mobile-menu-baruc .mobile-hamburger.menubar span,
#menu-mobile .mobile-menu-baruc .mobile-hamburger.menubar::after {
  content: "";
  display: block !important;
  width: 22px;
  height: 2px;
  background-color: #fff !important;
  margin: 2px 0;
}
#menu-mobile .mobile-menu-baruc .mobile-hamburger.menubar span {
  background-color: #fff !important;
}
#menu-mobile .mobile-menu-baruc .menubar:hover::before,
#menu-mobile .mobile-menu-baruc .menubar:hover span,
#menu-mobile .mobile-menu-baruc .menubar:hover::after {
  background-color: #fff !important;
  opacity: 0.9;
}
#menu-mobile .mobile-menu-baruc .signin-cart-btn,
#menu-mobile .mobile-menu-baruc .cart-filter-btn {
  color: #fff;
  font-size: 20px;
  padding: 4px 8px;
}
#menu-mobile .mobile-menu-baruc .signin-cart-btn:hover,
#menu-mobile .mobile-menu-baruc .cart-filter-btn:hover {
  color: #fff;
  opacity: 0.85;
}
/* Sidebars desde la derecha en móvil */
#menu-mobile .minicart-16 .cart-main {
  margin-left: auto;
}

#menu-mobile .minicart-16 .cart-headers .title {
  color: var(--primary-color);
}
/* Panel lateral del menú móvil: enlaces en color primario */
#menu-mobile .mobile-menu-baruc #menu a,
#menu-mobile .mobile-menu-baruc #menu span {
  color: #fff;
}
#menu-mobile .mobile-menu-baruc #menu a:hover,
#menu-mobile .mobile-menu-baruc #menu li:hover > span {
  color: #fff;
  opacity: 1;
}
/* Ícono búsqueda en barra móvil */
#menu-mobile .mobile-menu-baruc .mobile-search-btn {
  color: #fff;
  font-size: 20px;
  padding: 4px 8px;
}
#menu-mobile .mobile-menu-baruc .mobile-search-btn:hover {
  color: #fff;
  opacity: 0.85;
}
/* Sidebars móvil: siempre encima */

#menu-mobile .minicart-16,
#menu-mobile .search-sidebar-wrap {
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

#menu-mobile .minicart-16.show,
#menu-mobile .search-sidebar-wrap.show {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
/* Modal login por encima de todo (incl. mmenu) */
/* Ocultar barra móvil (logo, buscar, carro, usuario) cuando el menú lateral está abierto */
/* Sidebar búsqueda móvil (solo ícono, panel desde la derecha) */
#menu-mobile .search-sidebar-wrap {
  padding: 0;
}
#menu-mobile .search-sidebar-wrap .search-sidebar-overlay {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
/* Search panel mismo ancho que carrito (500px, todo a lo ancho) */
#menu-mobile .search-sidebar-wrap .search-sidebar-panel {
  width: 100%;
  max-width: 500px;
  min-height: 200px;
  margin-left: auto;
}
#menu-mobile .search-sidebar-wrap .search-sidebar-header .title {
  color: var(--primary-color);
}
/* Cruz cerrar búsqueda: primary, tamaño estándar (igual que carrito) */
#menu-mobile .search-sidebar-wrap .search-sidebar-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  color: var(--primary-color) !important;
  font-size: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
}
#menu-mobile .search-sidebar-wrap .search-sidebar-close:hover {
  color: var(--primary-color) !important;
  opacity: 0.85;
}
#menu-mobile .search-sidebar-wrap .search-form .btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
/* Cruz cerrar carrito: mismo tamaño y color (primary) que la de buscar */
#menu-mobile .minicart-16 .minicart-close-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  color: var(--primary-color) !important;
  font-size: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
}
#menu-mobile .minicart-16 .minicart-close-icon:hover {
  color: var(--primary-color) !important;
  opacity: 0.85;
  background-color: rgba(0, 0, 0, 0.05);
}

/* ===== Baruc mobile drawer (menú móvil sin mmenu) ===== */
.baruc-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  pointer-events: none;
  visibility: hidden;
}
.baruc-mobile-drawer--open {
  pointer-events: auto;
  visibility: visible;
}
.baruc-mobile-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.baruc-mobile-drawer--open .baruc-mobile-drawer__overlay {
  opacity: 1;
}
.baruc-mobile-drawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(320px, 85vw);
  height: 100%;
  background: var(--primary-color, #0d6efd);
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.baruc-mobile-drawer--open .baruc-mobile-drawer__panel {
  transform: translateX(0);
}
.baruc-mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
}
.baruc-mobile-drawer__close {
  background: none;
  border: 0;
  padding: 8px;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1;
}
.baruc-mobile-drawer__logo {
  display: block;
}
.baruc-mobile-drawer__logo img {
  height: 36px;
  width: auto;
  display: block;
}
.baruc-mobile-drawer__nav {
  flex: 1;
  overflow-y: auto;
  padding: 12px 0;
}
.baruc-mobile-drawer__nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.baruc-mobile-drawer__nav > ul > li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.baruc-mobile-drawer__nav > ul > li > a,
.baruc-mobile-drawer__nav .baruc-submenu-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
.baruc-mobile-drawer__nav > ul > li > a:hover,
.baruc-submenu-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.baruc-submenu-row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.baruc-submenu-link {
  flex: 1;
  min-width: 0;
}
.baruc-submenu-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  margin: 4px 8px 4px 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.baruc-submenu-arrow:hover {
  background: none;
}
.baruc-submenu-arrow i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  box-shadow: none;
  transition: transform 0.2s ease;
}
.baruc-submenu-arrow.is-open i {
  transform: rotate(180deg);
}
.baruc-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  display: none;
  transition: max-height 0.25s ease;
}
.baruc-submenu--open > .baruc-submenu {
  display: block;
  max-height: 400px;
}
.baruc-submenu li {
  margin: 0;
}
.baruc-submenu a {
  display: block;
  padding: 10px 20px 10px 32px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  text-decoration: none;
}
.baruc-submenu a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.baruc-submenu .baruc-submenu a {
  padding-left: 48px;
}