@charset "UTF-8";
/*
Template Name: Syndron – Bootstrap 5 eCommerce Template
Author: codervent
Email: codervent@gmail.com
File: style.scss

Table of Index 

  --Basic
  --functions
  --utilities
  --bootstrap extended
  --Header
  --Navigation
  --cart offcanvas
  --search-modal
  --dropdown animation
  --slider
  --deals swiper
  --tabular product
  --product image
  --product card
  --wishlist
  --shop instagram
  --breadcrumb
  --product img
  --product details
  --authentication
  --my account
  --tabular-product-details
  --shop page
  --colors
  --blog
  --back to top button
  --footer

*/
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545 ;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f ;
}

/*Basic*/
body {
  font-size: 15.3px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

.text-para {
  color: #4e5562;
}

::-moz-placeholder {
  color: #000 !important;
  font-size: 14px;
  opacity: 0.4 !important;
}

::placeholder {
  color: #000 !important;
  font-size: 14px;
  opacity: 0.4 !important;
}

/*functions*/
/*utilities*/
.dropdown-toggle-nocaret:after {
  display: none;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.depth-10 {
  z-index: 10;
}

.w-220 {
  width: 220px;
}

.w-300 {
  width: 300px;
}

.h-250 {
  height: 250px !important;
}

.wh-60 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-ribben {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 16px;
  background-color: #fd152c;
}

/* bootstrap extended*/
.form-check-input:focus {
  border-color: #4e4e4e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0);
}

.form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.form-select:focus,
.form-control:focus {
  border-color: #212529;
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0);
}

.dropdown-menu {
  border: 0;
  box-shadow: var(--bs-box-shadow);
}
.dropdown-menu .dropdown-item:focus {
  color: var(--bs-white);
  background-color: var(--bs-dark);
}

.btn-close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.0);
}

/*Header*/
.top-header {
  position: relative;
  height: auto;
  z-index: 10;
  background-color: #212529;
}
.top-header .top-strip {
  position: sticky;
  height: auto;
}
.top-header .top-strip .nav-link {
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.top-header .top-strip .nav-link:hover {
  background-color: var(--bs-light-text-emphasis);
}
.top-header .top-strip .strip-social-links .nav-link {
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header .top-strip .btn-language {
  font-size: 12px;
}

/*Navigation*/
.navbar {
  background-color: #ffffff;
  min-height: 82px;
}
.navbar .logo-img {
  width: 124px;
}
.navbar .logo-img2 {
  width: 130px;
}
.navbar .navbar-nav .dropdown-menu {
  box-shadow: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-link {
  color: var(--bs-body-color);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0.375em 16px;
  border-radius: 0rem;
  border-bottom: 1px solid #e2e3e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    border: 0px solid #e2e3e5;
    border-radius: 0.375rem;
    padding: 0.375em 10px;
  }
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--bs-body-color);
  background-color: var(--bs-secondary-bg-subtle);
}
.navbar .navbar-nav .mega-menu {
  background-color: #ffffff;
}
.navbar .navbar-nav .mega-menu .mega-menu-title {
  font-size: 18px;
}
.navbar .navbar-nav .mega-menu .mega-menu-link {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.navbar .navbar-nav .mega-menu .list-group-item {
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
    margin: 0;
    padding: 0.5rem;
    --bs-dropdown-min-width: 12rem;
    display: none;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0.375rem;
    padding: 0.375rem 0.5rem;
  }
  .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown-menu {
    display: none;
  }
  .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown:hover .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
  }
  .navbar .navbar-nav .mega-menu {
    position: absolute;
    background-color: #f9f9f9;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ffffff;
  }
  .navbar .navbar-nav .mega-menu .mega-menu-title {
    font-size: 18px;
  }
  .navbar .navbar-nav .mega-menu .mega-menu-link {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.navbar .nav-search .nav-search-control {
  background-color: var(--bs-light);
  border: 2px solid var(--bs-light) !important;
}
.navbar .nav-search .nav-search-control:focus {
  background-color: var(--bs-body-bg);
  border: 2px solid var(--bs-dark) !important;
}
.navbar .right-links .nav-link {
  color: var(--bs-body-color);
  font-size: 17px;
  width: 35px;
  height: 35px;
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.navbar .right-links .nav-link:hover {
  background-color: var(--bs-secondary-bg-subtle);
}
.navbar .right-links .nav-link .notify-badge {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  top: -4px;
  right: 0;
  border-radius: 50%;
  background-color: #ec1313;
}
.navbar .btn-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-color);
  font-size: 17px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  background-color: #fff;
}
.navbar .btn-menu-close:hover {
  background-color: var(--bs-secondary-bg-subtle);
}

/*cart offcanvas*/
.offcanvas-cart {
  width: 500px !important;
}

/*search-modal*/
.search-modal .form-control-search::-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 0.5;
}
.search-modal .form-control-search::placeholder {
  color: #000;
  font-size: 16px;
  opacity: 0.5;
}

/* dropdown animation */
@keyframes animdropdown {
  from {
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* slider */
.swiper-button-next,
.swiper-button-prev {
  color: var(--bs-body-color);
}

.swiper-pagination-bullet-active {
  color: var(--bs-body-color);
  background: var(--bs-body-color, var(--bs-body-color));
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
}

.swiper-wrapper .sub-title {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .swiper-wrapper .sub-title {
    font-size: 20px;
  }
}
.swiper-wrapper .large-title {
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .swiper-wrapper .large-title {
    font-size: 50px;
  }
}

.slide-icon {
  color: #0d0c0c;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e2e3e5;
  cursor: pointer;
}

/*deals swiper*/
.dealsSwiper .swiper-nav {
  top: 30%;
  z-index: 10;
}

.main-slider .swiper-nav {
  top: 50%;
  z-index: 10;
}

.category-swiper-nav {
  position: relative;
  margin-top: 3rem;
  top: 55%;
  z-index: 1;
}
@media (min-width: 992px) {
  .category-swiper-nav {
    margin-top: 0rem;
    position: absolute;
  }
}
.category-swiper-nav .categories-slider-icon-left {
  margin-left: -12px;
}
.category-swiper-nav .categories-slider-icon-right {
  margin-right: -12px;
}

/*categories*/
.categories-catalog .cat-title {
  color: var(--bs-body-color);
  font-size: 20px;
}
.categories-catalog .cat-number {
  color: var(--bs-light-text-emphasis);
  font-size: 16px;
}

.circular-category-img {
  width: 300px;
  height: 300px;
}

/* tabular product */
.tabular-product .nav-pills {
  width: max-content;
  width: -moz-max-content;
  background-color: #ffffff;
}
.tabular-product .nav-pills .nav-link {
  color: var(--bs-body-color);
}
.tabular-product .nav-pills .active {
  color: var(--bs-white);
  background-color: var(--bs-dark);
}

/*product image*/
.product-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-price, .product-card-list .product-price .prev-price, .product-price .product-card-list .prev-price .prev-price, .product-price .prev-price {
  color: var(--bs-black);
  font-size: 16px;
  font-weight: 500;
}
.product-price .prev-price, .product-card-list .product-price .prev-price .prev-price, .product-price .product-card-list .prev-price .prev-price .prev-price {
  color: #bcbcbc;
}

/*product card*/
.product-card {
  background-color: #fff;
}
.product-card .product-name {
  color: var(--bs-body-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-card .product-actions {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  z-index: 5;
}
.product-card .product-actions .btn-action {
  font-size: 20px;
  color: var(--bs-white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-dark);
}
.product-card .product-cart {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  z-index: 5;
}
.product-card:hover .product-actions {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.product-card:hover .product-cart {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.product-card-list .product-name {
  color: var(--bs-body-color);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-card-list .product-short-desc {
  font-size: 16px;
}
.product-card-list .product-price, .product-card-list .product-price .prev-price, .product-price .product-card-list .prev-price {
  color: var(--bs-black);
  font-size: 18px;
  font-weight: 500;
}
.product-card-list .product-price .prev-price, .product-price .product-card-list .prev-price .prev-price {
  font-size: 16px;
  color: #bcbcbc;
}
.product-card-list .product-actions {
  z-index: 5;
}
.product-card-list .product-actions .btn-action {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* wishlist*/
.btn-wishlist-delete, .cart-product-btn-delete {
  font-size: 18px;
  color: #0d0c0c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-product-btn-delete {
  width: 36px;
  height: 36px;
}

/*shop instagram*/
.shop-instagram .instagram-block {
  transition: all 0.2s;
}
.shop-instagram .instagram-block:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.shop-instagram .instagram-block:hover .instagram-logo {
  visibility: visible;
}
.shop-instagram .instagram-logo {
  color: #000;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  visibility: hidden;
}

/*breadcrumb*/
.section-breadcrumb .breadcrumb-link {
  color: var(--bs-body-color);
}
.section-breadcrumb .breadcrumb-active {
  color: #b0b0b0;
}
.section-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.bg-img-page-header {
  background-image: url(../images/gallery/page-header/page-header-1.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 250px;
  background-repeat: no-repeat;
}

/*product img*/
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-images-swiper-thumbnail .swiper-slide-thumb-active {
  border: 1px solid #0e1115;
  border-radius: 0.5rem;
}

/*product details*/
.btn-product-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--bs-light);
}

.btn-product-size {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid var(--bs-border-color);
  background-color: var(--bs-white);
}

.product-quantity {
  width: 12rem;
}

.product-share-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
}

.btn-filter-mobile {
  position: fixed;
  left: -37px;
  top: 50%;
  z-index: 10;
  transform: rotate(90deg);
}

.img-thumb-container img:hover {
  cursor: zoom-in;
}

/* authentication */
.separator {
  display: flex;
  align-items: center;
}
.separator .line {
  height: 1px;
  flex: 1;
  background-color: #dee2e6;
}
.separator p {
  padding: 0 1rem;
  color: #919191;
  font-size: 14px;
}

/* my account */
.my-account-menu .active {
  background-color: #212529;
}

.account-menu-list-item {
  color: #262626;
  padding: 8px 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.2s all;
}
.account-menu-list-item:hover {
  background-color: #fff;
}

/*tabular-product-details*/
.tabular-product-details .nav-pills {
  width: 100%;
  width: -moz-max-content;
  background-color: #ffffff;
}
.tabular-product-details .nav-pills .nav-link {
  color: var(--bs-body-color);
  border: 1px solid var(--bs-border-color);
}
.tabular-product-details .nav-pills .active {
  color: var(--bs-white);
  background-color: var(--bs-dark);
}
.tabular-product-details .customer-reviews-list .customer-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e3e4e5;
}

/* shop page */
.category-number {
  color: #7e7e7e;
}

.page-pagination .pagination {
  --bs-pagination-color: #212529;
  --bs-pagination-active-bg: #212529;
  --bs-pagination-hover-color: #212529;
  --bs-pagination-focus-color: #212529;
  --bs-pagination-active-border-color: #212529;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.25);
}

/*colors*/
.bg-indigo {
  background-color: var(--bs-indigo) !important;
}

.bg-black {
  background-color: var(--bs-black) !important;
}

.bg-orange {
  background-color: var(--bs-orange) !important;
}

.bg-pink {
  background-color: var(--bs-pink) !important;
}

.bg-red {
  background-color: var(--bs-red) !important;
}

.bg-green {
  background-color: var(--bs-green) !important;
}

.bg-yellow {
  background-color: var(--bs-yellow) !important;
}

/*blog*/
.post-title, .grid-posts-title, .recent-post-title, .post-categories-list-item {
  color: #212529;
  font-size: 28px;
  transition: 0.3s all;
  width: -moz-fit-content;
  width: fit-content;
}
.post-title:hover, .grid-posts-title:hover, .recent-post-title:hover, .post-categories-list-item:hover {
  text-decoration: underline;
}

.blog-img {
  width: 100%;
  height: 500px;
}
.blog-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-posts-img {
  width: 130px;
  height: 80px;
}
.recent-posts-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-posts-img {
  width: 100%;
  height: 260px;
}
.grid-posts-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-post-title, .post-categories-list-item {
  font-size: 16px;
}

.grid-posts-title {
  font-size: 20px;
}

/*back to top button*/
.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  position: fixed;
  border-radius: 50%;
  bottom: 24px;
  right: 24px;
  background-color: var(--bs-body-color);
  z-index: 5;
}
.back-to-top:hover {
  color: #fff;
  background-color: var(--bs-body-color);
  transition: all 0.5s;
}

/*footer*/
.footer-widgets .social-link a {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-widgets .footer-link, .footer-widgets .news-letter-caption {
  color: #5d6268;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */