:root {
  --theme-color: #C5D696;
  --new-blc: #001D3C;
  --blueviolet: #8000CB;
}

.theme-color2 {
  --theme-color: #094380;
}

.theme-color3 {
  --theme-color: #7520dd;
}

.theme-color4 {
  --theme-color: #e87316;
}

.theme-color5 {
  --theme-color: #df4246;
}

.theme-color6 {
  --theme-color: #51983c;
}

.text-color {
  color: #6d6d6d;
}

/**=====================
    common mixins css start
==========================**/
/*======= Font Awesome Font Family And Weight Start  ======= */
/*======= Font Awesome Font Family And Weight End  ======= */
/*======= position css starts  ======= */
/*======= position css ends  ======= */
/*======= display flex css starts  ======= */
/*======= display flex css ends  ======= */
/*======= Font-color css starts  ======= */
.font-default {
  color: #232323 !important;
}

.font-dark {
  color: rgba(35, 35, 35, 0.65) !important;
}

.font-light {
  color: #7e7e7e !important;
}

.font-dark-30 {
  color: #232323 !important;
}

/*======= Font-color css end  ======= */
/*======= buttons css starts  ======= */
.btn-solid-dark {
  color: #fff;
  background-color: unset;
  border: 1px solid #232323;
  overflow: hidden;
}
.btn-solid-dark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-dark:hover, .btn-solid-dark:focus {
  color: var(--theme-color);
}
.btn-solid-dark:hover::before, .btn-solid-dark:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-dark:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-dark:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-dark:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}

.btn-solid-light {
  color: #fff;
  background-color: unset;
  border: 1px solid #fefefe;
  overflow: hidden;
  color: #fff;
}
.btn-solid-light::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-light:hover, .btn-solid-light:focus {
  color: var(--theme-color);
}
.btn-solid-light:hover::before, .btn-solid-light:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-light:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-light:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-light:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}
.btn-solid-light:hover, .btn-solid-light:focus, .btn-solid-light:active, .btn-solid-light.active {
  color: #000;
}

.btn-solid-default {
  color: #fff;
  background-color: unset;
  border: 1px solid var(--theme-color);
  overflow: hidden;
}
.btn-solid-default::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-default:hover, .btn-solid-default:focus {
  color: var(--theme-color);
}
.btn-solid-default:hover::before, .btn-solid-default:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-default:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-default:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-default:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}

/*======= buttons css end  ======= */
/*======= align css starts  ======= */
/*======= align css ends  ======= */
/*======= breakpoint css ends  ======= */
/**=====================
    breakpoint mixins css start
==========================**/
@keyframes rounded {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run-shoes {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    transform: rotate(5deg);
    transform-origin: left;
  }
  75% {
    transform: rotate(-5deg);
    transform-origin: right;
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
  }
}
@keyframes ripple-1 {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 115, 22, 0.3), 0 0 0 1em rgba(232, 115, 22, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(232, 115, 22, 0.3), 0 0 0 1.5em rgba(232, 115, 22, 0);
  }
}
@keyframes ripple-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
  }
}
@keyframes rotate-flower {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes back {
  0% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-13px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes regMask {
  0% {
    transform: translate(0px, 0px) scale(0);
  }
  50% {
    transform: translate(100px, 100px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes regMaskR {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  50% {
    transform: translate(150px, -150px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(0);
  }
}
@keyframes regTag {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  50% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  100% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
}
@keyframes regTag2 {
  0% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
  100% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
}
@keyframes regTagR {
  0% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
  25% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  50% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes regTag2R {
  0% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
  100% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes buttons-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(15deg);
  }
  3% {
    transform: rotateZ(-14deg);
  }
  5% {
    transform: rotateZ(17deg);
  }
  7% {
    transform: rotateZ(-16deg);
  }
  9% {
    transform: rotateZ(15deg);
  }
  11% {
    transform: rotateZ(-14deg);
  }
  13% {
    transform: rotateZ(13deg);
  }
  15% {
    transform: rotateZ(-12deg);
  }
  17% {
    transform: rotateZ(12deg);
  }
  19% {
    transform: rotateZ(-10deg);
  }
  21% {
    transform: rotateZ(9deg);
  }
  23% {
    transform: rotateZ(-8deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  27% {
    transform: rotateZ(-5deg);
  }
  29% {
    transform: rotateZ(5deg);
  }
  31% {
    transform: rotateZ(-4deg);
  }
  33% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  37% {
    transform: rotateZ(1deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes floating {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-187%);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes moveDown {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes pendulum {
  20% {
    transform: rotate(60deg);
  }
  40% {
    transform: rotate(-40deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
@keyframes catHi {
  0%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  10%, 60% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes catShadow {
  0%, 100% {
    transform: translate(40px, -35px) scale(0.3);
  }
  10%, 60% {
    opacity: 1;
    transform: translate(-5px, 10px) scale(0.5);
  }
  60% {
    opacity: 0;
  }
}
@keyframes moveBox {
  0% {
    opacity: 0;
    transform: translate(0, -150px) rotate(20deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, 100px) rotate(-15deg);
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, 570px) rotate(0deg);
  }
  45%, 100% {
    opacity: 0;
    transform: translate(0, 570px);
  }
}
@keyframes parachute {
  0% {
    transform: translate(0, -150px) rotate(20deg) scale(0.8);
    opacity: 0;
  }
  15% {
    transform: translate(0, 100px) rotate(-15deg) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  33% {
    transform: translate(0, 460px) rotate(0deg) scale(0.9);
    opacity: 1;
  }
  45%, 100% {
    transform: translate(0, 480px);
    opacity: 0;
  }
}
@keyframes fadeInOut {
  5%, 12% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
@keyframes clouds {
  from {
    transform: translate(-150%, 0);
  }
  to {
    transform: translate(150%, 0);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**=====================
     header css start
==========================**/
header .top-header {
  padding: 16px 0;
  background-color: #f0f3f8;
}
header .top-header-black {
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
}
header .top-header-white {
  background-color: #fff;
}
@media (max-width: 575px) {
  header .top-header {
    padding: 10px 0;
  }
}
header .top-header .row {
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (max-width: 575px) {
  header .top-header .row {
    justify-content: flex-end;
  }
}
header .top-header .border-list {
  padding-right: 6px;
}
[dir=rtl] header .top-header .border-list {
  padding-right: unset;
  padding-left: 6px;
}
header .top-header .border-list > li {
  padding: 0 20px;
  margin-right: -5px;
}
[dir=rtl] header .top-header .border-list > li {
  margin-right: unset;
  margin-left: -5px;
}
@media (max-width: 1366px) {
  header .top-header .border-list > li {
    padding: 0 10px;
  }
}
header .top-header .border-list > li a {
  color: #232323;
}
header .top-header .border-list > li a:hover {
  background-color: transparent;
}
header .top-header .border-list > li a i {
  vertical-align: middle;
  font-size: 11px;
  padding-left: 5px;
}
[dir=rtl] header .top-header .border-list > li a i {
  padding-left: unset;
  padding-right: 5px;
}
@media (max-width: 575px) {
  header .top-header .border-list > li a i {
    font-size: 9px;
  }
}
header .top-header .border-list > li .dropdown-menu li a:active {
  background-color: var(--theme-color);
  color: #fff;
}
header .top-header .border-list > li:first-child {
  padding-left: 0;
}
[dir=rtl] header .top-header .border-list > li:first-child {
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 575px) {
  header .top-header .border-list > li:first-child {
    display: none;
  }
}
header .top-header .border-list > li:last-child {
  padding-right: 0;
}
[dir=rtl] header .top-header .border-list > li:last-child {
  padding-right: 10px;
  padding-left: 0;
}
header .top-header .border-list > li + li {
  border-left: 1px solid rgba(35, 35, 35, 0.15);
}
[dir=rtl] header .top-header .border-list > li + li {
  border-left: unset;
  border-right: 1px solid rgba(35, 35, 35, 0.15);
}
@media (max-width: 575px) {
  header .top-header .border-list > li:nth-child(2) {
    border: none !important;
  }
}
@media (max-width: 575px) {
  header .top-header .dropdown {
    font-size: 13px;
  }
}
header .top-header .dropdown .dropdown-toggle::after {
  display: none;
}
[dir=rtl] header .top-header .dropdown.top-header-dropdown .dropdown-menu {
  left: 0;
}
header .top-header .dropdown.top-header-dropdown .dropdown-menu li .dropdown-item:focus {
  background-color: var(--theme-color);
  color: #fff;
}
header .main-menu {
  justify-content: space-between;
}
header .main-menu .menu-left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .main-menu .menu-right {
    padding-right: 8px;
  }
  [dir=rtl] header .main-menu .menu-right {
    padding-right: unset;
    padding-left: 8px;
  }
}
header .main-menu .menu-right .cart-menu .nav-active a {
  color: var(--theme-color);
}
header .main-menu .menu-right .cart-menu .media-body a:hover {
  color: var(--theme-color);
}
header .main-menu .menu-right .search-box {
  padding: 10px 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
}
header .main-menu .menu-right .search-box.black-search-icon {
  color: #212529;
}
@media (max-width: 1366px) {
  header .main-menu .menu-right .search-box {
    padding: 6px 8px;
  }
}
@media (max-width: 575px) {
  header .main-menu .menu-right .search-box {
    padding: 4px 6px;
  }
}
@media (max-width: 575px) {
  header .main-menu .menu-right .search-box svg {
    width: 16px;
  }
}
header .main-menu .menu-right > ul {
  display: flex;
  align-items: center;
}
header .main-menu .menu-right > ul > li svg {
  width: 20px;
}
@media (max-width: 1366px) {
  header .main-menu .menu-right > ul > li svg {
    width: 18px;
  }
}
header .main-menu .menu-right > ul > li + li {
  margin-left: 20px;
}
[dir=rtl] header .main-menu .menu-right > ul > li + li {
  margin-left: unset !important;
  margin-right: 20px;
}
@media (max-width: 575px) {
  header .main-menu .menu-right > ul > li + li {
    margin-left: 10px;
  }
  [dir=rtl] header .main-menu .menu-right > ul > li + li {
    margin-right: 10px;
  }
}
header .main-menu .menu-right .cart-media {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .main-menu .menu-right .cart-media .cart-icon {
  position: relative;
}
header .main-menu .menu-right .cart-media .cart-icon .label {
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: -8px;
  padding: 0;
  line-height: 1;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-menu .menu-right .cart-media .cart-content {
  margin-left: 20px;
}
@media (max-width: 767px) {
  header .main-menu .menu-right .cart-media .cart-content {
    display: none;
  }
}
header .main-menu .menu-right .cart-media .cart-content h6 {
  line-height: 1;
}
header .main-menu .menu-right .cart-media .cart-content span {
  font-size: 13px;
}
[dir=rtl] header .main-menu .menu-right .cart-media .cart-content {
  margin-left: unset;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  header .main-menu nav {
    margin-left: auto;
    margin-right: 15px;
  }
  [dir=rtl] header .main-menu nav {
    margin-left: 15px;
    margin-right: auto !important;
  }
}
@media (max-width: 575px) {
  header .main-menu nav {
    margin-right: 15px;
  }
  [dir=rtl] header .main-menu nav {
    margin-left: 15px;
  }
}
header .category-menu {
  margin-left: 30px;
}
[dir=rtl] header .category-menu {
  margin-left: unset !important;
  margin-right: 30px;
}
@media (max-width: 1366px) {
  header .category-menu {
    margin-left: 20px;
  }
  [dir=rtl] header .category-menu {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  header .category-menu {
    margin-left: 10px;
  }
  [dir=rtl] header .category-menu {
    margin-right: 10px;
  }
}
header .category-menu .btn {
  padding: 9px 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  header .category-menu .btn {
    padding: 6px 12px;
  }
}
header .category-menu .btn i {
  font-size: 11px;
  vertical-align: middle;
  padding-left: 5px;
}
[dir=rtl] header .category-menu .btn i {
  padding-left: unset;
  padding-right: 5px;
}

/**=====================
     home section css start
==========================**/
.home-section-1 {
  padding: 0 100px;
}
@media (max-width: 1460px) {
  .home-section-1 {
    padding: 0 50px;
  }
}
@media (max-width: 1366px) {
  .home-section-1 {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .home-section-1 {
    padding: 0;
  }
}
.home-section-1 .home-wrap {
  padding: 50px 100px;
  position: relative;
  display: flex;
}
@media (max-width: 1660px) {
  .home-section-1 .home-wrap {
    padding: 40px 50px;
  }
}
@media (max-width: 1366px) {
  .home-section-1 .home-wrap {
    padding: 30px 40px;
  }
}
@media (max-width: 575px) {
  .home-section-1 .home-wrap {
    padding: 30px;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .home-section-1 .home-wrap .left-content {
    display: flex;
    align-items: center;
    padding-bottom: 22px;
  }
}
.home-section-1 .home-wrap .left-content .offer-wrap {
  margin-bottom: calc(30px + 60 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .home-section-1 .home-wrap .left-content .offer-wrap {
    margin-bottom: 20px;
  }
}
.home-section-1 .home-wrap .left-content .offer-wrap h6 {
  color: #212529;
}
.home-section-1 .home-wrap .left-content .home-content h1 {
  color: #212529;
}
@media (max-width: 575px) {
  .home-section-1 .home-wrap .left-content .home-content h1 {
    font-size: 26px;
  }
}
.home-section-1 .home-wrap .left-content .home-content h2 {
  font-size: calc(32px + 8 * (100vw - 320px) / 1600);
  color: #212529;
  font-weight: 400;
}
.home-section-1 .home-wrap .left-content .home-content h3 {
  font-size: calc(32px + 8 * (100vw - 320px) / 1600);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .home-section-1 .home-wrap .left-content .home-content h3 {
    font-size: calc(28px + 2 * (100vw - 320px) / 879);
  }
}
@media (max-width: 575px) {
  .home-section-1 .home-wrap .left-content .home-content h3 {
    font-size: 20px;
  }
}
.home-section-1 .home-wrap .left-content .home-content .text-decoration-line-through {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .home-section-1 .home-wrap .left-content .home-content .text-decoration-line-through {
    font-size: calc(16px + 2 * (100vw - 320px) / 879);
  }
}
@media (max-width: 575px) {
  .home-section-1 .home-wrap .left-content .home-content .text-decoration-line-through {
    font-size: 14px;
  }
}
.home-section-1 .home-wrap .right-content {
  display: flex;
  align-items: center;
}
.home-section-1 .home-wrap .right-content .product-img {
  margin-top: calc(15px + 15 * (100vw - 320px) / 1600);
}
.home-section-1 .home-wrap .right-content .product-img ul {
  display: block;
  margin-bottom: -5px;
}
@media (max-width: 1660px) {
  .home-section-1 .home-wrap .right-content .product-img ul li a img {
    height: 80px;
  }
}
.home-section-1 .home-wrap .right-content .product-img ul li + li {
  margin-left: calc(10px + 10 * (100vw - 320px) / 1600);
}
[dir=rtl] .home-section-1 .home-wrap .right-content .product-img ul li + li {
  margin-right: calc(10px + 10 * (100vw - 320px) / 1600);
  margin-left: unset;
}
.home-section-1 .home-social {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  right: 127;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] .home-section-1 .home-social {
  right: unset !important;
  left: 127;
}
@media (max-width: 1660px) {
  .home-section-1 .home-social {
    right: 50px;
  }
  [dir=rtl] .home-section-1 .home-social {
    left: 50px;
  }
}
@media (max-width: 1460px) {
  .home-section-1 .home-social {
    right: 40px;
  }
  [dir=rtl] .home-section-1 .home-social {
    left: 40px;
  }
}
.home-section-1 .home-social ul {
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
}
.home-section-1 .home-social ul li img {
  margin-right: 0;
  margin-bottom: 5px;
  transform: rotate(90deg);
}
[dir=rtl] .home-section-1 .home-social ul li img {
  margin-bottom: 0;
  margin-top: 5px;
}
.home-section-1 .home-social ul li span {
  vertical-align: 0;
  margin-right: 2px;
}
.home-section-1 .home-social ul li a {
  display: flex;
  align-items: center;
}
.home-section-1 .group-btn {
  position: absolute;
  bottom: 0;
}
[dir=rtl] .home-section-1 .group-btn {
  right: 0;
}
.home-section-1 .group-btn .btn {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: calc(10px + 10 * (100vw - 320px) / 1600) calc(15px + 25 * (100vw - 320px) / 1600);
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}
.home-section-1 .group-btn .btn::before {
  background-color: #1d1d1d;
}

/**=====================
    service section css start
==========================**/
.service-style-2 .service-wrap {
  display: block;
  text-align: center;
  margin-bottom: -2px;
}
.service-style-2 .service-wrap .service-icon {
  margin-bottom: 20px;
}
.service-style-2 .row > div {
  position: relative;
}
.service-style-2 .row > div + div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50px;
  background-color: #f0f3f8;
}
@media (max-width: 1199px) {
  .service-style-2 .row > div + div:nth-child(3):before {
    content: "";
    display: none;
  }
}
@media (max-width: 575px) {
  .service-style-2 .row > div + div:nth-child(even):before {
    content: "";
    display: none;
  }
}

/**=====================
     banner css start
==========================**/
.timer-banner {
  overflow: hidden;
}
.timer-banner .round-circle {
  position: absolute;
  animation: rounded 10s infinite linear;
  z-index: 0;
  width: 90%;
}
.timer-banner .veg-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}
.timer-banner .social-media {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
}
[dir=rtl] .timer-banner .social-media {
  transform: translateY(-50%) rotate(180deg);
}
[dir=rtl] .timer-banner .social-media {
  left: 15px;
  right: unset;
}
@media (max-width: 360px) {
  .timer-banner .social-media {
    bottom: 0;
    position: absolute;
    writing-mode: horizontal-tb;
    top: unset;
  }
  [dir=rtl] .timer-banner .social-media {
    transform: translateY(-50%) rotate(0deg);
  }
}
.timer-banner .social-media .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timer-banner .social-media .social-icon + .social-icon {
  margin-top: 10px;
}
[dir=rtl] .timer-banner .social-media .social-icon + .social-icon {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .timer-banner .social-media .social-icon + .social-icon {
    margin-top: 0;
    margin-left: 5px;
  }
  [dir=rtl] .timer-banner .social-media .social-icon + .social-icon {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 0px;
  }
}
.timer-banner .social-media .social-icon img {
  transform: rotate(90deg);
  margin-bottom: 10px;
}
[dir=rtl] .timer-banner .social-media .social-icon img {
  margin-top: 10px;
}
@media (max-width: 360px) {
  .timer-banner .social-media .social-icon img {
    transform: rotate(0deg);
    margin-bottom: 0;
  }
}
.timer-banner .social-media .social-icon h6 {
  font-weight: 600;
  font-size: calc(8px + 6 * (100vw - 320px) / 1600);
  color: #212529;
}
@media (max-width: 1199px) {
  .timer-banner .social-media .social-icon h6 {
    display: none;
  }
}
@media (max-width: 575px) {
  .timer-banner.bg-size::before {
    padding-top: 58%;
  }
}
@media (max-width: 480px) {
  .timer-banner.bg-size::before {
    padding-top: 64%;
  }
}
@media (max-width: 360px) {
  .timer-banner.bg-size::before {
    padding-top: 94%;
  }
}
.timer-banner .coupon-code {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 20px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.timer-banner .coupon-code::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px dashed var(--theme-color);
  left: 0;
  top: 0;
  opacity: 0.2;
}
[dir=rtl] .timer-banner .coupon-code::after {
  left: unset;
  right: 0;
}
@media (max-width: 1199px) {
  .timer-banner .coupon-code {
    top: 20px;
    left: unset;
    transform: unset;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .timer-banner .coupon-code {
    padding: 4px 10px;
  }
}
@media (max-width: 480px) {
  .timer-banner .coupon-code {
    top: 15px;
    right: 15px;
  }
}
.timer-banner .timer {
  display: inline-flex;
  z-index: 1;
  backdrop-filter: blur(10px);
}
.timer-banner .timer ul {
  padding: 30px 50px;
}
.timer-banner .timer ul.light-color {
  background-color: rgba(81, 152, 60, 0.7);
  backdrop-filter: blur(8px);
  color: #fff;
}
@media (max-width: 1199px) {
  .timer-banner .timer ul {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .timer-banner .timer ul {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .timer-banner .timer ul {
    padding: 15px;
  }
}
.timer-banner .timer ul li h2 {
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .timer-banner .timer ul li h2 {
    margin-bottom: 2px;
    font-size: 20px;
  }
}
.timer-banner .timer ul li + li {
  margin-left: 80px;
}
[dir=rtl] .timer-banner .timer ul li + li {
  margin-left: unset !important;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .timer-banner .timer ul li + li {
    margin-left: 50px;
  }
  [dir=rtl] .timer-banner .timer ul li + li {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .timer-banner .timer ul li + li {
    margin-left: 30px;
  }
  [dir=rtl] .timer-banner .timer ul li + li {
    margin-right: 30px;
  }
}
.timer-banner .timer ul li + li::before {
  left: -42px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
[dir=rtl] .timer-banner .timer ul li + li::before {
  left: unset !important;
  right: -42px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-left: unset;
}
@media (max-width: 767px) {
  .timer-banner .timer ul li + li::before {
    left: -28px;
  }
  [dir=rtl] .timer-banner .timer ul li + li::before {
    right: -28px;
  }
}
@media (max-width: 480px) {
  .timer-banner .timer ul li + li::before {
    left: -18px;
  }
  [dir=rtl] .timer-banner .timer ul li + li::before {
    right: -18px;
  }
}
.timer-banner .discount-offer {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  left: 30px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: #212529;
}
[dir=rtl] .timer-banner .discount-offer {
  left: unset !important;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .timer-banner .discount-offer {
    left: 20px;
    top: 20px;
    writing-mode: unset;
    text-orientation: initial;
    transform: rotate(0) !important;
    transform: unset;
  }
  [dir=rtl] .timer-banner .discount-offer {
    right: unset;
    left: 20px !important;
  }
}
@media (max-width: 480px) {
  .timer-banner .discount-offer {
    left: 15px;
    top: 15px;
  }
  [dir=rtl] .timer-banner .discount-offer {
    left: 15px !important;
    right: unset;
  }
}
@media (max-width: 1460px) {
  .timer-banner .discount-offer h5 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .timer-banner .discount-offer h5 {
    font-size: 10px;
  }
}
.timer-banner .discount-offer .wishlist-icon {
  padding: 7px 7px 8px 4px;
  position: relative;
}
[dir=rtl] .timer-banner .discount-offer .wishlist-icon {
  margin-bottom: 8px;
  margin-top: 0 !important;
}
@media (max-width: 1460px) {
  .timer-banner .discount-offer .wishlist-icon {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .timer-banner .discount-offer .wishlist-icon {
    padding: 4px 4px 2px;
    margin-top: 0 !important;
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  .timer-banner .discount-offer .wishlist-icon {
    display: none;
  }
}
.timer-banner .discount-offer .wishlist-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--theme-color);
  opacity: 0.1;
  border-radius: 100%;
}
@media (max-width: 1460px) {
  .timer-banner .discount-offer .wishlist-icon::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .timer-banner .discount-offer .wishlist-icon::after {
    display: block;
  }
}
.timer-banner .discount-offer .wishlist-icon i {
  font-size: 13px;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .timer-banner .discount-offer .wishlist-icon i {
    transform: unset;
    font-size: 12px;
  }
}

.small-banner .collection-banner {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .small-banner .collection-banner {
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .small-banner .collection-banner {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .small-banner .collection-banner.bg-size:before {
    padding-top: 74%;
  }
}
@media (max-width: 360px) {
  .small-banner .collection-banner.bg-size:before {
    padding-top: 86%;
  }
}

.banner-btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
[dir=rtl] .banner-btn-group {
  left: unset;
  right: 0;
}
.banner-btn-group button + button {
  margin-left: -1px;
}
[dir=rtl] .banner-btn-group button + button {
  margin-right: -1px;
  margin-left: unset;
}

/**=====================
     product css start
==========================**/
.tab-section .product-style-1 .product-box .product-details h5 {
  margin-left: 0;
}
[dir=rtl] .tab-section .product-style-1 .product-box .product-details h5 {
  margin-left: unset;
  margin-right: 0;
}
.tab-section .product-style-1 .product-box .product-details h5.main-title {
  margin: 8px auto;
}

.vegetable-category-box .swiper {
  height: auto;
}

.product-box .product-details h5 {
  width: 100% !important;
}

.product-style-1 .product-box {
  background-color: #f0f3f8;
  padding: 20px;
  position: relative;
}
.product-style-1 .product-box.product-box1 {
  background-color: #e9e9e9;
}
.product-style-1 .product-box.bg-image {
  background-image: url(/images/vegetable/percentage.jpg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-style-1 .product-box-4 {
  background-color: #f0f7f0;
}
@media (max-width: 480px) {
  .product-style-1 .product-box {
    padding: 15px;
  }
}
.product-style-1 .product-box .img-wrapper img {
  margin: 0 auto;
  max-height: 115px;
  max-width: 150px;
  z-index: 1;
}
.product-style-1 .product-box .img-wrapper .round-circle {
  position: absolute;
  animation: rounded 10s infinite linear;
  z-index: 0;
  width: 100%;
}
.product-style-1 .product-box .img-wrapper .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-style-1 .product-box .img-wrapper a.text-center {
  display: flex;
  align-items: flex-end;
  min-height: 116px;
}
.product-style-1 .product-box .top-wishlist {
  display: flex;
  justify-content: space-between;
}
.product-style-1 .product-box .top-wishlist.product-color {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
}
.product-style-1 .product-box .top-wishlist span {
  font-size: 13px;
}
.product-style-1 .product-box .product-details h5 {
  color: #212529;
  margin: 5px auto;
}
.product-style-1 .product-list .product-box {
  padding: 20px calc(20px + 20 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box {
    padding: 20px;
  }
}
.product-style-1 .product-list .product-box .img-wrapper {
  min-width: 90px;
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box .img-wrapper {
    min-width: 70px;
  }
}
.product-style-1 .product-list .product-box .img-wrapper a.text-center {
  min-height: unset;
}
.product-style-1 .product-list .product-box .img-wrapper img {
  height: 118px;
  max-width: 90px;
  max-height: unset !important;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box .img-wrapper img {
    height: 78px;
    max-width: 70px;
  }
}
.product-style-1 .product-list .product-box .product-details {
  margin-top: 0;
  margin-left: calc(15px + 15 * (100vw - 320px) / 1600);
}
[dir=rtl] .product-style-1 .product-list .product-box .product-details {
  margin-left: unset !important;
  margin-right: calc(15px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box .product-details {
    margin-left: 15px;
  }
  [dir=rtl] .product-style-1 .product-list .product-box .product-details {
    margin-right: 15px;
  }
}
.product-style-1 .product-list .product-box .product-details h3 {
  display: flex;
  align-items: center;
}
.product-style-1 .product-list .product-box + .product-box {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box + .product-box {
    margin-top: 16px;
  }
}
.product-style-1.offer-wrap .product-banner .product-box .img-wrapper img {
  max-height: unset;
  max-width: unset;
  height: 310px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .product-style-1.offer-wrap .product-banner .product-box .img-wrapper img {
    height: 198px;
  }
}
.product-style-1.instagram-2 .product-box {
  padding: 0;
}
.product-style-1.instagram-2 .product-box .top-wishlist {
  position: absolute;
  right: calc(15px + 15 * (100vw - 320px) / 1600);
  top: calc(15px + 15 * (100vw - 320px) / 1600);
}
[dir=rtl] .product-style-1.instagram-2 .product-box .top-wishlist {
  right: unset;
  left: calc(15px + 15 * (100vw - 320px) / 1600);
}
.product-style-1.instagram-2 .product-box .img-wrapper .share {
  top: calc(15px + 15 * (100vw - 320px) / 1600);
  left: calc(15px + 15 * (100vw - 320px) / 1600);
}
[dir=rtl] .product-style-1.instagram-2 .product-box .img-wrapper .share {
  left: unset;
  right: calc(15px + 15 * (100vw - 320px) / 1600);
  transform: rotate(180deg);
}
.product-style-1.instagram-2 .product-box .insta-hover {
  padding: calc(30px + 40 * (100vw - 320px) / 1600);
}
.product-style-1.instagram-2 .product-box .insta-hover.insta-spacing {
  padding: calc(35px + 35 * (100vw - 320px) / 1600);
}

.product-style-2 .product-box {
  background: #f2f6fb !important;
}
.product-style-2 .product-box:hover .cart-wrap ul li:first-child {
  animation: fadeInUp 500ms ease-in-out;
}
.product-style-2 .product-box:hover .cart-wrap ul li:nth-child(2) {
  animation: fadeInUp 700ms ease-in-out;
}
.product-style-2 .product-box:hover .cart-wrap ul li:nth-child(3) {
  animation: fadeInUp 900ms ease-in-out;
}
.product-style-2 .product-box:hover .cart-wrap ul li:last-child {
  animation: fadeInUp 1000ms ease-in-out;
}
.product-style-2 .product-box .img-wrapper .back {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.product-style-2 .product-box .product-details h5 {
  margin: 0;
}
.product-style-2 .product-box .product-details .rating-details,
.product-style-2 .product-box .product-details .main-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-style-2 .product-box .product-details .rating-details.main-shop,
.product-style-2 .product-box .product-details .main-price.main-shop {
  display: block !important;
  text-align: center;
}
[dir=rtl] .product-style-2 .product-box .product-details .rating-details.main-shop,
[dir=rtl] .product-style-2 .product-box .product-details .main-price.main-shop {
  text-align: right;
}
@media (max-width: 575px) {
  .product-style-2 .product-box .product-details .rating-details,
  .product-style-2 .product-box .product-details .main-price {
    display: block;
    text-align: left;
  }
  [dir=rtl] .product-style-2 .product-box .product-details .rating-details,
  [dir=rtl] .product-style-2 .product-box .product-details .main-price {
    text-align: right;
  }
}
.product-style-2 .product-box .product-details .rating-details span,
.product-style-2 .product-box .product-details .main-price span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.product-style-2 .product-box .product-details .main-price {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .product-style-2 .product-box .product-details .main-price {
    margin-top: 5px;
  }
  .product-style-2 .product-box .product-details .main-price h3 {
    margin-top: 5px;
  }
}
.product-style-2 .product-box .cart-wrap ul li + li {
  margin-left: 4px;
}
[dir=rtl] .product-style-2 .product-box .cart-wrap ul li + li {
  margin-left: unset;
  margin-right: 4px;
}
.product-style-2 .product-box .cart-wrap a svg,
.product-style-2 .product-box .cart-wrap button svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 575px) {
  .product-style-2 .product-box .cart-wrap a svg,
  .product-style-2 .product-box .cart-wrap button svg {
    width: 13px;
    height: 13px;
  }
}
.product-style-2 .product-box:hover .img-wrapper .back {
  opacity: 1;
  backface-visibility: visible;
  transition: all 0.3s ease;
}
@media (max-width: 1660px) {
  .product-style-2.slide-4 {
    padding: 0 30px;
  }
}

/**=====================
     category css start
==========================**/
/**=====================
    Cookie section css start
==========================**/
.cookie-bar-section {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 365px;
  background: #eff2f7;
  padding: 30px;
  border-radius: 0;
  box-shadow: 1px 7px 14px -5px rgba(33, 37, 41, 0.15);
  text-align: center;
  z-index: 99;
  box-shadow: 0 4px 7px rgba(33, 37, 41, 0.15);
  opacity: 1;
  transition: 0.5s ease;
}
.cookie-bar-section.cookiebar-left-section {
  right: unset;
  left: 20px;
}
@media (max-width: 767px) {
  .cookie-bar-section.cookiebar-left-section {
    bottom: 10px;
    left: 10px;
  }
  [dir=rtl] .cookie-bar-section.cookiebar-left-section {
    left: unset;
    right: 10px;
  }
}
@media (max-width: 360px) {
  .cookie-bar-section.cookiebar-left-section {
    bottom: 0;
    left: 0;
    margin: 15px;
    padding: 20px 10px;
    border-radius: 7px;
  }
  [dir=rtl] .cookie-bar-section.cookiebar-left-section {
    left: unset;
    right: 0;
  }
}
[dir=rtl] .cookie-bar-section {
  right: unset;
  left: 20px;
}
.cookie-bar-section.chair-cookiebar {
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  .cookie-bar-section {
    bottom: 10px;
    right: 10px;
  }
  [dir=rtl] .cookie-bar-section {
    right: unset;
    left: 10px;
  }
}
@media (max-width: 360px) {
  .cookie-bar-section {
    bottom: 0;
    right: 0;
    margin: 10px;
    padding: 20px 10px;
    border-radius: 7px;
  }
  [dir=rtl] .cookie-bar-section {
    right: unset;
    left: 0;
  }
}
.cookie-bar-section img {
  max-width: calc(40px + 20 * (100vw - 320px) / 1600);
}
.cookie-bar-section::selection {
  color: #fff;
  background: #fcba7f;
}
.cookie-bar-section.hide {
  opacity: 0;
  bottom: -350px;
}

.content {
  margin-top: 10px;
}
.content h3 {
  color: #212529;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}
@media (max-width: 360px) {
  .content h3 {
    font-size: 19px;
  }
}
.content p {
  margin: calc(8px + 4 * (100vw - 320px) / 1600) 0;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.content .cookie-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**=====================
       Compare Section Css
  ==========================**/
.paypal-button-tagline {
  margin-top: 6px;
}

.compare-empty-box {
  text-align: center;
}
.compare-empty-box img {
  display: block;
  margin: 0 auto;
  width: 36%;
}
@media (max-width: 991px) {
  .compare-empty-box img {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .compare-empty-box img {
    width: 72%;
  }
}
@media (max-width: 360px) {
  .compare-empty-box img {
    width: 100%;
  }
}

/**=====================
     brand section css start
==========================**/
.tablet .backgroundView {
  padding-bottom: 9px;
}

.brand-slider {
  margin-bottom: -7px;
}

.zi-1 {
  z-index: 1;
}

.blog-profile {
  display: flex;
  align-items: center;
}
.blog-profile .image-profile {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-profile .image-name {
  margin-left: 15px;
}
[dir=rtl] .blog-profile .image-name {
  margin-left: unset;
  margin-right: 15px;
}
.blog-profile .image-name .text-weight h6 {
  font-weight: 300;
}
.blog-profile .image-name h3 {
  position: relative;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 4px;
}
.blog-profile .image-name h6 {
  color: #6c757d;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}

.search-section .search-bar .search-input,
.search-section .search-bar .search-button {
  border-radius: 4px;
}
.search-section .search-bar .input-group {
  width: 50%;
  margin: 26px auto 110px;
}
@media (max-width: 991px) {
  .search-section .search-bar .input-group {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .search-section .search-bar .input-group {
    width: 100%;
  }
}
.search-section .search-bar button {
  padding: 15px calc(24px + 11 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-colors);
}
.search-section .search-bar button i {
  color: #fff;
}
.search-section .search-bar button.search-button {
  padding: 15px;
}
.search-section .search-bar input:focus {
  border-color: #ced4da;
  z-index: 1;
}

/**=====================
       Social media css start
  ==========================**/
.social-media {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
}
.social-media.media-center {
  justify-content: center;
}
.social-media a {
  display: block;
}
.social-media .social-icon-box {
  width: calc(20px + 10 * (100vw - 320px) / 1600);
  height: calc(20px + 10 * (100vw - 320px) / 1600);
  background-color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.social-media .social-icon-box.social-color {
  background-color: #eff2f7;
}
@media (max-width: 360px) {
  .social-media .social-icon-box.social-color {
    background-color: var(--theme-color);
  }
}
.social-media .social-icon-box.social-color i {
  color: #212529;
}
@media (max-width: 575px) {
  .social-media .social-icon-box.social-color i {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .social-media .social-icon-box.social-color i {
    color: #fff;
  }
}
.social-media .social-icon-box i {
  color: #fff;
}

/**=====================
     Load more css start
  ==========================**/
.load-more {
  text-align: center;
  margin: 40px auto 0;
  width: 280px;
}
.load-more a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: var(--theme-color);
}

.product-load-more .col-grid-box {
  display: none;
}

/**=====================
       Log In page Css Start
  ==========================**/
.login-section {
  min-height: 100vh;
  position: relative;
  background: #f0f3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(30px + 40 * (100vw - 320px) / 1600);
}
.login-section .materialContainer {
  width: 100%;
  max-width: 460px;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
}
.login-section .materialContainer .box {
  position: relative;
  top: 0;
  opacity: 1;
  float: left;
  padding: calc(30px + 30 * (100vw - 320px) / 1600) calc(10px + 20 * (100vw - 320px) / 1600);
  width: 100%;
  background: #fff;
  border-radius: 10px;
  transform: scale(1);
  z-index: 5;
}
.login-section .materialContainer .box.back {
  transform: scale(0.95);
  top: -20px;
  opacity: 0.8;
  z-index: -1;
}
.login-section .materialContainer .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 10px;
  top: -10px;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  transform: scale(0.95);
}
.login-section .materialContainer .login-title {
  width: 100%;
  line-height: 46px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: calc(0px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  position: relative;
}
.login-section .materialContainer .login-title:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: calc(-10px + -20 * (100vw - 320px) / 1600);
  background: var(--theme-color);
}
[dir=rtl] .login-section .materialContainer .login-title:before {
  left: unset;
  right: calc(-10px + -20 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .login-title h2 {
  font-size: calc(27px + 1 * (100vw - 320px) / 1600);
  margin-left: calc(10px + -10 * (100vw - 320px) / 1600);
  margin-top: -2px;
}
.login-section .materialContainer .social-media {
  padding: 15px calc(10px + 15 * (100vw - 320px) / 1600);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(199, 199, 197, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-section .materialContainer .social-media h6 {
  margin-left: 20px;
  margin-bottom: -2px;
  color: #fff;
}
[dir=rtl] .login-section .materialContainer .social-media h6 {
  margin-left: unset;
  margin-right: 20px;
}
.login-section .materialContainer .social-media img {
  width: calc(8% + 10 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .social-media.fb-media {
  background-color: #43609c;
}
.login-section .materialContainer .social-media.fb-media h6 {
  color: #fff;
  font-size: 18px;
}
.login-section .materialContainer .social-media.google-media {
  color: #000;
}
.login-section .materialContainer .social-media.google-media h6 {
  font-size: 18px;
  color: #000;
}
.login-section .materialContainer p {
  width: 100%;
  float: left;
  text-align: center;
  color: rgba(33, 37, 41, 0.4);
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(17px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
.login-section .materialContainer p.pass-or {
  margin-top: calc(4px + 8 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .input {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .input label,
.login-section .materialContainer .input input,
.login-section .materialContainer .input .spin {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .button {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .button button .button.login button i.fa {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .material-button .shape:before, .login-section .materialContainer .material-button .shape:after {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .button.login button {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .material-button,
.login-section .materialContainer .alt-2,
.login-section .materialContainer .material-button .shape,
.login-section .materialContainer .alt-2 .shape,
.login-section .materialContainer .box {
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .input {
  width: 100%;
  float: left;
}
.login-section .materialContainer .input label,
.login-section .materialContainer .input input,
.login-section .materialContainer .input .spin {
  width: 100%;
  float: left;
}
.login-section .materialContainer .button {
  width: 100%;
  float: left;
}
.login-section .materialContainer .button button {
  width: 100%;
  float: left;
}
.login-section .materialContainer .input {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
  height: 70px;
}
.login-section .materialContainer .input {
  position: relative;
}
.login-section .materialContainer .input input {
  position: relative;
}
.login-section .materialContainer .button {
  position: relative;
}
.login-section .materialContainer .button button {
  position: relative;
}
.login-section .materialContainer .input input {
  height: 60px;
  top: 20px;
  border: none;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #212529;
  font-weight: 300;
}
[dir=rtl] .login-section .materialContainer .input input {
  text-align: right;
}
.login-section .materialContainer .input label {
  font-family: "Roboto", sans-serif;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: rgba(33, 37, 41, 0.8);
  font-weight: 300;
}
.login-section .materialContainer .input label.email-label {
  font-size: calc(15px + 9 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .button button {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: rgba(33, 37, 41, 0.8);
  font-weight: 300;
}
.login-section .materialContainer .input:before,
.login-section .materialContainer .input .spin {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
[dir=rtl] .login-section .materialContainer .input:before,
[dir=rtl] .login-section .materialContainer .input .spin {
  left: unset;
  right: 0;
}
.login-section .materialContainer .input:before {
  content: "";
  background: rgba(33, 37, 41, 0.15);
  z-index: 3;
}
.login-section .materialContainer .input .spin {
  background: var(--theme-color);
  z-index: 4;
  width: 0;
}
.login-section .materialContainer .overbox .input .spin {
  background: #fff;
}
.login-section .materialContainer .overbox .input:before {
  background: rgba(255, 255, 255, 0.5);
}
.login-section .materialContainer .input label {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 60px;
  color: #777777;
}
.login-section .materialContainer .button {
  margin-top: 20px;
  margin: calc(15px + 5 * (100vw - 320px) / 1600) 0;
  overflow: hidden;
  z-index: 2;
}
.login-section .materialContainer .button.button-1 {
  margin-bottom: 0;
}
.login-section .materialContainer .button.login button {
  width: 100%;
  left: 0%;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  padding: calc(13px + 5 * (100vw - 320px) / 1600);
  border-radius: 4px;
}
.login-section .materialContainer .button.login button span {
  display: block;
  margin-top: -3px;
}
.login-section .materialContainer .button button {
  width: 100%;
  left: 0%;
  background-color: transparent;
  border: 1px solid rgba(33, 37, 41, 0.1);
  font-weight: 900;
  font-size: 18px;
  color: rgba(33, 37, 41, 0.2);
  padding: calc(13px + 5 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .button button {
  background-color: #fff;
  color: var(--theme-color);
  border: none;
}
.login-section .materialContainer .button.login button.active {
  border: 1px solid transparent;
  color: #fff !important;
  background-color: var(--theme-color);
}
.login-section .materialContainer .button.login button.active span {
  opacity: 0;
  transform: scale(0);
  display: none;
}
.login-section .materialContainer .button.login button.active i.fa {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  display: block;
}
.login-section .materialContainer .button.login button i.fa {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  font-size: 18px;
  transform: scale(0) rotate(-45deg);
  display: none;
}
.login-section .materialContainer .button button {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.login-section .materialContainer .pass-forgot {
  width: 100%;
  float: right;
  text-align: right;
  color: rgba(33, 37, 41, 0.4);
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  margin: 10px auto 0;
  text-align: right;
}
[dir=rtl] .login-section .materialContainer .pass-forgot {
  text-align: left;
}
.login-section .materialContainer .pass-forgot:hover {
  color: var(--theme-color);
}
.login-section .materialContainer .sign-category {
  width: 100%;
  text-align: center;
  color: rgba(33, 37, 41, 0.4);
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  margin: 10px auto;
  position: relative;
}
.login-section .materialContainer .sign-category span {
  background-color: #fff;
  z-index: 1;
  padding: 0 12px;
}
.login-section .materialContainer .sign-category::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  color: rgba(33, 37, 41, 0.2);
  z-index: -1;
}
.login-section .materialContainer .overbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: inherit;
  border-radius: 10px;
  padding: 60px 50px 40px 50px;
}
.login-section .materialContainer .overbox .login-title,
.login-section .materialContainer .overbox .button,
.login-section .materialContainer .overbox .input {
  z-index: 111;
  position: relative;
  color: #fff !important;
  display: none;
}
.login-section .materialContainer .overbox .login-title {
  width: 80%;
}
.login-section .materialContainer .overbox .input {
  margin-top: 20px;
}
.login-section .materialContainer .overbox .input input,
.login-section .materialContainer .overbox .input label {
  color: #fff;
}
.login-section .materialContainer .overbox .material-button,
.login-section .materialContainer .overbox .alt-2 {
  display: block;
}
.login-section .materialContainer .overbox .material-button .shape,
.login-section .materialContainer .overbox .alt-2 .shape {
  display: block;
}
.login-section .materialContainer .material-button,
.login-section .materialContainer .alt-2 {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--theme-color);
  position: absolute;
  top: 40px;
  right: -70px;
  cursor: pointer;
  z-index: 100;
  transform: translate(0%, 0%);
}
.login-section .materialContainer .material-button .shape,
.login-section .materialContainer .alt-2 .shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.login-section .materialContainer .material-button .shape:before,
.login-section .materialContainer .alt-2 .shape:before,
.login-section .materialContainer .material-button .shape:after,
.login-section .materialContainer .alt-2 .shape:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-section .materialContainer .material-button .shape:before,
.login-section .materialContainer .alt-2 .shape:before {
  width: 25px;
  height: 4px;
}
.login-section .materialContainer .material-button .shape:after,
.login-section .materialContainer .alt-2 .shape:after {
  width: 4px;
  height: 25px;
}
.login-section .materialContainer .material-button.active,
.login-section .materialContainer .alt-2.active {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(0deg);
}

/**=====================
       404 Page Css Start
  ==========================**/
.page-not-found .page-image {
  text-align: center;
}
.page-not-found .page-image img {
  width: 60%;
}
.page-not-found .page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 calc(0px + 50 * (100vw - 320px) / 1600);
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.page-not-found .page-container h2 {
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
  color: #212529;
  font-size: calc(25px + 10 * (100vw - 320px) / 1600);
  margin-top: -3px;
}
.page-not-found .page-container p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #7e7e7e;
}

/**=====================
       Contact Page Css Start
  ==========================**/
.contact-section .materialContainer {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
}
.contact-section .materialContainer .material-details h2 {
  margin-top: -5px;
}
.contact-section .materialContainer .material-details h4 {
  margin-top: 10px;
  font-weight: 400;
  color: #78909c;
  line-height: 1.5;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.contact-section .materialContainer .box {
  position: relative;
  top: 0;
  opacity: 1;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  transform: scale(1);
  z-index: 5;
}
.contact-section .materialContainer .input {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-section .materialContainer .input label,
.contact-section .materialContainer .input input,
.contact-section .materialContainer .input textarea,
.contact-section .materialContainer .input .spin {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-section .materialContainer .input {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
  height: 70px;
}
.contact-section .materialContainer .input {
  position: relative;
}
.contact-section .materialContainer .input input {
  position: relative;
}
.contact-section .materialContainer .input textarea {
  position: relative;
  width: 100%;
}
.contact-section .materialContainer .input input,
.contact-section .materialContainer .input textarea {
  height: 60px;
  top: 10px;
  border: none;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: rgba(33, 37, 41, 0.8);
  font-weight: 300;
}
.contact-section .materialContainer .input label {
  font-family: "Roboto", sans-serif;
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  color: rgba(33, 37, 41, 0.8);
  font-weight: 300;
}
.contact-section .materialContainer .input label.email-label {
  font-size: calc(15px + 9 * (100vw - 320px) / 1600);
}
.contact-section .materialContainer .input:before,
.contact-section .materialContainer .input .spin {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-section .materialContainer .input:before {
  content: "";
  background: rgba(33, 37, 41, 0.1);
  z-index: 3;
}
.contact-section .materialContainer .input .spin {
  background: var(--theme-color);
  z-index: 4;
  width: 0;
}
.contact-section .materialContainer .input label {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 60px;
  color: #78909c;
}
.contact-section .location-map iframe {
  width: 100%;
  height: calc(200px + 140 * (100vw - 320px) / 1600);
  margin-bottom: -6px;
}
.contact-section .contact-details {
  background-color: #eff2f7;
  height: 100%;
  padding: calc(21px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.contact-section .contact-details h2 {
  font-weight: 500;
  margin-top: -3px;
  margin-bottom: 10px;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
}
.contact-section .contact-details h5 {
  font-weight: 400;
  margin-bottom: 30px;
}
.contact-section .contact-details .contact-box {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
}
.contact-section .contact-details .contact-box .contact-title {
  width: calc(80% - 80px);
  margin-left: calc(10px + 10 * (100vw - 320px) / 1600);
}
[dir=rtl] .contact-section .contact-details .contact-box .contact-title {
  margin-left: unset;
  margin-right: calc(10px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .contact-section .contact-details .contact-box .contact-title {
    width: calc(100% - 80px);
  }
}
.contact-section .contact-details .contact-box .contact-title h4 {
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-section .contact-details .contact-box .contact-title p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 26px;
}
.contact-section .contact-details .contact-box .contact-title p + p {
  margin-top: 0;
  margin-bottom: -2px;
}
.contact-section .contact-details .contact-box .contact-icon {
  width: calc(35px + 10 * (100vw - 320px) / 1600);
  height: calc(35px + 10 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.contact-section .contact-details .contact-box .contact-icon .feather {
  width: calc(15px + 3 * (100vw - 320px) / 1600);
  stroke: var(--theme-color);
}
.contact-section .contact-details .contact-box .contact-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.12;
  border-radius: 100%;
  z-index: -1;
}

/**=====================
       FAQ Page Css Start
  ==========================**/
.search-title {
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  text-align: center;
}
.search-title h1 {
  font-size: calc(30px + 20 * (100vw - 320px) / 1600);
  font-weight: 500;
  display: block;
  margin-top: -10px;
  text-transform: none;
}

.faq-section {
  margin-top: calc(-85px + -75 * (100vw - 320px) / 1600);
}
.faq-section .faq-contain {
  text-align: center;
  padding: calc(22px + 18 * (100vw - 320px) / 1600);
  border-radius: 10px;
  height: 100%;
  transition: 0.5s ease;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 8px 40px 0 rgba(33, 37, 41, 0.1);
}
.faq-section .faq-contain .faq-image {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.faq-section .faq-contain .faq-image img {
  object-fit: contain;
}
.faq-section .faq-contain h2 {
  margin-top: calc(18px + 2 * (100vw - 320px) / 1600);
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #212529;
}
.faq-section .faq-contain h5 {
  color: #7e7e7e;
  font-weight: 300;
  line-height: 1.6;
  margin: 10px auto -2px;
  letter-spacing: 0.48px;
}

.faq-details .faq-link-box {
  display: flex;
  align-items: flex-start;
  position: sticky;
  top: 30px;
}
.faq-details .faq-link-box ul li {
  display: block;
}
.faq-details .faq-link-box ul li:last-child a {
  padding-bottom: 0;
}
.faq-details .faq-link-box ul li:last-child a::after {
  content: none;
}
.faq-details .faq-link-box ul li:first-child {
  padding-top: 0;
}
.faq-details .faq-link-box a {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: calc(6px + 6 * (100vw - 320px) / 1600) 0;
  color: #212529;
}
.faq-details .faq-link-box a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(120, 144, 174, 0.23);
}
@media (max-width: 575px) {
  .faq-details .faq-link-box a:after {
    opacity: 0;
  }
}
.faq-details .faq-link-box a h4 {
  font-weight: 200;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.faq-details .faq-link-box a h5 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 200;
  margin-left: 10px;
}
[dir=rtl] .faq-details .faq-link-box a h5 {
  margin-left: unset;
  margin-right: 10px;
}

.faq-heading {
  display: flex;
  align-items: flex-start;
}
.faq-heading + .faq-heading {
  margin-top: calc(30px + 15 * (100vw - 320px) / 1600);
}
.faq-heading .feather {
  width: calc(20px + 2 * (100vw - 320px) / 1600);
  height: auto;
}
.faq-heading .faq-option {
  margin-left: 10px;
  width: calc(100% - 0px);
}
[dir=rtl] .faq-heading .faq-option {
  margin-left: unset;
  margin-right: 10px;
}
.faq-heading .faq-option h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-top: -5px;
  margin-bottom: 0;
  line-height: 1.5;
}
.faq-heading .faq-option h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: -4px;
  margin-top: calc(4px + 6 * (100vw - 320px) / 1600);
}

/**=====================
       Review Page Css Start
  ==========================**/
.review-section .review-box {
  position: relative;
  padding: calc(20px + 15 * (100vw - 320px) / 1600);
  background-color: #fff;
  box-shadow: 0 0 8px rgba(33, 37, 41, 0.08);
  border-radius: 7px;
  transition: 0.5s ease;
  overflow: hidden;
}
.review-section .review-box:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.review-section .review-box:hover .review-image .fa-quote-left {
  opacity: 0.04;
}
.review-section .review-box:hover .review-image .fa-quote-right {
  opacity: 0.04;
}
.review-section .review-box .review-image {
  display: flex;
  align-items: center;
}
.review-section .review-box .review-image .fa-quote-left {
  font-size: 170px;
  position: absolute;
  top: -27px;
  left: -12px;
  transform: rotate(-9deg);
  color: var(--theme-color);
  opacity: 0.03;
  transition: 0.5s ease;
}
.review-section .review-box .review-image .fa-quote-right {
  font-size: calc(130px + 40 * (100vw - 320px) / 1600);
  position: absolute;
  bottom: -27px;
  right: -12px;
  transform: rotate(-9deg);
  color: var(--theme-color);
  opacity: 0.03;
  transition: 0.5s ease;
}
.review-section .review-box .review-image .review-profile {
  position: relative;
  width: calc(40px + 10 * (100vw - 320px) / 1600);
  height: calc(40px + 10 * (100vw - 320px) / 1600);
  overflow: hidden;
  border-radius: 50%;
}
.review-section .review-box .review-image .review-profile img {
  transition: 0.5s ease;
  width: 100%;
  object-fit: cover;
}
.review-section .review-box .review-image .rating {
  margin-top: 0;
}
.review-section .review-box .review-image .rating .fa-star {
  font-size: 14px;
}
.review-section .review-box .review-image .image-name {
  margin-left: 10px;
}
[dir=rtl] .review-section .review-box .review-image .image-name {
  margin-left: unset;
  margin-right: 10px;
}
.review-section .review-box .review-image .image-name h3 {
  position: relative;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin: 0 0 4px;
}
.review-section .review-box .review-image .image-name p {
  color: #6c757d;
  margin-bottom: -3px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.review-section .review-box .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 20px;
  hyphens: auto;
  text-align: justify;
  word-break: normal;
  line-height: 1.6;
}
.review-section .review-box .review-name p + p {
  margin: 20px 0;
}

/**=====================
       Portfolio Page Css Start
  ==========================**/
.portfolio .peregraph {
  text-align: center;
  color: var(--darkgrey);
  margin: 0 auto;
  width: 90%;
  padding: 15px 0;
}
.portfolio .peregraph p {
  margin: 0;
  padding: 0;
}
.portfolio .button ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio .button ul li {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  background-color: transparent;
  font-weight: 300;
  color: #7e7e7e;
  border-radius: 5px;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
}
.portfolio .button ul li h4 {
  margin-top: -3px;
  margin-bottom: -4px;
}
.portfolio .button ul li.btn-submit:hover {
  color: var(--theme-color);
}
.portfolio .button ul li.active {
  color: #fff;
  background-color: var(--theme-color);
}
.portfolio .button ul li.active:hover {
  color: #fff;
}
.portfolio .parent-container {
  position: relative;
  overflow: hidden;
}
.portfolio .parent-container-size .images {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.portfolio .parent-container .images {
  transition: 0.5s ease;
  width: 100%;
}
.portfolio .parent-container:hover .overlay-color {
  top: 0;
  opacity: 1;
}
.portfolio .parent-container:hover .overlay-color .overlay-icon {
  opacity: 1;
}
.portfolio .parent-container .overlay-color {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
}
.portfolio .parent-container .overlay-color .overlay-icon {
  background-color: #fff;
  color: #212529;
  transition: 0.8s ease;
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  border-radius: 4px;
  position: relative;
  opacity: 0;
}
.portfolio .parent-container .overlay-color .overlay-icon h3 {
  font-size: calc(20px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
  transition: 0.5s ease;
  position: relative;
}
.portfolio .parent-container .overlay-color .overlay-icon p {
  margin-top: 5px;
  margin-bottom: 0;
}
.portfolio .card {
  border: none;
  background-color: #fff;
}

/**=====================
       Blog Page Css Start
  ==========================**/
.blog-section .blog-image {
  display: flex;
  align-items: center;
  background-color: rgba(240, 243, 248, 0.5);
  padding-right: 35px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-section .blog-image {
    display: block;
  }
}
.blog-section .blog-image img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blog-section .blog-image img {
    width: 100%;
    height: auto;
  }
}
.blog-section .blog-image .blog-details {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .blog-section .blog-image .blog-details {
    margin-left: 0;
    padding: calc(20px + 16 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600);
  }
}
.blog-section .blog-image .blog-details h5 {
  margin-bottom: calc(6px + 6 * (100vw - 320px) / 1600);
  margin-top: -3px;
  font-size: calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.blog-section .blog-image .blog-details h5 span {
  font-weight: 300;
  font-size: 13px;
}
.blog-section .blog-image .blog-details h2 {
  color: #212529;
  font-weight: 500;
  font-size: calc(22px + 14 * (100vw - 320px) / 1600);
  margin-bottom: calc(6px + 6 * (100vw - 320px) / 1600);
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 360px) {
  .blog-section .blog-image .blog-details h2 {
    line-height: 1;
  }
}
.blog-section .blog-image .blog-details p {
  line-height: 1.5;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 1 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
}
.blog-section .blog-image .blog-details .blog-profile {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .blog-section .blog-image .blog-details .blog-profile {
    margin-left: 0;
  }
}
.blog-section .blog-image .blog-details .blog-profile .fa-quote-left {
  font-size: 170px;
  position: absolute;
  top: -27px;
  left: -12px;
  transform: rotate(-9deg);
  color: var(--theme-color);
  opacity: 0.03;
  transition: 0.5s ease;
}
.blog-section .blog-image .blog-details .blog-profile .fa-quote-right {
  font-size: 170px;
  position: absolute;
  bottom: -27px;
  right: -12px;
  transform: rotate(-9deg);
  color: var(--theme-color);
  opacity: 0.03;
  transition: 0.5s ease;
}
.blog-section .blog-image .blog-details .blog-profile .image-profile {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-section .blog-image .blog-details .blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-section .blog-image .blog-details .blog-profile .image-name {
  margin-left: 15px;
}
.blog-section .blog-image .blog-details .blog-profile .image-name h3 {
  position: relative;
  font-size: 20px;
  margin-top: -6px;
  font-weight: 500;
  margin-bottom: 4px;
}
.blog-section .blog-image .blog-details .blog-profile .image-name span {
  color: #6c757d;
  margin-bottom: -3px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.blog-section .blog-image .blog-details .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
.blog-section .blog-image .blog-details .review-name p + p {
  margin: 20px 0;
}

.btn-group-showcase {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-categories {
  padding: 0;
  border: none;
  background-color: #fff;
}
.blog-categories.box-bottom {
  margin-bottom: 14px;
}
.blog-categories .blog-img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.blog-categories .blog-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--theme-color);
  opacity: 0;
  transition: all 0.5s ease;
}
.blog-categories .card-body {
  padding: 0;
  margin-top: 20px;
  background-color: #fff;
  flex: unset;
}
[dir=rtl] .blog-categories .card-body {
  direction: rtl;
}
.blog-categories .card-body h5 {
  color: var(--theme-color);
  margin-bottom: 6px;
}
.blog-categories .card-body h2 {
  font-weight: 500;
  line-height: 1.3;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: calc(6px + 10 * (100vw - 320px) / 1600);
  color: #212529;
}
.blog-categories .card-body .blog-profile {
  display: flex;
  align-items: center;
}
.blog-categories .card-body .blog-profile .image-profile {
  position: relative;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-categories .card-body .blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-categories .card-body .blog-profile .image-name {
  margin-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 397px) {
  .blog-categories .card-body .blog-profile .image-name {
    gap: 4px;
  }
}
[dir=rtl] .blog-categories .card-body .blog-profile .image-name {
  margin-left: unset;
  margin-right: 0;
}
.blog-categories .card-body .blog-profile .image-name h3 {
  position: relative;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: 0;
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 400;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
@media (max-width: 397px) {
  .blog-categories .card-body .blog-profile .image-name h3 {
    border: none;
    padding-right: 0;
  }
}
[dir=rtl] .blog-categories .card-body .blog-profile .image-name h3 {
  padding-right: unset;
  padding-left: 10px;
  border-left: 1px solid #ddd;
  border-right: none;
}
@media (max-width: 397px) {
  [dir=rtl] .blog-categories .card-body .blog-profile .image-name h3 {
    border: none;
    padding-right: 0;
  }
}
.blog-categories .card-body .blog-profile .image-name h6 {
  color: #7e7e7e;
  margin-bottom: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.blog-categories .card-body .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
.blog-categories .card-body .review-name p + p {
  margin: 20px 0;
}
.blog-categories:hover .blog-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--theme-color);
  opacity: 0.5;
  transition: all 0.5s ease;
}

.masonary-blog-section {
  position: relative;
  overflow: hidden;
}
.masonary-blog-section .peregraph {
  text-align: center;
  color: var(--darkgrey);
  margin: 0 auto;
  width: 90%;
  padding: 15px 0;
}
.masonary-blog-section .peregraph p {
  margin: 0;
  padding: 0;
}
.masonary-blog-section .button ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masonary-blog-section .button ul li {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  background-color: transparent;
  font-weight: 300;
  color: #7e7e7e;
}
.masonary-blog-section .button ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: 0.4s ease;
}
.masonary-blog-section .button ul li h4 {
  margin-top: -3px;
  margin-bottom: -4px;
}
.masonary-blog-section .button ul li.btn-submit:hover {
  color: var(--theme-color);
}
.masonary-blog-section .button ul li.active {
  color: var(--theme-color);
}
.masonary-blog-section .button ul li.active:after {
  width: 100%;
}
.masonary-blog-section .masonary-blog {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(33, 37, 41, 0.08);
  border: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 991px) {
  .masonary-blog-section .masonary-blog {
    display: block;
  }
}
.masonary-blog-section .masonary-blog.box-shadow {
  box-shadow: 0 5px 10px rgba(35, 35, 35, 0.08);
}
.masonary-blog-section .masonary-blog .bg-size {
  width: 30%;
}
@media (max-width: 991px) {
  .masonary-blog-section .masonary-blog .bg-size {
    width: 100%;
  }
}
.masonary-blog-section .masonary-blog img {
  width: 100%;
}
.masonary-blog-section .masonary-blog img.image-fit {
  height: 350px;
  object-fit: cover;
  box-shadow: 0 5px 10px rgba(35, 35, 35, 0.05);
}
.masonary-blog-section .masonary-blog .card-body {
  padding: calc(20px + 5 * (100vw - 320px) / 1600);
}
.masonary-blog-section .masonary-blog .card-body-width {
  width: 70%;
}
@media (max-width: 991px) {
  .masonary-blog-section .masonary-blog .card-body {
    width: 100%;
  }
}
.masonary-blog-section .masonary-blog .card-body.quote-body {
  text-align: center;
}
.masonary-blog-section .masonary-blog .card-body .quote-image {
  width: 60px;
  height: auto;
  display: block;
  opacity: 0.2;
  margin: 0 auto;
  margin-bottom: calc(25px + 15 * (100vw - 320px) / 1600);
}
.masonary-blog-section .masonary-blog .card-body span {
  margin-bottom: 16px;
  margin-top: -3px;
  display: block;
}
.masonary-blog-section .masonary-blog .card-body .masonary-name {
  letter-spacing: 1.2px;
  margin-bottom: 6px;
  color: var(--theme-color);
}
.masonary-blog-section .masonary-blog .card-body h2 {
  font-weight: 400;
  line-height: 1.4;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
  color: #212529;
}
.masonary-blog-section .masonary-blog .card-body h2.quote-head {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 1.1px;
  text-align: center;
}
.masonary-blog-section .masonary-blog .card-body p {
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: calc(9px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile {
  display: flex;
  align-items: center;
  border-top: 1px solid #eaeaea;
  padding-top: calc(13px + 3 * (100vw - 320px) / 1600);
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
.masonary-blog-section .masonary-blog .card-body .blog-profile.box-center {
  justify-content: center;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-profile {
  position: relative;
  width: calc(43px + 7 * (100vw - 320px) / 1600);
  height: calc(43px + 7 * (100vw - 320px) / 1600);
  overflow: hidden;
  border-radius: 50%;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-name {
  margin-left: 15px;
}
[dir=rtl] .masonary-blog-section .masonary-blog .card-body .blog-profile .image-name {
  margin-left: unset;
  margin-right: 15px;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-name h3 {
  position: relative;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #212529;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-name h3 span {
  font-weight: 400;
  display: revert;
  color: var(--theme-color);
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-name h6 {
  margin-top: 5px;
  color: #6c757d;
  font-size: 14px;
}
.masonary-blog-section .masonary-blog .card-body .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
.masonary-blog-section .masonary-blog .card-body .review-name p + p {
  margin: 20px 0;
}

.popular-post .popular-title {
  margin-bottom: calc(15px + 9 * (100vw - 320px) / 1600);
}
.popular-post .popular-title h2 {
  font-size: calc(22px + 13 * (100vw - 320px) / 1600);
}
.popular-post .popular-image {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
[dir=rtl] .popular-post .popular-image {
  padding-right: unset;
}
.popular-post .popular-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.popular-post .popular-image .popular-contain {
  margin-left: 15px;
}
.popular-post .popular-image .popular-contain h5 {
  font-size: calc(16px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  font-weight: 400;
  margin-top: -3px;
}
.popular-post .popular-image .popular-contain p {
  margin-bottom: -1px;
  font-weight: 400;
}
.popular-post .popular-image .popular-contain p span {
  font-weight: 600;
}
.popular-post .popular-details p {
  line-height: 1.8;
}

.popular-title {
  margin-bottom: 30px;
  background-color: #eff2f7;
  padding: 16px 20px;
}
.popular-title.minus-spacing {
  margin-bottom: 0;
}
.popular-title h3 {
  font-weight: 500;
  font-size: 16px;
}

.left-side {
  position: sticky;
}
.left-side .popular-post {
  padding: 20px;
  border: 1px solid #ddd;
  color: #212529;
  border-radius: 5px;
}
.left-side .popular-post .review-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 2px -2px -2px -2px;
  gap: 10px;
}
.left-side .popular-post .review-box span {
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin: 2px;
}
.left-side .popular-post .review-box span .feather {
  width: 15px;
  margin-right: 5px;
}
[dir=rtl] .left-side .popular-post .review-box span .feather {
  margin-right: unset;
  margin-left: 5px;
}
.left-side .popular-post .popular-image {
  display: flex;
  align-items: flex-start;
}
.left-side .popular-post .popular-image + .popular-image {
  margin-top: 30px;
}
.left-side .popular-post .popular-image .popular-number {
  border-radius: 7px;
  width: 55px;
}
[dir=rtl] .left-side .popular-post .popular-image .popular-number {
  width: unset;
  margin-left: 15px;
}
.left-side .popular-post .popular-image .popular-number h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-top: -4px;
}
@media (max-width: 1199px) {
  .left-side .popular-post .popular-image .popular-number h4 {
    font-size: 20px;
  }
}
.left-side .popular-post .popular-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.left-side .popular-post .popular-image .popular-contain {
  margin-left: 15px;
}
.left-side .popular-post .popular-image .popular-contain h3 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin-top: -3px;
}
.left-side .popular-post .popular-image .popular-contain p {
  margin-bottom: -1px;
  font-weight: 400;
}
.left-side .popular-post .popular-image .popular-contain p span {
  font-weight: 600;
}
.left-side .popular-post .popular-details p {
  line-height: 1.8;
}
.left-side .popular-post .popular-details .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .left-side .popular-post .popular-details .social-media {
    align-items: center;
    justify-content: center;
  }
}
.left-side .popular-post .popular-details .social-media .social-icon-box {
  width: 100px;
  height: 100px;
  background-color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.left-side .popular-post .popular-details .social-media .social-icon-box + .social-icon-box {
  margin-left: 15px;
}
.left-side .popular-post .popular-details .social-media .social-icon-box i {
  color: #fff;
}
.left-side .category-section .category-box {
  transition: all 0.5s ease-in-out;
  display: block;
}
.left-side .category-section .category-box + .category-box {
  margin-top: 5px;
}
.left-side .category-section .category-box:hover {
  transition: all 0.5s ease-in-out;
}
.left-side .category-section .category-box:hover .category-product {
  background-color: #f0f3f8;
}
.left-side .category-section .category-box:hover .category-product .cate-shape {
  background-color: var(--theme-color);
}
.left-side .category-section .category-box:hover .category-product .cate-shape i {
  color: #fff !important;
}
.left-side .category-section .category-box:hover .category-product .cate-contain h5 {
  color: #212529;
  font-weight: 500;
}
.left-side .category-section .category-box .category-product {
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition: 0.5s ease;
}
.left-side .category-section .category-box .category-product .cate-shape {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.left-side .category-section .category-box .category-product .cate-shape i {
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
.left-side .category-section .category-box .category-product .cate-contain {
  margin-left: 15px;
  transition: all 0.5s ease-in-out;
}
[dir=rtl] .left-side .category-section .category-box .category-product .cate-contain {
  margin-left: unset;
  margin-right: 15px;
}
.left-side .category-section .category-box .category-product .cate-contain h5 {
  transition: all 0.5s ease-in-out;
  color: #212529;
  font-weight: 300;
}
.left-side .category-section .category-box:hover .category-product .cate-shape i {
  color: var(--theme-color);
}
.left-side .category-section .category-box:hover .category-product .cate-contain h5 {
  color: var(--theme-color);
}
.left-side .tag-section .button-tags {
  display: inline-block;
  margin: 2px 0;
}

.blog-details {
  border-radius: 8px;
  border: none;
  overflow: hidden;
  display: block;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details {
    margin-top: 30px;
  }
}
.blog-details .blog-image-box {
  position: relative;
}
.blog-details .blog-image-box img {
  width: 100%;
}
.blog-details .blog-image-box .blog-title {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575px) {
  .blog-details .blog-image-box .blog-title {
    padding: 6px;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
  }
}
.blog-details .blog-image-box .blog-title .blog-contain {
  margin-top: calc(15px + 10 * (100vw - 320px) / 1600);
}
.blog-details .blog-image-box .blog-title .blog-contain h4 {
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .blog-details .blog-image-box .blog-title .blog-contain h4 {
    display: none;
  }
}
.blog-details .blog-image-box .blog-title .blog-contain h2 {
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
}
.blog-details .blog-detail-contain {
  padding: 0 0 calc(20px + 5 * (100vw - 320px) / 1600) 0;
  margin-top: 40px;
}
.blog-details .blog-detail-contain span {
  margin-bottom: 16px;
  margin-top: -5px;
  display: block;
}
.blog-details .blog-detail-contain h2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  margin-bottom: 16px;
  margin-top: -8px;
}
.blog-details .blog-detail-contain p {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
  text-align: justify;
}
.blog-details .blog-detail-contain p + p {
  margin-top: calc(15px + 10 * (100vw - 320px) / 1600);
}
.blog-details .blog-detail-contain p.first-latter::first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 3px;
  color: #212529;
}
.blog-details .blog-detail-contain .blog-profile {
  display: flex;
  align-items: center;
}
.blog-details .blog-detail-contain .blog-profile .image-profile {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-details .blog-detail-contain .blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-details .blog-detail-contain .blog-profile .image-name {
  margin-left: 15px;
}
.blog-details .blog-detail-contain .blog-profile .image-name h3 {
  position: relative;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 4px;
}
.blog-details .blog-detail-contain .blog-profile .image-name h6 {
  color: #6c757d;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
}
.blog-details .blog-detail-contain .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
.blog-details .blog-detail-contain .review-name p + p {
  margin: 20px 0;
}

.leave-comments .form-control {
  background-color: #f0f3f8;
  border: none;
}
.leave-comments .form-control:focus {
  border-color: transparent;
}

.block-shadow-space {
  padding-bottom: 66px;
}

/**=====================
       Pagination Css Start
  ==========================**/
.page-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
.page-section .pagination {
  margin-bottom: 0;
}
[dir=rtl] .page-section .pagination .page-item .page-link span i {
  transform: rotate(-180deg);
}
.page-section .pagination .page-item + .page-item {
  margin-left: 10px;
}
[dir=rtl] .page-section .pagination .page-item + .page-item {
  margin-left: unset;
  margin-right: 10px;
}
.page-section .pagination .page-item.active .page-link {
  border-radius: 5px;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 600;
  z-index: 0;
}
.page-section .pagination .page-item.active .page-link:not(:hover) {
  color: #fff;
}
.page-section .pagination .page-item.active:not(:focus) .page-link {
  background-color: var(--theme-color);
}
.page-section .pagination .page-item .page-link {
  border: 1px solid transparent;
  color: var(--theme-color);
  border-radius: 5px;
  background-color: #fff;
}
.page-section .pagination .page-item .page-link:hover {
  background-color: #eff2f7;
  color: var(--theme-color);
}
.page-section .pagination .page-item .page-link:not(:hover) .page-link {
  border-radius: 5px;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 600;
  z-index: 0;
}
.page-section .pagination .page-item .page-link:focus {
  background-color: transparent;
  box-shadow: none;
}

/**=====================
       Cart Page Scss Start
  ==========================**/
.wish-list-section.table-dashboard thead tr th {
  padding: 16px 12px;
}
.wish-list-section.table-dashboard tbody tr td {
  padding: 16px;
}
.wish-list-section .count-down {
  margin-bottom: 20px;
  background: #f0f3f8;
  padding: 10px;
  letter-spacing: 1.1px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
}
@media (max-width: 767px) {
  .wish-list-section .count-down {
    display: block;
    text-align: center;
  }
}
.wish-list-section .count-down h5 {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .wish-list-section .count-down h5 {
    margin-right: 0;
  }
}
.wish-list-section.shopping-button {
  display: block;
}
.wish-list-section.shopping-button .fas {
  margin-right: 10px;
}

.table tbody + tbody {
  border-top: none;
}

.cart-buttons {
  padding-top: 35px;
}
.cart-buttons > div:last-child {
  text-align: right;
  padding-right: 59px;
  padding-right: 38px;
}

@media (max-width: 767px) {
  .wishlist-table thead tr th:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .wishlist-table tbody tr td:nth-child(n+3) {
    display: none;
  }
  .wishlist-table tbody tr td .mobile-cart-content .col {
    justify-content: center;
  }
}

.cart-table {
  overflow: hidden;
  margin-bottom: 0;
}
.cart-table thead th {
  border-bottom-width: 1px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 0;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #eff2f7 !important;
  background-color: #eff2f7;
}
.cart-table tbody h2 {
  margin-bottom: 0;
}
.cart-table tbody tr td {
  vertical-align: middle;
  color: #777777;
  border-top: 0;
  border-bottom: 1px solid #eff2f7 !important;
  text-align: center;
  padding: 14px 8px;
}
.cart-table tbody tr td a {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  display: inline-block;
}
.cart-table tbody tr td a:hover {
  color: var(--theme-color);
}
.cart-table tbody tr td a.icon {
  background-color: #eff2f7;
  border: 1px solid #eff2f7;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .cart-table tbody tr td a.icon {
    margin: 0;
  }
}
.cart-table tbody tr td a.icon:hover .fas {
  color: var(--theme-color);
}
.cart-table tbody tr td a.icon .fas {
  width: calc(25px + 10 * (100vw - 320px) / 1600);
  height: calc(25px + 10 * (100vw - 320px) / 1600);
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.cart-table tbody tr td a img {
  height: 70px;
}
.cart-table tbody tr td p {
  color: #212529;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-table tbody tr td p img {
  height: 90px;
}
.cart-table tbody tr td h2 {
  font-size: 20px;
  color: #212529;
  font-weight: 400;
}
.cart-table tbody tr td .mobile-cart-content {
  display: none;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cart-table tbody tr td .mobile-cart-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.cart-table tbody tr td .mobile-cart-content .qty-box {
  border-radius: 5px;
}
.cart-table tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
  width: 48px;
  padding: 6px;
}
.cart-table tbody tr td .mobile-cart-content .col {
  align-self: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cart-table tbody tr td .mobile-cart-content .col {
    margin: 0;
    display: flex;
    white-space: nowrap;
  }
}
.cart-table tbody tr td .mobile-cart-content h2 {
  font-size: 20px;
  margin-left: 10px;
}
.cart-table tbody tr td .qty-box .input-group {
  display: block;
}
.cart-table tbody tr td .qty-box .input-group .form-control {
  width: 75px;
  margin: 0 auto;
  text-align: center;
}

tfoot tr th {
  padding-top: 35px;
  text-align: right;
}
tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 63px;
  padding-right: 41px;
}
tfoot tr td h2 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}
tfoot tr td:first-child {
  width: 85%;
  font-size: 15px;
  padding-right: 10px;
  text-transform: capitalize;
  font-weight: 700;
}

.left-side-button {
  display: flex;
  align-items: center;
}
.left-side-button a {
  border-radius: 5px;
}
.left-side-button a i {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .left-side-button {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left-side-button .shopping-button {
    width: 100%;
    text-align: center;
  }
}

.cart-section .count-down {
  margin-bottom: 5px;
  padding: 0;
  letter-spacing: 1.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
}
@media (max-width: 767px) {
  .cart-section .count-down {
    display: block;
    text-align: center;
  }
}
.cart-section .count-down h5 {
  margin-right: 10px;
}
[dir=rtl] .cart-section .count-down h5 {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cart-section .count-down h5 {
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.cart-section .table tbody + tbody {
  border-top: none;
}
.cart-section .cart-buttons {
  padding-top: 35px;
}
.cart-section .cart-buttons > div:last-child {
  text-align: right;
  padding-right: 59px;
  padding-right: 38px;
}
.cart-section .cart-table {
  overflow: hidden;
  margin-bottom: 0;
}
.cart-section .cart-table thead th {
  border-bottom-width: 1px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  font-size: 15px;
  border-top: 0;
  text-align: center;
  border-bottom: 1px solid #eff2f7 !important;
  padding: 12px;
  background-color: #eff2f7;
}
@media (max-width: 767px) {
  .cart-section .cart-table thead th:nth-last-child(-n+4) {
    display: none;
  }
}
.cart-section tbody h2 {
  margin-bottom: 0;
}
.cart-section tbody tr.table-order td {
  min-width: 130px;
}
.cart-section tbody tr td {
  vertical-align: middle;
  color: #212529;
  border-top: 0;
  border-bottom: 1px solid #c7c7c5 !important;
  text-align: center;
  min-width: 175px;
}
@media (max-width: 767px) {
  .cart-section tbody tr td:nth-last-child(-n+4) {
    display: none;
  }
}
.cart-section tbody tr td a {
  color: #7e7e7e;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-section tbody tr td a.icon {
  border: 1px solid rgba(169, 169, 169, 0.5);
  padding: 10px 15px;
  border-radius: 3px;
}
.cart-section tbody tr td a img {
  height: 80px;
}
.cart-section tbody tr td p {
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-section tbody tr td p img {
  height: 90px;
}
.cart-section tbody tr td h2 {
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 400;
}
.cart-section tbody tr td .mobile-cart-content {
  display: none;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cart-section tbody tr td .mobile-cart-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.cart-section tbody tr td .mobile-cart-content .qty-box {
  border-radius: 5px;
}
.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
  width: 48px;
  padding: 6px;
}
.cart-section tbody tr td .mobile-cart-content .col {
  align-self: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cart-section tbody tr td .mobile-cart-content .col {
    margin: 0;
    display: flex;
  }
}
.cart-section tbody tr td .mobile-cart-content h2 {
  font-size: 20px;
}
.cart-section tbody tr td .qty-box .input-group {
  display: block;
}
.cart-section tbody tr td .qty-box .input-group .form-control {
  width: 75px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}
.cart-section tfoot tr th {
  padding-top: 35px;
  text-align: right;
}
.cart-section tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 63px;
  padding-right: 41px;
}
.cart-section tfoot tr td h2 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}
.cart-section tfoot tr td:first-child {
  width: 85%;
  font-size: 15px;
  padding-right: 10px;
  text-transform: capitalize;
  font-weight: 700;
}
.cart-section .left-side-button {
  display: flex;
  align-items: center;
}
[dir=rtl] .cart-section .left-side-button a i {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cart-section .left-side-button {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cart-section .left-side-button .shopping-button {
    width: 100%;
    text-align: center;
  }
}
.cart-section .cart-checkout-section {
  margin-top: 30px;
}
.cart-section .cart-checkout-section .promo-section .input-group {
  display: flex;
  align-items: center;
}
.cart-section .cart-checkout-section .promo-section .input-group .form-control {
  padding: 12px 20px;
}
.cart-section .cart-checkout-section .checkout-button {
  text-align: right;
}
[dir=rtl] .cart-section .cart-checkout-section .checkout-button {
  text-align: left;
}
.cart-section .cart-checkout-section .checkout-button a {
  border-radius: 5px;
}
.cart-section .cart-checkout-section .cart-box {
  background-color: #eff2f7;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.cart-section .cart-checkout-section .cart-box label {
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details span {
  float: right;
}
[dir=rtl] .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details span {
  float: left;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details {
  border-bottom: 1px solid #c7c7c5;
  padding: 22px;
  margin-bottom: 0;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h3 {
  margin-bottom: 10px;
  color: #212529;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h6 {
  line-height: 1.9;
  color: #212529;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .bottom-details a {
  background-color: var(--theme-color);
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.2px;
}

/**=====================
       Checkout Page Scss Start
  ==========================**/
.your-cart-box {
  position: sticky;
  top: 10px;
}
.your-cart-box .list-group .lh-condensed {
  padding: 15px 25px;
  background-color: #fff;
}
.your-cart-box .list-group .lh-condensed.active {
  background: #eff2f7;
  border-color: rgba(33, 37, 41, 0.125);
}
.your-cart-box .list-group .lh-condensed h6 {
  color: #212529;
}
.your-cart-box .list-group .lh-condensed small,
.your-cart-box .list-group .lh-condensed span,
.your-cart-box .list-group .lh-condensed strong {
  color: #7e7e7e;
}
.your-cart-box .list-group .card {
  border: none;
}
.your-cart-box .new-badge {
  border-radius: 50% !important;
  padding: 8px;
  line-height: 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  background-color: #212529;
}
[dir=rtl] .your-cart-box .new-badge {
  margin-left: unset;
  margin-right: auto;
}
.your-cart-box .custome-imput-group .form-control {
  padding: 6px 12px;
}

.custome-form-select {
  padding: 12px 20px;
}

.checkout-label {
  padding-top: 2px;
}

.custome-radio-box {
  display: inline-block;
  margin-right: 10px;
}
[dir=rtl] .custome-radio-box {
  margin-right: 0;
  margin-left: 10px;
}
.custome-radio-box .form-check-input {
  transition: all 0.3s ease-in-out;
  margin-top: 2px;
  background-color: #fff;
}
.custome-radio-box .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.custome-radio-box .form-check-input:active {
  filter: none;
}
.custome-radio-box .form-check-input:focus {
  box-shadow: none;
}

hr {
  background-color: #6c757d;
}

/**=====================
       Order Success css Start
  ==========================**/
.success-icon {
  padding: 70px 20px;
  background-color: #f0f3f8;
}
@media (max-width: 575px) {
  .success-icon {
    padding: 30px 20px;
  }
}
.success-icon .main-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.success-icon .main-container .check-container {
  width: 100px;
  height: 120px;
  width: 100px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  animation: mover 1s infinite alternate;
}
.success-icon .main-container .check-container .check-background {
  width: 100%;
  height: calc(100% - 20px);
  background: linear-gradient(to bottom right, #008000, #008000);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.success-icon .main-container .check-container .check-background svg {
  width: 65%;
  transform: translateY(4px);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.success-icon .main-container .check-container .check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgb(73, 218, 131), transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}
.success-icon .success-contain {
  text-align: center;
}
.success-icon .success-contain h4 {
  color: green;
  font-size: 30px;
  font-weight: 500;
}
.success-icon .success-contain h5 {
  margin: 5px 0 10px;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.success-icon .success-contain h6 {
  letter-spacing: 1.1px;
}

.order-left-box {
  position: relative;
  text-align: center;
}
.order-left-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.order-left-box:nth-child(4)::after {
  width: 0;
}
@media (max-width: 991px) {
  .order-left-box:nth-child(2)::after {
    width: 0;
  }
}

.order-details-table .table tbody {
  border-bottom: 1px solid #ddd;
}
.order-details-table .table tbody tr td {
  padding: 10px;
  text-align: left;
  max-width: 150px;
  border-bottom: none !important;
  color: #7e7e7e;
}
[dir=rtl] .order-details-table .table tbody tr td {
  text-align: right;
}
@media (max-width: 767px) {
  .order-details-table .table tbody tr td:nth-last-child(-n+4) {
    display: revert !important;
  }
}
.order-details-table .table tbody tr td:nth-child(1) {
  background-color: transparent;
}
.order-details-table .table tbody tr td h5 {
  margin-top: 10px;
  color: #212529;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.order-details-table .table tfoot tr td {
  text-align: right;
  padding: 10px 15px;
}
[dir=rtl] .order-details-table .table tfoot tr td {
  text-align: left;
}
.order-details-table .table tfoot tr td:nth-child(1) {
  text-align: left;
  width: 100%;
}
[dir=rtl] .order-details-table .table tfoot tr td:nth-child(1) {
  text-align: right;
}
.order-details-table .table tfoot tr td h4 {
  font-weight: 400;
  color: #212529;
}
.order-details-table .table tfoot tr.table-order:nth-child(3) {
  border-bottom: 1px solid #ddd;
}
.order-details-table .order-success {
  padding: 30px;
  border-radius: 5px;
  background-color: #eff2f7;
}
@media (max-width: 360px) {
  .order-details-table .order-success {
    padding: 20px;
  }
}
.order-details-table .order-success h4 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 8px;
}
.order-details-table .order-success .order-details li {
  display: flex;
  text-transform: capitalize;
  line-height: 1.6;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 3px;
  color: #7e7e7e;
}
.order-details-table .order-success .order-details li:last-child {
  margin-bottom: 0;
}
.order-details-table .order-success .payment-mode p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #7e7e7e;
  letter-spacing: 1px;
}
.order-details-table .order-success .delivery-sec {
  margin-bottom: -5px;
  padding: 0;
  margin-top: 20px;
  background-color: transparent;
}
.order-details-table .order-success .delivery-sec h3 {
  color: #212529;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.order-details-table .order-success .delivery-sec h3 span {
  font-weight: 700;
}
.order-details-table .order-success .delivery-sec a {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
  display: block;
  font-weight: 600;
}
.order-details-table .order-success .delivery-sec a:hover {
  color: var(--theme-color);
}

/**=======================
   Dashboard Scss Start
  ============================**/
.dash-filter {
  margin-bottom: 40px;
}

.custom-nav-tabs {
  padding: 20px;
  color: black;
  border: none;
  border-radius: 5px;
  position: sticky;
  top: 10px;
  background: #eff2f7;
}
[dir=rtl] .custom-nav-tabs {
  padding: 20px;
}
@media (max-width: 991px) {
  .custom-nav-tabs {
    position: fixed;
    z-index: 9;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 1;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
  }
  .custom-nav-tabs.show {
    left: 0;
  }
}
.custom-nav-tabs .nav-item .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 5px;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #212529 !important;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link {
  text-align: right;
}
.custom-nav-tabs .nav-item .nav-link i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link i {
  top: 3px;
  left: unset;
  right: 0;
  transform: rotate(180deg) translateY(-50%);
}
.custom-nav-tabs .nav-item .nav-link:before {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link:before {
  left: unset;
  right: 0;
  top: 0;
  transform: rotate(180deg) translateY(-50%);
  line-height: normal;
  margin-top: 1px;
}
.custom-nav-tabs .nav-item .nav-link:hover {
  padding-left: 20px;
  color: var(--theme-color) !important;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link:hover {
  padding-left: unset;
  padding-right: 20px;
}
.custom-nav-tabs .nav-item .nav-link:hover:before {
  opacity: 1;
  left: 0px;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link:hover:before {
  left: unset;
  right: 0;
  line-height: normal;
  margin-top: 1px;
}
.custom-nav-tabs .nav-item .nav-link:hover i {
  left: 7px;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link:hover i {
  left: unset;
  right: 7px;
}
.custom-nav-tabs .nav-item .nav-link.active {
  padding-left: 20px;
  color: var(--theme-color) !important;
  font-weight: 600;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link.active {
  padding-left: unset;
  padding-right: 20px;
}
.custom-nav-tabs .nav-item .nav-link.active:before {
  opacity: 1;
  left: 0px;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link.active:before {
  left: unset;
  right: 0;
  top: 0;
  transform: rotate(180deg) translateY(-50%);
  line-height: normal;
  margin-top: 1px;
}
.custom-nav-tabs .nav-item .nav-link.active i {
  left: 7px;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link.active i {
  left: unset;
  right: 7px;
}

.page-title {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.page-title h2 {
  font-size: 28px;
  margin-top: -3px;
  color: #212529;
}
.page-title a {
  margin-left: 30px;
}

.box-head {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.box-head h2 {
  font-size: 25px;
  letter-spacing: 1.1px;
}
.box-head a {
  margin-left: 20px;
}
.box-head a:hover {
  color: var(--theme-color);
}
[dir=rtl] .box-head a {
  margin-left: unset;
  margin-right: 20px;
}

.dashboard {
  background-color: transparent;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
}
.dashboard .page-title {
  margin-bottom: calc(22px + 10 * (100vw - 320px) / 1600);
}
.dashboard .page-title h2 {
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
}
.dashboard address a {
  display: block;
  margin-bottom: -5px;
  margin-top: 10px;
}
.dashboard .welcome-msg p {
  letter-spacing: 0.3px;
  margin-bottom: calc(15px + 15 * (100vw - 320px) / 1600);
  line-height: 1.5;
}
.dashboard .welcome-msg h6 {
  letter-spacing: 1.5px;
}
.dashboard .welcome-msg h6 span {
  font-weight: 600;
  color: #212529;
}
.dashboard .box-account {
  margin-top: calc(25px + 20 * (100vw - 320px) / 1600);
}
.dashboard .box-account .box-content {
  margin: 10px 0;
}
.dashboard .box-account .box-content h4 {
  margin: 15px 0;
}
.dashboard .address-box {
  margin-top: calc(5px + 15 * (100vw - 320px) / 1600);
}
.dashboard .box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: calc(4px + 4 * (100vw - 320px) / 1600) 0;
}
.dashboard .box-title h3 {
  font-weight: 400;
}
.dashboard h6,
.dashboard p {
  margin: 6px 0;
  line-height: 1.4;
}

.order-box-contain .order-box {
  position: relative;
  overflow: hidden;
  padding: 20px 30px;
  border-radius: 6px;
  background-color: #eff2f7;
  box-shadow: none;
}
.order-box-contain .order-box .order-box-image {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 25%;
  opacity: 0.04;
  transform: rotate(0) translateY(-50%);
  transition: all 0.5s ease-in-out;
}
[dir=rtl] .order-box-contain .order-box .order-box-image {
  left: -20px;
  right: unset;
}
.order-box-contain .order-box:hover .order-box-image {
  transform: rotate(-7deg) translateY(-50%);
  opacity: 0.25;
}
[dir=rtl] .order-box-contain .order-box:hover .order-box-image {
  transform: rotate(7deg) translateY(-50%);
}
.order-box-contain .order-box .order-box-contain {
  display: flex;
  align-items: center;
}
.order-box-contain .order-box .order-box-contain img {
  width: calc(40px + 10 * (100vw - 320px) / 1600);
}
.order-box-contain .order-box .order-box-contain > div {
  width: calc(100% - 20px);
  margin-left: 15px;
  text-transform: capitalize;
}
[dir=rtl] .order-box-contain .order-box .order-box-contain > div {
  margin-left: unset;
  margin-right: 15px;
}
.order-box-contain .order-box .order-box-contain > div h3 {
  margin-top: 6px;
}

.dashboard-profile .dash-profile li {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .dashboard-profile .dash-profile li {
    flex-wrap: wrap;
  }
}
.dashboard-profile .dash-profile li .left {
  width: 220px;
}
@media (max-width: 575px) {
  .dashboard-profile .dash-profile li .left {
    width: auto;
    margin-right: 10px;
  }
  [dir=rtl] .dashboard-profile .dash-profile li .left {
    margin-right: unset;
    margin-left: 10px;
  }
}
.dashboard-profile .dash-profile li .left h6 {
  margin: 0;
}
.dashboard-profile .dash-profile li a {
  margin-left: 20px;
}
[dir=rtl] .dashboard-profile .dash-profile li a {
  margin-left: unset;
  margin-right: 20px;
}

.dashboard-security .page-title {
  margin-bottom: 10px;
}
.dashboard-security p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.dashboard-security .security-details {
  margin-bottom: 18px;
}
.dashboard-security .security-details h5 span {
  font-weight: 500;
  color: #212529;
}
.dashboard-security .security-details-1 {
  border: 1px dashed rgba(0, 0, 0, 0.28);
  border-radius: 5px;
  padding: 15px;
}

.success-button {
  background-color: green;
  margin: 0 !important;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px !important;
  color: #fff !important;
}

.danger-button {
  background-color: var(--theme-color);
  margin: 0 !important;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px !important;
  color: #fff !important;
}
.danger-button.danger-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.danger-button.danger-center:hover, .danger-button.danger-center:active, .danger-button.danger-center:focus {
  background-color: var(--theme-color);
  border-color: transparent;
}
.danger-button.danger-center .feather {
  stroke: #fff;
}

.save-details-box .save-details {
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background-color: #eff2f7;
  position: relative;
}
.save-details-box .save-details.show {
  box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
}
.save-details-box .save-details .save-name {
  position: relative;
  margin-bottom: calc(9px + 11 * (100vw - 320px) / 1600);
}
.save-details-box .save-details .save-name h5 {
  color: #212529;
}
.save-details-box .save-details .save-position {
  position: absolute;
  background-color: var(--theme-color);
  top: 0;
  right: 0;
  color: #fff;
  padding: calc(4px + 4 * (100vw - 320px) / 1600) calc(8px + 7 * (100vw - 320px) / 1600);
  border-radius: calc(2px + 2 * (100vw - 320px) / 1600);
}
[dir=rtl] .save-details-box .save-details .save-position {
  right: unset;
  left: 0;
}
.save-details-box .save-details .save-position h6 {
  margin: 0;
  margin-bottom: calc(0px + -2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.save-details-box .save-details .save-address p {
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 calc(2px + 3 * (100vw - 320px) / 1600);
}
.save-details-box .save-details .mobile p.mobile {
  margin-top: calc(9px + 11 * (100vw - 320px) / 1600);
  padding-bottom: 6px;
}
.save-details-box .save-details .button-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.save-details-box .save-details .button-group button {
  width: 100%;
  background-color: #fff;
  color: #212529;
  border: none;
}

.payment-card-detail {
  position: relative;
}
.payment-card-detail:hover .edit-card {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0;
}
.payment-card-detail.add-card .card-details {
  min-height: 130px;
  background: #d2d2d2;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.payment-card-detail.add-card .card-details h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.payment-card-detail .card-details {
  color: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.payment-card-detail .card-details.card-visa {
  background-color: #777876;
}
.payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf;
}
.payment-card-detail .card-details .card-number {
  margin-bottom: 10px;
}
.payment-card-detail .card-details .card-number h4 {
  color: #fff;
}
.payment-card-detail .card-details .valid-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.payment-card-detail .card-details .valid-detail .title {
  margin-bottom: 0;
}
.payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
.payment-card-detail .card-details .valid-detail .date h3 {
  margin-bottom: 0;
  color: #fff;
  margin-left: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: normal;
}
[dir=rtl] .payment-card-detail .card-details .valid-detail .date h3 {
  margin-left: unset;
  margin-right: 15px;
}
.payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto;
}
[dir=rtl] .payment-card-detail .card-details .valid-detail .primary {
  margin-left: unset;
  margin-right: auto;
}
.payment-card-detail .card-details .valid-detail .primary span {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.payment-card-detail .card-details .name-detail {
  margin-top: calc(10px + 15 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.payment-card-detail .card-details .name-detail .name {
  width: 100%;
}
.payment-card-detail .card-details .name-detail .name h5 {
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #fff;
}
.payment-card-detail .card-details .name-detail .card-img {
  display: inline-block;
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .payment-card-detail .card-details .name-detail .card-img {
  text-align: left;
}
.payment-card-detail .edit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(33, 37, 41, 0.8);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .payment-card-detail .edit-card {
    display: none;
  }
}
.payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: capitalize;
  color: #fff;
}

.edit-card-mobile {
  display: none;
}
@media (max-width: 767px) {
  .edit-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .edit-card-mobile a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #212529;
  }
}

/**============================
    Order Tracking css Start
  =================================**/
.tracker-title {
  font-size: 28px;
  letter-spacing: 1.2px;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 360px) {
  .tracker-title {
    font-size: 26px;
    line-height: 1.5;
  }
}

.tracker-number p {
  margin-bottom: 10px;
  letter-spacing: 1.2px;
}
.tracker-number p span {
  font-weight: 500;
  margin-left: 10px;
  color: #212529;
}

.progtrckr {
  margin: 40px 0 15px;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .progtrckr {
    display: block;
    margin: 30px 0;
  }
}
.progtrckr li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 575px) {
  .progtrckr li {
    margin: 0;
    width: 50% !important;
  }
}
.progtrckr li h5 {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 575px) {
  .progtrckr li h5 {
    display: block;
    text-align: left;
    margin-top: 0;
  }
  [dir=rtl] .progtrckr li h5 {
    text-align: right;
  }
}
.progtrckr li:before {
  position: relative;
  top: -2px;
  float: left;
  left: 50% !important;
  line-height: 1;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 575px) {
  .progtrckr li:before {
    position: relative;
    top: 10px;
    float: left;
    left: -2px !important;
    line-height: 1;
    transform: translate(-50%, -50%) !important;
  }
  [dir=rtl] .progtrckr li:before {
    float: right;
    right: -32px !important;
    left: unset !important;
  }
}
.progtrckr li.progtrckr-todo {
  color: #c0c0c0;
  border-top: 4px solid #c0c0c0;
  width: 100% !important;
}
@media (max-width: 575px) {
  .progtrckr li.progtrckr-todo {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: flex-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    padding-left: 30px;
    border-top: unset;
    border-left: 4px solid #c0c0c0;
  }
  [dir=rtl] .progtrckr li.progtrckr-todo {
    border-left: none;
    border-right: 4px solid #c0c0c0;
    margin-left: unset;
    margin-right: 30px;
    align-items: flex-end;
    padding-left: unset;
    padding-right: 30px;
    text-align: right;
  }
}
.progtrckr li.progtrckr-todo:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c0c0c0;
  background-color: #fff;
  font-size: 2.2em;
}
@media (max-width: 575px) {
  .progtrckr li.progtrckr-todo:before {
    position: absolute;
    top: 10px;
    left: -17px;
    line-height: 1;
    transform: translateY(-50%);
  }
  [dir=rtl] .progtrckr li.progtrckr-todo:before {
    left: unset;
    right: -17px;
  }
}
.progtrckr li.progtrckr-todo h6 {
  font-size: 13px;
  margin-top: 8px;
}
.progtrckr li.progtrckr-done {
  color: #212529;
  border-top: 4px solid var(--theme-color);
  width: 100% !important;
}
@media (max-width: 575px) {
  .progtrckr li.progtrckr-done {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: self-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    border-top: unset;
    border-left: 4px solid var(--theme-color);
  }
  [dir=rtl] .progtrckr li.progtrckr-done {
    margin-left: unset;
    margin-right: 30px;
    text-align: right;
    border-left: none;
    border-right: 4px solid var(--theme-color);
    align-items: flex-end;
  }
}
.progtrckr li.progtrckr-done:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background-color: var(--theme-color);
  width: 30px;
  height: 30px;
  line-height: 2.2em;
  border: none;
  border-radius: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progtrckr li.progtrckr-done h6 {
  font-size: 13px;
  margin-top: 8px;
  color: #7e7e7e;
}

.order-left-image {
  margin-top: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .order-left-image {
    display: block;
  }
}
.order-left-image .tracking-product-image {
  margin-right: 40px;
  width: 30%;
}
[dir=rtl] .order-left-image .tracking-product-image {
  margin-right: unset;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .order-left-image .tracking-product-image {
    margin-bottom: 18px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  [dir=rtl] .order-left-image .tracking-product-image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .order-left-image .tracking-product-image {
    margin: 0 auto;
    margin-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
  }
}
.order-left-image .order-image-contain {
  width: calc(100% - 30px);
}
@media (max-width: 991px) {
  .order-left-image .order-image-contain {
    width: 100%;
  }
}
.order-left-image .order-image-contain p {
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  letter-spacing: 0.05em;
}
.order-left-image .order-image-contain p span {
  font-weight: 500;
  margin-left: 10px;
  color: #212529;
}
[dir=rtl] .order-left-image .order-image-contain p span {
  margin-left: unset;
  margin-right: 10px;
}
.order-left-image .order-image-contain h4 {
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: calc(12px + 11 * (100vw - 320px) / 1600);
  font-weight: 500;
}
@media (max-width: 767px) {
  .order-left-image .order-image-contain h4 {
    font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  }
}

.order-address {
  margin-top: 50px;
}
@media (max-width: 360px) {
  .order-address {
    margin-top: 20px;
  }
}
.order-address li {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 360px) {
  .order-address li {
    display: block;
  }
}
.order-address li .left-box {
  text-transform: capitalize;
  min-width: 210px;
  padding: 10px 0;
}
.order-address li .left-box h6 {
  font-weight: 500;
}
@media (max-width: 360px) {
  .order-address li .left-box h6 {
    color: #7e7e7e !important;
    margin-bottom: -13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cacaca;
    font-weight: 500;
  }
}
.order-address li .right-box {
  padding: 10px 0;
  width: 180px;
}
.order-address li .right-box p {
  margin-bottom: 0;
  line-height: 1.6;
}

.tracker-table {
  padding-top: calc(30px + 30 * (100vw - 320px) / 1600);
  overflow: hidden;
  margin-bottom: 0;
}
.tracker-table .table {
  margin-bottom: 0;
}
.tracker-table .table thead th {
  border-bottom-width: 1px;
  font-weight: 500;
  color: #212529 !important;
  text-transform: uppercase;
  font-size: 15px;
  border-top: 0;
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid #eff2f7 !important;
  background-color: #eff2f7;
}
[dir=rtl] .tracker-table .table thead th {
  text-align: right;
}
.tracker-table .table tbody h2 {
  margin-bottom: 0;
}
.tracker-table .table tbody tr td {
  vertical-align: middle;
  color: #777777;
  border-top: 0;
  border-bottom: 1px solid #eff2f7 !important;
  text-align: left;
  padding: calc(0px + 16 * (100vw - 320px) / 1600) calc(6px + 10 * (100vw - 320px) / 1600);
  min-width: 175px;
}
[dir=rtl] .tracker-table .table tbody tr td {
  text-align: right;
}
.tracker-table .table tbody tr td p {
  margin: 10px 0 !important;
}
.tracker-table .table tbody tr td:nth-child(odd) p {
  color: #212529;
}
.tracker-table .table tbody tr td a {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
}

/**=====================
    Element Page css Start
  ==========================**/
.custome-card {
  border: 1px solid #ced4da;
}
.custome-card .card-header {
  background-color: #eff2f7;
}

/**=====================
    About Page css Start
  ==========================**/
@media (max-width: 991px) {
  .about-image {
    display: none;
  }
}

.about-details {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about-details h2 {
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: var(--theme-color);
}
.about-details h3 {
  font-size: calc(18px + 7 * (100vw - 320px) / 1600);
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  max-width: 80%;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about-details h3 {
    max-width: 100%;
  }
}
.about-details p {
  letter-spacing: 1px;
  line-height: 1.5;
  color: #7e7e7e;
}

.custome-accordion {
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.custome-accordion .accordion-item {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  border: none;
}
.custome-accordion .accordion-item .accordion-header {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.custome-accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-weight: 600;
  text-transform: capitalize;
}
.custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: #c7c7c5;
  box-shadow: none;
}
.custome-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #fff;
  font-weight: 400;
}
.custome-accordion .accordion-item .accordion-header .accordion-button:after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  color: #7e7e7e;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: none;
  transition: transform 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #212529;
}
.custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.custome-accordion .accordion-item .accordion-collapse .accordion-body p {
  letter-spacing: 1.3px;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: justify;
  color: #7e7e7e;
}

.team-contain.team-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 22px;
}
.team-contain.team-center img {
  width: 40%;
}
.team-contain.team-center .team-details {
  margin-top: 0;
  margin-left: 20px;
}
.team-contain.team-center .team-details p span {
  color: #7e7e7e;
  display: none;
}
.team-contain.team-center .team-details .moreless-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  color: var(--theme-color);
}

.team-details {
  margin-top: 30px;
  position: relative;
}
.team-details h3 {
  font-size: 23px;
  margin-bottom: 10px;
  color: #212529;
}
.team-details p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 1.5;
  color: #7e7e7e;
}
.team-details p span {
  color: #7e7e7e;
  display: none;
}
.team-details .moreless-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  color: var(--theme-color);
}

.team-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.team-leader-section {
  background-color: #eff2f7;
}

.leader-contain:hover .leader-image .social-media {
  bottom: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .leader-contain:hover .leader-image .social-media {
    top: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0;
  }
}
.leader-contain .leader-image {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.leader-contain .leader-image .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -60px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: block;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(226, 46, 83, 0.8);
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  .leader-contain .leader-image .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: unset;
    opacity: 0;
    height: 100%;
    background-color: rgba(226, 46, 83, 0.6);
  }
}
.leader-contain .leader-image .social-media li {
  margin: 0 5px;
  width: calc(20px + 10 * (100vw - 320px) / 1600);
  height: calc(20px + 10 * (100vw - 320px) / 1600);
  transition: all 0.5s ease-in-out;
  border-radius: 3px;
}
.leader-contain .leader-image .social-media li:hover {
  background-color: rgba(33, 37, 41, 0.7);
}
.leader-contain .leader-image .social-media li:hover a {
  color: #fff;
}
.leader-contain .leader-image .social-media li a {
  color: #ddd;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
}
.leader-contain .leader-contain {
  color: #212529;
  padding: calc(8px + 7 * (100vw - 320px) / 1600);
  width: 100%;
  text-align: center;
}
.leader-contain .leader-contain h3 {
  letter-spacing: 1px;
}
.leader-contain .leader-contain h6 {
  margin: calc(6px + 4 * (100vw - 320px) / 1600) 0 0;
  letter-spacing: 1.6px;
  color: #7e7e7e;
}

.testimonial-section .testimonial-contain {
  text-align: center;
  box-shadow: 0 0 8px #ddd;
  padding: calc(20px + 10 * (100vw - 320px) / 1600);
  border-radius: 10px;
}
[dir=rtl] .testimonial-section .testimonial-contain {
  direction: rtl;
}
.testimonial-section .testimonial-contain .textimonial-image {
  text-align: center;
}
.testimonial-section .testimonial-contain .textimonial-image img {
  border-radius: 25px;
  border: 1px solid #c7c7c5;
  padding: 5px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  object-fit: cover;
}
.testimonial-section .testimonial-details {
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-details {
    width: 100%;
  }
}
.testimonial-section .testimonial-details .details-images {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.8;
  color: #7e7e7e;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-details .details-images i {
  color: var(--theme-color);
  font-size: 15px;
  vertical-align: super;
}
[dir=rtl] .testimonial-section .testimonial-details .details-images i {
  transform: rotate(180deg);
}
.testimonial-section .testimonial-details .details-images i.fa-quote-left {
  margin-right: 8px;
}
[dir=rtl] .testimonial-section .testimonial-details .details-images i.fa-quote-left {
  margin-right: unset;
  margin-left: 8px;
}
.testimonial-section .testimonial-details .details-images i.fa-quote-right {
  margin-left: 8px;
}
[dir=rtl] .testimonial-section .testimonial-details .details-images i.fa-quote-right {
  margin-left: unset;
  margin-right: 8px;
}
.testimonial-section .testimonial-details h5 {
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

/**=====================
    Dark and RTL css Start
  ==========================**/
.theme-setting {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
[dir=rtl] .theme-setting ul {
  padding-right: 0;
}
.theme-setting ul li {
  background-color: #eff2f7;
  border: 1px solid #ced4da;
  margin: 10px 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  width: 40px;
  height: 38px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.theme-setting ul li:first-child {
  margin-top: 0;
}
.theme-setting ul li:last-child {
  margin-bottom: 0;
}
.theme-setting ul li button {
  color: #212529;
  border: none;
}
.theme-setting ul li button:hover {
  color: #212529;
  background-color: transparent;
  border-color: transparent;
}
.theme-setting ul li button:active, .theme-setting ul li button.active {
  border-color: transparent;
}
.theme-setting ul li.color-picker {
  background: none;
  overflow: hidden;
  margin-bottom: 0;
  border: none;
}
.theme-setting ul li.color-picker input {
  height: 100%;
  opacity: 1;
  padding: 0;
  border: none;
  font-size: x-large;
}

/**=====================
    Dark and RTL css Start
  ==========================**/
.demo-contain {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 2px solid rgba(33, 37, 41, 0.3);
  border-radius: 5px;
  position: relative;
}
.demo-contain .demo-image {
  overflow: hidden;
  width: 100%;
}
.demo-contain .demo-image:hover img {
  transform: translateY(calc(-100% + 500px));
  transition: transform 5s ease-in-out;
}
.demo-contain .demo-image img {
  object-fit: cover;
  transition: transform 5s ease-in-out;
  width: 100%;
}
.demo-contain .demo-image a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  color: #212529;
}

/**=====================
     Shop page css start
==========================**/
.vue-slider-process {
  background-color: var(--theme-color);
}

.vue-slider-dot-handle {
  border: 2px solid var(--theme-color);
}

.vue-slider-dot-tooltip-text {
  font-size: 10px !important;
  width: unset !important;
  height: unset !important;
  padding: 3px 5px 1px !important;
}

.vue-slider-dot-tooltip-inner-top .vue-slider-dot-tooltip-text {
  transform: none !important;
}

.vue-slider-dot-handle {
  background-color: var(--theme-color) !important;
}
.vue-slider-dot-handle::after {
  background-color: rgba(226, 36, 84, 0.38) !important;
}

.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-top {
  transform: none !important;
  border-radius: 3px;
}

.vue-slider-process {
  background-color: var(--theme-color) !important;
}

.vue-slider-dot-tooltip-inner {
  background-color: var(--theme-color) !important;
}

.vue-slider-rail {
  background-color: #efefef !important;
}

.vue-slider:hover .vue-slider-dot-handle,
.vue-slider:hover .vue-slider-dot-handle-focus {
  border-color: var(--theme-color);
  box-shadow: none;
}
.vue-slider:hover .vue-slider-dot-handle:hover {
  border-color: var(--theme-color);
}
.vue-slider:hover .vue-slider-process {
  background-color: var(--theme-color);
}

.custom-nav-tabs {
  position: sticky;
  top: 10px;
}

.category-scroll {
  max-height: 250px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.category-scroll::-webkit-scrollbar {
  width: 5px;
}
.category-scroll::-webkit-scrollbar-track {
  background-color: #ddd;
}
.category-scroll::-webkit-scrollbar-thumb {
  background: #b5bec7;
  border-radius: 5px;
}
.category-scroll::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
}

.custome-form-check {
  min-height: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
[dir=rtl] .custome-form-check {
  padding-right: 0;
}
.custome-form-check .form-check-input {
  margin-right: 10px;
  width: 17px;
  height: 17px;
  margin-top: 0;
  background-color: transparent;
  border: 1px solid #c7c7c5 !important;
  border-radius: 3px !important;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .custome-form-check .form-check-input {
  margin-left: 1.5rem;
  margin-right: 0;
}
.custome-form-check .form-check-input:checked[type=checkbox] {
  background-image: url(/images/check.svg);
  background-size: 13px;
}
.custome-form-check .form-check-input:focus {
  border-color: transparent;
  box-shadow: none;
}
.custome-form-check .checkbox_animated {
  margin-top: -4px;
}
.custome-form-check .form-check-label {
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-image {
  margin-top: 20px;
}
.sidebar-image img {
  height: 500px;
  border-radius: 5px;
}

.category-option {
  position: sticky;
  top: 40px;
  z-index: 1;
}
@media (max-width: 991px) {
  .category-option {
    position: fixed;
    top: 0;
    left: -320px;
    background-color: #fff;
    z-index: 7;
    padding: calc(15px + 15 * (100vw - 320px) / 1600);
    width: 300px;
    height: 100vh;
    transition: all 0.5s ease;
    overflow-x: scroll;
    overflow-y: auto;
  }
  [dir=rtl] .category-option {
    left: unset;
    right: -320px;
  }
}
.category-option.show {
  left: 0;
}
.category-option .button-close {
  display: none;
}
@media (max-width: 991px) {
  .category-option .button-close {
    display: block;
    margin-bottom: 10px;
  }
}
.category-option .button-close button {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #212529;
}
.category-option .button-close button .feather {
  display: block;
  width: 18px;
  margin-right: 8px;
  margin-top: -1px;
}
[dir=rtl] .category-option .button-close button .feather {
  margin-right: unset;
  margin-left: 8px;
}
.category-option .category-name {
  color: #fff;
  background-color: #fff;
}
.category-option .category-name .accordion-item {
  padding: 20px;
  border: 1px solid #ced4da;
  color: #212529;
  border-radius: 5px;
  background-color: #fff;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check {
  display: flex;
  align-items: center;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check input {
  margin-top: -4px;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .form-check-label span {
  margin-left: 10px;
}
[dir=rtl] .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .form-check-label span {
  margin-left: 0;
  margin-right: 10px;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check p {
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 13px;
}
[dir=rtl] .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check p {
  margin-left: 0;
  margin-right: 12px;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating {
  display: flex;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating .rating-list {
  margin: 0;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating .rating-list + .rating-list {
  margin-left: 3px;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating .rating-list .fa-star {
  color: #c3c3c3;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating .rating-list .fa-star.theme-color {
  color: #ffa202;
}
.category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list.category-list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list li {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid transparent;
  margin: 0;
}
.category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list li a {
  color: #212529;
  font-weight: 400;
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li {
  margin: 0;
  padding: 2px 6px;
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li:nth-child(3) a .label-tag {
  margin-bottom: 0;
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li .label-tag {
  display: flex;
  border: none;
  padding: 0 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li .label-tag span {
  color: #7f7f7f;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li .label-tag .btn-close {
  font-size: calc(8px + 2 * (100vw - 320px) / 1600);
  margin-left: auto;
  margin-top: 3px;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse {
  margin-top: 22px;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li {
  margin: 0;
  border-radius: 5px;
  border: 1px solid #000;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li a {
  width: 30px;
  height: 30px;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li a i {
  color: #212529;
  display: none;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li a i.active {
  display: block;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(2) a {
  background-color: #fab1a0;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(3) a {
  background-color: #10ac84;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(4) a {
  background-color: #ff9f43;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(5) a {
  background-color: #8395a7;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(6) a {
  background-color: #fab1a0;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(7) a {
  background-color: #10ac84;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(8) a {
  background-color: #ff9f43;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(9) a {
  background-color: #8395a7;
}
@media (max-width: 991px) {
  .category-option .category-name .accordion-item {
    padding: 0;
    border: none;
  }
}
.category-option .category-name .accordion-item + .accordion-item {
  margin-top: 20px;
}
.category-option .category-name .accordion-item .accordion-header {
  margin-bottom: 0;
  background-color: #eff2f7;
}
.category-option .category-name .accordion-item .accordion-collapse {
  border: none;
  border-width: 0 1px;
  margin-top: 10px;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list {
  overflow: hidden;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list li {
  display: block;
  margin: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list li::nth-child(9) {
  margin-bottom: 0;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list li .custome-form-check input {
  margin-top: -4px;
}
.category-option .category-name .accordion-button {
  color: #212529;
  border: none;
  margin: 0;
  font-weight: bold;
  box-shadow: none;
  background-color: #eff2f7;
}
.category-option .category-name .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.category-option .category-name .accordion-button:after {
  background-image: url("~/public/images/plus.svg");
  filter: invert(1);
  transition: all 0.2s ease-in-out;
}
.category-option .category-name .accordion-button:not(.collapsed)::after {
  background-image: url("~/public/images/minus.svg");
  filter: invert(1);
  transform: rotate(0);
}
.category-option-1 {
  background-color: #f0f3f8;
}
@media (max-width: 991px) {
  .category-option-1 {
    background-color: #fff;
  }
}
.category-option-1 .category-name .accordion-item {
  border: none;
  padding: 10px 20px 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .category-option-1 .category-name .accordion-item {
    padding: 0;
  }
}
.category-option-1 .category-name .accordion-item + .accordion-item {
  margin-top: 0;
}
.category-option-1 .category-name .accordion-item .accordion-header .accordion-button {
  padding: 14px 8px;
}
.category-option-1 .category-name .accordion-item .accordion-collapse {
  margin-top: 0;
}
.category-option-1 .category-name .accordion-item .accordion-collapse .accordion-body {
  padding: 10px 3px;
}
.category-option-1 .category-name .accordion-item .accordion-collapse .accordion-body .category-list {
  margin-top: -12px;
}
.category-option-1 .category-name .accordion-item .accordion-collapse .accordion-body .category-list li {
  margin-top: 12px;
}
.category-option-1 .category-name .accordion-item .accordion-collapse .accordion-body .category-list li .form-check .form-check-input {
  background-color: #fff;
}

.filter-button {
  display: none;
}
@media (max-width: 991px) {
  .filter-button {
    display: block;
  }
}
.filter-button a {
  display: flex;
  align-items: center;
}
.filter-button .feather {
  width: 20px;
  margin-right: 10px;
}
[dir=rtl] .filter-button .feather {
  margin-right: unset;
  margin-left: 10px;
}
.filter-button span {
  display: block;
  margin-bottom: -3px;
}

.hide-button button {
  font-size: 15px !important;
  background-color: var(--theme-color);
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff !important;
  display: flex;
  align-items: center;
}
.hide-button button:active {
  background-color: var(--theme-color);
  border-color: transparent;
}
.hide-button button .feather {
  width: 20px;
  margin-right: 10px;
}
[dir=rtl] .hide-button button .feather {
  margin-left: 10px;
  margin-right: unset;
  transform: rotateY(180deg);
}
.hide-button span {
  display: block;
  margin-bottom: -3px;
}

.short-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.short-name li .label-tag {
  display: inline-block;
  border: none;
  padding: 3px 12px;
  border: none;
  background-color: #eff2f7;
  border-radius: 8px;
}
.short-name li .label-tag a:hover {
  color: var(--theme-color);
}
.short-name li .label-tag a:hover span {
  font-size: 14px;
}
.short-name li .label-tag .btn-close {
  font-size: calc(8px + 2 * (100vw - 320px) / 1600);
  margin-left: 5px;
}
[dir=rtl] .short-name li .label-tag .btn-close {
  margin-left: 0;
  margin-right: 5px;
}

.select-featured {
  border: 1px solid #eff2f7;
  color: #8f8397;
  border-radius: 0;
}
.select-featured:focus {
  border-color: #eff2f7;
  box-shadow: 0 0 0 0.25rem transparent;
}
.select-featured .dropdown-item:active, .select-featured .dropdown-item.active {
  color: #fff;
  background-color: var(--theme-color);
}
.select-featured .dropdown-toggle {
  border: 1px solid #eff2f7;
  color: #8f8397;
  text-align: left;
  border-radius: 0;
  font-weight: 400;
  padding: 6px 36px 6px 12px;
  position: relative;
}
.select-featured .dropdown-toggle::after {
  display: none;
}
.select-featured .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.select-featured .dropdown-menu {
  min-width: 100%;
}
.select-featured .dropdown-menu li {
  width: 100%;
}

.custom-nav-tabs {
  border: none !important;
}
@media (max-width: 575px) {
  .custom-nav-tabs {
    width: 300px;
  }
}
.custom-nav-tabs .offcanvas-body {
  background-color: #fff;
}
@media (max-width: 991px) {
  .custom-nav-tabs {
    width: 300px;
  }
}
.custom-nav-tabs .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px 0;
}
.custom-nav-tabs .offcanvas-header button {
  margin: 0;
  padding: 0;
}
.custom-nav-tabs .offcanvas-body .category-spacing .category-name .accordion-item {
  padding: 0;
}
.custom-nav-tabs .offcanvas-body .category-spacing .category-name .accordion-item + .accordion-item {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .custom-nav-tabs .category-option {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: unset;
    padding: 0;
    width: unset;
    height: auto;
    transition: all 0.5s ease;
    overflow-y: auto;
  }
  [dir=rtl] .custom-nav-tabs .category-option {
    left: unset;
    right: 0;
  }
}

.image-slider {
  display: block;
  overflow: hidden;
}
.image-slider .image-product {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.image-slider .image-product img {
  border-radius: 5px;
}
.image-slider .image-contain {
  display: block;
  text-align: center;
  padding: 20px 0 0;
  transition: all 0.3s ease-in-out;
}
.image-slider .image-contain h3 {
  font-weight: 400;
}

.filter-name {
  height: 100%;
  display: flex;
  align-items: center;
}
.filter-name h4 {
  font-weight: 500;
  font-size: large;
}

.filter-icon {
  display: none;
}
@media (max-width: 991px) {
  .filter-icon {
    display: block;
  }
}

.category-filter {
  width: 100%;
}

.category-list {
  width: 100%;
}
.category-list .dropdown .dropdown-toggle {
  width: 100%;
  background-color: rgba(233, 233, 233, 0.5);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600);
}
.category-list .dropdown .dropdown-menu {
  padding: 1rem;
  width: 100%;
}
.category-list .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.category-list .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-show-button {
  padding: 15px;
  display: none;
}
.filter-show-button a {
  display: flex;
  align-items: center;
}
.filter-show-button a .feather {
  margin-right: 10px;
  width: 20px;
}
.filter-show-button a h5 {
  font-weight: 600;
}
@media (max-width: 991px) {
  .filter-show-button {
    padding: 0 0 10px;
    display: flex;
  }
}

.top-filter-section {
  background-color: #fff;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .top-filter-section {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 10vh;
    top: 0;
    margin-top: 0;
    padding: 20px;
    z-index: 5;
    transition: all 0.5s ease;
    box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
    overflow-y: auto;
  }
}
.top-filter-section.show {
  left: 0;
}
.top-filter-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .top-filter-section ul {
    display: block;
  }
}
.top-filter-section ul .back-btn {
  display: none;
}
@media (max-width: 991px) {
  .top-filter-section ul .back-btn {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
    text-transform: capitalize;
    color: black;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
  }
}
.top-filter-section ul .onclick-title {
  width: 100%;
  cursor: pointer;
  position: relative;
  background-color: #eff2f7;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600);
  margin: 0 15px;
}
.top-filter-section ul .onclick-title:nth-child(7) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .top-filter-section ul .onclick-title {
    margin: 30px 0 0;
    background-color: #fff;
    padding: 0;
  }
  .top-filter-section ul .onclick-title:nth-child(3) {
    margin-top: 15px;
  }
  .top-filter-section ul .onclick-title + .onclick-title {
    margin-left: unset;
  }
}
.top-filter-section ul .onclick-title h6 {
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  position: relative;
}
[dir=rtl] .top-filter-section ul .onclick-title h6 {
  text-align: right;
  padding: 0 0 0 20px;
}
@media (max-width: 991px) {
  .top-filter-section ul .onclick-title h6 {
    text-align: left;
    font-weight: 500;
  }
}
.top-filter-section ul .onclick-title h6:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0;
  opacity: 0.2;
}
[dir=rtl] .top-filter-section ul .onclick-title h6:before {
  right: unset;
  left: 0;
}
@media (max-width: 991px) {
  .top-filter-section ul .onclick-title h6:before {
    content: "";
  }
}
.top-filter-section ul .onclick-title:nth-child(-n+3) {
  border-left: none;
}
.top-filter-section ul .onclick-title .onclick-content {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 1rem;
  width: 100%;
  left: 0;
  top: 40px;
  box-shadow: 0px 5px 9px 3px rgba(33, 37, 41, 0.13);
  z-index: 2;
}
@media (max-width: 991px) {
  .top-filter-section ul .onclick-title .onclick-content {
    display: block;
    position: relative;
    box-shadow: none;
    padding: 0;
    top: 10px;
    margin-top: 10px;
  }
}
.top-filter-section ul .onclick-title .onclick-content li {
  display: block;
  cursor: pointer;
}
.top-filter-section ul .onclick-title .onclick-content li + li {
  margin-top: 10px;
}
.top-filter-section ul .onclick-title .onclick-content .custom-control .form-check-label {
  text-transform: capitalize;
}
.top-filter-section ul .filter-title {
  width: 100%;
  cursor: pointer;
  position: relative;
  border-left: 1px solid #e0e0e0;
  min-width: 60px;
}
@media (max-width: 991px) {
  .top-filter-section ul .filter-title {
    margin-bottom: 10px;
  }
}
.top-filter-section ul .filter-title h6 {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  position: relative;
  padding: 0;
  font-weight: 700;
}
.top-filter-section ul .filter-title h6:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 15px;
  opacity: 0.2;
  display: none;
}
.top-filter-section ul .filter-title:nth-child(-n+3) {
  border-left: none;
}
.top-filter-section ul .filter-title .onclick-content {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1;
  padding: 10px 20px;
  width: 200px;
  left: 30px;
  top: 34px;
  box-shadow: 0px 1px 9px 3px rgba(228, 228, 228, 0.81);
}
@media (max-width: 991px) {
  .top-filter-section ul .filter-title .onclick-content {
    display: block;
    position: relative;
    top: 10px;
    box-shadow: none;
  }
}
.top-filter-section ul .filter-title .onclick-content .custom-control .form-check-label {
  text-transform: capitalize;
}
.top-filter-section ul .onclick-title.show .onclick-content {
  display: block;
}
.top-filter-section ul .filter-title.show .onclick-content {
  display: block;
}
.top-filter-section .form-check {
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-filter-section .form-check + .form-check {
  margin-top: 10px;
}
.top-filter-section .form-check .form-check-label {
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-image {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #eff2f7;
  display: flex;
  align-items: center;
}
.category-image .elec-image {
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
[dir=rtl] .category-image .elec-image {
  padding-right: 0;
  padding-left: 30px;
}
.category-image .elec-image img {
  width: 90%;
  height: 100px;
  object-fit: contain;
}
.category-image .category-contain {
  color: #212529;
  width: calc(100% - 150px);
}
.category-image .category-contain h3 {
  text-transform: capitalize;
  color: #212529;
  letter-spacing: 1.1px;
}
.category-image .category-contain .product-list {
  margin: 5px 0;
  padding-inline-start: 15px;
  list-style-type: circle;
}
.category-image .category-contain .product-list li {
  display: list-item;
  text-transform: capitalize;
}
.category-image .category-contain .product-list li a {
  font-size: 14px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.fliter-menu button {
  font-weight: 300;
  display: inline-block;
  border: none;
  padding: 5px calc(12px + 8 * (100vw - 320px) / 1600);
  border-radius: 0;
  border: 1px solid #ddd;
  margin: 5px;
}
.fliter-menu button .feather {
  width: 16px;
  stroke-width: 1px;
}

.product-box .product-details .main-price p {
  display: none;
}
.product-box .product-details .main-price .listing-content {
  display: none;
}

.list-view.product-box {
  display: flex;
  align-items: center;
}
.list-view.product-box .img-wrapper .back {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.list-view.product-box .product-details .rating-details,
.list-view.product-box .product-details .main-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .list-view.product-box .product-details .rating-details,
  .list-view.product-box .product-details .main-price {
    display: block;
    text-align: left;
  }
  [dir=rtl] .list-view.product-box .product-details .rating-details,
  [dir=rtl] .list-view.product-box .product-details .main-price {
    text-align: right;
  }
}
.list-view.product-box .product-details .main-price {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .list-view.product-box .product-details .main-price {
    margin-top: 5px;
  }
  .list-view.product-box .product-details .main-price h3 {
    margin-top: 5px;
  }
}
.list-view.product-box .cart-wrap ul li + li {
  margin-left: 0;
}
[dir=rtl] .list-view.product-box .cart-wrap ul li + li {
  margin-left: unset;
  margin-right: 0;
}
.list-view.product-box .cart-wrap a svg,
.list-view.product-box .cart-wrap button svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 575px) {
  .list-view.product-box .cart-wrap a svg,
  .list-view.product-box .cart-wrap button svg {
    width: 13px;
    height: 13px;
  }
}
.list-view.product-box:hover .img-wrapper .back {
  opacity: 1;
  backface-visibility: visible;
  transition: all 0.3s ease;
}
@media (max-width: 1660px) {
  .list-view.slide-4 {
    padding: 0 30px;
  }
}

.collection-grid-view {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.collection-grid-view ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.collection-grid-view ul li {
  height: 100%;
  margin-right: 8px;
  border: 2px solid #212529;
}
.collection-grid-view ul li button {
  padding: 5px;
}
.collection-grid-view ul li button img {
  height: 50%;
}

.range-slider {
  margin-top: 0;
  padding-top: 27px;
  padding-left: 8px;
  padding-right: 14px;
}
.range-slider .vue-slider {
  height: 12px !important;
}
.range-slider .vue-slider .vue-slider-rail {
  border-radius: 4px;
}
.range-slider .vue-slider .vue-slider-rail .vue-slider-process {
  border-radius: 0;
}
.range-slider .vue-slider .vue-slider-rail .vue-slider-dot {
  width: 2px !important;
  height: 18px !important;
}
.range-slider .vue-slider .vue-slider-rail .vue-slider-dot .vue-slider-dot-handle {
  border-radius: 0;
  border: none;
}
.range-slider .vue-slider .vue-slider-rail .vue-slider-dot .vue-slider-dot-handle::after {
  content: none;
}

.banner-deatils .banner-contain p {
  line-height: 1.8;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}

.most-popular {
  margin: calc(26px + 15 * (100vw - 320px) / 1600) 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 9px;
}
.most-popular .title {
  margin-bottom: 25px;
}
[dir=rtl] .most-popular .title {
  text-align: left !important;
}
.most-popular .product-slider {
  padding-top: 20px;
  border-top: 1px solid #eff2f7;
}
.most-popular .product-slider .swiper {
  overflow: unset;
}
.most-popular .product-slider .swiper .swiper-button-prev,
.most-popular .product-slider .swiper .swiper-button-next {
  background-color: #eff2f7;
  position: absolute;
  top: -55px;
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.most-popular .product-slider .swiper .swiper-button-prev {
  left: unset;
  right: 50px;
}
.most-popular .product-slider .swiper .swiper-button-prev::after {
  content: "\f053";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  font-size: 16px;
}
.most-popular .product-slider .swiper .swiper-button-next {
  right: 0;
}
[dir=rtl] .most-popular .product-slider .swiper .swiper-button-next {
  left: unset;
}
.most-popular .product-slider .swiper .swiper-button-next::after {
  content: "\f054";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  font-size: 16px;
}

.list-style > div {
  width: 100%;
}
.list-style .product-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .list-style .product-box {
    display: block;
    border: 1px solid rgba(33, 37, 41, 0.08);
    padding: 15px calc(15px + 5 * (100vw - 320px) / 1600);
    border-radius: 5px;
  }
}
.list-style .product-box .img-wrapper {
  width: 25%;
}
@media (max-width: 767px) {
  .list-style .product-box .img-wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .list-style .product-box .img-wrapper {
    width: 100%;
  }
}
.list-style .product-box .cart-wrap {
  display: none;
}
.list-style .product-box .product-details {
  padding-left: 15px;
  margin-top: 0;
  width: calc(100% - 100px);
}
[dir=rtl] .list-style .product-box .product-details {
  padding-left: 0;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .list-style .product-box .product-details {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
.list-style .product-box .product-details .rating {
  margin: 0;
}
.list-style .product-box .product-details h5 {
  font-weight: 500;
  margin: calc(8px + 7 * (100vw - 320px) / 1600) 0 0 0 !important;
}
.list-style .product-box .product-details span {
  margin-top: 5px;
}
.list-style .product-box .product-details .rating-details {
  text-align: left !important;
}
.list-style .product-box .product-details .rating-details.rating-shop {
  text-align: left;
}
[dir=rtl] .list-style .product-box .product-details .rating-details.rating-shop {
  text-align: right;
}
.list-style .product-box .product-details .rating-details.rating-shop h5 {
  margin-top: 5px;
}
.list-style .product-box .product-details .rating-details.rating-shop .size-box {
  margin: 5px 0;
}
.list-style .product-box .product-details .rating-details .grid-content {
  display: none;
}
.list-style .product-box .product-details .main-price .listing-content {
  display: block;
}
.list-style .product-box .product-details .main-price .listing-content.listing-shop {
  text-align: left;
}
[dir=rtl] .list-style .product-box .product-details .main-price .listing-content.listing-shop {
  text-align: right;
}
.list-style .product-box .main-price {
  display: block !important;
  margin-top: 0 !important;
}
.list-style .product-box .main-price h3 {
  padding: 0;
  margin: 0 0 8px;
}
.list-style .product-box .main-price p {
  display: block !important;
  margin: 8px 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.list-style .product-box .main-price button {
  position: relative;
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(13px + 7 * (100vw - 320px) / 1600);
  font-weight: 600;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 0;
  font-weight: bold;
  background: var(--theme-color);
  font-size: calc(12px + 3 * (100vw - 320px) / 1600);
  color: #fff;
  border-radius: 5px;
  margin-top: 0;
}
.list-style .product-box .main-price button:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.filter-options {
  display: flex;
  align-items: center;
}
.filter-options .select-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(5px + 7 * (100vw - 320px) / 1600);
}
.filter-options .grid-options {
  margin-left: auto;
}
[dir=rtl] .filter-options .grid-options {
  margin-left: unset;
  margin-right: auto;
}
.filter-options .grid-options.avtive li {
  background-color: var(--theme-color);
}
.filter-options .grid-options.avtive li a img {
  filter: invert(1);
}
.filter-options .grid-options ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-options .grid-options ul li {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #eff2f7;
  opacity: 0.5;
}
.filter-options .grid-options ul li.active {
  opacity: 1;
}
.filter-options .grid-options ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.category-side {
  transition: 0.3s ease;
}
.category-side.show {
  transition: 0.3s ease;
  width: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.category-side .category-option {
  background-color: #ddd;
}
@media (max-width: 991px) {
  .category-side .category-option {
    background-color: #eff2f7;
  }
}
.category-side .category-option .custome-form-check .form-check-input {
  background-color: #fff;
}
.category-side .category-option .category-name .accordion-button {
  background-color: #fff;
  border: none;
}
.category-side .category-option .category-name .accordion-item {
  background-color: #eff2f7;
  border: none;
}
@media (max-width: 991px) {
  .category-side .category-option .category-name .accordion-item {
    padding: 20px 0;
  }
}