/*============================================ 
# Template Name: Ginbo 
# Version: 1.0
# Date: 23/10/2022
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis
# Developed By: Pranto
# Description: Ginbo - Product Landing HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
:root {
  --body-font: "Poppins", sans-serif;
  --body-color: #FFFFFF;
  --para-color: #444444;
  --heading-color: #222222;
  --section-color: #F7F8FA;
  --primary-color: #0055DE;
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  background-color: var(--body-color);
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
}

section,
footer {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  font-family: var(--body-font);
  color: var(--heading-color);
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s;
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span {
  font-family: inherit;
  font-size: inherit;
  color: var(--primary-color);
  line-height: inherit;
  font-weight: inherit;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--bs-white);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.max-un {
  max-width: 100%;
}

.d-rtl {
  direction: rtl;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
}

.single-input {
  margin-bottom: 25px;
}

input,
textarea {
  padding: 13px 20px;
  color: var(--para-color);
  width: 100%;
  font-family: var(--body-font);
  border-radius: 10px;
  background-color: var(--bs-white);
  border: 1px solid #556f9c;
  outline-color: transparent;
}
input::placeholder,
textarea::placeholder {
  color: #BDBCBC !important;
  opacity: 1;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--heading-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.b-none {
  border: none !important;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h1 > a {
  font-size: 76px;
  line-height: 98.8px;
  margin-top: -20px;
}

h2,
h2 > a {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -16px;
}

h3,
h3 > a {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4,
h4 > a {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5,
h5 > a {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
}

h6,
h6 > a {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -4px;
}

table thead tr th {
  font-size: 18px;
  line-height: 30px;
}

a {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

p,
span,
li,
label {
  margin: 0;
  font-family: var(--body-font);
  color: var(--para-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.dark-sec p, .dark-sec li, .dark-sec h2, .dark-sec h4, .dark-sec h6, .dark-sec a, .dark-sec span {
  color: var(--bs-white);
}

.section-text {
  margin-bottom: 26px;
}

.section-header {
  margin-bottom: 53px;
}

.cus-mar {
  margin-bottom: -30px;
}

.single-box {
  margin-bottom: 30px;
  padding: 30px 15px;
}

.sub-title {
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 27px;
}

.title {
  font-weight: 600;
  margin-bottom: 15px;
}

.xxxlr {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

.xxlr {
  font-size: 26px;
  line-height: 36px;
  margin-top: -7px;
}

.xlr {
  font-size: 24px;
  line-height: 36px;
  margin-top: -7px;
}

.mdr {
  font-size: 16px;
  line-height: 22px;
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .header-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
}
.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}
*::-webkit-scrollbar-track {
  background: #00003e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #5732c6;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  border-radius: 5px;
  color: var(--bs-white);
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop.active, .scrollToTop:focus {
  bottom: 30px;
  color: var(--bs-white);
  transform: translateY(0%);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: visible;
  background: url(../images/preloader.gif) no-repeat center center;
  background-size: 30%;
  background-color: #FFFFFF;
}

.icon-svg {
  position: relative;
}
.icon-svg img {
  opacity: 1;
  position: absolute;
}
.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition: transform 0.3s, fill 0.5s;
  opacity: 0;
  visibility: hidden;
}
.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}
.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes item {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
  border-radius: 10px;
  font-weight: 600;
  color: var(--bs-white);
  padding: 10px 30px;
  text-transform: capitalize;
  transition: 0.3s all;
  z-index: 0;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cmn-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--primary-color);
  box-shadow: 0px 4px 21px rgba(249, 206, 96, 0.42);
  z-index: -1;
  transition: 0.3s;
}
.cmn-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  background: var(--vs-white);
  z-index: -1;
  transition: 0.3s;
  transform: translateX(-100%);
}
.cmn-btn:hover, .cmn-btn:focus {
  color: var(--heading-color);
}
.cmn-btn:hover::after, .cmn-btn:focus::after {
  transform: translateX(0);
  border-color: #000000;
}
.cmn-btn:hover::before, .cmn-btn:focus::before {
  transform: translateX(100%);
}
.cmn-btn.alt {
  color: var(--head-color);
}
.cmn-btn.alt::after {
  transform: translateX(0);
  border-color: #000000;
}
.cmn-btn.alt::before {
  transform: translateX(-100%);
}
.cmn-btn.alt:hover::after, .cmn-btn.alt:focus::after {
  transform: translateX(100%);
  border-color: #000000;
}
.cmn-btn.alt:hover::before, .cmn-btn.alt:focus::before {
  transform: translateX(0);
}

.slick-arrow {
  position: absolute;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  bottom: calc(50% - 40px);
  border: 1px solid #D3D3D3;
  background-color: transparent;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.slick-arrow i {
  color: #000;
  font-size: 18px;
}
.slick-arrow i::before {
  line-height: 3;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: var(--primary-color);
  z-index: -1;
  transition: 0.3s;
  transform: translateX(-100%);
}
.slick-arrow::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: 1px solid transparent;
  background: transparent;
  z-index: -1;
  transition: 0.3s;
}
.slick-arrow:hover {
  transition: all 0.5s;
}
.slick-arrow:hover i {
  color: var(--bs-white);
}
.slick-arrow:hover:hover, .slick-arrow:hover:focus {
  color: var(--heading-color);
}
.slick-arrow:hover:hover::after, .slick-arrow:hover:focus::after {
  transform: translateX(100%);
  border-color: #D3D3D3;
}
.slick-arrow:hover:hover::before, .slick-arrow:hover:focus::before {
  transform: translateX(0);
}
.slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
  z-index: 2;
}
.slick-arrow.slick-next {
  right: 0;
}

.section-dots {
  text-align: center;
  position: absolute;
  bottom: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
}
.section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
}
.section-dots li .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #e2d9fd;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}
.section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.section-dots li.slick-active .dot {
  background-color: var(--heading-color);
}

.input-area {
  background-color: var(--bs-white);
  outline: 1px solid #D3D3D3;
  border-radius: 30px;
  padding: 0;
}
.input-area:focus-within {
  outline: 1px solid var(--heading-color);
  border: none;
}
.input-area input {
  padding: 10px 25px;
  border: none;
  background: transparent;
}
.input-area button {
  background: transparent;
  margin-right: 15px;
}

.nice-select {
  border-radius: 10px;
  background-color: #373f4e;
  border: 1px solid #556f9c;
  display: flex;
  align-items: center;
  width: 100%;
  height: initial;
  padding: 12px 20px;
}
.nice-select:hover {
  border-color: #556f9c;
}
.nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}
.nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #556f9c;
}
.nice-select .list:hover {
  color: var(--heading-color);
}
.nice-select .list .option {
  background: transparent;
}
.nice-select .list .option:hover {
  color: var(--hover-color);
}
.nice-select .list .focus {
  background-color: transparent !important;
  color: var(--heading-color);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ripple2Ani {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(-5px, -5px);
  }
  66% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes rippleAni {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(5px, -5px);
  }
  66% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes stretch {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-color: transparent;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--bs-white);
}
.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}
.header-section .navbar-toggler:focus {
  box-shadow: none;
}
.header-section .navbar-toggler i {
  color: var(--heading-color);
}
.header-section .navbar {
  padding: 23px 15px;
}
.header-section .navbar .navbar-brand {
  margin-right: 70px;
}
.header-section .navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
  font-weight: 500;
  padding: 0 10px;
  text-transform: capitalize;
  font-weight: 600;
  background-color: transparent;
  font-family: var(--body-font);
  color: var(--heading-color);
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover {
  color: #2C4269;
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
  color: #2C4269;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
  margin-right: 15px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  content: "C";
  border: none;
  font-family: "arafat font";
  font-weight: 400;
  font-size: 14px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--bs-white);
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
  margin-left: 5%;
}
.header-section .navbar .navbar-collapse .right-area {
  position: relative;
  margin-left: 20px;
}
.header-section .navbar .navbar-collapse .right-area .single-item .btn-area {
  cursor: pointer;
}
.header-section .navbar .navbar-collapse .right-area .single-item .btn-area i {
  color: var(--heading-color);
}
.header-section .navbar .navbar-collapse .right-area .single-item .search-content {
  position: absolute;
  top: 60px;
  width: 350px;
  right: 0;
  padding: 30px;
  background: var(--bs-white);
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  max-height: 350px;
  overflow-y: scroll;
}
.header-section .navbar .navbar-collapse .right-area .single-item .search-content.active {
  transform: translateY(0px);
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 350px;
  min-height: 100%;
  overflow-y: auto;
  background-color: var(--section-color);
  z-index: 999;
  padding: 40px;
  transform: translateX(100%);
  transition: all 2s;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content.active {
  transform: translateX(0px);
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li {
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  display: flex;
  border: 1px solid #556f9c;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li:hover .abs-area {
  opacity: 1;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li .img-area {
  margin-right: 10px;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li .img-area img {
  width: 100px;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li .abs-area {
  position: absolute;
  right: -5px;
  cursor: pointer;
  top: -10px;
  opacity: 0;
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li .abs-area i {
  padding: 10px;
  font-size: 16px;
  background: var(--section-color);
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content .close-btn {
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content .close-btn i {
  font-size: 25px;
  color: var(--para-color);
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content .text-area h6 {
  font-weight: 500;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-overlay {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  min-width: 100vw;
  background-color: rgba(245, 246, 248, 0.5647058824);
  z-index: 99;
  transform: translateX(100%);
  transition: all 2s;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-overlay.active {
  transform: translateX(0px);
  z-index: 99;
}
.header-section .navbar .navbar-collapse .right-area .single-item .search-content {
  overflow: auto;
}
.header-section .navbar .navbar-collapse .right-area .single-item .search-content .input-area {
  background-color: var(--bs-white);
  outline: 1px solid #D3D3D3;
  border-radius: 10px;
  padding: 5px;
}
.header-section .navbar .navbar-collapse .right-area .single-item .search-content .input-area button {
  margin: 0;
}
.header-section .nav-item.main-navbar .main-menu {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.header-section .nav-item.main-navbar .main-menu .sub-navbar {
  position: relative;
}
.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: 165px;
  top: 0;
  min-width: 12rem;
}
.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-section .nav-item.main-navbar:hover .main-menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.banner-section .overlay .banner-content {
  padding: 80px 0 20px;
}
.banner-section .cus-index {
  z-index: 0;
}
.banner-section .content-area {
  background: #0055DE;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  top: 15%;
  left: 15%;
}
.banner-section.index {
  overflow-x: clip;
}
.banner-section.index .sec-img {
  top: -10%;
}
.banner-section.inner-banner .banner-content {
  padding: 210px 0 120px;
  background-image: none;
  background-color: var(--section-color);
}
.banner-section.inner-banner .banner-content h2 {
  color: var(--heading-color);
}
.banner-section.inner-banner .banner-content .main-content .breadcrumb-area {
  margin-top: 12px;
}
.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li {
  display: flex;
  align-items: center;
  color: var(--heading-color);
  padding: 0;
}
.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "D";
  display: inline-block;
  font-family: "arafat font";
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 0 15px;
}

.footer-section {
  background: #001639;
}
.footer-section .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
}
.footer-section .social a i {
  color: var(--bs-white);
}
.footer-section .social a:hover {
  background: #0055DE;
  border-radius: 25px;
  border-color: transparent;
}
.footer-section .wrapper {
  padding-bottom: 30px;
}
.footer-section .single-area h4 {
  margin-bottom: 23px;
}
.footer-section .single-area li {
  margin-bottom: 12px;
}
.footer-section .single-area p, .footer-section .single-area a {
  color: #BBBBBB;
}
.footer-section .contact-location {
  gap: 10px;
  display: grid;
}
.footer-section .wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.footer-section .footer-bottom {
  padding: 30px 0;
}

.features-section {
  overflow-x: initial;
}
.features-section .single-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.features-section .single-box img {
  max-width: unset;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(171, 171, 171, 0.25);
  border-radius: 10px;
}
.features-section .single-box h5 {
  margin-bottom: 5px;
  font-weight: 600;
  margin: 0;
}

.quick-rlease {
  background-color: var(--section-color);
  overflow-x: initial;
  background-image: url(../images/more-feature-bg.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: left 20% bottom;
}
.quick-rlease .single-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
}
.quick-rlease .single-box img {
  max-width: unset;
}
.quick-rlease .single-box h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

.more-features ul {
  column-count: 2;
}
.more-features ul .img-area {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.more-features ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.more-features ul li span {
  font-weight: 600;
}

.discount {
  background-color: var(--section-color);
}
.discount .sec-img {
  background: #F2FBFF;
  border: 8px solid #FFFFFF;
  box-shadow: 0px 3px 20px rgba(152, 152, 152, 0.25);
  border-radius: 20px;
}

.buy-section ul span:first-child {
  width: 20%;
}
.buy-section ul li {
  font-weight: 600;
}
.buy-section ul ul {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.buy-section ul ul li {
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 10px rgba(126, 126, 126, 0.25);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E94985;
}
font .buy-section ul ul li:nth-child(1) {
  background: #E94985;
}
.buy-section ul ul li:nth-child(2) {
  background: #684ECD;
}
.buy-section ul ul li:nth-child(3) {
  background: #7ECCFA;
}
.buy-section ul ul li:nth-child(4) {
  background: #E7E7E7;
}
.buy-section i {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 600;
}

.buy-section .slider-for img {
  width: 100%;
}
.buy-section .slider-nav .single-img {
  margin: 0 5px;
}
.buy-section .slider-area {
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  padding: 10px;
}
.buy-section .star-area {
  margin-bottom: 14px;
}
.buy-section .star-area i {
  color: #F3C244;
  font-size: 18px;
}
.buy-section .star-area .blank {
  color: #D9D9D9;
}

.cart-section {
  background: var(--section-color);
}
.cart-section .single-box {
  background: #FFFFFF;
  box-shadow: 0px 3px 25px rgba(173, 173, 173, 0.25);
  border-radius: 20px;
  text-align: center;
  padding: 30px;
}
.cart-section .single-box h5 {
  font-weight: 500;
  margin: 13px 0 5px;
}
.cart-section .single-box .btn-area {
  margin-top: 25px;
}

.testimonials {
  background: var(--section-color);
}
.testimonials .slick-arrow.slick-prev {
  bottom: calc(50% - 40px);
}
.testimonials .single-slide {
  text-align: center;
  padding: 0 50px;
}
.testimonials .single-slide .img-area img {
  background: #E1E1E1;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 11px 18px rgba(133, 133, 133, 0.25);
  border-radius: 50%;
  margin: auto;
}
.testimonials .single-slide h5 {
  font-weight: 500;
  margin: 14px 0 8px;
}
.testimonials .star-area {
  margin-bottom: 14px;
}
.testimonials .star-area i {
  color: #F3C244;
}
.testimonials .star-area .blank {
  color: #D9D9D9;
}

.newsletter {
  background-image: url(../images/newsletter-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: relative;
}
.newsletter::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #3F88FF;
  z-index: -1;
  transition: 0.3s;
}
.newsletter form {
  width: 80%;
}
.newsletter form input {
  padding: 0 20px;
  border-radius: 5px;
}
.newsletter form button {
  border-radius: 5px;
  background: transparent;
  font-weight: 500;
  padding: 18px 50px;
}
.newsletter form button:hover {
  color: var(--bs-white);
}

.privacy-content .top-wrapper {
  margin-top: -7px;
  margin-bottom: -7px;
}
.privacy-content .top-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.privacy-content .top-wrapper p {
  margin-bottom: 30px;
}
.privacy-content .top-wrapper ul {
  margin-bottom: 20px;
}
.privacy-content .top-wrapper ul li {
  margin-bottom: 10px;
}
.privacy-content .safe-data {
  margin: 55px 0;
}
.privacy-content .safe-data ul {
  list-style-type: decimal;
  margin-left: 18px;
}
.privacy-content .safe-data ul li {
  padding-left: 15px;
}
.privacy-content .safe-data ul li::marker {
  font-weight: bold;
}
.privacy-content .cookies {
  margin-bottom: -36px;
}
.privacy-content.terms .safe-data {
  margin-bottom: -23px;
}

.shop-section {
  overflow-x: initial;
}
.shop-section .sidebar {
  top: 100px;
}
.shop-section .single-input {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 8px;
  background-color: var(--bs-white);
}
.shop-section .single-input .cmn-btn {
  padding: 10px 15px;
}
.shop-section .single-input .cmn-btn:hover {
  color: var(--para-color);
}
.shop-section .single-input input {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--para-color);
  border: none;
}
.shop-section .single-input input::placeholder {
  color: rgb(68, 84, 141);
}
.shop-section .tags a {
  background-color: #2a3270;
  border-radius: 14px;
  padding: 0 10px;
  margin: 8px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.shop-section .single-item {
  background-color: var(--section-color);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
.shop-section .single-item .thumb {
  border-radius: 10px;
  background: var(--section-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-section .single-item.list .profile-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.shop-section .single-item.list .top-area, .shop-section .single-item.list .aurthor-content {
  width: 100%;
}
.shop-section .single-item.list .aurthor-content {
  padding: 25px 20px;
}
.shop-section .single-item h5 {
  margin-top: 20px;
}
.shop-section .single-item .whishlist {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
}
.shop-section .single-item del {
  color: var(--para-alt-color);
  margin-left: 5px;
}
.shop-section .rangeslide .irs-handle, .shop-section .rangeslide .irs--big .irs-handle.state_hover, .shop-section .rangeslide .irs--big .irs-handle:hover {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  background-color: var(--primary-color) !important;
  width: 24px;
  height: 24px;
}
.shop-section .rangeslide .irs-bar {
  background: var(--primary-color);
  border: none;
  height: 8px;
}
.shop-section .rangeslide .irs-line {
  background: none;
  border: none;
  background: rgba(44, 21, 0, 0.3);
  height: 8px;
}
.shop-section .rangeslide .irs-min,
.shop-section .rangeslide .irs-max,
.shop-section .rangeslide .irs-from,
.shop-section .rangeslide .irs-to,
.shop-section .rangeslide .irs-grid {
  display: none;
}
.shop-section .single-sidebar {
  background: var(--section-color);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.shop-section .star-area a {
  margin: 0;
}
.shop-section .star-area i {
  color: rgb(255, 187, 56);
  font-size: 14px;
}
.shop-section .star-area .blank {
  color: rgba(44, 21, 0, 0.3);
}
.shop-section .star-area .mdr {
  margin-left: 15px;
}
.shop-section .star-area span {
  font-size: 16px;
}
.shop-section .grid-list-head {
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 30px;
  background: var(--section-color);
  cursor: pointer;
}
.shop-section .grid-list-head i {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(99, 100, 142);
  color: rgb(99, 100, 142);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: 15px;
}
.shop-section .grid-list-head i.active {
  border-color: transparent;
  color: var(--bs-white);
  background: var(--primary-color);
}
.shop-section .all-items {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-section .all-items .single-item {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  transition: 0.5s;
}
.shop-section .all-items .single-item.list {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-section .all-items .single-item.list .profile-area {
  border: none;
}
.shop-section .all-items .single-item.list .right-content {
  margin-left: 40px;
}

.shop-content .slider-for {
  margin-bottom: 25px;
}
.shop-content .slider-for img {
  width: 100%;
}
.shop-content .single-img {
  margin: 0 10px;
}
.shop-content .slider-nav .slick-slide img {
  opacity: 0.3;
}
.shop-content .slider-nav .slick-center img {
  opacity: 1;
}
.shop-content .star-area a {
  margin: 0;
}
.shop-content .star-area i {
  color: rgb(255, 187, 56);
  font-size: 14px;
}
.shop-content .star-area .blank {
  color: rgba(44, 21, 0, 0.3);
}
.shop-content .right-item .description {
  margin: 15px 0 25px;
}
.shop-content .right-item h6 {
  margin: 15px 0 25px;
  font-weight: 500;
}
.shop-content .right-item .delete {
  font-weight: 600;
}
.shop-content .right-item .delete del {
  color: #636363;
}
.shop-content .right-item .social {
  margin-top: 20px;
}
.shop-content .right-item .social a {
  border-radius: 10px;
  background: var(--primary-color);
  border: 1px solid transparent;
  transition: 0.3s;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.shop-content .right-item .social i {
  color: var(--bs-white);
}
.shop-content .product-about .cmn-btn.active {
  background: var(--primary-color);
  color: var(--bs-white);
  border-color: transparent;
}
.shop-content .content-area {
  border-style: solid;
  border-width: 1px;
  border-color: #D3D3D3;
  border-radius: 20px;
  padding: 30px;
}
.shop-content .content-area .info-area {
  margin-left: 30px;
}
.shop-content .content-area .flag-area {
  margin: 0 20px;
}
.shop-content .content-area .flag-area span {
  text-transform: uppercase;
}
.shop-content .content-area .flag-area img {
  margin-right: 10px;
}
.shop-content .content-area .star-area i,
.shop-content .content-area .star-area span {
  color: #ffbb38;
  font-size: 16px;
}
.shop-content .content-area .info-bottom p {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 18px;
  padding-right: 15px;
}
.shop-content .show-more a {
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  color: var(--para-color);
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
}
.shop-content .add-review .rating-area {
  margin: 15px 0 20px;
}

.value-change .qtySelector {
  width: 155px;
  height: 45px;
  margin-right: 20px;
  background-color: transparent;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  padding: 3px;
}
.value-change .qtySelector .increaseQty,
.value-change .qtySelector .decreaseQty {
  width: 35px;
  height: 100%;
  float: left;
  cursor: pointer;
  line-height: 2.5;
  color: var(--bs-white);
  transition: all 0.3s;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  background: var(--primary-color);
}
.value-change .qtySelector .increaseQty {
  float: right;
}
.value-change .qtySelector .qtyValue {
  border: none;
  padding: 5px;
  width: 65px;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--bs-white);
  background: var(--primary-color);
}

.wishlist-section table {
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.wishlist-section tbody th img {
  width: 150px;
  margin-right: 10px;
}
.wishlist-section tbody td {
  text-align: center;
}
.wishlist-section tr {
  vertical-align: middle;
  background-color: var(--section-color);
}
.wishlist-section tr th {
  text-align: center;
}
.wishlist-section tr th:first-child {
  text-align: start;
}
.wishlist-section thead th {
  padding: 20px;
}

.faqs-section .cus-mar {
  margin-bottom: -20px;
}
.faqs-section .accordion .accordion-item {
  border-radius: 10px;
  border: none;
  background-color: transparent;
  margin-bottom: 30px;
}
.faqs-section .accordion .accordion-item .accordion-button {
  padding: 23px 30px;
  border-radius: 10px;
  background-color: var(--section-color);
  box-shadow: 4px 6.928px 10px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
}
.faqs-section .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 35px;
  transition: all ease 0.3s;
}
.faqs-section .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 10px;
}
.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}
.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 22px 0 0;
  margin-bottom: -5px;
}

.blog {
  overflow-x: initial;
}
.blog .single-box {
  background-color: var(--section-color);
  padding: 10px;
  border-radius: 5px;
}
.blog .single-box h5 {
  margin: 25px 0 15px;
}
.blog .single-box p {
  margin: 15px 0 10px;
}
.blog .single-box a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog .side-area {
  top: 100px;
}
.blog .side-area .single-area {
  background-color: var(--section-color);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.blog .side-area h5 {
  margin-bottom: 20px;
}
.blog .side-area h6 {
  font-weight: 600;
}
.blog .side-area .blog-item {
  margin-bottom: 20px;
}
.blog .side-area .blog-item:last-child {
  margin-bottom: 0;
}
.blog .side-area .blog-item img {
  width: 160px;
}
.blog.single .thumb img {
  width: 100%;
}
.blog.single .shop-details h4 {
  margin: 25px 0 15px;
}
.blog.single .shop-details .blackquote {
  background-color: var(--section-color);
  padding: 30px;
  border-radius: 20px;
  margin: 30px 0 25px;
  border-left: 8px solid;
  border-image-slice: 1;
  border-width: 8px;
  border-image-source: var(--primary-color);
}
.blog.single .comments {
  margin-top: 30px;
}

.pagination-area .previous {
  transform: rotate(180deg);
}
.pagination-area .page-btn {
  margin: 0 15px;
}
.pagination-area .page-item .alt {
  width: 40px;
  height: 40px;
  margin: 0 8px;
}
.pagination-area .page-item .alt.active, .pagination-area .page-item .alt:hover {
  color: var(--bs-white);
}
.pagination-area .page-item .alt.active::after, .pagination-area .page-item .alt:hover::after {
  transform: translateX(100%);
  border-color: #D3D3D3;
}
.pagination-area .page-item .alt.active::before, .pagination-area .page-item .alt:hover::before {
  transform: translateX(0);
}

@media (max-width: 1799px) {
  .newsletter {
    background-size: 50% 100%;
  }
}
@media (max-width: 1399px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-arrow::before {
    width: 40px;
    height: 40px;
  }
  .section-dots {
    bottom: 53px;
  }
  .banner-section .sec-img::before, .banner-section .sec-img::after {
    bottom: -20%;
  }
  .banner-section .sec-img img {
    width: 115%;
  }
  .banner-section .sec-img::before {
    left: 20%;
  }
  .quick-rlease {
    background-size: 30%;
    background-position: left 10% bottom;
  }
}
@media (max-width: 1199px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  .preloader {
    background-size: 30%;
  }
  .header-section .navbar .navbar-brand {
    margin-right: 30px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    font-size: 16px;
  }
  .banner-section .overlay .banner-content {
    padding: 180px 0 40px;
  }
  .banner-section .sec-img img {
    width: 100%;
  }
  .banner-section .sec-img::after {
    right: 25%;
  }
  .banner-section .sec-img::before {
    left: 31%;
  }
  .header-section .navbar .navbar-brand {
    margin-right: 20px;
  }
  .header-section .navbar .navbar-brand img {
    width: 150px;
  }
  .banner-section.index .sec-img {
    margin-top: 70px;
  }
  .footer-section .wrapper .single-area {
    padding-bottom: 50px;
  }
  .shop-content .slider-for {
    margin-bottom: 15px;
  }
  .shop-content .slider-nav {
    margin-bottom: 40px;
  }
  .banner-section.inner-banner .overlay .banner-content {
    padding: 160px 0 70px;
  }
  .quick-rlease {
    background-image: none;
  }
}
@media (max-width: 991px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 68.4px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 51.6px;
    margin-top: -10px;
  }
  h3, h3 > a {
    font-size: 32px;
    line-height: 38.4px;
    margin-top: -8px;
  }
  h4, h4 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h5, h5 > a {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }
  h6, h6 > a, table thead tr th, button, a, p, span, li {
    font-size: 16px;
    line-height: 22px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .title {
    margin-bottom: 20px;
  }
  .xxxlr {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  .xxlr {
    font-size: 20px;
    line-height: 28px;
  }
  .xlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .cmn-btn [class*=icon-]:before {
    line-height: 1;
  }
  .header-section {
    background-color: var(--section-color);
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }
  .header-section .navbar .navbar-brand img {
    max-width: 100%;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    height: 200px;
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
    left: 60px;
  }
  .header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    right: 0;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: none;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }
  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
  /* .banner-section .overlay .sec-img {
    display: none;
  } */
  .banner-section .overlay .banner-content {
    padding: 180px 0 90px;
  }
  .sec-img {
    direction: initial !important;
    text-align: center;
    margin-top: 30px;
  }
  .sec-img img {
    max-width: 80% !important;
  }
  .header-section .navbar .navbar-collapse.show .right-area .single-item .main-area {
    display: block;
  }
  .header-section .navbar .navbar-collapse .right-area .single-item .main-area {
    display: none;
    width: 290px;
    padding: 50px 15px;
    border-radius: 10px;
  }
  .header-section .navbar .navbar-collapse .right-area .single-item .main-area.active {
    display: block;
  }
  .header-section .navbar .navbar-collapse .right-area .single-item .main-area.search-content {
    left: 0;
    right: initial;
    padding: 30px 15px;
  }
  .header-section .navbar .navbar-collapse .right-area .single-item .main-area.search-content .input-area {
    border-radius: 10px;
  }
  .footer-section .wrapper {
    padding-bottom: 0;
  }
  .wishlist-section table {
    width: 115%;
    border-spacing: 0px 10px;
  }
  .wishlist-section .cmn-btn {
    margin-top: 20px;
  }
  .blog .side-area {
    margin-top: 40px;
  }
  .privacy-content .top-wrapper h4 {
    margin-bottom: 20px;
  }
  .buy-section .slider-area {
    margin-bottom: 40px;
  }
  .newsletter {
    background-size: 0;
  }
  .shop-section .grid-list-head {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .features-section .sec-img {
    display: none !important;
  }
  .testimonials .slick-current.slick-active.slick-center .single-slide {
    border-color: transparent;
  }
  .wishlist-section table {
    width: 150%;
  }
  .shop-content .content-area .bottom {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  h1, h1 > a {
    font-size: 40px;
    line-height: 46px;
    margin-top: -9px;
  }
  h2, h2 > a {
    font-size: 30px;
    line-height: 36px;
    margin-top: -7px;
  }
  h3, h3 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h4, h4 > a {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }
  a, p, span, li, .cmn-btn, thead tr th, tbody tr th, tbody tr td, input, label, textarea, h6, h6 > a {
    font-size: 15px;
    line-height: 19px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .title {
    margin-bottom: 15px;
  }
  .sub-title {
    margin-bottom: 14px;
  }
  .xxxlr {
    font-size: 20px;
    line-height: 24px;
  }
  .xxlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .xlr {
    font-size: 16px;
    line-height: 22.4px;
  }
  .header-section .navbar {
    padding: 20px 15px;
  }
  .cmn-btn {
    padding: 6px 25px;
  }
  .cmn-btn::after {
    width: 103%;
  }
  .banner-section .buyer-area ul {
    margin-left: 0;
  }
  .testimonials .single-slide {
    padding: 0 30px;
  }
  .wishlist-section table {
    width: 170%;
  }
  .wishlist-section .wishlist-head {
    flex-wrap: wrap;
    gap: 15px;
  }
  .shop-section .single-item.list .aurthor-content {
    padding: 0;
  }
  .shop-section .all-items .single-item.list {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    display: grid;
  }
  .blog.single .shop-details .blackquote {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .input-area input {
    padding: 10px;
  }
  .cart-section .col-8 {
    width: 100% !important;
  }
  .shop-section .img-area img {
    width: 100%;
  }
  .scrollToTop.active {
    display: none;
  }
  .banner-section .buyer-area li img {
    width: 60px;
  }
  .footer-section .social a {
    width: 40px;
    height: 40px;
  }
  .wishlist-section table {
    width: 210%;
  }
  .shop-section .col-9 {
    width: 100% !important;
  }
  .shop-section .img-area img {
    width: 100%;
  }
  .newsletter form {
    width: 100%;
  }
  .shop-section .all-items .single-item.list,
.shop-section .all-items .single-item {
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .shop-content .content-area .info-area {
    margin-left: 10px;
  }
  .shop-content .content-area {
    padding: 15px;
    border-radius: 10px;
  }
  .shop-content .content-area img {
    width: 60px;
  }
  .shop-content .content-area .bottom .reviews-left {
    flex-wrap: wrap;
    gap: 15px;
  }
  .blog .col-8 {
    width: 100% !important;
  }
  .more-features ul {
    column-count: 1;
  }
  .faqs-section .accordion .accordion-item .accordion-button {
    padding: 15px 20px;
    padding-right: 60px;
  }
}
@media (max-width: 375px) {
  .value-change .qtySelector {
    margin-right: 15px;
  }
  .wishlist-section table {
    width: 250%;
  }
}/*# sourceMappingURL=style.css.map */