/*
Theme Name: Ludus
Author: ahfront
Description: Ludus - is complete multipurpose polish eCommerce template built with
best practices. It will be perfect solution for your current or future shop, customizable
into any store contains responsiveness & great UI. Well tested on compatible browsers.
The template contains 40+ HTML files, 3 Homepages, 3 Header Styles, 12 Dashboard Pages,
3 Product Pages, 7 Shop Pages, 5 Blog Pages, Box mode and generated 10 Color variations but could
create unlimited colors.
Version: 1.0.0
Tags: one-column, two-columns, three-columns, four-columns, right-sidebar,
custom-colors, box-mode, custom-header, custom-menu, custom-logo, featured-images
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Base Styles	
2.0 Typography
3.0 Pre-configured styles
4.0 Layout Utility Styles
5.0 Components
6.0 Header
  6.1 Primary Nav
  6.2 Secondary Nav

9.0 About-Page
10.0 Contact-Page
11.0 Cart-Wishlist-Pages
12.0 Empty-404-Pages
13.0 Checkout-Page
14.0 Signin Signup Lost Password-Page
15.0 FAQ-Page
16.0 Dashboard-Pages
17.0 Blog-Pages
18.0 Product-Detail-Pages
19.0 Shop-Pages
20.0 Vendor Extension Pages
  20.1 Bootstrap
  20.2 jquery.shopnav
  20.3 Owl-Carousel
  20.4 jquery.scrollUp
  20.5 Slick Carousel

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Base Styles
--------------------------------------------------------------*/
/**
 * Setup box-sizing
 */
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
  html.boxed {
    background-color: #eee; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/* Set up background color and height */
html, body {
  height: 100%; /* Assure que le body prend toute la hauteur de la page */
  background-color: #ffffff; /* Change la couleur de fond selon ta préférence */
  margin: 0; /* Enlève la marge par défaut du body */
}

body {
  line-height: 1.5;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

.config {
  overflow: hidden;
}

/**
 * Basic styles for headings and paragraph
 */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

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

h2 {
  font-size: 32px;
  line-height: 46px; }

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

h4 {
  font-size: 16px;
  line-height: 30px; }

h5 {
  font-size: 15px;
  line-height: 30px; }

p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px; }

/**
 * Basic styles for links
 */
a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  cursor: pointer; }

/**
 * Basic style for image element
 */
img {
  border: 0; }
  img:focus {
    outline: none; }

/**
 * Basic style for iframe element
 */
iframe {
  border: none;
  overflow: hidden; }

iframe[src*="soundcloud"] {
  width: 100%; }

/*--------------------------------------------------------------
Box Module
--------------------------------------------------------------*/
/* Body Element */
@media (min-width: 576px) {
  html.boxed body {
    background-color: #ffffff;
    margin: 0 auto; } }

@media (min-width: 576px) {
  html.boxed body {
    max-width: 546px; } }

@media (min-width: 791px) {
  html.boxed body {
    max-width: 770px; } }

@media (min-width: 1025px) {
  html.boxed body {
    max-width: 990px; } }

@media (min-width: 1230px) {
  html.boxed body {
    max-width: 1200px; } }

/* Header with container Element */
@media (max-width: 1024px) {
  html.boxed header .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1025px) {
  html.boxed header .container {
    padding-left: 40px;
    padding-right: 40px; } }




@media (min-width: 576px) {
  html.boxed .app-content {
    max-width: 546px; } }

@media (min-width: 791px) {
  html.boxed .app-content {
    max-width: 770px; } }

@media (min-width: 1025px) {
  html.boxed .app-content {
    max-width: 990px; } }

@media (min-width: 1230px) {
  html.boxed .app-content {
    max-width: 1200px; } }

/* App Content with container */
@media (max-width: 1024px) {
  html.boxed .app-content .container {
    padding-left: 20px;
    padding-right: 20px; 
	} }

@media (min-width: 1025px) {
  html.boxed .app-content .container {
    padding-left: 40px;
    padding-right: 40px;	
	} }


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/**
 * Basic typography style for copy text
 */
body {
  color: #7f7f7f;
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

/*--------------------------------------------------------------
3.0 Pre-configured styles
--------------------------------------------------------------*/
/**
* JavaScript Disabled Page
*/
.no-js #app {
  display: none; }

.app-setting {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  position: fixed;
  z-index: 1000001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .app-setting__wrap {
    text-align: center;
    padding: 2.1875rem;
    background-color: #fbfbfb;
    border-left: 0.1875rem solid #2a7ae2; /* Couleur de fond du bouton */ }
  .app-setting__h1 {
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: 42px;
    color: #333333; }
  .app-setting__text {
    font-size: 0.8125rem;
    color: #ababab; }

/**
* Preloader
*/
.preloader.is-active {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000;
  background: white;
  display: block; }

.preloader {
  display: none; }
  .preloader__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
  .preloader__img {
    display: block; }

/*
  * Row modifier class
 */
.row--center {
  -ms-flex-pack: center;
      justify-content: center; }

/*
  * Fitvids plugin modifier class
 */
.fluid-width-video-wrapper {
  background-color: #f5f5f5; }

/*
  * Social media classes with property background-color & color.
  * 's' is a prefix and represents a social media class.
 */
/* Facebook */
.s-fb--bgcolor-hover:hover {
  background-color: #4267b2; }

.s-fb--color-hover:hover {
  color: #4267b2; }

.s-fb--color {
  color: #4267b2; }

/* Twitter */
.s-tw--bgcolor-hover:hover {
  background-color: #38A1F3; }

.s-tw--color-hover:hover {
  color: #38A1F3; }

.s-tw--color {
  color: #38A1F3; }

/* instagram */
.s-insta--bgcolor-hover:hover {
  background-color: #f77737; }

.s-insta--color-hover:hover {
  color: #f77737; }

.s-insta--color {
  color: #f77737; }

/* youtube */
.s-youtube--bgcolor-hover:hover {
  background-color: #ED3833; }

.s-youtube--color-hover:hover {
  color: #ED3833; }

.s-youtube--color {
  color: #ED3833; }

/* linkedin */
.s-linked--bgcolor-hover:hover {
  background-color: #0077B5; }

.s-linked--color-hover:hover {
  color: #0077B5; }

.s-linked--color {
  color: #0077B5; }

/* googleplus */
.s-gplus--bgcolor-hover:hover {
  background-color: #dd4b39; }

.s-gplus--color-hover:hover {
  color: #dd4b39; }

.s-gplus--color {
  color: #dd4b39; }

/* Whats App */
.s-wa--color {
  color: #25d366; }

.s-wa--color-hover:hover {
  color: #25d366; }

/*
  * Global classes you can use these classes on elements and components of your application.
  * Remember: Don't confuse your mind with utility classes & Global classes.
  * Utility class has a prefix 'u' that represents root namespace also has a sub-namespace
  * prefix. These are low-level utility classes that make it easy to build complex user interfaces.
  * Global class has a prefix 'gl' and these classes are ready-made styles that you could
  * use on different elements like span, div, h1, h3 and components like button, selectbox. scrollbar etc.
 */
/*
  * Chrome Default Style for scrollbar
 */
.gl-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px; }

.gl-scroll::-webkit-scrollbar-track {
  background: #eee; }

.gl-scroll::-webkit-scrollbar-thumb {
  background: #888; }

.gl-scroll::-webkit-scrollbar-thumb:hover {
  background: #555; }

/*
  * Global Rating Style apply on any div that has `i` element as children
 */
.gl-rating-style > i {
  margin-left: 2px;
  color: #ff9600; }
  .gl-rating-style > i:first-child {
    margin-left: 0; }

.gl-rating-style-2 > i {
  margin-left: 2px;
  color: #2a7ae2; /* Couleur de fond du bouton */ }
  .gl-rating-style-2 > i:first-child {
    margin-left: 0; }

/*
  * Signup, Login Social Buttons
 */
.gl-s-api {
  width: 80%;
  margin: 0 auto; }
  .gl-s-api__btn {
    border: none;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.5s linear; }
    .gl-s-api__btn:focus {
      outline: 0; }
    .gl-s-api__btn span {
      margin-left: 10px; }
  .gl-s-api__btn--fb {
    background-color: #4267b2; }
    .gl-s-api__btn--fb:hover {
      background-color: #3b5c9f; }
  .gl-s-api__btn--gplus {
    background-color: #dd4b39; }
    .gl-s-api__btn--gplus:hover {
      background-color: #d73925; }

/*
 * Inline Maker 1
  */
.gl-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center; }
  .gl-inline div {
    -ms-flex: 1;
        flex: 1;
    margin-right: 14px; }
    .gl-inline div:last-child {
      margin-right: 0; }

/*
* Inline Maker 2
 */
.gl-l-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/**
  * DOB: Date of Birth Select Box
 */
.gl-dob {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .gl-dob .select-box {
    -ms-flex: 1;
        flex: 1;
    margin-right: 8px; }
    .gl-dob .select-box:last-child {
      margin-right: 0; }

.gl-link {
  font-size: 13px;
  font-weight: 600;
  color: #2a7ae2; /* Couleur de fond du bouton */
  transition: color 0.5s linear; }
  .gl-link:hover {
    color: #2a7ae2; /* Couleur de fond du bouton */ }

.gl-h1 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 8px; }

.gl-text {
  display: block;
  color: #a0a0a0;
  font-size: 13px; }

.gl-label {
  margin-bottom: 8px;
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 600; }

/**
* Global Tag
 */
.gl-tag {
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 22px; }
  .gl-tag:last-child {
    margin-right: 0; }

/*
* Global Modal Classes
 */
.gl-modal-h1 {
  margin-bottom: 8px;
  line-height: 1;
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 600; }

.gl-modal-text {
  color: #a0a0a0;
  font-size: 13px; }

.gl-modal-btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .gl-modal-btn-group button {
    margin-right: 12px; }
    .gl-modal-btn-group button:last-child {
      margin-right: 0; }

@media (max-width: 575px) {
  .gl-inline {
    display: block; }
    .gl-inline div {
      display: block;
      margin-right: 0; }
  .gl-l-r {
    display: block; }
  .gl-dob {
    display: block; }
    .gl-dob .select-box {
      width: 100%;
      margin-bottom: 8px;
      margin-right: 0; }
      .gl-dob .select-box:last-child {
        margin: 0; } }

/**
  * Default Pulse Animation
 */
@-webkit-keyframes mypulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7; }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0); } }
@keyframes mypulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7; }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0); } }

/*--------------------------------------------------------------
4.0 Layout Utility Styles
--------------------------------------------------------------*/
/**
 * Utility classes for colors:
 * Convey meaning through color with a handful of color utility classes.
 * Includes support for styling links too.
 */
.u-c-brand {
  color: #2a7ae2 !important; }

.u-c-secondary {
  color: #333333 !important; }

.u-c-white {
  color: #ffffff !important; }

.u-c-black {
  color: #000000 !important; }

.u-c-grey {
  color: #7f7f7f !important; }

.u-c-silver {
  color: #a0a0a0 !important; }

/*
  * Display Utility
 */
.u-d-block {
  display: block; }

/*
  * Sizing
  * Easily make an element as wide or as tall (relative to its parent) with our width and height utilities.
 */
.u-w-100 {
  width: 100%; }

.u-h-100 {
  height: 100%; }

/**
  * Image Responsive utility classes
 */
.u-img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto; }




/* Countdown Component */
.countdown--style-special {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .countdown--style-special .countdown__content {
    margin: 0 6px 10px;
    text-align: center;
    padding: 5px 24px;
    background-color: rgba(255, 255, 255, 0.98); }
  .countdown--style-special .countdown__value {
    font-size: 35px;
    font-weight: 600;
    display: block;
    color: #333333; }
  .countdown--style-special .countdown__key {
    font-size: 12px;
    font-weight: 600;
    display: block;
    color: steelblue; }

.countdown--style-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .countdown--style-banner .countdown__content {
    margin: 0 10px 10px;
    text-align: center;
    padding: 5px 24px;
    background-color: #333333; }
  .countdown--style-banner .countdown__value {
    font-size: 48px;
    font-weight: 600;
    display: block;
    color: #ffffff; }
  .countdown--style-banner .countdown__key {
    font-size: 12px;
    font-weight: 600;
    display: block;
    color: #ffffff; }

.countdown--style-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .countdown--style-section .countdown__content {
    margin: 18px 20px 20px 0;
    padding: 8px 22px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.98); }
  .countdown--style-section .countdown__value {
    font-size: 26px;
    font-weight: 600;
    display: block;
    color: #333333; }
  .countdown--style-section .countdown__key {
    font-size: 10px;
    font-weight: 600;
    display: block;
    color: #2a7ae2; /* Couleur de fond du bouton */ }

/* Input-Counter Component */
.input-counter {
  position: relative;
  display: inline-block;
  max-width: 132px;
  min-width: 132px; }
  .input-counter__text {
    border-radius: 25px;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-align: center; }
    .input-counter__text:focus {
      outline: 0; }
  .input-counter--text-primary-style {
    color: #333333;
    transition: all 0.6s linear;
    border: 2px solid transparent;
    background-color: #f1f1f1; }
    .input-counter--text-primary-style:focus {
      background-color: transparent;
      border-color: #2a7ae2; /* Couleur de fond du bouton */ }
  .input-counter__minus, .input-counter__plus {
    top: 0;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    position: absolute;
    width: 50px;
    line-height: 50px;
    height: 100%;
    text-align: center;
    color: #7f7f7f;
    transition: color 0.5s; }
    .input-counter__minus:hover, .input-counter__plus:hover {
      color: #333333; }
  .input-counter__minus {
    left: 0; }
  .input-counter__plus {
    right: 0; }

/* Input Text Component */
.input-text {
  font-size: 12px;
  background-clip: padding-box;
  padding: 0 18px;
  height: 40px; }
  .input-text--border-radius {
    border-radius: 25px; }
  .input-text--primary-style {
    color: #333333;
    transition: all 0.6s linear;
    border: 2px solid transparent;
    background-color: #f1f1f1; }
    .input-text--primary-style:focus {
      background-color: transparent;
      border-color: #2a7ae2; /* Couleur de fond du bouton */ }
  .input-text--style-1 {
    color: #5c636c;
    transition: all 0.6s linear;
    border: 1px solid transparent;
    background-color: #f1f1f1; }
    .input-text--style-1:focus {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      background-color: transparent;
      border-color: #eee; }
  .input-text--style-2 {
    color: #5c636c;
    border: 1px solid transparent;
    background-color: #f1f1f1;
    transition: all 0.6s linear; }
    .input-text--style-2:focus {
      background-color: #ffffff; }
  .input-text--only-white {
    border: 1px solid transparent;
    color: #333333;
    background-color: #ffffff; }
  .input-text:focus {
    outline: 0; }

.input-text:disabled {
  background-color: #cecece; }

input::-ms-clear {
  display: none; }

/* Preload Aspect Ratio Component */
/*
  * Example 1 For Square: <a class="aspect aspect--bg-grey aspect--square u-d-block"><img src="a.jpg" class="aspect__img" alt=""></a>
  * Example 2 For Non Square: <div class="aspect aspect--bg-grey aspect--1286-890"><img src="a.jpg" class="aspect__img" alt=""></div>
 */
/*
  * Some Points to use Aspect Ratio Component classes:
  * Make sure the element on which it adds, it would be a block or inline-block element,
  * if it is not then you could add utility class 'u-d-block', 'u-d-inline-block' or you
  * could directly target that element with CSS to make inline or block.
  * By default '.aspect--square' or '.aspect--16:9: resolution' class takes height according to
  * the height of the child image element.
  * But if the parent element is a flex element then aspect ratio technique doesn't work because
  * '.aspect--square' or '.aspect--16:9: resolution' contains padding top/bottom property with a
  * percentage value.
  * There are also some cases you do not want to have '.aspect--square' or '.aspect--16:9: resolution'
  * class to take width & height that match with child image element.
  * Then you could append CSS class or directly target that parent element with CSS and
  * set your custom width & height.
  * If the image has aspect ratio square, i.e. 4:3 then you would add class '.aspect--square'
  * on the element. This class has a padding-bottom:100% property.
  * 100% means to take the entire height of the image.
  * If the image doesn't have aspect ratio square then to make a custom class
  * like '.aspect--imageWidth-imageHeight' and use ready-made sass function() nonsquare(imageWidth,imageHeight)
  * that returns padding-bottom property with the value calculated according to image resolution.
  * You could also change the background-color of placeholder according to your own choice.
  * By default, only 2 classes are generated.
 */




/*
  * Add this class inside '.aspect' child image element. If you want to make an image responsive then
  * you can use utility u-img-fluid class.
 */
.aspect__img {
  position: absolute;
  width: 100%;
  height: 100%; }

/* Product Component */
.product-o {
  padding: 20px;
  background-color: #ffffff; }

.product-o--hover-off {
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1); }

.product-o--radius {
  border-radius: 14px; }

.product-o--hover-on {
  transition: all 0.4s ease-in-out; }
  .product-o--hover-on:hover {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1); }

.product-o:hover .product-o__wrap:before {
  opacity: 1; }

.product-o:hover .product-o__action-wrap {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1); }

.product-o:hover .product-o__action-list > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.product-o__wrap {
  position: relative; }
  .product-o__wrap:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.product-o__action-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%) scale(0.8);
          transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s; }

.product-o__action-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .product-o__action-list > li {
    margin: 0 4px 6px;
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    transition: all 0.3s ease 0.1s; }
    .product-o__action-list > li > a {
      display: block;
      width: 35px;
      text-align: center;
      border-radius: 50%;
      height: 35px;
      line-height: 35px;
      background-color: rgba(255, 255, 255, 0.25);
      color: #ffffff;
      font-size: 12px;
      transition: all 0.3s ease 0s; }
      .product-o__action-list > li > a:hover {
        background-color: #333333;
        color: #ffffff; }

.product-o__category {
  display: block;
  margin-top: 4px; }
  .product-o__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px; }
    .product-o__category > a:hover {
      color: steelblue; }

.product-o__name > a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s; }
  .product-o__name > a:hover {
    color: steelblue; }

.product-o__rating {
  margin-bottom: 4px; }
  .product-o__rating i {
    font-size: 12px; }

.product-o__review {
  margin-left: 4px;
  font-size: 12px;
  color: #a0a0a0; }

.product-o__price {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600; }

.product-o__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #333333;
  font-size: 14px;
  text-decoration: line-through; }

.product-o__countdown-wrap {
  margin-top: 16px; }

.product-o__special-count-wrap {
  position: absolute;
  width: 100%;
  bottom: 20px; }

.x-product {
  padding: 20px;
  border-radius: 6px;
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06); }
  .x-product .row {
    -ms-flex-align: center;
        align-items: center; }
  .x-product__feature-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .x-product:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); }

.feature {
  margin-bottom: 20px; }
  .feature__name {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    display: block; }
  .feature__value {
    color: #7f7f7f;
    font-size: 12px;
    display: block; }

.product-l {
  display: -ms-flexbox;
  display: flex; }
  .product-l__img-wrap {
    margin-right: 20px; }
  .product-l__rating i {
    font-size: 12px; }
  .product-l__link {
    width: 110px;
    height: 110px; }
  .product-l__category {
    display: block; }
    .product-l__category > a {
      color: #a0a0a0;
      transition: color 0.5s;
      font-size: 12px; }
      .product-l__category > a:hover {
        color: steelblue; }
  .product-l__name {
    display: block;
    margin-bottom: 4px; }
    .product-l__name > a {
      color: #333333;
      font-size: 14px;
      font-weight: 600;
      transition: color 0.5s; }
      .product-l__name > a:hover {
        color: steelblue; }
  .product-l__price {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 600; }
  .product-l__discount {
    font-weight: 600;
    margin-left: 15px;
    color: steelblue;
    font-size: 14px;
    text-decoration: line-through; }

.product-o2 {
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06); }
  .product-o2__wrap {
    position: relative;
    overflow: hidden; }
  .product-o2__action-wrap {
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all 0.6s linear;
    left: 20px;
    top: 20px; }
  .product-o2__action-list {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none; }
    .product-o2__action-list > li {
      margin-bottom: 6px; }
      .product-o2__action-list > li > a {
        display: inline-block;
        width: 35px;
        text-align: center;
        border-radius: 50%;
        height: 35px;
        line-height: 35px;
        background-color: steelblue;
        color: #ffffff;
        font-size: 12px;
        transition: all 0.3s ease 0.1s; }
        .product-o2__action-list > li > a:hover {
          background-color: #ffffff;
          color: steelblue; }
      .product-o2__action-list > li:last-child {
        margin-bottom: 0; }
  .product-o2__countdown-wrap {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 60px;
    height: 100%; }
  .product-o2__img {
    transition: all 0.6s ease-in-out;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .product-o2__content {
    padding: 10px; }
  .product-o2__category {
    display: block;
    margin-top: 4px; }
    .product-o2__category > a {
      color: #a0a0a0;
      transition: color 0.5s;
      font-size: 12px; }
      .product-o2__category > a:hover {
        color: steelblue; }
  .product-o2__name {
    display: block; }
    .product-o2__name > a {
      color: #333333;
      font-size: 14px;
      font-weight: 600;
      transition: color 0.5s; }
      .product-o2__name > a:hover {
        color: steelblue; }
  .product-o2__rating {
    margin-bottom: 4px; }
    .product-o2__rating i {
      font-size: 12px; }
  .product-o2__review {
    margin-left: 4px;
    font-size: 12px;
    color: #a0a0a0; }
  .product-o2__price {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 600; }
  .product-o2__discount {
    font-weight: 600;
    margin-left: 30px;
    color: #333333;
    font-size: 14px;
    text-decoration: line-through; }

.product-o2:hover .product-o2__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.product-o2:hover .product-o2__action-wrap {
  opacity: 1; }

.product-r {
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 2px 2px 8px 3px rgba(36, 37, 38, 0.08); }
  .product-r__container {
    position: relative; }
  .product-r__ribbon-wrap {
    position: absolute;
    top: 0;
    right: 25px; }
  .product-r__action-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
    transition: all 0.2s ease 0s; }
  .product-r__action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-r__action-list > li {
      margin: 0 4px 6px;
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      transition: all 0.3s ease 0.1s; }
      .product-r__action-list > li > a {
        display: block;
        width: 35px;
        text-align: center;
        border-radius: 50%;
        height: 35px;
        line-height: 35px;
        background-color: #ffffff;
        color: steelblue;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
        font-size: 12px;
        transition: all 0.3s ease 0s; }
        .product-r__action-list > li > a:hover {
          background-color: #ffffff;
          color: steelblue; }
  .product-r__info-wrap {
    padding: 14px; }
  .product-r__category {
    display: block;
    margin-bottom: 2px; }
    .product-r__category > a {
      color: #a0a0a0;
      transition: color 0.5s;
      font-size: 12px; }
      .product-r__category > a:hover {
        color: steelblue; }
  .product-r__n-p-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 6px; }
  .product-r__name, .product-r__price {
    -ms-flex: 0 1 auto; }
  .product-r__name {
    display: block; }
    .product-r__name > a {
      color: #333333;
      font-size: 14px;
      font-weight: 600;
      transition: color 0.5s; }
      .product-r__name > a:hover {
        color: steelblue; }
  .product-r__price {
    display: block;
    font-weight: 600;
    color: steelblue;
    font-size: 16px; }
  .product-r__description {
    margin-bottom: 6px;
    display: block;
    color: #7f7f7f;
    font-size: 12px; }
  .product-r:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); }
    .product-r:hover .product-r__action-wrap {
      opacity: 1;
      -webkit-transform: translateY(-50%) scale(1);
              transform: translateY(-50%) scale(1); }
    .product-r:hover .product-r__action-list > li {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.product-bs {
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out; }
  .product-bs__container {
    padding: 20px; }
  .product-bs__wrap {
    position: relative;
    margin-bottom: 4px; }
  .product-bs__action-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
    transition: all 0.2s ease 0s; }
  .product-bs__action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-bs__action-list > li {
      margin: 0 4px 6px;
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      transition: all 0.3s ease 0.1s; }
      .product-bs__action-list > li > a {
        display: block;
        width: 35px;
        text-align: center;
        border-radius: 50%;
        height: 35px;
        line-height: 35px;
        background-color: steelblue;
        color: #ffffff;
        font-size: 12px;
        transition: all 0.3s ease 0s; }
        .product-bs__action-list > li > a:hover {
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
          background-color: #ffffff;
          color: steelblue; }
  .product-bs__category {
    display: block; }
    .product-bs__category > a {
      color: #a0a0a0;
      transition: color 0.5s;
      font-size: 12px; }
      .product-bs__category > a:hover {
        color: steelblue; }
  .product-bs__name {
    display: block; }
    .product-bs__name > a {
      color: #333333;
      font-size: 14px;
      font-weight: 600;
      transition: color 0.5s; }
      .product-bs__name > a:hover {
        color: steelblue; }
  .product-bs__rating {
    margin-bottom: 4px; }
    .product-bs__rating i {
      font-size: 12px; }
  .product-bs__review {
    margin-left: 4px;
    font-size: 12px;
    color: #a0a0a0; }
  .product-bs__price {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 600; }
  .product-bs__discount {
    font-weight: 600;
    margin-left: 30px;
    color: #333333;
    font-size: 14px;
    text-decoration: line-through; }

.product-bs:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px); }
  .product-bs:hover .product-bs__action-wrap {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1); }
  .product-bs:hover .product-bs__action-list > li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.product-short {
  background-color: #fbfbfb;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out; }
  .product-short:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .product-short__container {
    padding: 30px; }
  .product-short__info {
    margin-top: 14px; }
  .product-short__price {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: steelblue; }
  .product-short__name {
    display: block; }
    .product-short__name > a {
      font-size: 14px;
      font-weight: 600;
      color: #333333;
      transition: color 0.5s; }
      .product-short__name > a:hover {
        color: steelblue; }
  .product-short__category {
    display: block; }
    .product-short__category > a {
      font-size: 11px;
      color: #a0a0a0;
      transition: color 0.5s; }
      .product-short__category > a:hover {
        color: steelblue; }

/* Checkbox, Radio Component */
/*
  * Remember these are very important styles and make sure input checkbox always has a greater z-index from label
  * and any other div's.
  * Remember these styles make checkbox horizontal center, and when you click out of the boundary region
  * Behind the scenes checkbox has a opacity 0 but it will be checked.
 */
.check-box [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer; }

.radio-box [type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer; }

.check-box {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1; }
  .check-box__label {

    position: initial;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #333333;
    margin-left: 24px;
    white-space: normal; }
    .check-box__label:before, .check-box__label:after {
      content: '';
      width: 18px;
      height: 18px;
      display: block;
      border: 2px solid transparent;
      z-index: 0;
      transition: all .5s ease;
      position: absolute;
      left: 0;
      top: 0; }
    .check-box__label:before {
      background-color: #f1f1f1; }
    .check-box__label:after {
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }

.check-box input:checked ~ .check-box__state label:before {
  -webkit-animation: mypulse 1s;
          animation: mypulse 1s; }

.check-box input:checked ~ .check-box__state.check-box__state--primary label:before {
  border-color: steelblue;
  background-color: #ffffff; }

.check-box input:checked ~ .check-box__state.check-box__state--primary label:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  background-color: steelblue; }

.radio-box {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1; }
  .radio-box__label {
    position: initial;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #333333;
    white-space: normal;
    margin-left: 24px; }
    .radio-box__label:before, .radio-box__label:after {
      content: '';
      width: 18px;
      height: 18px;
      display: block;
      border-radius: 50%;
      border: 2px solid transparent;
      z-index: 0;
      transition: all .5s ease;
      position: absolute;
      left: 0;
      top: 0; }
    .radio-box__label:before {
      background-color: #f1f1f1; }
    .radio-box__label:after {
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }

.radio-box input:checked ~ .radio-box__state label:before {
  -webkit-animation: mypulse 1s;
          animation: mypulse 1s; }

.radio-box input:checked ~ .radio-box__state.radio-box__state--primary label:before {
  border-color: steelblue;
  background-color: #ffffff; }

.radio-box input:checked ~ .radio-box__state.radio-box__state--primary label:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  background-color: steelblue; }

/* Select-Box Component */
.select-box {
  display: block;
  max-width: 100%;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 12px 11px 15px;
  cursor: pointer;
  line-height: 1.2; }
  .select-box--primary-style {
    color: #333333;
    border: 2px solid transparent;
    background-color: #f1f1f1; }
  .select-box--transparent-b-2 {
    color: #333333;
    border: 1px solid transparent;
    background-color: transparent; }
  .select-box:focus {
    outline: 0; }
  .select-box::-ms-expand {
    background-color: transparent;
    border: 0; }

.select-box:disabled {
  background-color: #cecece; }

.select-box--primary-style:focus::-ms-value {
  color: #333333;
  background-color: #f1f1f1; }

.select-box--transparent-b-2:focus::-ms-value {
  color: #333333;
  background-color: #ffffff; }

/* Textarea Component */
.text-area {
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  padding: 18px;
  resize: vertical; }
  .text-area--border-radius {
    border-radius: 25px; }
  .text-area--primary-style {
    color: #5c636c;
    transition: all 0.6s linear;
    border: 2px solid transparent;
    background-color: #f1f1f1; }
    .text-area--primary-style:focus {
      background-color: transparent;
      border-color: steelblue; }
  .text-area:focus {
    outline: 0; }

/* Modal Component */
.dismiss-button {
  z-index: 2;
  position: absolute;
  top: 0;
  right: -50px;
  background-color: transparent;
  padding: 8px;
  font-size: 24px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  transition: color 110ms ease-in-out; }
  .dismiss-button:hover {
    color: steelblue; }

#dash-newsletter .modal-dialog {
  width: 100%;
  max-width: 450px; }

#dash-newsletter .modal-body {
  padding: 1.875rem; }

.d-modal__form {
  width: 100%; }
  .d-modal__form .btn {
    padding: 14px 46px;
    font-size: 12px;
    font-weight: 600; }
  .d-modal__form a {
    font-size: 15px;
    font-weight: 600;
    color: steelblue;
    transition: color 110ms ease-in-out; }
    .d-modal__form a:hover {
      color: #7f7f7f; }

#edit-ship-address .modal-dialog, #add-ship-address .modal-dialog {
  width: 100%;
  max-width: 750px; }

#edit-ship-address .modal-body, #add-ship-address .modal-body {
  padding: 1.875rem; }

.checkout-modal1__form, .checkout-modal2__form {
  width: 100%; }
  .checkout-modal1__form .btn, .checkout-modal1__form .input-text, .checkout-modal1__form .select-box, .checkout-modal2__form .btn, .checkout-modal2__form .input-text, .checkout-modal2__form .select-box {
    border-radius: 6px; }
  .checkout-modal1__form .input-text, .checkout-modal1__form .select-box, .checkout-modal2__form .input-text, .checkout-modal2__form .select-box {
    width: 100%; }
  .checkout-modal1__form .btn, .checkout-modal2__form .btn {
    font-weight: 600;
    padding: 16px 46px; }



.success {
  text-align: center; }
  .success__text-wrap {
    margin-bottom: 18px; }
    .success__text-wrap i {
      margin-right: 8px;
      font-size: 16px;
      color: steelblue; }
    .success__text-wrap span {
      font-weight: 700;
      font-size: 14px;
      color: #333333; }
  .success__img-wrap {
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    width: 120px;
    height: 120px; }
    .success__img-wrap img {
      min-width: 120px; }
  .success__name {
    display: block;
    margin: 4px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333333; }
  .success__quantity {
    margin-bottom: 4px;
    display: block;
    font-size: 12px;
    color: #a0a0a0; }
  .success__price {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: steelblue; }

.s-option {
  text-align: center; }
  .s-option__text {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a0a0a0; }
  .s-option__link-box {
    width: 85%;
    margin: 0 auto; }
  .s-option__link {
    margin-bottom: 20px;
    display: block;
    padding: 12px 8px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 13px; }

#quick-look .modal-dialog {
  width: 100%;
  max-width: 991px; }

#quick-look .modal-body {
  padding: 1.875rem; }

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

#newsletter-modal .modal-dialog {
  width: 100%;
  max-width: 800px; }

#newsletter-modal .modal-body {
  padding: 0; }

#newsletter-modal .new-l__dismiss {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: transparent;
  padding: 8px;
  font-size: 16px;
  border: 0;
  color: #515151;
  cursor: pointer; }

#newsletter-modal .row {
  -ms-flex-align: center;
      align-items: center; }

.new-l__img-wrap {
  background-color: #f5f5f5;
  position: relative; }
  .new-l__img-wrap:before {
    transition: all 0.6s linear;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4); }

.new-l__img-wrap:hover:before {
  opacity: 1; }

.new-l__h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #333333; }

.new-l__p1 {
  font-size: 14px;
  line-height: 21px; }

.new-l__p2 {
  font-size: 12px;
  color: #a0a0a0; }

.new-l__link {
  font-size: 13px;
  color: #7f7f7f;
  transition: all .3s; }
  .new-l__link:hover {
    color: steelblue;
    text-decoration: underline; }

.new-l__form {
  width: 100%; }
  .new-l__form .btn {
    width: 100%; }
  .new-l__form .btn {
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 600; }

.news-l__input {
  width: 100%;
  font-size: 12px;
  padding: 0 18px;
  height: 40px;
  color: #333333;
  transition: all 0.6s linear;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff; }
  .news-l__input:focus {
    border-color: steelblue; }
  .news-l__input:focus {
    outline: 0; }
  .news-l__input::-ms-clear {
    display: none; }

@media (max-width: 991px) {
  .new-l__col-1 {
    display: none; } }

/*--------------------------------------------------------------
6.0 Header
--------------------------------------------------------------*/
.header-wrapper {
  position: relative; }

.header--style-1 {
  background-color: #ffffff; }

.header--style-2 {
  background-color: #242424; }

.header--style-3 {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 2; }

.header--box-shadow {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07); }









/*--------------------------------------------------------------
8.0 Index-Pages:
--------------------------------------------------------------*/
.fixed-list {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .fixed-list > ul {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border-radius: 1.5625rem; }
    .fixed-list > ul > li > a {
      color: #333333;
      text-align: center;
      font-size: 14px;
      padding: 14px; }
      .fixed-list > ul > li > a.active {
        background-color: steelblue;
        color: #ffffff; }
    .fixed-list > ul > li:first-child > a {
      border-top-left-radius: 1.5625rem;
      border-top-right-radius: 1.5625rem; }
    .fixed-list > ul > li:last-child > a {
      border-bottom-left-radius: 1.5625rem;
      border-bottom-right-radius: 1.5625rem; }

.bg-anti-flash-white {
  background-color: #f3f3f3; }

.white-container {
  width: 1220px;
  background-color: #ffffff;
  max-width: 100%;
  margin: 0 auto; }

.section__intro {
  position: relative; }

.block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 4px 0;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #e7e7e7; }
  .block__title {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px; }

.category-o {
  position: relative;
  border: 2px dashed #f5f5f5;
  border-radius: 50%;
  overflow: hidden; }
  .category-o__img-wrap {
    border-radius: 50%; }
  .category-o__img {
    border-radius: 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.6s linear; }
  .category-o__info {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    bottom: 40px; }
  .category-o__shop-now {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07);
    font-size: 13px;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block; }
  .category-o:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s linear;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0; }

.category-o:hover:before {
  opacity: 1; }

.category-o:hover .category-o__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.tab-list {
  margin: 0;
  padding: 0; }
  .tab-list > li {
    margin-right: 8px;
    margin-bottom: 12px; }
    .tab-list > li > a {
      border-radius: 20px;
      font-weight: 600;
      font-size: 13px;
      padding: 10px 16px;
      color: #333333; }
      .tab-list > li > a.active {
        border-color: #2a7ae2;
        background-color: #2a7ae2;
        color: #ffffff; }
    .tab-list > li:last-child {
      margin-right: 0; }

.promotion-o {
  position: relative;
  display: block;
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .promotion-o__content {
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    text-align: center; }
  .promotion-o__link {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07);
    font-size: 13px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all .3s linear;
    display: inline-block; }

.promotion-o:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px); }

.i3-banner {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer; }
  .i3-banner:before {
    transition: all 0.6s linear;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .i3-banner__img {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.6s ease-in-out; }

.i3-banner:hover:before {
  opacity: 1; }

.i3-banner:hover .i3-banner__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.aspect--1048-334 {
  padding-bottom: 31.87023%; }

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

.section__content {
  position: relative; }

.section__heading {
  font-weight: 600;
  letter-spacing: -.02rem;
  font-size: 28px;
  position: relative; }

.section__span {
  font-size: 13px;
  display: block; }

.collection {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer; }
  .collection:before {
    transition: all 0.6s linear;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .collection__img {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.6s ease-in-out; }

.collection:hover:before {
  opacity: 1; }

.collection:hover .collection__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.aspect--1286-890 {
  padding-bottom: 69.20684%; }

.filter-category-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.filter__btn--style-1 {
  position: relative;
  transition: all 0.3s ease 0s;
  display: block;
  border: none;
  padding: 18px;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  background-color: transparent; }
  .filter__btn--style-1:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #2a7ae2;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.2s ease 0s; }
  .filter__btn--style-1:hover {
    color: #2a7ae2; }
    .filter__btn--style-1:hover:before {
      width: 100%; }
  .filter__btn--style-1.js-checked {
    color: #2a7ae2; }
    .filter__btn--style-1.js-checked:before {
      width: 100%; }

.filter__btn--style-2 {
  transition: all 0.3s ease 0s;
  display: block;
  padding: 15px 27px;
  margin: 0 8px 10px;
  border: 2px solid #f7f7f9;
  font-size: 12px;
  color: #7f7f7f;
  background-color: transparent; }
  .filter__btn--style-2:hover {
    border-color: #2a7ae2;
    color: #333333; }
  .filter__btn--style-2.js-checked {
    border-color: #2a7ae2;
    color: #333333; }

.load-more {
  text-align: center;
  padding: 40px 0; }
  .load-more > button {
    padding: 22px 56px;
    border: none;
    border-radius: 5px;
    font-size: 13px; }

.banner-bg {
  padding: 7em 0;
  position: relative;
  background: #f5f5f5 url(../images/banners/banner-bg.jpg) repeat fixed center center;
  background-size: cover; }
  .banner-bg__wrap {
    text-align: center; }
  .banner-bg__text-block {
    display: block; }
  .banner-bg__text-1 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 58px; }
  .banner-bg__text-2 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 31px; }
  .banner-bg__text-3 {
    margin-bottom: 18px;
    font-size: 14px; }
  .banner-bg__shop-now {
    display: inline-block;
    padding: 14px 30px;
    font-weight: 600;
    border-radius: 40px;
    font-size: 13px; }

.promotion {
  display: block;
  position: relative; }
  .promotion:before {
    transition: all 0.3s linear;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0; }
  .promotion__content {
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    text-align: center; }
  .promotion__text-wrap {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 15px;
    transition: all 0.5s ease-in-out; }
  .promotion__text-1 {
    font-size: 14px; }
  .promotion__text-2 {
    font-size: 20px;
    font-weight: 600; }

.promotion:hover:before {
  opacity: 1; }

.promotion:hover .promotion__text-wrap {
  background-color: white; }

.column-product__title {
  display: block;
  font-size: 18px;
  font-weight: 600; }

.column-product__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.column-product__item {
  margin-bottom: 30px; }

.column-product__item:last-child {
  margin-bottom: 0; }

.service {
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 23px;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  border: 2px solid #f5f5f5; }
  .service__icon, .service__info-wrap {
    -ms-flex: 0 1 auto; }
  .service__icon {
    margin-right: 20px; }
    .service__icon > i {
      color: #2a7ae2;
      font-size: 30px; }
  .service__info-text-1 {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    color: #333333;
    font-weight: 600; }
  .service__info-text-2 {
    font-size: 13px;
    display: block;
    color: #7f7f7f; }

.new-brand-slider {
  position: relative; }

#brand-slider {
  position: static; }

@media (max-width: 991px) {
  .block {
    display: block; }
  .success__img-wrap, .success__info-wrap {
    display: none; } }



/*--------------------------------------------------------------
9.0 About-Page
--------------------------------------------------------------*/
.about {
  background-color: #ffffff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.07); }
  .about__container {
    padding: 60px; }
  .about__info {
    text-align: center; }
  .about__h2 {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px; }
  .about .about__p-wrap {
    position: relative;
    margin-bottom: 20px; }
    .about .about__p-wrap:before, .about .about__p-wrap:after {
      content: '';
      display: block;
      width: 70px;
      position: absolute;
      border: solid steelblue; }
    .about .about__p-wrap:before {
      top: -10px;
      left: -8px;
      border-top-width: 1px; }
    .about .about__p-wrap:after {
      bottom: -10px;
      right: -8px;
      border-bottom-width: 1px; }
  .about__p {
    color: #333333; }
  .about__link {
    display: inline-block;
    padding: 12px 42px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 12px; }

.team-member {
  background-color: #fbfbfb;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out; }
  .team-member__wrap {
    position: relative; }
  .team-member__social-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
    transition: all 0.2s ease 0s; }
  .team-member__social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    .team-member__social-list > li {
      margin: 0 4px 6px;
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      transition: all 0.3s ease 0.1s; }
      .team-member__social-list > li > a {
        display: block;
        width: 35px;
        text-align: center;
        border-radius: 50%;
        height: 35px;
        line-height: 35px;
        background-color: #ffffff;
        color: steelblue;
        font-size: 12px;
        transition: all 0.3s ease 0s; }
        .team-member__social-list > li > a:hover {
          color: #ffffff; }
  .team-member__info {
    padding: 16px; }
  .team-member__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333; }
  .team-member__job-title {
    display: block;
    font-size: 11px;
    color: #a0a0a0; }

.team-member:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px); }
  .team-member:hover .team-member__social-wrap {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1); }
  .team-member:hover .team-member__social-list > li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.testimonial {
  text-align: center; }
  .testimonial__img-wrap {
    margin-bottom: 16px; }
  .testimonial__double-quote {
    display: block; }
    .testimonial__double-quote i {
      font-size: 28px;
      color: #333333; }
  .testimonial__block-quote {
    margin: 0 auto;
    width: 70%;
    padding: 10px 20px; }
    .testimonial__block-quote p {
      font-size: 14px;
      font-weight: 600;
      color: #333333; }
  .testimonial__author {
    display: block;
    font-size: 13px;
    color: #a0a0a0; }

.testimonial .testimonial__img-wrap .testimonial__img {
  display: inline-block;
  width: 165px;
  height: 165px;
  border-radius: 50%; }

/*--------------------------------------------------------------
10.0 Contact-Page
--------------------------------------------------------------*/
.g-map {
  background-color: #eee; }

#map {
  height: 450px;
  width: 100%; }

.contact-o {
  background-color: #ffffff;
  padding: 23px;
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 2px solid #f5f5f5;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08); }
  .contact-o:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); }
  .contact-o__wrap {
    text-align: center; }
  .contact-o__icon {
    margin-bottom: 10px; }
    .contact-o__icon > i {
      color: steelblue;
      font-size: 48px; }
  .contact-o__info-text-1 {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase; }
  .contact-o__info-text-2 {
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
    color: #7f7f7f; }

.contact-area__heading {
  margin-bottom: 30px; }
  .contact-area__heading h2 {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    background-color: #ffffff; }

.contact-f {
  width: 100%; }
  .contact-f .input-text, .contact-f .text-area {
    border-radius: 6px;
    width: 100%; }
  .contact-f .text-area {
    height: 185px; }
  .contact-f .btn {
    padding: 19px 21px;
    border-radius: 25px; }

/*--------------------------------------------------------------
11.0 Cart-Wishlist-Pages
--------------------------------------------------------------*/
.table-responsive {
  overflow-x: auto; }

.table-p {
  width: 100%;
  border: 1px solid #eee;
  border-collapse: collapse; }
  .table-p tr {
    position: relative;
    border-top: 1px solid #eee; }
  .table-p td {
    padding: 20px; }
  .table-p__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center; }
  .table-p__img-wrap {
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    width: 120px;
    height: 120px; }
    .table-p__img-wrap img {
      display: block;
      min-width: 120px; }
  .table-p__info {
    margin-left: 18px; }
  .table-p__name {
    display: block; }
    .table-p__name > a {
      color: #333333;
      font-size: 14px;
      font-weight: 600;
      transition: color 0.5s; }
      .table-p__name > a:hover {
        color: steelblue; }
  .table-p__category {
    display: block; }
    .table-p__category > a {
      color: #a0a0a0;
      transition: color 0.5s;
      font-size: 12px; }
      .table-p__category > a:hover {
        color: steelblue; }
  .table-p__variant-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .table-p__variant-list > li > span {
      color: #a0a0a0;
      font-size: 12px; }
  .table-p__price {
    text-align: center;
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 600; }
  .table-p__input-counter-wrap {
    text-align: center; }
  .table-p__del-wrap {
    text-align: center; }
  .table-p__delete-link {
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    color: #333333;
    transition: color 0.5s; }
    .table-p__delete-link:hover {
      color: steelblue; }

.w-r {
  background-color: #ffffff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.07); }
  .w-r__container {
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .w-r__wrap-1, .w-r__wrap-2 {
    -ms-flex: 0 1 auto; }
  .w-r__wrap-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .w-r__img-wrap {
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    width: 120px;
    height: 120px; }
    .w-r__img-wrap img {
      display: block;
      min-width: 120px; }

  .w-r__info {
    margin-left: 18px; }
  .w-r__name {
    display: block; }
    .w-r__name > a {
      color: #333333;
      font-size: 14px;
      font-weight: 600;
      transition: color 0.5s; }
      .w-r__name > a:hover {
        color: steelblue; }
  .w-r__category {
    display: block;
    margin-bottom: 2px; }
    .w-r__category > a {
      color: #a0a0a0;
      transition: color 0.5s;
      font-size: 12px; }
      .w-r__category > a:hover {
        color: steelblue; }
  .w-r__price {
    display: block;
    color: steelblue;
    font-size: 14px;
    font-weight: 600; }
  .w-r__discount {
    font-weight: 600;
    margin-left: 12px;
    color: #333333;
    font-size: 14px;
    text-decoration: line-through; }
  .w-r__link {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
    margin: 0 0 10px 10px;
    padding: 12px 30px; }

.route-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f1f1f1;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .route-box__g {
    -ms-flex: 0 1 auto; }
  .route-box__link {
    color: #333333;
    font-size: 13px;
    text-align: center;
    padding: 17px;
    font-weight: 600;
    display: inline-block;
    transition: color 0.5s; }
    .route-box__link:hover {
      color: steelblue; }
  .route-box i {
    margin-right: 2px; }

.f-cart__pad-box {
  border: 1px solid #eee;
  padding: 32px 22px 35px; }

.f-cart__table {
  width: 100%;
  border-collapse: collapse; }
  .f-cart__table td {
    color: #333333;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0; }
  .f-cart__table td:first-child {
    text-align: left; }
  .f-cart__table td {
    text-align: right; }
  .f-cart__table tr:last-child td {
    font-size: 16px;
    font-weight: 700;
    color: steelblue; }

.f-cart__ship-link {
  font-size: 13px;
  text-align: center;
  padding: 17px;
  font-weight: 600;
  border-radius: 6px;
  display: block; }

.f-cart .input-text, .f-cart .select-box, .f-cart .text-area, .f-cart .btn {
  border-radius: 6px;
  width: 100%; }

.f-cart .text-area {
  height: 350px; }

.f-cart .btn {
  padding: 16px;
  font-weight: 600;
  font-size: 13px; }

@media (max-width: 991px) {
  .w-r__wrap-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (max-width: 767px) {
  .table-p td {
    min-width: 200px; }
  .w-r__container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .w-r__wrap-1 {
    -ms-flex-direction: column;
        flex-direction: column; }
  .w-r__info {
    text-align: center;
    margin: 15px 0 15px; }
  .w-r__wrap-2 {
    -ms-flex-align: center;
        align-items: center; } }

/*--------------------------------------------------------------
12.0 Empty-404-Pages
--------------------------------------------------------------*/
.empty {
  text-align: center; }
  .empty__big-text {
    display: block;
    margin-bottom: 12px;
    color: steelblue;
    line-height: 1;
    font-size: 85px;
    font-weight: 600; }
  .empty__text-1 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333333; }
  .empty__text-2 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #a0a0a0; }
    .empty__text-2 > a {
      color: steelblue;
      padding: 2px; }
      .empty__text-2 > a:after {
        content: ',';
        margin: 0 2px;
        color: #333333; }
    .empty__text-2 > a:last-child:after {
      content: none; }
  .empty__search-form {
    position: relative;
    width: 40%;
    margin: 0 auto; }
    .empty__search-form .btn {

      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 8px; }
  .empty__redirect-link {
    border-radius: 40px;
    padding: 16px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px; }

#search-label {
  padding: 0 36px 0 18px;
  width: 100%; }

/*--------------------------------------------------------------
13.0 Checkout-Page
--------------------------------------------------------------*/
.msg {
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  padding: 20px; }
  .msg__text {
    padding: 8px 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333; }

.l-f__form {
  width: 100%; }

.l-f .input-text {
  width: 100%; }

.l-f .input-text, .l-f .btn {
  border-radius: 6px; }

.l-f .btn {
  font-weight: 600;
  padding: 12px 18px; }

.c-f__form {
  position: relative;
  width: 50%; }

.c-f .input-text {
  width: 100%; }

.c-f .input-text, .c-f .btn {
  border-radius: 6px; }

.c-f .btn {
  font-weight: 600;
  padding: 12px 18px; }

.checkout-f {
  width: 100%; }
  .checkout-f .input-text, .checkout-f .select-box, .checkout-f .text-area, .checkout-f .btn {
    width: 100%;
    border-radius: 6px; }
  .checkout-f .text-area {
    height: 185px; }
  .checkout-f .btn {
    font-weight: 600;
    padding: 18px; }

.checkout-f__h1 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 8px; }

.o-summary__section {
  background-color: #ffffff;
  border: 1px solid #eee; }

.o-summary__box {
  padding: 20px; }

.o-summary__item-wrap {
  max-height: 228px;
  padding: 17px;
  overflow-y: auto; }

.o-summary__table {
  width: 100%;
  border-collapse: collapse; }
  .o-summary__table td {
    color: #333333;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0; }
  .o-summary__table td:first-child {
    text-align: left; }
  .o-summary__table td {
    text-align: right; }
  .o-summary__table tr:last-child td {
    font-size: 16px;
    font-weight: 700;
    color: steelblue; }

.o-card {
  border: 1px solid #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 22px; }
  .o-card:last-child {
    margin-bottom: 0; }
  .o-card__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .o-card__img-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5; }
    .o-card__img-wrap img {
      display: block;
      min-width: 60px; }
  .o-card__info-wrap {
    margin-left: 18px; }
  .o-card__name {
    display: block; }
    .o-card__name > a {
      color: #333333;
      font-size: 13px;
      font-weight: 600;
      transition: color 0.5s; }
      .o-card__name > a:hover {
        color: steelblue; }
  .o-card__quantity {
    font-size: 13px;
    margin-bottom: 2px;
    display: block; }
  .o-card__price {
    display: block;
    color: steelblue;
    font-size: 13px;
    font-weight: 600; }
  .o-card__del {
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    color: #333333;
    transition: color 0.5s; }
    .o-card__del:hover {
      color: steelblue; }

.ship-b__text {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #333333;
  margin-bottom: 4px; }

.ship-b__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }


.ship-b__p {
  margin-bottom: 4px;
  color: #7f7f7f;
  font-weight: 600;
  font-size: 13px;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.ship-b__edit {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px; }

@media (max-width: 575px) {
  .o-summary__item-wrap {
    max-height: 466px; }
  .o-card__flex {
    display: block;
    padding: 14px;
    text-align: center; }
  .o-card__info-wrap {
    margin-left: 0; }
  .ship-b__box {
    display: block; }
  .ship-b__p {
    max-width: 100%; } }

/*--------------------------------------------------------------
14.0 Signin Signup Lost Password-Page
--------------------------------------------------------------*/
.l-f-o {
  border: 1px solid #eee; }
  .l-f-o__pad-box {
    padding: 20px; }
  .l-f-o__form {
    width: 100%; }
  .l-f-o .input-text, .l-f-o .btn, .l-f-o .select-box {
    border-radius: 6px; }
  .l-f-o .input-text {
    width: 100%; }
  .l-f-o .btn {
    font-weight: 600;
    padding: 12px 18px; }
  .l-f-o__create-link {
    font-size: 13px;
    text-align: center;
    padding: 12px;
    display: block;
    font-weight: 600;
    border-radius: 6px; }

/*--------------------------------------------------------------
15.0 FAQ-Page
--------------------------------------------------------------*/
.faq__heading {
  font-weight: 700;
  font-size: 13px;
  color: #333333;
  margin-bottom: 6px; }

.faq__text {
  font-size: 13px;
  color: #7f7f7f; }

.faq__list {
  border-top: 1px solid #eee;
  padding: 14px 0; }
  .faq__list:last-child {
    border-bottom: 1px solid #eee; }

.faq__question {
  display: block;
  position: relative;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333333; }

.faq__question:before {
  content: "\F107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 12px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.faq__question.collapsed:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/*--------------------------------------------------------------
16.0 Dashboard-Pages
--------------------------------------------------------------*/
.dash__box--bg-white {
  background-color: #ffffff; }

.dash__box--border {
  border: 1px solid #eee; }

.dash__box--bg-grey {
  background-color: #fbfbfb; }

.dash__box--shadow {
  box-shadow: -2px 0px 14px 0 rgba(36, 37, 38, 0.08); }

.dash__box--shadow-2 {
  box-shadow: -6px 2px 8px 0 rgba(36, 37, 38, 0.08); }

.dash__box--radius {
  border-radius: 15px; }

.dash__pad-1 {
  padding: 26px 20px; }

.dash__pad-2 {
  padding: 24px; }

.dash__pad-3 {
  padding: 26px; }

.dash__f-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .dash__f-list > li {
    padding: 4px 0; }
    .dash__f-list > li > a {
      font-size: 13px;
      display: block;
      color: #000000; }

.dash-l-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.dash-active {
  font-weight: 600;
  color: #000000; }

.dash__w-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .dash__w-list > li {
    border-bottom: 1px solid #eee; }

.dash__w-wrap {
  padding: 18px 0; }

.dash__w-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  border-radius: 50%;
  font-size: 14px;
  margin-bottom: 8px; }

.dash__w-icon-style-1 {
  background-color: rgba(255, 69, 0, 0.14); }
  .dash__w-icon-style-1 > i {
    color: steelblue; }

.dash__w-icon-style-2 {
  background-color: rgba(0, 148, 68, 0.14); }
  .dash__w-icon-style-2 > i {
    color: #009444; }

.dash__w-icon-style-3 {
  background-color: rgba(49, 133, 252, 0.14); }
  .dash__w-icon-style-3 > i {
    color: #3185FC; }

.dash__w-text {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000000; }

.dash__w-name {
  display: block;
  color: #a0a0a0;
  font-weight: 600;
  font-size: 13px; }

.dash__h1 {
  line-height: 1;
  color: #333333;
  font-size: 18px; }

.dash__h2 {
  line-height: 1;
  font-size: 14px;
  color: #333333; }

.dash__text {
  display: block;
  font-size: 12px;
  color: #7f7f7f; }

.dash__text-2 {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #7f7f7f; }

.dash__link > a {
  font-size: 13px;
  font-weight: 600;
  transition: color 0.5s linear; }

.dash__link--brand > a {
  color: steelblue; }
  .dash__link--brand > a:hover {
    color: steelblue; }

.dash__link--secondary > a {
  color: #333333; }
  .dash__link--secondary > a:hover {
    color: steelblue; }

.dash__link--black > a {
  color: #000000; }

.dash__table-wrap {
  height: 300px;
  overflow: auto; }

.dash__table {
  width: 100%;
  border-collapse: collapse; }
  .dash__table thead {
    background-color: #fbfbfb; }
  .dash__table th, .dash__table td {
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: #333333; }
  .dash__table th {
    font-size: 14px; }
  .dash__table td {
    font-size: 13px; }
  .dash__table tbody tr {
    border-bottom: 1px solid #eee; }
    .dash__table tbody tr:last-child {
      border-bottom: 0; }

.dash__table-img-wrap {
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px; }
  .dash__table-img-wrap img {
    display: block;
    min-width: 40px; }

.dash-edit-p {
  width: 100%; }
  .dash-edit-p .btn, .dash-edit-p .input-text, .dash-edit-p .select-box {
    border-radius: 6px; }
  .dash-edit-p .input-text {
    width: 100%; }
  .dash-edit-p .btn {
    font-weight: 600;
    padding: 16px 46px; }

.dash__custom-link {
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 14px 18px;
  font-size: 13px;
  border-radius: 6px;
  width: 12rem; }

.manage-o__text {
  font-size: 13px;
  font-weight: 600; }

.manage-o__text-2 {
  font-size: 14px;
  font-weight: 600; }

.manage-o__header {
  padding-bottom: 14px;
  border-bottom: 1px solid #eee; }

.manage-o__icon {
  font-weight: 600;
  font-size: 13px;
  color: #333333; }

.manage-o__timeline {
  padding-top: 40px; }
  .manage-o__timeline [class*="col-"] {
    padding: 0;
    text-align: center; }

.timeline-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.timeline-l-i {
  position: relative;
  border-radius: 3px;
  border-top: 3px solid #eee; }
  .timeline-l-i .timeline-circle {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #eee;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .timeline-l-i .timeline-circle:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background-color: #eee;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

.timeline-l-i.timeline-l-i--finish {
  border-color: #6B5AED; }
  .timeline-l-i.timeline-l-i--finish .timeline-circle {
    border-color: #6B5AED; }
    .timeline-l-i.timeline-l-i--finish .timeline-circle:before {
      background-color: #6B5AED; }

.timeline-text {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #333333; }

.manage-o__description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.description__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.description__img-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #f5f5f5; }
  .description__img-wrap img {
    border-radius: 50%;
    display: block;
    min-width: 90px; }

.description-title {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333333; }

.dash__address-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.dash__table-2-wrap {
  overflow: auto; }

.dash__table-2 {
  width: 100%;
  border-collapse: collapse; }
  .dash__table-2 thead {
    background-color: #fbfbfb; }
  .dash__table-2 th, .dash__table-2 td {
    padding: 20px;
    min-width: 200px;
    text-align: left;
    font-weight: 600;
    color: #333333; }
  .dash__table-2 th {
    font-size: 14px; }
  .dash__table-2 td {
    font-size: 13px; }
  .dash__table-2 tbody tr {
    border-bottom: 1px solid #eee; }
    .dash__table-2 tbody tr:last-child {
      border-bottom: 0; }

.address-book-edit {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px; }

.dash__address-make {
  width: 100%; }
  .dash__address-make .btn {
    font-weight: 600;
    padding: 16px 46px;
    border-radius: 6px; }

.dash-address-manipulation {
  width: 100%; }
  .dash-address-manipulation .btn, .dash-address-manipulation .input-text, .dash-address-manipulation .select-box {
    border-radius: 6px; }
  .dash-address-manipulation .input-text, .dash-address-manipulation .select-box {
    width: 100%; }
  .dash-address-manipulation .btn {
    font-weight: 600;
    padding: 16px 46px; }

.dash-track-order {
  width: 100%; }
  .dash-track-order .btn, .dash-track-order .input-text {
    border-radius: 6px; }
  .dash-track-order .input-text {
    width: 100%; }
  .dash-track-order .btn {
    font-weight: 600;
    padding: 16px 46px; }

.m-order {
  width: 100%; }
  .m-order__select-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .m-order label {
    color: #333333;
    font-size: 13px;
    font-weight: 600; }
  .m-order .select-box {
    border-radius: 6px; }

.m-order__list {
  background-color: #ffffff; }

.m-order__get {
  border: 1px solid #eee;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 24px; }
  .m-order__get:last-child {
    margin-bottom: 0; }

.manage-o__badge {
  display: inline-block;
  text-align: center;
  width: 5.9375rem;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 32px; }

.badge--processing {
  background-color: rgba(49, 133, 252, 0.14);
  color: steelblue; }

.badge--shipped {
  background-color: rgba(0, 148, 68, 0.14);
  color: steelblue; }

.badge--delivered {
  background-color: rgba(255, 69, 0, 0.14);
  color: steelblue; }

@media (max-width: 991px) {
  .dash__box--w {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .dash__address-header {
    display: block; }
    .dash__address-header .dash__h1 {
      margin-bottom: 8px; }
    .dash__address-header .dash__link {
      display: block; } }

@media (max-width: 575px) {
  .dash-l-r {
    display: block; }
  .manage-o__description {
    display: block;
    text-align: center; }
  .description__container {
    display: block; }
  .description-title {
    margin: 12px 0; } }

/*--------------------------------------------------------------
17.0 Blog-Pages
--------------------------------------------------------------*/
.blog-t-w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.post-prev, .post-next {
  text-align: center;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #333333;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  margin: auto 0;
  opacity: 0;
  transition: opacity .6s ease-in; }

.post-prev {
  left: 20px; }

.post-next {
  right: 20px; }

.post-prev:before, .post-next:before {
  content: '';
  background: rgba(255, 255, 255, 0.3);
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }

.post-prev:hover:before, .post-next:hover:before {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  opacity: .6; }

.post-gallery:hover .post-prev, .post-gallery:hover .post-next {
  opacity: 1; }

.post-video-block {
  position: relative;
  background-color: #f5f5f5;
  width: 100%; }

.post-video-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.post-video-link:before {
  width: 3.875rem;
  height: 3.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.9375rem;
  margin-left: -1.9375rem;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  z-index: 3; }

.post-video-link:hover:before {
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

.post-video-block .post-video-link:before {
  content: '';
  background: url(../video/video-play.png) no-repeat 0 0;
  background-size: contain; }

.post-video-block.process .post-video-link:before {
  content: none; }

.post-video-block.process.pause .post-video-link:before {
  content: '';
  background: url(../video/video-pause.png) no-repeat; }

.post-center-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.aspect--1366-768 {
  padding-bottom: 56.22255%; }

.bp {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 1px 1px 8px 0 rgba(36, 37, 38, 0.08); }
  .bp__wrap {
    padding: 25px; }
  .bp__thumbnail {
    margin-bottom: 12px; }
  .bp__stat {
    margin-bottom: 6px; }
    .bp__stat .bp__stat-wrap {
      margin-right: 22px; }
      .bp__stat .bp__stat-wrap:last-child {
        margin-right: 0; }
  .bp__publish-date > a {
    font-size: 12px;
    font-weight: 600;
    color: #a0a0a0; }
  .bp__author > a {
    font-size: 12px;
    text-decoration: overline;
    font-weight: 600;
    color: steelblue; }
  .bp__comment > a {
    color: #7f7f7f;
    font-weight: 600;
    font-size: 12px; }
  .bp__category > a {
    color: #a0a0a0;
    font-weight: 600;
    transition: color 110ms ease-in-out;
    font-size: 12px;
    margin-right: 2px; }
    .bp__category > a:last-child {
      margin-right: 0; }
    .bp__category > a:hover {
      color: steelblue; }
  .bp__h1 {
    display: block;
    margin-bottom: 6px; }
    .bp__h1 > a {
      font-size: 20px;
      font-weight: 600;
      color: #333333; }
  .bp__h2 {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #a0a0a0; }
  .bp__p {
    margin-bottom: 12px;
    font-size: 13px;
    color: #7f7f7f; }
  .bp__read-more {
    display: block;
    margin-bottom: 6px; }
    .bp__read-more > a {
      font-size: 14px;
      font-weight: 700;
      color: steelblue; }
  .bp__social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bp__social-list > li {
      margin-right: 16px; }
      .bp__social-list > li:last-child {
        margin-right: 0; }
      .bp__social-list > li > a {
        font-size: 14px; }

.bp--img .bp__thumbnail {
  overflow: hidden; }
  .bp--img .bp__thumbnail img {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: scale(1);
            transform: scale(1); }

.bp--img:hover .bp__thumbnail {
  overflow: hidden; }
  .bp--img:hover .bp__thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.bp audio, .bp video, .bp-mini audio, .bp-mini video, .bp-detail audio, .bp-detail video {
  display: block;
  width: 100%; }

.blog-m__element {
  width: 33.33%;
  padding: 20px 10px; }

.bp-mini {
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 0 rgba(36, 37, 38, 0.08);
  overflow: hidden;
  border-radius: 15px; }
  .bp-mini__content {
    padding: 4px 20px 10px; }
  .bp-mini__stat {
    margin-bottom: 2px; }
    .bp-mini__stat .bp-mini__stat-wrap {
      margin-right: 22px; }
      .bp-mini__stat .bp-mini__stat-wrap:last-child {
        margin-right: 0; }
  .bp-mini__publish-date > a {
    font-size: 11px;
    font-weight: 600;
    color: #7f7f7f; }
  .bp-mini__preposition {
    color: #7f7f7f;
    font-size: 12px; }
  .bp-mini__author > a {
    color: steelblue;
    font-size: 12px; }
  .bp-mini__comment > a {
    color: #7f7f7f;
    font-size: 12px; }
  .bp-mini__category {
    margin-bottom: 4px; }
    .bp-mini__category > a {
      color: #7f7f7f;
      font-weight: 600;
      transition: color 110ms ease-in-out;
      font-size: 11px;
      margin-right: 2px; }
      .bp-mini__category > a:last-child {
        margin-right: 0; }
      .bp-mini__category > a:hover {
        color: steelblue; }
    .bp-mini__category > a:last-child:after {
      content: none; }
  .bp-mini__h1 {
    display: block;
    margin-bottom: 4px; }
    .bp-mini__h1 > a {
      transition: color 110ms ease-in-out;
      font-size: 14px;
      font-weight: 600;
      color: #333333; }
      .bp-mini__h1 > a:hover {
        color: steelblue; }
  .bp-mini__p {
    margin-bottom: 8px;
    font-size: 12px;
    color: #7f7f7f; }

.bp-mini--img .bp-mini__thumbnail {
  overflow: hidden; }
  .bp-mini--img .bp-mini__thumbnail img {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: scale(1);
            transform: scale(1); }

.bp-mini--img:hover .bp-mini__thumbnail {
  overflow: hidden; }
  .bp-mini--img:hover .bp-mini__thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.detail-post {
  max-width: 740px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto; }

.bp-detail {
  position: relative; }
  .bp-detail__thumbnail {
    margin-bottom: 12px; }
  .bp-detail__stat {
    margin-bottom: 6px; }
    .bp-detail__stat .bp-detail__stat-wrap {
      margin-right: 22px; }
      .bp-detail__stat .bp-detail__stat-wrap:last-child {
        margin-right: 0; }
  .bp-detail__publish-date > a {
    font-size: 12px;
    font-weight: 600;
    color: #a0a0a0; }
  .bp-detail__author > a {
    font-size: 12px;
    text-decoration: overline;
    font-weight: 600;
    color: steelblue; }
  .bp-detail__category > a {
    color: #a0a0a0;
    font-weight: 600;
    transition: color 110ms ease-in-out;
    font-size: 12px;
    margin-right: 2px; }
    .bp-detail__category > a:last-child {
      margin-right: 0; }
    .bp-detail__category > a:hover {
      color: steelblue; }
  .bp-detail__h1 {
    display: block;
    margin-bottom: 6px; }
    .bp-detail__h1 > a {
      font-size: 20px;
      font-weight: 600;
      color: #333333; }
  .bp-detail__p {
    margin-bottom: 16px;
    color: #333333;
    font-size: 18px;
    line-height: 2; }
    .bp-detail__p a {
      font-weight: 700;
      color: steelblue;
      transition: all .3s; }
      .bp-detail__p a:hover {
        color: #7f7f7f;
        text-decoration: underline; }

.bp-detail__q {
  width: 100%;
  text-align: center;
  padding: 3rem;
  margin: 0 0 1rem;
  background-color: #ffffff;
  border-radius: 6px;
  border: 2px solid steelblue; }
  .bp-detail__q i {
    font-size: 2.125rem;
    color: #333333;
    margin-bottom: 8px; }

.bp-detail__q-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333333; }

.bp-detail__q-citation {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #7f7f7f; }

.bp-detail__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .bp-detail__social-list > li {
    margin-right: 16px; }
    .bp-detail__social-list > li:last-child {
      margin-right: 0; }
    .bp-detail__social-list > li > a {
      font-size: 1.125rem; }

.bp-detail__postnp {
  margin: 1.375rem 0; }
  .bp-detail__postnp a {
    font-size: 13px;
    border-bottom: 1px solid #333333;
    font-weight: 600;
    color: #333333;
    transition: color 110ms ease-in-out,border-color 110ms ease-in-out; }
    .bp-detail__postnp a:hover {
      color: steelblue;
      border-color: steelblue; }

.blog-w__h {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f7f7f7; }

.blog-w__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .blog-w__list > li {
    margin-bottom: 12px; }
    .blog-w__list > li:last-child {
      margin-bottom: 0; }
    .blog-w__list > li > a {
      font-size: 12px;
      font-weight: 600;
      color: #7f7f7f; }
      .blog-w__list > li > a:hover {
        color: #333333; }

.blog-search-form {
  position: relative;
  width: 100%; }
  .blog-search-form .input-text {
    width: 100%;
    border-radius: 6px; }
  .blog-search-form .btn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px; }

.blog-w__b-l {
  margin: 0;
  padding: 0;
  list-style: none; }
  .blog-w__b-l > li {
    margin-bottom: 30px; }
    .blog-w__b-l > li:last-child {
      margin-bottom: 0; }

.blog-w__b-l-2 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .blog-w__b-l-2 > li {
    margin-bottom: 8px; }
    .blog-w__b-l-2 > li:last-child {
      margin-bottom: 0; }

.b-l__date {
  font-size: 10px;
  color: #a0a0a0;
  display: block;
  margin-bottom: 6px; }

.b-l__text {
  font-size: 12px;
  color: #7f7f7f; }

.b-l__h {
  display: block;
  margin-bottom: 6px; }
  .b-l__h > a {
    font-size: 12px;
    transition: color 110ms ease-in-out;
    color: #333333;
    font-weight: 600; }
    .b-l__h > a:hover {
      color: steelblue; }

.b-l__h-2 > a {
  font-size: 12px;
  transition: color 110ms ease-in-out;
  color: #333333;
  font-weight: 600; }
  .b-l__h-2 > a:hover {
    color: steelblue; }

.b-l__p {
  display: block;
  font-size: 12px;
  color: #7f7f7f; }

.blog-pg {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .blog-pg > li {
    margin-right: 14px; }
    .blog-pg > li:last-child {
      margin-right: 0; }
    .blog-pg > li > a {
      width: 42px;
      text-align: center;
      height: 42px;
      line-height: 42px;
      font-size: 12px;
      display: block;
      font-weight: 600;
      border-radius: 50%;
      background-color: transparent;
      color: #333333; }

.blog-pg > li > a:hover {
  background-color: steelblue;
  color: #ffffff; }

.blog-pg > li.blog-pg--active > a {
  background-color: steelblue;
  color: #ffffff;
  border-color: steelblue; }

.d-meta__text {
  display: block;
  color: #333333;
  font-size: 32px;
  font-weight: 700; }

.d-meta__text-2 {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 600; }

.d-meta__text-3 {
  display: block;
  color: #7f7f7f;
  font-size: 12px; }

.d-meta__comments ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.d-meta__comments .comment-children {
  padding-left: 1rem; }

.d-meta__p-comment {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem; }

.p-comment__wrap1 {
  margin-right: 20px; }

.p-comment__img-wrap {
  width: 80px;
  height: 80px;
  background-color: #f5f5f5; }

.p-comment__author {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #333333; }

.p-comment__timestamp {
  display: block;
  margin-bottom: 2px; }
  .p-comment__timestamp a {
    font-size: 12px;
    font-weight: 600;
    color: #7f7f7f;
    transition: color 110ms ease-in-out; }
    .p-comment__timestamp a:hover {
      color: steelblue; }

.p-comment__paragraph {
  color: #7f7f7f;
  font-size: 13px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 470px; }

.p-comment__reply {
  font-size: 13px;
  font-weight: 600;
  color: steelblue;
  border-bottom: 0; }
  .p-comment__reply:hover {
    border-bottom: 1px solid steelblue; }

.respond__form {
  width: 100%; }
  .respond__form .btn, .respond__form .input-text, .respond__form .text-area {
    border-radius: 6px; }
  .respond__form .input-text, .respond__form .text-area {
    width: 100%; }
  .respond__form .text-area {
    height: 15.625rem; }
  .respond__form .btn {
    font-weight: 600;
    padding: 16px 46px; }

.respond__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .respond__group div {
    -ms-flex: 1;
        flex: 1;
    margin-right: 14px; }
    .respond__group div:last-child {
      margin-right: 0; }

@media (max-width: 991px) {
  .blog-m__element {
    width: 50%; }
  .respond__group {
    display: block; }
    .respond__group div {
      display: block;
      margin-right: 0; } }

@media (max-width: 767px) {
  .blog-m__element {
    width: 100%; } }

/*--------------------------------------------------------------
18.0 Product-Detail-Pages
--------------------------------------------------------------*/
.pd-breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  word-wrap: break-word; }
  .pd-breadcrumb__list > li {
    display: inline-block; }
    .pd-breadcrumb__list > li > a {
      color: #a0a0a0;
      font-size: 12px;
      transition: color 0.5s; }
      .pd-breadcrumb__list > li > a:hover {
        color: #333333; }
    .pd-breadcrumb__list > li.is-marked > a {
      color: #333333;
      font-weight: 700; }
    .pd-breadcrumb__list > li.has-separator:after {
      content: '-';
      margin: 0 6px; }
.pd {
  cursor: pointer; }

.pd-wrap {
  position: relative; }

.pd-text {
  position: absolute;
  top: 15px;
  padding: 8px;
  right: 15px;
  font-size: 12px;
  color: #333333; }

.pd-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pd-social-list > li {
    margin-right: 16px; }
    .pd-social-list > li:last-child {
      margin-right: 0; }
    .pd-social-list > li > a {
      font-size: 1.125rem;
      transition: color 110ms ease-in-out;
      color: #333333; }

.pd-detail__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333333; }

.pd-detail__inline span {
  margin-right: 0.375rem; }
  .pd-detail__inline span:last-child {
    margin-right: 0; }

.pd-detail-inline-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center; }
  .pd-detail-inline-2 div {
    margin-right: 14px; }
    .pd-detail-inline-2 div:last-child {
      margin-right: 0; }

.pd-detail__name {
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 600; }



.pd-detail__discount {
  color: steelblue;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s; }

.pd-detail__del {
  color: #a0a0a0;
  font-size: 12px; }

.pd-detail__rating {
  display: block; }
  .pd-detail__rating i {
    font-size: 12px; }

.pd-detail__review > a {
  font-size: 12px;
  transition: color 110ms ease-in-out;
  color: #333333; }
  .pd-detail__review > a:hover {
    color: steelblue;
    text-decoration: underline; }

.pd-detail__stock, .pd-detail__left {
  font-size: 12px;
  font-weight: 600;
  padding: 8px;
  display: inline-block;
  border-radius: 30px; }

.pd-detail__stock {
  background-color: rgba(0, 148, 68, 0.14);
  color: steelblue; }

.pd-detail__left {
  background-color: rgba(255, 69, 0, 0.14);
  color: steelblue; }

.pd-detail__preview-desc {
  font-size: 13px;
  color: #7f7f7f; }

.pd-detail__click-wrap > a {
  font-size: 13px;
  color: #a0a0a0;
  transition: color 110ms ease-in-out; }
  .pd-detail__click-wrap > a:hover {
    color: #b6b6b6;
    text-decoration: underline; }

.pd-detail__click-count {
  font-size: 10px;
  color: #a0a0a0; }

.pd-detail__form {
  width: 100%; }
  .pd-detail__form .btn {
    padding: 1rem 3rem;
    border-radius: 0.375rem; }

/**
  * Variations
 */
.pd-detail__color, .pd-detail__size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.color__radio {
  position: relative;
  line-height: 1.89;
  margin-right: 36px;
  display: inline-block; }

.color__radio [type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer; }

.color__radio-label {
  position: initial;
  display: inline-block; }

.color__radio-label:before, .color__radio-label:after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0; }

.color__radio-label:after {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  background-color: inherit; }

.color__radio input:checked + label:before {
  border-color: #d2d2d2; }

.size__radio {
  position: relative;
  margin: 0 12px 12px 0; }

.size__radio [type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer; }

.size__radio-label {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 15px;
  background-color: #ffffff;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  display: inline-block; }

.size__radio input:checked + label {
  border-color: #333333; }

.pd-detail__policy-list {
  margin: 0;
  padding-left: 26px;
  font-size: 14px;
  list-style: none; }
  .pd-detail__policy-list > li i {
    color: #2a7ae2; /* Bleu primaire */ }
  .pd-detail__policy-list > li span {
    color: #7f7f7f; }

.pd-tab__list {
  margin: 0;
  border-bottom: 2px solid #e7e7e7; }
  .pd-tab__list > li {
    margin-bottom: -2px; }
    .pd-tab__list > li > a {
      padding: 10px 0;
      color: #333333;
      font-size: 14px;
      font-weight: 700;
      border-bottom: 2px solid transparent;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      letter-spacing: .01rem;
      transition: all .3s; }
      .pd-tab__list > li > a span {
        margin-left: 2px;
        font-size: 12px; }
      .pd-tab__list > li > a.active {
        color: #2a7ae2;
        border-color: #2a7ae2; }
    .pd-tab__list > li + li {
      margin-left: 28px; }



.pd-tab__list .nav-link {
            color: #000000;
            text-decoration: none;
            transition: color 0.3s ease, background-color 0.3s ease;
            padding: 10px;
            border-radius: 5px;
        }

        .pd-tab__list .nav-link:hover {
            color: #ffffff;
            background-color: #2a7ae2;
        }

        /* Ajout du style pour l'onglet actif */
        .pd-tab__list .nav-link.active {
            color: #ffffff;
            background-color: #2a7ae2;
        }





.pd-tab__desc {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff; /* Fond blanc */
    padding: 20px;
    border-radius: 15px; /* Coins arrondis */
    border: 1px solid #dcdcdc; /* Bordure douce */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Ombre légère */
    transition: all 0.3s ease; /* Transition fluide */
    margin: 0 auto; /* Centrer l'élément horizontalement */
}

/* Effet au survol */
.pd-tab__desc:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Ombre renforcée au survol */
}

.pd-tab__desc h4 {
    color: #2a7ae2; /* Couleur pour les titres */
    font-size: 18px; /* Taille de police pour les titres */
    font-weight: 700; /* Épaisseur du texte */
    margin-top: 20px; /* Espacement au-dessus */
}

.pd-tab__desc p {
    color: #333333;
    font-size: 16px;
    line-height: 1.6; /* Hauteur de ligne pour lisibilité */
    margin-bottom: 15px; /* Espacement entre les paragraphes */
}

.pd-tab__desc ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.pd-tab__desc ul > li {
    margin-bottom: 7px;
    color: #333333;
    font-size: 14px;
}

.pd-tab__desc .pd-table {
    overflow: auto;
    margin-top: 15px; /* Espacement au-dessus du tableau */
}

.pd-tab__desc .pd-table table {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #dcdcdc; /* Bordure similaire à .custom-container */
    border-collapse: collapse;
}

.pd-tab__desc .pd-table tbody tr {
    border-bottom: 1px solid #eee;
}

.pd-tab__desc .pd-table tbody td {
    font-size: 14px;
    color: #7f7f7f;
    padding: 12px;
}

.pd-tab__desc .pd-table tbody td:first-child {
    color: #333333;
    font-weight: 600;
}

.pd-tab__desc i {
    color: #2a7ae2; /* Couleur des icônes */
    margin-right: 10px; /* Espacement entre icône et texte */
}

.video-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; /* Espace entre les vidéos */
            gap: 20px; /* Espacement entre les vidéos */
        }

        .video-grid .video-container {
            flex: 1 1 calc(25% - 20px); /* Chaque vidéo occupe 25% de la largeur */
            max-width: calc(25% - 20px); /* Largeur maximale de 25% moins l'espacement */
            border-radius: 15px; /* Coins arrondis */
            overflow: hidden; /* Applique les coins arrondis à l'iframe */
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); /* Ombre */
            transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transition douce */
            margin-bottom: 20px; /* Espacement entre les lignes de vidéos */
        }

        .video-grid .video-container:hover {
            transform: scale(1.05); /* Agrandissement léger au survol */
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4); /* Ombre plus prononcée au survol */
        }

        .video-grid .video-container iframe {
            width: 100%; /* S'adapte à la largeur du conteneur */
            height: 100%; /* Hauteur automatique pour garder le ratio */
            border: none; /* Pas de bordure autour de l'iframe */
        }





.pd-tab__desc .benefits-list {
    padding: 0;
    list-style: none; /* Supprime les puces */
}

.pd-tab__desc .benefits-list li {
    margin-bottom: 10px; /* Espacement entre les éléments de la liste */
    display: flex;
    align-items: center; /* Aligne l'icône et le texte */
    color: #333; /* Couleur du texte */
    font-size: 16px; /* Taille de police */
}

.pd-tab__desc .benefits-list li i {
    color: #2a7ae2; /* Couleur pour les icônes */
    margin-right: 10px; /* Espacement entre l'icône et le texte */
}

.pd-tab__desc .pd-table {
    margin-top: 20px; /* Espacement au-dessus du tableau */
}

.pd-tab__desc .pd-table table {
    width: 100%;
    border-collapse: collapse; /* Pour éviter les doubles bordures */
    border: 1px solid #ddd; /* Bordure douce */
}

.pd-tab__desc .pd-table tbody tr {
    border-bottom: 1px solid #eee; /* Bordure entre les lignes */
}

.pd-tab__desc .pd-table tbody td {
    padding: 12px;
    color: #555; /* Couleur du texte */
}

.pd-tab__desc .pd-table tbody td:first-child {
    font-weight: bold; /* Mettre en gras la première colonne */
    color: #2a7ae2; /* Couleur pour le nom des caractéristiques */
}



/* Styles responsive */
@media (max-width: 1024px) {
    .pd-tab__desc {
        padding: 15px; /* Ajustement de l'espacement intérieur */
    }
}

@media (max-width: 768px) {
    .pd-tab__desc {
        padding: 10px; /* Réduction de l'espacement intérieur */
        border: 1px solid #ccc; /* Bordure légèrement plus foncée pour une meilleure visibilité */
    }
}

@media (max-width: 576px) {
    .pd-tab__desc {
        padding: 5px; /* Réduction supplémentaire pour les petits écrans */
        font-size: 14px; /* Réduction de la taille de la police pour s'adapter aux petits écrans */
    }
}


/* Style pour .pd-tab__tag */
.pd-tab__tag {
    max-width: 1320px; /* Largeur maximale */
    background-color: #FFFFFF; /* Couleur de fond initiale */
    padding: 20px; /* Espacement intérieur */
    border-radius: 15px; /* Coins arrondis */
    border: 1px solid #dcdcdc; /* Bordure douce */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Ombre légère */
    transition: all 0.3s ease; /* Transition fluide */
    margin: 0 auto; /* Centrer l'élément horizontalement */
    animation: backgroundTransitionTag 15s infinite ease-in-out; /* Ajout de l'animation */
}

/* Animation avec plusieurs nuances de blanc */
        @keyframes backgroundTransitionTag {
            0% { background-color: #FFFFFF; } /* Blanc pur */
            8.33% { background-color: #F9F6F2; } /* Blanc chaud */
            16.66% { background-color: #F5F5F5; } /* Blanc froid */
            24.99% { background-color: #FFFFF0; } /* Blanc ivoire */
            33.32% { background-color: #FFFAFA; } /* Blanc neige */
            41.65% { background-color: #F0EAE6; } /* Blanc perlé */
            49.98% { background-color: #FFFDD0; } /* Blanc crème */
            58.31% { background-color: #FFF5EE; } /* Blanc coquillage */
            66.64% { background-color: #FAF0E6; } /* Blanc lin */
            74.97% { background-color: #F8F8FF; } /* Blanc fantôme */
            83.3% { background-color: #F5F5F5; } /* Blanc fumé */
            91.63% { background-color: #FAEBD7; } /* Blanc antique */
            100% { background-color: #FFFFFF; } /* Retour au blanc pur */
        }


/* Effet au survol */
.pd-tab__tag:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Ombre renforcée au survol */
}

/* Titre */
.pd-tab__tag h2 {
    color: #2a7ae2; /* Couleur pour les titres */
    font-size: 20px; /* Augmenter légèrement la taille du titre pour une meilleure lisibilité */
    font-weight: 700; /* Épaisseur du texte */
    margin-bottom: 15px; /* Espacement en dessous du titre */
}

/* Formulaire */
.pd-tab__tag form {
    display: flex; /* Alignement horizontal des éléments du formulaire */
    flex-wrap: wrap; /* Pour rendre l'alignement plus flexible sur petits écrans */
    gap: 15px; /* Espacement uniforme entre les éléments du formulaire */
    margin-top: 15px; /* Espacement au-dessus du formulaire */
}

/* Champ de texte */
.pd-tab__tag form .input-text {
    height: 48px; /* Hauteur uniforme */
    flex: 1 1 60%; /* Prend 60% de la largeur, mais peut s'ajuster sur petits écrans */
    margin-right: 8px; /* Espacement à droite du champ de texte */
    padding: 0 15px; /* Espacement intérieur */
    border-radius: 5px; /* Coins arrondis */
    border: 1px solid #ccc; /* Bordure douce */
}

/* Bouton */
.pd-tab__tag form .btn {
    font-size: 13px;
    font-weight: 600;
    height: 48px; /* Hauteur uniforme avec le champ de texte */
    padding: 0 20px; /* Espacement intérieur */
    background-color: #2a7ae2; /* Couleur de fond du bouton */
    color: #ffffff; /* Couleur du texte du bouton */
    border-radius: 5px; /* Coins arrondis */
    border: none; /* Suppression de la bordure */
    transition: background-color 0.3s ease; /* Transition pour le bouton */
    cursor: pointer; /* Pointeur de souris pour le bouton */
}

/* Effet au survol du bouton */
.pd-tab__tag form .btn:hover {
    background-color: #1f5f9c; /* Couleur plus sombre au survol */
}

/* Texte d'instruction */
.pd-tab__tag .gl-text {
    color: #777; /* Couleur plus douce pour le texte d'instruction */
    font-size: 14px; /* Taille de police pour le texte d'instruction */
    margin-top: 10px; /* Espacement au-dessus du texte d'instruction */
    display: block; /* Assure que le texte soit en bloc pour éviter les chevauchements */
}

/* Adaptation pour les petits écrans */
@media (max-width: 768px) {
    .pd-tab__tag form {
        flex-direction: column; /* Alignement vertical sur petits écrans */
        align-items: stretch; /* Les éléments prennent toute la largeur disponible */
    }

    .pd-tab__tag form .input-text {
        flex: 1 1 100%; /* Le champ de texte occupe toute la largeur */
    }

    .pd-tab__tag form .btn {
        flex: 1 1 100%; /* Le bouton occupe toute la largeur */
    }
}







.pd-tab__rev-f1 {
  width: 100%; }

.pd-tab__rev-score {
  padding: 40px 0;
  text-align: center;
  background-color: #ffffff; /* Fond blanc */
  border-radius: 15px; /* Coins arrondis */
  border: 1px solid #dcdcdc; /* Bordure douce */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Ombre légère */
  transition: all 0.3s ease; /* Transition fluide */
  margin: 0 auto; /* Centrer l'élément horizontalement */
}

.pd-tab__rev-score h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 0.875;
  color: #333333;
}

.pd-tab__rev-score h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 0.875;
  color: #333333;
}



.rev-f1__group {
  display: flex;
  justify-content: space-between; /* Espace entre les éléments */
  align-items: center; /* Centrer verticalement */
  margin: 0 10px; /* Espacement autour du conteneur */
}

.rev-f1__group h2 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.18;
  margin: 0; /* Supprimer les marges par défaut autour du titre */
}

.rev-f1__group .select-box {
  border-radius: 0.375rem;
  padding: 0.5rem; /* Ajouter du padding pour améliorer l'aspect du sélecteur */
  font-size: 14px; /* Ajuster la taille de la police pour le sélecteur */
  border: 1px solid #ccc; /* Ajout d'une bordure subtile */
}

.rev-f1__group > div {
  margin: 0 10px; /* Ajouter un espacement horizontal entre les éléments enfants */
}

/* Ajouter un espacement à droite de la section de tri */
.rev-f1__group .u-s-m-b-15:first-child {
  margin-right: 20px;
}

/* Ajouter un espacement à gauche de la section de tri */
.rev-f1__group .u-s-m-b-15:last-child {
  margin-left: 20px;
}

.rev-f1__review {
  max-width: 691px; }

.review-o {
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0; }

.review-o__name {
  font-size: 14px;
  font-weight: 600;
  color: #333333; }

.review-o__date {
  margin-left: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #7f7f7f; }

.review-o__rating span {
  margin-left: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #7f7f7f; }

.review-o__text {
  font-size: 13px;
  color: #7f7f7f; }

.pd-tab__rev-f2 {
  width: 100%; }
  .pd-tab__rev-f2 h2 {
    font-size: 32px;
    color: #333333;
    line-height: 0.90; }
  .pd-tab__rev-f2 .input-text, .pd-tab__rev-f2 .text-area {
    width: 100%; }
  .pd-tab__rev-f2 .text-area {
    height: 15.625rem; }
  .pd-tab__rev-f2 .btn {
    font-weight: 600;
    padding: 16px 46px; }

.rev-f2__table-wrap {
  overflow: auto; }

.rev-f2__table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #dee2e6; }
  .rev-f2__table th, .rev-f2__table td {
    padding: 16px 4px;
    border: 1px solid #d6d6d6; }
  .rev-f2__table th {
    width: 120px;
    color: #333333;
    background-color: #f0f0f0;
    font-size: 13px; }
    .rev-f2__table th span {
      margin-top: 2px;
      display: block;
      font-size: 11px;
      color: #333333; }

.rev-f2__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .rev-f2__group div {
    -ms-flex: 1;
        flex: 1;
    margin-right: 14px; }
    .rev-f2__group div:last-child {
      margin-right: 0; }

@media (max-width: 991px) {
  .pd-text {
    display: none; }
  .zoomContainer {
    display: none; }
  .rev-f2__group {
    display: block; }
    .rev-f2__group div {
      display: block;
      margin-right: 0; } }

@media (max-width: 575px) {
  .pd-detail-inline-2 {
    display: block; }
    .pd-detail-inline-2 div {
      display: block;
      margin-right: 0; }
  .rev-f1__group {
    display: block; } }











/*--------------------------------------------------------------
19.0 Shop-Pages
--------------------------------------------------------------*/
.shop-w-master__heading {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  line-height: 20px; }

.sidebar--bg-snow {
  background-color: #f9f9f9; }

.shop-w--style {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08); }

.shop-w__intro-wrap {
  position: relative; }

.shop-w__h {
  font-size: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid #efefef;
  color: #333333;
  font-weight: 700;
  line-height: 20px; }

.shop-w__wrap {
  padding: 14px; }

.shop-w__toggle.collapsed:before {
  content: "\F067"; }

.shop-w__toggle {
  position: absolute;
  top: 50%;
  padding: 8px 12px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
  cursor: pointer;
  color: #444; }

.shop-w ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.shop-w__list {
  overflow: auto;
  max-height: 290px; }
  .shop-w__list > li {
    position: relative;
    padding: 8px 16px; }

.shop-w__list-2 {
  overflow: auto;
  max-height: 290px; }
  .shop-w__list-2 > li {
    padding: 0.25rem 0;
    position: relative; }

.list__content {
  position: relative; }
  .list__content [type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 16px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer; }
  .list__content span {
    padding: 8px 16px;
    display: block;
    font-size: 14px;
    transition: background-color 110ms ease-in-out,color 110ms ease-in-out;
    color: #7f7f7f; }

.list__content:hover span {
  color: #333333;
  background-color: #ececec;
  border-radius: .5rem; }

.list__content input:checked + span {
  background-color: #ececec;
  color: #333333;
  border-radius: .5rem; }

.shop-w__total-text {
  font-size: 11px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333333;
  right: 13px; }

.shop-w__category-list {
  overflow: auto;
  max-height: 290px; }
  .shop-w__category-list > li {
    padding: 4px 14px; }
    .shop-w__category-list > li > a {
      font-size: 14px;
      color: #333333;
      transition: color 110ms ease-in-out; }
      .shop-w__category-list > li > a:hover {
        color: steelblue; }
    .shop-w__category-list > li ul .has-list > a {
      font-size: 13px;
      font-weight: 700;
      color: #333333; }
    .shop-w__category-list > li ul {
      display: none;
      padding-left: 8px; }
      .shop-w__category-list > li ul li a {
        font-size: 13px;
        color: #7f7f7f;
        transition: color 110ms ease-in-out; }
        .shop-w__category-list > li ul li a:hover {
          color: steelblue; }

.has-list {
  position: relative; }

.category-list__text {
  font-size: 10px;
  color: #a0a0a0; }

.js-shop-category-span {
  cursor: pointer;
  font-size: 13px;
  color: #444;
  transition: color 110ms ease-in-out; }
  .js-shop-category-span:hover {
    color: #000000; }

.js-shop-category-span.is-expanded:before {
  content: '\f068'; }

.shop-w__form-p-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 0; }
  .shop-w__form-p-wrap div {
    margin-right: 8px;
    margin-bottom: 12px; }
    .shop-w__form-p-wrap div:last-child {
      margin-right: 0; }
  .shop-w__form-p-wrap .input-text, .shop-w__form-p-wrap .btn {
    height: 40px;
    padding: 8px;
    border-radius: 2px; }
  .shop-w__form-p-wrap .input-text {
    width: 80px; }
  .shop-w__form-p-wrap .btn {
    width: 40px; }

.color__check {
  position: relative;
  line-height: 1.89;
  margin-right: 36px;
  display: inline-block; }

.color__check [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer; }

.color__check-label {
  position: initial;
  display: inline-block; }

.color__check-label:before, .color__check-label:after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0; }

.color__check-label:after {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  background-color: inherit; }

.color__check input:checked + label:before {
  border-color: #d2d2d2; }

.rating__check {
  position: relative;
  cursor: pointer; }
  .rating__check [type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 16px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer; }

.rating__check-star-wrap > i {
  margin-left: 2px;
  color: steelblue;
  transition: color .4s ease-in-out; }
  .rating__check-star-wrap > i:first-child {
    margin-left: 0; }

.rating__check-star-wrap span {
  font-size: 12px;
  color: #333333;
  margin-right: 2px; }

.rating__check:hover .rating__check-star-wrap > i {
  color: steelblue; }

.rating__check input:checked + .rating__check-star-wrap > i {
  color: steelblue; }

.shop-p__meta-wrap {
  box-shadow: 0 8px 16px rgba(42, 122, 226, 0.5); /* Ombre bleue */
  padding: 20px;
  border-radius: 0.625rem; /* Arrondir les coins */
}

.shop-p__meta-text-1 {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #333333; }

.shop-p__meta-text-2 {
  font-size: 14px;
  font-weight: 700;
  color: #7f7f7f; }

.shop-p__tool-style {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.tool-style__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tool-style__group span {
    position: relative;
    display: inline-block;
    height: 40px;
    cursor: pointer;
    border: 2px solid #e5e5e5;
    font-size: 13px;
    padding: 8px 18px;
    font-weight: 700;
    color: #333333; }
    .tool-style__group span:hover {
      background-color: lightsteelblue;
      color: steelblue;
      border-color: steelblue;
      z-index: 2; }
  .tool-style__group span:not(:last-child) {
    margin-right: -2px; }
  .tool-style__group span.is-active {
    background-color: lightsteelblue;
    color: steelblue;
    border-color: steelblue;
    z-index: 2; }

.tool-style__form-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .tool-style__form-wrap div + div {
    margin-left: 15px; }
  .tool-style__form-wrap select {
    border-radius: .25rem; }

.is-grid-active .product-m {
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s; }
  .is-grid-active .product-m__thumb {
    position: relative; }
  .is-grid-active .product-m__add-cart {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s; }
    .is-grid-active .product-m__add-cart > a {
      padding: 12px;
      border-radius: 0.125rem;
      font-size: 13px;
      width: 100%;
      text-align: center;
      display: block; }
  
  .is-grid-active .product-m__content {
    padding: 4px 16px 6px; }
  .is-grid-active .product-m__category {
    margin-bottom: 2px;
    line-height: 1.2; }
    .is-grid-active .product-m__category > a {
      color: #a0a0a0;
      transition: color 0.5s;
      font-size: 12px; }
      .is-grid-active .product-m__category > a:hover {
        color: steelblue; }
  .is-grid-active .product-m__name > a {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s; }
    .is-grid-active .product-m__name > a:hover {
      color: steelblue; }
  .is-grid-active .product-m__price {
    line-height: 1.2;
    color: #ff0000; 
    font-size: 14px;
    font-weight: 600; }
  .is-grid-active .product-m__discount {
    font-weight: 600;
    margin-left: 30px;
    color: steelblue;
    font-size: 14px;
    text-decoration: line-through; }
  .is-grid-active .product-m__rating {
    margin-bottom: 6px; }
    .is-grid-active .product-m__rating i {
      font-size: 12px; }
  .is-grid-active .product-m__review {
    margin-left: 4px;
    font-size: 11px;
    color: #a0a0a0; }
  .is-grid-active .product-m__hover {
    position: absolute;
    top: 96%;
    width: 100%;
    z-index: 9;
    padding: 4px 16px 14px;
    left: 0;
    background: #ffffff;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.2);
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden; }
  .is-grid-active .product-m__wishlist {
    text-align: right; }
    .is-grid-active .product-m__wishlist a {
      font-size: 16px;
      color: #a0a0a0;
      transition: color 110ms ease-in-out; }
      .is-grid-active .product-m__wishlist a:hover {
        color: steelblue; }
  .is-grid-active .product-m__preview-description {
    margin-bottom: 8px;
    font-size: 12px;
    color: #7f7f7f; }

.is-grid-active .product-m:hover {
   }
  .is-grid-active .product-m:hover .product-m__add-cart {
    opacity: 1;
    visibility: visible; }
  .is-grid-active .product-m:hover .product-m__quick-look {
    opacity: 1;
    visibility: visible; }
  .is-grid-active .product-m:hover .product-m__hover {
    top: 99%;
    opacity: 1;
    visibility: visible; }

.is-list-active {
  display: block; }
  .is-list-active [class*="col-"] {
    display: block;
    max-width: 100%;
    width: 100%; }


  
  
    



.shop-a__wrap {
  position: fixed;
  top: 0;
  width: 350px;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
          transform: translate(200px, 0);
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0; }

.shop-a__inner {
  overflow: auto;
  height: 100%;
  padding: 1.25rem 1.125rem; }

.shop-a.is-open .shop-a__wrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
  opacity: 1; }

@media (max-width: 575px) {
  .is-list-active .product-m__thumb {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .is-list-active .product-m__content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .is-list-active .product-m__wishlist {
    position: static;
    text-align: right; }
  .shop-p__tool-style {
    display: block; }
  .tool-style__form-wrap {
    display: block; }
    .tool-style__form-wrap div + div {
      margin-left: 0; } }

/*--------------------------------------------------------------
20.0 Vendor Extension Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
20.1 Bootstrap
--------------------------------------------------------------*/
/* Modal styles */
.modal {
  z-index: 999999; }

.modal-content {
  display: block !important;
  border: none;
  border-radius: 0; }

.modal--radius {
  border-radius: 8px; }

.modal--shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45); }

/* Tootip styles */
.tooltip {
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600; }

.tooltip.show {
  opacity: 1; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f5f5f5; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f5f5f5; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f5f5f5; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f5f5f5; }

.tooltip-inner {
  color: #333333;
  background-color: #f5f5f5;
  border-radius: 2px; }

@media (max-width: 991px) {
  .tooltip.show {
    opacity: 0; } }










/*--------------------------------------------------------------
20.4 jquery.scrollUp
--------------------------------------------------------------*/
/* ScrollUp Custom */
#topScroll {
  right: 24px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 2px 2px 4px 4px rgba(36, 37, 38, 0.08);
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  text-align: center; }





/*--------------------------------------------------------------
20.5 Slick Carousel
--------------------------------------------------------------*/
.slick-slide, .slick-slide * {
  outline: none; }

/* Opacité réduite pour les slides non-actuels */
#pd-o-thumbnail .slick-slide:not(.slick-current) {
  opacity: .4; }

/* Opacité réduite pour les slides non-actuels dans le modal */
#js-product-detail-modal-thumbnail .slick-slide:not(.slick-current) {
  opacity: .4; }

/* Styles pour les flèches de navigation du carrousel */
.pt-prev, .pt-next {
  text-align: center;
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 0;
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  width: 36px;
  margin: auto 0;
  transition: opacity ease-in-out .5s, background-color ease-in 0.3s;
  background-color: #ffffff;
  opacity: 0; }
  .pt-prev i, .pt-next i {
    font-size: 12px;
    color: #000000; }

/* Position des flèches de navigation */
.pt-prev {
  left: 20px; }

.pt-next {
  right: 20px; }

/* Opacité des flèches de navigation au survol */
#pd-o-thumbnail:hover .pt-prev, #pd-o-thumbnail:hover .pt-next {
  opacity: .8; }

#js-product-detail-modal-thumbnail:hover .pt-prev, #js-product-detail-modal-thumbnail:hover .pt-next {
  opacity: .8; }

/* Style pour les images et vidéos dans le carrousel */
.u-img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Style pour les vidéos dans le carrousel */
.u-video-fluid {
    width: 100%;        /* Assure que la vidéo prend toute la largeur disponible du carrousel */
    height: 100%;       /* Assure que la vidéo prend toute la hauteur disponible du carrousel */
    object-fit: cover;  /* Recadre la vidéo pour remplir l'espace sans déformer le ratio d'aspect */
    display: block;     /* Affiche la vidéo comme un bloc */
    margin: 0 auto;     /* Centre la vidéo horizontalement */
}






/*-----------------------------------*\
  #style.css
\*-----------------------------------*/

/**
 * copyright 2022 @codewithsadee 
 */





/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

  /**
   * colors
   */

  --spanish-gray: hsl(0, 0%, 60%);
  --sonic-silver: hsl(0, 0%, 47%);
  --eerie-black: hsl(0, 0%, 13%);
  --salmon-pink: hsl(353, 100%, 78%);
  --sandy-brown: hsl(29, 90%, 65%);
  --bittersweet: hsl(0, 100%, 70%);
  --ocean-green: hsl(152, 51%, 52%);
  --davys-gray: hsl(0, 0%, 33%);
  --cultured: hsl(0, 0%, 93%);
  --white: hsl(0, 100%, 100%);
  --onyx: hsl(0, 0%, 27%);
  --steelblue: hsl(207, 44%, 49%);

  /**
   * typography
   */

  --fs-1: 1.563rem;
  --fs-2: 1.375rem;
  --fs-3: 1.25rem;
  --fs-4: 1.125rem;
  --fs-5: 1rem;
  --fs-6: 0.938rem;
  --fs-7: 0.875rem;
  --fs-8: 0.813rem;
  --fs-9: 0.75rem;
  --fs-10: 0.688rem;
  --fs-11: 0.625rem;

  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;

  /**
   * border-radius
   */

  --border-radius-md: 10px;
  --border-radius-sm: 5px;

  /**
   * transition 
   */

  --transition-timing: 0.2s ease;

}





/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a { text-decoration: none; }

li { list-style: none; }

button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
}

img, ion-icon, button, a { display: block; }

span { display: inline-block; }

html {
  font-family: "Poppins", sans-serif;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}


input {
  display: block;
  width: 100%;
  font: inherit;
}

input::-webkit-input-placeholder { font: inherit; }

input::-moz-placeholder { font: inherit; }

input:-ms-input-placeholder { font: inherit; }

input::-ms-input-placeholder { font: inherit; }

input::placeholder { font: inherit; }

body { background: var(--white); }

/**
 * scrollbar style
 */

body::-webkit-scrollbar { width: 15px; }

body::-webkit-scrollbar-track {
  background: var(--white);
  border-left: 1px solid var(--cultured);
}

body::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 80%);
  border: 3px solid var(--white);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover { background: hsl(0, 0%, 70%); }





/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container { padding: 0 15px; }

.has-scrollbar { padding-bottom: 5px; }

.has-scrollbar::-webkit-scrollbar {
  width: 12px; /* for vertical scroll */
  height: 12px; /* for horizontal scroll */
}

.has-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border: 3px solid var(--white);
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.has-scrollbar:hover::-webkit-scrollbar-thumb { background: hsl(0, 0%, 90%); }

.has-scrollbar::-webkit-scrollbar-thumb:hover { background: hsl(0, 0%, 80%); }

.title {
  color: var(--eerie-black);
  font-size: var(--fs-5);
  font-weight: var(--weight-600);
  letter-spacing: 0.4px;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--cultured);
  margin-bottom: 30px;
}





/*-----------------------------------*\
  #MAIN
\*-----------------------------------*/

/**
 * overlay 
 */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 0%, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 15;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}



/**
 * MODAL 
 */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 0%, 0.5);
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  -webkit-animation: popup 1s ease-in-out 5s forwards;
          animation: popup 1s ease-in-out 5s forwards;
}

@-webkit-keyframes popup {

  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  100% {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

}

@keyframes popup {

  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  100% {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

}

.modal.closed { display: none; }

.modal-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.newsletter-img { display: none; }

.modal-content {
  position: relative;
  max-width: 350px;
  margin: 20px;
  background: var(--white);
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
  overflow: hidden;
  z-index: 2;
  -webkit-animation: scaleUp 0.5s ease-in-out 5s forwards;
          animation: scaleUp 0.5s ease-in-out 5s forwards;
}

@-webkit-keyframes scaleUp {

  0% { -webkit-transform: scale(0.9); transform: scale(0.9); }
  100% { -webkit-transform: scale(1); transform: scale(1); }

}

@keyframes scaleUp {

  0% { -webkit-transform: scale(0.9); transform: scale(0.9); }
  100% { -webkit-transform: scale(1); transform: scale(1); }

}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #2a7ae2;
  color: var(--white);
  font-size: 16px;
  padding: 5px;
  -webkit-border-radius: var(--border-radius-sm);
          border-radius: var(--border-radius-sm);
}

.modal-close-btn:hover { opacity: 0.9; }

.modal-close-btn ion-icon { --ionicon-stroke-width: 70px; }

.newsletter {
  padding: 50px 30px;
  text-align: center;
}

.newsletter-header { margin-bottom: 20px; }

.newsletter-title {
  color: var(--onyx);
  font-size: var(--fs-2);
  font-weight: var(--weight-600);
  margin-bottom: 10px;
}

.newsletter-desc {
  color: var(--sonic-silver);
  font-size: var(--fs-7);
  line-height: 1.6;
}

.email-field {
  font-size: var(--fs-7);
  padding: 8px 16px;
  -webkit-border-radius: var(--border-radius-sm);
          border-radius: var(--border-radius-sm);
  border: 1px solid var(--cultured);
  margin-bottom: 16px;
}

.btn-newsletter {
  background: var(--eerie-black);
  color: var(--white);
  font-size: var(--fs-7);
  font-weight: var(--weight-600);
  text-transform: uppercase;
  padding: 10px 15px;
  -webkit-border-radius: var(--border-radius-sm);
          border-radius: var(--border-radius-sm);
  margin: auto;
  -webkit-transition: var(--transition-timing);
  -o-transition: var(--transition-timing);
  transition: var(--transition-timing);
}

.btn-newsletter:hover { background: #2a7ae2; }





/**
 * NOTIFICATION TOAST 
 */

.notification-toast {
  position: fixed;
  bottom: 80px;
  left: 20px;
  right: 20px;
  background: var(--white);
  max-width: 300px;
  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;
  gap: 15px;
  padding: 15px;
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
  -webkit-box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.15);
          box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.15);
  -webkit-transform: translateX(-webkit-calc(-100% - 40px));
      -ms-transform: translateX(calc(-100% - 40px));
          transform: translateX(calc(-100% - 40px));
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 5;
  -webkit-animation: slideInOut 10s ease-in-out infinite;
          animation: slideInOut 10s ease-in-out infinite;
}

@-webkit-keyframes slideInOut {

  0%,
  45%,
  100% {
    -webkit-transform: translateX(-webkit-calc(-100% - 40px));
            transform: translateX(calc(-100% - 40px));
    opacity: 0;
    visibility: hidden;
  }

  50%,
  95% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

}

@keyframes slideInOut {

  0%,
  45%,
  100% {
    -webkit-transform: translateX(-webkit-calc(-100% - 40px));
            transform: translateX(calc(-100% - 40px));
    opacity: 0;
    visibility: hidden;
  }

  50%,
  95% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

}

.notification-toast.closed { display: none; }

.toast-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--sonic-silver);
}

.toast-close-btn ion-icon { --ionicon-stroke-width: 50px; }

.toast-banner {
  width: 70px;
  height: 70px;
  border: 1px solid var(--cultured);
  -webkit-border-radius: var(--border-radius-sm);
          border-radius: var(--border-radius-sm);
}

.toast-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.toast-detail {
  width: -webkit-calc(100% - 85px);
  width: calc(100% - 85px);
  padding-right: 10px;
}

.toast-message {
  font-size: var(--fs-10);
  color: var(--sonic-silver);
  margin-bottom: 8px;
}

.toast-title {
  font-size: var(--fs-7);
  font-weight: var(--weight-500);
  color: var(--onyx);
}

.toast-meta {
  font-size: var(--fs-10);
  color: var(--sonic-silver);
}





/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

.header-top,
.header-user-actions,
.desktop-navigation-menu { display: none; }

.header-main {
  padding: 20px 0;
  border-bottom: 1px solid var(--cultured);
}

.header-logo { margin-bottom: 20px; }

.header-logo img { margin: auto; }



.mobile-bottom-navigation {
  background: var(--white);
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
          box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
  z-index: 5;
}

.mobile-bottom-navigation .action-btn {
  position: relative;
  font-size: 26px;
  color: var(--eerie-black);
  padding: 10px;
}

.mobile-bottom-navigation .count {
  background: var(--bittersweet);
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: var(--weight-500);
  line-height: 1;
  padding: 2px 4px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.mobile-navigation-menu {
  background: var(--white);
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.1);
          box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.1);
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 20;
}

.mobile-navigation-menu.active {
  left: 0;
  visibility: visible;
}

.menu-top {
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid var(--cultured);
}

.menu-top .menu-title {
  color: #2a7ae2;
  font-size: var(--fs-4);
  font-weight: var(--weight-600);
}

.menu-close-btn {
  color: var(--eerie-black);
  font-size: 22px;
}

.menu-close-btn ion-icon { --ionicon-stroke-width: 50px; }

.mobile-menu-category-list { margin-bottom: 30px; }

.menu-category .accordion-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu-category-list .menu-category { border-bottom: 1px solid var(--cultured); }

.mobile-menu-category-list .menu-title {
  color: var(--onyx);
  font-size: var(--fs-6);
  font-weight: var(--weight-500);
  padding: 12px 0;
}

.accordion-menu > div { font-size: 14px; }

.accordion-menu ion-icon {
  color: var(--onyx);
  --ionicon-stroke-width: 90px;
}

.accordion-menu.active .add-icon,
.accordion-menu .remove-icon { display: none; }

.accordion-menu .add-icon,
.accordion-menu.active .remove-icon { display: block; }

.menu-category .submenu-category-list { margin-left: 10px; }

.submenu-title {
  padding: 6px 0;
  font-size: var(--fs-6);
  color: var(--sonic-silver);
  font-weight: var(--weight-300);
}

.submenu-title:hover { color: var(--davys-gray); }

.submenu-category-list {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.submenu-category-list.active {
  max-height: 148px;
  visibility: visible;
}

.menu-bottom .menu-category-list { margin-bottom: 20px; }

.menu-bottom .menu-category { border-bottom: none; }

.menu-bottom .menu-title {
  font-size: var(--fs-6);
  font-weight: var(--weight-500);
  color: var(--eerie-black);
  padding: 12px 0;
}

.accordion-menu.active .caret-back { -webkit-transform: rotate(-0.25turn); -ms-transform: rotate(-0.25turn); transform: rotate(-0.25turn); }

.menu-bottom .submenu-category-list {
  border: 1px solid var(--cultured);
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
  padding: 0 15px;
  margin-left: 0;
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.05);
          box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.05);
}

.menu-bottom .submenu-category:not(:last-child) { border-bottom: 1px solid var(--cultured); }

.menu-social-container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.menu-social-container .social-link {
  background: var(--cultured);
  color: var(--eerie-black);
  font-size: 20px;
  padding: 10px;
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
}





/*-----------------------------------*\
  #BANNER
\*-----------------------------------*/

.banner { margin: 30px 0; }

.slider-container {
  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;
  gap: 10px;
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
  overflow: auto hidden;
  -webkit-scroll-snap-type: inline mandatory;
      -ms-scroll-snap-type: inline mandatory;
          scroll-snap-type: inline mandatory;
  overscroll-behavior-inline: contain;
}

.slider-item {
  position: relative;
  min-width: 100%;
  max-height: 450px;
  aspect-ratio: 1 / 1;
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
  overflow: hidden;
  scroll-snap-align: start;
}

.slider-item .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.banner-content {
  background: hsla(0, 0%, 100%, 0.8);
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 20px 25px;
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
}

.banner-subtitle {
  color: #ff66c4; /* Couleur de fond du bouton */
  font-size: var(--fs-7);
  font-weight: var(--weight-500);
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.banner-title {
  color: var(--eerie-black);
  font-size: var(--fs-1);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.banner-text { display: none; }

.banner-btn {
  background: #2a7ae2; /* Couleur de fond du bouton */
  color: var(--white);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: var(--fs-11);
  font-weight: var(--weight-600);
  text-transform: uppercase;
  padding: 4px 10px;
  -webkit-border-radius: var(--border-radius-sm);
          border-radius: var(--border-radius-sm);
  -webkit-transition: var(--transition-timing);
  -o-transition: var(--transition-timing);
  transition: var(--transition-timing);
}

.banner-btn:hover { background: var(--eerie-black); }





/*-----------------------------------*\
  #CATEGORY
\*-----------------------------------*/

.category { margin-bottom: 30px; }

.category-item-container {
  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;
  gap: 10px;
  overflow: auto hidden;
  -webkit-scroll-snap-type: inline mandatory;
      -ms-scroll-snap-type: inline mandatory;
          scroll-snap-type: inline mandatory;
  overscroll-behavior-inline: contain;
}

.category-item {
  min-width: 100%;
  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;
  gap: 10px;
  padding: 15px;
  border: 1px solid var(--cultured);
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
  scroll-snap-align: start;
}

.category-img-box {
  background: #ffffff; /* Couleur de fond blanc */
  
  padding: 5px; /* Réduire le padding pour un ajustement plus petit */
  -webkit-border-radius: var(--border-radius-sm);
  border-radius: var(--border-radius-sm);
  width: 60px; /* Ajuster cette valeur pour réduire la taille de l'image */
  height: auto; /* Assurez-vous que la hauteur s'adapte automatiquement pour garder les proportions */
}

.category-img {
  width: 100%; /* L'image prend toujours toute la largeur du conteneur */
  height: auto; /* La hauteur s'adapte automatiquement pour garder les proportions */
}

.category-content-box { width: 100%; }

.category-content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.category-item-title {
  color: var(--eerie-black);
  font-size: var(--fs-9);
  font-weight: var(--weight-600);
  text-transform: uppercase;
}

.category-item-amount {
  color: var(--sonic-silver);
  font-size: var(--fs-11);
}

.category-btn {
  color: #2a7ae2; /* Couleur de fond du bouton */
  font-size: var(--fs-9);
  font-weight: var(--weight-500);
  text-transform: capitalize;
}









/*-----------------------------------*\
  #PRODUCT MINIMAL
\*-----------------------------------*/

.product-minimal { margin-bottom: 30px; }

.product-minimal .product-showcase { margin-bottom: 10px; }

.product-minimal .showcase-wrapper {
  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;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-scroll-snap-type: inline mandatory;
      -ms-scroll-snap-type: inline mandatory;
          scroll-snap-type: inline mandatory;
}

.product-minimal .showcase-container {
  min-width: 100%;
  padding: 0 5px;
  scroll-snap-align: start;
}

.product-minimal .showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border: 1px solid var(--cultured);
  padding: 15px;
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
}

.product-minimal .showcase:not(:last-child) { margin-bottom: 15px; }

.product-minimal .showcase-content { width: -webkit-calc(100% - 85px); width: calc(100% - 85px); }

.product-minimal .showcase-title {
  color: var(--eerie-black);
  font-size: var(--fs-7);
  font-weight: var(--weight-600);
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 2px;
}

.product-minimal .showcase-category {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--davys-gray);
  font-size: var(--fs-8);
  text-transform: capitalize;
  margin-bottom: 3px;
}

.product-minimal .showcase-category:hover { color: steelblue; }

/* Appliquer la couleur aux prix dans .price-box pour .product-minimal */
.product-minimal .price-box {
  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;
  gap: 10px;
}

.product-minimal .price {
  font-size: var(--fs-7);
  font-weight: var(--weight-700);
  color: #ff0000; /* Remplacez ceci par la couleur souhaitée pour les prix */
}

.product-minimal .price-box del {
  font-size: var(--fs-9);
  color: var(--sonic-silver);
}





/*-----------------------------------*\
  #PRODUCT FEATURED
\*-----------------------------------*/







/*-----------------------------------*\
  #TESTIMONIAL
\*-----------------------------------*/

.testimonials-box { margin-bottom: 50px; }

.testimonial-card {
  padding: 30px 20px;
  border: 1px solid var(--cultured);
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
  text-align: center;
  margin-bottom: 25px;
}

.testimonial-banner {
  margin: auto;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.testimonial-name {
  font-weight: var(--weight-700);
  text-transform: uppercase;
  color: var(--sonic-silver);
  margin-bottom: 5px;
}

.testimonial-title {
  color: var(--onyx);
  font-size: var(--fs-7);
  margin-bottom: 15px;
}

.quotation-img {
  margin: auto;
  margin-bottom: 10px;
}

.testimonial-desc {
  max-width: 70%;
  margin: auto;
  color: var(--sonic-silver);
  font-size: var(--fs-7);
}











/*-----------------------------------*\
  #BLOG
\*-----------------------------------*/

.blog { margin-bottom: 30px; }

.blog-container {
  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;
  gap: 15px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-scroll-snap-type: inline mandatory;
      -ms-scroll-snap-type: inline mandatory;
          scroll-snap-type: inline mandatory;
}

.blog-card {
  min-width: 100%;
  scroll-snap-align: start;
}

.blog-banner {
  width: 100%;
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
  margin-bottom: 20px;
}

.blog-category {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #2a7ae2; /* Couleur de fond du bouton */
  font-size: var(--fs-8);
}

.blog-title {
  color: var(--eerie-black);
  font-size: var(--fs-5);
  font-weight: var(--weight-600);
  line-height: 1.4;
  margin-bottom: 5px;
  -webkit-transition: var(--transition-timing);
  -o-transition: var(--transition-timing);
  transition: var(--transition-timing);
}

.blog-title:hover { color: steelblue; }

.blog-meta {
  color: var(--sonic-silver);
  font-size: var(--fs-7);
}

.blog-meta cite {
  font-style: normal;
  color: var(--davys-gray);
}



.cta-container {
  position: relative;
  aspect-ratio: 5 / 6;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  margin-bottom: 25px;
}

.cta-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-content {
  background: hsla(0, 0%, 100%, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 15px 20px;
  text-align: center;
  border-radius: var(--border-radius-sm);
}

.cta-content .discount {
  background: #2a7ae2;
  color: white;
  font-size: var(--fs-11);
  font-weight: var(--weight-600);
  text-transform: uppercase;
  width: max-content;
  margin: auto;
  padding: 0 5px;
  border-radius: var(--border-radius-sm);
  margin-bottom: 5px;
}

.cta-title {
  color: steelblue;
  font-size: var(--fs-5);
  text-transform: capitalize;
  margin-bottom: 5px;
}

.cta-text {
  color: var(--sonic-silver);
  font-size: var(--fs-7);
  margin-bottom: 5px;
}

.cta-btn {
  font-size: var(--fs-9);
  color: var(--sonic-silver);
  text-transform: uppercase;
  font-weight: var(--weight-700);
}
	
	
	

/*-----------------------------------*\
  #RESPONSIVE
\*-----------------------------------*/


/**
 * responsive larger than 480px screen
 */

@media (min-width: 480px) {

  /**
   * #CUSTOM PROPERTY
   */

  :root {

    /**
     * typography 
     */

    --fs-1: 1.875rem;

  }



  /**
   * #HEADER
   */

  .header-top {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--cultured);
  }

  .header-social-container,
  .header-top-actions { display: none; }

  .header-alert-news {
    color: var(--sonic-silver);
    font-size: var(--fs-9);
    text-transform: uppercase;
  }

  .header-alert-news b { font-weight: var(--weight-500); }

  .header-main { padding: 25px 0; }

  .mobile-bottom-navigation {
    -webkit-border-top-left-radius: var(--border-radius-md);
            border-top-left-radius: var(--border-radius-md);
    -webkit-border-top-right-radius: var(--border-radius-md);
            border-top-right-radius: var(--border-radius-md);
  }



  /**
   * #BANNER
   */

  .slider-item { aspect-ratio: 5 / 3; }

  .banner-content {
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 320px;
  }

  .banner-subtitle { --fs-7: 1rem; }

  .banner-text {
    display: block;
    color: var(--sonic-silver);
    font-size: var(--fs-7);
    font-weight: var(--weight-500);
    margin-bottom: 10px;
  }

  .banner-text b { font-size: var(--fs-2); }

  .banner-btn { padding: 7px 20px; }



  /**
   * #PRODUCT 
   */

  .product-grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }











/**
 * responsive larger than 570px screen
 */

@media (min-width: 570px) {

  /**
   * #HEADER
   */

  .header-top .container,
  .header-main .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-logo { margin-bottom: 0; }

  .header-top-actions {
    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;
    gap: 10px;
  }

  .header-top-actions select {
    border: none;
    display: block;
    min-width: 80px;
    padding: 5px 0;
    font: inherit;
    color: var(--sonic-silver);
    font-size: var(--fs-8);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: var(--transition-timing);
    -o-transition: var(--transition-timing);
    transition: var(--transition-timing);
  }

  .header-top-actions select:hover { color: var(--eerie-black); }

 


  /**
   * #BANNER
   */

  .slider-item { aspect-ratio: 4 / 2; }

  .banner-content { background: none; }



  /**
   * #CATEGORY
   */

  .category-item-container { gap: 30px; }

  .category-item { min-width: -webkit-calc(50% - 15px); min-width: calc(50% - 15px); }



  /**
   * #PRODUCT
   */

  .product-minimal .showcase-container { min-width: 50%; }

  .product-featured .showcase-img {
    max-width: 450px;
    margin: auto;
  }

  .product-featured .countdown { gap: 20px; }



  /**
   * #CTA
   */

  .cta-container { aspect-ratio: 6 / 5; }



  /**
   * #BLOG
   */

  .blog-container { gap: 30px; }

  .blog-card { min-width: -webkit-calc(50% - 15px); min-width: calc(50% - 15px); }

}





/**
 * responsive larger than 768px screen
 */

@media (min-width: 768px) {

  /**
   * #CUSTOM PROPERTY
   */

  :root {

    /**
     * typography 
     */

    --fs-1: 2.375rem;

  }



  /**
   * #BASE 
   */

  html { font-size: 17px; }



  /**
   * #REUSED STYLE 
   */

  .container {
    max-width: 750px;
    margin: auto;
  }

  .custom-container {
    max-width: 1320px;              /* Largeur maximale */
    margin: 20px auto;              /* Centrage avec espace vertical */
    padding: 20px;                  /* Espacement intérieur */
    border: 1px solid #dcdcdc;      /* Bordure légère de 1px */
    border-radius: 15px;             /* Coins arrondis */
    background-color: #ffffff;      /* Couleur de fond blanche */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Ombre légère */
    transition: all 0.3s ease;      /* Transition fluide */
}

/* Effet au survol (optionnel) */
.custom-container:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Ombre renforcée au survol */
}

/* Styles responsive */
@media (max-width: 1024px) {
    .custom-container {
        margin: 15px;               /* Réduction de l'espace autour */
        padding: 15px;               /* Ajustement de l'espacement intérieur */
    }
}

@media (max-width: 768px) {
    .custom-container {
        margin: 10px;               /* Espace réduit pour les tablettes */
        padding: 10px;               /* Réduction de l'espacement intérieur */
        border: 1px solid #ccc;      /* Bordure légèrement plus foncée pour une meilleure visibilité */
    }
}

@media (max-width: 576px) {
    .custom-container {
        margin: 5px;                /* Espace minimal pour les petits écrans */
        padding: 5px;                /* Réduction supplémentaire pour les petits écrans */
        font-size: 14px;             /* Réduction de la taille de la police pour s'adapter aux petits écrans */
    }
}

  
  /**
   * #MODAL 
   */

  .modal-content {
    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: 750px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .newsletter-img { display: block; }

  .newsletter { text-align: left; }



  /**
   * #HEADER 
   */

  


  /**
   * #BANNER 
   */

  .slider-item {
    aspect-ratio: auto;
    height: 350px;
  }

  .banner-content { max-width: 380px; }

  .banner-subtitle { --fs-7: 1.25rem; }

  .banner-text { --fs-7: 1.125rem; }

  .banner-text b { --fs-2: 1.875rem; }

  .banner-btn { --fs-11: 0.75rem; }



  /**
   * #CATEGORY 
   */

  .category-img-box { padding: 20px; }



  /**
   * #PRODUCT 
   */

  .product-minimal {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }

  .product-minimal .product-showcase {
    min-width: -webkit-calc(50% - 10px);
    min-width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .product-minimal .showcase-container { min-width: 100%; }
  
  .product-featured .showcase {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }

  .product-featured .showcase-img { max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; }

  .product-featured .showcase-content {
    margin-top: 0;
    min-width: -webkit-calc(100% - 345px);
    min-width: calc(100% - 345px);
  }



 





/**
 * responsive larger than 1024px screen
 */

@media (min-width: 1024px) {

  /**
   * #CUSTOM PROPERTY
   */

  :root {

    /**
     * typography 
     */

    --fs-1: 2.625rem;
    --fs-2: 1.125rem;

  }



  /**
   * #REUSED STYLE 
   */

  .container { max-width: 980px; }



  /**
   * #NOTIFICATION TOAST 
   */

  .notification-toast { bottom: 30px; }



  /**
   * #HEADER 
   */

  .header-social-container {
    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;
    gap: 5px;
  }

  .header-social-container .social-link {
    padding: 5px;
    background: hsl(0, 0%, 95%);
    -webkit-border-radius: var(--border-radius-sm);
            border-radius: var(--border-radius-sm);
    color: var(--sonic-silver);
    -webkit-transition: var(--transition-timing);
    -o-transition: var(--transition-timing);
    transition: var(--transition-timing);
  }

  .header-social-container .social-link:hover {
    background: steelblue;
    color: var(--white);
  }

  .header-user-actions {
    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;
    gap: 15px;
  }

  .header-user-actions .action-btn {
    position: relative;
    font-size: 35px;
    color: var(--onyx);
    padding: 5px;
  }

  .header-user-actions .count {
    position: absolute;
    top: -2px;
    right: -3px;
    background: var(--bittersweet);
    color: var(--white);
    font-size: 12px;
    font-weight: var(--weight-500);
    line-height: 1;
    padding: 2px 4px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }

  .desktop-navigation-menu { display: block; }

  .desktop-menu-category-list {
    position: relative;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }

  .desktop-menu-category-list .menu-category:not(:nth-child(2)) { position: relative; }

  .desktop-menu-category-list .menu-category > .menu-title {
    position: relative;
    color: var(--onyx);
    font-size: var(--fs-7);
    font-weight: var(--weight-600);
    text-transform: uppercase;
    padding: 15px 0;
    -webkit-transition: var(--transition-timing);
    -o-transition: var(--transition-timing);
    transition: var(--transition-timing);
  }

  .desktop-menu-category-list .menu-category > .menu-title:hover { color: steelblue; }
  
  .desktop-menu-category-list .menu-category > .menu-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: steelblue;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: var(--transition-timing);
    -o-transition: var(--transition-timing);
    transition: var(--transition-timing);
  }

  .desktop-menu-category-list .menu-category > .menu-title:hover::after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); }

  .dropdown-panel {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 30px;
    border: 1px solid var(--cultured);
    -webkit-box-shadow: 0 3px 5px hsla(0, 0%, 0%, 0.1);
            box-shadow: 0 3px 5px hsla(0, 0%, 0%, 0.1);
    -webkit-border-radius: var(--border-radius-md);
            border-radius: var(--border-radius-md);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: var(--transition-timing);
    -o-transition: var(--transition-timing);
    transition: var(--transition-timing);
    z-index: 5;
  }

  .desktop-menu-category-list .menu-category:hover > .dropdown-panel {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .dropdown-panel-list .menu-title a {
    color: var(--onyx);
    font-size: var(--fs-7);
    font-weight: var(--weight-600);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--cultured);
    margin-bottom: 10px;
  }

  .panel-list-item a {
    color: var(--sonic-silver);
    font-size: var(--fs-7);
    text-transform: capitalize;
    -webkit-transition: var(--transition-timing);
    -o-transition: var(--transition-timing);
    transition: var(--transition-timing);
  }

  .panel-list-item a:hover { color: steelblue; }

  .panel-list-item:not(:last-child) a { padding: 4px 0; }

  .panel-list-item:last-child { margin-top: 20px; }

  .panel-list-item img {
    width: 100%;
    height: auto;
    -webkit-border-radius: var(--border-radius-sm);
            border-radius: var(--border-radius-sm);
  }

  .dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: var(--white);
    padding: 20px 0;
    -webkit-border-radius: var(--border-radius-md);
            border-radius: var(--border-radius-md);
    border: 1px solid var(--cultured);
    -webkit-box-shadow: 0 3px 5px hsla(0, 0%, 0%, 0.1);
            box-shadow: 0 3px 5px hsla(0, 0%, 0%, 0.1);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: var(--transition-timing);
    -o-transition: var(--transition-timing);
    transition: var(--transition-timing);
    z-index: 5;
  }

  .desktop-menu-category-list .menu-category:hover > .dropdown-list {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .dropdown-list .dropdown-item a {
    color: var(--sonic-silver);
    font-size: var(--fs-7);
    text-transform: capitalize;
    padding: 4px 20px;
    -webkit-transition: var(--transition-timing);
    -o-transition: var(--transition-timing);
    transition: var(--transition-timing);
  }

  .dropdown-list .dropdown-item a:hover { color: steelblue; }

  .mobile-bottom-navigation { display: none; }



  /**
   * #BANNER 
   */

  .banner { margin-top: 0; }

  .slider-item { height: 380px; }

  .banner-content {
    left: 75px;
    max-width: 400px;
  }

  .banner-subtitle { --fs-7: 1.625rem; }

  .banner-text { --fs-7: 1.375rem; }

  .banner-btn { --fs-11: 0.875rem; }



  /**
   * #CATEGORY 
   */

  .category-item { min-width: -webkit-calc(33.33% - 20px); min-width: calc(33.33% - 20px); }

  .category-img-box { padding: 10px; }



  /**
   * #PRODUCT 
   */

  .product-container .container {
    position: relative;
    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;
    gap: 30px;
    margin-bottom: 30px;
  }

  .sidebar {
    --fs-5: 0.941rem;

    position: -webkit-sticky;

    position: sticky;
    top: 30px;
    left: 0;
    padding: 0;
    min-width: -webkit-calc(25% - 15px);
    min-width: calc(25% - 15px);
    margin-bottom: 30px;
    visibility: visible;
    overflow-y: auto;
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    z-index: 0;
  }

  .sidebar-category {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid var(--cultured);
    -webkit-border-radius: var(--border-radius-md);
            border-radius: var(--border-radius-md);
  }

  .sidebar-close-btn { display: none; }

  .product-box { min-width: -webkit-calc(75% - 15px); min-width: calc(75% - 15px); }

  .product-minimal { margin-bottom: 20px; }

  .product-minimal .product-showcase {
    min-width: -webkit-calc(33.33% - 14px);
    min-width: calc(33.33% - 14px);
    width: -webkit-calc(33.33% - 14px);
    width: calc(33.33% - 14px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .product-minimal .showcase-wrapper { gap: 10px; }

  .product-minimal .showcase-container { padding: 2px; }

  .product-featured .countdown-content { padding: 5px 10px; }

  .product-grid { -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); }



  /**
   * #TESTIMONIALS, CTA & SERVICE 
   */

  .testimonials-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
  }

  .testimonial-card { margin-bottom: 0; }

  .testimonial, .cta-container {
    min-width: -webkit-calc(50% - 15px);
    min-width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 0;
  }


  /**
   * #BLOG
   */

  .blog-card { min-width: -webkit-calc(33.33% - 20px); min-width: calc(33.33% - 20px); }

  .blog-title { --fs-5: 1rem; }



  
/**
 * responsive larger than 1200px screen
 */

@media (min-width: 1200px) {

  /**
   * #REUSED STYLE 
   */

  .container { max-width: 1200px; }



  /**
   * #HEADER
   */

  .desktop-menu-category-list { gap: 45px; }



  /**
   * #BANNER
   */

  .slider-item:last-child .banner-img { -o-object-position: top; object-position: top; }



  /**
   * #CATEGORY
   */

  .category-item { min-width: -webkit-calc(25% - 22.5px); min-width: calc(25% - 22.5px); }

  .category-item-title { --fs-9: 0.824rem; }



  /**
   * #PRODUCT
   */

  .product-featured .showcase > div { min-width: -webkit-calc(50% - 10px); min-width: calc(50% - 10px); }

  .product-featured .display-number { --fs-5: 1.125rem; }

  .product-grid { -ms-grid-columns: (1fr)[4]; grid-template-columns: repeat(4, 1fr); }



  /**
   * #TESTIMONIALS, CTA, SERVICE
   */

  .service-icon ion-icon {
      color: steelblue;
      font-size: 10rem; /* Ajustez la taille selon vos besoins */
    }
    .service-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .service-item {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: inherit;
    }
    .service-icon {
      margin-right: 10px;
    }
    .service-content {
      display: flex;
      flex-direction: column;
    }
    .service-title {
      font-size: 1rem;
      margin: 0;
    }
    .service-desc {
      margin: 0;
      font-size: 1rem;
      color: gray;
    }

    /**
     * #TESTIMONIALS, CTA, SERVICE
     */

    .testimonial, .service {
      min-width: calc(25% - 20px);
      width: calc(25% - 20px);
    }

    .cta-container {
      min-width: calc(50% - 20px);
      width: calc(50% - 20px);
      aspect-ratio: unset;

	
  /**
   * #BLOG
   */

  .blog { margin-bottom: 50px; }
  
  .blog-card { min-width: -webkit-calc(25% - 22.5px); min-width: calc(25% - 22.5px); }



  




/**
 * responsive larger than 1400px screen
 */

@media (min-width: 1400px) {

  /**
   * #BASE 
   */

  html { font-size: 18px; }



  /**
   * #REUSED STYLE 
   */

  .container { max-width: 1350px; }



  /**
   * #BANNER
   */

  .slider-item { height: 450px; }

  .banner-content {
    left: 110px;
    max-width: 460px;
  }

}
	
	
	
	
	
.conteneur {
   padding: 0 15px;
  max-width: 1200px; /* Réduire la largeur maximale */
  margin: 0 auto; /* Centrer le conteneur *
 }

.has-scrollbar {
  padding-bottom: 5px;
}

.has-scrollbar::-webkit-scrollbar {
  width: 12px; /* for vertical scroll */
  height: 12px; /* for horizontal scroll */
}

.has-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border: 3px solid var(--white);
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.has-scrollbar:hover::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 90%);
}

.has-scrollbar::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 80%);
}

.title {
  color: var(--eerie-black);
  font-size: var(--fs-5);
  font-weight: var(--weight-600);
  letter-spacing: 0.4px;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--cultured);
  margin-bottom: 30px;
}
