/*============================================================
[Master Stylesheet]
Theme Name            :Ayaa eCommerce - Multipurpose WordPress Theme
Version               :1.0.0
Author                :Codebasket
URL                   :https://themeforest.net/user/codebasket
=========================================================*/
/*=======================================================
TABLE OF CONTENTS:

01  global Style

======section stylsheet======

02  Header section
03  Mobile Menu section
04  Banner section
05  Top Product section
06  Flash Deal section
07  Popular Category section
08  Recently Viewed section 
09  Hot Deal section
10  Special Offer section
11  Season Sale section
12  Best Seller section
13  Top Brand section
14  Testimonial section
15  Blog section
16  Feature section
17  Footer section

======Inner Page stylsheet======

18  About Page
19  Shop Page
20  Shop Details Page
21  Cart Page
22  Compare Page
23  Register Page
24  Faq Page 
25  Blog Details Page
26  Account Page
27  Contact Page

======Responsive stylsheet======

28  Responsive*/
/* Default Version */
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/futuraptbook.otf");
  font-weight: 300;
}
/* Demi Version */
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/futuraptdemi.otf");
  font-weight: 600;
}
/* Medium Version */
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/futuraptmedium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Adobe Clean";
  font-style: normal;
  font-weight: 400;
  src: local("Adobe Clean"), url("../fonts/adobe-clean/adobecleanregular.woff") format("woff");
}
@font-face {
  font-family: "Adobe Clean";
  font-style: normal;
  font-weight: 400;
  src: local("Adobe Clean"), url("../fonts/adobe-clean/adobecleansemicn.woff") format("woff");
}
@font-face {
  font-family: "Adobe Clean";
  font-style: normal;
  font-weight: 300;
  src: local("Adobe Clean"), url("../fonts/adobe-clean/adobecleanlight.woff") format("woff");
}
@font-face {
  font-family: "Adobe Clean";
  font-style: normal;
  font-weight: 350;
  src: local("Adobe Clean"), url("../fonts/adobe-clean/adobecleansemilight.woff") format("woff");
}
@font-face {
  font-family: "Adobe Clean";
  font-style: normal;
  font-weight: 700;
  src: local("Adobe Clean"), url("../fonts/adobe-clean/adobecleanbold.woff") format("woff");
}
@font-face {
  font-family: "Adobe Clean";
  font-style: normal;
  font-weight: 700;
  src: local("Adobe Clean"), url("../fonts/adobe-clean/adobecleanboldsemicn.woff") format("woff");
}
@font-face {
  font-family: "Adobe Clean";
  font-style: normal;
  font-weight: 800;
  src: local("Adobe Clean"), url("../fonts/adobe-clean/adobecleanextrabold.woff") format("woff");
}
@font-face {
  font-family: "Adobe Clean";
  font-style: normal;
  font-weight: 900;
  src: local("Adobe Clean"), url("../fonts/adobe-clean/adobecleanblack.woff") format("woff");
}
@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 400;
  src: local("Dubai"), url("../fonts/dubai/dubai-regular.woff") format("woff");
}
@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 300;
  src: local("Dubai"), url("../fonts/dubai/dubai-light.woff") format("woff");
}
@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 500;
  src: local("Dubai"), url("../fonts/dubai/dubai-medium.woff") format("woff");
}
@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 700;
  src: local("Dubai"), url("../fonts/dubai/dubai-bold.woff") format("woff");
}
:root {
  --clr-theme-primary: #0063d1;
  --clr-theme-primary-dark: #024d9f;
  --clr-theme-secondary: #00274C;
  --clr-theme-tertiary: #FF2525;
  --clr-theme-3: #9F4700;
  --clr-theme-4: #bf8200;
  --clr-theme-5: #C9F31D;
  --clr-theme-6: #122E00;
  --clr-body-color: #777777;
  --clr-body-dark: #191919;
  --clr-body-dark-2: #1b1c19;
  --clr-body-dark-3: #060606;
  --clr-body-soft: #999999;
  --clr-body-text: #616161;
  --clr-common-white: #fff;
  --clr-border-soft: #f2f2f2;
  --clr-common-black: #282828;
  --clr-common-black-deep: #000;
  --clr-common-bg-gray: #f5f5f5;
  --clr-gray-soft: #f8f8f8 ;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.home-2 {
  background: #ffffff;
}
body.inner {
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

body p {
  font-size: 16px;
  line-height: 26px;
}

html {
  scroll-behavior: smooth;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .row {
  --bs-gutter-x: 30px;
}
.container.g-0, .container-fluid.g-0, .container-lg.g-0, .container-md.g-0, .container-sm.g-0, .container-xl.g-0, .container-xxl.g-0, .row.g-0 {
  --bs-gutter-x: 0;
}

@media screen and (min-width: 1400px) {
  div.container-2 {
    max-width: 1830px;
  }
  .container {
    max-width: 1464px;
  }
}
@media screen and (min-width: 1400px) and (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1290px;
  }
}
h3 {
  font-size: 30px;
  line-height: 1.3;
}

h5 {
  font-size: 22px;
  line-height: 1.3;
}

input,
select,
textarea,
button {
  padding: 0;
  border: 0;
  outline: none;
  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;
  appearance: none;
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

span {
  display: inline-block;
}

ul {
  padding: 0;
  margin: 0;
}

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

.def-btn {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  background: #0063D1;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}
.def-btn.btn-border {
  border: 1px solid #0063D1;
  line-height: 48px;
}
.def-btn:hover, .def-btn:focus {
  background: #ffffff;
  color: #0063D1;
}

.btn-success {
  background: #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 #0063D1;
  color: #0063D1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}
.def-btn-2:hover, .def-btn-2:focus {
  background: #0063D1;
  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;
  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;
}

.pb-65 {
  padding-bottom: 65px;
}

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

.pb-25 {
  padding-bottom: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-75 {
  padding-left: 75px;
}

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

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

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

.pb-50 {
  padding-bottom: 50px;
}

.pb-65 {
  padding-bottom: 65px;
}

.mr-25 {
  margin-right: 25px;
}

.panel {
  background: #ffffff;
  padding: 40px 20px;
}
.panel.panel-2 {
  padding: 60px 20px;
}
.panel.panel-3 {
  padding: 0;
}
.panel.panel-shadow {
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
}
.panel .panel-header {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 18px;
  margin-bottom: 40px;
}
.panel .panel-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .panel .panel-header:after {
    display: none;
  }
}
.panel .panel-header .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  color: #292929;
  margin-top: -2px;
  margin-bottom: 0;
}
.panel .panel-header .explore-section {
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: #0063D1;
}
.panel .nav {
  justify-content: flex-end;
  border: 0;
}
.panel .nav button {
  padding: 0 10px;
  border: 0;
  margin: 0;
  font-size: 15px;
  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: #0063D1;
}

.product-dscr > p:last-child {
  margin-bottom: 0 !important;
}

.nice-select::after {
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-color: #222222;
}

.text-success {
  color: #1bad1b !important;
}

.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 9999;
  background: #f7f7f7;
  background: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  width: max-content;
}

.month-picker-year-table .month-picker-previous,
.month-picker-year-table .month-picker-next {
  padding: 10px;
}
.month-picker-year-table .month-picker-title {
  width: 150px;
  padding: 10px;
}
.month-picker-year-table .month-picker-next .ui-button .ui-icon {
  background-image: url(../images/arrow-right.png);
}
.month-picker-year-table .ui-button {
  padding: 0;
  border: 0;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #606060;
}
.month-picker-year-table .ui-button .ui-icon {
  background-image: url(../images/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.month-picker-year-table .ui-button .ui-icon:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.month-picker-month-table {
  width: 100%;
}
.month-picker-month-table td {
  text-align: center;
  width: 33.3333333333%;
  padding: 0;
  height: 40px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.month-picker-month-table td:first-child {
  border-left: 0;
}
.month-picker-month-table td .ui-button {
  font-size: 14px;
  color: #606060;
}
.month-picker-month-table td .ui-button.ui-state-highlight {
  color: #0063D1;
}
.month-picker-month-table td .ui-button:hover {
  color: #0063D1;
}

.pt-10 {
  padding-top: 8px;
}

.apexcharts-tooltip-z-group {
  display: none;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ayaa-header-mobile-sidebar-logo {
  text-align: center;
}

.ayaa-header-mobile-sidebar-logo a {
  max-width: 160px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-85 {
  padding-bottom: 85px;
}

@media (max-width: 575px) {
  .has-heading-xs-space-bottom {
    padding-bottom: 10px;
  }
}

.bg-primary {
  background-color: var(--clr-theme-primary);
}

.gray-bg {
  background-color: var(--clr-common-bg-gray);
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-45 {
  padding-left: 45px;
}

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

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

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-135 {
  padding-right: 135px;
}

.pl-160 {
  padding-left: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-215 {
  padding-right: 215px;
}

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

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

.pr-10 {
  padding-right: 10px;
}

.pl-145 {
  padding-left: 145px;
}

.pr-145 {
  padding-right: 145px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

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

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

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

.ayaa-rv-theme-overlay {
  position: relative;
}
.ayaa-rv-theme-overlay::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-theme-primary);
  opacity: 0.94;
  content: "";
}
.ayaa-rv-theme-overlay > * {
  position: relative;
  z-index: 2;
}

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

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

.pb-100 {
  padding-bottom: 100px;
}

.p-rel {
  position: relative;
}

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

.pl-10 {
  padding-left: 10px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pr-8 {
  padding-right: 8px;
}

.has-pos {
  position: absolute;
}

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

.ayaa-fz-has-border-top {
  border-top: 1px solid #E0E0E0;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

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

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

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

.pr-50 {
  padding-right: 50px;
}

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

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

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

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

.pb-75 {
  padding-bottom: 75px;
}

.bg-default {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.pl-50 {
  padding-left: 50px;
}

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

.pb-15 {
  padding-bottom: 15px;
}

.has-border-gray-top {
  border-top: 1px solid #eaeaea;
}

.has-border-gray-bottom {
  border-bottom: 1px solid #eaeaea;
}

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

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pl-112 {
  padding-left: 112px;
}

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

.pr-70 {
  padding-right: 70px;
}

html {
  scroll-behavior: smooth;
}

body {
  overscroll-behavior: none;
}

.swiper-wrapper {
  height: auto;
}

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

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

.pb-58 {
  padding-bottom: 58px;
}

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

.pl-55 {
  padding-left: 55px;
}

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

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

.drug {
  position: fixed;
  pointer-events: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  background: var(--clr-theme-4);
  text-transform: capitalize;
  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;
  width: 100px;
  height: 100px;
  font-family: "Adobe Clean", sans-serif;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ScrollSmoother-wrapper {
  display: none;
}

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

.pr-105 {
  padding-right: 105px;
}

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

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

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

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

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

.ml-75 {
  margin-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.ml-25 {
  margin-left: 25px;
}

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

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

@media (min-width: 1800px) {
  .container-1790 {
    max-width: 1790px;
  }
}
.ml-7 {
  margin-left: 7px;
}

.ml-50 {
  margin-left: 50px;
}

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

@keyframes customOne {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.rotateText {
  animation-name: rotateText;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes rotate_shape {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-cart-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 400px;
  display: flex;
  justify-content: flex-end;
  transform: translateX(100%);
  transition: all 0.6s ease-in;
  z-index: 99999;
}
.header-cart-wrap.header-cart-wrap-2 .cart-list .title button {
  background: #e9b808;
  border-color: #e9b808;
}
.header-cart-wrap.header-cart-wrap-2 .cart-list .title button:hover {
  color: #e9b808;
}
.header-cart-wrap.header-cart-wrap-2 .cart-list .total p span {
  color: #e9b808;
}
.header-cart-wrap.active {
  transform: translateX(0);
}
.header-cart-wrap.active .cart-list {
  transform: translateX(0);
}
.header-cart-wrap .cart-list {
  background: #ffffff;
  width: 400px;
  height: 100%;
  z-index: 99999;
  transform: translateX(100%);
  overflow: auto;
  transition: 0.6s;
}
.header-cart-wrap .cart-list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  background: rgba(34, 34, 34, 0.1);
}
.header-cart-wrap .cart-list .title h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 0;
}
.header-cart-wrap .cart-list .title button {
  width: 35px;
  height: 35px;
  line-height: 33px;
  background: #0063D1;
  border: 1px solid #0063D1;
  border-radius: 5px;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
}
.header-cart-wrap .cart-list .title button:hover {
  background: #ffffff;
  color: #0063D1;
}
.header-cart-wrap .cart-list ul {
  padding: 25px;
  border-bottom: 1px dashed #ddd;
}
.header-cart-wrap .cart-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}
.header-cart-wrap .cart-list ul li:first-child {
  padding-top: 0;
}
.header-cart-wrap .cart-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.header-cart-wrap .cart-list ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-cart-wrap .cart-list ul li a .part-img {
  width: 80px;
  overflow: hidden;
}
.header-cart-wrap .cart-list ul li a .part-txt {
  width: calc(100% - 100px);
}
.header-cart-wrap .cart-list ul li a .part-txt .name {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #222222;
  margin-top: -4px;
  margin-bottom: 8px;
}
.header-cart-wrap .cart-list ul li a .part-txt span {
  display: inline-block;
  font-size: 14px;
  line-height: 100%;
  color: #606060;
}
.header-cart-wrap .cart-list ul li a .part-txt span i {
  margin: 0 3px;
}
.header-cart-wrap .cart-list ul li button {
  padding: 0;
  font-size: 18px;
  color: #606060;
  height: max-content;
  line-height: 100%;
}
.header-cart-wrap .cart-list ul li button:hover {
  color: #0063D1;
}
.header-cart-wrap .cart-list .total {
  padding: 25px;
}
.header-cart-wrap .cart-list .total p {
  font-size: 15px;
  line-height: 100%;
  color: #222222;
  margin-top: -1px;
  margin-bottom: -2px;
}
.header-cart-wrap .cart-list .total p span {
  float: right;
  font-weight: 600;
  color: #0063D1;
}
.header-cart-wrap .cart-list .btn-box {
  padding: 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  border-top: 1px dashed #ddd;
}
.header-cart-wrap .cart-list .btn-box .def-btn {
  width: 100%;
  text-align: center;
}
.header-cart-wrap .cart-list .btn-box .def-btn:first-child {
  background: #222222;
}
.header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
  background: #0063D1;
  color: #ffffff;
}
.header-cart-wrap .cart-list .btn-box .def-btn:hover {
  background: #222222;
  color: #ffffff;
}

.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 .sub-menu .dropdown-item:hover, .header.header-2 .menu-bar .navbar .nav-item.dropdown .sub-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: #0063D1;
}
.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;
  box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
  animation: slideDown 0.3s linear;
  z-index: 9999;
}
.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);
  z-index: 9999;
  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 {
  margin-bottom: 20px;
}
.header.header-inner .bottom-header .category-list-2 .category-item.has-sub {
  transition: 0.3s;
}
.header.header-inner .bottom-header .category-list-2 .category-item.has-sub .arrow {
  float: right;
  transform: translateY(-18px) rotate(45deg);
  width: 9px;
  height: 9px;
  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: #0063D1;
}
.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: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #222;
}
.header.header-inner .bottom-header .category-list-2 .category-item a .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
}
.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: #0063D1;
}
.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: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 span {
  font-size: 25px;
  line-height: 100%;
  color: #0063D1;
}
.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: #0063D1;
}
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu img {
  margin-top: 0;
  border-radius: 0;
}
.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: 0;
  opacity: 1;
  visibility: visible;
}
.header.header-inner .bottom-header .logo-wrap {
  display: flex;
  justify-content: space-between;
  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: #0063D1;
}
.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: "Rubik", 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: #0063D1;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown .sub-menu {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 250px;
  box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown .sub-menu .dropdown-item {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  transition: all 0.3s ease-in;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown .sub-menu .dropdown-item:hover, .header.header-inner .bottom-header .navbar .nav-item.dropdown .sub-menu .dropdown-item:focus {
  background: #0063D1;
  color: #ffffff;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown .sub-menu.sub-menu[data-bs-popper] {
  left: auto;
  margin-top: 0;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown:hover .sub-menu, .header.header-inner .bottom-header .navbar .nav-item.dropdown:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown:hover .sub-menu .dropdown-item, .header.header-inner .bottom-header .navbar .nav-item.dropdown:focus-within .sub-menu .dropdown-item {
  padding: 15px 20px;
}
.header .top-header {
  background: #222222;
  padding: 20px 0;
}
.header .top-header .top-header-link {
  display: flex;
  align-items: center;
}
.header .top-header .top-header-link > * {
  font-size: 14px;
  line-height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .top-header .top-header-link > * {
    font-size: 14px;
  }
}
.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: -2px;
  border: 0;
  width: auto;
  height: auto;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  transform: rotate(0) translateY(-1px);
}
.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: 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;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  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: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 15px;
  margin-left: -5px;
  color: #ffffff;
}
.header .top-header .top-header-link > * .select-lang .dropdown-toggle span:first-child {
  display: flex;
  flex-direction: row;
  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;
  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: flex;
  flex-direction: column;
  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: flex;
  align-items: center;
  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: #0063D1;
}
.header .bottom-header {
  padding: 35px 0;
}
.header .bottom-header .logo {
  width: 146px;
}
.header .bottom-header .header-search form {
  background: #ffffff;
  display: flex;
  align-items: center;
}
.header .bottom-header .header-search form .wrap {
  width: calc(100% - 55px);
  display: flex;
  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: 400;
}
.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: 14px;
  color: #222222;
  transform: rotate(0) translateY(-42%);
}
.header .bottom-header .header-search form .devider {
  width: 2px;
  height: 30px;
  background: #222222;
  opacity: 0.2;
}
.header .bottom-header .header-search form input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  font-size: 14px;
}
.header .bottom-header .header-search form button {
  width: 55px;
  height: 55px;
  line-height: 53px;
  padding: 0;
  background: #0063D1;
  border: 1px solid #0063D1;
  color: #ffffff;
  font-size: 25px;
}
.header .bottom-header .header-search form button:hover {
  background: transparent;
  color: #0063D1;
}
.header .bottom-header .bottom-header-right {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header .bottom-header .bottom-header-right {
    gap: 0;
  }
}
.header .bottom-header .bottom-header-right .live-chat {
  gap: 10px;
}
.header .bottom-header .bottom-header-right .header-cart-options {
  display: flex;
  gap: 15px;
}
.header .bottom-header .bottom-header-right .header-cart-options a {
  font-size: 22px;
  position: relative;
}
.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: -9px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  background: #222222;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
}
.header .bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
  background: #0063D1;
}
.header .menu-bar {
  background: #ffffff;
}
.header .menu-bar.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
  z-index: 11;
}
.header .menu-bar.navbar-fixed .all-department button {
  display: inline-block;
}
.header .menu-bar .all-department {
  background: #0063D1;
  height: 65px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.header .menu-bar .all-department button {
  font-size: 20px;
  color: #ffffff;
}
.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-family: "Rubik", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #222222;
}
.header .menu-bar .navbar .nav-item .nav-link:hover, .header .menu-bar .navbar .nav-item .nav-link:focus {
  color: #0063D1;
}
.header .menu-bar .navbar .nav-item.dropdown .sub-menu {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 250px;
  box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.header .menu-bar .navbar .nav-item.dropdown .sub-menu .dropdown-item {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  transition: all 0.3s ease-in;
}
.header .menu-bar .navbar .nav-item.dropdown .sub-menu .dropdown-item:hover, .header .menu-bar .navbar .nav-item.dropdown .sub-menu .dropdown-item:focus {
  background: #0063D1;
  color: #ffffff;
}
.header .menu-bar .navbar .nav-item.dropdown .sub-menu.sub-menu[data-bs-popper] {
  left: auto;
  margin-top: 0;
}
.header .menu-bar .navbar .nav-item.dropdown:hover .sub-menu, .header .menu-bar .navbar .nav-item.dropdown:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .menu-bar .navbar .nav-item.dropdown:hover .sub-menu .dropdown-item, .header .menu-bar .navbar .nav-item.dropdown:focus-within .sub-menu .dropdown-item {
  padding: 15px 20px;
}
.header .menu-bar .account-link {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  font-size: 15px;
  color: #222222;
}
.header .menu-bar .account-link a:hover, .header .menu-bar .account-link a:focus {
  color: #0063D1;
}

.header .menu-bar .navbar .nav-item.dropdown:hover .sub-menu li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid #eaeaea;
}

.live-chat .txt a:hover {
  color: #0063D1;
}

.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 .sub-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;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .header .bottom-header .bottom-header-right .live-chat a .icon {
    max-width: 18px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .header .bottom-header .bottom-header-right .live-chat a .icon {
    display: none;
  }
}

.ayaa-header-navigation.text-end ul li {
  margin-right: 0;
  margin-left: 45px;
}
.ayaa-header-navigation.text-end ul li:first-child {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-menu-right-space-2 {
    margin-right: 0;
  }
}
/* 
.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  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;
  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;
  box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
}
.mobile-menu .mobile-menu-close-btn {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  color: #ffffff;
  background: #0063D1;
  box-shadow: 0px 5px 25px 5px rgba(0, 99, 209, 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);
  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 {
  transform: translateY(0);
}
.mobile-menu .mobile-category-list .category-nav {
  min-width: 280px;
  height: 100%;
  padding: 20px;
  background: #ffffff;
  overflow: scroll;
  margin: auto;
  transform: translateY(100%);
  transition: all 0.2s ease-in;
}
.mobile-menu .mobile-category-list .category-nav .title {
  font-size: 15px;
  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;
  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: #0063D1;
}
.mobile-menu .mobile-category-list .category-nav .category-item a {
  min-height: 40px;
  display: flex;
  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: inline-flex;
  justify-content: 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: #0063D1;
}
.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: flex;
  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: 15px;
  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: #0063D1;
}
.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);
  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 {
  transform: translate(0);
}
.mobile-menu .m-main-menu.active .menu-bar {
  transform: translate(0);
}
.mobile-menu .m-main-menu .mobile-menu-close-btn {
  bottom: auto;
  top: 25px;
  left: 235px;
  transform: translateX(-300px);
}
.mobile-menu .m-main-menu .menu-bar {
  width: 250px;
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  overflow: scroll;
  transition: all 0.2s ease-in;
}
.mobile-menu .m-main-menu .menu-bar .logo {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.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: 15px;
  right: 0;
  border: 0;
}
.mobile-menu .m-main-menu .menu-bar .nav-item .sub-menu {
  position: static !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 .sub-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 .sub-menu .dropdown-item:active, .mobile-menu .m-main-menu .menu-bar .nav-item .sub-menu .dropdown-item:focus, .mobile-menu .m-main-menu .menu-bar .nav-item .sub-menu .dropdown-item:hover {
  background: transparent;
}
.mobile-menu .mobile-nav {
  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: #0063D1;
  color: #ffffff;
  transform: translateY(-15px);
  box-shadow: 0px 5px 25px 5px rgba(0, 99, 209, 0.4);
} */

.banner {
  padding-bottom: 25px;
}
.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: 25px;
}
.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 {
  animation: 1s slideDown 1s ease-in;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt h1 {
  animation: 1s slideDown2 1s ease-in;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt .price {
  animation: 1s slideUp 1s ease-in;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt .def-btn-3 {
  animation: 1s slideUp2 1s ease-in;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: trans(0);
  }
}
@keyframes slideUp2 {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown2 {
  0% {
    transform: translateY(-150%);
  }
  100% {
    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;
  transition: all 0.3s ease-in;
  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;
  transition: all 0.6s ease-in;
  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;
  transition: all 0.6s ease-in;
  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: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 11px;
}
.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: 15px;
  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;
  transform: translateY(-50%);
  background: #ffffff;
}
.banner.banner-2 .banner-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 30px;
  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: #F8F8F8;
  padding: 0;
  padding-top: 62px;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.banner.banner-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
.banner.banner-inner .breadcrumb-txt {
  text-align: center;
}
.banner.banner-inner .breadcrumb-txt h1 {
  font-size: 36px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 9px;
}
.banner.banner-inner .breadcrumb-txt ul {
  display: flex;
  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: #0063D1;
}
.banner.banner-inner .part-img {
  height: 238px;
  padding: 20px 0;
  display: flex;
  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;
  display: none;
  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 {
  transition: 0.3s;
}
.banner .category-list .category-item.has-sub .arrow {
  float: right;
  transform: translateY(-20px) rotate(45deg);
  width: 9px;
  height: 9px;
  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: #0063D1;
}
.banner .category-list .category-item:last-child {
  margin-bottom: 0;
}
.banner .category-list .category-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #292929;
}
.banner .category-list .category-item a .icon {
  display: inline-flex;
  justify-content: 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: #0063D1;
}
.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: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Rubik";
  padding-bottom: 0;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 8px;
}
.banner .category-list .category-item .category-sub-menu h4 span {
  font-size: 25px;
  line-height: 100%;
  color: #0063D1;
}
.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: #0063D1;
}
.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: 0;
  opacity: 1;
  visibility: visible;
}
.banner .slider-area {
  padding-top: 24px;
  position: relative;
}
.banner .slider-area .ayaa-slider-height {
  background-size: cover;
  position: relative;
  z-index: 2;
}
.banner .slider-area .ayaa-slider-height:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
  z-index: -1;
}
.banner .slider-area .banner-txt {
  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: 40px;
  font-weight: 700;
  margin-bottom: 11px;
}
.banner .slider-area .banner-txt p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  margin-bottom: 21px;
}
.banner .slider-area .banner-txt .price {
  margin-bottom: 29px;
}
.banner .slider-area .banner-txt .price span {
  line-height: 100%;
}
.banner .slider-area .banner-txt .price span:first-child {
  position: relative;
  margin-right: 5px;
}
.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: flex;
  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: #0063D1;
}
.banner .sidebar-area {
  padding-top: 24px;
  height: 100%;
}
.banner .sidebar-area .best-selling-panel {
  background: #ffffff;
  height: 100%;
}
.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: 15px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
  color: #0063D1;
  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: flex;
  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: flex;
  gap: 2px;
  font-size: 13px;
  color: #ccc;
  margin-bottom: 7px;
}
.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: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 7px;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name:hover a {
  color: #0063D1;
}
.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
  font-size: 15px;
  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: 15px;
  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: #0063D1;
  color: #ffffff;
}

.breadcrumb-trail.breadcrumbs > span a {
  font-size: 14px;
  color: #616161;
}

nav.breadcrumb-txt.p-0.breadcrumb-trail.breadcrumbs span > span {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-theme-primary);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-item-6.bg-default.banner-1 {
    padding: 29px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-item-6.bg-default.banner-1 {
    padding: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-item-6.bg-default.banner-1 .content {
    padding-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-item-6.style-2.bg-default.banner-2 .content {
    padding-top: 15px;
    padding-bottom: 61px;
  }
}

.top-product {
  padding: 25px 0;
}
.top-product.top-product-2 .product-card {
  border: 1px solid rgba(41, 41, 41, 0.1);
  padding: 0 30px;
}
.top-product.top-product-2 .product-card .part-txt {
  width: calc(100% - 165px);
  padding: 30px 0;
}
.top-product.top-product-2 .product-card .part-txt .price {
  color: #e9b808;
}
.top-product.top-product-2 .product-card .part-img {
  width: 140px;
}
.top-product .product-card {
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
  transition: 0.3s;
  justify-content: space-between;
}
.top-product .product-card .part-txt {
  width: calc(100% - 175px);
}
.top-product .product-card .part-txt .price {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #0063D1;
  margin-top: -2px;
  margin-bottom: 11px;
}
.top-product .product-card .part-txt .price span {
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
  position: relative;
}
.top-product .product-card .part-txt .price span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.top-product .product-card .part-txt .product-name {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #292929;
  margin-bottom: 24px;
  line-height: 1.3;
}
.top-product .product-card .part-txt .product-name span {
  font-weight: 500;
}
.top-product .product-card .part-img {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-product .product-card .part-img img {
  width: auto;
  max-height: 100%;
}
.top-product .product-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(41, 41, 41, 0.1);
}

.flash-deal {
  padding: 25px 0;
}
.flash-deal .countdown-wrap {
  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: flex;
  gap: 15px;
}
.flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
  display: flex;
  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(0, 99, 209, 0.2);
  border-radius: 3px;
}
.flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
  font-size: 15px;
  text-transform: capitalize;
}

.product-custom-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.product-custom-row .custom-col {
  flex: 0 0 calc(20% - 16px);
}

.single-product-card {
  border: 1px solid rgba(221, 221, 221, 0.5);
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
  animation: gridView 0.5s ease-in;
}
.single-product-card.product-card-list {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 0;
  opacity: 1;
  animation: listView 0.5s ease-in;
}
.single-product-card.product-card-list .part-img {
  width: 370px;
}
.single-product-card.product-card-list .part-txt {
  display: block;
  flex-direction: unset;
  align-items: unset;
  width: 100%;
  text-align: left;
  padding: 0;
}
.single-product-card.product-card-list .part-txt .product-name {
  order: 1;
  font-size: 18px;
  font-weight: 600;
}
.single-product-card.product-card-list .part-txt .dscr {
  order: 3;
  position: sticky;
  visibility: visible;
  font-size: 15px;
  line-height: 25px;
  color: #606060;
  margin-bottom: 21px;
}
.single-product-card.product-card-list .part-txt .star {
  order: 2;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.single-product-card.product-card-list .part-txt .price {
  order: 4;
}
.single-product-card.product-card-list .part-txt .add-to-cart-btn {
  order: 5;
  position: sticky;
  visibility: visible;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  padding: 0 20px;
  transition: 0.3s;
}
.single-product-card.product-card-list .part-txt .add-to-cart-btn:hover, .single-product-card.product-card-list .part-txt .add-to-cart-btn:focus {
  background: #0063D1;
  border-color: #0063D1;
  color: #ffffff;
}
.single-product-card.product-card-list .cart-option {
  left: 50%;
  top: auto;
  bottom: 30px;
  transform: translateX(-50%);
}
.single-product-card .part-img {
  min-height: 262px;
  position: relative;
  line-height: 1;
}
.single-product-card .part-img .off-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background: #0063D1;
  border-radius: 50%;
}
.single-product-card .part-img img {
  min-height: 280px;
  object-fit: cover;
}
.single-product-card .part-txt {
  text-align: center;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .single-product-card .part-txt {
    padding: 25px 20px;
    padding-bottom: 15px;
  }
}
.single-product-card .part-txt > * {
  transition: 0.1s;
}
.single-product-card .part-txt .product-name {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  margin-top: -5px;
  margin-bottom: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-product-card .part-txt .product-name {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-product-card .part-txt .product-name {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .single-product-card .part-txt .product-name {
    margin-bottom: 7px;
  }
}
.single-product-card .part-txt .product-name a:hover {
  color: #0063D1;
}
.single-product-card .part-txt .dscr {
  position: absolute;
  visibility: hidden;
}
.single-product-card .part-txt .price {
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  color: #000;
  margin-bottom: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-product-card .part-txt .price {
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-product-card .part-txt .price {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .single-product-card .part-txt .price {
    margin-bottom: 11px;
  }
}
.single-product-card .part-txt .price span {
  font-size: 15px;
  color: #606060;
  position: relative;
  margin-right: 0;
}
.single-product-card .part-txt .price del {
  position: relative;
}
.single-product-card .part-txt .price del:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #606060;
}
.single-product-card .part-txt .star {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  color: #606060;
}
.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 .cart-option {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  perspective: 300px;
  transition: all 0.4s ease-in;
}
.single-product-card .cart-option ul {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 0px 30px -5px rgba(34, 34, 34, 0.2);
  padding: 5px;
  transform: rotateX(90deg);
  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: 15px;
  line-height: 100%;
  padding: 7px 15px;
}
.single-product-card .cart-option ul li a:hover {
  color: #0063D1;
}
.single-product-card:hover .cart-option ul {
  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: flex;
  justify-content: center;
  align-items: center;
  cursor: url(../images/cursor.png), zoom-out;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 12;
}
.product-quick-view-panel.active {
  opacity: 1;
  visibility: visible;
}
.product-quick-view-panel.active .img {
  transform: scale(1);
  transition: 0.3s;
}
.product-quick-view-panel .img {
  max-width: 80%;
  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;
}

.new-arrival {
  background: #F1F1F1;
  position: relative;
}
.new-arrival.new-arrival-2 .part-txt {
  background: #ffffff;
  color: #222222;
  width: 60%;
}
.new-arrival.new-arrival-2 .part-txt .countdown-wrap h3 {
  font-weight: 700;
  color: #222222;
}
.new-arrival .part-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(34, 34, 34, 0.7);
  padding: 40px 50px;
  color: #ffffff;
}
.new-arrival .part-txt .countdown-wrap {
  text-align: center;
}
.new-arrival .part-txt .countdown-wrap p {
  font-size: 15px;
  line-height: 100%;
  margin-top: -2px;
  margin-bottom: 17px;
}
.new-arrival .part-txt .countdown-wrap h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 21px;
}
.new-arrival .part-txt .countdown-wrap .countdown {
  margin-bottom: 20px;
}
.new-arrival .part-txt .countdown-wrap .countdown .syotimer__body {
  justify-content: center;
}
.new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell {
  flex-direction: column;
  gap: 9px;
}
.new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 0;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
  color: #ffffff;
  text-transform: uppercase;
}
.new-arrival .part-txt .def-btn {
  line-height: 48px;
  border: 1px solid #e9b808;
}

.single-product-card .cart-option.cart-option-bottom {
  top: auto;
  bottom: 32px;
}

.single-product-card.product-card-list .part-img img {
  height: auto;
  min-height: 100%;
}

@keyframes listView {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
@keyframes gridView {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
.popular-categories {
  padding: 25px 0;
}
.popular-categories .custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
}
.popular-categories .custom-row .custom-col {
  width: calc(12.5% - 15.8px);
}
.popular-categories .custom-row .custom-col .category-card .part-img {
  margin-bottom: 15px;
}
.popular-categories .custom-row .custom-col .category-card .part-img a {
  min-height: 137px;
}
.popular-categories .custom-row .custom-col .category-card .part-txt {
  text-align: center;
}
.popular-categories .custom-row .custom-col .category-card .part-txt h3 {
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  margin-top: -1px;
  margin-bottom: -3px;
}
.popular-categories .custom-row .custom-col .category-card .part-txt h3 a:hover {
  color: #0063D1;
}

.popular-categories-2 {
  padding: 25px 0;
}
.popular-categories-2 .custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.popular-categories-2 .custom-row .custom-col {
  width: calc(25% - 15px);
}
.popular-categories-2 .custom-row .custom-col .category-card a {
  display: flex;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(96, 96, 96, 0.2);
  padding: 15px;
  transition: 0.3s;
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: 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;
  transition: 0.3s;
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
  width: calc(100% - 65px);
  display: flex;
  justify-content: space-between;
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: #222;
  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;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.15);
  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;
}

.recently-viewed .new-arrival-3 {
  position: relative;
}
.recently-viewed .new-arrival-3 .part-txt {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.recently-viewed .new-arrival-3 .part-txt p {
  font-size: 15px;
  line-height: 100%;
  margin-bottom: 14px;
}
.recently-viewed .new-arrival-3 .part-txt h3 {
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 16px;
}
.recently-viewed .new-arrival-3 .part-txt .def-btn-2 {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.recently-viewed .new-arrival-3 .part-txt .def-btn-2:hover {
  background: #ffffff;
  color: #e9b808;
}
.recently-viewed .recent-view-slide-nav .owl-nav {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: -6px;
}
.recently-viewed .recent-view-slide-nav .owl-nav button {
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border: 1px solid rgba(34, 34, 34, 0.07);
  background: #f0f2f9;
  color: #222222;
  font-size: 13px;
}
.recently-viewed .recent-view-slide-nav .owl-nav button.disabled {
  color: rgba(34, 34, 34, 0.5);
}
.recently-viewed .recent-view-slide-nav .owl-nav button.disabled:hover {
  background: #f0f2f9;
  color: rgba(34, 34, 34, 0.5);
}
.recently-viewed .recent-view-slide-nav .owl-nav button:hover {
  color: #ffffff;
  background: #e9b808;
}
.recently-viewed .recent-view-slider .single-slider {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.recently-viewed .single-product-card-2 {
  display: flex;
  align-items: center;
  gap: 15px;
  outline: 1px solid #ddd;
  padding: 20px;
  transition: 0.3s;
  outline-offset: -2px;
}
.recently-viewed .single-product-card-2 .part-img {
  width: 145px;
  height: 140px;
}
.recently-viewed .single-product-card-2 .part-txt {
  width: calc(100% - 160px);
}
.recently-viewed .single-product-card-2 .part-txt .category {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #606060;
  margin-top: -2px;
  margin-bottom: 10px;
}
.recently-viewed .single-product-card-2 .part-txt .title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
.recently-viewed .single-product-card-2 .part-txt .title:hover {
  color: #606060;
}
.recently-viewed .single-product-card-2 .part-txt .star {
  font-size: 14px;
  line-height: 1.3;
  color: #606060;
  margin-bottom: 18px;
}
.recently-viewed .single-product-card-2 .part-txt .star .rated {
  color: #ffc801;
}
.recently-viewed .single-product-card-2 .part-txt .star span {
  font-family: "Rubik", sans-serif;
}
.recently-viewed .single-product-card-2 .part-txt .price {
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: #e9b808;
  margin-bottom: -3px;
}
.recently-viewed .single-product-card-2 .part-txt .price span {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  position: relative;
}
.recently-viewed .single-product-card-2 .part-txt .price span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222222;
}
.recently-viewed .single-product-card-2:hover {
  border-color: #e9b808;
}

.hot-deal-banner {
  padding: 25px 0;
}
.hot-deal-banner .bg {
  background: url(../images/hot-deal-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 90px 60px;
}
.hot-deal-banner .bg .banner-txt h2 {
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.hot-deal-banner .bg .banner-txt h2 span {
  font-weight: 700;
}
.hot-deal-banner .bg .banner-txt p {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 28px;
  margin-bottom: 30px;
  position: relative;
}
.hot-deal-banner .bg .banner-txt p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background: #ffffff;
}
.hot-deal-banner .bg .banner-txt .countdown {
  margin-bottom: 30px;
}
.hot-deal-banner .bg .banner-txt .countdown .syotimer__body {
  display: flex;
}
.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
  text-align: center;
  padding: 0 25px;
  position: relative;
}
.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: #ffffff;
}
.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: -2px;
}
.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell:first-child {
  padding-left: 0;
}
.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell:last-child {
  padding-right: 0;
}
.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell:last-child:after {
  display: none;
}

.special-offer {
  padding: 25px 0;
}
.special-offer .single-offer {
  min-height: 100px;
  transition: 0.3s;
}
.special-offer .single-offer:hover {
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.3);
}

.season-sale.season-sale-2 .panel {
  background: #eaf1f5;
}
.season-sale.season-sale-2 .season-sale-box.season-sale-box-2 .part-txt .outline {
  color: #ffffff;
}
.season-sale.season-sale-2 .season-sale-box.season-sale-box-2 .part-txt .outline:hover {
  border-color: #e9b808;
}
.season-sale.season-sale-2 .season-sale-box .part-txt a {
  background: #e9b808;
  border-color: #e9b808;
}
.season-sale.season-sale-2 .season-sale-box .part-txt a.outline {
  color: #e9b808;
}
.season-sale.season-sale-2 .season-sale-box .part-txt a.outline:hover {
  background: #e9b808;
}
.season-sale.season-sale-2 .season-sale-box .part-txt a:hover {
  color: #e9b808;
}
.season-sale .season-sale-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.season-sale .season-sale-box.season-sale-box-2 {
  height: 100%;
  background: url(../images/season-sale-2.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.season-sale .season-sale-box.season-sale-box-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.6;
  z-index: -1;
}
.season-sale .season-sale-box.season-sale-box-2 .part-txt p,
.season-sale .season-sale-box.season-sale-box-2 .part-txt h3,
.season-sale .season-sale-box.season-sale-box-2 .part-txt .outline {
  color: #ffffff;
  border-color: #ffffff;
}
.season-sale .season-sale-box.season-sale-box-2 .part-txt p:hover,
.season-sale .season-sale-box.season-sale-box-2 .part-txt h3:hover,
.season-sale .season-sale-box.season-sale-box-2 .part-txt .outline:hover {
  border-color: #0063D1;
}
.season-sale .season-sale-box .part-txt {
  text-align: center;
}
.season-sale .season-sale-box .part-txt p {
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  color: #606060;
  margin-top: -1px;
  margin-bottom: 16px;
}
.season-sale .season-sale-box .part-txt h3 {
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.season-sale .season-sale-box .part-txt a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #0063D1;
  color: #ffffff;
  padding: 0 25px;
  border: 1px solid #0063D1;
}
.season-sale .season-sale-box .part-txt a.outline {
  background: transparent;
  color: #0063D1;
}
.season-sale .season-sale-box .part-txt a.outline:hover {
  background: #0063D1;
  color: #ffffff;
}
.season-sale .season-sale-box .part-txt a:hover {
  background: transparent;
  color: #0063D1;
}
.season-sale .season-sale-box .part-img {
  min-height: 343px;
}

@media (max-width: 767px) {
  .season-sale .season-sale-box .part-txt h3 {
    font-size: 20px;
  }
}
.best-seller .rg-30 {
  row-gap: 30px;
}
.best-seller .single-box {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #ddd;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}
.best-seller .single-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background: #ddd;
  z-index: -1;
}
.best-seller .single-box .part-txt {
  width: calc(100% - 186px);
}
.best-seller .single-box .part-txt .title {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #222222;
  margin-top: -5px;
  margin-bottom: 10px;
}
.best-seller .single-box .part-txt .title:hover {
  color: #0063D1;
}
.best-seller .single-box .part-txt .star {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  line-height: 100%;
  color: #606060;
  margin-bottom: 15px;
}
.best-seller .single-box .part-txt .star .rated {
  color: #ffc801;
}
.best-seller .single-box .part-txt .star span {
  font-family: "Rubik", sans-serif;
  line-height: 100%;
  margin-left: 5px;
}
.best-seller .single-box .part-txt .part-btn {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #0063D1;
  padding: 0 15px;
  border: 1px solid #0063D1;
}
.best-seller .single-box .part-txt .part-btn:hover {
  background: transparent;
  color: #0063D1;
}

.top-rated-n-best-seller .top-rated .top-rated-slider-nav {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: -6px;
}
.top-rated-n-best-seller .top-rated .top-rated-slider-nav button {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #ddd;
  color: #606060;
}
.top-rated-n-best-seller .top-rated .top-rated-slider-nav button.slick-next {
  background: #e9b808;
  color: #ffffff;
}
.top-rated-n-best-seller .top-rated .top-rated-slider-nav button.slick-next:hover {
  background: #ddd;
  color: #606060;
}
.top-rated-n-best-seller .top-rated .top-rated-slider-nav button:hover {
  background: #e9b808;
  color: #ffffff;
}
.top-rated-n-best-seller .top-rated .slick-slider {
  overflow: hidden;
}
.top-rated-n-best-seller .top-rated .slick-list {
  margin-bottom: -20px;
}
.top-rated-n-best-seller .top-rated .top-product-card {
  margin-bottom: 20px;
}
.top-rated-n-best-seller .best-seller {
  height: 100%;
}
.top-rated-n-best-seller .best-seller .g-20 {
  row-gap: 20px;
}
.top-rated-n-best-seller .top-product-card {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 89px;
}
.top-rated-n-best-seller .top-product-card .part-img {
  box-shadow: 0px 0px 0px 1px rgba(221, 221, 221, 0.5);
  width: 100px;
  height: 89px;
  overflow: hidden;
}
.top-rated-n-best-seller .top-product-card .part-txt {
  width: calc(100% - 115px);
}
.top-rated-n-best-seller .top-product-card .part-txt .star {
  font-size: 12px;
  line-height: 100%;
  color: #ccc;
  margin-top: 1px;
  margin-bottom: 9px;
}
.top-rated-n-best-seller .top-product-card .part-txt .star .rated {
  color: #ffc801;
}
.top-rated-n-best-seller .top-product-card .part-txt .title {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 11px;
}
.top-rated-n-best-seller .top-product-card .part-txt .title:hover {
  color: #606060;
}
.top-rated-n-best-seller .top-product-card .part-txt .price {
  font-size: 15px;
  line-height: 100%;
  color: #222222;
  margin-bottom: 0;
}
.top-rated-n-best-seller .top-product-card .part-txt .price span {
  color: #606060;
  opacity: 0.8;
  position: relative;
}
.top-rated-n-best-seller .top-product-card .part-txt .price span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #606060;
}

.top-brand .rg-30 {
  row-gap: 30px;
}
.top-brand .logo-box {
  border: 1px solid #ddd;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.top-brand .logo-box:hover {
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}

.testimonial {
  overflow: hidden;
}
.testimonial .review-slider .slick-list {
  padding: 20px 10px;
  margin: -20px;
}
.testimonial .review-slider .review-card {
  outline: 1px solid #ddd;
  padding: 30px 15px;
  margin: 0 10px;
  transition: 0.3s;
  outline-offset: -2px;
}
.testimonial .review-slider .review-card .user {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 13px;
}
.testimonial .review-slider .review-card .user .part-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial .review-slider .review-card .user .txt {
  width: calc(100% - 75px);
}
.testimonial .review-slider .review-card .user .txt h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #292929;
  margin-top: -1px;
  margin-bottom: 11px;
}
.testimonial .review-slider .review-card .user .txt span {
  display: block;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #606060;
}
.testimonial .review-slider .review-card .main-txt p {
  font-size: 15px;
  line-height: 26px;
  color: #606060;
  margin-bottom: 13px;
}
.testimonial .review-slider .review-card .star-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial .review-slider .review-card .star-wrap .star {
  display: flex;
  gap: 7px;
  font-size: 14px;
  color: #ffc801;
}
.testimonial .review-slider .review-card .star-wrap span {
  font-size: 14px;
  line-height: 100%;
  color: #222222;
}

.subscribe.subscribe-2 .bg {
  background: url(../images/subscribe-bg-2.jpg) center center no-repeat;
  background-size: cover;
}
.subscribe.subscribe-2 .bg .form input {
  border-color: #e9b808;
}
.subscribe .bg {
  background: url(../images/subscribe-bg.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.subscribe .bg .form {
  display: flex;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
}
.subscribe .bg .form input {
  width: 100%;
  background: #ffffff;
  padding: 0 20px;
  border-right: 1px solid #0063D1;
}
.subscribe .bg .form .def-btn {
  height: 60px;
  line-height: 60px;
}

.blog.blog-2 .panel {
  overflow: visible;
}

.blog-slider.blog-slider-2 .slick-list {
  margin: -20px;
}
.blog-slider.blog-slider-2 .single-blog .part-txt h3 a:hover {
  color: #e9b808;
}
.blog-slider.blog-slider-2 .single-blog:hover .part-txt .continue {
  background: #e9b808;
  border-color: #e9b808;
}
.blog-slider .slick-list {
  padding: 20px 10px;
  margin: -20px;
}

.single-blog {
  transition: 0.5s;
}
.single-blog.slick-active {
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
}
.single-blog .part-txt {
  padding: 40px 25px 24px;
  position: relative;
  margin-bottom: -2px;
}
.single-blog .part-txt .tag-n-date {
  font-size: 15px;
  line-height: 100%;
  color: #606060;
  margin-top: -2px;
  margin-bottom: 15px;
}
.single-blog .part-txt h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 9px;
}
.single-blog .part-txt h3 a:hover {
  color: #0063D1;
}
.single-blog .part-txt p {
  font-size: 15px;
  line-height: 26px;
  color: #606060;
  margin-bottom: 10px;
}
.single-blog .part-txt .continue {
  position: absolute;
  bottom: -64px;
  right: 46px;
  width: 65px;
  height: 100px;
  line-height: 70px;
  font-size: 22px;
  text-align: center;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 30px 0 0 0;
  transform: rotate(46deg);
}
.single-blog .part-txt .continue span {
  display: block;
  margin-top: -10px;
  margin-left: -20px;
  transform: rotate(-46deg);
}
.single-blog:hover .part-txt .continue {
  background: #0063D1;
  border-color: #0063D1;
  color: #ffffff;
}

.blog-page .single-blog {
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.ayaa-blog-meta-in-box-447 img {
  width: 30px;
  background: whitesmoke;
  border-radius: 50%;
  margin-right: 14px;
}

.ayaa-blog-meta-in-box-447 a {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.ayaa-blog-meta-in-box-447 a::after {
  width: 1px;
  height: 16px;
  background: #616161;
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.ayaa-blog-meta-in-box-447 a:last-child::after {
  display: none;
}

.ayaa-fz-blog-thumbnail-447 .ayaa-blog-meta-in-box-447 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  grid-gap: 50px;
  align-items: center;
  z-index: 9;
}

.ayaa-fz-thumbnail-image {
  position: relative;
  overflow: hidden;
}

.ayaa-fz-thumbnail-image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(40, 40, 40, 0) 50%, #282828 100%);
}

.ayaa-blog-caption-date-447 .day {
  font-size: 24px;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .ayaa-blog-caption-date-447 .day {
    font-size: 14px;
    margin-bottom: 1px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-blog-caption-date-447 .day {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.ayaa-blog-caption-date-447 .month {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ayaa-blog-caption-date-447 .month {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-blog-caption-date-447 .month {
    font-size: 14px;
  }
}

.ayaa-blog-caption-date-447 {
  position: absolute;
  top: 30px;
  right: 30px;
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
  padding: 12px 17px;
  border-radius: 4px;
  text-align: center;
  z-index: 9;
}
@media (max-width: 767px) {
  .ayaa-blog-caption-date-447 {
    padding: 9px 12px;
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-blog-caption-date-447 {
    padding: 12px 17px;
    top: 30px;
    right: 30px;
  }
}

.ayaa-fz-blog-content-447 {
  border-radius: 10px;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .ayaa-fz-blog-content-447 {
    padding: 30px 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-blog-content-447 {
    padding: 30px 30px;
  }
}

article.ayaa-fz-blog-box-447 {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
}

.ayaa-fz-blog-box-447 .blog-thumb.swiper-container.ayaa-blog-box-gallery .owl-carousel .owl-item .ayaa-blog-meta-in-box-447 img {
  width: 30px;
  background: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-right: 14px;
}

.features {
  position: relative;
}
.features.features-2 .single-feature .part-icon span {
  color: #e9b808;
}
.features .custom-row {
  display: flex;
  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: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.features .single-feature .part-icon span {
  height: 50px;
  line-height: 50px;
  font-size: 45px;
  color: #0063D1;
}
.features .single-feature .part-icon span i {
  display: inline-block;
  height: 50px;
}
.features .single-feature .part-txt h4 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #292929;
  margin-top: -2px;
  margin-bottom: 11px;
}
.features .single-feature .part-txt p {
  font-size: 15px;
  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;
}
.footer .main-footer {
  color: #ccc;
}
.footer .main-footer .custom-row {
  display: flex;
  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: 15px;
  line-height: 26px;
  margin-top: -1px;
  margin-bottom: 10px;
}
.footer .main-footer .footer-about ul li {
  display: flex;
  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: 15px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #ccc;
}
.footer .main-footer .footer-about ul li .txt a:hover {
  color: #0063D1;
}
.footer .main-footer .footer-title {
  font-size: 22px;
  line-height: 100%;
  font-weight: 500;
  padding-bottom: 14px;
  color: #fff;
  margin-top: -1px;
  margin-bottom: 30px;
  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: flex;
  justify-content: space-around;
  gap: 20px;
}
.footer .main-footer .footer-link ul {
  margin-top: -14px;
}
.footer .main-footer .footer-link ul li {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 13px;
}
.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: #0063D1;
}
.footer .main-footer .footer-gallery ul {
  display: flex;
  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: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #ffffff;
  opacity: 0;
  transition: 0.3s;
}
.footer .main-footer .footer-gallery ul li a:hover span {
  opacity: 1;
}
.footer .main-footer .footer-subscribe p {
  font-size: 15px;
  line-height: 26px;
  margin-top: -6px;
  margin-bottom: 23px;
}
.footer .main-footer .footer-subscribe form input {
  width: 100%;
  padding: 0 10px;
  font-size: 15px;
  color: #ffffff;
}
.footer .main-footer .footer-subscribe form input::placeholder {
  color: #989898;
}
.footer .main-footer .footer-subscribe form button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #0063D1;
  color: #ffffff;
  font-size: 20px;
}
.footer .main-footer .footer-subscribe form button:hover {
  background: #ffffff;
  color: #0063D1;
}
.footer .main-footer .footer-subscribe .btn-box {
  display: flex;
  gap: 10px;
}
.footer .main-footer .footer-subscribe .btn-box a {
  height: 40px;
}
.footer .main-footer .footer-subscribe .btn-box a img {
  max-height: 100%;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.footer .copyright p {
  font-size: 15px;
  line-height: 100%;
  color: #ccc;
  margin-bottom: 0;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-footer-widget-3.pr-40 {
    padding-right: 0;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-footer-widget-3.pl-40.mb-40 {
    padding-left: 10px;
  }
}

/**
* Header 01
*/
.ayaa-header-logo img {
  max-width: 120px;
}
.ayaa-fz-header-logo-2 img {
  max-width: 143px;
}
.ayaa-switch-sidebar i {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-header-nav {
    padding: 30px 0;
    border-bottom: 1px solid var(--clr-border-soft);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-header-topbar {
    padding: 20px 0;
  }
}
.ayaa-topbar-link {
  color: var(--clr-common-white);
  font-size: 14px;
}
.ayaa-topbar-link i {
  color: var(--clr-common-white);
  margin-right: 3px;
}
.ayaa-topbar-link:hover {
  color: var(--clr-common-white);
}
.ayaa-topbar-welcome-text p {
  font-size: 14px;
  color: var(--clr-common-white);
  font-weight: 700;
  margin-bottom: 0;
}
.ayaa-topbar-right-links a {
  font-size: 14px;
  color: var(--clr-common-white);
  display: inline-block;
  transform: translateY(-2px);
}
.ayaa-topbar-right-links a i {
  font-size: 16px;
  margin-right: 3px;
}
.ayaa-topbar-right-item {
  display: inline-block;
  padding-left: 35px;
  position: relative;
}
.ayaa-topbar-right-item .nice-select {
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-topbar-right-item {
    padding-left: 15px;
  }
}
.ayaa-topbar-right-item::before {
  position: absolute;
  left: 15px;
  top: 2px;
  height: 12px;
  width: 1px;
  background-color: var(--clr-theme-primary);
  content: "";
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-topbar-right-item::before {
    left: 7px;
  }
}
.ayaa-topbar-right-item:first-child {
  padding-left: 0;
}
.ayaa-topbar-right-item:first-child::before {
  display: none;
}
.ayaa-topbar-right-item .nice-select {
  background: transparent;
  border: 0;
  padding: 0 0;
  line-height: 1;
  padding-right: 14px;
  transform: translateY(2px);
  height: auto;
}
.ayaa-topbar-right-item .nice-select::after {
  border: 0;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  transform: rotate(0);
  height: auto;
  line-height: initial;
  width: auto;
  position: absolute;
  right: 0;
  top: 4px;
  color: var(--clr-common-white);
}
.ayaa-topbar-right-item .nice-select .current {
  font-size: 14px;
  color: var(--clr-common-white);
}
.ayaa-header-navigation ul li {
  display: inline-block;
  margin: 0 23px;
  position: relative;
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-header-navigation ul li {
    margin: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-header-navigation ul li {
    margin: 0;
    margin-left: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-header-navigation ul li:first-child {
    margin-left: 0;
  }
}
.ayaa-header-navigation ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-common-black);
  padding: 29px 0;
}
.ayaa-header-navigation ul li.has-menu-children a:hover {
  background-color: transparent;
}
.ayaa-header-navigation ul li.has-menu-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  color: #c2c2c2;
  font-size: 14px;
  margin-left: 4px;
  display: inline-block;
  transition: all 0.3s;
  border: 0;
  vertical-align: unset;
}
.ayaa-header-navigation ul li:hover > a {
  color: var(--clr-theme-primary);
}
.ayaa-header-navigation ul li:hover > a::after {
  color: var(--clr-theme-primary);
}
.ayaa-header-navigation ul.sub-menu {
  position: absolute;
  display: block;
  top: 120%;
  border-radius: 0;
  left: 0;
  border: 0;
  min-width: 220px;
  padding: 15px 0;
  background: var(--clr-common-white);
  transition: all 0.3s ease-out 0s;
  -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}
.ayaa-header-navigation ul.sub-menu li {
  font-size: 14px;
  transition: all 0.3s ease-in;
  margin: 0;
  display: block;
}
.ayaa-header-navigation ul.sub-menu li a {
  width: 100%;
  display: block;
  padding: 9px 30px;
  text-transform: capitalize;
  color: var(--clr-common-black);
  font-weight: 500;
  position: relative;
}
.ayaa-header-navigation ul.sub-menu li a::after {
  display: none;
}
.ayaa-header-navigation ul.sub-menu li:hover > a {
  color: var(--clr-theme-primary);
  padding-left: 36px;
}
.ayaa-header-navigation ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.ayaa-navigation-right-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ayaa-navigation-right-contact > * {
  flex: 0 0 auto;
}
.ayaa-navigation-right-contact .content .label {
  display: block;
  font-size: 14px;
  color: var(--clr-body-soft);
}
.ayaa-navigation-right-contact .content .link {
  font-weight: 700;
  color: var(--clr-common-black);
  display: block;
}
.ayaa-navigation-right-contact .content .link:hover {
  color: var(--clr-theme-primary);
}
.ayaa-navigation-right-contact .icon {
  padding-left: 10px;
}
.ayaa-navigation-right-contact .icon i {
  color: var(--clr-theme-primary);
  font-size: 30px;
}
.ayaa-header-categories {
  position: relative;
}
.ayaa-header-categories-menu-list {
  background: var(--clr-common-white);
  width: 100%;
}
.ayaa-header-categories-coupon-btn {
  display: block;
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.ayaa-header-categories-coupon-btn.theme-bg-2 {
  background-color: var(--clr-theme-secondary);
}
.ayaa-header-categories-coupon-btn.theme-bg-2 span {
  color: rgba(255, 255, 255, 0.6509803922);
}
.ayaa-header-categories-coupon-btn.theme-bg-2:hover {
  background-color: var(--clr-theme-tertiary);
}
.ayaa-header-categories-coupon-btn.theme-bg-2:hover span {
  color: rgba(255, 255, 255, 0.6509803922);
}
.ayaa-header-categories-coupon-btn span {
  color: #7fb0e7;
  transition: all 0.3s;
  font-weight: 400;
}
.ayaa-header-categories-coupon-btn:hover {
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
}
.ayaa-header-categories-coupon-btn:hover span {
  color: #848484;
}
.ayaa-header-categories .ayaa-header-categories-menu-list {
  position: absolute;
  left: 0;
  top: calc(100% + 31px);
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-header-categories .ayaa-header-categories-menu-list {
    display: none;
  }
}
.ayaa-header-categories .ayaa-header-categories-menu-list-inner {
  padding: 25px 30px;
  box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.03);
}
.ayaa-header-categories .ayaa-header-categories-menu-list::after {
  position: absolute;
  height: 15px;
  width: 25px;
  background-color: var(--clr-common-white);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  content: "";
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}
.ayaa-header-categories .ayaa-header-categories-menu-list ul li {
  list-style: none;
  border-bottom: 1px solid var(--clr-border-soft);
  padding-bottom: 19px;
  margin-bottom: 19px;
  transition: all 0.3s;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-header-categories .ayaa-header-categories-menu-list ul li {
    margin-bottom: 13.5px;
    padding-bottom: 13.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-header-categories .ayaa-header-categories-menu-list ul li {
    margin-bottom: 17.5px;
    padding-bottom: 17.5px;
  }
}
.ayaa-header-categories .ayaa-header-categories-menu-list ul li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s;
  height: 1px;
  background-color: var(--clr-theme-primary);
  content: "";
}
.ayaa-header-categories .ayaa-header-categories-menu-list ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ayaa-header-categories .ayaa-header-categories-menu-list ul li:last-child::after {
  display: none;
}
.ayaa-header-categories .ayaa-header-categories-menu-list ul li a {
  display: block;
  color: var(--clr-common-black);
  font-size: 14px;
}
.ayaa-header-categories .ayaa-header-categories-menu-list ul li a i {
  color: var(--clr-body-soft);
  float: right;
  line-height: 21px;
  transition: all 0.3s;
}
.ayaa-header-categories .ayaa-header-categories-menu-list ul li a:hover {
  color: var(--clr-theme-primary);
}
.ayaa-header-categories .ayaa-header-categories-menu-list ul li a:hover i {
  color: var(--clr-theme-primary);
}
.ayaa-header-categories .ayaa-header-categories-menu-list ul li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.ayaa-header-categories-btn {
  background-color: var(--clr-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  font-weight: 700;
  color: var(--clr-common-black);
  height: 60px;
  transition: all 0.3s;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 254px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-header-categories-btn {
    padding: 0 25px;
    width: 230px;
  }
}
.ayaa-header-categories-btn i {
  color: var(--clr-theme-primary);
  display: inline-block;
  margin-right: 16px;
}
.ayaa-header-categories-btn i.down-arr {
  font-size: 16px;
  transform: translateY(4px);
  color: #999;
  display: inline-block;
  margin-right: 0;
}
.ayaa-header-categories-btn .text-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transform: translateY(6px);
}
.ayaa-header-categories-btn .text-wrap span {
  transition: all 0.3s;
}
.ayaa-header-categories-btn .text-wrap span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  transform: translateY(-50%);
}
.ayaa-header-categories-btn:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.ayaa-header-categories-btn:hover i {
  color: var(--clr-common-white);
}
.ayaa-header-categories-btn:hover .text-wrap span:first-child {
  transform: translateY(-30px);
}
.ayaa-header-categories-btn:hover .text-wrap span:nth-child(2) {
  top: 50%;
}
.ayaa-header-bottom-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ayaa-header-bottom-wrap > * {
  flex: 0 0 auto;
}
.ayaa-header-wide-search {
  padding: 0 30px;
  flex: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-header-wide-search {
    width: 752px;
  }
  .ayaa-header-wide-search .ayaa-rv-slider-wrapper.p-rel.pt-70.pl-100.pr-215 {
    padding-left: 75px;
    padding-right: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-header-wide-search {
    width: 602px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-header-wide-search {
    width: 422px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-header-wide-search {
    width: 230px;
    padding: 0 20px;
  }
}
.ayaa-header-wide-search-inner {
  position: relative;
}
.ayaa-header-wide-search-inner input {
  position: relative;
  height: 60px;
  width: 100%;
  padding-left: 22px;
}
.ayaa-header-wide-search-inner button {
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.ayaa-header-cart-count-btn {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  height: 60px;
  padding: 0 12px;
  padding-left: 32px;
  width: 254px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-header-cart-count-btn {
    padding: 0 25px;
    width: 230px;
  }
}
.ayaa-header-cart-count-btn .left i {
  display: inline-block;
  margin-right: 6px;
}
.ayaa-header-cart-count-btn .left .price {
  font-size: 14px;
  font-weight: 700;
}
.ayaa-header-cart-count-btn .right .count {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--clr-common-white);
  color: var(--clr-common-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-header-nav-list-2 ul {
    text-align: right;
  }
}
.ayaa-header-nav-list-2 ul .sub-menu {
  text-align: left;
}
.ayaa-header-nav-list-2 ul li {
  list-style: none;
  margin-right: 36px;
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-header-nav-list-2 ul li:last-child {
    margin-right: 0;
  }
}
.ayaa-header-nav-list-2 ul li a {
  display: inline-block;
  color: var(--clr-theme-secondary);
  font-weight: 500;
  padding: 10px 0;
}
.ayaa-header-nav-list-2 ul li a i {
  font-size: 12px;
}
.ayaa-header-nav-list-2 ul li:hover > a {
  color: var(--clr-theme-tertiary);
}
.ayaa-header-nav-list-2 ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.ayaa-header-nav-list-2 ul li ul li:hover > a {
  letter-spacing: 0.5px;
}
.ayaa-header-nav-list-2 ul .sub-menu {
  position: absolute;
  display: block;
  top: 120%;
  border-radius: 0;
  left: 0;
  border: 0;
  width: 220px;
  padding: 25px 29px;
  background: var(--clr-common-white);
  transition: all 0.3s ease-out 0s;
  -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}
.ayaa-header-nav-list-2 ul .sub-menu li {
  transition: all 0.3s ease-in;
  margin: 0;
  margin-top: 9px;
  display: block;
}
.ayaa-header-nav-list-2 ul .sub-menu li:first-child {
  margin-top: 0;
}
.ayaa-header-nav-list-2 ul .sub-menu li a {
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 0;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
}
.ayaa-header-nav-list-2 ul .sub-menu li a:hover, .ayaa-header-nav-list-2 ul .sub-menu li a:focus {
  background-color: transparent;
}
.ayaa-has-bottom-border {
  border-bottom: 1px solid #E0E0E0;
}

.ayaa-header-right-wrapper-2 ul {
  text-align: right;
}
.ayaa-header-right-wrapper-2 ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 35px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-header-right-wrapper-2 ul li {
    margin-left: 21px;
  }
}
.ayaa-header-right-wrapper-2 ul li:hover a {
  color: var(--clr-theme-tertiary);
}
.ayaa-header-right-wrapper-2 ul li:first-child {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-ayaa-welcome-order {
    order: -1;
  }
}

.ayaa-header-bottom {
  position: relative;
  z-index: 9;
}
.ayaa-header-bottom-2 {
  z-index: 9;
  position: relative;
}
.ayaa-header-bottom-2 .ayaa-header-categories-menu-list {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-slider-wrapper.pr-215 {
    padding-right: 100px;
  }
}

.ayaa-rv-has-category-mobile-1 ul li i {
  float: right;
}

.ayaa-topbar-right-links > :first-child {
  transform: translateY(2px);
}

.ayaa-bg-primary {
  background-color: var(--clr-theme-primary);
}

/**
    * header 02
*/
.ayaa-fz-header-right-action-wrap-2 {
  display: inline-block;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-header-right-action-wrap-2.pl-30 {
    padding-left: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-right-action-wrap-2.pl-30 {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-header-right-action-wrap-2.pl-30 {
    padding-left: 10px;
  }
}
.ayaa-fz-header-right-action-item-2 .icon:not(:first-child) {
  margin-left: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-right-action-item-2 .icon:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-header-right-action-item-2 .icon:not(:first-child) {
    margin-left: 16px;
  }
}
.ayaa-fz-header-right-action-item-2 .icon {
  display: inline-block;
  position: relative;
}
.ayaa-fz-header-right-action-item-2 .icon:hover i {
  color: var(--clr-theme-tertiary);
}
.ayaa-fz-header-right-action-item-2 .icon i {
  font-size: 28px;
  color: var(--clr-theme-secondary);
  font-weight: 300;
  transition: all 0.3s;
}
.ayaa-fz-header-right-action-item-2 .icon .count {
  background-color: var(--clr-theme-tertiary);
  color: var(--clr-common-white);
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  position: absolute;
  right: -9px;
  top: -6px;
}
.ayaa-fz-header-right-contact-list-wrap-2 {
  display: inline-block;
}
.ayaa-fz-header-right-contact-list-item-2 {
  display: flex;
  grid-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}
.ayaa-fz-header-right-contact-list-item-2 > * {
  flex: 0 0 auto;
}
.ayaa-fz-header-right-contact-list-item-2 .icon i {
  font-size: 28px;
  color: var(--clr-theme-secondary);
  font-weight: 300;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-header-right-contact-list-item-2 .content {
    display: none;
  }
}
.ayaa-fz-header-right-contact-list-item-2 .content .label {
  font-size: 12px;
  color: #888888;
  display: block;
}
.ayaa-fz-header-right-contact-list-item-2 .content .value {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #222222;
}
.ayaa-fz-header-right-contact-list-item-2 .content .value:hover {
  color: var(--clr-theme-tertiary);
}
.ayaa-fz-header-search-wrap-2 {
  display: flex;
}
.ayaa-fz-header-search-wrap-2 > * {
  flex: 0 0 auto;
}
.ayaa-fz-header-search-wrap-2 .ayaa-fz-header-search-input {
  flex: 0 0 calc(100% - 160px);
  position: relative;
}
.ayaa-fz-header-search-wrap-2 .ayaa-fz-header-search-input input {
  width: 100%;
  height: 45px;
  border: 1px solid #E0E0E0;
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 20px;
}
.ayaa-fz-header-search-wrap-2 .ayaa-fz-header-search-input button[type=submit] {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.ayaa-fz-header-search-wrap-2 .ayaa-fz-header-search-input button[type=submit] i {
  font-weight: 400;
}
.ayaa-fz-header-search-2 {
  display: inline-block;
}
.ayaa-fz-header-search-select-2.nice-select {
  border: 0;
  height: 45px;
  float: none;
  padding: 0 10px;
  line-height: 45px;
  width: 160px;
  border-radius: 3px;
  background: var(--clr-theme-secondary);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ayaa-fz-header-search-select-2.nice-select .list {
  width: 100%;
  z-index: 99;
  max-height: 280px;
  overflow-y: auto;
}
.ayaa-fz-header-search-select-2::after {
  display: none;
}
.ayaa-fz-header-search-select-2::before {
  position: absolute;
  right: 25px;
  top: 0;
  font-family: "Font awesome 6 pro";
  content: "\f0d7";
  font-size: 14px;
  color: var(--clr-common-white);
  font-weight: 700;
}
.ayaa-fz-header-search-select-2 span.current {
  color: var(--clr-common-white);
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  display: block;
  transform: translateX(-10px);
}
.ayaa-fz-header-top-select-lists-2 .nice-select {
  float: none;
  display: inline-block;
  padding: 0;
  padding-right: 12px;
  background: transparent;
  padding-left: 35px;
  border: 0;
  color: var(--clr-common-white);
}
.ayaa-fz-header-top-select-lists-2 .nice-select:first-child {
  padding-left: 0;
}
.ayaa-fz-header-top-select-lists-2 .nice-select::after {
  display: none;
}
.ayaa-fz-header-top-select-lists-2 .nice-select::before {
  font-family: "Font awesome 5 pro";
  content: "\f107";
  color: var(--clr-common-white);
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 13px;
  line-height: 1;
}
.ayaa-fz-header-top-middle-2 p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--clr-common-white);
}
.ayaa-fz-header-top-links-2 a {
  font-size: 12px;
  color: var(--clr-common-white);
  display: inline-block;
}

.ayaa-header-bottom-2 .ayaa-header-categories .ayaa-header-categories-menu-list ul li a:hover {
  color: var(--clr-theme-tertiary);
}
.ayaa-header-bottom-2 .ayaa-header-categories .ayaa-header-categories-menu-list ul li a:hover i {
  color: var(--clr-theme-tertiary);
}
.ayaa-header-bottom-2 .ayaa-header-categories .ayaa-header-categories-menu-list ul li::after {
  background-color: var(--clr-theme-tertiary);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-25.ayaa-fz-header-space-left-2 {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .pl-25.ayaa-fz-header-space-left-2 {
    padding-left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-25.ayaa-fz-header-space-left-2 {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-header-middle-2 {
    border-bottom: 1px solid #eaeaea;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-hero-offer-wrapper-main-2 .ayaa-fz-hero-sidebar-carousel-active-2.mt-30 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-hero-offer-wrapper-main-2 > .row > *:last-child {
    order: -1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-hero-offer-wrapper-main-2 > .row > *:first-child {
    order: -2;
  }
}

.ayaa-fz-header-cart-btn-4 {
  width: 50px;
  height: 50px;
  background: var(--clr-gray-soft);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
}
.ayaa-fz-header-cart-btn-4 i {
  transition: all 0.3s;
}
.ayaa-fz-header-cart-btn-4:hover {
  background-color: var(--clr-theme-4);
}
.ayaa-fz-header-cart-btn-4:hover i {
  color: var(--clr-common-white);
}
.ayaa-fz-header-cart-btn-4 .count {
  position: absolute;
  right: -7px;
  top: 3px;
  line-height: 21px;
  width: 20px;
  height: 20px;
  background: var(--clr-body-dark-3);
  font-size: 14px;
  color: var(--clr-common-white);
  border-radius: 50%;
}
.ayaa-fz-header-right-action-4.has-left-bar-4 {
  margin-left: 75px;
  position: relative;
}
.ayaa-fz-header-right-action-4.has-left-bar-4::before {
  content: "";
  height: 16px;
  width: 2px;
  background-color: #b9b9b9;
  position: absolute;
  left: -40px;
  top: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-header-right-action-4.has-left-bar-4::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-right-action-4.has-left-bar-4.fz-responsive {
    margin-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-right-action-4.has-left-bar-4.fz-responsive::before {
    left: -24px;
  }
}
.ayaa-fz-header-right-action-4 > *:not(:first-child) {
  margin-left: 17px;
}
.ayaa-fz-header-right-action-4 button, .ayaa-fz-header-right-action-4 a {
  color: var(--clr-body-dark-2);
}
.ayaa-fz-header-right-action-4 button:hover, .ayaa-fz-header-right-action-4 a:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-header-right-action-4 button i, .ayaa-fz-header-right-action-4 a i {
  font-size: 16px;
  font-weight: 400;
}
.ayaa-fz-header-bar-4 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--clr-gray-soft);
  border-radius: 50%;
  font-size: 20px;
  color: var(--clr-body-dark-2);
  margin-right: 10px;
}
.ayaa-fz-header-bar-4:hover {
  background-color: var(--clr-theme-4);
  color: var(--clr-common-white);
}
.ayaa-fz-header-logo-4 {
  display: inline-block;
}
.ayaa-fz-header-logo-4 img {
  max-width: 108px;
}
.ayaa-fz-header-nav-4-main {
  border-bottom: 1px solid #dedede;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-header-nav-4-main {
    padding: 20px 0;
  }
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li:hover > a .menu-text > span {
  --m: calc(16px * -1);
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a {
  line-height: 1;
  --y: -4px;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 2px 0;
  text-shadow: 0 16px 0 var(--clr-theme-5);
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a .menu-text > span:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li.menu-item-has-children > a::after {
  content: "+";
  color: var(--clr-common-white);
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li.menu-item-has-children > a:hover::after {
  color: var(--clr-theme-5);
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li a {
  font-family: "Adobe Clean", sans-serif;
  color: var(--clr-common-white);
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li .sub-menu {
  transition: all 0.3s ease-out 0s;
  -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  background-color: #111;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li .sub-menu li {
  margin-left: 0;
  display: block;
  margin-bottom: 10px;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li .sub-menu li a {
  color: var(--clr-common-white);
  padding: 0 0;
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li .sub-menu li:hover > a {
  letter-spacing: 0.5px;
  color: var(--clr-theme-5);
}
.ayaa-fz-header-nav-4-main:is(.ayaa-fz-header-nav-5-main) ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
/* .ayaa-fz-header-nav-4 ul li:hover > a .menu-text > span {
  --m: calc(16px * -1);
}
.ayaa-fz-header-nav-4 ul li a {
  line-height: 1;
  --y: -4px;
}
.ayaa-fz-header-nav-4 ul li a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 2px 0;
  text-shadow: 0 16px 0 var(--clr-theme-4);
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.ayaa-fz-header-nav-4 ul li a .menu-text > span:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
} */
.ayaa-fz-header-nav-4 ul li {
  display: inline-block;
  margin-left: 46px;
  position: relative;
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-nav-4 ul li {
    margin-left: 22px;
  }
}
.ayaa-fz-header-nav-4 ul li:first-child {
  margin-left: 0;
}
.ayaa-fz-header-nav-4 ul li.menu-item-has-children > a::after {
  content: "+";
  color: var(--clr-body-dark-3);
  display: inline-block;
  margin-left: 5px;
  transition: all 0.3s;
  border: 0;
  transform: translateY(3px);
}
.ayaa-fz-header-nav-4 ul li.menu-item-has-children > a:hover::after {
  color: var(--clr-theme-4);
}
.ayaa-fz-header-nav-4 ul li a {
  text-decoration: none;
  font-family: "Adobe Clean", sans-serif;
  padding: 30px 0;
  color: var(--clr-body-dark-3);
  font-weight: 400;
  display: inline-block;
}
.ayaa-fz-header-nav-4 ul li a:hover {
  background-color: transparent;
}
.ayaa-fz-header-nav-4 ul li:hover > a, .ayaa-fz-header-nav-4 ul li:hover > a::after {
  background-color: transparent;
  color: var(--clr-theme-4);
}
.ayaa-fz-header-nav-4 ul li .sub-menu {
  position: absolute;
  display: block;
  border-radius: 0;
  left: 0;
  border: 0;
  min-width: 250px;
  padding: 30px 30px;
  transition: all 0.3s ease-out 0s;
  -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  top: 120%;
  background-color: var(--clr-common-white);
}
.ayaa-fz-header-nav-4 ul li .sub-menu li {
  margin-left: 0;
  display: block;
  margin-bottom: 10px;
}
.ayaa-fz-header-nav-4 ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
.ayaa-fz-header-nav-4 ul li .sub-menu li a {
  color: var(--clr-common-black);
  padding: 0 0;
}
.ayaa-fz-header-nav-4 ul li .sub-menu li:hover > a {
  letter-spacing: 0.5px;
  color: var(--clr-theme-4);
}
.ayaa-fz-header-nav-4 ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.ayaa-fz-topbar-right-4 a {
  font-size: 14px;
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .ayaa-fz-topbar-right-4 a {
    margin: 0 20px;
  }
}
.ayaa-fz-topbar-right-4 a i {
  font-weight: 400;
}
.ayaa-fz-topbar-right-4 .nice-select {
  float: none;
  display: inline-block;
  background: transparent;
  padding: 0;
  margin-left: 40px;
  border: 0;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-topbar-right-4 .nice-select {
    margin-left: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-topbar-right-4 .nice-select.has_nice_select {
    margin-left: 26px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-topbar-right-4 .nice-select.has_nice_select {
    margin: 0 20px;
  }
}
.ayaa-fz-topbar-right-4 .nice-select span.current {
  color: var(--clr-common-white);
}
.ayaa-fz-topbar-right-4 .nice-select::after {
  border-color: var(--clr-common-white);
  right: 0;
  animation-delay: initial;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ayaa-fz-topbar-right-4 .nice-select::before {
  height: 12px;
  width: 1px;
  background: var(--clr-common-white);
  content: "";
  position: absolute;
  left: -21px;
  top: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-topbar-right-4 .nice-select::before {
    left: -12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-topbar-right-4 .nice-select::before {
    left: -15px;
  }
}
.ayaa-fz-topbar-center-text-4 p {
  font-family: "Adobe Clean", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-common-white);
  margin-bottom: 0;
}
.ayaa-fz-topbar-left-4 a {
  font-family: "Adobe Clean", sans-serif;
  font-size: 14px;
  color: var(--clr-common-white);
}
.ayaa-fz-topbar-left-4 a i {
  font-size: 14px;
  font-weight: 400;
}

.ayaa-fz-header-top-nice-select-rand .nice-select {
  padding: 0;
  height: 30px;
  line-height: 30px;
  padding-right: 16px;
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 1;
  margin-right: 0;
  padding-right: 35px;
  color: var(--clr-body-dark);
  font-family: "Futura PT";
  font-weight: 300;
}
.ayaa-fz-header-top-nice-select-rand .nice-select::before {
  position: absolute;
  right: 0;
  top: 50%;
  height: 13px;
  width: 1px;
  content: "";
  background: #ddd;
  transform: translateY(-50%);
}
.ayaa-fz-header-top-nice-select-rand .nice-select::after {
  right: 20px;
  border-right: 1px solid var(--clr-body-dark);
  border-bottom: 1px solid var(--clr-body-dark);
  width: 7px;
  height: 7px;
}

.ayaa-header-3 .ayaa-fz-header-top-3 {
  background-color: #ffeee1;
}

.revel-black-bg {
  background-color: #000;
}

.ayaa-fz-header-right-action-5 > a {
  padding-left: 20px;
}
.ayaa-fz-header-right-action-5 > a i {
  color: var(--clr-common-white);
  font-weight: 400;
}

.ayaa-fz-header-top-2 {
  background-color: #00274C;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-header-right-action-wrap-2.pl-30 {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px) {
  .ayaa-header-bottom.gray-bg .ayaa-header-wide-search {
    border-left: 1px solid #e7e7e7;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-header-wide-search {
    width: 50%;
  }
}

.ayaa-fz-header-action-6 {
  display: inline-block;
  position: relative;
}
.ayaa-fz-header-action-6::before {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 80px;
  background-color: #122E00;
  opacity: 0.2;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-header-action-6::before {
    left: -40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-action-6::before {
    left: -21px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-header-action-6::before {
    display: none;
  }
}
.ayaa-fz-header-wishlist-count-btn-6 i {
  font-size: 20px;
  vertical-align: middle;
  color: #122E00;
}
.ayaa-fz-header-wishlist-count-btn-6 .label {
  font-size: 16px;
  color: #122E00;
  font-family: "Dubai", sans-serif;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .ayaa-fz-header-wishlist-count-btn-6 .label {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-header-wishlist-count-btn-6 .label {
    display: inline-block;
  }
}
.ayaa-fz-header-cart-count-btn-6 {
  display: inline-block;
  position: relative;
}
.ayaa-fz-header-cart-count-btn-6 .count {
  position: absolute;
  top: -16px;
  right: -10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 13px;
  background: #122E00;
  font-family: "Playfair Display", sans-serif;
  color: var(--clr-common-white);
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
}
.ayaa-fz-header-cart-count-btn-6 i {
  font-size: 20px;
  color: #122E00;
}
.ayaa-fz-header-bar-6 {
  font-size: 22px;
  color: #122E00;
  position: relative;
  margin-left: 55px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-bar-6 {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-header-bar-6 {
    margin-left: 30px;
  }
}
.ayaa-fz-header-bar-6::before {
  height: 16px;
  width: 1px;
  background-color: #122E00;
  content: "";
  position: absolute;
  opacity: 4.5;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-bar-6::before {
    left: -16px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-header-bar-6::before {
    left: -16px;
  }
}
.ayaa-fz-header-nav-6 ul li {
  display: inline-block;
  margin: 0 17px;
  position: relative;
}
.ayaa-fz-header-nav-6 ul li .sub-menu {
  position: absolute;
  min-width: 250px;
  z-index: 3;
  text-align: left;
  border: 1px solid #cad5c8;
  transition: all 0.3s;
  display: block;
  transform: scaleY(0);
  transform-origin: top;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.ayaa-fz-header-nav-6 ul li .sub-menu li {
  display: block;
  margin: 0;
  background-color: transparent;
}
.ayaa-fz-header-nav-6 ul li .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.ayaa-fz-header-nav-6 ul li .sub-menu li a {
  display: block;
  border-bottom: 1px solid #cad5c8;
  padding: 13px 20px;
}
.ayaa-fz-header-nav-6 ul li .sub-menu li a:hover, .ayaa-fz-header-nav-6 ul li .sub-menu li a:active {
  background-color: transparent;
  color: var(--clr-theme-6);
}
.ayaa-fz-header-nav-6 ul li .sub-menu li:last-child > a {
  border: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-nav-6 ul li {
    margin: 0 10px;
  }
}
.ayaa-fz-header-nav-6 ul li a {
  display: inline-block;
  font-family: "Dubai", sans-serif;
  font-size: 18px;
  color: #122E00;
  font-weight: 500;
  padding: 27px 0;
}
.ayaa-fz-header-nav-6 ul li:hover > .sub-menu {
  transform: scaleY(1);
}
.ayaa-fz-header-area-6 {
  border-bottom: 1px solid rgba(18, 46, 0, 0.2);
}
.ayaa-fz-header-logo-6 a {
  display: inline-block;
  position: relative;
}
.ayaa-fz-header-logo-6 a::after {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 1px;
  background-color: rgba(18, 46, 0, 0.2);
  content: "";
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-header-logo-6 a::after {
    right: -42px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-header-logo-6 a::after {
    display: none;
  }
}
.ayaa-fz-header-logo-6 img {
  max-width: 127px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-header-cart-count-btn-6.ml-25 {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-header-cart-count-btn-6.ml-25 {
    margin-left: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-area.ayaa-fz-header-area-6 {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .header-area.ayaa-fz-header-area-6 > .pl-80.pr-80 {
    padding: 0 15px;
  }
}

.ayaa-fz-header-nav-6 #mobile-menu-updated {
  display: block !important;
}

.ayaa-fz-header-nav-6 ul li > .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 0;
  border-top: 1px solid #cad5c8;
}

.ayaa-mobile-sidebar-contact-list ul li {
  list-style: none;
  margin-bottom: 5px;
}
.ayaa-mobile-sidebar-contact-list ul li a {
  color: var(--clr-common-white);
  display: flex;
  grid-gap: 10px;
  align-items: baseline;
}
.ayaa-mobile-sidebar-search-form {
  position: relative;
}
.ayaa-mobile-sidebar-search-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  background: transparent;
  height: 55px;
  color: var(--clr-theme-primary);
  border-left: 1px solid var(--clr-theme-primary);
}
.ayaa-mobile-sidebar-search-form button[type=submit]:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-common-black);
  border-color: transparent;
}
.ayaa-mobile-sidebar-search-form input[type=search] {
  height: 55px;
  background: var(--clr-common-white);
  width: 100%;
  padding: 0 20px;
  padding-right: 78px;
}
.ayaa-mobile-sidebar-content-main-right .ayaa-white-btn {
  display: block;
  text-align: center;
}
.ayaa-mobile-sidebar-content-main-right p {
  color: var(--clr-common-white);
  margin-bottom: 18px;
}
.ayaa-mobile-sidebar-content-main-right .ayaa-header-cart-count-btn {
  background-color: var(--clr-common-white);
  width: 100%;
}
.ayaa-mobile-sidebar-content-main-right .ayaa-header-cart-count-btn .left i, .ayaa-mobile-sidebar-content-main-right .ayaa-header-cart-count-btn .left .price {
  color: var(--clr-common-black);
}
.ayaa-mobile-sidebar-content-main-right .ayaa-header-cart-count-btn .right .count {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.ayaa-mobile-sidebar-close-btn {
  width: 40px;
  height: 40px;
  background: var(--clr-common-white);
  border-radius: 50%;
  font-size: 18px;
  color: var(--clr-theme-primary);
}
.ayaa-mobile-sidebar-inner-content {
  padding: 30px;
}
.ayaa-mobile-sidebar-tabs .nav-tabs {
  border: 0;
}
.ayaa-mobile-sidebar-tabs .nav-tabs button.nav-link {
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.1803921569);
}
.ayaa-mobile-sidebar-tabs .nav-tabs button.nav-link.active {
  background-color: var(--clr-theme-primary-dark);
}
.ayaa-mobile-sidebar-main {
  position: fixed;
  right: -340px;
  top: 0;
  width: 320px;
  height: 100%;
  background: var(--clr-theme-primary) none repeat scroll 0 0;
  overflow-y: auto;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 99999;
}
.ayaa-mobile-sidebar-main.open {
  right: 0;
}

.admin-bar .ayaa-mobile-sidebar-main {
  top: 32px;
}

.ayaa-fz-mobile-sidebar-btn-wrapper-main-2 {
  display: flex;
  grid-gap: 0 10px;
  justify-content: center;
  margin-bottom: 25px;
}
.ayaa-fz-mobile-sidebar-btn-wrapper-main-2 a {
  background: var(--clr-common-white);
  color: var(--clr-common-black);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.ayaa-fz-mobile-sidebar-btn-wrapper-main-2 a i {
  transition: all 0.3s;
  font-weight: 400;
}
.ayaa-fz-mobile-sidebar-btn-wrapper-main-2 a:hover i {
  color: var(--clr-theme-primary);
}

.ayaa-mobile-sidebar-main .mean-container .mean-nav > ul {
  display: block !important;
}
.ayaa-mobile-sidebar-main .mean-container .mean-nav ul.sub-menu {
  position: static;
  overflow: hidden;
  background: transparent;
  border: 0;
}
.ayaa-mobile-sidebar-main .mean-container .mean-bar {
  background: var(--clr-theme-primary);
}
.ayaa-mobile-sidebar-main .mean-container .mean-nav ul li a {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784);
  background: transparent;
}
.ayaa-mobile-sidebar-main .mean-container .mean-nav ul li a.mean-expand {
  height: 23px;
  line-height: 23px;
  padding-right: 5%;
}
.ayaa-mobile-sidebar-main .mean-container .mean-nav {
  background: rgba(255, 255, 255, 0.0901960784);
}
.ayaa-mobile-sidebar-main .mean-container a.meanmenu-reveal {
  display: none !important;
}
.ayaa-mobile-sidebar-main .mean-container .mean-nav {
  margin-top: 0;
}
.ayaa-mobile-sidebar-main .mean-container .mean-nav > ul > li:last-child a {
  border-bottom: 0;
}

.ayaa-mobile-sidebar-content-main {
  overflow: hidden;
}

.ayaa-white-btn {
  height: 55px;
  background: var(--clr-common-white);
  line-height: 55px;
  color: var(--clr-theme-primary);
  padding: 0 40px;
}
.ayaa-white-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}

.ayaa-theme-border-btn {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: var(--clr-theme-primary);
  font-weight: 700;
  border: 1px solid #f0f0f0;
  padding: 0 35px;
  background-color: var(--clr-common-white);
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.ayaa-theme-border-btn > span {
  transition: all 0.3s;
}
.ayaa-theme-border-btn > span:last-child {
  position: absolute;
  left: 0;
  height: 100%;
  top: 60%;
  transform: translateY(50%);
  width: 100%;
  text-align: center;
}
.ayaa-theme-border-btn:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.ayaa-theme-border-btn:hover > span:first-child {
  transform: translateY(-110%);
}
.ayaa-theme-border-btn:hover > span:last-child {
  top: -50.5%;
}

.ayaa-rv-theme-btn {
  height: 55px;
  line-height: 55px;
  display: inline-block;
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  padding: 0 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.ayaa-rv-theme-btn > span {
  transition: all 0.3s;
}
.ayaa-rv-theme-btn > span:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 112%;
  transform: translateY(-50%);
  padding: 0 40px;
}
.ayaa-rv-theme-btn:hover {
  background-color: transparent;
  color: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
}
.ayaa-rv-theme-btn:hover > span:nth-child(1) {
  transform: translateY(-45px);
}
.ayaa-rv-theme-btn:hover > span:nth-child(2) {
  top: 50%;
}
.ayaa-rv-theme-text-btn {
  font-weight: 700;
  color: var(--clr-theme-primary);
}
.ayaa-rv-theme-text-btn i {
  display: inline-block;
  margin-left: 5px;
}

.ayaa-header-bottom-category-btn-2 {
  display: flex;
  grid-gap: 10px;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  height: 60px;
  border-radius: 6px 6px 0 0;
  padding: 0 35px;
}
.ayaa-header-bottom-category-btn-2 .icon-arrow {
  transition: all 0.3s;
}
.ayaa-header-bottom-category-btn-2 .icon-arrow i {
  color: var(--clr-theme-secondary);
}
.ayaa-header-bottom-category-btn-2 .icon-arrow.rotate {
  transform: rotate(180deg);
}
.ayaa-header-bottom-category-btn-2 > * {
  flex: 0 0 auto;
  line-height: 1;
}
.ayaa-header-bottom-category-btn-2 .left .icon {
  float: left;
  max-width: 15.24px;
  margin-right: 8px;
}
.ayaa-header-bottom-category-btn-2 .left .content {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.ayaa-header-bottom-category-btn-2 .left .content .text {
  font-weight: 500;
  color: var(--clr-theme-secondary);
  margin-top: 1px;
  transition: all;
  transition: all 0.3s;
}
.ayaa-header-bottom-category-btn-2 .left .content .text:nth-child(2) {
  position: absolute;
  left: 0;
  top: 20px;
}
.ayaa-header-bottom-category-btn-2:hover .left .content .text:nth-child(1) {
  transform: translateY(-22px);
}
.ayaa-header-bottom-category-btn-2:hover .left .content .text:nth-child(2) {
  top: 0;
}

.ayaa-fz-white-border-btn-2 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: var(--clr-common-white);
  border-radius: 3px;
  border: 1px solid var(--clr-common-white);
  padding: 0 20px;
}
.ayaa-fz-white-border-btn-2:hover {
  color: var(--clr-common-black);
  background-color: var(--clr-common-white);
  border-color: transparent;
}
.ayaa-fz-black-border-btn-2 {
  font-size: 14px;
  color: #222222;
  font-weight: 700;
  border: 1px solid #222222;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-black-border-btn-2 span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-black-border-btn-2 span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-black-border-btn-2:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-black-border-btn-2:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-black-border-btn-2:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-black-border-btn-2:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: transparent;
}
.ayaa-fz-shop-btn-sm {
  font-weight: 700;
  color: #222222;
  font-size: 14px;
  display: inline-block;
  height: 30px;
  border: 1px solid #222222;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-shop-btn-sm span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-shop-btn-sm span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-shop-btn-sm:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-shop-btn-sm:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-shop-btn-sm:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-shop-btn-sm:hover {
  background-color: #222222;
  border-color: transparent;
  color: var(--clr-common-white);
}

.ayaa-fz-blog-button-447 {
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-common-white);
  background: var(--clr-theme-primary);
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  padding: 0 45px;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-blog-button-447 span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-blog-button-447 span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-blog-button-447:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-blog-button-447:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-blog-button-447:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-blog-button-447:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

.ayaa-fz-sm-rounded-transparent-btn-6 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Dubai", sans-serif;
  color: var(--clr-common-white);
  height: 40px;
  border: 1px solid var(--clr-common-white);
  border-radius: 20px;
  line-height: 40px;
  padding: 0 35px;
}
.ayaa-fz-sm-rounded-transparent-btn-6:hover {
  background-color: var(--clr-common-white);
  color: var(--clr-theme-6);
  border-color: transparent;
}
.ayaa-fz-rect-transparent-btn-6 {
  font-size: 16px;
  color: var(--clr-theme-6);
  display: inline-block;
  font-family: "Dubai", sans-serif;
  height: 50px;
  line-height: 50px;
  border: 1px solid #B2C0AF;
  padding: 0 54px;
}
.ayaa-fz-rect-transparent-btn-6:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-6);
  border-color: transparent;
}
.ayaa-fz-rounded-btn-6 {
  display: inline-block;
  height: 60px;
  border: 1px solid var(--clr-theme-6);
  border-radius: 30px;
  line-height: 60px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Dubai", sans-serif;
  color: var(--clr-theme-6);
}
.ayaa-fz-rounded-btn-6:hover {
  background-color: var(--clr-theme-6);
  border-color: transparent;
  color: var(--clr-common-white);
}
.ayaa-fz-rounded-btn-6 i {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 5px;
}
.ayaa-fz-rect-btn-6 {
  height: 50px;
  display: inline-block;
  line-height: 50px;
  color: var(--clr-common-white);
  border: 1px solid var(--clr-common-white);
  font-family: "Kanit", sans-serif;
  padding: 0 40px;
}
.ayaa-fz-rect-btn-6:hover {
  color: var(--clr-common-black);
  background-color: var(--clr-common-white);
  border-color: transparent;
}

.ayaa-rv-slider-wrapper {
  outline: 10px solid #f6f6f6;
  outline-offset: -10px;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-slider-wrapper {
    padding: 50px 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ayaa-rv-slider-wrapper {
    padding: 0;
    outline: none;
    background-image: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-rv-slider-space-left {
    padding-left: 0;
  }
}
.ayaa-rv-slider-content-right-2 img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .ayaa-rv-slider-content {
    padding-top: 30px;
    text-align: center;
  }
}
.ayaa-rv-slider-content p {
  color: var(--clr-body-soft);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px), (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-rv-slider-content p br {
    display: none;
  }
}
.ayaa-rv-slider-content-activation .slick-slide.slick-current .ayaa-rv-slider-subtitle, .ayaa-rv-slider-content-activation .slick-slide.slick-current .ayaa-rv-slider-title, .ayaa-rv-slider-content-activation .slick-slide.slick-current .ayaa-rv-slider-content p, .ayaa-rv-slider-content-activation .slick-slide.slick-current .ayaa-rv-slider-content .ayaa-theme-border-btn {
  animation: 800ms ease-in-out 0s normal none 1 running customOne;
}
.ayaa-rv-slider-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-theme-primary);
  display: block;
  margin-bottom: 10px;
}
.ayaa-rv-slider-title {
  font-size: 50px;
  font-weight: 600;
  color: var(--clr-common-black);
  margin-bottom: 21px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-rv-slider-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-rv-slider-title {
    font-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-slider-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .ayaa-rv-slider-title {
    font-size: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-slider-content.pt-60 {
    padding-top: 15px;
  }
}

.ayaa-rv-slider-image-activation .slide-2 img {
  transform: translateY(65px);
}
@media (max-width: 767px) {
  .ayaa-rv-slider-image-activation .slide-2 img {
    transform: translateY(5px);
  }
}
.ayaa-rv-slider-image-activation .slide-3 img {
  transform: translateY(38px);
}
@media (min-width: 1400px) and (max-width: 1599px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-slider-image-activation .slide-3 img {
    transform: translateY(15px);
  }
}
@media (max-width: 767px) {
  .ayaa-rv-slider-image-activation .slide-3 img {
    transform: translateY(5px);
  }
}

.ayaa-rv-slider-content-activation {
  position: static;
}

.ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-left {
  position: absolute;
  right: 26px;
  top: 45%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9;
}
@media (max-width: 767px) {
  .ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-left {
    right: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(calc(-50% - 25px));
    transition: 0s;
  }
}

.ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-right {
  position: absolute;
  right: 26px;
  top: 55%;
  z-index: 9;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-right {
    transition: 0s;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translateX(calc(-50% + 25px));
    display: inline-block;
    left: 50%;
  }
}

.ayaa-rv-slider-wrapper:hover .ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-left {
  opacity: 1;
  visibility: visible;
  right: 36px;
}
@media (max-width: 767px) {
  .ayaa-rv-slider-wrapper:hover .ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-left {
    right: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(calc(-50% - 25px));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-slider-wrapper:hover .ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-left {
    right: 10px;
    top: 44%;
  }
}
.ayaa-rv-slider-wrapper:hover .ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-right {
  opacity: 1;
  visibility: visible;
  right: 36px;
}
@media (max-width: 767px) {
  .ayaa-rv-slider-wrapper:hover .ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-right {
    right: auto;
    top: auto;
    bottom: 0;
    transform: translateX(calc(-50% + 25px));
    display: inline-block;
    left: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-slider-wrapper:hover .ayaa-rv-arrow.has-ayaa-rv-slider-arrow-main-right {
    right: 10px;
    top: 56%;
  }
}

.ayaa-fz-slider-arrow-wrap-4 .ayaa-fz-arrow-item-4 {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 99;
}
.ayaa-fz-slider-arrow-wrap-4 .ayaa-fz-arrow-item-4.ayaa-fz-slider-prev {
  left: 60px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-arrow-wrap-4 .ayaa-fz-arrow-item-4.ayaa-fz-slider-prev.fz-responsive {
    left: 10px;
  }
}
.ayaa-fz-slider-arrow-wrap-4 .ayaa-fz-arrow-item-4.ayaa-fz-slider-next {
  right: 60px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-arrow-wrap-4 .ayaa-fz-arrow-item-4.ayaa-fz-slider-next.fz-responsive {
    right: 10px;
  }
}
.ayaa-fz-slider-rounded-girl-img-4 {
  display: inline-block;
  position: relative;
}
.ayaa-fz-slider-rounded-girl-img-4.has-pos {
  position: absolute;
  left: 50%;
  bottom: 200px;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slider-rounded-girl-img-4.has-pos.fz-responsive {
    left: 40%;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-rounded-girl-img-4.has-pos.fz-responsive {
    display: none;
  }
}
.ayaa-fz-slider-rounded-girl-img-4 .girl {
  position: absolute;
  left: 50%;
  max-width: 95px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-arrow-item-4 {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 15px 33.82px 4.18px rgba(0, 0, 0, 0.06);
  line-height: 60px;
  background-color: var(--clr-common-white);
  font-size: 18px;
  color: var(--clr-body-dark-3);
  font-weight: 300;
  overflow: hidden;
  position: relative;
}
.ayaa-fz-arrow-item-4 i {
  transition: all 0.3s;
}
.ayaa-fz-arrow-item-4 i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-arrow-item-4:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-arrow-item-4:hover i:last-child {
  top: 50%;
}
.ayaa-fz-arrow-item-4:hover {
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
}
.ayaa-fz-slider-rounded-girl-img-4 img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .ayaa-fz-slider-rounded-girl-img-4 img.fz-responsive {
    max-width: 160px;
  }
}
.ayaa-fz-content-left-4 {
  position: relative;
}
@media (max-width: 767px) {
  .ayaa-fz-content-left-4 {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-content-left-4 {
    text-align: start;
  }
}
.ayaa-fz-content-left-4 .ayaa-fz-slider-product-4.has-pos {
  position: absolute;
  right: 0;
  top: -236px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-content-left-4 .ayaa-fz-slider-product-4.has-pos.fz-responsive {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-content-left-4 .ayaa-fz-slider-product-4.has-pos.fz-responsive {
    display: none;
  }
}
.ayaa-fz-content-left-upper-4 {
  position: relative;
  z-index: 9;
}
.ayaa-fz-slider-product-content-wrapper-4 {
  margin-bottom: 8px;
}
.ayaa-fz-slider-product-4 {
  width: 583px;
  padding: 0 40px;
  padding-top: 35px;
  padding-bottom: 100px;
  overflow: hidden;
}
.ayaa-fz-slider-product-4 img {
  transition: all 0.3s;
}
.ayaa-fz-slider-product-4:hover img {
  transform: scale(1.05);
}
.ayaa-fz-slider-product-price-4 {
  font-size: 18px;
  color: var(--clr-body-dark-3);
  font-family: "Adobe Clean", sans-serif;
}
.ayaa-fz-slider-product-title-4 {
  font-family: "Adobe Clean", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--clr-body-dark-3);
}
.ayaa-fz-slider-product-title-4 a:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-slider-product-content-4 {
  font-family: "Adobe Clean", sans-serif;
  font-size: 18px;
  color: var(--clr-body-dark-3);
  margin-bottom: 6px;
}
.ayaa-fz-slider-round-link-4 {
  width: 150px;
  height: 150px;
  color: var(--clr-body-dark-3);
  line-height: 150px;
  display: inline-block;
  text-align: center;
  border: 1.5px solid var(--clr-body-dark-3);
  border-radius: 50%;
  background: var(--clr-common-white);
  font-weight: 500;
  font-family: "Adobe Clean", sans-serif;
  transition: all 0.7s;
}
.fz-btn-hover {
  position: relative;
  overflow: hidden;
}
.fz-btn-hover span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  background-color: var(--clr-common-black-deep);
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ayaa-fz-slider-round-link-4 i {
  font-size: 14px;
  display: inline-block;
}
.ayaa-fz-slider-round-link-4:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-slider-round-link-4:hover span {
  width: 380px;
  height: 380px;
}
.ayaa-fz-slider-subtitle-4 {
  font-size: 22px;
  font-family: "Adobe Clean", sans-serif;
  display: block;
  padding-bottom: 0;
  line-height: 1;
}
.ayaa-fz-slider-title-4 {
  color: var(--clr-body-dark-3);
  font-size: 80px;
  font-family: "Adobe Clean", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 46px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slider-title-4.fz-responsive {
    font-size: 59px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-title-4.fz-responsive {
    font-size: 43px;
  }
}
.ayaa-fz-hero-sidebar-carousel-active-2 .slick-slide {
  margin: 10px 0;
}
.ayaa-fz-hero-sidebar-carousel-active-2 .slick-list {
  margin: -10px 0;
}
.ayaa-fz-slider-item-2 {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .ayaa-fz-slider-item-2 .ayaa-fz-slider-content-right-2 img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-item-2.pt-155.pl-45.pr-45 {
    padding-top: 138px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-item-2.pt-155.pl-45.pr-45 {
    padding: 70px 30px;
    padding-bottom: 0;
    text-align: center;
  }
}
.ayaa-fz-slider-price-2 {
  color: var(--clr-theme-tertiary);
  display: block;
}
.ayaa-fz-slider-title-2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-slider-title-2 {
    font-size: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-title-2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-title-2 {
    font-size: 32px;
  }
}
.ayaa-fz-theme-btn-2 {
  height: 40px;
  line-height: 40px;
  background: var(--clr-theme-secondary);
  color: var(--clr-common-white);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 38px;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-theme-btn-2.fz-font-16 {
  font-size: 16px;
  padding: 0 25px;
}
.ayaa-fz-theme-btn-2:hover {
  background-color: var(--clr-theme-tertiary);
}
.ayaa-fz-theme-btn-2 span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-theme-btn-2 span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-theme-btn-2:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-theme-btn-2:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-theme-btn-2:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-slider-small-tertiary-btn-2 {
  height: 24px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: var(--clr-common-white);
  background-color: var(--clr-theme-tertiary);
  display: inline-block;
  border-radius: 12px;
}

.fz_btn_wrapper {
  display: inline-block;
}

.fz-filter-image-box {
  position: relative;
  overflow: hidden;
  height: 801px;
  width: 500px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .fz-filter-image-box.ayaa-fz-slide-filter-img-4-1 {
    width: 100%;
    height: 510px;
  }
}
@media (max-width: 767px) {
  .fz-filter-image-box.ayaa-fz-slide-filter-img-4-1 {
    height: 411px;
    width: 100%;
  }
}
.fz-filter-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-transition: 0.5s;
  object-fit: cover;
  transition: 0.5s;
  background-size: cover;
}
.fz-filter-image-box-item:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.fz-filter-image-box:hover img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.fz-filter-image-box:hover img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.ayaa-fz-slider-active-4 .swiper-slide {
  padding-top: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-shop-category-box-content-4.pt-40 {
    padding-top: 20px;
  }
}

.ayaa-fz-slider-right-img-6 img {
  width: auto;
}

.ayaa-rv-features-content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--clr-border-soft);
  padding: 18px 20px;
  transition: all 0.3s;
}
.ayaa-rv-features-content-box:hover {
  border-color: var(--clr-theme-primary);
}
.ayaa-rv-features-content-box .content .subtitle {
  display: block;
  margin-bottom: 2px;
}
.ayaa-rv-features-content-box .content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.ayaa-rv-features-content-box .icon {
  overflow: hidden;
  height: 56px;
  position: relative;
  width: 47px;
}
.ayaa-rv-features-content-box .icon i {
  font-size: 45px;
  color: var(--clr-theme-primary);
  height: 45px;
  font-weight: 200;
  display: block;
  transition: all 0.3s;
}
.ayaa-rv-features-content-box .icon i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translate(-50%, -50%);
}
.ayaa-rv-features-content-box:hover .icon i:first-child {
  transform: translateY(-80px);
}
.ayaa-rv-features-content-box:hover .icon i:nth-child(2) {
  top: 43%;
}

.ayaa-featured-section-top-wrap {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 21px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-featured-section-top-wrap.ayaa-has-featured-product-title {
    padding-bottom: 35px;
  }
}
.ayaa-time-left-countdown .label {
  font-weight: 700;
  color: var(--clr-common-black);
  font-size: 14px;
}
.ayaa-countdown {
  display: inline-block;
}
.ayaa-countdown .countdown-section {
  display: inline-block;
  background: var(--clr-theme-primary);
  border-radius: 50%;
  line-height: 1;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  color: var(--clr-common-white);
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.ayaa-countdown .countdown-section:not(:first-child) {
  margin-left: 22px;
}
.ayaa-countdown .countdown-section:not(:first-child)::before {
  position: absolute;
  left: -12px;
  top: 0;
  content: ":";
  color: var(--clr-common-black);
}

.ayaa-border-tabs-wrapper-1 .nav-tabs {
  border: 0;
}
.ayaa-border-tabs-wrapper-1 .nav-tabs button {
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 17px;
  color: var(--clr-common-black);
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ayaa-border-tabs-wrapper-1 .nav-tabs button {
    margin: 0 12px;
  }
}
.ayaa-border-tabs-wrapper-1 .nav-tabs button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--clr-theme-primary);
  transition: all 0.3s;
}
.ayaa-border-tabs-wrapper-1 .nav-tabs button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.ayaa-border-tabs-wrapper-1 .nav-tabs button.active, .ayaa-border-tabs-wrapper-1 .nav-tabs button:hover {
  color: var(--clr-theme-primary);
}
.ayaa-border-tabs-wrapper-1 .nav-tabs button.active::after {
  width: 100%;
}

.ayaa-fz-feature-list-box-wrapper-4 {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 50px;
  background-color: var(--clr-common-white);
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ayaa-fz-feature-list-box-wrapper-4.fz-responsive {
    padding: 30px 20px;
    padding-bottom: 0;
  }
}
.ayaa-fz-feature-list-box-wrapper-4 > .row > *:not(:first-child) .ayaa-fz-feature-list-box-4 {
  position: relative;
}
.ayaa-fz-feature-list-box-wrapper-4 > .row > *:not(:first-child) .ayaa-fz-feature-list-box-4::before {
  position: absolute;
  left: -52.5px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 40px;
  background-color: #bebebe;
}
@media (max-width: 767px) {
  .ayaa-fz-feature-list-box-wrapper-4 > .row > *:not(:first-child) .ayaa-fz-feature-list-box-4::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-feature-list-box-wrapper-4 > .row > *:not(:first-child) .ayaa-fz-feature-list-box-4.fz-responsive::before {
    left: -27.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-feature-list-box-wrapper-4 > .row > *:not(:first-child) .ayaa-fz-feature-list-box-4.fz-responsive::before {
    left: -33.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-feature-list-box-wrapper-4 > .row > *:nth-child(4) .ayaa-fz-feature-list-box-4::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-feature-list-box-wrapper-4 > .row > *:nth-child(3) .ayaa-fz-feature-list-box-4::before {
    display: none;
  }
}
.ayaa-fz-feature-list-box-4 {
  display: flex;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .ayaa-fz-feature-list-box-4 {
    justify-content: center;
  }
}
.ayaa-fz-feature-list-box-4 .icon {
  max-width: 60px;
}
.ayaa-fz-feature-list-box-4 .content .title {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Adobe Clean", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: var(--clr-common-black-deep);
}
.ayaa-fz-feature-list-box-4 .content .title a:hover {
  color: var(--clr-common-black-deep);
}
.ayaa-fz-feature-list-box-4 .content .subtitle {
  display: block;
  font-family: "Adobe Clean", sans-serif;
}
.ayaa-fz-featured-tab-wrapper-2 .nav {
  justify-content: center;
}
.ayaa-fz-featured-product-content-wrapper-main-2 .ayaa-fz-nav-arrow-2.ayaa-fz-arrow-prev {
  position: absolute;
  left: -60px;
  top: 36%;
  transform: translateY(-50%);
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-featured-product-content-wrapper-main-2 .ayaa-fz-nav-arrow-2.ayaa-fz-arrow-prev {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-featured-product-content-wrapper-main-2 .ayaa-fz-nav-arrow-2.ayaa-fz-arrow-prev {
    left: -10px;
  }
}
.ayaa-fz-featured-product-content-wrapper-main-2 .ayaa-fz-nav-arrow-2.ayaa-fz-arrow-next {
  position: absolute;
  right: -60px;
  top: 36%;
  transform: translateY(-50%);
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-featured-product-content-wrapper-main-2 .ayaa-fz-nav-arrow-2.ayaa-fz-arrow-next {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-featured-product-content-wrapper-main-2 .ayaa-fz-nav-arrow-2.ayaa-fz-arrow-next {
    right: -10px;
  }
}
.ayaa-fz-featured-product-content-wrapper-main-2 .ayaa-fz-nav-arrow-2 {
  opacity: 0;
  visibility: hidden;
}
.ayaa-fz-feature-list-box-2 {
  display: flex;
  grid-gap: 0 25px;
  align-items: center;
  border: 1px solid #EAEAEA;
  padding: 30px 30px;
  transition: all 0.3s;
  border-radius: 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-feature-list-box-2 {
    grid-gap: 0 15px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-feature-list-box-2 {
    grid-gap: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-feature-list-box-2 {
    grid-gap: 0 20px;
  }
}
.ayaa-fz-feature-list-box-2:hover {
  border-color: var(--clr-theme-tertiary);
}
.ayaa-fz-feature-list-box-2:hover .image img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.ayaa-fz-feature-list-box-2 .image img {
  max-height: 40px;
}
.ayaa-fz-feature-list-box-2 .content {
  flex: 1;
}
.ayaa-fz-feature-list-box-2 .content .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-common-black-deep);
  margin-bottom: 3px;
}
.ayaa-fz-feature-list-box-2 .content .title a:hover {
  color: var(--clr-theme-tertiary);
}
.ayaa-fz-feature-list-box-2 .content p {
  font-size: 14px;
  color: #777777;
  margin-bottom: 0;
}

.featured-product-area:hover .ayaa-fz-nav-arrow-2.ayaa-fz-arrow-prev, .featured-product-area:hover .ayaa-fz-nav-arrow-2.ayaa-fz-arrow-next {
  opacity: 1;
  visibility: visible;
}

.ayaa-fz-featured-box-inner-wrapper-6 {
  border: 1px solid #CDD8CC;
}
.ayaa-fz-featured-box-6 {
  border-right: 1px solid #CDD8CC;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.ayaa-fz-featured-box-6 i {
  transition: all 0.3s;
}
.ayaa-fz-featured-box-6 i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-featured-box-6:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-featured-box-6:hover i:last-child {
  top: 50%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-featured-box-6 {
    padding: 30px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-featured-box-6 {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-featured-box-6 {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-featured-box-6 {
    padding: 30px 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-featured-box-6 {
    padding: 30px 20px;
  }
}
.ayaa-fz-featured-box-6 .title {
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--clr-theme-6);
  margin-bottom: 3px;
}
.ayaa-fz-featured-box-6 .label {
  font-family: "Roboto", sans-serif;
  color: #122E00;
  font-size: 16px;
}
.ayaa-fz-featured-box-6 .icon {
  margin-right: 38px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-featured-box-6 .icon {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-featured-box-6 .icon {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-featured-box-6 .icon {
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-featured-box-6 .icon {
    margin-right: 15px;
  }
}
.ayaa-fz-featured-box-6 .icon i {
  font-size: 45px;
  color: var(--clr-theme-6);
  font-weight: 300;
}
@media (max-width: 767px) {
  .ayaa-fz-featured-box-6 .icon i {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-featured-box-6 .icon i {
    font-size: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-featured-box-inner-wrapper-6 > .row > *:last-child > .ayaa-fz-featured-box-6 {
    border-left: 1px solid #CDD8CC;
    border-top: 1px solid #CDD8CC;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-featured-box-inner-wrapper-6 > .row > *:nth-child(1) > .ayaa-fz-featured-box-6 {
    border-bottom: 1px solid #CDD8CC;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-featured-box-inner-wrapper-6 > .row > *:nth-child(3) > .ayaa-fz-featured-box-6 {
    border-bottom: 1px solid #CDD8CC;
  }
}
@media (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-featured-box-inner-wrapper-6 > .row > *:nth-child(3) > .ayaa-fz-featured-box-6 {
    border-top: 1px solid #CDD8CC;
  }
}

@media (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-featured-box-inner-wrapper-6 > .row > *:nth-child(4) > .ayaa-fz-featured-box-6 {
    border-top: 1px solid #CDD8CC;
  }
}

.ayaa-section-title-1 {
  margin-bottom: 0;
  font-size: 30px;
}
@media (max-width: 767px) {
  .ayaa-section-title-1 {
    text-align: center;
  }
}
.ayaa-section-title-1 .ayaa-section-subtitle-1 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  vertical-align: bottom;
  margin-left: 24px;
  padding-bottom: 3px;
  font-weight: 400;
  color: var(--clr-body-soft);
}
@media (max-width: 767px) {
  .ayaa-section-title-1 .ayaa-section-subtitle-1 {
    margin-left: 0;
  }
}

.ayaa-fz-section-title-wrapper-4 .ayaa-fz-title-4 {
  font-family: "Adobe Clean", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--clr-body-dark-3);
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-section-title-wrapper-4 .ayaa-fz-title-4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-section-title-wrapper-4 .ayaa-fz-title-4 {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-section-title-wrapper-4 .ayaa-fz-title-4 {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-section-title-wrapper-4 .ayaa-fz-title-4.fz-responsive {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-section-title-wrapper-4 .ayaa-fz-title-4.fz-responsive {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-section-title-wrapper-4 .ayaa-fz-title-4.fz-responsive {
    font-size: 36px;
  }
}
.ayaa-fz-section-title-wrapper-4 .ayaa-fz-subtitle-4 {
  font-family: "Adobe Clean", sans-serif;
  color: var(--clr-body-dark-3);
  display: block;
}
.ayaa-fz-section-title-6 {
  font-size: 48px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  color: var(--clr-theme-6);
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-section-title-6 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-section-title-6 {
    font-size: 34px;
  }
}

.ayaa-woo-product-box-content-1 {
  padding: 32px 45px;
  padding-bottom: 44px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-woo-product-box-content-1 {
    padding: 32px 15px;
  }
}
@media (max-width: 767px) {
  .ayaa-woo-product-box-content-1 {
    padding: 32px 19px;
  }
}
.ayaa-woo-product-box-content-1 .ayaa-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.ayaa-woo-product-box-content-1 .ayaa-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-theme-primary);
  display: inline-block;
}
.ayaa-woo-product-box-content-1 .ayaa-price del > span > bdi {
  text-decoration: line-through;
  color: #777;
  font-size: 14px;
  font-weight: 500;
}
.ayaa-woo-product-box-action-wrap-1 {
  display: flex;
  grid-gap: 10px;
  justify-content: center;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-woo-product-box-action-wrap-1 {
    grid-gap: 8px;
  }
}
.ayaa-woo-product-box-action-wrap-1.has-pos {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-woo-product-box-action-wrap-1.has-pos {
    bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-woo-product-box-action-wrap-1.has-pos {
    bottom: 25px;
  }
}
.ayaa-woo-product-box-action-wrap-1 > button, .ayaa-woo-product-box-action-wrap-1 > a.cart {
  transform: translateY(25px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.ayaa-woo-product-box-action-wrap-1.fz-visible-always {
  justify-content: flex-start;
}
.ayaa-woo-product-box-action-wrap-1.fz-visible-always > button, .ayaa-woo-product-box-action-wrap-1.fz-visible-always a.cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-woo-product-box-action-wrap-1.fz-visible-always > button.fz-responsive, .ayaa-woo-product-box-action-wrap-1.fz-visible-always a.cart.fz-responsive {
    padding: 0 30px;
  }
}
.ayaa-woo-product-box-action-wrap-1 button.wishlist, .ayaa-woo-product-box-action-wrap-1 button.compare {
  width: 54px;
  height: 54px;
  position: relative;
  overflow: hidden;
  background-color: var(--clr-common-white);
  border-radius: 6px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  color: var(--clr-theme-primary);
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ayaa-woo-product-box-action-wrap-1 button.wishlist, .ayaa-woo-product-box-action-wrap-1 button.compare {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-woo-product-box-action-wrap-1 button.wishlist, .ayaa-woo-product-box-action-wrap-1 button.compare {
    width: 45px;
    height: 45px;
  }
}
.ayaa-woo-product-box-action-wrap-1 button.wishlist.woosw-added, .ayaa-woo-product-box-action-wrap-1 button.compare.woosw-added {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.ayaa-woo-product-box-action-wrap-1 button.wishlist i, .ayaa-woo-product-box-action-wrap-1 button.compare i {
  transition: all 0.3s;
}
.ayaa-woo-product-box-action-wrap-1 button.wishlist i:last-child, .ayaa-woo-product-box-action-wrap-1 button.compare i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-woo-product-box-action-wrap-1 button.wishlist:hover i:first-child, .ayaa-woo-product-box-action-wrap-1 button.compare:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-woo-product-box-action-wrap-1 button.wishlist:hover i:last-child, .ayaa-woo-product-box-action-wrap-1 button.compare:hover i:last-child {
  top: 50%;
}
.ayaa-woo-product-box-action-wrap-1 button.cart, .ayaa-woo-product-box-action-wrap-1 a.cart {
  height: 50px;
  padding: 0 30px;
  border-radius: 6px;
  background: var(--clr-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  color: var(--clr-theme-primary);
  font-size: 14px;
  font-weight: 700;
  transition-delay: 0.1s;
  overflow: hidden;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-woo-product-box-action-wrap-1 button.cart, .ayaa-woo-product-box-action-wrap-1 a.cart {
    padding: 0 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-woo-product-box-action-wrap-1 button.cart, .ayaa-woo-product-box-action-wrap-1 a.cart {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
  }
}
.ayaa-woo-product-box-action-wrap-1 button.cart:hover, .ayaa-woo-product-box-action-wrap-1 a.cart:hover {
  background-color: var(--clr-common-white);
  color: var(--clr-theme-primary);
}
.ayaa-woo-product-box-action-wrap-1 button.cart.added, .ayaa-woo-product-box-action-wrap-1 a.cart.added {
  color: var(--clr-common-white);
  background: var(--clr-theme-primary);
}
.ayaa-woo-product-box-action-wrap-1 button.cart.added::after, .ayaa-woo-product-box-action-wrap-1 a.cart.added::after {
  display: none;
}
.ayaa-woo-product-box-action-wrap-1 button.cart.added:hover, .ayaa-woo-product-box-action-wrap-1 a.cart.added:hover {
  background-color: var(--clr-theme-primary);
}
.ayaa-woo-product-box-action-wrap-1 button.cart span, .ayaa-woo-product-box-action-wrap-1 a.cart span {
  transition: all 0.3s;
}
.ayaa-woo-product-box-action-wrap-1 button.cart span:last-child, .ayaa-woo-product-box-action-wrap-1 a.cart span:last-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 130%;
  text-align: center;
  transform: translateY(-50%);
}
.ayaa-woo-product-box-action-wrap-1 button.cart:hover span:first-child, .ayaa-woo-product-box-action-wrap-1 a.cart:hover span:first-child {
  transform: translateY(-45px);
}
.ayaa-woo-product-box-action-wrap-1 button.cart:hover span:last-child, .ayaa-woo-product-box-action-wrap-1 a.cart:hover span:last-child {
  top: 50%;
}
.ayaa-woo-product-box-image-1 {
  position: relative;
}
@media (max-width: 767px) {
  .ayaa-woo-product-box-image-1 > a, .ayaa-woo-product-box-image-1 > a > img {
    width: 100%;
    display: block;
  }
}
.ayaa-woo-product-box-image-1 .cart {
  transition-delay: 0.1s;
}
.ayaa-woo-product-box-image-1 .cart.added {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.ayaa-woo-product-box-image-1 .compare {
  transition-delay: 0.2s;
}
.ayaa-woo-product-box-image-1 .compare.woosc-added {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.ayaa-woo-product-box-1:hover .ayaa-woo-product-box-action-wrap-1 > button, .ayaa-woo-product-box-1:hover .ayaa-woo-product-box-action-wrap-1 > a.cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ayaa-woo-product-badge-wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.ayaa-woo-product-badge-wrap.has-pos {
  position: absolute;
  top: 20px;
  right: 20px;
}
.ayaa-woo-product-badge-wrap > span {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-common-white);
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: var(--clr-theme-primary);
}
.ayaa-woo-product-badge-wrap > span.badge-onsale {
  background-color: #62ab00;
}

.ayaa-woo-product-rating i {
  font-size: 14px;
}
.ayaa-woo-product-rating i.active {
  color: #fe9602;
}

.ayaa-fz-offer-product-box-4 {
  position: relative;
}
.ayaa-fz-offer-product-box-4 .image {
  overflow: hidden;
}
.ayaa-fz-offer-product-box-4 .image a {
  display: block;
}
.ayaa-fz-offer-product-box-4 .image a img {
  width: 100%;
}
.ayaa-fz-offer-product-box-4 .image img {
  transition: all 0.3s;
}
.ayaa-fz-offer-product-box-4:hover .image img {
  transform: scale(1.1);
}
.ayaa-fz-offer-product-box-4 .ayaa-fz-offer-badge-4 {
  position: absolute;
  max-width: 40px;
}
.ayaa-fz-offer-product-box-4 .ayaa-fz-offer-badge-4.has-pos {
  top: 20px;
  left: 20px;
}
.ayaa-fz-offer-product-box-4 .ayaa-fz-offer-badge-4 .count {
  font-size: 16px;
  color: var(--clr-common-white);
  font-family: "Adobe Clean", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-offer-product-box-4 .content {
  box-shadow: 0px 15px 33.82px 4.18px rgba(0, 0, 0, 0.06);
  background-color: var(--clr-common-white);
  display: inline-block;
  padding: 12px 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.ayaa-fz-offer-product-box-4 .content .title {
  font-family: "Adobe Clean", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-body-dark-3);
  margin-bottom: 0;
}
.ayaa-fz-offer-product-box-4 .content .title a:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-offer-product-box-4 .content .price {
  font-size: 16px;
  font-family: "Adobe Clean", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.ayaa-fz-product-action-list-2 {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.ayaa-fz-product-action-list-2.has-pos {
  left: 0;
  top: 0;
}
.ayaa-fz-product-action-list-2 button, .ayaa-fz-product-action-list-2 > a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  font-weight: 400;
  color: var(--clr-theme-secondary);
  overflow: hidden;
  position: relative;
}
.ayaa-fz-product-action-list-2 button i, .ayaa-fz-product-action-list-2 > a i {
  transition: all 0.3s;
}
.ayaa-fz-product-action-list-2 button i:nth-child(2), .ayaa-fz-product-action-list-2 > a i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 130%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-product-action-list-2 button:hover, .ayaa-fz-product-action-list-2 > a:hover {
  background-color: var(--clr-theme-secondary);
  border-color: transparent;
  color: var(--clr-common-white);
}
.ayaa-fz-product-action-list-2 button:hover i:nth-child(1), .ayaa-fz-product-action-list-2 > a:hover i:nth-child(1) {
  transform: translateY(-27px);
}
.ayaa-fz-product-action-list-2 button:hover i:nth-child(2), .ayaa-fz-product-action-list-2 > a:hover i:nth-child(2) {
  top: 50%;
}
.ayaa-fz-weekend-offer-box-2 {
  background-color: #F8F8F8;
  text-align: center;
  border-radius: 10px;
  padding: 25px;
  padding-bottom: 32px;
}
.ayaa-fz-weekend-offer-box-2 .image {
  padding-top: 6px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-weekend-offer-box-2 .image {
    margin-bottom: 5px;
  }
}
.ayaa-fz-weekend-offer-box-2 .image img {
  transition: all 0.3s;
  margin: 3px 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-weekend-offer-box-2 .image img {
    margin: 0;
    max-height: 231px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-weekend-offer-box-2 .image img {
    max-height: 287px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-weekend-offer-box-2 .image img {
    margin: 0;
  }
}
.ayaa-fz-weekend-offer-box-2 .ayaa-fz-product-discount-percent-box-2.has-pos {
  right: 0;
  top: 0;
}
.ayaa-fz-weekend-offer-box-2:hover .image img {
  transform: scale(1.1);
}
.ayaa-fz-weekend-remains-offer-text-2 {
  font-size: 13px;
  margin-bottom: 0;
}
.ayaa-fz-weekend-countdown-section {
  text-align: center;
}
.ayaa-fz-weekend-countdown-value {
  font-weight: 500;
  margin-bottom: 0;
  min-width: 30px;
  color: #222222;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  height: 30px;
  background: var(--clr-common-white);
  line-height: 30px;
  border-radius: 2px;
}
.ayaa-fz-weekend-countdown-label {
  font-size: 12px;
  color: #222222;
}
.ayaa-fz-product-discount-percent-box-2 {
  font-size: 14px;
  font-weight: 500;
  background: var(--clr-theme-tertiary);
  color: var(--clr-common-white);
  display: inline-block;
  height: 26px;
  line-height: 27px;
  border-radius: 13px;
  padding: 0 10px;
}

.ayaa-fz-rating-2 i {
  font-size: 14px;
  color: #FFAE00;
  letter-spacing: 2px;
}
.ayaa-fz-rating-2 i.active {
  font-weight: 700;
}

.ayaa-fz-weekend-offer-product-price-2 > * {
  margin: 0 4px;
}
.ayaa-fz-weekend-offer-product-price-regular-2 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--clr-theme-tertiary);
  display: inline-block;
}
.ayaa-fz-weekend-offer-product-price-old-2 {
  font-size: 14px;
  font-weight: 500;
}
.ayaa-fz-weekend-offer-product-title-2 {
  font-weight: 500;
  font-size: 16px;
  color: #202020;
  margin-bottom: 5px;
}
.ayaa-fz-weekend-offer-product-title-2 a:hover {
  color: var(--clr-theme-tertiary);
}

.ayaa-fz-weekend-countdown.has-flex {
  display: flex;
  justify-content: center;
  grid-gap: 16px;
}
.ayaa-fz-weekend-countdown.has-flex.style-2 .ayaa-fz-weekend-countdown-value {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  box-shadow: none;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 600;
}
.ayaa-fz-weekend-countdown.has-flex.style-2 .ayaa-fz-weekend-countdown-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #777777;
}

.ayaa-fz-hot-deals-top-right-content-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 0 27px;
}
@media (max-width: 767px) {
  .ayaa-fz-hot-deals-top-right-content-2 {
    justify-content: center;
  }
}
.ayaa-fz-hot-deals-top-right-content-2 > span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--clr-theme-tertiary);
}
@media (max-width: 767px) {
  .ayaa-fz-hot-deals-top-right-content-2 > span {
    display: none;
  }
}
.ayaa-fz-nav-arrow-2 {
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 50%;
  color: var(--clr-theme-secondary);
  overflow: hidden;
  position: relative;
}
.ayaa-fz-nav-arrow-2 i {
  transition: all 0.3s;
}
.ayaa-fz-nav-arrow-2 i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-nav-arrow-2:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-nav-arrow-2:hover i:last-child {
  top: 50%;
}
.ayaa-fz-nav-arrow-2:hover {
  background-color: var(--clr-theme-secondary);
  color: var(--clr-common-white);
}
.ayaa-fz-product-action-wrapper-2 {
  display: flex;
  grid-gap: 0 10px;
  padding: 0 30px;
  justify-content: center;
  width: 100%;
}
.ayaa-fz-product-action-wrapper-2.has-pos {
  position: absolute;
  left: 0;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.ayaa-fz-product-action-wrapper-2 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--clr-common-white);
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  font-size: 16px;
  color: var(--clr-theme-secondary);
  box-shadow: 0px 6px 14.72px 1.28px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
}
.ayaa-fz-product-action-wrapper-2 a i {
  transition: all 0.3s;
}
.ayaa-fz-product-action-wrapper-2 a i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-product-action-wrapper-2 a:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-product-action-wrapper-2 a:hover i:last-child {
  top: 50%;
}
.ayaa-fz-product-action-wrapper-2 a:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-secondary);
  box-shadow: none;
}
.ayaa-fz-product-action-wrapper-2 button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--clr-common-white);
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  font-size: 0;
  color: var(--clr-theme-secondary);
  box-shadow: 0px 6px 14.72px 1.28px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
}
.ayaa-fz-product-action-wrapper-2 button i {
  transition: all 0.3s;
}
.ayaa-fz-product-action-wrapper-2 button i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-product-action-wrapper-2 button:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-product-action-wrapper-2 button:hover i:last-child {
  top: 50%;
}
.ayaa-fz-product-action-wrapper-2 button:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-secondary);
  box-shadow: none;
}
.ayaa-fz-product-badge-wrapper-2 {
  display: flex;
  flex-direction: column;
  grid-gap: 12px 0;
}
.ayaa-fz-product-badge-wrapper-2.has-pos {
  position: absolute;
  left: 25px;
  top: 25px;
}
.ayaa-fz-product-badge-wrapper-2 > * {
  width: fit-content;
}
.ayaa-fz-product-box-2 .content {
  padding: 21px;
  text-align: center;
}
.ayaa-fz-product-box-2 .content .price-wrap > * {
  margin: 0 5px;
}
.ayaa-fz-product-box-2 .content .price-wrap .current {
  font-weight: 700;
  color: var(--clr-theme-secondary);
  display: inline-block;
}
.ayaa-fz-product-box-2 .content .price-wrap .old {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-body-color);
  display: inline-block;
}
.ayaa-fz-product-box-2 .content .title {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}
.ayaa-fz-product-box-2 .content .title a:hover {
  color: var(--clr-theme-tertiary);
}
.ayaa-fz-product-box-2:hover .ayaa-fz-product-action-wrapper-2.has-pos {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}
.ayaa-fz-product-box-2 .image {
  position: relative;
}
.ayaa-fz-product-box-2 .image a.img {
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  min-height: 340px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-product-box-2 .image a.img {
    min-height: 270px;
  }
}
.ayaa-fz-product-box-2 .image a.img img {
  transition: all 0.3s;
  width: auto;
}
.ayaa-fz-product-box-2 .image:hover a.img img {
  transform: scale(1.1);
}
.ayaa-fz-product-box-sm-2 .image a.img {
  min-height: 250px;
}
.ayaa-fz-product-box-sm-2 .ayaa-fz-product-badge-wrapper-2 {
  left: auto;
  right: 15px;
  top: 15px;
  grid-gap: 10px;
}
.ayaa-fz-product-box-sm-2 .content .price-wrap .current {
  color: #222222;
}
.ayaa-fz-product-box-sm-2:hover .ayaa-fz-product-action-wrapper-2 {
  padding: 0 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-product-box-sm-2:hover .ayaa-fz-product-action-wrapper-2 {
    padding: 0 9px;
  }
}
.ayaa-fz-product-box-sm-2:hover .ayaa-fz-product-action-wrapper-2.has-pos {
  bottom: 20px;
}
.ayaa-fz-section-title-2 {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.ayaa-fz-hero-product-box-2 {
  padding: 28.5px 25px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-hero-product-box-2 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-hero-product-box-2 {
    text-align: center;
    padding: 50px 30px;
  }
}
.ayaa-fz-hero-product-box-2 .image img {
  transition: all 0.3s;
}
.ayaa-fz-hero-product-box-2 .ayaa-fz-product-discount-percent-box-2 {
  margin-bottom: 9px;
}
.ayaa-fz-hero-product-box-2:hover .image img {
  transform: scale(1.1);
}
.ayaa-fz-hero-product-title-2 {
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 5px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-hero-product-title-2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-hero-product-title-2 {
    font-size: 20px;
  }
}
.ayaa-fz-hero-product-title-2 a:hover {
  color: var(--clr-theme-tertiary);
}
.ayaa-fz-hero-product-shop-btn-2 {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}
.ayaa-fz-hero-product-shop-btn-2:hover {
  color: var(--clr-theme-tertiary);
}
.ayaa-fz-hero-product-shop-btn-2 i {
  font-size: 14px;
  margin-left: 3px;
}

.ayaa-fz-has-slide-price-cart-2 {
  overflow: hidden;
  position: relative;
}
.ayaa-fz-has-slide-price-cart-2 > .price-wrap {
  transition: all 0.3s;
}
.ayaa-fz-has-slide-price-cart-2 .ayaa-fz-price-slide-cart-btn-2 {
  position: absolute;
  left: 0;
  top: 140%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
}
.ayaa-fz-price-slide-cart-btn-2 {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
}
.ayaa-fz-price-slide-cart-btn-2:hover {
  color: var(--clr-theme-tertiary);
}
.ayaa-fz-product-box-sm-2 .content {
  padding: 21px 15px;
}
.ayaa-fz-product-box-sm-2:hover .ayaa-fz-price-slide-cart-btn-2 {
  top: 50%;
}
.ayaa-fz-product-box-sm-2:hover .price-wrap {
  transform: translateY(-40px);
}
.ayaa-fz-list-sm-product-border-title-2 {
  font-weight: 600;
  font-size: 24px;
  color: #222222;
  display: inline-block;
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1235px) {
  .ayaa-fz-list-sm-product-border-title-2 {
    font-size: 22px;
  }
}
.ayaa-fz-list-sm-product-border-title-2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
  content: "";
}
@media (max-width: 767px) {
  .ayaa-fz-list-sm-product-border-title-2:is(.mb-70) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-list-sm-product-border-title-2:is(.mb-70) {
    margin-bottom: 50px;
  }
}

.ayaa-fz-list-sm-product-wrapper-2 {
  overflow: hidden;
  display: flex;
  grid-gap: 0 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .ayaa-fz-list-sm-product-wrapper-2 {
    grid-gap: 0 25px;
  }
}
.ayaa-fz-list-sm-product-wrapper-2 .image {
  width: 90px;
  text-align: center;
}
.ayaa-fz-list-sm-price-wrap-2 .current {
  font-weight: 500;
  color: #222222;
  display: inline-block;
}
.ayaa-fz-list-sm-price-wrap-2 .old {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.ayaa-fz-list-sm-content-2 {
  overflow: hidden;
}
.ayaa-fz-list-sm-content-2 .ayaa-fz-rating-2 i {
  font-size: 13px;
  font-weight: 700;
  color: #d2d2d2;
}
.ayaa-fz-list-sm-content-2 .ayaa-fz-rating-2 i.active {
  color: #fe9602;
}
.ayaa-fz-list-sm-content-2 .title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 5px;
}
@media (min-width: 1400px) and (max-width: 1599px), (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-list-sm-content-2 .title {
    line-height: 1.3;
  }
}
@media (min-width: 1025px) and (max-width: 1235px) {
  .ayaa-fz-list-sm-content-2 .title {
    font-size: 14px;
  }
}
.ayaa-fz-list-sm-content-2 .title a:hover {
  color: var(--clr-theme-tertiary);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-weekend-offer-countdown-wrapper-main-2.ayaa-fz-has-border-top.pt-30.mt-30 {
    margin-top: 22.5px;
    padding-top: 22.5px;
  }
}

@media (max-width: 767px) {
  .ayaa-fz-hot-deals-top-wrapper-2 {
    padding-bottom: 40px;
  }
}

.ayaa-fz-section-subtitle-4 {
  font-family: "Adobe Clean", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  color: var(--clr-body-dark-3);
}
.ayaa-fz-section-title-4 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 0;
  color: var(--clr-body-dark-3);
  font-family: "Adobe Clean", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-section-title-4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-section-title-4 {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-section-title-4 {
    font-size: 38px;
  }
}
.ayaa-fz-shop-now-rounded-btn-4 {
  height: 40px;
  display: inline-block;
  background-color: var(--clr-body-dark-3);
  line-height: 40px;
  color: var(--clr-common-white);
  border-radius: 5px;
  padding: 0 45px;
  font-weight: 700;
  font-family: "Adobe Clean", sans-serif;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-shop-now-rounded-btn-4 span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-shop-now-rounded-btn-4 span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-shop-now-rounded-btn-4:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-shop-now-rounded-btn-4:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-shop-now-rounded-btn-4:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-product-content-wrap-4 {
  padding-top: 25px;
}
.ayaa-fz-product-price-color-wrapper-4 {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.ayaa-fz-product-price-4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-body-dark-3);
  font-family: "Adobe Clean", sans-serif;
  display: inline-block;
}
.ayaa-fz-product-color-wrapper-4 {
  display: inline-block;
}
.ayaa-fz-product-color-wrapper-4 > span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  outline: 1px solid #c8c8c8;
  cursor: pointer;
  outline-offset: 2px;
}
.ayaa-fz-product-color-wrapper-4 > span.active {
  outline-color: var(--clr-body-dark-3);
}
.ayaa-fz-product-color-wrapper-4 > span:not(:last-child) {
  margin-right: 6px;
}
.ayaa-fz-product-title-4 {
  font-family: "Adobe Clean", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-body-dark-3);
  margin-bottom: 0;
}
.ayaa-fz-product-title-4 a:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-product-category-4 {
  display: block;
  font-family: "Adobe Clean", sans-serif;
  margin-bottom: 4px;
}
.ayaa-fz-product-category-4:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-product-box-discount-wrapper-4 {
  position: absolute;
  top: 25px;
  left: 25px;
}
.ayaa-fz-product-box-discount-item-4 {
  font-size: 14px;
  font-weight: 700;
  font-family: Adobe Clean;
  background: var(--clr-theme-4);
  color: var(--clr-common-white);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.ayaa-fz-product-box-action-btn-pos-4 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.ayaa-fz-product-box-4-actions {
  display: inline-block;
  background: var(--clr-common-white);
  padding: 11px 10px;
  border-radius: 30px;
  height: 40.25px;
  overflow: hidden;
  transition: all 0.7s;
}
.ayaa-fz-product-box-4-actions a {
  font-size: 18px;
  font-weight: 400;
  color: #060606;
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 21px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-product-box-4-actions a {
    margin-bottom: 12px;
  }
}
.ayaa-fz-product-box-4-actions a i {
  transition: all 0.3s;
}
.ayaa-fz-product-box-4-actions a i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-product-box-4-actions a:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-product-box-4-actions a:hover i:last-child {
  top: 50%;
}
.ayaa-fz-product-box-4-actions a:last-child {
  margin-bottom: 0;
}
.ayaa-fz-product-box-4-actions a:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-product-box-4-actions button {
  font-size: 0;
  font-weight: 400;
  color: #060606;
  display: block;
  text-align: center;
  margin-bottom: 21px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-product-box-4-actions button {
    margin-bottom: 12px;
  }
}
.ayaa-fz-product-box-4-actions button i {
  transition: all 0.3s;
}
.ayaa-fz-product-box-4-actions button i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-product-box-4-actions button:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-product-box-4-actions button:hover i:last-child {
  top: 50%;
}
.ayaa-fz-product-box-4-actions button:last-child {
  margin-bottom: 0;
}
.ayaa-fz-product-box-4-actions button i {
  font-size: 18px;
  line-height: 1;
}
.ayaa-fz-product-box-4-actions button:is(.woosc-btn):before {
  margin-right: 0;
}
.ayaa-fz-product-box-4-actions button:is(.woosq-btn):before {
  margin-right: 0;
}
.ayaa-fz-product-box-4-actions button:is(.woosw-btn):before {
  margin-right: 0;
}
.ayaa-fz-product-box-4-actions button:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-product-box-4:hover .ayaa-fz-product-box-4-actions {
  height: 159px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-product-box-4:hover .ayaa-fz-product-box-4-actions {
    height: 135px;
  }
}
.ayaa-fz-product-box-4:hover .ayaa-fz-product-box-action-btn-pos-4 {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}
.ayaa-fz-product-image-wrap-4 {
  background-color: #f9f9f9;
  height: 351px;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 767px) {
  .ayaa-fz-product-image-wrap-4 {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-product-image-wrap-4.fz-responsive {
    height: 300px;
  }
}
.ayaa-fz-product-image-wrap-4 .ayaa-fz-product-box-4-actions {
  position: absolute;
  right: 25px;
  top: 25px;
}
.ayaa-fz-product-image-wrap-4 img {
  transition: all 0.3s;
  width: auto;
}
.ayaa-fz-product-image-wrap-4:hover img {
  transform: scale(1.1);
}

.cursor {
  position: fixed;
  pointer-events: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  background: #fff;
  text-transform: capitalize;
  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;
  width: 100px;
  height: 100px;
  font-family: "Adobe Clean", sans-serif;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  mix-blend-mode: difference;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ayaa-fz-product-list-item-422 .ayaa-woo-product-box-image-1 img {
  border-radius: 6px;
}
@media (max-width: 767px) {
  .ayaa-fz-product-list-content-422 {
    padding-top: 30px;
  }
}
.ayaa-fz-product-list-content-422 p {
  margin-bottom: 22px;
}
.ayaa-fz-product-list-price-rating-wrap-422 {
  display: flex;
  grid-gap: 0 15px;
}
@media (max-width: 767px) {
  .ayaa-fz-product-list-price-rating-wrap-422 {
    flex-wrap: wrap;
    grid-gap: 7px 0;
  }
}
.ayaa-fz-product-list-price-wrap-422 {
  display: inline-block;
}
.ayaa-fz-product-list-price-wrap-422 .current {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-theme-primary);
  display: inline-block;
}
@media (max-width: 767px) {
  .ayaa-fz-product-list-price-wrap-422 .current {
    font-size: 16px;
  }
}
.ayaa-fz-product-list-price-wrap-422 .current del > span > bdi {
  text-decoration: line-through;
  color: #777;
  font-size: 14px;
  font-weight: 500;
}
.ayaa-fz-product-list-category-422 {
  display: block;
  margin-bottom: 13px;
}
.ayaa-fz-product-list-title-422 {
  font-size: 22px;
  font-weight: 600;
  color: var(--clr-common-black);
  margin-bottom: 13px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .ayaa-fz-product-list-title-422 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-product-list-title-422 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-product-list-content-422.pr-60 {
    padding-right: 0;
  }
}

.ayaa-fz-heading-443 {
  font-size: 34px;
  font-weight: 600;
  color: #282828;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-heading-443 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-heading-443 {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .part-txt.pr-105.pl-40 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .part-txt.pr-105.pl-40 {
    padding: 0;
  }
}

.ayaa-fz-product-box-2 .price-wrap ins span {
  font-weight: 700;
  color: var(--clr-theme-secondary);
  display: inline-block;
}

.price-wrap del span.woocommerce-Price-amount.amount bdi {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-body-color);
  display: inline-block;
  text-decoration: line-through;
}

.ayaa-fz-product-box-action-btn-pos-4 a.added_to_cart.wc-forward {
  display: none;
}

.ayaa-fz-product-price-color-wrapper-4 ins span bdi {
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-body-dark-3);
  font-family: "Adobe Clean", sans-serif;
  display: inline-block;
}

.ayaa-fz-product-price-color-wrapper-4 del span bdi {
  text-decoration: line-through;
  color: #777;
  display: inline-block;
  margin-right: 3px;
  font-family: "Adobe Clean", sans-serif;
}

.ayaa-fz-product-price-color-wrapper-4 span.woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-body-dark-3);
  font-family: "Adobe Clean", sans-serif;
  display: inline-block;
}

.ayaa-fz-list-sm-price-wrap-2 span.wmc-cache-pid {
  color: #222;
  font-weight: 600;
}
@media (min-width: 1025px) and (max-width: 1235px) {
  .ayaa-fz-list-sm-price-wrap-2 span.wmc-cache-pid {
    font-size: 14px;
  }
}

.ayaa-fz-list-sm-price-wrap-2 span.wmc-cache-pid del {
  color: #777;
  display: inline-block;
  margin-right: 3px;
}

.ayaa-fz-list-sm-price-wrap-2 span.wmc-cache-pid del > span > bdi {
  text-decoration: line-through;
}

.ayaa-fz-product-box-4-actions button:is(.woosc-btn).woosc-added:before {
  font-size: 16px;
}

.ayaa-fz-product-box-4-actions button.woosc-btn.woosc-added {
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}

.ayaa-fz-product-box-4-actions button:is(.woosc-btn).woosc-added .fa-arrows-repeat {
  display: none;
}

.ayaa-fz-product-box-6:hover .ayaa-fz-product-cart-btn-6 {
  top: -3px;
}
.ayaa-fz-product-box-6:hover .ayaa-fz-product-price-regular-6 {
  transform: translateY(-30px);
}
.ayaa-fz-product-box-6:hover .ayaa-fz-product-box-action-6.has-pos {
  transform: translateY(-50%) translateX(0);
}
.ayaa-fz-product-price-cart-hover-wrap-6 {
  position: relative;
  overflow: hidden;
}
.ayaa-fz-product-price-cart-hover-wrap-6 .ayaa-fz-product-cart-btn-6 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.ayaa-fz-product-price-regular-6 {
  font-size: 18px;
  font-family: "Dubai", sans-serif;
  display: block;
  color: var(--clr-theme-6);
  line-height: 1;
  transition: all 0.3s;
}
.ayaa-fz-product-cart-btn-6 {
  font-family: "Dubai", sans-serif;
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s;
  color: var(--clr-theme-6);
}
.ayaa-fz-product-cart-btn-6:hover {
  color: var(--clr-theme-6);
}
.ayaa-fz-product-cart-btn-6 i {
  font-size: 16px;
  margin-right: 10px;
}
.ayaa-fz-product-title-6 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 8px;
  color: var(--clr-theme-6);
}
.ayaa-fz-product-title-6 a:hover {
  color: var(--clr-theme-6);
}
.ayaa-fz-product-rating-6 i {
  font-size: 12px;
  display: inline-block;
  color: var(--clr-theme-6);
  margin: 0 1.5px;
}
.ayaa-fz-product-box-content-6 {
  padding-top: 25px;
}
.ayaa-fz-product-box-content-6 .ayaa-fz-product-rating-6 {
  margin-bottom: 4px;
}
.ayaa-fz-product-box-thumbnail-6 {
  border: 1px solid #CAD5C8;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  overflow: hidden;
}
.ayaa-fz-product-box-thumbnail-6:hover {
  border-color: var(--clr-theme-6);
}
.ayaa-fz-product-box-action-6.has-pos {
  position: absolute;
  left: 30px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%) translateX(-70px);
}
.ayaa-fz-product-box-action-6 .icon {
  position: relative;
  overflow: hidden;
  display: block;
}
.ayaa-fz-product-box-action-6 a, .ayaa-fz-product-box-action-6 button {
  width: 40px;
  height: 40px;
  border: 1px solid #D2DDD2;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.ayaa-fz-product-box-action-6 a i, .ayaa-fz-product-box-action-6 button i {
  transition: all 0.3s;
}
.ayaa-fz-product-box-action-6 a i:last-child, .ayaa-fz-product-box-action-6 button i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-product-box-action-6 a:hover i:first-child, .ayaa-fz-product-box-action-6 button:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-product-box-action-6 a:hover i:last-child, .ayaa-fz-product-box-action-6 button:hover i:last-child {
  top: 50%;
}
.ayaa-fz-product-box-action-6 a:hover, .ayaa-fz-product-box-action-6 button:hover {
  border-color: var(--clr-theme-6);
}
.ayaa-fz-product-box-action-6 a i, .ayaa-fz-product-box-action-6 button i {
  font-size: 16px;
  font-weight: 300;
  color: var(--clr-theme-6);
}
.ayaa-fz-product-box-action-6 > *:last-child {
  margin-bottom: 0;
}

.ayaa-fz-swiper-arrow-6 button {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--clr-theme-6);
  overflow: hidden;
  position: relative;
}
.ayaa-fz-swiper-arrow-6 button i {
  transition: all 0.3s;
}
.ayaa-fz-swiper-arrow-6 button i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-swiper-arrow-6 button:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-swiper-arrow-6 button:hover i:last-child {
  top: 50%;
}
.ayaa-fz-swiper-arrow-6 button i {
  font-size: 16px;
  color: var(--clr-theme-6);
  font-weight: 400;
}

.roll__wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media (max-width: 767px) {
  .pl-145.pr-145.ayaa-rv-brand-forward-wrapper {
    padding: 0 30px;
  }
}

.ayaa-fz-brand-image-2 img {
  filter: contrast(1);
  transition: all 0.3s;
}
.ayaa-fz-brand-image-2 img:hover {
  filter: grayscale(1);
}

.ayaa-fz-brand-img-4 {
  text-align: center;
}
.ayaa-fz-brand-img-4 img {
  filter: contrast(0);
  transition: all 0.3s;
}
.ayaa-fz-brand-img-4 img:hover {
  filter: contrast(1);
}

.swiper-slide-active .ayaa-fz-brand-img-4 img {
  filter: contrast(1);
}

.ayaa-fz-brand-active-6 {
  padding: 0 5px;
  margin: 0 -5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-brand-active-6.swiper-container {
    padding-bottom: 1px;
  }
}

.ayaa-rv-cat-box-img {
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 120px;
  background: #f4f4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ayaa-rv-cat-box-img img {
  transition: all 0.5s;
}
.ayaa-rv-cat-box-img img:last-child {
  position: absolute;
  left: 50%;
  top: 160%;
  transform: translate(-50%, -50%);
}
.ayaa-rv-cat-box-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
.ayaa-rv-cat-box-1:hover .ayaa-rv-cat-box-img img:first-child {
  transform: translateY(-160%);
}
.ayaa-rv-cat-box-1:hover .ayaa-rv-cat-box-img img:last-child {
  top: 50%;
}

@media (max-width: 767px) {
  .pl-90.pr-90.ayaa-rv-categories-lr-space {
    padding: 0;
  }
}

.ayaa-rv-hover-slide-cat-box-1 {
  padding-bottom: 25px;
}

.ayaa-fz-black-border-btn-4 {
  display: inline-block;
  height: 45px;
  border: 1px solid var(--clr-body-dark-3);
  font-family: "Adobe Clean", sans-serif;
  font-weight: 700;
  color: var(--clr-body-dark-3);
  line-height: 41px;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-black-border-btn-4 span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-black-border-btn-4 span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-black-border-btn-4:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-black-border-btn-4:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-black-border-btn-4:hover span:nth-child(2) {
  top: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-black-border-btn-4.fz-responsive {
    padding: 0 34px;
  }
}
.ayaa-fz-black-border-btn-4 span {
  width: 100%;
  text-align: center;
}
.ayaa-fz-black-border-btn-4:hover {
  color: var(--clr-common-white);
  border-color: transparent;
  background-color: var(--clr-body-dark-3);
}
.ayaa-fz-shop-category-box-content-4 p {
  font-family: "Adobe Clean", sans-serif;
  margin-bottom: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-shop-category-box-content-4 p {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-shop-category-box-content-4 p br {
    display: none;
  }
}
.ayaa-fz-shop-category-box-content-4 .title {
  font-size: 34px;
  font-family: "Adobe Clean", sans-serif;
  font-weight: 700;
  color: var(--clr-body-dark-3);
  margin-bottom: 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-shop-category-box-content-4 .title {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-shop-category-box-content-4 .title.fz-responsive {
    font-size: 27px;
    line-height: 1.2;
  }
}
.ayaa-fz-shop-category-box-content-4 .title:hover a {
  color: var(--clr-theme-4);
}
.ayaa-fz-shop-category-box-4 .fz-filter-image-box {
  background: #f8f8f8;
  height: 470px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-item-4-1 {
    height: 295px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-item-4-1 {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-item-4-1 {
    height: 330px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-item-4-2 {
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-item-4-2 {
    height: 315px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-item-4-2 {
    height: 370px;
  }
}
.ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-1-4 img {
  left: 50%;
  transform: translateX(-50%);
}
.ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-1-4:hover img:nth-child(1) {
  transform: translatex(-50%) scalex(1);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-1-4 {
    height: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-1-4 {
    height: 310px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-1-4 {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-1-4 {
    height: 290px;
  }
}
.ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-2-4 img {
  left: 50%;
  transform: translateX(-50%);
}
.ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-2-4:hover img:nth-child(1) {
  transform: translatex(-50%) scalex(1);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-2-4 {
    height: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-2-4 {
    height: 292px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-2-4 {
    height: 310px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-2-4 {
    height: 428px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-shop-category-box-4 .fz-filter-image-box.ayaa-fz-shop-cat-filter-image-box-item-2-4 {
    height: 331px;
  }
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-shop-category-box-4.pt-80, .ayaa-fz-shop-category-box-4.pt-120 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-shop-category-box-4.pt-80, .ayaa-fz-shop-category-box-4.pt-120 {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-shop-category-box-content-4.pb-40, .ayaa-fz-shop-category-box-content-4.pt-40 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-shop-category-box-content-4.pb-40, .ayaa-fz-shop-category-box-content-4.pt-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-shop-category-box-content-4.pb-45 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-shop-category-box-content-4.pb-45 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .ayaa-fz-shop-category-box-4.pt-43 {
    padding-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-shop-category-box-4.pt-43 {
    padding-top: 16px;
  }
}

@media (max-width: 767px) {
  .col-xxl-6.col-xl-7.col-lg-6.col-sm-6.align-self-start .ayaa-fz-shop-category-box-content-4.pt-40 {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col-xxl-6.col-xl-7.col-lg-6.col-sm-6.align-self-start .ayaa-fz-shop-category-box-content-4.pt-40 {
    padding-bottom: 30px;
  }
}

.ayaa-rv-banner-flex-item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .ayaa-rv-banner-flex-item-wrapper {
    flex-wrap: wrap;
    grid-gap: 30px 0;
  }
}
.ayaa-rv-banner-flex-item-wrapper > * {
  flex: 0 0 50%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-banner-content-1.pt-25 {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ayaa-rv-banner-content-1.pt-25 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .ayaa-rv-banner-content-1.pt-25 {
    padding-bottom: 30px;
  }
}
.ayaa-rv-banner-flex-item-1 {
  flex: 0 0 50.6%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-rv-banner-flex-item-1 {
    flex: 0 0 54.6%;
  }
}
@media (max-width: 767px) {
  .ayaa-rv-banner-flex-item-1 {
    flex: 0 0 100%;
  }
}
.ayaa-rv-banner-flex-item-2 {
  flex: 0 0 49%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-rv-banner-flex-item-2 {
    flex: 0 0 45.4%;
  }
}
@media (max-width: 767px) {
  .ayaa-rv-banner-flex-item-2 {
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-rv-banner-flex-item-2 .ayaa-img-w-inherit {
    max-width: 100%;
  }
}
.ayaa-rv-banner-box-2 {
  padding-left: 60px;
  padding-right: 45px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-rv-banner-box-2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-banner-box-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-rv-banner-box-2 {
    padding: 31px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-banner-box-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-rv-banner-box-2 {
    padding: 30px;
  }
}
.ayaa-rv-banner-box-2 img {
  transition: all 0.3s;
  transform-origin: right;
}
.ayaa-rv-banner-box-1 {
  padding-left: 60px;
  padding-right: 40px;
  padding-top: 24px;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-banner-box-1 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ayaa-rv-banner-box-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ayaa-rv-banner-box-1 img {
  transition: all 0.3s;
  transform-origin: bottom;
}
.ayaa-rv-banner-box-1:hover img {
  transform: scale(1.05);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-banner-box-content-2.pt-15 {
    padding-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-rv-banner-box-content-2.pt-15 {
    padding-top: 0;
  }
}
.ayaa-rv-banner-box-content-2 .subtitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-theme-primary);
  display: block;
  padding-bottom: 7px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-banner-box-content-2 .subtitle {
    padding-bottom: 5px;
  }
}
.ayaa-rv-banner-box-content-2 .title {
  font-size: 30px;
  margin-bottom: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-rv-banner-box-content-2 .title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-banner-box-content-2 .title {
    font-size: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ayaa-rv-banner-box-content-2 .title {
    font-size: 22px;
  }
}
.ayaa-rv-banner-title-1 {
  color: var(--clr-common-white);
  margin-bottom: 0;
  font-size: 30px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-rv-banner-title-1 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-banner-title-1 {
    font-size: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ayaa-rv-banner-title-1 {
    font-size: 22px;
  }
}
.ayaa-rv-banner-title-1 a:hover {
  color: var(--clr-common-white);
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-rv-banner-price-1.pb-10 {
    padding-bottom: 5px;
  }
}
.ayaa-rv-banner-price-1 > span {
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-common-white);
}
.ayaa-rv-banner-price-1 > span.price-old {
  font-weight: 400;
  color: #4f9aed;
  margin-left: 5px;
}

.ayaa-img-w-inherit.ayaa-rv-has-decore-pos-img-1 {
  transform: translateX(-28px);
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-img-w-inherit.ayaa-rv-has-decore-pos-img-1 {
    transform: translateX(0);
  }
}
.ayaa-img-w-inherit.ayaa-rv-has-decore-pos-img-1 img {
  height: 144px;
  max-width: inherit;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-img-w-inherit.ayaa-rv-has-decore-pos-img-1 img {
    max-width: 280px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-img-w-inherit.ayaa-rv-has-decore-pos-img-1 img {
    height: auto;
    transform: translateX(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-img-w-inherit.ayaa-rv-has-decore-pos-img-1 img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .ayaa-img-w-inherit.ayaa-rv-has-decore-pos-img-1 img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ayaa-img-w-inherit img {
    max-width: 100%;
  }
}

.ayaa-rv-banner-box-2 img {
  transform-origin: right center;
}

.ayaa-rv-banner-box-2:hover img {
  transform: scale(1.05);
}

.ayaa-rv-subscribe-area .ayaa-rv-subscribe-tab-front-img img {
  max-width: inherit;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-subscribe-area .ayaa-rv-subscribe-tab-front-img img {
    max-width: 705px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-rv-subscribe-area .ayaa-rv-subscribe-tab-front-img img {
    max-width: 700px;
  }
}

.ayaa-rv-slider-image-activation .rvel-rv-thumb-slide img {
  display: inline-block;
}

.ayaa-fz-shop-btn-4 {
  display: inline-block;
  height: 50px;
  color: var(--clr-common-white);
  line-height: 50px;
  background-color: var(--clr-body-dark-3);
  font-family: "Adobe Clean", sans-serif;
  font-weight: 700;
  padding: 0 55px;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-shop-btn-4 span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-shop-btn-4 span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-shop-btn-4:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-shop-btn-4:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-shop-btn-4:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-banner-content-right-4 p {
  font-family: "Adobe Clean", sans-serif;
  color: #4b4b4b;
  margin-bottom: 38px;
}
.ayaa-fz-banner-content-right-4 .subtitle {
  font-size: 22px;
  font-family: "Adobe Clean", sans-serif;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ayaa-fz-banner-content-right-4 .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-banner-content-right-4 .subtitle {
    font-size: 20px;
  }
}
.ayaa-fz-banner-content-right-4 .title.fz-responsive {
  font-size: 60px;
  font-weight: 900;
  font-family: "Adobe Clean", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
  color: var(--clr-body-dark-3);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-content-right-4 .title.fz-responsive {
    font-size: 54px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-content-right-4 .title.fz-responsive {
    font-size: 43px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-banner-content-right-4 .title.fz-responsive {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-content-right-4 .title.fz-responsive {
    font-size: 35px;
    line-height: 1.3;
  }
}
.ayaa-fz-banner-content-right-4 .title.fz-responsive span {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-banner-content-right-4 .title.fz-responsive span {
    font-size: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-content-right-4 .title.fz-responsive span {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-content-right-4 .title.fz-responsive span {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-banner-content-right-4 .title.fz-responsive span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-content-right-4 .title.fz-responsive span {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.ayaa-fz-black-banner-title-2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--clr-common-white);
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-black-banner-title-2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-black-banner-title-2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-black-banner-title-2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-black-banner-right-img-2 img {
    width: 350px;
  }
}
.ayaa-fz-black-banner-2 {
  border-radius: 10px;
}
.ayaa-fz-black-banner-btn-2 {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--clr-common-white);
  font-size: 14px;
  border-radius: 3px;
  font-weight: 700;
  color: var(--clr-common-white);
  padding: 0 17px;
}
.ayaa-fz-black-banner-btn-2:hover {
  background-color: var(--clr-common-white);
  color: #222222;
  border-color: transparent;
}
.ayaa-fz-black-banner-left-wrapper-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 30px;
}
.ayaa-fz-black-banner-left-wrapper-2 > * {
  flex: 0 0 auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-black-banner-left-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 15px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-black-banner-left-wrapper-2 {
    display: block;
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-black-banner-left-wrapper-2 {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    grid-gap: 20px 0;
  }
}
.ayaa-fz-banner-box-2 {
  border-radius: 10px;
  padding: 30px 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ayaa-fz-banner-box-2 {
    padding: 50px 30px;
  }
}
.ayaa-fz-banner-box-2 img {
  transition: all 0.3s;
}
.ayaa-fz-banner-box-2:hover img {
  transform: scale(1.1);
}
.ayaa-fz-banner-box-3 {
  border-radius: 10px;
  overflow: hidden;
}
.ayaa-fz-banner-box-3 img {
  transition: all 0.3s;
  transform-origin: top right;
}
.ayaa-fz-banner-box-3:hover img {
  transform: scale(1.1);
}
.ayaa-fz-banner-box-wrapper-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-box-wrapper-2 {
    flex-direction: column;
    grid-gap: 30px 0;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-box-wrapper-2 {
    flex-direction: column;
    grid-gap: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-box-wrapper-2 .image {
    flex: 0 0 140px;
  }
}
@media (max-width: 767px) {
  .fz-banner-box-wrapper-content-inner-2 .content {
    text-align: center;
  }
}
.fz-banner-box-wrapper-content-inner-2 .subtitle {
  font-size: 14px;
  color: #222222;
  display: block;
  margin-bottom: 2px;
}
.fz-banner-box-wrapper-content-inner-2 .title {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
  line-height: 1.3;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .fz-banner-box-wrapper-content-inner-2 .title {
    font-size: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .fz-banner-box-wrapper-content-inner-2 .title br {
    display: none;
  }
}

.ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 .image {
    align-self: flex-end;
    order: -1;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 .image {
    align-self: center;
    order: -1;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 .image img {
    max-width: 220px;
    display: block;
    margin: 0 auto;
  }
}
.ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 .content {
  padding: 40px;
  padding-top: 35px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 .content {
    padding: 41px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 .content {
    padding: 30px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 .content {
    padding: 35px 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-2 .content {
    padding: 35px 30px;
  }
}

.ayaa-fz-varient-banner-2 {
  padding: 0 40px;
  padding-top: 35px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ayaa-fz-varient-banner-2 {
    text-align: center;
  }
}
@media (min-width: 1025px) and (max-width: 1235px) {
  .ayaa-fz-varient-banner-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ayaa-fz-varient-banner-2 img {
  transition: all 0.3s;
  transform-origin: bottom;
}
.ayaa-fz-varient-banner-2:hover img {
  transform: scale(1.05);
}
.ayaa-fz-varient-banner-content-2 .subtitle {
  font-size: 14px;
  display: block;
  color: var(--clr-common-white);
  margin-bottom: 4px;
}
.ayaa-fz-varient-banner-content-2 .title {
  font-weight: 600;
  color: var(--clr-common-white);
  margin-bottom: 4px;
}
.ayaa-fz-varient-banner-content-2 .price {
  color: var(--clr-common-white);
  display: block;
  margin-bottom: 16px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-black-banner-2.pl-100.pr-100.bg-default {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-black-banner-2.pl-100.pr-100.bg-default {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-banner-box-4.pl-160.pr-155 {
    padding: 0 40px;
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-banner-box-4.pl-160.pr-155 {
    padding-bottom: 20px;
    background-position: top right;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-box-4.pl-160.pr-155 {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-content-right-4.pl-50 {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-banner-content-right-4.pl-50 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-content-right-4.pl-50 {
    padding: 30px;
    background: #f9f9f9;
  }
}

@media (max-width: 767px) {
  .ayaa-fz-banner-box-left-4.mb-30 {
    margin-bottom: 0;
  }
}

.ayaa-fz-banner-item-6 {
  padding: 0 50px;
  padding-top: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .ayaa-fz-banner-item-6 {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-banner-item-6.banner-1 {
    padding: 50px;
  }
}
.ayaa-fz-banner-item-6.style-2 {
  padding-top: 47px;
}
.ayaa-fz-banner-item-6::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(-94deg, rgba(255, 255, 255, 0.52) 0%, #0c1e01 100%);
  opacity: 0.7;
}
.ayaa-fz-banner-item-6 > * {
  position: relative;
  z-index: 9;
}
.ayaa-fz-banner-item-6 .subtitle {
  font-family: "Dubai", sans-serif;
  font-size: 18px;
  color: var(--clr-common-white);
  display: block;
  margin-bottom: 0;
}
.ayaa-fz-banner-item-6 .title {
  color: var(--clr-common-white);
  font-size: 48px;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 12px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-banner-item-6 .title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-item-6 .title {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-item-6 .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-item-6 .title {
    font-size: 30px;
  }
}
.ayaa-fz-banner-item-6 .desc {
  font-family: "Dubai", sans-serif;
  font-size: 26px;
  color: var(--clr-common-white);
  margin-bottom: 34px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-item-6 .desc {
    font-size: 24px;
    margin-bottom: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-item-6 .desc {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-item-6 .desc {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.ayaa-fz-banner-wine-img-6-1 img {
  max-height: 275px;
}
@media (max-width: 767px) {
  .ayaa-fz-banner-wine-img-6-1 img {
    max-height: initial;
  }
}

.ayaa-fz-banner-wine-img-6-2 img {
  max-width: inherit;
  max-height: 253px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-wine-img-6-2 img {
    max-height: 213px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-wine-img-6-2 img {
    max-height: 180px;
  }
}

/**
* Banner Countdown 6
*/
.ayaa-fz-countdown-banner-right-content-6 .subtitle {
  font-size: 16px;
  display: block;
  font-family: "Dubai", sans-serif;
  color: var(--clr-common-white);
  position: relative;
  margin-bottom: 15px;
}
.ayaa-fz-countdown-banner-right-content-6 .subtitle::before {
  width: 40px;
  height: 1px;
  background-color: var(--clr-common-white);
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.ayaa-fz-countdown-banner-right-content-6 .title {
  font-size: 70px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 40px;
  color: var(--clr-common-white);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-countdown-banner-right-content-6 .title {
    font-size: 68px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-countdown-banner-right-content-6 .title {
    font-size: 64px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-countdown-banner-right-content-6 .title {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-countdown-banner-right-content-6 .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-countdown-banner-right-content-6 .title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.ayaa-fz-countdown-banner-content-inner-6 {
  padding: 40px;
  position: relative;
}
.ayaa-fz-countdown-banner-content-inner-6::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(#122e00 0%, rgba(96, 115, 84, 0.51) 100%);
  opacity: 0.9;
}
.ayaa-fz-countdown-banner-content-inner-6 > * {
  position: relative;
  z-index: 3;
}
.ayaa-fz-countdown-banner-content-inner-deeper-6 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 115px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-countdown-banner-content-inner-deeper-6 {
    padding: 25px 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-countdown-banner-content-inner-deeper-6 {
    padding: 25px 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-countdown-banner-content-inner-deeper-6 {
    padding: 35px 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-countdown-banner-content-inner-deeper-6 {
    padding: 25px 20px;
  }
}
.ayaa-fz-countdown-banner-img-left-6 img {
  max-height: 423px;
}

.ayaa-countdown-6 .ayaa-fz-countdown-wrap-6 {
  display: inline-block;
  margin-right: 46px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-countdown-6 .ayaa-fz-countdown-wrap-6 {
    margin-right: 27px;
  }
}
.ayaa-countdown-6 .ayaa-fz-countdown-wrap-6::after {
  position: absolute;
  right: -30px;
  top: 0;
  content: ":";
  font-size: 34px;
  font-family: "Playfair Display", sans-serif;
  color: var(--clr-common-white);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-countdown-6 .ayaa-fz-countdown-wrap-6::after {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .ayaa-countdown-6 .ayaa-fz-countdown-wrap-6::after {
    display: none;
  }
}
.ayaa-countdown-6 .ayaa-fz-countdown-wrap-6:last-child {
  margin-right: 0;
}
.ayaa-countdown-6 .ayaa-fz-countdown-wrap-6:last-child::after {
  display: none;
}

.ayaa-fz-countdown-number-6 {
  font-size: 34px;
  font-family: "Playfair Display", sans-serif;
  color: var(--clr-common-white);
  height: 60px;
  border: 1px solid var(--clr-common-white);
  text-align: center;
  padding: 0 15px;
}
.ayaa-fz-countdown-wrap-6 > span {
  color: var(--clr-common-white);
  font-size: 18px;
  font-family: "Dubai";
  margin-top: 18px;
  display: inline-block;
  line-height: 1;
}

@media (min-width: 1200px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-banner-item-6 .content {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .ayaa-fz-banner-item-6.style-2.bg-default.banner-2 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .ayaa-fz-countdown-banner-content-inner-6.bg-default {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .ayaa-fz-countdown-banner-right-content-6 .ayaa-countdown-6 > div.ayaa-fz-countdown-wrap-6 {
    margin: 0;
    width: 40%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ayaa-fz-countdown-banner-right-content-6 .ayaa-countdown-6 .ayaa-fz-countdown-wrap-6:nth-child(3), .ayaa-fz-countdown-banner-right-content-6 .ayaa-countdown-6 .ayaa-fz-countdown-wrap-6:nth-child(4) {
    margin-bottom: 0;
  }
}

.ayaa-fz-countdown-banner-right-content-6 .ayaa-countdown-6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: fit-content;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-item-6.style-2 .content {
    padding-bottom: 79px;
  }
}

.ayaa-rv-hand-picked-product-arrow {
  display: flex;
  justify-content: flex-end;
  grid-gap: 0 20px;
}
@media (max-width: 767px) {
  .ayaa-rv-hand-picked-product-arrow {
    justify-content: center;
  }
}
.ayaa-rv-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background-color: var(--clr-common-white);
  font-size: 14px;
  color: var(--clr-common-black);
  overflow: hidden;
  position: relative;
}
.ayaa-rv-arrow i {
  transition: all 0.3s;
}
.ayaa-rv-arrow i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-rv-arrow:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-rv-arrow:hover i:last-child {
  top: 50%;
}
.ayaa-rv-arrow:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  border-color: transparent;
}

@media (max-width: 767px) {
  .has-ayaa-hand-picked-space-top {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .ayaa-rv-subscribe-inner {
    padding: 0 30px;
  }
}
.ayaa-rv-subscribe-title {
  font-weight: 600;
  margin-bottom: 17px;
  font-size: 30px;
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .ayaa-rv-subscribe-title {
    font-size: 23px;
  }
}
.ayaa-rv-subscribe-icon {
  display: inline-block;
  margin-bottom: 25px;
  line-height: 1;
}
.ayaa-rv-subscribe-icon i {
  font-size: 87px;
  color: var(--clr-common-white);
}
.ayaa-rv-subscribe-content p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ayaa-rv-subscribe-content p br {
    display: none;
  }
}
.ayaa-rv-subscribe-form {
  background-color: var(--clr-common-white);
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .ayaa-rv-subscribe-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ayaa-rv-subscribe-form .ayaa-rv-subscribe-input {
  position: relative;
}
.ayaa-rv-subscribe-form .ayaa-rv-subscribe-input input {
  height: 60px;
  width: 100%;
  padding: 0 23px;
  line-height: 60px;
  padding-right: 0;
  color: var(--clr-body-soft);
}
@media (max-width: 767px) {
  .ayaa-rv-subscribe-form .ayaa-rv-subscribe-input input {
    border-bottom: 1px solid #ddd;
  }
}
.ayaa-rv-subscribe-form .ayaa-rv-subscribe-input input::placeholder {
  color: var(--clr-body-color);
}
.ayaa-rv-subscribe-form .ayaa-rv-subscribe-input i {
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--clr-common-black);
}
.ayaa-rv-subscribe-form .ayaa-rv-subscribe-submit-btn {
  font-weight: 700;
  color: var(--clr-theme-primary);
  height: 60px;
}
.ayaa-rv-subscribe-form .ayaa-rv-subscribe-submit-btn i {
  margin-left: 5px;
}
.ayaa-rv-subscribe-tab-front-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 720px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-subscribe-tab-front-img img {
    max-width: 680px;
  }
}

.white-text {
  color: var(--clr-common-white);
}

@media (max-width: 767px) {
  .ayaa-rv-subscribe-inner.pt-95.pb-100 {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .has-ayaa-subscribe-space-left-10 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ayaa-rv-subscribe-area.bg-default.pt-164.pb-165 {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

.ayaa-fz-subscribe-form-4 {
  position: relative;
  margin-bottom: 0;
}
.ayaa-fz-subscribe-form-4 input[type=email] {
  height: 50px;
  border: 1px solid #bbbbbc;
  width: 100%;
  padding: 0 15px;
  padding-right: 125px;
}
.ayaa-fz-subscribe-form-4 input[type=email]::placeholder {
  color: #777;
}
.ayaa-fz-subscribe-form-4 input[type=email]:focus {
  border-color: var(--clr-body-dark-3);
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-form-4 input[type=email].fz-responsive {
    padding-right: 15px;
  }
}
.ayaa-fz-subscribe-form-4 button[type=submit] {
  height: 50px;
  background: var(--clr-body-dark-3);
  color: var(--clr-common-white);
  font-family: adobe clean;
  padding: 0 30px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-form-4 button[type=submit].has-responsive {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
}
.ayaa-fz-subscribe-inner-4 {
  background-color: rgba(255, 255, 255, 0.9294117647);
  padding: 70px 125px;
  text-align: center;
  padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-subscribe-inner-4.fz-responsive {
    padding: 45px 45px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-inner-4.fz-responsive {
    padding: 40px 30px;
    padding-top: 35px;
  }
}
.ayaa-fz-subscribe-inner-4 .title {
  font-family: "Adobe Clean", sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: var(--clr-body-dark-3);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-inner-4 .title {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-subscribe-inner-4 .title {
    font-size: 34px;
  }
}
.ayaa-fz-subscribe-inner-4 p {
  font-family: "Adobe Clean", sans-serif;
  color: var(--clr-body-dark-3);
  margin-bottom: 30px;
}
.ayaa-fz-subscribe-right-2 form {
  display: flex;
  justify-content: flex-end;
  grid-gap: 0 10px;
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-right-2 form {
    flex-direction: column;
    grid-gap: 20px 0;
  }
}
.ayaa-fz-subscribe-right-2 form > * {
  flex: 0 0 auto;
}
.ayaa-fz-subscribe-box-2 {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-box-2 {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-form-submit-2 {
    text-align: center;
  }
}
.ayaa-fz-subscribe-form-submit-2 button {
  height: 50px;
  background: var(--clr-common-white);
  border-radius: 5px;
  padding: 0 35px;
  color: var(--clr-theme-secondary);
  position: relative;
  overflow: hidden;
}
.ayaa-fz-subscribe-form-submit-2 button > span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-subscribe-form-submit-2 button > span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 160%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-subscribe-form-submit-2 button:hover {
  background-color: var(--clr-theme-tertiary);
  color: var(--clr-common-white);
}
.ayaa-fz-subscribe-form-submit-2 button:hover > span:nth-child(1) {
  transform: translateY(-60px);
}
.ayaa-fz-subscribe-form-submit-2 button:hover > span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-subscribe-form-submit-2 button span.text {
  font-size: 14px;
  font-weight: 700;
}
.ayaa-fz-subscribe-form-submit-2 button i {
  font-size: 16px;
}
.ayaa-fz-subscribe-form-input-2 {
  position: relative;
  width: 450px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-subscribe-form-input-2 {
    width: 315px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-subscribe-form-input-2 {
    width: 646px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-subscribe-form-input-2 {
    width: 406px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-form-input-2 {
    width: 100%;
  }
}
.ayaa-fz-subscribe-form-input-2 input {
  width: 100%;
  background-color: var(--clr-common-white);
  height: 50px;
  padding: 0 40px;
  border-radius: 5px;
  font-size: 14px;
}
.ayaa-fz-subscribe-form-input-2 input::placeholder {
  font-size: 14px;
}
.ayaa-fz-subscribe-form-input-2 .icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.ayaa-fz-subscribe-form-input-2 .icon i {
  font-size: 14px;
}
.ayaa-fz-subscribe-left-2 {
  display: flex;
  align-items: center;
  grid-gap: 0 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-subscribe-left-2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-left-2 {
    flex-direction: column;
    text-align: center;
    grid-gap: 20px 0;
  }
}
.ayaa-fz-subscribe-left-2 .content .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--clr-common-white);
  margin-bottom: 3px;
}
.ayaa-fz-subscribe-left-2 .content .title a:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-subscribe-left-2 .content p {
  font-size: 16px;
  color: #EAEAEA;
  margin-bottom: 0;
}
.ayaa-fz-subscribe-left-2 .icon i {
  font-size: 50px;
  color: var(--clr-common-white);
  font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-subscribe-box-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.fz-has-subscribe-anim-img-bg-4 .fz-subscribe-bg-img-4 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000px;
  object-fit: cover;
  z-index: -1;
}

.ayaa-feedback-testimonial-main-active {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1400px) and (max-width: 1599px), (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-feedback-testimonial-main-active {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.ayaa-feedback-testimonial-box {
  border: 1px solid #eee;
  position: relative;
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.04);
  padding: 45px 50px;
  transition: all 0.3s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-feedback-testimonial-box {
    padding: 45px 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-feedback-testimonial-box {
    padding: 36px 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-feedback-testimonial-box {
    padding: 35px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-feedback-testimonial-box {
    padding: 35px 35px;
  }
}
@media (max-width: 767px) {
  .ayaa-feedback-testimonial-box .ayaa-woo-product-rating {
    text-align: center;
  }
}
.ayaa-feedback-testimonial-box .quote {
  position: absolute;
  z-index: -1;
  right: 30px;
  top: 93px;
  color: #fafafa;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.ayaa-feedback-testimonial-box .quote i {
  font-size: 130px;
}
.ayaa-feedback-testimonial-box .rating {
  margin-bottom: 20px;
}
.ayaa-feedback-testimonial-box p {
  font-size: 20px;
  line-height: 30px;
  color: var(--clr-common-black);
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .ayaa-feedback-testimonial-box p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
    text-align: center;
  }
}
.ayaa-feedback-testimonial-box:hover {
  box-shadow: none;
}
.ayaa-feedback-testimonial-box:hover .quote {
  opacity: 1;
  visibility: visible;
}
.ayaa-feedback-author-box {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-feedback-author-box {
    grid-gap: 10px;
  }
}
@media (max-width: 767px) {
  .ayaa-feedback-author-box > * {
    flex: 0 0 100%;
    text-align: center;
  }
}
.ayaa-feedback-author-box .content .author-title {
  margin-bottom: 0;
  font-size: 20px;
}
.ayaa-feedback-author-box .content .author-designation {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--clr-theme-primary);
  display: block;
}

@media (max-width: 767px) {
  .ayaa-rv-has-featured-bottom-space {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .ayaa-rv-has-featured-bottom-space .ayaa-section-title-1 {
    margin-bottom: 10px;
  }
}

.ayaa-rv-news-box-list {
  display: flex;
  background: var(--clr-common-white);
  padding: 21px 20px;
  grid-gap: 25px;
}
@media (max-width: 767px) {
  .ayaa-rv-news-box-list {
    flex-direction: column;
    padding: 25px 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-rv-news-box-list {
    flex-direction: row;
    text-align: start;
    padding: 30px 30px;
  }
}
.ayaa-rv-news-box-list > .image {
  max-width: 100px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .ayaa-rv-news-box-list > .image {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-rv-news-box-list > .image {
    max-width: 100px;
    margin: 0;
  }
}
.ayaa-rv-news-box-list > .image img {
  height: 100px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ayaa-rv-news-box-list > .image img {
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-rv-news-box-list > .image img {
    height: 100px;
  }
}
.ayaa-rv-news-box:hover .ayaa-rv-news-box-image img {
  transform: scale(1.05);
}
.ayaa-rv-news-box-image {
  overflow: hidden;
}
.ayaa-rv-news-box-image a {
  display: block;
}
.ayaa-rv-news-box-image img {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-rv-news-box-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}
.ayaa-rv-news-box-title a {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--clr-theme-primary)), to(var(--clr-theme-primary)));
  background-image: -webkit-linear-gradient(left, var(--clr-theme-primary) 0%, var(--clr-theme-primary) 100%);
  background-image: -o-linear-gradient(left, var(--clr-theme-primary) 0%, var(--clr-theme-primary) 100%);
  background-image: linear-gradient(to right, var(--clr-theme-primary) 0%, var(--clr-theme-primary) 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.7% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.ayaa-rv-news-box-title a:hover {
  background-size: 100% 2px;
  color: var(--clr-theme-primary);
}
.ayaa-rv-news-box-content {
  background-color: var(--clr-common-white);
  padding: 30px 40px;
  padding-bottom: 36px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-rv-news-box-content {
    padding: 30px 30px;
  }
}
.ayaa-rv-news-box-meta a {
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-theme-primary);
  display: inline-block;
  text-transform: uppercase;
}
.ayaa-rv-news-box-meta span {
  font-size: 14px;
  display: inline-block;
}
.ayaa-rv-news-box-meta span::before {
  content: "|";
  color: #d0d0d0;
  font-size: 14px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 10px;
}

.ayaa-fz-blog-box-4 > .image {
  overflow: hidden;
  position: relative;
}
.ayaa-fz-blog-box-4 > .image > a {
  display: block;
}
.ayaa-fz-blog-box-4 > .image > a img {
  width: 100%;
}
.ayaa-fz-blog-box-4 > .image::after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 2;
}
.ayaa-fz-blog-box-4 > .image img {
  transition: all 0.3s;
}
.ayaa-fz-blog-box-4 .ayaa-fz-box-content {
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  padding: 30px;
  padding-top: 25px;
  transition: all 0.3s;
}
.ayaa-fz-blog-box-4 .heading-title {
  font-family: "Adobe Clean", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #090909;
  margin-bottom: 18px;
  line-height: 1.3;
}
.ayaa-fz-blog-box-4 .heading-title a:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-blog-box-4:hover > .image > a > img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.ayaa-fz-blog-box-4:hover > .image::after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}
.ayaa-fz-blog-author-box-4 {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.ayaa-fz-blog-author-box-4 > * {
  flex: 0 0 auto;
}
.ayaa-fz-blog-author-box-4 .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  color: #090909;
  font-family: "Adobe Clean", sans-serif;
}
.ayaa-fz-blog-author-box-4 .title a:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-blog-author-box-4 .designation {
  font-size: 14px;
  font-family: "Adobe Clean", sans-serif;
}
.ayaa-fz-blog-meta-4 {
  margin-bottom: 5px;
}
.ayaa-fz-blog-meta-4 a:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-blog-meta-4 .cat {
  font-family: "Adobe Clean", sans-serif;
  font-weight: 700;
  color: #090909;
  display: inline-block;
}
.ayaa-fz-blog-meta-4 .date {
  font-family: "Adobe Clean", sans-serif;
}
.ayaa-fz-news-box-title-2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ayaa-fz-news-box-title-2 {
    font-size: 18px;
  }
}
.ayaa-fz-news-box-title-2 a:hover {
  color: var(--clr-theme-tertiary);
}
.ayaa-fz-news-box-meta-2 {
  margin-bottom: 9px;
}
.ayaa-fz-news-box-meta-2 > * {
  position: relative;
  padding-right: 15px;
}
.ayaa-fz-news-box-meta-2 > *::after {
  content: "";
  height: 10px;
  width: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c2c2c2;
}
.ayaa-fz-news-box-meta-2 > *:last-child::after {
  display: none;
  padding-right: 0;
}
.ayaa-fz-news-box-meta-2 a {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  display: inline-block;
}
.ayaa-fz-news-box-meta-2 a:hover {
  color: var(--clr-theme-tertiary);
}
.ayaa-fz-news-box-2 {
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .ayaa-fz-news-box-2 {
    text-align: center;
    padding: 30px 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-news-box-2 {
    text-align: start;
    padding: 25px;
  }
}
.ayaa-fz-news-box-2 .image {
  float: left;
  margin-right: 25px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ayaa-fz-news-box-2 .image {
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-news-box-2 .image {
    float: left;
    margin-right: 25px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0;
  }
}
.ayaa-fz-news-box-2 .image img {
  transition: all 0.3s;
}
.ayaa-fz-news-box-2 .content {
  overflow: hidden;
  padding: 17px 0;
  padding-right: 13px;
}
.ayaa-fz-news-box-2:hover .image img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .ayaa-fz-news-top-wrapper-2.has-border-gray-bottom {
    padding-bottom: 40px;
  }
}

.ayaa-fz-blog-meta-wrap-447 > *:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .ayaa-fz-blog-meta-wrap-447 > *:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.ayaa-fz-blog-meta-wrap-447 > *:not(:last-child)::after {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #D0D0D0;
  content: "";
}
@media (max-width: 767px) {
  .ayaa-fz-blog-meta-wrap-447 > *:not(:last-child)::after {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-blog-meta-wrap-447 > *:not(:last-child)::after {
    display: inline-block;
  }
}
.ayaa-fz-blog-meta-wrap-447 > span {
  font-size: 14px;
  font-weight: 500;
}
.ayaa-fz-blog-meta-wrap-447 > span i {
  margin-right: 5px;
}
.ayaa-fz-blog-meta-wrap-447 a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
.ayaa-fz-blog-meta-wrap-447 a:hover {
  color: var(--clr-theme-primary);
}
.ayaa-fz-blog-meta-wrap-447 a i {
  margin-right: 5px;
}

.ayaa-fz-blog-content-447 .ayaa-fz-blog-title-447 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
  word-break: break-all;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-blog-content-447 .ayaa-fz-blog-title-447 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-blog-content-447 .ayaa-fz-blog-title-447 {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-blog-content-447 .ayaa-fz-blog-title-447 {
    font-size: 30px;
  }
}
.ayaa-fz-blog-content-447 p {
  margin-bottom: 27px;
}

.ayaa-fz-format-video-btn-447 > a.video-icon {
  width: 60px;
  height: 60px;
  background: var(--clr-theme-primary);
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: var(--clr-common-white);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.ayaa-fz-format-video-btn-447 > a.video-icon i {
  transition: all 0.3s;
}
.ayaa-fz-format-video-btn-447 > a.video-icon i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-format-video-btn-447 > a.video-icon:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-format-video-btn-447 > a.video-icon:hover i:last-child {
  top: 50%;
}

.ayaa-fz-blog-thumbnail-447 {
  position: relative;
  line-height: 1;
}
.ayaa-fz-blog-thumbnail-447 a.video-icon {
  position: absolute;
  left: 50%;
  z-index: 9;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ayaa-fz-blog-thumbnail-447 .ayaa-blog-caption-date {
  display: none;
}

.cb-toolkit-blog-sidebar .ayaa-sidebar-recent-post {
  display: flex;
  align-items: center;
  grid-gap: 0 25px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cb-toolkit-blog-sidebar .ayaa-sidebar-recent-post {
    grid-gap: 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cb-toolkit-blog-sidebar .ayaa-sidebar-recent-post {
    grid-gap: 0 13px;
  }
}
@media (max-width: 767px) {
  .cb-toolkit-blog-sidebar .ayaa-sidebar-recent-post {
    grid-gap: 0 13px;
    align-items: flex-start;
  }
}

.cb-toolkit-blog-sidebar .ayaa-sidebar-recent-post > .ayaa-sidebar-recent-post-img {
  flex: 0 0 auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-details-sidebar.ml-50 {
    margin-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-details-sidebar.ml-50 {
    margin-left: 0;
  }
}

.ayaa-fz-tagcloud-label-448 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #282828;
  font-weight: 600;
  margin-bottom: 10px;
}

.ayaa-fz-news-inner-main-wrapper-6 {
  border: 1px solid #C2CEC0;
  padding: 60px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-news-inner-main-wrapper-6 {
    padding: 50px 50px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-news-inner-main-wrapper-6 {
    padding: 30px;
    padding-bottom: 0;
  }
}
.ayaa-fz-news-blog-content-6 {
  padding-top: 15px;
}
.ayaa-fz-news-blog-content-6 .title {
  font-size: 24px;
  color: var(--clr-theme-6);
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-news-blog-content-6 .title {
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-news-blog-content-6 .title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.ayaa-fz-news-blog-content-6 .title a {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: 0px 95%;
  display: inline;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.ayaa-fz-news-blog-content-6 .title:hover a {
  background-size: 100% 1px;
  color: inherit;
}
.ayaa-fz-news-blog-meta-6 {
  font-size: 18px;
  font-family: "Dubai", sans-serif;
  color: #8A8A8A;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.ayaa-fz-news-blog-meta-6:hover {
  color: var(--clr-theme-6);
}
.ayaa-fz-news-blog-meta-6 a:hover {
  color: var(--clr-theme-6);
}

.ayaa-fz-blog-news-thumb-6.fz-filter-image-box {
  width: 100%;
  max-height: 315px;
}
@media (max-width: 575px) {
  .ayaa-fz-blog-news-thumb-6.fz-filter-image-box {
    max-height: 205px;
  }
}

.ayaa-rv-copyright-inner {
  background-color: #EAEAEA;
  padding: 23px 30px;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 767px) {
  .ayaa-rv-copyright-inner .ayaa-rv-copyright-text {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ayaa-rv-copyright-inner {
    text-align: center;
  }
}
.ayaa-rv-copyright-text p {
  margin-bottom: 0;
}
.ayaa-rv-copyright-text p a {
  color: var(--clr-common-black);
  font-weight: 700;
}
.ayaa-rv-copyright-text p a:hover {
  color: var(--clr-theme-primary);
}
.ayaa-rv-insta-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.ayaa-rv-insta-widget-wrapper img {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-rv-footer-main-wrapper .ayaa-rv-footer-space-left-60 {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-rv-footer-main-wrapper .ayaa-rv-footer-space-left-30 {
    padding-left: 0;
  }
}
.ayaa-rv-footer-widget.has-ayaa-rv-space-right-first {
  padding-right: 60px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-rv-footer-widget.has-ayaa-rv-space-right-first {
    padding-left: 0;
  }
}
.ayaa-rv-footer-widget:nth-child(1) ul {
  overflow: hidden;
}
.ayaa-rv-footer-widget:nth-child(1) ul li {
  width: 50%;
  float: left;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-footer-widget:nth-child(1) ul li {
    float: none;
    width: 100%;
  }
}
.ayaa-rv-footer-widget:nth-child(1) ul li a {
  position: relative;
  display: inline-block;
}
.ayaa-rv-footer-widget:nth-child(1) ul li a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  content: "";
  transition: all 0.3s;
  height: 1px;
  background-color: var(--clr-theme-primary);
}
.ayaa-rv-footer-widget:nth-child(1) ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.ayaa-rv-footer-widget:nth-child(1) .ayaa-rv-footer-contact-list ul li {
  float: none;
  width: 100%;
}
.ayaa-rv-footer-widget-title {
  margin-bottom: 25px;
  font-size: 22px;
}
.ayaa-rv-footer-widget ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.ayaa-rv-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.ayaa-rv-footer-widget .ayaa-rv-desc p {
  margin-bottom: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-rv-footer-widget .ayaa-rv-desc p br {
    display: none;
  }
}
.ayaa-rv-footer-widget .ayaa-logo img {
  max-width: 120px;
}
.ayaa-rv-footer-contact-list ul li {
  list-style: none;
  margin-bottom: 25px;
}
.ayaa-rv-footer-contact-list ul li:last-child {
  margin-bottom: 0;
}
.ayaa-rv-footer-right-contact {
  display: flex;
  align-items: center;
}
.ayaa-rv-footer-right-contact .icon i {
  font-size: 32px;
  font-weight: 700;
  color: var(--clr-theme-primary);
  display: inline-block;
  margin-right: 20px;
}
.ayaa-rv-footer-right-contact .label {
  display: block;
  font-size: 14px;
  color: var(--clr-body-soft);
}
.ayaa-rv-footer-right-contact .link {
  font-weight: 700;
  color: var(--clr-common-black);
  display: block;
}
.ayaa-rv-footer-right-contact .link:hover {
  color: var(--clr-theme-primary);
}

.ayaa-fz-footer-widget-title-2 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0;
}
.ayaa-fz-footer-widget-2 .ayaa-fz-gateway img {
  max-width: 285px;
}
.ayaa-fz-footer-widget-2 .logo img {
  max-width: 118.35px;
}
.ayaa-fz-footer-widget-2 .desc {
  margin-bottom: 22px;
  padding-right: 60px;
}
.ayaa-fz-footer-widget-2 ul li {
  margin-bottom: 15px;
}
.ayaa-fz-footer-widget-2 ul li:last-child {
  margin-bottom: 0;
}
.ayaa-fz-footer-widget-2 ul li a {
  display: inline-block;
  position: relative;
}
.ayaa-fz-footer-widget-2 ul li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s;
  content: "";
  background-color: var(--clr-theme-secondary);
  height: 1px;
}
.ayaa-fz-footer-widget-2 ul li a:hover {
  color: var(--clr-theme-secondary);
}
.ayaa-fz-footer-widget-2 ul li a:hover::after {
  color: var(--clr-theme-secondary);
  width: 100%;
  left: 0;
  right: auto;
}
.ayaa-fz-footer-inner-title-2 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 25px;
}
.ayaa-fz-copyright-area-2 {
  border-top: 1px solid #EAEAEA;
  padding: 25px 0;
}
.ayaa-fz-copyright-area-2 p {
  margin-bottom: 0;
}
.ayaa-fz-copyright-area-2 p a {
  font-weight: 700;
  color: var(--clr-common-black);
}
.ayaa-fz-copyright-area-2 p a:hover {
  color: var(--clr-theme-tertiary);
}

.ayaa-fz-gateway {
  max-width: 285px;
}
@media (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .ayaa-fz-gateway {
    max-width: 100%;
  }
}

div.ayaa-fz-footer-copyright-text-4 p {
  font-family: "Adobe Clean", sans-serif;
}
@media (max-width: 767px) {
  div.ayaa-fz-footer-copyright-text-4 p {
    margin-bottom: 10px;
  }
}
div.ayaa-fz-footer-copyright-text-4 p a {
  font-weight: 700;
  color: var(--clr-theme-4);
  font-family: "Adobe Clean", sans-serif;
}
div.ayaa-fz-footer-payment-img-wrap-4 .label {
  font-size: 16px;
  color: #000000;
  font-family: "Adobe Clean", sans-serif;
  display: inline-block;
  margin-right: 30px;
}
div.ayaa-fz-footer-widget-app-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 310px;
}
div.ayaa-fz-footer-widget-app-wrapper-4 > * {
  flex: 0 0 50%;
}
div.ayaa-fz-footer-widget-subscribe-form-4 button[type=submit] {
  cursor: pointer;
  height: 50px;
  width: 100%;
  background: #212121;
  color: var(--clr-common-white);
  font-family: "Adobe Clean", sans-serif;
  font-weight: 700;
}
div.ayaa-fz-footer-widget-subscribe-form-4 button[type=submit]:hover {
  background-color: var(--clr-theme-4);
  color: var(--clr-common-white);
}
div.ayaa-fz-footer-widget-subscribe-form-4 button[type=submit] i {
  margin-left: 6px;
}
div.ayaa-fz-footer-widget-subscribe-form-4 .ayaa-p-rel {
  position: relative;
}
div.ayaa-fz-footer-widget-subscribe-form-4 input[type=email] {
  height: 50px;
  width: 100%;
  border: 1px solid #212121;
  font-family: adobe clean;
  font-size: 14px;
  color: #777777;
  padding: 0 20px;
  padding-right: 50px;
}
div.ayaa-fz-footer-widget-subscribe-form-4 .icon {
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
div.ayaa-fz-footer-widget-subscribe-subtitle-4 {
  font-family: "Adobe Clean", sans-serif;
  color: #060606;
  display: block;
  margin-bottom: 20px;
}
div.ayaa-fz-footer-widget-subscribe-subtitle-4 span.fz-mark {
  color: var(--clr-theme-4);
  display: inline-block;
}
div.ayaa-fz-footer-widget-4 ul li {
  margin-bottom: 13px;
}
div.ayaa-fz-footer-widget-4 ul li:last-child {
  margin-bottom: 0;
}
div.ayaa-fz-footer-widget-4 ul li a {
  font-family: "Adobe Clean", sans-serif;
  display: inline-block;
  position: relative;
}
div.ayaa-fz-footer-widget-4 ul li a::after {
  right: 0;
  width: 0;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #060606;
  content: "";
}
div.ayaa-fz-footer-widget-4 ul li a:hover {
  color: #060606;
}
div.ayaa-fz-footer-widget-4 ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
div.ayaa-fz-footer-widget-title-4 {
  font-size: 22px;
  font-weight: 700;
  color: #060606;
  font-family: "Adobe Clean", sans-serif;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  div.ayaa-fz-footer-widget-title-4 {
    margin-bottom: 25px;
  }
}
div.ayaa-fz-footer-follow-social-list-4 {
  margin-top: 11px;
}
div.ayaa-fz-footer-follow-social-list-4 .label {
  font-family: "Adobe Clean", sans-serif;
  color: #060606;
  font-weight: 600;
  display: inline-block;
  margin-right: 16px;
}
div.ayaa-fz-footer-follow-social-list-4 > a {
  font-size: 14px;
  color: #afafaf;
  display: inline-block;
  margin-right: 11px;
}
div.ayaa-fz-footer-follow-social-list-4 > a:last-child {
  margin-right: 0;
}
div.ayaa-fz-footer-follow-social-list-4 > a:hover {
  color: var(--clr-theme-4);
}
div.ayaa-fz-footer-contact-list-4 {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  margin-top: 18px;
}
div.ayaa-fz-footer-contact-list-4 ul li {
  grid-gap: 16px;
  display: flex;
  align-items: center;
}
div.ayaa-fz-footer-contact-list-4 ul li:not(:last-child) {
  margin-bottom: 12px;
}
div.ayaa-fz-footer-contact-list-4 ul li a:hover {
  color: var(--clr-theme-4);
}
div.ayaa-fz-footer-contact-list-4 ul li > * {
  flex: 0 0 auto;
}
div.ayaa-fz-footer-contact-title-4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Adobe Clean", sans-serif;
  color: #060606;
  display: block;
  margin-bottom: 0;
}
div.ayaa-fz-footer-contact-title-4:hover {
  color: var(--clr-theme-4);
}
div.ayaa-fz-footer-contact-content-4 span {
  font-family: "Adobe Clean", sans-serif;
  font-size: 14px;
  display: block;
}
div.ayaa-fz-footer-contact-icon-4 i {
  font-size: 34px;
  color: var(--clr-theme-4);
  font-weight: 300;
}
div.ayaa-fz-footer-widget-4 .desc {
  font-family: "Adobe Clean", sans-serif;
  margin-bottom: 0;
}
div.ayaa-fz-footer-widget-logo-4 img {
  max-width: 110px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-footer-widget-4.pl-30, .ayaa-fz-footer-widget-4.pl-25 {
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-footer-widget-4.pl-25 {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-footer-widget-4.pl-25 {
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-footer-widget-4.pl-30 {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-footer-widget-4.pl-30 {
    padding-left: 0;
  }
}

.ayaa-fz-footer-style-4 > .container > .row > *:nth-child(4) ul {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-style-4 > .container > .row > *:nth-child(4) ul li {
    width: 50%;
    float: left;
  }
}

@media (max-width: 767px) {
  .widget_text.ayaa-fz-footer-widget-4.pr-70 {
    padding-right: 0;
  }
}

.ayaa-fz-footer-contact-list-6 ul li {
  margin-bottom: 0;
}
.ayaa-fz-footer-contact-list-6 ul li:not(:last-child) {
  border-bottom: 1px solid #B2C0AF;
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.ayaa-fz-footer-contact-list-6 .icon {
  float: left;
  transform: translateY(3px);
  margin-right: 15px;
}
.ayaa-fz-footer-contact-list-6 .icon i {
  color: #8A8A8A;
}
.ayaa-fz-footer-contact-list-6 .location {
  overflow: hidden;
}
.ayaa-fz-footer-contact-list-6 .location p {
  margin-bottom: 0;
  font-family: "Dubai", sans-serif;
  color: #8A8A8A;
}
.ayaa-fz-footer-6 {
  border-top: 1px solid #B2C0AF;
  border-bottom: 1px solid #B2C0AF;
}
.ayaa-fz-footer-section-title-6 {
  font-size: 22px;
  font-family: "Playfair Display", sans-serif;
  color: var(--clr-theme-6);
  margin-bottom: 23px;
  font-weight: 400;
}
.ayaa-fz-footer-social-btn-wrapper-6 a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #8A8A8A;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.ayaa-fz-footer-social-btn-wrapper-6 a i {
  transition: all 0.3s;
}
.ayaa-fz-footer-social-btn-wrapper-6 a i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-footer-social-btn-wrapper-6 a:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-footer-social-btn-wrapper-6 a:hover i:last-child {
  top: 50%;
}
.ayaa-fz-footer-social-btn-wrapper-6 a:not(:last-child) {
  margin-right: 8px;
}
.ayaa-fz-footer-social-btn-wrapper-6 a i {
  color: #8A8A8A;
  transition: all 0.3s;
}
.ayaa-fz-footer-social-btn-wrapper-6 a:hover {
  border-color: var(--clr-theme-6);
}
.ayaa-fz-footer-social-btn-wrapper-6 a:hover i {
  color: var(--clr-theme-6);
}
.ayaa-fz-footer-widget.widget-1 {
  padding-top: 70px;
  padding-bottom: 74px;
}
@media (max-width: 767px) {
  .ayaa-fz-footer-widget.widget-1 {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 0;
    border-left: 0;
  }
}
.ayaa-fz-footer-widget.widget-2 {
  padding-top: 74px;
  padding-bottom: 75px;
  padding-left: 90px;
  border-left: 1px solid #B2C0AF;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-footer-widget.widget-2 {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-footer-widget.widget-2 {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 0;
    border-left: 0;
  }
}
.ayaa-fz-footer-widget.widget-3 {
  padding-top: 74px;
  padding-bottom: 110px;
  padding-left: 90px;
  border-left: 1px solid #B2C0AF;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-widget.widget-3 {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-footer-widget.widget-3 {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 0;
    border-left: 0;
  }
}
.ayaa-fz-footer-widget.widget-4 {
  padding-top: 74px;
  padding-bottom: 94px;
  padding-left: 90px;
  border-left: 1px solid #B2C0AF;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-widget.widget-4 {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-footer-widget.widget-4 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.ayaa-fz-footer-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ayaa-fz-footer-widget ul li a {
  font-family: "Dubai", sans-serif;
  color: #8A8A8A;
  display: inline-block;
}
.ayaa-fz-footer-widget ul li:hover a {
  transform: translateX(5px);
  color: var(--clr-theme-6);
}
.ayaa-fz-footer-widget .logo {
  margin-bottom: 28px;
}
.ayaa-fz-footer-widget .logo img {
  max-width: 127px;
}
.ayaa-fz-footer-widget .content {
  margin-bottom: 26px;
}
.ayaa-fz-footer-widget .content p {
  color: #8A8A8A;
  font-family: "Dubai", sans-serif;
  margin-bottom: 0;
}

.footer-copyright-6 {
  padding: 30px 0;
}
.footer-copyright-6 p {
  font-family: "Dubai", sans-serif;
  color: #8A8A8A;
  margin-bottom: 0;
}
.footer-copyright-6 p a {
  font-weight: 500;
  color: var(--clr-theme-6);
}

.ayaa-fz-footer-shape-wrap-6 .shape-1 {
  position: absolute;
  left: 75px;
  bottom: -15px;
}
.ayaa-fz-footer-shape-wrap-6 .shape-1 img {
  max-height: 358.87px;
}
.ayaa-fz-footer-shape-wrap-6 .shape-2 {
  position: absolute;
  right: 130px;
  bottom: -18px;
}
.ayaa-fz-footer-shape-wrap-6 .shape-2 img {
  max-height: 403.44px;
}

.ayaa-fz-footer-widget.widget-1 {
  padding-right: 35px;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-widget.widget-1 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-footer-widget.widget-1 {
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-menu-main-wrapper-6 > .container > .row > *:nth-child(1) {
    order: -2;
  }
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-menu-main-wrapper-6 > .container > .row > *:nth-child(2) .ayaa-fz-footer-widget {
    border-left: 0;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-menu-main-wrapper-6 > .container > .row > *:nth-child(3) .ayaa-fz-footer-widget {
    padding-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-menu-main-wrapper-6 > .container > .row > *:nth-child(4) {
    order: -1;
  }
}

@media (max-width: 767px) {
  .ayaa-fz-footer-6 {
    padding: 80px 0;
  }
}

.ayaa-fz-featured-product-top-wrapper-main-2 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-featured-product-top-wrapper-main-2 {
    padding-bottom: 40px;
  }
}
.ayaa-fz-featured-tab-wrapper-2 button {
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  margin: 0 18px;
  position: relative;
}
@media (max-width: 767px) {
  .ayaa-fz-featured-tab-wrapper-2 button {
    margin: 0 10px;
  }
}
.ayaa-fz-featured-tab-wrapper-2 button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s;
  background-color: #222222;
  content: "";
}
.ayaa-fz-featured-tab-wrapper-2 button:hover, .ayaa-fz-featured-tab-wrapper-2 button.active {
  color: #222222;
}
.ayaa-fz-featured-tab-wrapper-2 button:hover::after, .ayaa-fz-featured-tab-wrapper-2 button.active::after {
  width: 100%;
  right: auto;
  left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-black-banner-2.pl-100.pr-100 {
    padding: 60px 50px;
    padding-bottom: 0;
  }
}

/*
* featured product 6
*/
.ayaa-fz-featured-product-tab-nav-6 .nav-tabs .nav-link.active {
  border: 0;
  background: transparent;
  color: var(--clr-theme-6);
}

.ayaa-fz-featured-product-tab-nav-6 .nav-tabs .nav-link {
  font-size: 16px;
  font-family: "Dubai";
  border: 0;
  color: #8A8A8A;
  padding: 0 0;
  margin: 0 16px;
}

.ayaa-fz-featured-product-tab-nav-6 .nav-tabs .nav-link .count {
  display: block;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}

.ayaa-fz-featured-product-tab-nav-6 .nav-tabs {
  justify-content: center;
  border: 0;
}
.ayaa-fz-featured-product-tab-nav-6 .nav-tabs .nav-link.active {
  border: 0;
  background: transparent;
  color: var(--clr-theme-6);
  position: relative;
}
.ayaa-fz-featured-product-tab-nav-6 .nav-tabs .nav-link.active span.text {
  text-decoration: underline;
}
.ayaa-fz-featured-product-tab-nav-6 .nav-tabs .nav-link {
  font-size: 16px;
  font-family: "Dubai", sans-serif;
  border: 0;
  color: #8A8A8A;
  padding: 0 0;
  margin: 0 16px;
}
@media (max-width: 767px) {
  .ayaa-fz-featured-product-tab-nav-6 .nav-tabs .nav-link {
    margin-bottom: 10px;
  }
}
.ayaa-fz-featured-product-tab-nav-6 .nav-tabs .nav-link .count {
  display: block;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}

.ayaa-fz-trending-product-arrow-wrapper-2 {
  display: flex;
  grid-gap: 0 10px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ayaa-fz-trending-product-arrow-wrapper-2 {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .ayaa-fz-trending-product-top-2.pb-15 {
    padding-bottom: 40px;
  }
}

.ayaa-fz-banner-video-image-box-4 {
  position: relative;
}
@media (max-width: 767px) {
  .ayaa-fz-banner-video-image-box-4 > img {
    width: 100%;
  }
}
.ayaa-fz-banner-video-image-box-4 input[type=checkbox] {
  display: none;
}
.ayaa-fz-banner-video-image-box-4 .ayaa-fz-video-play-btn-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.ayaa-fz-weekend-offer-inner-form-4 {
  max-width: 350px;
  position: relative;
}
.ayaa-fz-weekend-offer-inner-form-4 input[type=email] {
  height: 50px;
  background: #f9f9f9;
  line-height: 50px;
  padding: 0 15px;
  padding-right: 150px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-weekend-offer-inner-form-4 input[type=email].fz-responsive {
    padding-right: 120px;
  }
}
.ayaa-fz-weekend-offer-inner-form-4 button[type=submit] {
  font-weight: 700;
  color: var(--clr-common-white);
  background-color: #060606;
  height: 50px;
  padding: 0 35px;
  right: 0;
  top: 0;
  font-family: "Adobe Clean", sans-serif;
  position: relative;
  overflow: hidden;
  position: absolute;
}
.ayaa-fz-weekend-offer-inner-form-4 button[type=submit] span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-weekend-offer-inner-form-4 button[type=submit] span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-weekend-offer-inner-form-4 button[type=submit]:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-weekend-offer-inner-form-4 button[type=submit]:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-weekend-offer-inner-form-4 button[type=submit]:hover span:nth-child(2) {
  top: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-weekend-offer-inner-form-4 button[type=submit].fz-responsive {
    padding: 0 20px;
  }
}
.ayaa-fz-weekend-offer-inner-left-4 .subtitle {
  font-family: "Adobe Clean", sans-serif;
  color: var(--clr-body-dark-3);
  display: block;
  margin-bottom: 0;
}
.ayaa-fz-weekend-offer-inner-left-4 .title {
  font-family: "Adobe Clean", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--clr-body-dark-3);
  margin-bottom: 17px;
}
.ayaa-fz-weekend-offer-inner-left-4 .title a:hover {
  color: var(--clr-theme-4);
}
.ayaa-fz-weekend-offer-inner-left-4 .content {
  font-family: "Adobe Clean", sans-serif;
  margin-bottom: 47px;
}

.ayaa-fz-video-play-btn-4 {
  width: 55px;
  height: 55px;
  background-color: var(--clr-body-dark-3);
  text-align: center;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--clr-common-white);
}
.ayaa-fz-video-play-btn-4:hover {
  background-color: var(--clr-theme-4);
  color: var(--clr-common-white);
}

@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ayaa-fz-weekend-offer-inner-left-4.pr-135 {
    padding-right: 0;
  }
}

.ayaa-fz-testimonial-slider-content-arrow-pos-rel {
  position: relative;
}
.ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-left-4 {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 35px));
  z-index: 2;
  left: -85px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-left-4 {
    left: -20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-left-4.fz-responsive {
    left: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-left-4.fz-responsive {
    left: -17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-left-4.fz-responsive {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-left-4.fz-responsive {
    display: none;
  }
}
.ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-right-4 {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 35px));
  z-index: 2;
  right: -85px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-right-4 {
    right: -20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-right-4.fz-responsive {
    right: -30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-right-4.fz-responsive {
    right: -17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-right-4.fz-responsive {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-testimonial-slider-content-arrow-pos-rel > .ayaa-fz-slider-arrow-wrap-sm-4 .ayaa-fz-arrow-testimonial-right-4.fz-responsive {
    display: none;
  }
}
.ayaa-fz-arrow-item-sm-4 {
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background: var(--clr-common-white);
  border-radius: 50%;
  box-shadow: 0px 15px 33.82px 4.18px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  color: var(--clr-body-dark-3);
  overflow: hidden;
  position: relative;
}
.ayaa-fz-arrow-item-sm-4 i {
  transition: all 0.3s;
}
.ayaa-fz-arrow-item-sm-4 i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-arrow-item-sm-4:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-arrow-item-sm-4:hover i:last-child {
  top: 50%;
}
.ayaa-fz-arrow-item-sm-4:hover {
  background-color: var(--clr-body-dark-3);
  color: var(--clr-common-white);
}
.ayaa-fz-rating-wrap-4 {
  display: flex;
  grid-gap: 3px;
}
.ayaa-fz-rating-wrap-4 i {
  font-size: 12px;
  color: #939393;
}
.ayaa-fz-rating-wrap-4 i.active {
  color: #c38500;
}
.ayaa-fz-testimonial-box-4 {
  padding: 30px;
}
.ayaa-fz-testimonial-box-top-wrapper-4 {
  overflow: hidden;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.ayaa-fz-testimonial-box-top-wrapper-4 > * {
  flex: 0 0 auto;
}
.ayaa-fz-testimonial-box-top-wrapper-4 .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Adobe Clean", sans-serif;
  color: var(--clr-body-dark-3);
}
.ayaa-fz-testimonial-box-top-wrapper-4 .designation {
  font-size: 14px;
  font-family: "Adobe Clean", sans-serif;
  margin-bottom: 2px;
}
.ayaa-fz-testimonial-box-bottom-wrapper-4 p {
  font-family: "Adobe Clean", sans-serif;
  margin-bottom: 0;
  color: var(--clr-body-dark-3);
}

.ayaa-fz-generic-paginate > .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  position: relative;
  z-index: 3;
  background-color: var(--clr-body-dark-3);
  border-radius: 50%;
  opacity: 1;
}
.ayaa-fz-generic-paginate > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline: 1px solid var(--clr-body-dark-3);
  outline-offset: 3px;
}

/**
* Testimonial Section 6
*/
.ayaa-fz-testimonial-paginate-6 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.ayaa-fz-testimonial-paginate-6 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #9CAB96;
}
.ayaa-fz-testimonial-paginate-6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-theme-6);
}
.ayaa-fz-testimonial-arrow-6 button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--clr-theme-6);
  border-radius: 50%;
  z-index: 9;
  overflow: hidden;
  position: relative;
}
.ayaa-fz-testimonial-arrow-6 button i {
  transition: all 0.3s;
}
.ayaa-fz-testimonial-arrow-6 button i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-testimonial-arrow-6 button:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-testimonial-arrow-6 button:hover i:last-child {
  top: 50%;
}
@media (max-width: 767px) {
  .ayaa-fz-testimonial-arrow-6 button {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-testimonial-arrow-6 button {
    opacity: 1;
    visibility: visible;
  }
}
.ayaa-fz-testimonial-arrow-6 button i {
  color: var(--clr-theme-6);
  font-weight: 400;
}
.ayaa-fz-testimonial-arrow-6 button.prev {
  position: absolute;
  left: -98px;
  top: 177px;
}
@media (max-width: 767px) {
  .ayaa-fz-testimonial-arrow-6 button.prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-testimonial-arrow-6 button.prev {
    left: -30px;
  }
}
.ayaa-fz-testimonial-arrow-6 button.next {
  position: absolute;
  right: -98px;
  top: 177px;
}
@media (max-width: 767px) {
  .ayaa-fz-testimonial-arrow-6 button.next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-testimonial-arrow-6 button.next {
    right: -30px;
  }
}
.ayaa-fz-testimonial-bg-shape-6 {
  position: absolute;
  left: 50%;
  bottom: 27px;
  transform: translateX(-50%);
}
.ayaa-fz-testimonial-author-box-6 .designation {
  font-size: 14px;
  font-family: "Dubai", sans-serif;
  color: var(--clr-theme-6);
}
.ayaa-fz-testimonial-author-box-6 .thumb {
  margin-bottom: 8px;
}
.ayaa-fz-testimonial-author-box-6 .thumb img {
  max-width: 60px;
  border-radius: 50%;
}
.ayaa-fz-testimonial-author-box-6 .name {
  font-size: 18px;
  color: var(--clr-theme-6);
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 0;
  font-weight: 400;
}
.ayaa-fz-testimonial-author-rating-6 {
  margin-bottom: 20px;
}
.ayaa-fz-testimonial-author-rating-6 i {
  font-size: 14px;
  color: var(--clr-theme-6);
}
.ayaa-fz-testimonial-single-6 {
  padding: 0 47px;
}
@media (max-width: 767px) {
  .ayaa-fz-testimonial-single-6 {
    padding: 0 0;
  }
}
.ayaa-fz-testimonial-single-6 .arrow {
  margin-bottom: 4px;
}
.ayaa-fz-testimonial-single-6 .arrow i {
  font-size: 80px;
  color: var(--clr-theme-6);
}
.ayaa-fz-testimonial-single-6 .desc {
  font-size: 22px;
  font-family: "Playfair Display", sans-serif;
  color: var(--clr-theme-6);
  line-height: 32px;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .ayaa-fz-testimonial-single-6 .desc {
    font-size: 18px;
    line-height: 28px;
  }
}

.ayaa-fz-restimonial-line-bottom-6 {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .ayaa-fz-testimonial-review-wrapper-6:hover .ayaa-fz-testimonial-arrow-6 button {
    opacity: 1;
    visibility: visible;
  }
}

.ayaa-fz-woo-product-box-422 .ayaa-woo-product-box-content-1 {
  padding: 0;
  padding-top: 25px;
}
.ayaa-fz-woo-product-box-422 .ayaa-title {
  font-weight: 500;
  margin-bottom: 4px;
}
.ayaa-fz-woo-product-box-422 .ayaa-woo-product-box-action-wrap-1.has-pos {
  bottom: 40px;
}
.ayaa-fz-woo-product-box-422 .ayaa-woo-product-box-image-1 {
  border-radius: 6px;
  overflow: hidden;
}

.ayaa-fz-shop-top-heading-422 {
  margin-bottom: 0;
}

.ayaa-fz-shop-filter-grid-btn-wrap-422 > nav {
  display: inline-block;
}
@media (max-width: 767px) {
  .ayaa-fz-shop-filter-grid-btn-wrap-422 > nav {
    margin-bottom: 10px;
  }
}
.ayaa-fz-shop-filter-grid-btn-wrap-422 button {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  color: #999999;
}
.ayaa-fz-shop-filter-grid-btn-wrap-422 button:hover, .ayaa-fz-shop-filter-grid-btn-wrap-422 button.active {
  color: var(--clr-theme-primary);
}
.ayaa-fz-shop-filter-grid-btn-wrap-422 button:not(:first-child) {
  margin-left: 10px;
}
.ayaa-fz-shop-filter-grid-btn-wrap-422 .nice-select {
  float: none;
  display: inline-block;
  width: 200px;
  padding: 0px 12px;
  border: 1px solid #EAEAEA;
  height: 40px;
  font-size: 14px;
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-shop-filter-grid-btn-wrap-422 .nice-select {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-shop-filter-grid-btn-wrap-422 .nice-select {
    width: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-shop-filter-grid-btn-wrap-422 .nice-select {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-shop-filter-grid-btn-wrap-422 .nice-select .list {
    width: 100%;
  }
}
.ayaa-fz-shop-filter-grid-btn-wrap-422 .nice-select::after {
  right: 16px;
  color: #777777;
}

@media (max-width: 767px) {
  .ayaa-fz-shop-filter-grid-btn-wrap-422 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ayaa-fz-shop-details-nav-443 {
  border-bottom: 1px solid #EAEAEA;
}
.ayaa-fz-shop-details-nav-443 .nav-link {
  font-size: 16px;
  height: 50px;
  border-radius: 3px 3px 0 0;
  padding: 0 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: transparent;
  color: #999999;
}
.ayaa-fz-shop-details-nav-443 .nav-link:not(.active):hover {
  color: var(--clr-theme-primary);
}
.ayaa-fz-shop-details-nav-443 .nav-link.active {
  color: var(--clr-common-white);
  background: var(--clr-theme-primary);
}

.related-product-slider .ayaa-woo-product-box-content-1 {
  padding-top: 15px;
}

.ayaa-shop-details-content-price > span > span > ins > span > bdi {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--clr-theme-primary);
}
.ayaa-shop-details-content-price > span > span > del {
  color: #777;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 500;
}
.ayaa-shop-details-content-price > span > span > del > span > bdi {
  text-decoration: line-through;
}

.ayaa-fz-wrapper-quantity-443 {
  border: 1px solid #EAEAEA;
  width: 100%;
  border-radius: 3px;
  height: 50px;
}
.ayaa-fz-wrapper-quantity-443 input[type=number] {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #282828;
}
.ayaa-fz-wrapper-quantity-443 .quantity-button {
  font-size: 13px;
  display: none;
  color: #282828;
}
.ayaa-fz-wrapper-quantity-443 .quantity-button.quantity-up {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ayaa-fz-wrapper-quantity-443 .quantity-button.quantity-down {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ayaa-fz-shop-details-payment-image-443 img {
  margin-bottom: 7px;
}
.ayaa-fz-shop-details-payment-image-443 p {
  font-size: 14px;
  margin-bottom: 0;
  color: #777777;
  font-family: "Roboto", sans-serif;
}

.ayaa-fz-product-comment-area-443 .description p {
  font-size: 14px;
  line-height: 24px;
  color: #282828;
  margin-bottom: 0;
}
.ayaa-fz-product-desc-443 .star-rating {
  float: none;
  font-size: 12px;
  margin-bottom: 8px;
}
.ayaa-fz-product-desc-443 .ayaa-fz-product-author-name-433 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-size: 14px;
}

.ayaa-shop-details-review-title-443 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #282828;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 9px;
}

.ayaa-fz-product-comment-form-required-warning-443 {
  font-size: 14px;
  color: #777777;
  margin-bottom: 19px;
}

span.ayaa-fz-product-rating-count-label-443 {
  font-size: 14px;
  font-weight: 500;
  color: #282828;
  display: inline-block;
}

.ayaa-comment-form-rating-box-443 {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}

.ayaa-fz-product-review-rating-border-box-wrap {
  display: inline-block;
  border: 1px solid #EAEAEA;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
}

.ayaa-fz-cart-table-product-quantity-wrap-445 .ayaa-fz-wrapper-quantity-443 {
  width: 110px;
  height: 44px;
  border: 0;
  margin: 0 auto;
}
.ayaa-fz-cart-table-product-quantity-wrap-445 .ayaa-fz-wrapper-quantity-443 input[type=number] {
  background-color: #F5F5F5;
  line-height: 44px;
  border: 0;
  font-size: 16px;
  color: #282828;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .part-txt.pr-105.pl-40.pt-27 {
    padding-top: 0;
  }
}

.ayaa-fz-cart-table-445 {
  padding: 0 40px;
  display: block;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}
.ayaa-fz-cart-table-445 span.ayaa-fz-cart-table-product-price-number-445 bdi {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #282828;
}
.ayaa-fz-cart-table-445 .ayaa-fz-cart-product-img-445 {
  width: 100px;
}
.ayaa-fz-cart-table-445 .ayaa-fz-cart-product-img-445 img {
  border-radius: 10px;
}
.ayaa-fz-cart-table-445 .ayaa-fz-cart-table-product-name-445 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  padding-right: 20px;
}
.ayaa-fz-cart-table-445 .ayaa-fz-cart-table-product-name-445 a {
  color: #282828;
  font-weight: 500;
  display: block;
}
.ayaa-fz-cart-table-445 .ayaa-fz-cart-table-product-name-445 a:hover {
  color: var(--clr-theme-primary);
}
.ayaa-fz-cart-table-445 .ayaa-fz-cart-table-product-name-445 dl.variation {
  display: none;
}
.ayaa-fz-cart-table-445 thead tr th {
  border: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #E4E4E4;
  color: #282828;
  text-align: left;
  padding: 20px 0;
}
.ayaa-fz-cart-table-445 tbody tr td {
  border: 0;
  padding: 0;
  vertical-align: middle;
  padding: 25px 0;
  border-top: 1px solid #E4E4E4;
}
.ayaa-fz-cart-table-445 tbody tr td input[name=coupon_code] {
  width: 250px;
  height: 50px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 14px;
  color: #999999;
}
.ayaa-fz-cart-table-445 tbody tr td input[name=coupon_code]::placeholder {
  font-size: 14px;
  color: #999999;
}
.ayaa-fz-cart-table-445 tbody tr td button[type=submit] {
  height: 50px;
  border-radius: 3px;
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  padding: 0 35px;
}
.ayaa-fz-cart-table-445 tbody tr td:nth-child(1) {
  width: 325px;
}
.ayaa-fz-cart-table-445 tbody tr td:nth-child(2) {
  width: 122px;
  padding-right: 30px;
}
.ayaa-fz-cart-table-445 tbody tr td:nth-child(3) {
  width: 255px;
  padding-right: 15px;
}
.ayaa-fz-cart-table-445 tbody tr td:nth-child(4) {
  padding-right: 15px;
  width: 200px;
}
.ayaa-fz-cart-table-445 tbody tr:first-child td {
  border-top: 0;
}

td.ayaa-fz-cart-thumbnail-name-wrapper-445 {
  display: flex;
  align-items: center;
  grid-gap: 0 20px;
}
td.ayaa-fz-cart-thumbnail-name-wrapper-445 > .ayaa-fz-cart-product-img-445 {
  flex: 0 0 auto;
}

.ayaa-page-content table.ayaa-fz-cart-table-445 tbody tr td {
  text-align: left;
}

.ayaa-fz-cart-table-product-subtotal-number-445 {
  font-size: 16px;
  font-weight: 500;
  color: #282828;
}

td.ayaa-fz-cart-table-product-remove-wrap-445 i {
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  transition: all 0.3s;
}
td.ayaa-fz-cart-table-product-remove-wrap-445 a:hover {
  background-color: transparent !important;
}
td.ayaa-fz-cart-table-product-remove-wrap-445 a:hover i {
  color: var(--clr-theme-primary);
}

table.ayaa-fz-cart-table-445 {
  border: 1px solid #E4E4E4;
}

div.ayaa-fz-cart-total-box-445 .tab-contents div.cart-total-panel div.panel-body {
  padding: 0 0;
}
div.ayaa-fz-cart-total-box-445 .tab-contents div.cart-total-panel div.panel-body a.checkout-button.btn.wc-forward.button.alt.wc-forward {
  border-radius: 3px;
  background-color: var(--clr-theme-primary);
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto";
  height: 50px;
  line-height: 50px;
}
div.ayaa-fz-cart-total-box-445 .tab-contents div.cart-total-panel div.panel-body .calculate-area .woocommerce-Price-amount.amount {
  font-weight: 500;
  color: #282828;
  display: inline-block;
}
div.ayaa-fz-cart-total-box-445 .tab-contents div.cart-total-panel div.panel-body .calculate-area ul li {
  font-size: 16px;
  font-weight: 500;
  padding: 30px 0;
  color: #282828;
  margin: 0;
  border-bottom: 1px solid #E4E4E4;
}
div.ayaa-fz-cart-total-box-445 .tab-contents div.cart-total-panel div.panel-body .calculate-area ul li .price-txt {
  font-weight: 500;
  color: #282828;
  display: inline-block;
}
div.ayaa-fz-cart-total-box-445 .tab-contents .cart-total-panel {
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 0 30px;
  padding-bottom: 30px;
}
div.ayaa-fz-cart-total-box-445 .tab-contents .cart-total-panel .title {
  font-size: 16px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  padding: 22px 0;
  height: auto;
}

.ayaa-page-content .ayaa-fz-cart-total-box-445 table tr.woocommerce-shipping-totals.shipping th {
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  margin: 0;
}

@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-cart-table-overflow-area-445 {
    overflow-x: auto;
  }
}
.ayaa-fz-cart-table-overflow-area-445 .ayaa-fz-cart-table-445 {
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-cart-table-overflow-area-445 .ayaa-fz-cart-table-445 {
    width: 840px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-cart-table-overflow-area-445 .ayaa-fz-cart-table-445 {
    width: 100%;
  }
}

.ayaa-fz-checkout-order-box-product-wrap-446 {
  padding: 20px 35px;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
}

.ayaa-fz-checkout-order-box-title-446 {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.ayaa-fz-checkout-order-box-title-446 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px;
  padding-top: 12px;
}

.ayaa-fz-checkout-order-box-product-item-single-446 .title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 0;
}
.ayaa-fz-checkout-order-box-product-item-single-446 .title span {
  display: inline-block;
  padding-left: 27px;
}
.ayaa-fz-checkout-order-box-product-item-single-446 .title .price {
  font-size: 14px;
}

.ayaa-fz-checkout-order-box-product-item-single-446:not(:last-child) {
  padding-bottom: 6px;
}

.ayaa-fz-checkout-order-box-product-wrap-446 > *:last-child .ayaa-fz-checkout-order-box-title-446 {
  border: 0;
  padding-bottom: 0;
}

.ayaa-fz-checkout-order-box-product-wrap-446 > *:last-child .ayaa-fz-checkout-order-box-title-446 {
  border: 0;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .ayaa-checkout-order-summery-box-wrap {
    overflow-x: auto;
  }
  .ayaa-fz-checkout-order-box-product-wrap-446 {
    width: 470px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-checkout-order-box-product-wrap-446 {
    width: 100%;
  }
}
.woocommerce form.login {
  border-radius: 3px;
  border: 1px solid #E4E4E4;
}

div#customer_login h2 {
  font-size: 24px;
  font-weight: 600;
}

form.login.woocommerce-form-login input[type=text], form.login.woocommerce-form-login input[type=email] {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  font-size: 14px;
  color: #999999;
}

form.login.woocommerce-form-login label {
  color: #777;
}

.woocommerce form.login.woocommerce-form-login .form-row {
  padding: 3px;
  margin: 0 0 12px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme > span {
  color: #999999;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 17px;
}

p.woocommerce-LostPassword.lost_password {
  font-size: 14px;
  color: var(--clr-theme-primary);
  margin-bottom: 0;
}

form.woocommerce-form.woocommerce-form-register.register {
  border-radius: 3px;
  border: 1px solid #E4E4E4;
}

.woocommerce-form-register p.woocommerce-form-row label {
  color: #777;
}

.ayaa-fz-blog-thumbnail-content-448 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 27px 122px;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-blog-thumbnail-content-448 {
    padding: 27px 42px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-blog-thumbnail-content-448 {
    padding: 27px 22px;
    position: static;
    padding-bottom: 0px;
  }
}
.ayaa-fz-blog-thumbnail-content-448 .title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--clr-common-white);
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-blog-thumbnail-content-448 .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-blog-thumbnail-content-448 .title {
    color: #282828;
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-blog-thumbnail-content-448 .title {
    font-size: 28px;
  }
}
.ayaa-fz-blog-thumbnail-content-448 .ayaa-fz-blog-meta-wrap-447 > *::after {
  background-color: var(--clr-common-white);
}
.ayaa-fz-blog-thumbnail-content-448 .ayaa-fz-blog-meta-wrap-447 > span, .ayaa-fz-blog-thumbnail-content-448 .ayaa-fz-blog-meta-wrap-447 > a {
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .ayaa-fz-blog-thumbnail-content-448 .ayaa-fz-blog-meta-wrap-447 > span, .ayaa-fz-blog-thumbnail-content-448 .ayaa-fz-blog-meta-wrap-447 > a {
    color: #777;
  }
}
.ayaa-fz-blog-thumbnail-448 {
  position: relative;
}
.ayaa-fz-blog-thumbnail-448::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #000 150%);
}
.ayaa-fz-blog-thumbnail-content-wrap-448 {
  position: relative;
}

blockquote.ayaa-fz-blockquote-448 {
  text-align: center;
  position: relative;
  padding: 81px 53px;
  background: #F5F5F5;
  border-radius: 6px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  blockquote.ayaa-fz-blockquote-448 {
    padding: 81px 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  blockquote.ayaa-fz-blockquote-448 {
    padding: 81px 13px;
    padding-bottom: 30px;
  }
}
blockquote.ayaa-fz-blockquote-448 p {
  font-weight: 500;
  color: #282828;
  margin-bottom: 11px;
}
blockquote.ayaa-fz-blockquote-448 .author {
  font-size: 18px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 0;
}
blockquote.ayaa-fz-blockquote-448 .author::before {
  width: 60px;
  height: 1px;
  background-color: #282828;
  content: "";
  display: inline-block;
  transform: translateY(-5px);
  margin-right: 16px;
}
blockquote.ayaa-fz-blockquote-448::before {
  position: absolute;
  left: 50%;
  top: 27px;
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  font-size: 34px;
  color: #282828;
  font-weight: 700;
  transform: translateX(-50%);
}

.ayaa-fz-blog-details-contant-main-wrap-448 {
  padding: 35px 40px;
}
@media (max-width: 767px) {
  .ayaa-fz-blog-details-contant-main-wrap-448 {
    padding: 27px 20px;
  }
}
.ayaa-fz-blog-details-contant-main-wrap-448 .ayaa-fz-blog-title-447 a {
  color: #282828;
}
.ayaa-fz-blog-details-contant-main-wrap-448 .ayaa-fz-blockquote-448 {
  margin-top: 29px;
  margin-bottom: 29px;
}
.ayaa-fz-blog-details-contant-main-wrap-448 > p > img {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 6px;
}
.ayaa-fz-blog-details-contant-main-wrap-448 > p:last-child {
  margin-bottom: 0;
}

.ayaa-fz-blog-content-wrapper-448 .ayaa-fz-blog-thumbnail-content-wrapper-main-448 {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  overflow: hidden;
}

.ayaa-fz-admin-box-778 {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 30px;
  padding-right: 61px;
}
@media (max-width: 767px) {
  .ayaa-fz-admin-box-778 {
    padding: 30px 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}

.ayaa-fz-admin-box-inner-wrapper-774 {
  display: flex;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .ayaa-fz-admin-box-inner-wrapper-774 {
    flex-direction: column;
    text-align: center;
    grid-gap: 15px;
  }
}
.ayaa-fz-admin-box-inner-wrapper-774 .ayaa-fz-admin-box-name-des-wrapper-778 {
  margin-bottom: 5px;
}
.ayaa-fz-admin-box-inner-wrapper-774 p {
  margin-bottom: 0;
}
.ayaa-fz-admin-box-inner-wrapper-774 .image {
  flex: 0 0 auto;
}
.ayaa-fz-admin-box-inner-wrapper-774 .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: whitesmoke;
}
.ayaa-fz-admin-box-inner-wrapper-774 .content .ayaa-fz-admin-box-title-778 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}
.ayaa-fz-admin-box-inner-wrapper-774 .content .ayaa-fz-admin-box-rule-778 {
  font-size: 14px;
  display: block;
  text-transform: capitalize;
}
.ayaa-fz-admin-box-inner-wrapper-774 .content p {
  font-size: 14px;
}

.ayaa-fz-comment-replay-btn-448 a::before {
  content: "\f064";
  font-size: 20px;
  font-family: "Font Awesome 6 Pro";
  color: var(--clr-theme-primary);
  display: inline-block;
}

.ayaa-fz-comment-replay-btn-448 a {
  font-size: 14px;
  color: #777777;
}
.ayaa-fz-comment-replay-btn-448 a:hover {
  color: var(--clr-theme-primary);
}

.ayaa-fz-comment-replay-btn-448 a::before {
  content: "\f064";
  font-size: 20px;
  font-family: "Font Awesome 6 Pro";
  color: var(--clr-theme-primary);
  display: inline-block;
  transform: translateY(4px);
  font-weight: 300;
  margin-right: 14px;
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-blog-meta-wrap-447.mb-20 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-details-sidebar.pl-50 {
    padding-left: 0;
  }
}

.fz-header-container {
  max-width: 1800px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-60 {
  margin-left: 60px;
}

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

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

.pb-115 {
  padding-bottom: 115px;
}

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

.pr-35 {
  padding-right: 35px;
}

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

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

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

.w_100 img {
  width: 100%;
}

.ayaa-fz-header-logo-3 img {
  max-width: 160px;
}
@media (max-width: 767px) {
  .ayaa-fz-header-logo-3 img {
    width: 130px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-header-logo-3 img {
    max-width: 160px;
  }
}

.ayaa-fz-header-top-select-lists-3 {
  display: flex;
  justify-content: end;
  gap: 17px;
  align-items: center;
}
@media (max-width: 767px) {
  .ayaa-fz-header-top-select-lists-3 {
    justify-content: center;
  }
}
.ayaa-fz-header-top-select-lists-3 .has_nice_select {
  padding: 0;
  height: 30px;
  line-height: 30px;
  padding-right: 16px;
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 1;
  margin-right: 0;
  padding-right: 35px;
  color: var(--clr-body-dark);
  font-family: "Futura PT";
  font-weight: 300;
}
.ayaa-fz-header-top-select-lists-3 .has_nice_select:last-child {
  margin-right: 0;
  padding-right: 0;
}
.ayaa-fz-header-top-select-lists-3 .has_nice_select:last-child::before {
  display: none;
}
.ayaa-fz-header-top-select-lists-3 .has_nice_select:after {
  right: 20px;
  border-right: 1px solid var(--clr-body-dark);
  border-bottom: 1px solid var(--clr-body-dark);
  width: 7px;
  height: 7px;
}
.ayaa-fz-header-top-select-lists-3 .has_nice_select::before {
  position: absolute;
  right: 0;
  top: 50%;
  height: 13px;
  width: 1px;
  content: "";
  background: #ddd;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ayaa-fz-header-top-select-lists-3 .has_nice_select:is(.no-bdr)::before {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-header-top-select-lists-3 .has_nice_select:is(.no-bdr)::before {
    display: block;
  }
}
.ayaa-fz-header-top-select-lists-3 .has_nice_select .option {
  padding: 0 15px;
  height: 30px;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Futura PT";
  font-weight: 300;
}
.ayaa-fz-header-top-middle-3-link-text a {
  display: inline-block;
  color: var(--clr-body-dark);
  font-size: 14px;
  font-family: "Futura PT";
  font-weight: 300;
}
.ayaa-fz-header-top-middle-3-link-text a:not(:last-child) {
  margin-right: 15px;
}
.ayaa-fz-header-top-middle-3-link-text a:hover {
  color: var(--clr-theme-3);
}
.ayaa-fz-header-top-text {
  color: var(--clr-body-dark);
  font-size: 14px;
  font-family: "Futura PT";
  font-weight: 300;
}
.ayaa-fz-header-top-text span {
  font-weight: 600;
  color: var(--clr-theme-3);
}
.ayaa-fz-header-right-action-wrap-3 .ayaa-fz-header-right-navbar {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 24px;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-header-right-action-wrap-3 .ayaa-fz-header-right-navbar {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-header-right-action-wrap-3 .ayaa-fz-header-right-navbar {
    padding-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-header-right-action-wrap-3 .ayaa-fz-header-right-navbar {
    padding-right: 24px;
  }
}
.ayaa-fz-header-right-action-wrap-3 .ayaa-fz-header-right-navbar i {
  font-weight: 300;
  font-size: 20px;
}
.ayaa-fz-header-right-action-wrap-3 .ayaa-fz-header-right-navbar:hover {
  color: var(--clr-theme-3);
}
.ayaa-fz-header-right-action-wrap-3 .ayaa-fz-header-right-navbar:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  background-color: #DBDBDB;
  width: 1px;
  content: "";
}
.ayaa-fz-header-right-action-wrap-3 a {
  display: inline-block;
  margin-left: 20px;
  color: var(--clr-body-dark);
  transition: all 0.3s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-header-right-action-wrap-3 a {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-header-right-action-wrap-3 a {
    margin-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-header-right-action-wrap-3 a {
    margin-left: 20px;
  }
}
.ayaa-fz-header-right-action-wrap-3 a:is(.icon) {
  position: relative;
  z-index: 1;
}
.ayaa-fz-header-right-action-wrap-3 a i {
  font-weight: 300;
  font-size: 20px;
}
.ayaa-fz-header-right-action-wrap-3 a .count {
  background-color: var(--clr-theme-3);
  color: var(--clr-common-white);
  display: inline-block;
  min-width: 15px;
  height: 15px;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  position: absolute;
  right: -9px;
  top: -6px;
}
.ayaa-fz-header-right-action-wrap-3 a:hover {
  color: var(--clr-theme-3);
}
.ayaa-fz-slider-content-left-3 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .ayaa-fz-slider-content-left-3 {
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-slider-content-left-3 {
    padding-left: 50px;
  }
}
.ayaa-fz-slider-title-3 {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: "Futura PT";
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-title-3 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slider-title-3 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-title-3 {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-slider-title-3 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.ayaa-fz-slider-price-3 {
  font-size: 24px;
  color: #616161;
  font-family: "Futura PT";
  font-weight: 300;
}
@media (max-width: 767px) {
  .ayaa-fz-slider-price-3 {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-slider-price-3 {
    font-size: 20px;
  }
}
.ayaa-fz-slider-item-3 {
  padding-left: 70px;
  padding-right: 50px;
  min-height: 551px;
  display: flex;
  border-radius: 8px;
  align-items: center;
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .ayaa-fz-slider-item-3 {
    min-height: 551px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px), (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-item-3 {
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-item-3 {
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slider-item-3 {
    min-height: 450px;
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-item-3 {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 550px;
    padding-top: 85px;
    padding-bottom: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-slider-item-3 {
    padding-left: 0;
    padding-right: 0;
    min-height: 450px;
  }
}
.ayaa-fz-theme-btn-3 {
  height: 50px;
  line-height: 50px;
  background: var(--clr-body-dark);
  color: var(--clr-common-white);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 38px;
  font-family: "Futura PT";
  position: relative;
  overflow: hidden;
}
.ayaa-fz-theme-btn-3.fz-size-18 {
  font-size: 18px;
}
.ayaa-fz-theme-btn-3:is(.ayaa-fz-theme-btn-transparrent) {
  background-color: transparent;
  border: 1px solid var(--clr-body-dark);
  color: var(--clr-body-dark);
}
.ayaa-fz-theme-btn-3:hover {
  background-color: var(--clr-theme-3);
  border-color: transparent;
}
.ayaa-fz-theme-btn-3 span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-theme-btn-3 span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-theme-btn-3:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-theme-btn-3:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-theme-btn-3:hover span:nth-child(2) {
  top: 50%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-header-nav-list-3 ul li {
    margin-right: 30px;
  }
}
.ayaa-header-nav-list-3 ul li a {
  font-family: "Futura PT";
  font-weight: 300;
  color: var(--clr-body-dark);
  font-size: 18px;
}
.ayaa-header-nav-list-3 ul li:hover > a {
  color: var(--clr-theme-3);
}
.ayaa-header-nav-list-3 ul li ul li:hover > a {
  letter-spacing: 0.5px;
}

.ayaa-fz-header-logo-category-wrapper form {
  flex: 1;
}
.ayaa-fz-header-logo-category-wrapper .ayaa-fz-header-search-select-2.nice-select {
  background-color: #f8f8f8;
  font-family: "Futura PT";
  font-weight: 300;
}
.ayaa-fz-header-logo-category-wrapper .ayaa-fz-header-search-select-2.nice-select::before {
  color: var(--clr-body-dark);
}
.ayaa-fz-header-logo-category-wrapper .ayaa-fz-header-search-select-2.nice-select span.current {
  color: var(--clr-body-dark);
}
.ayaa-fz-header-logo-category-wrapper .ayaa-fz-header-search-input input {
  border-color: #EAEAEA;
}
.ayaa-fz-header-logo-category-wrapper .ayaa-fz-header-search-input input::placeholder {
  font-family: "Futura PT";
}

.ayaa-fz-header-right-menu-wrapper .ayaa-header-nav-list-2 ul li:last-child {
  margin-right: 0;
}

.ayaa-fz-theme-btn-2:is(.theme-clr-3) {
  background-color: var(--clr-body-dark);
  font-family: "Futura PT";
  font-weight: 500;
}
.ayaa-fz-theme-btn-2:is(.theme-clr-3):hover {
  background-color: var(--clr-theme-3);
}

.ayaa-fz-product-discount-percent-box-3 {
  font-size: 16px;
  font-family: "Futura PT";
  font-weight: 500;
  color: var(--clr-body-dark);
}
.ayaa-fz-hero-product-title-3 {
  font-size: 34px;
  font-family: "Futura PT";
  font-weight: 500;
}
.ayaa-fz-hero-product-title-3 a {
  color: var(--clr-body-dark);
}
.ayaa-fz-hero-product-title-3:hover a {
  color: var(--clr-theme-3);
}
.ayaa-fz-hero-product-title-3 {
  font-size: 34px;
  font-family: "Futura PT";
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-hero-product-title-3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-hero-product-title-3 {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-hero-product-title-3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-hero-product-box-3 {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-hero-product-box-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.ayaa-fz-hero-product-box-3 .content {
  padding: 40px 60px;
  padding-right: 0px;
  min-height: 260px;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .ayaa-fz-hero-product-box-3 .content {
    padding-top: 61px;
    padding-bottom: 61px;
    min-height: 259px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-hero-product-box-3 .content {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-hero-product-box-3 .content {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-hero-product-box-3 .content {
    padding-left: 30px;
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-hero-product-box-3 .content {
    padding: 0;
    min-height: auto;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-hero-product-box-3 .content {
    padding-left: 50px;
    min-height: 220px;
    justify-content: start;
  }
}
.ayaa-fz-hero-product-box-3 .content .ayaa-fz-hero-product-img-3 img {
  transition: all 0.3s;
}
.ayaa-fz-hero-product-box-3:hover .ayaa-fz-hero-product-img-3 img {
  transform: scale(1.1);
}
.ayaa-fz-section-title-3 {
  font-size: 34px;
  font-family: "Futura PT";
  font-weight: 500;
  color: var(--clr-body-dark);
  line-height: 1.29;
}
@media (max-width: 767px) {
  .ayaa-fz-section-title-3 {
    font-size: 32px;
  }
}
.ayaa-fz-section-subtitle {
  font-size: 16px;
  line-height: 26px;
  font-family: "Futura PT";
  font-weight: 300;
  color: #616161;
}
.ayaa-fz-catagories-3-title {
  font-family: "Futura PT";
  font-size: 16px;
  font-weight: 300;
}
.ayaa-fz-catagories-3-title a {
  color: var(--clr-body-dark);
}
.ayaa-fz-catagories-3-title:hover a {
  color: var(--clr-theme-3);
}

.ayaa-fz-hero-product-img-3 img {
  max-height: 180px;
}
@media (max-width: 767px) {
  .ayaa-fz-hero-product-img-3 img {
    max-height: unset;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-hero-product-img-3.pr-35 {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-hero-product-img-3.pr-35 {
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-hero-product-img-3.pr-35 {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-hero-product-img-3.pr-35 {
    padding-right: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-hero-product-img-3.pr-35 {
    padding-right: 20px;
  }
}

.ayaa-rv-cat-box-img.fz-dimension216 {
  width: 216px;
  height: 216px;
  background: #f8f8f8;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-rv-cat-box-img.fz-dimension216 {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-rv-cat-box-img.fz-dimension216 {
    width: 158px;
    height: 158px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-rv-cat-box-img.fz-dimension216 {
    width: 210px;
    height: 210px;
  }
}

@media only screen and (min-width: 430px) and (max-width: 575px) {
  .ayaa-rv-cat-box-img.fz-dimension216 {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-best-selling-product-3-content {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-best-selling-product-3-content {
    text-align: start;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-header-search-wrap-2.ml-65 {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-header-right-action-wrap-3.ml-60 {
    margin-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-header-right-action-wrap-3.ml-60 {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-header-right-action-wrap-3.ml-60 {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-header-logo-category-wrapper.pr-20 {
    padding-right: 0;
  }
}

.ayaa-fz-best-selling-product-3-title {
  font-size: 18px;
  color: #616161;
  font-family: "Futura PT";
  font-weight: 400;
  margin-bottom: 5px;
}
.ayaa-fz-best-selling-product-3-title:hover a {
  color: var(--clr-body-dark);
}
.ayaa-fz-best-selling-product-3-img {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}
.ayaa-fz-best-selling-product-3-img img {
  transition: all 0.6s;
}
.ayaa-fz-best-selling-product-3-img a {
  border-radius: 8px;
}
.ayaa-fz-best-selling-product-3-img:hover img {
  transform: scale(1.05);
}
.ayaa-fz-best-selling-product-3-img:hover .ayaa-fz-best-selling-product-3-addtocart-action a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s;
}
.ayaa-fz-best-selling-product-3-img:hover .ayaa-fz-best-selling-product-3-addtocart-action a:is(.add_to_cart_button.added) {
  display: none;
}
.ayaa-fz-best-selling-product-3-img:hover .ayaa-fz-best-selling-product-3-addtocart-action button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ayaa-fz-best-selling-product-3-discount-amount {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: var(--clr-body-dark);
  min-width: 39px;
  height: 39px;
  line-height: 39px;
  border-radius: 50%;
  font-family: "Futura PT";
  font-weight: 600;
}
.ayaa-fz-best-selling-product-3-discount-box.has-pos {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 25px;
  margin-top: 25px;
}
.ayaa-fz-best-selling-product-3-img:hover .best-selling-product-3-action {
  opacity: 1;
  visibility: visible;
}
.ayaa-fz-best-selling-product-3-img:hover .best-selling-product-3-action a {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.ayaa-fz-best-selling-product-3-img:hover .best-selling-product-3-action button {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.ayaa-fz-best-selling-product-3-addtocart-action {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-best-selling-product-3-addtocart-action {
    bottom: 10px;
  }
}
.ayaa-fz-best-selling-product-3-addtocart-action a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: var(--clr-body-dark);
  color: var(--clr-common-white);
  font-size: 16px;
  font-weight: 500;
  font-family: "Futura PT";
  padding: 0 50px;
  border-radius: 4px;
  transform: translateY(30px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-best-selling-product-3-addtocart-action a span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-best-selling-product-3-addtocart-action a span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-best-selling-product-3-addtocart-action a:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-best-selling-product-3-addtocart-action a:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-best-selling-product-3-addtocart-action a:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-best-selling-product-3-addtocart-action a:hover {
  background-color: var(--clr-theme-3);
  color: var(--clr-common-white);
}

.best-selling-product-3-action {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  position: absolute;
  right: 25px;
  top: 25px;
  transition: all 0.5s;
}
.best-selling-product-3-action > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  font-weight: 400;
  color: var(--clr-body-dark);
  overflow: hidden;
  position: relative;
  background-color: var(--clr-common-white);
  opacity: 0;
  visibility: hidden;
  transform: translateX(25px);
  transition: all 0.3s;
}
.best-selling-product-3-action > a:nth-child(2) {
  transition-delay: 0.1s;
}
.best-selling-product-3-action > a:nth-child(3) {
  transition-delay: 0.3s;
}
.best-selling-product-3-action > a i {
  transition: all 0.3s;
}
.best-selling-product-3-action > a i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 130%;
  transform: translate(-50%, -50%);
}
.best-selling-product-3-action > a:hover {
  background-color: var(--clr-theme-3);
  color: var(--clr-common-white);
}
.best-selling-product-3-action > a:hover i:nth-child(1) {
  transform: translateY(-27px);
}
.best-selling-product-3-action > a:hover i:nth-child(2) {
  top: 50%;
}
.best-selling-product-3-action button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  font-weight: 400;
  color: var(--clr-body-dark);
  overflow: hidden;
  position: relative;
  background-color: var(--clr-common-white);
  opacity: 0;
  visibility: hidden;
  transform: translateX(25px);
  transition: all 0.3s;
  font-size: 0;
}
.best-selling-product-3-action button:is(.woosw-added) {
  background-color: var(--clr-theme-3);
  color: var(--clr-common-white);
}
.best-selling-product-3-action button:is(.woosw-added):before {
  margin-right: 0;
}
.best-selling-product-3-action button:is(.woosc-added) {
  background-color: var(--clr-theme-3);
  color: var(--clr-common-white);
}
.best-selling-product-3-action button:is(.woosc-added) i {
  display: none;
}
.best-selling-product-3-action button:is(.woosc-added):before {
  margin-right: 0;
  color: #fff;
  font-size: 16px;
}
.best-selling-product-3-action button:nth-child(2) {
  transition-delay: 0.1s;
}
.best-selling-product-3-action button:nth-child(3) {
  transition-delay: 0.3s;
}
.best-selling-product-3-action button i {
  transition: all 0.3s;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.best-selling-product-3-action button i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 130%;
  transform: translate(-50%, -50%);
}
.best-selling-product-3-action button:hover {
  background-color: var(--clr-theme-3);
  color: var(--clr-common-white);
}
.best-selling-product-3-action button:hover i:nth-child(1) {
  transform: translateY(-27px);
}
.best-selling-product-3-action button:hover i:nth-child(2) {
  top: 50%;
}

.price-wrap-3 .current {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-body-dark);
  font-family: "Futura PT";
}
.price-wrap-3 del.old {
  font-weight: 100;
  font-size: 14px;
  font-family: "Futura PT";
}

.ayaa-fz-header-nav-5-main {
  border-bottom: 0;
}
.ayaa-fz-header-nav-5-main .ayaa-fz-header-right-action-4 button {
  color: #fff;
}
.ayaa-fz-header-nav-5-main .ayaa-fz-header-right-action-4 button:hover {
  color: var(--clr-theme-5);
}

.ayaa-fz-header-right-action-5 > button:not(:first-child) {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .ayaa-fz-header-right-action-5 > button:not(:first-child) {
    padding-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-header-right-action-5 > button:not(:first-child) {
    padding-left: 20px;
  }
}

.ayaa-fz-header-right-action-5 button {
  font-weight: 400;
  color: var(--clr-common-white);
}
.ayaa-fz-header-right-action-5 button:hover {
  color: var(--clr-theme-5);
}

.ayaa-fz-header-cart-btn-5 {
  position: relative;
  z-index: 1;
}

.ayaa-fz-header-cart-btn-5 .count {
  position: absolute;
  top: -8px;
  right: -11px;
  min-width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  line-height: 17px;
  font-size: 11px;
}

.ayaa-fz-header-right-action-5 .has-left-bar-5 {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ayaa-fz-header-right-action-5 .has-left-bar-5 {
    margin-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-header-right-action-5 .has-left-bar-5 {
    margin-left: 25px;
  }
}

.ayaa-fz-header-right-action-5 .has-left-bar-5:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #C2C2C2;
  height: 14px;
  width: 1px;
}

.ayaa-fz-slider-5-title {
  font-size: 140px;
  line-height: 1;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: var(--clr-common-white);
  margin-top: -20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-slider-5-title {
    font-size: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-5-title {
    font-size: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-5-title {
    font-size: 110px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slider-5-title {
    font-size: 90px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-5-title {
    font-size: 70px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-slider-5-title {
    font-size: 70px;
    text-align: center;
  }
}
.ayaa-fz-slider-5-title .premium-badge {
  font-size: 36px;
  display: inline-block;
  border: 1px solid #ececec;
  padding: 10px 25px;
  border-radius: 10px;
  vertical-align: middle;
  margin-left: 65px;
}
@media (max-width: 767px) {
  .ayaa-fz-slider-5-title .premium-badge {
    font-size: 20px;
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-slider-5-title .premium-badge {
    font-size: 26px;
    margin-left: 25px;
  }
}
.ayaa-fz-slider-5-title .fz-slide-title-last1 {
  padding-left: 200px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-slider-5-title .fz-slide-title-last1 {
    padding-left: 160px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-5-title .fz-slide-title-last1 {
    padding-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-5-title .fz-slide-title-last1 {
    padding-left: 120px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-5-title .fz-slide-title-last1 {
    padding-left: 0px;
  }
}

.ayaa-slide5-text {
  font-size: 18px;
  line-height: 28px;
  color: var(--clr-common-white);
  max-width: 420px;
}
@media (max-width: 767px) {
  .ayaa-slide5-text {
    font-size: 16px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-slide5-text {
    font-size: 18px;
  }
}

.pl-365 {
  padding-left: 365px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slide5-text-wrap:is(.pl-365) {
    padding-left: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slide5-text-wrap:is(.pl-365) {
    padding-left: 305px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slide5-text-wrap:is(.pl-365) {
    padding-left: 220px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slide5-text-wrap:is(.pl-365) {
    padding-left: 0px;
  }
}

.mtm-25 {
  margin-top: -25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fz_btn_wrapper.ayaa-fz-slider-5-btn.mtm-25 {
    margin-left: 305px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fz_btn_wrapper.ayaa-fz-slider-5-btn.mtm-25 {
    margin-left: 220px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .fz_btn_wrapper.ayaa-fz-slider-5-btn.mtm-25 {
    margin-left: 0px;
    margin-top: 30px;
  }
}

.fz_btn_wrapper.ayaa-fz-slider-5-btn .ayaa-fz-slider-round-link-4 {
  border-color: rgba(255, 255, 255, 0.1);
  color: #acacac;
  background: transparent;
}
.fz_btn_wrapper.ayaa-fz-slider-5-btn .ayaa-fz-slider-round-link-4:is(.fz-btn-hover) span {
  background: var(--clr-common-white);
}
.fz_btn_wrapper.ayaa-fz-slider-5-btn .ayaa-fz-slider-round-link-4:hover {
  color: var(--clr-body-dark);
  border-color: var(--clr-common-white);
}

.h-870 {
  min-height: 870px;
  display: flex;
  align-items: center;
}

.ayaa-fz-slider-5-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.fz-line-wrapp {
  top: 0px;
  left: 50%;
  bottom: 0px;
  width: 40%;
  z-index: -1;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.fz-line-wrapp:before {
  width: 1px;
  left: -1px;
  content: "";
  height: 100px;
  position: absolute;
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #ffffff, transparent);
}
.fz-line-wrapp .fz-line-item {
  top: 0px;
  left: 50%;
  bottom: 0px;
  width: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fz-line-wrapp .fz-line-item:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
  animation: scroll2 15s ease-out infinite;
  background-image: linear-gradient(0deg, transparent, #ffffff);
}

@keyframes scroll1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
.ayaa-fz-slider5-pagination {
  position: absolute;
  bottom: 55px;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0;
}
.ayaa-fz-slider5-pagination span:nth-child(2) {
  height: 25px;
}
.ayaa-fz-slider5-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 20px;
  margin: 0 10px;
  border-radius: 0;
  background-color: #616161;
}
.ayaa-fz-slider5-pagination .swiper-pagination-bullet-active {
  height: 30px;
  background-color: var(--clr-common-white);
}

.bg-rightcenter {
  background-position: center right;
}

.ayaa-fz-slider-5-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-5-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.ayaa-fz-slider-5-star {
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
  text-align: center;
  z-index: -1;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-5-star {
    top: 50px;
  }
}

.ayaa-fz-slider-5-content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

.ayaa-fz-slider-5-watch-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  text-align: end;
  max-width: 350px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-5-watch-img {
    position: static;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }
}
.ayaa-fz-slider-5-watch-img img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  max-height: 100%;
  max-width: 100%;
}

.ayaa-fz-slider-5-title {
  opacity: 0;
}

.ayaa-slide5-text {
  opacity: 0;
}

.ayaa-fz-slider-5-btn {
  opacity: 0;
}

.swiper-slide-active .ayaa-fz-slider-5-title {
  opacity: 1;
  -webkit-animation: wcfadeUp 1s forwards;
  animation: wcfadeUp 1s forwards;
}
.swiper-slide-active .ayaa-slide5-text {
  -webkit-animation: wcfadeUp 1s forwards;
  animation: wcfadeUp 1s forwards;
  opacity: 1;
}
.swiper-slide-active .ayaa-fz-slider-5-btn {
  -webkit-animation: wcfadeUp 1s forwards;
  animation: wcfadeUp 1s forwards;
  opacity: 1;
}
.swiper-slide-active .ayaa-fz-slider-5-watch-img img {
  opacity: 1;
  visibility: visible;
  -webkit-animation: wcfadeUp 1.7s forwards;
  animation: wcfadeUp 1.7s forwards;
}

@-webkit-keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ayaa-fz-slider-5-makrosha-jal {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  animation: wcRotate 18s infinite linear;
  z-index: -1;
}

@-webkit-keyframes wcRotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(25deg) scale(1);
    transform: rotate(25deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
@keyframes wcRotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(25deg) scale(1);
    transform: rotate(25deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
.slider__mouse-scroll {
  position: absolute;
  top: 50%;
  left: -110px;
  -webkit-transform: rotate(-90deg) translateX(-30px);
  -moz-transform: rotate(-90deg) translateX(-30px);
  -ms-transform: rotate(-90deg) translateX(-30px);
  -o-transform: rotate(-90deg) translateX(-30px);
  transform: rotate(-90deg) translateX(-30px);
  z-index: 9;
  gap: 50px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .slider__mouse-scroll {
    left: -140px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .slider__mouse-scroll {
    left: -140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__mouse-scroll {
    left: -130px;
  }
}
@media (max-width: 767px) {
  .slider__mouse-scroll {
    left: 15px;
    top: 88.5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider__mouse-scroll {
    left: -122px;
    top: 250px;
  }
}

.slider__mouse-social a {
  font-size: 14px;
  color: var(--clr-common-white);
  padding: 0 15px;
}

.mouse-scroll-icon {
  display: inline-block;
  width: 16px;
  height: 40px;
  border: 2px solid rgba(3, 4, 28, 0.2);
  border-radius: 30px;
  outline: none;
  position: relative;
}
.mouse-scroll-icon:hover {
  border-color: var(--clr-common-white);
}

.mouse-scroll-icon-4 {
  -webkit-transform: rotate(90deg) translate(1px, 23px) !important;
  -moz-transform: rotate(90deg) translate(1px, 23px) !important;
  -ms-transform: rotate(90deg) translate(1px, 23px) !important;
  -o-transform: rotate(90deg) translate(1px, 23px) !important;
  transform: rotate(90deg) translate(1px, 23px) !important;
  border-color: rgba(255, 255, 255, 0.2);
}

.mouse-scroll-icon-4::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 4px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
  -webkit-animation: scroll 1s infinite ease-in-out alternate;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
.ayaa-slider-5-content {
  padding-right: 350px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-slider-5-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ayaa-slider-5-content {
    padding-right: 0;
    text-align: center;
  }
}

/* Sidebar CSS */
.ayaa-fz-offcanvas-main-nav-wrapper {
  position: fixed;
  z-index: 99;
  background-color: var(--clr-common-black-deep);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  transform: translateY(-20%);
  transition-delay: 0.5s;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.ayaa-fz-offcanvas-main-nav-wrapper:is(.open) {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.5s;
  transition: transform 0.6s ease-in-out;
}

.ayaa-fz-offcanvas-main-nav-wrapper-sections {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-wrapper-sections {
    flex-direction: column;
  }
}

.mobile-menu-updated.mean-container .mean-nav > ul {
  display: block !important;
  overflow: hidden;
}

.ayaa-fz-offcanvas-main-nav-section {
  max-width: calc(100% - 700px);
  flex: 1;
  padding: 180px 120px;
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 1400px) and (max-width: 1599px), (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-offcanvas-main-nav-section {
    max-width: calc(100% - 500px);
    padding: 150px 70px;
    padding-top: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-nav-section {
    max-width: calc(100% - 400px);
    padding: 150px 50px;
    padding-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-offcanvas-main-nav-section {
    max-width: 100%;
    width: 100%;
    padding: 150px 90px;
    padding-bottom: 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-section {
    max-width: 100%;
    width: 100%;
    padding: 150px 30px;
    padding-bottom: 40px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-section {
    padding: 150px 40px;
    padding-bottom: 40px;
  }
}

.ayaa-fz-offcanvas-main-nav-section .mobile-menu-updated.mean-container {
  overflow: hidden;
}

.ayaa-fz-offcanvas-main-nav-section .mean-bar {
  background: transparent;
  padding: 0;
  overflow: hidden;
}

.ayaa-fz-offcanvas-main-nav-section .mean-bar .meanmenu-reveal {
  display: none !important;
}

.ayaa-fz-offcanvas-main-nav-section .mean-bar .mean-nav {
  margin-top: 0;
  background: transparent;
  overflow-y: scroll;
  padding-right: 80px;
  scrollbar-width: thin;
  max-height: 770px;
  max-width: 790px;
  scrollbar-color: #fff #111;
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 1400px) and (max-width: 1599px), (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-nav-section .mean-bar .mean-nav {
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-section .mean-bar .mean-nav {
    max-width: 100%;
    padding-right: 0px;
    scrollbar-width: none;
  }
}

.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li a:not(.mean-expand) {
  width: 100%;
  font-size: 60px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: var(--clr-common-white);
  padding: 0;
  border: 0;
}
@media (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-section .mean-nav ul li a:not(.mean-expand) {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-section .mean-nav ul li a:not(.mean-expand) {
    font-size: 50px;
  }
}

.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li a {
  border-top: 1px solid #707070;
  padding: 15px 0;
}

.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li a.mean-expand {
  font-size: 40px !important;
  padding: 0;
  width: auto;
  font-weight: 400;
  height: 100%;
  margin-top: 0;
  font-weight: 100;
  line-height: 100px;
}
@media (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-section .mean-nav ul li a.mean-expand {
    font-size: 30px !important;
    line-height: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-section .mean-nav ul li a.mean-expand {
    font-size: 40px !important;
    line-height: 80px;
  }
}

.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #202020;
}

.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li a:after {
  display: none;
}

.ayaa-fz-offcanvas-main-nav-section .mean-nav ul > li {
  margin-bottom: 20px;
}

.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul.sub-menu {
  background: transparent;
  position: static;
  display: block;
}

.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li {
  margin-bottom: 10px;
}
.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li a {
  font-size: 24px !important;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  color: #8A8A8A !important;
}
@media (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li a {
    font-size: 18px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li a {
    font-size: 22px !important;
  }
}
.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li a:hover {
  background-color: transparent;
  transform: translateX(10px);
  color: var(--clr-common-white) !important;
}
.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li a:focus {
  background-color: transparent;
  color: var(--clr-common-white) !important;
}
.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li:not(:last-child) {
  border-bottom: 0px solid #707070;
}
.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li:first-child {
  border-top: 1px solid #707070;
}
.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li:first-child a {
  padding-top: 20px;
}
.ayaa-fz-offcanvas-main-nav-section .mean-nav ul li ul li:last-child a {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.ayaa-fz-offcanvas-main-sideinfo-section {
  flex: 1;
  padding: 180px 120px;
  background-color: #060606;
  max-width: 700px;
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 1400px) and (max-width: 1599px), (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-offcanvas-main-sideinfo-section {
    max-width: 500px;
    padding: 150px 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-sideinfo-section {
    max-width: 400px;
    padding: 150px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-offcanvas-main-sideinfo-section {
    width: 100%;
    max-width: 100%;
    padding: 90px 90px;
    display: block;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-offcanvas-main-sideinfo-section {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 90px 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-offcanvas-main-sideinfo-section {
    padding: 90px 40px;
  }
}

.fz-button-close {
  font-size: 30px;
  color: #ACACAC;
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fz-button-close {
    right: 50px;
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fz-button-close {
    right: 90px;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .fz-button-close {
    right: 30px;
    top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .fz-button-close {
    right: 40px;
    top: 50px;
  }
}
.fz-button-close:hover {
  color: var(--clr-common-white);
}

.ayaa-fz-offcanvas-main-search {
  position: relative;
  z-index: 1;
}

.ayaa-fz-offcanvas-main-search input {
  width: 100%;
  height: 60px;
  border: 1px solid #202020;
  padding: 0 25px;
  padding-right: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-search input {
    height: 50px;
    padding: 0 20px;
    padding-right: 50px;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-offcanvas-main-search input {
    height: 60px;
    padding: 0 25px;
    padding-right: 60px;
  }
}

.ayaa-fz-offcanvas-main-search input::placeholder {
  color: #8A8A8A;
  font-size: 14px;
}

.ayaa-fz-offcanvas-main-search button[type=submit] {
  border: 0;
  height: 100%;
  width: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ayaa-fz-offcanvas-main-search button[type=submit] {
    width: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-offcanvas-main-search button[type=submit] {
    width: 60px;
    line-height: 60px;
  }
}

.ayaa-fz-offcanvas-main-contacts-title {
  font-size: 48px;
  font-weight: 600;
  color: var(--clr-common-white);
}

.ayaa-fz-offcanvas-main-contacts-title {
  font-size: 48px;
  font-weight: 600;
  color: var(--clr-common-white);
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-contacts-title {
    font-size: 40px;
  }
}

.ayaa-fz-offcanvas-main-contacts-list li {
  list-style: none;
  margin-bottom: 30px;
  font-size: 20px;
  color: #8A8A8A;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-contacts-list li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-offcanvas-main-contacts-list li {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-offcanvas-main-contacts-list li {
    font-size: 20px;
  }
}
.ayaa-fz-offcanvas-main-contacts-list li a:hover {
  color: var(--clr-common-white);
}

.ayaa-fz-offcanvas-main-contacts-list li i {
  display: inline-block;
  margin-right: 15px;
  color: #8a8a8a;
  font-weight: 300;
  font-size: 28px;
  transform: translateY(-5px);
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-contacts-list li i {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-offcanvas-main-contacts-list li i {
    font-size: 28px;
  }
}

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

.ayaa-fz-offcanvas-main-socials a {
  font-size: 18px;
  color: #8A8A8A;
  width: 60px;
  height: 60px;
  border: 1px solid #202020;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
}
.ayaa-fz-offcanvas-main-socials a i {
  transition: all 0.3s;
}
.ayaa-fz-offcanvas-main-socials a i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-offcanvas-main-socials a:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-offcanvas-main-socials a:hover i:last-child {
  top: 50%;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-socials a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-offcanvas-main-socials a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.ayaa-fz-offcanvas-main-socials a:not(:last-child) {
  margin-right: 15px;
}

.ayaa-fz-offcanvas-main-socials a:hover {
  border-color: var(--clr-common-white);
  color: var(--clr-common-white);
}

.ayaa-fz-offcanvas-main-actions a i {
  width: 60px;
  height: 60px;
  border: 1px solid #202020;
  line-height: 60px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s;
  text-align: center;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-actions a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-offcanvas-main-actions a i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.fz-off-actions-icon {
  position: relative;
  z-index: 1;
}

.fz-off-actions-count {
  position: absolute;
  right: 10px;
  top: 0;
  min-width: 20px;
  height: auto;
  background-color: var(--clr-common-white);
  border-radius: 50%;
  font-size: 13px;
  color: var(--clr-common-black-deep);
  text-align: center;
}

.ayaa-fz-offcanvas-main-actions a {
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.ayaa-fz-offcanvas-main-actions a:not(:last-child) {
  margin-right: 35px;
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 1400px) and (max-width: 1599px), (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-offcanvas-main-actions a:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-offcanvas-main-actions a:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-offcanvas-main-actions a:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-offcanvas-main-actions a:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-offcanvas-main-actions a:not(:last-child) {
    margin-right: 35px;
  }
}
.ayaa-fz-offcanvas-main-actions a .fz-off-actions-text {
  overflow: hidden;
  position: relative;
}
.ayaa-fz-offcanvas-main-actions a .fz-off-actions-text span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-offcanvas-main-actions a .fz-off-actions-text span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-offcanvas-main-actions a:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-offcanvas-main-actions a:hover i {
  border-color: var(--clr-common-white);
}
.ayaa-fz-offcanvas-main-actions a:hover .fz-off-actions-text {
  color: var(--clr-common-white);
}
.ayaa-fz-offcanvas-main-actions a:hover .fz-off-actions-text span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-offcanvas-main-actions a:hover .fz-off-actions-text span:nth-child(2) {
  top: 50%;
}

.fz-off-actions-text {
  display: inline-block;
}

.ayaa-fz-offcanvas-main-nav-wrapper:is(.open) {
  overflow-y: auto;
}

.price-wrap-3 bdi {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-body-dark);
  font-family: "Futura PT";
}
.price-wrap-3 del bdi {
  font-weight: 100;
  font-size: 14px;
  font-family: "Futura PT";
  text-decoration: line-through;
  display: inline-block;
  margin-right: 3px;
  color: var(--clr-body-text);
}

.cbsearchbar.cb-searchbar-opened {
  transform: translateY(0);
}

.cbsearchbar {
  background-color: #060606;
  text-align: start;
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  min-height: 320px;
  box-shadow: rgba(5, 13, 54, 0.05) 5px 15px 30px 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999999;
  padding: 30px;
  transform: translateY(-100%);
}

.cbsearchbar__close {
  color: var(--clr-common-white);
  background: var(--clr-body-dark);
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 60px;
  right: 20%;
  font-size: 18px;
  transition: all 0.3s;
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cbsearchbar__close {
    right: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cbsearchbar__close {
    top: 50px;
    right: 13%;
  }
}
@media (max-width: 767px) {
  .cbsearchbar__close {
    top: 50px;
    right: 40px;
  }
}
.cbsearchbar__close:hover {
  color: var(--clr-body-dark);
  background: var(--clr-common-white);
}

.cbsearchbar__title {
  font-size: 24px;
  color: var(--clr-common-white);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .cbsearchbar__title {
    font-size: 22px;
    line-height: 1.4;
  }
}

.cbsearchbar__form {
  position: relative;
}

.cbsearchbar__form input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--clr-body-text);
  padding: 10px 45px 10px 20px;
  color: var(--clr-body-text);
  font-size: 16px;
  font-weight: 500;
}

.cbsearchbar__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  font-size: 16px;
  color: var(--clr-body-text);
  transition: all 0.3s;
}
.cbsearchbar__search-btn:hover {
  color: var(--clr-common-white);
}

.search-body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.search-body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.ayaa-fz-header-menu-display nav#mobile-menu-updated {
  display: block !important;
}

.ayaa-fz-header-right-action-5 .has-left-bar-5 i {
  font-weight: 700;
}

.ayaa-product-offer-counting-content-title {
  font-size: 48px;
  font-family: "Futura PT";
  line-height: 1.2;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-product-offer-counting-content-title {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .ayaa-product-offer-counting-content-title {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-product-offer-counting-content-title {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
.ayaa-product-offer-counting-content-count {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-product-offer-counting-content-count {
    gap: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-product-offer-counting-content-count {
    gap: 30px;
  }
}
.ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-section {
  position: relative;
  z-index: 1;
}
.ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-section:last-child .ayaa-fz-weekend-countdown-value:after {
  display: none;
}
.ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-label {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: "Futura PT";
  display: inline-block;
  margin-top: 10px;
}
.ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-value {
  font-size: 48px;
  font-weight: 500;
  color: var(--clr-common-white);
  background-color: #2A2A2A;
  height: 80px;
  width: 80px;
  line-height: 80px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-value {
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-value {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-value {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-value:after {
  position: absolute;
  right: -22px;
  content: ":";
  display: inline-block;
  margin-top: -5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-value:after {
    right: -14px;
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-value:after {
    right: -14px;
    margin-top: -2px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-product-offer-counting-content-count .ayaa-fz-weekend-countdown-value:after {
    right: -19px;
    margin-top: -5px;
  }
}
.ayaa-product-offer-counting-wrapper {
  border-radius: 8px;
}
.ayaa-product-offer-counting-img-inner {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ayaa-product-offer-counting-img-inner {
    max-width: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-product-offer-counting-img-inner {
    max-width: 100%;
  }
}
.ayaa-product-offer-counting-plustext {
  position: absolute;
  left: 110px;
  bottom: 145px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-product-offer-counting-plustext {
    left: 40px;
    bottom: 95px;
  }
}
@media (max-width: 767px) {
  .ayaa-product-offer-counting-plustext {
    left: 30px;
    bottom: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-product-offer-counting-plustext {
    left: 110px;
    bottom: 145px;
  }
}
.ayaa-product-offer-counting-plustext-another {
  position: absolute;
  right: 60px;
  top: 140px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-product-offer-counting-plustext-another {
    right: 40px;
    top: 95px;
  }
}
@media (max-width: 767px) {
  .ayaa-product-offer-counting-plustext-another {
    right: 30px;
    top: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-product-offer-counting-plustext-another {
    right: 60px;
    top: 140px;
  }
}
.ayaa-product-offer-counting-plustext-another .ayaa-product-offer-counting-text {
  left: auto;
  right: 40px;
}
.ayaa-product-offer-counting-plustext-another:hover .ayaa-product-offer-counting-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.ayaa-product-offer-counting-plustext:hover .ayaa-product-offer-counting-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.ayaa-product-offer-counting-plussign i {
  font-size: 15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  border-radius: 50%;
  color: var(--clr-body-dark);
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
}
.ayaa-product-offer-counting-plussign:hover i {
  transform: rotate(180deg);
  background-color: var(--clr-body-dark);
  color: var(--clr-common-white);
}

.ayaa-prouduct-offer-counting-title {
  font-size: 16px;
  font-family: "Futura PT";
  margin-bottom: 5px;
}
.ayaa-prouduct-offer-counting-title a {
  color: var(--clr-body-dark);
}
.ayaa-prouduct-offer-counting-title:hover a {
  color: var(--clr-theme-3);
}

.ayaa-prouduct-offer-counting-price {
  font-size: 18px;
  color: var(--clr-body-dark);
  font-family: "Futura PT";
}

.ayaa-product-offer-counting-text {
  display: inline-block;
  background-color: var(--clr-common-white);
  padding: 20px;
  border-radius: 8px;
  min-width: 150px;
  text-align: start;
  position: absolute;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(30px);
}

.ayaa-fz-arrival-arrow-navigation span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #C7C7C7;
  display: inline-block;
  transition: 0.3s;
}
.ayaa-fz-arrival-arrow-navigation span:not(:first-child) {
  margin-left: 7px;
}
.ayaa-fz-arrival-arrow-navigation span:hover {
  background-color: var(--clr-theme-3);
  color: var(--clr-common-white);
  border-color: transparent;
}
.ayaa-fz-arrival-arrow-navigation:is(.fz-nav-hov-black) span:hover {
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
  border-color: transparent;
}
.ayaa-fz-product-tab-menu-buttons {
  justify-content: end;
}
@media (max-width: 767px) {
  .ayaa-fz-product-tab-menu-buttons {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-product-tab-menu-buttons {
    justify-content: start;
  }
}
.ayaa-fz-product-tab-menu-buttons button {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  background-color: #f8f8f8;
  color: var(--clr-body-dark);
  transition: 0.3s;
  margin-bottom: 10px;
  border-radius: 2px;
  font-family: "Futura PT";
}
.ayaa-fz-product-tab-menu-buttons button:not(:last-child) {
  margin-right: 10px;
}
.ayaa-fz-product-tab-menu-buttons button:hover {
  background-color: #DBDBDB;
}
.ayaa-fz-product-tab-menu-buttons button:is(.active) {
  background-color: #DBDBDB;
}

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

.pb-130 {
  padding-bottom: 130px;
}

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

.ayaa-fz-subscribe-area {
  background-position: center right;
  background-size: cover;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-subscribe-area {
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-area:is(.pt-120.pb-130) {
    padding-top: 100px;
    padding-bottom: 105px;
  }
}
.ayaa-fz-banner-3-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-3-content:is(.pl-60) {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-banner-3-content:is(.pl-60) {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-3-content:is(.pl-60) {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-banner-3-content:is(.pl-60) {
    padding-left: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
.ayaa-fz-banner-3-subtext {
  font-size: 16px;
  color: #616161;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Futura PT";
}
.ayaa-fz-banner-3-title {
  font-size: 34px;
  font-family: "Futura PT";
  line-height: 1.2;
  font-weight: 600;
  color: var(--clr-body-dark);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-banner-3-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-3-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-3-title {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-banner-3-title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-banner-3-img:is(.pr-50) {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-banner-3-img:is(.pr-50) {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-3-img:is(.pr-50) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-banner-3-img:is(.pr-50) {
    padding-left: 0;
    padding-right: 20px;
  }
}
.ayaa-fz-banner-3-img img {
  transition: all 0.3s;
  transform-origin: bottom right;
}
.ayaa-fz-banner-3-wrapper:hover .ayaa-fz-banner-3-img img {
  transform: scale(1.05);
}
.ayaa-fz-subscribe-3-content-title {
  font-size: 48px;
  font-weight: 600;
  font-family: "Futura PT";
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-3-content-title {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-subscribe-3-content-title {
    font-size: 38px;
  }
}
.ayaa-fz-subscribe-3-content p {
  font-family: "Futura PT";
  font-weight: 300;
  color: #616161;
}
.ayaa-fz-subscribe-3-input-wrapper input {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 420px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-3-input-wrapper input {
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-subscribe-3-input-wrapper input {
    width: 360px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
  }
}
.ayaa-fz-subscribe-3-input-wrapper input::placeholder {
  color: #8D8D8D;
  font-size: 14px;
  font-family: "Futura PT";
  font-weight: 300;
}
.ayaa-fz-subscribe-3-input-wrapper button[type=submit] {
  height: 50px;
  line-height: 50px;
  background-color: var(--clr-body-dark);
  color: var(--clr-common-white);
  border: 0;
  padding: 0 35px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  overflow: hidden;
  overflow: hidden;
  font-family: "Futura PT";
}
.ayaa-fz-subscribe-3-input-wrapper button[type=submit] span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-subscribe-3-input-wrapper button[type=submit] span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-subscribe-3-input-wrapper button[type=submit]:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-subscribe-3-input-wrapper button[type=submit]:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-subscribe-3-input-wrapper button[type=submit]:hover span:nth-child(2) {
  top: 50%;
}
@media (max-width: 767px) {
  .ayaa-fz-subscribe-3-input-wrapper button[type=submit] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-subscribe-3-input-wrapper button[type=submit] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

.ayaa-fz-brand-item {
  border: 1px solid #ECECEC;
  text-align: center;
  height: 90px;
  line-height: 90px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .ayaa-fz-brand-item {
    height: 70px;
    line-height: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-brand-item {
    height: 70px;
    line-height: 70px;
  }
}
.ayaa-fz-brand-item img {
  filter: contrast(0);
  transition: all 0.3s;
}
.ayaa-fz-brand-item:hover {
  background-color: #F8F8F8;
}
.ayaa-fz-brand-item:hover img {
  filter: contrast(1);
}

.ayaa-fz-trending-banner-5-wrapper {
  overflow: hidden;
  min-height: 620px;
}
.ayaa-fz-trending-banner-5-wrapper:hover .ayaa-fz-trending-banner-5-img img {
  transform: scale(1.05);
}
.ayaa-fz-trending-banner-5-content {
  padding: 55px 40px;
  padding-top: 30px;
}
.ayaa-fz-trending-banner-5-content .price-wrap {
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-common-black-deep);
  font-family: "Kanit", sans-serif;
}
.ayaa-fz-trending-banner-5-content .price-wrap del {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  display: inline-block;
  margin-left: 10px;
}
.ayaa-fz-trending-banner-5-img img {
  transition: all 0.3s;
}
.ayaa-fz-trending-banner-5-title {
  font-size: 36px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--clr-common-black-deep);
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-trending-banner-5-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-trending-banner-5-title {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-trending-banner-5-title {
    font-size: 34px;
  }
}
.ayaa-fz-trending-banner-5-btn {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
  font-family: "Kanit", sans-serif;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-trending-banner-5-btn span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-trending-banner-5-btn span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-trending-banner-5-btn:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-trending-banner-5-btn:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-trending-banner-5-btn:hover span:nth-child(2) {
  top: 50%;
}

.ayaa-fz-trending-product-list-wrapper {
  padding: 60px 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-trending-product-list-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-trending-product-list-wrapper {
    padding: 40px 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-trending-product-list-wrapper {
    padding: 50px 50px;
  }
}
.ayaa-fz-trending-product-list-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-trending-product-list-item {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-trending-product-list-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-trending-product-list-item {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    text-align: start;
  }
}
.ayaa-fz-trending-product-list-item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ayaa-fz-trending-product-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.ayaa-fz-trending-product-list-item > a {
  flex: 0 0 140px;
  width: 140px;
  max-width: 140px;
  background-color: var(--clr-common-white);
  text-align: center;
  height: 140px;
  line-height: 140px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-trending-product-list-item > a {
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px;
  }
}
.ayaa-fz-trending-product-list-item > a img {
  transition: all 0.3s;
}
.ayaa-fz-trending-product-list-item > a:hover img {
  transform: scale(1.05);
}
.ayaa-fz-trending-product-list-content-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  margin-bottom: 10px;
}
.ayaa-fz-trending-product-list-content-title:hover a {
  color: var(--clr-common-black-deep);
}
.ayaa-fz-trending-product-list-content .price-wrap {
  font-weight: 500;
  color: var(--clr-common-black-deep);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
}
.ayaa-fz-trending-product-list-content .price-wrap del {
  color: #616161;
  display: inline-block;
  margin-right: 5px;
}
.ayaa-fz-trending-product-rating {
  margin-top: 5px;
}
.ayaa-fz-trending-product-rating a i {
  font-size: 13px;
  color: #FF8B17;
  font-weight: 700;
  display: inline-block;
}

.ayaa-fz-trending-banner-5-display-wrapper {
  padding: 77px 50px;
}
@media (max-width: 767px) {
  .ayaa-fz-trending-banner-5-display-wrapper {
    padding: 77px 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-trending-banner-5-display-wrapper {
    padding: 77px 40px;
  }
}

.ayaa-fz-trending-banner-5-display-inner .ayaa-product-offer-counting-text > a {
  display: block;
  background-color: #f8f8f8;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  min-width: 120px;
  min-height: 100px;
  margin-bottom: 10px;
}

.ayaa-fz-trending-banner-5-display-inner .ayaa-prouduct-offer-counting-title {
  font-size: 14px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.ayaa-fz-trending-banner-5-display-inner .ayaa-prouduct-offer-counting-title:hover a {
  color: var(--clr-common-black-deep);
}

.ayaa-fz-trending-banner-5-display-inner .ayaa-prouduct-offer-counting-price {
  font-size: 12px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
}

.ayaa-fz-trending-banner-5-display-inner .ayaa-product-offer-counting-text {
  padding: 15px;
  border-radius: 4px;
}

.ayaa-fz-trending-banner-5-display-inner .ayaa-product-offer-counting-plustext-another {
  top: 170px;
  right: auto;
  left: 93px;
}
@media (max-width: 767px) {
  .ayaa-fz-trending-banner-5-display-inner .ayaa-product-offer-counting-plustext-another {
    left: 140px;
    top: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-trending-banner-5-display-inner .ayaa-product-offer-counting-plustext-another {
    left: 110px;
    top: 90px;
  }
}

.ayaa-fz-trending-banner-5-display-inner .ayaa-product-offer-counting-plustext {
  left: 175px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-trending-banner-5-display-inner .ayaa-product-offer-counting-plustext {
    bottom: 140px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-trending-banner-5-display-inner .ayaa-product-offer-counting-plustext {
    bottom: 170px;
    left: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-trending-banner-5-display-inner .ayaa-product-offer-counting-plustext {
    bottom: 170px;
    left: 175px;
  }
}

.ayaa-fz-video-promotion-area {
  position: relative;
  background-attachment: fixed;
}

.ayaa-fz-video-promotion-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.ayaa-fz-video-promotion-content .js-modal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  background-color: transparent;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  font-size: 30px;
  border: 2px solid var(--clr-common-white);
  color: var(--clr-common-white);
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.ayaa-fz-video-promotion-content .js-modal-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 10px solid var(--clr-common-white);
  animation: popupBtn 1.8s linear infinite;
  z-index: 1;
}
.ayaa-fz-video-promotion-content .js-modal-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 10px solid var(--clr-common-white);
  animation: popupBtn2 1.8s linear infinite;
  z-index: 1;
}
.ayaa-fz-video-promotion-content .js-modal-btn:hover {
  background-color: var(--clr-common-white);
  color: var(--clr-theme-5);
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes popupBtn2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ayaa-fz-brand-area-5 .ayaa-fz-brand-item {
  transition: all 0.3s;
}
.ayaa-fz-brand-area-5 .ayaa-fz-brand-item:hover {
  background-color: var(--clr-common-white);
  border-color: transparent;
}

.ayaa-fz-featured-category-single-img {
  position: relative;
  z-index: 1;
}
.ayaa-fz-featured-category-single-img .ayaa-fz-featured-category-single-img-link {
  display: block;
  position: relative;
  z-index: 1;
}
.ayaa-fz-featured-category-single-img .ayaa-fz-featured-category-single-img-link:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.ayaa-fz-featured-category-single-img .ayaa-fz-featured-category-single-img-link img {
  height: 515px;
  max-height: 515px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ayaa-fz-featured-category-single-img .ayaa-fz-featured-category-single-img-link img {
    height: 315px;
    max-height: 315px;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-featured-category-single-img .ayaa-fz-featured-category-single-img-link img {
    height: 515px;
    max-height: 515px;
    width: 100%;
    max-width: 100%;
  }
}
.ayaa-fz-featured-category-single-img:hover .ayaa-fz-featured-category-single-img-link:before {
  opacity: 1;
  visibility: visible;
}

.ayaa-fz-featured-category-text {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 50px;
  display: inline-block;
  background-color: var(--clr-common-black-deep);
  color: var(--clr-theme-5);
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 0 55px;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 767px) {
  .ayaa-fz-featured-category-text {
    font-size: 20px;
    padding: 0 35px;
    height: 60px;
    line-height: 60px;
    bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-featured-category-text {
    font-size: 24px;
    padding: 0 45px;
    height: 80px;
    line-height: 80px;
    bottom: 50px;
  }
}
.ayaa-fz-featured-category-text:is(.mlm-30) {
  margin-left: -30px;
}
@media (max-width: 767px) {
  .ayaa-fz-featured-category-text:is(.mlm-30) {
    margin-left: -15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-featured-category-text:is(.mlm-30) {
    margin-left: -30px;
  }
}
.ayaa-fz-featured-category-text:is(.mrm-30) {
  left: auto;
  right: 0;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .ayaa-fz-featured-category-text:is(.mrm-30) {
    margin-right: -15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-featured-category-text:is(.mrm-30) {
    margin-right: -30px;
  }
}
.ayaa-fz-featured-category-text:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-featured-category-text .ayaa-fz-featured-category-count {
  font-size: 14px;
  color: var(--clr-common-white);
  display: inline-block;
  transform: translate(0px, -12px);
}

.cursor5 {
  width: 130px;
  height: 130px;
  font-size: 16px;
  line-height: 130px;
  font-family: "Kanit", sans-serif;
}

.pr-65 {
  padding-right: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.ayaa-fz-insights-single-meta-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Futura PT";
  font-weight: 300;
  margin-bottom: 10px;
}
.ayaa-fz-insights-single-meta-item:is(.insight-cat) {
  font-weight: 400;
  color: var(--clr-body-dark);
}
.ayaa-fz-insights-single-meta-item:is(.insight-cat):hover {
  color: var(--clr-theme-3);
}
.ayaa-fz-insights-single-meta-item:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #DBDBDB;
  height: 12px;
  width: 1px;
}
.ayaa-fz-insights-single-meta-item:last-child::after {
  display: none;
}
.ayaa-fz-insights-single-meta-item:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
}
.ayaa-fz-insights-single-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Futura PT";
  line-height: 1.3;
}
.ayaa-fz-insights-single-title a {
  color: var(--clr-body-dark);
}
.ayaa-fz-insights-single-title:hover a {
  color: var(--clr-theme-3);
}

img {
  max-width: 100%;
}

.ayaa-fz-insights-single-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.ayaa-fz-insights-single-img img {
  transition: all 0.5s;
}
.ayaa-fz-insights-single-img a {
  display: block;
}

.ayaa-fz-insights-single-img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 2;
}

.ayaa-fz-insights-single:hover .ayaa-fz-insights-single-img:after {
  animation: shine 1.5s;
}
.ayaa-fz-insights-single:hover .ayaa-fz-insights-single-img img {
  transform: scale(1.05);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.ayaa-fz-blog5-title {
  font-size: 48px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-blog5-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-blog5-title {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-blog5-title {
    font-size: 40px;
  }
}
.ayaa-fz-blog5-title-wrapp p {
  font-size: 16px;
  font-family: "Kanit", sans-serif;
}

.ayaa-fz-blog5-btn {
  height: 50px;
  line-height: 50px;
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
  padding: 0 35px;
  border: 1px solid transparent;
  transition: all 0.3s;
  font-family: "Kanit", sans-serif;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-blog5-btn span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-blog5-btn span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-blog5-btn:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-blog5-btn:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-blog5-btn:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-blog5-btn:hover {
  border-color: var(--clr-common-black-deep);
  color: var(--clr-common-black-deep);
  background-color: transparent;
}

.ayaa-fz-blog5-single-img {
  position: relative;
  z-index: 1;
}

.ayaa-fz-blog5-read-button {
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--clr-common-white);
  padding: 0 20px;
  transition: all 0.3s;
  color: var(--clr-common-black-deep);
  font-family: "Kanit", sans-serif;
  position: relative;
  overflow: hidden;
  position: absolute;
}
.ayaa-fz-blog5-read-button span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-blog5-read-button span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-blog5-read-button:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-blog5-read-button:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-blog5-read-button:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-blog5-read-button:hover .ayaa-fz-blog5-read-btn {
  color: var(--clr-common-black-deep);
}

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

.pb-310 {
  padding-bottom: 310px;
}

.ayaa-fz-blog5-meta {
  font-size: 16px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  color: #616161;
  display: inline-block;
  margin-bottom: 10px;
}

.ayaa-fz-blog5-single-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Kanit", sans-serif;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-blog5-single-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-blog5-single-title {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-blog5-single-title {
    font-size: 28px;
  }
}
.ayaa-fz-blog5-single-title:hover a {
  color: var(--clr-common-black-deep);
}

.ayaa-fz-section-title-5 {
  font-size: 48px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-section-title-5 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-section-title-5 {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-section-title-5 {
    font-size: 40px;
  }
}

.ayaa-fz-section-subtitle-5 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  color: #616161;
}

.pb-55 {
  padding-bottom: 55px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-20 {
  padding-left: 20px;
}

.pbdb3 {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
}

.bdrtsoft {
  border-top: 1px solid #DBDBDB;
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-widget-3:is(.pl-40) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-footer-widget-3:is(.pl-40) {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-widget-3:is(.pl-20) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-footer-widget-3:is(.pl-20) {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-footer-widget-3:is(.pr-40) {
    padding-right: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-footer-widget-3:is(.pr-40) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-footer-widget-3:is(.pr-40) {
    padding-right: 0;
  }
}
.ayaa-fz-footer-widget-3 p {
  font-family: "Futura PT";
  font-weight: 300;
  color: #616161;
}
.ayaa-fz-footer-widget-3-social label {
  font-size: 16px;
  font-weight: 500;
  color: #616161;
  display: block;
  font-family: "Futura PT";
}
.ayaa-fz-footer-widget-3-social a {
  display: inline-block;
  margin-top: 10px;
}
.ayaa-fz-footer-widget-3-social a:not(:last-child) {
  margin-right: 15px;
}
.ayaa-fz-footer-widget-3-social a:hover {
  color: var(--clr-theme-3);
}
.ayaa-fz-footer-widget-3-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Futura PT";
  color: var(--clr-body-dark);
}
.ayaa-fz-footer-widget-3-link-list ul {
  list-style: none;
}
.ayaa-fz-footer-widget-3-link-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ayaa-fz-footer-widget-3-link-list ul li a {
  font-family: "Futura PT";
  font-weight: 300;
  color: #616161;
}
.ayaa-fz-footer-widget-3-link-list ul li a:hover {
  color: var(--clr-theme-3);
}
.ayaa-fz-footer-widget-3-contact-item {
  display: flex;
  align-items: center;
}
.ayaa-fz-footer-widget-3-contact-item:not(:last-child) {
  margin-bottom: 20px;
}
.ayaa-fz-footer-widget-3-contact-text a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Futura PT";
  color: var(--clr-body-dark);
}
.ayaa-fz-footer-widget-3-contact-text a:hover {
  color: var(--clr-theme-3);
}
.ayaa-fz-footer-widget-3-contact-subtext {
  display: block;
  color: #616161;
  font-size: 14px;
  font-family: "Futura PT";
  font-weight: 300;
}
.ayaa-fz-footer-widget-3-contact-icon {
  margin-right: 15px;
}
.ayaa-fz-footer-widget-3-contact-icon i {
  font-size: 34px;
  color: var(--clr-theme-3);
}

.ayaa-fz-footer-3-copyright a {
  color: var(--clr-body-dark);
}
.ayaa-fz-footer-3-copyright a:hover {
  color: var(--clr-theme-3);
}
.ayaa-fz-footer-3-copyright p {
  font-family: "Futura PT";
  font-weight: 300;
}
@media (max-width: 767px) {
  .ayaa-fz-footer-3-creditcard:is(.mb-20) {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-blog5-title-wrapp.mtmuptoxl-10 {
    margin-top: -14px;
  }
}

.ayaa-fz-footer5-widget {
  font-family: "Kanit", sans-serif;
}
.ayaa-fz-footer5-widget p {
  font-family: "Kanit", sans-serif;
  color: #acacac;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-footer5-widget:is(.ml-90) {
    margin-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-footer5-widget:is(.ml-90) {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-footer5-widget:is(.ml-80) {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-footer5-widget:is(.ml-80) {
    margin-left: 0px;
  }
}
.ayaa-fz-footer5-support {
  display: flex;
  gap: 20px;
}
.ayaa-fz-footer5-support-icon {
  font-size: 40px;
  color: var(--clr-common-white);
  line-height: 1;
}
.ayaa-fz-footer5-support-subtext {
  display: block;
  color: #acacac;
}
.ayaa-fz-footer5-support-text a {
  color: var(--clr-common-white);
}

.ml-90 {
  margin-left: 90px;
}

.ml-80 {
  margin-left: 80px;
}

.ayaa-fz-footer5-title {
  font-size: 22px;
  color: var(--clr-common-white);
  font-family: "Kanit", sans-serif;
  margin-bottom: 35px;
}
.ayaa-fz-footer5-list ul li {
  list-style: none;
}
.ayaa-fz-footer5-list ul li a {
  color: #acacac;
}
.ayaa-fz-footer5-list ul li a:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-footer5-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.ayaa-fz-footer5-subscription {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #acacac;
}
.ayaa-fz-footer5-subscription input {
  width: 100%;
  height: 50px;
  font-family: "Kanit", sans-serif;
}
.ayaa-fz-footer5-subscription input::placeholder {
  color: #acacac;
  font-size: 14px;
  font-family: "Kanit", sans-serif;
}
.ayaa-fz-footer5-subscription button[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--clr-common-white);
  font-family: "Kanit", sans-serif;
}
.ayaa-fz-footer5-copyright-wrapper {
  color: #acacac;
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
.ayaa-fz-footer5-copyright-wrapper a {
  color: var(--clr-common-white);
}

.ayaa-fz-gateway-title {
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  color: var(--clr-common-white);
  margin-bottom: 15px;
}

.border-top-footer5 {
  border-top: 1px solid #2d2d2d;
}

.ayaa-fz-insights-single .ayaa-fz-insights-single-meta-item:is(.insight-cat) {
  color: inherit;
  font-weight: 300;
  position: relative;
}

.ayaa-fz-insights-single .ayaa-fz-insights-single-meta a {
  margin-right: 10px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.ayaa-fz-insights-single .ayaa-fz-insights-single-meta a:hover span {
  color: var(--clr-theme-3);
}
.ayaa-fz-insights-single .ayaa-fz-insights-single-meta a span {
  margin-bottom: 0;
  transition: all 0.3s;
}
.ayaa-fz-insights-single .ayaa-fz-insights-single-meta a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #DBDBDB;
  height: 12px;
  width: 1px;
}

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

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

.ml-35 {
  margin-left: 35px;
}

.ml-30 {
  margin-left: 30px;
}

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

.h-505 {
  height: 505px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .h-505 {
    min-height: 350px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .h-505 {
    height: 505px;
  }
}

.h-515 {
  height: 515px;
  border-radius: 8px;
}

.ayaa-fz-about-page-author-sign-conent-author {
  margin-right: 20px;
}

.ayaa-fz-about-page-left-images-left-content {
  display: flex;
  align-items: center;
}
.ayaa-fz-about-page-left-images-left-content-member-active {
  display: block;
  font-size: 22px;
  color: var(--clr-common-black);
  font-weight: 400;
}
.ayaa-fz-about-page-left-images-left-content-member-img {
  flex: 1;
  text-align: center;
  padding: 0 25px;
  padding-right: 90px;
}
@media (max-width: 767px) {
  .ayaa-fz-about-page-left-images-left-content-member-img {
    padding: 0 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-about-page-left-images-left-content-member-img {
    padding: 0 25px;
    padding-right: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-about-page-right-content:is(.ml-35) {
    margin-left: 0;
  }
}

.ayaa-fz-about-page-left-images-right-wrapp {
  position: relative;
  z-index: 1;
  margin-left: -65px;
}
@media (max-width: 767px) {
  .ayaa-fz-about-page-left-images-right-wrapp {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-about-page-left-images-right-wrapp {
    margin-left: -65px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-about-page-left-images-right-wrapp:is(.mt-65) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-about-page-left-images-right-wrapp:is(.mt-65) {
    margin-top: 65px;
  }
}
.ayaa-fz-about-page-left-images-right-abs {
  position: absolute;
  left: 0;
  bottom: 120px;
  margin-left: -80px;
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .ayaa-fz-about-page-left-images-right-abs {
    margin-left: 0;
    min-width: 190px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-about-page-left-images-right-abs {
    margin-left: -80px;
  }
}
.ayaa-fz-about-page-left-images-right-abs-wrapp {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 10px;
}
.ayaa-fz-about-page-left-images-right-abs-wrapp:after {
  position: absolute;
  left: -5px;
  width: 100%;
  height: 70%;
  content: "";
  background-color: var(--clr-theme-primary);
  z-index: -1;
  transform: rotate(6deg);
  border-radius: 10px;
  bottom: -15px;
}
.ayaa-fz-about-page-left-images-right-abs-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
}
.ayaa-fz-about-page-left-images-right-abs-text {
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.ayaa-fz-about-page-left-images-right-abs-year {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: var(--clr-common-black);
  font-weight: 600;
}
.ayaa-fz-about-page-left-images-right-abs-year:before {
  position: absolute;
  left: 100%;
  top: 50%;
  content: "";
  background-color: #777;
  width: 40px;
  height: 1px;
  z-index: -1;
  display: inline-block;
  margin-left: 10px;
}
.ayaa-fz-about-page-right-title {
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ayaa-fz-about-page-right-title {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-about-page-right-title {
    font-size: 32px;
  }
}
.ayaa-fz-about-page-right-list ul {
  list-style: none;
}
.ayaa-fz-about-page-right-list ul li {
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.ayaa-fz-about-page-right-list ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  border: 1px solid #777;
}
.ayaa-fz-about-page-author-sign {
  border-top: 1px solid #E4E4E4;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ayaa-fz-about-page-author-sign {
    flex-direction: column;
    align-items: start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-about-page-author-sign {
    flex-direction: row;
    align-items: center;
  }
}
.ayaa-fz-about-page-author-sign-img {
  border-right: 1px solid #E4E4E4;
  padding-right: 50px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .ayaa-fz-about-page-author-sign-img {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-about-page-author-sign-img {
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid #E4E4E4;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.ayaa-fz-about-page-author-sign-content {
  display: flex;
  align-items: center;
}
.ayaa-fz-about-page-author-sign-content-text-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* team */
.ayaa-fz-about-team-single {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.ayaa-fz-about-team-single:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  z-index: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(23, 23, 23, 0.88) 100%);
}
.ayaa-fz-about-team-single-content-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.ayaa-fz-about-team-single-content-designation {
  font-size: 14px;
  color: #fff;
}
.ayaa-fz-about-team-single-content-text {
  position: relative;
  z-index: 1;
}
.ayaa-fz-about-team-single-content-text:before {
  position: absolute;
  left: -15px;
  top: 50%;
  width: 1px;
  height: calc(100% - 10px);
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  transform: translateY(-50%);
}
.ayaa-fz-about-team-single-content-wrapper {
  width: calc(100% - 140px);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-about-team-single-content-wrapper {
    width: calc(100% - 101px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-about-team-single-content-wrapper {
    width: calc(100% - 65px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-about-team-single-content-wrapper {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .ayaa-fz-about-team-single-content-wrapper {
    width: calc(100% - 100px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-about-team-single-content-wrapper {
    width: calc(100% - 50px);
  }
}
.ayaa-fz-about-team-single-content-social {
  margin-bottom: -30px;
  transition: all 0.4s;
}
.ayaa-fz-about-team-single-content-social a {
  font-size: 18px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  transform: translateY(35px);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.ayaa-fz-about-team-single-content-social a:nth-child(2) {
  transition-delay: 0.1s;
}
.ayaa-fz-about-team-single-content-social a:nth-child(3) {
  transition-delay: 0.2s;
}
.ayaa-fz-about-team-single-content-social a:nth-child(4) {
  transition-delay: 0.3s;
}
.ayaa-fz-about-team-single-content-social a:not(:last-child) {
  margin-right: 6px;
}
.ayaa-fz-about-team-single-content-social a:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.ayaa-fz-about-team-single:hover .ayaa-fz-about-team-single-content-social a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ayaa-fz-about-team-single:hover .ayaa-fz-about-team-single-content-social {
  margin-bottom: 30px;
}

.ayaa-fz-about-team-title {
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ayaa-fz-about-team-title {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-about-team-title {
    font-size: 32px;
  }
}

.ayaa-fz-about-store-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: var(--clr-theme-primary);
  border-radius: 3px;
  padding: 0 35px;
  color: var(--clr-common-white);
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-about-store-btn span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-about-store-btn span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-about-store-btn:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-about-store-btn:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-about-store-btn:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-about-store-btn:hover {
  background-color: var(--clr-body-dark);
  color: var(--clr-common-white);
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-about-store-content:is(.ml-30) {
    margin-left: 0;
  }
}

.ayaa-fz-product-content-wrap-4:is(.pt-20) {
  padding-top: 20px;
}
.ayaa-fz-product-action-wrapper-5 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 30px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.ayaa-fz-product-action-wrapper-5 a {
  width: 40px;
  height: 40px;
  background-color: var(--clr-common-white);
  border-radius: 50%;
  color: var(--clr-common-black-deep);
  overflow: hidden;
  position: relative;
  line-height: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.4s;
}
.ayaa-fz-product-action-wrapper-5 a:is(.cart.added) {
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
}
.ayaa-fz-product-action-wrapper-5 a:is(.added_to_cart.wc-forward) {
  display: none;
}
.ayaa-fz-product-action-wrapper-5 a i {
  transition: all 0.4s;
}
.ayaa-fz-product-action-wrapper-5 a i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-product-action-wrapper-5 a:nth-child(2) {
  transition-delay: 0.1s;
}
.ayaa-fz-product-action-wrapper-5 a:nth-child(3) {
  transition-delay: 0.2s;
}
.ayaa-fz-product-action-wrapper-5 a:nth-child(4) {
  transition-delay: 0.3s;
}
.ayaa-fz-product-action-wrapper-5 a:hover {
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
}
.ayaa-fz-product-action-wrapper-5 a:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-product-action-wrapper-5 a:hover i:last-child {
  top: 50%;
}
.ayaa-fz-product-action-wrapper-5 button {
  width: 40px;
  height: 40px;
  background-color: var(--clr-common-white);
  border-radius: 50%;
  color: var(--clr-common-black-deep);
  overflow: hidden;
  position: relative;
  line-height: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.4s;
  font-size: 0;
}
.ayaa-fz-product-action-wrapper-5 button:is(.woosw-added) {
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
}
.ayaa-fz-product-action-wrapper-5 button:is(.woosw-added):before {
  margin-right: 0;
}
.ayaa-fz-product-action-wrapper-5 button:is(.woosc-added) {
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
}
.ayaa-fz-product-action-wrapper-5 button:is(.woosc-added):before {
  margin-right: 0;
}
.ayaa-fz-product-action-wrapper-5 button i {
  transition: all 0.4s;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.ayaa-fz-product-action-wrapper-5 button i:last-child {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-product-action-wrapper-5 button:not(:last-child) {
  margin-right: 5px;
}
.ayaa-fz-product-action-wrapper-5 button:nth-child(2) {
  transition-delay: 0.1s;
}
.ayaa-fz-product-action-wrapper-5 button:nth-child(3) {
  transition-delay: 0.2s;
}
.ayaa-fz-product-action-wrapper-5 button:nth-child(4) {
  transition-delay: 0.3s;
}
.ayaa-fz-product-action-wrapper-5 button:hover {
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
}
.ayaa-fz-product-action-wrapper-5 button:hover i:first-child {
  transform: translateY(-45px);
}
.ayaa-fz-product-action-wrapper-5 button:hover i:last-child {
  top: 50%;
}
.ayaa-fz-product-box-5-discount-percent-style {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 30px;
  margin-top: 30px;
}
.ayaa-fz-product-box-5-discount-percent-style-text {
  width: 40px;
  height: 40px;
  background-color: var(--clr-common-black-deep);
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--clr-common-white);
  font-size: 14px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}
.ayaa-fz-product-box-5:hover .ayaa-fz-product-action-wrapper-5 {
  opacity: 1;
  visibility: visible;
}
.ayaa-fz-product-box-5:hover .ayaa-fz-product-action-wrapper-5 a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.ayaa-fz-product-box-5:hover .ayaa-fz-product-action-wrapper-5 button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.ayaa-fz-product-box-5:hover .ayaa-fz-has-slide-price-cart-5 .ayaa-fz-price-slide-cart-btn-5 {
  top: 50%;
}
.ayaa-fz-has-slide-price-cart-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-right: 5px;
}
.ayaa-fz-has-slide-price-cart-5 .price-wrap {
  transition: all 0.3s;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-common-black-deep);
}
.ayaa-fz-has-slide-price-cart-5 .ayaa-fz-price-slide-cart-btn-5 {
  position: absolute;
  left: 0;
  top: 150%;
  transform: translateY(-50%);
  display: inline-block;
  min-width: 120px;
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-common-black-deep);
  font-family: "Kanit", sans-serif;
}
.ayaa-fz-has-slide-price-cart-5 .ayaa-fz-price-slide-cart-btn-5 i {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}

.ayaa-fz-product-title-5 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  margin-bottom: 5px;
}
.ayaa-fz-product-title-5 a {
  color: var(--clr-common-black-deep);
}
.ayaa-fz-product-title-5:hover a {
  color: var(--clr-common-black-deep);
}

.ayaa-fz-product5-tab-menu-buttons {
  justify-content: end;
  gap: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-product5-tab-menu-buttons {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-product5-tab-menu-buttons {
    gap: 20px;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-product5-tab-menu-buttons {
    gap: 25px;
    justify-content: start;
  }
}
.ayaa-fz-product5-tab-menu-buttons button {
  font-size: 18px;
  color: #616161;
  transition: all 0.3s;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.ayaa-fz-product5-tab-menu-buttons button:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--clr-common-black-deep);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s;
}
.ayaa-fz-product5-tab-menu-buttons button:hover {
  color: var(--clr-common-black-deep);
}
.ayaa-fz-product5-tab-menu-buttons button:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.ayaa-fz-product5-tab-menu-buttons button:is(.active) {
  color: var(--clr-common-black-deep);
}
.ayaa-fz-product5-tab-menu-buttons button:is(.active):before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-5 {
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-5 {
    align-items: flex-start;
  }
}
.ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-5 .content {
  padding-right: 0;
}

.fz-banner-box-wrapper-content-inner-5 .subtitle {
  color: #C9F31D;
  font-family: "Kanit", sans-serif;
}
.fz-banner-box-wrapper-content-inner-5 .title {
  font-size: 30px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  color: var(--clr-common-white);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .fz-banner-box-wrapper-content-inner-5 .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fz-banner-box-wrapper-content-inner-5 .title {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .fz-banner-box-wrapper-content-inner-5 .title {
    font-size: 30px;
  }
}
.fz-banner-box-wrapper-content-inner-5 .ayaa-fz-shop-btn-sm {
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  color: var(--clr-common-white);
  font-family: "Kanit", sans-serif;
  border-color: var(--clr-common-white);
  position: relative;
  overflow: hidden;
  font-weight: 400;
}
.fz-banner-box-wrapper-content-inner-5 .ayaa-fz-shop-btn-sm span {
  transition: all 0.3s;
  width: 100%;
}
.fz-banner-box-wrapper-content-inner-5 .ayaa-fz-shop-btn-sm span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.fz-banner-box-wrapper-content-inner-5 .ayaa-fz-shop-btn-sm:hover {
  color: var(--clr-common-white);
}
.fz-banner-box-wrapper-content-inner-5 .ayaa-fz-shop-btn-sm:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.fz-banner-box-wrapper-content-inner-5 .ayaa-fz-shop-btn-sm:hover span:nth-child(2) {
  top: 50%;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .fz-banner-box-wrapper-content-inner-5 .image {
    overflow: hidden;
    width: 100%;
    text-align: end;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-5 {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-5 .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-banner-box-wrapper-3 .fz-banner-box-wrapper-content-inner-5 .content {
    padding-right: 30px;
    text-align: start;
    padding-left: 30px;
    text-align: center;
    width: 100%;
  }
}

.ayaa-fz-has-slide-price-cart-5 a.added_to_cart.wc-forward {
  display: none;
}

.price-wrap span del {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.ayaa-fz-has-slide-price-cart-2 a.added_to_cart.wc-forward {
  display: none;
}

.ayaa-fz-trending-product-list-content .price-wrap del span.woocommerce-Price-amount.amount bdi {
  font-size: 16px;
}

.ml-50 {
  margin-left: 50px;
}

.pr-25 {
  padding-right: 25px;
}

.ayaa-fz-contact-message-title {
  font-size: 24px;
  font-weight: 600;
}
.ayaa-fz-contact-message-input-fields input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #E4E4E4;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: inline-block;
}
.ayaa-fz-contact-message-input-fields textarea {
  border: 1px solid #E4E4E4;
  width: 100%;
  border-radius: 3px;
  padding: 15px;
  display: inline-block;
  height: 120px;
}
.ayaa-fz-contact-info-title {
  font-size: 24px;
  font-weight: 600;
}
.ayaa-fz-contact-info-wrapper {
  padding: 35px 40px;
}
@media (max-width: 767px) {
  .ayaa-fz-contact-info-wrapper {
    padding: 35px 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-contact-info-wrapper {
    padding: 35px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-contact-info-wrapper:is(.ml-50) {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-contact-info-wrapper:is(.ml-50) {
    margin-left: 20px;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-contact-info-wrapper:is(.ml-50) {
    margin-left: 0;
  }
}
.ayaa-fz-contact-info-single {
  display: flex;
  align-items: baseline;
}
.ayaa-fz-contact-info-single:not(:last-child) {
  margin-bottom: 15px;
}
.ayaa-fz-contact-info-single-icon {
  color: var(--clr-theme-primary);
  margin-right: 20px;
}
@media (max-width: 767px) {
  .ayaa-fz-contact-info-single-icon {
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-contact-info-single-icon {
    margin-right: 20px;
  }
}
.ayaa-fz-contact-info-single-icon i {
  font-size: 20px;
  transform: translateY(3px);
  font-weight: 300;
}
.ayaa-fz-contact-info-single-text {
  color: #777;
}
.ayaa-fz-contact-info-single-text a {
  display: block;
}
.ayaa-fz-contact-info-single-text-label {
  display: block;
}
.ayaa-fz-contact-btn {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--clr-theme-primary);
  border-radius: 3px;
  color: #fff;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
}
.ayaa-fz-contact-btn span {
  transition: all 0.3s;
  width: 100%;
}
.ayaa-fz-contact-btn span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 140%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ayaa-fz-contact-btn:hover {
  color: var(--clr-common-white);
}
.ayaa-fz-contact-btn:hover span:nth-child(1) {
  transform: translateY(-40px);
}
.ayaa-fz-contact-btn:hover span:nth-child(2) {
  top: 50%;
}
.ayaa-fz-contact-social-wrapper a {
  display: inline-block;
  color: #C4C4C4;
}
.ayaa-fz-contact-social-wrapper a:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .ayaa-fz-contact-social-wrapper a:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-contact-social-wrapper a:not(:last-child) {
    margin-right: 15px;
  }
}
.ayaa-fz-contact-social-wrapper a:hover {
  color: var(--clr-theme-primary);
}
.ayaa-fz-contact-social-label {
  display: inline-block;
  color: #282828;
  font-weight: 600;
  margin-right: 10px;
  font-size: 18px;
}
.ayaa-fz-contact-map {
  height: 500px;
}
@media (max-width: 767px) {
  .ayaa-fz-contact-map {
    height: 350px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-contact-map {
    height: 400px;
  }
}
.ayaa-fz-contact-map iframe {
  height: 100%;
  width: 100%;
}

.ayaa-fz-accordion-header {
  margin-bottom: 30px;
}
.ayaa-fz-accordion-header .accordion-button {
  background-color: #F5F5F5;
  padding: 20px 30px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ayaa-fz-accordion-header .accordion-button {
    padding: 20px 20px;
    padding-right: 40px;
    line-height: 1.3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-accordion-header .accordion-button {
    padding: 20px 30px;
    padding-right: 50px;
  }
}
.ayaa-fz-accordion-header .accordion-button:before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-family: "Font Awesome 6 Pro";
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ayaa-fz-accordion-header .accordion-button:before {
    right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-accordion-header .accordion-button:before {
    right: 30px;
  }
}
.ayaa-fz-accordion-header .accordion-button[aria-expanded=true]:before {
  content: "\f068";
}
.ayaa-fz-accordion-item .accordion-body {
  padding: 25px 30px;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .ayaa-fz-accordion-item .accordion-body {
    padding: 25px 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ayaa-fz-accordion-item .accordion-body {
    padding: 25px 30px;
    padding-bottom: 0;
  }
}
.ayaa-fz-accordion-item:last-child .accordion-body {
  padding-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-faq-wrapper:is(.pr-25) {
    padding-right: 10px;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-faq-wrapper:is(.pr-25) {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-faq-wrapper:is(.pl-25) {
    padding-left: 10px;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-faq-wrapper:is(.pl-25) {
    padding-left: 0;
  }
}

.ayaa-fz-faq-wrapper .ayaa-fz-accordion-item {
  margin-bottom: 20px;
}

.ayaa-fz-slider-shape-wrap-6 .image-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.ayaa-fz-slider-shape-wrap-6 .image-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.ayaa-fz-slider-shape-wrap-6 .image-3 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-slider-shape-wrap-6 .image-3 {
    max-width: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-shape-wrap-6 .image-3 {
    max-width: 440px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-slider-shape-wrap-6 .image-3 {
    display: none;
  }
}
.ayaa-fz-slider-wine-rounded-animate-pos-6 {
  position: absolute;
  bottom: 20px;
  left: -100px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slider-wine-rounded-animate-pos-6 {
    top: -10px;
    left: 380px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-wine-rounded-animate-pos-6 {
    bottom: -190px;
    left: auto;
    right: 0px;
  }
}
.ayaa-fz-slider-wine-rounded-text-animate-shape-6 {
  position: relative;
  display: inline-block;
}
.ayaa-fz-slider-wine-rounded-text-animate-shape-6 .text img {
  max-width: 141.26px;
  animation-name: rotate_shape;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 767px) {
  .ayaa-fz-slider-wine-rounded-text-animate-shape-6 .text img {
    max-width: 111.26px;
  }
}
.ayaa-fz-slider-wine-rounded-text-animate-shape-6 .wine {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ayaa-fz-slider-wine-rounded-text-animate-shape-6 .wine img {
  max-height: 65.78px;
}
@media (max-width: 767px) {
  .ayaa-fz-slider-wine-rounded-text-animate-shape-6 .wine img {
    max-height: 50.78px;
  }
}
.ayaa-fz-slider-search-6 {
  height: 50px;
  position: relative;
}
.ayaa-fz-slider-search-6.has-pos {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slider-search-6.has-pos {
    bottom: 0px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-search-6.has-pos {
    bottom: 50px;
    left: 15px;
  }
}
.ayaa-fz-slider-search-6 button[type=submit] {
  width: 50px;
  height: 50px;
  font-size: 14px;
}
.ayaa-fz-slider-search-6 button[type=submit] i {
  font-weight: 400;
  transition: all 0.3s;
  color: var(--clr-theme-6);
}
.ayaa-fz-slider-search-6 input {
  height: 50px;
  width: 170px;
  font-size: 16px;
  padding-left: 0;
  padding-right: 20px;
  color: var(--clr-theme-6);
  font-family: "Dubai", sans-serif;
}
@media (max-width: 767px) {
  .ayaa-fz-slider-search-6 input {
    width: 120px;
  }
}
.ayaa-fz-slider-search-6 input::placeholder {
  font-size: 16px;
  color: var(--clr-theme-6);
  font-family: "Dubai", sans-serif;
}
.ayaa-fz-slider-search-6::after {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--clr-theme-6);
  border-radius: 50px;
  content: "";
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
.ayaa-fz-slider-search-6:hover::after, .ayaa-fz-slider-search-6:focus::after, .ayaa-fz-slider-search-6:focus-visible::after {
  width: 100%;
}
.ayaa-fz-slider-right-img-6 img {
  max-height: 655px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-right-img-6 img {
    max-height: 525px;
  }
}
.ayaa-fz-slider-content-6 {
  position: relative;
}
.ayaa-fz-slider-content-6 blockquote {
  background: transparent;
  padding: 0;
  font-size: 18px;
  font-family: "Dubai", sans-serif;
  max-width: 414px;
  color: var(--clr-theme-6);
  padding-left: 30px;
  border-left: 1px solid #CAD5C8;
  margin: 0;
  position: absolute;
  bottom: 58px;
  right: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-content-6 blockquote {
    right: 132px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slider-content-6 blockquote {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-content-6 blockquote {
    position: static;
    margin-top: 35px;
  }
}
.ayaa-fz-slider-content-6 .subtitle {
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
  color: #122E00;
  display: block;
  margin-bottom: 7px;
}
.ayaa-fz-slider-content-6 .subtitle::before {
  width: 60px;
  height: 1px;
  background-color: #122E00;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.ayaa-fz-slider-content-6 .title {
  font-family: "Playfair Display", sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  color: #122E00;
  margin-bottom: 60px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-slider-content-6 .title {
    font-size: 115px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-content-6 .title {
    font-size: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-content-6 .title {
    font-size: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ayaa-fz-slider-content-6 .title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-content-6 .title {
    font-size: 50px;
    margin-bottom: 35px;
  }
}

.ayaa-fz-slider-item-6 {
  min-height: 885px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-slider-item-6 {
    min-height: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-slider-item-6 {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .ayaa-fz-slider-item-6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ayaa-fz-slider-item-6 {
    padding-bottom: 200px;
  }
}

.ayaa-fz-social-share-6 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Dubai";
  transform: rotate(-90deg);
  color: var(--clr-theme-6);
  position: absolute;
  left: -16px;
  bottom: 300px;
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 1400px) and (max-width: 1599px) {
  .ayaa-fz-social-share-6 {
    left: -50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-social-share-6 {
    left: -63px;
  }
}
.ayaa-fz-social-share-6 a:hover {
  color: var(--clr-theme-6);
}

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

.pb-80 {
  padding-bottom: 80px;
}

.woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0;
}

.about-page-title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 19px;
  margin-bottom: 40px;
  position: relative;
  margin-top: -7px;
}
.about-page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 3px;
  background: #fe5502;
}

.about .main-img {
  margin-bottom: 70px;
}
.about .why-choose .part-txt .part-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: #282828;
  margin-top: -1px;
  margin-bottom: 26px;
}
.about .why-choose .accordion .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 0;
}
.about .why-choose .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.about .why-choose .accordion .accordion-item .accordion-header .accordion-button {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  box-shadow: 0 0;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #0d0e22;
  transition: 0.3s;
}
.about .why-choose .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  border-color: #ddd;
}
.about .why-choose .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  opacity: 1;
}
.about .why-choose .accordion .accordion-item .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 5px;
  height: calc(100% + 2px);
  background: #0063D1;
  opacity: 0;
  transition: 0.3s;
}
.about .why-choose .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.about .why-choose .accordion .accordion-item .accordion-header .accordion-button span {
  font-size: 15px;
  color: #0063D1;
}
.about .why-choose .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0;
}
.about .why-choose .accordion .accordion-item .accordion-body {
  padding: 25px;
}
.about .why-choose .accordion .accordion-item .accordion-body p {
  font-size: 15px;
  line-height: 26px;
  color: #606060;
  margin-top: -6px;
  margin-bottom: -8px;
}
.about .why-choose .video-area {
  background: url(../images/video-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 180px 0;
  text-align: center;
}
.about .why-choose .video-area a {
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 85px;
  background: #0063D1;
  border-radius: 50%;
  color: #ffffff;
  font-size: 50px;
}
.about .why-choose .video-area a:hover {
  background: #0d0e22;
}

.team .single-card {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.team .single-card .part-img {
  position: relative;
}
.team .single-card .part-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s;
}
.team .single-card .part-txt {
  text-align: center;
  padding: 30px 0;
}
.team .single-card .part-txt h3 {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #292929;
  margin-top: -3px;
  margin-bottom: 10px;
}
.team .single-card .part-txt p {
  font-size: 15px;
  line-height: 100%;
  color: #606060;
  margin-bottom: -3px;
}
.team .single-card .social {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: 0.3s;
}
.team .single-card .social a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #0063D1;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
}
.team .single-card .social a::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 160px;
  background: #F9E3D9;
}
.team .single-card .social a:hover {
  background: #ffffff;
  color: #0063D1;
}
.team .single-card:hover .part-img::after {
  opacity: 1;
}
.team .single-card:hover .social {
  opacity: 1;
}
.team .single-card:hover .social a:nth-child(1) {
  animation: slideTop 0.2s ease-in;
}
.team .single-card:hover .social a:nth-child(2) {
  animation: slideTop 0.4s ease-in;
}
.team .single-card:hover .social a:nth-child(3) {
  animation: slideTop 0.6s ease-in;
}
.team .single-card:hover .social a:nth-child(4) {
  animation: slideTop 0.8s ease-in;
}

@keyframes slideTop {
  0% {
    transform: translateY(-195px);
  }
  100% {
    transform: translateY(0);
  }
}
.shop-wrap .shop-sidebar .sidebar-box {
  padding: 25px 20px;
  border: 1px solid #ddd;
  margin-bottom: 24px;
}
.shop-wrap .shop-sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}
.shop-wrap .shop-sidebar .sidebar-box .title-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.shop-wrap .shop-sidebar .sidebar-box .title-wrap .sidebar-title {
  border: 0;
  margin-bottom: 0;
}
.shop-wrap .shop-sidebar .sidebar-box .sidebar-title {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #282828;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
  margin-top: -2px;
  margin-bottom: 20px;
  position: relative;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#Black:checked {
  background-color: #222222;
  border-color: #222222;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#Pink:checked {
  background-color: pink;
  border-color: pink;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#White {
  background-color: transparent;
  filter: invert(60%) brightness(2);
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#White:checked {
  background-color: black;
  border-color: #ffffff;
  filter: invert(60%) brightness(1.6);
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#Blue:checked {
  background-color: blue;
  border-color: blue;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#Orange:checked {
  background-color: orange;
  border-color: orange;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter li {
  margin-bottom: 20px;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter li:last-child {
  margin-bottom: 0;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check {
  min-height: auto;
  padding-left: 13px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check input {
  width: 14px;
  height: 14px;
  border-color: #ddd;
  border-radius: 0;
  margin-top: 0;
  margin-left: -13px;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check input:checked {
  background-color: #606060;
  border-color: #606060;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check input:focus {
  box-shadow: 0 0;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check label {
  font-size: 14px;
  line-height: 100%;
  height: 14px;
  color: #606060;
  user-select: none;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap .input-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background: rgba(34, 34, 34, 0.07);
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap .input-group input[type=number] {
  width: 100%;
  font-size: 14px;
  height: 30px;
  padding: 0 2px;
  font-weight: 500;
  -moz-appearance: textfield;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap .input-group input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter {
  padding: 0 9px;
  background: rgba(34, 34, 34, 0.2);
  border: 0;
  border-radius: 0;
  height: 5px;
  margin-bottom: 30px;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter .noUi-connect {
  background: rgba(34, 34, 34, 0.5);
  background: #0063D1;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter .noUi-handle {
  width: 20px;
  height: 20px;
  box-shadow: 0 0;
  border-radius: 50%;
  right: -10px;
  cursor: pointer;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter .noUi-handle::before, .shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter .noUi-handle::after {
  display: none;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap button {
  width: 100%;
  border: 1px solid #0063D1;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: -6px;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav button {
  width: 22px;
  height: 22px;
  line-height: 24px;
  background: #ddd;
  color: #606060;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav button.slick-next {
  background: #0063D1;
  color: #ffffff;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav button.slick-next:hover {
  background: #ddd;
  color: #606060;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav button:hover {
  background: #0063D1;
  color: #ffffff;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider {
  overflow: hidden;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider .slick-list {
  margin-bottom: -20px;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
  width: 100px;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
  width: calc(100% - 115px);
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #222222;
  margin-top: -6px;
  margin-bottom: 10px;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title:hover {
  color: #0063D1;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .price {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 100%;
  font-weight: 600;
  color: #0063D1;
  margin-bottom: -4px;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .price span {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  margin-left: 5px;
  position: relative;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .price span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #606060;
}
.shop-wrap .shop-sidebar .sidebar-new-arrival {
  position: relative;
}
.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt p {
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  margin-top: -1px;
  margin-bottom: 16px;
}
.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt h3 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt a {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background: #0063D1;
  padding: 0 25px;
  border: 1px solid #0063D1;
  border-radius: 3px;
}
.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0063D1;
}
.shop-wrap .shop-top-bar {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.shop-wrap .shop-top-bar h3 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0;
}
.shop-wrap .shop-top-bar .top-bar-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
.shop-wrap .shop-top-bar .top-bar-right .nice-select {
  font-family: "Rubik", sans-serif;
  border-color: #ddd;
  border-radius: 0;
  height: 40px;
  line-height: 38px;
  padding-left: 15px;
  padding-right: 50px;
}
.shop-wrap .shop-top-bar .top-bar-right .nice-select.open::after {
  transform: rotate(180deg) translateY(30%);
}
.shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
  width: auto;
  height: auto;
  border: 0;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  transform: rotate(0) translateY(-30%);
}
.shop-wrap .shop-top-bar .top-bar-right .show-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding-left: 15px;
  height: fit-content;
}
.shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 36px;
}
.shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
  border: 0;
  height: 38px;
  line-height: 36px;
}
.shop-wrap .shop-top-bar .top-bar-right .view-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-wrap .shop-top-bar .top-bar-right .view-wrap button, .shop-wrap .shop-top-bar .top-bar-right .view-wrap a {
  display: flex;
  justify-content: center;
  width: 27px;
  height: 40px;
  padding: 0;
  font-size: 30px;
  line-height: 50px;
  color: rgba(96, 96, 96, 0.7);
  transition: 0.3s;
}
.shop-wrap .shop-top-bar .top-bar-right .view-wrap button.active, .shop-wrap .shop-top-bar .top-bar-right .view-wrap a.active {
  color: #222222;
}
.shop-wrap .shop-top-bar .top-bar-right .top-pagination {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222222;
}
.shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
  width: 40px !important;
  height: 40px;
  padding: 0;
  text-align: center;
  border: 1px solid #ddd;
  -moz-appearance: textfield;
}
.shop-wrap .shop-top-bar .top-bar-right .top-pagination input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.shop-wrap .shop-top-bar .top-bar-right .top-pagination button {
  font-size: 18px;
}
.shop-wrap .bottom-pagination {
  padding-top: 70px;
}
.shop-wrap .bottom-pagination ul {
  display: flex;
  gap: 10px;
}
.shop-wrap .bottom-pagination ul li button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  line-height: 28px;
  color: #606060;
}
.shop-wrap .bottom-pagination ul li button.active {
  background: #0063D1;
  border-color: #0063D1;
  color: #ffffff;
}
.shop-wrap .bottom-pagination ul li button:hover {
  background: #0063D1;
  border-color: #0063D1;
  color: #ffffff;
}

.product-view-area {
  padding-bottom: 120px;
}
.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: 55px;
  height: 55px;
  line-height: 56px;
  font-size: 35px;
  background: #0063D1;
  border: 1px solid #0063D1;
  color: #ffffff;
}
.product-view-area .part-img .img-box .quick-view:hover {
  background: #ffffff;
  color: #0063D1;
}
.product-view-area .part-img .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-view-area .part-img .btn-box .small-thumb {
  opacity: 0.6;
}
.product-view-area .part-img .btn-box .small-thumb.active {
  opacity: 1;
}
.product-view-area .part-txt .main-product-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  color: #282828;
  margin-bottom: 14px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-view-area .part-txt .main-product-title {
    font-size: 24px;
  }
}
.product-view-area .part-txt .review {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 19px;
}
.product-view-area .part-txt .review .star {
  font-size: 20px;
  line-height: 100%;
  color: #606060;
  display: flex;
  gap: 10px;
}
.product-view-area .part-txt .review .star .rated {
  color: #ffc801;
}
.product-view-area .part-txt .review .rating-amount {
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: #606060;
}
.product-view-area .part-txt .short-details {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 19px;
}
.product-view-area .part-txt .short-details li .label {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #282828;
  display: inline-block;
  margin-right: 10px;
}
.product-view-area .part-txt .short-details .value, .product-view-area .part-txt .short-details a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #777;
}
.product-view-area .part-txt .short-details a:hover {
  color: var(--clr-theme-primary);
}
.product-view-area .part-txt .dscr {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
}
.product-view-area .part-txt form {
  margin-bottom: 30px;
}
.product-view-area .part-txt form label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777;
}
.product-view-area .part-txt form .select {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0;
  border-color: #ddd;
  font-size: 14px;
}
.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;
  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;
  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: 160px;
}
.product-view-area .part-txt .btn-box {
  display: flex;
  gap: 20px;
  margin-bottom: 29px;
}
.product-view-area .part-txt .btn-box button {
  width: calc(50% - 10px);
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  background: #0063D1;
  border: 1px solid #0063D1;
}
.product-view-area .part-txt .btn-box button span {
  margin-right: 15px;
}
.product-view-area .part-txt .btn-box button:nth-child(2) {
  background: #ffffff;
  border-color: #ddd;
  color: #0063D1;
}
.product-view-area .part-txt .btn-box button:nth-child(2):hover {
  color: #ffffff;
  background: #0063D1;
  border-color: #0063D1;
}
.product-view-area .part-txt .btn-box button:hover {
  background: #ffffff;
  border-color: #ddd;
  color: #0063D1;
}
.product-view-area .part-txt .product-share {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  margin-bottom: -3px;
}
.product-view-area .part-txt .product-share .social {
  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: #0063D1;
}

.shop-details .details-area .tab-pane .product-dscr p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 16px;
}
.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: flex;
  flex-wrap: wrap;
  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: 15px;
  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: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 30px;
}
.shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
  font-size: 30px;
  font-weight: 500;
  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: 15px;
  line-height: 100%;
  color: #606060;
  margin-bottom: -3px;
}
.shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
  display: flex;
  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: flex;
  gap: 5px;
  font-size: 15px;
  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: #0063D1;
}
.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 {
  margin-bottom: 19px;
}
.shop-details .details-area .tab-pane .product-review .review-title h3 {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  font-family: "Roboto", sans-serif;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
  display: flex;
  gap: 20px;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review:NOT(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.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: 70px;
}
.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;
  background: #eaeaea;
}
.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: 15px;
  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: 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 {
  width: calc(100% - 70px);
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
  font-size: 15px;
  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: flex;
  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: 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: flex;
  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: #0063D1;
}
.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: max-content;
  max-width: 700px;
  height: 430px;
  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: #0063D1;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
  display: flex;
  gap: 20px;
  font-size: 18px;
  line-height: 100%;
  height: max-content;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction > * {
  display: flex;
  gap: 5px;
  align-items: center;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
  font-size: 15px;
}

.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;
  transition: 0.3s;
  z-index: 12;
}
.product-quick-view-panel-2.active {
  opacity: 1;
  visibility: visible;
}
.product-quick-view-panel-2.active .img {
  transform: scale(1);
  transition: 0.3s;
}
.product-quick-view-panel-2.active .panel-arrow {
  display: flex;
}
.product-quick-view-panel-2 .panel-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: url(../images/cursor.png), zoom-out;
}
.product-quick-view-panel-2 .img {
  max-width: 80%;
  height: 90%;
  transform: scale(0);
  cursor: context-menu;
  display: flex;
  justify-content: 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: flex;
  justify-content: center;
  padding: 50px 0;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.product-quick-view-panel-2 .notification.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-quick-view-panel-2 .notification p {
  padding: 20px 30px;
  background: white;
  color: #606060;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  display: flex;
  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;
  transform: translateY(-50%);
  display: none;
  justify-content: space-between;
  visibility: hidden;
}
.product-quick-view-panel-2 .panel-arrow button {
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: #0063D1;
  font-size: 35px;
  line-height: 50px;
  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: #0063D1;
}

.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%;
  }
  .shop-details .details-area .nav-link:first-child {
    margin-left: 0;
  }
}
.ayaa-fz-product-details-price-wrapper-443 {
  display: flex;
  align-items: center;
  grid-gap: 10px 30px;
  margin-bottom: 15px;
}

.tab-section .tab-nav {
  display: flex;
  margin-bottom: 40px;
}
.tab-section .tab-nav .single-nav {
  width: 33.3333333333%;
  height: 60px;
  border-left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  color: #606060;
  display: flex;
  justify-content: 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);
  transform: skew(45deg);
  background: #ffffff;
  border: 1px solid #ddd;
  border-bottom: 0;
  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);
  transform: skew(-45deg);
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-top: 0;
  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: #0063D1;
  border-color: #0063D1;
}
.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;
  animation: slideIn 1s linear;
}
.tab-section .tab-contents .single-tab#orderCompletedTab.active .check-icon::after {
  animation: 2s checkBig 5s ease-in infinite;
}
.tab-section .tab-contents .btn-box {
  display: flex;
  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: #0063D1;
  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: #0063D1;
}
.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: 30px;
}
.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 {
  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: flex;
  justify-content: space-between;
  font-size: 15px;
  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: #0063D1;
}
.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: #0063D1;
}
.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: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.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: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background: rgba(241, 241, 241, 0.5);
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 0;
  transition: 0.3s;
}
.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 {
  box-shadow: 0px 0px;
  border-color: rgba(0, 99, 209, 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: flex;
  justify-content: flex-end;
  gap: 30px;
}
.tab-section .tab-contents .payment-method .total-clone {
  border: 1px dashed #ddd;
  padding: 30px;
  margin-bottom: 30px;
}
.tab-section .tab-contents .payment-method .total-clone ul {
  margin-top: -1px;
}
.tab-section .tab-contents .payment-method .total-clone ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  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: #0063D1;
}
.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: #0063D1;
}
.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 solid #ddd;
  margin-bottom: 30px;
}
.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: flex;
  justify-content: space-between;
  cursor: pointer;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
  font-size: 15px;
  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: flex;
  align-items: center;
  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 {
  box-shadow: 0px 0px;
  border-color: rgba(0, 99, 209, 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: 15px;
  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: flex;
  justify-content: 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;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.tab-section .tab-contents .checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #7ac142;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  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 {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  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: flex;
  gap: 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: #0063D1;
  border-color: #0063D1;
  color: #ffffff;
  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%;
  transition: 0.3s;
}
.tab-section .form-check .form-check-label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #808080;
  cursor: pointer;
  user-select: none;
  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;
}

.ayaa-table {
  margin-bottom: 50px;
}
.ayaa-table .table-responsive {
  border: 1px solid #ddd;
}
.ayaa-table .table-responsive .table {
  margin-bottom: 0;
  vertical-align: middle;
}
.ayaa-table .table-responsive thead {
  border-bottom: 1px solid #ddd;
}
.ayaa-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;
}
.ayaa-table .table-responsive th {
  padding: 20px 30px;
  padding-bottom: 18px;
  text-align: center;
}
.ayaa-table .table-responsive th:first-child {
  text-align: left;
}
.ayaa-table .table-responsive tr:first-child td {
  padding-top: 30px;
}
.ayaa-table .table-responsive tr:last-child td {
  padding-bottom: 30px;
}
.ayaa-table .table-responsive tr td {
  text-align: center;
  padding: 15px 30px;
}
.ayaa-table .table-responsive .product-img {
  width: 100px;
}
.ayaa-table .table-responsive .product-name {
  font-size: 15px;
  color: #606060;
}
.ayaa-table .table-responsive .product-name:hover {
  color: #0063D1;
}
.ayaa-table .table-responsive .price-txt {
  width: 200px;
  font-size: 15px;
  line-height: 100%;
  font-weight: 600;
  color: #0063D1;
}
.ayaa-table .table-responsive .product-count {
  width: max-content;
  margin: 0 auto;
}
.ayaa-table .table-responsive .cart-delete {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #ddd;
  color: #606060;
}
.ayaa-table .table-responsive .cart-delete:hover {
  color: red;
  border-color: red;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@keyframes check {
  0% {
    font-size: 10px;
  }
  50% {
    font-size: 18px;
  }
  100% {
    font-size: 14px;
  }
}
@keyframes slideIn {
  0% {
    transform: scale(0.98);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@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: 15px;
  line-height: 100%;
  color: #222222;
}
.compare .table .product-card .part-txt p a:hover {
  color: #0063D1;
}
.compare .table .star {
  font-family: "Rubik", sans-serif;
  color: #808080;
}
.compare .table .star .rated {
  color: #ffc801;
}
.compare .table .price-txt {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #0063D1;
}
.compare .table .color-box {
  display: flex;
  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: #0063D1;
}
.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;
}

.register .login-area h2 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  margin-top: -1px;
  margin-bottom: 15px;
}
.register .login-area p {
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 22px;
}
.register .login-area .login-form input {
  width: 100%;
  height: 45px;
  padding: 0 30px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.register .login-area .login-form .def-btn {
  width: 100%;
}
.register .login-area .devider {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  padding: 20px 0;
  margin-top: -5px;
  margin-bottom: -3px;
}
.register .login-area .social-login-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.register .login-area .social-login-box .btn-fb {
  text-transform: capitalize;
  background: #4265f9;
}
.register .login-area .social-login-box .btn-fb:hover {
  background: #222222;
  color: #ffffff;
}
.register .login-area .social-login-box .btn-gl {
  text-transform: capitalize;
  background: #D64E42;
}
.register .login-area .social-login-box .btn-gl:hover {
  background: #222222;
  color: #ffffff;
}
.register .author-area h2 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  margin-top: -1px;
  margin-bottom: 15px;
}
.register .author-area p {
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 22px;
}
.register .author-area .login-form input:not([type=checkbox], [type=radio]) {
  width: 100%;
  height: 45px;
  padding: 0 30px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.register .author-area .login-form .form-check {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.register .author-area .login-form .form-check .form-check-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 0;
}
.register .author-area .login-form .form-check .form-check-input:checked + .sub-input {
  background: #0063D1;
  border-color: #0063D1;
  color: #ffffff;
  animation: check 0.4s ease-in;
}
.register .author-area .login-form .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%;
  transition: 0.3s;
}
.register .author-area .login-form .form-check .form-check-label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #808080;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
.register .author-area .login-form .form-check .form-check-label.checked {
  color: #222222;
}
.register .author-area .login-form .form-check .form-check-label a {
  color: #0063D1;
}
.register .author-area .login-form .def-btn {
  width: 100%;
}
.register .author-area .form-check {
  margin-bottom: 20px;
}
.register .author-area .devider {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  padding: 20px 0;
  margin-top: -5px;
  margin-bottom: -3px;
}
.register .author-area .social-login-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.register .author-area .social-login-box .btn-fb {
  text-transform: capitalize;
  background: #4265f9;
}
.register .author-area .social-login-box .btn-fb:hover {
  background: #222222;
  color: #ffffff;
}
.register .author-area .social-login-box .btn-gl {
  text-transform: capitalize;
  background: #D64E42;
}
.register .author-area .social-login-box .btn-gl:hover {
  background: #222222;
  color: #ffffff;
}
.register .social-login-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.register .social-login-box .btn-fb {
  text-transform: capitalize;
  background: #4265f9;
}
.register .social-login-box .btn-fb:hover {
  background: #222222;
  color: #ffffff;
}
.register .social-login-box .btn-gl {
  text-transform: capitalize;
  background: #D64E42;
}
.register .social-login-box .btn-gl:hover {
  background: #222222;
  color: #ffffff;
}

.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;
  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: 18px;
  font-weight: 600;
  color: #222;
  display: flex;
  justify-content: space-between;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  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 {
  box-shadow: 0 0;
}
.faq .accordion .accordion-item .accordion-body {
  padding: 30px;
  padding-top: 0;
}
.faq .accordion .accordion-item .accordion-body p {
  font-size: 14px;
  line-height: 26px;
  color: #606060;
  margin-top: -6px;
  margin-bottom: -8px;
}

.ayaa-fz-faq-box-inner-2 .accordion-header {
  margin-bottom: 10px;
}
.ayaa-fz-faq-box-inner-2 .accordion-button {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #282828;
  font-weight: 600;
  background: transparent;
  padding: 0 0;
  box-shadow: none;
  display: flex;
  align-items: baseline;
}
.ayaa-fz-faq-box-inner-2 .accordion-button::after {
  display: none;
}
.ayaa-fz-faq-box-inner-2 .accordion-button i {
  font-size: 16px;
  margin-right: 10px;
}
.ayaa-fz-faq-box-inner-2 .accordion-body {
  padding: 0 0;
  padding-left: 26px;
}
.ayaa-fz-faq-box-inner-2 .accordion-body p {
  margin-bottom: 0;
  color: #777777;
}
.ayaa-fz-faq-box-inner-2 .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 28px;
}
.ayaa-fz-faq-box-inner-2 .accordion-item:last-child {
  margin: 0;
  border: 0;
  padding-bottom: 0;
}

.ayaa-fz-faq-title-inner-2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .ayaa-fz-faq-title-inner-2 {
    font-size: 26px;
  }
}

.ayaa-fz-faq-contact-box-inner-2 {
  text-align: center;
  padding: 50px 30px;
  background: #f9f9f9;
}

.ayaa-fz-faq-contact-box-inner-2 .icon i {
  font-size: 35px;
  display: block;
  margin-bottom: 30px;
  color: #282828;
}

.ayaa-fz-faq-contact-box-inner-2 .title {
  margin-bottom: 18px;
}

.ayaa-fz-faq-contact-box-inner-2 .content {
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ayaa-fz-find-sidebar-inner-2.ml-50 {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ayaa-fz-find-sidebar-inner-2.ml-50 {
    margin-left: 0;
  }
}

.blog-details .main-img {
  margin-bottom: 30px;
}
.blog-details .part-txt {
  margin-bottom: 30px;
}
.blog-details .part-txt .title-box .blog-info {
  display: flex;
  gap: 35px;
  margin-top: -2px;
  margin-bottom: 21px;
}
.blog-details .part-txt .title-box .blog-info li {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 100%;
  color: #606060;
}
.blog-details .part-txt .title-box .blog-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 31px;
}
.blog-details .part-txt p {
  font-size: 15px;
  line-height: 26px;
  color: #606060;
  margin-bottom: 22px;
}
.blog-details .part-txt .secondary-title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: #222222;
  padding-top: 0;
  margin-bottom: 20px;
}
.blog-details .admin-words {
  background: #f3f3f3;
  padding: 45px 30px;
  margin-bottom: 40px;
}
.blog-details .admin-words p {
  font-size: 15px;
  line-height: 26px;
  color: #606060;
  margin-top: -6px;
  margin-bottom: 22px;
  text-align: center;
}
.blog-details .admin-words .admin {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.blog-details .admin-words .admin h6 {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  margin-top: -2px;
  margin-bottom: 10px;
}
.blog-details .admin-words .admin span {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #606060;
  margin-bottom: -2px;
}
.blog-details .comment-area .title {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  padding-bottom: 8px;
  margin-top: -3px;
  margin-bottom: 30px;
  position: relative;
}
.blog-details .comment-area .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #0063D1;
}
.blog-details .comment-area .comments {
  margin-bottom: 40px;
}
.blog-details .comment-area .comments .single-comment {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
}
.blog-details .comment-area .comments .single-comment:last-child {
  margin-bottom: 0;
}
.blog-details .comment-area .comments .single-comment.reply {
  margin-left: 100px;
}
.blog-details .comment-area .comments .single-comment .part-img {
  width: 100px;
}
.blog-details .comment-area .comments .single-comment .txt-box {
  width: calc(100% - 125px);
}
.blog-details .comment-area .comments .single-comment .txt-box h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  margin-top: -2px;
  margin-bottom: 5px;
}
.blog-details .comment-area .comments .single-comment .txt-box span {
  font-size: 14px;
  line-height: 100%;
  color: #606060;
  margin-bottom: 23px;
}
.blog-details .comment-area .comments .single-comment .txt-box p {
  font-size: 15px;
  line-height: 26px;
  color: #606060;
  margin-top: -6px;
  margin-bottom: -8px;
}
.blog-details .comment-area .comment-form input {
  width: 100%;
  background: #f3f3f3;
  height: 45px;
  padding: 0 30px;
  color: #222222;
}
.blog-details .comment-area .comment-form textarea {
  width: 100%;
  background: #f3f3f3;
  height: 180px;
  padding: 25px 30px;
  color: #222222;
}
.blog-details .blog-sidebar .searchbox {
  display: flex;
  margin-bottom: 30px;
}
.blog-details .blog-sidebar .searchbox input {
  width: calc(100% - 60px);
  background: #f3f3f3;
  height: 50px;
  padding: 0 25px;
  color: #222222;
}
.blog-details .blog-sidebar .searchbox button {
  text-align: center;
  width: 60px;
  height: 50px;
  line-height: 50px;
  background: #0063D1;
  color: #ffffff;
  font-size: 18px;
}
.blog-details .blog-sidebar .searchbox button:hover, .blog-details .blog-sidebar .searchbox button:focus {
  background: #222222;
}
.blog-details .blog-sidebar .sidebar-title {
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
  padding-bottom: 8px;
  margin-top: -2px;
  margin-bottom: 25px;
  position: relative;
}
.blog-details .blog-sidebar .sidebar-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #0063D1;
}
.blog-details .blog-sidebar .recent-post {
  margin-bottom: 30px;
}
.blog-details .blog-sidebar .recent-post ul li {
  margin-bottom: 20px;
}
.blog-details .blog-sidebar .recent-post ul li:last-child {
  margin-bottom: 0;
}
.blog-details .blog-sidebar .recent-post ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details .blog-sidebar .recent-post ul li a .part-img {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.blog-details .blog-sidebar .recent-post ul li a .part-img img {
  height: 100%;
  max-width: none;
}
.blog-details .blog-sidebar .recent-post ul li a .txt-box {
  width: calc(100% - 105px);
}
.blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222222;
  margin-top: -6px;
  margin-bottom: 6px;
  transition: 0.3s;
}
.blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
  display: block;
  font-size: 15px;
  line-height: 100%;
  color: #606060;
  margin-bottom: -3px;
}
.blog-details .blog-sidebar .recent-post ul li a:hover .txt-box .title {
  color: #0063D1;
}
.blog-details .blog-sidebar .categories {
  margin-bottom: 30px;
}
.blog-details .blog-sidebar .categories ul {
  overflow: hidden;
}
.blog-details .blog-sidebar .categories ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.blog-details .blog-sidebar .categories ul li:first-child {
  margin-top: -10px;
}
.blog-details .blog-sidebar .categories ul li:last-child {
  margin-bottom: 0;
}
.blog-details .blog-sidebar .categories ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #606060;
}
.blog-details .blog-sidebar .categories ul li a i {
  margin-right: 10px;
}
.blog-details .blog-sidebar .categories ul li a:hover, .blog-details .blog-sidebar .categories ul li a:focus {
  color: #0063D1;
}
.blog-details .blog-sidebar .image-slider {
  margin-bottom: 30px;
}
.blog-details .blog-sidebar .image-slider .carousel .carousel-control-next, .blog-details .blog-sidebar .image-slider .carousel .carousel-control-prev {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #222222;
  background: #ffffff;
  opacity: 1;
}
.blog-details .blog-sidebar .image-slider .carousel .carousel-control-next:hover, .blog-details .blog-sidebar .image-slider .carousel .carousel-control-prev:hover {
  background: #0063D1;
  color: #ffffff;
}
.blog-details .blog-sidebar .tags .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details .blog-sidebar .tags .btn-box a {
  height: 35px;
  line-height: 33px;
  border: 1px solid #ddd;
  padding: 0 15px;
  font-size: 15px;
  color: #606060;
}
.blog-details .blog-sidebar .tags .btn-box a:hover, .blog-details .blog-sidebar .tags .btn-box a:focus {
  background: #0063D1;
  border-color: #0063D1;
  color: #ffffff;
}

.account {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.account .account-sidebar {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}
.account .account-sidebar .user {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account .account-sidebar .user .part-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.account .account-sidebar .user .part-txt h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #222222;
  margin-top: -2px;
  margin-bottom: -2px;
}
.account .account-sidebar .nav {
  padding-bottom: 30px;
}
.account .account-sidebar .nav .nav-link {
  text-align: left;
  color: #606060;
  font-size: 15px;
  font-weight: 500;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  position: relative;
  overflow: hidden;
}
.account .account-sidebar .nav .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  width: 2px;
  background: #0063D1;
  transition: 0.15s ease-in;
}
.account .account-sidebar .nav .nav-link.active::after {
  left: 0;
}
.account .account-sidebar .nav .nav-link.active span {
  color: #0063D1;
}
.account .account-sidebar .nav .nav-link .icon {
  font-size: 20px;
  text-align: center;
  width: 25px;
  margin-right: 5px;
}
.account .account-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  margin-top: -2px;
  margin-bottom: 31px;
}
.account .table-wrap {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}
.account .table-wrap .table-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.account .table-wrap .table-top .title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  margin-top: -2px;
  margin-bottom: -3px;
}
.account .table-wrap .table-top .search-box {
  padding: 0 20px;
  border: 1px solid #ddd;
}
.account .table-wrap .table-top .search-box input {
  width: 180px;
  height: 35px;
  font-size: 14px;
}
.account .table-wrap .table-top .search-box button {
  color: #222222;
}
.account .table-wrap .table-top .search-box button:hover {
  color: #0063D1;
}
.account .table-wrap .table {
  min-width: max-content;
  margin-bottom: 0;
}
.account .table-wrap .table.dataTable {
  width: 100% !important;
}
.account .table-wrap .table th, .account .table-wrap .table td {
  text-align: center;
  border-bottom-color: rgba(221, 221, 221, 0.5);
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}
.account .table-wrap .table th:first-child, .account .table-wrap .table td:first-child {
  text-align: left;
}
.account .table-wrap .table th:last-child, .account .table-wrap .table td:last-child {
  text-align: right;
}
.account .table-wrap .table th {
  font-weight: 600;
  padding: 30px;
  color: #222222;
}
.account .table-wrap .table td {
  color: #808080;
}
.account .table-wrap .table .details {
  width: max-content;
  margin: auto;
}
.account .table-wrap .table .details .product-name {
  text-align: left;
  display: block;
}
.account .table-wrap .table .details .product-name:hover {
  color: #222222;
}
.account .table-wrap .table .details .invoice {
  display: block;
  text-align: left;
}
.account .table-wrap .table .details .invoice button {
  color: #0063D1;
  font-weight: 600;
}
.account .table-wrap .table .status {
  text-align: center;
  width: 80px;
  height: 45px;
  line-height: 45px;
}
.account .table-wrap .table .status .paid {
  width: 100%;
  background: #dcf9f6;
  color: #2cada5;
}
.account .table-wrap .table .status .unpaid {
  width: 100%;
  background: #ffd2d2;
  color: #ff6b6b;
}
.account .table-wrap .table-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
.account .table-wrap .table-bottom .part-txt p {
  font-size: 15px;
  line-height: 100%;
  color: #222222;
  margin-bottom: 0;
}
.account .table-wrap .table-bottom .pagination button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #606060;
}
.account .table-wrap .table-bottom .pagination button.active {
  background: #0063D1;
  color: #ffffff;
}
.account .table-wrap .table-bottom .pagination button.active:hover {
  color: #ffffff;
}
.account .table-wrap .table-bottom .pagination button:disabled {
  color: #ccc;
}
.account .table-wrap .table-bottom .pagination button:disabled:hover {
  color: #ccc;
}
.account .table-wrap .table-bottom .pagination button:hover {
  color: #0063D1;
}
.account .invoice-modal .modal-content {
  border: 0;
  border-radius: 0;
}
.account .invoice-modal .modal-content .modal-header {
  background: #F9E3D9;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px 30px;
}
.account .invoice-modal .modal-content .modal-body {
  padding: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-top {
  padding: 35px 60px;
  border-bottom: 1px solid #ddd;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .left .logo {
  width: 115px;
  margin-bottom: 24px;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .left p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  margin-bottom: -3px;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .right table {
  margin-top: -7px;
  margin-bottom: -8px;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .right table th {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px 5px 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .right table td {
  font-size: 15px;
  padding: 5px 0 5px 10px;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .right table th, .account .invoice-modal .modal-content .modal-body .invoice-top .right table td {
  line-height: 100%;
  color: #606060;
}
.account .invoice-modal .modal-content .modal-body .invoice-body {
  padding: 40px 60px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .details {
  margin-bottom: 40px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .details h3 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  margin-top: -2px;
  margin-bottom: 13px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .details p {
  font-size: 15px;
  line-height: 30px;
  color: #606060;
  margin-bottom: -10px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .details p span {
  display: block;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items {
  padding: 25px 30px;
  border: 1px dashed #0063D1;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table {
  margin-bottom: 22px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table tbody tr:first-child td {
  padding-top: 21px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table tbody tr:last-child td {
  padding-bottom: 5px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table th {
  font-size: 15px;
  line-height: 100%;
  color: #606060;
  padding: 0 20px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table th:first-child {
  padding-left: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table th:last-child {
  padding-right: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table td {
  font-size: 15px;
  line-height: 100%;
  color: #606060;
  padding: 10px 20px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table td:first-child {
  padding-left: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table td:last-child {
  padding-right: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .total {
  width: max-content;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .total h5 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  margin-top: -2px;
  margin-bottom: 11px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .total p {
  font-size: 15px;
  line-height: 100%;
  color: #606060;
  margin-bottom: -3px;
}
.account .invoice-modal .modal-content .modal-body .invoice-footer {
  padding: 0 60px 40px;
  display: flex;
  justify-content: center;
}
.account .invoice-modal .modal-content .modal-body .invoice-footer span {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  color: #0063D1;
  margin-top: -3px;
  margin-bottom: -3px;
}
.account .invoice-modal .modal-content .modal-footer {
  background: #F9E3D9;
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 15px 30px;
}
.account .invoice-modal .modal-content .modal-footer .def-btn:first-child {
  background: #222222;
  color: #ffffff;
}
.account .invoice-modal .modal-content .modal-footer .def-btn:first-child:hover {
  background: #0063D1;
}
.account .invoice-modal .modal-content .modal-footer .def-btn:hover, .account .invoice-modal .modal-content .modal-footer .def-btn:focus {
  background: #222222;
  color: #ffffff;
}
.account .conversation-panel {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}
.account .conversation-panel .chat-area {
  border-right: 1px solid #ddd;
  padding: 40px 30px;
}
.account .conversation-panel .chat-area .single-msg {
  width: max-content;
  max-width: calc(100% - 80px);
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.account .conversation-panel .chat-area .single-msg.msg-out {
  margin-left: auto;
}
.account .conversation-panel .chat-area .single-msg.msg-out .part-txt {
  border-radius: 0 0 0 15px;
  background: #0063D1;
}
.account .conversation-panel .chat-area .single-msg.msg-out .part-txt span {
  color: #ffffff;
}
.account .conversation-panel .chat-area .single-msg:last-child {
  margin-bottom: 0;
}
.account .conversation-panel .chat-area .single-msg .part-img {
  text-align: center;
}
.account .conversation-panel .chat-area .single-msg .part-img .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
.account .conversation-panel .chat-area .single-msg .part-img span {
  display: block;
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: #808080;
  margin-bottom: -3px;
}
.account .conversation-panel .chat-area .single-msg .part-txt {
  background: #F9E3D9;
  height: max-content;
  padding: 18px 25px 16px;
  border-radius: 0 0 15px 0;
}
.account .conversation-panel .chat-area .single-msg .part-txt span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #606060;
}
.account .conversation-panel .info-area .chat-between {
  padding: 40px 25px;
  border-bottom: 1px solid #ddd;
}
.account .conversation-panel .info-area .chat-between .part-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.account .conversation-panel .info-area .chat-between .part-img .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.account .conversation-panel .info-area .chat-between .part-img .img:first-child {
  position: relative;
  margin-right: -20px;
}
.account .conversation-panel .info-area .chat-between .part-txt {
  text-align: center;
}
.account .conversation-panel .info-area .chat-between .part-txt span {
  display: block;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  margin-top: -2px;
  margin-bottom: -3px;
}
.account .conversation-panel .info-area .title {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  margin-top: -2px;
  margin-bottom: 27px;
}
.account .conversation-panel .info-area .action {
  padding: 25px;
  border-bottom: 1px solid #ddd;
}
.account .conversation-panel .info-area .action li {
  font-size: 15px;
  line-height: 100%;
  margin-bottom: 25px;
}
.account .conversation-panel .info-area .action li:last-child {
  margin-bottom: 0;
}
.account .conversation-panel .info-area .action li button {
  width: 100%;
  color: #606060;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .conversation-panel .info-area .action li button span {
  width: 20px;
  font-size: 20px;
}
.account .total-balance {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.account .total-balance .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .total-balance .top h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  margin-top: -2px;
  margin-bottom: -3px;
}
.account .total-balance .top .tags {
  display: flex;
  gap: 10px;
}
.account .total-balance .top .tags .tag {
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  background: #ccc;
  padding: 0 10px;
}
.account .total-balance .top .tags .tag.tag-up {
  background: #0063D1;
  color: #ffffff;
}
.account .total-balance .top .tags .tag.tag-down {
  background: #222222;
  color: #ffffff;
}
.account .total-balance .top .tags .tag i {
  margin-right: 5px;
}
.account .total-balance .middle {
  text-align: center;
  padding: 50px 0;
}
.account .total-balance .middle h3 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  margin-top: -2px;
  margin-bottom: -5px;
}
.account .total-balance .btn-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.account .total-balance .btn-box .def-btn {
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  text-transform: capitalize;
}
.account .total-balance .btn-box .def-btn:last-child {
  background: #222222;
  color: #ffffff;
}
.account .total-balance .btn-box .def-btn:last-child:hover, .account .total-balance .btn-box .def-btn:last-child:focus {
  background: #0063D1;
  color: #ffffff;
}
.account .total-balance .btn-box .def-btn:hover, .account .total-balance .btn-box .def-btn:focus {
  background: #222222;
  color: #ffffff;
}
.account .chart-panel {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
  padding-top: 15px;
}
.account .chart-panel .custom-legend {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  gap: 15px;
  height: 14px;
  font-size: 14px;
  line-height: 100%;
  color: #606060;
}
.account .chart-panel .custom-legend .single-legend {
  padding-left: 20px;
  position: relative;
}
.account .chart-panel .custom-legend .single-legend::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0063D1;
}
.account .chart-panel .custom-legend .single-legend:first-child::after {
  background: #4287f5;
}
.account .profile-panel {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
  padding: 45px 30px;
}
.account .profile-panel .profile-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.account .profile-panel .profile-top .user .part-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.account .profile-panel .profile-top .user .part-txt span {
  display: block;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #606060;
  margin-top: -2px;
  margin-bottom: -3px;
}
.account .profile-panel .btn-box {
  display: flex;
  gap: 20px;
}
.account .profile-panel .btn-box .def-btn {
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  text-transform: capitalize;
}
.account .profile-panel .btn-box .def-btn:nth-child(2) {
  background: #222222;
  color: #ffffff;
}
.account .profile-panel .btn-box .def-btn:nth-child(2):hover, .account .profile-panel .btn-box .def-btn:nth-child(2):focus {
  background: #0063D1;
  color: #ffffff;
}
.account .profile-panel .btn-box .def-btn:hover, .account .profile-panel .btn-box .def-btn:focus {
  background: #222222;
  color: #ffffff;
}
.account .profile-panel form input, .account .profile-panel form .select {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 20px;
  transition: 0.3s;
}
.account .profile-panel form input:focus, .account .profile-panel form .select:focus {
  border-color: #0063D1;
}

.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: flex;
  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: #0063D1;
}
.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: 15px;
  line-height: 26px;
  color: #606060;
}
.contact .contact-info ul li .part-txt a:hover {
  color: #0063D1;
}
.contact .contact-info ul li .part-txt span {
  display: block;
  font-size: 15px;
  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: #0063D1;
}
.contact .contact-form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  color: #222222;
}
.contact .contact-form textarea:focus {
  border-color: #0063D1;
}
.contact .map {
  padding-top: 90px;
}
.contact .map iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -8px;
}

@media screen and (max-width: 1529px) and (min-width: 1200px) {
  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    flex: 0 0 calc(25% - 12px);
  }
  .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 .live-chat .icon {
    width: 35px;
  }
  .header .bottom-header .bottom-header-right .live-chat .txt {
    font-size: 14px;
  }
  .header .bottom-header .bottom-header-right .header-cart-options a {
    font-size: 18px;
  }
  .header .menu-bar .all-department {
    height: 50px;
    font-weight: 400;
  }
  .banner.banner-2 .category-list {
    padding: 35px 0 35px 15px;
  }
  .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;
  }
  .top-product .product-card {
    gap: 15px;
  }
  .top-product .product-card .part-txt {
    width: calc(100% - 115px);
  }
  .top-product .product-card .part-txt .price {
    margin-bottom: 12px;
  }
  .top-product .product-card .part-txt .product-name {
    font-size: 22px;
  }
  .top-product .product-card .part-img {
    width: 100px;
    height: 100px;
  }
  .single-product-card .part-img {
    min-height: 200px;
  }
  .single-product-card .part-txt .product-name {
    font-size: 17px;
  }
  .single-product-card .cart-option ul li a {
    padding: 7px 10px;
  }
  .popular-categories .custom-row {
    gap: 15px;
  }
  .popular-categories .custom-row .custom-col {
    width: calc(14.28% - 13.2px);
  }
  .popular-categories .custom-row .custom-col .category-card .part-img {
    margin-bottom: 10px;
  }
  .popular-categories .custom-row .custom-col .category-card .part-img a {
    min-height: 100px;
  }
  .recently-viewed .new-arrival-3 .part-txt p {
    margin-bottom: 11px;
  }
  .recently-viewed .new-arrival-3 .part-txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .recently-viewed .recent-view-slider .single-slider {
    gap: 15px;
  }
  .recently-viewed .single-product-card-2 {
    gap: 15px;
    padding: 19px 20px;
  }
  .recently-viewed .single-product-card-2 .part-img {
    width: 105px;
    height: 100px;
  }
  .recently-viewed .single-product-card-2 .part-txt {
    width: calc(100% - 135px);
  }
  .recently-viewed .single-product-card-2 .part-txt .category {
    margin-bottom: 9px;
  }
  .recently-viewed .single-product-card-2 .part-txt .price {
    font-size: 14px;
  }
  .top-rated-n-best-seller .top-rated .slick-list {
    margin-bottom: -15px;
  }
  .top-rated-n-best-seller .top-rated .top-product-card {
    margin-bottom: 15px;
  }
  .top-rated-n-best-seller .top-product-card {
    height: 75px;
    gap: 10px;
  }
  .top-rated-n-best-seller .top-product-card .part-img {
    width: 80px;
    height: 70px;
    overflow: hidden;
  }
  .top-rated-n-best-seller .top-product-card .part-img img {
    display: inline-block;
  }
  .top-rated-n-best-seller .top-product-card .part-txt {
    width: calc(100% - 90px);
  }
  .top-rated-n-best-seller .best-seller .g-20 {
    row-gap: 15px;
  }
  .best-seller .single-box {
    padding: 15px;
    gap: 15px;
  }
  .best-seller .single-box::after {
    width: 100px;
  }
  .best-seller .single-box .part-img {
    width: 100px;
  }
  .best-seller .single-box .part-txt {
    width: calc(100% - 115px);
  }
  .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;
    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;
  }
  .ayaa-table {
    margin-bottom: 50px;
  }
  .ayaa-table .table-responsive th {
    padding: 10px 15px;
    font-weight: 600;
  }
  .ayaa-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .ayaa-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: max-content;
  }
  .ayaa-table .table-responsive .quantity {
    width: 150px;
  }
  .ayaa-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 {
    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;
    transform: translateY(-180%) rotate(45deg);
  }
  .banner .category-list .category-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }
  .banner .category-list .category-item a .icon {
    width: 30px;
  }
  .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: flex;
    align-items: center;
    padding: 5px 15px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
    bottom: calc(100% + 35px);
  }
  .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: 5px;
  }
  .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;
  }
  .top-product.top-product-2 .product-card {
    padding: 0 20px;
    gap: 10px;
  }
  .top-product.top-product-2 .product-card .part-img {
    width: 80px;
    height: auto;
  }
  .top-product.top-product-2 .product-card .part-txt {
    width: calc(100% - 90px);
    padding: 20px 0;
  }
  .top-product .product-card {
    padding: 30px 20px;
    gap: 15px;
  }
  .top-product .product-card .part-txt {
    width: calc(100% - 100px);
  }
  .top-product .product-card .part-txt .price {
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 9px;
  }
  .top-product .product-card .part-txt .price span {
    font-size: 12px;
  }
  .top-product .product-card .part-txt .product-name {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .top-product .product-card .part-img {
    width: 85px;
    height: 85px;
  }
  .popular-categories .custom-row {
    gap: 20px 10px;
  }
  .popular-categories .custom-row .custom-col {
    width: calc(20% - 8.8px);
  }
  .popular-categories .custom-row .custom-col .category-card .part-img a {
    min-height: 80px;
  }
  .popular-categories-2 .custom-row {
    gap: 10px;
    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%;
    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.product-card-list {
    gap: 15px;
  }
  .single-product-card.product-card-list .part-img {
    width: 510px;
    min-height: auto;
  }
  .single-product-card.product-card-list .part-txt {
    width: 100%;
  }
  .single-product-card.product-card-list .part-txt .price {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .single-product-card.product-card-list .part-txt .star {
    font-size: 14px;
    gap: 5px;
    margin-bottom: 14px;
  }
  .single-product-card.product-card-list .part-txt .add-to-cart-btn {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 15px;
  }
  .single-product-card.product-card-list .cart-option {
    left: 125px;
    transform: translateX(-50%);
  }
  .single-product-card .part-img {
    min-height: 100px;
  }
  .single-product-card .part-img img {
    width: 100%;
  }
  .new-arrival {
    height: 350px;
    overflow: hidden;
    margin-bottom: 26px;
  }
  .new-arrival.new-arrival-2 {
    margin-top: 26px;
    margin-bottom: 0;
  }
  .new-arrival.new-arrival-2 .part-txt {
    min-width: max-content;
    padding: 25px 30px;
  }
  .new-arrival .part-txt .countdown-wrap {
    padding-top: 0;
  }
  .new-arrival .part-txt .countdown-wrap p {
    margin-bottom: 16px;
  }
  .new-arrival .part-txt .countdown-wrap h3 {
    font-size: 20px;
    margin-bottom: 23px;
  }
  .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 400;
  }
  .recently-viewed .new-arrival-3 .part-txt p {
    margin-bottom: 11px;
  }
  .recently-viewed .new-arrival-3 .part-txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .recently-viewed .recent-view-slider .single-slider {
    gap: 15px;
  }
  .recently-viewed .single-product-card-2 {
    gap: 15px;
    padding: 19px 20px;
  }
  .recently-viewed .single-product-card-2 .part-img {
    width: 105px;
    height: 100px;
  }
  .recently-viewed .single-product-card-2 .part-txt {
    width: calc(100% - 135px);
  }
  .recently-viewed .single-product-card-2 .part-txt .category {
    margin-bottom: 9px;
  }
  .recently-viewed .single-product-card-2 .part-txt .price {
    font-size: 14px;
  }
  .hot-deal-banner .bg {
    padding: 60px;
  }
  .season-sale .panel {
    height: 100%;
  }
  .season-sale .season-sale-box {
    height: 100%;
  }
  .season-sale .season-sale-box .part-img {
    min-height: 100px;
  }
  .top-rated-n-best-seller .top-rated {
    margin-bottom: 26px;
  }
  .best-seller .single-box {
    padding: 15px;
    gap: 15px;
    align-items: center;
  }
  .best-seller .single-box::after {
    width: 70px;
  }
  .best-seller .single-box .part-img {
    width: 100px;
  }
  .best-seller .single-box .part-txt {
    width: calc(100% - 95px);
  }
  .best-seller .single-box .part-txt .star {
    font-size: 12px;
  }
  .top-brand .logo-box {
    height: 60px;
    padding: 0 15px;
  }
  .subscribe .bg {
    padding: 60px 0;
  }
  .subscribe .bg .form input {
    border: 0;
    height: 50px;
  }
  .subscribe .bg .form .def-btn {
    height: 50px;
    line-height: 50px;
  }
  .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 .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;
    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;
  }
  .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;
  }
  .about .why-choose .video-area {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team .single-card .social {
    top: 120px;
  }
  .shop-wrap .shop-top-bar .top-bar-right {
    gap: 10px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select {
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 33px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
    display: none;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
    min-width: 100%;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
    padding-left: 10px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
    height: 33px;
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
    width: 20px;
    height: 30px;
    font-size: 20px;
    line-height: 39px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
    width: 30px !important;
    height: 30px;
  }
  .shop-wrap .bottom-pagination {
    padding-top: 15px;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
    width: 80px;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
    width: calc(100% - 95px);
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
    font-size: 14px;
    line-height: 24px;
  }
  .faq .accordion .accordion-item .accordion-button {
    height: max-content;
    padding: 10px 15px;
    font-size: 15px;
  }
  .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 25px 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 {
    gap: 15px;
  }
  .product-view-area .part-img .btn-box .small-thumb {
    width: calc(33% - 11.3px);
  }
  .product-view-area .part-txt .review .star {
    font-size: 18px;
  }
  .quantity .quantity-nav .quantity-button {
    width: 40px;
  }
  .blog-details .part-txt {
    margin-bottom: 20px;
  }
  .blog-details .part-txt .title-box .blog-info {
    gap: 15px;
    margin-top: -1px;
    margin-bottom: 11px;
  }
  .blog-details .part-txt .title-box .blog-info li {
    font-size: 14px;
  }
  .blog-details .part-txt .title-box .blog-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .blog-details .part-txt .secondary-title {
    font-size: 24px;
    line-height: 26px;
    padding-top: 0;
    margin-top: 10px;
  }
  .blog-details .admin-words {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .blog-details .admin-words .admin h6 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .blog-details .comment-area .title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .blog-details .comment-area .comments {
    margin-bottom: 30px;
  }
  .blog-details .comment-area .comments .single-comment {
    gap: 15px;
    margin-bottom: 25px;
  }
  .blog-details .comment-area .comments .single-comment.reply {
    margin-left: 60px;
  }
  .blog-details .comment-area .comments .single-comment .part-img {
    width: 60px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box {
    width: calc(100% - 75px);
  }
  .blog-details .comment-area .comments .single-comment .txt-box h4 {
    font-size: 14px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box span {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .blog-details .comment-area .comment-form input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .comment-area .comment-form textarea {
    height: 120px;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: -7px;
  }
  .blog-details .blog-sidebar {
    max-width: 320px;
    margin: auto;
  }
  .blog-details .blog-sidebar .searchbox {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .searchbox input {
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .searchbox button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .sidebar-title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -1px;
    margin-bottom: 15px;
  }
  .blog-details .blog-sidebar .recent-post {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .part-img {
    width: 70px;
    height: 70px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box {
    width: calc(100% - 85px);
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
    font-size: 14px;
    line-height: 20px;
    margin-top: -4px;
    margin-bottom: 8px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .blog-details .blog-sidebar .categories {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .categories ul li {
    margin-bottom: 0;
  }
  .blog-details .blog-sidebar .categories ul li:first-child {
    margin-top: -12px;
  }
  .blog-details .blog-sidebar .categories ul li a {
    font-size: 14px;
  }
  .blog-details .blog-sidebar .image-slider {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .tags .btn-box {
    gap: 5px;
  }
  .blog-details .blog-sidebar .tags .btn-box a {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
  }
  .ayaa-table {
    margin-bottom: 50px;
  }
  .ayaa-table .table-responsive .table {
    width: max-content;
  }
  .ayaa-table .table-responsive th {
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .ayaa-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .ayaa-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .ayaa-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: max-content;
  }
  .ayaa-table .table-responsive .product-img {
    width: 70px;
  }
  .ayaa-table .table-responsive .quantity {
    width: 150px;
  }
  .ayaa-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }
  .tab-section .tab-nav .single-nav {
    height: 50px;
    line-height: 50px;
  }
  .tab-section .tab-contents .billing-details .form-row {
    gap: 20px;
  }
  .tab-section .tab-contents .billing-details .form-row .form-col-5 {
    width: 100%;
  }
  .tab-section .tab-contents .def-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
    padding: 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
    width: 40px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
    padding: 20px;
  }
  .account .account-sidebar .user {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .account .account-sidebar .user .part-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .account .account-sidebar .user .part-txt h3 {
    font-size: 15px;
    margin-top: -1px;
  }
  .account .account-sidebar .nav .nav-link .icon {
    font-size: 18px;
  }
  .account .account-sidebar .nav .nav-link .txt {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .account-title {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 17px;
  }
  .account .table-wrap .table-top {
    padding: 15px;
  }
  .account .table-wrap .table-top .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .table-wrap .table-top .search-box {
    padding: 0 10px;
  }
  .account .table-wrap .table th, .account .table-wrap .table td {
    padding: 15px;
    font-size: 14px;
  }
  .account .table-wrap .table .status {
    width: 70px;
    height: 35px;
    line-height: 35px;
  }
  .account .table-wrap .table-bottom {
    padding: 20px 15px;
    flex-direction: column;
  }
  .account .table-wrap .table-bottom .part-txt p {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 13px;
  }
  .account .table-wrap .table-bottom .pagination button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .account .conversation-panel .chat-area {
    padding: 15px;
  }
  .account .conversation-panel .chat-area .single-msg {
    max-width: calc(100% - 40px);
    gap: 10px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img .img {
    width: 40px;
    height: 40px;
    margin-bottom: 9px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img span {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt {
    padding: 8px 15px 6px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt span {
    font-size: 14px;
    line-height: 22px;
  }
  .account .conversation-panel .info-area .chat-between {
    padding: 20px;
  }
  .account .conversation-panel .info-area .chat-between .part-img {
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img {
    width: 40px;
    height: 40px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
    margin-right: -10px;
  }
  .account .conversation-panel .info-area .chat-between .part-txt span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -2px;
  }
  .account .conversation-panel .info-area .action {
    padding: 20px;
  }
  .account .conversation-panel .info-area .action li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .action li button span {
    width: 16px;
    font-size: 15px;
  }
  .account .conversation-panel .info-area .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 18px;
  }
  .account .total-balance {
    padding: 15px;
  }
  .account .total-balance .top h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .account .total-balance .top .tags {
    gap: 5px;
  }
  .account .total-balance .top .tags .tag {
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
  }
  .account .total-balance .middle {
    padding: 40px 0;
  }
  .account .total-balance .middle h3 {
    font-size: 20px;
    margin-bottom: -3px;
  }
  .account .total-balance .btn-box {
    gap: 10px;
  }
  .account .total-balance .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel {
    padding: 25px 20px;
  }
  .account .profile-panel .profile-top {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .account .profile-panel .profile-top .user .part-img {
    width: 80px;
    height: 80px;
  }
  .account .profile-panel .profile-top .user .part-txt span {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .profile-panel .btn-box {
    gap: 10px;
  }
  .account .profile-panel .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel form input, .account .profile-panel form .select {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .def-btn-2 {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
  }
  .home-2 .def-btn-3 {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
  }
  .panel {
    padding: 20px 15px;
  }
  .panel.panel-2 {
    padding: 30px 15px;
  }
  .panel .panel-header {
    margin-bottom: 20px;
  }
  .panel .nav {
    row-gap: 10px;
  }
  .panel .nav button {
    font-size: 14px;
    padding: 0 5px;
  }
  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    flex: 0 0 calc(50% - 10px);
  }
  .heading h2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 8px;
  }
  .header-cart-wrap .cart-list {
    width: 320px;
  }
  .header-cart-wrap .cart-list .title {
    padding: 10px 15px;
  }
  .header-cart-wrap .cart-list .title h3 {
    font-size: 15px;
  }
  .header-cart-wrap .cart-list .title button {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .header-cart-wrap .cart-list ul {
    padding: 20px 15px;
  }
  .header-cart-wrap .cart-list ul li a {
    gap: 10px;
  }
  .header-cart-wrap .cart-list ul li a .part-img {
    width: 60px;
  }
  .header-cart-wrap .cart-list ul li a .part-txt {
    width: calc(100% - 70px);
  }
  .header-cart-wrap .cart-list ul li a .part-txt .name {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list ul li button {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list .total {
    padding: 20px 15px;
  }
  .header-cart-wrap .cart-list .total p {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list .btn-box {
    padding: 20px 15px;
    gap: 10px;
  }
  .header-cart-wrap .cart-list .btn-box .def-btn {
    width: 100%;
  }
  .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: 25px 0;
    padding-bottom: 30px;
  }
  .header .top-header .top-header-link > * {
    padding: 0 15px;
    border-left: 1px solid #b3b7c8;
  }
  .header .top-header .top-header-link > *:first-child {
    border-left: 0;
  }
  .header .top-header .top-header-link > * .nice-select {
    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: max-content;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    background: transparent;
    border: 0;
    color: #606060;
  }
  .header .bottom-header .header-search form button:hover, .header .bottom-header .header-search form button:focus {
    color: #0063D1;
  }
  .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: 20px;
    right: 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 .slick-dots {
    bottom: 20px;
  }
  .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: 80px;
    height: 80px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
    width: calc(100% - 70px);
    padding-right: 20px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
    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% + 18px);
    line-height: 25px;
  }
  .top-product.top-product-2 .product-card {
    padding: 0 20px;
  }
  .top-product.top-product-2 .product-card .part-txt {
    width: calc(100% - 115px);
    padding: 20px 0;
  }
  .top-product .product-card {
    padding: 20px;
    gap: 15px;
  }
  .top-product .product-card .part-txt {
    width: calc(100% - 115px);
  }
  .top-product .product-card .part-txt .product-name {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .top-product .product-card .part-img {
    width: 100px;
    height: 100px;
  }
  .top-product .product-card.ayaa-product-card-1 {
    padding: 30px 20px;
  }
  .top-product .product-card.ayaa-product-card-1 .part-txt .product-name {
    font-size: 19px;
  }
  .top-product .product-card.ayaa-product-card-1 .part-txt .def-btn-2 {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
  }
  .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;
  }
  .single-product-card {
    padding-bottom: 25px;
  }
  .single-product-card.product-card-list {
    gap: 15px;
  }
  .single-product-card.product-card-list .part-img {
    width: 430px;
    min-height: auto;
  }
  .single-product-card.product-card-list .part-txt {
    width: 100%;
    padding-left: 20px;
  }
  .single-product-card.product-card-list .part-txt .product-name {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 8px;
  }
  .single-product-card.product-card-list .part-txt .dscr {
    line-height: 1.4;
    margin-bottom: 11px;
  }
  .single-product-card.product-card-list .part-txt .price {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .single-product-card.product-card-list .part-txt .star {
    font-size: 14px;
    gap: 5px;
    margin-bottom: 14px;
  }
  .single-product-card.product-card-list .part-txt .add-to-cart-btn {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 15px;
  }
  .single-product-card.product-card-list .cart-option {
    left: 125px;
    transform: translateX(-50%);
  }
  .single-product-card .part-img {
    min-height: 130px;
  }
  .single-product-card .part-txt {
    padding-top: 30px;
  }
  .single-product-card .part-txt .product-name {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 9px;
  }
  .single-product-card .part-txt .price {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .single-product-card .part-txt .price span {
    font-size: 14px;
  }
  .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;
  }
  .new-arrival {
    height: 350px;
    overflow: hidden;
    margin-bottom: 26px;
  }
  .new-arrival.new-arrival-2 {
    margin-top: 26px;
    margin-bottom: 0;
  }
  .new-arrival.new-arrival-2 .part-txt {
    min-width: max-content;
    padding: 25px 30px;
  }
  .new-arrival .part-txt .countdown-wrap {
    padding-top: 0;
  }
  .new-arrival .part-txt .countdown-wrap p {
    margin-bottom: 16px;
  }
  .new-arrival .part-txt .countdown-wrap h3 {
    font-size: 20px;
    margin-bottom: 23px;
  }
  .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 400;
  }
  .new-arrival .part-txt .def-btn {
    line-height: 28px;
  }
  .popular-categories .custom-row {
    gap: 15px 10px;
  }
  .popular-categories .custom-row .custom-col {
    width: calc(25% - 8px);
  }
  .popular-categories .custom-row .custom-col .category-card .part-img {
    margin-bottom: 10px;
  }
  .popular-categories .custom-row .custom-col .category-card .part-img a {
    min-height: 70px;
  }
  .popular-categories-2 .custom-row {
    gap: 10px;
    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%;
    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;
  }
  .recently-viewed .new-arrival-3 .part-txt p {
    margin-bottom: 11px;
  }
  .recently-viewed .new-arrival-3 .part-txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .recently-viewed .recent-view-slider .single-slider {
    gap: 15px;
  }
  .recently-viewed .single-product-card-2 {
    gap: 15px;
  }
  .recently-viewed .single-product-card-2 .part-img {
    width: 105px;
    height: 100px;
  }
  .recently-viewed .single-product-card-2 .part-txt {
    width: calc(100% - 135px);
  }
  .recently-viewed .single-product-card-2 .part-txt .category {
    margin-bottom: 9px;
  }
  .recently-viewed .single-product-card-2 .part-txt .price {
    font-size: 14px;
  }
  .hot-deal-banner .bg {
    padding: 50px 40px;
  }
  .hot-deal-banner .bg .banner-txt h2 {
    font-size: 35px;
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hot-deal-banner .bg .banner-txt p {
    font-size: 17px;
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
  .hot-deal-banner .bg .banner-txt .countdown {
    margin-bottom: 20px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
    padding: 0 15px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .season-sale .season-sale-box .part-txt p {
    font-size: 14px;
  }
  .season-sale .season-sale-box .part-txt h3 {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .season-sale .season-sale-box .part-txt a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .season-sale .season-sale-box .part-img {
    height: 200px;
    min-height: auto;
  }
  .season-sale .season-sale-box .part-img img {
    height: 100%;
  }
  .best-seller .single-box {
    padding: 15px;
    gap: 15px;
  }
  .best-seller .single-box::after {
    width: 70px;
  }
  .best-seller .single-box .part-img {
    width: 100px;
  }
  .best-seller .single-box .part-txt {
    width: calc(100% - 95px);
  }
  .best-seller .single-box .part-txt .star {
    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;
  }
  .subscribe .bg {
    padding: 40px;
  }
  .subscribe .bg .form {
    padding: 5px;
  }
  .subscribe .bg .form input {
    border: 0;
    height: 40px;
    font-size: 14px;
    background: #ffffff;
  }
  .subscribe .bg .form .def-btn {
    height: 40px;
    line-height: 40px;
  }
  .single-blog .part-txt {
    padding: 30px 15px 14px;
  }
  .single-blog .part-txt .tag-n-date {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .single-blog .part-txt h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .single-blog .part-txt .continue {
    bottom: -51px;
    width: 50px;
    height: 80px;
    font-size: 15px;
    line-height: 55px;
    border-radius: 20px 0 0 0;
  }
  .features .panel {
    margin: 0 -20px;
  }
  .features .custom-row {
    padding: 0 10px;
    gap: 15px 10px;
    justify-content: center;
  }
  .features .custom-row .custom-col {
    min-width: calc(50% - 11.2px);
    width: max-content;
    border: 0;
    padding: 10px 20px;
  }
  .features .custom-row .custom-col .single-feature {
    height: 35px;
    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: 17px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .features .custom-row .custom-col .single-feature .part-txt p {
    font-size: 14px;
  }
  .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: 15px;
    line-height: 25px;
    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: 15px;
    line-height: 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: 15px;
    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: 15px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .footer .main-footer .footer-subscribe form {
    margin-bottom: 20px;
  }
  .footer .copyright p {
    font-size: 15px;
  }
  .product-view-area .part-img.mr-30 {
    margin-right: 20px;
  }
  .banner.banner-inner::after {
    background-position-x: right;
  }
  .banner.banner-inner .breadcrumb-txt ul {
    gap: 10px;
  }
  .banner.banner-inner .breadcrumb-txt ul li {
    font-size: 15px;
  }
  .banner.banner-inner .part-img {
    height: auto;
    margin-right: -12px;
  }
  .banner.banner-inner .part-img img {
    max-width: 100%;
  }
  .about .main-img {
    margin-bottom: 30px;
  }
  .about .why-choose .part-txt .part-title {
    text-align: center;
    font-size: 18px;
    margin-top: -2px;
    margin-bottom: 17px;
  }
  .about .why-choose .accordion .accordion-item .accordion-body {
    padding: 15px;
  }
  .about .why-choose .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .about .why-choose .video-area {
    padding: 60px 0;
  }
  .team .single-card .part-img::after {
    display: none;
  }
  .team .single-card .part-txt {
    padding: 20px 0;
  }
  .team .single-card .part-txt p {
    font-size: 15px;
  }
  .team .single-card .social {
    display: none;
  }
  .shop-wrap .sidebar-col {
    order: 2;
  }
  .shop-wrap .shop-top-bar .top-bar-right {
    gap: 10px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select {
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 33px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
    display: none;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
    min-width: 100%;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
    padding-left: 10px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
    height: 33px;
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
    width: 20px;
    height: 30px;
    font-size: 20px;
    line-height: 39px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
    width: 30px !important;
    height: 30px;
  }
  .shop-wrap .bottom-pagination {
    padding-top: 15px;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
    width: 80px;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
    width: calc(100% - 95px);
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
    font-size: 14px;
    line-height: 24px;
  }
  .shop-wrap .shop-sidebar .sidebar-new-arrival {
    height: 200px;
    overflow: hidden;
  }
  .register .login-area {
    margin-bottom: 30px;
  }
  .register .login-area, .register .author-area {
    text-align: center;
  }
  .register .login-area h2, .register .author-area h2 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 11px;
  }
  .register .login-area p, .register .author-area p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .register .login-area .login-form input:not([type=checkbox]), .register .author-area .login-form input:not([type=checkbox]) {
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .register .login-area .login-form .form-check, .register .author-area .login-form .form-check {
    margin-bottom: 15px;
  }
  .register .login-area .login-form .def-btn, .register .author-area .login-form .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .register .login-area .login-form .def-btn.btn-border, .register .author-area .login-form .def-btn.btn-border {
    line-height: 33px;
  }
  .register .login-area .devider, .register .author-area .devider {
    font-size: 15px;
    padding: 15px 0;
    margin-top: -4px;
  }
  .register .login-area .social-login-box, .register .author-area .social-login-box {
    gap: 15px;
  }
  .register .login-area .social-login-box .def-btn, .register .author-area .social-login-box .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .register .login-area .social-login-box .def-btn.btn-border, .register .author-area .social-login-box .def-btn.btn-border {
    line-height: 33px;
  }
  .faq .accordion {
    margin-bottom: -20px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .faq .accordion .accordion-item .accordion-button {
    height: max-content;
    padding: 10px 15px;
    font-size: 15px;
  }
  .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: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .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: 15px;
    line-height: 26px;
  }
  .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 .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: 103px;
  }
  .product-view-area .part-txt .main-product-title {
    font-size: 22px;
    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 .short-details {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .product-view-area .part-txt .dscr {
    font-size: 15px;
    line-height: 25px;
    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;
    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-link {
    font-size: 16px;
  }
  .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 p {
    font-size: 15px;
    line-height: 25px;
    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 {
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title h3 {
    font-size: 15px;
    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 .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% - 70px);
  }
  .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: 15px;
  }
  .product-quick-view-panel-2 .notification p span {
    font-size: 20px;
    margin-right: 15px;
  }
  .quantity .quantity-nav .quantity-button {
    width: 40px;
  }
  .blog-details .part-txt {
    margin-bottom: 20px;
  }
  .blog-details .part-txt .title-box .blog-info {
    gap: 15px;
    margin-top: -1px;
    margin-bottom: 11px;
  }
  .blog-details .part-txt .title-box .blog-info li {
    font-size: 14px;
  }
  .blog-details .part-txt .title-box .blog-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .blog-details .part-txt .secondary-title {
    font-size: 24px;
    line-height: 26px;
    padding-top: 0;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .blog-details .admin-words {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .blog-details .admin-words .admin h6 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .blog-details .comment-area .title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .blog-details .comment-area .comments {
    margin-bottom: 30px;
  }
  .blog-details .comment-area .comments .single-comment {
    gap: 15px;
    margin-bottom: 25px;
  }
  .blog-details .comment-area .comments .single-comment.reply {
    margin-left: 60px;
  }
  .blog-details .comment-area .comments .single-comment .part-img {
    width: 60px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box {
    width: calc(100% - 75px);
  }
  .blog-details .comment-area .comments .single-comment .txt-box h4 {
    font-size: 14px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box span {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .blog-details .comment-area .comment-form input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .comment-area .comment-form textarea {
    height: 120px;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: -7px;
  }
  .blog-details .blog-sidebar {
    padding-top: 30px;
    max-width: 320px;
    margin: auto;
  }
  .blog-details .blog-sidebar .searchbox {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .searchbox input {
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .searchbox button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .sidebar-title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -1px;
    margin-bottom: 15px;
  }
  .blog-details .blog-sidebar .recent-post {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .part-img {
    width: 70px;
    height: 70px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box {
    width: calc(100% - 85px);
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
    font-size: 14px;
    line-height: 20px;
    margin-top: -4px;
    margin-bottom: 8px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .blog-details .blog-sidebar .categories {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .categories ul li {
    margin-bottom: 0;
  }
  .blog-details .blog-sidebar .categories ul li:first-child {
    margin-top: -12px;
  }
  .blog-details .blog-sidebar .categories ul li a {
    font-size: 14px;
  }
  .blog-details .blog-sidebar .image-slider {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .tags .btn-box {
    gap: 5px;
  }
  .blog-details .blog-sidebar .tags .btn-box a {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
  }
  .ayaa-table {
    margin-bottom: 50px;
  }
  .ayaa-table .table-responsive .table {
    width: max-content;
  }
  .ayaa-table .table-responsive th {
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .ayaa-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .ayaa-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .ayaa-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: max-content;
  }
  .ayaa-table .table-responsive .product-img {
    width: 70px;
  }
  .ayaa-table .table-responsive .product-name {
    font-size: 15px;
  }
  .ayaa-table .table-responsive .quantity {
    width: 150px;
  }
  .ayaa-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }
  .compare .table {
    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: 15px;
  }
  .tab-section .tab-nav {
    margin-bottom: 30px;
  }
  .tab-section .tab-nav .single-nav {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
  }
  .tab-section .tab-nav .single-nav::before, .tab-section .tab-nav .single-nav::after {
    left: 10px;
    width: calc(100% - 21px);
    height: 50%;
  }
  .tab-section .tab-nav .single-nav::before {
    top: 0;
  }
  .tab-section .tab-nav .single-nav::after {
    bottom: 0;
  }
  .tab-section .tab-nav .single-nav .sl-no {
    display: none;
  }
  .tab-section .tab-contents .btn-box {
    margin-bottom: 30px;
  }
  .tab-section .tab-contents .btn-box .def-btn {
    text-transform: capitalize;
  }
  .tab-section .tab-contents .cart-total-panel .title {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .cart-total-panel .sub-title {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body {
    padding: 20px 15px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
    margin-bottom: 10px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
    width: 100%;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
    margin-top: -2px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
    padding-top: 18px;
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .tab-next-btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  .tab-section .tab-contents .tab-next-btn i {
    font-size: 15px;
  }
  .tab-section .tab-contents .billing-details .title {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 17px;
  }
  .tab-section .tab-contents .billing-details .form-row {
    gap: 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .form-col-5 {
    width: 100%;
  }
  .tab-section .tab-contents .billing-details .form-row .form-control {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .form-control.textarea {
    height: 120px;
    padding: 5px 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check {
    height: 20px;
    margin-bottom: -4px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check .form-check-label {
    height: 20px;
    line-height: 20px;
  }
  .tab-section .tab-contents .payment-method .total-clone {
    padding: 20px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul {
    margin-top: -2px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
    padding-top: 18px;
    margin-bottom: -1px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
    padding: 10px 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .form-check {
    margin-top: 3px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
    font-size: 14px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
    width: 30px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
    padding: 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
    font-size: 12px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
    height: 35px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .tab-section .tab-contents .check-icon {
    margin-bottom: 20px;
  }
  .tab-section .tab-contents .checkmark {
    width: 80px;
    height: 80px;
  }
  .tab-section .tab-contents .order-complete-msg h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -3px;
  }
  .tab-section .form-check {
    gap: 5px;
  }
  .tab-section .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
  .tab-section .form-check .sub-input {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .tab-section .form-check .form-check-label {
    font-size: 12px;
    line-height: 22px;
  }
  .account .account-sidebar {
    margin-bottom: 30px;
  }
  .account .account-sidebar .user {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .account .account-sidebar .user .part-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .account .account-sidebar .user .part-txt h3 {
    font-size: 15px;
    margin-top: -1px;
  }
  .account .account-sidebar .nav {
    flex-direction: row !important;
    justify-content: center;
    gap: 15px;
    padding-bottom: 25px;
  }
  .account .account-sidebar .nav .nav-link {
    height: auto;
    line-height: 1;
    padding: 0;
    text-align: center;
    color: #222222;
    overflow: visible;
  }
  .account .account-sidebar .nav .nav-link::after {
    display: none;
  }
  .account .account-sidebar .nav .nav-link.active .icon {
    background: #0063D1;
    background: #F9E3D9;
  }
  .account .account-sidebar .nav .nav-link .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    margin: 0;
    transition: 0.3s;
    margin-bottom: 5px;
  }
  .account .account-sidebar .nav .nav-link .txt {
    display: block;
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .account-title {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 17px;
  }
  .account .table-wrap .table-top {
    padding: 15px;
  }
  .account .table-wrap .table-top .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .table-wrap .table-top .search-box {
    padding: 0 10px;
  }
  .account .table-wrap .table th, .account .table-wrap .table td {
    padding: 15px;
    font-size: 14px;
  }
  .account .table-wrap .table .status {
    width: 70px;
    height: 35px;
    line-height: 35px;
  }
  .account .table-wrap .table-bottom {
    padding: 20px 15px;
    flex-direction: column;
  }
  .account .table-wrap .table-bottom .part-txt p {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 13px;
  }
  .account .table-wrap .table-bottom .pagination button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .account .conversation-panel .chat-area {
    padding: 15px;
  }
  .account .conversation-panel .chat-area .single-msg {
    max-width: calc(100% - 40px);
    gap: 10px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img .img {
    width: 40px;
    height: 40px;
    margin-bottom: 9px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img span {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt {
    padding: 8px 15px 6px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt span {
    font-size: 14px;
    line-height: 22px;
  }
  .account .conversation-panel .info-area .chat-between {
    padding: 20px;
  }
  .account .conversation-panel .info-area .chat-between .part-img {
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img {
    width: 40px;
    height: 40px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
    margin-right: -10px;
  }
  .account .conversation-panel .info-area .chat-between .part-txt span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -2px;
  }
  .account .conversation-panel .info-area .action {
    padding: 20px;
  }
  .account .conversation-panel .info-area .action li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .action li button span {
    width: 16px;
    font-size: 15px;
  }
  .account .conversation-panel .info-area .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 18px;
  }
  .account .total-balance {
    padding: 15px;
  }
  .account .total-balance .top h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .account .total-balance .top .tags {
    gap: 5px;
  }
  .account .total-balance .top .tags .tag {
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
  }
  .account .total-balance .middle {
    padding: 30px 0;
  }
  .account .total-balance .middle h3 {
    font-size: 20px;
    margin-bottom: -3px;
  }
  .account .total-balance .btn-box {
    gap: 10px;
  }
  .account .total-balance .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel {
    padding: 25px 20px;
  }
  .account .profile-panel .profile-top {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .account .profile-panel .profile-top .user .part-img {
    width: 80px;
    height: 80px;
  }
  .account .profile-panel .profile-top .user .part-txt span {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .profile-panel .btn-box {
    gap: 10px;
  }
  .account .profile-panel .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel form input, .account .profile-panel form .select {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .def-btn-2 {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
  }
  .home-2 .def-btn-3 {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .panel {
    padding: 20px 10px;
  }
  .panel.panel-2 {
    padding: 30px 15px;
  }
  .panel .panel-header {
    margin-bottom: 20px;
  }
  .panel .nav {
    justify-content: center;
    row-gap: 10px;
  }
  .panel .nav button {
    font-size: 13px;
    padding: 0 5px;
  }
  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    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-cart-wrap .cart-list {
    width: 320px;
  }
  .header-cart-wrap .cart-list .title {
    padding: 10px 15px;
  }
  .header-cart-wrap .cart-list .title h3 {
    font-size: 15px;
  }
  .header-cart-wrap .cart-list .title button {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .header-cart-wrap .cart-list ul {
    padding: 20px 15px;
  }
  .header-cart-wrap .cart-list ul li a {
    gap: 10px;
  }
  .header-cart-wrap .cart-list ul li a .part-img {
    width: 60px;
  }
  .header-cart-wrap .cart-list ul li a .part-txt {
    width: calc(100% - 70px);
  }
  .header-cart-wrap .cart-list ul li a .part-txt .name {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list ul li button {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list .total {
    padding: 20px 15px;
  }
  .header-cart-wrap .cart-list .total p {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list .btn-box {
    padding: 20px 15px;
    gap: 10px;
  }
  .header-cart-wrap .cart-list .btn-box .def-btn {
    width: 100%;
  }
  .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: 25px 0;
    padding-bottom: 30px;
  }
  .header .top-header .top-header-link > * {
    padding: 0 13px;
    font-size: 14px;
    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: 14px;
    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: 14px;
  }
  .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: max-content;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    background: transparent;
    border: 0;
    color: #606060;
  }
  .header .bottom-header .header-search form button:hover, .header .bottom-header .header-search form button:focus {
    color: #0063D1;
  }
  .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: 20px;
    right: 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 .slick-dots {
    bottom: 20px;
  }
  .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);
    padding-right: 20px;
  }
  .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .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;
  }
  .top-product.top-product-2 .product-card {
    padding: 0 20px;
  }
  .top-product.top-product-2 .product-card .part-txt {
    width: calc(100% - 115px);
    padding: 20px 0;
  }
  .top-product .product-card {
    padding: 20;
    gap: 15px;
  }
  .top-product .product-card .part-txt {
    width: calc(100% - 115px);
    padding-right: 20px;
  }
  .top-product .product-card .part-img {
    width: 100px;
    height: 100px;
  }
  .top-product .product-card.ayaa-product-card-1 {
    padding: 35px 30px;
  }
  .top-product .product-card.ayaa-product-card-1 .part-txt .def-btn-2 {
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
  }
  .flash-deal .countdown-col {
    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;
  }
  .single-product-card {
    padding-bottom: 15px;
  }
  .single-product-card.product-card-list {
    gap: 15px;
  }
  .single-product-card.product-card-list .part-img {
    width: 220px;
    min-height: auto;
  }
  .single-product-card.product-card-list .part-txt {
    width: 100%;
    text-align: left !important;
  }
  .single-product-card.product-card-list .part-txt .dscr {
    display: none;
  }
  .single-product-card.product-card-list .part-txt .price {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .single-product-card.product-card-list .part-txt .star {
    font-size: 14px;
    gap: 5px;
    margin-bottom: 18px;
  }
  .single-product-card.product-card-list .part-txt .add-to-cart-btn {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 15px;
  }
  .single-product-card.product-card-list .cart-option {
    left: 50%;
    transform: translateX(-50%);
  }
  .single-product-card .part-img {
    min-height: 130px;
  }
  .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;
  }
  .new-arrival {
    height: 400px;
    overflow: hidden;
    margin-bottom: 26px;
  }
  .new-arrival.new-arrival-2 {
    margin-top: 26px;
    margin-bottom: 0;
  }
  .new-arrival.new-arrival-2 .part-txt {
    min-width: max-content;
    padding: 25px 30px;
  }
  .new-arrival .part-txt .countdown-wrap {
    padding-top: 0;
  }
  .new-arrival .part-txt .countdown-wrap p {
    margin-bottom: 16px;
  }
  .new-arrival .part-txt .countdown-wrap h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 400;
  }
  .new-arrival .part-txt .def-btn {
    line-height: 28px;
  }
  .popular-categories .custom-row {
    gap: 15px 10px;
  }
  .popular-categories .custom-row .custom-col {
    width: calc(25% - 7.5px);
  }
  .popular-categories .custom-row .custom-col .category-card .part-img {
    margin-bottom: 10px;
  }
  .popular-categories .custom-row .custom-col .category-card .part-img a {
    min-height: 70px;
  }
  .popular-categories .custom-row .custom-col .category-card .part-txt h3 {
    font-size: 14px;
  }
  .popular-categories-2 .custom-row {
    gap: 10px;
    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%;
    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;
  }
  .recently-viewed .new-arrival-3 .part-txt p {
    margin-bottom: 11px;
  }
  .recently-viewed .recent-view-slider .single-slider {
    gap: 15px;
  }
  .recently-viewed .single-product-card-2 {
    padding: 10px;
    gap: 10px;
  }
  .recently-viewed .single-product-card-2 .part-img {
    width: 80px;
    height: 115px;
  }
  .recently-viewed .single-product-card-2 .part-txt {
    width: calc(100% - 90px);
  }
  .recently-viewed .single-product-card-2 .part-txt .category {
    margin-bottom: 9px;
  }
  .recently-viewed .single-product-card-2 .part-txt .price {
    font-size: 14px;
  }
  .hot-deal-banner .bg {
    padding: 50px 40px;
  }
  .hot-deal-banner .bg .banner-txt h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .hot-deal-banner .bg .banner-txt p {
    font-size: 15px;
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
    padding: 0 15px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .season-sale .season-sale-box .part-txt {
    padding: 30px 0;
  }
  .season-sale .season-sale-box .part-txt p {
    font-size: 14px;
  }
  .season-sale .season-sale-box .part-txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .season-sale .season-sale-box .part-txt a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .season-sale .season-sale-box .part-img {
    height: 200px;
    min-height: auto;
  }
  .season-sale .season-sale-box .part-img img {
    height: 100%;
  }
  .best-seller .single-box {
    padding: 20px 15px;
    gap: 15px;
    align-items: flex-start;
  }
  .best-seller .single-box::after {
    width: 60px;
  }
  .best-seller .single-box .part-img {
    width: 100px;
  }
  .best-seller .single-box .part-txt {
    width: calc(100% - 65px);
  }
  .best-seller .single-box .part-txt .star {
    font-size: 12px;
  }
  .top-rated-n-best-seller .top-rated {
    margin-bottom: 26px;
  }
  .top-rated-n-best-seller .top-product-card {
    height: max-content;
    gap: 5px;
  }
  .top-rated-n-best-seller .top-product-card .part-img {
    width: 60px;
    height: 53px;
  }
  .top-rated-n-best-seller .top-product-card .part-txt {
    width: calc(100% - 65px);
  }
  .top-rated-n-best-seller .top-product-card .part-txt .star {
    font-size: 10px;
  }
  .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;
  }
  .subscribe .bg {
    padding: 40px 15px;
  }
  .subscribe .bg .form {
    padding: 5px;
  }
  .subscribe .bg .form input {
    border: 0;
    height: 40px;
    font-size: 14px;
    background: #ffffff;
  }
  .subscribe .bg .form .def-btn {
    height: 40px;
    line-height: 40px;
  }
  .single-blog .part-txt {
    padding: 30px 15px 14px;
  }
  .single-blog .part-txt .tag-n-date {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .single-blog .part-txt h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .single-blog .part-txt .continue {
    bottom: -51px;
    width: 50px;
    height: 80px;
    font-size: 15px;
    line-height: 55px;
    border-radius: 20px 0 0 0;
  }
  .features .custom-row {
    padding: 0 10px;
    gap: 15px 10px;
    justify-content: center;
  }
  .features .custom-row .custom-col {
    min-width: calc(49% - 5px);
    width: max-content;
    border: 0;
    padding: 10px 20px;
  }
  .features .custom-row .custom-col .single-feature {
    height: 35px;
    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: 15px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .features .custom-row .custom-col .single-feature .part-txt p {
    font-size: 14px;
  }
  .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: 15px;
    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: 15px;
    line-height: 24px;
  }
  .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: 15px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .footer .main-footer .footer-subscribe form {
    margin-bottom: 20px;
  }
  .footer .main-footer .footer-subscribe .btn-box {
    justify-content: center;
  }
  .footer .copyright p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .banner.banner-inner::after {
    background-position-x: right;
  }
  .banner.banner-inner .breadcrumb-txt h1 {
    font-size: 42px;
  }
  .banner.banner-inner .breadcrumb-txt ul {
    gap: 10px;
  }
  .banner.banner-inner .breadcrumb-txt ul li {
    font-size: 15px;
  }
  .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;
  }
  .about .main-img {
    margin-bottom: 30px;
  }
  .about .why-choose .part-txt .part-title {
    text-align: center;
    font-size: 18px;
    margin-top: -2px;
    margin-bottom: 17px;
  }
  .about .why-choose .accordion .accordion-item .accordion-header .accordion-button {
    height: auto;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .about .why-choose .accordion .accordion-item .accordion-header .accordion-button span {
    font-size: 15px;
  }
  .about .why-choose .accordion .accordion-item .accordion-body {
    padding: 15px;
  }
  .about .why-choose .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .about .why-choose .video-area {
    padding: 60px 0;
  }
  .team .single-card .part-txt {
    padding: 20px 0;
  }
  .team .single-card .part-txt h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: -1px;
    margin-bottom: 11px;
  }
  .team .single-card .part-txt p {
    font-size: 15px;
    margin-bottom: -2px;
  }
  .team .single-card .social {
    top: 120px;
  }
  .shop-wrap .sidebar-col {
    order: 2;
  }
  .shop-wrap .shop-top-bar .top-bar-right {
    gap: 10px;
    justify-content: center;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select {
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 33px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
    display: none;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
    min-width: 100%;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
    padding-left: 10px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
    height: 33px;
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
    width: 20px;
    height: 30px;
    font-size: 20px;
    line-height: 39px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
    width: 30px !important;
    height: 30px;
  }
  .shop-wrap .bottom-pagination {
    padding-top: 15px;
  }
  .shop-wrap .shop-sidebar {
    max-width: 380px;
    margin: auto;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
    width: 80px;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
    width: calc(100% - 95px);
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
    font-size: 14px;
    line-height: 24px;
  }
  .shop-wrap .shop-sidebar .sidebar-new-arrival {
    height: 200px;
    overflow: hidden;
  }
  .register .login-area {
    margin-bottom: 30px;
  }
  .register .login-area, .register .author-area {
    text-align: center;
  }
  .register .login-area h2, .register .author-area h2 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 11px;
  }
  .register .login-area p, .register .author-area p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .register .login-area .login-form input:not([type=checkbox]), .register .author-area .login-form input:not([type=checkbox]) {
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .register .login-area .login-form .form-check, .register .author-area .login-form .form-check {
    margin-bottom: 15px;
  }
  .register .login-area .login-form .def-btn, .register .author-area .login-form .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .register .login-area .login-form .def-btn.btn-border, .register .author-area .login-form .def-btn.btn-border {
    line-height: 33px;
  }
  .register .login-area .devider, .register .author-area .devider {
    font-size: 15px;
    padding: 15px 0;
    margin-top: -4px;
  }
  .register .login-area .social-login-box, .register .author-area .social-login-box {
    gap: 15px;
  }
  .register .login-area .social-login-box .def-btn, .register .author-area .social-login-box .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .register .login-area .social-login-box .def-btn.btn-border, .register .author-area .social-login-box .def-btn.btn-border {
    line-height: 33px;
  }
  .faq .accordion {
    margin-bottom: -20px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .faq .accordion .accordion-item .accordion-button {
    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;
  }
  .contact .title {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 22px;
  }
  .contact .contact-info {
    margin-bottom: 50px;
  }
  .contact .contact-info ul li {
    gap: 15px;
    margin-bottom: 25px;
  }
  .contact .contact-info ul li .part-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .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: 15px;
    line-height: 26px;
  }
  .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);
  }
  h4.ayaa-shop-details-review-title.comment-reply-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .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;
    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 .tab-pane {
    overflow: hidden;
  }
  .shop-details .details-area .tab-pane .product-dscr p {
    line-height: 24px;
    margin-bottom: 7px;
    font-size: 14px;
  }
  .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 {
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title h3 {
    font-size: 15px;
    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: 50px;
  }
  .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% - 50px);
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .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: 15px;
  }
  .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: 15px;
  }
  .product-quick-view-panel-2 .notification p span {
    font-size: 20px;
    margin-right: 15px;
  }
  .quantity .quantity-nav .quantity-button {
    width: 40px;
  }
  .blog-details .part-txt {
    margin-bottom: 20px;
  }
  .blog-details .part-txt .title-box .blog-info {
    gap: 15px;
    margin-top: -1px;
    margin-bottom: 11px;
  }
  .blog-details .part-txt .title-box .blog-info li {
    font-size: 14px;
  }
  .blog-details .part-txt .title-box .blog-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .blog-details .part-txt .secondary-title {
    font-size: 24px;
    line-height: 36px;
    padding-top: 0;
    margin-bottom: 12px;
    margin-top: 5px;
  }
  .blog-details .secondary-img {
    margin-bottom: 20px;
  }
  .blog-details .admin-words {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .blog-details .admin-words .admin h6 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .blog-details .comment-area .title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .blog-details .comment-area .comments {
    margin-bottom: 30px;
  }
  .blog-details .comment-area .comments .single-comment {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }
  .blog-details .comment-area .comments .single-comment.reply {
    margin-left: 40px;
  }
  .blog-details .comment-area .comments .single-comment .part-img {
    width: 60px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box {
    width: 100%;
  }
  .blog-details .comment-area .comments .single-comment .txt-box h4 {
    font-size: 14px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box span {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .blog-details .comment-area .comment-form input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .comment-area .comment-form textarea {
    height: 120px;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: -7px;
  }
  .blog-details .blog-sidebar {
    padding-top: 30px;
    max-width: 320px;
    margin: auto;
  }
  .blog-details .blog-sidebar .searchbox {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .searchbox input {
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .searchbox button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .sidebar-title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -1px;
    margin-bottom: 15px;
  }
  .blog-details .blog-sidebar .recent-post {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .part-img {
    width: 70px;
    height: 70px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box {
    width: calc(100% - 85px);
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
    font-size: 14px;
    line-height: 20px;
    margin-top: -4px;
    margin-bottom: 8px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .blog-details .blog-sidebar .categories {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .categories ul li {
    margin-bottom: 0;
  }
  .blog-details .blog-sidebar .categories ul li:first-child {
    margin-top: -12px;
  }
  .blog-details .blog-sidebar .categories ul li a {
    font-size: 14px;
  }
  .blog-details .blog-sidebar .image-slider {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .tags .btn-box {
    gap: 5px;
  }
  .blog-details .blog-sidebar .tags .btn-box a {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
  }
  .ayaa-table {
    margin-bottom: 50px;
  }
  .ayaa-table .table-responsive .table {
    width: max-content;
  }
  .ayaa-table .table-responsive th {
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .ayaa-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .ayaa-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .ayaa-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: max-content;
  }
  .ayaa-table .table-responsive .product-img {
    width: 70px;
  }
  .ayaa-table .table-responsive .product-name {
    font-size: 14px;
  }
  .ayaa-table .table-responsive .price-txt {
    font-size: 14px;
  }
  .ayaa-table .table-responsive .quantity {
    width: 150px;
  }
  .ayaa-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }
  .compare .table {
    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: 15px;
  }
  .tab-section .tab-nav {
    margin-bottom: 30px;
  }
  .tab-section .tab-nav .single-nav {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
  }
  .tab-section .tab-nav .single-nav::before, .tab-section .tab-nav .single-nav::after {
    left: 10px;
    width: calc(100% - 21px);
    height: 50%;
  }
  .tab-section .tab-nav .single-nav::before {
    top: 0;
  }
  .tab-section .tab-nav .single-nav::after {
    bottom: 0;
  }
  .tab-section .tab-nav .single-nav .sl-no {
    display: none;
  }
  .tab-section .tab-contents .btn-box {
    margin-bottom: 30px;
  }
  .tab-section .tab-contents .btn-box .def-btn {
    text-transform: capitalize;
  }
  .tab-section .tab-contents .cart-total-panel .title {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .cart-total-panel .sub-title {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body {
    padding: 20px 15px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode {
    margin-bottom: 20px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
    margin-bottom: 10px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
    width: 100%;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
    margin-top: -2px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
    padding-top: 18px;
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .tab-next-btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  .tab-section .tab-contents .tab-next-btn i {
    font-size: 15px;
  }
  .tab-section .tab-contents .billing-details {
    margin-bottom: 30px;
  }
  .tab-section .tab-contents .billing-details .title {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 17px;
  }
  .tab-section .tab-contents .billing-details .form-row {
    gap: 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .form-col-5 {
    width: 100%;
  }
  .tab-section .tab-contents .billing-details .form-row .form-control {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .form-control.textarea {
    height: 120px;
    padding: 5px 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check {
    height: 20px;
    margin-bottom: -4px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check .form-check-label {
    height: 20px;
    line-height: 20px;
  }
  .tab-section .tab-contents .payment-method .total-clone {
    padding: 20px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul {
    margin-top: -2px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
    padding-top: 18px;
    margin-bottom: -1px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
    padding: 10px 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .form-check {
    margin-top: 3px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
    font-size: 14px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
    width: 30px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
    padding: 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
    font-size: 12px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
    height: 35px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .tab-section .tab-contents .check-icon {
    margin-bottom: 20px;
  }
  .tab-section .tab-contents .checkmark {
    width: 80px;
    height: 80px;
  }
  .tab-section .tab-contents .order-complete-msg h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -3px;
  }
  .tab-section .form-check {
    gap: 5px;
  }
  .tab-section .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
  .tab-section .form-check .sub-input {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .tab-section .form-check .form-check-label {
    font-size: 12px;
    line-height: 22px;
  }
  .account .account-sidebar {
    margin-bottom: 30px;
  }
  .account .account-sidebar .user {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .account .account-sidebar .user .part-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .account .account-sidebar .user .part-txt h3 {
    font-size: 15px;
    margin-top: -1px;
  }
  .account .account-sidebar .nav {
    flex-direction: row !important;
    justify-content: center;
    gap: 10px;
    padding-bottom: 25px;
  }
  .account .account-sidebar .nav .nav-link {
    height: auto;
    line-height: 1;
    padding: 0;
    text-align: center;
    color: #222222;
    overflow: visible;
  }
  .account .account-sidebar .nav .nav-link::after {
    display: none;
  }
  .account .account-sidebar .nav .nav-link.active .icon {
    background: #0063D1;
    background: #F9E3D9;
  }
  .account .account-sidebar .nav .nav-link .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    margin: 0;
    transition: 0.3s;
    margin-bottom: 5px;
  }
  .account .account-sidebar .nav .nav-link .txt {
    display: block;
    font-size: 12px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .account-title {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 17px;
  }
  .account .table-wrap .table-top {
    padding: 15px;
  }
  .account .table-wrap .table-top .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .table-wrap .table-top .search-box {
    padding: 0 10px;
  }
  .account .table-wrap .table th, .account .table-wrap .table td {
    padding: 15px;
    font-size: 14px;
  }
  .account .table-wrap .table .status {
    width: 70px;
    height: 35px;
    line-height: 35px;
  }
  .account .table-wrap .table-bottom {
    padding: 20px 15px;
    flex-direction: column;
  }
  .account .table-wrap .table-bottom .part-txt p {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 13px;
  }
  .account .table-wrap .table-bottom .pagination button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .account .conversation-panel .chat-col {
    order: 2;
  }
  .account .conversation-panel .chat-area {
    padding: 15px;
    border: 0;
  }
  .account .conversation-panel .chat-area .single-msg {
    max-width: calc(100% - 40px);
    gap: 10px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img .img {
    width: 40px;
    height: 40px;
    margin-bottom: 9px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img span {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt {
    padding: 8px 15px 6px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt span {
    font-size: 14px;
    line-height: 22px;
  }
  .account .conversation-panel .info-area .chat-between {
    padding: 20px;
  }
  .account .conversation-panel .info-area .chat-between .part-img {
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img {
    width: 40px;
    height: 40px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
    margin-right: -10px;
  }
  .account .conversation-panel .info-area .chat-between .part-txt span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -2px;
  }
  .account .conversation-panel .info-area .action {
    padding: 20px;
  }
  .account .conversation-panel .info-area .action li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .action li button span {
    width: 16px;
    font-size: 15px;
  }
  .account .conversation-panel .info-area .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 18px;
  }
  .account .total-balance {
    padding: 15px;
  }
  .account .total-balance .top h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .account .total-balance .top .tags {
    gap: 5px;
  }
  .account .total-balance .top .tags .tag {
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
  }
  .account .total-balance .middle {
    padding: 25px 0;
  }
  .account .total-balance .middle h3 {
    font-size: 20px;
    margin-bottom: -3px;
  }
  .account .total-balance .btn-box {
    gap: 10px;
  }
  .account .total-balance .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel {
    padding: 25px 20px;
  }
  .account .profile-panel .profile-top {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .account .profile-panel .profile-top .user .part-img {
    width: 80px;
    height: 80px;
  }
  .account .profile-panel .profile-top .user .part-txt span {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .profile-panel .btn-box {
    gap: 10px;
  }
  .account .profile-panel .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel form input, .account .profile-panel form .select {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 575px) and (min-width: 480px) {
  .def-btn-2 {
    height: 40px;
    line-height: 38px;
    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 .text-end {
    height: 12px;
    line-height: 12px;
  }
  .panel .nav {
    justify-content: center;
    row-gap: 10px;
  }
  .panel .nav button {
    font-size: 14px;
    padding: 0 5px;
  }
  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    flex: 0 0 calc(50% - 7.5px);
  }
  .header-cart-wrap .cart-list {
    width: 320px;
  }
  .header-cart-wrap .cart-list .title {
    padding: 10px 15px;
  }
  .header-cart-wrap .cart-list .title h3 {
    font-size: 15px;
  }
  .header-cart-wrap .cart-list .title button {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .header-cart-wrap .cart-list ul {
    padding: 20px 15px;
  }
  .header-cart-wrap .cart-list ul li a {
    gap: 10px;
  }
  .header-cart-wrap .cart-list ul li a .part-img {
    width: 60px;
  }
  .header-cart-wrap .cart-list ul li a .part-txt {
    width: calc(100% - 70px);
  }
  .header-cart-wrap .cart-list ul li a .part-txt .name {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list ul li button {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list .total {
    padding: 20px 15px;
  }
  .header-cart-wrap .cart-list .total p {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list .btn-box {
    padding: 20px 15px;
    gap: 10px;
  }
  .header-cart-wrap .cart-list .btn-box .def-btn {
    width: 100%;
  }
  .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 10px;
    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: static;
    background: #ffffff;
    padding-bottom: 10px;
    order: 3;
    padding-top: 20px;
  }
  .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: max-content;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    background: transparent;
    border: 0;
    color: #606060;
  }
  .header .bottom-header .header-search form button:hover, .header .bottom-header .header-search form button:focus {
    color: #0063D1;
  }
  .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%;
    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 .slick-dots {
    bottom: 20px;
  }
  .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: 8px;
  }
  .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;
  }
  .top-product.top-product-2 .product-card {
    padding: 0 20px;
  }
  .top-product.top-product-2 .product-card .part-txt {
    width: calc(100% - 115px);
    padding: 20px 0;
  }
  .top-product .product-card .part-img {
    width: 100px;
    height: 100px;
  }
  .flash-deal .countdown-col {
    order: 3;
  }
  .flash-deal .countdown-wrap {
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    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;
  }
  .single-product-card {
    padding-bottom: 15px;
  }
  .single-product-card.product-card-list {
    gap: 15px;
  }
  .single-product-card.product-card-list .part-img {
    width: 170px;
    min-height: auto;
  }
  .single-product-card.product-card-list .part-txt {
    width: 100%;
  }
  .single-product-card.product-card-list .part-txt .dscr {
    display: none;
  }
  .single-product-card.product-card-list .part-txt .price {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .single-product-card.product-card-list .part-txt .price span {
    font-size: 12px;
  }
  .single-product-card.product-card-list .part-txt .star {
    font-size: 14px;
    gap: 5px;
    margin-bottom: 18px;
  }
  .single-product-card.product-card-list .part-txt .add-to-cart-btn {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 15px;
  }
  .single-product-card.product-card-list .cart-option {
    left: 85px;
    transform: translateX(-50%);
  }
  .single-product-card .part-img {
    min-height: 130px;
  }
  .single-product-card .cart-option ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .new-arrival {
    margin-bottom: 26px;
  }
  .new-arrival.new-arrival-2 {
    margin-top: 26px;
    margin-bottom: 0;
  }
  .new-arrival.new-arrival-2 .part-txt {
    min-width: max-content;
    padding: 25px 30px;
  }
  .new-arrival .part-txt .countdown-wrap {
    padding-top: 0;
  }
  .new-arrival .part-txt .countdown-wrap p {
    margin-bottom: 16px;
  }
  .new-arrival .part-txt .countdown-wrap h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 400;
  }
  .new-arrival .part-txt .def-btn {
    line-height: 28px;
  }
  .popular-categories .custom-row {
    gap: 15px 10px;
  }
  .popular-categories .custom-row .custom-col {
    width: calc(33.3333333333% - 6.7px);
  }
  .popular-categories .custom-row .custom-col .category-card .part-img {
    margin-bottom: 10px;
  }
  .popular-categories .custom-row .custom-col .category-card .part-img a {
    min-height: 70px;
  }
  .popular-categories .custom-row .custom-col .category-card .part-txt h3 {
    font-size: 15px;
  }
  .popular-categories-2 .custom-row {
    gap: 10px;
    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%;
    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;
  }
  .recently-viewed .new-arrival-3 {
    margin: auto;
  }
  .recently-viewed .new-arrival-3 .part-txt p {
    margin-bottom: 11px;
  }
  .recently-viewed .new-arrival-3 .part-txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .recently-viewed .recent-view-slider .single-slider {
    gap: 15px;
  }
  .recently-viewed .single-product-card-2 {
    padding: 10px;
    gap: 10px;
  }
  .recently-viewed .single-product-card-2 .part-img {
    width: 80px;
    height: 115px;
  }
  .recently-viewed .single-product-card-2 .part-txt {
    width: calc(100% - 90px);
  }
  .recently-viewed .single-product-card-2 .part-txt .category {
    margin-bottom: 9px;
  }
  .recently-viewed .single-product-card-2 .part-txt .price {
    font-size: 14px;
  }
  .hot-deal-banner .bg {
    padding: 50px 35px;
  }
  .hot-deal-banner .bg .banner-txt h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .hot-deal-banner .bg .banner-txt p {
    font-size: 15px;
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
  .hot-deal-banner .bg .banner-txt .countdown {
    margin-bottom: 20px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
    padding: 0 15px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 15px;
  }
  .season-sale .season-sale-box .part-txt {
    padding: 30px 0;
  }
  .season-sale .season-sale-box .part-txt p {
    font-size: 14px;
  }
  .season-sale .season-sale-box .part-txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .season-sale .season-sale-box .part-txt a {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 14px;
  }
  .season-sale .season-sale-box .part-img {
    height: 200px;
    min-height: auto;
  }
  .season-sale .season-sale-box .part-img img {
    height: 100%;
  }
  .best-seller .single-box {
    flex-direction: column;
    align-items: center;
    padding: 40px 30px;
    gap: 15px;
  }
  .best-seller .single-box::after {
    display: none;
  }
  .best-seller .single-box .part-img {
    width: 70px;
  }
  .best-seller .single-box .part-txt {
    width: 100%;
    text-align: center;
  }
  .best-seller .single-box .part-txt .star {
    font-size: 12px;
    justify-content: center;
  }
  .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;
  }
  .subscribe .bg {
    padding: 40px 15px;
  }
  .subscribe .bg .form {
    padding: 5px;
  }
  .subscribe .bg .form input {
    border: 0;
    height: 40px;
    font-size: 14px;
    background: #ffffff;
  }
  .subscribe .bg .form .def-btn {
    height: 40px;
    line-height: 40px;
  }
  .single-blog .part-txt {
    padding: 30px 15px 14px;
  }
  .single-blog .part-txt .tag-n-date {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .single-blog .part-txt h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .single-blog .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .single-blog .part-txt .continue {
    bottom: -51px;
    width: 50px;
    height: 80px;
    font-size: 15px;
    line-height: 55px;
    border-radius: 20px 0 0 0;
  }
  .features .custom-row {
    padding: 0 10px;
    gap: 15px 10px;
    justify-content: center;
  }
  .features .custom-row .custom-col {
    min-width: 100%;
    width: max-content;
    border: 0;
  }
  .features .custom-row .custom-col .single-feature {
    height: 35px;
    justify-content: center;
    gap: 10px;
  }
  .features .custom-row .custom-col .single-feature .part-icon {
    height: 35px;
  }
  .features .custom-row .custom-col .single-feature .part-icon span {
    font-size: 35px;
  }
  .features .custom-row .custom-col .single-feature .part-txt h4 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .features .custom-row .custom-col .single-feature .part-txt p {
    font-size: 14px;
  }
  .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: 15px;
    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 {
    justify-content: center;
  }
  .footer .copyright p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .banner.banner-inner::after {
    background-position-x: right;
  }
  .banner.banner-inner .breadcrumb-txt h1 {
    font-size: 24px;
    margin-top: -3px;
  }
  .banner.banner-inner .breadcrumb-txt ul {
    gap: 10px;
  }
  .banner.banner-inner .breadcrumb-txt ul li {
    font-size: 15px;
  }
  .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;
  }
  .about .main-img {
    margin-bottom: 30px;
  }
  .about .why-choose .part-txt .part-title {
    text-align: center;
    font-size: 18px;
    margin-top: -2px;
    margin-bottom: 17px;
  }
  .about .why-choose .accordion .accordion-item .accordion-header .accordion-button {
    height: auto;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .about .why-choose .accordion .accordion-item .accordion-header .accordion-button span {
    font-size: 15px;
  }
  .about .why-choose .accordion .accordion-item .accordion-body {
    padding: 15px;
  }
  .about .why-choose .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .about .why-choose .video-area {
    padding: 60px 0;
  }
  .team .single-card .part-txt {
    padding: 20px 0;
  }
  .team .single-card .part-txt h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: -1px;
    margin-bottom: 11px;
  }
  .team .single-card .part-txt p {
    font-size: 15px;
    margin-bottom: -2px;
  }
  .team .single-card .social {
    top: 120px;
  }
  .shop-wrap .sidebar-col {
    order: 2;
  }
  .shop-wrap .shop-top-bar .top-bar-right {
    gap: 10px;
    justify-content: center;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select {
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 33px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
    display: none;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
    min-width: 100%;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
    padding-left: 10px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
    height: 33px;
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
    width: 20px;
    height: 30px;
    font-size: 20px;
    line-height: 39px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
    width: 30px !important;
    height: 30px;
  }
  .shop-wrap .bottom-pagination {
    padding-top: 15px;
  }
  .shop-wrap .shop-sidebar {
    max-width: 320px;
    margin: auto;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
    width: 80px;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
    width: calc(100% - 95px);
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
    font-size: 14px;
    line-height: 24px;
  }
  .shop-wrap .shop-sidebar .sidebar-new-arrival {
    height: 200px;
    overflow: hidden;
  }
  .register .login-area {
    margin-bottom: 30px;
  }
  .register .login-area, .register .author-area {
    text-align: center;
  }
  .register .login-area h2, .register .author-area h2 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 11px;
  }
  .register .login-area p, .register .author-area p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .register .login-area .login-form input:not([type=checkbox]), .register .author-area .login-form input:not([type=checkbox]) {
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .register .login-area .login-form .form-check, .register .author-area .login-form .form-check {
    margin-bottom: 15px;
  }
  .register .login-area .login-form .def-btn, .register .author-area .login-form .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .register .login-area .login-form .def-btn.btn-border, .register .author-area .login-form .def-btn.btn-border {
    line-height: 33px;
  }
  .register .login-area .devider, .register .author-area .devider {
    font-size: 15px;
    padding: 15px 0;
    margin-top: -4px;
  }
  .register .login-area .social-login-box, .register .author-area .social-login-box {
    gap: 15px;
  }
  .register .login-area .social-login-box .def-btn, .register .author-area .social-login-box .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .register .login-area .social-login-box .def-btn.btn-border, .register .author-area .social-login-box .def-btn.btn-border {
    line-height: 33px;
  }
  .faq .accordion {
    margin-bottom: -20px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .faq .accordion .accordion-item .accordion-button {
    height: max-content;
    padding: 10px 15px;
    font-size: 15px;
  }
  .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: 50px;
  }
  .contact .contact-info ul li {
    gap: 15px;
    margin-bottom: 25px;
  }
  .contact .contact-info ul li .part-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .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: 15px;
    line-height: 26px;
  }
  .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: 24px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .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 .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;
    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 {
    justify-content: flex-start;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .shop-details .details-area .nav-link {
    padding: 0 25px;
    border-left: 0;
  }
  .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 {
    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 {
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title h3 {
    font-size: 15px;
    line-height: 35px;
  }
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
    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 {
    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: 15px;
  }
  .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: 15px;
  }
  .product-quick-view-panel-2 .notification p span {
    font-size: 20px;
    margin-right: 15px;
  }
  .blog-details .part-txt {
    margin-bottom: 20px;
  }
  .blog-details .part-txt .title-box .blog-info {
    gap: 15px;
    margin-top: -1px;
    margin-bottom: 11px;
  }
  .blog-details .part-txt .title-box .blog-info li {
    font-size: 14px;
  }
  .blog-details .part-txt .title-box .blog-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .blog-details .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .blog-details .part-txt p:last-child {
    margin-bottom: -7px;
  }
  .blog-details .part-txt .secondary-title {
    font-size: 24px;
    line-height: 36px;
    padding-top: 19px;
    margin-bottom: 12px;
  }
  .blog-details .secondary-img {
    margin-bottom: 20px;
  }
  .blog-details .admin-words {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .blog-details .admin-words p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .blog-details .admin-words .admin h6 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .blog-details .comment-area .title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .blog-details .comment-area .comments {
    margin-bottom: 30px;
  }
  .blog-details .comment-area .comments .single-comment {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }
  .blog-details .comment-area .comments .single-comment.reply {
    margin-left: 40px;
  }
  .blog-details .comment-area .comments .single-comment .part-img {
    width: 60px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box {
    width: 100%;
  }
  .blog-details .comment-area .comments .single-comment .txt-box h4 {
    font-size: 14px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box span {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .blog-details .comment-area .comment-form input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .comment-area .comment-form textarea {
    height: 120px;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: -7px;
  }
  .blog-details .blog-sidebar {
    padding-top: 30px;
    max-width: 320px;
    margin: auto;
  }
  .blog-details .blog-sidebar .searchbox {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .searchbox input {
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .searchbox button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .sidebar-title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -1px;
    margin-bottom: 15px;
  }
  .blog-details .blog-sidebar .recent-post {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .part-img {
    width: 70px;
    height: 70px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box {
    width: calc(100% - 85px);
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
    font-size: 14px;
    line-height: 20px;
    margin-top: -4px;
    margin-bottom: 8px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .blog-details .blog-sidebar .categories {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .categories ul li {
    margin-bottom: 0;
  }
  .blog-details .blog-sidebar .categories ul li:first-child {
    margin-top: -12px;
  }
  .blog-details .blog-sidebar .categories ul li a {
    font-size: 14px;
  }
  .blog-details .blog-sidebar .image-slider {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .tags .btn-box {
    gap: 5px;
  }
  .blog-details .blog-sidebar .tags .btn-box a {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
  }
  .ayaa-table {
    margin-bottom: 50px;
  }
  .ayaa-table .table-responsive .table {
    width: max-content;
  }
  .ayaa-table .table-responsive th {
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .ayaa-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .ayaa-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .ayaa-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: max-content;
  }
  .ayaa-table .table-responsive .product-img {
    width: 70px;
  }
  .ayaa-table .table-responsive .product-name {
    font-size: 14px;
  }
  .ayaa-table .table-responsive .price-txt {
    font-size: 14px;
  }
  .ayaa-table .table-responsive .quantity {
    width: 150px;
  }
  .ayaa-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }
  .compare .table {
    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: 15px;
  }
  .tab-section .tab-nav {
    margin-bottom: 30px;
  }
  .tab-section .tab-nav .single-nav {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    overflow: hidden;
  }
  .tab-section .tab-nav .single-nav::before, .tab-section .tab-nav .single-nav::after {
    left: 7px;
    width: calc(100% - 13px);
    height: 50%;
  }
  .tab-section .tab-nav .single-nav::before {
    top: 0;
    transform: skew(30deg);
  }
  .tab-section .tab-nav .single-nav::after {
    bottom: 0;
    transform: skew(-30deg);
  }
  .tab-section .tab-nav .single-nav .sl-no {
    display: none;
  }
  .tab-section .tab-contents .btn-box {
    margin-bottom: 30px;
  }
  .tab-section .tab-contents .btn-box .def-btn {
    text-transform: capitalize;
  }
  .tab-section .tab-contents .cart-total-panel .title {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .cart-total-panel .sub-title {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body {
    padding: 20px 15px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode {
    margin-bottom: 20px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
    margin-bottom: 10px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
    width: 100%;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
    margin-top: -2px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
    padding-top: 18px;
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .tab-next-btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  .tab-section .tab-contents .tab-next-btn i {
    font-size: 15px;
  }
  .tab-section .tab-contents .billing-details {
    margin-bottom: 30px;
  }
  .tab-section .tab-contents .billing-details .title {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 17px;
  }
  .tab-section .tab-contents .billing-details .form-row {
    gap: 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .form-col-5 {
    width: 100%;
  }
  .tab-section .tab-contents .billing-details .form-row .form-control {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .form-control.textarea {
    height: 120px;
    padding: 5px 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check {
    height: 20px;
    margin-bottom: -4px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check .form-check-label {
    height: 20px;
    line-height: 20px;
  }
  .tab-section .tab-contents .payment-method .total-clone {
    padding: 20px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul {
    margin-top: -2px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
    padding-top: 18px;
    margin-bottom: -1px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
    padding: 10px 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .form-check {
    margin-top: 3px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
    font-size: 14px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
    width: 30px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
    padding: 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
    font-size: 12px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
    height: 35px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .tab-section .tab-contents .check-icon {
    margin-bottom: 20px;
  }
  .tab-section .tab-contents .checkmark {
    width: 80px;
    height: 80px;
  }
  .tab-section .tab-contents .order-complete-msg h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -3px;
  }
  .tab-section .form-check {
    gap: 5px;
  }
  .tab-section .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
  .tab-section .form-check .sub-input {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .tab-section .form-check .form-check-label {
    font-size: 12px;
    line-height: 22px;
  }
  .account .account-sidebar {
    margin-bottom: 30px;
  }
  .account .account-sidebar .user {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .account .account-sidebar .user .part-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .account .account-sidebar .user .part-txt h3 {
    font-size: 15px;
    margin-top: -1px;
  }
  .account .account-sidebar .nav {
    flex-direction: row !important;
    justify-content: center;
    gap: 5px;
    padding-bottom: 25px;
  }
  .account .account-sidebar .nav .nav-link {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #222222;
    border-radius: 50%;
  }
  .account .account-sidebar .nav .nav-link::after {
    display: none;
  }
  .account .account-sidebar .nav .nav-link.active {
    background: #0063D1;
    background: #F9E3D9;
  }
  .account .account-sidebar .nav .nav-link:last-child {
    color: red;
  }
  .account .account-sidebar .nav .nav-link .icon {
    font-size: 18px;
    margin: 0;
    transition: 0.3s;
  }
  .account .account-sidebar .nav .nav-link .txt {
    display: none;
  }
  .account .account-title {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 17px;
  }
  .account .table-wrap .table-top {
    padding: 15px;
    flex-direction: column;
  }
  .account .table-wrap .table-top .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 13px;
  }
  .account .table-wrap .table-top .search-box {
    width: 100%;
    padding: 0 10px;
  }
  .account .table-wrap .table-top .search-box input {
    width: calc(100% - 21px);
  }
  .account .table-wrap .table th, .account .table-wrap .table td {
    padding: 15px;
    font-size: 14px;
  }
  .account .table-wrap .table .status {
    width: 70px;
    height: 35px;
    line-height: 35px;
  }
  .account .table-wrap .table-bottom {
    padding: 20px 15px;
    flex-direction: column;
  }
  .account .table-wrap .table-bottom .part-txt p {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 13px;
  }
  .account .table-wrap .table-bottom .pagination button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .account .conversation-panel .chat-col {
    order: 2;
  }
  .account .conversation-panel .chat-area {
    padding: 15px;
    border: 0;
  }
  .account .conversation-panel .chat-area .single-msg {
    max-width: calc(100% - 40px);
    gap: 10px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img .img {
    width: 40px;
    height: 40px;
    margin-bottom: 9px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img span {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt {
    padding: 8px 15px 6px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt span {
    font-size: 14px;
    line-height: 22px;
  }
  .account .conversation-panel .info-area .chat-between {
    padding: 20px;
  }
  .account .conversation-panel .info-area .chat-between .part-img {
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img {
    width: 40px;
    height: 40px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
    margin-right: -10px;
  }
  .account .conversation-panel .info-area .chat-between .part-txt span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -2px;
  }
  .account .conversation-panel .info-area .action {
    padding: 20px;
  }
  .account .conversation-panel .info-area .action li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .action li button span {
    width: 16px;
    font-size: 15px;
  }
  .account .conversation-panel .info-area .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 18px;
  }
  .account .total-balance {
    padding: 15px;
  }
  .account .total-balance .top h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .account .total-balance .top .tags {
    gap: 5px;
  }
  .account .total-balance .top .tags .tag {
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
  }
  .account .total-balance .middle {
    padding: 25px 0;
  }
  .account .total-balance .middle h3 {
    font-size: 20px;
    margin-bottom: -3px;
  }
  .account .total-balance .btn-box {
    gap: 10px;
  }
  .account .total-balance .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel {
    padding: 25px 20px;
  }
  .account .profile-panel .profile-top {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .account .profile-panel .profile-top .user .part-img {
    width: 80px;
    height: 80px;
  }
  .account .profile-panel .profile-top .user .part-txt span {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .profile-panel .btn-box {
    gap: 10px;
  }
  .account .profile-panel .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel form input, .account .profile-panel form .select {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .flash-deal.flash-deal-2 .panel.panel-3 .col-md-4.col-6 {
    width: 100%;
    flex: 0 0 auto;
  }
  .featured-product.py-25 .panel.panel-3 .col-md-4.col-6 {
    width: 100%;
    flex: 0 0 auto;
  }
  .shop-wrap .product-col.col-xxl-3.col-xl-4.col-lg-6.col-md-4.col-6 {
    width: 100%;
    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%;
  }
  .def-btn-2 {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .def-btn-2.btn-border {
    line-height: 28px;
  }
  .ayaa-product-card-1 .def-btn-2 {
    height: 40px;
    padding: 0 20px;
    line-height: 38px;
  }
  .home-2 .def-btn-3 {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .panel {
    padding: 40px 10px;
  }
  .panel.panel-2 {
    padding: 30px 15px;
  }
  .panel .panel-header {
    margin-bottom: 20px;
  }
  .panel .nav {
    justify-content: center;
    row-gap: 10px;
  }
  .panel .nav button {
    font-size: 13px;
    padding: 0 5px;
  }
  .product-custom-row {
    gap: 15px;
  }
  .product-custom-row .custom-col {
    flex: 0 0 100%;
    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;
  }
  .header-cart-wrap .cart-list {
    width: 320px;
  }
  .header-cart-wrap .cart-list .title {
    padding: 10px 15px;
  }
  .header-cart-wrap .cart-list .title h3 {
    font-size: 15px;
  }
  .header-cart-wrap .cart-list .title button {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .header-cart-wrap .cart-list ul {
    padding: 20px 15px;
  }
  .header-cart-wrap .cart-list ul li a {
    gap: 10px;
  }
  .header-cart-wrap .cart-list ul li a .part-img {
    width: 60px;
  }
  .header-cart-wrap .cart-list ul li a .part-txt {
    width: calc(100% - 70px);
  }
  .header-cart-wrap .cart-list ul li a .part-txt .name {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list ul li button {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list .total {
    padding: 20px 15px;
  }
  .header-cart-wrap .cart-list .total p {
    font-size: 14px;
  }
  .header-cart-wrap .cart-list .btn-box {
    padding: 20px 15px;
    gap: 10px;
  }
  .header-cart-wrap .cart-list .btn-box .def-btn {
    width: 100%;
  }
  .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 10px;
    border-left: 1px solid #ffffff;
  }
  .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;
    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: max-content;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    background: transparent;
    border: 0;
    color: #606060;
  }
  .header .bottom-header .header-search form button:hover, .header .bottom-header .header-search form button:focus {
    color: #0063D1;
  }
  .header .menu-bar {
    display: none;
  }
  .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: 24px;
    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%;
    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 .slick-dots {
    bottom: 20px;
  }
  .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;
  }
  .top-product.top-product-2 .product-card {
    padding: 0 20px;
  }
  .top-product.top-product-2 .product-card .part-txt {
    width: calc(100% - 115px);
    padding: 20px 0;
  }
  .top-product .product-card {
    padding: 30px 25px;
    gap: 15px;
  }
  .top-product .product-card .part-txt {
    width: calc(100% - 80px);
  }
  .top-product .product-card .part-txt .price {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 9px;
  }
  .top-product .product-card .part-txt .price span {
    font-size: 12px;
  }
  .top-product .product-card .part-txt .product-name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .flash-deal .countdown-col {
    order: 3;
  }
  .flash-deal .countdown-wrap {
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .flash-deal .countdown-wrap h3 {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .flash-deal .countdown-wrap .countdown .syotimer__body {
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 20px 13px;
    padding-bottom: 0;
  }
  .single-product-card {
    padding-bottom: 25px;
  }
  .single-product-card.product-card-list {
    gap: 10px;
  }
  .single-product-card.product-card-list .part-img {
    width: 100px;
    min-height: auto;
  }
  .single-product-card.product-card-list .part-txt {
    padding: 20px 20px;
    text-align: center;
    padding-bottom: 30px;
  }
  .single-product-card.product-card-list .part-txt .dscr {
    display: none;
  }
  .single-product-card.product-card-list .part-txt .price {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .single-product-card.product-card-list .part-txt .star {
    font-size: 14px;
    gap: 5px;
    margin-bottom: 18px;
  }
  .single-product-card.product-card-list .part-txt .add-to-cart-btn {
    display: none;
  }
  .single-product-card .part-img {
    min-height: 130px;
  }
  .single-product-card .part-txt {
    padding-top: 28px;
  }
  .single-product-card .part-txt .price {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .single-product-card .part-txt .star {
    font-size: 14px;
    gap: 5px;
  }
  .new-arrival {
    margin-bottom: 26px;
  }
  .new-arrival.new-arrival-2 {
    margin-top: 26px;
    margin-bottom: 0;
  }
  .new-arrival.new-arrival-2 .part-txt {
    min-width: max-content;
    padding: 25px 30px;
  }
  .new-arrival .part-txt .countdown-wrap {
    padding-top: 0;
  }
  .new-arrival .part-txt .countdown-wrap p {
    margin-bottom: 16px;
  }
  .new-arrival .part-txt .countdown-wrap h3 {
    font-size: 20px;
    margin-bottom: 23px;
  }
  .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 400;
  }
  .new-arrival .part-txt .def-btn {
    line-height: 28px;
  }
  .popular-categories .custom-row {
    gap: 15px 10px;
  }
  .popular-categories .custom-row .custom-col {
    width: calc(50% - 6.7px);
  }
  .popular-categories .custom-row .custom-col .category-card .part-img {
    margin-bottom: 10px;
  }
  .popular-categories .custom-row .custom-col .category-card .part-img a {
    min-height: 70px;
  }
  .popular-categories .custom-row .custom-col .category-card .part-txt h3 {
    font-size: 14px;
  }
  .popular-categories-2 .custom-row {
    gap: 10px;
    justify-content: center;
  }
  .popular-categories-2 .custom-row .custom-col {
    width: 250px;
  }
  .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%;
    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;
  }
  .recently-viewed .new-arrival-3 {
    margin: auto;
  }
  .recently-viewed .new-arrival-3 .part-txt p {
    margin-bottom: 11px;
  }
  .recently-viewed .new-arrival-3 .part-txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .recently-viewed .single-product-card-2 {
    padding: 15px;
    gap: 10px;
  }
  .recently-viewed .single-product-card-2 .part-img {
    width: 120px;
    height: 115px;
  }
  .recently-viewed .single-product-card-2 .part-txt {
    width: calc(100% - 130px);
  }
  .recently-viewed .single-product-card-2 .part-txt .category {
    margin-bottom: 9px;
  }
  .recently-viewed .single-product-card-2 .part-txt .price {
    font-size: 14px;
  }
  .hot-deal-banner .bg {
    padding: 40px 16px;
  }
  .hot-deal-banner .bg .banner-txt h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .hot-deal-banner .bg .banner-txt p {
    font-size: 15px;
    padding-bottom: 19px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .hot-deal-banner .bg .banner-txt .countdown {
    margin-bottom: 20px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
    padding: 0 15px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 15px;
  }
  .season-sale .season-sale-box .part-txt {
    padding: 30px 0;
  }
  .season-sale .season-sale-box .part-txt p {
    font-size: 14px;
  }
  .season-sale .season-sale-box .part-txt h3 {
    margin-bottom: 17px;
  }
  .season-sale .season-sale-box .part-txt a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .season-sale .season-sale-box .part-img {
    height: 200px;
    min-height: auto;
  }
  .season-sale .season-sale-box .part-img img {
    height: 100%;
  }
  .best-seller .single-box {
    flex-direction: column;
    align-items: center;
    padding: 40px 30px;
    gap: 15px;
  }
  .best-seller .single-box::after {
    display: none;
  }
  .best-seller .single-box .part-img {
    width: 70px;
  }
  .best-seller .single-box .part-txt {
    width: 100%;
    text-align: center;
  }
  .best-seller .single-box .part-txt .star {
    font-size: 12px;
    justify-content: center;
  }
  .top-rated-n-best-seller .top-rated {
    margin-bottom: 26px;
  }
  .top-rated-n-best-seller .top-product-card {
    height: max-content;
    gap: 5px;
  }
  .top-rated-n-best-seller .top-product-card .part-img {
    width: 60px;
    height: max-content;
  }
  .top-rated-n-best-seller .top-product-card .part-txt {
    width: calc(100% - 65px);
  }
  .top-rated-n-best-seller .top-product-card .part-txt .star {
    font-size: 10px;
  }
  .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;
  }
  .subscribe .bg {
    padding: 40px 15px;
  }
  .subscribe .bg .form {
    padding: 0;
    flex-direction: column;
    gap: 10px;
    background: transparent;
    box-shadow: 0 0;
  }
  .subscribe .bg .form input {
    border: 0;
    height: 40px;
    font-size: 14px;
    background: #ffffff;
  }
  .subscribe .bg .form .def-btn {
    width: max-content;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .single-blog .part-txt {
    padding: 30px 15px 14px;
  }
  .single-blog .part-txt .tag-n-date {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .single-blog .part-txt h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .single-blog .part-txt .continue {
    bottom: -51px;
    width: 50px;
    height: 80px;
    font-size: 15px;
    line-height: 55px;
    border-radius: 20px 0 0 0;
  }
  .features .custom-row {
    padding: 0 10px;
    gap: 15px 10px;
    justify-content: center;
  }
  .features .custom-row .custom-col {
    min-width: 100%;
    width: auto;
    border: 0;
  }
  .features .custom-row .custom-col .single-feature {
    height: 35px;
    justify-content: center;
    gap: 10px;
  }
  .features .custom-row .custom-col .single-feature .part-icon span {
    line-height: 40px;
    font-size: 40px;
  }
  .features .custom-row .custom-col .single-feature .part-txt h4 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .features .custom-row .custom-col .single-feature .part-txt p {
    font-size: 14px;
  }
  .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: 15px;
    line-height: 25px;
    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: 15px;
    line-height: 26px;
  }
  .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: 15px;
    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: 15px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .footer .main-footer .footer-subscribe form {
    margin-bottom: 20px;
  }
  .footer .copyright p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .banner.banner-inner::after {
    background-position-x: right;
  }
  .banner.banner-inner .breadcrumb-txt h1 {
    font-size: 30px;
  }
  .banner.banner-inner .breadcrumb-txt ul {
    gap: 10px;
  }
  .banner.banner-inner .breadcrumb-txt ul li {
    font-size: 15px;
  }
  .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;
  }
  .about .main-img {
    margin-bottom: 30px;
  }
  .about .why-choose .part-txt .part-title {
    text-align: center;
    font-size: 18px;
    margin-top: -2px;
    margin-bottom: 17px;
  }
  .about .why-choose .accordion .accordion-item .accordion-header .accordion-button {
    height: auto;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .about .why-choose .accordion .accordion-item .accordion-header .accordion-button span {
    font-size: 15px;
  }
  .about .why-choose .accordion .accordion-item .accordion-body {
    padding: 15px;
  }
  .about .why-choose .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .about .why-choose .video-area {
    padding: 60px 0;
  }
  .team .single-card .part-img::after {
    display: none;
  }
  .team .single-card .part-txt h3 {
    font-size: 18px;
  }
  .team .single-card .part-txt p {
    font-size: 15px;
  }
  .team .single-card .social {
    display: none;
  }
  .shop-wrap .sidebar-col {
    order: 2;
  }
  .shop-wrap .shop-top-bar .top-bar-right {
    gap: 10px;
    justify-content: center;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 33px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
    display: none;
  }
  .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
    min-width: 100%;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
    width: calc(50% - 5px);
    padding-left: 10px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
    height: 33px;
    line-height: 31px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
    width: 20px;
    height: 30px;
    font-size: 20px;
    line-height: 39px;
  }
  .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
    width: 30px !important;
    height: 30px;
  }
  .shop-wrap .bottom-pagination {
    padding-top: 15px;
  }
  .shop-wrap .shop-sidebar {
    max-width: 320px;
    margin: auto;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
    width: 80px;
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
    width: calc(100% - 95px);
  }
  .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
    font-size: 14px;
    line-height: 24px;
  }
  .shop-wrap .shop-sidebar .sidebar-new-arrival {
    height: 200px;
    overflow: hidden;
  }
  .register .login-area {
    margin-bottom: 30px;
  }
  .register .login-area, .register .author-area {
    text-align: center;
  }
  .register .login-area h2, .register .author-area h2 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 11px;
  }
  .register .login-area p, .register .author-area p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .register .login-area .login-form input:not([type=checkbox]), .register .author-area .login-form input:not([type=checkbox]) {
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .register .login-area .login-form .form-check, .register .author-area .login-form .form-check {
    margin-bottom: 15px;
  }
  .register .login-area .login-form .def-btn, .register .author-area .login-form .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .register .login-area .login-form .def-btn.btn-border, .register .author-area .login-form .def-btn.btn-border {
    line-height: 33px;
  }
  .register .login-area .devider, .register .author-area .devider {
    font-size: 15px;
    padding: 15px 0;
    margin-top: -4px;
  }
  .register .login-area .social-login-box, .register .author-area .social-login-box {
    gap: 15px;
  }
  .register .login-area .social-login-box .def-btn, .register .author-area .social-login-box .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .register .login-area .social-login-box .def-btn.btn-border, .register .author-area .social-login-box .def-btn.btn-border {
    line-height: 33px;
  }
  .faq .accordion {
    margin-bottom: -20px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .faq .accordion .accordion-item .accordion-button {
    height: max-content;
    padding: 10px 15px;
    font-size: 15px;
  }
  .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: 50px;
  }
  .contact .contact-info ul li {
    gap: 15px;
    margin-bottom: 25px;
  }
  .contact .contact-info ul li .part-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .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: 15px;
    line-height: 26px;
  }
  .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: 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(33.33% - 7.5px);
  }
  .product-view-area .part-txt .main-product-title {
    font-size: 24px;
  }
  .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 .short-details {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .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;
    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-link {
    border: 0;
  }
  .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 .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 {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 10px;
  }
  .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
    font-size: 30px;
    margin-top: -3px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) and (max-width: 767px) {
  .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .shop-details .details-area .tab-pane .product-review .review-overview .left p {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .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;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .shop-details .details-area .tab-pane .product-review .review-title {
    margin-bottom: 20px;
  }
  .shop-details .details-area .tab-pane .product-review .review-title h3 {
    font-size: 15px;
    line-height: 1.4;
    padding: 17px 0px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 4px;
  }
  .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 {
    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 {
    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: 15px;
  }
  .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;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .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: 15px;
  }
  .product-quick-view-panel-2 .notification p span {
    font-size: 20px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .blog-details .part-txt {
    margin-bottom: 20px;
  }
  .blog-details .part-txt .title-box .blog-info {
    gap: 15px;
    margin-top: -1px;
    margin-bottom: 11px;
  }
  .blog-details .part-txt .title-box .blog-info li {
    font-size: 14px;
  }
  .blog-details .part-txt .title-box .blog-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .blog-details .part-txt .secondary-title {
    font-size: 24px;
    line-height: 36px;
    padding-top: 0;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .blog-details .admin-words {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .blog-details .comment-area .title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .blog-details .comment-area .comments {
    margin-bottom: 30px;
  }
  .blog-details .comment-area .comments .single-comment {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }
  .blog-details .comment-area .comments .single-comment.reply {
    margin-left: 40px;
  }
  .blog-details .comment-area .comments .single-comment .part-img {
    width: 60px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box {
    width: 100%;
  }
  .blog-details .comment-area .comments .single-comment .txt-box h4 {
    font-size: 14px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box span {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .blog-details .comment-area .comments .single-comment .txt-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .blog-details .comment-area .comment-form input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .comment-area .comment-form textarea {
    height: 120px;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: -7px;
  }
  .blog-details .blog-sidebar {
    padding-top: 30px;
    max-width: 320px;
    margin: auto;
  }
  .blog-details .blog-sidebar .searchbox {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .searchbox input {
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .searchbox button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .blog-details .blog-sidebar .sidebar-title {
    font-size: 15px;
    padding-bottom: 9px;
    margin-top: -1px;
    margin-bottom: 15px;
  }
  .blog-details .blog-sidebar .recent-post {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .part-img {
    width: 70px;
    height: 70px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box {
    width: calc(100% - 85px);
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
    font-size: 14px;
    line-height: 20px;
    margin-top: -4px;
    margin-bottom: 8px;
  }
  .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .blog-details .blog-sidebar .categories {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .categories ul li {
    margin-bottom: 0;
  }
  .blog-details .blog-sidebar .categories ul li:first-child {
    margin-top: -12px;
  }
  .blog-details .blog-sidebar .categories ul li a {
    font-size: 14px;
  }
  .blog-details .blog-sidebar .image-slider {
    margin-bottom: 20px;
  }
  .blog-details .blog-sidebar .tags .btn-box {
    gap: 5px;
  }
  .blog-details .blog-sidebar .tags .btn-box a {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .ayaa-table {
    margin-bottom: 50px;
  }
  .ayaa-table .table-responsive .table {
    width: max-content;
  }
  .ayaa-table .table-responsive th {
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .ayaa-table .table-responsive tr:first-child td {
    padding-top: 15px;
  }
  .ayaa-table .table-responsive tr:last-child td {
    padding-bottom: 15px;
  }
  .ayaa-table .table-responsive tr td {
    padding: 7.5px 15px;
    width: max-content;
  }
  .ayaa-table .table-responsive .product-img {
    width: 70px;
  }
  .ayaa-table .table-responsive .product-name {
    font-size: 14px;
  }
  .ayaa-table .table-responsive .price-txt {
    font-size: 14px;
  }
  .ayaa-table .table-responsive .quantity {
    width: 150px;
  }
  .ayaa-table .table-responsive .quantity .quantity-nav .quantity-button {
    width: 40px;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .compare .table {
    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: 15px;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .tab-section .tab-nav {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
  .tab-section .tab-nav .single-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    overflow: hidden;
  }
  .tab-section .tab-nav .single-nav::before, .tab-section .tab-nav .single-nav::after {
    left: 10px;
    width: calc(100% - 21px);
    height: 50%;
  }
  .tab-section .tab-nav .single-nav::before {
    top: 0;
  }
  .tab-section .tab-nav .single-nav::after {
    bottom: 0;
  }
  .tab-section .tab-nav .single-nav .sl-no {
    display: none;
  }
  .tab-section .tab-contents .btn-box {
    margin-bottom: 30px;
  }
  .tab-section .tab-contents .btn-box .def-btn {
    text-transform: capitalize;
  }
  .tab-section .tab-contents .cart-total-panel .title {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .cart-total-panel .sub-title {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body {
    padding: 20px 15px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode {
    margin-bottom: 20px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
    margin-bottom: 10px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
    width: 100%;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
    margin-top: -2px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
    padding-top: 18px;
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .tab-next-btn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .tab-section .tab-contents .tab-next-btn i {
    font-size: 15px;
  }
  .tab-section .tab-contents .billing-details {
    margin-bottom: 30px;
  }
  .tab-section .tab-contents .billing-details .title {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 17px;
  }
  .tab-section .tab-contents .billing-details .form-row {
    gap: 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .form-col-5 {
    width: 100%;
  }
  .tab-section .tab-contents .billing-details .form-row .form-control {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .form-control.textarea {
    height: 120px;
    padding: 5px 15px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check {
    height: 20px;
    margin-bottom: -4px;
  }
  .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check .form-check-label {
    height: 20px;
    line-height: 20px;
  }
  .tab-section .tab-contents .payment-method .total-clone {
    padding: 20px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul {
    margin-top: -2px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
    margin-bottom: 18px;
  }
  .tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
    padding-top: 18px;
    margin-bottom: -1px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
    padding: 10px 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .form-check {
    margin-top: 3px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
    font-size: 14px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
    width: 30px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
    padding: 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
    font-size: 12px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
    height: 35px;
    padding: 0 15px;
  }
  .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
    height: 35px;
    line-height: 35px;
  }
  .tab-section .tab-contents .check-icon {
    margin-bottom: 20px;
  }
  .tab-section .tab-contents .checkmark {
    width: 80px;
    height: 80px;
  }
  .tab-section .tab-contents .order-complete-msg h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -3px;
  }
  .tab-section .form-check {
    gap: 5px;
  }
  .tab-section .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
  .tab-section .form-check .sub-input {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .tab-section .form-check .form-check-label {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .account .account-sidebar {
    margin-bottom: 30px;
  }
  .account .account-sidebar .user {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .account .account-sidebar .user .part-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .account .account-sidebar .user .part-txt h3 {
    font-size: 15px;
    margin-top: -1px;
  }
  .account .account-sidebar .nav {
    flex-direction: row !important;
    justify-content: center;
    gap: 5px;
    padding-bottom: 25px;
  }
  .account .account-sidebar .nav .nav-link {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #222222;
    border-radius: 50%;
  }
  .account .account-sidebar .nav .nav-link::after {
    display: none;
  }
  .account .account-sidebar .nav .nav-link.active {
    background: #0063D1;
    background: #F9E3D9;
  }
  .account .account-sidebar .nav .nav-link:last-child {
    color: red;
  }
  .account .account-sidebar .nav .nav-link .icon {
    font-size: 18px;
    margin: 0;
    transition: 0.3s;
  }
  .account .account-sidebar .nav .nav-link .txt {
    display: none;
  }
  .account .account-title {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 17px;
  }
  .account .table-wrap .table-top {
    padding: 15px;
    flex-direction: column;
  }
  .account .table-wrap .table-top .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 13px;
  }
  .account .table-wrap .table-top .search-box {
    width: 100%;
    padding: 0 10px;
  }
  .account .table-wrap .table-top .search-box input {
    width: calc(100% - 21px);
  }
  .account .table-wrap .table th, .account .table-wrap .table td {
    padding: 15px;
    font-size: 14px;
  }
  .account .table-wrap .table .status {
    width: 70px;
    height: 35px;
    line-height: 35px;
  }
  .account .table-wrap .table-bottom {
    padding: 20px 15px;
    flex-direction: column;
  }
  .account .table-wrap .table-bottom .part-txt p {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 13px;
  }
  .account .table-wrap .table-bottom .pagination button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .account .conversation-panel .chat-col {
    order: 2;
  }
  .account .conversation-panel .chat-area {
    padding: 15px;
    border: 0;
  }
  .account .conversation-panel .chat-area .single-msg {
    max-width: calc(100% - 40px);
    gap: 10px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img .img {
    width: 40px;
    height: 40px;
    margin-bottom: 9px;
  }
  .account .conversation-panel .chat-area .single-msg .part-img span {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt {
    padding: 8px 15px 6px;
  }
  .account .conversation-panel .chat-area .single-msg .part-txt span {
    font-size: 14px;
    line-height: 22px;
  }
  .account .conversation-panel .info-area .chat-between {
    padding: 20px;
  }
  .account .conversation-panel .info-area .chat-between .part-img {
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img {
    width: 40px;
    height: 40px;
  }
  .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
    margin-right: -10px;
  }
  .account .conversation-panel .info-area .chat-between .part-txt span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -2px;
  }
  .account .conversation-panel .info-area .action {
    padding: 20px;
  }
  .account .conversation-panel .info-area .action li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .account .conversation-panel .info-area .action li button span {
    width: 16px;
    font-size: 15px;
  }
  .account .conversation-panel .info-area .title {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 18px;
  }
  .account .total-balance {
    padding: 15px;
  }
  .account .total-balance .top h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .account .total-balance .top .tags {
    gap: 5px;
  }
  .account .total-balance .top .tags .tag {
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
  }
  .account .total-balance .middle {
    padding: 25px 0;
  }
  .account .total-balance .middle h3 {
    font-size: 20px;
    margin-bottom: -3px;
  }
  .account .total-balance .btn-box {
    gap: 10px;
  }
  .account .total-balance .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel {
    padding: 25px 20px;
  }
  .account .profile-panel .profile-top {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .account .profile-panel .profile-top .user .part-img {
    width: 80px;
    height: 80px;
  }
  .account .profile-panel .profile-top .user .part-txt span {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  .account .profile-panel .btn-box {
    gap: 10px;
  }
  .account .profile-panel .btn-box .def-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .account .profile-panel form input, .account .profile-panel form .select {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
}

/*# sourceMappingURL=ayaa-core.css.map */
