/*---------------------------------------------
Template Name: Slipfit
Template URL: https://techpedia.co.uk/slipfit/
Description: Fashion HTML5 Template
Author: TPD-Themes
Version: 1.0.0

===============================================   
STYLESHEET INDEXING
|
|___ Default Styles
|	|___ Variables
|	|___ Reset Styels
|	|___ Typography
|	|___ Forms Styles
|	|___ Helper Classes 
|
|___ Elements Styles
|	|___ Preloader
|	|___ Back To Top
|	|___ Promotion Popup
|	|___ Search Popup
|	|___ Button
|	|___ Heading Style
|	|___ Card
|	|___ Terms Input
|	|___ Product
|	|___ Pagination
|	|___ Timer Countdown
|
|___Blocks Styles
|	|___ Top Bar Styles
|	|___ Header Styles
|	|___ Footer Styles
|
|___Template Styles
|	|___ Banner
|	|___ Key Points
|	|___ Collection
|	|___ Best Seller
|	|___ Collection Coming soon
|	|___ On Sale Products
|	|___ Testimonial
|	|___ Blogs
|	|___ Blogs Sidebar
|	|___ Blog Detail
|	|___ Partners
|	|___ Search Banner
|	|___ Filters
|	|___ Sort Bar
|	|___ Product Listing
|	|___ Product detail
|	|___ Product description
|	|___ Product reviews
|	|___ Cart
|	|___ Sign in /  Sign up
|	|___ Order Sidebar
|	|___ About
|	|___ Change Password
|
|___ END STYLESHEET INDEXING

--------------------------------------------*/
/*=======================================================================
1. Default Styles
=========================================================================*/
/*-------------------------
    Variables
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poly&family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --color-primary: #8B6220;
  --color-white: #ffffff;
  --color-dark: #1D1D1D;
  --color-grey: #A4A4A4;
  --color-grey-normal: #868686;
  --color-grey-light: #D3D3D3;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: 'Poly', serif;
  --font-awesome: "Font Awesome 5 Pro";
  --transition: all 0.3s ease-in-out;
  --font-body-1: 18px;
  --font-body-2: 16px;
  --font-body-3: 14px;
  --font-body-4: 12px;
  --line-height-b1: 1.5;
  --line-height-b3: 1.1;
  --h1: 80px;
  --h2: 64px;
  --h3: 48px;
  --h4: 32px;
  --h5: 24px;
  --h6: 20px;
}

/*-------------------------
    Reset Styles
-------------------------*/
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: unset;
}

a:hover {
  color: var(--color-primary);
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  margin: -10px 0;
}

ul.list-style li,
ol.list-style li {
  margin: 10px 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: var(--color-primary);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

section:after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>[class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.g-0>[class*="col"] {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1400px) {
  .row-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .row-35>[class*="col"] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .row-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .row-40>[class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .row-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .row-45>[class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/*-------------------------
    Table
-------------------------*/
table {
  border-collapse: unset;
}

table td {
  border: 0;
  position: relative;
}

table th {
  color: var(--color-grey-normal);
  border-color: var(--color-grey-normal);
}

/*-------------------------
    Typography
-------------------------*/
body {
  font-family: var(--font-primary);
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
  color: var(--color-dark);
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden !important;
}
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: var(--accent-2); /* Replace with the actual value of $accent-2 */
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 30px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 500;
  letter-spacing: -0.025em;
  color: var(--color-text-dark);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  h1,
  .h1 {
    font-size: 68px;
  }
}

@media only screen and (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 68px;
  }
}

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 48px;
  }
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  h2,
  .h2 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 1199px) {

  h2,
  .h2 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 767px) {

  h2,
  .h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 479px) {

  h2,
  .h2 {
    font-size: 34px;
  }
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  h3,
  .h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1199px) {

  h3,
  .h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {

  h3,
  .h3 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {

  h4,
  .h4 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {

  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {

  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {

  h6,
  .h6 {
    font-size: 18px;
  }
}

p {
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
  margin: 0 0 10px 0;
}

.body-font1 {
  font-size: var(--font-body-1);
  line-height: var(--line-height-b1);
}

.body-font2 {
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
}

.body-font3 {
  font-size: var(--font-body-3);
  line-height: var(--line-height-b3);
}

.body-font4 {
  font-size: var(--font-body-4);
  line-height: var(--line-height-b3);
}


/*-------------------------
    Forms Styles
-------------------------*/
input,
.form-control {
  border: none;
  border-radius: 0px;
  background-color: #fff;
  color: var(--color-text-dark);
  padding: 15px 20px;
  width: 100%;
  /* box-shadow: 0 24px 48px -15px rgba(153, 161, 170, 0.25); */
  /* -- Placeholder -- */
}

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: 0 20px 48px -14px rgba(153, 161, 170, 0.25);
  border-color: transparent;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

input::placeholder,
.form-control::placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-gray-2);
}

input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-gray-2);
}

input {
  height: 60px;
}

input[type='checkbox'] {
  height: auto;
  width: auto;
}

input[type='checkbox']:checked {
  accent-color: var(--color-primary);
}

input[type='range']::-webkit-slider-thumb {
  background: var(--color-primary);
}

input[type='radio'] {
  height: auto;
  width: auto;
}

input[type='radio']:checked {
  accent-color: var(--color-primary);
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.error-msg,
.success-msg {
  margin-top: 25px;
}

.error-msg p,
.success-msg p {
  margin-bottom: 0;
  font-size: 14px;
}

.error-msg p {
  color: #ff0000;
}

.success-msg p {
  color: #15c54b;
}

/*-------------------------
    Rating Input
-------------------------*/
.star-cb-group {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.star-cb-group * {
  font-size: 1rem;
}

.star-cb-group>input {
  display: none;
}

.star-cb-group label {
  margin-bottom: 0;
  height: 38px;
  font-size: 26px;
}

.star-cb-group>input+label {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}

.star-cb-group>input+label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
  content: "★";
  color: var(--color-primary);
  text-shadow: 0 0 1px #333;
}

.star-cb-group>.star-cb-clear+label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.star-cb-group>.star-cb-clear+label:before {
  width: 0.5em;
}

.star-cb-group:hover>input+label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}

.star-cb-group:hover>input+label:hover~label:before,
.star-cb-group:hover>input+label:hover:before {
  content: "★";
  color: var(--color-primary);
  text-shadow: 0 0 1px #333;
}

/*-------------------------
  Helper Classes
-------------------------*/
.bg-color-dark {
  background-color: var(--color-dark);
}

.bg-color-light {
  background-color: var(--color-light);
}

.bg-color-mercury {
  background-color: var(--color-mercury);
}

.bg-color-ship-gray {
  background-color: var(--color-ship-gray);
}

.color-gray-4 {
  color: var(--color-gray-4);
}

.opacity-50 {
  opacity: 0.5;
}

.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.alert-msg {
  background: var(--color-grey-normal);
  color: var(--color-white);
  padding: 20px;
  display: none;
}

/*=======================================================================
2. Elements Styles
=========================================================================*/

/*-------------------------
  Preloader 
-------------------------*/
.no-scroll-y {
  overflow-y: hidden;
}

/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99900;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.ctn-preloader .animation-preloader .txt-loading span {
  font: bold "Montserrat", sans-serif;
  font-size: 5em;
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading {
  color: rgba(26, 63, 109, 0.2);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--color-primary);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(2)::before {
  animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(3)::before {
  animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(4)::before {
  animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(5)::before {
  animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(6)::before {
  animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(7)::before {
  animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(26, 63, 109, 0.2);
  border-top-color: var(--color-primary);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
.ctn-preloader .loader-section {
  background-color: #FAFAFA;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.ctn-preloader .loader-section.section-left {
  left: 0;
}
.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  /* Preloader */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading span {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Preloader */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading span {
    font: bold 2em "Montserrat", sans-serif;
  }
}
@keyframes spin78236 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}

/*-------------------------
    Back To Top  
--------------------------*/
.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.back-to-top:focus {
  color: var(--color-white);
}

.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 575px) {
  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }
}

.back-to-top.show:hover {
  color: var(--color-white);
  bottom: 30px;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .back-to-top.show:hover {
    bottom: 10px;
  }
}

/*-------------------------
    Promotion Popup
-------------------------*/
.promotion {
  text-align: center;
  width: 30%;
  margin: 0 auto;
  position: relative;
}
.promotion img {
  border-radius: 15px;
}
.promotion .mfp-close {
  color: var(--color-white);
}
@media only screen and (max-width: 990px) {
  .promotion {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promotion {
    width: 100%;
  }
}
/*-------------------------
    Search Popup
-------------------------*/
#searchModal .modal-dialog {
  max-width: 60%;
  margin: 10% auto;
}

#searchModal .modal-dialog .content {
  color: var(--color-grey);
}

#searchModal .btn-close {
  position: absolute;
  right: 0;
  top: -44px;
  font-size: 24px;
  opacity: 1;
  background: none;
  color: var(--color-white);
}

/*-------------------------
    Button
-------------------------*/
.slipfit-btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding: 15px 50px;
  height: auto;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.slipfit-btn.btn-borderd:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

.slipfit-btn.btn-fill-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  overflow: hidden;
}

.slipfit-btn.btn-fill-dark-blue {
  background-color: var(--color-dark-blue);
  color: var(--color-white);
  border: 1px solid var(--color-dark-blue);
  overflow: hidden;
}

.slipfit-btn.btn-fill-primary::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--color-link);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.slipfit-btn.btn-fill-primary:hover {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}

.slipfit-btn.btn-fill-dark-blue:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.slipfit-btn.btn-fill-primary:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.slipfit-btn.btn-fill-white {
  background-color: var(--color-white);
  box-shadow: 0px 48px 48px 0px rgba(0, 0, 0, 0.12);
}

.slipfit-btn.btn-fill-white:hover {
  background-color: var(--color-accent1);
  color: var(--color-white);
}

.slipfit-btn.btn-large {
  padding: 23px 55px;
}

@media only screen and (max-width: 991px) {
  .slipfit-btn.btn-large {
    padding: 18px 35px;
  }
}

.slipfit-btn.btn-large-fluid {
  padding: 23px;
  width: 100%;
}

.slipfit-btn.btn-fluid {
  width: 100%;
}

/* --   shop now button  ---*/
.shop-now-btn {
  border: 1.5px solid var(--color-dark);
  font-size: 20px;
  padding: 3px 15px;
}

.shop-now-btn i {
  margin-left: 20px;
}

.shop-now-btn.white {
  border: 1.5px solid var(--color-white);
  color: var(--color-white);
}

.shop-now-btn:hover {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--color-white);
}

@media only screen and (max-width: 768px) {
  .shop-now-btn {
    font-size: 16px;
    padding: 2px 5px;
  }

  .shop-now-btn i {
    margin-left: 10px;
  }
}

/* -----  Slip Btn Style 2 -----*/
.slipfit-btn-style2 {
  background-color: var(--color-grey-light);
  position: relative;
  border: none;
  padding: 0;
}

.slipfit-btn-style2 .text {
  padding: 7px 5px 5px 5px;
  font-size: 14px;
}

.slipfit-btn-style2 .icon {
  position: relative;
  font-size: 16px;
  float: right;
  padding: 5px 5px 5px 16px;
  color: var(--color-white);
  background-color: var(--color-dark);
}

.slipfit-btn-style2 .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  border-top: 34px solid var(--color-dark);
  border-left: 16px solid var(--color-grey-light);
  width: 0;
}

.slipfit-btn-style2.lg .text {
  padding: 11px 0px 9px 7px;
  font-size: 17px;
}

.slipfit-btn-style2.lg .icon {
  font-size: 18px;
  padding: 8px 15px 10px 25px;
}

.slipfit-btn-style2.lg .icon::before {
  border-top: 45px solid var(--color-dark);
  border-left: 22px solid var(--color-grey-light);
}

.slipfit-btn-style2:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}

.slipfit-btn-style2:hover .icon::before {
  background-color: var(--color-dark);
  border-left: 16px solid var(--color-dark);
}

/* -----------------------
    wishlist Btn 
--------------------------*/
.whishlist-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #dee2e6;
}

.whishlist-btn:hover {
    background: #fff5f5;
    color: #dc3545;
    border-color: #dc3545;
    transform: scale(1.1);
}

.whishlist-btn.active {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

.whishlist-btn.active:hover {
    background: #c82333;
    border-color: #c82333;
}

/* -----------------------
  Heading Styles 
--------------------------*/
.heading.style-1 {
  text-align: center;
  margin-bottom: 50px;
}

.heading.style-1 h2 {
  font-weight: 600;
  font-size: 30px;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.heading.style-1 p {
  font-size: 16px;
  color: var(--color-grey-normal);
}

.heading.style-2 {
  margin-bottom: 50px;
}

.heading.style-2 h2 {
  font-weight: 600;
  font-size: 30px;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.heading.style-2 p {
  font-size: 16px;
  text-align: right;
  color: var(--color-grey-normal);
}

.heading.style-2 p i {
  color: var(--color-dark);
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .heading.style-1 p {
    font-size: 14px;
    text-align: center;
  }

  .heading.style-2 h2 {
    text-align: center;
  }

  .heading.style-2 p a {
    display: none;
  }
}

/* -----------------------
  Card 
--------------------------*/
.card {
  background-color: #f1f1f1;
  border-radius: 0;
  border: none;
}

.card-body {
  padding: 30px 20px;
}

/* -----------------------
Terms Input
--------------------------*/
.terms input {
  width: 5%;
  float: left;
  margin-right: 10px;
}

/* -----------------------
 Product
--------------------------*/
.product-slider {
  margin: 0 -10px;
}

.product-grid {
  padding: 0 10px;
  position: relative;
}

.product .discount-percent {
  background-color: var(--color-white);
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 5px 10px;
  font-size: 20px;
  color: var(--color-primary);
}

.product-grid .new-badge {
  background-color: var(--color-primary);
  color: white;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.review .new-badge {
  background-color: var(--color-primary);
  color: white;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.review .discount-percent {
  background-color: #ff6b35;
  color: white;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 12px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: auto;
  left: auto;
}

.product .preview {
  display: block;
}

.product-grid .preview img {
  width: 100%;
  height: 500px;
}

.product .review {
  margin: 10px 0;
  color: var(--color-dark);
}

.product .review i {
  color: var(--color-primary);
}

.product .title {
  font-size: 18px;
  color: var(--color-dark);
  margin-bottom: 15px;
}

.product .discount-price {
  font-size: 22px;
  text-decoration-line: line-through;
  color: var(--color-grey);
}

.product span {
  font-size: 22px;
}
.product .action-btns{
  text-align: right;
}
.product-list {
  border-bottom: 1px solid var(--color-grey);
  padding: 50px 0;
}

.product-list:after {
  content: '';
  display: table;
  clear: both;
}

.product-list .preview {
  width: 33.33%;
  position: relative;
  float: left;
}

.product-list .content {
  width: 66.33%;
  float: left;
  padding: 0 0 0 25px;
}

.product .tags {
  margin: 20px 0;
  font-size: 20px;
}

.product .list {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}

.product .list li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.product .list li:first-child {
  font-size: 16px;
  color: var(--color-grey-normal);
}

.product .list.colors li a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .product .preview img {
    height: auto;
  }

  .product .title {
    font-size: 16px;
  }

  .product .discount-price {
    font-size: 18px;
  }

  .product span {
    font-size: 18px;
  }

  .product-list .preview {
    width: 100%;
    position: relative;
    float: unset;
  }

  .product-list .content {
    width: 100%;
    float: unset;
    padding: 20px 0 0 0;
  }
  .product .action-btns{
    text-align: left;
    margin-top: 20px;
  }
  .product .action-btns .whishlist-btn{
    float: right;
  }
}

/* -----------------------
Pagination 
--------------------------*/
.pagination-wrape {
  margin: 50px 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .pagination-wrape {
    margin-top: 45px;
  }
}

ul.pagination {
  display: block;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li a {
  line-height: 42px;
  min-width: 42px;
  text-align: center;
  color: var(--color-dark);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 0 15px;
  transition: all 0.5s;
  border: var(--border-light);
  border-radius: 4px;
}

ul.pagination li a:hover {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
}

ul.pagination li a.current {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
}

@media only screen and (max-width: 575px) {
  ul.pagination li a {
    line-height: 35px;
    min-width: 35px;
    padding: 0 10px;
    font-size: 14px;
  }
}

/* -----------------------
 Timer Countdown 
--------------------------*/
.timer {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.timer li {
  background-color: var(--color-white);
  padding: 10px;
  color: var(--color-grey-normal);
  display: inline-block;
  border-radius: 10px;
  padding: 5px;
  font-weight: 275;
  font-size: 35px;
  margin: 0 10px;
}

.timer li small {
  font-size: 20px;
}

.timer li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 991px) {
  .timer li {
    padding: 5px;
    font-size: 25px;
    margin: 0 5px;
  }
}

/*=======================================================================
3.Blocks Styles 
=========================================================================*/

/*-------------------------
   Top Bar Styles
-------------------------*/
.top-bar {
  padding: 10px 0;
}

.top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar ul li {
  display: inline-block;
}

.top-bar ul li button {
  background: transparent;
  padding: 0;
  border: none;
}

.top-bar .dropdown-menu li {
  display: block;
}

.top-bar .links {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .top-bar .insta {
    text-align: center;
  }

  .top-bar .links {
    text-align: center;
  }
}

/*-------------------------
   Header Styles
-------------------------*/
.header.style-1 {
  position: absolute;
  width: 100%;
  top: 45px;
  z-index: 5;
}

.header.style-1 nav {
  background: var(--color-white);
  padding: 15px 20px;
  border-radius: 10px;
}

.header.style-2 nav {
  background: var(--color-white);
  padding: 15px 0px;
}


.header nav .navbar-brand {
  padding: 0;
  width: auto;
}

.logo-text {
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none !important;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, var(--color-primary), #ff6b35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar-brand .logo-text {
  font-size: 24px;
}

.footer-widget .logo-text {
  background: linear-gradient(135deg, var(--color-primary), #ff6b35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header nav i {
  color: var(--color-primary);
  font-size: 22px;
}

.mainmenu>li {
  margin: 0 10px;
}

.mainmenu>li>a {
  color: var(--color-grey-normal);
  font-weight: 400;
  font-size: 20px;
  font-family: var(--font-primary);
  line-height: 30px;
  height: 30px;
  display: block;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.mainmenu>li>a::before {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mainmenu>li>a:hover {
  color: var(--color-primary);
}

.mainmenu>li>a:hover::before {
  opacity: 1;
  width: 100%;
}

.mainmenu>li>a.active {
  color: var(--color-primary);
}

.mainmenu>li>a.active::before {
  width: 100%;
  opacity: 1;
}

.mainmenu>.menu-item-has-children {
  position: relative;
}

.mainmenu>.menu-item-has-children>a {
  position: relative;
}



.mainmenu>.menu-item-has-children .slipfit-submenu {
  position: absolute;
  top: 100%;
  left: 20px;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  list-style: none;
  margin: 0;
  box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}

.mainmenu>.menu-item-has-children .slipfit-submenu.multiline {
  min-width: 380px;
}

.mainmenu>.menu-item-has-children .slipfit-submenu.multiline li {
  display: inline-block;
  width: 47%;
}

.mainmenu>.menu-item-has-children .slipfit-submenu li {
  margin: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.mainmenu>.menu-item-has-children .slipfit-submenu li a {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--color-body);
  font-weight: 500;
  padding: 7px 0px;
  border-radius: 4px;
  display: block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.mainmenu>.menu-item-has-children .slipfit-submenu li a::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.mainmenu>.menu-item-has-children .slipfit-submenu li a:hover {
  color: var(--color-primary);
}

.mainmenu>.menu-item-has-children .slipfit-submenu li a:hover::after {
  width: 100%;
}

.mainmenu>.menu-item-has-children .slipfit-submenu li a.active {
  color: var(--color-primary);
}

.mainmenu>.menu-item-has-children .slipfit-submenu li a.active::after {
  width: 100%;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  left: 0;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(1n) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(2n) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(3n) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(4n) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(5n) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(6n) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(7n) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(8n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(9n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(10n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(11n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mainmenu>.menu-item-has-children:hover .slipfit-submenu li:nth-child(12n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items{
  min-width: 300px;
  right: 0;
  left: unset;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li{
  min-height: 138px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-grey);
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li:last-child{
  margin-bottom: 0;
  border-bottom: 0;
  min-height: auto;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li img{
  display: inline-block;
  width: 100px;
  float: left;
  margin-right: 10px;
}
.mainmenu>.menu-item-has-children .items-count{
  position: absolute;
  z-index: 999;
  top: -5px;
  right: -10px;
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: var(--color-white);
  font-size: 10px;
  line-height: 2;
  text-align: center;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li .item-detail{
  display: inline-block;
  width: 160px;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li .item-detail h6{
  margin-bottom: 0px;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li .item-detail span{
  font-size: 14px;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li .item-detail h6 a{
  padding: 0;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li .item-detail p{
  margin-bottom: 5px;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li .item-detail input{
  height: auto;
    padding: 0px 5px;
    border: 1px solid var(--color-grey-normal);
    text-align: center;
    width: 60px;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li .item-detail .rm-btn{
  padding: 1px 10px;
}
.mainmenu>.menu-item-has-children .slipfit-submenu.cart-items li .item-detail .rm-btn i{
  color: var(--color-white);
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .header.style-1 {
    top: 95px;
  }

  .mainmenu>li {
    margin: 10px 10px;
  }

  .header nav .right-nav {
    margin: 10px;
  }

  .mainmenu>.menu-item-has-children .slipfit-submenu.multiline {
    left: -300px;
  }

  .mainmenu>.menu-item-has-children:hover .slipfit-submenu.multiline {
    left: -300px;
  }
  .mainmenu>.menu-item-has-children .slipfit-submenu.cart-items{
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header.style-1 {
    top: 125px;
  }
  .mainmenu>.menu-item-has-children .slipfit-submenu{
    position: relative;
    left: 0px;
    z-index: 9;
    width: 120px;
    opacity: 1;
    visibility: unset;
    min-width: auto;
    padding: 15px 10px;
    box-shadow: none;
  }
  .mainmenu>.menu-item-has-children .slipfit-submenu li{
    opacity: 1;
  }
  .mainmenu>.menu-item-has-children .slipfit-submenu.multiline{
    left: 0px;
    min-width: 320px;
  }
  .mainmenu>.menu-item-has-children .slipfit-submenu.cart-items{
    display: none;
  }
  .mainmenu>.menu-item-has-children .items-count{
    right:0
  }
}

/*-------------------------
   Footer Styles
-------------------------*/
.footer-newsletter {
  background: #383838;
  margin-bottom: 20px;
  padding: 50px 0;
  color: var(--color-white);
}

.footer-newsletter .content {
  padding: 0 60px 0 100px;
}
.footer-newsletter .content form {
  margin-bottom: 24px !important;
}

.footer-newsletter .title {
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: -0.045em;
}

.footer-newsletter .app-btn {
  width: 160px;
  display: inline-block;
  background: var(--color-white);
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid #e9ecef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-newsletter .app-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: var(--color-dark);
}

.footer-newsletter .app-btn img {
  width: 100%;
  height: 100%;
}

.footer-newsletter .input-group {
  background-color: var(--color-white);
  border-radius: 20px;
  height: 72px;
  color: var(--color-dark);
  padding: 10px 11px 10px 55px;
  box-shadow: 0 24px 48px -15px rgba(153, 161, 170, 0.25);
}

@media only screen and (max-width: 479px) {
  .footer-newsletter .input-group {
    display: block;
    box-shadow: none;
    height: auto;
    padding: 0;
  }
  .footer-newsletter .app-btn{
    width: 150px;
  }
}

.footer-newsletter .input-group:before {
  content: '\f0e0';
  position: absolute;
  left: 30px;
  top: 18px;
  font-family: 'Font Awesome 5 Pro';
  z-index: 1;
  font-size: 24px;
}

@media only screen and (max-width: 479px) {
  .footer-newsletter .input-group:before {
    left: 15px;
    top: 13px;
  }
}

.footer-newsletter .input-group .form-control {
  padding: 5px 15px;
  height: auto;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.footer-newsletter .input-group .form-control:focus {
  box-shadow: none;
}

@media only screen and (max-width: 479px) {
  .footer-newsletter .input-group .form-control {
    height: 60px;
    width: 60%;
    display: inline-block;
    border-radius: 20px !important;
    padding: 5px 15px 5px 50px;
    border: 1px solid var(--color-light);
  }
}

.footer-newsletter .input-group .subscribe-btn {
  border: none;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 16px !important;
  margin-left: 0 !important;
  padding: 10px 28px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.footer-newsletter .input-group .subscribe-btn:hover {
  background-color: var(--color-dark);
}

@media only screen and (max-width: 479px) {
  .footer-newsletter .input-group .subscribe-btn {
    padding: 10px 20px;
    float: right;
    margin: 8px 5px 0 0;
  }
}

.footer-main {
  padding: 50px 0;
  margin-bottom: 20px;
}

.footer-widget img {
  width: 150px;
}

.footer-widget p {
  font-size: 14px;
}

.footer-widget .social-links li {
  display: inline-block;
  margin-right: 15px;
}

.footer-widget .widget-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}



@media only screen and (max-width: 1199px) {
  .footer-widget.border-end {
    border: none !important;
    padding-right: 0;
    margin-right: 0;
  }
 
}

@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px;
  }
  .footer-main{
    margin-bottom: 0;
    padding-bottom: 0;
  }
}


.footer-menu-link ul {
  margin: -8px 0;
}

.footer-menu-link li a {
  padding: 2px 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-grey-normal);
}

.footer-menu-link li a i {
  color: var(--color-dark-blue);
  width: 30px;
}

@media only screen and (max-width: 991px) {
  .footer-menu-link li a {
    font-size: 16px;
  }

  .footer-newsletter .content {
    padding: 0;
    margin-bottom: 20px;
  }
}

.footer-menu-link li a:hover {
  color: var(--color-primary);
}

.footer-bottom {
  border-top: 1px solid var(--color-grey-normal);
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
    margin-bottom: 10px;
  }
}

.footer-copyright .copyright-text {
  color: var(--color-gray);
  font-size: 13px;
}

.footer-copyright .copyright-text a {
  color: var(--color-gray-1);
}

.footer-copyright .copyright-text a:hover {
  color: var(--color-primary);
}

.footer-bottom-link {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-bottom-link {
    text-align: center;
  }
}


.footer-bottom-link ul li {
  padding: 0 10px;
  display: inline-block;
  position: relative;
}

.footer-bottom-link ul li:last-child {
  padding-right: 0;
}

.footer-bottom-link ul li img {
  width: 70px;
  height: 20px;
  object-fit: contain;
}

.footer-bottom-link ul li::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--color-dark);
  border-radius: 50%;
  position: absolute;
  top: 53%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-bottom-link ul li:last-child::after {
  display: none;
}


.footer-dark {
  background-color: var(--color-dark);
  padding-top: 0;
}

.footer-dark .footer-bottom {
  border-top-color: var(--color-body);
}

.footer-dark .footer-copyright .copyright-text {
  color: var(--color-gray-2);
}

.footer-dark .footer-copyright .copyright-text a {
  color: var(--color-gray-2);
}

.footer-dark .footer-copyright .copyright-text a:hover {
  color: var(--color-white);
}

.footer-dark .footer-bottom-link ul li a {
  color: var(--color-gray-2);
}

.footer-dark .footer-bottom-link ul li a:hover {
  color: var(--color-primary);
}

.footer-dark .footer-bottom-link ul li:after {
  background-color: var(--color-gray-2);
}

/*=======================================================================
4. Template Styles
=========================================================================*/

/*-------------------------
    Banner
-------------------------*/

.banner {
  position: relative;
  z-index: 2;
  min-height: 645px;
}

.banner.style-1 {
  background: url('./../media/banner/banner-s1-bg.jpg');
  padding: 115px 0 50px 0;
  background-size: cover;
  width: 100%;
}

.banner.style-1 .banner-content {
  padding: 0px 0;
}

.banner.style-1 .banner-content .title {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 0;
  line-height: 143%;
  color: #1D1D1D;
  color: var(--color-dark);
}

.banner.style-1 .banner-content .collection-text {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-top: 100px;
}

.banner.style-1 .bg-rotate {
  position: absolute;
  left: 0;
}

.banner.style-1 .bg-rotate img {
  width: 200px;
  animation: rotation 8s infinite linear;
  /* height: 250px; */
}


.banner.style-2 {
  background: url('./../media/banner/banner-s2-bg.jpg');
  padding: 30px 0 30px 0;
  background-size: cover;
  width: 100%;
}

.banner.style-2 .banner-content {
  display: table-cell;
  vertical-align: middle;
  height: 585px;
}

.banner.style-2 .banner-content .title {
  font-weight: 600;
  font-size: 70px;
  color: var(--color-white);
  margin-bottom: 30px;
}

.banner.style-2 .banner-content p {
  font-weight: 300;
  font-size: 25px;
  color: var(--color-white);
}

.banner.style-2 .banner-content p b {
  font-weight: 500;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner {
    padding: 100px 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .banner {
    padding: 100px 0 0;
    min-height: 100%;
  }
}



@media only screen and (max-width: 991px) {
  .banner.style-1 {
    padding: 120px 0 30px 0;
  }

  .banner.style-1 .banner-content .title {
    font-size: 38px;
  }

  .banner.style-1 .banner-content p {
    font-size: 20px;
  }

  .banner.style-1 img {
    height: 340px;
    object-fit: cover;
  }

  .banner.style-2 .banner-content .title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .banner.style-2 .banner-content p {
    font-size: 16px;
  }

  .banner.style-2 .banner-content {
    display: block;
    height: auto;
  }
  .banner.style-1 .banner-content .collection-text{
    margin-top: 70px;
  }
}

@media only screen and (max-width: 770px) {
  .banner.style-1 {
    padding: 110px 0 30px 0;
  }
  .banner.style-1 .banner-content .collection-text{
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .banner.style-1 img {
    height: auto;
  }
}


/*-------------------------
    Key Points
-------------------------*/
.key-points {
  margin: 50px auto;
  text-align: center;
}

.key-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.key-points ul li {
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
  color: var(--color-dark);
}

.key-points ul li i {
  margin-right: 10px;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .key-points {
    text-align: left;
  }

  .key-points ul li {
    margin-bottom: 10px;
    padding: 0;
    display: block;
  }

  .key-points ul li i {
    width: 22px;
  }
}

@media only screen and (max-width: 991px) {}

/*-------------------------
    Collection
-------------------------*/
.collection {
  margin-bottom: 50px;
}

.collection.style-1 .wraper {
  display: flex;
}
.collection.style-1 .wraper .box{
  width: 25%;
  overflow: hidden;
  display: block;
}
.collection.style-1 .wraper .box img{
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.collection.style-1 .wraper .box:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.collection.style-1 .wraper .box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
  text-align: center;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.collection.style-1 .wraper .box:hover .overlay {
  transform: translateY(100%);
}
.collection.style-1 .wraper .box {
  position: relative;
}

.collection.style-2 .content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0px;
  height: 393px;
  width: 630px;
  text-align: center;
}

.collection.style-2 .collection-box h4 {
  font-weight: 700;
  font-size: 35px;
  color: var(--color-white);
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  padding: 10px;

}

.collection.style-2 .content .tag {
  font-weight: 600;
  font-size: 15px;
}

.collection.style-2 .content .heading {
  font-size: 50px;
  font-family: var(--font-secondary);
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.collection.style-2 .content .tag-line {
  font-size: 30px;
}

.collection.style-2 .collection-box.c1 {
  background: url('./../media/collection/c4.jpg');
  background-size: cover;
  background-position: center;
}

.collection.style-2 .collection-box.c2 {
  background: url('./../media/collection/c5.jpg');
  background-size: cover;
  background-position: center;
}

.collection.style-2 .collection-box.c3 {
  background: url('./../media/collection/c6.jpg');
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .collection.style-1 .wraper {
    display: block;
  }
  .collection.style-1 .box {
    margin-bottom: 3rem;
  }
  .collection.style-1 .wraper .box{
    width: 100%;
  }
  .collection-box.potrait .content {
    height: 420px;
  }


  .collection.style-2 .content {
    height: 230px;
  }

  .collection.style-2 .collection-box h4 {
    font-size: 20px;
  }
}

/*-------------------------
    Best Seller
-------------------------*/
.best-seller {
  margin: 80px 0;
}

@media only screen and (max-width: 768px) {
  .best-seller {
    margin: 50px 0;
  }
}

/*-------------------------
  Collection Coming soon
-------------------------*/
.collection-comming-soon {
  margin: 80px 0;
 
}
.collection-comming-soon.style-1{
  background: url('./../media/banner/tg.png');
  background-size: cover;
  height: 584px;
  padding: 80px 0 0 0;
}

.collection-comming-soon.style-1 .content .tag {
  font-size: 18px;
  margin-bottom: 0px;
}

.collection-comming-soon.style-1 .content .tag-line {
  font-size: 20px;
  margin-bottom: 70px;
}

.collection-comming-soon.style-1 .content h3 {
  font-size: 50px;
  font-family: var(--font-secondary);
  margin-bottom: 10px;
}
.collection-comming-soon.style-2{
  background: url('./../media/banner/winter-collection-comming-soon-2.jpg');
  background-size: cover;
  height: 475px;
  text-align: center;
  padding: 80px 0 0 0;
}


.collection-comming-soon.style-2 .content h3 {
  font-weight: 500;
  font-size: 80px;
  margin-bottom: 0;
}

.collection-comming-soon.style-2 .content .timer-heading {
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .collection-comming-soon {
    margin: 50px 0;
  }
  .collection-comming-soon.style-1 .content {
    padding: 30px 20px;
  }

  .collection-comming-soon.style-1 .content h3 {
    font-size: 40px;
  }

  .collection-comming-soon.style-1 .content .tag {
    font-size: 16px;
  }

  .collection-comming-soon.style-1 .content .tag-line {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .collection-comming-soon.style-1 .content {
    height: auto;
  }

  .collection-comming-soon.style-2 .content {
    background: gainsboro;
    height: auto;
    padding: 50px 0;
    border-radius: 15px;
  }

  .collection-comming-soon.style-2 .content h3 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .collection-comming-soon.style-1 .content {
    background: var(--color-grey-light);
  }
}

/*-------------------------
   On Sale Products
-------------------------*/
.on-sale {
  margin: 80px 0;
}

.on-sale .product-grid {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}

.on-sale .product-grid .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.on-sale .product-grid:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.on-sale .product-grid .preview {
  position: relative;
  overflow: hidden;
}

.on-sale .product-grid .preview img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: all 0.6s linear 0s;
}

.on-sale .product-grid .preview:hover img {
  transform: scale(1.1);
  transition: all 0.6s linear 0s;
}

.on-sale .product-grid .preview .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
  text-align: center;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.on-sale .product-grid .preview:hover .overlay {
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {
  .on-sale {
    margin: 50px 0;
  }
}

/*-------------------------
   Collection Promotion
-------------------------*/
.collection-promotion {
  margin: 80px 0;
}

.collection-promotion .promotion-box.promotion-1 {
  background: url('./../media/promotion/p-2.jpg');
  background-size: cover;
}

.collection-promotion .promotion-box.promotion-2 {
  background: url('./../media/promotion/p-3.jpg');
  background-size: cover;
}

.collection-promotion .promotion-box .content {
  display: table-cell;
  vertical-align: middle;
  height: 350px;
  padding: 0 20px;
}

.collection-promotion .promotion-box .content h4 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 35px;
}

.collection-promotion .promotion-box .content .tagline {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 0;
  color: var(--color-dark);
}

.collection-promotion .promotion-box .content p {
  color: var(--color-grey-normal);
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .collection-promotion {
    margin: 50px 0;
  }
  .collection-promotion .promotion-box {
    margin-bottom: 20px;
  }

  .collection-promotion .promotion-box .content {
    height: 230px;
    padding: 0 15px;
  }

  .collection-promotion .promotion-box .content h4 {
    font-size: 30px;
  }

  .collection-promotion .promotion-box .content .tagline {
    font-size: 20px;
  }

  .collection-promotion .promotion-box .content p {
    font-size: 13px;
    width: 90%;
  }
}

/*-------------------------
   Testimonial
-------------------------*/
.testimonial.style-1 {
  background-color: #f1f1f1;
  margin: 80px 0 0 0;
  padding: 50px 0;
}

.testimonial.style-1 .testimonial-block-one {
  position: relative;
  margin-top: 47px;
  margin-bottom: 10px;
  padding: 10px;
}

.testimonial.style-1 .testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 0px 50px 41px 50px;
}

.testimonial.style-1 .testimonial-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.testimonial.style-1 .testimonial-block-one .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 10px 15px 0px #fcf1ea;
  margin-top: -47px;
  margin-bottom: 24px;
}

.testimonial.style-1 .testimonial-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial.style-1 .testimonial-block-one .inner-box p {
  display: block;
  margin-bottom: 26px;
}

.testimonial.style-1 .testimonial-block-one .inner-box .author-box {
  position: relative;
  display: block;
}

.testimonial.style-1 .testimonial-block-one .inner-box .author-box h3 {
  margin-bottom: 6px;
  font-size: 27px;
}

.testimonial.style-1 .testimonial-block-one .inner-box .author-box .designation {
  display: block;
  position: relative;
}

.testimonial.style-1 .testimonial-block-one .inner-box .author-box .reviews {
  color: var(--color-primary);
}

.testimonial.style-1 .testimonial-block-one .inner-box .author-box .icon-box {
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 70px;
  line-height: 70px;
  color: var(--color-grey);
}

@media only screen and (max-width: 991px) {
  .testimonial.style-1 {
    margin: 50px 0 0 0;
  }
  .testimonial.style-1 .testimonial-block-one .inner-box {
    padding: 0px 30px 30px 30px;
  }
}

/*-------------------------
   Blogs
-------------------------*/
.blogs {
  margin: 50px 0;
}

.blogs.style-1 .blog-box .content {
  position: relative;
}
.blogs.style-1 .blog-box .content a {
  overflow: hidden;
}

.blogs.style-1 .blog-box .content img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.blogs.style-1 .blog-box .content .date {
  box-shadow: 0px 0px 25px rgb(0 0 0 / 8%);
  background: var(--color-white);
  position: absolute;
  left: 30%;
  width: 150px;
  border-radius: 100px;
  padding: 10px;
  top: 280px;
  color: var(--color-dark-blue);
  text-align: center;
}
.blogs.style-1 .blog-box:hover .content img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.blogs.style-1 .blog-box .content .text-details {
  padding: 30px 0px;
}

.blogs.style-1 .blog-box .content .text-details h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.blogs.style-1 .blog-box .content .text-details p {
  margin-bottom: 10px;
  color: var(--color-grey-normal);
}

/*-------------------------
   Partners
-------------------------*/
.partners.style-1 {
  padding: 30px 0;
  background: #f1f1f1;
  margin-bottom: 50px;
}

.partners .partner-slider {
  margin: 0 -15px;
  background-color: transparent;
}

.partners .partner-box {
  padding: 0 15px;
  border-radius: 8px;
  filter: grayscale(100%);
}

.partners .partner-box:last-child {
  margin-right: 0px;
}

.partners .partner-box img {
  height: 50px;
  object-fit: contain;

}

.partners .partner-box:hover {
  filter: unset;
}

/*-------------------------
   Search Banner
-------------------------*/
.search-banner {
  padding: 80px 0;
  background: url('./../media/banner/search-banner.jpg');
  height: 300px;
}

.search-banner .input-group {
  box-shadow: 0 24px 48px -15px rgb(153 161 170 / 25%);
}

.search-banner .form-control {
  box-shadow: none;
}

.search-banner .input-group-text {
  border: none;
}

.search-banner select {
  background: var(--color-white);
}

.search-banner button {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 0 40px;
  font-size: 20px;
}

.search-banner .types {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-banner .types li {
  display: inline-block;
  margin-right: 10px;
}

.search-banner .types li a {
  padding: 5px 15px;
  font-size: 20px;
  background: var(--color-grey-normal);
  color: #ffff;
}

@media only screen and (max-width: 991px) {
  .search-banner {
    padding: 50px 0;
    padding: 40px 0;
    background: #e3e3e3;
    height: 190px;
  }

  .search-banner select {
    display: none;
  }

  .search-banner button {
    padding: 0 10px;
    font-size: 16px;
  }

  .search-banner .types li {
    margin-right: 5px;
  }

  .search-banner .types li a {
    padding: 5px 10px;
    font-size: 16px;

  }
}

/*-------------------------
   Filters
-------------------------*/
.filters {
  background: #f2f2f2;
  padding: 20px;
}

.filters h3 {
  font-size: 25px;
  margin-bottom: 0;
}
.filters-trigger{
  display: none;
}
.filters-collapse-mobile{
  margin-top: 20px;
}
.filters h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.review-filter input {
  display: none;
}

.review-filter i {
  color: var(--color-primary);
  font-size: 20px;
  margin-right: 10px;
}

.filters ul {
  padding: 0;
  margin: 0 -7px;
}

.filters li label {
  display: block;
}

.filters li {
  display: inline-block;
  width: 49%;
  padding: 7px;
  list-style: none;
  color: var(--color-grey-normal);
}

.filters .colors-filter input {
  display: none;
}

.filters .colors-filter li .color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.availability-filter input {
  display: none;
}

@media only screen and (max-width: 991px) {
  .filters {
    padding: 10px;
    margin-top: 50px;
    height: auto;
  }
  .filters-trigger{
    display: block;
  }
  .filters-collapse-mobile{
    display: none;
  }
}

/*-------------------------
   Sort Bar
-------------------------*/
.sort-bar {
  padding: 0 0 24px;
}

.sort-bar .row {
  align-items: center;
}

.sort-bar .col-lg-6, 
.sort-bar .col-lg-3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}

.sort-bar .col-lg-3 span {
  white-space: nowrap;
}

.sort-bar i {
  font-size: 20px;
}

.sort-bar span {
  color: var(--color-grey-normal);
}

.sort-bar .dropdown {
  display: inline-block;
}

.sort-bar .dropdown button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--color-grey-normal);
}

.sort-bar .dropdown button:hover {
  background: var(--color-light-grey);
}

.sort-bar .dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-width: 150px;
  z-index: 1000;
  padding: 8px 0;
  margin-top: 4px;
}

.sort-bar .dropdown-menu li {
  list-style: none;
}

.sort-bar .dropdown-menu a {
  display: block;
  padding: 8px 16px;
  color: var(--color-grey-normal);
  text-decoration: none;
}

.sort-bar .dropdown-menu a:hover {
  background: var(--color-light-grey);
  color: var(--color-primary);
}

@media only screen and (max-width: 991px) {
  .sort-bar .col-6 {
    margin-top: 30px;
  }
}

/*-------------------------
   Product Listing
-------------------------*/
.listing {
  margin: clamp(48px, 3.333vw, 72px) 0 clamp(28px, 2.083vw, 50px);
}
.listing .product-grid img {
  height: 350px;
}

@media only screen and (max-width: 991px) {
  .listing .product-grid img {
    height: auto;
  }
}

/*-------------------------
   Product detail
-------------------------*/
.product-detail {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-detail .title {
  font-size: 35px;
}

.product-detail .quantity input {
  height: auto;
  box-shadow: none;
  border: 1px solid var(--color-grey);
  padding: 9px;
  border-radius: 0;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .product-detail .title {
    margin-top: 50px;
    font-size: 25px;
  }
}

/*-------------------------
   Product description
-------------------------*/
.product-description p {
  color: var(--color-grey-normal);
}

/*-------------------------
   Product reviews
-------------------------*/
.product-reviews {
  margin: 50px 0;
  padding: 30px 0;
  border-top: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
}

.product-reviews h4 {
  display: inline-block;
}

.product-reviews .slipfit-btn-style2 {
  margin-left: 30px;
}

.review-box i {
  color: var(--color-primary);
}

.review-box small {
  color: var(--color-grey-normal);
}

/*-------------------------
   Cart
-------------------------*/
.cart {
  margin-top: 50px;
  margin-bottom: 50px;
}

.delivery-option {
  background-color: #fff;
  padding: 10px;
  color: var(--color-grey-normal);
}

.delivery-option.selected {
  color: #1D1D1D;
}

.cart-items td img {
  width: 70px;
}

.cart-items td .remove {
  background: #ffff;
  border: 0;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 14px;
  position: absolute;
  color: var(--color-grey-normal);
}

.cart-items td h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.cart-items td .color {
  width: 15px;
  height: 15px;
  margin-top: 8px;
  border-radius: 3px;
}

.cart-items td .input-group {
  border: 1px solid var(--color-grey-normal);
  width: 140px;
}

.cart-items td .input-group span {
  background: none;
  border: 0;
  border-radius: 0;
  color: var(--color-grey-normal);
}

.cart-items td input {
  width: 60px;
  padding: 0 5px;
  box-shadow: none;
  height: 40px;
  text-align: center;
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .delivery-option {
    margin-bottom: 20px;
  }

  .cart-items {
    width: 700px;
  }
}

/*-------------------------
   Sign in /  Sign up
-------------------------*/
.auth-block {
  padding: 20px 40px;
  background-color: #f0f0f0;
  height: 100%;
}

.auth-block form {
  padding: 50px 0;
}

.auth-block h1 {
  font-size: 35px;
}

.auth-block p {
  color: var(--color-grey-normal);
}

.auth-block p a {
  text-decoration: underline;
  color: var(--color-primary);
}

.social-btn {
  display: block;
  border: 1px solid var(--color-grey-normal);
  padding: 20px 30px;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
}

.social-btn i {
  width: 30px;
  font-size: 25px;
  color: var(--color-primary);
}

/*-------------------------
    Order Sidebar
-------------------------*/
.order-sidebar ul {
  list-style: none;
  padding: 0;
}

.order-sidebar ul li {
  padding: 10px 0;
}

.order-sidebar input {
  height: 34px;
  border-radius: 0;
}

.order-sidebar input[type='radio'] {
  height: auto;
}

.order-sidebar p {
  color: var(--color-grey-normal);
}

@media only screen and (max-width: 991px) {
  .order-sidebar .cart-items {
    width: 100%;
  }
}

/*-------------------------
   About
-------------------------*/
.about h1 {
  font-size: 45px;
}

.about a {
  display: block;
  width: 100%;
  color: var(--color-primary);
}

/*-------------------------
   Blogs Sidebar
-------------------------*/
.blog-sidebar .tags {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar .tags li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.blog-sidebar .tags li a {
  padding: 10px;
  border: 1px solid var(--color-grey-normal);
}

.blog-sidebar .popular-blogs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar .popular-blogs li {
  margin: 0 0px 10px 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-grey-normal);
}

.blog-sidebar .popular-blogs li .date {
  font-size: 14px;
  margin-bottom: 5px;
}

.blog-sidebar .popular-blogs li:last-child {
  border-bottom: 0;
}

/*-------------------------
   Blog Detail
-------------------------*/
.blog-detail .quotes {
  padding: 20px 60px;
  background: var(--color-grey-light);
  position: relative;
  margin: 20px 0;
}

.blog-detail .quotes:before {
  content: '\f10d';
  position: absolute;
  top: 0;
  left: 10px;
  color: var(--color-primary);
  font-size: 30px;
  font-family: var(--font-awesome);
}

.blog-detail .quotes:after {
  content: '\f10e';
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 30px;
  color: var(--color-primary);
  font-family: var(--font-awesome);
}

/*-------------------------
   Change Password
-------------------------*/
.change-password-bloc {
  height: 550px;
  display: table-cell;
}

/*-------------------------
   Coming Soon
-------------------------*/
.coming-soon .timer li {
  background: var(--color-dark);
  color: var(--color-white);
}

/*-------------------------
   Hot Salons Section
-------------------------*/
.hot-salons {
  margin-bottom: 20px;
}

.hot-salons .salon-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

/*-------------------------
   Video Trends Section
-------------------------*/
.video-trends .video-thumbnail video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.video-trends .video-card {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.video-trends .video-card:hover {
  transform: translateY(-5px);
}

/* Grid view styles for list.php */
.grid-view .product-list {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}

/* New badge for list.php */
.new-badge {
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
}

/* Filters mobile responsive */
.filters-collapse-mobile.show {
  display: block !important;
}

/* Dual Range Slider Styles */
.dual-range-container {
  position: relative;
  height: 50px;
  margin: 15px 0;
  padding: 15px 0;
}

/* Base track */
.dual-range-container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: #e9ecef;
  border-radius: 3px;
  transform: translateY(-50%);
  z-index: 1;
}

/* Active track between thumbs */
.dual-range-container::before {
  content: '';
  position: absolute;
  top: 50%;
  height: 6px;
  background: #007bff;
  border-radius: 3px;
  left: var(--left-percent, 0%);
  right: var(--right-percent, 0%);
  transform: translateY(-50%);
  transition: left 0.1s ease, right 0.1s ease;
  z-index: 2;
}

.dual-range-container input[type="range"] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 3;
}

.dual-range-container input[type="range"]::-webkit-slider-track {
  height: 6px;
  background: transparent;
  border-radius: 3px;
  border: none;
}

.dual-range-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  border: 3px solid #007bff;
  box-shadow: 0 2px 8px rgba(0,123,255,0.3);
  margin-top: -7px;
  position: relative;
  z-index: 4;
}

.dual-range-container input[type="range"]::-moz-range-track {
  height: 6px;
  background: transparent;
  border-radius: 3px;
  border: none;
}

.dual-range-container input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  border: 3px solid #007bff;
  box-shadow: 0 2px 8px rgba(0,123,255,0.3);
  margin-top: -7px;
}

.dual-range-container input[type="range"]:hover::-webkit-slider-thumb {
  box-shadow: 0 2px 12px rgba(0,123,255,0.5);
  transform: scale(1.1);
}

.dual-range-container input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 2px 16px rgba(0,123,255,0.7);
  transform: scale(1.15);
}