@charset "UTF-8";
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Black.woff2') format('woff2'),
    url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
    url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src:
    url('../fonts/Orbitron-ExtraBold.woff2') format('woff2'),
    url('../fonts/Orbitron-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src:
    url('../fonts/Orbitron-Bold.woff2') format('woff2'),
    url('../fonts/Orbitron-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src:
    url('../fonts/Orbitron-Black.woff2') format('woff2'),
    url('../fonts/Orbitron-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src:
    url('../fonts/Orbitron-Medium.woff2') format('woff2'),
    url('../fonts/Orbitron-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src:
    url('../fonts/Orbitron-Regular.woff2') format('woff2'),
    url('../fonts/Orbitron-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src:
    url('../fonts/Orbitron-SemiBold.woff2') format('woff2'),
    url('../fonts/Orbitron-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter';
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #333333;
  position: relative;
}

.no-scroll {
  overflow-y: hidden;
}

.max-width {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

h1 {
  font-family: 'Inter';
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
    line-height: 37px;
  }
}

h2 {
  font-family: 'Inter';
  font-size: 45px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 1px;
  line-height: 65px;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 37px;
  }
}

h3 {
  font-family: 'Inter';
  font-size: 32px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 25px;
    letter-spacing: 0.35px;
  }
}

h4 {
  font-family: 'Inter';
  font-size: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: 'Inter';
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #333333;
}

a {
  text-decoration: none;
  color: #333333;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

.padding-tb {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .padding-tb {
    padding: 40px 0;
  }
}

.padding-b {
  padding-bottom: 70px;
}
@media screen and (max-width: 575px) {
  .padding-b {
    padding-bottom: 40px;
  }
}

.btn {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter';
  color: #333333;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
  width: 100%;
  max-width: 240px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.btn:hover {
  background-color: #fff;
  color: #333333;
}

.blueBtn {
  background-color: #2c3f50;
  color: #fff;
}

.home2.reveal {
  transform: translateY(250px);
}

.home2.reveal.active {
  transform: translateY(100px);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #333333;
}

::-webkit-scrollbar-thumb:hover {
  background: #dd0000;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.center-title {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.center-title p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  letter-spacing: 1px;
  max-width: 1000px;
}

.title {
  position: relative;
  text-align: center;
}

.title p {
  margin-top: 10px;
  color: #000;
}

.title span {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 575px) {
  .title span {
    letter-spacing: 0.25px;
  }
}

span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.35px;
  position: relative;
}

span.orange-span {
  color: #f47f42;
}

.pagination {
  list-style: none;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  height: -moz-max-content;
  height: max-content;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 20px;
  }
}
.pagination li {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .pagination li {
    width: 40px;
    height: 40px;
  }
}
.pagination li a {
  color: #333333;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  border-radius: 3.5px;
}
@media screen and (max-width: 767px) {
  .pagination li a {
    width: 40px;
    height: 40px;
  }
}
.pagination li .active {
  background-color: #333333;
  color: #fff;
}
.pagination li:has(svg) a {
  background-color: transparent;
}
.pagination li.arrow {
  width: auto;
  padding-right: 15px;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}
.pagination li.arrow:last-of-type {
  padding-right: 0;
  border-right: none;
  padding-left: 15px;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}
.pagination li.arrow a {
  width: auto;
}
.pagination li.arrow a span {
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.35px;
}
@media screen and (max-width: 767px) {
  .pagination li.arrow a span {
    display: none;
  }
}
.pagination li.arrow a svg {
  margin-right: 5px;
}
.pagination li.arrow:last-of-type:has(svg) a svg {
  margin-left: 5px;
  margin-right: 0;
}

.pagination-news {
  margin-top: 80px;
}

.mt {
  margin-top: 190px;
}
@media screen and (max-width: 991px) {
  .mt {
    margin-top: 145px;
  }
}
@media screen and (max-width: 575px) {
  .mt {
    margin-top: 120px;
  }
}

.mt2 {
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  .mt2 {
    margin-top: 75px;
  }
}

.padding-t {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .padding-t {
    padding: 40px 0;
  }
}

.big-padding-t {
  padding-top: 200px;
}
@media screen and (max-width: 575px) {
  .big-padding-t {
    padding-top: 40px;
  }
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.543942577) 18%, rgba(255, 255, 255, 0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
}

.dark-overlay35 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.dark-overlay20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 51%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0957633053) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5019257703) 94%, rgba(0, 0, 0, 0.5019257703) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}

.to-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1461834734) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.to-bottom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 18%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
}

.beige-background {
  position: relative;
  background-color: #fdfdf8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.grey-background {
  background-color: #e6e6e6;
}

.smaller-title h1 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .smaller-title h1 {
    font-size: 30px;
  }
}
.smaller-title h2 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .smaller-title h2 {
    font-size: 30px;
  }
}

.line-title h3,
.line-title h2 {
  position: relative;
}
.line-title h3::before,
.line-title h2::before {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 80%;
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  left: -90%;
  top: 25px;
}
@media only screen and (max-width: 1600px) {
  .line-title h3::before,
  .line-title h2::before {
    width: 40%;
    left: -52%;
  }
}
@media screen and (max-width: 991px) {
  .line-title h3::before,
  .line-title h2::before {
    display: none;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.margin-top {
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  .margin-top {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .margin-top {
    margin-top: 80px;
  }
}

.grey-background3 {
  background-color: #f5f5f5;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

header.small-header {
  transform: translateY(-60px);
}

@media screen and (max-width: 1299px) {
  header.small-header {
    transform: none;
  }
}
.main-menu {
  flex: 0 0 80%;
}
.main-menu .main-bottom-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}

.desktop-header.small-header .main-menu .main-bottom-menu {
  padding-top: 15px;
}

.header-social {
  display: flex;
  align-items: center;
  z-index: 1;
}

.header-social a + a {
  margin-left: 30px;
}

.header-social svg path {
  transition: all 0.5s ease-in-out;
}

.header-social svg:hover path {
  fill: #f47f42;
  transition: all 0.5s ease-in-out;
}

.lang {
  position: relative;
  cursor: pointer;
}

.lang summary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  list-style: none;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  padding-right: 15px;
  text-transform: uppercase;
}

.lang ul {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 55;
}

.lang ul li {
  padding: 10px;
  text-transform: uppercase;
}

.lang ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}

.lang ul li.active {
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.lang ul li.active:last-of-type {
  border-radius: 5px;
}

.lang ul li.active a {
  color: #fff;
}

.head3 .lang li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1299px) {
  .head3 .lang li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .head3 .lang li a {
    font-size: 16px;
  }
}
.header-logo {
  width: 100%;
  max-width: 165px;
  height: 108px;
  transition: all 0.5s ease-in-out;
  padding-top: 5px;
}

.header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  transition: all 0.5s;
}

@media screen and (max-width: 1299px) {
  .header-logo {
    max-width: 100px;
    height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .header-logo {
    max-width: 55px;
    height: 45px;
  }
}
.small-header .header-logo {
  height: 50px;
  transition: all 0.5s ease-in-out;
}

.small-header .desktop-header .head2 {
  padding: 10px 0;
}

.general-search {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 530px;
  position: relative;
  margin-right: 150px;
}

.general-search input,
.general-search button {
  outline: none;
  height: 45px;
}

.mobile-header .general-search {
  margin-right: 0;
}

@media screen and (max-width: 575px) {
  .general-search input,
  .general-search button {
    height: 40px;
  }
}
.general-search input::-moz-placeholder {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

.general-search input,
.general-search input::placeholder {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
  .general-search input::-moz-placeholder {
    font-size: 14px;
  }
  .general-search input,
  .general-search input::placeholder {
    font-size: 14px;
  }
}
.general-search input::-moz-placeholder {
  color: rgba(28, 39, 76, 0.7);
}

.general-search input::placeholder {
  color: rgba(28, 39, 76, 0.7);
}

.general-search input {
  width: 100%;
  padding: 0 40px;
  color: #333333;
  border: 1px solid rgba(80, 88, 89, 0.15);
  border-right: none;
  border-top-left-radius: 50vh;
  border-bottom-left-radius: 50vh;
  transition: all 0.5s ease-in-out;
}

.general-search::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url('../images/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.3s ease;
}

.general-search:focus-within::before {
  transform: translate(15px, -50%);
  opacity: 0;
}

.general-search input::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Inter';
}

.general-search input::placeholder {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Inter';
}

.general-search input:focus {
  padding-left: 20px;
  transition: all 0.5s ease-in-out;
}

.general-search button {
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px;
  border-left: none;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
}

.options {
  list-style: none;
  display: flex;
  align-items: center;
}

.options .cart-header {
  position: relative;
  z-index: 100;
}

.options .cart-header .small-cart {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  max-width: 370px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #bbbec9;
  border-radius: 20px;
  padding: 20px 15px;
}

@media screen and (max-width: 575px) {
  .options .cart-header .small-cart {
    max-width: 250px;
  }
}
.options .cart-header .small-cart .product-details {
  display: grid;
  grid-template-columns: 100px 1.5fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.options .cart-header .small-cart .product-details .img-cart {
  position: relative;
  width: 100%;
  max-width: 90px;
  height: 90px;
  border: 1px solid #bbbec9;
  border-radius: 5px;
}

.options .cart-header .small-cart .product-details .img-cart img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.options .cart-header .small-cart .product-details .img-cart .delete-product {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50vh;
  background-color: #333333;
  background-image: url('../images/close-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  cursor: pointer;
}

.options .cart-header .small-cart .product-details .p-name span,
.options .cart-header .small-cart .product-details .p-price span {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.options .cart-header .small-cart .product-details .p-name p,
.options .cart-header .small-cart .product-details .p-price p {
  letter-spacing: 0;
}

@media screen and (max-width: 575px) {
  .options .cart-header .small-cart .product-details {
    grid-template-columns: 80px 1fr;
  }
  .options .cart-header .small-cart .product-details .img-cart {
    grid-row: span 2;
    max-width: 70px;
    height: 70px;
  }
  .options .cart-header .small-cart .product-details .p-name span,
  .options .cart-header .small-cart .product-details .p-price span {
    margin-bottom: 5px;
  }
}
.options .cart-header .small-cart .product-details .p-name p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.options .cart-header .small-cart .product-details .p-price p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  letter-spacing: 1px;
}

.options .cart-header .small-cart .go-cart {
  border-top: 1px solid #bbbec9;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.options .cart {
  position: relative;
  cursor: pointer;
}

.options .cart,
.options .cart span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.options .cart span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #333333;
  border-radius: 50%;
  padding: 2px;
  min-width: 21px;
  position: absolute;
  top: -18px;
  right: -2px;
  padding-left: 3px;
}

@media screen and (max-width: 1299px) {
  .options .cart span {
    top: -20px;
  }
}
@media screen and (max-width: 575px) {
  .options .cart span {
    right: -6px;
  }
}
.options .wish-li {
  margin: 0 25px;
  padding: 0 25px;
}

.options .wish-li a {
  display: flex;
}

.options .profile-options {
  position: relative;
  z-index: 100;
}

.options .profile-options summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  color: #505859;
  font-size: 12px;
  font-weight: 300;
}

.options .profile-options summary svg {
  margin-right: 10px;
}

.options .profile-options summary p {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  background-image: url('../images/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: 100%;
}

.options .profile-options ul {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: calc(100% + 20px);
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 575px) {
  .options .profile-options ul {
    top: 100%;
  }
}
.options .profile-options ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s;
  width: 100%;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 575px) {
  .options .profile-options ul li a {
    padding: 10px 15px;
    font-size: 15px;
  }
}
.options .profile-options ul li a svg {
  margin-right: 15px;
}

.options .profile-options ul li a svg path {
  stroke: #333333;
  transition: all 0.5s;
}

.options .profile-options ul li a:hover {
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.options svg {
  max-width: 30px;
}

@media screen and (max-width: 575px) {
  .options svg {
    max-width: 24px;
    max-height: 24px;
  }
  .options .wish-li {
    margin: 0 15px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 450px) {
  .options svg {
    max-width: 20px;
    max-height: 20px;
  }
  .options .wish-li {
    margin: 0 10px;
    padding: 0 10px;
  }
}
.desktop-header {
  transition: all 0.5s;
}

.desktop-header .head1,
.desktop-header .head2 {
  transition: all 0.5s;
}

.desktop-header .head1 .max-width,
.desktop-header .head2 .max-width {
  display: flex;
  align-items: flex-end;
}

.desktop-header .head1 {
  background-color: #f5f5f5;
  padding: 15px 25px;
  border-bottom-left-radius: 20px;
  position: relative;
}
.desktop-header .head1::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20%;
  width: 50%;
  height: 100%;
  background-color: #f5f5f5;
}
.desktop-header .head1 hr {
  width: 1px;
  height: 14px;
  background-color: rgba(80, 88, 89, 0.2);
  position: relative;
}

.desktop-header .head1 p {
  color: #333333;
  margin-right: auto;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: normal;
}

.desktop-header .head1 .lang {
  margin-left: 35px;
}

.desktop-header .head2 {
  background-color: #fff;
  padding: 20px 0;
  padding-top: 0;
  border-bottom: 1px solid rgba(28, 39, 76, 0.1);
}

.desktop-header .head2 .max-width {
  justify-content: space-between;
}

.desktop-header .head3 {
  background-color: #333333;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.desktop-header .head3 .main-nav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333333;
}

.desktop-header .head3 .main-nav summary {
  cursor: pointer;
  list-style: none;
}

.desktop-header .head3 .main-nav > li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
}

.desktop-header .head3 .main-nav > li > details > summary,
.desktop-header .head3 .main-nav > li > details > summary > a,
.desktop-header .head3 .main-nav > li > a {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}
.desktop-header .head3 .main-nav > li > details > summary img,
.desktop-header .head3 .main-nav > li > details > summary > a img,
.desktop-header .head3 .main-nav > li > a img {
  margin-right: 5px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.desktop-header .head3 .main-nav > li > details > summary:not(:has(a)),
.desktop-header .head3 .main-nav > li > details > summary > a,
.desktop-header .head3 .main-nav > li > a {
  padding: 20px 0;
}

.desktop-header .head3 .main-nav > li:hover {
  background-color: #333333;
}

.desktop-header .head3 .main-nav > li:hover > details > summary,
.desktop-header .head3 .main-nav > li:hover > details > summary > a,
.desktop-header .head3 .main-nav > li:hover > a {
  color: #fff;
}

.desktop-header .head3 .main-nav .nav > summary {
  padding-right: 15px;
  background-image: url('../images/chevron-down-blue.svg');
  background-position: 100% 52%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.desktop-header .head3 .main-nav .nav .subnav {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  list-style: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: -moz-max-content;
  width: max-content;
}

.desktop-header .head3 .main-nav .nav .subnav li a {
  font-family: 'Inter';
  font-size: 18px;
  letter-spacing: 2px;
  color: #333333;
  opacity: 0.7;
  transition: all 0.5s;
  padding: 10px 0;
}

.desktop-header .head3 .main-nav .nav .subnav li details {
  display: flex;
  width: 100%;
}

.desktop-header .head3 .main-nav .nav .subnav li details summary {
  display: flex;
  align-items: center;
  /* padding: 10px 30px; */
  padding: 0px 30px;
}

.desktop-header .head3 .main-nav .nav .subnav li details summary::after {
  content: '';
  width: 10px;
  height: 15px;
  background-image: url('../images/chevron-right-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
  transition: all 0.5s;
  margin-left: 5px;
}

.desktop-header .head3 .main-nav .nav .subnav li details summary img {
  width: 36px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 15px;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .main-nav .nav .subnav li details summary img {
    display: none;
  }
}

.desktop-header .head3 .main-nav .nav .subnav li details summary a {
  font-weight: 700;
}

.desktop-header .head3 .main-nav .nav .subnav li details summary:hover a,
.desktop-header .head3 .main-nav .nav .subnav li details summary:hover::after {
  opacity: 1;
}

/* .desktop-header .head3 .main-nav .nav .subnav li details .subnav2 {
  position: absolute;
  left: calc(100% - 20px);
  top: 0;
} */
.desktop-header .head3 .main-nav .nav .subnav li details ul {
  position: absolute;
  /* left: calc(100% - 20px); */
  left: calc(100% - 15px);
  top: 0;
  list-style: none;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  /* border-bottom-left-radius: 20px; */
  width: -moz-max-content;
  width: max-content;
  max-width: 500px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}

.desktop-header .head3 .main-nav .nav .subnav li details ul li {
  display: flex;
  /* padding: 10px 40px; */
  padding: 0px;
}

.desktop-header .head3 .main-nav .nav .subnav li details ul li a {
  font-weight: 600;
}

.desktop-header .head3 .main-nav .nav .subnav li details ul li a:hover {
  opacity: 1;
}

@media screen and (max-width: 1299px) {
  .desktop-header {
    display: none;
  }
}
.desktop-header.small-header .head2 {
  padding: 25px 0 10px;
}

.desktop-header.small-header .header-logo img {
  max-width: 250px;
}

.mobile-header {
  display: none;
  position: relative;
}

.mobile-header .head1,
.mobile-header .head2 {
  background-color: #fff;
}

.mobile-header .head1 .max-width,
.mobile-header .head2 .max-width {
  display: flex;
  align-items: center;
}

.mobile-header .head1 {
  position: relative;
  z-index: 105;
  padding: 15px 0;
}

.mobile-header .head1 .header-logo {
  margin-right: auto;
}

.mobile-header .head1 .hamburger {
  margin: -20px -20px -20px 10px;
}

@media screen and (max-width: 575px) {
  .mobile-header .head1 .hamburger {
    margin: -15px -15px -15px 7px;
  }
  .mobile-header .head1 .hamburger svg {
    width: 60px;
  }
}
@media screen and (max-width: 450px) {
  .mobile-header .head1 .hamburger {
    margin: -15px -12px -15px 0px;
  }
  .mobile-header .head1 .hamburger svg {
    width: 50px;
  }
}
.mobile-header .head2 {
  position: relative;
  z-index: 101;
  padding: 10px 0;
  transition: all 0.5s;
}

.mobile-header .head2 .max-width {
  justify-content: center;
}

/* .mobile-header .head2.hide {
  transform: translateY(-100%);
} */
.mobile-header .head2.hide {
  /* transform: translate3d(0, -100%, 0); */
  margin-top: -65px;
}

.mobile-header .head3 {
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100% - 74px);
  background-color: #fff;
  overflow-y: scroll;
  z-index: 102;
  transform: translateX(-100%);
  transition: all 0.5s;
}

.mobile-header .head3 .main-nav li img {
  display: none;
}

@media screen and (max-width: 575px) {
  .mobile-header .head3 {
    top: 64px;
    height: calc(100% - 64px);
  }
}
@media screen and (max-width: 450px) {
  .mobile-header .head3 {
    top: 55px;
    height: calc(100% - 55px);
  }
}
.mobile-header .head3 .max-width {
  padding: 40px 0 50px;
}

.mobile-header .head3 .main-nav a {
  color: #333333;
}

.mobile-header .head3 .main-nav li {
  margin-top: 20px;
}

.mobile-header .head3 .main-nav,
.mobile-header .head3 .main-nav ul,
.mobile-header .head3 .main-nav summary {
  list-style: none;
}

.mobile-header .head3 .main-nav > li > a,
.mobile-header .head3 .main-nav > li > details > summary {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
}

@media screen and (max-width: 575px) {
  .mobile-header .head3 .main-nav > li > a,
  .mobile-header .head3 .main-nav > li > details > summary {
    font-size: 20px;
  }
}
.mobile-header .head3 .main-nav > li > details > summary {
  position: relative;
  text-transform: uppercase;
}

.mobile-header .head3 .main-nav > li > details > summary::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url('../images/chevron-right-blue.svg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-header .head3 .main-nav > li > details > ul > li > a,
.mobile-header .head3 .main-nav > li > details > ul > li > details summary {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 2px;
  padding-left: 20px;
}

@media screen and (max-width: 575px) {
  .mobile-header .head3 .main-nav > li > details > ul > li > a,
  .mobile-header .head3 .main-nav > li > details > ul > li > details summary {
    font-size: 18px;
  }
}
.mobile-header .head3 .main-nav > li > details > ul > li > details ul li a {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 40px;
}

@media screen and (max-width: 575px) {
  .mobile-header .head3 .main-nav > li > details > ul > li > details ul li a {
    font-size: 16px;
  }
}
.mobile-header .head3 .main-nav > li > details > ul > li > details summary {
  position: relative;
}

.mobile-header .head3 .main-nav > li > details > ul > li > details summary::after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-image: url('../images/chevron-right-blue.svg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-header .head3 .header-social {
  margin: 50px 0;
}

.mobile-header .head3 .header-social svg {
  opacity: 1;
  max-width: unset;
  max-height: unset;
}

.mobile-header .head3 .lang li a {
  color: #333333;
}

.mobile-header .head3 .lang li + li {
  border-color: rgba(28, 39, 76, 0.5);
}

.mobile-header .head3.mobile-opened {
  transform: none;
}

.desktop-header .head1 .top-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-header .head1 .top-header a {
  font-weight: 500;
  font-size: 14px;
}

.desktop-header .head1 .max-width {
  justify-content: flex-end;
}

.wish-icon span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #333333;
  border-radius: 50%;
  padding: 2px;
  min-width: 21px;
  position: absolute;
  top: -20px;
  right: -2px;
  text-align: center;
  padding-left: 3px;
}
@media screen and (max-width: 1299px) {
  .wish-icon span {
    top: -22px;
  }
}

.options .wish-li a {
  display: flex;
}

.wish-icon {
  position: relative;
}

.small-header .desktop-header .head3 .main-nav > li > a {
  padding: 10px 0;
}

@media screen and (max-width: 1299px) {
  .mobile-header {
    display: block;
  }
}
.desktop-header .head3 .main-nav > li > details summary {
  padding: 20px !important;
  background: #db283c;
  background: linear-gradient(90deg, rgb(219, 40, 60) 0%, rgb(244, 127, 66) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DB283C", endColorstr="#F47F42", GradientType=1);
  border-radius: 7px;
}

.desktop-header .head3 .all-categories-wrapper,
.mobile-header .head3 .all-categories-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transform: translateY(-20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  display: block;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper,
  .mobile-header .head3 .all-categories-wrapper {
    height: auto;
  }
}
.desktop-header .head3 .all-categories-wrapper .close-all-categories,
.mobile-header .head3 .all-categories-wrapper .close-all-categories {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #333333 url('../images/category-lines.svg') no-repeat;
  background-position: center;
  width: 58px;
  height: 51px;
  z-index: 2;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper .close-all-categories,
  .mobile-header .head3 .all-categories-wrapper .close-all-categories {
    display: none;
  }
}
.desktop-header .head3 .all-categories-wrapper ul,
.mobile-header .head3 .all-categories-wrapper ul {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
  padding-right: 50px;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul,
  .mobile-header .head3 .all-categories-wrapper ul {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    justify-content: flex-start;
    height: -moz-fit-content;
    height: fit-content;
    border-right: none;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details,
.mobile-header .head3 .all-categories-wrapper ul details {
  padding-left: 100px;
  width: 300px;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details,
  .mobile-header .head3 .all-categories-wrapper ul details {
    padding-left: 0;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details summary,
.mobile-header .head3 .all-categories-wrapper ul details summary {
  background: #fff !important;
  border-radius: 0;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details summary,
  .mobile-header .head3 .all-categories-wrapper ul details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .desktop-header .head3 .all-categories-wrapper ul details summary::after,
  .mobile-header .head3 .all-categories-wrapper ul details summary::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background-image: url('../images/chevron-right-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details summary a,
.mobile-header .head3 .all-categories-wrapper ul details summary a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.35px;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details summary a,
  .mobile-header .head3 .all-categories-wrapper ul details summary a {
    width: -moz-max-content;
    width: max-content;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details summary a .category-img,
.mobile-header .head3 .all-categories-wrapper ul details summary a .category-img {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details summary a .category-img,
  .mobile-header .head3 .all-categories-wrapper ul details summary a .category-img {
    display: none;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details summary a .category-img img,
.mobile-header .head3 .all-categories-wrapper ul details summary a .category-img img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.desktop-header .head3 .all-categories-wrapper ul details ul,
.mobile-header .head3 .all-categories-wrapper ul details ul {
  top: 0;
  left: 350px;
  width: 1400px;
  background-color: #fff;
  height: 100%;
  padding: 50px 100px;
  display: block;
  -moz-column-width: 300px;
  column-width: 300px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  -moz-column-fill: auto;
  column-fill: auto;
  border-right: none;
}
@media only screen and (max-width: 1600px) {
  .desktop-header .head3 .all-categories-wrapper ul details ul,
  .mobile-header .head3 .all-categories-wrapper ul details ul {
    width: 1200px;
  }
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details ul,
  .mobile-header .head3 .all-categories-wrapper ul details ul {
    width: 100%;
    top: auto;
    left: 0;
    padding-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details ul li,
.mobile-header .head3 .all-categories-wrapper ul details ul li {
  margin-bottom: 25px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details ul li,
  .mobile-header .head3 .all-categories-wrapper ul details ul li {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details ul li a,
.mobile-header .head3 .all-categories-wrapper ul details ul li a {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
  padding-right: 35px;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details ul li a,
  .mobile-header .head3 .all-categories-wrapper ul details ul li a {
    font-size: 14px;
    font-weight: 500;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details ul li a::after,
.mobile-header .head3 .all-categories-wrapper ul details ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 4px; /* debljina bordera */
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details ul li a::after,
  .mobile-header .head3 .all-categories-wrapper ul details ul li a::after {
    display: none;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details ul li a::before,
.mobile-header .head3 .all-categories-wrapper ul details ul li a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px; /* debljina bordera */
  background-image: url('../images/arr-more-w.svg'),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  background-size: 13px, 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details ul li a::before,
  .mobile-header .head3 .all-categories-wrapper ul details ul li a::before {
    display: none;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details ul li a:hover::after,
.desktop-header .head3 .all-categories-wrapper ul details ul li a:hover::before,
.mobile-header .head3 .all-categories-wrapper ul details ul li a:hover::after,
.mobile-header .head3 .all-categories-wrapper ul details ul li a:hover::before {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.desktop-header .head3 .all-categories-wrapper ul details ul li details,
.mobile-header .head3 .all-categories-wrapper ul details ul li details {
  padding-left: 0;
  width: auto;
}
.desktop-header .head3 .all-categories-wrapper ul details ul li details summary,
.mobile-header .head3 .all-categories-wrapper ul details ul li details summary {
  padding: 0 !important;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details ul li details summary,
  .mobile-header .head3 .all-categories-wrapper ul details ul li details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .desktop-header .head3 .all-categories-wrapper ul details ul li details summary::after,
  .mobile-header .head3 .all-categories-wrapper ul details ul li details summary::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    background-image: url('../images/chevron-right-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
    transition: all 0.5s;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu,
.mobile-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  overflow-y: unset;
  padding: 0;
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: auto;
  border-right: none;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu,
  .mobile-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu {
    padding-top: 0;
    padding-left: 10px;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li,
.mobile-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1299px) {
  .desktop-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li,
  .mobile-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li {
    margin-bottom: 0;
  }
}
.desktop-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li a,
.mobile-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li a {
  color: rgba(51, 51, 51, 0.7);
  font-weight: 400;
}
.desktop-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li a::after,
.desktop-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li a::before,
.mobile-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li a::after,
.mobile-header .head3 .all-categories-wrapper ul details ul li details ul.sub-sub-menu li a::before {
  display: none;
}

/* kad je otvoren details */
.all-categories[open] .all-categories-wrapper {
  display: block;
}

.all-categories.active .all-categories-wrapper {
  opacity: 1;
  transform: translateY(0);
}

.mobile-header .head3 .all-categories-wrapper {
  opacity: 1;
  position: static;
  transform: none;
}

.mobile-header .head3 .lang {
  display: flex;
  align-items: center;
}

.main-swiper {
  margin-top: 250px;
  width: 100%;
  height: 475px;
  border-radius: 20px;
}
@media screen and (max-width: 1299px) {
  .main-swiper {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .main-swiper {
    height: 375px;
  }
}
@media screen and (max-width: 575px) {
  .main-swiper {
    margin-top: 150px;
  }
}
.main-swiper .mainSwiper {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.main-swiper .mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}
.main-swiper .main-swiper-next,
.main-swiper .main-swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  .main-swiper .main-swiper-next,
  .main-swiper .main-swiper-prev {
    display: none;
  }
}
.main-swiper .main-swiper-next:hover,
.main-swiper .main-swiper-prev:hover {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.main-swiper .main-swiper-next svg path,
.main-swiper .main-swiper-prev svg path {
  transition: all 0.5s ease-in-out;
}
.main-swiper .main-swiper-next:hover svg path,
.main-swiper .main-swiper-prev:hover svg path {
  fill: #333333;
  transition: all 0.5s ease-in-out;
}
.main-swiper .main-swiper-next {
  right: 2%;
}
.main-swiper .main-swiper-prev {
  left: 2%;
}
.main-swiper .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0 10px !important;
  opacity: 1;
}
.main-swiper .swiper-pagination-bullet-active {
  background-color: #f47f42;
  border: none;
}
.main-swiper .swiper-pagination {
  bottom: 5%;
}
.main-swiper .main-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .main-swiper .main-content {
    width: 90%;
    left: 5%;
  }
}
.main-swiper .main-content .title span {
  color: #fff;
  text-align: left;
}
.main-swiper .main-content .title .open-more-btn {
  margin-top: 20px;
}
.main-swiper .main-content .title .open-more-btn b {
  font-weight: 800;
  margin-left: 5px;
}

.open-more-btn {
  background-color: #fff;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  padding-left: 50px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.open-more-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  background-image: url('../images/arr-more-w.svg'),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out;
}

.open-more-btn:hover {
  padding-right: 50px;
  padding-left: 25px;
}

.open-more-btn:hover::before {
  left: 100%;
  transform: translate(-38px, -50%);
  transition: all 0.5s ease-in-out;
}

.categories-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .categories-home {
    row-gap: 30px;
  }
}
.categories-home .category-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 14%;
}
@media screen and (max-width: 1199px) {
  .categories-home .category-home {
    flex: 0 0 33.33%;
  }
}
@media screen and (max-width: 575px) {
  .categories-home .category-home {
    flex: 0 0 50%;
  }
}
.categories-home .category-home p {
  border-bottom: 3px solid transparent;
}
.categories-home .category-home .category-img {
  width: 100%;
  max-width: 120px;
  height: 120px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.categories-home .category-home .category-img::before {
  content: '';
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.categories-home .category-home .category-img img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  z-index: 2;
}
.categories-home .category-home p {
  letter-spacing: 0.35px;
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
}
.categories-home .category-home:hover .category-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}
.categories-home .category-home:hover p {
  border-bottom: 3px solid #f47f42;
}

.top-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.top-title h3 {
  font-weight: 700;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 35px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .home-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .home-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-product-grid {
    grid-template-columns: 1fr;
  }
}

.open-more-btn2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.35px;
  position: relative;
  padding-right: 50px;
}

.open-more-btn2::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  background-image: url('../images/arr-more-w.svg'),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out;
}

.recommended-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.recommended-products .recommended-product {
  width: 100%;
  height: 230px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .recommended-products .recommended-product {
    padding: 20px;
  }
}
.recommended-products .recommended-product .title span {
  font-weight: 500;
  color: #fff;
}
.recommended-products .recommended-product .title h3 {
  color: #fff;
  font-weight: 700;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .recommended-products .recommended-product .title h3 {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.35px;
  }
}
.recommended-products .recommended-product:nth-of-type(1) {
  height: 475px;
  grid-row: span 2;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .recommended-products .recommended-product:nth-of-type(1) {
    grid-column: span 1;
    grid-row: span 1;
    height: 230px;
    justify-content: flex-start;
  }
}
.recommended-products .recommended-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.home-banner {
  width: 100%;
  height: 545px;
  border-radius: 20px;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home-banner {
    height: 400px;
  }
}
.home-banner img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.home-banner .title h2 {
  color: #fff;
  font-family: 'Orbitron';
}
.home-banner .title a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.home-banner #countdown {
  font-family: 'Orbitron';
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .home-banner #countdown {
    font-size: 30px;
    letter-spacing: 0.35px;
  }
}

.special-offer-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .special-offer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .special-offer-wrapper {
    grid-template-columns: 1fr;
  }
}
.special-offer-wrapper .product.special-offer-product {
  grid-column: span 2;
  grid-row: span 2;
  border: none;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .special-offer-wrapper .product.special-offer-product {
    grid-column: span 4;
    grid-row: span 1;
  }
}
@media screen and (max-width: 991px) {
  .special-offer-wrapper .product.special-offer-product {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .special-offer-wrapper .product.special-offer-product {
    grid-column: span 1;
  }
}
.special-offer-wrapper .product.special-offer-product::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ec3382, #f9ab6b);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.special-offer-wrapper .product.special-offer-product .addToCart {
  padding: 20px 20px 20px 40px;
  font-size: 24px;
  background-size: 33px, cover;
}
@media screen and (max-width: 575px) {
  .special-offer-wrapper .product.special-offer-product .addToCart {
    padding: 10px 10px 10px 25px;
    font-size: 20px;
    background-size: 27px, cover;
  }
}
.special-offer-wrapper .product.special-offer-product .discount {
  background-color: #ef4c7d;
}
.special-offer-wrapper .product.special-offer-product .product-image {
  height: 250px;
}
@media screen and (max-width: 575px) {
  .special-offer-wrapper .product.special-offer-product .product-image {
    height: 150px;
  }
}
.special-offer-wrapper .product.special-offer-product .product-mark {
  font-size: 16px;
}
.special-offer-wrapper .product.special-offer-product .product-name p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .special-offer-wrapper .product.special-offer-product .product-name p {
    font-size: 20px;
  }
}
.special-offer-wrapper .product.special-offer-product .product-prices .instant-price .old-price {
  font-size: 16px;
}
.special-offer-wrapper .product.special-offer-product .product-prices .instant-price .price {
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .special-offer-wrapper .product.special-offer-product .product-prices .instant-price .price {
    font-size: 27px;
  }
}
.special-offer-wrapper .product.special-offer-product .product-prices .split-price p {
  font-size: 16px;
  font-weight: 700;
}
.special-offer-wrapper .product.special-offer-product .product-prices .split-price span.split {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .special-offer-wrapper .product.special-offer-product .product-prices .split-price span.split {
    font-size: 27px;
  }
}
.special-offer-wrapper .product.special-offer-product .special-offer-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .special-offer-wrapper .product.special-offer-product .special-offer-cont {
    margin: 15px 0;
  }
}
.special-offer-wrapper .product.special-offer-product .special-offer-cont p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.7);
}
.special-offer-wrapper .product.special-offer-product .special-offer-cont h3 {
  font-weight: 700;
  background: linear-gradient(180deg, #ec3382 0%, #f9ab6b 100%);
  -webkit-background-clip: text; /* za Chrome, Safari */
  -webkit-text-fill-color: transparent; /* tekst postaje providan, vidi se gradient */
  background-clip: text; /* standard, za buduće browser-e */
  color: #333333;
}
.special-offer-wrapper .product.special-offer-product .special-offer-cont #countdown2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}
.special-offer-wrapper .product.special-offer-product .special-offer-cont #countdown2 .countdown-item {
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-offer-wrapper .product.special-offer-product .special-offer-cont #countdown2 .countdown-item span {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.home-banner2 {
  justify-content: flex-end;
  padding: 40px;
}
.home-banner2 .title h2 {
  font-family: 'Inter';
}
.home-banner2 .title a {
  margin-left: 0;
}

.home-about {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url('../images/grey-line-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
}
@media screen and (max-width: 1199px) {
  .home-about {
    flex-direction: column;
  }
}
.home-about .about-image {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 15px));
  left: 0;
  width: 30vw;
  height: 473px;
}
@media screen and (max-width: 1199px) {
  .home-about .about-image {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-about .about-image {
    height: 300px;
  }
}
.home-about .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .home-about .about-image img {
    border-radius: 20px;
  }
}
.home-about .about-text {
  width: 65%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .home-about .about-text {
    width: 100%;
    margin-top: 100px;
  }
}
.home-about .about-text .title span {
  color: #333333;
}
.home-about .about-text .title h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.home-about .about-text .about-text-content {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .home-about .about-text .about-text-content {
    -moz-column-count: 1;
    column-count: 1;
  }
  .home-about .about-text .about-text-content p {
    margin-bottom: 15px;
  }
}
.home-about .open-more-btn {
  background-color: #333333;
  color: #fff;
  margin-top: 30px;
}
.home-about .about-image .results-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 65%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
}
@media screen and (max-width: 767px) {
  .home-about .about-image .results-wrapper {
    width: 90%;
    justify-content: space-around;
  }
}
.home-about .about-image .results-wrapper .item {
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  padding: 20px 25px;
}
@media screen and (max-width: 575px) {
  .home-about .about-image .results-wrapper .item {
    padding: 15px 20px;
  }
}
.home-about .about-image .results-wrapper .item span {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .home-about .about-image .results-wrapper .item span {
    font-size: 22px;
  }
}
.home-about .about-image .results-wrapper .item p {
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  line-height: 20px;
}
@media screen and (max-width: 575px) {
  .home-about .about-image .results-wrapper .item p {
    font-size: 14px;
    margin-top: 5px;
  }
}

.popular-categories {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 40px;
}
.popular-categories .popular-category {
  flex: 0 0 calc(25% - 50px);
}
@media screen and (max-width: 991px) {
  .popular-categories .popular-category {
    flex: 0 0 calc(50% - 50px);
  }
}
@media screen and (max-width: 575px) {
  .popular-categories .popular-category {
    flex: 0 0 100%;
  }
}
.popular-categories .popular-category .popular-category-top {
  display: flex;
  align-items: center;
}
.popular-categories .popular-category .popular-category-top .category-img {
  width: 96px;
  height: 96px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-categories .popular-category .popular-category-top .category-img img {
  width: 85px;
  height: 84px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}
.popular-categories .popular-category .popular-category-top p {
  font-size: 24px;
  font-weight: 500;
  margin-left: 10px;
  letter-spacing: 0.5px;
}
.popular-categories .popular-category .subcategories {
  margin-top: 15px;
}
.popular-categories .popular-category .subcategories li {
  margin-top: 10px;
}
.popular-categories .popular-category .subcategories li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
}
.popular-categories .popular-category .open-more-btn2 {
  font-weight: 800;
  margin-top: 20px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding-right: 35px;
}
.popular-categories .popular-category .open-more-btn2::before {
  width: 22px;
  height: 22px;
  background-size: 11px, 100%;
}

.partnersSwiper {
  width: 100%;
}
.partnersSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnersSwiper .swiper-slide img {
  max-width: 250px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .partnersSwiper .swiper-slide img {
    max-width: 150px;
  }
}

.home-blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .home-blog {
    grid-template-columns: 1fr;
  }
}
.home-blog .hblog-img {
  height: 350px;
  max-height: 350px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .home-blog .hblog-img {
    height: 300px;
  }
}
.home-blog .hblog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.home-blog .hblog-img .hblog-date {
  font-size: 16px;
  letter-spacing: 0.35px;
  font-weight: 400;
  color: #fff;
  background-color: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.home-blog .hblog-info {
  background-color: transparent;
  margin-top: 20px;
}
.home-blog .hblog-info h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 62px;
}
.home-blog .hblog-info p {
  color: rgba(51, 51, 51, 0.7);
}
.home-blog:hover .hblog-img img {
  transform: scale(1.1);
}

.newsletter-section {
  background-image: url('../images/newsletter-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsletter-section .newsletter-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .newsletter-section .newsletter-cont {
    flex-direction: column;
  }
}
.newsletter-section .newsletter-cont .title {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .newsletter-section .newsletter-cont .title {
    width: 100%;
  }
}
.newsletter-section .newsletter-cont h3 {
  color: #fff;
  font-weight: 800;
  line-height: 45px;
}
.newsletter-section .newsletter-cont form {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .newsletter-section .newsletter-cont form {
    width: 100%;
  }
}
.newsletter-section .newsletter-cont form input {
  width: 70%;
  border: none;
  border-radius: 10px;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .newsletter-section .newsletter-cont form input {
    width: 60%;
  }
}
.newsletter-section .newsletter-cont form input:focus {
  outline: none;
}
.newsletter-section .newsletter-cont form input::-moz-placeholder {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
}
.newsletter-section .newsletter-cont form input::placeholder {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
}
.newsletter-section .newsletter-cont form button {
  width: 25%;
  padding: 15px;
  border-radius: 10px;
  background-color: #f9ab6b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 0.35px;
}
@media screen and (max-width: 767px) {
  .newsletter-section .newsletter-cont form button {
    width: 38%;
    padding: 15px 10px;
  }
}
.newsletter-section .newsletter-cont form button::after {
  content: '';
  background-image: url('../images/email2.svg');
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  display: block;
  background-size: 17px;
}
.newsletter-section .newsletter-cont form label {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #fff;
}
.newsletter-section .newsletter-cont form label a {
  font-weight: 700;
  color: #fff;
  margin-left: 5px;
  letter-spacing: 0.35px;
}
.newsletter-section .newsletter-cont form label input {
  display: none;
}
.newsletter-section .newsletter-cont form label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}
.newsletter-section .newsletter-cont form label input:checked + span::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.about-wrapper {
  background-image: none;
}

.success-order-section {
  background-image: url('../images/logo2.png');
  background-repeat: no-repeat;
  background-position: center;
}
.success-order-section .title span,
.success-order-section .title h1,
.success-order-section .title p {
  color: #333333;
}
.success-order-section .title h1 {
  font-weight: 600;
}
.success-order-section .back-home-icon {
  background-color: #333333;
  color: #fff;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.success-order-section .back-home-icon.open-more-btn::before {
  width: 44px;
  height: 44px;
  background-image: url(../images/back-home-icon.svg),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
}

.installment-text {
  text-align: center;
}
.installment-text p {
  color: rgba(51, 51, 51, 0.7);
}

.zik-zak {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .zik-zak {
    flex-direction: column;
  }
}
.zik-zak .zik-zak-image {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 15px));
  left: 0;
  width: 45vw;
  height: 420px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .zik-zak .zik-zak-image {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .zik-zak .zik-zak-image {
    height: 300px;
  }
}
.zik-zak .zik-zak-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .zik-zak .zik-zak-image img {
    border-radius: 20px;
  }
}
.zik-zak.zik-zak-reverse .zik-zak-image {
  left: auto;
  right: 0;
}
.zik-zak.zik-zak-reverse .zik-zak-image img {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.zik-zak .zik-zak-text {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .zik-zak .zik-zak-text {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .zik-zak .zik-zak-text {
    margin-top: 30px;
  }
}
.zik-zak .zik-zak-text .title {
  text-align: left;
}
.zik-zak .zik-zak-text .title span {
  color: #333333;
}
.zik-zak .zik-zak-text .title h3 {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.zik-zak .zik-zak-text .title h3::before {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: calc(50vw - 700px - 5px);
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  right: calc(100% + 5px);
  top: 18px;
}
.zik-zak .zik-zak-text .zik-zak-text-content p {
  margin-bottom: 15px;
}
.zik-zak.zik-zak-reverse .zik-zak-text {
  margin-left: 0;
}

.product {
  border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product .product-inner {
  padding: 20px;
  padding-bottom: 0;
}
.product .product-image {
  position: relative;
  height: 140px;
}
.product .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.product .product-name p {
  font-size: 16px;
  font-weight: 600;
  min-height: 50px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.product .product-name .product-mark {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.7);
  min-height: auto;
  margin-top: 10px;
}
.product .wishBtn {
  width: 26px;
  height: 23px;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}
.product .wishBtn.active svg path {
  stroke: url(#heartGradient);
  stroke-opacity: 1;
  fill: url(#heartGradient);
}
.product .discount,
.product .new {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 20px;
  background-color: #dd0000;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 100px;
  width: 100px;
  overflow: hidden;
  z-index: 2;
}
.product .discount p,
.product .new p {
  position: absolute;
  top: 14px;
  left: -17px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transform: rotate(-45deg);
  line-height: 16px;
  text-align: center;
}
.product .new {
  background-color: #16b9c7;
}
.product .new p {
  top: 25px;
}
.product .cyber-monday {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.product .cyber-monday img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.product .addToCart {
  background-image: url('../images/cart-w.svg'), linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position:
    center right 20px,
    center;
  background-size: 23px, cover;
  padding: 10px 20px 10px 40px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.product:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}
.product:hover .addToCart {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.product .product-prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.product .product-prices::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  left: 50%;
  transform: translateX(-50%);
}
.product .product-prices .instant-price {
  display: flex;
  flex-direction: column;
}
.product .product-prices .instant-price .price {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.product .product-prices .instant-price .old-price {
  font-size: 12px;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.7);
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.product .product-prices .instant-price .old-price::after {
  height: 1.5px;
  width: 100%;
  display: block;
  content: '';
  background-color: #db283c;
  position: absolute;
  z-index: 2;
  top: 30%;
  transform: rotate(-9deg);
}
.product .product-prices .split-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product .product-prices .split-price p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.7);
}
.product .product-prices .split-price span.split {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.35px;
}

footer {
  background-color: #f5f5f5;
}
footer .middle-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  footer .middle-footer {
    gap: 20px;
  }
}
footer .middle-footer .contact-info .f-logo {
  width: 100%;
  max-width: 165px;
  height: 108px;
}
footer .middle-footer .contact-info .f-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
footer .middle-footer .contact-info .header-social {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  footer .middle-footer .contact-info .header-social a + a {
    margin-left: 15px;
  }
}
footer .middle-footer .contact-info .header-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #d9d9d9;
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .contact-info .header-social a svg path {
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .contact-info .header-social a:hover {
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .contact-info .header-social a:hover svg path {
  fill: #fff;
}
footer .middle-footer .contact-info a {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .middle-footer .f-menu h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
footer .middle-footer .f-menu ul li {
  margin-bottom: 15px;
}
footer .middle-footer .f-menu ul li a {
  color: rgba(51, 51, 51, 0.7);
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .middle-footer .f-menu ul li a::before {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  background-color: #f47f42;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .f-menu ul li a:hover {
  font-weight: 600;
}
footer .middle-footer .f-menu ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 14px;
  transition: all 0.5s ease-in-out;
}
footer .copyright {
  width: 100%;
  padding: 10px 0;
  background-color: #333333;
}
footer .copyright .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .copyright .max-width {
    flex-direction: column-reverse;
  }
}
footer .copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }
}
footer .copyright p a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .copyright p a {
    font-size: 12px;
  }
}
footer .copyright ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 5px;
}

.smaller-hero {
  margin-top: 210px;
}
@media screen and (max-width: 1299px) {
  .smaller-hero {
    margin-top: 175px;
  }
}
@media screen and (max-width: 575px) {
  .smaller-hero {
    margin-top: 155px;
  }
}
.smaller-hero .smaller-background {
  margin-top: 60px;
  border-radius: 20px;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 575px) {
  .smaller-hero .smaller-background {
    height: 250px;
    margin-top: 30px;
  }
}
.smaller-hero .smaller-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}
.smaller-hero .smaller-background .title {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.breadcrumbs ul li:last-of-type a {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .breadcrumbs ul li:last-of-type a {
    font-weight: 400;
  }
}
.breadcrumbs ul li + li::before {
  content: '/';
  display: block;
  margin-right: 5px;
}

.breadcrumbs ul li span {
  color: #333333;
}

.title.dark-title {
  margin-bottom: 40px;
  text-align: left;
}
.title.dark-title h1 {
  color: #333333;
}

.template-text p {
  margin-bottom: 15px;
}
.template-text ul {
  margin: 20px 0;
}
.template-text ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.template-text ul li::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .template-text ul li::before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.template-text .template-links {
  margin: 30px 0;
}
.template-text .template-links a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.template-text .template-links a::before {
  content: '';
  display: block;
  width: 22px;
  height: 28px;
  background-image: url(../images/pdf.svg);
  background-repeat: no-repeat;
  margin-right: 10px;
}
.template-text h2,
.template-text h3,
.template-text h4 {
  font-weight: 600;
}

.template-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}
.template-gallery a {
  width: 100%;
  height: 320px;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .template-gallery a {
    height: 200px;
  }
}
.template-gallery a:nth-of-type(1),
.template-gallery a:nth-of-type(2),
.template-gallery a:nth-of-type(3) {
  display: flex;
}
.template-gallery a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url('../images/eye.svg');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.template-gallery a:hover::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.template-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.template-gallery a:nth-of-type(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.template-gallery a:nth-of-type(1) img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.template-gallery a:nth-of-type(3) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.template-gallery a:nth-of-type(3) img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.blog-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .blog-details-wrapper {
    flex-direction: column;
  }
}
.blog-details-wrapper .blog-details {
  width: 60%;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .blog-details-wrapper .blog-details {
    width: 100%;
  }
}
.blog-details-wrapper .blog-details .blog-image {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-image {
    height: 350px;
  }
}
.blog-details-wrapper .blog-details .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}
.blog-details-wrapper .blog-details .blog-image .blog-date {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff;
  background-color: #333333;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 25px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.blog-details-wrapper .blog-details .blog-text {
  margin-top: 30px;
}
.blog-details-wrapper .blog-details .blog-text h1 {
  color: #333333;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text h1 {
    font-size: 35px;
  }
}
.blog-details-wrapper .blog-details .blog-text h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text h2 {
    font-size: 30px;
  }
}
.blog-details-wrapper .blog-details .blog-text p {
  margin-bottom: 15px;
}
.blog-details-wrapper .blog-details .blog-text ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text ul li {
    padding-left: 30px;
  }
}
.blog-details-wrapper .blog-details .blog-text ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text ul li::before {
    top: 0;
    transform: none;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.blog-details-wrapper .blog-details .blog-gallery {
  padding: 20px;
}
.blog-details-wrapper .blog-details .blog-gallery a {
  height: 182px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-gallery a {
    height: 145px;
  }
}
.blog-details-wrapper .blog-details .blog-gallery a:nth-of-type(6n + 1) {
  height: 385px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-gallery a:nth-of-type(6n + 1) {
    height: 300px;
  }
}

.right-blog-details {
  width: 35%;
}
@media screen and (max-width: 1199px) {
  .right-blog-details {
    width: 100%;
    margin-top: 30px;
  }
}
.right-blog-details h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.right-blog-details .similar-blogs {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.right-blog-details .similar-blogs a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.right-blog-details .similar-blogs a img {
  width: 130px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
  margin-right: 10px;
}
.right-blog-details .similar-blogs a p {
  font-weight: 700;
}
.right-blog-details .similar-blogs a span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 500px;
  background-color: #333333;
  color: #fff;
  padding: 10px 25px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-top: 15px;
}
.right-blog-details .share-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.right-blog-details .share-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #d9d9d9;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.right-blog-details .share-wrapper a svg path {
  transition: all 0.5s ease-in-out;
}
.right-blog-details .share-wrapper a:hover {
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  transition: all 0.5s ease-in-out;
}
.right-blog-details .share-wrapper a:hover svg path {
  fill: #fff;
  transition: all 0.5s ease-in-out;
}

.accordion-container {
  margin-top: 40px;
}
.accordion-container .accordion-cont {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
@media screen and (max-width: 575px) {
  .accordion-container .accordion-cont {
    padding: 20px;
  }
}
.accordion-container .accordion-cont .accordion-title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding-right: 55px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 767px) {
  .accordion-container .accordion-cont .accordion-title {
    font-size: 18px;
  }
}
.accordion-container .accordion-cont .accordion-title::after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0;
  background: #fff url(../images/faq-arr-down.svg) no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #333333;
}
.accordion-container .accordion-cont .accordion-title.open::after {
  background-image: url('../images/faq-arr-up.svg'),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  background-position: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.accordion-container .accordion-cont .accordion-content {
  margin-top: 15px;
}

.contact-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper {
    flex-direction: column;
  }
}
.contact-wrapper .left-part {
  width: 37%;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .left-part {
    width: 100%;
  }
}
.contact-wrapper .right-part {
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .right-part {
    width: 100%;
  }
}
.contact-wrapper .right-part .contact-white-cont {
  margin-bottom: 0;
}
.contact-wrapper form {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper form {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}
.contact-wrapper form label {
  font-weight: 700;
  font-size: 16px;
}
.contact-wrapper form label span {
  color: #f47f42;
  font-size: 14px;
}
.contact-wrapper form input,
.contact-wrapper form textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  border-radius: 500px;
  padding: 12px 15px;
  margin-top: 10px;
  font-size: 16px;
}
.contact-wrapper form input:focus,
.contact-wrapper form textarea:focus {
  outline: none;
}
.contact-wrapper form input::-moz-placeholder,
.contact-wrapper form textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Inter';
  color: rgba(51, 51, 51, 0.7);
}
.contact-wrapper form input::placeholder,
.contact-wrapper form textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Inter';
  color: rgba(51, 51, 51, 0.7);
}
.contact-wrapper form label:has(textarea) {
  grid-column: span 2;
}
@media screen and (max-width: 575px) {
  .contact-wrapper form label:has(textarea) {
    grid-column: span 1;
  }
}
.contact-wrapper form label:has(textarea) textarea {
  border-radius: 20px;
  resize: none;
  height: 160px;
}
.contact-wrapper form button {
  grid-column: span 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f47f42;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 500px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper form button {
    grid-column: span 1;
  }
}

.contact-white-cont {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  margin-bottom: 50px;
}
.contact-white-cont h2 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(249, 171, 107), rgb(236, 51, 130)) 1;
  border-image: linear-gradient(90deg, rgb(249, 171, 107), rgb(236, 51, 130)) 1;
}
@media screen and (max-width: 575px) {
  .contact-white-cont h2 {
    font-size: 27px;
    padding: 10px;
  }
}
.contact-white-cont .contact-wrapper-inner {
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .contact-white-cont .contact-wrapper-inner {
    padding: 15px;
  }
}
.contact-white-cont .contact-wrapper-inner a {
  display: flex;
  margin-bottom: 15px;
}
.contact-white-cont .contact-wrapper-inner .header-social {
  justify-content: space-between;
}
.contact-white-cont .contact-wrapper-inner .header-social a {
  width: 56px;
  height: 56px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .contact-white-cont .contact-wrapper-inner .header-social a {
    width: 140px;
    height: 40px;
  }
}
.contact-white-cont .contact-wrapper-inner .header-social a svg path {
  transition: all 0.5s ease-in-out;
}
.contact-white-cont .contact-wrapper-inner .header-social a:hover {
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  transition: all 0.5s ease-in-out;
}
.contact-white-cont .contact-wrapper-inner .header-social a:hover svg path {
  fill: #fff;
  transition: all 0.5s ease-in-out;
}
.contact-white-cont .contact-wrapper-inner .header-social a + a {
  margin-left: 10px;
}

.form-container .form-title span,
.form-container .form-title p {
  text-align: center;
}

.form-container .form-title span {
  font-size: 14px;
  letter-spacing: 2px;
  color: #333333;
}

.form-container .title p {
  font-weight: 800;
  font-size: 32px;
  font-family: 'Inter';
  letter-spacing: 2px;
  /* padding: 0 40px 20px; */
  position: relative;
  text-align: center;
}

.form-container .form-body {
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .form-container .form-title {
    padding: 20px 20px 0;
  }
  .form-container .form-body {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 575px) {
  /* .form-container .form-title {
    padding: 20px 15px 0;
  } */
  .form-container .form-title p {
    font-size: 24px;
    padding: 0 20px 15px;
  }
  .form-container .form-body {
    padding: 30px 15px;
  }
}
.login2 .second .form-container {
  border: none;
  padding-left: 50px;
}

.login2 .second .form-container .form-title {
  border: none;
}

.login2 .second .form-container .form-title,
.login2 .second .form-container .form-body {
  padding: 0;
}

.login2 .second .form-container .form-body {
  margin-top: 40px;
}

.profile-wrapper {
  position: relative;
}

.profile-wrapper .profile-honey {
  position: absolute;
  top: -6%;
  right: 0;
  transform: rotate(180deg);
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
}

.profile-grid .blueBtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f47f42;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 500px;
}

@media screen and (max-width: 1299px) {
  .profile-grid {
    grid-template-columns: 1fr;
  }
}
.profile-grid .form-title p {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(249, 171, 107), rgb(236, 51, 130)) 1;
  border-image: linear-gradient(90deg, rgb(249, 171, 107), rgb(236, 51, 130)) 1;
}
@media screen and (max-width: 575px) {
  .profile-grid .form-title p {
    font-size: 27px;
    padding: 10px;
  }
}

.profile-grid .form-title img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-form form {
  display: grid;
  gap: 20px;
}

.white-form .inputs2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.white-form input,
.white-form textarea,
.white-form details {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  border-radius: 500px;
  padding: 12px 15px;
  margin-top: 10px;
  font-size: 16px;
}

.white-form input,
.white-form textarea,
.white-form details {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  border-radius: 500px;
  padding: 12px 15px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
.white-form input:focus,
.white-form textarea:focus,
.white-form details:focus {
  outline: none;
}

.white-form textarea {
  resize: none;
  height: 160px;
  border-radius: 20px;
}

.white-form label {
  display: block;
  font-weight: 700;
  font-size: 16px;
}

.white-form .form-control {
  display: flex;
  align-items: center;
}

.white-form .form-control input[type='radio'],
.white-form .form-control input[type='checkbox'] {
  width: 40px;
  height: 40px;
  border: 1px solid #bbbec9;
  border-radius: 10px;
}

.white-form .form-control input[type='radio']::before,
.white-form .form-control input[type='checkbox']::before {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  background-image: url('../images/check.svg');
  border: none;
}

@media screen and (max-width: 767px) {
  .white-form .form-control input[type='radio'],
  .white-form .form-control input[type='radio']::before,
  .white-form .form-control input[type='checkbox'],
  .white-form .form-control input[type='checkbox']::before {
    width: 30px;
    height: 30px;
    border-radius: 7px;
  }
}
.white-form .radioBtns .form-control:first-child {
  justify-content: end;
  padding-right: 20px;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}

@media screen and (max-width: 767px) {
  .white-form .radioBtns .form-control:first-child {
    justify-content: start;
  }
}
.white-form .polja-za-pravno {
  display: none;
}

.white-form .register-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.white-form .register-links p {
  font-size: 16px;
  letter-spacing: 0.35px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
}

.white-form .register-links p:last-child {
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 575px) {
  .white-form .register-links p,
  .white-form .register-links a {
    font-size: 12px;
  }
  .white-form .register-links {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .white-form .inputs2 {
    grid-template-columns: 1fr;
  }
  .white-form .radioBtns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .white-form form,
  .white-form .inputs2 {
    gap: 20px;
  }
  .white-form label {
    font-size: 14px;
  }
  .white-form input,
  .white-form textarea {
    font-size: 16px;
    border-radius: 15px;
  }
  .white-form input {
    height: 45px;
    padding: 0 10px;
  }
  .white-form textarea {
    height: 100px;
    padding: 10px;
  }
  .white-form .blueBtn {
    max-width: 100%;
    padding: 15px;
    font-size: 24px;
  }
}
.white-form .inputs2-radio {
  display: flex;
  align-items: flex-start;
}

.white-form .inputs2-radio .form-control {
  min-width: 250px;
  cursor: pointer;
  font-family: 'Inter';
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .white-form .inputs2-radio .form-control {
    min-width: unset;
  }
  .white-form .inputs2-radio .form-control + .form-control {
    margin-left: 20px;
  }
}
.white-form:has(.law-entity:checked) .polja-za-pravno {
  display: block;
}

.white-form .inputs2-radio .form-control.baloo-labels {
  font-family: 'Inter';
  margin-right: 15px;
}

.white-form .delivery-locations {
  padding: 15px 0;
  border-top: 1px solid rgba(28, 39, 76, 0.2);
  padding-left: 30px;
}

.white-form .inputs2-radio .form-control.baloo-labels span {
  font-size: 14px;
  color: #fbb03b;
  line-height: 14px;
}

.white-form .input-wrap select {
  width: 100%;
  border: 1px solid #dddee4;
  outline: none;
  border-radius: 20px;
  padding: 0px 20px;
  font-family: 'Inter';
  color: #333333;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  list-style: none;
  background-image: url('../images/arr-down-b.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}

.white-form .inputs3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.orders-history-cont .form-title p {
  font-size: 32px;
  font-weight: 800;
  font-family: 'Inter';
}

.orders-history-cont .form-title img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.order-history {
  margin-top: 40px;
  background-color: #fff;
}

.order-history table th,
.order-history table th p {
  font-weight: 700;
  font-family: 'Inter';
  color: #333333;
}

.order-history table:has(table) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.order-history table:has(table),
.order-history table tbody {
  width: 100%;
  border-radius: 20px;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
}

.order-history table th,
.order-history table td {
  font-size: 16px;
  padding: 15px;
  text-align: left;
  font-family: 'Inter';
}

.order-history table tr.main-row {
  border: none;
}

.order-history table .ordered-products-per-date {
  width: 100%;
  padding: 0 90px;
  width: 950px;
}

.order-history table .order-title {
  font-size: 12px;
  font-weight: 400;
  max-width: 400px;
  padding: 15px 60px;
  padding-left: 0;
}

.order-history table td.order-quantity {
  font-size: 12px;
}

.order-history table .order-date,
.order-history table .order-total-price {
  padding: 15px 30px;
}

.order-history table .order-total-price {
  flex-direction: column;
  font-weight: 700;
  font-size: 24px;
}

.order-history table th.th-products {
  padding: 30px 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 950px;
}

.order-history table th.th-products div {
  display: flex;
  align-items: center;
}

.order-history table th.th-products div p:first-of-type {
  margin-right: 70px;
}

.ordered-products-per-date table {
  width: 100%;
}

.order-history table .order-price {
  text-align: end;
  padding-left: 50px;
  padding-right: 0;
  font-weight: 700;
  font-size: 14px;
}

.order-history table th {
  padding: 30px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(249, 171, 107), rgb(236, 51, 130)) 1;
  border-image: linear-gradient(90deg, rgb(249, 171, 107), rgb(236, 51, 130)) 1;
}

@media screen and (max-width: 1399px) {
  .order-history table td {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .order-history table .order-total-price {
    font-size: 16px;
  }
  .order-history table .order-total-price::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .order-history table .ordered-products-per-date {
    width: 100%;
    max-width: 950px;
  }
}
@media screen and (max-width: 767px) {
  .order-history table th {
    display: none;
  }
  .order-history table .order-date::before,
  .order-history table .order-quantity::before,
  .order-history table .order-price::before,
  .order-history table .order-total-price::before {
    content: attr(data-title);
    margin-right: 10px;
  }
  .order-history table .main-row {
    display: flex;
    flex-direction: column;
  }
  .order-history table .order-total-price {
    display: flex;
    flex-direction: row;
  }
  .order-history table .ordered-products-per-date tr {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .order-history table:has(table) {
    padding: 15px;
  }
  .order-history table th.th-products {
    padding: 10px 0;
  }
  .order-history table .ordered-products-per-date {
    padding: 0;
  }
  .order-history table th.th-products div {
    display: none;
  }
  .order-history table tr {
    border: none;
  }
  .order-history table .order-price {
    text-align: left;
    padding-left: 0;
  }
  .order-history table td {
    padding: 10px 0;
    padding-left: 0 !important;
  }
  .order-history table .order-date,
  .order-history table .order-total-price {
    padding: 10px 0;
  }
  .order-history table .order-title {
    padding: 10px;
  }
  .order-history table tr.main-row {
    border-bottom: 1px solid rgba(28, 39, 76, 0.2);
  }
  .order-history table tr.main-row:last-of-type {
    border-bottom: none;
  }
  .orders-history-cont .form-title img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .profile-grid .form-title img {
    width: 100%;
  }
  .white-form .inputs3 {
    grid-template-columns: 1fr;
  }
  .white-form .input-wrap select {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .white-form .input-wrap select {
    height: 45px;
  }
}
.login-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .login-section {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
}
.login-section .login-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
}
@media screen and (max-width: 1199px) {
  .login-section .login-img {
    position: relative;
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .login-section .login-img {
    height: 300px;
  }
}
.login-section .login-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1199px) {
  .login-section .login-img img {
    -o-object-position: top;
    object-position: top;
  }
}
.login-section .breadcrumbs {
  position: absolute;
  top: 10px;
  left: 51%;
}
@media screen and (max-width: 1199px) {
  .login-section .breadcrumbs {
    display: none;
  }
}
.login-section .back-home-icon {
  position: absolute;
  bottom: 5%;
  left: 17%;
  z-index: 1;
  height: 44px;
}
@media screen and (max-width: 1199px) {
  .login-section .back-home-icon {
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: 50%;
  }
}
@media screen and (max-width: 575px) {
  .login-section .back-home-icon {
    top: 33%;
  }
}
.login-section .back-home-icon.open-more-btn::before {
  width: 44px;
  height: 44px;
  background-image: url(../images/back-home-icon.svg),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
}

.login-container {
  width: 45%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .login-container {
    width: 100%;
    margin-top: 40px;
  }
}
.login-container .form-title p {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.75px;
}
.login-container .form-body {
  padding: 0;
  margin-top: 30px;
}
.login-container .password-field {
  position: relative;
}
.login-container .password-field input {
  width: 100%;
  padding-right: 40px;
}
.login-container .toggle-password {
  position: absolute;
  right: 20px;
  top: 60%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  background-image: url('../images/no-eye.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 15px;
}
.login-container .toggle-password.show {
  background-image: url('../images/eye-g.svg');
}
.login-container .login-btn,
.login-container .register-btn {
  font-size: 14px;
  font-weight: 500;
  background-color: #333333;
  color: #fff;
  border-radius: 500px;
  padding: 14px 35px;
  padding-left: 60px;
  margin-left: auto;
  height: 44px;
  margin-top: auto;
}
@media screen and (max-width: 575px) {
  .login-container .login-btn,
  .login-container .register-btn {
    margin-left: 0;
    order: 1;
    max-width: 100%;
    justify-content: center;
  }
}
.login-container .login-btn.open-more-btn::before,
.login-container .register-btn.open-more-btn::before {
  width: 44px;
  height: 44px;
  background-image: url(../images/arr-login.svg), linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
}
.login-container .login-btn:hover,
.login-container .register-btn:hover {
  padding-right: 60px;
  padding-left: 35px;
}
.login-container .register-btn {
  margin-left: 0;
  margin-top: 10px;
}
.login-container .register-btn.open-more-btn::before {
  background-image: url(../images/arr-register.svg),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
}
@media screen and (max-width: 767px) {
  .login-container .white-form .inputs2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .login-container .white-form .inputs2 {
    grid-template-columns: 1fr;
  }
}
.login-container .white-form .radioBtns {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .login-container .white-form .radioBtns {
    grid-template-columns: 1fr 1fr;
  }
}
.login-container .white-form .radioBtns label {
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
}
.login-container .radioBtns input[type='radio'] {
  display: none;
}
.login-container .switch {
  position: relative;
  width: 44px;
  height: 24px;
  background: #333333;
  border-radius: 20px;
  transition: 0.3s;
  display: inline-block;
}
.login-container .switch::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.login-container .radioBtns input:checked + .switch {
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
}
.login-container .radioBtns input:checked + .switch::before {
  transform: translateX(20px);
}
.login-container.register-container {
  height: 85vh;
  overflow-y: scroll;
}
@media screen and (max-width: 1199px) {
  .login-container.register-container {
    height: auto;
    overflow-y: hidden;
    padding-bottom: 40px;
  }
}
.login-container.register-container .white-form span {
  color: #f47f42;
  font-size: 12px;
}
.login-container.register-container .password {
  position: relative;
}
.login-container.register-container .password .toggle-pass {
  position: absolute;
  right: 10px;
  top: 70%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 15px;
}
.login-container.register-container .password .toggle-pass .toggle-password {
  position: relative;
  display: block;
  right: auto;
  top: auto;
  transform: none;
}
.login-container.register-container .login-btn {
  margin-left: 0;
  margin-top: 10px;
}
.login-container.register-container .register-btn {
  margin-left: auto;
  margin-top: auto;
}

.register-section .back-home-icon {
  top: 35%;
}
@media screen and (max-width: 575px) {
  .register-section .back-home-icon {
    top: 15%;
  }
}

.notice-cont {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.notice-cont::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../images/notice.svg');
  background-repeat: no-repeat;
}
.notice-cont p {
  color: rgba(51, 51, 51, 0.7);
}

.financing-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .financing-wrapper {
    flex-direction: column;
  }
}
.financing-wrapper .form-container .form-body {
  display: grid;
  gap: 20px;
}
.financing-wrapper .form-container .form-title p {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(249, 171, 107), rgb(236, 51, 130)) 1;
  border-image: linear-gradient(90deg, rgb(249, 171, 107), rgb(236, 51, 130)) 1;
}
@media screen and (max-width: 575px) {
  .financing-wrapper .form-container .form-title p {
    font-size: 27px;
    padding: 0;
    padding-bottom: 10px;
  }
}
.financing-wrapper .left-part,
.financing-wrapper .right-part {
  width: 49%;
}
@media screen and (max-width: 1199px) {
  .financing-wrapper .left-part,
  .financing-wrapper .right-part {
    width: 100%;
  }
}

.white-form details {
  position: relative;
}

.white-form details summary {
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background-image: url('../images/arr-down-g.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}
.white-form details ul {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.white-form details ul li {
  padding: 10px;
  border-radius: 20px;
}
.white-form details ul li label {
  font-weight: 400;
}
.white-form details ul li input[type='radio'] {
  display: none;
}
.white-form details ul li:has(input[type='radio']:checked) {
  background-color: #333333;
}
.white-form details ul li input[type='radio']:checked + label {
  color: #fff;
}

.financing-table table {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  width: 100%;
  border-radius: 20px;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
}
.financing-table table .ordered-products-per-date {
  padding: 0 30px;
  width: 92%;
}
@media screen and (max-width: 767px) {
  .financing-table table .ordered-products-per-date {
    padding-left: 30px !important;
  }
}
.financing-table table td {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .financing-table table th {
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  .financing-table table .main-row {
    display: table-row;
  }
}

.financing-section button {
  margin-top: 40px;
  margin-left: auto;
  background-color: #333333;
  color: #fff;
}

.bottom-financing {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .bottom-financing {
    flex-direction: column;
  }
}
.bottom-financing .upload-images-cont {
  width: 60%;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 1199px) {
  .bottom-financing .upload-images-cont {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bottom-financing .upload-images-cont label {
  font-size: 16px;
  font-weight: 400;
  background-image: url('../images/upload-icon.svg');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  background-size: 35px;
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .bottom-financing .upload-images-cont label {
    font-size: 12px;
    height: auto;
    background-size: 25px;
    padding-left: 30px;
    display: block;
  }
}
.bottom-financing .installment-cont {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .bottom-financing .installment-cont {
    width: 100%;
  }
}
.bottom-financing .installment-cont label {
  font-weight: 700;
  font-size: 16px;
}
.bottom-financing details {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  border-radius: 500px;
  padding: 12px 15px;
  margin-top: 10px;
  font-size: 16px;
  position: relative;
}
.bottom-financing details summary {
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background-image: url('../images/arr-down-g.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}
.bottom-financing details ul {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.bottom-financing details ul li {
  padding: 10px;
  border-radius: 20px;
}
.bottom-financing details ul li label {
  font-weight: 400;
}
.bottom-financing details ul li input[type='radio'] {
  display: none;
}
.bottom-financing details ul li:has(input[type='radio']:checked) {
  background-color: #333333;
}
.bottom-financing details ul li input[type='radio']:checked + label {
  color: #fff;
}

.shop-page {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 35px;
  position: relative;
}

@media screen and (max-width: 1299px) {
  .shop-page {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.filters-mobile {
  display: none;
  letter-spacing: 0.35px;
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 20px;
  padding: 20px;
  background-image: url('../images/filter.png');
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 45px;
}

@media screen and (max-width: 1299px) {
  .filters-mobile {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .filters-mobile {
    font-size: 18px;
    background-size: 35px;
    padding: 15px;
  }
}
.filters-wrap {
  /* border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.1); */
  height: -moz-fit-content;
  height: fit-content;
}

.filters-wrap .filter-section.cat-section {
  border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 15px;
}

.filters-wrap .filter-section-form {
  border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin-top: 30px;
}

@media screen and (max-width: 1299px) {
  .filters-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 350px;
    height: 100%;
    z-index: 110;
    background-color: #fff;
    overflow-y: scroll;
    transition: all 0.5s;
    transform: translateX(-100%);
    border-radius: 0;
    padding-left: 10px;
  }
}
.filters-wrap .filter-open,
.filters-wrap .filter-section {
  padding: 20px;
}

.filters-wrap .filter-open,
.filters-wrap .filter-open p,
.filters-wrap .filter-section,
.filters-wrap .filter-section p {
  letter-spacing: 0.35px;
  color: #333333;
  font-weight: 500;
}

/* .filters-wrap .filter-section {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
} */
.filters-wrap .filter-section p {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.filters-wrap .filter-open,
.filters-wrap .price-section p {
  font-size: 16px;
}

.filters-wrap .categories,
.filters-wrap .categories2 {
  list-style: none;
  height: 240px;
  overflow-y: scroll;
}

.filters-wrap .categories *,
.filters-wrap .categories2 * {
  transition: all 0.5s;
}

.filters-wrap .categories summary,
.filters-wrap .categories ul,
.filters-wrap .categories2 summary,
.filters-wrap .categories2 ul {
  list-style: none;
}

.filters-wrap .categories li + li,
.filters-wrap .categories2 li + li {
  margin-top: 15px;
}

.filters-wrap .categories summary,
.filters-wrap .categories a,
.filters-wrap .categories label,
.filters-wrap .categories2 summary,
.filters-wrap .categories2 a,
.filters-wrap .categories2 label {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 0.7);
  cursor: pointer;
}

.filters-wrap .categories summary:hover,
.filters-wrap .categories a:hover,
.filters-wrap .categories label:hover,
.filters-wrap .categories2 summary:hover,
.filters-wrap .categories2 a:hover,
.filters-wrap .categories2 label:hover {
  color: #333333;
}

.filters-wrap .categories summary,
.filters-wrap .categories2 summary {
  display: flex;
  align-items: center;
}

.filters-wrap .categories summary::before,
.filters-wrap .categories2 summary::before {
  width: 15px;
  height: 12px;
  background-image: url('../images/chevron-down-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  cursor: pointer;
  margin-right: 10px;
}

/* .filters-wrap .categories details[open] summary::before, .filters-wrap .categories2 details[open] summary::before {
  transform: rotate(-180deg);
} */
.filters-wrap .categories2 details[open] summary::before {
  transform: rotate(-180deg);
}

.filters-wrap .categories details[open] summary.cat1::before {
  transform: rotate(-180deg);
}

.filters-wrap .categories details details[open] summary.cat2::before {
  transform: rotate(-180deg);
}

.filters-wrap .categories details details details[open] summary.cat3::before {
  transform: rotate(-180deg);
}

.filters-wrap .categories details ul,
.filters-wrap .categories2 details ul {
  padding-left: 25px;
}

.filters-wrap .categories details ul li,
.filters-wrap .categories details ul li + li,
.filters-wrap .categories2 details ul li,
.filters-wrap .categories2 details ul li + li {
  margin-top: 10px;
}

.filters-wrap .categories details ul a,
.filters-wrap .categories2 details ul a {
  font-size: 16px;
}

.filters-wrap .categories2 .form-control span {
  margin-left: 10px;
  color: #dd0000;
}

.filters-wrap .blueBtn {
  margin: 0 auto;
}

.filters-wrap .blueBtn + .blueBtn {
  margin-top: 10px;
}

@media screen and (max-width: 1299px) {
  .filters-wrap.opened {
    transform: translateX(0);
  }
}
.shop-discounts-wrap {
  display: grid;
  gap: 35px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 40px;
}

@media screen and (max-width: 1299px) {
  .shop-discounts-wrap {
    margin-top: 15px;
  }
}
.shop-discounts-wrap .shop-discount {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-discounts-wrap .shop-discount img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.shop-discounts-wrap .shop-discount span,
.shop-discounts-wrap .shop-discount p {
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 900;
}

.shop-discounts-wrap .shop-discount span {
  font-size: 18px;
}

.shop-discounts-wrap .shop-discount p {
  font-size: 24px;
}

.shop-discounts-wrap .shop-discount2 {
  justify-content: center;
}

.shop-discounts-wrap .shop-discount2 span {
  font-weight: 400;
}

.shop-discounts-wrap .shop-discount2 p {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 160%;
}

.products-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 500px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 991px) {
  .products-form {
    flex-direction: column;
    border-radius: 20px;
  }
}

.products-form .products-sort label,
.products-form p {
  font-size: 14px;
  line-height: normal;
}

.products-form p {
  font-weight: 500;
}

.products-form p span {
  color: #be1f2e;
}

.products-form .products-sort {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .products-form .products-sort {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.products-form .products-sort label {
  font-weight: 400;
  color: #000;
  font-family: 'Inter';
  margin-right: 10px;
}

.products-form .products-sort select {
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .products-form {
    flex-direction: column;
    align-items: center;
  }
}
.products-form .view {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(28, 39, 76, 0.2);
  border-radius: 50vh;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}

@media screen and (max-width: 1299px) {
  .products-form .view {
    display: none;
  }
}
.products-form .view svg {
  opacity: 0.7;
}

.products-form .view svg rect {
  fill: #333333;
}

.products-form .view input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.products-form .active-view {
  border-color: #333333;
  background-color: #333333;
}

.products-form .active-view svg {
  opacity: 1;
}

.products-form .active-view svg rect {
  fill: #fff;
}

.products-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}

.products-grid .product .mini-crumb,
.products-grid .product .product-description {
  display: none;
}

.products-grid .product .btns-and-price {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .products-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .products-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}
.products-list {
  grid-template-columns: 1fr;
}

.products-list .product {
  display: grid;
  grid-template-columns: 240px 1fr 260px;
  padding: 0;
}

.products-list .product .product-mark {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
  padding-right: 0;
  font-size: 16px;
}

.products-list .product .discount {
  top: unset;
  right: unset;
  left: 0;
  bottom: 20px;
  writing-mode: horizontal-tb;
  padding: 10px 15px;
}

.products-list .product .discount::after {
  background-image: url('../images/rect3.png');
  background-position: left;
  height: 100%;
  width: 30px;
  top: 0;
  right: unset;
  left: 100%;
}

.products-list .product .new::after {
  background-image: url('../images/rect4.png');
}

.products-list .product .mini-crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.products-list .product .product-description {
  display: block;
}

.products-list .product .blueBtn1 {
  position: static;
  opacity: 1;
  transform: none;
}

.products-list .product .product-image {
  padding: 20px;
  padding-top: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #bbbec9;
}

.products-list .product .product-middle {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.products-list .product .product-middle .mini-crumb {
  list-style: none;
}

.products-list .product .product-middle .mini-crumb li {
  margin-right: 5px;
}

.products-list .product .product-middle .mini-crumb li,
.products-list .product .product-middle .mini-crumb a,
.products-list .product .product-middle .mini-crumb span {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(28, 39, 76, 0.7);
}

.products-list .product .product-middle .mini-crumb li + li::before {
  content: '/';
  margin-right: 5px;
}

.products-list .product .product-middle .product-name {
  margin: 10px 0;
}

.products-list .product .product-middle .product-name p {
  font-weight: 600;
  text-align: left;
  line-height: 130%;
}

.products-list .product .product-middle .product-description {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.products-list .product .product-middle .product-description::after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
  font-weight: 800;
}

.products-list .product .btns-and-price {
  display: grid;
  height: 100%;
  gap: 20px;
  padding: 20px;
  border-left: 1px solid #bbbec9;
}

.products-list .product .btns-and-price .product-price {
  order: 1;
}

.products-list .product .btns-and-price .blueBtn1 {
  order: 2;
}

.products-list .product .btns-and-price .wishBtn {
  color: #333333;
  background-color: #fff;
  border: 1px solid #333333;
}

.products-list .product .btns-and-price .wishBtn svg path {
  fill: #333333;
}

.form-control input[type='checkbox'],
.form-control input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: #333333;
  width: 20px;
  height: 20px;
  border-radius: 2.5px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  margin-right: 10px;
  cursor: pointer;
  display: grid;
  place-content: center;
  transition: none;
}

.form-control {
  display: flex;
  align-items: center;
}

.products-form select {
  border-radius: 13px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  list-style: none;
  padding-right: 25px;
  background-image: url('../images/arr-down-g.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  font-size: 14px;
  margin: 0 10px;
}
.products-form select:last-of-type {
  margin: 0;
}
.products-form select:focus {
  outline: none;
}

.pag-sort {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .pag-sort {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pag-sort {
    flex-direction: column;
  }
}
.pag-sort .pag-products {
  margin-top: 0;
  box-shadow: none;
  gap: 0;
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .pag-sort .pag-products {
    padding-left: 0;
  }
}
.pag-sort .pag-products li.arrow {
  margin-right: 10px;
}
.pag-sort .pag-products li.arrow:last-of-type {
  margin-right: 0;
  margin-left: 10px;
}

.form-control input[type='checkbox']:checked,
.form-control input[type='radio']:checked {
  background:
    url('../images/check-white.svg') center/50% no-repeat,
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 2.5px;
}

.products-form2 {
  box-shadow: none;
  padding: 0;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .products-form2 {
    align-items: center;
  }
}
.products-form2 .pag-products2 {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .products-form2 .pag-products2 {
    margin-top: 20px;
  }
}

.title.dark-title.no-margin {
  margin-bottom: 0;
}

.title.dark-title.m-top {
  margin-top: 30px;
}

.discount-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discount-section p {
  margin-bottom: 0 !important;
}
.discount-section .toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.discount-section .toggle-switch input {
  display: none;
}
.discount-section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  border-radius: 34px;
  transition: 0.3s;
}
.discount-section .slider::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}
.discount-section .toggle-switch input:checked + .slider {
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
}
.discount-section .toggle-switch input:checked + .slider::before {
  transform: translateX(24px);
}

.filters-wrap .price-section .range-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.filters-wrap .price-section .range-price label {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.filters-wrap .price-section .range-price label:first-of-type {
  padding-right: 20px;
}
.filters-wrap .price-section .range-price label:first-of-type::before {
  content: '';
  position: absolute;
  height: 36px;
  width: 1px;
  background-color: rgba(51, 51, 51, 0.2);
  right: 0;
  bottom: 0;
}
.filters-wrap .price-section .range-price label input {
  width: 100%;
  border: none;
  padding: 10px 10px;
  background-color: #f5f5f5;
  border-radius: 500px;
  margin-top: 5px;
}
.filters-wrap .price-section .range-price label input:focus {
  outline: none;
}
.filters-wrap .price-section .range-price label input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter';
}
.filters-wrap .price-section .range-price label input::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter';
}

.darkBtn {
  background-color: #333333;
  color: #fff;
  border-radius: 500px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 25px;
  width: 100%;
  letter-spacing: 0.35px;
}

.product-details-wrap {
  display: flex;
  align-items: start;
}

@media screen and (max-width: 1299px) {
  .product-details-wrap {
    flex-direction: column;
  }
}
.details-swiper-wrap {
  width: 50%;
  position: relative;
}

.details-swiper-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.details-swiper-wrap .swiper-slide {
  background-color: #fff;
}

.details-swiper-wrap .small-swiper-wrap {
  width: 100%;
  height: 100px;
}

.details-swiper-wrap .small-swiper-wrap .smallSwiper .swiper-slide {
  border-radius: 0;
  border: 1px solid rgba(51, 51, 51, 0.2);
  overflow: hidden;
  transition: all 0.5s;
}
.details-swiper-wrap .small-swiper-wrap .smallSwiper .swiper-slide:first-of-type {
  border-bottom-left-radius: 20px;
}
.details-swiper-wrap .small-swiper-wrap .smallSwiper .swiper-slide.last-visible {
  border-bottom-right-radius: 20px;
}

.details-swiper-wrap .big-swiper-wrap {
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  position: relative;
  height: 412px;
}

.details-swiper-wrap .big-swiper-wrap .swiper {
  height: 100%;
}

.details-swiper-wrap .big-swiper-wrap a {
  position: relative;
  z-index: 3;
  display: block;
  height: 100%;
}

.details-swiper-wrap .details-next,
.details-swiper-wrap .details-prev {
  position: absolute;
  left: 0;
  right: unset;
  width: 150px;
  height: 35px;
  background-color: #333333;
  z-index: 10;
  transform: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details-swiper-wrap .details-next::after,
.details-swiper-wrap .details-prev::after {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url('../images/chevron-down-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-swiper-wrap .details-next {
  bottom: 0;
  top: unset;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.details-swiper-wrap .details-prev {
  bottom: unset;
  top: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.details-swiper-wrap .details-prev::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 1299px) {
  .details-swiper-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .details-swiper-wrap {
    padding-left: 0;
  }
  .details-swiper-wrap .big-swiper-wrap {
    height: 280px;
  }
}
.details-swiper-wrap .single-image-wrap {
  height: 100%;
  width: 100%;
}

.details-swiper-wrap .single-image-wrap a::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 65px;
  background-color: #333333;
  background-image: url(../images/magnify.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.product-details-info {
  width: 50%;
  padding-left: 50px;
  display: grid;
  gap: 25px;
}

@media screen and (max-width: 1299px) {
  .product-details-info {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
.product-details-info * {
  color: #333333;
}

.product-details-info .p-id,
.product-details-info .p-available {
  font-size: 14px;
  letter-spacing: 1px;
}

.product-details-info .p-id,
.product-details-info .p-available {
  color: rgba(28, 39, 76, 0.7);
}

.product-details-info .p-available span {
  font-weight: 800;
  color: rgba(68, 178, 28, 0.7);
}

.product-details-info h1 {
  font-family: 'Inter';
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 2px;
  color: #333333;
}

@media screen and (max-width: 575px) {
  .product-details-info h1 {
    font-size: 26px;
    letter-spacing: 1px;
  }
}
.product-details-info .p-desc,
.product-details-info .p-desc * {
  color: #333333;
  line-height: 32px;
}

.product-details-info .p-desc ul {
  list-style-type: disc;
  padding-left: 20px;
}
.product-details-info .p-desc ul li {
  font-size: 14px;
  font-weight: 400;
}

.product-details-info .p-price {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 2px;
}

.product-details-info .p-price span {
  font-size: 16px;
}

.product-details-info .old-price {
  margin-left: 22px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.product-details-info .old-price::after {
  height: 2px;
  width: 100%;
  display: block;
  content: '';
  background-color: #ff0000;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: rotate(-15deg);
}

.product-details-info hr {
  border: none;
  border-bottom: 1px solid #bbbec9;
}

.product-details-info .sub {
  font-weight: 600;
  letter-spacing: 1px;
}

.product-details-info .colors,
.product-details-info .details-buttons,
.product-details-info .details-bottom,
.product-details-info .delivery {
  display: flex;
  align-items: center;
}

.product-details-info .colors span {
  width: 36px;
  height: 36px;
  border: 1px solid #bbbec9;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 1299px) {
  .product-details-info .details-buttons {
    justify-content: left;
  }
}
.product-details-info .amount-wrap {
  border: 1px solid #bbbec9;
  border-radius: 15px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 17px 10px;
  padding-right: 20px;
}

.product-details-info .amount-wrap .p-number,
.product-details-info .amount-wrap .minus,
.product-details-info .amount-wrap .plus {
  border: none;
  outline: none;
  background-color: transparent;
}

.product-details-info .amount-wrap .p-number {
  width: 45px;
  color: #333333;
  font-family: 'Inter';
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
}

.product-details-info .amount-wrap .minus,
.product-details-info .amount-wrap .plus {
  position: absolute;
  right: 12px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background-image: url('../images/chevron-down-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

.product-details-info .amount-wrap .minus {
  bottom: 10px;
}

.product-details-info .amount-wrap .plus {
  top: 10px;
  transform: rotate(180deg);
}

.product-details-info .blueBtn1 {
  color: #fff;
  margin: 0 20px;
}

.product-details-info .wishBtn {
  margin: 0;
  color: #333333;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  margin: 0 30px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .product-details-info .wishBtn {
    margin: 0;
    flex: 0 0 calc(50% - 20px);
  }
}
.product-details-info .wishBtn svg {
  margin-right: 5px;
}
.product-details-info .wishBtn.active svg path {
  stroke: url(#heartGradient);
  stroke-opacity: 1;
  fill: url(#heartGradient);
}

.product-details-info .addToCart {
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 13px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .product-details-info .addToCart {
    flex: 0 0 50%;
  }
}
.product-details-info .addToCart::after {
  content: '';
  display: block;
  width: 19px;
  height: 17px;
  background-image: url('../images/cart-w.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}

.product-details-info .delivery {
  font-weight: 500;
  font-size: 14px;
}

.product-details-info .delivery::before {
  width: 24px;
  height: 23px;
  content: '';
  background-image: url('../images/delivery.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .product-details-info .delivery {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .product-details-info .delivery::before {
    margin-right: 0;
  }
}
.product-details-info .share {
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 767px) {
  .product-details-info .share {
    padding: 0;
    border: none;
  }
}
.product-details-info .share p {
  font-size: 14px;
  font-weight: 700;
}
.product-details-info .share a {
  margin-left: 15px;
}
.product-details-info .share a:hover svg path {
  stroke: url(#heartGradient);
  stroke-opacity: 1;
  fill: url(#heartGradient);
}

.product-details-info .p-not-available span {
  font-weight: 800;
  /* color: #BE1F2E; */
}

.product-amount-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .product-amount-wrap {
    width: -moz-max-content;
    width: max-content;
  }
}

@media screen and (max-width: 575px) {
  .parent-div {
    flex: 0 0 100%;
  }
}

.product-amount-wrap input.p-number {
  /* border: 1px solid #BBBEC9; */
  /* border-radius: 10px; */
  border: none;
  height: 23px;
  width: 50px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.product-details-info .product-amount-wrap .change-amount {
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: space-between;
}

.product-details-info .product-amount-wrap .minus,
.product-details-info .product-amount-wrap .plus {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.7);
  background-color: transparent;
  border: none;
}

.p-buttons {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.p-buttons .pBtn {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.35px;
  text-align: center;
  color: #fff;
  background-color: #333333;
  border: none;
  cursor: pointer;
  padding: 15px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-width: 162px;
}
@media screen and (max-width: 767px) {
  .p-buttons .pBtn {
    min-width: auto;
    padding: 10px 20px;
  }
}

.p-buttons .pBtn + .pBtn {
  margin-left: 20px;
}

.p-buttons .activeBtn {
  color: #fff;
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
}

@media screen and (max-width: 575px) {
  .p-buttons .pBtn + .pBtn {
    margin-left: 15px;
  }
}
@media screen and (max-width: 400px) {
  .p-buttons .pBtn {
    font-size: 14px;
    padding: 10px;
  }
  .p-buttons .pBtn + .pBtn {
    margin-left: 10px;
  }
}
.p-desc-panel p {
  color: #333333;
  line-height: 190%;
  font-weight: 400;
}

.p-desc-panel ul li {
  color: #333333;
  line-height: 190%;
  font-weight: 400;
}

.p-panel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 30px;
}

@media screen and (max-width: 575px) {
  .p-panel {
    padding: 20px;
  }
}
.p-video {
  height: 500px;
  border: 1px solid #bbbec9;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.p-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-video .play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(28, 39, 76, 0.5);
  cursor: pointer;
  background-image: url('../images/play.svg');
  background-position: 55% center;
  background-repeat: no-repeat;
  background-size: 30%;
  backdrop-filter: blur(9.7px);
}

@media screen and (max-width: 1399px) {
  .p-video {
    height: 400px;
  }
  .p-video .play {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .p-video {
    height: 250px;
  }
  .p-video .play {
    width: 80px;
    height: 80px;
  }
}
.bigSwiper .discount,
.bigSwiper .new {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 20px;
  background-color: #dd0000;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 100px;
  width: 100px;
  overflow: hidden;
  z-index: 2;
}
.bigSwiper .discount p,
.bigSwiper .new p {
  position: absolute;
  top: 14px;
  left: -17px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transform: rotate(-45deg);
  line-height: 16px;
  text-align: center;
}
.bigSwiper .new {
  background-color: #16b9c7;
}
.bigSwiper .new p {
  top: 25px;
}

.product-details-info .p-brend {
  font-size: 16px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.7);
  margin: 10px 0;
  letter-spacing: 0.35px;
}
.product-details-info .p-brend span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.35px;
  text-decoration: underline;
  color: rgba(51, 51, 51, 0.7);
}

.product-details-info .p-seller {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.35px;
}
.product-details-info .p-seller span {
  color: #0e4595;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.35px;
}

.product-details-info .product-prices {
  display: flex;
  align-items: center;
}
.product-details-info .product-prices .instant-price {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 30px;
}
.product-details-info .product-prices .instant-price::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  right: 0;
}
.product-details-info .product-prices .instant-price .price {
  font-size: 32px;
  font-weight: 700;
  color: #dd0000;
}
.product-details-info .product-prices .instant-price .old-price {
  font-size: 24px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.product-details-info .product-prices .instant-price .old-price::after {
  height: 1.5px;
  width: 100%;
  display: block;
  content: '';
  background-color: #db283c;
  position: absolute;
  z-index: 2;
  top: 30%;
  transform: rotate(-9deg);
}
.product-details-info .product-prices .split-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
}
.product-details-info .product-prices .split-price p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.7);
}
.product-details-info .product-prices .split-price span.split {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.35px;
}

.p-spec-panel ul {
  -moz-column-count: 3;
  column-count: 3;
}
@media screen and (max-width: 767px) {
  .p-spec-panel ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.p-spec-panel ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.details-bottom-wrap {
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  position: relative;
}

.product-details-info .details-bottom {
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 767px) {
  .product-details-info .details-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.product-details-info .details-buttons {
  padding: 20px;
}
@media screen and (max-width: 575px) {
  .product-details-info .details-buttons {
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}

.basket-page {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 400px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.basket-page::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 100%;
  height: 100%;
  width: calc(50vw - 700px);
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1600px) {
  .basket-page::after {
    width: 10vw;
  }
}
.basket-page .page-padding-top {
  background-color: #f5f5f5;
  border-top-left-radius: 30px;
  position: relative;
}
.basket-page .page-padding-top::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16%;
  width: 155%;
  height: 2px;
  background: linear-gradient(90deg, rgb(249, 171, 107) 0%, rgb(236, 51, 130) 100%);
  z-index: 2;
}
@media only screen and (max-width: 1600px) {
  .basket-page .page-padding-top::before {
    width: 135%;
  }
}
@media screen and (max-width: 1299px) {
  .basket-page .page-padding-top::before {
    top: 0;
    height: 100%;
    width: 10vw;
    background: #f5f5f5;
    left: auto;
  }
}

.basket-page2 .page-padding-top::before {
  top: 10%;
}

@media screen and (max-width: 1299px) {
  .basket-page .page-padding-top {
    position: relative;
    border-radius: 0;
  }
  .basket-page .page-padding-top::after,
  .basket-page .page-padding-top::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    height: 100%;
    width: 10vw;
    /* background-image: url('../images/beige-background.webp');
    background-size: cover; */
    background-color: #f5f5f5;
  }
  .basket-page .page-padding-top::after {
    left: 100%;
  }
  .basket-page .page-padding-top::before {
    right: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .basket-page .page-padding-top::after,
  .basket-page .page-padding-top::before {
    width: 5vw;
  }
}
@media screen and (max-width: 1299px) {
  .basket-page {
    grid-template-columns: 1fr;
  }
  .basket-page::after {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .basket-page2 .page-padding-top {
    order: 1;
  }
  .basket-page2 .page-padding {
    order: 2;
  }
}
.basket-right {
  padding-bottom: 100px;
  padding-top: 70px;
}

.basket-right .bas {
  max-width: 320px;
  margin-left: auto;
}

@media screen and (max-width: 1299px) {
  .basket-right .bas {
    margin-left: 0;
    max-width: 100%;
  }
}
.basket-right .b-title {
  font-weight: 800;
  font-family: 'Inter';
  font-size: 32px;
  line-height: normal;
  letter-spacing: 2.5px;
  text-align: center;
  /* border-bottom: 2.5px solid $darkGrey; */
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.basket-right .b-title.title-articles {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .basket-right .b-title {
    font-size: 26px;
    letter-spacing: 2px;
  }
}
.basket-right .coupon-form {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 50vh;
  background-color: #fff;
  margin: 50px 0;
}

.basket-right .coupon-form input::-moz-placeholder {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
}

.basket-right .coupon-form input,
.basket-right .coupon-form input::placeholder,
.basket-right .coupon-form button {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}

.basket-right .coupon-form input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.basket-right .coupon-form input::placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.basket-right .coupon-form input,
.basket-right .coupon-form button {
  height: 35px;
  width: 100%;
  border: none;
  outline: none;
}

.basket-right .coupon-form button {
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
  background-color: #333333;
  padding: 0 30px;
  border-radius: 50vh;
  font-size: 12px;
  font-weight: 600;
}

.basket-right .coupon-form input {
  background-color: transparent;
  color: #333333;
  padding-left: 10px;
}

.basket-right .paying {
  display: grid;
  gap: 25px;
}

.basket-right .paying hr {
  border: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.basket-right .paying p {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-right .paying span.price {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter';
  color: #333333;
}

.basket-right .paying span b.coupon {
  color: #dd0000;
}

.basket-right .paying span.price-total {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Inter';
  color: #333333;
}

.basket-right .paying .delete-coupon {
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 25px;
  background-image: url('../images/arr-back-o.png');
  background-position: 0% center;
  background-repeat: no-repeat;
  background-size: 20px contain;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 5px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .basket-right .wishBtn {
    padding: 17px;
  }
}
.basket-right .payBtn {
  max-width: 100%;
  background-color: #f47f42;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Inter';
  padding: 15px 25px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-right .payBtn svg {
  margin-right: 10px;
}

.basket-table {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding-bottom: 30px;
}

.basket-table * {
  color: #333333;
}

.basket-table .open-more-btn {
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .basket-table .open-more-btn {
    margin-right: auto;
  }
}
.basket-table .open-more-btn::before {
  background-image: url(../images/back-home-icon.svg),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
}

.basket-table table {
  width: 100%;
}

.basket-table table thead tr {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1) !important;
}

.basket-table tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.basket-table tr:last-of-type {
  border-bottom: none;
}

.basket-table th,
.basket-table td {
  width: 100%;
  text-align: center;
}

.basket-table th:first-child,
.basket-table td:first-child {
  text-align: left;
  flex: 0 0 30%;
}

.basket-table th {
  font-size: 14px;
  font-weight: 500;
}

.basket-table tbody tr {
  padding: 40px 30px;
}

.basket-table .b-product .b-product-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-table .b-product .b-img {
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  width: 85px;
  height: 85px;
  position: relative;
  background-color: #fff;
}

.basket-table .b-product a.b-name {
  width: 60%;
}

@media screen and (max-width: 575px) {
  .basket-table .b-product .b-img {
    width: 70px;
    height: 80px;
  }
}
.basket-table .b-product .b-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.basket-table .b-img {
  position: relative;
}

.basket-table .b-amount {
  /* margin-left: 20px; */
  flex: 0 0 10%;
}

.basket-table .delete-from-basket {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #333333;
  background-image: url('../images/close.svg');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .basket-table .delete-from-basket {
    right: -25px;
  }
}

.basket-table .b-product p {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 18px;
  /* margin: 10px 0; */
}

.basket-table .b-product span {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

.basket-table .b-price1,
.basket-table .b-price2 {
  font-weight: 700;
}

.basket-table .b-price1 {
  font-size: 16px;
}

.basket-table .b-price2 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 575px) {
  .basket-table .b-price2 {
    font-size: 20px;
  }
}
.basket-table .b-amount input {
  background-color: transparent;
  border: none;
  outline: none;
  font-family: 'Inter';
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

.basket-table .b-amount .wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  /* justify-content: flex-end; */
}

/* .basket-table .b-amount .p-number {
  width: 60px;
} */
.basket-table .b-amount .p-number {
  border: none;
  height: 23px;
  width: 50px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.basket-table .b-amount .minus,
.basket-table .b-amount .plus {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.7);
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 767px) {
  .basket-table thead {
    display: none;
  }
  .basket-table tbody tr:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .basket-table tbody tr {
    flex-direction: column;
  }
  .small-basket.basket-table tbody tr {
    flex-direction: row;
  }
  .basket-table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .small-basket.basket-table tbody tr td {
    display: block;
  }
  .basket-table tbody tr td::before {
    content: attr(data-title);
    font-weight: 800;
    font-family: 'Inter';
    letter-spacing: 1px;
  }
  .basket-table tbody tr td + td {
    margin-top: 10px;
  }
  .small-basket.basket-table tbody tr td + td {
    margin-top: 0;
  }
  .basket-table tbody tr td:first-child::before {
    display: none;
  }
}
.white-form.order-form .login-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.white-form.order-form .login-links::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  width: 1px;
}
@media screen and (max-width: 767px) {
  .white-form.order-form .login-links {
    flex-direction: column;
    gap: 20px;
  }
  .white-form.order-form .login-links::before {
    display: none;
  }
}
.white-form.order-form .login-links .open-more-btn {
  background-color: #333333;
  color: #fff;
  margin-top: 10px;
}
.white-form.order-form .login-links .open-more-btn::before {
  background-image: url(../images/arr-login.svg), linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  background-repeat: no-repeat;
}
.white-form.order-form .login-links .open-more-btn.open-more-btn2::before {
  background-image: url(../images/arr-register.svg),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
}
.white-form.order-form .login-links p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.35px;
}

.face-wrapper {
  gap: 20px;
}
.face-wrapper .discount-section {
  gap: 10px;
}
.face-wrapper .discount-section p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.order-form .o-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.order-form #emailMsg {
  color: #dd0000;
  font-size: 12px;
}
.order-form .payment-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .order-form .payment-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.order-form .payment-wrapper .discount-section {
  gap: 10px;
}
.order-form .payment-wrapper .discount-section p {
  font-size: 14px;
  font-weight: 500;
}
.order-form .payment-wrapper .discount-section .toggle-switch {
  height: 20px;
}
.order-form .payment-wrapper .discount-section .toggle-switch .slider::before {
  height: 14px;
  width: 14px;
}
.order-form .payment-wrapper .discount-section .toggle-switch input:checked + .slider::before {
  transform: translateX(30px);
}

.final-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .final-buttons {
    gap: 10px;
  }
  .final-buttons .open-more-btn {
    flex: 0 0 47%;
    max-width: 100%;
  }
  .final-buttons .open-more-btn2 {
    padding-right: 25px;
  }
}
.final-buttons .open-more-btn {
  background-color: #333333;
  color: #fff;
  text-align: center;
  justify-content: center;
}
.final-buttons .open-more-btn::before {
  background-image: url(../images/arr-prev-w.svg),
    linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  background-repeat: no-repeat;
}
.final-buttons .open-more-btn2::before {
  background-image: url(../images/card-pay.svg), linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  background-repeat: no-repeat;
}

.terms-wrapper {
  margin-top: 20px;
}

#page-overlay {
  z-index: 99;
  display: none;
}

.overlay-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.35);
  z-index: 9999;
}

.mfp-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  max-width: 950px;
  border-radius: 10px;
  display: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  .mfp-content {
    width: 95%;
  }
}

.mfp-iframe-scaler {
  width: 100%;
}

.popup-cont {
  background-color: #fff;
  height: 90vh;
}
.popup-cont .accept-cont {
  padding: 30px 60px 40px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  height: 10%;
}
@media screen and (max-width: 991px) {
  .popup-cont .accept-cont {
    flex-direction: column;
    padding: 15px;
    height: 20%;
    align-items: flex-start;
  }
}
.popup-cont .accept-cont .open-more-btn {
  background-color: #333333;
  color: #fff;
}
.popup-cont .accept-cont .open-more-btn::before {
  background-image: url(../images/card-pay.svg), linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
}
.popup-cont .accept-cont label {
  width: 60%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .popup-cont .accept-cont label {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popup-cont .accept-cont label {
    font-size: 14px;
  }
}
.popup-cont .accept-cont input {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  flex-shrink: 0;
  border-radius: 0;
  border: none;
  outline: none;
  border-radius: 7px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-cont .accept-cont input {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    margin-right: 5px;
  }
}
.popup-cont .accept-cont input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dd0000;
  font-size: 42px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/check-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
@media screen and (max-width: 767px) {
  .popup-cont .accept-cont input[type='checkbox']:checked::after {
    top: 65%;
    background-size: 20px;
  }
}
.popup-cont .accept-cont input[type='checkbox']:checked {
  background: #ec3382;
  background: linear-gradient(180deg, rgb(236, 51, 130) 0%, rgb(249, 171, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC3382", endColorstr="#F9AB6B", GradientType=0);
  border: none;
}
.popup-cont .accept-cont button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.popup-wrapper {
  width: 100%;
  padding: 60px;
  padding-bottom: 0;
  position: relative;
  height: 90%;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .popup-wrapper {
    padding: 15px;
    height: 80%;
  }
}
.popup-wrapper .terms-text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .popup-wrapper .terms-text {
    margin-top: 30px;
  }
}
.popup-wrapper .terms-text h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.popup-wrapper .terms-text p {
  margin-bottom: 15px;
}

.popup-wrapper::-webkit-scrollbar {
  width: 26px !important;
}

.popup-wrapper::-webkit-scrollbar-track {
  background: #d9d9d9 !important; /* boja “diva” ispod scrolla */
  width: 26px !important;
}

.popup-wrapper::-webkit-scrollbar-thumb {
  background: #d9d9d9 !important;
  width: 14px;
  border: 6px solid #f3f3f3;
}

.popup-wrapper::-webkit-scrollbar-thumb:hover {
  background: #f47f42 !important;
}

.popup-wrapper::-webkit-scrollbar-button {
  background: #f47f42; /* boja strelice ($red) */
  height: 14px; /* visina strelice */
}

/* strelice gore/dole (default su 0) */
.popup-wrapper::-webkit-scrollbar-button:single-button:vertical:decrement {
  /* gornja strelica */
  background: #f3f3f3 url('../images/arr-top-r.svg') no-repeat;
  background-position: center;
  background-size: 12px 12px; /* veličina strelice */
  height: 14px; /* visina dugmeta */
}

.popup-wrapper::-webkit-scrollbar-button:single-button:vertical:increment {
  /* donja strelica */
  background: #f3f3f3 url('../images/arr-bottom-g.svg') no-repeat;
  background-position: center;
  background-size: 12px 12px; /* veličina strelice */
  height: 14px; /* visina dugmeta */
}

.basket-right .name-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-top: 5px;
}

.basket-table.checkout-basket {
  box-shadow: none;
}
.basket-table.checkout-basket tbody tr {
  padding: 0;
  padding-top: 15px;
}
.basket-table.checkout-basket .b-product p {
  font-size: 12px;
}
.basket-table.checkout-basket .b-amount {
  flex: 0 0 25%;
  text-align: end;
}
.basket-table.checkout-basket .b-price2 {
  font-size: 16px;
  font-weight: 700;
  flex: none;
} /*# sourceMappingURL=main.css.map */

.filterResetBtn {
  width: 100%;
  background-color: #f47f42;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 500px;
  letter-spacing: 0.35px;
}

.checkoutBtn {
  /* width: 100%; */
  margin-top: 0;
  max-width: 100%;
  background-color: #f47f42;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Inter';
  padding: 15px 25px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-wrap span,
.cart-layout span,
.checkout-layout span {
  color: #333333;
}
