/*==============================
 Common CSS
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


@font-face {
  font-family: 'Amsterdam One';
  src: url('../fonts/Amsterdam-One/Amsterdam-One.eot');
  src: url('../fonts/Amsterdam-One/Amsterdam-One.eot#iefix') format('embedded-opentype'),
    url('../fonts/Amsterdam-One/Amsterdam-One.woff2') format('woff2'),
    url('../fonts/Amsterdam-One/Amsterdam-One.woff') format('woff'),
    url('../fonts/Amsterdam-One/Amsterdam-One.ttf') format('truetype'),
    url('../fonts/Amsterdam-One/Amsterdam-One.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Lt BT';
  src: url('../fonts/futura/FuturaBT-Light.eot');
  src: url('../fonts/futura/FuturaBT-Light.eot#iefix') format('embedded-opentype'),
    url('../fonts/futura/FuturaBT-Light.woff2') format('woff2'),
    url('../fonts/futura/FuturaBT-Light.woff') format('woff'),
    url('../fonts/futura/FuturaBT-Light.ttf') format('truetype'),
    url('../fonts/futura/FuturaBT-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Futura Lt BT' !important;
  /* font-family: "Josefin Sans", serif; */
  /* font-family: "Quicksand", serif !important; */
  /* font-family: var(--theme-general-font); */
  font-size: 16px;
  color: var(--theme-general-color);
  background-color: var(--theme-white-color);
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .025rem;

  /* user-select: none;
  -webkit-user-select: none;
  cursor: default; */
}

.theme-color {
  color: var(--theme-primary-color) !important;
}

.logo-italic-font {
  font-family: 'Amsterdam One';
  font-weight: 600;
  color: var(--theme-primary-color);
}

.sec_margin_80 {
  margin: 80px 0;
}

.customize-shoes-btn {
  margin-top: 20px;
}

.customize-shoes-btn a {
  font-size: 16px;
}

.home-video video {
  height: 100%;
}

body {
  overflow-x: hidden !important;
}

p {
  line-height: 30px;
  color: black;
  font-size: 15px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 30px;
}

img {
  max-width: 100%;
  height: 100%;
}

a:hover {
  text-decoration: none;
}

.z-index-9 {
  z-index: 9;
}

.p-30 {
  padding: 30px;
}

.pb-8 {
  padding-bottom: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-header {
  font-size: 14px;
  /* border-bottom: 1px solid var(--theme-primary-color); */
}

.z-index-99 {
  z-index: 99;
}

.tagline {
  font-size: 13px;
  /* font-family: var(--theme-highlight-font); */
  font-weight: 600;
  text-transform: capitalize;
}

.tagline1 {
  font-size: 13px;
  font-weight: 600;
}

.border-line {
  border-bottom: 2px dashed var(--theme-secondary-color);
  padding-bottom: 20px;
  position: relative;
}

.custom_design_btn {
  display: flex;
  justify-content: end;
}

/* .border-line::before,
.border-line::after {
  content: "\f54b";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  bottom: -10px;
  position: absolute;
} */

.border-line::before {
  transform: rotate(90deg);
  left: -25px;
}

.border-line::after {
  right: -25px;
  transform: rotate(-90deg);
}

.sub-title {
  /* font-family: var(--theme-general-font); */
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-dark-color);
  margin-bottom: 25px;
}

.frame2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid var(--theme-primary-color);
}

.btn-link {
  font-size: 18px;
  text-decoration: underline;
  /* font-family: var(--theme-highlight-font); */
  font-weight: 500;
}

.guide-ul {
  padding-left: 40px;
}

.btn {
  line-height: 46px;
  border-radius: 23px;
  font-weight: 600;
  /* font-family: var(--theme-general-font); */
  padding: 0 25px;
  line-height: 45px;
  font-size: 13px;
}

.btn-primary {
  border: 2px solid var(--theme-primary-color);
  background-color: transparent;
  color: var(--theme-dark-color);
}

.btn-primary-fixed {
  border: 2px solid var(--theme-primary-color);
  color: white;
  background-color: #ac7434;
}

.btn-primary-fixed:hover {
  border: 2px solid var(--theme-primary-color);
  color: black !important;
  background: transparent !important;
}

.gallery-btn {
  font-weight: 600;
  font-size: 22px;
  color: var(--theme-primary-color) !important;
}

.btn-circle {
  width: 46px;
  height: 46px;
  background-color: #d8a15a;
  line-height: 46px;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin: 30px auto 0;
}

.home-product-sec .second-push-up {
  transition: 0.2s ease-in-out;
}

.home-product-sec .overflow-hidden {
  bottom: -30px;
  position: relative;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.text-primary-fixed,
.text-primary-fixed:hover {
  color: var(--theme-primary-color);
}

.top-profile.left li {
  line-height: 46px;
  padding-right: 0px;
  padding-left: 0px;
  text-wrap-mode: nowrap;
}

.top-profile.left li a {
  color: black;
  font-size: 14px;
}

.top-profile.left li a span {
  color: #ac7434;
  padding-right: 10px;
  padding-bottom: 30px !important;
}

.top-profile li:first-child {
  /* border-left: 1px solid #ac7434; */
}

.top-profile li {
  /* border-right: 1px solid #ac7434; */
  height: 50px;
  line-height: 50px;
}

.top-profile li a {
  padding: 0 15px;
}

.top-profile form input {
  padding: 0 40px 0 20px;
  border: none;
  height: 40px;
  border-radius: 0 20px 0 20px;
  border: 1px dashed;
}

input::placeholder {
  font-size: 14px;
  /* font-family: var(--theme-general-font); */
  color: #adafb0;
}

.top-profile form button {
  position: absolute;
  top: 0;
  right: 5px;
  background: transparent;
  border: none;
  font-size: 10px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  border: none;
}

.show>.btn-light.dropdown-toggle,
.bootstrap-select .btn-light,
.bootstrap-select .btn-light:focus,
.bootstrap-select .btn-light:visited {
  color: var(--theme-dark-color);
  background-color: transparent;
  border-color: transparent;
  padding: 0 15px;
  font-size: 13px;
  /* font-family: var(--theme-general-font); */
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 600;
}

.simple-video-play {
  line-height: 80px;
}

.simple-video-play a {
  background-color: var(--theme-primary-opacity-color);
  width: 80px;
  height: 80px;
}

.simple-video-play a i {
  width: 20px;
  height: 20px;
  line-height: 60px;
}

.mix-tab ul li {
  font-size: 14px;
  text-transform: capitalize;
  /* font-family: (--theme-highlight-font); */
  font-weight: 600;
}

.count-num {
  font-size: 32px !important;
}

.simple-accordion .card-header {
  background: transparent;
}

.slider-attach-block::before {
  position: absolute;
  content: "";
  top: -40%;
  left: 0;
  bottom: 0;
  width: 75%;
  height: 140%;
  background-color: var(--theme-secondary-color);
}

.gallery-carousel .owl-carousel .owl-nav button {
  background: transparent;
}

.sidecart-normal {
  position: fixed;
  right: 0;
  top: 60px;
}

.sidecart-normal li {
  width: 45px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--theme-primary-color);
  color: var(--theme-white-color);
}

.sidecart-normal .cart-view a.top-quantity span {
  background: transparent;
  top: 0;
  left: 24px;
}

/*=============================
 Testimonial
==============================*/

.testimonial-slider .testimonial-item {
  position: relative;
  padding-left: 100px;
}

.testimonial-slider .testimonial-item .flaticon-left-quote {
  /* position: absolute;
  left: 0;
  top: 0; */
}

.testimonial-item .name {
  position: relative;
}

/* .line-title::before,
.testimonial-item .name::before {
  position: absolute;
  content: "";
  left: 0%;
  top: 10px;
  width: 80px;
  height: 3px;
  background-color: var(--theme-primary-color);
} */

.testimonial-slider-two .testimonial-item {
  color: var(--theme-white-color);
}

.testimonial-slider-two .owl-nav button span {
  background-color: var(--theme-primary-color);
  color: var(--theme-footer-color);
  font-size: 25px;
}

.testimonial3 .testimonial-item .name::before {
  background-color: black;
}

.testimonial3 .owl-nav {
  padding: 50px 0;
}

.testimonial3 .owl-nav button span {
  background-color: black;
  color: var(--theme-white-color);
  border-color: black;
}

/*=====================================
 Owl Carousel
=====================================*/

.owl-nav {
  display: table;
}

.owl-nav button span {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid var(--theme-primary-color);
  border-radius: 50%;
  /* line-height: 34px; */
  font-size: 34px;
  color: black;
}

.owl-nav button.owl-prev {
  margin-right: 10px;
}

.testimonial-slider .owl-nav {
  position: absolute;
  top: 30px;
  right: 30px;
}

.testimonial-slider-two .owl-nav {
  position: absolute;

  top: 50%;
}

.project-carousel .owl-nav {
  position: absolute;
  right: 64px;
  top: 24px;
  color: white;
}

.project-carousel .owl-nav button span {
  color: white;
}

/*================================
 Thumbnail
=================================*/
.thumb-blog-default img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.single-post .post-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.blog-para-txt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 120px;
}

.thumb-blog-default .flat-mini::before {
  font-size: 12px;
  line-height: 12px;
}

.thumb-blog-default {
  margin-bottom: 0px;
  border: 1px solid #d9d9d9;
}

.footer-widget .widget-title {
  font-size: 21px;
}

.subscribe-widget input {
  padding: 12px 20px;
}

.sitemap li {
  border-color: var(--theme-general-color);
}

#scroll:hover,
#scroll:focus {
  background-color: var(--theme-primary-color) !important;
}

.search-widget input {
  line-height: 39px !important;
}

.line-title::before {
  top: 50%;
  left: auto;
  right: calc(100% + 20px);
  transform: translateY(-50%);
}

.line-title.text-secondary::before {
  background-color: var(--theme-secondary-color);
}

.dropdown-item {
  font-size: 14px;
}

.banner-planing img {
  width: 70%;
  float: right;
}

.banner-planing .content {
  top: 50%;
  left: 0;
  width: 50%;
  padding: 70px;
}

.how-different {
  margin-bottom: 150px;
}

.woocommerce-loop-product__title i {
  font-size: 14px;
  padding-left: 3px;
}

a.product-link {
  overflow: hidden;
}

.product-img {
  height: 400px;
}

.img-center {
  display: flex;
  justify-content: center;
}

.product-detail .woocommerce-loop-product__title {
  font-size: 17px;
  color: var(--theme-dark-color);
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--theme-another-font);
  /* padding-left: 15px; */
}

.product-detail .price .woocommerce-Price-amount {
  color: var(--theme-secondary-color);
  font-weight: 600;
  font-size: 24px;
  font-family: var(--theme-another-font);
  margin-bottom: 10px;
  display: block;
}

.product.type-product .love-like {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
}

.product.type-product:hover .love-like {
  display: block;
  opacity: 1;
}

.product.type-product:hover .woocommerce-loop-product__title {
  text-decoration: underline;
}

.product.type-product .love-like a {
  display: block;
  background-color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  margin-right: 10px;
}

.product.type-product .love-like a:last-child {
  margin-right: 0;
}

.product-img span {
  position: inherit;
  color: var(--theme-dark-color);
}

.product-img img {}

.product-img .onsale {
  position: absolute;
}

header.primary-bg-right::before {
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background-color: var(--theme-primary-color);
}

.cart-view a.top-quantity span {
  position: absolute;
  border-radius: 50%;
  background: var(--theme-primary-color);
  font-size: 10px;
  text-align: center;
  color: #fff !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 2px;
  left: 22px;
  padding: 0;
}

.nav-right-side {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 250px;
}

.nav-right-side .nav-item {
  display: table;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.nav-primary-hover .navbar-nav .nav-link.text-dark,
.nav-primary-hover .navbar-nav .nav-link.text-dark:hover {
  color: var(--theme-dark-color) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "|";
}

.bg-light-half::before,
.bg-primary-half-right::before,
.bg-primary-half-right::after {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
}

.bg-light-half::before {
  background-color: var(--theme-light-color);
  left: 0;
}

.bg-primary-half-right::before,
.bg-primary-half-right::after {
  background-color: var(--theme-primary-color);
  right: 0;
}

.bg-primary-half-right::after {
  height: 50px;
  top: inherit;
  bottom: 100%;
}

/*==============================
 Team Member
===============================*/

.team-member {
  border-bottom: 2px solid transparent;
}

.team-member:hover {
  border-color: var(--theme-primary-color);
}

.member-data li {
  margin-bottom: 12px;
}

.member-data span {
  min-width: 170px;
  display: inline-block;
  color: var(--theme-secondary-color);
  font-weight: 600;
}

/*=============================
 Footer
==============================*/

.footer-simple-dark .border-left {
  border-left-color: #2e333a !important;
}

.footer-simple-dark .widget-title {
  border-bottom-color: var(--theme-dark-color);
}

/*==========================
 Sidebar
===========================*/
.sidebar-blog .widget {
  border: none;
}

.search-widget input {
  border: none;
  border-radius: 0;
  background: #fff;
}

.search-widget button {
  background: transparent;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
  border-bottom: 0;
  font-size: 12px;
}

.widget_fliker_photo ul li {
  width: 22%;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
  font-size: 13px;
}

/*===============================
 Blockquote
================================*/
.serivce-details blockquote {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  margin: 35px 0 35px 40px;
  padding: 35px;
  font-family: "Crete Round", serif;
  line-height: 32px;
  background-color: var(--theme-light-color);
  color: var(--theme-secondary-color);
}

.mb-8 {
  margin-bottom: 80px;
}

/*===============================
 Fact Counter
================================*/

.fact-counter .border-top+.border-top {
  border-top: 1px solid var(--theme-secondary-color) !important;
}

.fact-counter .border-top:first-child {
  border-top: none !important;
}

.count-num.w-7 {
  width: 70px;
}

.fact-counter .progress {
  height: 5px;
}

.bar-progress .count-num {
  font-size: 15px !important;
}

.bar-progress {
  font-weight: 600;
  font-size: 18px;
  /* font-family: var(--theme-highlight-font); */
}

/*===============================
 Breadcrumb
================================*/

.breadcrumb2 .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb2 li a {
  color: var(--theme-white-color);
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 20px;
  font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 20px;
}

.breadcrumb-item {
  font-size: 14px;
  font-weight: 400;
}

/*===============================
 Shop Sidebar
================================*/

.product-slider .owl-nav button span {
  background-color: var(--theme-primary-color);
  color: white;
  font-weight: 700;
}

.product-slider .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-slider .owl-nav .owl-prev {
  margin-left: -70px;
}

.product-slider .owl-nav .owl-next {
  margin-right: -70px;
  float: right;
}

.overlay-extra1::before {
  background-color: var(--theme-extra1-opacity-color);
}

.overlay-extra2::before {
  background-color: var(--theme-extra2-opacity-color);
}

.search-pop .search-form .form-control {
  padding: 10px 36px 10px 20px;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
  line-height: 35px !important;
  height: 35px;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
  margin-left: 5px;
  padding: 0;
}

.nav-item.extra {
  display: none;
}

.nav-split-simple .cart-view a.top-quantity span {
  top: 1px;
  left: 20px;
}

.nav-split-simple .nav-item:nth-child(5) {
  margin-left: auto !important;
}

.fixed-top.nav-split-simple .navbar-brand img {
  width: 140px;
}

input.form-control {
  line-height: 34px !important;
  border-radius: 5px !important;
  border: 1px solid var(--theme-secondary-color);
}

.hover-list-primary li a:hover {
  color: var(--theme-primary-color);
}

.portfolio-carousel .owl-carousel .owl-nav button {
  background-color: transparent;
}

.portfolio-carousel .owl-nav button span {
  background-color: var(--theme-primary-color);
}

.single-image-carousel .owl-nav button span {
  border: none;
}

.entry-summary form div {
  margin-bottom: 0;
}

/*===============================
 Pricing Tab
================================*/
.price-item .unit-type {
  position: absolute;
  top: -30px;
  left: 0;
  padding: 2px 10px;
  font-size: 11px;
  color: var(--theme-white-color);
  line-height: 20px;
}

.unit-name {
  position: relative;
  z-index: 1;
}

.price-item .unit-name::after {
  height: 5px;
  width: 100%;
  left: 0;
  top: 12px;
  position: absolute;
  content: "";
  z-index: -9;
  border-bottom: 2px dotted transparent;
  border-color: var(--theme-light-color) !important;
}

.price-item .unit-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  position: absolute;
  left: 6px;
  bottom: -5px;
  border-color: var(--theme-primary-color) transparent transparent transparent;
}

/*===============================
 Responsive CSS
================================*/

@media screen and (max-width: 1365px) {
  /* .extra-logo-image {
    display: none;
  } */

  .line-title::before {
    display: none;
  }

  .product-slider .owl-nav .owl-prev {
    margin-left: 0;
  }

  .product-slider .owl-nav .owl-next {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .max-lg-mb-30 {
    margin-bottom: 30px;
  }

  .achievement {
    padding-bottom: 50px;
  }

  .testimonial-slider-two .owl-nav {
    left: -300px;
  }

  .project-carousel .owl-nav {
    right: 35px;
  }
}

@media screen and (max-width: 991px) {
  .fixed-top {
    position: static;
  }

  header.primary-bg-right::before {
    display: none;
  }

  .navbar-brand {
    padding: 15px 0;
  }

  .navbar-nav {
    padding: 10px 0 20px;
  }

  .material_content {
    max-width: 100%;
    padding: 60px 28px 40px;
  }

  .nav-split-simple .nav-item:nth-child(5) {
    margin: inherit !important;
  }

  .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
  .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    color: var(--theme-primary-color);
  }

  .dropdown-menu {
    margin-left: 20px;
  }

  .dropdown-item {
    padding: 0;
  }

  .nav-item.extra {
    display: block;
  }

  .text-right.text-block {
    text-align: left !important;
  }

  .testimonial-slider-two {
    padding-bottom: 50px;
  }

  .testimonial-slider-two .owl-nav {
    left: 10px;
    top: calc(100% - 20px);
  }

  .banner-planing .content {
    position: static !important;
    width: 100%;
    margin-bottom: 30px;
  }

  .banner-planing img {
    width: 100%;
  }

  .how-different {
    margin-bottom: 0;
  }

  .bg-light-half::before {
    width: 100%;
  }

  .bg-primary-half-right::after {
    display: none;
  }

  .bg-primary-half-right::before {
    height: 50%;
    width: 100%;
  }

  .bg-primary-half-right {
    background-color: transparent !important;
  }

  .nav-split-simple [class*="nav-item"] {
    display: block !important;
    margin: 0 !important;
  }

  .nav-split-simple .nav-item:nth-child(6) {
    margin-left: inherit !important;
  }

  .slider-attach-block::before {
    width: 100%;
    top: 0;
    height: 100%;
  }

  .slider-attach-block {
    margin-top: 0 !important;
    padding-top: 80px !important;
  }

  .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .navbar-nav>li.nav-item {
    line-height: 30px;
  }

  .nav-leftpush-overlay.nav-on-banner {
    position: absolute !important;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider .owl-nav {
    top: 0px;
  }

  .bg-primary-half-right::before {
    height: 45%;
  }

  img.nav-logo {
    width: 100px;
  }

  .slider-attach-block::before {
    height: 100%;
    top: 0;
  }
}

@media screen and (max-width: 575px) {
  .xs-bg-primary {
    background-color: var(--theme-primary-color);
  }

  .btn-circle {
    width: 31px !important;
    height: 31px !important;
    border: 1px solid #d8a15a;
    line-height: 46px;
    text-align: center;
    display: block;
    border-radius: 50%;
    margin: 30px auto 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .second-push-up {
    font-size: 12px;
  }

  .btn-circle span::before {
    font-size: 12px;
  }

  nav {
    padding: 6px !important;
  }

  .navbar-header .logo {
    width: 100px !important;
    margin: 2px 3px !important;
  }

  .xs-pt-8 {
    padding-top: 80px;
  }

  .fact-counter.two .count-num {
    float: inherit !important;
    margin: 0 auto;
  }

  .border-line::before {
    left: -16px;
  }

  .border-line::after {
    right: -21px;
  }

  .pagination-default .page-link {
    padding: 10px 15px;
  }

  .banner-planing .content {
    padding: 50px 20px;
  }

  .project-carousel .owl-nav {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .nav-split-simple .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    padding: 0;
    z-index: 999;
  }

  .navbar-header .logo img {
    width: 100px;
  }

  .nav-split-simple .navbar-brand img {
    width: 180px;
  }

  .nav-capsule.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0;
  }

  .nav-capsule.navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }

  .nav-capsule.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 44px;
    border: 2px solid transparent;
    border-radius: 25px;
  }

  .nav-capsule.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    border-color: var(--theme-primary-color);
    color: var(--theme-dark-color) !important;
  }

  .navbar .navbar-nav li>ul.dropdown-menu {
    border-top: 0;
    background-color: white;
    border-radius: 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    top: -8px;
  }

  .dropdown-item {
    color: #fff;
  }
}

@layer library, reset, base, demo;
@import "https://unpkg.com/open-props@2.0.0-beta.5" layer(library);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300..700&display=swap");

@layer reset {

  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }

  :where(:not(dialog)) {
    margin: 0;
  }
}

@layer base {
  html {
    --nav-block-size: 74px;
    --brand-gradient: linear-gradient(227deg, #1400c7 0%, #00bbff 100%);

    @media (prefers-reduced-motion: no-preference) {
      scroll-behavior: smooth;
    }
  }

  body {
    min-block-size: 100dvb;
  }
}

@layer demo {
  .nav-cta-btn {
    font-size: var(--font-size-1);
    font-weight: var(--font-weight-7);
    inline-size: max-content;
    white-space: nowrap;
    text-decoration: none;
    padding-block: var(--size-3);
    padding-inline: var(--size-7);
    border: var(--border-size-2) solid transparent;
    color: black;
    position: relative;
    isolation: isolate;

    background: linear-gradient(white, white) padding-box,
      var(--brand-gradient) border-box;
    border-radius: var(--radius-6);
    overflow: hidden;

    &::before {
      content: "";
      display: block;
      position: absolute;
      inset: 0;

      background: var(--brand-gradient);
      mix-blend-mode: screen;
    }

    &:hover {
      color: white;

      &::before {
        background: var(--brand-gradient) padding-box,
          var(--brand-gradient) border-box;
        background-repeat: no-repeat;
        background-size: contain;
        mix-blend-mode: normal;
        z-index: -1;
      }
    }
  }

  .section {
    --section-block-size: max(400px, 100dvb);
    display: grid;
    background-color: white;
    min-block-size: var(--section-block-size);
    position: relative;
    block-size: 100%;
    display: grid;

    >* {
      grid-area: 1/1;
    }
  }

  .section-wrapper {
    position: relative;
    display: grid;

    @media (width >=960px) {
      grid-template-columns: 1fr 1fr;
    }

    @media (width < 960px) {
      padding-block-start: calc(var(--nav-block-size) + var(--size-7));
      padding-block-end: var(--size-7);
    }
  }

  .video {
    display: block;
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1;
  }

  .content-wrapper {
    display: grid;

    @media (width < 960px) {
      gap: var(--size-7);
    }
  }

  .meta {
    display: grid;
    gap: var(--size-3);
  }

  .content {
    display: grid;
    inline-size: 100%;
    place-items: center;

    @media (width >=960px) {
      padding: var(--size-10);
      min-block-size: 100cqb;
      place-items: center end;
    }

    @media (width < 960px) {
      gap: var(--size-5);
    }
  }

  .mobile-visual {
    inline-size: 100%;
    aspect-ratio: var(--ratio-square);

    @media (width >=960px) {
      display: none;
    }
  }

  .headline {
    font-size: var(--font-size-7);
    font-weight: var(--font-weight-4);
    max-inline-size: var(--size-content-1);
    text-wrap: pretty;

    @media (width < 960px) {
      font-size: var(--font-size-6);
    }
  }

  .desc {
    font-size: var(--font-size-4);
    line-height: 1.5;
    max-inline-size: 40ch;
    text-wrap: pretty;

    @media (width < 960px) {
      font-size: var(--font-size-3);
    }
  }

  .visual {
    display: grid;
    position: sticky;
    block-size: var(--section-block-size);
    inset-block-start: 0;
    container-type: size;

    @media (width < 960px) {
      display: none;
    }
  }

  .video-visual {
    inline-size: 100%;
    block-size: var(--section-block-size);
    display: block;
    position: sticky;
    inset-block-start: 0;
    isolation: isolate;
    /* filter: hue-rotate(210deg); */
  }

  .card-wrapper {
    container-type: size;
    display: grid;
    place-items: center;
    overflow: clip;

    >* {
      grid-area: 1/1;
    }
  }

  .card {
    aspect-ratio: var(--ratio-square);
    inline-size: 70cqi;
    border-radius: var(--radius-3);
    /* scale: 0.4; */
  }

  .card-img {
    display: block;
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
  }

  .card-1 {
    scale: 1;
  }

  .card-2 {
    translate: -35cqi 30cqb;
    opacity: 0.3;
  }

  .card-3 {
    translate: 0cqi 50cqb;
    opacity: 0.5;
  }

  .card-4 {
    translate: 45cqi 40cqb;
    opacity: 0.5;
  }

  .content-1 {
    --_text-gradient: white;
  }

  .content-2 {
    --_text-gradient: white;
  }

  .content-3 {
    --_text-gradient: white;
  }

  .content-4 {
    --_text-gradient: white;
  }

  .text-highlight {
    background: var(--_text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

@supports (animation-timeline: scroll()) {
  body {
    timeline-scope: --content-1, --content-2, --content-3, --content-4;
  }

  .section {
    view-timeline-name: --section;
  }

  .content-1 {
    view-timeline-name: --content-1;
  }

  .content-2 {
    view-timeline-name: --content-2;
  }

  .content-3 {
    view-timeline-name: --content-3;
  }

  .content-4 {
    view-timeline-name: --content-4;
  }

  .card {
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }

  .card-1 {
    animation-timeline: --content-1;
    animation-name: slide-up-first-card;
  }

  .card-2 {
    animation-timeline: --content-2;
    animation-name: slide-up-card;
  }

  .card-3 {
    animation-timeline: --content-3;
    animation-name: slide-up-card;
  }

  .card-4 {
    animation-timeline: --content-4;
    animation-name: slide-up-card;
  }

  .video-visual {
    animation-timeline: --section;
    animation-range-end: exit 110%;
    animation-name: update-hue;
    animation-timing-function: step-end;
    animation-fill-mode: forwards;
  }

  @keyframes update-hue {
    0% {
      filter: hue-rotate(210deg);
    }

    25% {
      filter: hue-rotate(150deg);
    }

    45% {
      filter: hue-rotate(300deg);
    }

    60% {
      filter: hue-rotate(4deg);
    }
  }

  @keyframes slide-up-first-card {
    50% {
      translate: 0;
      opacity: 1;
    }

    90% {
      translate: 0 -50cqi;
      scale: 0.6;
    }

    100% {
      translate: 0 -100cqi;
      opacity: 0;
    }
  }

  @keyframes slide-up-card {
    50% {
      opacity: 1;
      translate: 0;
      scale: 1;
    }

    90% {
      opacity: 0.5;
      scale: 0.6;
      translate: 0 -50cqb;
    }

    100% {
      translate: 0 -100cqi;
      opacity: 0;
    }
  }
}

.card {
  background-color: transparent !important;
  border: none !important;
}

.section-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}

.meta h2 {
  color: white;
}

.meta p {
  color: white;
  font-size: 20px;
  font-weight: 500;
}

.Welcome_Section {
  background-size: cover !important;
}

.brand_margin_100 {
  margin: 60px 0;
}

.section .card-img {
  width: 60% !important;
}

.nav-primary-hover .navbar-nav .active>.nav-link {
  color: white !important;
}

.nav-primary-hover .navbar-nav .nav-link:hover {}

.flogo {
  width: 90px;
}

.hover-img-zoom .overflow-hidden img {
  /* height: 245px; */
  object-fit: cover;
}

.copyright {
  padding: 10px 0;
}

body {
  overflow-x: hidden;
}

.overlay-extra2::before {
  background-color: #000000b3;
}

.testonomial2 {
  background-repeat: no-repeat;
  background-size: cover;
}

.testonomial2 .container h2 {
  color: white;
}

.Collection_h4 {
  color: var(--theme-secondary-color);
  text-align: left;
  font-size: 20px;
}

.Last_section_margin {
  padding-bottom: 50px;
}

.single-carousel .owl-nav button span {
  color: white !important;
}

@media (min-width: 992px) and (max-width: 1365px) {
  .navbar-brand.d-none {
    display: block !important;
    width: 70px;
    position: absolute;
    left: 46%;
  }

  .product-slider .owl-nav .owl-prev {
    margin-left: -50px;
  }

  .product-slider .owl-nav .owl-next {
    margin-right: -45px;
    float: right;
  }
}

@media screen and (max-width: 992px) {
  .navbar-brand.d-none {
    display: block !important;
    width: 106px;
    position: absolute;
    left: 0;
  }

  .product-slider .owl-nav .owl-prev {
    margin-left: -46px;
  }

  .product-slider .owl-nav .owl-next {
    margin-right: -46px;
    float: right;
  }

  h4,
  .h4 {
    font-size: 24px !important;
  }

  h1,
  .h1 {
    font-size: 25px !important;
  }

  .navbar {
    /* position: relative; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: end;
    -ms-flex-pack: justify;
    justify-content: end !important;
    padding: 0.5rem 1rem;
  }
}

.listar-map-button {
  width: 100%;
  position: absolute;
  display: table;
  right: 0;
  top: 0;
  height: 200px;
  line-height: 164px;
  white-space: nowrap;
  font-size: 0;
}

.listar-map-button {
  right: auto;
  /***
    box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
}

.listar-page-header-content .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

@keyframes wave {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 1440px;
  }
}

.listar-feature-item-wrapper {
  margin-bottom: 132px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link~.listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
  background: var(--theme-primary-color);
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3),
      0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03),
      0 0 0 5em rgba(163, 177, 198, 0.01);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3),
      0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03),
      0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}

.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(40%, rgba(255, 255, 255, 0)),
      color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;

  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before,
.listar-hovering-features-grey .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #ac7434;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}

.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item .listar-feature-item-title.listar-feature-counter-added>span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title>span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title>span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}

.pset {
  padding-top: 80px;
  padding-bottom: 34px;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

.full_row_2 {
  position: relative;
  width: 100%;
  padding: 200px 0 200px !important;
}

.extra-logo-image {
  position: absolute;
  top: 55%;
  left: 45%;
  width: 165px;
  transform: translateY(-50%);
  transition: width 0.3s ease;
  /* Smooth transition for width change */
}

.heading-txt-sec h3 {
  text-align: justify;
}

.headding-txt h2 {
  font-size: 32px;
}

.text-white.headding-txt h2 {
  color: #fff !important;
}

.heading-txt-sec {
  /* max-width: 690px; */
  max-width: 1500px;
  margin: auto;
  text-align: justify;
  padding: 15px;
}

.heading-txt-sec-1 {
  max-width: 690px;
  margin: auto;
  text-align: justify;
  padding: 15px;
}

/* video sec */
.pbminfotech-widget-container {
  justify-content: center;
  display: flex;
}

.video-box_two .pbminfotech-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
  background-color: var(--pbmit-blackish-color);
}

.video-box_two {
  background-image: url(../images/shoes-care/calf-shoe-care/how_Care.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 220px 0px 220px 0px;
}

.video-box_two .pbminfotech-icon {
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--theme-primary-color);
  font-size: 24px;
  padding: 30px;
  position: relative;
}

.half-img-txt-sec .row {
  align-items: center;
}

.bg-theme-light-color {
  background-color: #fff5ea;
}

@media (min-width: 992px) and (max-width: 1365px) {
  .extra-logo-image {
    position: absolute;
    top: 55%;
    left: 45%;
    width: 165px;
    transform: translateY(-50%);
    transition: width 0.3s ease;
    /* Smooth transition for width change */
  }
}

@media (min-width: 220px) and (max-width: 992px) {
  .extra-logo-image {
    position: absolute;
    top: 13%;
    left: 0;
    width: 126px;
    transform: translateY(-50%);
    transition: width 0.3s ease;
    /* Smooth transition for width change */
  }
}

.dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.Gallery_sec .overlay-secondary::before {
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.39%, #000000 100%) */
}

textarea.form-control {
  height: auto;
  border-radius: 13px !important;
  border: 1px solid var(--theme-secondary-color);
  margin-bottom: 18px;
}

.Contact_info {
  color: var(--theme-primary-color);
  font-weight: 900;
  font-size: 15px;
}

.sec_margin_100 {
  margin: 80px 0;
}

.sec_padding_top {
  padding-top: 80px;
}

.hover-img-zoom_2 .overflow-hidden img {
  height: 324px;
}

.product_category .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--theme-primary-color);
  background-color: var(--brown-primary-color);
}

.product_category .nav-pills .nav-link {
  font-size: 17px;
  color: black;
  font-weight: 600;
}

.shop-sidebar {
  margin-top: 76px;
}

.cart-item .quantity {
  display: flex;
  border: 2px solid var(--theme-primary-color);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 42px;
}

.quantity button {
  background-color: var(--theme-primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 49px;
  height: 40px;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: var(--theme-primary-color);
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}

.cart-image {
  width: 162px;
  height: 144px;
  object-fit: cover;
  border-radius: 5px;
}

.login_container .form-container {
  width: 510px;
  margin: 0 auto;
  padding: 50px;

  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  color: #fff;
}

.login_container h1 {
  font-size: 32px;
  color: black;
  font-weight: 400;
}

.login_container form {
  display: flex;
  flex-direction: column;
}

.login_container label {
  /* margin-bottom: 10px; */
  font-size: 14px;
  color: black;
}

input {
  padding: 6px;
  border: none;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  color: black;
  border: 1px solid var(--theme-secondary-color);
}

input:focus-visible {
  border: 1px solid var(--theme-secondary-color) !important;
}

.login_container button {
  padding: 10px;
  background-color: var(--theme-primary-color) !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s ease-in-out;
  width: 40%;
  border-radius: 45px;
}

.login_container button:hover {
  background-color: var(--theme-primary-color);
}

.login_container a {
  text-decoration: underline;
  color: white;
  font-size: 14px;
  transition: color 0.2s ease-in-out;
}

.login_container p span a {
  text-decoration: underline;
}

.login_container a:hover {
  color: #8c5fb2;
}

.login_container p {
  text-align: start;
  /* margin-bottom: 10px; */
  font-size: 14px;
}

.Tips_section h1 {
  font-size: 13px;
}

.Tips_section h3 {
  font-size: 18px;
}

.Tips_section_1 h6 {
  margin-top: 22px;
  font-size: 19px;
  font-weight: 700;
}

.material_content {
  /* Set height to full viewport height */
  max-width: 600px;
}

.material_content_sec {
  background-color: #2e2e2e;
}

.material_sec_img {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.material_sec_img {
  width: 100%;
  /* max-width: 792px; */
}

.half-img-txt-sec .row .col-lg-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.Material_World_Sec:before {
  content: "";
  position: absolute;
  top: 32px;
  right: 32px;
  bottom: 32px;
  left: 32px;
  z-index: 5;
  border: 1px solid #cbcbcb;
  pointer-events: none;
}

.Material_World_Sec {
  position: relative;
  background: #efefef;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
}

.video-box_three {
  background-image: url(../images/shoes-care/Suede-shoe-care/Video_section_img.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 220px 0px 220px 0px;
}

.video-box_three .pbminfotech-icon {
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--theme-primary-color);
  font-size: 24px;
  padding: 30px;
  position: relative;
}

footer ul {
  padding: 0px;
}

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

.section-split-image {
  position: relative;
  background: #efefef;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
}

.section-split-image .section__shell {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  padding: 0;
}

.section-split-image .section__image {
  position: relative;
  flex: 1 1;
  overflow: hidden;
}

.section__content {
  flex: 1 1;
}

.section__title {
  margin: 0 0 10px;
}

.section__entry {
  margin-top: 15px;
}

.section-split-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 64px;
  background: #6f6f6f;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .section-split-image .section__content {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 32px;
  }
}

.Retail_text {
  font-weight: 600;
}

.section_content {
  max-width: 464px;
  margin: auto;
}

.bg_gray {
  background-color: #efefef;
}

.heading-txt-sec2 h3 {
  text-align: center;
}

.heading-txt-sec2 {
  max-width: 540px;
  margin: auto;
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 1365px) {
  .heading-txt-sec {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }

  .heading-txt-sec2 {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }

  .material_content {
    max-width: 100%;
    padding: 30px 23px 66px;
  }

  .heading-txt-sec h6 {
    text-align: justify;
  }

  body {
    overflow-x: hidden !important;
  }
}

@media screen and (max-width: 992px) {
  .shop-sidebar {
    margin-top: 0px;
  }

  .heading-txt-sec {
    max-width: 450px;
    margin: auto;
    text-align: center;
  }

  .heading-txt-sec2 {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }

  .heading-txt-sec h6 {
    text-align: justify;
  }

  .heading-txt-sec h3 {
    text-align: justify;
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  .heading-txt-sec {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  h3,
  .h3 {
    font-size: 26px !important;
  }

  .sec_margin_80 {
    margin: 50px 0;
  }

  .full-row {
    position: relative;
    width: 100%;
    padding: 58px 0;
  }

  .heading-txt-sec2 {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  .heading-txt-sec h6 {
    text-align: center !important;
  }

  .heading-txt-sec h3 {
    text-align: center !important;
    font-size: 22px;
  }

  .extra-logo-image {
    position: absolute;
    top: 4%;
    left: 34px;
    width: 126px;
    transform: translateY(-50%);
    transition: width 0.3s ease;
  }

  .full_row_2 {
    position: relative;
    width: 100%;
    padding: 40px 0 54px !important;
  }

  .Product_row {
    padding: 40px 0 54px !important;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.video_box_four {
  background-image: url(../images/shoes-care/calf-shoe-care/how_Care.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: static;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 377px 0px 377px 0px;
}

.video_box_four .pbminfotech-icon {
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--theme-primary-color);
  font-size: 24px;
  padding: 30px;
  position: relative;
}

.bg_dark_gray {
  background-color: #2e2e2e;
}

.bg_dark_gray p {
  color: white;
  font-weight: 700;
}

.bg_dark_gray h3 {
  color: white;
}

.bg_dark_gray h4 {
  color: white;
}

@font-face {
  font-family: "Rollerscript";
  src: url("fonts/rollerscript.woff2") format("woff2"),
    url("fonts/rollerscript.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


th {
  color: black;
  font-weight: 700;
}

.sec_padding_80 {
  padding: 75px 0;
}

.Try_shoe ul {}

.padding_bottom_80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {

  .top-header .top-profile ul {
    padding-left: 0;
  }

  .top-header .top-profile li a {
    padding: auto 0;
  }

  .row_reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .sec_margin_80 {
    margin: 40px 0;
  }

  .full-row {
    position: relative;
    width: 100%;
    padding: 40px 0;
  }

  footer ul {
    padding: 0px;
  }

  .sec_padding_80 {
    padding: 60px 0;
  }

  .Shoe_btn2 {
    display: flex;
    margin: auto;
    justify-content: center;
  }

  .video_box_four {
    padding: 222px 0px 222px 0px;
  }

  .sec_margin_80 {
    margin: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .header_bottom {
    overflow: auto;
    white-space: nowrap;
  }

  .sec_margin_80 {
    margin: 40px 0;
  }

  .sec_padding_80 {
    padding: 40px 0;
  }

  .Collections {
    text-align: center;
  }

  .Collection_h4 {
    text-align: center !important;
  }

  h2,
  .h2 {
    font-size: 28px !important;
  }

  .material_content {
    max-width: 100%;
    padding: 45px 25px 40px;
  }

  h1,
  .h1 {
    font-size: 31px !important;
  }

  .Tips_section h3 {
    font-size: 21px;
  }

  .Tips_section_1 h6 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
  }

  footer ul {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .nav-secondary_ul ul {
    overflow-x: auto;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    white-space: nowrap;
    justify-content: flex-start !important;
  }

  .nav-secondary_ul ul li a {
    font-size: 14px !important;
    margin-left: 25px;
  }

  .product-slider .owl-nav {
    width: 100%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    bottom: 0;
    top: -19%;
  }

  .listar-feature-item-wrapper:last-child {
    margin-bottom: 30px;
  }

  .Collection_sec .col-lg-12 .row .col-lg-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .product-slider .owl-nav .owl-prev {
    margin-left: 0;
  }

  .product-slider .owl-nav .owl-next {
    margin-right: 0;
  }

  .heading-txt-sec {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  .Shoe_btn2 {
    display: flex;
    margin: auto;
    justify-content: center;
  }

  .heading-txt-sec2 {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  .video_box_four {
    padding: 148px 0px 151px 0px;
  }

  .video_box_four .pbminfotech-icon {
    font-size: 16px;
    padding: 22px;
    position: relative;
  }

  .sec_margin_80 {
    margin: 40px 0;
  }

  .Shoe_btn {
    margin-top: 8px;
  }

  .sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-dark-color);
    margin-bottom: 25px;
  }
}

.heading-txt-sec4 {
  max-width: 700px;
  margin: auto;
  text-align: justify;
}

footer p {
  color: white;
  font-size: 14px;
  text-align: justify;
}

.Shoe_btn {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-header .logo {
    width: 150px;
    margin: 10px 20px;
  }

  .Welcome_Section .col-md-9 img {
    width: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .heading-txt-sec {
    text-align: justify;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .heading-txt-sec {
    text-align: justify;
  }
}

@media screen and (max-width: 575px) {
  .heading-txt-sec {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  .gallery-carousel .owl-carousel .owl-nav button.owl-next {
    right: -25px;

    top: 50%;
  }

  .gallery-carousel .owl-carousel .owl-nav button.owl-prev {
    left: -23px;
    top: 50%;
  }

  .material_content {
    max-width: 100%;
    padding-top: 60px 15px 20px;
  }

  .Material_World_Sec:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 5;
    border: 1px solid #cbcbcb;
    pointer-events: none;
  }

  .video-box_two .pbminfotech-icon {
    font-size: 18px;
    padding: 23px;
  }

  .video-box_two {
    padding: 136px 0px 136px 0px;
  }

  h4,
  .h4 {
    font-size: 20px !important;
  }

  h3,
  .h3 {
    font-size: 22px !important;
  }

  h2,
  .h2 {
    font-size: 21px !important;
  }

  .mix-tab ul li,
  .tab-simple ul li {
    font-weight: 500;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 1px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  h3 {
    font-size: 25px !important;
  }

  h1 {
    font-size: 24px !important;
  }

  .full_row_2 {
    position: relative;
    width: 100%;
    padding: 100px 0 100px !important;
  }

  .Product_row {
    padding: 100px 0 150px !important;
  }

  table p {
    margin-bottom: 4px !important;
  }

  .mb-4 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 400px) {
  .heading-txt-sec {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  .material_content {
    max-width: 100%;
    padding: 30px 15px 20px !important;
  }

  .heading-txt-sec2 {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  .heading-txt-sec4 {
    max-width: 100%;
    text-align: justify;
    margin: auto;
  }

  table p {
    margin-bottom: 0px !important;
  }

  .shop-sidebar {
    margin-top: 0;
  }

  .video-box_three {
    padding: 144px 0px 144px 0px;
  }
}

.story .item {
  align-items: center;
  background-color: tomato;
  color: white;
  display: flex;
  height: 300px;
  justify-content: center;
}

.sec_margin_200 {
  margin: 200px 0;
}

@media screen and (max-width: 1200px) {
  .full_row_2 {
    position: relative;
    width: 100%;
    padding: 40px 0 40px !important;
  }

  table p {
    margin-bottom: 4px !important;
  }

  .sec_margin_80 {
    margin: 40px 0;
  }

  .sec_padding_200 {
    padding: 70px 0;
  }
}

.Get_touch ul {
  padding: 0px !important;
}

.section_product {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  background-color: white;
  margin-top: -120px;
  z-index: 0;
  position: relative;
  padding: 34px;
}

.product_breadcrumb {
  position: relative;
}

.Product_row {
  padding: 130px 0 210px;
}

.shop-sidebar {
  margin-top: 76px;
}

@media screen and (max-width: 992px) {
  .Welcome_Section .col-md-9 img {
    width: 100px;
  }

  .shop-sidebar {
    margin-top: 0px;
  }

  .section_product {
    margin-top: -46px;
  }

  .widget_product_categories {
    padding: 17px 25px;
  }

  .product_category .nav-pills .nav-link {
    font-size: 16px;
    color: black;
    font-weight: 600;
  }

  .widget_product_categories ul li {
    padding: 0px 0;
    border-bottom: 0;
    font-size: 12px;
  }

  .pset {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sec_padding_200 {
  padding: 200px 0;
}

/* --------------------------------

Primary style

-------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}



/* --------------------------------

Main Components

-------------------------------- */

.swiper-container-wrapper {
  &--timeline {
    .swiper-slide {
      display: flex;
      background: #fff;
      min-height: 300px;
      align-items: center;
      justify-content: center;
      border-radius: 10px;

      .container {
        padding: 0;
        width: 100%;
      }

      .title {
        font-size: 18px;
        opacity: 0;
        transition: 0.5s ease 0.5s;
      }

      &-active {
        .title {
          opacity: 1;
        }
      }
    }

    .swiper-pagination-progressbar {
      position: relative;
      margin-bottom: 70px;
      background-color: transparent;
      height: 4px;
      border-bottom: 1px solid #000;
      width: 75%;

      &-fill {
        background-color: #000;
        height: 3px;
        top: 2px;
      }

      &:before {
        position: absolute;
        top: 2px;
        left: -100%;
        width: 100%;
        height: 3px;
        background-color: #000;
        content: "";
      }

      &:after {
        position: absolute;
        top: 3px;
        right: -100%;
        width: 100%;
        height: 1px;
        background-color: #000;
        content: "";
      }
    }

    .swiper-pagination-custom {
      position: relative;
      list-style: none;
      margin: 1rem 0;
      padding: 0;
      display: flex;
      line-height: 1.66;
      bottom: 0;
      z-index: 11;
      width: 75%;
      display: flex;

      .swiper-pagination-switch {
        position: relative;
        width: 100%;
        height: 30px;
        line-height: 30px;
        display: block;

        .switch-title {
          position: absolute;
          font-weight: 400;
          right: 0;
          transform: translateX(50%);
          transition: 0.2s all ease-in-out;
          transition-delay: 0s;
          cursor: pointer;
          z-index: 1;

          &:after {
            position: absolute;
            top: calc(100% + 19px);
            right: 50%;
            transform: translateX(50%) translateY(-50%);
            width: 12px;
            height: 12px;
            background: #000;
            border-radius: 2rem;
            content: "";
            transition: 0.2s all ease-in-out;
            transition-delay: 0s;
            z-index: 1;
          }
        }

        &.active {
          .switch-title {
            font-weight: 400;
            transition-delay: 0.4s;

            &:after {
              background: #000;
              width: 25px;
              height: 25px;
              transition-delay: 0.4s;
            }
          }

          ~.swiper-pagination-switch {
            .switch-title {
              color: #000;
              font-weight: 16px;

              &:after {
                background: #000;
              }
            }
          }
        }
      }
    }
  }
}

/* PRODUCT DETAIL */

.slick-slider .element {
  height: 100%;
  width: 100%;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.wrapper {
  padding-top: 0px !important;
}

/* .my-slider {
  padding: 0 70px;
} */
.slick-initialized .slick-slide {
  color: #fff;
  height: 100%;
  /* margin: 0 15px 0 0; */
  display: flex;
  flex-direction: column;

  position: relative;
}

.product_slider_Card .slick-next,
.product_slider_Card .slick-prev {
  z-index: 5;
  font-size: 0;
  background-color: white;
  border: 1px solid gray;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.product_slider_Card .slick-next {
  position: absolute;
  left: unset;
  top: 34%;
  right: 0;
}

.product_slider_Card .slick-prev {
  position: absolute;
  left: 0;
  top: 34%;
}

.product_slider_Card .slick-next:before,
.product_slider_Card .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.product_slider_Card .slick-prev:before {
  content: "\f104";
  color: var(--theme-primary-color);
  font-size: 14px;
  font-family: "FontAwesome";
}

.product_slider_Card .slick-next:before {
  content: "\f105";
  color: var(--theme-primary-color);
  font-size: 14px;
  font-family: "FontAwesome";
}

.product_info {
  position: absolute;
  right: 5vw;
  top: 65%;
  transform: translateY(-50%);
  background: #fff;
  max-width: 500px;
  padding: 45px;
}

.product_info {
  display: flex;
  flex-direction: column;
  padding: 42px;
  box-sizing: border-box;
  width: 100%;
}

.detail_select {
  padding: 15px;
  border: 1px solid var(--theme-primary-color);
  border-radius: 40px;
  width: 100%;
}

.detail_shoes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail_shoes h5 {
  font-size: 20px;
}

@media (max-width: 1480px) {
  .home-video-sec {
    padding: 20px 0;
  }
}

@media (min-width: 1250px) and (max-width: 1300px) {
  .product_info {
    position: absolute;
    right: 2vw;
    top: 70%;
    transform: translateY(-50%);
    background: #fff;
    max-width: 500px;
    padding: 45px;
  }
}

@media (min-width: 1366px) and (max-width: 1600px) {
  .product_info {
    position: absolute;
    right: 2vw;
    top: 61%;
    transform: translateY(-50%);
    background: #fff;
    max-width: 500px;
    padding: 45px;
  }
}

@media (min-width: 1800px) and (max-width: 1920px) {
  .product_info {
    position: absolute;
    right: 5vw;
    top: 56%;
    transform: translateY(-50%);
    background: #fff;
    max-width: 500px;
    padding: 45px;
  }
}

@media screen and (max-width: 1250px) {
  .product_info {
    position: absolute;
    right: 2vw;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    max-width: 500px;
    padding: 45px;
  }

  .slick-prev:before {
    content: "\f104";
    color: var(--theme-primary-color);
    font-size: 23px;
    font-family: "FontAwesome";
  }

  .slick-next,
  .slick-prev {
    z-index: 5;
    font-size: 0;
    background-color: white;
    border: 1px solid gray;
    border-radius: 50%;
    width: 48px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .slick-next:before {
    content: "\f105";
    color: var(--theme-primary-color);
    font-size: 23px;
    font-family: "FontAwesome";
  }

  .product_info {
    position: absolute;
    right: 2vw;
    top: 55%;
    transform: translateY(-50%);
    background: #fff;
    max-width: 396px;
    padding: 15px;
  }

  .section_detail h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1096px) {
  .product_info {
    position: static;
    max-width: 100%;
    transform: none;
    top: auto;
    margin-top: 20px;
  }

  .product_info {
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
  }

  .slick-next {
    position: absolute;
    left: 88vw;
  }

  .slick-prev {
    position: absolute;
    left: 6px !important;
  }
}

.footer_bootom li a {
  padding-left: 20px;
}

.footer_links ul li a {
  color: white;
  font-size: 12px;
}

.footer_links ul li:hover {
  color: var(--theme-primary-color);
}

.make_your_Sec {
  padding: 15px;
}

/* @media screen and (max-width: 768px) {
  .slick-prev:before {
    content: "\f104";
    color: var(--theme-primary-color);
    font-size: 18px;
    font-family: "FontAwesome";
  }

  .slick-next,
  .slick-prev {
    z-index: 5;
    font-size: 0;
    background-color: white;
    border: 1px solid gray;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .slick-next:before {
    content: "\f105";
    color: var(--theme-primary-color);
    font-size: 18px;
    font-family: "FontAwesome";
  }
} */

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.ag-timeline_box {
  position: relative;
}

.ag-timeline-carousel-arrow_box {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

.ag-timeline-carousel-arrow {
  display: block;
  height: 52px;
  width: 52px;
  border: 1px solid #000;
  background-color: white;

  cursor: pointer;

  stroke: #fff;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;

  position: relative;
}

.ag-timeline-carousel-arrow:hover {
  border: 1px solid #000;
  background-color: transparent;
}

.js-ag-timeline-carousel-arrow_prev {
  margin: 0 0 10px;
}

.js-ag-timeline-carousel-arrow_prev:hover,
.js-ag-timeline-carousel-arrow_next:hover {
  stroke: #000;
}

.svg-arrow-left,
.svg-arrow-right {
  height: 18px;
  width: 10px;
  margin: -8px 0 0 -5px;

  position: absolute;
  top: 50%;
  left: 50%;
}

.ag-timeline-carousel_list {
  padding: 0 0 0 100px;
}

.ag-timeline_year {
  line-height: 1;
  margin: 0 0 40px;

  font-weight: 500;
  font-size: 90px;
  color: var(--theme-primary-color);
}

/*
.ag-timeline_text p {
  line-height: 1.36;
  margin: 0 0 15px;

  font-size: 16px;
  color: white;
}

.ag-timeline_text a {
  text-decoration: underline;
  color: #ac7434;
}

.ag-timeline_text a:hover {
  text-decoration: none;
}

.ag-timeline-carousel-nav_box {
  position: relative;
}

.ag-timeline-carousel-nav_box:before,
.ag-timeline-carousel-nav_box:after {
  content: "";
  height: 150px;
  width: 20%;
  margin: 0 0;

  z-index: 9999;
  position: absolute;
  bottom: 0;
}

.ag-timeline-carousel-nav_box:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    left,
    rgba(244, 244, 244, 0) 0%,
    rgba(244, 244, 244, 1) 35%,
    rgba(244, 244, 244, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(244, 244, 244, 0)),
    color-stop(35%, rgba(244, 244, 244, 1)),
    color-stop(100%, rgba(244, 244, 244, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(244, 244, 244, 0) 0%,
    rgba(244, 244, 244, 1) 35%,
    rgba(244, 244, 244, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(244, 244, 244, 0) 0%,
    rgba(244, 244, 244, 1) 35%,
    rgba(244, 244, 244, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(244, 244, 244, 0) 0%,
    rgba(244, 244, 244, 1) 35%,
    rgba(244, 244, 244, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(244, 244, 244, 0) 0%,
    rgba(244, 244, 244, 1) 35%,
    rgba(244, 244, 244, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f4f4', endColorstr='#f4f4f4', GradientType=1);

  right: 0;
}

.ag-timeline-carousel-nav_box:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    left,
    rgba(244, 244, 244, 1) 0%,
    rgba(244, 244, 244, 1) 65%,
    rgba(244, 244, 244, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(244, 244, 244, 1)),
    color-stop(65%, rgba(244, 244, 244, 1)),
    color-stop(100%, rgba(244, 244, 244, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(244, 244, 244, 1) 0%,
    rgba(244, 244, 244, 1) 65%,
    rgba(244, 244, 244, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(244, 244, 244, 1) 0%,
    rgba(244, 244, 244, 1) 65%,
    rgba(244, 244, 244, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(244, 244, 244, 1) 0%,
    rgba(244, 244, 244, 1) 65%,
    rgba(244, 244, 244, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(244, 244, 244, 1) 0%,
    rgba(244, 244, 244, 1) 65%,
    rgba(244, 244, 244, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#00f4f4f4', GradientType=1);

  left: 0;
}

.ag-timeline-carousel-nav_list {
  position: relative;
}

.ag-timeline-carousel-nav_list:after {
  content: "";
  height: 1px;
  background-color: #ac7434;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.ag-timeline-carousel-nav_item {
  display: inline-block;
  line-height: 1;
  width: 50px;
  padding: 130px 15px 0;

  cursor: pointer;

  vertical-align: bottom;
  text-align: center;
  font-size: 16px;
  color: #041c2c;

  position: relative;
}

.ag-timeline-carousel-nav_item:before {
  content: "";
  height: 5px;
  width: 5px;
  margin: 0 auto;
  background-color: #dfc09c;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 102px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ag-timeline-carousel-nav_item:after {
  content: "";
  height: 40px;
  width: 1px;
  margin: 0 auto;
  background-color: #ac7434;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
}

.ag-timeline-carousel-nav_item.slick-current {
  margin: -5px 0 0;

  font-weight: 700;
  font-size: 15px;
  color: #ac7434;
}

.ag-timeline-carousel-nav_item.slick-current:before {
  height: 16px;
  width: 16px;
  background-color: #ac7434;

  bottom: 110px;
}

.ag-timeline-carousel-nav_item.slick-current:after {
  bottom: 59px;
} */

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-carousel_list {
    padding: 0;
  }

  .ag-timeline-carousel-arrow_box {
    padding: 12px 0 12px 12px;

    z-index: 1000;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }

  .ag-timeline-carousel-arrow {
    display: inline-block;
    height: 33px;
    width: 33px;
  }

  .js-ag-timeline-carousel-arrow_prev {
    margin: 0 8px 0 0;
  }

  .js-ag-timeline-carousel-arrow_prev:before,
  .js-ag-timeline-carousel-arrow_next:before {
    height: 12px;
    width: 8px;
    margin: -6px auto 0;
  }

  .ag-timeline_year {
    font-size: 60px;
  }

  .ag-timeline-carousel-nav_box:before,
  .ag-timeline-carousel-nav_box:after {
    display: none;
    background: none;

    position: static;
  }

  .svg-arrow-left,
  .svg-arrow-right {
    height: 12px;
    width: 8px;
    margin: -6px 0 0 -4px;
  }
}

@media only screen and (max-width: 639px) {}

@media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .login_container .form-container {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    color: #fff;
  }

  .cart-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
  }

  h5,
  .h5 {
    font-size: 20px !important;
  }

  .cart-item .quantity {
    height: 30px;
  }

  .quantity button {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }

  .input-box {
    width: 31px;

    padding: 8px 3px;
    font-size: 12px;
  }

  .cart_content {
    display: flex;
    justify-content: flex-start !important;
  }

  .breadcrumb_sec {
    background-size: cover !important;
  }
}

.fitting-video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  /* Behind content */
  transform: translate(-50%, -50%);
}

.fitting-container {
  position: relative;
  z-index: 1;
  /* Ensure content is above the video */
  color: white;
  /* Text color */
  padding: 20px;
  /* Optional padding */
  text-align: center;
  /* Center align text */
}

/* mega menu */
.menu-dropdown .sub_menu {
  display: block;
}

.main_menu ul li .active,
.main_menu ul li:hover>a {
  color: #ac7434;
}

.header-btm .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

nav {
  background: var(--background-color);
  /* box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75); */
}

.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

/* normal menu css */

.main_menu>ul>li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}

.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  font-size: 17px;
  color: #353535;
  padding: 22px 44px;
  display: flex;
  align-items: center;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
}

.main_menu ul li .active,
.main_menu ul li:hover>a {
  color: var(--hover-color);
}

/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
  padding: 4px 20px;
  font-size: 13px;
}

.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */

.navbar-header .logo {
  /* width: 200px; */
  margin: 3px 20px;
}

.logo a {
  padding: 0 !important;
}

.main_menu ul li .mega_menu {
  border-top: 1px dashed var(--theme-primary-color);
  padding: 10px;
}

.mega_menu_dropdown {
  position: static !important;
}

.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}

.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}

.mega_menu_item h3 {
  margin-bottom: 15px;
}

.mega_menu_item img {
  width: 100%;
}

.about-sec img {
  width: 100%;
  height: 550px;
  object-fit: contain;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  /* width: 1140px; */
}

.mobile_btn {
  display: none;
}

.logo-mobile-menu {
  display: none;
}

.navbar-header {
  background: white;
  position: sticky;
  width: 100%;
  z-index: 0;
}

.navbar-header .logo img {
  width: 180px;
  margin: 3px 20px;
}

.header-middle {
  width: 20%;
  display: flex !important;
  justify-content: center;
}

.header-left-menu,
.header-right-menu {
  display: flex;
  width: 40%;
  align-items: center;

  text-align: center;
  margin: auto;
  justify-content: center;
}

.main_menu ul {
  display: flex;
  width: 100%;
}

.navbar-header .main_menu {
  width: 100%;
}

.header-box-sec {
  display: flex;
  width: 100%;
  gap: 0 20px;
  justify-content: center;
}

.header-img-box {
  position: relative;
  /* width: 20%; */
  width: fit-content;
}

.header-img-box-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.header-img-box-img img {
  /* height: 400px; */
  height: 100%;
  max-height: 400px;
  width: 100%;
  max-width: 400px;
}

.header-img-box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}

.header-img-box-content a {
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  text-align: center !important;
}

/* responsive css */

@media (max-width: 1260px) {
  .menu-dropdown .sub_menu {
    display: none;
  }

  .header-box-sec {
    gap: 0 20px;
  }

  .navbar-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main_menu {
    border-top: 1px solid #000;
  }

  .navbar-header .logo img {
    margin: 0;
  }

  .navbar-header .logo {
    margin: 10px 0;
  }

  .navbar-header .logo img {
    width: 150px;
  }

  .mobile_btn i {
    font-size: 30px;
  }

  .main_menu ul li a {
    padding: 12px 11px;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }

  .header-left-menu,
  .header-right-menu,
  .main_menu ul {
    display: unset;
  }

  .header-middle {
    display: none !important;
  }

  .logo-mobile-menu {
    display: block;
  }

  .logo-desktop-menu {
    display: none;
  }

  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }

  .main_menu ul li a i {
    float: right;
  }

  .main_menu ul li ul {
    width: 100% !important;
  }

  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }

  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }

  .main_menu ul li ul {
    width: 150px;
  }

  .header-box-sec {
    gap: 0 20px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget {
    padding: 15px;
    /* margin-bottom: 35px; */
  }

  .blog-sec {
    padding: 0 !important;
  }

  .sidebar.p-4 {
    padding: 0 !important;
  }

  .header-img-box {
    width: 30%;
  }

  .header-box-sec {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }

  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }

  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 1260px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }

  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }

  /* .main_menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  } */

  /* .main_menu ul li:hover>.mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 19px;
    z-index: 99;
  } */

  .main_menu ul li.active>.mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 19px;
    z-index: 99;
  }

}

@media (max-width: 1259.98px) {
  /* .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  } */

  /* nav {
    padding: 15px;
  } */
  .mega_menu_demo_2 .mega_menu {
    width: auto;
  }

  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }

  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  /* .mega_menu .mega_menu_item {
    width: 50%;
  } */
  .main_menu ul li ul {
    display: none;
    transition: none;
  }

  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }

  .header-img-box {
    width: 45%;
  }
}

.Collections h5 {
  font-size: 17px;
}

.heading-txt-sec span {
  text-align: center;
}

.breadcrumb_sec .heading-txt-sec {
  text-align: center;
}

a {
  font-size: 15px;
}

.breadcrumb_sec {
  padding-top: 0 !important;
}

.nav-secondary_ul ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  border-top: 1px solid #efefef;
  margin: 0;
  padding: 10px 0;
}

.header_bottom {
  background-color: #e5e4e4;
}

.nav-secondary_ul ul li a {
  font-size: 18px;
  margin-left: 25px;
  color: #000;
}

@media screen and (max-width: 900px) {
  .header_bottom {
    overflow: auto;
    white-space: nowrap;
  }

  .nav-secondary_ul ul li a {
    font-size: 14px !important;
    margin-left: 25px;
  }
}

.header_bottom {
  padding-top: 0px !important;
}

.header-top {
  border-bottom: 1px dashed var(--theme-primary-color);
}

.cta_sec {
  background-attachment: fixed;
}

@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}

.product_page_sec .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.product_page_sec .col-lg-3 {
  padding-left: 0px;
  padding-right: 0px;
}

.product_page_sec .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.productup_sec {
  border-top: 1px solid var(--theme-primary-color);
}

/* Add slide-in animation for modal */
.filter-close {
  background: #ededed;
  padding: 3px 10px;
  width: max-content;
}

.filter-close-img {
  width: 14px;
  margin-right: 12px;
  cursor: pointer;
}

.filter-with-color-img label {
  width: 15% !important;
}

.filter-with-img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.filter-with-img label {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 40%;
}

.filter-with-img label img {
  width: 180px;
  /* height: auto; */
  height: 80px;
}

/* scoll is working in filter start */

.filter_body form>ul {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.filter_body form>ul::-webkit-scrollbar {
  display: none;
}

/* scoll is working in filter end */

.filter-with-img input[type="radio"] {
  width: 0;
  height: 0;
}

.filter-with-img input[type="checkbox"] {
  width: 0;
  height: 0;
}

.filter-with-img .active-filter {
  border-bottom: 2px solid var(--theme-primary-color);
  margin: 0;
}

.modal.fade .modal-dialog {
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: translateX(0);
}

.filter_title {
  /* padding: 30px 0px 30px 19px; */
  padding: 0px 0px 0 18px;
}

.Shop_modal .modal-header .close {
  font-size: 20px;
  /* margin: 20px; */
  margin: 0 20px 0 0;
  padding: 0 !important;
}

/* Make the accordion icon clickable */
.accordion-title {
  position: relative;
  padding-right: 2rem;
  font-size: 17px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #000;
}

.accordion-title::after {
  content: "\276F";
  /* Rightwards arrow */
  font-size: 1.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  /* Initially rotated 90 degrees */
  transition: transform 0.3s ease;
  cursor: pointer;
  /* Make it clear that the icon is clickable */
  color: var(--main-color);
  /* Use your custom color */
}

/* When the accordion is open, rotate the arrow */
.filter_body .open .accordion-title {
  margin-bottom: 15px;
}

.accordion-item.open .accordion-title::after {
  transform: translateY(-50%) rotate(-90deg);
  /* Rotate to point down */
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.shop-filter label {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
}

.accordion-item.open .accordion-content {
  max-height: 1000px;
  padding: 1rem 1rem;
}

.Shop_modal .filter_body {
  height: auto !important;
}

.filter_body {
  height: 100%;
  background-color: white;
  /* padding: 30px 100px; */
  padding: 20px 100px 30px 100px;
}

.Shop_modal .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 100%;
  /* Set the width to your preference */

  z-index: 1060;
  /* Ensure modal is above fixed header */
  max-width: 818px;
  height: auto;
  bottom: 0;
  background: white;
  background-clip: padding-box;
}

/* Basic styles to make the <a> inside <li> circular */

/* Specific styling for each color */
.black {
  background-color: black;
  /* Black background */
}

.white {
  background-color: white;
  /* White background */
  border: 2px solid black;
  /* Optional border for visibility */
}

.tan {
  background-color: #d2b48c;
}

/* Optionally, add hover effect to change color when mouse hovers */

.Shop_modal .modal-content {
  height: 100%;
  display: block;
}

/* Hide the scrollbar for WebKit browsers (Chrome, Safari) */
.scrollable-column::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}

/* Hide the scrollbar for Firefox */
.scrollable-column {
  scrollbar-width: none;
  /* Hide scrollbar in Firefox */
}

/* Hide the scrollbar for IE and Edge */
.scrollable-column {
  -ms-overflow-style: none;
  /* Hide scrollbar in IE and Edge */
}

/* Optional: Customize the sticky column */

.detail_sec .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.detail_sec .container-fluid .row .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.sticky-column-content {
  padding: 0px 169px 20px;
}

.scrollable-column {
  max-height: 100vh;
  /* Set a fixed height to trigger the scroll */
  overflow-y: scroll;
  /* Allow vertical scrolling, even though the scrollbar is hidden */
  background-color: #f8f9fa;
  /* Optional background for clarity */
}

/* Hide the scrollbar for WebKit browsers (Chrome, Safari) */
.scrollable-column::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}

/* Hide the scrollbar for Firefox */
.scrollable-column {
  scrollbar-width: none;
  /* Hide scrollbar in Firefox */
}

/* Hide the scrollbar for IE and Edge */
.scrollable-column {
  -ms-overflow-style: none;
  /* Hide scrollbar in IE and Edge */
}

/* Optional: Customize the sticky column */
.sticky-column {
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  top: 20px;
  /* When it starts sticking */
  background-color: #f0f0f0;
  padding: 20px;
}

.modal_btn {
  padding: 13px 13px 13px 1px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dddfe0;
  margin-top: 10px;
}

/* .modal_btn span i {
  padding-left: 300px;
} */

.dot-panel {
  display: grid;
  grid-gap: 1rem 2rem;
  grid-template-columns: repeat(auto-fill,
      minmax(3.125rem, 1fr));
  /* Responsive grid */
  justify-content: space-between;
}

/* Item style */
.dot-panel-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  width: 53px;
}

/* The circle (choice) style */
.dot-choice {
  height: 48px;
  width: 48px;
  border: 1px solid #b4b4b4;
  border-radius: 100vmax;
  /* padding: 7px; */
  transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hover effect for dot choice */

.dot-choice:hover {
  border-color: #ac7434;
  box-shadow: 0px 0px 5px rgb(172 116 52);
}

/* Optional: Active state or selected state */
.dot-choice.active {
  border-color: #ac7434;
  box-shadow: 0px 0px 5px rgb(172 116 52);
}

.Shop_modal .Shop_modal .modal {
  z-index: 1050;
  /* Ensure the modal has a higher z-index than footer */
}

/* The footer */
footer {
  position: relative;
  z-index: 0;
  /* Footer should have a lower z-index than the modal */
}

.item.item_1 {
  background-image: url("../images/prod/gradient_floor_square.png");
  background-size: cover;
  /* Ensures the image covers the whole container */
  background-position: center;
  /* Centers the image within the div */
  background-repeat: no-repeat;
  /* Prevents the background image from repeating */
  padding: 15px;
}

.product-img img {
  display: flex;
  justify-content: center;
  margin: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 1000;
  /* Higher value ensures the header is on top by default */
  transition: z-index 0.3s ease;
  /* Smooth transition for z-index changes */
}

.m_btn {
  padding: 5px 30px 6px 31px;
  font-size: 18px;
  border-radius: 23px;
  color: black;
}

.simple-video-play a i {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.simple-video-play a {
  background-color: var(--theme-primary-opacity-color);
  width: 80px;
  height: 80px;
}

.Shop_modal .modal-header {
  padding: 26px 82px 20px 83px;
}

.Shop_modal .modal-footer {
  /*position: absolute;*/
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 100px 20px;
  width: 100%;
  /*margin-top: 100px;*/
  background: white;
}

.footer-btn {
  background-color: var(--theme-primary-color);
  color: white;
  border: 1px solid var(--theme-primary-color);
  border-radius: 28px;
  padding: 10px;
}

.clear_filter_btn_part {
  width: 100%;
  /* padding: 20px 100px 0 100px; */
  display: flex;
  justify-content: end;
}

.clear-filter-btn {
  background-color: var(--theme-primary-color);
  color: white;
  border: 1px solid var(--theme-primary-color);
  border-radius: 28px;
  padding: 7px 20px;
}

.btn-primary:focus {
  color: #fff;
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  box-shadow: 0 0 0 0.2rem rgba(185, 140, 55, 0.5);
}

.sticky-column-content .m_btn {
  padding: 5px 30px 6px 31px;
  font-size: 18px;
  border-radius: 10px;
  color: white;
  background: var(--theme-primary-color);
  border: 1px solid var(--theme-primary-color);
  display: inline-block;
  text-align: center;
}

.icons_1 a i {
  font-size: 20px;
  /* Change to the size you prefer */
  margin-right: 10px;
}

.icons_1 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.icons_1 a {
  font-size: 17px;
}

button:focus {
  outline: none !important;
}

@media screen and (max-width: 992px) {
  .modal-header {
    padding: 26px 10px 20px 10px !important;
  }

  .filter_body {
    padding: 25px 22px;
  }

  .modal-footer {
    padding: 20px 14px 20px;
  }

  .filter_title {
    /* padding: 30px 11px 30px 8px; */
  }
}

@media screen and (max-width: 991px) {
  .header-top {
    border-bottom: none;
  }
}

@media screen and (max-width: 1200px) {

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    color: #000;
  }

  .slick-next,
  .slick-prev {
    z-index: 5;
    font-size: 0;
    background-color: white;
    border: 1px solid gray;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .slick-next {
    right: 0;
    z-index: 100000;
    left: unset;
  }

  .sticky-column-content {
    padding: 14px 91px 16px;
  }
}

@media screen and (max-width: 992px) {
  .sticky-column-content {
    padding: 14px 50px 16px;
  }

  h4 {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 575px) {
  .sticky-column-content {
    padding: 14px 20px 16px;
  }
}

/* General Product Styling */
tr.product:not(:last-child) {
  margin-bottom: 25px;
}

tr.product {
  padding: 40px 34px 45px 0;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
}

.products_list .product .image.man_shoe,
.products_list .product .image.woman_shoe {
  vertical-align: top;
  padding-top: 20px;
}

.products_list .product .image {
  width: 170px;
  vertical-align: top;
  padding: 0 15px;
}

.product_info {
  vertical-align: middle;
  margin-bottom: 10px;
  padding-bottom: 8px;
  padding-top: 10px;
}

/* Icon styling for options */
.icon_cart.dots {
  background-position: 0 -124px;
  width: 18px;
  height: 26px;
  right: -5px;
  top: 7px;
  outline: 0;
}

.icon_cart.checkout,
.icon_cart.dots,
.icon_cart.measures_and_checkout {
  background-size: 100%;
  position: relative;
}

/* Buttons and actions */
.product_info .options .opt a.product_actions,
.product_info .options .opt div.product_actions {
  color: #576262;
  background-color: #f6f6f6;
  border-radius: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 25px;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.product_info .options .opt a.cart_to_wishlist {
  width: 47px;
  padding: 0 !important;
  position: relative;
  transition: width 0.3s ease;
}

.product_info .options .opt div.product_actions {
  color: #576262;
  background-color: #f6f6f6;
  border-radius: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 25px;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.product_info .edit_size {
  font-size: 12px;
  cursor: pointer;
  color: #3d90d7;
  text-transform: uppercase;
  display: inline;
}

/* Product hover effects for options */
.product_hover.more_units .close {
  cursor: pointer;
}

.product_hover.more_units .content {
  padding: 10px;
}

.product_hover.delete_product .close {
  cursor: pointer;
}

.product_hover.delete_product .content {
  padding: 10px;
}

/* Form elements in quantity popup */
.more_units_form input {
  width: 50px;
  text-align: center;
}

.cart_btn {
  color: #576262;
  background-color: #f6f6f6;
  border-radius: 47px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 25px;
  letter-spacing: 0.8px;
  text-decoration: none;
  border: 1px solid #f6f6f6;
}

.cart_Sec img {
  height: auto;
}

.cart_btns {
  display: flex;
  gap: 2px;
}

.cart_btn span {
  padding-right: 10px;
}

.cart_Sec {
  padding: 40px 34px 45px 0;

  background: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.icon_more {
  position: absolute;
  top: 18px;
  left: unset;
  right: 40px;
  z-index: 943;
  font-size: 22px;
  color: #949696;
}

.options.product.popup {
  display: none;
  position: absolute;
  bottom: unset;
  top: 0;
  left: unset;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 100;
  right: -49px;
}

/* Styling for the menu items */
.options .opt {
  padding: 5px;
  border-bottom: 1px solid #f0f0f0;
}

.options .opt a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.options .opt a:hover {
  background-color: #f0f0f0;
}

/* Last item in the menu without border */
.options .opt:last-child {
  border-bottom: none;
  cursor: pointer;
}

/* Optional: Styling for the icon in the menu */
.icon_cart_head {
  margin-right: 10px;
}

/* Optional: Styling for split line */
.split {
  margin: 5px 0;
}

.text i {
  padding-right: 10px;
}

.cart_inner_sec {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.custom-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  z-index: 1050;
}

/* Custom Modal */
.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Centers the modal */
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
  transition: transform 0.3s ease-out;
  z-index: 1060;
  opacity: 0;
  visibility: hidden;
}

/* When the modal is visible */
.custom-modal.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

/* Slide in animation */

/* Close button style */
.modal-close {
  color: black;
  border: none;

  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

.select-menu {
  position: relative;
  width: 300px;
  margin: 20px auto;
}

.select-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
}

.select-btn i {
  font-size: 20px;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  margin-top: 8px;
  z-index: 999;
}

.options .option {
  display: flex;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.options .option:hover {
  background-color: #f0f0f0;
}

.options .option.selected {
  background-color: #e0f7fa;
}

.options .option i {
  margin-right: 10px;
}

.selected-options {
  padding: 10px;
  margin-top: 20px;
  background-color: #f0f0f0;
  border-radius: 4px;
}

.story-slide .slick_slider img {
  display: block;
  height: 100%;
  max-height: 290px;
  object-fit: contain;
}

/* Style for the input field */
.product_info .options input.n_products {
  text-align: center;
  border: 1px solid #ededed;
  padding: 7px 0;
  color: #777;
  font-weight: 300;
  font-size: 29px;
  width: 95px;
  border-radius: 10px;
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Styling for the icons (minus and plus buttons) */
.icon.minus,
.icon.plus {
  cursor: pointer;
  font-size: 28px;
  padding: 12px 23px 12px;
  background-color: var(--theme-primary-color);
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 14px;
}

/* Optional: Add some hover effects */
.icon.minus:hover,
.icon.plus:hover {
  color: #007bff;
}

.n_products {
  width: 81px;
  padding: 11px 28px;
  border-radius: 13px;
}

.icon.minus a i,
.icon.plus a i {
  font-size: 20px;
  color: white;
}

.modal-header .close span {
  font-size: 28px;
}

.accr_item .accordion-content ul {
  gap: 5px;
}

.black {
  background-color: black;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* Black background */
}

.white {
  background-color: white;
  /* White background */
  border: 2px solid black;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* Optional border for visibility */
}

.tan {
  background-color: #d2b48c;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

input[type="radio"] {
  accent-color: var(--theme-primary-color);
  width: 20px;
  height: 22px;
  margin: 0;
  margin-right: 10px;
}

input[type="checkbox"] {
  accent-color: var(--theme-primary-color);
  width: 20px;
  height: 22px;
  margin: 0;
  margin-right: 10px;
}

.select-menu select {
  border: 1px solid var(--theme-primary-color);
  border-radius: 20px;
  padding: 10px;
}

.modal-footer {
  flex-wrap: nowrap;
}

@media (min-width: 1200px) {
  .general_container {
    width: auto;
    max-width: 1175px;
    margin: 0 auto;
  }
}

.qty-container .input-qty {
  text-align: center;
  border: 1px solid #ededed;
  padding: 7px 0;
  color: black;
  font-weight: 300;
  font-size: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95px;
  border-radius: 10px;
  background: #eee;
}

.qty-btn-minus,
.qty-btn-plus {
  background: var(--theme-primary-color);
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

.qty-btn-minus i,
.qty-btn-plus i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_inner_sec p {
  font-size: 16px;
}

.cart_inner_sec p i {
  font-size: 13px;
}

.cart_inner_sec h4 i {
  font-size: 16px;
  margin-right: 6px;
}

li {
  font-size: 16px;
}

.full_row_2,
.heading-txt-sec .col-md-12 h4 {
  font-size: 13px;
}

.Cart_modal .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;

  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.Cart_modal .modal.show .modal-dialog {
  transform: translateX(0);
}

@media screen and (max-width: 1800px) {
  .main_menu ul li a {
    font-size: 17px;
    color: #353535;
    padding: 22px 31px;
    display: flex;
    align-items: center;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
  }
}

.scrollable-column .image-list a img {
  /* height: calc(100vh - 160px); */
  height: 100%;
  object-fit: cover;
}

.bg_view {
  padding: 35px 0;
}

.scroll-section .row {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* shop product slider css */

/* Style the entire slider container */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  /* Optional: Set a max-width for the slider */
  margin: auto;
  /* Center the slider */
  overflow: hidden;
  /* Hide images that go out of bounds */
  height: 100%;
  max-height: 350px;
  object-fit: contain;
}

/* Slick Slider styling */
.slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Fixed position for the product name at the bottom of the slider */
/* .product-name {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
} */

.story-slideshow {
  /* background-image: url("../images/prod/gradient_floor_square.png"); */
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px;
}

.product-detail {
  position: absolute;
  bottom: 110px;
  left: 40%;
}

.prod_Card_img .product-img img {
  height: 100%;
  max-height: 181px;
  object-fit: contain;
}

.prod_Card_img {
  height: 100%;
  max-height: 220px;
  object-fit: contain;
  width: 100%;
  max-width: 301px;
  margin: auto;
}

/* Positioning for the product slider card */
.product_slider_Card {
  position: relative;
  /* Needed for positioning arrows */
}

/* Initially hide the arrows */
.product_slider_Card .slick-prev,
.product_slider_Card .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  opacity: 0;
  /* Hidden initially */
  visibility: hidden;
  /* Prevent interaction when hidden */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  color: #000;
  /* Color of arrows */
}

/* Position arrows */
.product_slider_Card .slick-prev {
  left: 10px;
}

.product_slider_Card .slick-next {
  right: 10px;
}

/* Show arrows when hovering over the product slider card */
.product_slider_Card:hover .slick-prev,
.product_slider_Card:hover .slick-next {
  opacity: 1;
  visibility: visible;
}

/* FontAwesome icons for arrows */
.product_slider_Card.slick-prev:before,
.product_slider_Card.slick-next:before {
  font-family: "FontAwesome";
  font-size: 14px;
  color: var(--theme-primary-color);
  /* Arrow color */
}

/* Left arrow */
.product_slider_Card .slick-prev:before {
  content: "\f104";
  /* FontAwesome previous arrow */
}

/* Right arrow */
.product_slider_Card .slick-next:before {
  content: "\f105";
  /* FontAwesome next arrow */
}

/* Optional: Hover effect for arrows */
.product_slider_Card .slick-prev:hover,
.product_slider_Card .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
  /* Darken background on hover */
  color: #fff;
  /* Change icon color */
}

.product-detail {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: rgba( 0, 0, 0, 0.5 ); */
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

.left_sec img {
  width: 100%;
  height: 100%;
  /* max-height: 958px; */

  /* height change for all product image layout fix */
  max-height: 800px;
}

.content-box {
  background: #f6f5f3;
  display: flex;
  flex-direction: column;
}

.title {
  padding: 32px 32px 0 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #19110b;
  text-transform: uppercase;
}

.li_item {
  padding: 26px 0;
  margin: 0 32px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #19110b;
  display: flex;

  align-items: center;
  border-bottom: 1px #e1dfd8 solid;
}

.li-item img {}

.items_img {
  padding-right: 25px;
}

.check_label {
  padding-left: 10px;
}

.reg_btn {
  width: 20% !important;
}

.check_label a {
  padding-left: 10px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}

.white_text:hover {
  color: white !important;
}

.detail_row {
  background-color: #f0f0f0;
}

.font-big {
  font-size: 14px;
}

.size_active .dot-choice {
  background-color: var(--theme-primary-color);
  color: white;
  border: 1px solid var(--theme-primary-color);
}

.about_span {
  color: var(--theme-primary-color);
}

.service_p {
  height: 30px;
}

.story_title {
  z-index: 9999;
}

.test_container {
  position: relative;
  z-index: 2;
}

.test-row {
  padding: 0 45px;
}

/* Position previous and next arrows */
.testimonial-slider-two .owl-prev {
  left: -39px !important;
  /* Position on the left side */
}

.testimonial-slider-two .owl-next {
  right: 10px !important;
  /* Position on the right side */
}

.font-medium img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 251px;
}

.testimonial-item {
  border: 2px dashed var(--theme-primary-color);
  padding: 19px;
}

.review_p {
  padding-top: 5px;
}

.test_img {
  width: 83px !important;
}

/* collection section css of index page */
.center .slick-next,
.center .slick-prev {
  z-index: 5;
  font-size: 0;
  background-color: transparent;
  border: 1px solid var(--theme-primary-color);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.center .slick-next {
  position: absolute;
  left: unset;
  top: -78px;
  right: 0;
}

.center .slick-prev {
  position: absolute;
  left: unset;
  right: 62px;
  top: -78px;
}

.center .slick-next:before,
.center .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.center .slick-prev:before {
  content: "\f104";
  color: white;
  font-size: 14px;
  font-family: "FontAwesome";
}

.center .slick-next:before {
  content: "\f105";
  color: white;
  font-size: 14px;
  font-family: "FontAwesome";
}

.collection_items {
  background-color: white;
  border-bottom: 6px solid var(--theme-primary-color);
}

.collection_img img {
  max-width: 435px;
  object-fit: contain;
  margin: auto;
  padding: 22px;
  height: 100%;
  max-height: 233px;
}

.form-text {
  color: var(--theme-secondary-color);
  font-weight: 600;
  padding-left: 17px;
}

.check-input {
  width: 20px;
  height: 22px;
  margin-right: 10px !important;
}

input[type="checkbox"] {
  accent-color: var(--theme-primary-color);
}

.check_label {
  margin-left: 18px;
}

.check_img {
  width: 100%;
  max-width: 100px;
}

.card {
  width: 100%;
}

.total_group .list-group-item span i {
  margin-right: 15px;
}

.main_total {
  font-size: 22px;
}

.list_sub_item {
  margin-left: 15px;
}

.shop_table th {
  text-align: center;
}

.shop_table td {
  text-align: center;
}

.shop_table td span,
.shop_table td a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank_icon i {
  color: var(--theme-primary-color);
  font-size: 100px;
}

.thank_Sec {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 52px;
  border-radius: 20px;
  background-color: white;
}

/* .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  z-index: 999999;
}

.dropdown-menu.show {
  display: block;
} */
/* profile page css */
.profile_left_sec {
  padding: 30px;
  border: 1px dashed black;
  border-radius: 20px;
}

.profile_left_sec .nav-pills a {
  color: var(--theme-secondary-color);
}

.profile_left_sec .nav-pills .nav-link.active {
  background-color: var(--theme-primary-color);
}

.profile_left_sec .nav-pills .nav-link {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
}

.profile_left_sec .nav-pills .nav-link i {
  font-size: 21px;
  display: flex;
  align-items: center;
}

.list-group-item {
  padding: 20px;
}

.profile_right_sec {
  border: 1px solid gainsboro;
  padding: 30px;
  border-radius: 20px;
}

.payment_btn {
  background-color: green;
  color: white;
  font-size: 16px;
}

.payment_btn:hover {
  color: white;
}

.status_btn {
  color: black;
  background-color: yellow;
}

.order-tab table.cart td {
  width: 90px;
}

.order-tab table.cart .product-thumbnail {
  width: 90px !important;
}

.order-tab table .cart_item {
  width: 90px;
}

.shippig_policy {
  list-style: disc;
  text-align: left;
  padding-left: 15px;
}

/* tarcking page css */
.hh-grayBox {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 35px;
  margin-top: 20px;
}

.pt45 {
  padding-top: 45px;
}

.order-tracking {
  text-align: center;
  width: 33.33%;
  position: relative;
  display: block;
}

.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0px solid #afafaf;
  background-color: #000;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}

.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.order-tracking.completed .is-complete {
  border-color: #ac7434;
  border-width: 0px;
  background-color: #ac7434;
}

.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}

.order-tracking p {
  color: #a4a4a4;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}

.order-tracking p span {
  font-size: 14px;
}

.order-tracking.completed p {
  color: #000;
}

.order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #000;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}

.order-tracking:first-child:before {
  display: none;
}

.order-tracking.completed:before {
  background-color: #ac7434;
}

.delivery_text_box {
  padding: 15px;
  background-color: #f8f8f8;
}

.delivery_text_box i {
  font-size: 45px;
  color: #ac7434;
}

.pickup_btn {
  background-color: #ac7434;
  color: white;
}

.pickup_btn:hover {
  color: white;
}

.delivery_text_box_2 {
  padding: 25px;
  background-color: #f8f8f8;
}

.cart_icons img {
  width: 100%;
  max-width: 131px;
}

/* gift coupon code css */

/* Coupon code style */
#cpnCode {
  border: 1px dashed #ac7434;
  padding: 15px 113px;
  border-right: 0;

  animation: fadeInText 1s forwards 1.5s;
  /* Fade-in with delay */
  color: black;
  border-radius: 5px 0 0 5px;
  font-weight: 800;
}

/* Copy button style */
#cpnBtn {
  border: 1px solid #ac7434;
  background: #fff;
  padding: 15px 41px;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
  /* Smooth transition for hover */
  border-radius: 0 5px 5px 0;
  font-weight: 800;
}

/* Button hover effect */
/* #cpnBtn:hover {
  background-color: #ac7434;
  color: #fff;
  transform: scale(1.05);
} */

@media screen and (max-width: 1500px) {
  .main_menu ul li a {
    font-size: 16px;
    color: #353535;
    padding: 22px 19px;
    display: flex;
    align-items: center;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
  }
}

.post-content h6 a {
  font-size: 19px;
}

.blog_padding {
  padding: 15px 0;
}

.bill_list_group .list-group-item {
  padding: 15px;
}

/* thank you page icon css */
.thank_icon img {
  width: 100%;
  max-width: 100px;
}

.move-image {
  width: 100px;
  /* Adjust image size */
  animation: move 1s linear infinite;
  /* Apply the animation */
}

/* Keyframes to move the image */
@keyframes move {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* gift coupon css */

.discount_text {
  color: white;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 46px solid transparent;
  border-right: 68px solid black;
  border-bottom: 16px solid transparent;
  rotate: 175deg;
  position: absolute;
  left: 17px;
  top: 11px;
}

.gift_card {
  padding: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0px 26px 10px -15px #888888;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.triangle_img {
  height: 71px;
  rotate: 0deg;
  position: absolute;
  left: 3px;
  top: 3px;
}

.triangle_img_2 {
  height: 71px;
  rotate: 180deg;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.gift_card_h1 {
  color: black;
  font-size: 47px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.gift_card_h1 span {
  font-weight: 800;
  font-size: 56px;
  color: #ac7434;
}

.gift_card_left {
  padding: 15px;
  width: 70%;
  border-right: 1px dashed #ac7434;
}

.gift_card_right {
  padding: 15px;
  width: 30%;
}

.gift_card_right h6 {
  color: #ac7434;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 5px;
}

.gift_card_right h1 {
  color: black;
  font-size: 52px;
  font-weight: 600;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.gift_card p {
  color: black;
}

.gift_card_bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.order_table_heading {
  background-color: var(--theme-light-color);
}

/* table css */
table {
  border: 1px solid gainsboro;
}

table th {
  background-color: var(--theme-light-color);
}

table td,
.table th {
  text-align: center !important;
}

.read_more_text i {
  padding-left: 5px;
}

.read_more_text {
  font-size: 18px;
}

.blog_container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.fitting_table {
  border: none;
}

.fitting_table tr th {
  background-color: transparent !important;
}

.Login_btn a {
  width: 40%;
}

.Register_btn a {
  width: 20%;
  margin-top: 15px;
  margin-bottom: 10px;
}

.Register_btn {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
}

.Login_right_Sec {
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 768px) {

  .clear_filter_btn_part {
    /* padding: 15px 20px 0 100px; */
    /* padding: 30px 20px 0 100px; */
  }

  .Register_btn a {
    width: 100%;
    margin-top: 15px;
  }

  .register_row_reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .Register_btn {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
  }

  .filter_title {
    padding: 0px 0px 0px px;
  }
}

@media screen and (max-width: 992px) {
  .Login_right_Sec {
    display: flex;
    justify-content: start;
    width: 100%;
  }
}

.content-box ul .li_item p {
  margin-left: 10px;
}

@media screen and (max-width: 1500px) {
  #cpnCode {
    padding: 15px 83px;
  }

  .gift_card_right h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1312px) {
  #cpnCode {
    padding: 15px 60px;
  }

  .gift_card_right h6 {
    font-size: 15px;
    text-align: center;
  }

  .table .product-quantity {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .triangle_img_2 {
    width: 47px;
    height: 47px;
  }

  .triangle_img {
    width: 47px;
    height: 47px;
  }
}

.gift_card_main {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .gift_card_left {
    width: 100%;
    border-right: 1px dashed transparent;
  }

  .gift_card_right {
    width: 100%;
  }

  .gift_card {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    padding: 10px;
  }

  #cpnCode {
    padding: 15px 18px;
    font-size: 15px;
  }

  #cpnBtn {
    padding: 15px 6px;
    font-size: 15px;
  }

  .collection_img img {
    object-fit: contain;
    margin: auto;
    padding: 14px;
    height: 100%;
    max-height: 110px;
  }
}

@media (max-width: 992px) {

  .order_table th,
  .order_table td {
    font-size: 16px;
    padding: 8px;
  }

  .order_table {
    width: 100%;
    display: block;
    overflow-x: scroll;
    margin-top: 15px;
  }

  .order_table .order_table_heading th {
    white-space: nowrap;
  }

  .profile_right_sec {
    margin-top: 15px;
  }

  .Collection_h4 {
    color: var(--theme-secondary-color);
    text-align: left;
    font-size: 15px !important;
  }
}

/* For mobile devices */
@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
  }

  .Shop_modal .modal-header {
    padding: 20px 12px 20px 12px;
    /* padding: 26px 12px 20px 12px; */
  }

  .Shop_modal .modal-footer {
    padding: 20px 20px 20px;
  }

  .collection_img img {
    object-fit: contain;
    margin: auto;
    padding: 5px;
    height: 100%;
    max-height: 118px;
  }

  .shop_table {
    width: 100%;
    display: block;
    overflow-x: auto;
    margin-top: 15px;
  }

  .shop_table th,
  .shop_table td {
    font-size: 15px;
    /* Reduce font size on smaller screens */
    padding: 8px;
    /* Adjust padding for better fit */
  }

  .qty-container .input-qty {
    padding: 2px 0;

    font-size: 18px;

    width: 43px;
  }

  .qty-container {
    display: flex;
    justify-content: center;
  }

  .qty-btn-minus,
  .qty-btn-plus {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }

  .qty-btn-minus i,
  .qty-btn-plus i {
    font-size: 10px;
  }

  .tracking_table {
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  h1,
  .h1 {
    font-size: 24px !important;
  }
}

@media (max-width: 1200px) {
  .cart_Sec {
    margin-bottom: 20px;
  }
}

@media (max-width: 1500px) {
  .collection_img img {
    object-fit: contain;
    margin: auto;
    padding: 22px;
    height: 100%;
    max-height: 157px;
  }
}

@media (max-width: 992px) {
  .about-sec {
    padding-bottom: 0px;
  }

  .simple-video-play {
    line-height: 80px;
    margin-bottom: 22px;
  }
}

@media (max-width: 768px) {
  .collection_img img {
    object-fit: contain;
    margin: auto;
    padding: 2px;
    height: 100%;
    max-height: 96px;
  }

  ul {
    padding-left: 15px;
  }

  .scrollable-column .image-list a img {
    height: 100%;
  }

  h2,
  .h2 {
    font-size: 19px !important;
  }

  h3,
  .h3 {
    font-size: 22px !important;
  }
}

.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav li {
  position: relative;
  display: inline-block;
}

.nav a {
  text-decoration: none;
  color: #333;
  padding: 10px;
  display: block;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 20;
}

.dropdown .name {
  display: block;
  white-space: nowrap;
}

.dropdown .option:hover {
  background: #f0f0f0;
  width: 100%;
}

.nav li:hover .dropdown {
  display: block;
}


.widget .blog-dropdown select {
  appearance: none;
  box-shadow: none;
  flex: 1;
  padding: 0 1em;
  color: #000;
  background-color: #FFFFFF;
  background-image: none;
  cursor: pointer;
  outline: none;
  border: 1px solid #AC7434;
}

.widget .blog-dropdown select::-ms-expand {
  display: none;
}

.widget .blog-dropdown .select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  overflow: hidden;
}

.widget .blog-dropdown .select::after {
  content: '\1F897';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #AC7434;
  transition: .25s all ease;
  pointer-events: none;
}

.our_collection_shoeses {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.empty_cart {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.empty_cart img {
  height: 250px;
  width: 300px
}

.empty_cart .no_product {
  color: #AC7434;
  font-size: 24px;
  font-weight: bold;
}

.empty_cart .continue_shopping {
  color: #AC7434;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0 0 0;
  cursor: pointer;
}

.empty_cart .continue_shopping:hover {
  color: #95642d;
}

.pbminfotech-icon-wrapper {
  display: flex;
  justify-content: center;
}

.font-bold {
  font-weight: bold;
}

.fs-15 {
  font-size: 15px !important;
}

.color-black-li {
  color: #000 !important;
}

.your_filter_main_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.your_filter_main_part h4 {
  text-wrap-mode: nowrap;
}

.filter-selected-list {
  margin-top: 20px;
}

/* .canvas-wrapper {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#shoeCanvas {
  width: 100%;
  height: 100%;
  display: block;
} */

/* .customize-shoes {
  display: flex;
  flex-wrap: wrap;
}

.leftPanel,
.shoes-style {
  width: 50%;
  box-sizing: border-box;
} */

/* .canvas-wrapper {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .canvas-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shoeCanvas {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: pixelated;
} */

/* @media (max-width: 991.98px) {

  .leftPanel,
  .shoes-style {
    width: 100%;
  }

  .canvas-wrapper {
    aspect-ratio: 4 / 3;
  }
  
} */

.terms_condition_part ul,
.privacy_part ul {
  padding-left: 45px;
}

.terms_condition_part ul li,
.privacy_part ul li {
  color: #000;
  list-style-type: disc;
}

.gift_container button {
  padding: 10px;
  background-color: var(--theme-primary-color) !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s ease-in-out;
  width: 40%;
  border-radius: 45px;
}

.gift_container button:hover {
  background-color: var(--);
}

.customize-shoes-slide {
  max-height: 100vh;
  overflow-y: scroll;
  background-color: #FFFFFF;
}

.customize-shoes-slide::-webkit-scrollbar {
  display: none;
}

.customize-shoes-slide {
  scrollbar-width: none;
}

.customize-shoes-slide {
  -ms-overflow-style: none;
}

.canvas-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shoeCanvas {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: pixelated;
}

.shoeCanvas {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: pixelated;
}

.customize-shoes {
  display: flex;
  flex-wrap: wrap;
}

.leftPanel,
.shoes-style {
  /* width: 50%; */
  width: 70%;
  box-sizing: border-box;
}

.leftPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 992px) {

  .top-header .top-profile .icon_part li:nth-of-type(2) {
    margin-top: -20px;
  }

}

/* @media (max-width: 576px) { */
@media (max-width: 992px) {
  .top-header .top-profile .searchbar_field li {
    width: 100%;
  }

  .top-header .top-profile form input {
    width: 100%;
  }

  .top-header .left ul {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .top-header .left ul li {
    width: 100%;
    margin-bottom: 0;
    text-wrap-mode: nowrap;
  }

  .top-header .top-profile .icon_part {
    flex-direction: row !important;
    align-items: flex-start !important;
  }

  .top-header .top-profile .icon_part li:nth-of-type(2) {
    margin-top: -10px;
  }

}


.canvas-controls {
  position: absolute;
  width: 100%;
}

.canvas-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  z-index: 100;
}

.canvas-arrow img {
  width: 40px;
  height: 40px;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.product_detail_gift_modal .filter_body {
  height: auto;
}

.Shop_modal .how_to_take_measurement{
    position: absolute;
    bottom: 180px;
    right: 0;
    left: 0;
    padding: 20px 100px 20px;
    width: 100%;
    margin-top: 100px;
    background: white;
}