@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Learts – Handmade Shop eCommerce HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
    01. Template default CSS
    02. Template Spacing CSS
    03. Plugin Custom CSS (Custom style to override plugin default style)
        03.01. Image Zoom
        03.02. Ion Range Slider
        03.03. Parfect Scrollbar
        03.04. Photo Swipe
        03.05. Product 360
        03.06. Select 2
        03.07. Slick Slider
        03.08. Swiper Slider
    04. Elements CSS                                                     --> De momento nose 
        04.01 Accordion CSS
        04.02 Blockquote CSS
        04.03 Brand CSS
        04.04 Button CSS
        04.05 Form CSS
        04.06 Icon Box CSS
        04.07 Tooltip CSS
    05. Header CSS
        05.01 Topbar CSS
        05.02 Main Header CSS
    06. Slider CSS ---------------------------------------------------------> Extraido - Twelve Slider
        06.09. Home Twelve Slider
    07. Titles CSS (Section, Block & Page Title/Page Header)
    08. Banner CSS
        08.01. Sale Banner CSS
        08.02. Category Banner CSS                  
        08.03. Parallax Banner CSS
        08.04. Other Banner CSS
    09. Product CSS ---------------------------------------------------------> Extraido
        09.01. Product One, Two & List Style CSS -
        09.02. Deal Product CSS -
        09.03. Single Product CSS - 
        09.04. Quick View CSS -
    10. Blog CSS  -----------------------------------------------------------> Extraido
        10.01. Blog Style CSS
        10.02. Single Blog CSS
    12. Testimonial CSS -----------------------------------------------------> Extraido - testimonios
    15. Portfolio CSS -------------------------------------------------------> Extraido - Portfolio
    16. Widget CSS ----------------------------------------------------------> Extraido - Widgets
    17. Footer CSS
    18. Other Pages CSS
        18.01. Shop Page CSS
            18.01.01. Product Toolbar CSS------------------------------------> Extraido - category
            18.01.02. Product Filter CSS-------------------------------------> Extraido - caetgory
            18.01.03. Cart & Wishlist CSS------------------------------------> Extraido - cart
            18.01.04. Checkout CSS ------------------------------------------> Extraido
            18.01.05. Order Tracking CSS ------------------------------------> Extraido - Modificado a tpv.css
            18.01.06. Login & Register CSS ----------------------------------> Extraido - login
            18.01.07. Lost Password CSS 
            18.01.08. My Account CSS ----------------------------------------> Extraido - account
        18.02. About Page CSS -----------------------------------------------> Extraido - aboutUs
        18.03. Contact Page CSS  -------------------------------------------> Extraido - contacto
        18.04. 404 Page CSS  -----------------------------------------------> Extraido - notFound

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Charmonman:wght@400;700&family=Marcellus&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap");
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
.site-wrapper {
  height: 100%;
}

body {
  font-family: "Rubik", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: var(--base-color);
  background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  color: var(--dark-grey);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a,
button,
img,
input {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: var(--coral);
}

button,
input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

ul:last-child {
  margin-bottom: 0;
}
hr {
  border-top-width: 2px;
}

/* Common Classes */
.fix {
  overflow: hidden;
}

.section,
.main-wrapper {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 1500px) {
  .section-fluid {
    padding-right: 55px;
    padding-left: 55px;
  }
  .section-fluid > .container, .section-fluid > .container-fluid {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section-fluid {
    padding-right: 35px;
    padding-left: 35px;
  }
  .section-fluid > .container, .section-fluid > .container-fluid {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-fluid > .container, .section-fluid > .container-fluid {
    max-width: 100%;
  }
}

/* Bootstrap Override */
.row {
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col] {
  padding-right: 15px;
  padding-left: 15px;
}
.row > [class*=col]:not([class*=learts-mt-]) {
  margin-top: 0;
}
.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > [class*=col] {
  padding-right: 0;
  padding-left: 0;
}

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

.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 350px;
  }
}

.bg-primary {
  background-color: var(--coral) !important;
}

.text-primary {
  color: var(--coral) !important;
}

.bg-primary2 {
  background-color: var(--aqua-marine) !important;
}

.text-primary2 {
  color: var(--aqua-marine) !important;
}

.bg-primary3 {
  background-color: var(--base-primary3) !important;
}

.text-primary3 {
  color: var(--base-primary3) !important;
}

.bg-secondary {
  background-color: var(--base-secondary) !important;
}

.text-secondary {
  color: var(--base-secondary) !important;
}

.bg-success {
  background-color: var(--base-success) !important;
}

.text-success {
  color: var(--base-success) !important;
}

.bg-danger {
  background-color: var(--base-danger) !important;
}

.text-danger {
  color: var(--base-danger) !important;
}

.bg-warning {
  background-color: var(--base-warning) !important;
}

.text-warning {
  color: var(--base-warning) !important;
}

.bg-info {
  background-color: var(--base-info) !important;
}

.text-info {
  color: var(--base-info) !important;
}

.bg-light {
  background-color: var(--base-light) !important;
}
.bg-primary6{
  background-color: var(--base-primary6) !important;
}
.text-light {
  color: var(--base-light) !important;
}

.bg-dark {
  background-color: var(--dark-grey) !important;
}

.text-dark {
  color: var(--dark-grey) !important;
}

.bg-black {
  background-color: var(--black) !important;
}

.text-black {
  color: var(--black) !important;
}

.bg-grey {
  background-color: var(--light-grey) !important;
}

.text-grey {
  color: var(--light-grey) !important;
}

.bg-body {
  background-color: var(--base-color) !important;
}

.text-body {
  color: var(--base-color) !important;
}

.bg-body-light {
  background-color: var(--grey) !important;
}

.text-body-light {
  color: var(--grey) !important;
}

.bg-heading {
  background-color: var(--dark-grey) !important;
}

.text-heading {
  color: var(--dark-grey) !important;
}

/* Font Weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* Overlay */
[data-overlay] {
  position: relative;
  z-index: 1;
}
[data-overlay]::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--black);
}

[data-overlay="0"]::before {
  opacity: 0;
}

[data-overlay="5"]::before {
  opacity: 0.05;
}

[data-overlay="10"]::before {
  opacity: 0.1;
}

[data-overlay="15"]::before {
  opacity: 0.15;
}

[data-overlay="20"]::before {
  opacity: 0.2;
}

[data-overlay="25"]::before {
  opacity: 0.25;
}

[data-overlay="30"]::before {
  opacity: 0.3;
}

[data-overlay="35"]::before {
  opacity: 0.35;
}

[data-overlay="40"]::before {
  opacity: 0.4;
}

[data-overlay="45"]::before {
  opacity: 0.45;
}

[data-overlay="50"]::before {
  opacity: 0.5;
}

[data-overlay="55"]::before {
  opacity: 0.55;
}

[data-overlay="60"]::before {
  opacity: 0.6;
}

[data-overlay="65"]::before {
  opacity: 0.65;
}

[data-overlay="70"]::before {
  opacity: 0.7;
}

[data-overlay="75"]::before {
  opacity: 0.75;
}

[data-overlay="80"]::before {
  opacity: 0.8;
}

[data-overlay="85"]::before {
  opacity: 0.85;
}

[data-overlay="90"]::before {
  opacity: 0.9;
}

[data-overlay="95"]::before {
  opacity: 0.95;
}

[data-overlay="100"]::before {
  opacity: 1;
}

/* Background Image */
[data-bg-image] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Other */
body.homepage-bg1 {
  background-color: #fff;
}
body.homepage-bg1.offcanvas-open {
  padding-right: 32px !important;
}
.grecaptcha-badge {
  opacity: 0;
}
.pulse {
  animation: pulse 2s infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.homepage-bg1.offcanvas-open {
    padding-right: 15px !important;
  }
}

/* Scroll Up */
#scrollUp {
  right: 25px;
  bottom: 400px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: var(--white);
  background-color: #4e4e4e;
}
#scrollUp i {
  line-height: 40px;
}

/* Border Style */
.border-top-dashed {
  border-top: 1px dashed #D2D2D2;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #D2D2D2;
}

/* Image Over Gray Scale */
.img-hover-color {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}
.img-hover-color:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*----------------------------------------*/
/*  02. Template Spacing CSS
/*----------------------------------------*/
/* Section Spacing */
.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Custom Column For Large Device Minimum Width 1500px */
@media only screen and (min-width: 1500px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
        -ms-flex: 0 0 16.666666%;
            flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
        -ms-flex: 0 0 24.999999%;
            flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
        -ms-flex: 0 0 33.333332%;
            flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
        -ms-flex: 0 0 41.666665%;
            flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
        -ms-flex: 0 0 49.999998%;
            flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
        -ms-flex: 0 0 58.333331%;
            flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
        -ms-flex: 0 0 66.666664%;
            flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
        -ms-flex: 0 0 74.999997%;
            flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
        -ms-flex: 0 0 91.666663%;
            flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
            flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
/* Custom Order For Large Device Minimum Width 1500px */
@media only screen and (min-width: 1500px) {
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
}
/* Margin */
.learts-mb-5 {
  margin-bottom: 10px;
}

.learts-mb-10 {
  margin-bottom: 10px;
}

.learts-mb-n10 {
  margin-bottom: -10px;
}

.learts-mb-20 {
  margin-bottom: 20px;
}

.learts-mb-n20 {
  margin-bottom: -20px;
}

.learts-mb-30 {
  margin-bottom: 30px;
}

.learts-mb-n30 {
  margin-bottom: -30px;
}

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

.learts-mb-n40 {
  margin-bottom: -40px;
}

.learts-mb-50 {
  margin-bottom: 50px;
}

.learts-mb-n50 {
  margin-bottom: -50px;
}

.learts-mb-60 {
  margin-bottom: 60px;
}

.learts-mb-n60 {
  margin-bottom: -60px;
}

.learts-mb-70 {
  margin-bottom: 70px;
}

.learts-mb-n70 {
  margin-bottom: -70px;
}

.learts-mb-80 {
  margin-bottom: 80px;
}

.learts-mb-n80 {
  margin-bottom: -80px;
}

.learts-mb-90 {
  margin-bottom: 90px;
}

.learts-mb-n90 {
  margin-bottom: -90px;
}

.learts-mb-100 {
  margin-bottom: 100px;
}

.learts-mb-n100 {
  margin-bottom: -100px;
}

.learts-mt-10 {
  margin-top: 10px;
}

.learts-mt-n10 {
  margin-top: -10px;
}

.learts-mt-20 {
  margin-top: 20px;
}

.learts-mt-n20 {
  margin-top: -20px;
}

.learts-mt-30 {
  margin-top: 30px;
}

.learts-mt-n30 {
  margin-top: -30px;
}

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

.learts-mt-n40 {
  margin-top: -40px;
}

.learts-mt-50 {
  margin-top: 50px;
}

.learts-mt-n50 {
  margin-top: -50px;
}

.learts-mt-60 {
  margin-top: 60px;
}

.learts-mt-n60 {
  margin-top: -60px;
}

.learts-mt-70 {
  margin-top: 70px;
}

.learts-mt-n70 {
  margin-top: -70px;
}

.learts-mt-80 {
  margin-top: 80px;
}

.learts-mt-n80 {
  margin-top: -80px;
}

.learts-mt-90 {
  margin-top: 90px;
}

.learts-mt-n90 {
  margin-top: -90px;
}

.learts-mt-100 {
  margin-top: 100px;
}

.learts-mt-n100 {
  margin-top: -100px;
}

.learts-mr-15 {
  margin-right: 15px;
}

/* Padding */
.learts-pb-10 {
  padding-bottom: 10px;
}

.learts-pb-20 {
  padding-bottom: 20px;
}

.learts-pb-30 {
  padding-bottom: 30px;
}

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

.learts-pb-50 {
  padding-bottom: 50px;
}

.learts-pb-60 {
  padding-bottom: 60px;
}

.learts-pb-70 {
  padding-bottom: 70px;
}

.learts-pb-80 {
  padding-bottom: 80px;
}

.learts-pb-90 {
  padding-bottom: 90px;
}

.learts-pb-100 {
  padding-bottom: 100px;
}

.learts-pt-10 {
  padding-top: 10px;
}

.learts-pt-20 {
  padding-top: 20px;
}

.learts-pt-30 {
  padding-top: 30px;
}

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

.learts-pt-50 {
  padding-top: 50px;
}

.learts-pt-60 {
  padding-top: 60px;
}

.learts-pt-70 {
  padding-top: 70px;
}

.learts-pt-80 {
  padding-top: 80px;
}

.learts-pt-90 {
  padding-top: 90px;
}

.learts-pt-100 {
  padding-top: 100px;
}


/*----------------------------------------*/
/*  03. Plugin Custom CSS
/*----------------------------------------*/
/* 03.01. Image Zoom */
.zoomImg {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* 03.02. Ion Range Slider */
.irs--learts {
  font-family: "Rubik", sans-serif;
  margin: 7px 0 40px;
}
.irs--learts .irs {
  font-family: "Rubik", sans-serif;
  position: relative;
  width: 100%;
}
.irs--learts .irs .irs-line {
  width: 100%;
  height: 5px;
  background-color: #EEEEEE;
}
.irs--learts .irs .irs-from, .irs--learts .irs .irs-to {
  display: none !important;
}
.irs--learts .irs .irs-single {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: calc(100% + 25px);
  left: 0 !important;
  visibility: visible !important;
}
.irs--learts .irs .irs-single::before {
  content: "Price: ";
}
.irs--learts .irs-bar {
  top: 0;
  height: 5px;
  background-color: var(--dark-grey);
}
.irs--learts .irs-handle {
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
  border-radius: 50%;
  background-color: var(--dark-grey);
}
/* 03.03. Parfect Scrollbar */
.ps {
  position: relative;
  padding-right: 10px;
}
.ps:not(.ps--active-y) {
  overflow: visible !important;
}
.ps .ps__scrollbar-y-rail {
  width: 5px;
  opacity: 0;
  border-radius: 5px;
}
.ps .ps__scrollbar-y-rail .ps__scrollbar-y {
  right: 1px;
  width: 3px !important;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  border-radius: 5px;
}

/* 03.04. Photo Swipe */
.pswp__img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* 03.05. Product 360 */
.cd-product-viewer-wrapper {
  position: relative;
  padding-bottom: 20px;
}
.cd-product-viewer-wrapper .close {
  font-size: 30px;
  font-weight: 300;
  position: absolute;
  top: -35px;
  right: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  border: none;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.cd-product-viewer-wrapper .close:hover {
  opacity: 1 !important;
}

.cd-product-viewer-wrapper .product-viewer {
  position: relative;
  overflow: hidden;
}

.cd-product-viewer-wrapper img {
  position: relative;
  z-index: 1;
  /* this is the image visible before the image sprite is loaded */
  display: block;
}

.cd-product-viewer-wrapper .product-sprite {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  /* our image sprite is composed of 16 frames */
  width: 1600%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: url(../images/product/single/7/frame-total.webp) no-repeat center center;
  background-size: 100%;
}

.cd-product-viewer-wrapper.loaded .product-sprite {
  /* image sprite has been loaded */
  opacity: 1;
}

.cd-product-viewer-handle {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 300px;
  height: 4px;
  margin: auto;
  background: #4D4D4D;
}

.cd-product-viewer-handle .fill {
  /* this is used to create the loading fill effect */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  border-radius: inherit;
  background: #B54240;
}

.loaded .cd-product-viewer-handle .fill {
  /* image sprite has been loaded */
  opacity: 0;
}

.cd-product-viewer-handle .handle {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 0;
  display: inline-block;
  width: 44px;
  height: 44px;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  text-indent: -9999px;
  border-radius: 50%;
  background: #B54240 url(../images/icons/cd-arrows.svg) no-repeat center center;
}

.loaded .cd-product-viewer-handle .handle {
  /* image sprite has been loaded */
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-animation: cd-bounce 0.3s 0.3s;
          animation: cd-bounce 0.3s 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes cd-bounce {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
/* 03.06. Select 2 */
.select2 {
  width: 100% !important;
}
.select2-selection {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  width: 100%;
  height: auto !important;
  padding: 10px 0;
  color: var(--dark-grey);
  border: 2px solid transparent !important;
  border-bottom-color: var(--dirty-white) !important;
  border-radius: 0 !important;
  background-color: transparent;
}

.select2-selection__rendered {
  padding: 0 !important;
}

.select2-selection__arrow {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select2-selection__arrow b {
  border-top-color: var(--dark-grey) !important;
}

.select2-container--open .select2-selection__arrow b {
  border-bottom-color: var(--dark-grey) !important;
}

.select2-dropdown {
  border: 1px solid #EEEEEE;
  border-radius: 0;
  -webkit-box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3);
}

.select2-search {
  padding: 15px;
}
.select2-search input[type=search] {
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 15px !important;
  border-color: var(--dirty-white) !important;
}

.select2-results__options {
  padding-right: 0;
}
.select2-results__options .select2-results__option {
  line-height: 24px;
  padding: 10px 15px;
}
.select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #EEEEEE;
}
.select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: var(--base-primary5);
}

/* 03.07. Slick Slider */
.slick-slider {
  overflow: hidden;
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slick-slider {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slick-slider .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}
.slick-slider .slick-list .slick-slide > div {
  padding-right: 15px;
  padding-left: 15px;
}

.slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  color: var(--base-color);
  border: none;
  background-color: transparent;
}
.slick-arrow i {
  font-size: 25px;
  line-height: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.slick-arrow.slick-prev {
  right: auto;
  left: -40px;
}
.slick-arrow.slick-next {
  right: -40px;
  left: auto;
}
/* .slick-arrow:hover {
  color: var(--dark-grey);
} */

.slick-dots {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 6px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-indent: -9999px;
  opacity: 0.2;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #1F1F1F;
}
.slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  opacity: 1;
  border-color: var(--dark-grey);
  background-color: transparent;
}

/* 03.08. Swiper Slider */
.swiper-slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
}
.swiper-slider-wrapper .swiper-button-prev {
  left: -40px;
}
.swiper-slider-wrapper .swiper-button-next {
  right: -40px;
}
.swiper-slider-wrapper:hover [class*=swiper-button] {
  opacity: 1;
}
.swiper-slider-wrapper:hover .swiper-button-prev {
  left: 0;
}
.swiper-slider-wrapper:hover .swiper-button-next {
  right: 0;
}

[class*=swiper-button] {
  width: 40px;
  height: 40px;
  margin-top: 0 !important;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  color: var(--base-color);
}
[class*=swiper-button] i {
  font-size: 25px;
  line-height: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
[class*=swiper-button]::after {
  display: none !important;
}
[class*=swiper-button]:hover {
  color: var(--dark-grey);
}

.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 20px;
  margin-top: 35px;
}
.swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 10px;
  max-width: 10px;
  height: 10px;
  max-height: 10px;
  margin: 6px !important;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 1px solid transparent;
  background-color: #1F1F1F;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  max-width: 18px;
  height: 18px;
  max-height: 18px;
  border-color: var(--dark-grey);
  background-color: transparent;
}

/*----------------------------------------*/
/*  04. Element CSS
/*----------------------------------------*/
/* 04.04 Button CSS */
.btn {
  font-weight: 400;
  line-height: 24px;
  padding: 15px 40px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 500px;
}
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-icon {
  width: 56px;
  padding: 15px;
}

/* Button Sizes */
.btn-sm {
  font-size: 12px !important;
  padding: 5px 20px;
}

.btn-md {
  font-size: 14px;
  padding: 10px 30px;
}

.btn-lg {
  font-size: 18px;
  padding: 20px 50px;
}

.btn-xl {
  font-size: 20px;
  padding: 25px 60px;
}

/* Button Color & Style (Solid & Outline) */
.btn-primary {
  border-color: var(--coral);
  background-color: var(--coral);
  color: var(--white);
}
.btn-primary:hover {
  border-color: var(--coral-hover);
  background-color: var(--coral-hover);
  color: var(--white);
}

.btn-outline-primary {
  color: var(--coral);
  border-color: var(--coral);
  background-color: transparent;
}
.btn-outline-primary:hover {
  border-color: var(--coral);
  background-color: var(--coral);
  color: var(--white);
}
.btn-outline-primary1 {
  color: var(--base-primary1);
  border-color: var(--base-primary1);
  background-color: transparent;
}
.btn-primary2 {
  border-color: var(--aqua-marine);
  background-color: var(--aqua-marine);
  color: var(--white);
}
.btn-primary2:hover {
  border-color: var(--aqua-marine-hover);
  background-color: var(--aqua-marine-hover);
  color: var(--white);
}

.btn-outline-primary2 {
  color: var(--aqua-marine);
  border-color: var(--aqua-marine);
  background-color: transparent;
}
.btn-outline-primary2:hover {
  border-color: var(--aqua-marine);
  background-color: var(--aqua-marine);
  color: var(--white);
}
.btn-outline-primary4 {
  color: var(--base-primary4);
  border-color: var(--base-primary4);
  background-color: transparent;
}
.btn-outline-primary5 {
  color: var(--base-primary5);
  border-color: var(--base-primary5);
  background-color: transparent;
}

.btn-primary3 {
  border-color: var(--base-primary3);
  background-color: var(--base-primary3);
  color: var(--white);
}
.btn-primary5{
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
  font-weight: 500;
  font-size: 16px;
  min-width: 230px;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  -webkit-background-clip: border-box !important;
  -moz-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--base-primary1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color:var(--base-primary2);
  box-shadow: inset 0 0px 0 50px var(--base-primary2);
}
.btn-primary7{
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
  font-weight: 500;
  font-size: 16px;
  min-width: 230px;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  -webkit-background-clip: border-box !important;
  -moz-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--white);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color:var(--yellow);
  box-shadow: inset 0 0px 0 50px var(--yellow);
}
.btn-primary7:hover{
  background-color: var(--white);
  border:1px solid var(--base-primary4);
  box-shadow: inset 0 0px 0 0px var(--yellow);
}
.btn-primary5:hover , .btn-outline-primary5:hover{
  /* background-color: var(--coral);
  border:none; */
  box-shadow: inset 0 0px 0 0 var(--base-primary3);
  color: var(--white);
  background-color: #4e4e4e;
}
.btn-hover-primary5:hover{
  background-color: var(--white) !important;
  border:1px solid var(--base-primary4) ;
  color: #212529;
}
/* .btn-primary5:hover{
  box-shadow: inset 0 0px 0 0 var(--base-primary5);
  box-shadow: inset 0 0px 0 0 var(--main);
  color: #fff;
  color: var(--white);
  background-color: var(--base-primary4);
} */
.btn-primary3:hover {
  border-color: var(--base-primary3-hover);
  background-color: var(--base-primary3-hover);
  color: var(--white);
}

.btn-outline-primary3 {
  color: var(--base-primary3);
  /* border-color: var(--base-primary3); */
  border-color: #baa4918f;
  background-color: transparent;
}
.btn-outline-primary3:hover {
  border-color: var(--base-primary3);
  background-color: #ede9e3 !important;
  color: var(--white);
}

.btn-secondary {
  border-color: var(--base-secondary);
  background-color: var(--base-secondary);
  color: var(--white);
}
.btn-secondary:hover {
  border-color: #5a6268;
  background-color: #5a6268;
  color: var(--white);
}

.btn-outline-secondary {
  color: var(--base-secondary);
  border-color: var(--base-secondary);
  background-color: transparent;
}
.btn-outline-secondary:hover {
  border-color: var(--base-secondary);
  background-color: var(--base-secondary);
  color: var(--white);
}

.btn-success {
  border-color: var(--base-success);
  background-color: var(--base-success);
  color: var(--white);
}
.btn-success:hover {
  border-color: var(--base-btn-warning-hover);
  background-color: var(--base-btn-warning-hover);
  color: var(--white);
}

.btn-outline-success {
  color: var(--base-success);
  border-color: var(--base-success);
  background-color: transparent;
}
.btn-outline-success:hover {
  border-color: var(--base-success);
  background-color: var(--base-success);
  color: var(--white);
}

.btn-danger {
  border-color: var(--base-danger);
  background-color: var(--base-danger);
  color: var(--white);
}
.btn-danger:hover {
  border-color: var(--base-btn-danger-hover);
  background-color: var(--base-btn-danger-hover);
  color: var(--white);
}

.btn-outline-danger {
  color: var(--base-danger);
  border-color: var(--base-danger);
  background-color: transparent;
}
.btn-outline-danger:hover {
  border-color: var(--base-danger);
  background-color: var(--base-danger);
  color: var(--white);
}

.btn-warning {
  border-color: var(--base-warning);
  background-color: var(--base-warning);
  color: var(--dark-grey);
}
.btn-warning:hover {
  border-color: var(--base-btn-warning-hover);
  background-color: var(--base-btn-warning-hover);
  color: var(--dark-grey);
}

.btn-outline-warning {
  color: var(--base-warning);
  border-color: var(--base-warning);
  background-color: transparent;
}
.btn-outline-warning:hover {
  border-color: var(--base-warning);
  background-color: var(--base-warning);
  color: var(--dark-grey);
}

.btn-info {
  border-color: var(--base-info);
  background-color: var(--base-info);
  color: var(--white);
}
.btn-info:hover {
  border-color: #138496;
  background-color: #138496;
  color: var(--white);
}

.btn-outline-info {
  color: var(--base-info);
  border-color: var(--base-info);
  background-color: transparent;
}
.btn-outline-info:hover {
  border-color: var(--base-info);
  background-color: var(--base-info);
  color: var(--white);
}

.btn-light {
  border-color: var(--base-light);
  background-color: var(--base-light);
  color: var(--dark-grey);
}
.btn-light:hover {
  border-color: var(--base-btn-light-hover);
  background-color: var(--base-btn-light-hover);
  color: var(--dark-grey);
}

.btn-outline-light {
  color: var(--base-light);
  border-color: var(--base-light);
  background-color: transparent;
}
.btn-outline-light:hover {
  border-color: var(--base-light);
  background-color: var(--base-light);
  color: var(--dark-grey);
}

.btn-dark {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--white);
}
.btn-dark:hover {
  border-color: #202020;
  background-color: #202020;
  color: var(--white);
}

.btn-outline-dark {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
  background-color: transparent;
}
.btn-outline-dark:hover {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--white);
}

.btn-black {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}
.btn-black:hover {
  border-color: black;
  background-color: black;
  color: var(--white);
}

.btn-outline-black {
  color: var(--black);
  border-color: var(--black);
  background-color: transparent;
}
.btn-outline-black:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.btn-grey {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  color: var(--white);
}
.btn-grey:hover {
  border-color: #dae0f5;
  background-color: #dae0f5;
  color: var(--white);
}

.btn-outline-grey {
  color: var(--light-grey);
  border-color: var(--light-grey);
  background-color: transparent;
}
.btn-outline-grey:hover {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  color: var(--white);
}

.btn-body {
  border-color: var(--base-color);
  background-color: var(--base-color);
  color: var(--white);
}
.btn-body:hover {
  border-color: #565656;
  background-color: #565656;
  color: var(--white);
}

.btn-outline-body {
  color: var(--base-color);
  border-color: var(--base-color);
  background-color: transparent;
}
.btn-outline-body:hover {
  border-color: var(--base-color);
  background-color: var(--base-color);
  color: var(--white);
}
.btn-outline-primary5{
  color: #2db1e6;
  border-color: #2db1e6;
  background-color: transparent;
}
.btn-body-light {
  border-color: var(--grey);
  background-color: var(--grey);
  color: var(--white);
}
.btn-body-light:hover {
  border-color: #6b6b6b;
  background-color: #6b6b6b;
  color: var(--white);
}

.btn-outline-body-light {
  color: var(--grey);
  border-color: var(--grey);
  background-color: transparent;
}
.btn-outline-body-light:hover {
  border-color: var(--grey);
  background-color: var(--grey);
  color: var(--white);
}

.btn-heading {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--white);
}
.btn-heading:hover {
  border-color: #202020;
  background-color: #202020;
  color: var(--white);
}

.btn-outline-heading {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
  background-color: transparent;
}
.btn-outline-heading:hover {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--white);
}

/* Button Hover Color & Style (Solid & Outline) */
.btn-hover-primary:hover, .btn-hover-primary:not(:disabled):not(.disabled).active {
  border-color: var(--coral);
  background-color: var(--coral);
  color: var(--white);
}

.btn-outline-hover-primary:hover, .btn-outline-hover-primary:not(:disabled):not(.disabled).active {
  color: var(--coral);
  border-color: var(--coral);
  background-color: transparent;
}

.btn-hover-primary2:hover, .btn-hover-primary2:not(:disabled):not(.disabled).active {
  border-color: var(--aqua-marine);
  background-color: var(--aqua-marine);
  color: var(--white);
}

.btn-outline-hover-primary2:hover, .btn-outline-hover-primary2:not(:disabled):not(.disabled).active {
  color: var(--aqua-marine);
  border-color: var(--aqua-marine);
  background-color: transparent;
}

.btn-hover-primary3:hover, .btn-hover-primary3:not(:disabled):not(.disabled).active {
  border-color: var(--base-primary3);
  background-color: var(--base-primary3);
  color: var(--white);
}

.btn-outline-hover-primary3:hover, .btn-outline-hover-primary3:not(:disabled):not(.disabled).active {
  color: var(--base-primary3);
  border-color: var(--base-primary3);
  background-color: transparent;
}

.btn-hover-secondary:hover, .btn-hover-secondary:not(:disabled):not(.disabled).active {
  border-color: var(--base-secondary);
  background-color: var(--base-secondary);
  color: var(--white);
}

.btn-outline-hover-secondary:hover, .btn-outline-hover-secondary:not(:disabled):not(.disabled).active {
  color: var(--base-secondary);
  border-color: var(--base-secondary);
  background-color: transparent;
}

.btn-hover-success:hover, .btn-hover-success:not(:disabled):not(.disabled).active {
  border-color: var(--base-success);
  background-color: var(--base-success);
  color: var(--white);
}

.btn-outline-hover-success:hover, .btn-outline-hover-success:not(:disabled):not(.disabled).active {
  color: var(--base-success);
  border-color: var(--base-success);
  background-color: transparent;
}

.btn-hover-danger:hover, .btn-hover-danger:not(:disabled):not(.disabled).active {
  border-color: var(--base-danger);
  background-color: var(--base-danger);
  color: var(--white);
}

.btn-outline-hover-danger:hover, .btn-outline-hover-danger:not(:disabled):not(.disabled).active {
  color: var(--base-danger);
  border-color: var(--base-danger);
  background-color: transparent;
}

.btn-hover-warning:hover, .btn-hover-warning:not(:disabled):not(.disabled).active {
  border-color: var(--base-warning);
  background-color: var(--base-warning);
  color: var(--dark-grey);
}

.btn-outline-hover-warning:hover, .btn-outline-hover-warning:not(:disabled):not(.disabled).active {
  color: var(--base-warning);
  border-color: var(--base-warning);
  background-color: transparent;
}

.btn-hover-info:hover, .btn-hover-info:not(:disabled):not(.disabled).active {
  border-color: var(--base-info);
  background-color: var(--base-info);
  color: var(--white);
}

.btn-outline-hover-info:hover, .btn-outline-hover-info:not(:disabled):not(.disabled).active {
  color: var(--base-info);
  border-color: var(--base-info);
  background-color: transparent;
}

.btn-hover-light:hover, .btn-hover-light:not(:disabled):not(.disabled).active {
  border-color: var(--base-light);
  background-color: var(--base-light);
  color: var(--dark-grey);
}

.btn-outline-hover-light:hover, .btn-outline-hover-light:not(:disabled):not(.disabled).active {
  color: var(--base-light);
  border-color: var(--base-light);
  background-color: transparent;
}

.btn-hover-dark:hover:not(.product-summery .product-buttons .btn-icon), .btn-hover-dark:not(:disabled):not(.disabled).active {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--white);
}

.btn-outline-hover-dark:hover, .btn-outline-hover-dark:not(:disabled):not(.disabled).active {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
  background-color: transparent;
}

.btn-hover-black:hover, .btn-hover-black:not(:disabled):not(.disabled).active {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.btn-outline-hover-black:hover, .btn-outline-hover-black:not(:disabled):not(.disabled).active {
  color: var(--black);
  border-color: var(--black);
  background-color: transparent;
}

.btn-hover-grey:hover, .btn-hover-grey:not(:disabled):not(.disabled).active {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  color: var(--white);
}

.btn-outline-hover-grey:hover, .btn-outline-hover-grey:not(:disabled):not(.disabled).active {
  color: var(--light-grey);
  border-color: var(--light-grey);
  background-color: transparent;
}

.btn-hover-body:hover, .btn-hover-body:not(:disabled):not(.disabled).active {
  border-color: var(--base-color);
  background-color: var(--base-color);
  color: var(--white);
}

.btn-outline-hover-body:hover, .btn-outline-hover-body:not(:disabled):not(.disabled).active {
  color: var(--base-color);
  border-color: var(--base-color);
  background-color: transparent;
}

.btn-hover-body-light:hover, .btn-hover-body-light:not(:disabled):not(.disabled).active {
  border-color: var(--grey);
  background-color: var(--grey);
  color: var(--white);
}

.btn-outline-hover-body-light:hover, .btn-outline-hover-body-light:not(:disabled):not(.disabled).active {
  color: var(--grey);
  border-color: var(--grey);
  background-color: transparent;
}

.btn-hover-heading:hover, .btn-hover-heading:not(:disabled):not(.disabled).active {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--white);
}

.btn-outline-hover-heading:hover, .btn-outline-hover-heading:not(:disabled):not(.disabled).active {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
  background-color: transparent;
}

/* 04.07 Tooltip CSS */
[class*=hintT] {
  position: relative;
  z-index: 9;
}
[class*=hintT]::before {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  position: absolute;
  z-index: 9;
  visibility: hidden;
  padding: 8px 10px;
  content: attr(data-hint);
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  white-space: nowrap;
  text-transform: initial;
  pointer-events: none;
  opacity: 0;
  color: var(--white);
  background: var(--dark-grey);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 var(--black);
}
[class*=hintT]::after {
  position: absolute;
  z-index: 1000001;
  z-index: 8;
  visibility: hidden;
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  opacity: 0;
  border: 6px solid transparent;
  background: 0 0;
}
[class*=hintT]:hover::before, [class*=hintT]:hover::after {
  visibility: visible;
  opacity: 1;
}

/* Position Top */
.hintT-top::before {
  bottom: calc(100% - 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hintT-top::after {
  bottom: calc(100% - 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-color: var(--dark-grey);
}
.hintT-top:hover::before {
  bottom: calc(100% + 6px);
}
.hintT-top:hover::after {
  bottom: calc(100% - 5px);
}

/* Position Right */
.hintT-right::before {
  top: 50%;
  left: calc(100% - 4px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hintT-right::after {
  top: 50%;
  left: calc(100% - 16px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right-color: var(--dark-grey);
}
.hintT-right:hover::before {
  left: calc(100% + 6px);
}
.hintT-right:hover::after {
  left: calc(100% - 5px);
}

/* Position Bottom */
.hintT-bottom::before {
  top: calc(100% - 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hintT-bottom::after {
  top: calc(100% - 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom-color: var(--dark-grey);
}
.hintT-bottom:hover::before {
  top: calc(100% + 6px);
}
.hintT-bottom:hover::after {
  top: calc(100% - 5px);
}

/* Position Left */
.hintT-left::before {
  top: 50%;
  right: calc(100% - 4px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hintT-left::after {
  top: 50%;
  right: calc(100% - 16px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left-color: var(--dark-grey);
}
.hintT-left:hover::before {
  right: calc(100% + 6px);
}
.hintT-left:hover::after {
  right: calc(100% - 5px);
}

/* 04.01 Accordion CSS */
.accordion .card {
  border-width: 1px 0 0;
  border-color: rgba(0, 0, 0, 0.075);
  border-radius: 0 !important;
}
.accordion .card:last-child {
  border-bottom-width: 1px;
}
.accordion .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.accordion .card .card-header .btn {
  font-family: "Marcellus", serif;
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 0;
  padding: 15px 20px;
  text-align: left;
  text-decoration: none;
  text-transform: inherit;
  color: var(--dark-grey);
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.accordion .card .card-header .btn:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.075);
}
.accordion .card .card-body {
  padding: 30px 0;
}
.accordion .card .card-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: var(--grey);
}

/* 04.03 Brand CSS */
.brand-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-item a {
  display: block;
  opacity: 0.4;
}
.brand-item a img {
  max-width: 100%;
}
.brand-item a:hover {
  opacity: 1;
}

/* 04.02 Blockquote CSS */
/* Default */
blockquote:not(.learts-blockquote):not(.learts-blockquote2) {
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 10px 20px;
  border-left: 2px solid var(--dark-grey);
}
blockquote:not(.learts-blockquote):not(.learts-blockquote2) p {
  font-size: 18px !important;
  font-weight: 300;
  font-style: italic;
  line-height: 1.675;
}
blockquote:not(.learts-blockquote):not(.learts-blockquote2) p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  blockquote:not(.learts-blockquote):not(.learts-blockquote2) {
    margin-left: 0;
  }
}

/* Custom Style One */
blockquote.learts-blockquote,
.learts-blockquote {
  overflow: hidden;
  height: 100%;
  padding: 60px;
  /* background-color: #F5EDE6; */
  /* background-color: var(--base-primary4); */
  background-color:#4e4e4e;
}
blockquote.learts-blockquote .inner .title,
.learts-blockquote .inner .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--yellow);
}
blockquote.learts-blockquote .inner .desc,
.learts-blockquote .inner .desc {
  margin-bottom: 20px;
  color: var(--white);
}
blockquote.learts-blockquote .inner .desc p,
.learts-blockquote .inner .desc p {
  font-size: 16px;
  font-weight: 400;
}
blockquote.learts-blockquote .inner .link,
.learts-blockquote .inner .link {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  float: right;
  margin-left: auto;
  color: var(--yellow);
}
blockquote.learts-blockquote .inner .link::before,
.learts-blockquote .inner .link::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 60px;
  height: 2px;
  margin-right: 20px;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--yellow);
}
blockquote.learts-blockquote .inner .link:hover::before,
.learts-blockquote .inner .link:hover::before {
  margin-right: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  blockquote.learts-blockquote,
  .learts-blockquote {
    padding: 50px;
  }
  blockquote.learts-blockquote .inner .title,
  .learts-blockquote .inner .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  blockquote.learts-blockquote,
  .learts-blockquote {
    padding: 50px;
  }
  blockquote.learts-blockquote .inner .title,
  .learts-blockquote .inner .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  blockquote.learts-blockquote,
  .learts-blockquote {
    padding: 40px;
  }
  blockquote.learts-blockquote .inner .title,
  .learts-blockquote .inner .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  blockquote.learts-blockquote,
  .learts-blockquote {
    padding: 30px;
  }
  blockquote.learts-blockquote .inner .title,
  .learts-blockquote .inner .title {
    font-size: 24px;
  }
}

/* Custom Style Two */
blockquote.learts-blockquote2,
.learts-blockquote2 {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  text-align: center;
}
blockquote.learts-blockquote2:last-child,
.learts-blockquote2:last-child {
  margin-bottom: 0;
}
blockquote.learts-blockquote2 .icon,
.learts-blockquote2 .icon {
  margin-bottom: 36px;
}
blockquote.learts-blockquote2 .content p,
.learts-blockquote2 .content p {
  font-family: "Marcellus", serif;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.675;
}

/* 04.05 Form CSS */
/* Label */
label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.6px;
  color: var(--dark-grey);
}
label .required {
  font-size: 16px;
  color: #FF0000;
}
label:last-child {
  margin-bottom: 0;
}

/* Input & Textarea */
input:not([type=checkbox]):not([type=radio]):not([type=email]):not(input#buscador):not([type="search"]):not(.form-modal),
textarea,.mail_contact {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px 10px;
  color: var(--dark-grey);
  border: 2px solid transparent; 
  /* border-bottom-color: var(--dirty-white); */
  background-color: transparent;
  border-color: var(--dirty-white);
  border-radius: 8px;
}
#my-orders-table_filter label,
#customer-orders-table_filter label {
  float: right;
}
#checkout-discount-input{
  border: 2px solid transparent; 
  border-radius: none;
  border-bottom-color: var(--dirty-white);
}
input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--grey);
}
input:not([type=checkbox]):not([type=radio]):-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--grey);
}
input:not([type=checkbox]):not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--grey);
}
input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--grey);
}
input:not([type=checkbox]):not([type=radio]):not(input#E-mail):not(input#buscador):focus,
textarea:focus {
  border-bottom-color: var(--dark-grey) !important;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

textarea {
  height: 200px;
  resize: none;
}

/* Checkbox */
.form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-check input[type=checkbox] {
  margin-top: 0px;
  color: var(--coral);
  margin-left: 0.3em !important;
  margin-right: 10px;
  width: 1.1em;
  height: 1.1em;
}
.form-check input[type=checkbox]:checked {
  border-color: currentColor;
  background-color: currentColor;
}
.form-check input[type=checkbox]:focus {
  border-color: currentColor;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-check .form-check-label {
  font-size: 15px;
}

/* Fieldset */
fieldset {
  padding: 30px 40px;
  border: 1px solid #EEEEEE;
}
fieldset legend {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  width: auto;
  margin-top: -42px;
  margin-bottom: 0;
  padding: 0 15px;
  text-transform: uppercase;
  color: var(--dark-grey);
  background-color: var(--white);
}

/*----------------------------------------*/
/*  05. Header CSS
/*----------------------------------------*/
/* 05.01 Topbar CSS */
/* Topbar Section */
.topbar-section {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 101;
}
@media only screen and (min-width: 1500px) {
  .topbar-section.section-fluid {
    padding-right: 55px;
    padding-left: 55px;
  }
  .topbar-section.section-fluid .container, .topbar-section.section-fluid .container-fluid {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .topbar-section.section-fluid {
    padding-right: 35px;
    padding-left: 35px;
  }
  .topbar-section.section-fluid .container, .topbar-section.section-fluid .container-fluid {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .topbar-section.section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .topbar-section.section-fluid .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar-section.section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .topbar-section.section-fluid .container {
    max-width: 720px;
  }
}

@media only screen and (max-width: 768px) {
  .topbar-section {
    font-size: 14px;
  }
}

/* Topbar Menu */
.topbar-menu ul {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.topbar-menu ul li {
  position: relative;
  margin-right: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.topbar-menu ul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D8D8D8;
}
.topbar-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.topbar-menu ul li:last-child::after {
  display: none;
}
.topbar-menu ul li a i {
  font-size: 14px;
  margin-right: 10px;
}

/* Topbar Language & Currency */
.header-lan-curr ~ ul li:last-child {
  margin-right: 15px;
  padding-right: 15px;
}
.header-lan-curr ~ ul li:last-child::after {
  display: block !important;
}

/* 05.02 Main Header CSS */
.header-section {
  position: relative;
  z-index: 98;
}
.header-section .container, .header-section .container-fluid {
  position: relative;
}
.header-section .row > [class*=col] {
  position: static;
}
.header-section.header-menu-center .row > [class*=col]:first-child, .header-section.header-menu-center .row > [class*=col]:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 210px;
      -ms-flex: 1 0 210px;
          flex: 1 0 210px;
  max-width: 210px;
}
.header-section.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
}

/* Sticky Header */
.sticky-header {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.sticky-header .container, .sticky-header .container-fluid {
  position: relative;
}
.sticky-header .row > [class*=col] {
  position: static;
}
@media only screen and (min-width: 1200px) {
  .sticky-header.header-menu-center .row > [class*=col]:first-child, .sticky-header.header-menu-center .row > [class*=col]:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 210px;
        -ms-flex: 1 0 210px;
            flex: 1 0 210px;
    max-width: 210px;
  }
}
.sticky-header.is-sticky {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Mobile Header */
body.offside-header-left {
  margin-left: 400px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  body.offside-header-left {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.offside-header-left {
    margin-left: 0;
  }
}

/* Header Call */
.header-call {
  position: absolute;
  top: 0;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 100%;
  border-right: 1px solid #DEE2E6;
  border-left: 1px solid #DEE2E6;
}
.header-call p {
  font-size: 16px;
  font-weight: 600;
}
.header-call p i {
  margin-right: 10px;
}

/* Header Logo */
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Header Language & Currency */
.header-lan-curr {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.header-lan-curr > li {
  position: relative;
  margin-right: 16px;
  padding-right: 15px;
}
.header-lan-curr > li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D8D8D8;
}
.header-lan-curr > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-lan-curr > li:last-child::after {
  display: none;
}
.header-lan-curr > li > a {
  line-height: 1;
  padding: 5px 0;
  /* color: var(--grey); */
  color:white;
}
.header-lan-curr > li > a::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  margin-left: 5px;
  content: "\f107";
  opacity: 0.4;
}
.header-lan-curr > li > .curr-lan-sub-menu {
  position: absolute;
  z-index: 1;
  top: 150%;
  left: -15px;
  display: block;
  visibility: hidden;
  min-width: 120px;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  letter-spacing: 0;
  opacity: 0;
  background-color: var(--white);
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}
.header-lan-curr > li > .curr-lan-sub-menu li {
  line-height: 1.75;
  margin: 0;
  padding: 0;
}
.header-lan-curr > li > .curr-lan-sub-menu li::after {
  display: none;
}
.header-lan-curr > li > .curr-lan-sub-menu li + li {
  margin-top: 5px;
}
.header-lan-curr > li > .curr-lan-sub-menu li a {
  display: block;
  padding: 0;
  color: var(--grey);
}
.header-lan-curr > li > .curr-lan-sub-menu li a:hover {
  padding-left: 5px;
}
.header-lan-curr > li:hover > a {
  /* color: var(--dark-grey); */
  color: var(--coral);
}
.header-lan-curr > li:hover > .curr-lan-sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/* Header Tools/Action Buttons */
.header-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-tools > div {
  margin-left: 25px;
}
.header-tools > div a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--dark-grey);
}
.header-tools > div a span {
  font-size: 13px;
  font-weight: 550;
  line-height: 1rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  text-align: center;
  color: var(--base-primary4);
  border-radius: 14px;
  background-color: #eec139;
}
.header-tools > div a i {
  font-size: 20px;
  line-height: 32px;
  display: block;
}
.header-tools > div.header-wishlist > a i, .header-tools > div.header-cart > a i {
  margin-right: 10px;
}
.header-tools > div.mobile-menu-toggle > a {
  width: 24px;
  height: 32px;
}
.header-tools > div:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .header-tools > div {
    margin-left: 15px;
  }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 60px;
  margin-top: -2px;
  margin-left: -2px;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.mobile-menu-toggle svg path {
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: var(--dark-grey);
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}
.mobile-menu-toggle svg path.top, .mobile-menu-toggle svg path.bottom {
  stroke-dasharray: 240px 950px;
}
.mobile-menu-toggle svg path.middle {
  stroke-dasharray: 240px 240px;
}
.mobile-menu-toggle .close {
  opacity: 1;
}
.mobile-menu-toggle .close svg path.top, .mobile-menu-toggle .close svg path.bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}
.mobile-menu-toggle .close svg path.middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

/* Site Menu Section */
.site-menu-section {
  border-top: 1px dashed #DEDEDE;
}

/* Site Main Menu */
.site-main-menu {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-main-menu > ul {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.site-main-menu > ul > li > a {
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  text-transform: uppercase;
  color:var(--base-primary1);
  font-weight: 450;
  /* color: var(--grey); */
}
.site-main-menu > ul > li > a > .menu-text {
  position: relative;
}
.site-main-menu > ul > li > a > .menu-text::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  background-color: var(--dark-grey);
}
.site-main-menu > ul > li.has-children > a::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f107";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}
.site-main-menu > ul > li.align-left > .sub-menu {
  right: 0;
  left: auto;
}
.site-main-menu > ul > li:hover > a {
  color: var(--base-primary2);
  /* color:#2db1e6; */
}
.site-main-menu > ul > li:hover > a > .menu-text::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.site-main-menu > ul > li:hover > .sub-menu {
  z-index: 99;
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.site-main-menu.menu-height-100 > ul > li > a {
  padding-top: 38px;
  padding-bottom: 38px;
}
.site-main-menu.menu-height-60 > ul > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .site-main-menu.menu-height-100 > ul > li > a {
    padding: 20px 10px;
  }
  .site-main-menu > ul > li > a {
    font-size: 1vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1290px) {
  .site-main-menu.menu-height-100 > ul > li > a {
    padding: 20px 9px;
  }
  .site-main-menu > ul > li > a > .menu-text {
    font-size: .9vw;
  }
}

@media only screen and (min-width: 1361px) and (max-width: 1490px) {
  .site-main-menu > ul > li > a > .menu-text {
    font-size: .9vw;
  }
}

/* Sub Menu */
.sub-menu {
  position: absolute;
  z-index: 9;
  z-index: 9;
  top: 150%;
  visibility: hidden;
  min-width: 280px;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  letter-spacing: 0;
  opacity: 0;
  background-color: var(--white);
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}
.sub-menu li {
  line-height: 3.125;
  position: relative;
}
.sub-menu li a {
  position: relative;
  display: block;
  padding: 0 30px;
  color: var(--grey);
}
.sub-menu li a:not(.mega-menu-title) .menu-text {
  position: relative;
}
.sub-menu li a:not(.mega-menu-title) .menu-text::after {
  position: absolute;
  top: calc(50% + 10px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  background-color: var(--dark-grey);
}
.sub-menu li a:hover .menu-text::after {
  opacity: 0.2;
}
.sub-menu li.has-children > a::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  content: "\f105";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}
.sub-menu li.has-children.align-left > a::before {
  content: "\f104";
}
.sub-menu li.has-children.align-left > .sub-menu {
  right: 100%;
  left: auto;
}
.sub-menu li > .sub-menu {
  top: 100%;
  left: 100%;
}
.sub-menu li:hover > a {
  color: var(--dark-grey);
}
.sub-menu li:hover > .sub-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.sub-menu.mega-menu {
  right: auto;
  left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1170px;
  margin: 0;
  padding: 30px 30px 30px 10px;
  list-style: none;
}
.sub-menu.mega-menu > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding: 0 10px 0 30px;
  border-right: 1px solid #E7E7E7;
}
.sub-menu.mega-menu > li:last-child {
  border: none;
}
.sub-menu.mega-menu > li > a {
  padding: 0;
}
.sub-menu.mega-menu > li > a.mega-menu-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.sub-menu.mega-menu > li:hover > a {
  color: var(--dark-grey);
}
.sub-menu.mega-menu > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-menu.mega-menu > li ul li {
  line-height: 3.125;
  position: relative;
}
.sub-menu.mega-menu > li ul li a {
  padding: 0;
  color: var(--grey);
}
.sub-menu.mega-menu > li ul li > img {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 40%;
  visibility: hidden;
  width: 250px;
  height: auto;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  opacity: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.sub-menu.mega-menu > li ul li:hover > a {
  color: var(--dark-grey);
}
.sub-menu.mega-menu > li ul li:hover > img {
  visibility: visible;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

/* Body Style When OffCanvas Open */
body.offcanvas-open {
  overflow: hidden;
  padding-right: 17px;
}
body.offcanvas-open .sticky-header {
  right: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.offcanvas-open {
    padding-right: 0;
  }
  body.offcanvas-open .sticky-header {
    right: 0;
  }
}

/* OffCanvas Overlay */
.offcanvas-overlay {
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

/* OffCanvas */
.offcanvas {
  font-size: 16px;
  font-weight: 400;
  position: fixed;
  z-index: 10000000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 100vh;
  padding: 20px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: var(--white);
  -webkit-box-shadow: none;
          box-shadow: none;
  color:var(--base-color);
}
.offcanvas.offcanvas-open {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.offcanvas .inner.ps {
  margin-right: -10px;
}
.offcanvas .inner .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.offcanvas .inner .head .title {
  font-size: 18px;
  line-height: 1;
  color: var(--dark-grey);
}
.offcanvas .inner .head .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.offcanvas .inner .head .offcanvas-close::before, .offcanvas .inner .head .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: var(--dark-grey);
}
.offcanvas .inner .head .offcanvas-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.offcanvas .inner .head .offcanvas-close:hover::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas .inner .head .offcanvas-close:hover::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.offcanvas .inner .body {
  overflow: hidden;
  height: auto;
}
.offcanvas .inner .foot {
  width: 100%;
  margin-top: 25px;
}
.offcanvas .inner .foot .sub-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #EEEEEE;
}
.offcanvas .inner .foot .sub-total strong {
  font-weight: 600;
  color: var(--dark-grey);
}
.offcanvas .inner .foot .sub-total .amount {
  font-weight: 600;
}
.offcanvas .inner .foot .buttons {
  padding-top: 20px;
  border-top: 1px solid #EEEEEE;
}
.offcanvas .inner .foot .buttons .btn {
  display: block;
  padding: 10px 20px;
}
.offcanvas .inner .foot .buttons .btn + .btn {
  margin-top: 15px;
}
.offcanvas .inner .foot .minicart-message {
  margin-top: 15px;
}
.offcanvas.offcanvas-cart .inner .body {
  max-height: calc(100% - 305px);
}
.offcanvas.offcanvas-filters .inner .body {
  max-height: calc(100% - 305px);
  overflow-y: auto;
}
.offcanvas.offcanvas-wishlist .inner .body {
  max-height: calc(100% - 152px);
}
.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 50px 40px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.offcanvas.offcanvas-mobile-menu .sub-menu li.has-children > a::before{
  display: none;
}
.offcanvas.offcanvas-search {
  width: 100%;
  padding: 40px;
  -webkit-transition: all 0.2s ease 0.5s;
  -o-transition: all 0.2s ease 0.5s;
  transition: all 0.2s ease 0.5s;
}
.offcanvas.offcanvas-search::before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: var(--white);
}
.offcanvas.offcanvas-search .inner {
  z-index: 5;
  padding-right: 10%;
}
.offcanvas.offcanvas-search .inner .offcanvas-close {
  position: absolute;
  top: 5px;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.offcanvas.offcanvas-search .inner .offcanvas-close::before, .offcanvas.offcanvas-search .inner .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: var(--dark-grey);
}
.offcanvas.offcanvas-search .inner .offcanvas-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.offcanvas.offcanvas-search .inner .offcanvas-close:hover::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas.offcanvas-search .inner .offcanvas-close:hover::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.offcanvas.offcanvas-search.offcanvas-open {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.offcanvas.offcanvas-search.offcanvas-open::before {
  width: 0;
  -webkit-transition: all 0.2s ease 0.5s;
  -o-transition: all 0.2s ease 0.5s;
  transition: all 0.2s ease 0.5s;
}
.offcanvas.offcanvas-header {
  position: fixed;
  right: auto;
  left: 0;
  visibility: visible;
  padding: 50px 40px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .offcanvas.offcanvas-header {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas.offcanvas-header.offcanvas-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.offcanvas.offcanvas-overlay-menu {
  left: 0;
  visibility: hidden;
  width: 100%;
  padding: 40px;
  -webkit-transition: all 0.2s ease 0.5s;
  -o-transition: all 0.2s ease 0.5s;
  transition: all 0.2s ease 0.5s;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
  background-color: #F4EDE7;
}
.offcanvas.offcanvas-overlay-menu .inner {
  z-index: 5;
  padding-right: 0;
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close {
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::before, .offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: var(--dark-grey);
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.offcanvas.offcanvas-overlay-menu.offcanvas-open {
  visibility: visible;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .offcanvas.offcanvas-header {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas.offcanvas-search .inner .offcanvas-close {
    width: 40px;
    height: 40px;
  }
  .offcanvas.offcanvas-search .inner .offcanvas-close::before, .offcanvas.offcanvas-search .inner .offcanvas-close::after {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas.offcanvas-search .inner {
    padding-right: 40px;
  }
  .offcanvas.offcanvas-search .inner .offcanvas-close {
    width: 30px;
    height: 30px;
  }
  .offcanvas.offcanvas-search .inner .offcanvas-close::before, .offcanvas.offcanvas-search .inner .offcanvas-close::after {
    width: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .offcanvas.offcanvas-search {
    padding: 30px;
  }
  .offcanvas.offcanvas-overlay-menu {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .offcanvas {
    width: 300px;
  }
  .offcanvas.offcanvas-search {
    padding: 20px;
  }
  .offcanvas.offcanvas-overlay-menu {
    padding: 20px;
  }
}

/* Minicart Product List */
.minicart-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.minicart-product-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.minicart-product-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.minicart-product-list li .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 65px;
      -ms-flex: 1 0 65px;
          flex: 1 0 65px;
          display: inline-block;
}
.minicart-product-list li .content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 65%);
      -ms-flex: 1 0 calc(100% - 65%);
          flex: 1 0 calc(100% - 65%);
  padding-left: 15px;
}
.minicart-product-list li .content .title {
  color: var(--grey);
}
.minicart-product-list li .content .title:hover {
  color: var(--dark-grey);
}
.minicart-product-list li .content .quantity-price {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.minicart-product-list li .content .quantity-price .amount {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-grey);
}
.minicart-product-list li .content .remove {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  color: var(--grey);
  display: inline-block;
}
.minicart-product-list li .content .remove:hover {
  color: red;
}

/* OffCanvas Search */
.offcanvas-search-form input[type=text] {
  font-size: 48px;
  line-height: 1;
  width: 95%;
  padding: 5px 0;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid var(--dark-grey);
  background-color: var(--white);
  background-size: 30px;
}
.offcanvas-search-form input[type=text]::-webkit-input-placeholder {
  opacity: 0.5;
}
.offcanvas-search-form input[type=text]:-moz-placeholder {
  opacity: 0.5;
}
.offcanvas-search-form input[type=text]::-moz-placeholder {
  opacity: 0.5;
}
.offcanvas-search-form input[type=text]:-ms-input-placeholder {
  opacity: 0.5;
}
.offcanvas-search-form .select2 {
  font-size: 48px;
  line-height: 1;
  width: 100% !important;
  border: none;
  border-bottom: 2px solid var(--dark-grey);
}
.offcanvas-search-form .select2 .selection .select2-selection {
  font-size: inherit;
  height: 75px !important;
  padding: 5px 0;
  border: none !important;
  border-radius: 0;
  background-color: var(--white);
}
.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 0;
  opacity: 0.8;
}
.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f107";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas-search-form input[type=text], .offcanvas-search-form .select2 {
    font-size: 36px;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 59px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas-search-form input[type=text], .offcanvas-search-form .select2 {
    font-size: 36px;
    width: 100%;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 59px !important;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-search-form input[type=text], .offcanvas-search-form .select2 {
    font-size: 30px;
    width: 100%;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 51px !important;
  }
}
@media only screen and (max-width: 575px) {
  .offcanvas-search-form input[type=text], .offcanvas-search-form .select2 {
    font-size: 24px;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 42px !important;
  }
}
@media only screen and (max-width: 479px) {
  .offcanvas-search-form input[type=text], .offcanvas-search-form .select2 {
    font-size: 20px;
  }
  .offcanvas-search-form .select2 .selection .select2-selection {
    height: 37px !important;
  }
}

/* OffCanvas Logo */
.offcanvas-logo {
  margin-bottom: 50px;
}

/* OffCanvas Menu Search */
.offcanvas-menu-search-form {
  margin-bottom: 30px;
}
.offcanvas-menu-search-form form {
  position: relative;
}
.offcanvas-menu-search-form form input[type=text] {
  width: 100%;
  padding: 8px 20px;
  padding-right: 50px;
  color: var(--grey);
  border: 1px solid #EEEEEE;
}
.offcanvas-menu-search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  border: none;
  background-color: transparent;
}

/* OffCanvas Menu */
.offcanvas-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas-menu > ul > li {
  position: relative;
}
.offcanvas-menu > ul > li > a {
  display: block;
  padding: 8px 24px 8px 0;
  text-transform: uppercase;
  color: var(--grey);
}
.offcanvas-menu > ul > li > a:hover {
  color: var(--dark-grey);
}
.offcanvas-menu > ul > li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}
.offcanvas-menu > ul > li .menu-expand::before, .offcanvas-menu > ul > li .menu-expand::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  background-color: var(--grey);
}
.offcanvas-menu > ul > li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
      -ms-transform: rotate(90deg) scale(0.75);
          transform: rotate(90deg) scale(0.75);
}
.offcanvas-menu > ul > li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
      -ms-transform: rotate(0) scale(0.75);
          transform: rotate(0) scale(0.75);
}
.offcanvas-menu > ul > li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  padding-left: 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#offcanvas-filter .offcanvas-menu > ul > li .sub-menu{
  padding-left:2px;
}
.offcanvas-menu > ul > li .sub-menu li {
  line-height: inherit;
  position: relative;
}
.offcanvas-menu > ul > li .sub-menu li > a  {
  display: block;
  padding: 8px 24px 8px 0;
  color: var(--grey);
}
.offcanvas-menu > ul > li .sub-menu li > a:hover {
  color: var(--dark-grey);
}
.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
      -ms-transform: rotate(0) scale(0.75);
          transform: rotate(0) scale(0.75);
}

/* OffCanvas Filter */
.offcanvas-menu > ul > li .sub-menu li > label.valoresFilter  {
  display: inline;
  padding: 8px 24px 8px 0;
  color: var(--grey);
  cursor:pointer;
  font-weight: 400;
  line-height: 2.40 !important;
}
.offcanvas-menu > ul > li .sub-menu li > label.valoresFilter:hover{
  color: var(--dark-grey);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2) !important;
  font-weight: 400;
}

/* OffCanvas Buttons */
.offcanvas-buttons {
  margin-top: 30px;
}
.offcanvas-buttons:not(:last-child) {
  margin-bottom: 30px;
}

/* OffCanvas Social */
.offcanvas-enlaces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.offcanvas-enlaces ul {
  list-style: none;
  padding-left: 0;
}
.offcanvas-enlaces ul i {
  margin-right: 10px;
}
.offcanvas-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: 30px;
}
.offcanvas-social a {
  line-height: 1;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  color: var(--dark-grey);
  border-radius: 50%;
  background-color: #F4EDE7;
}
.offcanvas-social a:hover {
  color: var(--white);
  background-color: var(--dark-grey);
}
.offcanvas-social a:last-child {
  margin-right: 0;
}
.offcanvas-social a i {
  line-height: 48px;
}

/* Overlay Menu */
.overlay-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 -40px;
}
.overlay-menu > ul {
  font-size: 32px;
  overflow-x: auto;
  width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding: 0 40px;
  list-style: none;
  text-align: center;
}
.overlay-menu > ul > li {
  position: relative;
}
.overlay-menu > ul > li + li {
  margin-top: 15px;
}
.overlay-menu > ul > li > a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  text-transform: uppercase;
  color: var(--dark-grey);
}
.overlay-menu > ul .sub-menu {
  font-size: 75%;
  position: static;
  display: none;
  visibility: visible;
  padding-bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.overlay-menu > ul .sub-menu > li + li {
  margin-top: 15px;
}
.overlay-menu > ul .sub-menu > li > a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  text-transform: uppercase;
}
.overlay-menu > ul .sub-menu .sub-menu {
  font-size: 70%;
}
@media only screen and (max-width: 575px) {
  .overlay-menu {
    margin: 0 -30px;
  }
  .overlay-menu > ul {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .overlay-menu {
    margin: 0 -20px;
  }
  .overlay-menu > ul {
    padding: 0 20px;
  }
}

/* Header Two Search */
.header{
  font-size: 18px !important;
  font-weight: 300 !important;
  font-style: normal;
  font-family: "Rubik", sans-serif, Arial, Helvetica, sans-serif;
  /* color: var(--base-color); */
  color:white;
}
.header2-search form {
  position: relative;
}
.header2-search form input[type=text] {
  font-size: 16px !important;
  line-height: 19px;
  width: 100% !important;
  height: 40px;
  margin: 0;
  padding-right: 10px !important;
  padding-left: 30px !important;
  color: var(--dark-grey) !important;
  border: none !important;
  background-color: transparent !important;
}
.header2-search form input[type=text]::-webkit-input-placeholder {
  letter-spacing: 0.5px;
  color: #ABABAB;
}
.header2-search form input[type=text]:-moz-placeholder {
  letter-spacing: 0.5px;
  color: #ABABAB;
}
.header2-search form input[type=text]::-moz-placeholder {
  letter-spacing: 0.5px;
  color: #ABABAB;
}
.header2-search form input[type=text]:-ms-input-placeholder {
  letter-spacing: 0.5px;
  color: #ABABAB;
}
.header2-search form .btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #ABABAB;
}
.header2-search form .btn i {
  line-height: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header2-search form input[type=text] {
    width: 135px;
  }
}

/* Header Six Search */
.header6-search {
  width: 100%;
  max-width: 650px;
  margin: auto;
}
.header6-search form {
  position: relative;
}
.header6-search form .select2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  width: 170px !important;
  padding: 7px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark-grey);
  border: none;
}
.header6-search form .select2 .selection .select2-selection {
  height: auto;
  padding: 5px 0;
  border: none !important;
  border-radius: 0;
  background-color: var(--white);
}
.header6-search form .select2 .selection .select2-selection .select2-selection__rendered {
  font-weight: 500;
  line-height: inherit;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 0;
  opacity: 0.8;
}
.header6-search form .select2 .selection .select2-selection .select2-selection__rendered::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 5px;
  content: "\f0d7";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header6-search form .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}
.header6-search form input[type=text] {
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  padding: 10px 20px;
  color: var(--base-color);
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent var(--dirty-white);
}
.header6-search form button {
  width: 30px;
  margin-left: -30px;
  padding: 0;
  text-align: center;
  color: var(--dark-grey);
  border: none;
  background-color: transparent;
}

/* Header Category */
.header-categories {
  position: absolute;
  top: 0;
  left: 15px;
}
.header-categories .category-toggle {
  font-family: "Rubik", sans-serif;
  line-height: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 35px;
  padding-right: 70px;
  letter-spacing: 0.1px;
  color: var(--white);
  border: none;
  background-color: var(--dark-grey);
}
.header-categories .category-toggle i {
  line-height: 1;
  margin-right: 10px;
}
.header-categories .category-toggle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  margin-top: -6px;
  content: "\f0d7";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header-categories .category-toggle.active::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header-categories + .site-main-menu {
  padding: 0 200px 0 270px;
}

/* Category List */
.header-category-list {
  display: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
  background-color: var(--aqua-marine);
}
.header-category-list li {
  padding: 0 35px;
  border-bottom: 1px solid var(--aqua-marine);
}
.header-category-list li a {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -1px;
  padding: 15px 0;
  color: var(--white);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.header-category-list li a img {
  margin-right: 20px;
}
.header-category-list li:last-child {
  border-bottom: none;
}
.header-category-list li:last-child a {
  border: none;
}
.header-category-list li:hover {
  background-color: #63998d;
}

/*----------------------------------------*/
/*  07. Titles CSS
/*----------------------------------------*/
/* Section Title Style One */
.section-title {
  margin-bottom: 80px;
}
.section-title .sub-title {
  font-family: "Charmonman", cursive;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--aqua-marine);
}
.section-title .sub-title:last-child {
  margin-bottom: 0;
}
.section-title .title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: var(--dark-grey);
}
.section-title .title.title-icon-both::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.webp");
}
.section-title .title.title-icon-both::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.webp");
}
.section-title .title.title-icon-left::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.webp");
}
.section-title .title.title-icon-right::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.webp");
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .sub-title {
    font-size: 60px;
  }
  .section-title .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 60px;
  }
  .section-title .sub-title {
    font-size: 50px;
  }
  .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 50px;
  }
  .section-title .sub-title {
    font-size: 40px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .section-title .title::before, .section-title .title::after {
    display: none !important;
  }
}

/* Section Title Style Two */
.section-title2 {
  margin-bottom: 80px;
}

.section-title2 .sub-title {
  font-family: "Charmonman", cursive;
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--aqua-marine);
}
.section-title2 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: var(--dark-grey);
  text-align:center;
}
.section-title2 .title.title-icon-both::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.webp");
}
.section-title2 .title.title-icon-both::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.webp");
}
.section-title2 .title.title-icon-left::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.webp");
}
.section-title2 .title.title-icon-right::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.webp");
}
.section-title2 p {
  line-height: 1.75;
  max-width: 570px;
  margin-top: 25px;
}
.section-title2.text-center p {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .section-title2 {
    margin-bottom: 60px;
  }
  .section-title2 .sub-title {
    font-size: 50px;
  }
  .section-title2 .title {
    font-size: 32px;
  }
  .section-title2 p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title2 {
    margin-bottom: 30px;
  }
  .section-title2 .sub-title {
    font-size: 40px;
  }
  .section-title2 .title {
    font-size: 24px;
  }
  .section-title2 .title::before, .section-title2 .title::after {
    display: none !important;
  }
  .section-title2 p {
    margin-top: 10px;
  }
}

/* Section Title Style Three */
.section-title3 {
  margin-bottom: 80px;
  padding: 20px 0;
  background-size: auto 100%;
}
.section-title3 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: var(--dark-grey);
}
.section-title3 .desc {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .section-title3 {
    margin-bottom: 60px;
  }
  .section-title3 .sub-title {
    font-size: 50px;
  }
  .section-title3 .title {
    font-size: 32px;
  }
  .section-title3 p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title3 {
    margin-bottom: 50px;
  }
  .section-title3 .sub-title {
    font-size: 40px;
  }
  .section-title3 .title {
    font-size: 24px;
  }
  .section-title3 p {
    margin-top: 10px;
  }
}

/* Section Title Style Four */
.section-title4 {
  margin-bottom: 80px;
}
.section-title4 .title {
  font-family: "Charmonman", cursive;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.section-title4 .title.title-icon-both::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.webp");
}
.section-title4 .title.title-icon-both::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.webp");
}
.section-title4 .title.title-icon-left::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.webp");
}
.section-title4 .title.title-icon-right::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.webp");
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title4 .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title4 {
    margin-bottom: 60px;
  }
  .section-title4 .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title4 {
    margin-bottom: 50px;
  }
  .section-title4 .title {
    font-size: 40px;
  }
  .section-title4 .title::before, .section-title4 .title::after {
    display: none !important;
  }
}

/* Block Title */
.block-title {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--dirty-white);
}
.block-title.order {
  border-bottom: 0px;
}
.block-title .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

/* Page Title Section */
.page-title-section {
  padding: 70px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-section {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  .page-title-section {
    padding: 30px 0;
  }
}

/* Page Title */
.page-title .title {
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 30px;
}
.page-title .breadcrumb {
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 767px){
  ul.breadcrumb {
    font-size: 14px;
  }
}
.page-title .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 400;
  color:#1fa7da;
}
.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: var(--dark-grey);
}
.page-title .breadcrumb .breadcrumb-item a:not(:last-child):hover {
  color: var(--dark-grey);
  text-decoration: underline;
}
.page-title .breadcrumb .breadcrumb-item:last-child {
  color: var(--dark-grey) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title .title {
    font-size: 44px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .page-title .title {
    font-size: 25px;
    margin-bottom: 10px;
  }

}

/*----------------------------------------*/
/*  08. Banner CSS
/*----------------------------------------*/
/* 08.01. Sale Banner CSS */ /* Sale Banner Style One CSS */
.sale-banner1 {
  position: relative;
  width: 100%;
  max-width: 510px;
  margin: auto;
  padding-bottom: 100%;
}
.sale-banner1 .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.sale-banner1 .inner .title {
  font-family: "Charmonman", cursive;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 3px;
  color: var(--dark-grey);
}
.sale-banner1 .inner .sale-percent {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.sale-banner1 .inner .sale-percent .number {
  font-size: 100px;
}
.sale-banner1 .inner .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 2px 0;
  text-transform: uppercase;
  color: var(--dark-grey);
  border-bottom: 1px solid transparent;
}
.sale-banner1 .inner .link:hover {
  border-color: rgba(51, 51, 51, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sale-banner1 .inner {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .sale-banner1 .inner {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .sale-banner1 .inner .link {
    font-size: 20px;
  }
}

/* Sale Banner Style Two CSS */
.sale-banner2 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 35px;
}
.sale-banner2 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border: 1px solid var(--white);
}
.sale-banner2 .inner .image img {
  width: 100%;
}
.sale-banner2 .inner .image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sale-banner2 .inner .content .sale-percent {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3px;
}
.sale-banner2 .inner .content .text {
  font-family: "ABeeZee", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dark-grey);
}
.sale-banner2 .inner .content .btn {
  background-color: #F9F0EE;
}
@media only screen and (max-width: 575px) {
  .sale-banner2 .inner .image {
    margin-bottom: 20px;
  }
}

/* Sale Banner Style Three CSS */
.sale-banner3 {
  position: relative;
  width: 100%;
  padding: 80px 30px;
  text-align: center;
  border: 3px solid rgba(114, 164, 153, 0.4);
}
.sale-banner3 .special-title {
  font-family: "Charmonman", cursive;
  font-size: 56px;
  line-height: 1.25;
  display: block;
  margin-bottom: 25px;
  color: var(--aqua-marine);
}
.sale-banner3 .title {
  font-size: 40px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
.sale-banner3 .title::before {
  font-family: "Rubik", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  content: attr(data-text);
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  text-align: center;
  color: #F2F2F2;
}
.sale-banner3 .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding-bottom: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark-grey);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner3 .link:hover {
  border-color: var(--dark-grey);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sale-banner3 .title {
    font-size: 32px;
  }
  .sale-banner3 .title::before {
    font-size: 80px;
  }
}

.sale-banner3-1 {
  position: relative;
  width: 100%;
  text-align: center;
}
.sale-banner3-1 .image img {
  width: 100%;
}
.sale-banner3-1 .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15%;
}
.sale-banner3-1 .content .special-title {
  font-family: "Charmonman", cursive;
  font-size: 56px;
  line-height: 1.25;
  display: block;
  margin-bottom: 25px;
  color: var(--base-primary2);
}
.sale-banner3-1 .content .title {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.sale-banner3-1 .content .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding-bottom: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark-grey);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom:6px;
}
.sale-banner3-1 .content .link:hover {
  border-color: var(--dark-grey);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sale-banner3-1 .content .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner3-1 .content .special-title {
    font-size: 44px;
  }
  .sale-banner3-1 .content .title {
    font-size: 28px;
  }
}
/*Product Banner*/
.product_banner_content{
  margin-bottom:6%;
}

.product_banner_title{
  margin-bottom:4%;
}

.product_banner_title .title.title-icon-both::before {
  padding-right: 10px;
  content: url("/public/media/title-decor-left.webp");
}
.product_banner_title .title.title-icon-both::after {
  padding-left: 10px;
  content: url("/public/media/title-decor-right.webp");
}
.product_banner_title h2{
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #333333;
}
/* Sale Banner Style Four CSS */
.sale-banner4 {
  height: 100%;
}
.sale-banner4 .inner {
  position: relative;
  height: 100%;
}
.sale-banner4 .inner > img {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-banner4 .inner .content {
  position: absolute;
  z-index: 9;
  top: 15%;
  left: 0;
  width: 100%;
  text-align: center;
}
.sale-banner4 .inner .content .sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}
.sale-banner4 .inner .content .title {
  font-family: "Charmonman", cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .sale-banner4 .inner .content .sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sale-banner4 .inner .content .title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner4 .inner .content {
    top: 12%;
  }
  .sale-banner4 .inner .content .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sale-banner4 .inner .content .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .sale-banner4 .inner .content .button-banner img {
    height: 16px;
  }
}

/* Sale Banner Style Five CSS */
.sale-banner5 .inner {
  position: relative;
  display: block;
}
.sale-banner5 .inner > img {
  z-index: 1;
  display: block;
  width: 100%;
}
.sale-banner5 .inner .content {
  position: absolute;
  z-index: 9;
  bottom: 50px;
  left: 50px;
}
.sale-banner5 .inner .content .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}
.sale-banner5 .inner .content .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--dark-grey);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .sale-banner5 .inner .content {
    bottom: 40px;
    left: 40px;
  }
  .sale-banner5 .inner .content .title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner5 .inner .content {
    left: 20px;
  }
  .sale-banner5 .inner .content .title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .sale-banner5 .inner .content .price {
    font-size: 14px;
  }
}

/* Sale Banner Style Six CSS */
.sale-banner6 .inner {
  position: relative;
  display: block;
}
.sale-banner6 .inner > img {
  z-index: 1;
  display: block;
  width: 100%;
}
.sale-banner6 .inner .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.sale-banner6 .inner .content img {
  display: block;
  margin: auto;
}
.sale-banner6 .inner .content img.price {
  margin-bottom: 25px;
}
.sale-banner6 .inner .content .title {
  font-family: "Charmonman", cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 20px;
}
.sale-banner6 .inner .content .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  padding-bottom: 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--dark-grey);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner6 .inner .content .link:hover {
  border-color: var(--dark-grey);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sale-banner6 .inner .content .title {
    font-size: 60px;
  }
  .sale-banner6 .inner .content img.icon {
    height: 50px;
  }
  .sale-banner6 .inner .content img.price {
    height: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .sale-banner6 .inner .content .title {
    font-size: 60px;
  }
  .sale-banner6 .inner .content img.icon {
    height: 40px;
  }
  .sale-banner6 .inner .content img.price {
    height: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner6 .inner .content .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .sale-banner6 .inner .content img.icon {
    height: 30px;
  }
  .sale-banner6 .inner .content img.price {
    height: 20px;
    margin-bottom: 10px;
  }
}

/* Sale Banner Style Seven CSS */
.sale-banner7 {
  height: 100%;
}
.sale-banner7 .inner {
  position: relative;
  height: 100%;
}
.sale-banner7 .inner .image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sale-banner7 .inner .image img {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-banner7 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  border: 1px solid var(--white);
}
.sale-banner7 .inner .content {
  position: absolute;
  z-index: 9;
  top: 15%;
  left: 0;
  width: 100%;
  text-align: center;
}
.sale-banner7 .inner .content .title {
  font-family: "Charmonman", cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--base-color);
}
.sale-banner7 .inner .content .sub-title {
  font-family: "Rubik", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: var(--base-primary3);
}
.sale-banner7:hover .inner .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sale-banner7:hover .inner .image::before {
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .sale-banner7 .inner .content .title {
    font-size: 60px;
  }
  .sale-banner7 .inner .content .sub-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner7 .inner .content .title {
    font-size: 40px;
  }
  .sale-banner7 .inner .content .sub-title {
    font-size: 20px;
  }
}

/* Sale Banner Style Eight CSS */
.sale-banner8 {
  position: relative;
  display: block;
  overflow: hidden;
}
.sale-banner8 img {
  display: block;
  width: 100%;
}
.sale-banner8 .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sale-banner8 .content .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 10px;
}
.sale-banner8 .content .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  padding-bottom: 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--dark-grey);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner8 .content .link:hover {
  border-color: var(--dark-grey);
}
.sale-banner8:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sale-banner8 .content .title {
    font-size: 30px;
  }
  .sale-banner8 .content .link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .sale-banner8 .content .title {
    font-size: 24px;
  }
  .sale-banner8 .content .link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner8 .content {
    left: 20px;
  }
  .sale-banner8 .content .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .sale-banner8 .content .link {
    font-size: 12px;
  }
}

/* Sale Banner Style Nine CSS */
.sale-banner9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 60px 30px;
}
.sale-banner9 .inner .content {
  text-align: center;
}
.sale-banner9 .inner .content .title {
  font-family: "Charmonman", cursive;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  color: var(--aqua-marine);
}
.sale-banner9 .inner .content .cuppon {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: 34px;
  letter-spacing: 2px;
  color: var(--dark-grey);
}
.sale-banner9 .inner .content .cuppon .code {
  font-weight: 600;
  padding: 1px 16px;
  color: var(--white);
  background-image: url(../images/banner/sale/sale-banner9-1.1.webp);
  background-size: cover;
}
.sale-banner9 .inner .content .offer {
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 35px;
  color: var(--dark-grey);
}
@media only screen and (max-width: 767px) {
  .sale-banner9 .inner .content .title {
    font-size: 80px;
  }
  .sale-banner9 .inner .content .cuppon {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .sale-banner9 .inner .content .offer {
    font-size: 80px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner9 .inner .content .title {
    font-size: 60px;
  }
  .sale-banner9 .inner .content .cuppon {
    font-size: 12px;
  }
  .sale-banner9 .inner .content .offer {
    font-size: 60px;
  }
}

.sale-banner9-image {
  height: 100%;
}
.sale-banner9-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Sale Banner Style Ten CSS */
.sale-banner10 .inner {
  position: relative;
  overflow: hidden;
}
.sale-banner10 .inner > img {
  width: 100%;
}
.sale-banner10 .inner .content {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.sale-banner10 .inner .content .sub-title {
  font-family: "Charmonman", cursive;
  font-size: 56px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  color: var(--aqua-marine);
}
.sale-banner10 .inner .content .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
}
.sale-banner10:hover .inner > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Sale Banner Style Eleven CSS */
.sale-banner11 .inner {
  position: relative;
  overflow: hidden;
}
.sale-banner11 .inner::before {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  content: "";
  border: 1px solid var(--white);
}
.sale-banner11 .inner > img {
  width: 100%;
}
.sale-banner11 .inner .content {
  position: absolute;
  z-index: 9;
  bottom: 75px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
.sale-banner11 .inner .content .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
}
.sale-banner11:hover .inner > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* 08.02. Category Banner CSS */ /* Category Banner Style One CSS */
.category-banner1 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner1 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.category-banner1 .inner .image:not(:last-child) {
  margin-bottom: 20px;
}
.category-banner1 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border: 1px solid var(--white);
}
.category-banner1 .inner .image img {
  width: 100%;
}
.category-banner1 .inner .content .title {
  font-size: 24px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.category-banner1 .inner .content .title a:hover {
  color: var(--dark-grey);
}
.category-banner1 .inner .content .title .number {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: var(--dark-grey);
}
.category-banner1 .inner .content .title .number::before {
  position: absolute;
  top: calc(50% + 2px);
  right: calc(100% + 10px);
  width: 50px;
  height: 1px;
  content: "";
  background-color: #CCCCCC;
}
.category-banner1:hover .inner .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Category Banner Style Two CSS */
.category-banner2 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner2 .inner {
  display: block;
}
.category-banner2 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.category-banner2 .inner .image:not(:last-child) {
  margin-bottom: 30px;
}
.category-banner2 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  border: 1px solid var(--white);
}
.category-banner2 .inner .image img {
  width: 100%;
}
.category-banner2 .inner .content .title {
  font-size: 34px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
}
.category-banner2 .inner .content .title .number {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding-left: 5px;
  color: var(--dark-grey);
}
.category-banner2 .banner-desc {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  letter-spacing: 3px;
  color: var(--base-color);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.category-banner2 .banner-desc.right {
  right: -40px;
}
.category-banner2 .banner-desc.left {
  left: -40px;
}
.category-banner2:hover .inner .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.category-banner2:hover .inner .image::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .category-banner2 .inner .content .title {
    font-size: 24px;
  }
  .category-banner2 .banner-desc {
    display: none;
  }
}

/* Category Banner Style Three CSS */
.category-banner3 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner3 .inner {
  position: relative;
  display: block;
}
.category-banner3 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.category-banner3 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  border: 1px solid var(--white);
}
.category-banner3 .inner .image img {
  width: 100%;
}
.category-banner3 .inner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 50px;
}
.category-banner3 .inner .content .title {
  font-size: 50px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
}
.category-banner3 .inner .content .title .number {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding-left: 5px;
  color: var(--dark-grey);
}
.category-banner3:hover .inner .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.category-banner3:hover .inner .image::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .category-banner3 .inner .content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .category-banner3 .inner .content {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .category-banner3 .inner .content {
    padding: 0 25px 20px;
  }
}

/* Category Banner Style Four CSS */
.category-banner4 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner4 .inner {
  position: relative;
  display: block;
}
.category-banner4 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.category-banner4 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  border: 1px solid var(--white);
}
.category-banner4 .inner .image img {
  width: 100%;
}
.category-banner4 .inner .content {
  position: relative;
  z-index: 9;
  max-width: 80%;
  margin: -25px auto 0;
  padding: 15px 10px;
}
.category-banner4 .inner .content .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.125;
  margin: 0;
  text-align: center;
}
.category-banner4:hover .inner .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.category-banner4:hover .inner .image::before {
  opacity: 1;
}

/* Category Banner Style Five CSS */
.category-banner5 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner5 .inner {
  position: relative;
  display: block;
}
.category-banner5 .inner .image {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.category-banner5 .inner .image img {
  display: block;
  width: 100%;
  max-width: 264px;
  margin: auto;
  border-radius: 50%;
}
.category-banner5 .inner .content {
  margin: 0;
  padding: 0;
  text-align: center;
}
.category-banner5 .inner .content .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.125;
  margin: 0 0 15px;
}
.category-banner5 .inner .content .number {
  font-size: 16px;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #999999;
}
.category-banner5:hover .inner .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.category-banner5:hover .inner .content .number {
  color: var(--dark-grey);
}

/* Category Banner Style Six CSS */
.category-banner6 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner6 .inner {
  position: relative;
}
.category-banner6 .inner .image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.category-banner6 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.category-banner6 .inner .image img {
  width: 100%;
}
.category-banner6 .inner .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.category-banner6 .inner .content .title {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding-bottom: 5px;
}
.category-banner6 .inner .content .title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--white);
}
.category-banner6 .inner .content .title a {
  color: var(--white);
}
.category-banner6 .inner .content .title a:hover {
  color: var(--white);
}
.category-banner6 .inner .content .title .number {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: 50px;
  color: var(--white);
}
.category-banner6 .inner .content .title .number::before {
  position: absolute;
  top: calc(50% + 2px);
  right: calc(100% + 10px);
  width: 30px;
  height: 1px;
  content: "";
  background-color: var(--white);
}
.category-banner6:hover .inner .image::before {
  opacity: 1;
}
.category-banner6:hover .inner .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.category-banner6:hover .inner .content {
  opacity: 1;
}
.category-banner6:hover .inner .content .title::before {
  width: 100%;
}

/* 08.03. Parallax Banner CSS */
.parallax-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}
.parallax-banner .parallax-image {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.parallax-banner .parallax-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.parallax-banner .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}
.parallax-banner-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.parallax-banner-1 .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.parallax-banner-1 .content .sub-title {
  font-family: "Charmonman", cursive;
  font-size: 120px;
  line-height: 0.75;
  display: block;
  color: var(--dark-grey);
}
.parallax-banner-1 .content .title {
  font-family: "Rubik", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  letter-spacing: 20px;
  color: var(--base-primary3);
}
.parallax-banner-2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.parallax-banner-2 .content .price {
  margin-bottom: 35px;
}
.parallax-banner-2 .content .title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}
.parallax-banner-2 .content .sub-title {
  font-family: "Charmonman", cursive;
  font-size: 72px;
  line-height: 1;
  display: block;
  color: var(--aqua-marine);
}
.parallax-banner-3 .content .title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 30px;
}
.parallax-banner-4 .content {
  max-width: 500px;
  margin-left: 15%;
}
.parallax-banner-4 .content .sub-title {
  font-family: "Charmonman", cursive;
  font-size: 80px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  color: var(--dark-grey);
}
.parallax-banner-4 .content .title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 30px;
}
.parallax-banner-4 .content a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark-grey);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .parallax-banner-4 .content {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .parallax-banner-1 .content .sub-title {
    font-size: 100px;
  }
  .parallax-banner-1 .content .title {
    font-size: 44px;
  }
  .parallax-banner-2 .content .title {
    font-size: 44px;
  }
  .parallax-banner-2 .content .sub-title {
    font-size: 56px;
  }
  .parallax-banner-3 .content .title {
    font-size: 44px;
  }
  .parallax-banner-4 .content {
    max-width: 420px;
    margin-left: 5%;
  }
  .parallax-banner-4 .content .sub-title {
    font-size: 60px;
  }
  .parallax-banner-4 .content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .parallax-banner .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .parallax-banner-1 .content .sub-title {
    font-size: 80px;
  }
  .parallax-banner-1 .content .title {
    font-size: 40px;
    letter-spacing: 10px;
  }
  .parallax-banner-4 .content {
    max-width: 350px;
  }
}
@media only screen and (max-width: 479px) {
  .parallax-banner-2 .content .title {
    font-size: 36px;
  }
  .parallax-banner-2 .content .sub-title {
    font-size: 44px;
  }
  .parallax-banner-3 .content .title {
    font-size: 36px;
  }
  .parallax-banner-4 .content .sub-title {
    font-size: 50px;
  }
  .parallax-banner-4 .content .title {
    font-size: 36px;
  }
}

/* 08.04. Other Banner CSS */
/* Instagram Banner */
.instagram-banner1 .image img {
  width: 100%;
}
.instagram-banner1 .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.instagram-banner1 .content .icon {
  margin-bottom: 20px;
  color: #E2EFEC;
}
.instagram-banner1 .content .icon i {
  font-size: 40px;
  line-height: 1;
  display: block;
}
.instagram-banner1 .content .sub-title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  color: var(--dark-grey);
}
.instagram-banner1 .content .title {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 0;
}
.instagram-banner1 .content .title a:hover {
  color: var(--aqua-marine);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .instagram-banner1 .content .sub-title {
    font-size: 14px;
  }
  .instagram-banner1 .content .title {
    font-size: 24px;
  }
}

/* Video Banner */
.video-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 750px;
}
.video-banner .content {
  margin-top: 170px;
  text-align: center;
}
.video-banner .content .title {
  font-family: "Rubik", sans-serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 70px;
  letter-spacing: 12px;
  color: #ABABAB;
}
.video-banner .content .title:last-child {
  margin-bottom: 0;
}
.video-banner .content .title span {
  font-weight: 600;
}
.video-banner .content .video-popup {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
}
.video-banner .content .video-popup:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .video-banner {
    height: 600px;
  }
  .video-banner .content {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner {
    height: 500px;
  }
  .video-banner .content {
    margin-top: 80px;
  }
  .video-banner .content .title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner .content .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .video-banner {
    height: 400px;
  }
  .video-banner .content {
    margin-top: 50px;
  }
  .video-banner .content .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .video-banner .content {
    margin-top: 40px;
  }
  .video-banner .content .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.video-banner2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 560px;
}
.video-banner2 .content {
  text-align: center;
}
.video-banner2 .content .video-popup {
  display: block;
  border-radius: 50%;
}
.video-banner2 .content .video-popup:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner2 {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .video-banner2 {
    height: 400px;
  }
}

/* Widget Banner */
.widget-banner {
  position: relative;
  display: block;
  overflow: hidden;
}
.widget-banner::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100%;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.widget-banner img {
  width: 100%;
}
.widget-banner:hover::before {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 125%;
  }
}


/*----------------------------------------*/
/*  13. Instagram CSS
/*----------------------------------------*/
/* Instagram Carousel */
.instafeed-carousel .slick-list {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}
.instafeed-carousel .slick-list .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.instafeed-carousel .slick-list .slick-slide > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .instafeed-carousel {
    overflow: hidden;
  }
  .instafeed-carousel .slick-slider {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* Gallery Grid */
.instafeed-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.instafeed-grid .instafeed-item {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  max-width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instafeed-grid .instafeed-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
            flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .instafeed-grid .instafeed-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .instafeed-grid .instafeed-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/* Instafeed Item */
.instafeed-item {
  position: relative;
  display: block;
}
.instafeed-item::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  background-color: var(--black);
}
.instafeed-item img {
  width: 100%;
}
.instafeed-item i {
  font-size: 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  color: var(--white);
}
.instafeed-item:hover::before {
  opacity: 0.5;
}
.instafeed-item:hover i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/*----------------------------------------*/
/*  17. Footer CSS
/*----------------------------------------*/
/* Footer Style One */
/* Footer Style One Copyright */
/* Footer Style Two */
/* Footer About Widget */
.widget-about img {
  margin-bottom: 20px;
}
.widget-about img:last-child {
  margin-bottom: 0;
}
.widget-about p {
  line-height: 1.5;
  max-width: 400px;
}

/* Footer List Widget */
.widget-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-list li + li {
  margin-top: 25px;
}
.widget-list li i {
  width: 35px;
}
.widget-list li a,
.widget-list li label {
  color: #999999;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.widget-list li a:hover,
.widget-list li label:hover,
.widget-list li label.active-filter,
#offcanvas-filter li label.active-filter{
  color: var(--dark-grey);
  border-color: rgba(51, 51, 51, 0.2);
}
.widget-list li .count {
  margin-left: auto;
  color: #999999;
}

/* Color Widget */
.widget-colors {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px -20px;
  padding-left: 0;
  list-style: none;
}
.widget-colors li {
  margin: 0 10px 20px;
}
.widget-colors li a span {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
}

footer {
  clear: both;
  position: relative;
  bottom: 0;
  width: 100%;
}

.footer2-section {
  /* background-color: var(--base-primary4); */
}

.footer2-section .widget-about #logoFooter{
  width: 40%;
  height:25px;
  height: auto;
}
.footer2-section .widget-about #imgPay~{
  width: 40%;
}

/* Footer Style Two Copyright */
.footer2-section.section {
  /* background-image: url(/public/media/footer-bg.png) !important;
  background-position: 50% 50%;
  background-repeat: no-repeat; */
}
.footer2-copyright {
  padding: 20px 0;
  color: var(--base-primary1);
  /* border-top: 1px solid #ebebeb; */
  background-color: #f0f0f0;
}
.footer2-copyright a {
  color:var(--base-primary1);
}
.footer2-copyright a:hover{
  color: var(--base-primary2);
}

/* Copyright */
.copyright {
  font-size: 16px;
  font-weight: 400;
}
.copyright strong {
  color: var(--dark-grey);
}

.page-item.active .page-link{
  border-color: var(--base-primary1);
  background-color: #4e4e4e;
  color: var(--white);
}
.page-link:hover{
  color: var(--base-primary1);
}
/* Footer Seo */

.footer_seo a,.footer-seo p{
  font-size: 14px;
}

/*----------------------------------------*/
/*  18. Other Pages CSS
/*----------------------------------------*/

/* 18.01.07. Lost Password CSS */
.lost-password {
  max-width: 500px;
  margin: auto;
  padding: 40px;
  background-color: var(--base-light);
}
.lost-password p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.lost-password input {
  font-weight: 400;
}
.lost-password input::-webkit-input-placeholder {
  font-weight: 400;
}
.lost-password input:-moz-placeholder {
  font-weight: 400;
}
.lost-password input::-moz-placeholder {
  font-weight: 400;
}
.lost-password input:-ms-input-placeholder {
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .lost-password {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .lost-password {
    padding: 30px;
  }
}

/* Subscribe Widget */
.widget-subscibe {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin: auto;
}
.widget-subscibe input[type=email] {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-right: 170px;
  padding-bottom: 10px;
  padding-left: 20px;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #FFFFFF;
}
.widget-subscibe input[type=email]::-webkit-input-placeholder {
  color: #ABABAB;
}
.widget-subscibe input[type=email]:-moz-placeholder {
  color: #ABABAB;
}
.widget-subscibe input[type=email]::-moz-placeholder {
  color: #ABABAB;
}
.widget-subscibe input[type=email]:-ms-input-placeholder {
  color: #ABABAB;
}
.widget-subscibe input[type=email]:focus {
  border-color: transparent !important;
}
.widget-subscibe .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
}
/* .widget-subscibe .btn:hover {
  border-color: transparent !important;
  background-color: #72A499 !important;
} */
@media only screen and (max-width: 767px) {
  .widget-subscibe input[type=email] {
    width: 510px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-subscibe input[type=email] {
    width: 420px;
  }
}
@media only screen and (max-width: 479px) {
  .widget-subscibe input[type=email] {
    width: 100%;
    padding-right: 20px;
    text-align: center;
  }
  .widget-subscibe .btn {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}

/* Newsletter */
.newsletter {
  background-color: var(--base-primary6);
}

.newsletter  p{
  margin-left: 4px;
}

.product-deal-content .input-form-footer,
.product-deal-content .textarea-form-footer {
  border: none;
  background-color: #fff !important;
  outline: none !important;
  padding: 8px !important;
  margin-top: 10px;
  color: #000 !important;
}

.btn-form-footer:disabled,
.btn-form-footer[disabled] {
  cursor: no-drop;
}

.btn-form-footer {
  cursor: pointer;
  padding: 6px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
}

.product-deal-content .wws-popup__fields-textarea-wrapper {
  border: none !important;
}

.product-deal-image i {
  font-size: 100px;
  color: #000;
  float: right;
}

.footer_label {
  display: block;
  color: #fff;
  background-color: #22244e;
  width: 180px;
  padding: 5px;
  font-weight: 700;
}

.product-deal-content .toggleButton input + div::before,
.product-deal-content .toggleButton input + div::after {
  content: none !important;
}

@media (max-width: 767px) {
  .product-deal-image i {
    float: inherit;
    font-size: 60px;
  }
}

/* Checkbox politica privacidad */
.toggleButton {
  cursor: pointer;
  display: block;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform .14s ease;
  transition: transform .14s ease;
  transition: transform .14s ease, -webkit-transform .14s ease
}
.toggleButton:active {
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg)
}
.toggleButton input {
  display: none
}
.toggleButton input+div {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  width: 100%;
  height: 10px
}
.toggleButton svg {
  fill: #fff;
  stroke-width: 3.6;
  stroke: #424242;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 1px;
  top: -2px;
  right: 0;
  bottom: 0;
  z-index: 1;
  stroke-dashoffset: 124.6;
  stroke-dasharray: 0 162.6 133 29.6;
  transition: all .4s ease 0s
}
.toggleButton input+div:before,
.toggleButton input+div:after {
  content: "";
  width: 2.5px;
  height: 11px;
  background: #111;
  position: absolute;
  left: 3.8%;
  top: 83%;
  border-radius: 5px
}
.toggleButton input+div:before {
  opacity: 0;
  -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
  transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
  -webkit-animation: bounceInBefore .3s linear forwards .3s;
  animation: bounceInBefore .3s linear forwards .3s
}
.toggleButton input+div:after {
  opacity: 0;
  -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
  transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
  -webkit-animation: bounceInAfter .3s linear forwards .3s;
  animation: bounceInAfter .3s linear forwards .3s
}
.toggleButton input:checked+div svg {
  stroke-dashoffset: 162.6;
  stroke-dasharray: 0 162.6 28 134.6;
  transition: all .4s ease .2s;
  fill: #eaeaea
}
.toggleButton input:checked+div:before {
  opacity: 0;
  -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
  transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
  -webkit-animation: bounceInBeforeDont .3s linear forwards 0s;
  animation: bounceInBeforeDont .3s linear forwards 0s
}
.toggleButton input:checked+div:after {
  opacity: 0;
  -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
  transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
  -webkit-animation: bounceInAfterDont .3s linear forwards 0s;
  animation: bounceInAfterDont .3s linear forwards 0s
}
@-webkit-keyframes bounceInBefore {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
      transform: scale(0.3) translate(-50%, -50%) rotate(45deg)
  }

  50% {
      opacity: .9;
      -webkit-transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
      transform: scale(1.1) translate(-50%, -50%) rotate(45deg)
  }

  80% {
      opacity: 1;
      -webkit-transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
      transform: scale(0.89) translate(-50%, -50%) rotate(45deg)
  }

  100% {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%) rotate(45deg);
      transform: scale(1) translate(-50%, -50%) rotate(45deg)
  }
}
@keyframes bounceInBefore {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
      transform: scale(0.3) translate(-50%, -50%) rotate(45deg)
  }

  50% {
      opacity: .9;
      -webkit-transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
      transform: scale(1.1) translate(-50%, -50%) rotate(45deg)
  }

  80% {
      opacity: 1;
      -webkit-transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
      transform: scale(0.89) translate(-50%, -50%) rotate(45deg)
  }

  100% {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%) rotate(45deg);
      transform: scale(1) translate(-50%, -50%) rotate(45deg)
  }
}
@-webkit-keyframes bounceInAfter {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
      transform: scale(0.3) translate(-50%, -50%) rotate(-45deg)
  }

  50% {
      opacity: .9;
      -webkit-transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
      transform: scale(1.1) translate(-50%, -50%) rotate(-45deg)
  }

  80% {
      opacity: 1;
      -webkit-transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
      transform: scale(0.89) translate(-50%, -50%) rotate(-45deg)
  }

  100% {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
      transform: scale(1) translate(-50%, -50%) rotate(-45deg)
  }
}
@keyframes bounceInAfter {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
      transform: scale(0.3) translate(-50%, -50%) rotate(-45deg)
  }

  50% {
      opacity: .9;
      -webkit-transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
      transform: scale(1.1) translate(-50%, -50%) rotate(-45deg)
  }

  80% {
      opacity: 1;
      -webkit-transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
      transform: scale(0.89) translate(-50%, -50%) rotate(-45deg)
  }

  100% {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
      transform: scale(1) translate(-50%, -50%) rotate(-45deg)
  }
}
@-webkit-keyframes bounceInBeforeDont {
  0% {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%) rotate(45deg);
      transform: scale(1) translate(-50%, -50%) rotate(45deg)
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
      transform: scale(0.3) translate(-50%, -50%) rotate(45deg)
  }
}
@keyframes bounceInBeforeDont {
  0% {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%) rotate(45deg);
      transform: scale(1) translate(-50%, -50%) rotate(45deg)
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
      transform: scale(0.3) translate(-50%, -50%) rotate(45deg)
  }
}
@-webkit-keyframes bounceInAfterDont {
  0% {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
      transform: scale(1) translate(-50%, -50%) rotate(-45deg)
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
      transform: scale(0.3) translate(-50%, -50%) rotate(-45deg)
  }
}
@keyframes bounceInAfterDont {
  0% {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
      transform: scale(1) translate(-50%, -50%) rotate(-45deg)
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
      transform: scale(0.3) translate(-50%, -50%) rotate(-45deg)
  }
}

.politica-privacidad {
  margin-left: 30px;
  font-size: 0.9rem;
  font-weight:150;
}

/* 09.02. Deal Product CSS */
/* Deal Priduct Image */
.product-deal-image img {
  -webkit-animation: dealImage 2s linear infinite alternate both;
          animation: dealImage 2s linear infinite alternate both;
}

@-webkit-keyframes dealImage {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes dealImage {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
/* Deal Priduct Content */
.product-deal-content {
  max-width: 525px;
}
.product-deal-content .title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
.product-deal-content .title::after {
  padding-left: 10px;
  content: url("/public/media/title-decor-right.webp");
}
.product-deal-content .desc {
  max-width: 460px;
  margin-bottom: 30px;
}
.product-deal-content .countdown1 {
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-deal-content .title {
    font-size: 34px;
  }
  .product-deal-content .countdown1 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content .title::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .product-deal-content .title {
    font-size: 34px;
  }
  .product-deal-content .countdown1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .product-deal-content .title {
    font-size: 22px;
  }
  .product-info .price span.new{
    margin-left:1px !important;
  }
  .pInfoDesMax span {
    padding: 3px !important;
  }
}

/*Wishlist*/
.float-msg {
  position: fixed;
  right: -1000px;
  transition: 1s;
  z-index: 1040;
}
.float-msg.visible {
  right: 0px;
}
.float-right {
  float: right;
}

/*Price*/
.product-info .price {
  font-size: 16px;
  font-weight: 600;
  /* line-height: 1; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: var(--dark-grey);
}
.product-info .price span.old {
  text-decoration: line-through;
  color: #AAAAAA;
}
.product-info .price span.new {
  margin-left: 10px;
  color: var(--base-primary4);
}
.cart-wishlist-table .envio, .cart-wishlist-table .price, .cart-wishlist-table .quantity, .cart-wishlist-table .subtotal{
  text-align: center !important;
}
@media only screen and (max-width: 1696px) {
  .header2-search input{
    display: block;
  } 
}
@media only screen and (min-width: 1300px) and (max-width: 1720px) {
   .d-none{
    padding-left:0px !important ;
    padding-right:0px !important ;
   }
}
@media only screen and (min-width: 1200px) and (max-width: 1696px) {

  #buscador{
    display: none;
  }
  #buscador.visible{
    display: block;
    z-index: 10;
    position: absolute;
    right: -1px;
    background-color: var(--white) !important;
    border: .1rem solid #ebebeb !important;
    border-radius: 20px;
    overflow: visible;
    width: 100%;
    min-width: 270px;
  }
  #lupa.visible{
    z-index: 11;
    position: relative;
    margin-right: 10px;
  }
  .header2-search form .btn{
    position: initial;
    margin-right: 12px;
  
  }
}
.widget-about img, .widget-about p, .icon-box4 .inner .title{
  margin-left: 20%;
}

@media only screen and (max-width: 1400px) {
  .footer2-section .widget-about p{
    font-size:15px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-about img, .widget-about p{
    margin-left: 20px;
  }
  #elements-footer #footer-social li{
    list-style-type: none;
    display: inline;  
  }
  #elements-footer #footer-social{
    margin-bottom: 90px;
  }
  #elements-footer #footer-links .widget-list li {
    margin-left: 15px;
  }
  #elements-footer > div:first-child{ 
    margin-bottom: 0px;
  }
}
/* Search */
.categotegies-list{
  list-style:none;
}
.categotegies-list li a{
  color:#17A2B8;
}
.categotegies-list li a:hover{
  color: var(--coral);
}


/*Nuevo color*/
.topbar-menu ul li a{
  color: #000;
}
.topbar-menu ul li i{
  /* color: #eec139; */
  color:var(--base-primary1);
}

.topbar-menu ul li a:hover,.topbar-section span a:hover{
  color:var(--base-primary2-light);
}

.widget-list li a,.widget-list li i{
  color:var(--base-primary1);
}
.widget-list li a:hover,#footer_link:hover{
  color:#eec139;
}
.footer2-section .widget-about p,.footer2-section{
  color:var(--base-primary1);
}
.widget-about .title{
  color:#2db1e6;
}

/* customer */
.cust-form {
  list-style: none;
}
.cust-form li {
  margin-bottom: 20px;
}
.order-tracking img{
  display: block;
}

#btn-tpv{ 
  float:left;
}

#pago_tarjeta label{
  color: var(--base-primary1);
}

.login-register-title .title,.login-remember-title .title{
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

.fa-angle-up{
  font-size: 25px !important;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  position: relative;
  color: inherit;
  bottom: 5px!important;
  left: 10px!important;
  cursor:pointer;
  border: 0;
}
.close i{
  font-size: 18px;
}

.header-std {
  font-family: Zag,sans-serif;
  position: relative;
  text-align: left;
  line-height: 1;
  font-size: 22px;
  color: #1a171b;
  border-bottom: 2px solid #e4e4e4;
  padding: 0 0 15px;
  margin-bottom: 20px;
  margin-top: -10px;
}
/*
.header-std::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 104px;
  height: 3px;
  background-color: var(--base-primary5);
}*/

.form-group {
  margin-bottom: 15px;
}

.form-control:not(.input-message):not(#cart_email):not(#coment-modal) {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  appearance: auto;
}

#politicas p, .prodyct-tab-content1 p,.single-blog p{
  margin-bottom: 20px;
}
#politicas h2, .prodyct-tab-content1 h2,.single-blog h2,#politicas h3, .prodyct-tab-content1 h3,.single-blog h3{
  margin-bottom: 15px;
}
#politicas h2, .prodyct-tab-content1 h2{
  font-weight: 500;
  font-size: 35px;
}
#politicas h3 , .prodyct-tab-content1 h3{
  font-weight: 450;
  font-size: 25px;
}
#politicas h2:not(:first-of-type){
  margin-top: 50px;
}
.prodyct-tab-content1 h2{
  margin-top: 50px;
}
#politicas h3, .prodyct-tab-content1 h3{
  margin-top: 30px;
}

/* Product Quantity */
.product-quantity {
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 117px;
  padding: 10px 0;
  border-bottom: 2px solid #CCCCCC;
}
.product-quantity .qty-btn {
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: var(--dark-grey);
}
.product-quantity .input-qty {
  font-size: 14px !important;
  line-height: 1;
  max-width: 88px;
  padding: 0 15px !important;
  text-align: center;
  border: none !important;
}


.modal-backdrop.show{
  z-index: 1039 !important;
}

/* INDEX */
.ps-block--category-2
{
  display: flex;
  margin-bottom: 30px;
  /* border: 1px solid #fed700; */
  transition: all 0.4s ease;
  background: var(--base-primary2-light);
  width: 90%;
}
.ps-block--category-2 .ps-block__thumbnail{
  max-width: 175px;
}
@media (max-width: 1680px) {
  .etiquetas span {
    font-size: 24px;
  }
  .ps-block--category-2 .ps-block__thumbnail
{
    max-width: 100px;
    padding-top: 2px;  
  }
  .ps-block--category-2 .ps-block__content ul li a{
    font-size: 13px !important;
  }
  .ps-block--category-2{
    width: 100%;
  }
}
.ps-block--category-2 .ps-block__content
{
  padding: 18px 10px 15px;
  border-radius: 15px;
/*
  padding: 18px 10px 15px;
  background: #e8f8ff2e;
  border-radius: 6px;
  border: 1px solid #d1e5ee;*/
}
.ps-block--category-2 .ps-block__content ul li a
{
  position: relative;
  display: inline-block;
  color: #666;
  line-height: 25px;
  position: relative;
  font-size: 16px;
}
.ps-block--category-2 ul, .ps-block--products-of-category .ps-block__categories ul, .ps-block--product-box ul, .ps-block--categories-box ul, .ps-block--menu-categories .ps-block__content ul, .ps-block--shopping-total ul, .ps-block--ourteam ul, .ps-block--vendor-filter ul, .ps-block--store ul, .ps-block--payment-method ul, .ps-panel--sidebar ul, .widget_sidebar ul, .widget_shop ul, .widget_category ul, .widget_footer ul, .widget--blog ul, .widget--vendor ul, .ps-widget--account-dashboard .ps-widget__content ul, .ps-carousel--animate ul, .ps-product ul, .ps-product--detail .ps-product__countdown figure ul, .ps-product--hot-deal .ps-product__header ul, .ps-product--photo ul, .ps-filter ul, .ps-filter--sidebar ul, .ps-form--account ul, .ps-product-list ul, .ps-deal-of-day ul, .ps-shopping .ps-shopping__header ul, .ps-best-sale-brands ul, .ps-blog .ps-blog__header ul, .ps-my-account-2 ul, .ps-store-list .ps-store-link ul, .ps-page--comming-soon ul, .header ul, .navigation--sidebar ul, .ps-block--category-2 ol, .ps-block--products-of-category .ps-block__categories ol, .ps-block--product-box ol, .ps-block--categories-box ol, .ps-block--menu-categories .ps-block__content ol, .ps-block--shopping-total ol, .ps-block--ourteam ol, .ps-block--vendor-filter ol, .ps-block--store ol, .ps-block--payment-method ol, .ps-panel--sidebar ol, .widget_sidebar ol, .widget_shop ol, .widget_category ol, .widget_footer ol, .widget--blog ol, .widget--vendor ol, .ps-widget--account-dashboard .ps-widget__content ol, .ps-carousel--animate ol, .ps-product ol, .ps-product--detail .ps-product__countdown figure ol, .ps-product--hot-deal .ps-product__header ol, .ps-product--photo ol, .ps-filter ol, .ps-filter--sidebar ol, .ps-form--account ol, .ps-product-list ol, .ps-deal-of-day ol, .ps-shopping .ps-shopping__header ol, .ps-best-sale-brands ol, .ps-blog .ps-blog__header ol, .ps-my-account-2 ol, .ps-store-list .ps-store-link ol, .ps-page--comming-soon ol, .header ol, .navigation--sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.linkCategoria:hover
{
  color: var(--dark-grey) !important;
  font-weight: bolder;
}
.ps-block--category-2 .ps-block__content h4:hover{
  color:var(--base-color);
}
a.linkCategoria {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  color: #333;
}
a.linkCategoria:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: #333;
  transition: left .5s;
}
a.linkCategoria:hover:after {
  left: 0;
}
.etiquetas {
  position: absolute;
  z-index: 99999;
  color: #fff;
}
.etiquetas span {
  display: block;
  padding: 0px 5px;
  font-size: 16px;
}
#tab_gallery li{
  margin-bottom: 2.8rem;
}

#formLogin input{
	border-color:#c1c1c1 !important;
}

/* INDEX */
.home12-slide-item.mobile .home12-slide1-content{
  padding: 40px 40px 40px;
  width: 80%;
}
.home12-slide-item.mobile .home12-slide1-content .title {
  font-size: 22px;
}

.learts-blockquote.mobile .inner .link::before{
  display: none;
}
.learts-blockquote.mobile .inner .link{
  margin-left:0px;
}
.learts-blockquote.mobile .links {
  display: flex;
  justify-content: end;
  margin-top: 10px; /* Espacio entre el título y los enlaces */
}

.learts-blockquote.mobile .title {
  margin-bottom: 10px; /* Espacio entre el título y la descripción */
}

/* .learts-blockquote.mobile .link {
  text-decoration: none;
  color: #007bff; 
} */

.link:hover {
  text-decoration: underline; /* Subrayado al pasar el ratón */
}

/* Opcional: estilo para el summary */
.learts-blockquote.mobile .saber-mas summary {
  cursor: pointer; /* Cambia el cursor al pasar sobre el summary */
  color:white;
}
.bloques_index_mobile .title,.gallery_mobile .title{
  font-size: 30px;
}
.bloques_index_mobile .product-info:not(:first-child){
  margin-top:4px;
}
.bloques_index_mobile .products .product {
  margin-bottom: 0px;
}
.bloques_index_mobile .product_banner_content{
  margin-bottom:12% !important;
}
.cats_mobile ul{
  line-height: 10px;
}
.cats_mobile .ps-block--category-2 .ps-block__content {
  padding: 5px 10px 15px;
}
.bloques_index_mobile .product-thumb .add-to-wishlist,.products.mobile .product-thumb .add-to-wishlist{
  top: 0px;
  right: -5px;
}

/* FOOTER SOCIAL */
#footer-social .widget-list {
  list-style: none;
  padding: 0;
}

#footer-social .widget-list li {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}

#footer-social .widget-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

#footer-social .widget-list li a i {
  margin-right: 8px;
}

#footer-social .widget-list li a span {
  display: inline-block;
}

/* Estilo para dispositivos móviles */
@media (max-width: 768px) {
  #footer-social .widget-list {
      display: flex;
      gap: 40px;
      justify-content: center;
  }
  .etiquetas span {
    font-size: 14px;
  }
  #footer-social .widget-list li {
      margin: 0;
  }

  #footer-social .widget-list li a {
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: black;
      font-size: 20px;
      text-decoration: none;
  }

  #footer-social .widget-list li a i {
      margin-right: 0;
      color:white;
  }

  #footer-social .widget-list li a span {
      display: none;
  }
  .product-deal-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-banner4 .inner .content .title{
    font-size: 13px;
  }
  .category-banner4 .inner .content{
    padding: 10px 0px;
  }
  .products.mobile .product-info .title{
    font-size: 15px;
  }
}

/* MOBILE */
.items-cart.mobile .dz-cart-list {
  position: relative;
  height: 100%;
  display: flex;
  align-items: start;
  padding: 10px 15px;
  border-bottom: 1px solid var(--rgba-primary-1);
  margin: 0 -15px;
}

.items-cart.mobile .dz-cart-list .dz-media {
  margin-right: 7px;
  max-width: 60px;
}
.items-cart.mobile .dz-cart-list .header {
  border-bottom: 1px solid lightgray;
  
}
.dz-cart-list.mobile .dz-media img {
  width: 70%;
}
.items-cart.mobile .remove_from_cart.btn-remove.btn{
  padding: 0px !important;
}
.items-cart.mobile .dz-cart-list .count_price{
  font-size: 15px;
  color:var(--base-color);
}

.items-cart.mobile .resume_total{
  width: 100%;
  text-align: center;
}
.items-cart.mobile .resume_total th{
  color:white;
  background: #b2b2b2;
}

.items-cart.mobile .product-quantity {
  display: inline-flex;
  align-items: center;
}

.items-cart.mobile .total-cart-price{
  font-weight: 600;
}

.items-cart hr{
  background: black;
  opacity: 1;
  height: 2px;
}

#btn-discount{
  color:white;
  vertical-align: text-top;
}
#checkout-discount-input{
  float:left;
  width: 74% !important;
  background: white !important;
}
#checkout-coupon-form{
  padding:5px;
}
#opc-sidebar button.checkoutButton{
  margin-bottom: 14px;
}
.opc-sidebar .title{
  margin-top:4px;
}

.items_cart .attributes{
  font-size: 14px;
}

b, strong {
  font-weight: bold;
}

/* Ajuste de modales */
.modal-dialog {
  margin: 9.75rem auto !important;
}
.modal-dialog .icon{
  margin-top:3rem;
  margin-bottom: 3rem;
}
@media (max-width: 475px) {
  .breadcrumb .home{
    text-decoration: underline;
  }
  .breadcrumb .link span:before{
    font-family: "Font Awesome 5 Pro";
    content:"\f104";
    margin-right: 5px;
  }
  .modal-dialog{
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-dialog .fa-check-circle{
    font-size: 5rem !important;
  }
  .modal-dialog .icon{
    margin-top:1rem !important;
    margin-bottom: 1rem;
  }
}
