/* 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;
}

/* Fonts END */

.container {
  max-width: 1600px;
  margin: auto;
}

.container-narrow {
  max-width: 1240px;
  margin: auto;
}

/* Common  */

body {
  padding-top: 341px;
  font-family: 'Jost';
}

#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: -20px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
}

.nav-arrows {
  transform: scale(1, 6);
}

#notifications-carousel {
  position: relative;
  text-align: center;
  overflow: hidden;
}

#notifications-carousel .owl-dots {
  display: none;
}

.shop-actions-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.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;
}

.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: 90px;
}

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 {
  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;
}

.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 {
  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;
}

.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;
  }
}

@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-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;
  }

  .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: 200px;
    overflow-y: auto;
  }
}

@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 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-container .product-list-item {
  margin: 0 25px;
}

#product-list-container .product-list-item {
  width: calc(33.33% - 50px);
  display: flex;
  flex-direction: column;
  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%;
}

.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;
}

.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 (max-width: 1440px) {
  .product-list-item {
    margin: 0 20px;
  }
}

@media all and (max-width: 1200px) {
  .product-list-tag {
    padding: 6px 10px;
    font-size: 10px;
  }

  .brand-name {
    font-size: 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: 100%;
  }
}

/* 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;
}

#sizes 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;
}

#sizes:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 8px;
  height: 5px;
  background: url(../img/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 (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("img/zoomIn.png");
  margin-left: -30px;
}

.panWrapper a.controls.out {
  background-image: url("img/zoomOut.png");
  margin-left: 30px;
}

.panWrapper a.controls.close {
  background-image: url("img/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(img/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(../img/zenska-zimska-obuca.webp);
}

#banner-category-male .cover-image {
  background-image: url(../img/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: 286px;
}

.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;
}

.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;
}

.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;
}

.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 */
