/* Fonts */

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-BoldItalic.woff2') format('woff2'),
        url('../fonts/Jost-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Italic.woff2') format('woff2'),
        url('../fonts/Jost-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2'),
        url('../fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ThinItalic.woff2') format('woff2'),
        url('../fonts/Jost-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Jost-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-BlackItalic.woff2') format('woff2'),
        url('../fonts/Jost-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Jost-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Black.woff2') format('woff2'),
        url('../fonts/Jost-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraLight.woff2') format('woff2'),
        url('../fonts/Jost-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-LightItalic.woff2') format('woff2'),
        url('../fonts/Jost-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Light.woff2') format('woff2'),
        url('../fonts/Jost-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Jost-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Thin.woff2') format('woff2'),
        url('../fonts/Jost-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBold.woff2') format('woff2'),
        url('../fonts/Jost-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-MediumItalic.woff2') format('woff2'),
        url('../fonts/Jost-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

a{
  color:rgba(0, 0, 0, 0.9);
}
a:hover{
  color:#f7c104;
}
.side_menu a{
  text-decoration:none;
}
.side_menu a:hover{
  color:#f7c104 !important;
}
.side_menu_title{
  font-size: 17px;
  font-weight: 500;
}

/* Fonts END */

.container {
  max-width: 1600px;
  margin: auto;
}

.container-narrow {
  max-width: 1240px;
  margin: auto;
}

/* Common  */

body {
  padding-top: 341px;
  font-family: 'Jost';
}

.filters-active {
    overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #fff;
}

.black-bar {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.yellow-bar {
  background-color: #f7c104;
  color: #000;
  text-align: center;
  padding: 6px;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: 0px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: 0px;
  display: block !important;
  border: 0px solid black;
}

.owl-carousel .owl-stage {
  display: flex;
  flex-flow: row wrap;
}

.section .owl-stage .owl-item {
  display: flex;
  align-items: flex-end;
}

.nav-arrows {
  transform: scale(1, 6);
}

#notifications-carousel {
  position: relative;
  text-align: center;
  overflow: hidden;
}

#notifications-carousel .owl-nav {
  display: none;
}

#notifications-carousel .owl-dots {
  display: none;
}

.shop-actions-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#search-bar {
  height: 0px;
  /*overflow-y: hidden;*/
  display: block;
  vertical-align: top;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#searchForm {
  justify-content: center;
  margin: auto;
}

.search-active {
  height: 70px !important;
  opacity: 1 !important;
  pointer-events: all !important;
}

#search-bar .justify-content-center {
  width: 100%;
}

#search-bar .justify-content-center .col-xs-12.col-md-3 {
  min-width: 280px;
  padding-right: 0px;
}

#start_search:hover {
    background: #000;
}

.shop-actions-wrap a {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.shop-actions-wrap a img {
  padding: 4px;
  width: 92%;
}

.fav-counter,
.cart-counter {
  position: absolute;
  background-color: #000;
  color: #fff;
  right: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  font-size: 11px;
  padding: 8px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.main-logo {
  padding: 0 20px;
  margin: 60px auto 30px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}

.main-logo img {
  max-width: 80%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section {
  padding-top: 70px;
}

h2 {
  text-align: center;
  margin: 0 0 90px;
  padding: 0 0 20px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

h3 {
  padding: 0 0 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.heading-border {
  position: relative;
}

.heading-border:after {
  content: "";
  height: 5px;
  width: 380px;
  background-color: #f7c104;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: calc(100% - 40px);
}

h3.heading-border:after {
  right: initial;
}

.primary-btn, .btn-primary {
  padding: 20px 40px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-primary:hover{
  color: #000;
    background-color: #e7b60d;
    border-color:transparent;
}

.black-btn {
  background-color: #000;
  color: #fff;
}

.black-btn:hover {
  background-color: #fff;
  color: #000;
}

#add-to-cart {
  margin-bottom: 12px;
}

#add-to-favorites {
  margin-bottom: 12px;
}

.shop-btn, .primary-btn,  .btn-primary {
  background-color: #f7c104;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  /*width: 100%;*/
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  border-color: transparent;
}

.shop-btn:hover {
  color: #000;
  background-color: #e7b60d;
}

.secundary-btn {
  color: #979797;
  background-color: #f7f7f7;
  text-decoration: none;
}

.secundary-btn:hover {
  color: #000;
  background-color: #f1f1f1;
}

.cards-wrap {
  background-color: #fff;
}

.cards {
  width: 100%;
  padding: 0 10%;
  background-color: #fff;
  border: 1px solid #fff;
  max-width: 1200px;
  margin: auto;
  display: block;
}

.separator {
  background-color: #f6f6f6;
  height: 46px;
  width: 100%;
}

.breadcrumbs {
  padding: 26px 0;
  color: #000;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 4px;
}

.breadcrumbs a:last-child {
  font-weight: bold;
}

.size-not-valid {
    font-size: 12px;
    /*padding-bottom: 15px;*/
    color: red;
    font-weight: bold;
}

@media all and (max-width: 992px) {
  body {
    padding-top: 140px;
  }

  #header {
    max-height: 100vh;
    overflow-x: auto;
  }
}

@media all and (max-width: 480px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

/* Common END */

/* Mega menu */

nav {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#navbar-content {
  justify-content: center;
  border-bottom: 5px solid #fff;
}

.nav-link {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-link:hover {
    color: #f7c104 !important;
}

.nav-item {
  margin: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#navbar-content h5 {
  background-color: #f7c003;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 12px;
}

#navbar-content .promo-menu {
  color: #fff;
  background-color: red;
}

.menu-section {
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
}

.menu-sections-3 {
  min-height: 150px;
  align-content: flex-start;
}

.mega-content .row {
  display: flex;
  justify-content: center;
}

.menu-section a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.menu-sections-3 a {
  width: 33%;
}

.menu-sections-2 a {
  width: 50%;
}

.menu-sections-1 a {
  width: 100%;
}

.menu-banner {
  position: relative;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.menu-banner p {
  position: absolute;
  max-width: 260px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: rgb(0 0 0 / 24%);
  z-index: 2;
}

.menu-banner img {
  width: 100%;
  display: block;
    transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-banner img:hover {
  transform: scale(1.1);
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  /*left: 50px;*/
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.sticky .main-logo img {
  max-width: 200px;
}

.sticky .main-logo {
  padding: 0 20px;
  margin: 20px auto 0px;
}

.sticky nav {
  margin-bottom: 0px;
}

.sticky .nav-item {
  margin-bottom: 0;
}

.sticky .nav-link {
  font-size: 15px;
}

.sticky .black-bar {
  font-size: 10px;
}

.sticky .shop-actions-wrap a {
  width: 25px;
  height: 25px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media all and (max-width: 1920px) {
  .menu-banner p {
    display: table;
    padding: 2px 12px;
  }
}

@media all and (min-width: 992px) {
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: calc(100% - 100px);
    border: 1px solid #f7c003;
    left: 50px;
  }

  .navbar-light .navbar-nav .nav-link {
    border-bottom: 5px solid #fff;
    margin-bottom: -2px;
  }

  .navbar-light .navbar-nav .nav-link.active {
    border-bottom: 5px solid #f7c104;
  }

  .menu-section {
    max-height: 180px;
    overflow-y: auto;
    height: 100%;
  }
}

@media all and (max-width: 992px) {
  .navbar > .container {
    justify-content: end;
  }

  .main-logo img {
    max-width: 200px;
  }

  .main-logo {
    padding: 0 20px;
    margin: 20px auto 0px;
  }

  nav {
    margin-top: -40px;
    margin-bottom: 0px;
  }

  .nav-item {
    margin-bottom: 0;
  }

  .nav-link {
    font-size: 15px;
  }

  .black-bar {
    font-size: 10px;
  }

  .shop-actions-wrap a {
    width: 25px;
    height: 25px;
  }
}

@media all and (min-width: 480px) and (max-width: 992px) {
  .menu-banners {
    display: flex;
    gap: 20px;
  }
}

@media all and (max-width: 768px) {
}

@media all and (max-width: 480px) {
  .menu-sections-3 a {
    width: 50%;
  }

  .menu-sections-2 a {
    width: 100%;
  }
}

/* Mega menu END  */

/* Featured  */

.homepage-featured {
  background-size: cover;
  width: 100%;
  display: block;
  overflow: hidden;
}
#featured{
  position:relative;
}
#featured img {
  width: 100%;
}

#featured .featured-column {
  padding: 0;
}

.homepage-featured img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homepage-featured:hover img {
  transform: scale(1.1);
}

/* Featured END */

/* Product list */

#product-list-container {
  display: flex;
  flex-wrap: wrap;
}

#product-list-grid {
    padding-top: 120px;
}

#product-list-container .product-list-item {
  margin: 0 25px;
}

#product-list-container .product-list-item {
  width: calc(33.33% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 90px;
}

.product-list-item .product-list-image {
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-list-image-wrap:hover .product-list-image {
  transform: scale(1.1);
}

.product-list-image-wrap a {
  width: 100%;
}

.product-list-item {
  margin: 0 60px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-list-header {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}

.product-tags-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

.product-list-tag {
  background-color: #f7c104;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.brand-name {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}

.product-list-image-wrap {
  display: flex;
  justify-content: center;
  align-items: end;
 /* padding-top: 34px;*/
  overflow: hidden;
  border: 1px solid #f7f7f7;
  height: 100%;
}

.product-list-title {
  font-size: 23px;
  text-transform: uppercase;
  display: block;
  color: #000;
  text-decoration: none;
}

.product-old-price-wrap {
  font-size: 15px;
}

.old-price {
  text-decoration: line-through;
  margin-right: 20px;
}

.old-price-discount {
  color: red;
}

.product-price-wrap {
  font-size: 18px;
  font-weight: 500;
  color: red;
}

.product-list-image {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.featured-products-wrap {
  background-color: #f8f8f8;
  padding: 60px 0;
}

@media all and (min-width:768px) {
    .product-list-image-wrap {
        min-height: 405px;
    }
}

.filters {
    background-color: #f7f7f7;
    padding: 3px 0px;
}

.filters .container-narrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.filters-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filters p {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
}

.filter-wrap:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}


.filters select {
    width: auto;
    font-weight: 500;
}

#filter-color-wrap {
    /*display: none;
    position: absolute;
    top: 30px;
    left: -20px;*/
    font-size: 13px;
    /*background-color: #f7f7f7;*/
    padding: 20px;
    min-width: 140px;
}

#filter-color-wrap a {
    display: block;
    margin-bottom: 5px;
}

.filter-color-label {
    padding-right: 50px;
    font-size: 13px;
    font-weight: 500;
}

.filter-color {
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

#filter-color-black .filter-color {
  background-color: #000000;
}

#filter-color-blue .filter-color {
  background-color: #0000FF;
}

#filter-color-brown .filter-color {
  background-color: #67310b;
}

#filter-color-green .filter-color {
  background-color: #008000;
}

#filter-color-gray .filter-color {
  background-color: #808080;
}

#filter-color-orange .filter-color {
  background-color: #FFA500;
}

#filter-color-pink .filter-color {
  background-color: #FFC0CB;
}

#filter-color-red .filter-color {
  background-color: #FF0000;
}

#filter-color-silver .filter-color {
  background-color: #C0C0C0;
}

#filter-color-white .filter-color {
  background-color: #ffffff;
}

#filter-color-white .filter-color {
  box-shadow: 0px 0px 2px;
}

#filter-color-yellow .filter-color {
  background-color: #FFFF00;
}

.filters .controls.close {
    z-index: 31;
    display: none;
}

#paging {
    width: 100%;
}

.dropdown-button {
  width: auto;
  font-weight: 500;
  min-width: 160px;
  padding-right: 40px;
  text-align: left;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 12px;
}

.dropdown-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.dropdown-item {
    font-size: 12px;
}

.dropdown-checkboxes {
  padding: 15px 10px;
}

.dropdown-checkboxes .form-check-input:checked {
  background-color: #f7c104;
  border-color: #f7c104;
}

.dropdown-checkboxes .form-check-input[type=checkbox] {
  padding: 6px;
}

.form-check label {
  margin-top: 2px;
  margin-left: 2px;
}

@media all and (max-width: 1440px) {
  .product-list-item {
    margin: 0 20px;
  }
}

@media all and (max-width: 1380px) {
    .filters {
        margin: 0 20px;
    }
    
    .filters-wrap,
    .filters .container-narrow {
        justify-content: center;
    }
    
    .filters p {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 1200px) {
  .product-list-tag {
    padding: 6px 10px;
    font-size: 10px;
  }

  .brand-name {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .filters-wrap {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100vh;
      background-color: #fff;
      z-index: 30;
      flex-direction: column;
      justify-content: flex-start;
      gap: 20px;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 60px 0;
  }

  .dropdown-menu {
    position: relative !important;
    border: none !important;
    transform: translate3d(0px, 0px, 0px) !important;
    border-bottom: 1px solid #cfcfcf !important;
    border-radius: 0;
    display: block !important;
  }
  
  .filters-open {
    display: block !important;
    overflow: scroll !important;
    height: 100% !important;
  }

  .filter-wrap {
    width: 100%;
  }

  .dropdown-button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
  }

  .dropdown-item {
    font-size: 16px;
  }
  
  .filters .dropdown-wrap {
      width: calc(100% - 20px);
      margin: auto;
  }
  
  .filters .dropdown-wrap select {
      width: 100%;
  }
  
/*  #filters-color {
      padding: 10px 15px;
      background-color: #f7f7f7;
  }*/
  
  
  #filter-color-wrap {
      z-index: 30;
  }
      
  .filters p {
      padding: 6px;
      cursor: pointer;
  }
  
  .filters-active .filters .controls.close {
      display: block;
  }

  .product-list-title {
    font-size: 14px;
  }

  .product-price-wrap {
    font-size: 16px;
  }

  #product-list-container {
    padding: 10px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #product-list-container .product-list-item {
    width: calc(50% - 50px);
  }
}

@media all and (max-width: 480px) {
  #product-list-container .product-list-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

/* Product list END */

/* Product */

#product {
  padding: 20px;
}

.product-wrap {
  display: flex;
}

#product-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  margin-bottom: 60px;
}

.product-image-wrap {
  width: calc(50% - 20px);
}

.product-image-wrap img {
  width: 100%;
}

.loading-images {
  pointer-events: none !important;
}

#product .product-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

#product .brand-name {
  margin-top: 30px;
  display: block;
  text-align: left;
}

#product .product-title {
  text-align: left;
}

#product .current-color {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px;
}

.product-description {
  font-size: 14px;
}

#product .product-price-wrap {
  margin-top: 15px;
}

#product .product-prices {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#product .product-prices:after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #f7c104;
  position: absolute;
  bottom: 0;
  left: 0;
}

#attributes-color {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.attributes-title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 15px;
}

.attribute-color {
  border: 1px solid #f7f7f7;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: calc(33.33% - 10px);
}

#attributes-color div:hover,
#attributes-color .attribute-active {
  border: 1px solid #f7c104;
}

.attribute-color img {
  width: 100%;
}

.attribute-active {
  pointer-events: none;
}

#size-chart {
  margin-top: 50px;
  margin-bottom: 10px;
  text-decoration: underline;
}

#size-chart a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

#size-and-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}

#sizes {
  position: relative;
  width: 100%;
  border: 2px solid #f7f7f7;
}

select {
  background-color: #f7f7f7;
  display: inline-block;
  margin-right: 12px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  height: 39px;
  border: none;
  padding: 10px 30px 13px 16px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 1;
}

#sizes select:focus {
  outline: none;
}

.dropdown-wrap {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.dropdown-wrap select {
    outline: none;
}

.dropdown-wrap:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 8px;
  height: 5px;
  background: url(../images/icon-arrow-select.png) left top/8px 5px no-repeat;
  z-index: 2;
  pointer-events: none;
}

#sizes option[disabled] {
  color: #c5c5c5;
}

#sizes.not-selected {
  border-color: red;
}

#quantity {
  display: flex;
  line-height: 34px;
  border: 1px solid #f7f7f7;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qunatity-action {
  display: flex;
  flex-direction: column;
}

.quntity-input {
  width: 40px;
  text-align: center;
  border: none;
  border-right: 1px solid #f7f7f7;
}

.quantity-btn {
  width: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader-container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#preview-preloader {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin-right: 20px;
}

.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(247, 193, 4);
  background: linear-gradient(
    0deg,
    rgba(247, 193, 4, 0.1) 33%,
    rgba(247, 193, 4, 1) 100%
  );
  animation: spin 0.8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@media all and (min-width:1280px) {
    #product-images {
        min-width: 922px;
    }
}

@media all and (max-width: 480px) {
  .product-image-wrap {
    width: 100%;
  }

  .product-image-wrap {
    pointer-events: none;
  }
}

/* Product END */

/* Lightbox */

.lightbox-active {
  overflow: hidden;
  pointer-events: none;
}

.pan {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.panWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(255 255 255 / 90%);
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
  cursor: move;
  pointer-events: all;
}

.panWrapper * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.panWrapper a.controls {
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: 30px;
  cursor: pointer;
}

.panWrapper a.controls.in {
  background-image: url("images/zoomIn.png");
  margin-left: -30px;
}

.panWrapper a.controls.out {
  background-image: url("images/zoomOut.png");
  margin-left: 30px;
}

.panWrapper a.controls.close {
  background-image: url("images/close.png");
  left: auto;
  right: 30px;
  top: 30px;
  background: yellow;
}

.panWrapper .loading {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}

.controls.close {
    left: initial !important;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
}

.controls.close img {
    width: 100%;
}

/* Lightbox END */

/* Latest and recommended products */

#recommended-products {
  padding-bottom: 90px;
}

#recommended-products h2 {
  margin-bottom: 40px;
}

#recommended-products .product-list-title,
#latest-products .product-list-title {
  border-bottom: 5px solid #f7c104;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

#recommended-products .product-price-wrap,
#latest-products .product-price-wrap {
  margin-top: 20px;
}

#recommended-products .product-list-info,
#latest-products .product-list-info {
  text-align: center;
}

#recommended-products .owl-carousel .owl-nav,
#latest-products .owl-carousel .owl-nav {
    font-size: 62px;
    font-weight: 300;
    display: block !important;
}

/* Related products END */

/* Categories banner */

#banners-category {
  display: flex;
  width: 100%;
}

.banner-category {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 20px;
  position: relative;
  transform: scale(1);
  overflow: hidden;
}

.category-hover {
  transform: scale(1.1);
}

.cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#banner-category-female .cover-image {
  background-image: url(../images/zenska-zimska-obuca.webp);
}

#banner-category-male .cover-image {
  background-image: url(../images/muska-jesenja-obuca.webp);
}

.banner-category h2 {
  color: #fff;
  font-weight: 400;
  font-size: 50px;
  margin: 0;
  padding-bottom: 44px;
  text-shadow: 2px 2px 1px #000;
  z-index: 1;
}

.category-btn {
  z-index: 1;
}

@media all and (max-width: 768px) {
  #banners-category {
    flex-direction: column;
  }

  .banner-category {
    width: 100%;
  }
}

/* Newsletter */

.newsletter-container {
  padding: 60px;
  background-color: #f7c104;
}

.newsletter-box {
  overflow: hidden;
  max-width: 480px;
  margin: 30px auto 0;
}

.newsletter-container h2 {
  color: #000;
  font-size: 30px;
  padding: 0 0 20px;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.newsletter-container .heading-border:after {
  background-color: #fff;
}

.newsletter-container h4 {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  text-align: center;
}

.newsletter-box .input-group {
  background-color: #fff;
}

.newsletter-box input,
.newsletter-box input:focus {
  border: none;
  box-shadow: none;
  padding-left: 30px;
  font-size: 15px;
}

.newsletter-box input::placeholder {
  color: #424c4f;
}

#newsletter-btn {
  padding: 14px 34px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  box-shadow: none;
}

@media all and (max-width: 768px) {
  .newsletter-container {
    padding: 30px;
  }
}

/* Newsletter END */

/* Brands */

.brand-list {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.brand-list a {
  width: 16.6%;
}

.brand-list a img {
  width: 100%;
  padding: 30px;
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .brand-list a {
    width: 33.33%;
  }
}

@media all and (max-width: 768px) {
  .brand-list a {
    width: 50%;
  }
}

/* Brands END */

/* Promo */

#promo-carousel {
  margin-bottom: 60px;
}

/* Promo END */

/* Accordain */

#faq-accordion ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.accordion-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  line-height: 38px;
  font-size: 12px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 5px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-content {
  display: none;
  font-size: 12px;
  padding: 10px;
  max-width: 250px;
}

.active-item .accordion-icon {
  visibility: hidden;
}

.active-item .accordion-icon:after {
  content: "-";
  visibility: visible;
}

.accordion-icon {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

/* Accordain END */

/* Previously watched */

.history-product {
  display: flex;
  align-items: center;
  gap: 10px;
}

#history .row {
    gap: 10px;
}

#history .col-lg-4 {
  display: flex;
  width: calc(33.33% - 10px);
}

.history-product-image {
  width: 40%;
}

.history-product-info {
  width: 60%;
}

.history-product img {
  width: 100%;
}

.history-product-tag {
  font-size: 7px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2px 6px;
  display: table;
  background-color: #f7c104;
}

.history-prdouct-title {
  display: table;
  font-size: 18px;
  margin-top: 5px;
  color: #000;
  text-decoration: none;
}

.history-prdouct-title:hover {
  color: #000;
}

.history-prdouct-price {
  display: table;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 500;
  color: red;
}

@media all and (max-width: 992px) {
  #history {
    display: none;
  }
}

/* Previously watched END */

/* Reassurance */

#reassurance {
  background-color: #f6f6f6;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}

.reassurance-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}

.reassurance-image {
  background-color: #f7c104;
  border-radius: 50%;
  padding: 12px;
}

.reassurance-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.reassurance-info {
  font-size: 14px;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  #reassurance .row {
    margin: 0;
  }

  .reassurance-box {
    max-width: 100%;
    margin: 10px;
    gap: 10px;
    justify-content: center;
  }
}

/* Reassurance END */

/* Stores */

#stores {
  padding: 20px;
}

.store-item {
  display: flex;
  gap: 40px;
  margin-bottom: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.store-images {
  display: flex;
  align-items: start;
  width: 75%;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.store-images img {
  max-width: 100%;
  display: block;
  width: calc(33.33% - 15px);
  margin-right: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: scale(1.0);
}

.store-images img:hover {
  transform: scale(1.1);
}

.store-info-wrap {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.store-tag {
  font-size: 12px;
  font-weight: 500;
  background-color: #f7c104;
  padding: 4px 16px;
  margin-bottom: 10px;
  display: inline-block;
}

.store-title {
  margin-bottom: 0;
  padding-bottom: 5px;
  text-align: left;
  font-size: 23px;
  font-weight: normal;
}

.store-address {
  font-size: 14px;
}

.store-phone {
  font-size: 14px;
}

.store-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

#stores .shop-btn {
  padding: 10px;
}

.location-btn {
  background-color: #000;
  padding: 7px;
  width: 41px;
  height: 41px;
  text-align: center;
}

@media all and (max-width: 992px) {
  .store-item {
    flex-direction: column;
  }

  .store-images {
    width: 100%;
  }

  .store-info-wrap {
    width: 100%;
  }

  .store-actions {
    max-width: 400px;
  }
}

@media all and (max-width: 768px) {
  .store-images img {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .store-images img:nth-child(2n) {
    margin-right: 0;
  }
}

/* Stores END */

/* Wishlist */

#wishlist {
  padding-top: 0px;
}

#wishlist h2 {
  margin-top: 40px;
}

#wishlist .product-list-item {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}


#wishlist .add-to-cart {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media all and (min-width:992px) {
  #wishlist .product-list-item {
    padding: 20px;
    margin: 0;
  }
}

/* Wishlist END */

/* Footer */

#footer {
  background-color: #000;
}

.container-footer {
  padding: 80px 20px 60px;
}

.footer-logo {
  padding-bottom: 16px;
  border-bottom: 5px solid #f7c104;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 80%;
}

.footer-info {
  margin-top: 40px;
  color: #fff;
}

.footer-description {
  color: #fff;
}

#footer h2 {
  color: #fff;
  font-weight: 400;
  padding-bottom: 26px;
  margin-bottom: 20px;
  border-bottom: 5px solid #f7c104;
  text-align: left;
}

#footer p {
  font-size: 13px;
}

#footer ul {
  list-style: none;
  padding: 0;
}

#footer ul a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 25px;
}

#footer ul a:hover {
  color: #f7c104;
}

.footer-social {
  margin-top: 60px;
}

.footer-social a {
  margin-right: 5px;
}

.footer-social a:hover {
    text-decoration: none;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}

.copyright p {
  margin: 0;
  padding: 0;
}

.copyright a {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}

@media all and (min-width: 992px) {
  #footer .footer-column {
    padding-right: 5%;
  }
}

@media all and (max-width: 768px) {
  .copyright {
    flex-direction: column;
  }
}

/* Footer END */
.side_menu_subtitle{
      border-bottom: 5px solid #f7c104;
    font-family: 'Jost';
    font-weight: 500;
    text-transform:uppercase;
}
.side_menu_content{
  padding-left:1rem;
}
.page-link{
  color:#393939;
}
.page-item.active .page-link{
      color: #000;
    background-color: #f8c106;
    border-color: transparent;
}
.page-link:hover{
      color: #4c4c4c;
}
.cards-wrap a{
  color:#fff;
}

.input-search{
  font-size:13px;
  font-weight:300;
  color:#a0a0a0;
  border:transparent;
  border-radius: 20px 0px 0px 20px;
  padding: 14px;
      width: 81%;
  outline:none;
}

#searchresults {
  position: absolute;
  left: 10px;
  z-index: 90000;
  border-width: 1px;
  border-color: #c3c3c3;
  border-style: solid;
  width: 340px;
  border-top: 0;
  background-color: #fff;
  font-size: 13px;
  line-height: 18px;
  top: 0px;
  max-height: 50vh;
  overflow-y: auto;
}

@media all and (min-width: 768px) {
  
  #searchresults{
    width: 340px;
  }
}
#suggestions{
      display: block;
    z-index: 9999;
    position: absolute;
    top: 50px;
    left: 0px;
}
#searchresults a { display:block; background-color:#fff; clear:left; height:91px; text-decoration:none; text-align: left;border-bottom: 1px solid #f6f6f6;}
#searchresults a:hover { background-color:#f0f0f0; color:#f1f1f1; }
#searchresults a img { float:left; margin: 5px; width: 75px;border: 1px solid #f6f6f6; }
#searchresults a:hover img {background: #000; border: 1px solid #000; }
#searchresults a span.searchheading { font-size: 16px; text-transform: uppercase; display:block; padding-top:5px; color:#3b3030; line-height: 25px;}
#searchresults a:hover span.searchheading { color:#3b3030; }
#searchresults a span { color:#3b3030; }
#searchresults a span .cena.popust b { color: #3b3030; }
#searchresults a:hover span { color:#3b3030; }
#searchresults span.category { font-size:13px; padding:5px; display:block; color:#ffffff; background: #2aa4cf; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px; background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { text-decoration: underline; background-color:transparent; display:block; margin:5px; height:auto; color:#000; }
#searchresults span.seperator a:hover { text-decoration: none; }
.btn-search {
    background-color: #1d1d1d;
    border-radius: 0px 20px 20px 0px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    left: -5px;
}

/* Popup */

.c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  font-weight: bold;
}

.c-ripple-circle-accept {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(47, 208, 74, 0.18);
}
.c-ripple.is-active .c-ripple-circle-accept {
  animation: a-ripple 0.4s ease-in;
}

.c-ripple-circle-enregistre, .c-ripple-circle-configure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(93, 177, 251, 0.4);
}
.c-ripple.is-active .c-ripple-circle-enregistre, .c-ripple.is-active .c-ripple-circle-configure {
  animation: a-ripple 0.4s ease-in;
}

@keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
.switch {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 57px;
  height: 28px;
  border-radius: 50px;
  background-color: white;
  padding: 5px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  cursor: pointer;
}
.switch .circle {
  width: 20px;
  height: 20px;
  background-color: #c3c3c3;
  border-radius: 50%;
  transform: translateX(1.7rem);
  background-color: #f7c104;
}

.move-circle-right {
  animation: 0.5s moveCircleRight cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  background-color: #f7c104 !important;
}

.move-circle-left {
  animation: 0.5s moveCircleLeft cubic-bezier(0.87, 0.41, 0.19, 1.44) forwards;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}

@keyframes moveCircleRight {
  0% {
    transform: translateX(0);
    background-color: #c3c3c3;
  }
  100% {
    transform: translateX(1.7rem);
    background-color: #f7c104;
  }
}
@keyframes moveCircleLeft {
  0% {
    transform: translateX(1.7rem);
    background-color: #f7c104;
  }
  100% {
    transform: translateX(0);
    background-color: #c3c3c3;
  }
}
.background-popup {
  position: fixed;
  background-color: black;
  width: 500%;
  height: 500%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 6;
  transition-duration: 0.3s;
}

.popup {
  display: none;
  position: fixed;
  bottom: 1%;
  left: 1%;
  transform: translate(0%, 0%);
  width: 700px;
  max-width: 95%;
  background: white;
  padding: 10px;
  border-radius: 12px;
  font-size: 1.25em;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  word-wrap: break-word;
  text-align: justify;
  z-index: 7;
}

.popup section {
  margin: 0;
  padding: 10px;
}

.popup #contentPopupConsent:hover, .popup #configureSection:hover {
  box-shadow: 0 0 0 transparent;
}

.popup .content-popup-theme {
  text-align: left;
}

.popup .content-popup-theme:hover {
  box-shadow: 0 0 0 transparent;
}

.popup .content-popup-theme p {
  padding-right: 5px;
  padding-left: 5px;
  display: block;
  text-align: center;
}

.popup .buttonOk {
  color: black;
  background: transparent;
  padding: 9px 0.57em;
  -webkit-appearance: none;
  position: relative;
  display: block;
  margin: 0;
  vertical-align: middle;
  overflow: visible;
  font-size: 14px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  border: 0;
  border-radius: 7px;
  user-select: none;
  transition: all 0.2s ease;
  outline: 0;
  cursor: pointer;
  margin-right: 2%;
  margin-left: auto;
}

.popup .buttonOk:hover {
  background: rgba(0, 0, 0, 0.08);
}

.popup p {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1.2rem;
}

.popup .choice-container-buttons {
  display: flex;
  justify-content: space-around;
  margin-right: 20%;
  margin-left: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup .choice-container-buttons .c-button {
  padding: 9px 0.57em;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  overflow: visible;
  font-size: 14px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  background: transparent;
  border: 0;
  border-radius: 1px;
  user-select: none;
  transition: all 0.2s ease;
  background: transparent;
  outline: 0;
}

.popup .choice-container-buttons .c-button:hover, .popup .choice-container-buttons .c-button:focus {
  text-decoration: none;
}

.popup .choice-container-buttons .c-button:not(:disabled) {
  cursor: pointer;
}

.popup .choice-container-buttons #accept {
  color: #000;
  background-color: rgb(241, 214, 0);
  border-radius: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.popup .choice-container-buttons #accept:hover {
  background: #2fd04a17;
}

.popup .choice-container-buttons #configure {
  color: #000;
}

.popup .choice-container-buttons #configure:hover {
  background: #F0F8FF;
}

.popup .choice-container-buttons #enregistre {
  display: none;
  color: #4285f4;
}

.popup .choice-container-buttons #enregistre:hover {
  background: #F0F8FF;
}

.popup #configureSection {
  display: none;
}

.popup #configureSection table th {
  color: black;
  text-align: left;
}

.popup #configureSection table .text-switch {
  padding-left: 5%;
  font-size: 19px;
  font-weight: 100;
  font-weight:bold;
}

.popup #configureSection table .text-desc {
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
  color: #484848;
  padding-bottom: 2rem;
}

#configureSection tr {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}

@media all and (max-width:768px) {
  .popup .choice-container-buttons {
    flex-direction: column;
  }
}
.stock-info{
	color:#727372;	
}
.stock-info:before{
	content: '*';
	color:#ff0000;	
}