@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
:root {
  --rr-ff-body: 'Jost', sans-serif;
  --rr-ff-heading: 'Jost', serif;
  --rr-ff-p: 'Jost', sans-serif;
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  --rr-fs-body: 16px;
  --rr-fs-p: 16px;
  --rr-fs-h1: 60px;
  --rr-fs-h2: 36px;
  --rr-fs-h3: 20px;
  --rr-fs-h4: 20px;
  --rr-fs-h5: 16px;
  --rr-fs-h6: 14px;
  --rr-color-common-white: #ffffff;
  --rr-color-common-black: #000000;
  --rr-color-common-dark: #141414;
  --rr-color-heading-primary: #141414;
  --rr-color-text-body: #74787C;
  --rr-color-theme-primary: #45bfbf;
  --rr-color-theme-secondary: #885B3A;
  --rr-color-theme-green: #67B02E;
  --rr-color-theme-third: #885B3A;
  --rr-color-bg-1: #11151C;
  --rr-color-grey-1: #F6F6F7;
  --rr-color-grey-2: #E3E3E3;
  --rr-color-grey-3: #F3F0E8;
  --rr-color-border-1: #E8E8E8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
body {
  background-color: var(--rr-color-common-white);
  font-family: var(--rr-ff-body);
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  color: var(--rr-color-text-body);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--rr-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: var(--rr-fs-h1);
}

h2 {
  font-size: var(--rr-fs-h2);
}

h3 {
  font-size: var(--rr-fs-h3);
}

h4 {
  font-size: var(--rr-fs-h4);
}

h5 {
  font-size: var(--rr-fs-h5);
}

h6 {
  font-size: var(--rr-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--rr-ff-p);
  font-size: 16px;
  font-weight: var(--rr-fw-normal);
  color: var(--rr-color-text-body);
  margin-bottom: 15px;
/*  line-height: 28px;*/
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a:hover {
  color: var(--rr-color-theme-primary);
}

.slick-list.draggable {
  cursor: grab;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  background: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--rr-color-common-black);
  font-size: var(--rr-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--rr-color-common-black);
  font-size: var(--rr-fs-body);
  opacity: 1;
}

/**
    Common Classes CSS
*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.b-radius {
  border-radius: 6px;
}

.bg-grey {
  background-color: var(--rr-color-grey-1);
}

.bg-dark-1 {
  background-color: var(--rr-color-bg-1);
}

.container {
  max-width: 1465px;
}

.bd-bottom {
  border-bottom: 1px solid #edebf9;
}

.top-shape {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 468px;
  height: 478px;
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .top-shape {
    top: -250px;
    left: -250px;
  }
}
@media only screen and (max-width: 992px) {
  .top-shape {
    display: none;
  }
}

.bottom-shape {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 468px;
  height: 478px;
  position: absolute;
  bottom: -200px;
  right: -200px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .bottom-shape {
    bottom: -250px;
    right: -250px;
  }
}
@media only screen and (max-width: 992px) {
  .bottom-shape {
    display: none;
  }
}

.bg-color-top {
  background-color: #171719;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.bg-color-bottom {
  background-color: #171719;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.product-overlay {
  background-color: var(--rr-color-common-white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1600px) {
  .product-overlay {
    visibility: visible;
    opacity: 0.5;
  }
}

.overflow-h {
  overflow: hidden;
}

svg {
  fill: currentColor;
}

.section-heading {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
.section-heading .section-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-transform: inherit;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-heading .section-title {
    font-size: 40px;
    width: 100%;
  }
  .section-heading .section-title br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading .section-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 32px;
  }
}
.section-heading.white-content .sub-heading {
  color: var(--rr-color-theme-primary);
}
.section-heading.white-content p,
.section-heading.white-content .section-title {
  color: var(--rr-color-common-white);
}
.section-heading.heading-2 .section-title {
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
}
.section-heading p {
  margin-bottom: 0;
}

.heading-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .heading-space {
    margin-bottom: 40px;
  }
}

.space-border {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--rr-color-border-1);
}

.t-up {
  text-transform: uppercase;
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content p,
.white-content li,
.white-content span {
  color: var(--rr-color-common-white);
}

.bd-top {
  border-top: 1px solid var(--rr-color-border-1);
}

.bd-right {
  border-right: 1px solid var(--rr-color-border-1);
}

.bd-left {
  border-left: 1px solid var(--rr-color-border-1);
}

.bd-bottom {
  border-bottom: 1px solid var(--rr-color-border-1);
}

.anim-text {
  overflow: hidden;
}

.running-text {
  background-color: var(--rr-color-theme-primary);
  background-repeat: repeat;
  background-size: 20px;
  padding: 20px 0;
  overflow: hidden;
}
.running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
}
.running-text ul li {
  display: inline-block;
  white-space: nowrap;
  font-size: 24px;
  color: var(--rr-color-common-white);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.running-text ul li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\f068";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.running-text.running-1 {
  background-color: var(--rr-color-bg-1);
}
.running-text.testi {
  background-color: transparent;
  margin-bottom: 40px;
  padding: 0;
}
.running-text.testi ul {
  gap: 20px;
}
.running-text.testi ul li {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .running-text.testi ul li {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .running-text.testi ul li {
    font-size: 40px;
  }
}
.running-text.testi ul li:before {
  display: none;
}
.running-text.testi ul li:nth-child(2) {
  color: var(--rr-color-theme-primary);
}
.running-text.running-3 {
  position: relative;
  z-index: 1;
  padding: 51px 0;
}
.running-text.running-3 .bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.running-text.running-3 .bg-img:before {
  background-color: var(--rr-color-theme-primary);
  mix-blend-mode: multiply;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.running-text.running-3 .inner-3 {
  gap: 220px;
}
@media only screen and (max-width: 992px) {
  .running-text.running-3 .inner-3 {
    gap: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .running-text.running-3 .inner-3 {
    gap: 100px;
  }
}
.running-text.running-3 .inner-3 li {
  color: var(--rr-color-common-white);
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .running-text.running-3 .inner-3 li {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .running-text.running-3 .inner-3 li {
    font-size: 40px;
  }
}
.running-text.running-3 .inner-3 li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\e28b";
  font-size: 80px;
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .running-text.running-3 .inner-3 li:before {
    font-size: 60px;
    right: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .running-text.running-3 .inner-3 li:before {
    font-size: 30px;
    right: -65px;
  }
}
.running-text.running-3 .inner-3 .stroke-text {
  color: var(--rr-color-common-white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rr-color-common-white);
}
.running-text .inner-4 {
  gap: 120px;
}
.running-text .inner-4 li:before {
  content: "\f005";
  right: auto;
  left: -40px;
  font-size: 21px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.scroller[data-animated=true] .scroller__inner.inner-2 {
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, reverse) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 30s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
/* Site Preloader */
.preloader-close {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  position: fixed;
  z-index: 99;
  line-height: 1;
  cursor: pointer;
  right: 50px;
  top: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.preloader-close:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
@media only screen and (max-width: 992px) {
  .preloader-close {
    top: 40px;
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .preloader-close {
    top: 20px;
    right: 20px;
  }
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #02050A;
  z-index: 999;
}

.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.sk-three-bounce .sk-child {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--rr-color-theme-primary);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce.is-brick-red.sk-three-bounce .sk-child {
  background-color: var(--rr-color-theme-primary);
}

.sk-three-bounce.is-mainly-blue.sk-three-bounce .sk-child {
  background-color: var(--rr-color-theme-primary);
}

.sk-three-bounce.is-orange.sk-three-bounce .sk-child {
  background-color: var(--rr-color-theme-primary);
}

.sk-three-bounce.is-purple.sk-three-bounce .sk-child {
  background-color: var(--rr-color-theme-primary);
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--rr-color-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}
.sticky-widget {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  .pt-180 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 50px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 992px) {
  .pt-100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 992px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .pt-80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 60px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 992px) {
  .pb-180 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-50 {
    padding-bottom: 50px;
  }
}

/* Scroll To Top */
#scroll-percentage {
  position: absolute;
}

#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--rr-color-common-white);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage {
    bottom: 20px;
    right: 20px;
  }
}

#scroll-percentage.active {
  bottom: 50px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage.active {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-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);
  }
}
@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);
  }
}
.error-content .title {
  font-size: 48px;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .error-content .title {
    font-size: 30px;
  }
}
.error-content p {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

img {
  height: 100%;
  object-fit: cover;
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple {
  z-index: -1;
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
/** Buttons CSS */
.rr-primary-btn {
  background-color: var(--rr-color-theme-primary);
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 17px 30px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.rr-primary-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.rr-primary-btn i {
  margin-left: 10px;
  font-size: 14px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.rr-primary-btn:hover {
  color: var(--rr-color-common-white);
}
.rr-primary-btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.rr-primary-btn:hover i {
  transform: rotate(0deg);
}
.rr-primary-btn:focus {
  color: var(--rr-color-common-white);
}
.rr-primary-btn.transparent {
  background-color: transparent;
  border: 1px solid var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
}
.rr-primary-btn.transparent:hover {
  color: var(--rr-color-common-white);
}
.rr-primary-btn.transparent:before {
  background-color: var(--rr-color-theme-primary);
}
.rr-primary-btn.primary-2 {
  background-color: transparent;
  color: var(--rr-color-heading-primary);
  border: 1px solid var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.rr-primary-btn.primary-2:before {
  background-color: var(--rr-color-heading-primary);
}
.rr-primary-btn.primary-2:hover {
  color: var(--rr-color-common-white);
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-bottom: -27.5px;
}
@media only screen and (max-width: 992px) {
  .header {
    position: relative;
    top: 0;
    height: auto !important;
    margin-bottom: 0;
  }
}
.header .top-bar {
  background-color: var(--rr-color-theme-primary);
  overflow-x: clip;
}
.header .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 0 0;
}
@media only screen and (max-width: 767px) {
  .header .top-bar .top-bar-inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .header .top-bar .top-bar-inner .top-bar-left {
    display: none;
  }
}
.header .top-bar .top-bar-inner .top-bar-left .top-left-list li {
  display: inline-flex;
}
.header .top-bar .top-bar-inner .top-bar-left .top-left-list li:not(:last-of-type) {
  margin-right: 30px;
}
.header .top-bar .top-bar-inner .top-bar-left .top-left-list li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--rr-color-common-white);
}
@media only screen and (max-width: 767px) {
  .header .top-bar .top-bar-inner .top-bar-middle {
    display: none;
  }
}
.header .top-bar .top-bar-inner .top-bar-middle span {
  color: var(--rr-color-common-white);
}
.header .top-bar .top-bar-inner .top-bar-right .top-right-list li {
  display: inline-flex;
}
.header .top-bar .top-bar-inner .top-bar-right .top-right-list li:not(:last-of-type) {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .header .top-bar .top-bar-inner .top-bar-right .top-right-list li:not(:last-of-type) {
    margin-right: 15px;
  }
}
.header .top-bar .top-bar-inner .top-bar-right .top-right-list li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--rr-color-common-white);
}
.header .top-bar .top-bar-inner .top-bar-right .top-right-list li .select-control {
  background-color: transparent;
  color: var(--rr-color-common-white);
  border: none;
  padding: 0;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--rr-color-common-white);
}
.header .top-bar .top-bar-inner .top-bar-right .top-right-list li .select-control:after {
  border-color: var(--rr-color-common-white);
  border-width: 1px;
  height: 7px;
  width: 7px;
  right: 0;
  margin-top: -5px;
  opacity: 1;
}
.header .top-bar .top-bar-inner .top-bar-right .top-right-list li .select-control .list li {
  display: block;
  color: var(--rr-color-heading-primary);
}
.header .top-bar .top-bar-inner .top-bar-right .top-right-list li .select-control.select-2 .list {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .header .header-middle {
    display: none;
  }
}
.header .header-middle .header-middle-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  padding: 17px 0;
}
.header .header-middle .header-middle-left {
  display: flex;
  align-items: center;
  column-gap: 60px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1199px) {
  .header .header-middle .header-middle-left {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 992px) {
  .header .header-middle .header-middle-left {
    justify-content: center;
  }
}
.header .header-middle .header-middle-left .header-logo img {
  max-width: 170px;
}
@media (max-width: 1399px) {
  .header .header-middle .header-middle-left .header-logo img {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .header .header-middle .header-middle-left .header-logo img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .header .header-middle .header-middle-left .header-logo {
    display: none;
  }
}
.header .header-middle .header-middle-left .category-form-wrap {
  display: flex;
  align-items: center;
  border: 1px solid var(--rr-color-border-1);
  width: 650px;
  padding: 10px 0;
}
@media (max-width: 1399px) {
  .header .header-middle .header-middle-left .category-form-wrap {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-middle .header-middle-left .category-form-wrap {
    display: none;
  }
}
.header .header-middle .header-middle-left .category-form-wrap .select-control {
  height: inherit;
  line-height: inherit;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
  margin-right: 20px;
  padding-right: 30px;
  border-right: 1px solid var(--rr-color-border-1);
  border-radius: 0;
}
.header .header-middle .header-middle-left .category-form-wrap .select-control:after {
  height: 7px;
  width: 7px;
  border-color: var(--rr-color-heading-primary);
  right: 15px;
}
.header .header-middle .header-middle-left .category-form-wrap .select-control .list {
  margin-top: 12px;
}
.header .header-middle .header-middle-left .category-form-wrap .header-form {
  position: relative;
  width: 100%;
}
.header .header-middle .header-middle-left .category-form-wrap .header-form .form-control {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  padding-left: 10px;
  padding-right: 150px;
}
.header .header-middle .header-middle-left .category-form-wrap .header-form .submit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 10px 15px 9px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.header .header-middle .header-middle-right {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .header .header-middle .header-middle-right {
    display: none;
  }
}
.header .header-middle .header-middle-right .contact-item-list {
  list-style: none;
  display: flex;
  align-items: center;
}
.header .header-middle .header-middle-right .contact-item-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.header .header-middle .header-middle-right .contact-item-list li:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid var(--rr-color-border-1);
}
.header .header-middle .header-middle-right .contact-item-list li .content span {
  font-size: 14px;
  font-weight: 400;
  color: var(--rr-color-text-body);
  display: block;
}
.header .header-middle .header-middle-right .contact-item-list li .content .number {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
.header .header-middle .header-middle-right .contact-item-list li .icon {
  background-color: var(--rr-color-grey-1);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-color-heading-primary);
  position: relative;
}
.header .header-middle .header-middle-right .contact-item-list li .icon:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.header .header-middle .header-middle-right .contact-item-list li .icon span {
  background-color: var(--rr-color-theme-primary);
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 10px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-color-common-white);
  display: block;
}
.header .header-middle .header-middle-right .contact-item-list li:nth-child(1) .content {
  text-align: right;
}
.header .primary-header-inner {
  background-color: var(--rr-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner {
    background-color: var(--rr-color-common-white);
    padding: 0;
    border-top: 1px solid var(--rr-color-border-1);
    padding: 15px 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner {
    padding: 20px 0;
    border: none;
  }
}
.header .primary-header-inner:before {
  background-color: var(--rr-color-theme-primary);
  content: "";
  width: 21%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 1399px) {
  .header .primary-header-inner:before {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner:before {
    width: 30%;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner:before {
    display: none;
  }
}
.header .primary-header-inner .header-logo.mobile-logo {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-logo.mobile-logo {
    display: block;
  }
}

.header .primary-header-inner .header-menu-wrap {
  display: flex !important;
  align-items: center;
}
.header .primary-header-inner .header-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-menu-wrap ul {
    display: none;
  }
}
.header .primary-header-inner .header-menu-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 15px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 10px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li:nth-child(1) {
  margin-left: 0;
}
.header .primary-header-inner .header-menu-wrap ul li a {
  color: var(--rr-color-common-white);
  display: block;
  font-size: 14px;
  padding: 16px 0;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li a {
    font-size: 16px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li a:hover {
  color: var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li a i {
  font-size: 13px;
}
.header .primary-header-inner .header-menu-wrap ul li ul {
  background-color: var(--rr-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: -30px;
  top: 55px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
  border-radius: 6px;
/*  overflow: hidden;*/
}
.header .primary-header-inner .header-menu-wrap ul li:hover > ul {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
  transform: none;
}
.header .primary-header-inner .header-menu-wrap ul li li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-menu-wrap ul li li:not(:last-of-type) {
  border-bottom: 1px solid var(--rr-color-border-1);
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child {
  margin: 0;
  border-bottom: none;
}
.header .primary-header-inner .header-menu-wrap ul li li a {
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--rr-color-heading-primary);
  font-weight: 400;
  font-size: 13px;
  padding: 15px 0;
  padding-left: 30px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
}
.header .primary-header-inner .header-menu-wrap ul li li a:before {
  background-color: var(--rr-color-theme-primary);
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover:before {
  width: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul {
  top: 0;
  left: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul li a {
  color: var(--rr-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a {
  color: var(--rr-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children {
  position: relative;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li {
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li a {
  padding-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 700;
  content: "\f078";
  color: var(--rr-color-common-white);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:hover:after {
  color: var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-right-wrap {
  display: flex;
  align-items: center;
  column-gap: 120px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 50px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 20px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-logo img {
    width: 90px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right span {
  color: var(--rr-color-common-white);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right span {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right span span {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-primary);
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 15px;
  border-radius: 100px;
  margin-left: 10px;
}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
  color: var(--rr-color-heading-primary);
  font-size: 30px;
  opacity: 0.9;
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item .search-icon {
  font-size: 16px;
  margin-left: 55px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item .search-icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .mean-push {
    display: none;
  }
}

.header-2 {
  margin-bottom: 0;
}
.header-2 .top-bar {
  background-color: var(--rr-color-common-white);
  border-top: 5px solid var(--rr-color-theme-green);
  border-bottom: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 992px) {
  .header-2 .top-bar .top-bar-inner {
    justify-content: center;
  }
}
.header-2 .top-bar .top-bar-inner .top-bar-left .top-left-list li a {
  color: var(--rr-color-text-body);
  font-weight: 400;
}
.header-2 .top-bar .top-bar-inner .top-bar-left .top-left-list li a:hover {
  color: var(--rr-color-theme-primary);
}
@media (max-width: 1399px) {
  .header-2 .header-middle-inner .header-middle-left {
    column-gap: 30px;
  }
}
.header-2 .header-middle-inner .header-middle-left .select-control {
  background-color: var(--rr-color-grey-1);
  border: none;
  padding: 14px 20px 14px 40px;
  height: auto;
  line-height: inherit;
  border-radius: 100px;
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}
.header-2 .header-middle-inner .header-middle-left .select-control:after {
  width: auto;
  height: auto;
  border: none;
}
.header-2 .header-middle-inner .header-middle-left .select-control:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\e0ae";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.header-2 .header-middle-inner .header-middle-left .category-form-wrap {
  padding: 0;
  border: none;
}
@media (max-width: 1600px) {
  .header-2 .header-middle-inner .header-middle-left .category-form-wrap {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .header-2 .header-middle-inner .header-middle-left .category-form-wrap {
    max-width: 400px;
  }
}
.header-2 .header-middle-inner .header-middle-left .category-form-wrap .header-form .form-control {
  border: 1px solid var(--rr-color-border-1);
  padding: 12px 150px 12px 20px;
  border-radius: 100px;
}
.header-2 .header-middle-inner .header-middle-left .category-form-wrap .header-form .submit {
  padding: 13px 20px;
  right: 6px;
  border-radius: 100px;
}
.header-2 .header-middle-inner .header-middle-left .category-form-wrap .header-form .submit i {
  transform: rotate(0);
}
@media (max-width: 1399px) {
  .header-2 .header-middle-inner .header-middle-right .contact-item-list li:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.header-2 .header-middle-inner .header-middle-right .contact-item-list .login-btn {
  background-color: var(--rr-color-grey-1);
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.header-2 .header-middle-inner .header-middle-right .contact-item-list .header-cart-btn {
  background-color: var(--rr-color-theme-green);
  display: flex;
  align-items: center;
  padding: 0 25px 0 10px;
  border-radius: 100px;
}
.header-2 .header-middle-inner .header-middle-right .contact-item-list .header-cart-btn .icon {
  background-color: transparent;
  border-radius: 0;
  color: var(--rr-color-common-white);
}
.header-2 .header-middle-inner .header-middle-right .contact-item-list .header-cart-btn .icon:hover {
  background-color: transparent;
}
.header-2 .header-middle-inner .header-middle-right .contact-item-list .header-cart-btn span {
  color: var(--rr-color-common-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.header-2 .primary-header {
  background-color: var(--rr-color-theme-green);
}
@media only screen and (max-width: 992px) {
  .header-2 .primary-header {
    background-color: var(--rr-color-common-white);
  }
}
.header-2 .primary-header .primary-header-inner {
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .header-2 .primary-header .primary-header-inner {
    padding: 20px;
    border-bottom: 1px solid var(--rr-color-border-1);
  }
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header .primary-header-inner {
    padding: 15px 0;
  }
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li a {
  color: var(--rr-color-common-white);
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li ul {
  left: 0;
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li ul li a {
  color: var(--rr-color-heading-primary);
}
.header-2 .primary-header.fixed {
  background-color: var(--rr-color-theme-green);
}
@media only screen and (max-width: 992px) {
  .header-2 .primary-header.fixed {
    background-color: var(--rr-color-common-white);
  }
}

.header-2 .header-middle-inner .header-middle-right .contact-item-list li:not(:last-of-type) {
  padding-right: 0;
  border: none;
}

.header-3 .header-top-text {
  background-color: var(--rr-color-theme-third);
  text-align: center;
  padding: 10px;
}
.header-3 .header-top-text span {
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-3 .top-bar {
  border-top: none;
}
.header-3 .top-bar .top-bar-inner .top-bar-right span a {
  color: var(--rr-color-theme-third);
  font-weight: 600;
}
.header-3 .header-middle-inner .header-middle-left .select-control {
  border-radius: 0;
}
.header-3 .header-middle-inner .header-middle-left .category-form-wrap .header-form .form-control {
  border-radius: 0;
}
.header-3 .header-middle-inner .header-middle-left .category-form-wrap .header-form .submit {
  color: var(--rr-color-heading-primary);
  padding: 0;
  background-color: transparent;
  right: 20px;
}
.header-3 .header-middle-inner .header-middle-left .category-form-wrap .header-form .submit i {
  font-size: 17px;
}
.header-3 .header-middle-inner .header-middle-right .contact-item-list .header-cart-btn {
  background-color: var(--rr-color-theme-third);
}
.header-3 .primary-header {
  background-color: var(--rr-color-common-white);
  border-top: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 992px) {
  .header-3 .primary-header {
    border-top: none;
    border-bottom: none;
  }
}
@media only screen and (max-width: 992px) {
  .header-3 .primary-header .primary-header-inner {
    border-bottom: none;
  }
}
.header-3 .primary-header .primary-header-inner:before {
  display: none;
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap ul li a {
  color: var(--rr-color-heading-primary);
}
.header-3 .primary-header .primary-header-inner .header-right-wrap .header-right span {
  color: var(--rr-color-heading-primary);
}
.header-3 .primary-header .primary-header-inner .header-right-wrap .header-right span span {
  background-color: var(--rr-color-theme-third);
  color: var(--rr-color-common-white);
}

.header-3 .primary-header.fixed {
  background-color: var(--rr-color-theme-third);
  border-top: none;
}
@media only screen and (max-width: 992px) {
  .header-3 .primary-header.fixed {
    background-color: var(--rr-color-common-white);
  }
}
.header-3 .primary-header.fixed .primary-header-inner {
  border-top: none;
}
.header-3 .primary-header.fixed .primary-header-inner:before {
  display: none;
}
.header-3 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li a {
  color: var(--rr-color-common-white);
}
.header-3 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li ul li a {
  color: var(--rr-color-heading-primary);
}
.header-3 .primary-header.fixed .primary-header-inner .header-right-wrap .header-right span {
  color: var(--rr-color-common-white);
}
.header-3 .primary-header.fixed .primary-header-inner .header-right-wrap .header-right span span {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-third);
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}
.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .side-menu-icon {
    display: none;
  }
}

.side-menu-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 850px;
  -webkit-transform: translateX(850px);
  -ms-transform: translateX(850px);
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--rr-color-theme-bg-dark-deep);
  z-index: 100;
  padding: 40px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.side-menu-wrapper .side-menu-close {
  background-color: var(--rr-color-theme-primary);
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.side-menu-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 992px) {
  .side-menu-wrapper {
    display: none;
  }
}

.side-menu-content .side-menu-header {
  font-family: var(--rr-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}
.side-menu-content .side-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box img {
  max-width: 150px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info .side-menu-title {
  font-family: var(--rr-ff-body);
  font-size: 32px;
  font-weight: 500;
  color: var(--rr-color-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p {
  max-width: 400px;
  width: 100%;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p:last-child {
  margin-bottom: 0;
}
.side-menu-content .side-menu-item .side-menu-arrow {
  font-size: 45px;
  color: var(--rr-color-theme-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.side-menu-content .side-menu-item:hover {
  border: 1px solid var(--rr-color-border-6);
}
.side-menu-content .side-menu-item:hover .side-menu-arrow {
  transform: rotate(0deg);
}
.side-menu-content .side-menu-item:last-child {
  margin-bottom: 0;
}

.side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/cancel.png), auto;
}
@media only screen and (max-width: 992px) {
  .side-menu-overlay {
    display: none;
  }
}

.primary-header {
  width: 100%;
}
.primary-header.fixed {
  background-color: var(--rr-color-heading-primary);
  position: fixed;
  left: 0;
  top: 0;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
  z-index: 99;
}
@media only screen and (max-width: 992px) {
  .primary-header.fixed {
    background-color: var(--rr-color-common-white);
  }
}
.primary-header.fixed .primary-header-inner {
  padding: 5px 0;
/*  padding-right: 25px;*/
}
@media (max-width: 1199px) {
  .primary-header.fixed .primary-header-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .primary-header.fixed .primary-header-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.primary-header.fixed .primary-header-inner .header-menu-wrap ul li ul {
  top: 65px;
}

@-webkit-keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    background-color: var(--rr-color-common-white);
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 80%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-head a img {
    max-width: 120px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 35px;
    right: 40px;
    color: var(--rr-color-heading-primary);
    font-size: 17px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rr-color-border-1);
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--rr-color-theme-primary);
    color: var(--rr-color-common-white);
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--rr-color-common-white);
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--rr-color-common-white);
    font-family: var(--rr-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    list-style: none;
  }
  .mobile-side-menu .side-menu-list li {
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: 500;
    color: var(--rr-color-heading-primary);
  }
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    color: var(--rr-color-heading-primary);
    margin-left: 10px;
    font-size: 14px;
  }
  .mobile-side-menu .side-menu-list li i {
    margin-right: 10px;
  }
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.png), auto;
  }
}
.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
}
.mean-bar .meanmenu-reveal {
  display: none !important;
}
.mean-bar .mean-nav {
  background-color: transparent;
  margin-top: 0;
  padding-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul {
  display: block !important;
}
.mean-bar .mean-nav.mean-nav > ul li {
  position: relative;
  float: none;
  display: block;
  width: auto;
}
.mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.mean-bar .mean-nav.mean-nav > ul li a {
  color: var(--rr-color-heading-primary);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-top: none;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 14px;
  }
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  position: absolute;
  padding: 0;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
  content: "+";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked {
  background-color: var(--rr-color-heading-primary);
  color: var(--rr-color-common-white);
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
  content: "\f068";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li ul {
  padding: 0 0 0 30px;
  margin-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}

#popup-search-box {
  background-color: var(--rr-color-common-white);
  position: fixed;
  width: 100%;
  height: 20%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
  width: 100%;
  padding: 20px 15px;
  padding-right: 80px;
  background: transparent;
  border: none;
  color: #ddd;
  border: 1px solid var(--rr-color-border-1);
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
  outline: none;
}
#popup-search-box .box-inner-wrap:hover {
  cursor: url(../img/cross.html), auto;
}
#popup-search-box .box-inner-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--rr-color-heading-primary);
  border: 1px solid var(--rr-color-border-1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #popup-search-box .box-inner-wrap .search-close {
    height: 35px;
    width: 35px;
    top: 10px;
    right: 10px;
  }
}
#popup-search-box .box-inner-wrap .search-close:hover {
  background-color: var(--rr-color-theme-primary);
  border: 1px solid var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.popup-tags {
  position: relative;
  margin: 0 auto;
}

/* !END: Theme Header CSS */
/**----------------------------------------
    START: Hero CSS
----------------------------------------*/
.hero-section {
  background-color: #F8F3EE;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hero-section .overlay {
  background-color: var(--rr-color-common-white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-section .overlay {
    visibility: visible;
    opacity: 0.5;
  }
}
.hero-section .hero-people {
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: 1;
}
@media (max-width: 1700px) {
  .hero-section .hero-people {
    left: 0px;
  }
}
@media (max-width: 1399px) {
  .hero-section .hero-people {
    left: -200px;
  }
}
@media (max-width: 1199px) {
  .hero-section .hero-people {
    left: 0;
  }
}

.hero-section .hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-shape {
    display: none;
  }
}
.hero-section .hero-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-shape-2 {
    display: none;
  }
}

.hero-content {
  padding: 160px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .hero-content {
    padding: 80px 0;
  }
}
.hero-content .sub-title {
  color: var(--rr-color-theme-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.hero-content .title {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 36px;
  }
}
.hero-content .price {
  color: var(--rr-color-theme-primary);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.hero-content .price span {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}

.hero-list-wrap {
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
}

.hero-list {
  list-style: none;
}
.hero-list li {
  display: flex;
  align-items: center;
}
.hero-list li:not(:last-of-type) {
  border-bottom: 1px solid var(--rr-color-border-1);
}
.hero-list li a {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 25px;
}
.hero-list li a:hover {
  color: var(--rr-color-heading-primary);
}
.hero-list li a i {
  background: rgba(103, 176, 46, 0.12);
  color: var(--rr-color-theme-green);
  height: 20px;
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
}

.hero-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-item {
    height: auto;
    padding: 70px 0;
  }
}
.hero-item .hero-item-content {
  padding-left: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-item .hero-item-content {
    padding: 0 30px;
  }
}
.hero-item .hero-item-content .sub-title {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-item .hero-item-content .sub-title {
    font-size: 13px;
  }
}
.hero-item .hero-item-content .title {
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .hero-item .hero-item-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-item .hero-item-content .title {
    font-size: 30px;
    margin-top: 15px;
  }
}
.hero-item .hero-item-content .title span {
  font-size: 36px;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-item .hero-item-content .title span {
    font-size: 30px;
  }
}
.hero-item .hero-item-content .rr-primary-btn {
  background-color: var(--rr-color-theme-green);
  border-radius: 100px;
  padding: 17px 35px;
  margin-top: 20px;
}

.hero-discount {
  background-color: #FCF5E2;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 40px !important;
}
@media (max-width: 1199px) {
  .hero-discount {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .hero-discount {
    height: 535px;
    padding: 40px !important;
  }
}
.hero-discount .discount-img {
  height: 100%;
  width: 100%;
}
.hero-discount .content .offer {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-green);
}
.hero-discount .content .offer:before {
  background-color: var(--rr-color-common-white);
}
.hero-discount .content .title {
  font-size: 24px !important;
  font-weight: 600;
}
.hero-discount .content .title span {
  background-color: transparent;
  color: var(--rr-color-theme-green);
  font-size: 24px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 0;
}
.hero-discount .content .title span:before {
  display: none;
}
.hero-discount .content .shop-btn {
  font-weight: 600;
}
.hero-discount .content .shop-btn i {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-green);
}

.hero-3 {
  background-color: var(--rr-color-grey-3);
  position: relative;
  z-index: 1;
}
.hero-3 .hero-images .chair {
  height: 510px;
  max-width: 675px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .hero-3 .hero-images .chair {
    right: 10%;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-images .chair {
    right: 5%;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-images .chair {
    right: 2%;
    bottom: -7%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-3 .hero-images .chair {
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-3 .hero-images .chair {
    height: auto;
  }
}
.hero-3 .hero-images .shapes .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  height: 100%;
}

.hero-content-3 {
  padding: 200px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 {
    padding: 100px 0 50px 0;
  }
}
.hero-content-3 .sub-title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 .sub-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.hero-content-3 .title {
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 .title {
    font-size: 40px;
  }
}
.hero-content-3 span {
  color: var(--rr-color-heading-primary);
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}

/* !END: Hero CSS */
/**----------------------------------------
    START: Category CSS
----------------------------------------*/
.category-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.category-top .swiper-arrow .swiper-nav {
  background-color: var(--rr-color-grey-1);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-color-text-body);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-top .swiper-arrow .swiper-nav:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}

.category-item {
  background-color: var(--rr-color-grey-1);
  padding: 10px 10px 15px 10px;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-item a {display: block;}
.category-item .category-img img {
  border-radius: 6px;
}
.category-item .title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.category-item .title a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.category-item:hover {
  background-color: var(--rr-color-theme-primary);
}
.category-item:hover .title a {
  color: var(--rr-color-common-white);
}

/* !END: Category CSS */
/**----------------------------------------
    START: Category CSS
----------------------------------------*/
.discount-item {
  background-color: var(--rr-color-grey-1);
  padding: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
}

.discount-item .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .discount-item .shape {
    height: 100%;
  }
}
.discount-item .men {
  position: absolute;
  bottom: 0;
  right: 2%;
  z-index: -1;
}
.discount-item .men img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .discount-item .men {
    height: 100%;
  }
}
.discount-item .content {
  position: relative;
  z-index: 1;
}
.discount-item .content span {
  font-size: 16px;
  color: var(--rr-color-theme-primary);
  margin-bottom: 20px;
  display: block;
}
.discount-item .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .discount-item .content .title {
    font-size: 20px;
  }
  .discount-item .content .title br {
    display: none;
  }
}
.discount-item .content a {
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
}
.discount-item .content a:hover {
  color: var(--rr-color-theme-primary);
}
.discount-item .content a i {
  background-color: rgba(229, 62, 62, 0.15);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--rr-color-theme-primary);
  border-radius: 50%;
}
.discount-item.item-1 .men {
  right: 13%;
}
.discount-item:hover .men img {
  transform: scale(1.03);
}

.food-discount {
  background-color: #EDDECE;
}
.food-discount .men {
  top: 0;
  right: 0;
}
.food-discount .men img {
  height: 100%;
}
.food-discount.food-discount-2 {
  background-color: #EFEEE8;
}
.food-discount .content span {
  background-color: var(--rr-color-theme-green);
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 10px;
  padding-right: 0;
  position: relative;
  z-index: 1;
  overflow-y: clip;
  border-radius: 4px;
}
.food-discount .content span:before {
  background-color: var(--rr-color-theme-green);
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  transform: rotate(45deg);
  z-index: -1;
  border-radius: 4px;
}
.food-discount .content .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.food-discount .content p {
  margin-bottom: 20px;
}
.food-discount .content a i {
  background-color: rgba(103, 176, 46, 0.15);
}

.discount-cta-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.discount-cta-wrap span {
  font-size: 20px;
  color: var(--rr-color-heading-primary);
  font-weight: 500;
}

/* !END: Category CSS */
/**----------------------------------------
    START: Collect CSS
----------------------------------------*/
.collect-item {
  background-color: var(--rr-color-grey-2);
  height: 100%;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.collect-item span {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-primary);
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.collect-item .title {
  font-size: 24px;
  font-weight: 600;
}
.collect-item .collect-list {
  list-style: none;
  margin-top: 30px;
}
.collect-item .collect-list li {
  font-size: 16px;
  color: var(--rr-color-heading-primary);
  line-height: 1;
}
.collect-item .collect-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.collect-item p {
  font-size: 14px;
}
.collect-item .men {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .collect-item .men {
    display: none;
  }
}
.collect-item .shapes .shape {
  position: absolute;
  z-index: -2;
}
.collect-item .shapes .shape.shape-1 {
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}

.collect-items .collect-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.collect-items .collect-item.item-1 {
  background-color: #e9e9e9;
}
.collect-items .collect-item.item-1 .men {
  height: 100%;
}
.collect-items .collect-item.item-2 {
  background-color: #e5dcd7;
}
.collect-items .collect-item.item-2 .men {
  height: 100%;
}

/* !END: Collect CSS */
/**----------------------------------------
    START: Cta CSS
----------------------------------------*/
.cta-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cta-section .overlay {
  background: #45bfbf;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta-wrap span {
  font-size: 14px;
  color: var(--rr-color-common-white);
  margin-bottom: 35px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cta-wrap span {
    margin-bottom: 25px;
  }
}
.cta-wrap .title {
  color: var(--rr-color-common-white);
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (max-width: 992px) {
  .cta-wrap .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrap .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.cta-wrap .cta-btn {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-primary);
}
.cta-wrap .cta-btn:before {
  background-color: var(--rr-color-heading-primary);
}
.cta-wrap .cta-btn:hover {
  color: var(--rr-color-common-white);
}

.product-cta .container {
  padding: 0;
}

.cta-wrap-2 {
  background-color: #E3B695;
  padding: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-2 {
    padding: 30px 20px;
  }
}
.cta-wrap-2 .bg-men {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.cta-wrap-2 .bg-men img {
  height: 100%;
}
@media (max-width: 1199px) {
  .cta-wrap-2 .bg-men {
    right: -30%;
  }
}
@media only screen and (max-width: 992px) {
  .cta-wrap-2 .bg-men {
    right: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrap-2 .bg-men {
    display: none;
  }
}
.cta-wrap-2 span {
  background-color: var(--rr-color-theme-green);
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 10px;
  padding-right: 0;
  position: relative;
  z-index: 1;
  overflow-y: clip;
  border-radius: 4px;
  margin-bottom: 15px;
}
.cta-wrap-2 span:before {
  background-color: var(--rr-color-theme-green);
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  transform: rotate(45deg);
  z-index: -1;
  border-radius: 4px;
}
.cta-wrap-2 .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-2 .title {
    font-size: 28px;
  }
}
.cta-wrap-2 p {
  font-size: 18px;
  color: var(--rr-color-heading-primary);
  margin-bottom: 25px;
}
.cta-wrap-2 .cta-btn {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  padding: 5px 15px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.cta-wrap-2 .cta-btn i {
  color: var(--rr-color-theme-green);
}

/* !END: Cta CSS */
/**----------------------------------------
    START: Deal CSS
----------------------------------------*/
.deal-wrap {
  background-color: var(--rr-color-grey-1);
  padding: 60px 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 992px) {
  .deal-wrap {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-wrap {
    padding: 50px 0px;
  }
}
.deal-wrap .shape {
  position: absolute;
  left: -20px;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .deal-content {
    margin-bottom: 40px;
  }
}
.deal-content .deal-info {
  display: grid;
  align-items: center;
  grid-template-columns: 55px 1fr;
  grid-gap: 20px;
  margin: 50px 0;
}
.deal-content .deal-info .icon {
  background-color: var(--rr-color-theme-primary);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.deal-content .deal-info .icon img {
  height: 20px;
  width: 20px;
  margin: 0 auto;
}
.deal-content .deal-info .content p {
  font-size: 18px;
  color: var(--rr-color-heading-primary);
  margin-bottom: 0;
}
.deal-content .deal-btn {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-primary);
  border: 1px solid var(--rr-color-border-1);
}
.deal-content .deal-btn:before {
  background-color: var(--rr-color-heading-primary);
}
.deal-content .deal-btn:hover {
  color: var(--rr-color-common-white);
}

.deal-shop .shop-content {
  background-color: var(--rr-color-common-white);
}

/* !END: Deal CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.post-card-wrap:not(:last-of-type) {
  margin-bottom: 30px;
}

.post-card {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.post-card .post-thumb {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.post-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.post-card .post-content-wrap {
  background: #FFFFFF;
  box-shadow: 0px 30px 42px rgba(0, 0, 0, 0.04);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .post-card .post-content-wrap {
    padding: 30px 20px;
  }
}
.post-card .post-content {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.post-card .post-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .post-card .post-content .title {
    font-size: 18px;
  }
}
.post-card .post-content .title a {
  background: linear-gradient(var(--rr-color-theme-primary) 0%, var(--rr-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content .title a:hover {
  color: var(--rr-color-theme-primary);
  background-size: 100% 2px;
}
.post-card .read-more {
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-theme-primary);
}
.post-card .read-more i {
  font-size: 14px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .read-more:hover i {
  margin-left: 15px;
}
.post-card:hover .post-thumb img {
  transform: scale(1.02);
}

.post-meta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 20px;
}
.post-meta li {
  font-family: var(--rr-ff-body);
  color: var(--rr-color-text-body);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.post-meta li i {
  font-size: 13px;
  color: var(--rr-color-theme-primary);
}
.post-meta li:not(:last-of-type) {
  margin-right: 20px;
}
.post-meta li a:hover {
  color: var(--rr-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .post-meta li {
    font-size: 12px;
  }
}

.blog-section-3 {
  position: relative;
  z-index: 1;
}
.blog-section-3 .shapes .shape {
  position: absolute;
}
.blog-section-3 .shapes .shape.shape-1 {
  top: 3%;
  left: 6%;
}
.blog-section-3 .shapes .shape.shape-2 {
  bottom: 20%;
  right: 0px;
}

@media only screen and (max-width: 992px) {
  .grid-post-wrap {
    padding-right: 0;
    border: none;
    margin-bottom: 50px;
  }
}
.grid-post-wrap .inner-blog {
  display: grid;
  align-items: center;
  grid-template-columns: 337px 1fr;
  grid-gap: 35px;
  padding: 15px;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
}
.grid-post-wrap .inner-blog:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .grid-post-wrap .inner-blog {
    grid-template-columns: 1fr;
    padding: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .grid-post-wrap .inner-blog {
    grid-template-columns: 250px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .grid-post-wrap .inner-blog {
    grid-template-columns: 1fr;
    padding: 25px;
  }
}
.grid-post-wrap .inner-blog .post-thumb {
  border-radius: 6px;
  overflow: hidden;
  height: 280px;
}
@media (max-width: 1199px) {
  .grid-post-wrap .inner-blog .post-thumb {
    height: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .grid-post-wrap .inner-blog .post-thumb {
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-post-wrap .inner-blog .post-thumb img {
    width: 100%;
  }
}
.grid-post-wrap .inner-blog .post-content .post-meta {
  margin-bottom: 15px;
}
.grid-post-wrap .inner-blog .post-content .post-meta li {
  color: var(--rr-color-text-body);
}
.grid-post-wrap .inner-blog .post-content .post-meta li i {
  color: var(--rr-color-text-body);
}
.grid-post-wrap .inner-blog .post-content .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.grid-post-wrap .inner-blog .post-content .blog-btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.grid-post-wrap .inner-blog .post-content .blog-btn:hover {
  color: var(--rr-color-theme-primary);
}
.grid-post-wrap .inner-blog .post-content .blog-btn i {
  background-color: var(--rr-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid var(--rr-color-border-1);
  box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.09);
}

.pagination-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 10px;
}
.pagination-wrap li a {
  background-color: var(--rr-color-grey-1);
  color: var(--rr-color-heading-primary);
  font-weight: 600;
  height: 50px;
  width: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.pagination-wrap li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.pagination-wrap li .active {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
    START: Food CSS
----------------------------------------*/
.food-wrap {
  background-color: var(--rr-color-grey-1);
  padding: 40px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .food-wrap {
    padding: 20px;
  }
}

.food-item {
  background-color: var(--rr-color-common-white);
  padding: 20px;
  border: 1px solid rgba(26, 26, 26, 0.08);
}
.food-item .food-img {
  height: 90px;
  max-width: 110px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.food-item .food-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  object-fit: inherit;
}
.food-item .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.food-item .title span {
  color: var(--rr-color-theme-green);
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: 7px;
}
.food-item:hover .food-img img {
  transform: scale(1.05);
}

/* !END: Food CSS */
/**----------------------------------------
    START: Product CSS
----------------------------------------*/
.product-top-content .project-filter li {
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  color: var(--rr-color-heading-primary);
  cursor: pointer;
}
.product-top-content .project-filter li:not(:last-of-type) {
  margin-right: 15px;
}
.product-top-content .project-filter li.active {
  color: var(--rr-color-theme-green);
}

.product-item-wrap {
  background: linear-gradient(180deg, rgba(246, 246, 247, 0) 0%, rgba(220, 38, 38, 0.05) 100%), #F6F6F7;
  border: 2px solid #DC2626;
  border-radius: 6px;
  padding: 35px 40px;
}
@media only screen and (max-width: 767px) {
  .product-item-wrap {
    padding: 30px 10px;
  }
}
.product-item-wrap .section-heading {
  margin-bottom: 20px;
}
.product-item-wrap .section-heading .section-title {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1;
}
.product-item-wrap .item-wrap .food-discount {
  background-color: #EC0106;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
}
.product-item-wrap .item-wrap .food-discount:nth-child(1) {
  margin-bottom: 24px;
}
.product-item-wrap .item-wrap .food-discount:nth-child(1) .title {
  color: var(--rr-color-common-white);
}
.product-item-wrap .item-wrap .food-discount:nth-child(1) p {
  color: var(--rr-color-common-white);
}
.product-item-wrap .item-wrap .food-discount .content span {
  background-color: var(--rr-color-common-white);
  color: #EC0106;
}
.product-item-wrap .item-wrap .food-discount .content span:before {
  background-color: var(--rr-color-common-white);
}
.product-item-wrap .item-wrap .food-discount .content .title {
  font-size: 20px;
  font-weight: 600;
}
.product-item-wrap .item-wrap .food-discount .content p {
  margin-bottom: 0;
}
.product-item-wrap .item-wrap .food-discount:nth-child(2) {
  background-color: #E4D7C7;
}

.product-item {
  background-color: var(--rr-color-common-white);
  border-radius: 10px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  height: 100%;
  position: relative;
}
.product-item .product-thumb {
  max-width: 120px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 15px 0 15px;
  overflow: hidden;
}
.product-item .product-thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  object-fit: contain;
}
.product-item .product-list {
  background-color: var(--rr-color-grey-1);
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 15px 8px 15px 10px;
  list-style: none;
  border-radius: 100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-item .product-list li a {
  background-color: transparent;
  height: 25px;
  width: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.product-item .product-list li a i {
  margin-top: 1px;
}
.product-item .product-list li a:hover {
  background-color: var(--rr-color-theme-green);
  color: var(--rr-color-common-white);
}
.product-item .product-list li:not(:last-of-type) {
  margin-bottom: 5px;
}
.product-item .product-bottom {
  padding: 15px;
}
.product-item .product-bottom .stock {
  font-size: 14px;
  color: var(--rr-color-common-dark);
  font-weight: 500;
}
.product-item .product-bottom .line {
  background-color: rgba(26, 26, 26, 0.08);
  width: 100%;
  height: 5px;
  border-radius: 100px;
  margin: 10px 0;
  position: relative;
}
.product-item .product-bottom .line:before {
  background-color: var(--rr-color-theme-primary);
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
}
.product-item .product-bottom .number {
  font-size: 14px;
  font-weight: 500;
}
.product-item .product-bottom .number span {
  color: var(--rr-color-common-dark);
  font-weight: 500;
}
.product-item:hover .product-thumb img {
  transform: scale(1.04);
}
.product-item:hover .product-list {
  right: 15px;
  visibility: visible;
  opacity: 1;
}

.product-content {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}
.product-content .category {
  background: rgba(103, 176, 46, 0.1);
  color: var(--rr-color-theme-green);
  font-size: 10px;
  font-weight: 500;
  border-radius: 4px;
  padding: 4px 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
.product-content .title {
  color: var(--rr-color-common-dark);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .product-content .title {
    max-width: 220px;
    width: 100%;
  }
}
.product-content .title a:hover {
  color: var(--rr-color-theme-green);
}
.product-content .quantity {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  color: var(--rr-color-text-body);
  display: inline-block;
  margin-bottom: 15px;
}
.product-content .price {
  color: var(--rr-color-theme-primary);
  display: block;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.product-content .price .offer {
  font-size: 14px;
  margin-top: 0;
  margin-left: 10px;
  text-decoration: line-through;
  color: var(--rr-color-text-body);
}

.product-item-2 {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.product-item-2 .product-thumb {
  margin-top: 20px;
}
.product-item-2 .product-bottom {
  padding: 0;
}
.product-item-2 .product-bottom a {
  display: block;
  background-color: var(--rr-color-theme-green);
  color: var(--rr-color-common-white);
  padding: 10px 15px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.product-item-2 .time {
  position: absolute;
  top: 15px;
  left: 15px;
}
.product-item-2 .time span {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}

.product-item-3 {
  display: grid;
  grid-template-columns: 230px 1fr;
  height: auto;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .product-item-3 {
    grid-template-columns: 160px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .product-item-3 {
    padding: 20px;
    grid-template-columns: 1fr;
  }
}
.product-item-3 .product-left {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.product-item-3 .product-left .product-thumb {
  padding: 0;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .product-item-3 .product-left .product-thumb img {
    width: 80%;
  }
}
.product-item-3 .product-right {
  margin-left: 10px;
  border-left: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 767px) {
  .product-item-3 .product-right {
    margin-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .product-item-3 .product-right .product-content {
    padding-left: 0;
  }
}
.product-item-3 .product-right .product-bottom a {
  background-color: transparent;
  color: var(--rr-color-heading-primary);
  text-transform: uppercase;
  color: var(--rr-color-theme-green);
}

.rr-product-countdown-inner ul li {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 10px;
}
.rr-product-countdown-inner ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.product-item.large-item .product-thumb {
  height: 325px;
  max-width: 300px;
}
.product-item.large-item .product-content p {
  margin-top: 20px;
}
.product-item.large-item:hover .product-list {
  right: 40px;
}

/* !END: Product CSS */
/**----------------------------------------
    START: Product Tab CSS
----------------------------------------*/
.product-tab-wrap {
  background-color: var(--rr-color-grey-1);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .product-tab-wrap {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 992px) {
  .tab-top {
    margin-top: 20px;
  }
}
.tab-top .nav-tabs {
  border: none;
  row-gap: 10px;
}
.tab-top .nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 10px;
}
.tab-top .nav-tabs .nav-item .nav-link {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 100px;
  border: none;
  padding: 5px 15px;
}
.tab-top .nav-tabs .nav-item .nav-link.active {
  background-color: var(--rr-color-theme-green);
  color: var(--rr-color-common-white);
}

.discount-item-wrap {
  height: 100%;
}
@media (max-width: 1199px) {
  .discount-item-wrap {
    height: 435px;
  }
}
.discount-item-wrap .discount-item {
  position: relative;
  padding: 0;
  height: 100%;
  z-index: 1;
}
.discount-item-wrap .discount-item .content {
  padding: 70px 60px;
  padding-top: 40px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .discount-item-wrap .discount-item .content {
    padding: 30px 20px;
  }
}
.discount-item-wrap .discount-item .content span {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-green);
}
.discount-item-wrap .discount-item .content span:before {
  background-color: var(--rr-color-common-white);
}
.discount-item-wrap .discount-item .content .title {
  font-size: 24px;
  font-weight: 700;
}
.discount-item-wrap .discount-item .content .title span {
  background-color: transparent;
  color: var(--rr-color-heading-primary);
  font-size: 24px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 0;
}
.discount-item-wrap .discount-item .content .title span:before {
  display: none;
}
.discount-item-wrap .discount-item .content a {
  font-weight: 600;
}
.discount-item-wrap .discount-item .content a i {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--rr-color-heading-primary);
}
.discount-item-wrap .discount-item .discount-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

/* !END: Product Tab CSS */
/**----------------------------------------
    START: Promo CSS
----------------------------------------*/
.promo-item {
  background-color: var(--rr-color-grey-1);
  padding: 50px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .promo-item {
    padding: 30px 20px;
  }
}
.promo-item .promo-content .category {
  color: var(--rr-color-theme-secondary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.promo-item .promo-content .title {
  color: var(--rr-color-heading-primary);
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.promo-item .promo-content .code {
  font-size: 18px;
  font-weight: 400;
  color: var(--rr-color-text-body);
  margin-bottom: 20px;
}
.promo-item .promo-content .code span {
  color: var(--rr-color-text-body);
  color: var(--rr-color-theme-secondary);
  font-weight: 700;
  text-decoration: underline;
}
.promo-item .promo-content .promo-btn {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-secondary);
  border: 1px solid var(--rr-color-theme-secondary);
  border-radius: 6px;
}
.promo-item .promo-content .promo-btn:before {
  background-color: var(--rr-color-theme-secondary);
}
.promo-item .promo-content .promo-btn:hover {
  color: var(--rr-color-common-white);
}
.promo-item .promo-content .rr-product-countdown-inner {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .promo-item .promo-content .rr-product-countdown-inner {
    margin-top: 40px;
  }
}
.promo-item .promo-content .rr-product-countdown-inner ul {
  display: flex;
  align-items: center;
}
.promo-item .promo-content .rr-product-countdown-inner ul li:not(:last-of-type) {
  margin-bottom: 0;
  margin-right: 10px;
}
.promo-item .promo-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .promo-item .promo-img {
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-item .promo-img {
    display: none;
  }
}
.promo-item.item-2 .promo-content .code {
  color: var(--rr-color-heading-primary);
}

/* !END: Promo CSS */
/**----------------------------------------
    START: Furniture CSS
----------------------------------------*/
.furniture-shop .section-heading {
  margin-bottom: 20px;
}
.furniture-shop .section-heading .section-title {
  margin-bottom: 0;
}

.furniture-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  list-style: none;
  margin-bottom: 40px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.furniture-filter li {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.furniture-filter li.active {
  color: var(--rr-color-theme-third);
}

.ft-shop-item {
  background-color: var(--rr-color-common-white);
  text-align: center;
  position: relative;
  z-index: 1;
}
.ft-shop-item .new {
  background-color: var(--rr-color-theme-third);
  color: var(--rr-color-common-white);
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  border-radius: 50%;
}
.ft-shop-item .furniture-img {
  padding: 100px 20px 30px 20px;
}
.ft-shop-item .furniture-img img {
  height: 185px;
  max-width: 185px;
  width: 100%;
  margin: 0 auto;
  object-fit: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ft-shop-item .shop-content {
  text-align: left;
  border: none;
  padding: 20px 30px 30px 30px;
}
.ft-shop-item .shop-content .title {
  text-transform: uppercase;
}
.ft-shop-item .shop-content .review-wrap {
  margin-top: 5px;
}
.ft-shop-item:hover .furniture-img img {
  transform: scale(1.02);
}

.shop-popular-wrap {
  background-color: var(--rr-color-grey-1);
  padding: 60px;
}
@media only screen and (max-width: 992px) {
  .shop-popular-wrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-popular-wrap {
    padding: 20px 0;
  }
}
.shop-popular-wrap .section-heading .section-title {
  text-transform: uppercase;
  margin-bottom: 0;
}

/* !END: Furniture CSS */
/**----------------------------------------
    START: Online CSS
----------------------------------------*/
.online-area {
  background-color: var(--rr-color-theme-third);
}

.online-area {
  position: relative;
  z-index: 1;
}
.online-area .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .online-area .bg-img {
    width: 0;
  }
}

.online-content .section-heading {
  margin-bottom: 40px;
}

.online-items .online-item {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .online-items .online-item {
    grid-template-columns: 1fr;
  }
}
.online-items .online-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.online-items .online-item .icon {
  background-color: var(--rr-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.online-items .online-item .icon img {
  height: 38px;
  width: 38px;
  margin: 0 auto;
}
.online-items .online-item .content .title {
  font-size: 20px;
  color: var(--rr-color-common-white);
  text-transform: uppercase;
  font-weight: 600;
}
.online-items .online-item .content p {
  color: var(--rr-color-common-white);
  margin-bottom: 0;
}

/* !END: Online CSS */
/**----------------------------------------
    START: Testimonail CSS
----------------------------------------*/
.testimonial-section {
  background-color: var(--rr-color-theme-third);
}

.testi-item-wrap .testi-item {
  background-color: var(--rr-color-common-white);
  padding: 40px 35px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 40px;
}
.testi-item-wrap .testi-item .shape {
  position: absolute;
  bottom: -21px;
  left: 60px;
}
.testi-item-wrap .testi-item .testi-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 20px;
}
.testi-item-wrap .testi-item .testi-top-content .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.testi-item-wrap .testi-item .testi-top-content .review {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 5px;
}
.testi-item-wrap .testi-item .testi-top-content .review li {
  color: var(--rr-color-theme-third);
  font-size: 14px;
}
.testi-item-wrap .testi-item p {
  font-size: 18px;
  margin-bottom: 0;
}
.testi-item-wrap .testi-author {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding-left: 30px;
}
.testi-item-wrap .testi-author img {
  width: 50px;
  height: 50px;
}
.testi-item-wrap .testi-author .name {
  color: var(--rr-color-common-white);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.testi-item-wrap .testi-author .name span {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.about-testi {
  background-color: var(--rr-color-theme-primary);
}

.testi-item-wrap .testi-item-2 .testi-top-content .review li {
  color: var(--rr-color-theme-primary);
}

/* !END: Testimonail CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.page-header {
  background-color: #F3F3F3;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-header .shape {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page-header .shape img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-header-content {
  padding: 130px 0 100px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media only screen and (max-width: 992px) {
  .page-header-content {
    padding: 100px 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-content {
    flex-direction: column;
  }
}
.page-header-content .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .page-header-content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-content .title {
    font-size: 29px;
  }
}
.page-header-content .sub-title {
  display: flex;
  align-items: center;
  column-gap: 17px;
}
.page-header-content .sub-title .home {
  color: var(--rr-color-text-body);
  font-size: 18px;
  font-weight: 400;
}
.page-header-content .sub-title .icon {
  font-size: 16px;
  color: var(--rr-color-text-body);
  line-height: 1;
}
.page-header-content .sub-title .inner {
  font-size: 18px;
  color: var(--rr-color-heading-primary);
  font-weight: 600;
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Login CSS
----------------------------------------*/
.login-wrap {
  background-color: var(--rr-color-grey-1);
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 120px;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .login-wrap {
    padding: 40px 20px;
  }
}
.login-wrap .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.login-wrap .google-login {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.login-wrap .google-login img {
  width: 20px;
  height: 20px;
}
.login-wrap .or-text {
  color: var(--rr-color-heading-primary);
  font-weight: 600;
  display: block;
  margin: 40px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.login-wrap .or-text:before {
  background-color: var(--rr-color-border-1);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -2;
}
.login-wrap .or-text:after {
  background-color: var(--rr-color-grey-1);
  content: "";
  width: 50px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.login-form .form-item {
  margin-bottom: 25px;
}
.login-form .form-item .form-header {
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: left;
}
.login-form .form-item .form-control {
  box-shadow: none;
  padding: 14px 20px;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
}
.login-form .form-item .checkbox-wrap {
  display: block;
  text-align: left;
  display: flex;
  align-items: center;
}
.login-form .form-item .checkbox-wrap input {
  accent-color: var(--rr-color-theme-primary);
  margin-right: 10px;
}
.login-form .form-item .checkbox-wrap label {
  cursor: pointer;
}
.login-form .form-item .checkbox-wrap label span {
  color: var(--rr-color-heading-primary);
  font-weight: 500;
}
.login-form .submit-btn {
  margin-bottom: 20px;
}
.login-form .submit-btn .rr-primary-btn {
  width: 100%;
  justify-content: center;
}
.login-form .login-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.login-form .forgot {
  color: var(--rr-color-heading-primary);
  font-weight: 500;
  text-align: left;
  display: block;
}
.login-form .log-in {
  color: var(--rr-color-theme-primary);
  font-weight: 500;
  display: block;
  text-align: left;
}

/* !END: Login CSS */
/**----------------------------------------
    START: FAQ CSS
----------------------------------------*/
.faq-content .accordion-item {
  border: 1px solid var(--rr-color-border-1);
}
.faq-content .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq-content .accordion-item .accordion-header .accordion-button {
  background-color: var(--rr-color-common-white);
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
}
.faq-content .accordion-item .accordion-body {
  padding-top: 0px;
  color: var(--rr-color-text-body);
}

.faq-form {
  background-color: var(--rr-color-grey-1);
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  .faq-form {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-form {
    padding: 30px 20px;
  }
}
.faq-form .form-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq-form .form-item .form-control {
  background-color: var(--rr-color-common-white);
  border: 1px solid var(--rr-color-border-1);
  box-shadow: none;
  padding: 14.5px 20px;
}
.faq-form .submit-btn .submit {
  width: 100%;
  justify-content: center;
}

/* !END: FAQ CSS */
/**----------------------------------------
    START: About CSS
----------------------------------------*/
.about-content {
  max-width: 595px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .about-content {
    margin-bottom: 40px;
  }
}
.about-content .section-heading {
  margin-bottom: 30px;
}
.about-content .section-heading .section-title {
  margin-bottom: 20px;
}
.about-content .about-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .about-content .about-items {
    grid-template-columns: 1fr;
  }
}
.about-content .about-items .about-item {
  background-color: var(--rr-color-common-white);
  display: flex;
  align-items: center;
  border: 1px solid #EAEEF4;
  box-shadow: 0px 8px 38px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  column-gap: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
}
.about-content .about-items .about-item i {
  color: var(--rr-color-theme-primary);
}
.about-content .about-btn {
  background-color: var(--rr-color-heading-primary);
}
.about-content .about-btn:before {
  background-color: var(--rr-color-theme-primary);
}
.about-content .about-btn:hover {
  color: var(--rr-color-common-white);
}

.about-img {
  max-width: 740px;
  width: 100%;
  height: 560px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-img {
    height: 400px;
  }
}
.about-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-img .play-btn a {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
}
.about-img .play-btn a:hover {
  color: var(--rr-color-theme-primary);
}

/* !END: About CSS */
/**----------------------------------------
    START: Team CSS
----------------------------------------*/
.team-section {
  background-color: #F6F6F6;
}

.team-item .team-thumb {
  height: 350px;
  border-radius: 6px;
  overflow: hidden;
}
.team-item .team-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-content {
  text-align: center;
  padding-top: 30px;
}
.team-item .team-content span {
  font-size: 12px;
  color: var(--rr-color-text-body);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
}
.team-item .team-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.team-item .team-content .team-social li {
  display: inline-flex;
}
.team-item .team-content .team-social li:not(:last-of-type) {
  margin-right: 10px;
}
.team-item .team-content .team-social li a {
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.team-item .team-content .team-social li a:hover {
  text-decoration: underline;
}
.team-item:hover .team-thumb img {
  transform: scale(1.03);
}

/* !END: Team CSS */
/**----------------------------------------
    START: Service CSS
----------------------------------------*/
.service-item .service-img {
  height: 300px;
}
@media (max-width: 1199px) {
  .service-item .service-img {
    max-width: 465px;
    width: 100%;
    margin: 0 auto;
  }
}
.service-item .top-area {
  height: 300px;
}
.service-item .service-content {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.service-item .service-content .number {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #ECECEC;
  box-shadow: 0px 13px 37px rgba(0, 0, 0, 0.08);
}
.service-item .service-content .title {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 15px 0;
  text-transform: uppercase;
}
.service-item .service-content p:last-child {
  margin-bottom: 0;
}
.service-item.item-2 .service-content {
  padding-bottom: 0;
}

/* !END: Service CSS */
/**----------------------------------------
    START: Sponsor CSS
----------------------------------------*/
.sponsor-wrap {
  border: 1px solid var(--rr-color-border-1);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap {
    grid-template-columns: repeat(2, 1fr);
    border: none;
    border: 1px solid var(--rr-color-border-1);
  }
}

.sponsor-item {
  background-color: var(--rr-color-common-white);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 50px;
}
@media only screen and (max-width: 767px) {
  .sponsor-item {
    border: none;
    border-bottom: 1px solid var(--rr-color-border-1);
  }
}
@media only screen and (max-width: 992px) {
  .sponsor-item {
    padding: 50px 30px;
  }
}
.sponsor-item img {
  height: auto;
  width: auto;
  object-fit: inherit;
}
.sponsor-item:hover {
  box-shadow: 0px 14px 43px rgba(147, 151, 160, 0.15);
}

/* !END: Sponsor CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.contact-wrap {
  background-color: var(--rr-color-grey-1);
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .contact-wrap {
    padding: 50px 10px;
  }
}

.blog-contact-form.form-2 {
  border-radius: 6px;
}
.blog-contact-form.form-2 .form-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.blog-contact-form.form-2 .form-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.blog-contact-form.form-2 .form-item .form-header {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--rr-color-text-body);
}

.contact-content {
  background-color: var(--rr-color-common-white);
  padding: 40px;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
  max-width: 465px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .contact-content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .contact-content {
    padding: 40px 20px;
  }
}
.contact-content .contact-img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .contact-content .contact-img img {
    width: 100%;
  }
}
.contact-content .contact-info-box:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.contact-content .contact-info-box .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-content .contact-info-box ul {
  list-style: none;
}
.contact-content .contact-info-box ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.map-wrapper {
  margin-bottom: -10px;
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Sidebar CSS
----------------------------------------*/
#sidebar-overlay,
.sidebar-trigger,
.sidebar-area {
  display: none;
}

.sidebar-trigger {
  display: block;
}

.sidebar-area {
  background-color: var(--rr-color-bg-1);
  border-left: 1px solid var(--rr-color-border-1);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 450px;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: scroll;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  padding: 60px 40px;
}

.open-sidebar .sidebar-area {
  right: 0;
  visibility: visible;
  transform: translate(0);
}

.sidebar-trigger.close {
  position: absolute;
  right: 30px;
  top: 63px;
  color: var(--grey-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-trigger.close:hover {
  color: var(--rr-color-theme-primary);
}

.sidebar-trigger.close svg {
  fill: currentColor;
  stroke: none;
  width: 20px;
  height: 20px;
}

.sidebar-content .site-logo {
  margin-bottom: 40px;
}

.sidebar-content .site-logo img {
  max-width: 200px;
}

.sidebar-content .sidebar-info li {
  font-size: 18px;
}

.sidebar-content .sidebar-social li {
  display: inline-block;
  margin: 0 3px;
  padding-top: 30px;
}

.sidebar-content .sidebar-social li a {
  display: inline-block;
  border: 1px solid var(--border-1);
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sidebar-content .sidebar-social li a:after {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 59%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.sidebar-content .sidebar-social li a:hover {
  border: 1px solid var(--primary-color);
  color: #fff;
}

.sidebar-content .sidebar-social li:hover a:after {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}

.sidebar-content .list-post-area {
  margin: 50px 0 20px 0;
}

/*Scrollbar Style*/
.sidebar-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sidebar-area::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc;
}

.sidebar-area::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area-webkit-::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area::-moz-selection {
  background-color: #999;
  color: #fff;
}

#sidebar-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: calc(100% - 400px);
  z-index: -1;
}

.open-sidebar #sidebar-overlay {
  opacity: 1;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

@media (max-width: 992px) {
  .sidebar-content .list-post-area.list-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .sidebar-area {
    width: 400px;
    padding: 60px 30px;
    justify-content: center;
  }
  .side-menu-logo {
    margin-bottom: 50px;
  }
  .side-menu-wrap {
    margin-bottom: 70px;
  }
  .side-menu-header h3 {
    display: none;
  }
  .side-menu-list li a {
    font-size: 14px;
  }
  .side-menu-list li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sidebar-area {
    width: 320px;
    padding: 60px 20px 60px 20px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card .post-img {
    height: 90px;
    width: 90px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card {
    grid-template-columns: 90px 1fr;
  }
}
.side-menu-logo {
  max-width: 150px;
}

.side-menu-about {
  margin: 50px 0 50px 0;
}
@media only screen and (max-width: 992px) {
  .side-menu-about {
    display: none;
  }
}

.side-menu-about p {
  margin: 25px 0;
}

.side-menu-header h3 {
  font-size: 30px;
  font-weight: 600px;
  line-height: 1;
  font-weight: 600;
}

.side-menu-content .side-menu-header,
.side-menu-about .side-menu-header {
  margin-bottom: 20px;
}

.side-menu-list {
  margin: 25px 0 35px 0;
}

.side-menu-list li {
  display: flex;
  align-items: center;
}

.side-menu-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.side-menu-list li i {
  background-color: var(--rr-color-theme-primary);
  font-size: 12px;
  color: var(--rr-color-common-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.side-menu-list li:hover i {
  background-color: var(--rr-color-theme-primary);
  color: #fff;
}

.side-menu-list li p {
  padding-left: 10px;
  margin-bottom: 0;
}

.side-menu-list li a {
  font-size: 16px;
  color: var(--rr-color-text-body);
  padding-left: 10px;
}
.side-menu-list li a:hover {
  color: var(--rr-color-theme-primary);
}

.side-menu-social {
  margin-top: 40px;
  list-style: none;
}
.side-menu-social li {
  display: inline-flex;
}
.side-menu-social li:not(:last-of-type) {
  margin-right: 10px;
}
.side-menu-social li a {
  background-color: var(--rr-color-border-1);
  font-size: 17px;
  color: var(--rr-color-common-white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rr-color-border-1);
}
.side-menu-social li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}

/* !END: Sidebar CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.blog-details-wrap {
  padding-right: 31px;
  border-right: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 992px) {
  .blog-details-wrap {
    padding-right: 0;
    border-right: none;
  }
}

.blog-details-content-wrap {
  background-color: var(--rr-color-grey-1);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content-wrap {
    padding: 30px 20px;
  }
}
.blog-details-content-wrap .post-meta li i {
  color: var(--rr-color-text-body);
}

.blog-details-img {
  width: 100%;
  height: 500px;
}
.blog-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 992px) {
  .blog-details-img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-img {
    height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-details-content {
    margin-bottom: 40px;
  }
}
.blog-details-content .details-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-title {
    font-size: 24px;
  }
}
.blog-details-content .details-img-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 24px;
}
.blog-details-content .details-img-wrap img {
  max-width: 410px;
  width: 100%;
}
@media (max-width: 1199px) {
  .blog-details-content .details-img-wrap img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-img-wrap img {
    max-width: 350px;
  }
}
.blog-details-content .blog-details-thumb {
  height: 400px;
  width: 100%;
}
.blog-details-content .blog-details-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .blog-details-thumb {
    height: 300px;
  }
}

blockquote {
  margin-top: 30px;
}
blockquote .content p {
  color: var(--rr-color-heading-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 70px 0;
}
@media only screen and (max-width: 767px) {
  .tags {
    margin: 30px 0;
  }
}
.tags .tag-left {
  display: flex;
  align-items: center;
}
.tags .tag-left .tag-list {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.tags .tag-left .tag-list li a {
  background-color: var(--rr-color-common-white);
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
  padding: 5px 20px;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
}
.tags .tag-left .tag-list li a:hover {
  background-color: var(--rr-color-heading-primary);
  color: var(--rr-color-common-white);
  border: 1px solid var(--rr-color-heading-primary);
}
.tags .social-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.tags .social-list-wrap .follow {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.tags .social-list-wrap .social-list {
  display: flex;
  align-items: center;
  column-gap: 15px;
  list-style: none;
}
.tags .social-list-wrap .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.tags .social-list-wrap .social-list li a {
  color: var(--rr-color-heading-primary);
  font-size: 15px;
}
.tags .social-list-wrap .social-list li a:hover {
  color: var(--rr-color-theme-primary);
}

.next-prev-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 30px 0;
  border-top: 1px solid var(--rr-color-border-1);
  border-bottom: 1px solid var(--rr-color-border-1);
  margin: 50px 0 0 0;
}
.next-prev-wrap .post-btn {
  margin-bottom: 0;
}
.next-prev-wrap .post-btn a {
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 600;
  column-gap: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.next-prev-wrap .post-btn a:hover {
  color: var(--rr-color-theme-primary);
}
.next-prev-wrap .post-btn a .icon {
  background-color: var(--rr-color-bg-1);
  color: var(--rr-color-common-white);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--rr-color-border-1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.next-prev-wrap .post-btn a .icon:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  border: 1px solid var(--rr-color-theme-primary);
}

.blog-author-wrap {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--rr-color-border-1);
}

.blog-author-item {
  display: grid;
  align-items: center;
  grid-template-columns: 200px 1fr;
  grid-gap: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-author-item {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.blog-author-item .author-img {
  max-width: 200px;
  height: 170px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-author-item .author-img {
    max-width: 100%;
  }
}
.blog-author-item .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-author-item .content .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-author-item .content p {
  margin-bottom: 25px;
}
.blog-author-item .content .social-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.blog-author-item .content .social-list li a {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-bg-1);
  font-size: 13px;
  height: 35px;
  width: 35px;
  border-radius: 6px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-author-item .content .social-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.blog-author-item .content .social-list li:not(:last-of-type) {
  margin-right: 10px;
}

.comments-area .section-heading .section-title {
  font-size: 40px;
}
@media only screen and (max-width: 992px) {
  .comments-area .section-heading .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .section-heading .section-title {
    font-size: 26px;
  }
}

.comment-item {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 110px 1fr;
  grid-gap: 25px;
}
@media only screen and (max-width: 767px) {
  .comment-item {
    grid-template-columns: 1fr;
  }
}
.comment-item .reply {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  top: 20px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .comment-item .reply {
    position: inherit;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
}
.comment-item .comment-thumb img {
  height: 100%;
  width: 110px;
  object-fit: cover;
  object-position: top;
}
.comment-item .comment-info .comments-meta {
  margin-bottom: 10px;
}
.comment-item .comment-info .comments-meta span {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.comment-item .comment-info .author {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.comment-item .comment-info p {
  font-size: 16px;
  margin-bottom: 0;
}
.comment-item.item-2 {
  padding-left: 135px;
}
@media only screen and (max-width: 767px) {
  .comment-item.item-2 {
    padding-left: 0;
  }
}
.comment-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--rr-color-border-1);
}

.blog-contact-form .title {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .blog-contact-form .title {
    font-size: 28px;
  }
}
.blog-contact-form p {
  margin-bottom: 30px;
}
.blog-contact-form .request-form .form-item {
  position: relative;
}
.blog-contact-form .request-form .form-item .form-control {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
}
.blog-contact-form .request-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-moz-placeholder {
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control::-moz-placeholder {
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-ms-input-placeholder {
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control.nice-select {
  height: auto;
  line-height: inherit;
  padding: 15.5px 30px;
}
.blog-contact-form .request-form .form-item .form-control.nice-select:after {
  top: 46%;
  width: 10px;
  height: 10px;
  border-color: var(--rr-color-text-body);
  border-bottom: 1px solid var(--rr-color-text-body);
  border-right: 1px solid var(--rr-color-text-body);
  right: 35px;
}
.blog-contact-form .request-form .form-item .form-control.nice-select .list {
  background-color: var(--rr-color-border-1);
  width: 100%;
}
.blog-contact-form .request-form .form-item .form-control.nice-select .list li {
  padding-left: 30px;
}
.blog-contact-form .request-form .form-item .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.blog-contact-form .request-form .form-item.message-item .icon {
  top: 25px;
}

.sidebar-widget {
  padding: 30px;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
}
.sidebar-widget:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form .form-control {
  background-color: var(--rr-color-grey-1);
  color: var(--rr-color-common-white);
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 0;
  padding-left: 30px;
  padding-right: 30px;
}
.sidebar-widget .search-form .form-control::-webkit-input-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-moz-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control::-moz-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-ms-input-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
}
.sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.sidebar-widget .sidebar-list {
  list-style: none;
}
.sidebar-widget .sidebar-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.sidebar-widget .sidebar-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.sidebar-widget .sidebar-list li .sidebar-input-check {
  border: 1px solid var(--rr-color-border-1);
}
.sidebar-widget .sidebar-list li input {
  background-color: var(--rr-color-theme-primary);
  accent-color: var(--rr-color-theme-primary);
}
.sidebar-widget .sidebar-list li label {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.sidebar-widget .blog-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1399px) {
  .sidebar-widget .blog-gallery-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .sidebar-widget .blog-gallery-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.sidebar-widget .blog-gallery-wrap .gallary-img {
  height: 100px;
  width: 100px;
}
.sidebar-widget .tags {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 20px;
  list-style: none;
  column-gap: 0;
  margin: 0;
}
.sidebar-widget .tags li:not(:last-of-type) {
  margin-right: 10px;
}
.sidebar-widget .tags li a {
  display: inline-block;
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
}
.sidebar-widget .tags li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  border: 1px solid var(--rr-color-theme-primary);
}
.sidebar-widget .sidebar-post {
  display: grid;
  align-items: center;
  grid-template-columns: 95px 1fr;
  grid-gap: 0px;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-post img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta {
    column-gap: 5px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta li {
  color: var(--rr-color-text-body);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-transform: capitalize;
}
.sidebar-widget .sidebar-post .post-content .post-meta li i {
  color: var(--rr-color-text-body);
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta li {
    font-size: 13px;
  }
}
.sidebar-widget .sidebar-post .post-content .title {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 255px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .title {
    font-size: 14px;
  }
}
.sidebar-widget .sidebar-post .post-content .title a:hover {
  color: var(--rr-color-theme-primary);
}

/* !END: Theme Blog Details CSS */
/**----------------------------------------
    START: Shop CSS
----------------------------------------*/
.shop-top {
  margin-bottom: 30px;
}
.shop-top .left-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.shop-top .select-control {
  background-color: transparent;
  border: 1px solid var(--rr-color-border-1);
  padding: 14px 30px;
  padding-right: 60px;
  height: auto;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.shop-top .select-control:after {
  border: none;
  height: auto;
  width: auto;
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f0d7";
  color: var(--rr-color-text-body);
  position: absolute;
  top: 63%;
  right: 20px;
  transform: translateY(-50%);
}
.shop-top .select-control .list {
  background-color: var(--rr-color-bg-1);
}
.shop-top .select-control.open:after {
  transform: translateY(-50%);
}

.shop-item {
  border-radius: 6px;
  overflow: hidden;
}
.shop-item .shop-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 250px;
  display: block;
}
.shop-item .shop-thumb img {
  transform: scale(1);
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #eee;
}
.shop-item .shop-thumb .sale {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  z-index: 2;
}
.shop-item .shop-thumb .shop-list {
  list-style: none;
  position: absolute;
  top: 30px;
  right: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.shop-item .shop-thumb .shop-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.shop-item .shop-thumb .shop-list li a {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-bg-1);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.shop-item .shop-thumb .shop-list li a i {
  line-height: 1;
  display: block;
}
.shop-item .shop-thumb .shop-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.shop-item:hover .shop-thumb img {
  transform: scale(1.03);
}
.shop-item:hover .shop-thumb .overlay {
  visibility: visible;
  opacity: 1;
}
.shop-item:hover .shop-thumb .shop-list {
  right: 30px;
  visibility: visible;
  opacity: 1;
}

.shop-content {
  padding: 15px;
  border: 1px solid var(--rr-color-border-1);
  border-top: none;
  border-radius: 0 0 6px 6px;
}
@media only screen and (max-width: 767px) {
  .shop-content {
    padding: 30px 20px;
  }
}
.shop-content .category {
  font-size: 11px;
  font-weight: 400;
  color: var(--rr-color-text-body);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
.shop-content .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.shop-content .review-wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.shop-content .review-wrap .review {
  list-style: none;
}
.shop-content .review-wrap .review li {
  display: inline-flex;
  color: var(--rr-color-theme-primary);
}
.shop-content .price {
  color: var(--rr-color-theme-primary);
  display: block;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.shop-content .price .offer {
  margin-top: 0;
  margin-right: 10px;
  text-decoration: line-through;
  color: var(--rr-color-text-body);
}

.tab-navigation {
  border-bottom: 1px solid var(--rr-color-border-1);
  padding-bottom: 30px;
}

.tab-navigation button {
  color: var(--rr-color-text-body);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 0;
  margin-right: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-navigation button.active,
.tab-navigation button:hover {
  color: var(--rr-color-heading-primary);
}

/*** 7.2 - Tab Description ***/
.tab-content .tab-pane {
  margin-top: 25px;
}
.tab-content .tab-pane .desc-wrap {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 535px;
}
@media only screen and (max-width: 992px) {
  .tab-content .tab-pane .desc-wrap {
    grid-template-columns: 1fr;
  }
}
.tab-content .tab-pane .desc-wrap .right-content img {
  height: 220px;
  max-width: 535px;
  width: 100%;
  object-fit: cover;
}

.description-meta {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}

.description-meta li span {
  color: var(--rr-color-theme-primary);
  font-weight: 600;
  margin-right: 5px;
}

/*** 7.3 - Tab Additional Information ***/
.product-table {
  background-color: var(--rr-color-grey-1);
  margin: 0;
  margin-top: 40px;
  --bs-table-bg: transparent;
}
.product-table:not(caption) > * > * {
  border-bottom: 1px solid var(--rr-color-border-1);
}

.product-table > :not(:last-child) > :last-child > * {
  border-color: var(--rr-color-border-1);
}

.product-table tbody tr td,
.product-table thead tr th {
  text-align: center;
}

.product-table tbody tr td:not(:last-of-type),
.product-table thead tr th:not(:last-of-type) {
  border-right: 1px solid var(--rr-color-border-1);
}

.product-table tbody tr td:not(:last-of-type) {
  border-bottom: 1px solid var(--rr-color-border-1);
}

.product-table thead tr th {
  color: var(--rr-color-theme-primary);
}

.product-table tbody tr td {
  color: var(--rr-color-heading-primary);
  padding: 15px 0;
}

/*** 7.4 - Tab Review ***/
.review .comment-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.review .comment-list > li {
  background: linear-gradient(90deg, rgba(105, 85, 180, 0.1) 0%, rgba(105, 85, 180, 0.3) 50%, rgba(105, 85, 180, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 30px;
  align-items: center;
  padding: 40px;
}

.review .comment-list .comment-thumb img {
  border-radius: 50%;
}

.review .comment-list .comment-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review .comment-list .comment-text h3 span {
  font-size: 14px;
  font-weight: 600;
  color: #ddd;
  display: block;
}

.review .comment-list .comment-text p {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .shop-grid-left {
    margin-bottom: 50px;
  }
}
.shop-grid-left .top-grid-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.shop-grid-left .top-grid-content .shop-tab-nav {
  display: flex;
  align-items: center;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.shop-grid-left .top-grid-content .shop-tab-nav .nav-tabs {
  border: none;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
  padding: 10px 20px;
  column-gap: 15px;
}
.shop-grid-left .top-grid-content .shop-tab-nav .nav-tabs .nav-link {
  border: none;
  padding: 0;
}
.shop-grid-left .top-grid-content .shop-tab-nav .nav-tabs .nav-link svg {
  color: var(--rr-color-text-body);
  fill: var(--rr-color-text-body);
}
.shop-grid-left .top-grid-content .shop-tab-nav .nav-tabs .nav-link.active svg {
  color: var(--rr-color-heading-primary);
}
.shop-grid-left .top-grid-content .shop-select {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--rr-color-border-1);
}
.shop-grid-left .top-grid-content .shop-select ul {
  left: auto;
  right: 0;
}

.grid-shop {
  display: grid;
  align-items: center;
  grid-template-columns: 500px 1fr;
  border: 1px solid var(--rr-color-border-1);
}
.grid-shop:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .grid-shop {
    grid-template-columns: 400px 1fr;
  }
}
@media (max-width: 1199px) {
  .grid-shop {
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .grid-shop {
    grid-template-columns: 1fr;
  }
}
.grid-shop .shop-thumb img {
  object-position: top center;
  border-radius: 0;
}
.grid-shop .shop-content {
  border: none;
}
.grid-shop .shop-content .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.grid-shop .shop-content p {
  margin-bottom: 15px;
}
.grid-shop .shop-content .review-wrap {
  margin-bottom: 15px;
}

.shop-sidebar {
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
  padding: 20px 30px;
}
.shop-sidebar:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .shop-sidebar {
    padding: 20px;
  }
}
.shop-sidebar .sidebar-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.shop-sidebar .sidebar-list {
  list-style: none;
}
.shop-sidebar .sidebar-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.shop-sidebar .sidebar-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.shop-sidebar .sidebar-list li .sidebar-input-check {
  border: 1px solid var(--rr-color-border-1);
}
.shop-sidebar .sidebar-list li input {
  background-color: var(--rr-color-theme-primary);
  accent-color: var(--rr-color-theme-primary);
}
.shop-sidebar .sidebar-list li label {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.shop-sidebar .sidebar-list.list-2 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-sidebar .sidebar-list.list-2 li .left-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.shop-sidebar .sidebar-list.list-2 li .number {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.shop-sidebar .filter-box .range-slider input {
  width: 100%;
  background-color: var(--rr-color-theme-primary);
  accent-color: var(--rr-color-theme-primary);
  border: none;
}
.shop-sidebar .filter-box .range-slider .range-slider-output {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.shop-sidebar .filter-box .range-slider .range-slider-output .price {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.shop-sidebar .radio-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-sidebar .radio-item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.shop-sidebar .radio-item label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.shop-sidebar .radio-item label input {
  background-color: var(--rr-color-theme-primary);
  accent-color: var(--rr-color-theme-primary);
  height: 20px;
  width: 20px;
}
.shop-sidebar .radio-item label .size {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.shop-sidebar .radio-item .number {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.shop-sidebar .sidebar-items .sidebar-item {
  display: grid;
  align-items: center;
  grid-template-columns: 85px 1fr;
  grid-gap: 20px;
  overflow: hidden;
}
.shop-sidebar .sidebar-items .sidebar-item:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .shop-sidebar .sidebar-items .sidebar-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .shop-sidebar .sidebar-items .sidebar-item {
    grid-template-columns: 85px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .shop-sidebar .sidebar-items .sidebar-item {
    grid-template-columns: 1fr;
  }
  .shop-sidebar .sidebar-items .sidebar-item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.shop-sidebar .sidebar-items .sidebar-item .item-img {
  height: 85px;
  width: 85px;
}
.shop-sidebar .sidebar-items .sidebar-item .item-img img {
  float: left;
  margin-right: 20px;
}
.shop-sidebar .sidebar-items .sidebar-item .content {
  padding-left: 0;
  overflow: hidden;
}
.shop-sidebar .sidebar-items .sidebar-item .content .review {
  display: flex;
  align-items: center;
  list-style: none;
}
.shop-sidebar .sidebar-items .sidebar-item .content .review li {
  color: var(--rr-color-theme-primary);
}
.shop-sidebar .sidebar-items .sidebar-item .content .title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 1;
}
.shop-sidebar .sidebar-items .sidebar-item .content .price {
  color: var(--rr-color-theme-primary);
  display: block;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.shop-sidebar .sidebar-items .sidebar-item .content .price .offer {
  margin-top: 0;
  margin-right: 10px;
  text-decoration: line-through;
  color: var(--rr-color-text-body);
}

/* !END: Shop CSS */
/**----------------------------------------
    START: Cart CSS
----------------------------------------*/
.cart-top-content {
  background-color: var(--rr-color-grey-1);
  padding: 30px 40px;
  margin-bottom: 40px;
}
.cart-top-content p {
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.cart-top-content p span {
  color: var(--rr-color-theme-primary);
  font-weight: 500;
}
.cart-top-content p line {
  background-color: var(--rr-color-grey-1);
}
.cart-top-content .line {
  background-color: var(--rr-color-common-white);
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 30px;
}
.cart-top-content .line:before {
  background-color: var(--rr-color-theme-primary);
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cart-table {
  background-color: var(--rr-color-grey-1);
}
@media only screen and (max-width: 992px) {
  .cart-table {
    overflow: scroll;
  }
}
@media only screen and (max-width: 992px) {
  .cart-table table {
    width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table {
    width: 800px;
  }
}
.cart-table thead {
  border: none;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.cart-table thead tr th {
  background-color: var(--rr-color-grey-1);
  color: var(--rr-color-text-body);
  border-bottom: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 25px 0;
}
.cart-table thead tr th.product-subtotal {
  text-align: right;
  padding-right: 30px;
}
.cart-table tbody {
  border: none;
  border-bottom: 1px solid var(--rr-color-border-1);
  padding: 30px 0;
}
.cart-table tbody tr {
  vertical-align: baseline;
}
.cart-table tbody tr td {
  background-color: var(--rr-color-grey-1);
  color: var(--rr-color-heading-primary);
  font-weight: 500;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart-table tbody tr td.product-remove {
  text-align: center;
  padding: 0 25px;
  color: var(--rr-color-heading-primary);
}
.cart-table tbody tr td.product-thumbnail {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 15px;
  column-gap: 15px;
}
@media only screen and (max-width: 992px) {
  .cart-table tbody tr td.product-thumbnail {
    padding-right: 30px;
  }
}
.cart-table tbody tr td.product-thumbnail .category {
  color: var(--rr-color-theme-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.cart-table tbody tr td.product-thumbnail .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table tbody tr td.product-price {
  font-size: 16px;
  font-weight: 600;
  padding-right: 70px;
}
.cart-table tbody tr td.product-price span {
  color: var(--rr-color-heading-primary);
}
@media only screen and (max-width: 992px) {
  .cart-table tbody tr td.product-price {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tbody tr td.product-price {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .cart-table tbody tr td.product-quantity {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tbody tr td.product-quantity {
    padding-right: 0;
  }
}
.cart-table tbody tr td.product-quantity input {
  background-color: transparent;
  color: var(--rr-color-heading-primary);
  border-radius: 0;
  border: 1px solid var(--rr-color-border-1);
  height: 50px;
  text-align: center;
  outline: none;
  box-shadow: none;
  padding: 0 8px;
}
.cart-table tbody tr td.product-subtotal {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .cart-table tbody tr td.product-subtotal {
    padding-right: 20px;
  }
}
.cart-table.table-2 thead {
  background-color: #fff;
}

.cart-btn-wrap {
  background-color: var(--rr-color-grey-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 30px;
}
.cart-btn-wrap .left-item {
  display: grid;
  grid-template-columns: 295px 1fr;
  align-items: center;
  grid-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .cart-btn-wrap .left-item {
    grid-template-columns: 1fr;
  }
}
.cart-btn-wrap .left-item .form-control {
  background-color: var(--rr-color-common-white);
  box-shadow: none;
  font-size: 14px;
  border: 1px solid transparent;
  color: var(--rr-color-text-body);
  padding: 14px 20px;
  border-radius: 0;
}
.cart-btn-wrap .left-item .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--rr-color-text-body);
}
.cart-btn-wrap .left-item .form-control:-moz-placeholder {
  font-size: 14px;
  color: var(--rr-color-text-body);
}
.cart-btn-wrap .left-item .form-control::-moz-placeholder {
  font-size: 14px;
  color: var(--rr-color-text-body);
}
.cart-btn-wrap .left-item .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: var(--rr-color-text-body);
}
.cart-btn-wrap .left-item .rr-primary-btn {
  font-size: 14px;
  padding: 17px 30px;
  border: none;
}
.cart-btn-wrap .update-btn {
  background-color: transparent;
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  padding: 17px 30px;
  border: 1px solid var(--rr-color-border-1);
  text-transform: uppercase;
}
.cart-btn-wrap .update-btn:before {
  background-color: var(--rr-color-theme-primary);
}
.cart-btn-wrap .update-btn:hover {
  color: var(--rr-color-common-white);
  border: 1px solid var(--rr-color-theme-primary);
}

.cart-box-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cart-box-title {
    font-size: 28px;
  }
}

.checkout-wrapper {
  background-color: var(--rr-color-grey-1);
  max-width: 600px;
  width: 100%;
  border: 1px solid var(--rr-color-border-1);
  padding: 35px 0;
}
@media only screen and (max-width: 992px) {
  .checkout-wrapper {
    margin-top: 30px;
  }
}
.checkout-wrapper .checkout-item {
  display: flex;
  align-items: center;
  align-items: start;
  column-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 767px) {
  .checkout-wrapper .checkout-item {
    align-items: center;
  }
}
.checkout-wrapper .checkout-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.checkout-wrapper .checkout-item .title {
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.checkout-wrapper .checkout-item span {
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
}
.checkout-wrapper .checkout-item p {
  color: var(--rr-color-text-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 20px 0;
}
.checkout-wrapper .checkout-item .checkout-option-wrapper .shipping-option input {
  accent-color: var(--rr-color-theme-primary);
}
.checkout-wrapper .checkout-item .checkout-option-wrapper .shipping-option label {
  font-size: 16px;
  color: var(--rr-color-heading-primary);
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;
}
.checkout-wrapper .checkout-item .checkout-option-wrapper .shipping-option:not(:last-of-type) {
  margin-bottom: 10px;
}
.checkout-wrapper .checkout-item.item-1 .title {
  color: var(--rr-color-heading-primary);
  font-weight: 600;
}

.checkout-proceed {
  margin-top: 30px;
}

/* !END: Cart CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.checkout-top {
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .checkout-top {
    margin-bottom: 40px;
  }
}
.checkout-top .coupon-list .verify-item .title {
  background-color: var(--rr-color-common-white);
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--rr-color-border-1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-top .coupon-list .verify-item .title:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.checkout-top .coupon-list .verify-item .title button {
  font-weight: 600;
  margin: 0 5px;
  text-decoration: underline;
}
.checkout-top .coupon-list .verify-item .login-form {
  padding-top: 30px;
  display: none;
}
.checkout-top .coupon-list .verify-item .login-form .form-control {
  background-color: var(--rr-color-grey-1);
  padding: 15px 30px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: var(--rr-color-text-body);
  border-radius: 0;
  margin-bottom: 20px;
  max-width: 700px;
  width: 100%;
}
.checkout-top .coupon-list .verify-item .login-form .form-control::-webkit-input-placeholder {
  color: var(--rr-color-text-body);
}
.checkout-top .coupon-list .verify-item .login-form .form-control:-moz-placeholder {
  color: var(--rr-color-text-body);
}
.checkout-top .coupon-list .verify-item .login-form .form-control::-moz-placeholder {
  color: var(--rr-color-text-body);
}
.checkout-top .coupon-list .verify-item .login-form .form-control:-ms-input-placeholder {
  color: var(--rr-color-text-body);
}
.checkout-top .coupon-list .verify-item .checkbox-wrap {
  max-width: 700px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-top .coupon-list .verify-item .checkbox-wrap .checkbox-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.checkout-top .coupon-list .verify-item .checkbox-wrap .checkbox-item label {
  color: var(--rr-color-text-body);
  cursor: pointer;
}
.checkout-top .coupon-list .verify-item .checkbox-wrap .forgot {
  color: var(--rr-color-common-white);
  font-weight: 600;
}
.checkout-top .coupon-list .verify-item .checkbox-wrap .forgot:hover {
  color: var(--rr-color-theme-primary);
}

.checkout-left {
  padding-right: 10px;
}
@media only screen and (max-width: 992px) {
  .checkout-left {
    padding-right: 0;
  }
}
.checkout-left .form-header {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

.checkout-form-wrap .form-group:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .checkout-form-wrap .form-item.name {
    margin-bottom: 30px;
  }
}
.checkout-form-wrap .form-item .form-title {
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.checkout-form-wrap .form-item .form-control {
  padding: 18px 20px;
  background-color: var(--rr-color-common-white);
  border: none;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 6px;
}
.checkout-form-wrap .form-item .form-control::-webkit-input-placeholder {
  color: var(--rr-color-text-body);
}
.checkout-form-wrap .form-item .form-control:-moz-placeholder {
  color: var(--rr-color-text-body);
}
.checkout-form-wrap .form-item .form-control::-moz-placeholder {
  color: var(--rr-color-text-body);
}
.checkout-form-wrap .form-item .form-control:-ms-input-placeholder {
  color: var(--rr-color-text-body);
}
.checkout-form-wrap .form-item .form-control.street-control {
  margin-bottom: 20px;
}
.checkout-form-wrap .form-item .form-control.nice-select {
  width: 100%;
  height: auto;
  line-height: inherit;
  padding: 18px 20px;
}
.checkout-form-wrap .form-item .form-control.nice-select:after {
  top: 46%;
  width: 10px;
  height: 10px;
  border-color: var(--rr-color-text-body);
  border-bottom: 1px solid var(--rr-color-text-body);
  border-right: 1px solid var(--rr-color-text-body);
  right: 25px;
}
.checkout-form-wrap .form-item .form-control.nice-select .list {
  background-color: var(--rr-color-common-white);
  width: 100%;
  border-radius: 0;
  border: 1px solid var(--rr-color-border-1);
}
.checkout-form-wrap .form-item .form-control.nice-select .list li {
  padding-left: 20px;
}

.checkout-right {
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  .checkout-right {
    margin-top: 50px;
    padding-left: 0;
  }
}
.checkout-right .form-header {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

.order-box {
  background-color: var(--rr-color-grey-1);
  padding: 30px 40px;
  border: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 767px) {
  .order-box {
    padding: 30px 20px;
  }
}
.order-box .order-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
}
.order-box .order-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 767px) {
  .order-box .order-item {
    grid-template-columns: 1fr;
  }
}
.order-box .order-item .order-left .order-img {
  height: 80px;
  width: 80px;
}
.order-box .order-item .order-left .order-img img {
  width: 100%;
  height: 100%;
}
.order-box .order-item .order-left .product {
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
.order-box .order-item .order-left .left-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--rr-color-text-body);
  line-height: 1;
}
.order-box .order-item .order-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.order-box .order-item .order-right .content .category {
  color: var(--rr-color-theme-primary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.order-box .order-item .order-right .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.order-box .order-item .order-right .price {
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
.order-box .order-item .order-right .right-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
  line-height: 1;
}
.order-box .order-item .order-right .right-title span {
  color: var(--rr-color-text-body);
  font-weight: 400;
  margin-right: 10px;
}
.order-box .order-item .order-right .right-title.title-2 {
  color: var(--rr-color-theme-primary);
}
.order-box .order-item.item-1 {
  grid-template-columns: 200px 1fr;
}
@media only screen and (max-width: 767px) {
  .order-box .order-item.item-1 {
    grid-template-columns: 100px 1fr;
  }
}
.order-box .order-item.item-1 .order-right {
  justify-content: end;
}

.payment-option-wrap {
  margin-top: 40px;
}
.payment-option-wrap .payment-option .shipping-option:not(:last-of-type) {
  margin-bottom: 20px;
}
.payment-option-wrap .payment-option .shipping-option input {
  accent-color: var(--rr-color-theme-primary);
}
.payment-option-wrap .payment-option .shipping-option label {
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
  margin-left: 5px;
}
.payment-option-wrap .payment-option .shipping-option .options input {
  accent-color: var(--rr-color-theme-primary);
  margin-bottom: 15px;
}
.payment-option-wrap .desc {
  margin: 20px 0;
}
.payment-option-wrap .form-check {
  margin-bottom: 40px;
}
.payment-option-wrap .form-check .form-check-input {
  border: 1px solid var(--rr-color-border-1);
  box-shadow: none;
  accent-color: var(--rr-color-theme-primary);
}
.payment-option-wrap .form-check .form-check-label {
  cursor: pointer;
}
.payment-option-wrap .order-btn {
  width: 100%;
  justify-content: center;
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Shop Details CSS
----------------------------------------*/
.product-details-wrap .product-slider-wrap {
  display: grid;
  grid-template-columns: 112px 1fr;
  grid-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .product-details-wrap .product-slider-wrap {
    grid-template-columns: 1fr;
  }
}
.product-details-wrap .product-gallary {
  position: relative;
  margin: 0;
  height: 100%;
}
.product-details-wrap .product-gallary .sale {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
}
.product-details-wrap .product-gallary .gallary-item {
  background-color: var(--rr-color-common-white);
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .product-details-wrap .product-gallary .gallary-item {
    height: 450px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
  }
}
.product-details-wrap .product-gallary .gallary-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details-wrap .product-gallary-thumb {
  height: 375px;
}

.product-details-wrap .product-gallary-thumb .thumb-item {
  height: 112px;
  width: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DEE0E3;
  cursor: pointer;
}
.product-details-wrap .product-gallary-thumb .thumb-item img {
  width: auto;
  height: auto;
  object-fit: inherit;
}
.product-details-wrap .product-gallary-thumb .swiper-slide-thumb-active .thumb-item {
  border: 1px solid var(--rr-color-theme-primary);
}

.product-info {
  padding-left: 20px;
}
@media only screen and (max-width: 992px) {
  .product-info {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-info {
    padding-top: 40px;
  }
}
.product-info .category {
  color: var(--rr-color-theme-primary);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
}
.product-info .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .product-info .title {
    font-size: 24px;
  }
}
.product-info .rating-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-info .rating-wrap .rating {
  display: flex;
  align-items: center;
  list-style: none;
}
.product-info .rating-wrap .rating li {
  color: var(--rr-color-heading-primary);
}
.product-info .rating-wrap .rating li:not(:last-of-type) {
  margin-right: 2px;
}
.product-info .rating-wrap span {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.product-info .price {
  font-size: 22px;
  nav-down: 600;
  margin-bottom: 30px;
}
.product-info .price span {
  font-weight: 400;
  color: var(--rr-color-text-body);
  text-decoration: line-through;
  margin-left: 10px;
}
.product-info .product-desc-wrap {
  border-top: 1px solid var(--rr-color-border-1);
  border-bottom: 1px solid var(--rr-color-border-1);
  padding: 20px 0;
  margin-bottom: 20px;
}
.product-info .product-desc-wrap .desc {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.product-info .product-desc-wrap .view-text {
  font-size: 16px;
  color: var(--rr-color-heading-primary);
}
.product-info .product-desc-wrap .view-text i {
  margin-right: 10px;
}
.product-info .item-left-line {
  margin-bottom: 30px;
}
.product-info .item-left-line .line {
  background: #EBEBEB;
  height: 4px;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.product-info .item-left-line .line:before {
  background-color: var(--rr-color-theme-primary);
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-info .details-list {
  list-style: none;
}
.product-info .details-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--rr-color-heading-primary);
}
.product-info .details-list li i {
  width: 20px;
}
.product-info .details-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.product-info .product-btn {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin: 30px 0;
}
.product-info .product-btn input {
  background-color: var(--rr-color-theme-primary);
  color: #fff;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  text-align: center;
}
.product-info .product-btn .cart-btn-wrap-2 {
  width: 100%;
}
.product-info .product-btn .cart-btn-wrap-2 .cart-btn {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  border: 2px solid var(--rr-color-heading-primary);
  width: 100%;
  border-radius: 100px;
  padding: 15px 30px;
  text-align: center;
  justify-content: center;
}
.product-info .product-btn .cart-btn-wrap-2 .cart-btn:before {
  display: none;
}
.product-info .product-btn .cart-btn-wrap-2 .cart-btn:hover {
  background-color: var(--rr-color-heading-primary);
  color: var(--rr-color-common-white);
}
.product-info .shop-details-btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
.product-info .product-meta {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.product-info .product-meta li a {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}

.reviewr-wrap {
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .reviewr-wrap {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.reviewr-wrap .review-list .review-item {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
  grid-gap: 15px;
  padding: 30px;
  border: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 767px) {
  .reviewr-wrap .review-list .review-item {
    grid-template-columns: 1fr;
  }
}
.reviewr-wrap .review-list .review-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.reviewr-wrap .review-list .review-item img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.reviewr-wrap .review-list .review-item .content .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.reviewr-wrap .review-list .review-item .content .content-top .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.reviewr-wrap .review-list .review-item .content .content-top .name span {
  color: var(--rr-color-text-body);
  font-size: 15px;
  display: block;
  margin-top: 7px;
}
.reviewr-wrap .review-list .review-item .content .content-top ul {
  list-style: none;
}
.reviewr-wrap .review-list .review-item .content .content-top ul li {
  display: inline-flex;
  color: var(--rr-color-theme-primary);
}
.reviewr-wrap .review-list .review-item .content .content-top ul li:not(:last-of-type) {
  margin-right: 2px;
}
.reviewr-wrap .review-list .review-item .content p {
  margin-bottom: 0;
}

.review-form-wrap .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.review-form-wrap .publish {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.review-form-wrap .review-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.review-form-wrap .review-box span {
  color: var(--rr-color-heading-primary);
}
.review-form-wrap .review-box .review {
  list-style: none;
}
.review-form-wrap .review-box .review li {
  display: inline-flex;
  color: var(--rr-color-theme-primary);
}
.review-form-wrap .review-box .review li:not(:last-of-type) {
  margin-right: 2px;
}
.review-form-wrap .review-form {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-top: 40px;
}
.review-form-wrap .checkbox-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.review-form-wrap .checkbox-wrap input {
  width: 15px;
  height: 15px;
  accent-color: var(--rr-color-theme-primary);
}
.review-form-wrap .checkbox-wrap label {
  color: var(--rr-color-text-body);
  cursor: pointer;
  margin-left: 10px;
}
.review-form-wrap .submit-btn .rr-primary-btn {
  padding: 15px 35px;
}

/* !END: Shop Details CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.footer-items {
  background-color: var(--rr-color-common-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
  padding: 30px 40px;
  border-radius: 6px;
  margin-bottom: 50px;
}
.footer-items .footer-item {
  display: grid;
  align-items: center;
  grid-template-columns: 35px 1fr;
  grid-gap: 15px;
  position: relative;
}
.footer-items .footer-item:before {
  background-color: var(--rr-color-border-1);
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -25%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .footer-items .footer-item:before {
    display: none;
  }
}
.footer-items .footer-item .icon {
  max-width: 35px;
  width: 100%;
}
.footer-items .footer-item .content .title {
  line-height: 1;
}
.footer-items .footer-item .content span {
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .footer-items .footer-item .content span {
    line-height: 1.2;
  }
}
.footer-items .footer-item.item-2:before {
  display: none;
}

@media only screen and (max-width: 992px) {
  .footer-widget-wrap {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 992px) {
  .footer-widget {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-widget {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .widget-header {
  margin-bottom: 25px;
}
.footer-widget .widget-header .footer-logo {
  max-width: 170px;
}
.footer-widget .widget-header .widget-title {
  color: var(--rr-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
}
.footer-widget .footer-contact {
  display: grid;
  align-items: center;
  grid-template-columns: 15px 1fr;
  grid-gap: 15px;
}
@media (max-width: 1199px) {
  .footer-widget .footer-contact {
    grid-template-columns: 1fr;
  }
}
.footer-widget .footer-contact .icon {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-widget .footer-contact .content span {
  display: block;
  margin-bottom: 5px;
}
.footer-widget .footer-contact .content a {
  color: var(--rr-color-theme-primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.footer-widget .schedule-list {
  margin-top: 20px;
  list-style: none;
}
.footer-widget .schedule-list li {
  font-size: 16px;
  color: var(--rr-color-heading-primary);
  font-weight: 500;
}
.footer-widget .schedule-list li:not(:last-of-type) {
  margin-bottom: 5px;
}
.footer-widget .schedule-list li span {
  color: var(--rr-color-text-body);
  font-weight: 400;
  margin-right: 10px;
}
.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li a {
  font-family: var(--rr-ff-body);
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer-widget .footer-list li a:hover {
  color: var(--rr-color-theme-primary);
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-widget .footer-list.arrow-left li a {
  position: relative;
  padding-left: 20px;
}
.footer-widget .footer-list.arrow-left li a:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 700;
  content: "\f061";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer-widget .footer-list.arrow-left li a:hover {
  color: var(--rr-color-heading-primary);
}
.footer-widget .footer-list.social li i {
  width: 30px;
}
.footer-widget .footer-form {
  position: relative;
}
.footer-widget .footer-form .form-control {
  background-color: var(--rr-color-common-white);
  padding: 15px 132px 15px 15px;
  color: var(--rr-color-text-body);
  box-shadow: none;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 2px;
}
.footer-widget .footer-form .form-control::-webkit-input-placeholder {
  color: var(--rr-color-text-body);
}
.footer-widget .footer-form .form-control:-moz-placeholder {
  color: var(--rr-color-text-body);
}
.footer-widget .footer-form .form-control::-moz-placeholder {
  color: var(--rr-color-text-body);
}
.footer-widget .footer-form .form-control:-ms-input-placeholder {
  color: var(--rr-color-text-body);
}
.footer-widget .footer-form .submit {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  border-radius: 4px;
}
.footer-widget .address-list {
  list-style: none;
  margin-bottom: 30px;
}
.footer-widget .address-list li {
  font-family: var(--rr-ff-body);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  column-gap: 10px;
}
.footer-widget .address-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-widget .address-list li i {
  color: var(--rr-color-theme-primary);
  line-height: 1;
  margin-top: 6px;
}
.footer-widget .address-list li a {
  border-bottom: 1px solid transparent;
}
.footer-widget .address-list li a:hover {
  color: var(--rr-color-theme-primary);
  border-bottom: 1px solid var(--rr-color-theme-primary);
}
.footer-widget .social-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.footer-widget .social-list li a {
  background-color: transparent;
  color: var(--rr-color-common-white);
  font-size: 14px;
  height: 40px;
  width: 40px;
  border-radius: 0;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-widget .social-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.footer-widget .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.footer-widget .form-check {
  margin-top: 30px;
}
.footer-widget .form-check .form-check-input {
  background-color: var(--rr-color-border-1);
  border: none;
  box-shadow: none;
  height: 17px;
  width: 17px;
}
.footer-widget .form-check .form-check-input:checked[type=checkbox] {
  box-shadow: none;
}
.footer-widget .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.footer-widget.footer-col-2 {
  padding-left: 70px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.footer-col-2 {
    padding-left: 0;
  }
}
.footer-widget.footer-col-2 .footer-list li a {
  position: relative;
  padding-left: 30px;
}
.footer-widget.footer-col-2 .footer-list li a:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f356";
  color: var(--rr-color-text-body);
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer-widget.footer-col-2 .footer-list li a:hover:before {
  color: var(--rr-color-theme-primary);
  left: 5px;
}
.footer-widget.widget-3 {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.widget-3 {
    padding-left: 0;
  }
}
.footer-widget.footer-col-4 .footer-form .submit {
  position: inherit;
  transform: translate(0);
  margin-top: 10px;
}

.copyright-content {
  border-top: 1px solid var(--rr-color-border-1);
  padding: 20px 0;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .copyright-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-content {
    row-gap: 20px;
    padding: 40px 0;
  }
}
.copyright-content p {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  margin: 0;
  text-align: right;
}
.copyright-content p span {
  color: var(--rr-color-theme-primary);
}
@media only screen and (max-width: 992px) {
  .copyright-content p {
    margin-top: 10px;
    text-align: center;
  }
}
.copyright-content .footer-img-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .copyright-content .footer-img-wrap {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-content .footer-img-wrap {
    flex-direction: column;
    row-gap: 10px;
  }
}
.copyright-content .footer-img-wrap span {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}
.copyright-content .footer-img-wrap .footer-img {
  margin-left: 10px;
}
.copyright-content .footer-img-wrap .footer-img img {
  max-width: 265px;
  width: 100%;
}
/* !END: Theme Footer CSS */

/*# sourceMappingURL=main.css.map */

/*/CUSTOM CSS/*/
.button_1 {background-color: #81c784; color: var(--rr-color-common-white) !important; display: inline-block; text-align: center; font-size: 12px; font-weight: 600; text-transform: uppercase; padding: 10px 20px; border-radius: 4px; opacity: 1; transition: all 0.5s;}
.button_2 {background-color: var(--rr-color-theme-primary); color: var(--rr-color-common-white) !important; display: inline-block; text-align: center; font-size: 12px; font-weight: 600; text-transform: uppercase; padding: 10px 20px; border-radius: 4px; opacity: 1; transition: all 0.5s;}
.button_3 {background-color: #a2e7e7; color: var(--rr-color-common-white) !important; display: inline-block; text-align: center; font-size: 12px; font-weight: 600; text-transform: uppercase; padding: 10px 20px; border-radius: 4px; opacity: 1; transition: all 0.5s;}
.button_1:hover, .button_2:hover, .button_3:hover {opacity: 0.9;}

.header .primary-header-inner:before {display: none;}
.header-right>a {display: inline-block; color: #fff; border-radius: 4px; padding: 10px 15px; background-color: var(--rr-color-theme-primary);}
.header .primary-header-inner {padding: 0 0;}
.header-right-item .icon {font-size: 22px; display: none;}
.logo {width: 140px; display: block;}
.logo img {width: 100%; height: 100%; object-fit: contain;}
.shop-content .review-wrap .review li i, .shop-content .review-wrap .review + span {font-size: 11px;}
.shop-item .shop-thumb img {object-fit: contain;}
.cart-section, .checkout-section {padding: 50px 0;}
.header {z-index: 990; margin-bottom: -5px;}
.header .primary-header-inner {border-radius: 0;}
.primary-header {background-color: var(--rr-color-heading-primary);}
.form-item {text-align: left;}
.shop-content .price {flex-wrap: wrap;}

.category-top {padding: 15px; background-color: #ecf8f8;}


/*/BANNER/*/
.banner {position: relative; z-index: 99;}
.banner_other {display: block; height: 300px; overflow: hidden; position: relative;}
.banner_home {display: -webkit-box; height: auto; overflow: hidden; position: relative;}
.banner_home video {height: 100%; width: 100%; object-fit: cover;}

.banner_img {height: 100%; width: 100%;}
.banner_img img {width: 100%; height: 100%; object-fit: cover; transform: scale(1.0); transition: all 14s;}

.banner_info {position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: grid; align-items: center; background-color: transparent; text-align: center; z-index: 99;}
.banner_info h6 {color: #fff; font-size: 20px; font-family: 'Arial', sans-serif; letter-spacing: 1px;}
.banner_info h3 {font-size: 70px; font-weight: 700; color: #fff; text-shadow: 2px 2px 5px #0000004a;}
.banner_info p {color: #fff; font-size: 22px; letter-spacing: 0.3px; text-shadow: 2px 2px 5px #0000004a;}
.banner_other .banner_info h3 {font-size: 60px;}

.banner_home h6 {position: relative; top: 80px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home h3 {position: relative; top: -150px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home p {position: relative; top: -60px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home a:not(.banner_img) {position: relative; top: 100px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}

.bnnrAnimate h6, .bnnrAnimate h3, .bnnrAnimate p, .bnnrAnimate a {top: 0 !important; opacity: 1 !important;}
/*.bnnrAnimate.banner_img img {transform: scale(1.1);}*/

.slideLeft, .slideRight {position: absolute; top: 0; bottom: 0; width: auto; height: 100%; z-index: 999; display: grid; justify-content: center; align-items: center; opacity: 0;}
.slideLeft {left: 15px;}
.slideRight {right: 15px;}
.slideLeft i, .slideRight i {color: #fff; height: 36px; width: 36px; border-radius: 3px; background-color: #000; display: grid; align-items: center; justify-content: center; cursor: pointer; opacity: 0.4; transition: all 0.5s;}
.slideLeft:hover i, .slideRight:hover i {opacity: 1;}
.banner:hover .slideLeft, .banner:hover .slideRight {opacity: 1;}

/*/Products/*/
/*.product_list_video {background-color: #eee;}*/
/*.product_list_video .product_box {width: 50%; margin: auto;}*/
.product_box {overflow: hidden; border-radius: 3px; position: relative; margin: 3px 4px;}
.product_box iframe {height: 100%; width: 100%; object-fit: contain;}
.product_box .product_img {height: 250px; width: 100%; overflow: hidden; display: block; background-color: #eee;}
.product_box .product_img_video {height: 300px; width: 100%; overflow: hidden; display: block; background-color: #eee;}
.product_box .product_img img, .product_box .product_img_video img {height: 100%; width: 100%; object-fit: contain; background-color: #ddd;}
/*.product_box .product_img_video img {object-fit: cover;}*/
.product_box .product_info {padding: 10px 0;}
.product_list_video .product_box .product_info {padding: 10px 15px; background-color: #eee;}
.product_info h6 {font-weight: 400; color: #666; font-size: 14px;}
.product_info .price {font-weight: 800; color: #222; font-size: 14px; margin: 8px 0 12px;}
.product_info .price span {text-decoration: line-through; color: #777; font-weight: 500;}
.product_info a {border: 1px solid #444; color: #222; display: block; width: max-content; border-radius: 3px; padding: 5px 15px; text-align: center; font-size: 13px; transition: all 0.5s;}
.product_info a:hover {border: 1px solid #145fcf; color: #fff; background-color: #145fcf;}

.product_variant_slider {display: -webkit-box; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; cursor: grab;}
.product_variant_slider:active {cursor: grabbing;}
.product_variant_slider_item {scroll-snap-align: start; user-select: none; -webkit-user-drag: none; width: 100%;}
.product_variant_slider::-webkit-scrollbar {height: 0}
.product_variant_slider a {pointer-events: auto;}

/*/Product Details/*/
.bread_cums {display: flex; flex-wrap: wrap; align-items: center; grid-column-gap: 5px; position: relative; list-style: none;}
.bread_cums li:after {content: "/"; margin-left: 5px;}
.bread_cums li a {font-size: 14px; color: #444;}
.bread_cums li:last-child a {font-size: 14px; color: #888;}
.bread_cums li:last-child:after {content: "";}

.product_details .product_name
.product_images {display: grid; grid-gap: 10px; grid-template-columns: repeat(2, 1fr); padding-bottom: 30px;}
.product_images a {background-color: #eee; border-radius: 2px; height: 350px; position: relative; display: block;}
.product_images a img {height: 100%; width: 100%; object-fit: contain;}
.product_images a:after {content: "+"; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #00000050; display: grid; align-items: center; justify-content: center; color: #fff; font-size: 30px; font-weight: 400; opacity: 0; visibility: hidden; transition: all 0.5s;}
/*.product-details-wrap {position: sticky; top: 72px; z-index: 9;}*/
.product_details .product_name {font-size: 24px; font-weight: 600;}
._highLights {display: flex; flex-wrap: wrap; grid-gap: 5px;}
._highLights li{border: 1px solid #c9a5b3; color: #666; background-color: #f5f5f5cc; font-size: 12px; border-radius: 10px; padding: 5px 10px;}



._features_tab ul {display: flex; grid-gap: 15px; margin-bottom: 15px; border-bottom: 1px solid #ddd; list-style: none;}
._features table th{text-transform: capitalize; font-size: 13px; font-weight: 500; padding: 3px 0px; width: 200px;}
._features table td{font-size: 13px; padding: 3px 0px;}

._features_tab ul {display: flex; grid-gap: 15px; margin-bottom: 15px; border-bottom: 1px solid #ddd;}
._features_tab ul li {font-size: 14px; cursor: pointer;}
.details_title {font-size: 14px; font-weight: 600;}

.product_images a:hover:after {opacity: 1; visibility: visible;}

.seller_logo {width: 65px; height: 65px; border-radius: 50%; overflow: hidden;}
.seller_logo img {height: 100%; width: 100%; object-fit: contain;}

.ratings {display: flex; align-items: center; grid-gap: 3px;}
.ratings li span {color: #ccc;}
.ratings li span.checked {color: #e01462;}

.action_area {padding: 15px 0; margin-top: 20px; position: sticky; bottom: 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; display: flex; align-items: center; justify-content: end; grid-gap: 15px; background-color: #fff;}
.qnty_input {display: flex; align-items: center;}
.qnty_input span {width: 40px; height: 40px; border: 1px solid #ccc; display: grid; align-items: center; justify-content: center; line-height: 0; cursor: pointer;}
.qnty_input input {width: 50px; height: 40px; border: 1px solid #ccc; text-align: center;}

.selectVariant {min-width: 130px; padding: 10px 9px 9px; border-radius: 5px; border: 1px solid #ddd; position: relative;}
.selectVariant input[type='radio'] {position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 3; opacity: 0; cursor: pointer;}
.selectVariant input[type='radio'] + span {opacity: 0; visibility: hidden; position: absolute; right: 6px; bottom: 5px; color: var(--rr-color-theme-primary); background-color: #fff;}
.selectVariant.active {outline: 1px solid var(--rr-color-theme-primary);}
/*.selectVariant input[type='radio']:checked + span {opacity: 1; visibility: visible;}*/

.product-details-wrap .product-gallary-thumb .thumb-item img {height: 100%; width: 100%; object-fit: contain;}
.section-heading .section-title {font-size: 20px; margin-bottom: 0 !important;}

/*/Cart Page/*/
.cart_flex {display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 5px;}
.cart_box {display: flex; align-items: center; flex-wrap: wrap; grid-column-gap: 10px; padding: 10px 0; border: 1px solid #ddd; background-color: #fff; position: relative; border-radius: 4px;}
.prod_qnty {width: 85px; margin-left: 10px;}
.prod_qnty .prod_img {width: 100%; height: 88px; margin: auto; background-color: #eee; border-radius: 5px; display: block; text-align: center;}
._qnty {width: 85px; height: 30px; margin: auto; margin-top: 2px; display: flex; align-items: center; justify-content: space-between;}
._qnty .minus, ._qnty .plus {background-color: var(--rr-color-theme-primary); color: #fff; font-size: 9px; display: grid; align-items: center; justify-content: center; height: 26px; width: 26px; border-radius: 3px; line-height: 1; position: relative; z-index: 9; cursor: pointer;}
._qnty input {background-color: transparent; width: 40px; height: 27px; font-size: 13px; padding: 4px 2px; text-align: center; border: 1px solid #ddd; border-radius: 3px;}
.cart_box .cart_prod_info {width: calc(100% - 110px); padding-left: 15px;}

.save_or_delete {width: 100%; display: flex; align-items: center; justify-content: space-between; grid-column-gap: 5px; margin-top: 2px;}
/*.save_or_delete a, .save_or_delete span {display: block; padding: 5px; text-align: center; font-size: 14px;}*/
.cart_box .remove_item {position: absolute; top: 0; right: 0; padding: 10px;}
.cart_box .remove_item i {color: #a19d9d;}

/*.cart_line {padding: 15px; background-color: #fff; border-bottom: 1px dashed #ddd; text-align: left;}*/
.price_details {font-family: 'Arial'; background-color: #fff; border: 1px solid #ddd;}
.price_details table td {padding: 5px 15px; font-size: 14px; text-transform: capitalize;}
.price_details table tr:last-child td {border-top: 1px dashed #ddd; padding: 10px 15px;}


/*/Cart-Wishlist/*/
.item_list {padding: 20px 0; display: flex; align-items: center; border-top: 1px solid #ddd;}
.item_list .item_img {height: 100px; width: 85px; overflow: hidden; display: block;}
.item_list .item_img img {height: 100%; width: 100%; object-fit: contain; background-color: #eee; border-radius: 2px;}
.item_info {width: calc(100% - 85px); padding-left: 20px; display: flex;}
.item_info div {display: grid; grid-gap: 5px;}
.item_info h6 {margin-bottom: 0; font-size: 15px;}
.item_info h6 small {font-size: 12.5px; color: #666;}
.price_info {display: flex !important; align-items: center; justify-content: space-between; width: 40%;}
.cart_prod_info p {line-height: 20px;}

.checkout_box {background-color: #fff; border-color: #fff; box-shadow: 0 1px 40px 0 rgba(0,0,0,.1); position: sticky; top: 72px; height: auto;}
.checkout_head {display: flex; align-items: center; justify-content: space-between; padding: 20px;}
.checkout_body {background-color: #fff;}

.pay_btn label {border: 1px solid #ddd; border-radius: 3px; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
._wtSwtBgDiv ._wtBgSuccess {background-color: var(--rr-color-theme-primary) !important;}

.addr_type {display: flex; align-items: center; justify-content: space-between;}
/*.select_address {position: relative;}*/
.select_address a {position: absolute; top: 5px; right: 5px; z-index: 20; display: none;}
.active_addr .select_address a {display: block;}
.select_address>div {position: relative; z-index: 9;}
.select_address input[type='radio'] {position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; z-index: 10; cursor: pointer;}
.select_address input[type='radio'] + span {position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; border-radius: 4px; opacity: 0; overflow: hidden;}
.select_address input[type='radio']:checked + span {border: 1.5px solid var(--rr-color-theme-primary); opacity: 1;}
.select_address input[type='radio'] + span:after {content: ""; height: 50px; width: 50px; background-color: var(--rr-color-theme-primary); transform: rotate(45deg); display: block; position: absolute; right: -24px; bottom: -24px;}
.select_address input[type='radio'] + span i {position: absolute; right: 0; bottom: -3px; padding: 5px; color: #fff; z-index: 15; font-size: 14px;}

.active_addr .select_address input[type='radio'] {display: none;}
.addr_form_hld {position: relative; z-index: 99;}

.nice-select .list {max-height: 200px; overflow-y: auto;}

.form_inputs {margin-bottom: 15px;}
.form_inputs label {font-size: 14px; margin-bottom: 2px;}
.form_inputs input, .form_inputs select, .form_inputs textarea {width: 100%; border: 1px solid #ddd; font-size: 14px; padding: 8px 10px; border-radius: 4px;}
.flex_mob_input {display: flex;}
.form_heaidng {display: flex; align-items: center; justify-content: space-between; padding: 15px; background-color: #efefef;}


/*/Profile Pages/*/
.profile {padding: 30px 100px;}
.acc_top_fix {width: 100%; position: sticky; top: 0; padding-top: 5px;}
.profile_view_head {padding: 15px; padding-bottom: 10px; background-color: #ecf8f8; border-radius: 5px;}
.acc_top_fix ul {list-style: none; margin: 0; padding: 0; border: 1px solid #eee; margin: 5px 0; border-radius: 5px; border-top: none;}
.acc_top_fix ul li a {display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 12px 15px; border-top: 1px solid #eee;}
.acc_top_fix ul li.active a {color: var(--rr-color-theme-primary);}
.acc_top_fix ul li a span + i {font-size: 12px; opacity: 0.5;}

.profile_view {border: 1px solid var(--rr-color-theme-primary); border-radius: 5px; overflow: hidden;}
.profile_head {display: flex; align-items: center; justify-content: space-between; padding: 20px 15px; background-color: #ecf8f8; margin-bottom: 10px;}
.profile_view .form_bg {padding: 8px 15px;}
.profile_view .form_bg h6 {margin-bottom: 2px;}

.account_actions {position: absolute; top: 4px; right: 8px; display: flex; align-items: center; grid-gap: 5px;}
.account_actions a {border: 1px solid #eee; border-radius: 3px; height: 27px; width: 27px; display: grid; align-items: center; justify-content: center; text-align: center; opacity: 0.9;}

.filter_head {padding: 16px 0;}
.filter_sort {display: flex; margin-bottom: 7px;}
.filter_sort .nice-select {width: 100%; line-height: 30px; font-size: 16px;}
.shop-tab-nav .nav.nav-tabs {padding: 1px 7px !important; column-gap: 4px !important;}
.shop-tab-nav .nav.nav-tabs button {padding: 2px !important;}
#nav-tab button.nav-link {padding: 2px 5px !important;}
.shop-grid-left .top-grid-content .shop-tab-nav {column-gap: 4px !important;}
.tab-content .tab-pane {margin-top: 0;}

.productCartButton button, .productCartButton a {width: 100%}

.form_input input, .form_input textarea {width: 100%; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; padding: 10px;}
.reload_icn {display: grid; justify-content: center; align-content: center; height: 100%; width: 60px; background-color: #eee; border-radius: 4px; cursor: pointer; color: #333;}

.mt-cursor {display: none !important;}

/*/FONT-SIZE/*/
.fs_4 {font-size: 4px !important;}
.fs_6 {font-size: 6px !important;}
.fs_8 {font-size: 8px !important;}
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}

/*/Font Weight/*/
.fw_200 {font-weight: 200 !important;}
.fw_300 {font-weight: 300 !important;}
.fw_400 {font-weight: 400 !important;}
.fw_500 {font-weight: 500 !important;}
.fw_600 {font-weight: 600 !important;}
.fw_700 {font-weight: 700 !important;}
.fw_800 {font-weight: 800 !important;}
.fw_900 {font-weight: 900 !important;}

.clip_1 {-webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_2 {-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_3 {-webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_4 {-webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_5 {-webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_6 {-webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_7 {-webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_8 {-webkit-line-clamp: 8; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #0000005c; z-index: 999999; visibility: hidden;}
.new_modal .modal_content {max-height: 100vh; overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_1000 {min-width: 320px; max-width: 1000px;}
.new_modal .w_320 {min-width: 320px; width: 320px;}
.new_modal .w_400 {min-width: 320px; width: 400px;}
.new_modal .w_500 {min-width: 320px; width: 500px;}
.new_modal .w_600 {min-width: 320px; width: 600px;}
.new_modal .w_700 {min-width: 320px; width: 700px;}
.new_modal .w_800 {min-width: 320px; width: 800px;}
.new_modal .w_900 {min-width: 320px; width: 900px;}
.new_modal .w_1000 {min-width: 320px; width: 1000px;}
.new_modal .w_fit {min-width: 320px; width: 100%;}
.new_modal .mh_auto {min-height: 100px; height: auto;}
.new_modal .mh_fit {height: 100vh;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 59px; background-color: #fff; border-bottom: 1px solid #ddd;}
.new_modal .modal_head h6, .new_modal .modal_head i {padding: 15px; color: #39363a; font-weight: bold;}
.new_modal .modal_head i {cursor: pointer;}
.new_modal .modal_body {max-height: calc(100vh - 120px); min-height: 100px; padding: 20px 15px 25px; overflow-y: auto;}
.new_modal .mh_fit .modal_body {height: 100vh !important;}
.new_modal .modal_footer {padding: 5px 15px; height: 60px; background-color: #eee; display: flex; align-items: center; grid-gap: 5px;}

.new_modal .input_flex {border: 1px solid #aaa;}
.new_modal .input_flex span {padding: 0 4px 0 10px;}
.new_modal .input_flex input {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex textarea {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex select {color: #111; width: 100%; border: none; padding: 21px 8px 6px; font-size: 15px;}
.new_modal .modal_footer button {padding: 13px 25px;}
/*/Modla Ends/*/

/*/Product Showcase/*/
._heading {padding: 10px; display: flex; align-items: center; justify-content: space-between;}
._heading h4 {font-size: 20px;}
._heading a {background-color: #f67813; display: inline-block; color: #fff; text-transform: uppercase; font-size: 14px; padding: 8px 16px 7px; border-radius: 3px;}

.prod_slide {width: 100%; padding-bottom: 0px; overflow-x: auto; overflow-y: hidden;}
.prod_slide::-webkit-scrollbar, .prod_grid::-webkit-scrollbar {height: 0;}

.prod_grid {width: 100%; display: -webkit-box; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; cursor: grab; overflow-y: hidden; user-select: none; padding: 0; grid-gap: 10px}
.prod_grid:active {cursor: grabbing;}
.prod_grid::-webkit-scrollbar {height: 0}
.prod_box {scroll-snap-align: start; user-select: none; -webkit-user-drag: none; height: auto; position: relative; z-index: 9; overflow: hidden; padding: 0}
.prod_box a {pointer-events: auto;}

.prod_grid_5 {display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 10px;}

/*.prod_box:after {content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: 1px solid transparent; transition: all 0.5s; z-index: -1;}
.prod_box:hover:after {border: 1px solid #024d9e;}*/
.prod_off {height: 200px; background-color: #f3f3f3; padding: 10px;}
.prod_img {display: block; height: 100%; width: 100%;}

.prod_off_info {text-align: center; padding: 6px 0;}
.prod_info {text-align: center; padding: 6px 0;}
.prod_cat_name {font-size: 12px; text-transform: uppercase; letter-spacing: 0.2px; color: #666; margin-bottom: 0;}
.prod_off_info .prod_price {font-size: 15px; color: #28a745; margin-bottom: 0; font-weight: 500;}
.prod_info .prod_price {font-size: 15px; line-height: 15px; margin-top: 4px; color: #f67813; margin-bottom: 5px; font-weight: 500; font-family: 'Roboto,Arial',sans-serif;}
.prod_name {margin-bottom: 0; font-size: 15px; color: #222;}

.prod_footer {position: absolute; bottom: -50%; left: 0; width: 100%; text-align: center; transition: all 0.5s;}
.prod_footer a {background-color: #024d9e; color: #fff; display: block; padding: 7px 12px; font-size: 14px;}
.prod_box:hover .prod_footer {bottom: 0;}

.product_show_sec {display: flex; justify-content: space-between; background-color: #fff;}
._allProd_sec {width: 80%; padding: 5px;}
.prod_showcase {width: 100%; display: flex; flex-wrap: wrap;}

.category-img {margin-top: 8px;}
.category-img img {height: 100px; width: 100px; object-fit: contain;}


@media only screen and (max-width:576px) {
    .category-img img {height: 60px; width: 60px; object-fit: contain;}
    .banner_home {overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;}
    .banner_home .banner_img {scroll-snap-align: center;}
    .mobile-side-menu.is-open + .nav_bg {display: block; position: fixed; left: 0; top: 0; width: 100vh; height: 100vh; background-color: #45bfbf75; z-index: 999;}
}

body {overflow-x: hidden !important;}
.no_scroll {overflow-y: hidden !important;}

.prodSlide {display: flex; flex-wrap: wrap; grid-gap: 10px;}

/*//////////Responsive//////////*/
@media only screen and (max-width: 992px){
  .header-right-item .icon {display: block;}
  .header-right-item {display: flex; align-items: center; grid-gap: 27px;}
  .page-header-content {padding: 50px 0 50px 0;}
  .page-header-content .title {font-size: 24px;}
  .page-header-content .sub-title .home, .page-header-content .sub-title .inner {font-size: 15px;}
  .filter_box {position: fixed; left: -100%; top: 0; width: 100%; height: 100vh; overflow-y: auto; background-color: #fff; z-index: 99999; transition: all 0.5s;}
  .filter_box_open {left: 0;}
  .filter_head {padding: 20px 15px; display: flex; align-items: center; justify-content: space-between; background-color: #ecf8f8;}
/*  .filter_head .sidebar-header {margin-bottom: 0;}*/
  .filter_sort {margin-bottom: 0; position: sticky; top: 0; z-index: 9; background-color: #fff;}
/*  .filter_sort {padding: 0 15px;}*/
  .primary-header {background-color: #fff;}
  .header.sticky-active {position: sticky; top: -43px;}
  .header-right>a {margin-right: 30px;}
  .header .primary-header-inner {padding: 8px 0;}
  .mobile-side-menu {z-index: 9999;}
  .mobile-side-menu .side-menu-head {padding-bottom: 20px; margin-bottom: 0; border-bottom: 1px solid #ddd;}
  .mobile-side-menu {padding-top: 20px;}
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {top: 30px;}
  .header .header-middle .header-middle-inner {display: none;}
  .mobile-side-menu-toggle i {line-height: inherit;}
  .shop-grid-left, .product_footer {margin-bottom: 20px;}
  .profile {padding: 30px;}
  #scroll-percentage {display: none !important;}
}

@media only screen and (max-width: 767px){
  .header-right>a {display: none;}
  .section-heading .section-title {font-size: 20px;}
  .shop-content {padding: 15px 10px;}
  .shop-content .category {margin-bottom: 5px; font-size: 11px;}
  .shop-content .title {font-size: 14px; font-weight: 500;}
  .shop-content .review-wrap {margin-top: 0px;}
  .shop-content .price {margin-top: 0px; font-size: 14px; flex-wrap: wrap;}
  .space-border {padding-bottom: 15px;}
  .heading-space {row-gap: 20px;}
  .logo {width: 110px;}
  .primary-header.fixed .primary-header-inner {padding: 10px 20px;}
  .section-heading {margin-bottom: 20px;}
  .shop-content .review-wrap .review {display: flex;}
  .page-header-content {display: none;}
  .cart-section, .checkout-section {padding: 0;}
  .tab-content .tab-pane {margin-top: 15px;}
  .action_area {padding: 10px 0;}
  ._features table th {width: 130px}
  .selectVariant {padding: 5px 4px 4px}

  .acc_top_fix {position: fixed; top: 0; left: 0; height: 100vh; overflow-y: auto; z-index: 99990; background-color: #fff; padding: 0;}
  .acc_top_fix ul {border-radius: 0;}
  .addr_form_hld {position: fixed; left: 0; top: 0; height: 100vh; overflow-y: auto; overflow-x: hidden; background-color: #fff; z-index: 99990;}
  .addr_form_hld .form_heaidng {position: sticky; top: 0;}
  .addr_form_hld form.addr_form button {width: 49% !important;}
  .profile {padding: 0;}
/*  .profile_view_head {background-color: #eee; border-radius: 4px;}*/

  .profile_view {position: fixed; left: 0; top: 0; width: 100%; height: 100vh; overflow-y: auto; z-index: 99990; background-color: #fff;}
  .profile_head {position: sticky; top: 0; z-index: 9;}

  .product-details-wrap {margin-bottom: 10px;}
  .product-details-wrap .product-slider-wrap {grid-gap: 5px;}
  .product-details-wrap .product-gallary-thumb {height: auto; width: 100%; overflow-x: auto; order: 2;}
  .product-details-wrap .product-gallary {order: 1;}
  .product-details-wrap .product-gallary-thumb .swiper-wrapper {display: -webkit-box; width: 100%;}
  .product-details-wrap .product-gallary-thumb .swiper-slide {height: auto !important; width: auto; margin-bottom: 0 !important;}

  .place_btn {position: sticky; bottom: 0; background-color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 10px; z-index: 990;}
  .pxs {padding: 0;}

  .link_btns {padding: 20px 0 0;}
  .link_btns .link_tab {display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px;}
  .link_btns .link_tab a {display: block; padding: 7px 10px; font-size: 14px; font-weight: 600; text-align: center; border: 1px solid #ddd; border-radius: 4px;}

  .prod_grid_5 {grid-template-columns: repeat(3, 1fr);}
  
  .prodSlide {display: -webkit-box; overflow-x: auto; flex-wrap: inherit; padding: 2px 1px 7px;}
}

@media only screen and (max-width: 576px){
  .shop-item .shop-thumb {height: 180px;}
  .shop-item .shop-thumb .sale {left: 0; top: 0; padding: 3px 10px; font-size: 11px;}
  .top-grid-content .shop-tab-nav span {display: none;}
  .category-top .swiper-arrow {display: none;}
/*  .px_mb_0 {padding: 0;}*/
  ._qnty {width: 84px;}
  ._qnty input {width: 39px;}
  ._qnty .minus, ._qnty .plus {width: 28px;}
  .cart_box .cart_prod_info {padding-left: 2px;}
  .product-details-wrap .product-gallary .gallary-item {height: 280px;}
  .product-details-wrap .product-gallary-thumb .thumb-item {height: 80px; width: 80px;}
  .product_details .product_name, .section-heading .section-title {font-size: 18px;}
  .selectVariant p {font-size: 13px !important}
  .pt-50 {padding-top: 30px}
  .pb-50 {padding-bottom: 30px}
  .prod_grid_5 {grid-template-columns: repeat(3, 1fr);}
  .category-item {height: 100%;}
  .category-item .title {font-size: 12px;}
  .grid-shop .shop-content .title {font-size: 18px;}
  
  .footer-widget .footer-contact {display: flex; align-items: center; padding-bottom: 8px;}
}






/*/category/*/
.cat_grid {display: flex; flex-wrap: wrap; justify-content: center; width: 100%; grid-gap: 1px;}
.cat_box {background-color: #fff; padding: 10px; text-align: center; width: calc((100% / 6) - 1px); display: block;}
.cat_img {height: 120px; top: 0; margin: auto; margin-bottom: 5px; position: relative; transition: all 0.5s;}
.cat_img img {height: 100%; width: 100%; object-fit: contain; padding: 10px;}
.cat_info h6 {margin-bottom: 0; color: #333;}
.cat_box:hover .cat_img {top: -8px;}


/*/Sections/*/
._section {padding: 15px 0;}
.adv_auto {height: auto;}
.adv_250h {height: 250px; overflow: hidden; border-radius: 5px;}
.adv_400h {height: 400px; overflow: hidden; border-radius: 5px;}
.adv_357 {height: 380px;}

/*/Grids/*/
.grid_2 {display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 15px;}
.grid_4 {display: grid; grid-template-columns: repeat(4, 1fr);}
.grid_5 {display: grid; grid-template-columns: repeat(5, 1fr);}

.prod_slide_1 .prod_box {width: calc((100% / 1) - 7.5px); display: block;}
.prod_slide_2 .prod_box {width: calc((100% / 2) - 7.5px); display: block;}
.prod_slide_3 .prod_box {width: calc((100% / 3) - 7.5px); display: block;}
.prod_slide_4 .prod_box {width: calc((100% / 4) - 7.5px); display: block;}
.prod_slide_5 .prod_box {width: calc((100% / 5) - 7.5px); display: block;}
.prod_slide_6 .prod_box {width: calc((100% / 6) - 7.5px); display: block;}
.prod_slide_7 .prod_box {width: calc((100% / 7) - 7.5px); display: block;}
.prod_slide_8 .prod_box {width: calc((100% / 8) - 7.5px); display: block;}
.prod_slide_9 .prod_box {width: calc((100% / 9) - 7.5px); display: block;}
.prod_slide_10 .prod_box {width: calc((100% / 10) - 7.5px); display: block;}
.prod_slide_11 .prod_box {width: calc((100% / 11) - 7.5px); display: block;}
.prod_slide_12 .prod_box {width: calc((100% / 12) - 7.5px); display: block;}

@media only screen and (max-width:576px) {
  /*/Slide/*/
  .m_prod_slide_1 .prod_box {width: 100% !important;}
  .m_prod_slide_2 .prod_box {width: calc((100% / 2) - 7.5px) !important;}
  .m_prod_slide_3 .prod_box {width: calc((100% / 3) - 7.5px) !important;}
  .m_prod_slide_4 .prod_box {width: calc((100% / 4) - 7.5px) !important;}
  .m_prod_slide_5 .prod_box {width: calc((100% / 5) - 7.5px) !important;}
  .m_prod_slide_6 .prod_box {width: calc((100% / 6) - 7.5px) !important;}
}




