


@font-face {
    font-family: Jost-Regular;
    src: url('../vendor/font/Jost-Regular.ttf');
}

@font-face {
    font-family: Jost-Medium;
    src: url('../vendor/font/Jost-Medium.ttf');
}

@font-face {
    font-family: Li-Ador-Noirrit-R;
    src: url('../vendor/font/Li Ador Noirrit Regular.ttf');
}

@font-face {
    font-family: Li-Ador-Noirrit-SB;
    src: url('../vendor/font/Li Ador Noirrit SemiBold.ttf');
}

@font-face {
    font-family: Li-Ador-Noirrit-B;
    src: url('../vendor/font/Li Ador Noirrit Bold.ttf');
}

body {
  font-family: 'Jost-Regular', sans-serif;
  background: #eaf1f5;
  line-height: 1.5;
}
body.clear {
  overflow: hidden;
}
body.home-2 {
  background: #ffffff;
}
body.inner {
  background: #ffffff;
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1530px;
  }
}
.d_none {
  display: none;
}

input,
select,
textarea,
button {
  padding: 0;
  border: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

input[type=number], [type=month] {
  width: 100% !important;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-calendar-picker-indicator, [type=month]::-webkit-inner-spin-button, [type=month]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Jost-Regular', sans-serif;
}

span {
  display: inline-block;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.def-btn {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  background: #fe5502;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.def-btn.btn-border {
  border: 1px solid #fe5502;
  line-height: 48px;
}
.def-btn:hover, .def-btn:focus {
  background: #ffffff;
  color: #fe5502;
}

.btn-success {
  background: #1bad1b;
  /*border: 1px solid #1bad1b;*/
}
.btn-success:hover, .btn-success:focus {
  color: #1bad1b;
}

.def-btn-2 {
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
  background: #ffffff;
  border: 1px solid #fe5502;
  color: #fe5502;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.def-btn-2:hover, .def-btn-2:focus {
  background: #fe5502;
  color: #ffffff;
}

.home-2 .def-btn {
  background: #e9b808;
}
.home-2 .def-btn:hover, .home-2 .def-btn:focus {
  background: #ffffff;
  color: #e9b808;
}
.home-2 .def-btn-2 {
  border-color: #e9b808;
  color: #e9b808;
}
.home-2 .def-btn-2:hover, .home-2 .def-btn-2:focus {
  background: #e9b808;
  color: #ffffff;
}
.home-2 .def-btn-3 {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  background: #ffffff;
  color: #e9b808;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-2 .def-btn-3:hover, .home-2 .def-btn-3:focus {
  background: #e9b808;
  color: #ffffff;
}
.home-2 .panel .panel-header::after {
  background: #e9b808;
}
.home-2 .panel .panel-header .explore-section {
  color: #e9b808;
}
.home-2 .panel .nav button.active {
  color: #e9b808;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-25 {
  padding: 25px 0;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-35 {
  padding-bottom: 35px;
}

.panel {
  background: #ffffff;
  padding: 15px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.panel.panel-2 {
  padding: 60px 20px;
}
.panel.panel-3 {
  padding: 0;
}
.panel.panel-shadow {
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
}
.panel .panel-header {
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.panel .panel-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: #fe5502;
}
.panel .panel-header .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #292929;
  margin-top: -2px;
  margin-bottom: 0;
}
.panel .panel-header .explore-section {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #fe5502;
}
.panel .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 0;
}
.panel .nav button {
  padding: 0 10px;
  border: 0;
  margin: 0;
  font-size: 16px;
  line-height: 100%;
  color: #606060;
  text-transform: capitalize;
}
.panel .nav button:first-child {
  padding-left: 0;
}
.panel .nav button:last-child {
  padding-right: 0;
}
.panel .nav button.active {
  background-color: transparent;
  color: #fe5502;
}

.heading.heading-2 h2::after {
  background: #e9b808;
}
.heading h2 {
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  margin-top: -4px;
  padding-bottom: 19px;
  margin-bottom: 40px;
  position: relative;
}
.heading h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
  height: 3px;
  background: #fe5502;
}

.nice-select::after {
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-color: #222222;
}

.text-success {
  color: #1bad1b !important;
}


.apexcharts-tooltip-z-group {
  display: none;
}


.header.header-2 .bottom-header .header-search form {
  background: #f7f7f7;
}
.header.header-2 .bottom-header .header-search form button {
  background: #e9b808;
  border-color: #e9b808;
}
.header.header-2 .bottom-header .header-search form button:hover {
  color: #e9b808;
}
.header.header-2 .bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
  background: #e9b808;
}
.header.header-2 .menu-bar {
  background: #f7f7f7;
}
.header.header-2 .menu-bar .all-department {
  background: #e9b808;
}
.header.header-2 .menu-bar .navbar .nav-item .nav-link:hover, .header.header-2 .menu-bar .navbar .nav-item .nav-link:focus {
  color: #e9b808;
}
.header.header-2 .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .header.header-2 .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: #e9b808;
}
.header.header-2 .menu-bar .account a:hover, .header.header-2 .menu-bar .account a:focus {
  color: #e9b808;
}
.header.header-inner {
  background: #ffffff;
}
.header.header-inner .top-header {
  background: #fe5502;
}
.header.header-inner .bottom-header {
  padding: 15px 0;
  background: #ffffff;
  position: relative;
}
.header.header-inner .bottom-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
  -webkit-animation: slideDown 0.3s linear;
          animation: slideDown 0.3s linear;
  z-index: 11;
}
.header.header-inner .bottom-header .category-list-2 {
  position: absolute;
  top: 100%;
  width: 350px;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
  padding: 25px 0 25px 25px;
  z-index: 11;
  display: none;
}
.header.header-inner .bottom-header .category-list-2 .category-item {
  padding-right: 25px;
  margin-bottom: 20px;
}
.header.header-inner .bottom-header .category-list-2 .category-item.has-sub {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.header-inner .bottom-header .category-list-2 .category-item.has-sub .arrow {
  float: right;
  -webkit-transform: translateY(-185%) rotate(45deg);
          transform: translateY(-185%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(34, 34, 34, 0.7);
  border-right: 1px solid rgba(34, 34, 34, 0.7);
}
.header.header-inner .bottom-header .category-list-2 .category-item.has-sub:hover > *, .header.header-inner .bottom-header .category-list-2 .category-item.has-sub:focus-within > * {
  color: #fe5502;
}
.header.header-inner .bottom-header .category-list-2 .category-item:last-child {
  margin-bottom: 0;
}
.header.header-inner .bottom-header .category-list-2 .category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #606060;
}
.header.header-inner .bottom-header .category-list-2 .category-item a .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 31.5px;
}
.header.header-inner .bottom-header .category-list-2 .category-item a .icon span {
  font-size: 25px;
  line-height: 100%;
}
.header.header-inner .bottom-header .category-list-2 .category-item a:hover, .header.header-inner .bottom-header .category-list-2 .category-item a:focus {
  color: #fe5502;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu {
  position: absolute;
  top: 50px;
  left: 100%;
  background: #ffffff;
  padding: 25px 0;
  width: 900px;
  min-height: calc(100% - 10px);
  border: 1px solid rgba(34, 34, 34, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu.bg-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: url(../images/mega-menu-bg.png) bottom center no-repeat;
  background-size: contain;
  opacity: 0.15;
  z-index: -1;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 span {
  font-size: 25px;
  line-height: 100%;
  color: #fe5502;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li {
  font-size: 14px;
  height: 35px;
  line-height: 36px;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li:last-child {
  margin-bottom: -13px;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li a {
  font-weight: 400;
  color: #222222;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li a:hover, .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li a:focus {
  color: #fe5502;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu img {
  margin-top: 9px;
  border-radius: 10px;
}
.header.header-inner .bottom-header .category-list-2 .category-item:hover .category-sub-menu, .header.header-inner .bottom-header .category-list-2 .category-item:focus-within .category-sub-menu {
  padding: 25px;
  top: 10px;
  opacity: 1;
  visibility: visible;
}
.header.header-inner .bottom-header .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.header-inner .bottom-header .logo-wrap .category-list-btn {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ddd;
  color: #606060;
  font-size: 20px;
}
.header.header-inner .bottom-header .logo-wrap .category-list-btn.clicked {
  border-color: #fe5502;
}
.header.header-inner .bottom-header .navbar {
  padding: 0;
}
.header.header-inner .bottom-header .navbar .nav-item {
  padding: 0 15px;
}
.header.header-inner .bottom-header .navbar .nav-item .nav-link {
  padding: 10px 0;
font-family: 'Jost-Regular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #222222;
}
.header.header-inner .bottom-header .navbar .nav-item .nav-link:hover, .header.header-inner .bottom-header .navbar .nav-item .nav-link:focus {
  color: #fe5502;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 250px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
font-family: 'Jost-Regular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: #fe5502;
  color: #ffffff;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu.dropdown-menu[data-bs-popper] {
  left: auto;
  margin-top: 0;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown:hover .dropdown-menu, .header.header-inner .bottom-header .navbar .nav-item.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item, .header.header-inner .bottom-header .navbar .nav-item.dropdown:focus-within .dropdown-menu .dropdown-item {
  padding: 15px 20px;
}
.header .top-header {
  background: #222222;
  padding: 10px 0;
}
.header .top-header .top-header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-header .top-header-link > * {
  font-size: 14px;
  line-height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-header .top-header-link > *:first-child {
  padding-left: 0;
}
.header .top-header .top-header-link > *:last-child {
  padding-right: 0;
}
.header .top-header .top-header-link > * a {
  color: #ffffff;
}
.header .top-header .top-header-link > * span {
  color: #ffffff;
}
.header .top-header .top-header-link > * .nice-select {
  padding-left: 0;
  padding-right: 19px;
  border: 0;
  border-radius: 0;
  height: 10px;
  line-height: 10px;
  background: transparent;
  color: #ffffff;
}
.header .top-header .top-header-link > * .nice-select::after {
  right: 0;
  border: 0;
  width: auto;
  height: auto;
  content: "\f078";
font-family: 'Jost-Regular', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  -webkit-transform: rotate(0) translateY(-25%);
          transform: rotate(0) translateY(-25%);
}
.header .top-header .top-header-link > * .nice-select .list {
  border-radius: 0;
  z-index: 12;
}
.header .top-header .top-header-link > * .nice-select .list li {
  color: #222222;
}
.header .top-header .top-header-link > * .select-lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .top-header .top-header-link > * .select-lang .flagstrap-icon {
  width: 20px;
  height: 13px;
}
.header .top-header .top-header-link > * .select-lang .flagstrap-icon.flagstrap-uk {
  background: url("../images/united-kingdom.jpg") center center no-repeat;
  background-size: contain;
}
.header .top-header .top-header-link > * .select-lang .flagstrap-icon.flagstrap-bd {
  background: url("../images/bangladesh.jpg") center center no-repeat;
  background-size: contain;
}
.header .top-header .top-header-link > * .select-lang .dropdown-toggle {
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10px;
  line-height: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.header .top-header .top-header-link > * .select-lang .dropdown-toggle::after {
  border: 0;
  content: "\f078";
font-family: 'Jost-Regular', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-left: -5px;
  color: #ffffff;
}
.header .top-header .top-header-link > * .select-lang .dropdown-toggle span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-header .top-header-link > * .select-lang ul {
  min-width: auto;
  width: 120px;
  margin-top: 10px !important;
  padding: 0;
  border-radius: 0;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
  top: 100% !important;
  border: 1px dashed rgba(34, 34, 34, 0.1);
}
.header .top-header .top-header-link > * .select-lang ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 35px;
  border-bottom: 1px dashed rgba(34, 34, 34, 0.1);
}
.header .top-header .top-header-link > * .select-lang ul li:first-child {
  display: none;
}
.header .top-header .top-header-link > * .select-lang ul li:last-child {
  border-bottom: 0;
}
.header .top-header .top-header-link > * .select-lang ul li a {
  line-height: 35px;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.header .top-header .top-header-link > * .select-lang ul li a .flagstrap-icon {
  margin-top: 0;
}
.header .top-header .top-header-link > * .select-lang ul li a:hover {
  color: #fe5502;
}
.header .bottom-header {
  padding: 35px 0;
}
.header .bottom-header .logo {
  width: 146px;
}
.header .bottom-header .header-search form {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .bottom-header .header-search form .wrap {
  width: calc(100% - 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .bottom-header .header-search form .nice-select {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 50px;
  color: #222222;
  font-weight: 500;
}
.header .bottom-header .header-search form .nice-select::after {
  right: 20px;
  border: 0;
  width: auto;
  height: auto;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  -webkit-transform: rotate(0) translateY(-42%);
          transform: rotate(0) translateY(-42%);
}
.header .bottom-header .header-search form .devider {
  width: 1px;
  height: 30px;
  background: #222222;
  opacity: 0.2;
}
.header .bottom-header .header-search form input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  font-size: 15px;
  font-family: Li-Ador-Noirrit-R;
}
.header .bottom-header .header-search form button {
  width: 55px;
  height: 55px;
  line-height: 53px;
  padding: 0;
  background: #fe5502;
  border: 1px solid #fe5502;
  color: #ffffff;
  font-size: 25px;
}
.header .bottom-header .header-search form button:hover {
  background: transparent;
  color: #fe5502;
}
.header .bottom-header .bottom-header-right {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  gap: 30px;
}
.header .bottom-header .bottom-header-right .live-chat {
  gap: 0px;
}
.header .bottom-header .bottom-header-right .header-cart-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
    margin-right: 15px;
}
.header .bottom-header .bottom-header-right .header-cart-options a {
  font-size: 22px;
  position: relative;
  color:#ffffff;
}
.header .bottom-header .bottom-header-right .header-cart-options a:hover {
  color: #222222;
}
.header .bottom-header .bottom-header-right .header-cart-options a .quantity {
  position: absolute;
    top: -7px;
    right: -13px;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 13px;
    border-radius: 25%;
    color: #ffffff;
    border: none;
}
.header .bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
  background: #cb1c1c;
}
.header .menu-bar {
  background: #ffffff;
}
.header .menu-bar.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
  z-index: 11;
  -webkit-animation: slideDown 0.3s linear;
          animation: slideDown 0.3s linear;
}
.header .menu-bar.navbar-fixed .all-department button {
  display: inline-block;
}
.header .menu-bar .all-department {
  background: #fe5502;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.header .menu-bar .all-department button {
  font-size: 20px;
  color: #ffffff;
}
.header .menu-bar .all-department .banner {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 358px;
  z-index: 99;
}
@media (max-width: 1399px) {
  .header .menu-bar .all-department .banner {
    min-width: 100%;
  }
}
.header .menu-bar .navbar {
  padding: 0;
}
.header .menu-bar .navbar .nav-item {
  padding: 0 15px;
}
.header .menu-bar .navbar .nav-item .nav-link {
  /*padding: 10px 0;*/

  /*font-size: 14px;*/
  /*text-transform: uppercase;*/
  /*color: #ffffff;*/
  /*  font-weight: 600;*/
    
    padding: 5px 0;
    font-size: 17px;
    color: #ffffff;
}
.header .menu-bar .navbar .nav-item .nav-link:hover, .header .menu-bar .navbar .nav-item .nav-link:focus {
  color: #fe5502;
}
.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 250px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: #fe5502;
  color: #ffffff;
}
.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu.dropdown-menu[data-bs-popper] {
  left: auto;
  margin-top: 0;
}
.header .menu-bar .navbar .nav-item.dropdown:hover .dropdown-menu, .header .menu-bar .navbar .nav-item.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.header .menu-bar .navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item, .header .menu-bar .navbar .nav-item.dropdown:focus-within .dropdown-menu .dropdown-item {
  padding: 15px 20px;
}
.header .menu-bar .account-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
  font-size: 14px;
  color: #222222;
}
.header .menu-bar .account-link a:hover, .header .menu-bar .account-link a:focus {
  color: #fe5502;
}

.header .menu-bar .navbar .nav-item.dropdown:hover .dropdown-menu li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid #eaeaea;
}

.live-chat .txt a:hover {
  color: #fe5502;
}

.header.header-2 .live-chat .txt a:hover {
  color: #e9b808;
}
.header.header-2 .menu-bar .account-link a:hover {
  color: #e9b808;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid #eaeaea;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999999;
}
.preloader img {
  width: 100px;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.flash-sale-container{
    /*border: 2px solid red;*/
    /*padding: 5px;*/
    /*border-radius: 5px;*/
    /*height:420px;*/
    

    border: 3px solid red;
    padding: 0px;
    border-radius: 0px;
    height: 550px;
}
.flash-sale-container .flash-sale-img img{
    height:545px;
}

 .flash-sale-container .flash-sale-slider .btn-prev {
border-radius: 10%;
    font-size: 10px;
     color: #ffffff;
 top: 48%;
    position: absolute;
    z-index: 9999;
    font-weight: 800;
      background: #131522;
    padding: 3px;
}
.flash-sale-container .flash-sale-slider .btn-nxt {
    border-radius: 10%;
    font-size: 10px;
    color: #ffffff;
    top: 48%;
    position: absolute;
    z-index: 9999;
    font-weight: 800;
    right: 0;
    background: #131522;
    padding: 3px;
}

.qty_div_1 {
    
    border: 1px solid black;
    display: flex;
    justify-content: space-between;
}
.qty_div_1 .fa-minus {
    padding: 8px;
    border-right: 1px solid black;
    cursor: pointer;
}

.qty_div_1 .fa-plus {
    padding: 8px;
    border-left: 1px solid black;
    cursor: pointer;
}
.qty_div_1 #qtyyy {
    width: 45px !important;
    border: none;
    height: 30px;
    text-align: center;
    font-weight: bold;
    outline: none;
}
.qty_div_1 #qty {
    width: 45px;
    border: none;
    height: 30px;
    text-align: center;
    font-weight: bold;
    outline: none;
}
.qty_div_1 .q-up {
   height: 32px;
}
.qty_div_1 .q-down {
       height: 30px;
}


.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.15);
  z-index: 111;
}
.mobile-menu.mobile-menu-2 .mobile-menu-close-btn {
  background: #e9b808;
  -webkit-box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
          box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
}
.mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item.has-sub:hover > *, .mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item.has-sub:focus-within > * {
  color: #e9b808;
}
.mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item a:hover, .mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item a:focus {
  color: #e9b808;
}
.mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item .category-sub-menu ul li a:hover, .mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item .category-sub-menu ul li a:focus {
  color: #e9b808;
}
.mobile-menu.mobile-menu-2 .mobile-nav li a.center {
  background: #e9b808;
  -webkit-box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
          box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
}
.mobile-menu .mobile-menu-close-btn {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  color: #ffffff;
  background: #fe5502;
  -webkit-box-shadow: 0px 5px 25px 5px rgba(254, 85, 2, 0.4);
          box-shadow: 0px 5px 25px 5px rgba(254, 85, 2, 0.4);
  border-radius: 50%;
  z-index: 112;
}
.mobile-menu .mobile-category-list {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: rgba(34, 34, 34, 0.7);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: 222;
}
.mobile-menu .mobile-category-list.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .mobile-category-list.active .category-nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobile-menu .mobile-category-list .category-nav {
  min-width: 280px;
  height: 100%;
  padding: 20px;
  background: #ffffff;
  overflow: scroll;
  margin: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mobile-menu .mobile-category-list .category-nav .title {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  margin-top: -1px;
  padding-bottom: 8px;
  border-bottom: 1px solid #808080;
  margin-bottom: 0;
}
.mobile-menu .mobile-category-list .category-nav .category-item {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}
.mobile-menu .mobile-category-list .category-nav .category-item.has-sub {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu .mobile-category-list .category-nav .category-item.has-sub .plus {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #606060;
  z-index: -1;
}
.mobile-menu .mobile-category-list .category-nav .category-item.has-sub:hover > *, .mobile-menu .mobile-category-list .category-nav .category-item.has-sub:focus-within > * {
  color: #fe5502;
}
.mobile-menu .mobile-category-list .category-nav .category-item a {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #606060;
}
.mobile-menu .mobile-category-list .category-nav .category-item a .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 25px;
}
.mobile-menu .mobile-category-list .category-nav .category-item a .icon span {
  font-size: 20px;
  line-height: 30px;
}
.mobile-menu .mobile-category-list .category-nav .category-item a:hover, .mobile-menu .mobile-category-list .category-nav .category-item a:focus {
  color: #fe5502;
}
.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu {
  max-width: 100%;
  padding: 10px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  margin-left: 20px;
  margin-bottom: 15px;
  display: none;
}
.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu h4 {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu h4 span {
  font-size: 16px;
  line-height: 100%;
}
.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li {
  height: 30px;
  line-height: 30px;
}
.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li:last-child {
  margin-bottom: -6px;
}
.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #606060;
}
.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li a:hover, .mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li a:focus {
  color: #fe5502;
}
.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu img {
  margin-top: 9px;
}
.mobile-menu .m-main-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.7);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: 222;
}
.mobile-menu .m-main-menu.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .m-main-menu.active .mobile-menu-close-btn {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.mobile-menu .m-main-menu.active .menu-bar {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.mobile-menu .m-main-menu .mobile-menu-close-btn {
  bottom: auto;
  top: 25px;
  left: 235px;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.mobile-menu .m-main-menu .menu-bar {
  width: 250px;
  height: 100%;
  background: #ffffff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: scroll;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mobile-menu .m-main-menu .menu-bar .logo {
 border-bottom: 1px solid #ddd;
    padding: 20px;
    background: #131522;
}
.mobile-menu .m-main-menu .menu-bar .logo img {
  width: 120px;
}
.mobile-menu .m-main-menu .menu-bar .nav-item {
  padding: 10px 20px;
}
.mobile-menu .m-main-menu .menu-bar .nav-item:nth-child(2) {
  margin-top: 20px;
}
.mobile-menu .m-main-menu .menu-bar .nav-item:last-child {
  margin-bottom: 20px;
}
.mobile-menu .m-main-menu .menu-bar .nav-item .nav-link {
  height: 10px;
  line-height: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222222;
}
.mobile-menu .m-main-menu .menu-bar .nav-item .nav-link.dropdown-toggle {
  position: relative;
}
.mobile-menu .m-main-menu .menu-bar .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  right: 0;
  border: 0;
}
.mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu {
  position: static !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  width: 100%;
  padding: 10px 0;
  border-radius: 0;
  border: 1px solid rgba(221, 221, 221, 0.5);
  margin-top: 10px !important;
}
.mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu .dropdown-item {
  height: 40px;
  line-height: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #222222;
  padding: 15px 20px;
}
.mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu .dropdown-item:active, .mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu .dropdown-item:focus, .mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.mobile-menu .mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu .mobile-nav li {
  width: 20%;
  text-align: center;
}
.mobile-menu .mobile-nav li a {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  color: #606060;
}
.mobile-menu .mobile-nav li a.center {
      background: #23324f;
    color: #ffffff;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0px 5px 25px 5px rgba(254, 85, 2, 0.4);
    box-shadow: 0px 0px 10px 5px rgb(50 36 106 / 40%);
}
.delivery__details__div__2{
      display:none;
  }
.banner {
  padding-bottom: 0px;
}
.banner.banner-2 .category-list {
  background: #f7f7f7;
}
.banner.banner-2 .category-list .category-item.has-sub:hover > *, .banner.banner-2 .category-list .category-item.has-sub:focus-within > * {
  color: #e9b808;
}
.banner.banner-2 .category-list .category-item a:hover, .banner.banner-2 .category-list .category-item a:focus {
  color: #e9b808;
}
.banner.banner-2 .category-list .category-item .category-sub-menu {
  background: #f7f7f7;
}
.banner.banner-2 .category-list .category-item .category-sub-menu h4 span {
  color: #e9b808;
}
.banner.banner-2 .category-list .category-item .category-sub-menu ul li a:hover, .banner.banner-2 .category-list .category-item .category-sub-menu ul li a:focus {
  color: #e9b808;
}
.banner.banner-2 .banner-slider {
  padding-top: 10px;
}
.banner.banner-2 .banner-slider .slide {
  padding: 110px 0;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt {
  opacity: 1;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt:before, .banner.banner-2 .banner-slider .slide.slick-active .part-txt:after {
  width: 100%;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt h4 {
  -webkit-animation: 1s slideDown 1s ease-in;
          animation: 1s slideDown 1s ease-in;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt h1 {
  -webkit-animation: 1s slideDown2 1s ease-in;
          animation: 1s slideDown2 1s ease-in;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt .price {
  -webkit-animation: 1s slideUp 1s ease-in;
          animation: 1s slideUp 1s ease-in;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt .def-btn-3 {
  -webkit-animation: 1s slideUp2 1s ease-in;
          animation: 1s slideUp2 1s ease-in;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUp2 {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp2 {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideDown2 {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown2 {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.banner.banner-2 .banner-slider .slide.slide-1 {
  /*background: url(../images/banner-slider-1.jpg) center center no-repeat;*/
  background-size: cover;
}
.banner.banner-2 .banner-slider .slide.slide-2 {
  background: url(../images/banner-slider-2.jpg) center center no-repeat;
  background-size: cover;
}
.banner.banner-2 .banner-slider .slide.slide-3 {
  background: url(../images/banner-slider-3.jpg) center center no-repeat;
  background-size: cover;
}
.banner.banner-2 .banner-slider .slide .part-txt {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  position: relative;
}
.banner.banner-2 .banner-slider .slide .part-txt:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50px;
  width: 0;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 0.5;
}
.banner.banner-2 .banner-slider .slide .part-txt:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  width: 0;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 0.5;
}
.banner.banner-2 .banner-slider .slide .part-txt h4 {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: -2px;
  margin-bottom: 19px;
}
.banner.banner-2 .banner-slider .slide .part-txt h1 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 26px;
}
.banner.banner-2 .banner-slider .slide .part-txt .price {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 34px;
}
.banner.banner-2 .banner-slider .slide .part-txt .price span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
  position: relative;
}
.banner.banner-2 .banner-slider .slide .part-txt .price span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
}
.banner.banner-2 .banner-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.banner.banner-2 .banner-slider .slick-dots button {
  width: 15px;
  height: 15px;
  font-size: 0;
  background: #ffffff;
  border: 2px solid #e9b808;
  border-radius: 50%;
}
.banner.banner-2 .banner-slider .slick-dots .slick-active button {
  background: #e9b808;
}
.banner.banner-inner {
  background: #F9E3D9;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.banner.banner-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/inner-banner-bg.png) center center no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
.banner.banner-inner .breadcrumb-txt {
  padding: 0px 0;
}
.banner.banner-inner .breadcrumb-txt h1 {
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #222222;
  margin-top: -5px;
  margin-bottom: 24px;
}
.banner.banner-inner .breadcrumb-txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.banner.banner-inner .breadcrumb-txt ul li {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  line-height: 100%;
  color: #606060;
  margin-bottom: -1px;
}
.banner.banner-inner .breadcrumb-txt ul li a:hover {
  color: #fe5502;
}
.banner.banner-inner .part-img {
  height: 100px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -50px;
}
.banner.banner-inner .part-img img {
  width: auto;
  max-width: none;
  max-height: 100%;
}
.banner .category-list {
  background: #ffffff;
  padding: 25px 0 25px 25px;
  position: relative;
}
.banner .category-list.fixed {
  position: fixed;
  top: 65px;
  width: 100%;
  display: none;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
  z-index: 11;
}
.banner .category-list .category-item {
  padding-right: 25px;
  margin-bottom: 20px;
}
.banner .category-list .category-item.has-sub {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner .category-list .category-item.has-sub .arrow {
  float: right;
  -webkit-transform: translateY(-185%) rotate(45deg);
          transform: translateY(-185%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(34, 34, 34, 0.7);
  border-right: 1px solid rgba(34, 34, 34, 0.7);
}
.banner .category-list .category-item.has-sub:hover > *, .banner .category-list .category-item.has-sub:focus-within > * {
  color: #fe5502;
}
.banner .category-list .category-item:last-child {
  margin-bottom: 0;
}
.banner .category-list .category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #606060;
}
.banner .category-list .category-item a .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 31.5px;
}
.banner .category-list .category-item a .icon span {
  font-size: 25px;
  line-height: 100%;
}
.banner .category-list .category-item a:hover, .banner .category-list .category-item a:focus {
  color: #fe5502;
}
.banner .category-list .category-item .category-sub-menu {
  position: absolute;
  top: 50px;
  left: 100%;
  background: #ffffff;
  padding: 25px 0;
  width: 900px;
  min-height: calc(100% - 10px);
  border: 1px solid rgba(34, 34, 34, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.banner .category-list .category-item .category-sub-menu.bg-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: url(../images/mega-menu-bg.png) bottom center no-repeat;
  background-size: contain;
  opacity: 0.15;
  z-index: -1;
}
.banner .category-list .category-item .category-sub-menu h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.banner .category-list .category-item .category-sub-menu h4 span {
  font-size: 25px;
  line-height: 100%;
  color: #fe5502;
}
.banner .category-list .category-item .category-sub-menu ul li {
  font-size: 14px;
  height: 35px;
  line-height: 36px;
}
.banner .category-list .category-item .category-sub-menu ul li:last-child {
  margin-bottom: -13px;
}
.banner .category-list .category-item .category-sub-menu ul li a {
  font-weight: 400;
  color: #222222;
}
.banner .category-list .category-item .category-sub-menu ul li a:hover, .banner .category-list .category-item .category-sub-menu ul li a:focus {
  color: #fe5502;
}
.banner .category-list .category-item .category-sub-menu img {
  margin-top: 9px;
  border-radius: 10px;
}
.banner .category-list .category-item:hover .category-sub-menu, .banner .category-list .category-item:focus-within .category-sub-menu {
  padding: 25px;
  top: 10px;
  opacity: 1;
  visibility: visible;
}
.banner .slider-area {

  position: relative;
}
.banner .slider-area .slide-1 {
  /*background: url(../images/main-slider-img-1.png) center center no-repeat;*/
  background-size: cover;
  position: relative;
  z-index: 2;
}
.banner .slider-area .slide-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner .slider-area .slide-2 {
  /*background: url(../images/main-slider-img-2.png) center center no-repeat;*/
  background-size: cover;
  position: relative;
  z-index: 2;
}
.banner .slider-area .slide-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 34, 0.9)), to(transparent));
  background: linear-gradient(90deg, rgba(34, 34, 34, 0.9), transparent);
  z-index: -1;
}
.banner .slider-area .slide-3 {
  background: url(../images/main-slider-img-3.png) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.banner .slider-area .slide-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner .slider-area .banner-txt {
  padding: 143px 25px;
  color: #ffffff;
}
.banner .slider-area .banner-txt h6 {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: -2px;
  margin-bottom: 17px;
}
.banner .slider-area .banner-txt h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
}
.banner .slider-area .banner-txt p {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  margin-bottom: 21px;
}
.banner .slider-area .banner-txt .price {
  margin-bottom: 24px;
}
.banner .slider-area .banner-txt .price span {
  line-height: 100%;
}
.banner .slider-area .banner-txt .price span:first-child {
  position: relative;
}
.banner .slider-area .banner-txt .price span:first-child:after {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  width: 100%;
  background: #ffffff;
  height: 1px;
}
.banner .slider-area .banner-txt .price span:last-child {
  font-size: 24px;
  font-weight: 700;
}
.banner .slider-area .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.banner .slider-area .slick-dots button {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 0;
}
.banner .slider-area .slick-dots .slick-active button {
  background: #fe5502;
}
.banner .sidebar-area {

  height: 100%;
}
.banner .sidebar-area .best-selling-panel {
  background: #ffffff;
  height: 100%;
}
.category-card .part-img img{
    width:75px;
    height:75px;
}
.banner .sidebar-area .best-selling-panel .panel-header {
  height: 60px;
  padding: 0 15px;
  background: #f5f5f5;
}
.banner .sidebar-area .best-selling-panel .panel-header h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
  color: #fe5502;
  margin-bottom: 0;
}
.banner .sidebar-area .best-selling-panel .panel-body {
  padding: 20px 20px;
  height: calc(100% - 60px);
}
.banner .sidebar-area .best-selling-panel .panel-body .slick-list .slick-slide {
  border: 0;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 7.5px 0;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
  width: 100px;
  height: 90px;
  overflow: hidden;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
  width: calc(100% - 115px);
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-size: 13px;
  color: #ccc;
  margin-bottom: 18px;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star .rated {
  color: #ffc801;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 16px;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name:hover a {
  color: #fe5502;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: -2px;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
  font-size: 14px;
  color: #ccc;
  position: relative;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
  position: absolute;
  bottom: calc(100% + 40px);
  right: 0;
  width: 25px;
  height: 25px;
  background: #ffffff;
}
.banner .sidebar-area .best-selling-panel .panel-body .slick-arrow.slick-prev {
  right: 30px;
}
.banner .sidebar-area .best-selling-panel .panel-body .slick-arrow:hover {
  background: #fe5502;
  color: #ffffff;
}



.flash-deal {
  padding: 10px 0;
}
.flash-deal .countdown-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.flash-deal .countdown-wrap h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #292929;
  margin-bottom: 0;
}
.flash-deal .countdown-wrap .countdown .syotimer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #292929;
}
.flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(254, 85, 2, 0.2);
  border-radius: 3px;
}
.flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
  font-size: 14px;
  text-transform: capitalize;
}

.product-custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}
.product-custom-row .custom-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 16px);
          flex: 0 0 calc(20% - 16px);
}

.single-product-card {
  padding: 5px;
    border: 1px solid rgb(177 177 177 / 50%);
    position: relative;
    overflow: hidden;
    -webkit-animation: gridView 0.5s ease-in;
    animation: gridView 0.5s ease-in;
    background: white;
    border-radius: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
        border: 2px solid #219a03;
}

.single-product-card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.single-product-card .part-img {
    position: relative;
    overflow: hidden;
}
.single-product-card .part-img img {
    width: 100%;
    transition: transform .5s ease;
}
.single-product-card:hover .part-img img{
    transform: scale(1.2);
    transition: transform .5s ease;
}


.single-product-card .part-img {
  min-height: 160px;
  position: relative;
      max-height: 180px;
          text-align: center;
}
.single-product-card .part-img .off-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 500;
    min-width: 45px;
    padding: 3px 10px;
    background-color: #f5202d;
    color: #fff;
    z-index: 0;
}
.part-img .off-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 500;
    min-width: 45px;
    padding: 3px 10px;
    background-color: #f5202d;
    color: #fff;
    z-index: 2;
}
.single-product-card .part-img img {
    min-height: 180px;
    /*max-height: 180px;*/
    /*object-fit: cover;*/
    /*width: 190px;*/
    height: 180px;
    width:100%;
}
.single-product-card .part-txt {
  text-align: center;
  margin-top: 0px;

}
.single-product-card .part-txt > * {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.single-product-card .part-txt .product-name {
    font-size: 15px;
    font-weight: 600;
    font-optical-sizing: auto;
    padding: 0px 5px;
    text-overflow: ellipsis;
    white-space: normal;
    color: #565765;
    margin-top: 5px;
    margin-bottom: 2px;
    text-transform: capitalize;
    height: 35px;
    overflow: hidden;
}
.single-product-card .part-txt .product-name a:hover {
  color: #fe5502;
}
.single-product-card .part-txt .dscr {
  position: absolute;
  visibility: hidden;
}
.single-product-card .part-txt .price {
        display: inline;
    font-size: 18px;
    color: #ff0000;
    font-weight: 800;
}
.single-product-card .part-txt .price span {
    color: #707070;
    font-size: 18px;
    font-weight: 200;
    margin-left: 10px;
    position: relative;
    margin-right: 10px;

}
.single-product-card .part-txt .price span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: .1px;
  background: #606060;
}
.single-product-card .part-txt .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-size: 12px;
  color: #606060;
  padding-bottom: 5px;
}
.single-product-card .part-txt .star .rated {
  color: #ffc801;
}
.single-product-card .part-txt .add-to-cart-btn {
  position: absolute;
  visibility: hidden;
}
.single-product-card .part-txt .order-btn {
    background-color: #cb3434;
    width: 100%;
    display: block;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    transition: all 0.4s ease 0s;
    margin-top: 5px;
    font-family: Li-Ador-Noirrit-R;
}
.single-product-card .part-txt .order-btn:hover {
    background-color: #c82333;
}
.single-product-card .cart-option {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-perspective: 300px;
          perspective: 300px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.single-product-card .cart-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px -5px rgba(34, 34, 34, 0.2);
          box-shadow: 0px 0px 30px -5px rgba(34, 34, 34, 0.2);
  padding: 5px;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.single-product-card .cart-option ul li {
  border-left: 1px solid rgba(96, 96, 96, 0.3);
}
.single-product-card .cart-option ul li:first-child {
  border-left: 0;
}
.single-product-card .cart-option ul li a {
  font-size: 16px;
  line-height: 100%;
  padding: 7px 15px;
}
.single-product-card .cart-option ul li a:hover {
  color: #fe5502;
}
.single-product-card:hover .cart-option ul {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.product-quick-view-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: url(../images/cursor.png), -webkit-zoom-out;
  cursor: url(../images/cursor.png), zoom-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 12;
}
.product-quick-view-panel.active {
  opacity: 1;
  visibility: visible;
}
.product-quick-view-panel.active .img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-quick-view-panel .img {
  max-width: 80%;
  -webkit-transform: scale(0);
          transform: scale(0);
  cursor: context-menu;
}

.home-2 .single-product-card .part-img .off-tag {
  background: #e9b808;
}
.home-2 .single-product-card .part-txt .product-name a:hover {
  color: #e9b808;
}
.home-2 .single-product-card .cart-option ul li a:hover {
  color: #e9b808;
}



.single-product-card .cart-option.cart-option-bottom {
  top: auto;
  bottom: 20px;
}

.single-product-card.product-card-list .part-img img {
  height: auto;
  min-height: auto;
}

@-webkit-keyframes listView {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}

@keyframes listView {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}
@-webkit-keyframes gridView {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}
@keyframes gridView {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}
.

.popular-categories-2 {
  padding-top: 10px;
}
.popular-categories-2 .custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.popular-categories-2 .custom-row .custom-col {
  width: 15%;
}
.popular-categories-2 .custom-row .custom-col .category-card a {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*gap: 15px;*/
  /*-webkit-box-align: center;*/
  /*    -ms-flex-align: center;*/
          align-items: center;
 /*border: 2px solid rgb(37 72 135); */
 border: 2px solid #4c478763;
    padding: 5px 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    /*background: #161381de;  */
    background: #070064c4;
    color: white;
    text-align: center;
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(96, 96, 96, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
  height: 50px;
  font-size: 40px;
  color: #606060;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
  /*width: calc(100% - 65px);*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-pack: justify;*/
  /*    -ms-flex-pack: justify;*/
  /*        justify-content: space-between;*/
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
  font-size: 14px;
  opacity: 0.7;
}
.popular-categories-2 .custom-row .custom-col .category-card a:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.popular-categories-2 .custom-row .custom-col .category-card a:hover .part-icon span {
  color: #e9b808;
  opacity: 1;
}
.popular-categories-2 .custom-row .custom-col .category-card a:hover .part-txt span:not(.quantity) {
  color: #e9b808;
}




.special-offer {
  padding: 0px 0px 15px 0px;
}
.special-offer .single-offer {
  min-height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.special-offer .single-offer img {

}
.special-offer .single-offer:hover {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.3);
}








.features {
  position: relative;
}
.features.features-2 .single-feature .part-icon span {
  color: #e9b808;
}
.features .custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.features .custom-row .custom-col {
  width: 25%;
  border-right: 3px solid #ddd;
}
.features .custom-row .custom-col:last-child {
  border: 0;
}
.features .single-feature {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.features .single-feature .part-icon span {
  height: 50px;
  line-height: 50px;
  font-size: 45px;
  color: #fe5502;
}
.features .single-feature .part-icon span i {
  display: inline-block;
  height: 50px;
}
.features .single-feature .part-txt h4 {
      font-size: 16px;
    font-weight: 600;
    color: #292929;
    margin-top: 8px;
}
.features .single-feature .part-txt p {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #606060;
  margin-bottom: -2px;
}

.footer {
  background: #0d0e22;
}
.footer.footer-2 .main-footer .footer-subscribe form button {
  background: #e9b808;
}
.footer.footer-2 .main-footer .footer-subscribe form button:hover {
  color: #e9b808;
}
 .main-mobile-footer {
    display:none;
  }
.footer .main-footer {
  padding: 0px 0px 15px 0px;
  color: #ccc;
}
.footer .main-footer .custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.footer .main-footer .custom-row .custom-col {
  width: calc(20% - 15px);
}
.footer .main-footer .custom-row .custom-col-2 {
  width: calc(30% - 15px);
}
.footer .main-footer .footer-about .footer-logo {
  width: 120px;
  margin-bottom: 25px;
}
.footer .main-footer .footer-about p {
  font-size: 16px;
  line-height: 26px;
  margin-top: -1px;
  margin-bottom: 10px;
}
.footer .main-footer .footer-about ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.footer .main-footer .footer-about ul li:last-child {
  margin-bottom: -9px;
}
.footer .main-footer .footer-about ul li .icon span {
  font-size: 30px;
  line-height: 100%;
}
.footer .main-footer .footer-about ul li .txt > * {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.footer .main-footer .footer-about ul li .txt a:hover {
  color: #fe5502;
}
.footer .main-footer .footer-title {
  font-size: 22px;
  line-height: 100%;
  font-weight: 500;
  padding-bottom: 14px;
  margin-top: -1px;
  margin-bottom: 25px;
  position: relative;
}
.footer .main-footer .footer-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ccc;
}
.footer .main-footer .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}
.footer .main-footer .footer-link ul {
  margin-top: -14px;
}
.footer .main-footer .footer-link ul li {
  font-size: 16px;
  line-height: 40px;
}
.footer .main-footer .footer-link ul li:last-child {
  margin-bottom: -15px;
}
.footer .main-footer .footer-link ul li a {
  line-height: 100%;
}
.footer .main-footer .footer-link ul li a:hover {
  color: #fe5502;
}
.footer .main-footer .footer-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.footer .main-footer .footer-gallery ul li a {
  position: relative;
}
.footer .main-footer .footer-gallery ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .main-footer .footer-gallery ul li a:hover span {
  opacity: 1;
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0;
}
.footer .copyright p {
  font-size: 15px;
  line-height: 100%;
  color: #F1F1F1;
  margin-bottom: 0;
}

.about-page-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #222222;
  margin-top: -9px;
  margin-bottom: 59px;
}





@-webkit-keyframes slideTop {
  0% {
    -webkit-transform: translateY(-195px);
            transform: translateY(-195px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideTop {
  0% {
    -webkit-transform: translateY(-195px);
            transform: translateY(-195px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


.product-view-area {
  padding-bottom: 20px;
}
.product-view-area .part-img .img-box {
  margin-bottom: 10px;
  position: relative;
}
.product-view-area .part-img .img-box .quick-view {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 56px;
  font-size: 35px;

  color: #ffffff;
}
/*.product-view-area .part-img .img-box .quick-view:hover {*/
/*  background: #ffffff;*/
/*  color: #fe5502;*/
/*}*/
.product-view-area .part-img .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.product-view-area .part-img .btn-box .small-thumb {
  width: calc(19% - 25px);
  border: 1px solid transparent;
}
.product-view-area .part-img .btn-box .small-thumb.active {
  border-color: #fe5502;
}
.product-view-area .part-txt .main-product-title {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
.product-view-area .part-txt .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 19px;
}
.product-view-area .part-txt .review .star {
      font-size: 15px;
  
  color: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.product-view-area .part-txt .review .star .rated {
  color: #ffc801;
}
.product-view-area .part-txt .review .rating-amount {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #606060;
}
.product-view-area .part-txt .price {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #000;
  margin-bottom: 23px;
}
.product-view-area .part-txt .price span {
  font-size: 15px;
  color: #606060;
  position: relative;
  margin-right: 10px;
}
.product-view-area .part-txt .price span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #606060;
}
.product-view-area .part-txt .short-details {
   font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 19px;
}
.product-view-area .part-txt .short-details li {
  margin-bottom: 1px;
}
.product-view-area .part-txt .short-details span {
  color: #fe5502;
}
.product-view-area .part-txt .dscr {
  font-size: 16px;
  line-height: 26px;
  color: #606060;
  margin-bottom: 22px;
}
.product-view-area .part-txt form {
  margin-bottom: 15px;
}
.product-view-area .part-txt form label {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  margin-bottom: 17px;
}
.product-view-area .part-txt form .select {
      height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    border-color: #31313159;
    font-size: 14px;
    border: 1px solid #31313159;
}
.product-view-area .part-txt form .select.color-select {
  padding-left: 40px;
}
.product-view-area .part-txt form .select.color-select .current {
  position: relative;
}
.product-view-area .part-txt form .select.color-select .selected-circle {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: conic-gradient(red, green, yellow, blue);
  border-radius: 3px;
}
.product-view-area .part-txt form .select.color-select .list li {
  position: relative;
  padding-left: 40px;
}
.product-view-area .part-txt form .select.color-select .list li:first-child {
  padding-left: 15px;
}
.product-view-area .part-txt form .select.color-select .list li:first-child span {
  display: none;
}
.product-view-area .part-txt form .select.color-select .list li span {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #F1F1F1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.product-view-area .part-txt form .product-count .quantity {
  width: 100%;
    height: 30px !important;
}
.product-view-area .part-txt .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.product-view-area .part-txt .btn-box button {
  font-size: 17px;
    color: white;
    background-color: #fb4907;
    border-radius: 5px;
    width: 50%;
    font-family: Li-Ador-Noirrit-R;
}
.product-view-area .part-txt .btn-box a {
  font-size: 17px;
    color: white;
    background-color: #fb4907;
    border-radius: 5px;
    width: 50%;
    font-family: Li-Ador-Noirrit-R;
}
.product-view-area .part-txt .btn-box a {
 color: #ffffff;
    background: #192267;
    
}

.product-view-area .part-txt .btn-box button span {
  margin-right: 15px;
}
.product-view-area .part-txt .btn-box button:nth-child(2) {
  background: #37A1D1;
  border-color: #ddd;
  color: #fe5502;
}
.product-view-area .part-txt .btn-box button:nth-child(2):hover {
  color: #ffffff;
  background: #fe5502;
  border-color: #fe5502;
}

/*.product-view-area .part-txt .btn-box button:hover {*/
/*  background: #ffffff;*/
/*  border-color: #ddd;*/
/*  color: #fe5502;*/
/*}*/
.product-view-area .part-txt .product-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  margin-bottom: -3px;
}
.product-view-area .part-txt .product-share .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.product-view-area .part-txt .product-share .social a {
  color: #b3b7c8;
}
.product-view-area .part-txt .product-share .social a:hover {
  color: #fe5502;
}

.quantity {
  width: 90px;
    height: 30px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 5px;
}
.quantity input {
  width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    -moz-appearance: textfield;
}
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.quantity .quantity-nav {
  border-left: 1px solid #ddd;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
}
.quantity .quantity-nav .quantity-button {
      text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-right: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 900;
}
.quantity .quantity-nav .quantity-button:last-child {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.quantity .quantity-nav .quantity-button:hover {
  /*background: #fe5502;*/
  /*border-color: #fe5502;*/
  /*color: #ffffff;*/
}

.shop-details .details-area .nav {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 30px;
  justify-content: left;
}
.shop-details .details-area .nav-link {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  padding: 3px 30px 2px;
  border-left: 2px solid #222222;
  position: relative;
}
.shop-details .details-area .nav-link::after {
  content: "";
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #222222;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.shop-details .details-area .nav-link:first-child {
  padding-left: 0;
  border-left: 0;
}
.shop-details .details-area .nav-link:last-child {
  padding-right: 0;
}
.shop-details .details-area .nav-link.active {
  color: #fe5502;
}
.shop-details .details-area .nav-link.active::after {
  opacity: 1;
}
.shop-details .details-area .tab-pane .product-dscr p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
.shop-details .details-area .tab-pane .product-dscr p:first-child {
  margin-top: -6px;
}
.shop-details .details-area .tab-pane .product-dscr p:last-child {
  margin-bottom: -8px;
}
.shop-details .details-area .tab-pane .product-dscr .part-img {
  padding-top: 6px;
  padding-bottom: 24px;
}
.shop-details .details-area .tab-pane .product-information ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: -16px;
  margin-bottom: -17px;
}
.shop-details .details-area .tab-pane .product-information ul li {
  width: calc(50% - 10px);
  color: #222222;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.shop-details .details-area .tab-pane .product-information ul li:nth-last-child(-n+2) {
  border-bottom: 0;
}
.shop-details .details-area .tab-pane .product-information ul li span {
  font-weight: 400;
  color: #606060;
  margin-right: 10px;
}
.shop-details .details-area .tab-pane .product-review .review-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}
.shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
  font-size: 50px;
  line-height: 100%;
  font-weight: 400;
  color: #222222;
  margin-top: -6px;
  margin-bottom: 16px;
}
.shop-details .details-area .tab-pane .product-review .review-overview .left h2 span {
  font-size: 30px;
  line-height: 100%;
  opacity: 0.5;
}
.shop-details .details-area .tab-pane .product-review .review-overview .left p {
  font-size: 16px;
  line-height: 100%;
  color: #606060;
  margin-bottom: -3px;
}
.shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.shop-details .details-area .tab-pane .product-review .review-overview .right ul li:last-child {
  margin-bottom: 0;
}
.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 16px;
  line-height: 100%;
  color: #b3b7c8;
}
.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars .rated {
  color: #ffc801;
}
.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
  width: 200px;
  height: 10px;
  border-radius: 0;
}
.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress .progress-bar {
  background: #fe5502;
}
.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
  font-size: 14px;
  line-height: 100%;
  color: #606060;
}
.shop-details .details-area .tab-pane .product-review .review-title {
  border: 1px solid #ddd;
  padding: 0 20px;
  margin-bottom: 30px;
}
.shop-details .details-area .tab-pane .product-review .review-title h3 {
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 0;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  margin-bottom: 30px;
}

.shop-details .details-area .tab-pane .product-review .review-wrap {
      max-height: 400px;
    overflow-y: scroll;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review:last-child {
  margin-bottom: 0;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
  width: 200px;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 19px;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span {
  display: block;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  margin-bottom: 8px;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.date {
  font-size: 14px;
  line-height: 100%;
  color: #606060;
  margin-bottom: 13px;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 14px;
  line-height: 100%;
  color: #b3b7c8;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.star .rated {
  color: #ffc801;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area span.star .rated {
  color: #ffc801;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
  width: calc(100% - 150px);
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  margin-top: -7px;
  margin-bottom: 18px;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img.active {
  border-color: #fe5502;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img img {
  max-width: none;
  max-height: 100%;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
  display: none;
  background: #F1F1F1;
  padding-top: 30px;
  margin-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 700px;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel.active {
  display: block;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
  height: 100%;
  max-width: none;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  line-height: 100%;
  color: #606060;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close:hover {
  color: #fe5502;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 18px;
  line-height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
  font-size: 16px;
}

.product-quick-view-panel-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 12;
}
.product-quick-view-panel-2.active {
  opacity: 1;
  visibility: visible;
}
.product-quick-view-panel-2.active .img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-quick-view-panel-2.active .panel-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-quick-view-panel-2 .panel-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: url(../images/cursor.png), -webkit-zoom-out;
  cursor: url(../images/cursor.png), zoom-out;
}
.product-quick-view-panel-2 .img {
  max-width: 80%;
  height: 90%;
  -webkit-transform: scale(0);
          transform: scale(0);
  cursor: context-menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-quick-view-panel-2 .img img {
  max-height: 100%;
  width: auto;
}
.product-quick-view-panel-2 .notification {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-quick-view-panel-2 .notification.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-quick-view-panel-2 .notification p {
  padding: 20px 30px;
  background: white;
  color: #606060;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.product-quick-view-panel-2 .notification p span {
  color: red;
  font-size: 25px;
  line-height: 100%;
  margin-right: 30px;
}
.product-quick-view-panel-2 .panel-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  visibility: hidden;
}
.product-quick-view-panel-2 .panel-arrow button {
  width: 30px;
  visibility: visible;
}
.product-quick-view-panel-2 .panel-arrow button[disabled] {
  background: #ffffff;
  color: #ccc;
  cursor: no-drop;
}
.product-quick-view-panel-2 .panel-arrow button[disabled]:hover {
  background: #ffffff;
  color: #ccc;
}
.product-quick-view-panel-2 .panel-arrow button:hover {
  color: #ffffff;
  background: #fe5502;
}

.product-view-area .part-img.mr-30 {
  margin-right: 30px;
}

.related-product-slider .part-img a {
  display: block;
}
.related-product-slider .part-img a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-view-area .part-img.mr-30 {
    margin-right: 0;
  }

  .related-product-slider .part-img a {
    display: block;
  }
  .related-product-slider .part-img a img {
    width: 100%;
  }
}
.tab-section .tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.tab-section .tab-nav .single-nav {
  width: 100%;
  height: 60px;
  border-left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  color: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.tab-section .tab-nav .single-nav::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(50% + 1px);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  background: #ffffff;
  border: 1px solid #ddd;
  border-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.tab-section .tab-nav .single-nav::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(50% + 1px);
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.tab-section .tab-nav .single-nav.active {
  color: #ffffff;
}
.tab-section .tab-nav .single-nav.active::before, .tab-section .tab-nav .single-nav.active::after {
  background: #fe5502;
  border-color: #fe5502;
}
.tab-section .tab-nav .single-nav .sl-no {
  font-size: 48px;
  font-weight: 600;
  opacity: 0.1;
}
.tab-section .tab-contents .single-tab {
  display: none;
}
.tab-section .tab-contents .single-tab.active {
  display: block;
  -webkit-animation: slideIn 1s linear;
          animation: slideIn 1s linear;
}
.tab-section .tab-contents .single-tab#orderCompletedTab.active .check-icon::after {
  -webkit-animation: 2s checkBig 5s ease-in infinite;
          animation: 2s checkBig 5s ease-in infinite;
}
.tab-section .tab-contents .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.tab-section .tab-contents .btn-box .def-btn:first-child {
  background: #222222;
}
.tab-section .tab-contents .btn-box .def-btn:first-child:hover, .tab-section .tab-contents .btn-box .def-btn:first-child:focus {
  background: #fe5502;
  color: #ffffff;
}
.tab-section .tab-contents .btn-box .def-btn:last-child:disabled {
  cursor: no-drop;
  opacity: 0.6;
}
.tab-section .tab-contents .btn-box .def-btn:last-child:disabled:hover, .tab-section .tab-contents .btn-box .def-btn:last-child:disabled:focus {
  background: #fe5502;
}
.tab-section .tab-contents .btn-box .def-btn:last-child:hover, .tab-section .tab-contents .btn-box .def-btn:last-child:focus {
  background: #222222;
  color: #ffffff;
}
.tab-section .tab-contents .cart-total-panel {
  border: 1px dashed #ddd;
}
.tab-section .tab-contents .cart-total-panel .title {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #222222;
  border-bottom: 1px dashed #ddd;
  padding: 0 30px;
  margin-bottom: 0;
}
.tab-section .tab-contents .cart-total-panel .sub-title {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  margin-top: -1px;
  margin-bottom: 22px;
}
.tab-section .tab-contents .cart-total-panel .panel-body {
  padding: 10px;
}
.tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
  margin-bottom: 20px;
}
.tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:last-child {
  margin-bottom: -7px;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
  width: 300px;
  margin-left: auto;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
  margin-top: -1px;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #606060;
  margin-bottom: 21px;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
  margin-bottom: 22px;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
  border-top: 1px dashed #ddd;
  padding-top: 24px;
  margin-bottom: 22px;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li .price-txt {
  color: #fe5502;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn {
  width: 100%;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:disabled {
  cursor: no-drop;
  opacity: 0.6;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:disabled:hover, .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:disabled:focus {
  background: #fe5502;
}
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:hover, .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:focus {
  background: #222222;
  color: #ffffff;
}
.tab-section .tab-contents .billing-details .title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  margin-top: -2px;
  margin-bottom: 27px;
}
.tab-section .tab-contents .billing-details .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.tab-section .tab-contents .billing-details .form-row .form-col-10 {
  width: 100%;
}
.tab-section .tab-contents .billing-details .form-row .form-col-5 {
  width: calc(50% - 15px);
}
.tab-section .tab-contents .billing-details .form-row .form-control {
      font-size: 15px;
    height: 35px;
    line-height: 40px;
    padding: 0 20px;
    background: rgb(255 255 255 / 50%);
    border: 1px solid rgb(126 123 123 / 50%);
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: Li-Ador-Noirrit-R;
}

.tab-section .tab-contents .billing-details .form-row #form_label{
    font-size: 15px;
    transition: 0.3s;
    font-family: Li-Ador-Noirrit-R;
    color: red;
    font-weight: 600;
}

.tab-section .tab-contents .billing-details .form-row .form-control.textarea {
  height: 200px;
  line-height: 22px;
  padding: 15px 25px;
}
.tab-section .tab-contents .billing-details .form-row .form-control:focus {
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
  border-color: rgba(254, 85, 2, 0.5);
  background: #ffffff;
}
.tab-section .tab-contents .billing-details .form-row .nice-select .list {
  max-height: 300px;
  border-radius: 0;
  overflow-y: scroll;
}
.tab-section .tab-contents .billing-details .form-row .check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
    justify-content: flex-start;
  gap: 30px;
}
.tab-section .tab-contents .payment-method .total-clone {
  border: 1px solid #ddd;;
  padding: 20px;
  margin-bottom: 10px;
}
.tab-section .tab-contents .payment-method .total-clone ul {
  margin-top: -1px;
}
.tab-section .tab-contents .payment-method .total-clone ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #606060;
  margin-bottom: 21px;
}
.tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
  margin-bottom: 22px;
}
.tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
  border-top: 1px dashed #ddd;
  padding-top: 24px;
  margin-bottom: -3px;
}
.tab-section .tab-contents .payment-method .total-clone ul li .price-txt {
  color: #fe5502;
}
.tab-section .tab-contents .payment-method .total-clone .def-btn {
  width: 100%;
}
.tab-section .tab-contents .payment-method .total-clone .def-btn:disabled {
  cursor: no-drop;
  opacity: 0.6;
}
.tab-section .tab-contents .payment-method .total-clone .def-btn:disabled:hover, .tab-section .tab-contents .payment-method .total-clone .def-btn:disabled:focus {
  background: #fe5502;
}
.tab-section .tab-contents .payment-method .total-clone .def-btn:hover, .tab-section .tab-contents .payment-method .total-clone .def-btn:focus {
  background: #222222;
  color: #ffffff;
}
.tab-section .tab-contents .payment-method .payment-option {
  border: 1px dashed #bdbdbd;

}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card:last-child .panel-header {
  border-bottom: 0;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: #808080;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
  width: 50px;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
  border-bottom: 1px solid #ddd;
  padding: 30px;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .card-number {
  position: relative;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .card-number .complete {
  padding-right: 70px;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .card-number .symbol {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  opacity: 0;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
  display: block;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #606060;
  margin-top: -1px;
  margin-bottom: 8px;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
  width: 100%;
  background: rgba(241, 241, 241, 0.5);
  border: 1px solid rgba(221, 221, 221, 0.5);
  padding: 0 20px;
  height: 40px;
  font-size: 14px;
  color: #606060;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input:focus {
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
  border-color: rgba(254, 85, 2, 0.5);
  background: #ffffff;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
  width: 100%;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn:hover, .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn:focus {
  background: #222222;
  color: #ffffff;
}
.tab-section .tab-contents .payment-method .palce-order {
  width: 100%;
  border: 1px solid #1bad1b;
}
.tab-section .tab-contents .tab-next-btn {
  font-size: 16px;
  text-transform: capitalize;
  padding: 0 10px;
}
.tab-section .tab-contents .tab-next-btn i {
  margin-left: 10px;
  font-size: 18px;
}
.tab-section .tab-contents .check-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.tab-section .tab-contents .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: white;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.tab-section .tab-contents .checkmark {
 width: 80px;
    height: 80px;
    border-radius: 5px;
  display: block;
  stroke-width: 2;
  stroke: #7ac142;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #7ac142;
          box-shadow: inset 0px 0px 0px #7ac142;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.7s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.7s both;
}
.tab-section .tab-contents .checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}
.tab-section .tab-contents .order-complete-msg {
  text-align: center;
}
.tab-section .tab-contents .order-complete-msg h2 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  margin-top: -2px;
  margin-bottom: -5px;
}
.tab-section .form-check {
  position: relative;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 10px
}
.tab-section .form-check .form-check-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 0;
}
.tab-section .form-check .form-check-input:checked + .sub-input {
  background: #fe5502;
  border-color: #fe5502;
  color: #ffffff;
  -webkit-animation: check 0.4s ease-in;
          animation: check 0.4s ease-in;
}
.tab-section .form-check .sub-input {
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #ccc;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-section .form-check .form-check-label {
  font-size: 15px;
    line-height: 24px;
    font-weight: 600;
  color: #373737;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-section .form-check .form-check-label.checked {
  color: #222222;
}
.tab-section .form-check .form-check-label span {
  display: block;
  font-weight: 400;
}

.revel-table {
  margin-bottom: 50px;
}
.revel-table .table-responsive {
  border: 1px solid #ddd;
}
.revel-table .table-responsive .table {
  margin-bottom: 0;
  vertical-align: middle;
}
.revel-table .table-responsive thead {
  border-bottom: 1px solid #ddd;
}
.revel-table .table-responsive tbody .cart-msg {
  text-align: center;
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  padding-top: 72px;
  padding-bottom: 66px;
  margin-bottom: 0;
}
.revel-table .table-responsive th {
  padding: 20px 30px;
  padding-bottom: 18px;
  text-align: center;
}
.revel-table .table-responsive th:first-child {
  text-align: left;
}
.revel-table .table-responsive tr:first-child td {
  padding-top: 30px;
}
.revel-table .table-responsive tr:last-child td {
  padding-bottom: 30px;
}
.revel-table .table-responsive tr td {
  text-align: center;
  padding: 15px 30px;
}
.revel-table .table-responsive .product-img {
  width: 50px;
}
.revel-table .table-responsive .product-name {
  font-size: 16px;
  line-height: 100%;
  color: #606060;
}
.revel-table .table-responsive .product-name:hover {
  color: #fe5502;
}
.revel-table .table-responsive .price-txt {

  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: #fe5502;
}
.revel-table .table-responsive .product-count {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.revel-table .table-responsive .cart-delete {
  text-align: center;
  width: 10px;
  height: 35px;
  line-height: 33px;
  color: #ff0000;
}
.revel-table .table-responsive .cart-delete:hover {
  color: red;
  border-color: red;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
            box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
            box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@-webkit-keyframes check {
  0% {
    font-size: 10px;
  }
  50% {
    font-size: 18px;
  }
  100% {
    font-size: 14px;
  }
}
@keyframes check {
  0% {
    font-size: 10px;
  }
  50% {
    font-size: 18px;
  }
  100% {
    font-size: 14px;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes checkBig {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
  }
  50% {
    top: 30%;
    left: 35%;
    width: 0;
    height: 30px;
  }
  100% {
    top: 10%;
    left: 25%;
    width: 100px;
    height: 30px;
  }
}
@keyframes checkBig {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
  }
  50% {
    top: 30%;
    left: 35%;
    width: 0;
    height: 30px;
  }
  100% {
    top: 10%;
    left: 25%;
    width: 100px;
    height: 30px;
  }
}
.compare .table {
  margin: 0;
}
.compare .table th, .compare .table td {
  width: 25%;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  height: 60px;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #606060;
}
.compare .table th {
  font-weight: 600;
}
.compare .table .product-card {
  padding: 20px 0;
}
.compare .table .product-card .part-img {
  width: 130px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.compare .table .product-card .part-txt {
  margin-bottom: -7px;
}
.compare .table .product-card .part-txt p {
  margin-top: -5px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.compare .table .product-card .part-txt p a {
  font-size: 16px;
  line-height: 100%;
  color: #222222;
}
.compare .table .product-card .part-txt p a:hover {
  color: #fe5502;
}
.compare .table .star {
  color: #808080;
}
.compare .table .star .rated {
  color: #ffc801;
}
.compare .table .price-txt {
  font-weight: 500;
  color: #fe5502;
}
.compare .table .color-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.compare .table .color-box span {
  width: 15px;
  height: 15px;
  background: #F1F1F1;
  border-radius: 3px;
}
.compare .table .color-box span:nth-child(1) {
  background: #fe5502;
}
.compare .table .color-box span:nth-child(2) {
  background: #222222;
}
.compare .table .color-box span:nth-child(3) {
  background: blue;
}
.compare .table .def-btn {
  height: 40px;
  line-height: 40px;
}
.compare .table .def-btn:hover {
  background: #222222;
  color: #ffffff;
}
.compare .table .delete-btn {
  font-size: 20px;
}
.compare .table .delete-btn:hover {
  color: red;
}



.faq .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq .accordion-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq .accordion {
  margin-bottom: -30px;
}
.faq .accordion .accordion-item {
  border: 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.faq .accordion .accordion-item .accordion-button {
  height: 70px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 600;
  color: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.faq .accordion .accordion-item .accordion-button::after {
  display: none;
}
.faq .accordion .accordion-item .accordion-button .icon {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #222222;
  color: #ffffff;
}
.faq .accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.faq .accordion .accordion-item .accordion-body {
  padding: 30px;
  padding-top: 0;
}
.faq .accordion .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 26px;
  color: #606060;
  margin-top: -6px;
  margin-bottom: -8px;
}




.contact .title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  margin-top: -1px;
  margin-bottom: 36px;
}
.contact .contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.contact .contact-info ul li:last-child {
  margin-bottom: 0;
}
.contact .contact-info ul li .part-icon {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f3f3f3;
  border-radius: 50%;
  font-size: 18px;
  color: #fe5502;
}
.contact .contact-info ul li .part-txt {
  width: calc(100% - 70px);
  margin-top: -6px;
  margin-bottom: -8px;
}
.contact .contact-info ul li .part-txt a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #606060;
}
.contact .contact-info ul li .part-txt a:hover {
  color: #fe5502;
}
.contact .contact-info ul li .part-txt span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #606060;
}
.contact .contact-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 20px;
  color: #222222;
}
.contact .contact-form input:focus {
  border-color: #fe5502;
}
.contact .contact-form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  color: #222222;
  margin-bottom: -7px;
}
.contact .contact-form textarea:focus {
  border-color: #fe5502;
}
.contact .map {
  padding-top: 0px;
}
.contact .map iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -8px;
}



@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1529px) and (min-width: 1200px) {
  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 12px);
            flex: 0 0 calc(20% - 12px);
  }

  .header.header-inner .bottom-header .logo-wrap .category-list-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .header .top-header {
    padding: 7px 0;
  }
  .header .top-header .top-header-link > * {
    padding: 0 10px;
    font-weight: 300;
  }
  .header .top-header .top-header-link > * .nice-select {
    font-weight: 300;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle {
    font-weight: 300;
  }
  .header .bottom-header {
    padding: 15px 0;
  }
  .header .bottom-header .logo {
    width: 150px;
  }
  .header .bottom-header .header-search form .wrap {
    width: calc(100% - 45px);
  }
  .header .bottom-header .header-search form .nice-select {
    padding-left: 15px;
    padding-right: 30px;
  }
  .header .bottom-header .header-search form .nice-select::after {
    right: 10px;
    font-size: 14px;
  }
  .header .bottom-header .header-search form input {
    height: 35px;
  }
  .header .bottom-header .header-search form button {
    width: 40px;
    height: 30px;
    line-height: 40px;
    font-size: 20px;
  }
  .header .bottom-header .bottom-header-right .live-chat .icon {
    width: 25px;
    color: #fff;
  }
  .header .bottom-header .bottom-header-right .live-chat .txt {
    font-size: 17px;
    color: #fff;
  }
  .header .bottom-header .bottom-header-right .header-cart-options a {
    font-size: 25px;
    color: white;
  }
  .header .menu-bar .all-department {
    height: 50px;
    font-weight: 400;
  }

  .banner.banner-2 .category-list {
    padding: 35px 0 35px 15px;
  }
  .banner.banner-2 .banner-slider .slide {
    padding: 60px 0;
  }
  .banner .category-list {
    padding: 15px 0 15px 15px;
  }
  .banner .category-list.fixed {
    top: 50px;
  }
  .banner .category-list .category-item {
    margin-bottom: 15px;
  }
  .banner .category-list .category-item a .icon {
    width: 30px;
  }
  .banner .category-list .category-item a .icon span {
    font-size: 22px;
  }
  .banner .slider-area .banner-txt {
    padding: 111px 25px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
    gap: 10px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
    width: 80px;
    height: 72px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
    width: calc(100% - 90px);
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
    margin-bottom: 13px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
    font-size: 15px;
    margin-bottom: 11px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
    font-size: 14px;
  }

  

  .single-product-card .part-img {
  }

  .single-product-card .cart-option ul li a {
    padding: 7px 10px;
  }


  


  

  .top-brand .logo-box {
    height: 70px;
    padding: 0 20px;
  }

  .header.header-inner .bottom-header .category-list-2 {
    width: 296px;
    padding: 10px 0 10px 10px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item {
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item.has-sub .arrow {
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-180%) rotate(45deg);
            transform: translateY(-180%) rotate(45deg);
  }
  .header.header-inner .bottom-header .category-list-2 .category-item a {
    font-size: 13px;
    font-weight: 400;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item a .icon {
    width: 30px;
    height: 25px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item a .icon span {
    font-size: 22px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu {
    width: 650px;
    padding: 15px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 {
    font-size: 14px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 span {
    font-size: 18px;
    opacity: 0.5;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li {
    height: 30px;
    line-height: 31px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item:hover .category-sub-menu, .header.header-inner .bottom-header .category-list-2 .category-item:focus-within .category-sub-menu {
    padding: 15px;
  }

  .banner.banner-inner::after {
    background-position-x: right;
  }

  .revel-table {
    margin-bottom: 30px;
  }
  .revel-table .table-responsive th {
    padding: 10px 15px;
    font-weight: 600;
  }
  .revel-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .revel-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .revel-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .revel-table .table-responsive .quantity {
    width: 150px;
  }
  .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .panel {
    padding: 30px 20px;
    overflow: hidden;
  }

  .product-custom-row {
    gap: 25px;
  }
  .product-custom-row .custom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 16.7px);
            flex: 0 0 calc(33.3333333333% - 16.7px);
  }

  .header.header-inner .bottom-header .logo-wrap .category-list-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .header .top-header {
    padding: 15px 0;
  }
  .header .top-header .top-header-link > * {
    padding: 0 10px;
    font-weight: 300;
  }
  .header .top-header .top-header-link > * .nice-select {
    font-weight: 300;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle {
    font-weight: 300;
  }
  .header .bottom-header {
    padding: 25px 0;
  }
  .header .bottom-header .logo {
    width: 120px;
  }
  .header .bottom-header .header-search form .wrap {
    width: calc(100% - 45px);
  }
  .header .bottom-header .header-search form .nice-select {
    padding-left: 15px;
    padding-right: 30px;
  }
  .header .bottom-header .header-search form .nice-select::after {
    right: 10px;
    font-size: 14px;
  }
  .header .bottom-header .header-search form input {
    height: 45px;
  }
  .header .bottom-header .header-search form button {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 20px;
  }
  .header .bottom-header .bottom-header-right .header-cart-options a {
    font-size: 18px;
  }
  .header .menu-bar .all-department {
    height: 50px;
    font-weight: 400;
  }
  .header .menu-bar .all-department button {
    display: block;
    font-size: 18px;
  }
  .header .menu-bar .navbar .container-fluid {
    padding: 0;
  }
  .header .menu-bar .navbar .nav-item {
    padding: 0 10px;
  }

  .category-col {
    position: absolute;
    width: 320px;
    z-index: 11;
  }

  .banner .category-list {
    padding: 10px 0 10px 10px;
  }
  .banner .category-list.fixed {
    top: 50px;
    width: 296px;
    display: block;
  }
  .banner .category-list .category-item {
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .banner .category-list .category-item.has-sub .arrow {
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-180%) rotate(45deg);
            transform: translateY(-180%) rotate(45deg);
  }
  .banner .category-list .category-item a {
    font-size: 13px;
    font-weight: 400;
  }
  .banner .category-list .category-item a .icon {
    width: 30px;
    height: 25px;
  }
  .banner .category-list .category-item a .icon span {
    font-size: 22px;
  }
  .banner .category-list .category-item .category-sub-menu {
    width: 650px;
    padding: 15px;
  }
  .banner .category-list .category-item .category-sub-menu h4 {
    font-size: 14px;
  }
  .banner .category-list .category-item .category-sub-menu h4 span {
    font-size: 18px;
    opacity: 0.5;
  }
  .banner .category-list .category-item .category-sub-menu ul li {
    height: 30px;
    line-height: 31px;
  }
  .banner .category-list .category-item:hover .category-sub-menu, .banner .category-list .category-item:focus-within .category-sub-menu {
    padding: 15px;
  }
  .banner .slider-area .banner-txt {
    padding: 90px 25px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header {
    height: 50px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header h4 {
    line-height: 50px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body {
    height: calc(100% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 15px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
    bottom: calc(100% + 18px);
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
    width: 80px;
    height: 72px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
    width: calc(100% - 95px);
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
    margin-bottom: 14px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
    font-size: 14px;
    font-weight: 400;
  }

  


  .popular-categories-2 .custom-row {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popular-categories-2 .custom-row .custom-col {
    width: calc(25% - 7.5px);
  }
  .popular-categories-2 .custom-row .custom-col .category-card a {
    padding: 10px;
    gap: 10px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
    font-size: 14px;
    font-weight: 400;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
    font-size: 12px;
  }

 
  .single-product-card .part-img {
    min-height: 100px;
  }
  .single-product-card .part-img img {
    width: 100%;
  }

 

  .hot-deal-banner .bg {
    padding: 60px;
  }

  
  

  .top-brand .logo-box {
    height: 60px;
    padding: 0 15px;
  }

  

  .features .custom-row .custom-col {
    border-width: 1px;
  }
  .features .single-feature {
    gap: 10px;
  }
  .features .single-feature .part-icon span {
    font-size: 40px;
    height: 45px;
    line-height: 45px;
  }

  .footer .main-footer {
    padding: 60px 0;
  }
  .footer .main-footer .custom-row {
    gap: 30px 20px;
  }
  .footer .main-footer .custom-row .custom-col, .footer .main-footer .custom-row .custom-col-2 {
    width: calc(50% - 10px);
  }
  .footer .main-footer .link-wrap .footer-link {
    width: 50%;
  }
  .footer .main-footer .footer-gallery ul {
    width: 269px;
  }

  .header.header-inner .bottom-header .category-list-2 {
    width: 296px;
    padding: 10px 0 10px 10px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item {
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item.has-sub .arrow {
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-180%) rotate(45deg);
            transform: translateY(-180%) rotate(45deg);
  }
  .header.header-inner .bottom-header .category-list-2 .category-item a {
    font-size: 13px;
    font-weight: 400;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item a .icon {
    width: 30px;
    height: 25px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item a .icon span {
    font-size: 22px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu {
    width: 650px;
    padding: 15px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 {
    font-size: 14px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 span {
    font-size: 18px;
    opacity: 0.5;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li {
    height: 30px;
    line-height: 31px;
  }
  .header.header-inner .bottom-header .category-list-2 .category-item:hover .category-sub-menu, .header.header-inner .bottom-header .category-list-2 .category-item:focus-within .category-sub-menu {
    padding: 15px;
  }

  .banner.banner-inner::after {
    background-position-x: right;
  }



  

  .faq .accordion .accordion-item .accordion-button {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 15px;
    font-size: 16px;
  }
  .faq .accordion .accordion-item .accordion-button .txt {
    width: calc(100% - 30px);
  }
  .faq .accordion .accordion-item .accordion-button .icon {
    width: 25px;
    height: 25px;
    line-height: 27px;
  }
  .faq .accordion .accordion-item .accordion-body {
    padding: 0 15px 15px 15px;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }

  .product-view-area .part-img .img-box .quick-view {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
  }
 
  .product-view-area .part-img .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
  .product-view-area .part-img .btn-box .small-thumb {
        width: calc(19% - 25px);
    border: 1px solid transparent;
  }
  .product-view-area .part-txt .review .star {
    font-size: 18px;
  }

  .quantity .quantity-nav .quantity-button {
    width: 40px;
  }

  

  .revel-table {
    margin-bottom: 30px;
  }
  .revel-table .table-responsive .table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .revel-table .table-responsive th {
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .revel-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .revel-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .revel-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .revel-table .table-responsive .product-img {
    width: 70px;
  }
  .revel-table .table-responsive .product-name {
    font-size: 14px;
  }
  .revel-table .table-responsive .price-txt {
    font-size: 14px;
  }
  .revel-table .table-responsive .quantity {
    width: 150px;
  }
  .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }

  

  
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  body {
    overflow-x: hidden;
    padding-bottom: 50px;
  }

  .def-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }
  .def-btn.btn-border {
    line-height: 28px;
  }

  .def-btn-2 {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 14px;
  }

  .home-2 .def-btn-3 {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }

  .panel {
    padding: 20px 15px;
  }
  .panel.panel-2 {
    padding: 30px 15px;
  }
  .panel .panel-header {
    margin-bottom: 20px;
  }
  .panel .panel-header .title {
    font-size: 14px;
    line-height: 18px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .panel .panel-header .text-end {
    height: 12px;
    line-height: 12px;
  }
  .panel .panel-header .explore-section {
    font-size: 12px;
  }
  .panel .nav {
    row-gap: 10px;
  }
  .panel .nav button {
    font-size: 14px;
    padding: 0 5px;
  }

  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 10px);
            flex: 0 0 calc(33.3333333333% - 10px);
  }

  .heading h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 8px;
    margin-top: -5px;
    margin-bottom: 25px;
  }

  

  .header.header-2 {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
  .header.header-2 .bottom-header {
    background: #f7f7f7;
  }
  .header.header-2 .bottom-header .search-col {
    background: #f7f7f7;
  }
  .header.header-2 .bottom-header .header-search form button {
    background: transparent;
  }
  .header .top-header {
    padding: 15px 0;
  }
  .header .top-header .top-header-link > * {
    padding: 0 5px;
    font-size: 13px;
    border-left: 1px solid #b3b7c8;
  }
  .header .top-header .top-header-link > *:first-child {
    border-left: 0;
  }
  .header .top-header .top-header-link > * .nice-select {
    font-size: 13px;
    padding-right: 12px;
  }
  .header .top-header .top-header-link > * .nice-select::after {
    font-size: 10px;
  }
  .header .top-header .top-header-link > * .select-lang .flagstrap-icon {
    width: 15px;
    height: 10px;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle {
    font-size: 13px;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle::after {
    font-size: 10px;
  }
  .header .bottom-header {
    padding: 20px 0;
    background: #ffffff;
    position: relative;
    z-index: 11;
  }
  .header .bottom-header .logo {
    width: 100px;
  }
  .header .bottom-header .bottom-header-right .header-cart-options a {
    font-size: 18px;
    line-height: 100%;
    height: 18px;
  }
  .header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
    font-weight: 300;
  }
  .header .bottom-header .header-search .nice-select {
    display: none;
  }
  .header .bottom-header .header-search form {
    border: 1px solid #ddd;
  }
  .header .bottom-header .header-search form .wrap {
    width: 100%;
  }
  .header .bottom-header .header-search form .devider {
    display: none;
  }
  .header .bottom-header .header-search form input {
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
  }
  .header .bottom-header .header-search form button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: transparent;
    border: 0;
    color: #606060;
  }
  .header .bottom-header .header-search form button:hover, .header .bottom-header .header-search form button:focus {
    color: #fe5502;
  }
  .header .menu-bar {
    display: none;
  }

  .banner.banner-2 .banner-slider .slide {
    padding: 50px 0;
  }
  .banner.banner-2 .banner-slider .slide.slick-active .part-txt::before, .banner.banner-2 .banner-slider .slide.slick-active .part-txt::after {
    width: 300px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt {
    padding: 20px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt::before, .banner.banner-2 .banner-slider .slide .part-txt::after {
    left: 20px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt h4 {
    font-weight: 400;
    margin-bottom: 5px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt .price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt .price span {
    font-size: 14px;
  }
  .banner.banner-2 .banner-slider .slick-dots {
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    gap: 5px;
  }
  .banner.banner-2 .banner-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .banner .category-list {
    display: none !important;
  }
  .banner .slider-area .slide-1, .banner .slider-area .slide-2, .banner .slider-area .slide-3 {
    background-position-y: top;
  }
  .banner .slider-area .banner-txt {
    padding: 40px 20px;
  }
  .banner .slider-area .banner-txt h6 {
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .banner .slider-area .banner-txt h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 7px;
  }
  .banner .slider-area .banner-txt p {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .banner .slider-area .banner-txt .price {
    margin-bottom: 8px;
  }
  .banner .slider-area .banner-txt .price span {
    font-size: 14px;
  }
  .banner .slider-area .banner-txt .price span:last-child {
    font-size: 16px;
  }
  .banner .slider-area .banner-txt .def-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
  .banner .slider-area .slick-dots {
    bottom: 10px;
  }
  .banner .slider-area .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .banner .sidebar-area {
    padding-top: 50px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header {
    height: 40px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header h4 {
    line-height: 40px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
    gap: 10px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
    width: 60px;
    height: 54px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
    width: calc(100% - 70px);
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
    font-size: 14px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
    font-size: 12px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
    bottom: calc(100% + 27px);
    line-height: 25px;
  }

  

  .flash-deal .countdown-wrap {
    gap: 10px;
  }
  .flash-deal .countdown-wrap h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -2px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body {
    gap: 10px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
    gap: 5px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 12px;
  }

  .single-product-card {
    padding-bottom: 15px;
  }
  
  .single-product-card .part-img {
    min-height: 130px;
  }
  .single-product-card .part-img .off-tag {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .single-product-card .part-txt {
    padding-top: 15px;
  }
  .single-product-card .part-txt .product-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 9px;
  }
  .single-product-card .part-txt .price {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .single-product-card .part-txt .price span {
    font-size: 12px;
  }
  .single-product-card .part-txt .star {
    font-size: 14px;
    gap: 5px;
  }
  .single-product-card .cart-option ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }

  



  .popular-categories-2 .custom-row {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popular-categories-2 .custom-row .custom-col {
    width: calc(33.3333333333% - 6.7px);
  }
  .popular-categories-2 .custom-row .custom-col .category-card a {
    padding: 10px;
    gap: 10px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
    width: 45px;
    height: 45px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
    height: 40px;
    font-size: 35px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
    font-size: 14px;
    font-weight: 400;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
    font-size: 12px;
  }

  

  



  .top-rated {
    margin-bottom: 26px;
  }

  .top-brand .rg-30 {
    gap: 10px;
  }
  .top-brand .rg-30 > * {
    width: calc(16.6666666667% - 8.4px);
  }
  .top-brand .logo-box {
    height: 50px;
    padding: 0 15px;
  }

 



  .features .panel {
    margin: 0 -20px;
  }
  .features .custom-row {
    padding: 0 10px;
    gap: 15px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features .custom-row .custom-col {
    min-width: calc(25% - 11.2px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
  }
  .features .custom-row .custom-col .single-feature {
    height: 35px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  .features .custom-row .custom-col .single-feature .part-icon {
    height: 30px;
  }
  .features .custom-row .custom-col .single-feature .part-icon span {
    height: 100%;
    line-height: 40px;
    font-size: 30px;
  }
  .features .custom-row .custom-col .single-feature .part-txt h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .features .custom-row .custom-col .single-feature .part-txt p {
    font-size: 12px;
  }

  .footer .main-footer {
    padding: 60px 0;
  }
  .footer .main-footer .custom-row {
    gap: 30px 20px;
  }
  .footer .main-footer .custom-row .custom-col, .footer .main-footer .custom-row .custom-col-2 {
    width: calc(50% - 10px);
  }
  .footer .main-footer .footer-about .footer-logo {
    width: 100px;
    margin-bottom: 20px;
  }
  .footer .main-footer .footer-about p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .footer .main-footer .footer-about ul li {
    margin-bottom: 7px;
  }
  .footer .main-footer .footer-about ul li:last-child {
    margin-bottom: -7px;
  }
  .footer .main-footer .footer-about ul li .icon {
    height: 25px;
  }
  .footer .main-footer .footer-about ul li .icon span {
    font-size: 25px;
    line-height: 25px;
  }
  .footer .main-footer .footer-about ul li .txt > * {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .main-footer .footer-title {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 25px;
  }
  .footer .main-footer .link-wrap {
    gap: 10px;
  }
  .footer .main-footer .link-wrap .footer-link {
    width: calc(50% - 5px);
  }
  .footer .main-footer .link-wrap .footer-link ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .main-footer .link-wrap .footer-link ul li:last-child {
    margin-bottom: -10px;
  }
  .footer .main-footer .footer-gallery ul li {
    width: calc(25% - 7.5px);
  }
  .footer .main-footer .footer-subscribe p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .footer .main-footer .footer-subscribe form {
    margin-bottom: 20px;
  }
  .footer .copyright p {
    font-size: 14px;
  }

  .product-view-area .part-img.mr-30 {
    margin-right: 20px;
  }

  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .banner.banner-inner::after {
    background-position-x: right;
  }
  .banner.banner-inner .breadcrumb-txt {
    padding: 40px 0;
  }
  .banner.banner-inner .breadcrumb-txt h1 {
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: 16px;
  }
  .banner.banner-inner .breadcrumb-txt ul {
    gap: 10px;
  }
  .banner.banner-inner .breadcrumb-txt ul li {
    font-size: 16px;
  }
  .banner.banner-inner .part-img {
    height: auto;
    margin-right: -12px;
  }
  .banner.banner-inner .part-img img {
    max-width: 100%;
  }

  .about-page-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 22px;
  }

  

  
  .faq .accordion {
    margin-bottom: -20px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .faq .accordion .accordion-item .accordion-button {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 15px;
    font-size: 14px;
  }
  .faq .accordion .accordion-item .accordion-button .txt {
    width: calc(100% - 30px);
  }
  .faq .accordion .accordion-item .accordion-button .icon {
    width: 25px;
    height: 25px;
    line-height: 27px;
  }
  .faq .accordion .accordion-item .accordion-body {
    padding: 0 15px 15px 15px;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }

  .contact .title {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 22px;
  }
  .contact .contact-info {
    margin-bottom: 30px;
  }
  .contact .contact-info ul li {
    gap: 15px;
    margin-bottom: 25px;
  }
  .contact .contact-info ul li .part-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .contact .contact-info ul li .part-txt {
    width: calc(100% - 50px);
  }
  .contact .contact-info ul li .part-txt a, .contact .contact-info ul li .part-txt span {
    font-size: 14px;
    line-height: 24px;
  }
  .contact .contact-form input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .contact .contact-form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .contact .contact-form .def-btn {
    height: 40px;
  }
  .contact .contact-form .def-btn.btn-border {
    line-height: 38px;
  }
  .contact .map iframe {
    height: 250px;
  }

  .product-view-area {
    padding-bottom: 20px;
  }
  .product-view-area .part-img .img-box {
    margin-bottom: 20px;
  }
  .product-view-area .part-img .img-box .quick-view {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
  }
  .product-view-area .part-img .btn-box {
    gap: 10px;
  }
  .product-view-area .part-img .btn-box .small-thumb {
    width: calc(25% - 7.5px);
  }
  .product-view-area .part-txt .main-product-title {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .product-view-area .part-txt .review {
    gap: 10px;
  }
  .product-view-area .part-txt .review .star {
    font-size: 14px;
    gap: 5px;
  }
  .product-view-area .part-txt .review .rating-amount {
    font-size: 14px;
  }
  .product-view-area .part-txt .price {
    margin-bottom: 19px;
  }
  .product-view-area .part-txt .short-details {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .product-view-area .part-txt .dscr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .product-view-area .part-txt form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 8px;
  }
  .product-view-area .part-txt form .select {
    padding: 0 10px;
    font-size: 13px;
  }
  .product-view-area .part-txt form .select.color-select {
    padding-left: 30px;
  }
  .product-view-area .part-txt form .select.color-select .selected-circle {
    left: 10px;
  }
  .product-view-area .part-txt .btn-box {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .product-view-area .part-txt .btn-box button {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product-view-area .part-txt .btn-box button span {
    margin-right: 5px;
  }
  .product-view-area .part-txt .product-share {
    font-size: 14px;
    gap: 20px;
    margin-bottom: 0;
  }
  .product-view-area .part-txt .product-share .social {
    gap: 15px;
  }

  .shop-details .details-area .nav {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .nav-link {
    font-size: 14px;
    padding: 3px 15px 2px;
  }
  .shop-details .details-area .nav-link::after {
    top: calc(100% + 5px);
  }
  .shop-details .details-area .tab-pane {
    overflow: hidden;
  }
  .shop-details .details-area .tab-pane .product-dscr {
    margin-bottom: -14px;
  }
  .shop-details .details-area .tab-pane .product-dscr p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .shop-details .details-area .tab-pane .product-dscr p:first-child {
    margin-top: -7px;
  }
  .shop-details .details-area .tab-pane .product-dscr p:last-child {
    margin-bottom: 7px;
  }
  .shop-details .details-area .tab-pane .product-dscr .part-img {
    padding-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-information ul {
    margin-top: -12px;
    margin-bottom: -13px;
  }
  .shop-details .details-area .tab-pane .product-information ul li {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .shop-details .details-area .tab-pane .product-information ul li:nth-last-child(n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .shop-details .details-area .tab-pane .product-review .review-overview {
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
    font-size: 30px;
    margin-top: -3px;
    margin-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .left p {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
    gap: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
    gap: 3px;
    font-size: 12px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
    width: 150px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
    font-size: 12px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title h3 {
    font-size: 16px;
    line-height: 35px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
    width: 110px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
    width: 45px;
    height: 45px;
    margin-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
    width: calc(100% - 125px);
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
    margin-bottom: 8px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
    gap: 5px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
    width: 45px;
    height: 45px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
    max-width: 550px;
    height: auto;
    margin-top: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
    max-width: 100%;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
    font-size: 14px;
    gap: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
    font-size: 12px;
  }

  .product-quick-view-panel-2 {
    padding-bottom: 50px;
  }
  .product-quick-view-panel-2 .notification {
    padding: 15px 0;
  }
  .product-quick-view-panel-2 .notification p {
    padding: 10px 20px;
    font-size: 16px;
  }
  .product-quick-view-panel-2 .notification p span {
    font-size: 20px;
    margin-right: 15px;
  }

  .quantity .quantity-nav .quantity-button {
    width: 40px;
  }

  

  .revel-table {
    margin-bottom: 30px;
  }
  .revel-table .table-responsive .table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .revel-table .table-responsive th {
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .revel-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .revel-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .revel-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .revel-table .table-responsive .product-img {
    width: 70px;
  }
  .revel-table .table-responsive .product-name {
    font-size: 14px;
  }
  .revel-table .table-responsive .price-txt {
    font-size: 14px;
  }
  .revel-table .table-responsive .quantity {
    width: 150px;
  }
  .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }

  .compare .table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .compare .table th, .compare .table td {
    width: auto;
    height: 40px;
    padding: 10px 15px;
  }
  .compare .table .product-card {
    padding: 10px 0;
  }
  .compare .table .product-card .part-img {
    width: 80px;
    margin-bottom: 20px;
  }
  .compare .table .product-card .part-txt {
    margin-bottom: -2px;
  }
  .compare .table .product-card .part-txt p {
    margin-top: -2px;
  }
  .compare .table .product-card .part-txt p a {
    font-size: 14px;
  }
  .compare .table .def-btn {
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .compare .table .delete-btn {
    font-size: 16px;
  }

  

  
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  body {
    overflow-x: hidden;
    padding-bottom: 50px;
  }

  .def-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }
  .def-btn.btn-border {
    line-height: 28px;
  }

  .def-btn-2 {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 14px;
  }

  .home-2 .def-btn-3 {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }

  .panel {
    padding: 20px 10px;
  }
  .panel.panel-2 {
    padding: 30px 15px;
  }
  .panel .panel-header {
    margin-bottom: 20px;
  }
  .panel .panel-header .title {
    font-size: 14px;
    line-height: 18px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .panel .panel-header .text-end {
    height: 12px;
    line-height: 12px;
  }
  .panel .panel-header .explore-section {
    font-size: 12px;
  }
  .panel .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 10px;
  }
  .panel .nav button {
    font-size: 12px;
    padding: 0 5px;
  }

  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
  }

  .heading h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 8px;
    margin-top: -5px;
    margin-bottom: 25px;
  }

  

  .header.header-2 {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
  .header.header-2 .bottom-header {
    background: #f7f7f7;
  }
  .header.header-2 .bottom-header .search-col {
    background: #f7f7f7;
  }
  .header.header-2 .bottom-header .header-search form button {
    background: transparent;
  }
  .header .top-header {
    padding: 15px 0;
  }
  .header .top-header .top-header-link > * {
    padding: 0 5px;
    font-size: 13px;
    border-left: 1px solid #b3b7c8;
  }
  .header .top-header .top-header-link > *:first-child {
    border-left: 0;
  }
  .header .top-header .top-header-link > * .nice-select {
    font-size: 13px;
    padding-right: 12px;
  }
  .header .top-header .top-header-link > * .nice-select::after {
    font-size: 10px;
  }
  .header .top-header .top-header-link > * .select-lang .flagstrap-icon {
    width: 15px;
    height: 10px;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle {
    font-size: 13px;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle::after {
    font-size: 10px;
  }
  .header .bottom-header {
    padding: 20px 0;
    background: #ffffff;
    position: relative;
    z-index: 11;
  }
  .header .bottom-header .logo {
    width: 100px;
  }
  .header .bottom-header .bottom-header-right .header-cart-options a {
    font-size: 18px;
    line-height: 100%;
    height: 18px;
  }
  .header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
    font-weight: 300;
  }
  .header .bottom-header .header-search .nice-select {
    display: none;
  }
  .header .bottom-header .header-search form {
    border: 1px solid #ddd;
  }
  .header .bottom-header .header-search form .wrap {
    width: 100%;
  }
  .header .bottom-header .header-search form .devider {
    display: none;
  }
  .header .bottom-header .header-search form input {
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
  }
  .header .bottom-header .header-search form button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: transparent;
    border: 0;
    color: #606060;
  }
  .header .bottom-header .header-search form button:hover, .header .bottom-header .header-search form button:focus {
    color: #fe5502;
  }
  .header .menu-bar {
    display: none;
  }

  .banner.banner-2 .banner-slider .slide {
    padding: 50px 0;
  }
  .banner.banner-2 .banner-slider .slide.slick-active .part-txt::before, .banner.banner-2 .banner-slider .slide.slick-active .part-txt::after {
    width: 300px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt {
    padding: 20px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt::before, .banner.banner-2 .banner-slider .slide .part-txt::after {
    left: 20px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt h4 {
    font-weight: 400;
    margin-bottom: 5px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt .price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt .price span {
    font-size: 14px;
  }
  .banner.banner-2 .banner-slider .slick-dots {
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    gap: 5px;
  }
  .banner.banner-2 .banner-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .banner .category-list {
    display: none !important;
  }
  .banner .slider-area .banner-txt {
    padding: 40px 20px;
  }
  .banner .slider-area .banner-txt h6 {
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .banner .slider-area .banner-txt h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 7px;
  }
  .banner .slider-area .banner-txt p {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .banner .slider-area .banner-txt .price {
    margin-bottom: 8px;
  }
  .banner .slider-area .banner-txt .price span {
    font-size: 14px;
  }
  .banner .slider-area .banner-txt .price span:last-child {
    font-size: 16px;
  }
  .banner .slider-area .banner-txt .def-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
  .banner .slider-area .slick-dots {
    bottom: 10px;
  }
  .banner .slider-area .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .banner .sidebar-area {
    padding-top: 50px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header {
    height: 40px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header h4 {
    line-height: 40px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
    gap: 10px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
    width: 60px;
    height: 54px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
    width: calc(100% - 70px);
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
    font-size: 14px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
    font-size: 12px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
    bottom: calc(100% + 27px);
    line-height: 25px;
  }

 

  .flash-deal .countdown-col {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flash-deal .countdown-wrap {
    padding-top: 15px;
    gap: 10px;
  }
  .flash-deal .countdown-wrap h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -2px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body {
    gap: 10px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
    gap: 5px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 12px;
  }

  .single-product-card {
    padding-bottom: 15px;
  }
  
  .single-product-card .part-img {
    min-height: 130px;
  }
  .single-product-card .part-img .off-tag {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .single-product-card .part-txt {
    padding-top: 15px;
  }
  .single-product-card .part-txt .product-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 9px;
  }
  .single-product-card .part-txt .price {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .single-product-card .part-txt .price span {
    font-size: 12px;
  }
  .single-product-card .part-txt .star {
    font-size: 14px;
    gap: 5px;
  }
  .single-product-card .cart-option ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }

 


  .popular-categories-2 .custom-row {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popular-categories-2 .custom-row .custom-col {
    width: calc(50% - 5px);
  }
  .popular-categories-2 .custom-row .custom-col .category-card a {
    padding: 10px;
    gap: 10px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
    width: 45px;
    height: 45px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
    height: 40px;
    font-size: 35px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
    font-size: 14px;
    font-weight: 400;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
    font-size: 12px;
  }

  

  


  

  .top-brand .rg-30 {
    gap: 10px;
  }
  .top-brand .rg-30 > * {
    width: calc(33.3333333333% - 6.7px);
  }
  .top-brand .logo-box {
    height: 50px;
    padding: 0 15px;
  }



 

  .features .custom-row {
    padding: 0 10px;
    gap: 15px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features .custom-row .custom-col {
    min-width: calc(50% - 5px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
  }
  .features .custom-row .custom-col .single-feature {
    height: 35px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  .features .custom-row .custom-col .single-feature .part-icon {
    height: 30px;
  }
  .features .custom-row .custom-col .single-feature .part-icon span {
    height: 100%;
    line-height: 40px;
    font-size: 30px;
  }
  .features .custom-row .custom-col .single-feature .part-txt h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .features .custom-row .custom-col .single-feature .part-txt p {
    font-size: 12px;
  }

  .footer .main-footer {
    padding: 60px 0;
  }
  .footer .main-footer .custom-row {
    gap: 30px 15px;
  }
  .footer .main-footer .custom-row .custom-col-2 {
    width: 100%;
  }
  .footer .main-footer .custom-row .custom-col {
    width: calc(50% - 7.5px);
  }
  .footer .main-footer .footer-about .footer-logo {
    width: 100px;
    margin-bottom: 20px;
  }
  .footer .main-footer .footer-about p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .footer .main-footer .footer-about ul li {
    margin-bottom: 7px;
  }
  .footer .main-footer .footer-about ul li:last-child {
    margin-bottom: -7px;
  }
  .footer .main-footer .footer-about ul li .icon {
    height: 25px;
  }
  .footer .main-footer .footer-about ul li .icon span {
    font-size: 25px;
    line-height: 25px;
  }
  .footer .main-footer .footer-about ul li .txt > * {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .main-footer .footer-title {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 25px;
  }
  .footer .main-footer .link-wrap {
    gap: 10px;
  }
  .footer .main-footer .link-wrap .footer-link {
    width: calc(50% - 5px);
  }
  .footer .main-footer .link-wrap .footer-link ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .main-footer .link-wrap .footer-link ul li:last-child {
    margin-bottom: -10px;
  }
  .footer .main-footer .footer-gallery ul li {
    width: calc(33.3333333333% - 6.7px);
  }
  .footer .main-footer .footer-subscribe p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .footer .main-footer .footer-subscribe form {
    margin-bottom: 20px;
  }
  .footer .main-footer .footer-subscribe .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .copyright p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .banner.banner-inner::after {
    background-position-x: right;
  }
  .banner.banner-inner .breadcrumb-txt {
    padding: 40px 0;
  }
  .banner.banner-inner .breadcrumb-txt h1 {
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: 16px;
  }
  .banner.banner-inner .breadcrumb-txt ul {
    gap: 10px;
  }
  .banner.banner-inner .breadcrumb-txt ul li {
    font-size: 16px;
  }
  .banner.banner-inner .part-img {
    height: auto;
    margin-right: -12px;
  }
  .banner.banner-inner .part-img img {
    max-width: 100%;
  }

  .about-page-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 22px;
  }

  


  

  

  .faq .accordion {
    margin-bottom: -20px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .faq .accordion .accordion-item .accordion-button {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 15px;
    font-size: 14px;
  }
  .faq .accordion .accordion-item .accordion-button .txt {
    width: calc(100% - 30px);
  }
  .faq .accordion .accordion-item .accordion-button .icon {
    width: 25px;
    height: 25px;
    line-height: 27px;
  }
  .faq .accordion .accordion-item .accordion-body {
    padding: 0 15px 15px 15px;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }

  .contact .title {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 22px;
  }
  .contact .contact-info {
    margin-bottom: 30px;
  }
  .contact .contact-info ul li {
    gap: 15px;
    margin-bottom: 25px;
  }
  .contact .contact-info ul li .part-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .contact .contact-info ul li .part-txt {
    width: calc(100% - 50px);
  }
  .contact .contact-info ul li .part-txt a, .contact .contact-info ul li .part-txt span {
    font-size: 14px;
    line-height: 24px;
  }
  .contact .contact-form input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .contact .contact-form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .contact .contact-form .def-btn {
    height: 40px;
  }
  .contact .contact-form .def-btn.btn-border {
    line-height: 38px;
  }
  .contact .map iframe {
    height: 250px;
  }

  .product-view-area {
    padding-bottom: 60px;
  }
  .product-view-area .part-img {
    margin-bottom: 30px;
  }
  .product-view-area .part-img .img-box {
    margin-bottom: 20px;
  }
  .product-view-area .part-img .img-box .quick-view {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
  }
  .product-view-area .part-img .btn-box {
    gap: 10px;
  }
  .product-view-area .part-img .btn-box .small-thumb {
    width: calc(25% - 7.5px);
  }
  .product-view-area .part-txt .main-product-title {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .product-view-area .part-txt .review {
    gap: 10px;
  }
  .product-view-area .part-txt .review .star {
    font-size: 14px;
    gap: 5px;
  }
  .product-view-area .part-txt .review .rating-amount {
    font-size: 14px;
  }
  .product-view-area .part-txt .price {
    margin-bottom: 19px;
  }
  .product-view-area .part-txt .short-details {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .product-view-area .part-txt .dscr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .product-view-area .part-txt form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 8px;
  }
  .product-view-area .part-txt form .select {
    padding: 0 10px;
    font-size: 13px;
  }
  .product-view-area .part-txt form .select.color-select {
    padding-left: 30px;
  }
  .product-view-area .part-txt form .select.color-select .selected-circle {
    left: 10px;
  }
  .product-view-area .part-txt .btn-box {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .product-view-area .part-txt .btn-box button {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product-view-area .part-txt .btn-box button span {
    margin-right: 5px;
  }
  .product-view-area .part-txt .product-share {
    font-size: 14px;
    gap: 20px;
    margin-bottom: 0;
  }
  .product-view-area .part-txt .product-share .social {
    gap: 15px;
  }

  .shop-details .details-area .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .nav-link {
    font-size: 14px;
    padding: 3px 15px 2px;
  }
  .shop-details .details-area .nav-link::after {
    top: calc(100% + 5px);
  }
  .shop-details .details-area .tab-pane {
    overflow: hidden;
  }
  .shop-details .details-area .tab-pane .product-dscr {
    margin-bottom: -14px;
  }
  .shop-details .details-area .tab-pane .product-dscr p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .shop-details .details-area .tab-pane .product-dscr p:first-child {
    margin-top: -7px;
  }
  .shop-details .details-area .tab-pane .product-dscr p:last-child {
    margin-bottom: 7px;
  }
  .shop-details .details-area .tab-pane .product-dscr .part-img {
    padding-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-information ul {
    margin-top: -12px;
    margin-bottom: -13px;
  }
  .shop-details .details-area .tab-pane .product-information ul li {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .shop-details .details-area .tab-pane .product-information ul li:nth-last-child(n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .shop-details .details-area .tab-pane .product-review .review-overview {
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
    font-size: 30px;
    margin-top: -3px;
    margin-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .left p {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
    gap: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
    gap: 3px;
    font-size: 12px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
    width: 150px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
    font-size: 12px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title h3 {
    font-size: 16px;
    line-height: 35px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
    width: 110px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
    width: 45px;
    height: 45px;
    margin-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
    width: calc(100% - 125px);
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
    margin-bottom: 8px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
    gap: 5px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
    width: 45px;
    height: 45px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
    max-width: 100%;
    height: auto;
    padding-top: 20px;
    margin-top: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
    max-width: 100%;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close {
    top: 3px;
    right: 3px;
    font-size: 16px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
    font-size: 14px;
    gap: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
    font-size: 12px;
  }

  .product-quick-view-panel-2 {
    padding-bottom: 50px;
  }
  .product-quick-view-panel-2 .notification {
    padding: 15px 0;
  }
  .product-quick-view-panel-2 .notification p {
    padding: 10px 20px;
    font-size: 16px;
  }
  .product-quick-view-panel-2 .notification p span {
    font-size: 20px;
    margin-right: 15px;
  }

  .quantity .quantity-nav .quantity-button {
    width: 40px;
  }

  

  .revel-table {
    margin-bottom: 30px;
  }
  .revel-table .table-responsive .table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .revel-table .table-responsive th {
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .revel-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .revel-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .revel-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .revel-table .table-responsive .product-img {
    width: 70px;
  }
  .revel-table .table-responsive .product-name {
    font-size: 14px;
  }
  .revel-table .table-responsive .price-txt {
    font-size: 14px;
  }
  .revel-table .table-responsive .quantity {
    width: 150px;
  }
  .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }

  .compare .table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .compare .table th, .compare .table td {
    width: auto;
    height: 40px;
    padding: 10px 15px;
  }
  .compare .table .product-card {
    padding: 10px 0;
  }
  .compare .table .product-card .part-img {
    width: 80px;
    margin-bottom: 20px;
  }
  .compare .table .product-card .part-txt {
    margin-bottom: -2px;
  }
  .compare .table .product-card .part-txt p {
    margin-top: -2px;
  }
  .compare .table .product-card .part-txt p a {
    font-size: 14px;
  }
  .compare .table .def-btn {
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .compare .table .delete-btn {
    font-size: 16px;
  }

  

  
}
@media screen and (max-width: 575px) and (min-width: 480px) {
  body {
    overflow-x: hidden;
    padding-bottom: 50px;
  }

  .def-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }
  .def-btn.btn-border {
    line-height: 28px;
  }

  .def-btn-2 {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 14px;
  }

  .home-2 .def-btn-3 {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }

  .panel {
    padding: 20px 10px;
  }
  .panel.panel-2 {
    padding: 30px 15px;
  }
  .panel .panel-header {
    margin-bottom: 20px;
  }
  .panel .panel-header .title {
    font-size: 14px;
    line-height: 18px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .panel .panel-header .text-end {
    height: 12px;
    line-height: 12px;
  }
  .panel .panel-header .explore-section {
    font-size: 12px;
  }
  .panel .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 10px;
  }
  .panel .nav button {
    font-size: 12px;
    padding: 0 5px;
  }

  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
  }

  .heading h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 8px;
    margin-top: -5px;
    margin-bottom: 25px;
  }

  

  .header.header-2 {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
  .header.header-2 .bottom-header {
    background: #f7f7f7;
  }
  .header.header-2 .bottom-header .search-col {
    background: #f7f7f7;
  }
  .header.header-2 .bottom-header .header-search form button {
    background: transparent;
  }
  .header .top-header {
    padding: 15px 0;
  }
  .header .top-header .top-header-link > * {
    padding: 0 5px;
    font-size: 13px;
    border-left: 1px solid #b3b7c8;
  }
  .header .top-header .top-header-link > *:first-child {
    border-left: 0;
  }
  .header .top-header .top-header-link > * .nice-select {
    font-size: 13px;
    padding-right: 12px;
  }
  .header .top-header .top-header-link > * .nice-select::after {
    font-size: 10px;
  }
  .header .top-header .top-header-link > * .select-lang .flagstrap-icon {
    width: 15px;
    height: 10px;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle {
    font-size: 13px;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle::after {
    font-size: 10px;
  }
  .header .bottom-header {
    padding: 20px 0;
    background: #ffffff;
    position: relative;
    z-index: 11;
  }
  .header .bottom-header .logo {
    width: 100px;
  }
  .header .bottom-header .search-col {
    position: absolute;
    background: #ffffff;
    padding-bottom: 10px;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header .bottom-header .bottom-header-right .header-cart-options a {
    font-size: 18px;
    line-height: 100%;
    height: 18px;
  }
  .header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
    font-weight: 300;
  }
  .header .bottom-header .header-search .nice-select {
    display: none;
  }
  .header .bottom-header .header-search form {
    border: 1px solid #ddd;
  }
  .header .bottom-header .header-search form .wrap {
    width: 100%;
  }
  .header .bottom-header .header-search form .devider {
    display: none;
  }
  .header .bottom-header .header-search form input {
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
  }
  .header .bottom-header .header-search form button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: transparent;
    border: 0;
    color: #606060;
  }
  .header .bottom-header .header-search form button:hover, .header .bottom-header .header-search form button:focus {
    color: #fe5502;
  }
  .header .menu-bar {
    display: none;
  }

  .banner.banner-2 .banner-slider .slide {
    padding: 50px 0;
  }
  .banner.banner-2 .banner-slider .slide .part-txt {
    padding: 0 20px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt::before, .banner.banner-2 .banner-slider .slide .part-txt::after {
    display: none;
  }
  .banner.banner-2 .banner-slider .slide .part-txt h4 {
    font-weight: 400;
    margin-bottom: 5px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt .price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt .price span {
    font-size: 14px;
  }
  .banner.banner-2 .banner-slider .slick-dots {
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    gap: 5px;
  }
  .banner.banner-2 .banner-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .banner .category-list {
    display: none !important;
  }
  .banner .slider-area .banner-txt {
    padding: 40px 20px;
  }
  .banner .slider-area .banner-txt h6 {
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .banner .slider-area .banner-txt h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 7px;
  }
  .banner .slider-area .banner-txt p {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .banner .slider-area .banner-txt .price {
    margin-bottom: 8px;
  }
  .banner .slider-area .banner-txt .price span {
    font-size: 14px;
  }
  .banner .slider-area .banner-txt .price span:last-child {
    font-size: 16px;
  }
  .banner .slider-area .banner-txt .def-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
  .banner .slider-area .slick-dots {
    bottom: 10px;
  }
  .banner .slider-area .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .banner .sidebar-area {
    padding-top: 50px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header {
    height: 40px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header h4 {
    line-height: 40px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
    gap: 10px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
    width: 60px;
    height: 54px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
    width: calc(100% - 70px);
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
    font-size: 14px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
    font-size: 12px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
    bottom: calc(100% + 27px);
    line-height: 25px;
  }

 

  .flash-deal .countdown-col {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flash-deal .countdown-wrap {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .flash-deal .countdown-wrap h3 {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body {
    gap: 10px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
    gap: 5px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 12px;
  }

  .single-product-card {
    padding-bottom: 15px;
  }
  
  .single-product-card .part-img {
    min-height: 130px;
  }
  .single-product-card .part-img .off-tag {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .single-product-card .part-txt {
    padding-top: 15px;
  }
  .single-product-card .part-txt .product-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 9px;
  }
  .single-product-card .part-txt .price {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .single-product-card .part-txt .price span {
    font-size: 12px;
  }
  .single-product-card .part-txt .star {
    font-size: 14px;
    gap: 5px;
  }
  .single-product-card .cart-option ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }

  



  .popular-categories-2 .custom-row {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popular-categories-2 .custom-row .custom-col {
    width: calc(50% - 5px);
  }
  .popular-categories-2 .custom-row .custom-col .category-card a {
    padding: 10px;
    gap: 10px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
    width: 45px;
    height: 45px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
    height: 40px;
    font-size: 35px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
    font-size: 14px;
    font-weight: 400;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
    font-size: 12px;
  }



 




  .top-rated {
    margin-bottom: 26px;
  }

  .top-brand .rg-30 {
    gap: 10px;
  }
  .top-brand .rg-30 > * {
    width: calc(33.3333333333% - 6.7px);
  }
  .top-brand .logo-box {
    height: 50px;
    padding: 0 15px;
  }



 

  .features .custom-row {
    padding: 0 10px;
    gap: 15px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features .custom-row .custom-col {
    min-width: calc(50% - 5px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
  }
  .features .custom-row .custom-col .single-feature {
    height: 35px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  .features .custom-row .custom-col .single-feature .part-icon {
    height: 30px;
  }
  .features .custom-row .custom-col .single-feature .part-icon span {
    height: 100%;
    line-height: 40px;
    font-size: 30px;
  }
  .features .custom-row .custom-col .single-feature .part-txt h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .features .custom-row .custom-col .single-feature .part-txt p {
    font-size: 12px;
  }

  .footer .main-footer {
    padding: 60px 0;
  }
  .footer .main-footer .custom-row {
    gap: 30px;
  }
  .footer .main-footer .custom-row .custom-col, .footer .main-footer .custom-row .custom-col-2 {
    width: 100%;
  }
  .footer .main-footer .footer-about .footer-logo {
    width: 100px;
    margin-bottom: 20px;
  }
  .footer .main-footer .footer-about p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .footer .main-footer .footer-about ul li {
    margin-bottom: 7px;
  }
  .footer .main-footer .footer-about ul li:last-child {
    margin-bottom: -7px;
  }
  .footer .main-footer .footer-about ul li .icon {
    height: 25px;
  }
  .footer .main-footer .footer-about ul li .icon span {
    font-size: 25px;
    line-height: 25px;
  }
  .footer .main-footer .footer-about ul li .txt > * {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .main-footer .footer-title {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 25px;
  }
  .footer .main-footer .link-wrap {
    gap: 10px;
  }
  .footer .main-footer .link-wrap .footer-link {
    width: calc(50% - 5px);
  }
  .footer .main-footer .link-wrap .footer-link ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .main-footer .link-wrap .footer-link ul li:last-child {
    margin-bottom: -10px;
  }
  .footer .main-footer .footer-subscribe p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .footer .main-footer .footer-subscribe form {
    margin-bottom: 20px;
  }
  .footer .main-footer .footer-subscribe .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .copyright p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .banner.banner-inner::after {
    background-position-x: right;
  }
  .banner.banner-inner .breadcrumb-txt {
    padding: 40px 0;
  }
  .banner.banner-inner .breadcrumb-txt h1 {
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: 16px;
  }
  .banner.banner-inner .breadcrumb-txt ul {
    gap: 10px;
  }
  .banner.banner-inner .breadcrumb-txt ul li {
    font-size: 16px;
  }
  .banner.banner-inner .part-img {
    height: auto;
    margin-right: -12px;
  }
  .banner.banner-inner .part-img img {
    max-width: 100%;
  }

  .about-page-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 22px;
  }



  

  

  .faq .accordion {
    margin-bottom: -20px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .faq .accordion .accordion-item .accordion-button {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 15px;
    font-size: 14px;
  }
  .faq .accordion .accordion-item .accordion-button .txt {
    width: calc(100% - 30px);
  }
  .faq .accordion .accordion-item .accordion-button .icon {
    width: 25px;
    height: 25px;
    line-height: 27px;
  }
  .faq .accordion .accordion-item .accordion-body {
    padding: 0 15px 15px 15px;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }

  .contact .title {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 22px;
  }
  .contact .contact-info {
    margin-bottom: 30px;
  }
  .contact .contact-info ul li {
    gap: 15px;
    margin-bottom: 25px;
  }
  .contact .contact-info ul li .part-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .contact .contact-info ul li .part-txt {
    width: calc(100% - 50px);
  }
  .contact .contact-info ul li .part-txt a, .contact .contact-info ul li .part-txt span {
    font-size: 14px;
    line-height: 24px;
  }
  .contact .contact-form input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .contact .contact-form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .contact .contact-form .def-btn {
    height: 40px;
  }
  .contact .contact-form .def-btn.btn-border {
    line-height: 38px;
  }
  .contact .map iframe {
    height: 250px;
  }

  .product-view-area {
    padding-bottom: 60px;
  }
  .product-view-area .part-img {
    margin-bottom: 30px;
  }
  .product-view-area .part-img .img-box {
    margin-bottom: 20px;
  }
  .product-view-area .part-img .img-box .quick-view {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
  }
  .product-view-area .part-img .btn-box {
    gap: 10px;
  }
  .product-view-area .part-img .btn-box .small-thumb {
    width: calc(25% - 7.5px);
  }
  .product-view-area .part-txt .main-product-title {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .product-view-area .part-txt .review {
    gap: 10px;
  }
  .product-view-area .part-txt .review .star {
    font-size: 14px;
    gap: 5px;
  }
  .product-view-area .part-txt .review .rating-amount {
    font-size: 14px;
  }
  .product-view-area .part-txt .price {
    margin-bottom: 19px;
  }
  .product-view-area .part-txt .short-details {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .product-view-area .part-txt .dscr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .product-view-area .part-txt form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 8px;
  }
  .product-view-area .part-txt form .select {
    padding: 0 10px;
    font-size: 13px;
  }
  .product-view-area .part-txt form .select.color-select {
    padding-left: 30px;
  }
  .product-view-area .part-txt form .select.color-select .selected-circle {
    left: 10px;
  }
  .product-view-area .part-txt .btn-box {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .product-view-area .part-txt .btn-box button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product-view-area .part-txt .btn-box button span {
    margin-right: 5px;
  }
  .product-view-area .part-txt .product-share {
    font-size: 14px;
    gap: 20px;
    margin-bottom: 0;
  }
  .product-view-area .part-txt .product-share .social {
    gap: 15px;
  }

  .shop-details .details-area .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .nav-link {
    font-size: 14px;
    padding: 3px 15px 2px;
  }
  .shop-details .details-area .nav-link::after {
    top: calc(100% + 5px);
  }
  .shop-details .details-area .tab-pane {
    overflow: hidden;
  }
  .shop-details .details-area .tab-pane .product-dscr {
    margin-bottom: -14px;
  }
  .shop-details .details-area .tab-pane .product-dscr p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .shop-details .details-area .tab-pane .product-dscr p:first-child {
    margin-top: -7px;
  }
  .shop-details .details-area .tab-pane .product-dscr p:last-child {
    margin-bottom: 7px;
  }
  .shop-details .details-area .tab-pane .product-dscr .part-img {
    padding-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-information ul {
    margin-top: -12px;
    margin-bottom: -13px;
  }
  .shop-details .details-area .tab-pane .product-information ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .shop-details .details-area .tab-pane .product-information ul li:nth-last-child(n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .shop-details .details-area .tab-pane .product-review .review-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
    font-size: 30px;
    margin-top: -3px;
    margin-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .left p {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
    gap: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
    gap: 3px;
    font-size: 12px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
    width: 150px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
    font-size: 12px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title h3 {
    font-size: 16px;
    line-height: 35px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
    width: 100%;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
    width: 45px;
    height: 45px;
    margin-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
    width: 100%;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
    margin-bottom: 8px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
    gap: 5px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
    width: 45px;
    height: 45px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
    max-width: 100%;
    height: auto;
    padding-top: 20px;
    margin-top: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
    max-width: 100%;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close {
    top: 3px;
    right: 3px;
    font-size: 16px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
    font-size: 14px;
    gap: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
    font-size: 12px;
  }

  .product-quick-view-panel-2 {
    padding-bottom: 50px;
  }
  .product-quick-view-panel-2 .notification {
    padding: 15px 0;
  }
  .product-quick-view-panel-2 .notification p {
    padding: 10px 20px;
    font-size: 16px;
  }
  .product-quick-view-panel-2 .notification p span {
    font-size: 20px;
    margin-right: 15px;
  }

  

  .revel-table {
    margin-bottom: 30px;
  }
  .revel-table .table-responsive .table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .revel-table .table-responsive th {
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .revel-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .revel-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .revel-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .revel-table .table-responsive .product-img {
    width: 70px;
  }
  .revel-table .table-responsive .product-name {
    font-size: 14px;
  }
  .revel-table .table-responsive .price-txt {
    font-size: 14px;
  }
  .revel-table .table-responsive .quantity {
    width: 150px;
  }
  .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }

  .compare .table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .compare .table th, .compare .table td {
    width: auto;
    height: 40px;
    padding: 10px 15px;
  }
  .compare .table .product-card {
    padding: 10px 0;
  }
  .compare .table .product-card .part-img {
    width: 80px;
    margin-bottom: 20px;
  }
  .compare .table .product-card .part-txt {
    margin-bottom: -2px;
  }
  .compare .table .product-card .part-txt p {
    margin-top: -2px;
  }
  .compare .table .product-card .part-txt p a {
    font-size: 14px;
  }
  .compare .table .def-btn {
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .compare .table .delete-btn {
    font-size: 16px;
  }

  

  
}
.section-heading h2 {
    position: relative;
    font-size: 30px;
    font-weight: 900;
 
  
    text-transform: uppercase;
}
.section-heading h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 25%;
    height: 3px;
    background-color: #a19cde;
}

@media screen and (max-width: 479px) and (min-width: 320px) {
  body {
    overflow-x: hidden;
    padding-bottom: 50px;
  }
  .container{
    padding-right: var(--bs-gutter-x,.75rem) !important;
    padding-left: var(--bs-gutter-x,.30rem) !important;
  }

  .flash-deal.flash-deal-2 .panel.panel-3 .col-md-4.col-6 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .footer-extra{
    display: none;
  }
  .featured-product.py-25 .panel.panel-3 .col-md-4.col-6 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .shop-wrap .product-col.col-xxl-3.col-xl-4.col-lg-6.col-md-4.col-6 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .single-product-card.product-card-list .cart-option.cart-option-bottom {
    display: none;
  }

  .part-img a {
    display: block;
  }
  .part-img a img {
    width: 100%;
    min-height: 250px;
  }
  .banner{
      padding-bottom: 0;
  }
  .container-97  {
    width: 100%;
    padding: 0;
}

  .def-btn,
.def-btn-2 {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }
  .def-btn.btn-border,
.def-btn-2.btn-border {
    line-height: 28px;
  }

  .home-2 .def-btn-3 {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }

  .panel {
    padding: 15px 15px;
  }
  .panel.panel-2 {
    padding: 30px 15px;
  }
  .panel .panel-header {
    margin-bottom: 10px;
  }
  .panel .panel-header .title {
    font-size: 14px;
    line-height: 18px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .panel .panel-header .text-end {
    height: 12px;
    line-height: 12px;
  }
  .panel .panel-header .explore-section {
    font-size: 12px;
  }
  .panel .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 10px;
  }
  .panel .nav button {
    font-size: 12px;
    padding: 0 5px;
  }

  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 100%;
  }
  .product-custom-row .custom-col .part-img a {
    display: block;
  }
  .product-custom-row .custom-col .part-img a img {
    width: 100%;
  }

  .heading h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 8px;
    margin-top: -5px;
    margin-bottom: 25px;
  }

  

  .header.header-2 {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
  .header.header-2 .bottom-header {
    background: #f7f7f7;
  }
  .header.header-2 .bottom-header .search-col {
    background: #f7f7f7;
  }
  .header.header-2 .bottom-header .header-search form button {
    background: transparent;
  }
  .header .top-header {
    padding: 10px 0px 0px 0px;
  }
  .top-header{
    display: block !important;
  }
  .header .top-header .top-header-link > * {
    padding: 0 5px;
    font-size: 13px;
    border-left: 1px solid #b3b7c8;
  }
  .header .top-header .top-header-link > *:first-child {
    border-left: 0;
  }
  .header .top-header .top-header-link > * .nice-select {
    font-size: 13px;
    padding-right: 12px;
  }
  .header .top-header .top-header-link > * .nice-select::after {
    font-size: 10px;
  }
  .header .top-header .top-header-link > * .select-lang .flagstrap-icon {
    width: 15px;
    height: 10px;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle {
    font-size: 13px;
  }
  .header .top-header .top-header-link > * .select-lang .dropdown-toggle::after {
    font-size: 10px;
  }
  .header .bottom-header {
    padding: 5px 0px 0px 0px;
    background: #ffffff;
    position: relative;
    z-index: 11;
  }
  .header .bottom-header .logo {
    width: 80px;
  }
  .header .bottom-header .search-col {

    display:none;
    position: absolute;
    z-index: 9999;
    display: none;
  }
  
  .header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
    font-weight: 300;
  }
  .header .bottom-header .header-search .nice-select {
    display: none;
  }
  .header .bottom-header .header-search form {
    border: 1px solid #ddd;
  }
  .header .bottom-header .header-search form .wrap {
    width: 100%;
  }
  .header .bottom-header .header-search form .devider {
    display: none;
  }
  .header .bottom-header .header-search form input {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
  .header .bottom-header .header-search form button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: transparent;
    border: 0;
    color: #606060;
  }
  .header .bottom-header .header-search form button:hover, .header .bottom-header .header-search form button:focus {
    color: #fe5502;
  }
  .header .menu-bar {
    display: none;
  }
  .header .bottom-header .menu-col{
      order: 0;
  }
  .header .bottom-header .logo-col {
    order: 1;
}
.header .bottom-header .cart-col {
    order: 2;
}
  .section-heading h2{
      font-size:20px;
  }

  .banner.banner-2 .banner-slider .slide {
    padding: 50px 0;
  }
  .banner.banner-2 .banner-slider .slide .part-txt {
    padding: 0 20px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt::before, .banner.banner-2 .banner-slider .slide .part-txt::after {
    display: none;
  }
  .banner.banner-2 .banner-slider .slide .part-txt h4 {
    font-weight: 400;
    margin-bottom: 5px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt .price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .banner.banner-2 .banner-slider .slide .part-txt .price span {
    font-size: 14px;
  }
  .banner.banner-2 .banner-slider .slick-dots {
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    gap: 5px;
  }
  .banner.banner-2 .banner-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .banner .category-list {
    display: none !important;
  }
  .banner .slider-area .banner-txt {
    padding: 40px 20px;
  }
  .banner .slider-area .banner-txt h6 {
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .banner .slider-area .banner-txt h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 7px;
  }
  .banner .slider-area .banner-txt p {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .banner .slider-area .banner-txt .price {
    margin-bottom: 8px;
  }
  .banner .slider-area .banner-txt .price span {
    font-size: 14px;
  }
  .banner .slider-area .banner-txt .price span:last-child {
    font-size: 16px;
  }
  .banner .slider-area .banner-txt .def-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
  .banner .slider-area .slick-dots {
    bottom: 10px;
  }
  .banner .slider-area .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .banner .sidebar-area {
    padding-top: 50px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header {
    height: 40px;
  }
  .banner .sidebar-area .best-selling-panel .panel-header h4 {
    line-height: 40px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
    width: 80px;
    height: 72px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
    width: calc(100% - 95px);
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
    font-size: 14px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
    font-size: 12px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
    bottom: calc(100% + 27px);
    line-height: 25px;
  }

  .special-offer .single-offer {
    min-height: 50px;
  }

 

  .flash-deal .countdown-col {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flash-deal .countdown-wrap {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .flash-deal .countdown-wrap h3 {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body {
    gap: 10px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
    gap: 5px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 12px;
  }

  

  
  .single-product-card .part-img {
    min-height: 130px;
  }

  .single-product-card .part-txt .star {
    font-size: 10px;
    gap: 2px;
    padding-bottom: 7px;
  }

  


  .popular-categories-2 .custom-row {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popular-categories-2 .custom-row .custom-col {
    width: 30%;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a {
    padding: 5px;
    gap: 10px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
    width: 45px;
    height: 45px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
    height: 40px;
    font-size: 35px;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
    font-size: 14px;
    font-weight: 400;
  }
  .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
    font-size: 12px;
  }

  

 

  
  .top-brand .rg-30 {
    gap: 10px;
  }
  .top-brand .rg-30 > * {
    width: calc(33.3333333333% - 6.7px);
  }
  .top-brand .logo-box {
    height: 50px;
    padding: 0 15px;
  }


 

  .features .custom-row {
    padding: 0 10px;
    gap: 15px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features .custom-row .custom-col {

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
  }
  .features .custom-row .custom-col .single-feature {
    height: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
  .features .custom-row .custom-col .single-feature .part-icon {
    height: 30px;
  }
  .features .custom-row .custom-col .single-feature .part-icon span {
    height: 100%;
    line-height: 40px;
    font-size: 30px;
  }
  .features .custom-row .custom-col .single-feature .part-txt h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .features .custom-row .custom-col .single-feature .part-txt p {
    font-size: 12px;
  }
  .footer-main-temp {
    display:none;
  }
  
  .main-mobile-footer {
    display:block;
  }

  .footer .main-footer {
    padding: 0px 0px 15px 0px;
  }
  .footer .main-footer .custom-row {
    gap: 30px;
  }
  .footer .main-footer .custom-row .custom-col, .footer .main-footer .custom-row .custom-col-2 {
    width: 100%;
  }
  .footer .main-footer .footer-about .footer-logo {
    width: 100px;
    margin-bottom: 20px;
  }
  .footer .main-footer .footer-about p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .footer .main-footer .footer-about ul li {
    margin-bottom: 7px;
  }
  .footer .main-footer .footer-about ul li:last-child {
    margin-bottom: -7px;
  }
  .footer .main-footer .footer-about ul li .icon {
    height: 25px;
  }
  .footer .main-footer .footer-about ul li .icon span {
    font-size: 25px;
    line-height: 25px;
  }
  .footer .main-footer .footer-about ul li .txt > * {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .main-footer .footer-title {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 25px;
  }
  .footer .main-footer .link-wrap {
    gap: 10px;
  }
  .footer .main-footer .link-wrap .footer-link {
    width: 100%;
  }
  .footer .main-footer .link-wrap .footer-link ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .main-footer .link-wrap .footer-link ul li:last-child {
    margin-bottom: -10px;
  }
  .footer .main-footer .footer-subscribe p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .footer .main-footer .footer-subscribe form {
    margin-bottom: 20px;
  }
  .footer .main-footer .footer-subscribe .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .copyright p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .banner.banner-inner::after {
    background-position-x: right;
  }
  .banner.banner-inner .breadcrumb-txt {
    padding: 0px 0 0px 0;
  }
  .banner.banner-inner .breadcrumb-txt h1 {
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: 16px;
  }
  .banner.banner-inner .breadcrumb-txt ul {
    gap: 10px;
  }
  .banner.banner-inner .breadcrumb-txt ul li {
    font-size: 16px;
  }
  .banner.banner-inner .part-img {
    height: 80px;
    margin-right: -12px;

  }
  .banner.banner-inner .part-img img {
    max-width: 100%;
  }

  .about-page-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 22px;
  }




  

  .faq .accordion {
    margin-bottom: -20px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .faq .accordion .accordion-item .accordion-button {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 15px;
    font-size: 14px;
  }
  .faq .accordion .accordion-item .accordion-button .txt {
    width: calc(100% - 30px);
  }
  .faq .accordion .accordion-item .accordion-button .icon {
    width: 25px;
    height: 25px;
    line-height: 27px;
  }
  .faq .accordion .accordion-item .accordion-body {
    padding: 0 15px 15px 15px;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }

  .contact .title {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 22px;
  }
  .contact .contact-info {
    margin-bottom: 30px;
  }
  .contact .contact-info ul li {
    gap: 15px;
    margin-bottom: 25px;
  }
  .contact .contact-info ul li .part-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .contact .contact-info ul li .part-txt {
    width: calc(100% - 50px);
  }
  .contact .contact-info ul li .part-txt a, .contact .contact-info ul li .part-txt span {
    font-size: 14px;
    line-height: 24px;
  }
  .contact .contact-form input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .contact .contact-form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .contact .contact-form .def-btn {
    height: 40px;
  }
  .contact .contact-form .def-btn.btn-border {
    line-height: 38px;
  }
  .contact .map iframe {
    height: 250px;
  }

  .product-view-area {
    padding-bottom: 30px;
  }
  .product-view-area .part-img {
    margin-bottom: 10px;
  }
  .product-view-area .part-img .img-box {
    margin-bottom: 10px;
  }
  .product-view-area .part-img .img-box .quick-view {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
  }
  .product-view-area .part-img .btn-box {
    gap: 10px;
  }
  .product-view-area .part-img .btn-box .small-thumb {
    width: calc(20% - 10px);
  }
  .product-view-area .part-txt .main-product-title {
    font-size: 25px;
   
  }
  .delivery__details__div{
      display:none;
  }
  .delivery__details__div__2{
      display:block;
  }
  .flash-sale-container {
      height: 355px;
  }
  .flash-sale-container .flash-sale-img img{
      height: 350px;
  }
  .product-view-area .part-txt .review {
    gap: 10px;
  }
  .product-view-area .part-txt .review .star {
    font-size: 14px;
    gap: 5px;
  }
  .product-view-area .part-txt .review .rating-amount {
    font-size: 14px;
  }
  .product-view-area .part-txt .price {
    margin-bottom: 19px;
  }
  .product-view-area .part-txt .short-details {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .product-view-area .part-txt .dscr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  
  .product-view-area .part-txt form .select {
    padding: 0 10px;
    font-size: 13px;
  }
  .product-view-area .part-txt form .select.color-select {
    padding-left: 30px;
  }
  .product-view-area .part-txt form .select.color-select .selected-circle {
    left: 10px;
  }
  .btn-box-mobile {
    /*gap: 10px;*/
    /*-ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    /*margin-bottom: 30px;*/

    flex-wrap: nowrap;
    position: fixed;
    right: 0;
    bottom: -1px;
    z-index: 9999;
    background: white;
    padding: 9px 15px 7px 10px;
    display: flex !important;
    width: 60%;
  }
   .product-view-area .part-txt .product-count{
    
    margin-bottom: 0px;
    position: fixed;
    right: 55%;
    bottom: -1px;
    z-index: 9999;
    width: 45%;
    height: 65px;
    background: white;
    /* box-shadow: 0 0 8px rgb(0 0 0 / 50%); */
    padding: 14px;
    
    }
  .product-view-area .part-txt .btn-box button {
      width: 100%;
      /*height: 50px;*/
      /*line-height: 40px;*/
      /*font-size: 20px;*/
      /*background: #068215;*/

     font-size: 16px;
      color: white;
      /*background-color: #c9151b;*/
      /*border: 1px solid #c9151b;*/
      border-radius: 3px;
      /*width: 48%;*/
      margin-right: 5px;
      height: 45px;
      line-height: 35px;
          margin-bottom: 5px;
  }
    .product-view-area .part-txt .btn-box .res_btn {
    width: 100px;
 
    color: white;
    border-radius: 3px;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 9px;
    text-align: center;
  }
  
  .product-view-area .part-txt .btn-box a {
      width: 100%;
      /*height: 50px;*/
      /*line-height: 40px;*/
      /*font-size: 20px;*/
      /*color: #ffffff;*/
      /*background: #fe5502;*/
      /*text-align: center;*/

   color: white;
      background-color: #192267;
      border-radius: 3px;
      /*width: 48%;*/
      height: 36px;
      line-height: 30px;
          margin-bottom: 5px;
  }
  .product-view-area .part-txt .btn-box {
      display: block;
      margin-bottom: 0px;
  }
  .product-view-area .part-txt .btn-box button span {
    margin-right: 5px;
  }
  .product-view-area .part-txt .product-share {
    font-size: 14px;
    gap: 20px;
    margin-bottom: 0;
  }
  .product-view-area .part-txt .product-share .social {
    gap: 15px;
  }

  .shop-details .details-area .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .nav-link {
    font-size: 14px;
    padding: 3px 15px 2px;
  }
  .shop-details .details-area .nav-link::after {
    top: calc(100% + 5px);
  }
  .shop-details .details-area .tab-pane {
    overflow: hidden;
  }
  .shop-details .details-area .tab-pane .product-dscr {
    
  }
  .shop-details .details-area .tab-pane .product-dscr p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .shop-details .details-area .tab-pane .product-dscr p:first-child {
    margin-top: -7px;
  }
  .shop-details .details-area .tab-pane .product-dscr p:last-child {
    margin-bottom: 7px;
  }
  .shop-details .details-area .tab-pane .product-dscr .part-img {
    padding-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-information ul {
    margin-top: -12px;
    margin-bottom: -13px;
  }
  .shop-details .details-area .tab-pane .product-information ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .shop-details .details-area .tab-pane .product-information ul li:nth-last-child(n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .shop-details .details-area .tab-pane .product-review .review-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
    font-size: 30px;
    margin-top: -3px;
    margin-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .left p {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
    gap: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
    gap: 3px;
    font-size: 12px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
    width: 150px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
    font-size: 12px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title h3 {
    font-size: 16px;
    line-height: 35px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
    width: 100%;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
    width: 45px;
    height: 45px;
    margin-bottom: 13px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
    width: 100%;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
    margin-bottom: 8px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
    gap: 5px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
    width: 45px;
    height: 45px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
    max-width: 100%;
    height: 300px;
    padding-top: 20px;
    margin-top: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
    max-width: 100%;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close {
    top: 3px;
    right: 3px;
    font-size: 16px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
    font-size: 14px;
    gap: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
    font-size: 12px;
  }

  .product-quick-view-panel-2 {
    padding-bottom: 50px;
  }
  .product-quick-view-panel-2 .notification {
    padding: 15px 0;
  }
  .product-quick-view-panel-2 .notification p {
    padding: 10px 20px;
    font-size: 16px;
  }
  .product-quick-view-panel-2 .notification p span {
    font-size: 20px;
    margin-right: 15px;
  }

  

  .revel-table {
    margin-bottom: 10px;
  }
  .revel-table .table-responsive .table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 100%;
  }
  .revel-table .table-responsive th {
    padding: 1px 1px;
    font-size: 10px;
    font-weight: 600;
  }
  .revel-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .revel-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .revel-table .table-responsive tr td {
    padding: 10px 10px 2px 2px;
    width: 50px;
    width: 50px;
    width: 50px;
  }
  .revel-table .table-responsive .product-img {
    width: 50px;
  }
  .revel-table .table-responsive .product-name {
    font-size: 12px;
  }
  .revel-table .table-responsive .price-txt {
    font-size: 14px;
  }
  .revel-table .table-responsive .quantity {
    width: 50px;
  }
    .revel-table .table-responsive .quantity input{
    width: 15px !important;
        padding: 0 !important;
  }
  .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 15px;
  }
.quantity .quantity-nav .quantity-button {
    font-size: 13px;
}
  .compare .table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .compare .table th, .compare .table td {
    width: auto;
    height: 40px;
    padding: 10px 15px;
  }
  .compare .table .product-card {
    padding: 10px 0;
  }
  .compare .table .product-card .part-img {
    width: 80px;
    margin-bottom: 20px;
  }
  .compare .table .product-card .part-txt {
    margin-bottom: -2px;
  }
  .compare .table .product-card .part-txt p {
    margin-top: -2px;
  }
  .compare .table .product-card .part-txt p a {
    font-size: 14px;
  }
  .compare .table .def-btn {
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .compare .table .delete-btn {
    font-size: 16px;
  }

  

  
  
  .banner-2{padding-top: 1rem !important;}
  .shop-details{padding-top: 1rem !important;}
  .flash-deal{padding-top: 1rem !important;}
   .tab-section{padding-top: 1rem !important;}
}
.delivery__details__info {
    background-color: #70c33214;
}
.delivery-info-wrapper p i {
    color: #70c332;
    margin-right: 5px;
    font-size: 1.2em;
}
#bottom_menu .single_product .order_now_btn {
    font-size: 16px;
    color: white;
    background-color: #c9151b;
    border: 1px solid #c9151b;
    border-radius: 3px;
    width: 50%;
    margin-right: 5px;
}
#bottom_menu .single_product .add_cart_btn {
    color: white;
    background-color: #37A1D1;
    border: 1px solid #37A1D1;
    border-radius: 3px;
    width: 50%;
}
@media (max-width: 575.98px) {
    #bottom_menu {
        position: sticky;
        bottom: 0;
        background: white;
        box-shadow: 0 0 8px rgb(0 0 0 / 50%);
    }
    #bottom_menu.show {
        display: block;
        padding: 14px;
        z-index: 5;
    }
    .qty_div {
        border-radius: 5px;
        border: 1px solid black;
        display: flex;
    }

    #bottom_menu .single_product .order_now_btn {
        padding: 0;
        font-size: 14px;
    }
    #bottom_menu .single_product .add_cart_btn {
        padding: 0;
        font-size: 14px;
        margin: 0;
    }

}


/*---- INDEX-7 FOOTER STYLES ----*/
.rev-7-footer {
  background-size: cover;
}
.rev-7-footer .footer-subscribe {
  padding: 60px 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .rev-7-footer .footer-subscribe {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  .rev-7-footer .footer-subscribe > .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
  }
}
.rev-7-footer .footer-subscribe .footer-subs-form {
  position: relative;
}
.rev-7-footer .footer-subscribe .footer-subs-form input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 30px;
  padding: 0 127px 0 20px;
}
@media screen and (max-width: 479px) {
  .rev-7-footer .footer-subscribe .footer-subs-form input {
    height: 40px;
    padding: 0 112px 0 15px;
  }
}
.rev-7-footer .footer-subscribe .footer-subs-form button {
  position: absolute;
  background: #699c47;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 20px;
  color: #ffffff;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 479px) {
  .rev-7-footer .footer-subscribe .footer-subs-form button {
    padding: 0 15px;
  }
}
.rev-7-footer h3 {
  font-weight: 600;
  font-size: 30px;
  color: #ddd;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .rev-7-footer h3 {
    text-align: center;
    font-size: 28px;
  }
  .rev-7-footer h3.footer-title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .rev-7-footer h3 {
    font-size: 25px;
  }
}
.rev-7-footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;

}
@media screen and (max-width: 1199px) {
  .rev-7-footer .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .rev-7-footer .footer-socials {
    gap: 10px;
  }
}
.rev-7-footer .footer-socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.rev-7-footer .footer-socials .footer-title {
  font-size: 18px;
  line-height: 100%;
}
.rev-7-footer .main-footer .footer-link ul li a:hover {
  color: #699c47;
}
.rev-7-footer .main-footer .footer-about ul li .txt a:hover {
  color: #699c47;
}
.rev-7-footer .copyright {
  position: relative;
  overflow: hidden;
  border: 0;
  z-index: 1;
}
.rev-7-footer .copyright::before, .rev-7-footer .copyright::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(40deg, #699c47 35%, #313131 0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .rev-7-footer .copyright::before, .rev-7-footer .copyright::after {
    background: #313131;
  }
}
.rev-7-footer .copyright::after {
  right: 0;
  background: linear-gradient(-40deg, #699c47 35%, #313131 0);
}
@media screen and (max-width: 767px) {
  .rev-7-footer .copyright::after {
    background: #313131;
  }
}
.rev-7-footer .copyright .row {
  row-gap: 15px;
}
.rev-8-footer .rev-8-features {
    background: transparent;
    border-bottom: 1px solid #707070;
}

/*---- INDEX-8 FOOTER STYLES ----*/
.rev-8-footer .main-footer {
  padding: 40px 0;
}
.rev-8-footer .rev-8-features {
  background: transparent;
  border-bottom: 1px solid #707070;
}
.rev-8-footer .rev-8-features .panel {
  background: transparent;
}
.rev-8-footer .rev-8-features .panel .custom-col {
  border: 0;
}
.rev-8-footer .rev-8-features .panel .single-feature .part-icon span {
  color: #ffffff;
}
.rev-8-footer .rev-8-features .panel .single-feature .part-txt h4,
.rev-8-footer .rev-8-features .panel .single-feature .part-txt p {
  color: #ffffff;
}

/*----- INDEX-6 CATEGORIES -----*/
.rev-6-categories {
  padding: 5px 0;
}
.rev-6-categories .rev-6-panel {
  padding: 30px;
}
@media screen and (max-width: 1399px) {
  .rev-6-categories .rev-6-panel {
    padding: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .rev-6-categories .rev-6-panel {
    padding: 20px;
  }
}
@media screen and (max-width: 479px) {
  .rev-6-categories .rev-6-panel {
    padding: 15px;
  }
}
.rev-6-categories .rev-6-panel .area-heading {
  margin-bottom: 25px;
}
.rev-6-categories .rev-6-panel .area-heading .title {
  font-size: 24px;

}

.category-table {
  width: 100%;
}
.category-table td {
  width: 14.2857142857%;
  border: 1px solid #ddd;
  min-width: 180px;
}
@media screen and (max-width: 1399px) {
  .category-table td {
    min-width: auto;
  }
}
@media screen and (max-width: 991px) {
  .category-table td {
    min-width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .category-table td {
    min-width: 170px;
  }
}
@media screen and (max-width: 479px) {
  .category-table td {
    min-width: 155px;
  }
}

.single-category {
  text-align: center;
  padding: 25px 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .single-category {
    padding: 15px 0;
  }
}
.single-category:hover {
  color: #ff4747;
}
.single-category__img {
  width: 90px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .single-category__img {
    width: 40px;
    height: 40px;
  }
}
.single-category__title {
  margin-top: 16px;

  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .single-category__title {
    font-size: 16px;
  }
}

/*----- INDEX-8 CATEGORIES -----*/
.rev-8-category-section > .container > .row {
  row-gap: 25px;
}

.rev-8-single-category {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  text-align: left;
  padding: 20px;
}
.rev-8-single-category:hover {
  color: unset;
}
.rev-8-single-category:hover h5 {
  color: #699c47;
}
.rev-8-single-category h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .rev-8-single-category h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .rev-8-single-category h5 {
    font-size: 18px;
  }
}
.rev-8-single-category img {
  border-radius: 6px;
  margin-bottom: 12px;
  line-height: 32px;
  width: 100%;
}
.rev-8-single-category li {
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
}
.rev-8-single-category li i {
  margin-right: 5px;
}
.rev-8-single-category li a:hover {
  color: #699c47;
}

.rev-6-features-area > .row {
  row-gap: 15px;
}
.rev-6-features-area .single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 10px;
      gap: 5px;
    padding: 10px 0;
  -webkit-box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
}
.single-feature__title{
    font-size: 15px;
}
.rev-6-features-area .single-feature:hover {
  color: #ff4747;
}
.rev-6-features-area .single-feature__img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1199px) {
  .rev-6-features-area .single-feature__img {
    width: 50px;
    height: 50px;
  }
}
.rev-6-features-area .single-feature__title {
  margin-bottom: -4px;
}
@media screen and (max-width: 1199px) {
  .rev-6-features-area .single-feature__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .rev-6-features-area .single-feature__title {
    font-size: 12px;
  }
}
/*----- INDEX-7 HEADER STYLES -----*/
.rev-7-header {
  position: relative;
  z-index: 1;
}
.rev-7-header .top-header {
  background: #131522;
    border-bottom: 1px solid #ffffff3d;
}
.rev-7-header .top-header ul.top-header-link > * span {
  color: #606060;
}
.rev-7-header .top-header ul.top-header-link > *:first-child {
  border-right: 1px solid #606060;
}
.rev-7-header .top-header ul.top-header-link > * .nice-select::after {
  color: #606060;
}
.rev-7-header .top-header ul.top-header-link > * .select-lang .dropdown-toggle::after {
  color: #606060;
}
.rev-7-header .top-header ul.top-header-link > * .select-lang ul li a:hover {
  color: #699c47;
}
.rev-7-header .bottom-header {
  padding: 21px 0;
}
.rev-7-header .bottom-header-bg {
  margin: 0 15px;
}
.rev-7-header .bottom-header-bg > .container {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .rev-7-header .bottom-header {
    padding: 15px 0 !important;
  }
  .rev-7-header .bottom-header > .container > .row {
    row-gap: 15px;
  }
}
.rev-7-header .bottom-header .header-search form {
  border: 1px solid #ddd;
  border-radius: 30px;
}

.rev-7-header .bottom-header .header-search form button {
  line-height: normal;
  background: none;
  border: none;
  color: #606060;
  font-size: 15px;
}
.rev-7-header .bottom-header .header-search form button:hover {
  color: #699c47;
}

.rev-7-header .bottom-header .user-short-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #606060;
}
.rev-7-header .bottom-header .user-short-info .img-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .rev-7-header .bottom-header .user-short-info .img-box {
    width: 35px;
    height: 35px;
  }
}
/*.rev-7-header .menu-bar {*/
/*  border-top: 0.1px solid #ddd;*/
/*}*/


.rev-7-header .menu-bar .all-department {
  background: #699c47;
  border-bottom-left-radius: 5px;
}
.rev-7-header .menu-bar .all-department .banner .category-list .category-item a:hover {
  color: #699c47;
}
.rev-7-header .menu-bar .all-department .banner .category-list .category-item .category-sub-menu h4 span {
  color: #699c47;
}
.rev-7-header .menu-bar .live-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
.rev-7-header .menu-bar.navbar-fixed .all-department {
  border-radius: 0;
}
.rev-7-header .menu-bar .navbar .nav-item .nav-link:hover,
.rev-7-header .menu-bar .navbar .nav-item .nav-link:focus {
  color: #33ff00;
}
.rev-7-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-7-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: #699c47;
}
.rev-7-header .live-chat .txt a:hover {
  color: #699c47;
}
.rev-7-header .banner .category-list .category-item.has-sub:hover > *,
.rev-7-header .banner .category-list .category-item.has-sub:focus-within > * {
  color: #699c47;
}
.rev-7-header-cart-wrap .cart-list .title button {
  background: #699c47;
  border-color: #699c47;
}
.rev-7-header-cart-wrap .cart-list .title button:hover {
  color: #699c47;
}
.rev-7-header-cart-wrap .cart-list ul li button:hover {
  color: #699c47;
}
.rev-7-header-cart-wrap .cart-list .total p span {
  color: #699c47;
}
.rev-7-header-cart-wrap .cart-list .btn-box .def-btn {
  background: #699c47;
}
.rev-7-header-cart-wrap .cart-list .btn-box .def-btn:focus {
  color: #ffffff;
}
.rev-7-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
  background-color: #699c47;
}

/*----- INDEX-8 HEADER STYLES -----*/
.rev-7-header.rev-8-header::before, .rev-7-header.rev-8-header::after {
  content: none;
}
.rev-7-header.rev-8-header .bottom-header {
  padding: 15px 0;
 background: #000000!important;
}
@media screen and (max-width: 991px) {
  .rev-7-header.rev-8-header .bottom-header > .container > .row {
    row-gap: 15px;
  }
}
@media screen and (max-width: 479px) {
  .rev-7-header.rev-8-header .bottom-header {
    padding: 10px 0;
    position: relative;
    width: 100%;
  }
}
.rev-7-header.rev-8-header .bottom-header .header-search {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .rev-7-header.rev-8-header .bottom-header .header-search {
    width: 100%;
    margin: auto;
  }
}
.rev-7-header.rev-8-header .bottom-header .logo {
  margin: auto;
}
@media screen and (max-width: 575px) {
  .rev-7-header.rev-8-header .bottom-header .logo {
    margin: 0;
  }
}
.rev-7-header.rev-8-header .menu-bar {
  padding: 5px;
    /*background: #4133b7e0;*/
    background: #4133b7;
}
.rev-7-section-heading {
  width: unset;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.rev-7-section-heading h2 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 40px;
  margin-top: -4px;
}
.rev-7-section-heading h2::before {
  content: none;
}
@media screen and (max-width: 1399px) {
  .rev-7-section-heading > .row {
    row-gap: 25px;
  }
  .rev-7-section-heading h2 {
    font-size: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .rev-7-section-heading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .rev-7-section-heading {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .rev-7-section-heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .rev-7-section-heading {
    margin-bottom: 20px;
  }
  .rev-7-section-heading h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .rev-7-section-heading h2 {
    font-size: 25px;
  }
}
.products-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

@media screen and (max-width: 1399px) {
  .products-container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(6, .5fr);
  }
  .products-container .top-product-tab-navs .nav.nav-tabs .nav-item button {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 991px) {
  .products-container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .products-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .products-container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
  }
  .prd-gallery-pic {
    padding-right:  3px !important;
    padding-left: 10px !important;
  }
}
.single-product-card.rev-7-single-product {
  border-radius: 8px;
  padding: 0;
  border: none;
}
.rev-7-product-tag {
  position: absolute;
    right: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(1deg);
    top: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 15px 0 0 15px;
    color: #fff;
}
.rev-7-product-tag-1 {
  background: #699c47;
}
.rev-7-product-tag-2 {
    background: #e51212;
    font-size: 11px;
}

.rev-7-single-product__txt {
        padding: 5px 7px 5px;
    border: 1px solid #d0e1d4;
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.rev-7-single-product__info a{
    font-size: 14px;
}
.single-product-card.rev-7-single-product {
    border-radius: 8px;
    padding: 0;
    border: none;
}
rev-7-single-product__info a {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
}
.rev-7-single-product__info .price {
    font-weight: 400;
    color: #699c47;
}
.rev-7-single-product__actions .order-btn {
    background-color: #f5202d;
    width: 100%;
    display: block;
    padding: 5px 10px;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.4s ease 0s;
    border-radius: 8px 8px 8px 8px;
    line-height: 20px;
    margin-top: 5px;
}
.section-heading {
   text-align: center;
    width: 100%;
    padding: 10px 0 0 0;
    background: #3c25f169;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.section-heading h6 {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.pagination {
    justify-content: center;
}
.details_option{
    background: #006750;
    border-radius: 3px;
    padding: 0px 10px 0px 10px;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 10px;
}
.dif span{
    font-size: 15px;
    line-height: 2;
}
.rwif span{
    font-size: 15px;
    line-height: 2;
}
.area-heading-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.cart-fixed-box {
    position: fixed;
    top: 70%;
    max-width: 80px;
    right: 0px;
    z-index: 200;
    cursor: pointer;
}
.cart-box {
    display: block;
    width: 80px;
    background-color: #fff;
    border: 1px solid #70c332;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
.cart-box-top {
    display: block;
    background-color: #70c332;
    padding: 8px 5px;
    box-sizing: border-box;
}

.cart-box-top span {
 
    color: #fff;

    font-size: 15px;
}
.cart-price {
    display: block;
}
.cart-price span {
    color: #000000;
    padding: 2px;
    font-weight: 700;
    background-color: #fff;
    display: block;
    width: 100%;
}
/*.radio-inputs {*/
/*  position: relative;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  border-radius: 0.5rem;*/
/*  background-color: #EEE;*/
/*  box-sizing: border-box;*/
/*  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);*/
/*  padding: 0.25rem;*/
/*  width: 300px;*/
/*  font-size: 14px;*/
/*}*/

/*.radio-inputs .radio {*/
/*  flex: 1 1 auto;*/
/*  text-align: center;*/
/*}*/

/*.radio-inputs .radio input {*/
/*  display: none;*/
/*}*/

/*.radio-inputs .radio .name {*/
/*  display: flex;*/
/*  cursor: pointer;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  border-radius: 0.5rem;*/
/*  border: none;*/
/*  padding: .5rem 0;*/
/*  color: rgba(51, 65, 85, 1);*/
/*  transition: all .15s ease-in-out;*/
/*}*/

/*.radio-inputs .radio input:checked + .name {*/
/*  background-color: #fff;*/
/*  font-weight: 600;*/
/*}*/

.radio-tile-group {
  display: flex;

  justify-content: center;
}

.radio-tile-group .input-container {
     position: relative;
    height: 15px;
    margin-right: 10px;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #079ad9;
    border-radius: 4px;
    padding: 10px;
    transition: transform 300ms ease;
}

.radio-tile-group .input-container .icon svg {
  fill: #079ad9;
  width: 2rem;
  height: 2rem;
}

.radio-tile-group .input-container .radio-tile-label {
 text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #079ad9;
    margin-bottom: 0px;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #079ad9;
  border: 2px solid #079ad9;
  color: white;
  transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #079ad9;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  /*background-color: #079ad9;*/
}
