@charset "UTF-8";
.rr-product-action-btn-2 a svg, .rr-product-action-btn-2 button svg, .rr-collection-btn .rr-btn {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.rr-product-action-btn-3 a svg, .rr-product-action-btn-3 button svg, .rr-special-arrow button svg, .rr-product-action-btn a svg, .rr-product-action-btn button svg, .rr-product-add-cart-btn-large svg, .rr-order-details-icon span svg, .rr-cart-list tr td .rr-cart-action-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.rr-category-add-to-cart-4 svg {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* transform */
.rr-special-arrow button, .rr-featured-slider-arrow button:not(:last-child)::after, .rr-collection-countdown .rr-product-countdown ul li:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rr-category-add-to-cart-4 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rr-special-thumb img, .rr-featured-thumb, .rr-collection-thumb, .rr-collection-thumb-4, .rr-category-thumb-3, .rr-category-thumb-4, .rr-category-thumb-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rr-product-category > a, .rr-product-title, .rr-product-rating-text span, .rr-product-rating-text a, .rr-product-price, .rr-product-tab .nav-tabs .nav-item .nav-link, .rr-product-countdown-inner ul li, .rr-product-countdown-inner ul li span, .rr-product-add-cart-btn-large, .rr-product-gadget-categories-title, .rr-product-gadget-categories-list ul li a, .rr-product-gadget-categories-list ul li span, .rr-product-gadget-btn .rr-link-btn, .rr-product-gadget-banner-price, .rr-product-gadget-banner-title, .rr-product-category-content p, .rr-product-category-title {
  font-family: var(--tp-ff-roboto);
}

: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: #E53E3E;
  --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;
}

/**----------------------------------------
START: Template Default CSS
----------------------------------------*/
* {
  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: 35px;
  margin-bottom: 40px;
  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: "";
  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: "";
  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: "";
  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: 10px 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: 25px 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: 0;
  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-logo img {
  max-width: 170px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
.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: "";
  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: "";
  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: 10px 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);
  }
}
@media only screen and (max-width: 992px) {
  .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);
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu p {
    color: var(--rr-color-common-white);
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .list-header {
    color: var(--rr-color-common-white);
    font-family: var(--rr-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .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;
  }
}
@media only screen and (max-width: 992px) {
  .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: "";
}
.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.png), 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;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-people {
    display: none;
  }
}
.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 .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: 70px 60px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .discount-item {
    padding: 50px 20px;
  }
}
.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: #E53E3E;
  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: "";
  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: 350px;
}
.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;
}
.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: 30px;
  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: 12px;
  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: 20px;
  font-weight: 600;
  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: 16px;
  font-weight: 600;
  margin-top: 10px;
  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: 40px;
}
.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: 25px 30px;
}
.shop-sidebar:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .shop-sidebar {
    padding: 25px 20px;
  }
}
.shop-sidebar .sidebar-header {
  font-size: 18px;
  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: 100%;
}
@media only screen and (max-width: 767px) {
  .product-details-wrap .product-gallary .gallary-item {
    height: 450px;
  }
}
.product-details-wrap .product-gallary .gallary-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details-wrap .product-gallary-thumb {
  height: 375px;
}
@media only screen and (max-width: 767px) {
  .product-details-wrap .product-gallary-thumb {
    max-width: 100%;
    padding: 0 15px;
    left: 0;
  }
}
.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: 50px 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: "";
  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: "";
  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 */
div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .price, .rr-woo-price .price,
.woocommerce-grouped-product-list.group_table .price,
#woosc_table .tr-default.tr-price .price,
#woosq-popup .woocommerce-variation-price .price, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .woocs_price_code, .rr-woo-price .woocs_price_code,
.woocommerce-grouped-product-list.group_table .woocs_price_code,
#woosc_table .tr-default.tr-price .woocs_price_code,
#woosq-popup .woocommerce-variation-price .woocs_price_code {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  color: var(--rr-color-common-black);
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .price span, .rr-woo-price .price span,
.woocommerce-grouped-product-list.group_table .price span,
#woosc_table .tr-default.tr-price .price span,
#woosq-popup .woocommerce-variation-price .price span, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .woocs_price_code span, .rr-woo-price .woocs_price_code span,
.woocommerce-grouped-product-list.group_table .woocs_price_code span,
#woosc_table .tr-default.tr-price .woocs_price_code span,
#woosq-popup .woocommerce-variation-price .woocs_price_code span, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price td span, .rr-woo-price td span,
.woocommerce-grouped-product-list.group_table td span,
#woosc_table .tr-default.tr-price td span,
#woosq-popup .woocommerce-variation-price td span {
  font-weight: 600;
  font-size: 16px;
  color: var(--rr-color-common-black);
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .price del, .rr-woo-price .price del,
.woocommerce-grouped-product-list.group_table .price del,
#woosc_table .tr-default.tr-price .price del,
#woosq-popup .woocommerce-variation-price .price del, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .price ins, .rr-woo-price .price ins,
.woocommerce-grouped-product-list.group_table .price ins,
#woosc_table .tr-default.tr-price .price ins,
#woosq-popup .woocommerce-variation-price .price ins, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .woocs_price_code del, .rr-woo-price .woocs_price_code del,
.woocommerce-grouped-product-list.group_table .woocs_price_code del,
#woosc_table .tr-default.tr-price .woocs_price_code del,
#woosq-popup .woocommerce-variation-price .woocs_price_code del, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .woocs_price_code ins, .rr-woo-price .woocs_price_code ins,
.woocommerce-grouped-product-list.group_table .woocs_price_code ins,
#woosc_table .tr-default.tr-price .woocs_price_code ins,
#woosq-popup .woocommerce-variation-price .woocs_price_code ins, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price td del, .rr-woo-price td del,
.woocommerce-grouped-product-list.group_table td del,
#woosc_table .tr-default.tr-price td del,
#woosq-popup .woocommerce-variation-price td del, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price td ins, .rr-woo-price td ins,
.woocommerce-grouped-product-list.group_table td ins,
#woosc_table .tr-default.tr-price td ins,
#woosq-popup .woocommerce-variation-price td ins {
  text-decoration: none;
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .price del, .rr-woo-price .price del,
.woocommerce-grouped-product-list.group_table .price del,
#woosc_table .tr-default.tr-price .price del,
#woosq-popup .woocommerce-variation-price .price del, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .woocs_price_code del, .rr-woo-price .woocs_price_code del,
.woocommerce-grouped-product-list.group_table .woocs_price_code del,
#woosc_table .tr-default.tr-price .woocs_price_code del,
#woosq-popup .woocommerce-variation-price .woocs_price_code del, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price td del, .rr-woo-price td del,
.woocommerce-grouped-product-list.group_table td del,
#woosc_table .tr-default.tr-price td del,
#woosq-popup .woocommerce-variation-price td del {
  margin-left: 3px;
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .price del span, .rr-woo-price .price del span,
.woocommerce-grouped-product-list.group_table .price del span,
#woosc_table .tr-default.tr-price .price del span,
#woosq-popup .woocommerce-variation-price .price del span, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .woocs_price_code del span, .rr-woo-price .woocs_price_code del span,
.woocommerce-grouped-product-list.group_table .woocs_price_code del span,
#woosc_table .tr-default.tr-price .woocs_price_code del span,
#woosq-popup .woocommerce-variation-price .woocs_price_code del span, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price td del span, .rr-woo-price td del span,
.woocommerce-grouped-product-list.group_table td del span,
#woosc_table .tr-default.tr-price td del span,
#woosq-popup .woocommerce-variation-price td del span {
  font-weight: 600;
  font-size: 16px;
  text-decoration-line: line-through;
  color: var(--rr-color-text-body);
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .price ins span, .rr-woo-price .price ins span,
.woocommerce-grouped-product-list.group_table .price ins span,
#woosc_table .tr-default.tr-price .price ins span,
#woosq-popup .woocommerce-variation-price .price ins span, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price .woocs_price_code ins span, .rr-woo-price .woocs_price_code ins span,
.woocommerce-grouped-product-list.group_table .woocs_price_code ins span,
#woosc_table .tr-default.tr-price .woocs_price_code ins span,
#woosq-popup .woocommerce-variation-price .woocs_price_code ins span, div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--price td ins span, .rr-woo-price td ins span,
.woocommerce-grouped-product-list.group_table td ins span,
#woosc_table .tr-default.tr-price td ins span,
#woosq-popup .woocommerce-variation-price td ins span {
  color: var(--rr-color-theme-primary);
}

#woosq-popup .cart.grouped_form .woocommerce-grouped-product-list.group_table, .rr-woo-single-variation .cart.grouped_form .woocommerce-grouped-product-list.group_table {
  width: 100%;
  margin-bottom: 15px;
}
#woosq-popup .cart.grouped_form .woocommerce-grouped-product-list.group_table td, .rr-woo-single-variation .cart.grouped_form .woocommerce-grouped-product-list.group_table td {
  border: 1px solid #E0E2E3;
  padding: 10px 10px;
}
#woosq-popup .cart.grouped_form .woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__label label a, .rr-woo-single-variation .cart.grouped_form .woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__label label a {
  font-size: 16px;
  color: var(--rr-color-common-black);
}
#woosq-popup .cart.grouped_form .woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__label label a:hover, .rr-woo-single-variation .cart.grouped_form .woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--rr-color-theme-primary);
}
#woosq-popup .cart.grouped_form .woocommerce-grouped-product-list.group_table .rr-product-details-quantity, .rr-woo-single-variation .cart.grouped_form .woocommerce-grouped-product-list.group_table .rr-product-details-quantity {
  margin: 0;
}
#woosq-popup .cart.grouped_form .rr-btn.single_add_to_cart_button.button, .rr-woo-single-variation .cart.grouped_form .rr-btn.single_add_to_cart_button.button, #woosq-popup .cart.grouped_form div.woosw-list .single_add_to_cart_button.button#woosw_copy_btn, div.woosw-list #woosq-popup .cart.grouped_form .single_add_to_cart_button.button#woosw_copy_btn, .rr-woo-single-variation .cart.grouped_form div.woosw-list .single_add_to_cart_button.button#woosw_copy_btn, div.woosw-list .rr-woo-single-variation .cart.grouped_form .single_add_to_cart_button.button#woosw_copy_btn {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--rr-color-common-white);
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #E0E2E3;
  display: inline-block;
  background-color: var(--rr-color-theme-primary);
  transition: all 0.3s ease-in-out;
}
#woosq-popup .cart.grouped_form .rr-btn.single_add_to_cart_button.button:hover, .rr-woo-single-variation .cart.grouped_form .rr-btn.single_add_to_cart_button.button:hover, #woosq-popup .cart.grouped_form div.woosw-list .single_add_to_cart_button.button#woosw_copy_btn:hover, div.woosw-list #woosq-popup .cart.grouped_form .single_add_to_cart_button.button#woosw_copy_btn:hover, .rr-woo-single-variation .cart.grouped_form div.woosw-list .single_add_to_cart_button.button#woosw_copy_btn:hover, div.woosw-list .rr-woo-single-variation .cart.grouped_form .single_add_to_cart_button.button#woosw_copy_btn:hover {
  background-color: var(--rr-color-common-black);
  border-color: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
}

#woosq-popup .single_add_to_cart_button.product-add-cart-btn.button, .rr-woo-single-variation .single_add_to_cart_button.product-add-cart-btn.button {
  font-size: 16px;
  color: var(--rr-color-common-black);
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #E0E2E3;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
#woosq-popup .single_add_to_cart_button.product-add-cart-btn.button:hover, .rr-woo-single-variation .single_add_to_cart_button.product-add-cart-btn.button:hover {
  background-color: var(--rr-color-common-black);
  border-color: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
}
#woosq-popup .single_add_to_cart_button.product-add-cart-btn.button ~ #tp_wc-adding-button, .rr-woo-single-variation .single_add_to_cart_button.product-add-cart-btn.button ~ #tp_wc-adding-button {
  display: none;
}

.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter .filter-title {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter .filter-content {
  margin-top: 25px;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::after, .rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #DADADA;
  -webkit-transition: all 0.1s 0s ease-out;
  -moz-transition: all 0.1s 0s ease-out;
  -ms-transition: all 0.1s 0s ease-out;
  -o-transition: all 0.1s 0s ease-out;
  transition: all 0.1s 0s ease-out;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::before {
  content: "";
  font-family: var(--rr-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: 7px;
  left: 4px;
  font-size: 10px;
  line-height: 1;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item > label > a {
  color: var(--rr-text-1);
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item > label > a:hover {
  color: var(--rr-color-common-black);
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.active > label a {
  color: var(--rr-color-common-black);
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input {
  display: none;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input:checked ~ .term-label::before {
  color: var(--rr-color-theme-primary);
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input:checked ~ .term-label::after {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter .filter-items.filter-color {
  margin: 0;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right) > a::after {
  content: "";
  right: auto;
  top: 48%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: var(--rr-ff-fontawesome);
  background-image: none;
  background-color: transparent;
  font-size: 12px;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color {
  display: block;
  height: inherit;
  width: inherit;
  margin: inherit;
  margin-bottom: 5px;
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
  border: 0;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.rr-woo-shop-sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: var(--rr-text-1);
  position: relative;
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-woo-shop-sidebar .yith-wcan-reset-navigation.button {
  font-size: 16px;
  color: var(--rr-color-common-black);
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #E0E2E3;
}
.rr-woo-shop-sidebar .yith-wcan-reset-navigation.button:hover {
  background-color: var(--rr-color-common-black);
  border-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
}
.rr-woo-shop-sidebar .rr-shop-widget.widget_yith-woocommerce-ajax-navigation-filters,
.rr-woo-shop-sidebar .yith-wcan-filters {
  margin-bottom: 0 !important;
}
.rr-woo-shop-sidebar .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rr-woo-shop-sidebar .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text {
  margin-bottom: 10px;
}
.rr-woo-shop-sidebar .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text:not(:last-child) {
  margin-right: 10px;
}
.rr-woo-shop-sidebar .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text .term-label {
  display: inline-block;
  padding: 9px 13px;
  border: 1px solid #DADADA;
  line-height: 1;
}
.rr-woo-shop-sidebar .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text .term-label:hover {
  color: var(--rr-color-theme-primary);
}
.rr-woo-shop-sidebar .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text.active .term-label {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}

.rr-woo-input-field .select2-container .select2-selection--single, .rr-woo-checkout-input .select2-container .select2-selection--single, .rr-woo-cart-checkout .select2-container .select2-selection--single {
  height: auto;
  line-height: 1.1;
}
.rr-woo-input-field .select2-container--default .select2-selection--single .select2-selection__rendered, .rr-woo-checkout-input .select2-container--default .select2-selection--single .select2-selection__rendered, .rr-woo-cart-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--rr-color-common-black);
  line-height: 1.1;
}
.rr-woo-input-field .select2-container .select2-selection--single .select2-selection__rendered, .rr-woo-checkout-input .select2-container .select2-selection--single .select2-selection__rendered, .rr-woo-cart-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 19px 26px;
  text-align: left;
  white-space: initial;
}
.rr-woo-input-field .select2-container--default .select2-selection--single .select2-selection__arrow, .rr-woo-checkout-input .select2-container--default .select2-selection--single .select2-selection__arrow, .rr-woo-cart-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-woo-input-field .select2-container--default .select2-selection--single, .rr-woo-checkout-input .select2-container--default .select2-selection--single, .rr-woo-cart-checkout .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #E0E2E3;
  border-radius: 0;
}
.rr-woo-input-field .select2-selection .select2-selection--single[aria-expanded=true], .rr-woo-checkout-input .select2-selection .select2-selection--single[aria-expanded=true], .rr-woo-cart-checkout .select2-selection .select2-selection--single[aria-expanded=true] {
  border-color: var(--rr-color-common-black);
}

.rr-woo-input-field label, .rr-woo-checkout-input label {
  font-weight: 500;
  color: var(--rr-color-common-black);
  text-transform: capitalize;
}
.rr-woo-input-field label .required, .rr-woo-checkout-input label .required {
  color: red;
}
.rr-woo-input-field label .optional, .rr-woo-checkout-input label .optional {
  color: gray;
}
.rr-woo-input-field input[type]:not([type=checkbox], [type=radio]), .rr-woo-checkout-input input[type]:not([type=checkbox], [type=radio]), .rr-woo-input-field textarea, .rr-woo-checkout-input textarea {
  width: 100%;
  background: #FFFFFF;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #D5D8DB;
  color: var(--rr-color-common-black);
  height: 50px;
  line-height: 56px;
}
.rr-woo-input-field input[type]:not([type=checkbox], [type=radio]):focus, .rr-woo-checkout-input input[type]:not([type=checkbox], [type=radio]):focus, .rr-woo-input-field textarea:focus, .rr-woo-checkout-input textarea:focus {
  border-color: var(--rr-color-common-black);
}
.rr-woo-input-field textarea, .rr-woo-checkout-input textarea {
  line-height: 1.3;
  height: 200px;
  resize: none;
}
.rr-woo-input-field fieldset, .rr-woo-checkout-input fieldset {
  margin-top: 50px;
}
.rr-woo-input-field fieldset legend, .rr-woo-checkout-input fieldset legend {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--rr-color-common-black);
}

.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label span, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label span {
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label span::after, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label span::after, .rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label span::before, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label span::before, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label span::before {
  content: url("../img/product/icons/check.svg");
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border: 0;
  color: var(--rr-color-theme-primary);
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label span.active::after, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label span.active::after {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label span.active::before, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label span.active::before {
  visibility: visible;
  opacity: 1;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label span:hover, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label span:hover {
  color: var(--rr-color-theme-primary);
  cursor: pointer;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label input, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label input {
  display: none;
}

.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li input, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li input {
  display: none;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li input:checked + label::after, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li input:checked + label::after {
  border-color: var(--rr-color-theme-primary);
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li input:checked + label::before, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li label, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li label:hover, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li label:hover {
  cursor: pointer;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li label span, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li label span {
  color: var(--rr-color-theme-primary);
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li label::after, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.3s;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li label::before, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--rr-color-theme-primary);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.rr-woo-empty-cart {
  text-align: center;
  margin-bottom: 35px;
}
.rr-woo-empty-cart img {
  max-width: 450px;
}

.cart-empty.woocommerce-info {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 35px;
  border: 0;
  padding: 0;
  background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-woo-cart-table-list {
    overflow-x: scroll;
  }
}
.rr-woo-cart-table table tbody > tr:nth-child(2n+1) > td,
.rr-woo-cart-table table tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.rr-woo-cart-table table tbody tr:hover > td,
.rr-woo-cart-table table tbody tr:hover > th {
  background-color: transparent;
}
.rr-woo-cart-table table {
  border: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-woo-cart-table table {
    width: 840px;
  }
}
.rr-woo-cart-table table td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.rr-woo-cart-table table thead {
  background-color: #F1F3F4;
}
.rr-woo-cart-table table thead:first-child tr:first-child th {
  border: 0;
}
.rr-woo-cart-table table thead tr th {
  font-weight: 500;
  font-size: 14px;
  color: var(--rr-color-common-black);
  border: 0 !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  text-align: left;
  padding-left: 0;
  width: 240px;
}
.rr-woo-cart-table table thead tr th.product-name {
  padding-left: 30px;
  width: 44%;
}
.rr-woo-cart-table table thead tr th.product-remove-heading {
  width: 9%;
}
.rr-woo-cart-table table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.rr-woo-cart-table table tbody tr .product-thumbnail {
  width: 10%;
  padding: 20px 0;
  text-align: left;
}
.rr-woo-cart-table table tbody tr .product-thumbnail img {
  width: 85px !important;
}
.rr-woo-cart-table table tbody tr .product-name a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--rr-color-common-black);
  transition: all 0.3s;
}
.rr-woo-cart-table table tbody tr .product-name a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-woo-cart-table table tbody tr .product-name dl.variation {
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.rr-woo-cart-table table tbody tr .product-name dt.variation-Size {
  margin-right: 5px;
}
.rr-woo-cart-table table tbody tr .product-name dd.variation-Size {
  margin-left: 0;
}
.rr-woo-cart-table table tbody tr .product-name dd.variation-Size p {
  display: inline-block;
  margin-bottom: 0;
}
.rr-woo-cart-table table tbody tr .product-subtotal span, .rr-woo-cart-table table tbody tr .product-price span {
  font-size: 16px;
  color: var(--rr-color-common-black);
}
.rr-woo-cart-table table tbody tr .product-remove a {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
  text-decoration: none;
}
.rr-woo-cart-table table tbody tr .product-remove a:hover {
  color: red;
}
.rr-woo-cart-table table tbody tr .product-quantity .rr-product-quantity .rr-cart-input[type=text] {
  height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--rr-color-theme-primary);
  padding: 0 30px;
  border-radius: 20px;
}
.rr-woo-cart-table table tbody tr td {
  text-align: left;
  padding-left: 0;
}

.rr-woo-cart-coupon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-woo-cart-coupon {
    display: block !important;
  }
}
.rr-woo-cart-coupon button[disabled] {
  cursor: not-allowed;
  background-color: #E0E2E3;
}
.rr-woo-cart-coupon button[disabled]:hover {
  border-color: rgba(1, 15, 28, 0.1);
  background-color: #E0E2E3;
  color: var(--rr-color-common-black);
}

.rr-woo-cart-checkout .cart_totals > h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E0E2E3;
  display: none;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive {
  margin-bottom: 25px;
  border: 0;
  overflow: hidden;
  width: 100%;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive th, .rr-woo-cart-checkout table.shop_table.shop_table_responsive td {
  border: 0;
  text-align: left;
  padding: 0;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tr th {
  text-align: left;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tr td {
  text-align: right;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.cart-subtotal {
  border-bottom: 1px solid #E0E2E3;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.cart-subtotal th, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.cart-subtotal td {
  font-size: 20px;
  color: var(--rr-color-common-black);
  font-weight: 500;
  padding-bottom: 13px;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.cart-subtotal td {
  text-align: right;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.cart-discount th {
  text-align: left;
  border: 0;
  font-weight: 500;
  font-size: 15px;
  padding: 0;
  color: var(--rr-color-common-black);
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping th {
  display: inline-block;
  text-align: left;
  border: 0;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 3px;
  padding: 0;
  color: var(--rr-color-common-black);
  padding-top: 13px;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td {
  display: inline-block;
  border: 0;
  width: 130%;
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td {
    width: 125%;
  }
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method {
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li {
  list-style: none;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td #shipping_method li:not(:last-child) {
  margin-bottom: 4px;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-destination {
  margin-bottom: 0;
  color: var(--rr-color-common-black);
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-destination strong {
  font-weight: 600;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator {
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid #E0E2E3;
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.order-total th, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.order-total td {
  font-weight: 500;
  font-size: 18px;
  color: var(--rr-color-common-black);
}
.rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.order-total th strong, .rr-woo-cart-checkout table.shop_table.shop_table_responsive tbody tr.order-total td strong {
  font-weight: 500;
}

body.woocommerce-checkout {
  background-color: #EFF1F5;
}

.rr-woo-checkout-wrapper .woocommerce-billing-fields > h3, .rr-woo-checkout-wrapper .woocommerce-additional-fields > h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.rr-woo-checkout-wrapper .woocommerce-additional-fields > h3 {
  margin-bottom: 15px;
}
.rr-woo-checkout-wrapper .woocommerce-shipping-fields {
  margin-bottom: 17px;
}
.rr-woo-checkout-wrapper .woocommerce-shipping-fields > h3 label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.rr-woo-checkout-wrapper .woocommerce-shipping-fields > h3 label span {
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.rr-woo-checkout-wrapper .woocommerce-shipping-fields > h3 label span::after, .rr-woo-checkout-wrapper .woocommerce-shipping-fields > h3 label span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-woo-checkout-wrapper .woocommerce-shipping-fields > h3 label span::before {
  content: url("../img/product/icons/check.svg");
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border: 0;
  color: var(--rr-color-theme-primary);
}
.rr-woo-checkout-wrapper .woocommerce-shipping-fields > h3 label span:hover {
  color: var(--rr-color-theme-primary);
  cursor: pointer;
}
.rr-woo-checkout-wrapper .woocommerce-shipping-fields > h3 label input {
  display: none;
}
.rr-woo-checkout-wrapper .woocommerce-shipping-fields > h3 label input:checked ~ span::after {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-woo-checkout-wrapper .woocommerce-shipping-fields > h3 label input:checked ~ span::before {
  visibility: visible;
  opacity: 1;
}
.rr-woo-checkout-wrapper .woocommerce-account-fields {
  margin-top: 30px;
}
.rr-woo-checkout-wrapper .woocommerce-account-fields .create-account {
  margin-bottom: -5px;
}
.rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label span::after, .rr-woo-checkout-wrapper .woocommerce-account-fields .create-account label span::before {
  top: 3px;
}
.rr-woo-checkout-wrapper .cartmini__shipping {
  padding: 15px 30px 30px;
  background: #fff;
  margin-bottom: 24px;
}
.rr-woo-checkout-customer-details {
  padding: 45px 40px 24px;
  background-color: var(--rr-color-theme-primary);
}
.rr-woo-checkout-customer-details .woocommerce-account-fields p.form-row.form-row-wide.create-account.woocommerce-validated label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked ~ span::after {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-woo-checkout-customer-details .woocommerce-account-fields p.form-row.form-row-wide.create-account.woocommerce-validated label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked ~ span::before {
  visibility: visible;
  opacity: 1;
}
.rr-woo-checkout-order-details {
  padding: 44px 50px 50px;
}
.rr-woo-checkout-order-details .order-review-wrapper > h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.rr-woo-checkout-order-details table.shop_table {
  width: 100%;
  border: 0;
  margin-bottom: 0;
}
.rr-woo-checkout-order-details table.shop_table td, .rr-woo-checkout-order-details table.shop_table th {
  border: 0;
}
.rr-woo-checkout-order-details table.shop_table td {
  padding: 17px 0;
}
.rr-woo-checkout-order-details table.shop_table thead {
  background-color: transparent;
}
.rr-woo-checkout-order-details table.shop_table thead:first-child tr:first-child th {
  border: 0;
}
.rr-woo-checkout-order-details table.shop_table thead tr {
  border-bottom: 1px solid #E0E2E3;
}
.rr-woo-checkout-order-details table.shop_table thead tr th {
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-color-common-black);
  border: 0 !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  text-align: left;
  padding-left: 0;
}
.rr-woo-checkout-order-details table.shop_table thead tr th.product-total {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.rr-woo-checkout-order-details table.shop_table tbody tr {
  border-bottom: 1px solid #E0E2E3;
}
.rr-woo-checkout-order-details table.shop_table tbody tr td {
  font-size: 15px;
  text-align: left;
}
.rr-woo-checkout-order-details table.shop_table tbody tr td:not(.product-name) {
  text-align: right;
}
.rr-woo-checkout-order-details table.shop_table tbody tr td dl.variation {
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.rr-woo-checkout-order-details table.shop_table tbody tr td dt.variation-Size {
  margin-right: 5px;
}
.rr-woo-checkout-order-details table.shop_table tbody tr td dd.variation-Size {
  margin-left: 0;
}
.rr-woo-checkout-order-details table.shop_table tbody tr td dd.variation-Size p {
  display: inline-block;
  margin-bottom: 0;
}
.rr-woo-checkout-order-details table.shop_table tbody tr td strong {
  font-weight: 500;
  color: var(--rr-color-common-black);
}
.rr-woo-checkout-order-details table.shop_table tbody tr td.product-total {
  color: var(--rr-color-common-black);
}
.rr-woo-checkout-order-details table.shop_table tfoot tr:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr.cart-subtotal.dd th, .rr-woo-checkout-order-details table.shop_table tfoot tr.cart-discount th, .rr-woo-checkout-order-details table.shop_table tfoot tr.woocommerce-shipping-totals th {
  font-size: 15px;
  font-weight: 500;
  color: var(--rr-color-common-black);
}
.rr-woo-checkout-order-details table.shop_table tfoot tr.cart-subtotal.dd td, .rr-woo-checkout-order-details table.shop_table tfoot tr.cart-discount td, .rr-woo-checkout-order-details table.shop_table tfoot tr.woocommerce-shipping-totals td {
  color: var(--rr-color-theme-primary);
}
.rr-woo-checkout-order-details table.shop_table tfoot tr.order-total th, .rr-woo-checkout-order-details table.shop_table tfoot tr.order-total td {
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-common-black);
}
.rr-woo-checkout-order-details table.shop_table tfoot tr.order-total th strong, .rr-woo-checkout-order-details table.shop_table tfoot tr.order-total td strong {
  font-weight: 500;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr th {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr td {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr td[data-title=Shipping] {
  font-size: 14px;
  line-height: 1.3;
  color: red;
  width: 50%;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method {
  margin-bottom: 0;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li {
  list-style: none;
}
.rr-woo-checkout-order-details table.shop_table tfoot tr #shipping_method li:not(:last-child) {
  margin-bottom: 6px;
}
.rr-woo-checkout-order-details #payment ul li {
  list-style: none;
}
.rr-woo-checkout-order-details .wc_payment_methods {
  padding-left: 0;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method {
  list-style: none;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method:not(:last-child) {
  margin-bottom: 10px;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method input {
  display: none;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method input:checked ~ label::after {
  border-color: var(--rr-color-theme-primary);
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--rr-color-common-black);
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method label:hover {
  cursor: pointer;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--rr-color-theme-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method label a {
  margin-left: 20px;
  position: relative;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--rr-color-common-black);
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method .payment_box {
  position: relative;
  padding-top: 10px;
  display: none;
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method .payment_box::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.rr-woo-checkout-order-details .wc_payment_methods .wc_payment_method .payment_box p {
  background-color: #F6F7F9;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}
.rr-woo-checkout-order-details .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}
.rr-woo-checkout-order-details button[type=submit] {
  border-radius: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-theme-primary);
  padding: 11px 45px;
  background-color: var(--rr-color-common-black);
  margin-bottom: 15px;
}
.rr-woo-checkout-order-details button[type=submit]:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
  font-size: 14px;
  color: var(--rr-color-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 8px 26px;
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.woocommerce-form-coupon-toggle a,
.woocommerce-form-login-toggle a {
  display: inline-block;
  color: var(--rr-color-theme-primary);
  position: relative;
}
.woocommerce-form-coupon-toggle a::after,
.woocommerce-form-login-toggle a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--rr-color-theme-primary);
}

.woocommerce-ResetPassword.lost_reset_password.rr-woo-input-field > p {
  font-size: 15px;
}

.rr-woo-myaccount-login-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-woo-myaccount-register {
    margin-top: 50px;
  }
}
.rr-woo-myaccount-navigation ul {
  padding: 0 !important;
  margin: 0 0 25px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rr-woo-myaccount-navigation ul li {
  list-style: none;
}
.rr-woo-myaccount-navigation ul li:last-child a {
  border-right: 1px solid #E0E2E3;
}
.rr-woo-myaccount-navigation ul li a {
  display: inline-block;
  border: 1px solid #E0E2E3;
  border-right: 0;
  padding: 5px 20px;
}
.rr-woo-myaccount-navigation ul li.is-active a, .rr-woo-myaccount-navigation ul li.is-active a:hover {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary) !important;
  color: var(--rr-color-theme-primary);
}
.rr-woo-myaccount-content a {
  color: var(--rr-color-theme-primary);
}
.rr-woo-myaccount-content a:hover {
  text-decoration: underline;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive thead tr th {
  padding-left: 1.5rem;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive thead tr th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
  width: 25%;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td {
  font-size: 15px;
  text-align: left;
  padding: 1rem 1.5rem;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-number a {
  color: var(--rr-color-theme-primary);
  text-decoration: none;
  font-weight: 500;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a, .rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--rr-color-common-black);
  padding: 6px 18px;
  border: 1px solid rgba(1, 15, 28, 0.12);
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a:not(:last-child), .rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a:not(:last-child) {
  margin-right: 10px;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a:hover, .rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a:hover {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a.cancel:hover, .rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a.cancel:hover {
  background-color: #F1416C;
  border-color: #F1416C;
  color: var(--rr-color-theme-primary);
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-total span {
  color: var(--rr-color-theme-primary);
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-total del {
  font-weight: 400;
  font-size: 13px;
  color: var(--rr-text-1);
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-total ins {
  text-decoration: none;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-product a {
  color: var(--rr-color-common-black);
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-product a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status span, .rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status span {
  color: #ff9800;
  background-color: rgba(255, 152, 0, 0.1);
  font-size: 14px;
  display: inline-block;
  padding: 5px 16px;
  font-weight: 500;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status span {
  color: #7239ea;
  background-color: rgba(114, 57, 234, 0.1);
  font-size: 14px;
  display: inline-block;
  padding: 5px 16px;
  font-weight: 500;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status span {
  color: #3E97FF;
  background-color: rgba(62, 151, 255, 0.1);
  font-size: 14px;
  display: inline-block;
  padding: 5px 16px;
  font-weight: 500;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status span {
  color: #50CD89;
  background-color: rgba(80, 205, 137, 0.1);
  font-size: 14px;
  display: inline-block;
  padding: 5px 16px;
  font-weight: 500;
}
.rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status span, .rr-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status span {
  color: #F1416C;
  background-color: rgba(241, 65, 108, 0.1);
  font-size: 14px;
  display: inline-block;
  padding: 5px 16px;
  font-weight: 500;
}
.rr-woo-myaccount-order-table.is-download-table {
  margin-bottom: 70px;
}
.rr-woo-myaccount-order-table.is-download-table table {
  width: 100%;
}
.rr-woo-myaccount-order-view-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rr-woo-myaccount-order-status {
  border-top: 4px solid #FFB342;
  background-color: rgba(255, 179, 66, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 35px;
}
.rr-woo-myaccount-order-status p {
  margin-bottom: 0;
  color: var(--rr-color-common-black);
}
.rr-woo-myaccount-order-status p span {
  color: var(--rr-color-theme-primary);
  font-weight: 500;
}
.rr-woo-myaccount-address-title {
  font-weight: 500;
  margin-bottom: 15px;
}
.rr-woo-myaccount-address-msg {
  margin-bottom: 40px;
}

.rr-woo-order-payment-msg p {
  border-top: 4px solid var(--rr-color-theme-primary);
  background-color: #E53E3E;
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
  color: var(--rr-color-common-black);
}
.rr-woo-order-payment-msg p a {
  font-weight: 500;
  color: var(--rr-color-theme-primary);
  margin-right: 5px;
}
.rr-woo-order-payment-msg p a:hover {
  color: var(--rr-pink-1);
}
.rr-woo-order-customer-details-item {
  padding: 40px 40px;
}

.rr-woo-d-none {
  display: none;
}
.rr-woo-related-product-loop > div > div {
  margin-bottom: 0;
}
.rr-woo-action-btn {
  position: relative;
}
.rr-woo-action .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward) {
  font-size: 0;
  position: relative;
}
.rr-woo-action .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward) svg {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.rr-woo-action .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading .cart-icon {
  opacity: 0;
}
.rr-woo-action .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading .loading-icon {
  visibility: visible;
  opacity: 1;
}
.rr-woo-action .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward).added {
  display: none;
}
.rr-woo-action .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward) .loading-icon {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.rr-woo-action .rr-woo-add-cart-btn a.added_to_cart.wc-forward {
  font-size: 0;
  position: relative;
  color: var(--rr-color-common-black);
}
.rr-woo-action .rr-woo-add-cart-btn a.added_to_cart.wc-forward::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
}
.rr-woo-action .rr-woo-add-cart-btn a.added_to_cart.wc-forward::before {
  position: absolute;
  top: 50%;
  content: "View Cart";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 3px);
  font-weight: 600;
  font-size: 12px;
  color: var(--rr-color-common-white);
  background-color: var(--rr-color-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.rr-woo-action .rr-woo-add-cart-btn a.added_to_cart.wc-forward:hover {
  color: var(--rr-color-common-white);
}
.rr-woo-action .rr-woo-add-cart-btn a.added_to_cart.wc-forward:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(3px) translateY(-50%);
  -moz-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  -o-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
}
.rr-woo-action .rr-woo-quick-view-btn a svg {
  -webkit-transform: translateX(0) translateY(-1px);
  -moz-transform: translateX(0) translateY(-1px);
  -ms-transform: translateX(0) translateY(-1px);
  -o-transform: translateX(0) translateY(-1px);
  transform: translateX(0) translateY(-1px);
}
.rr-woo-action .rr-woo-add-to-compare-btn {
  font-size: 0;
}
.rr-woo-action .rr-woo-add-to-compare-btn a, .rr-woo-action .rr-woo-add-to-compare-btn button {
  font-size: 0;
}
.rr-woo-action .rr-woo-add-to-compare-btn .woosc-btn {
  position: relative;
}
.rr-woo-action .rr-woo-add-to-compare-btn .woosc-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
}
.rr-woo-action .rr-woo-add-to-compare-btn .woosc-btn.woosc-btn-added.woosc-added {
  color: var(--rr-color-theme-primary);
}
.rr-woo-action .rr-woo-add-to-compare-btn .woosc-btn.woosc-btn-added.woosc-added:hover {
  color: var(--rr-color-theme-primary);
}
.rr-woo-action .rr-woo-add-to-wishlist-btn button, .rr-woo-action .rr-woo-add-to-wishlist-btn a {
  font-size: 0;
}
.rr-woo-action .rr-woo-add-to-wishlist-btn button svg, .rr-woo-action .rr-woo-add-to-wishlist-btn a svg {
  -webkit-transform: translateY(2px) translateX(1px);
  -moz-transform: translateY(2px) translateX(1px);
  -ms-transform: translateY(2px) translateX(1px);
  -o-transform: translateY(2px) translateX(1px);
  transform: translateY(2px) translateX(1px);
}
.rr-woo-action .rr-woo-add-to-wishlist-btn button.woosw-btn.woosw-added svg, .rr-woo-action .rr-woo-add-to-wishlist-btn a.woosw-btn.woosw-added svg {
  -webkit-transform: translateY(1px) translateX(-2px);
  -moz-transform: translateY(1px) translateX(-2px);
  -ms-transform: translateY(1px) translateX(-2px);
  -o-transform: translateY(1px) translateX(-2px);
  transform: translateY(1px) translateX(-2px);
}
.rr-woo-action .rr-woo-add-to-wishlist-btn .rr-woo-tooltip {
  top: calc(50% - -2px);
}
.rr-woo-tooltip-left .rr-product-tooltip {
  left: auto;
  right: 100%;
}
.rr-woo-tooltip-left .rr-product-tooltip::before {
  left: auto;
  right: -13px;
  border-left: 8px solid var(--rr-color-common-black);
  border-right: 8px solid transparent;
}
.rr-woo-tooltip-right .rr-product-tooltip {
  left: 100%;
  right: auto;
}
.rr-woo-tooltip-right .rr-product-tooltip::before {
  left: -13px;
  right: auto;
  border-right: 8px solid var(--rr-color-common-black);
  border-left: 8px solid transparent;
}
.rr-woo-product-list-item .rr-woo-quick-view-btn a svg {
  -webkit-transform: translateX(0px) translateY(-1px);
  -moz-transform: translateX(0px) translateY(-1px);
  -ms-transform: translateX(0px) translateY(-1px);
  -o-transform: translateX(0px) translateY(-1px);
  transform: translateX(0px) translateY(-1px);
}
.rr-woo-breadcrumb {
  display: inline-block;
  color: var(--rr-color-common-black);
}
.rr-woo-breadcrumb-icon {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  display: inline-block;
  margin-right: 5px;
}
.rr-woo-breadcrumb a {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: var(--rr-text-1);
}
.rr-woo-breadcrumb a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-woo-breadcrumb span.dvdr {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
  margin: 0 8px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-woo-shop-page-title {
  font-weight: 500;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-woo-shop-sidebar-on-left {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-woo-shop-sidebar-on-right {
    margin-left: 0;
    margin-top: 50px;
  }
}
.rr-woo-shop-sidebar .widget_rating_filter ul li {
  list-style: none;
}
.rr-woo-shop-sidebar .widget_product_categories ul li {
  list-style: none;
}
.rr-woo-shop-sidebar .widget_product_categories ul li:not(:last-child) {
  margin-bottom: 5px;
}
.rr-woo-shop-sidebar .widget_product_categories ul li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--rr-text-body);
  position: relative;
  padding-left: 16px;
  width: 100%;
}
.rr-woo-shop-sidebar .widget_product_categories ul li a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #E7E7E7;
  border-radius: 50%;
  transition: all 0.3s;
}
.rr-woo-shop-sidebar .widget_product_categories ul li a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-woo-shop-sidebar .widget_product_categories ul li a:hover::after {
  background-color: var(--rr-color-theme-primary);
}
.rr-woo-shop-sidebar .widget_product_categories ul li ul.children {
  padding-left: 16px;
}
.rr-woo-shop-sidebar .widget_layered_nav ul li {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rr-woo-shop-sidebar .widget_layered_nav ul li:not(:last-child) {
  margin-bottom: 5px;
}
.rr-woo-shop-sidebar .widget_layered_nav ul li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--rr-text-body);
  position: relative;
  padding-left: 16px;
  width: 100%;
}
.rr-woo-shop-sidebar .widget_layered_nav ul li a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #E7E7E7;
  border-radius: 50%;
  transition: all 0.3s;
}
.rr-woo-shop-sidebar .widget_layered_nav ul li a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-woo-shop-sidebar .widget_layered_nav ul li a:hover::after {
  background-color: var(--rr-color-theme-primary);
}
.rr-woo-single-wrapper table.variations label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
  color: var(--rr-color-common-black);
}
.rr-woo-single-wrapper table.variations tbody tr {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.rr-woo-single-wrapper table.variations .tpwvs-attr-button {
  line-height: 1;
}
.rr-woo-single-wrapper .single_variation_wrap {
  margin-top: 15px;
}
.rr-woo-single-wrapper .single_variation_wrap .price span {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--rr-color-common-black);
}
.rr-woo-single-wrapper .single_variation_wrap .price del, .rr-woo-single-wrapper .single_variation_wrap .price ins {
  text-decoration: none;
}
.rr-woo-single-wrapper .single_variation_wrap .price del {
  margin-left: 3px;
}
.rr-woo-single-wrapper .single_variation_wrap .price del span {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #767A7D;
}
.rr-woo-single-wrapper .single_variation_wrap .price ins span {
  color: var(--rr-color-common-black);
}
.rr-woo-single-wrapper .woocommerce-variation.single_variation {
  margin-bottom: 15px;
}
.rr-woo-single-thumb.is-vertical-thumb .rr-woo-single-badge {
  left: auto;
  right: 20px;
}
.rr-woo-single-thumb ol.flex-control-nav.product-thumbnails {
  padding: 0;
  margin: 0;
  margin-top: 12px;
  padding-left: 0;
}
.rr-woo-single-thumb ol.flex-control-nav.product-thumbnails .slick-slide {
  margin: 0 6px;
  border: 1px solid transparent;
}
.rr-woo-single-thumb ol.flex-control-nav.product-thumbnails .slick-slide.slick-current.slick-active, .rr-woo-single-thumb ol.flex-control-nav.product-thumbnails .slick-slide:hover {
  cursor: pointer;
  border-color: var(--rr-color-common-black);
}
.rr-woo-single-thumb ol.flex-control-nav.product-thumbnails .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-woo-single-thumb .rr-product-details-thumb-video-btn {
  left: 50%;
}
.rr-woo-single-carousel-active .slick-slide > div {
  margin: 0 15px;
}
.rr-woo-single-carousel-active .slick-slide a {
  display: block;
}
.rr-woo-single-carousel-active .slick-slide.woocommerce-product-gallery__image > a {
  display: block;
  margin: 0 15px;
}
.rr-woo-single-carousel-active .slick-list {
  margin: 0 -15px;
}
.rr-woo-single-carousel-active .slick-dots {
  margin-top: 15px;
  text-align: center;
}
.rr-woo-single-carousel-active .slick-dots li {
  list-style: none;
  margin: 0 3px;
  display: inline-block;
}
.rr-woo-single-carousel-active .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: var(--rr-grey-3);
  opacity: 1;
  border-radius: 50%;
  position: relative;
}
.rr-woo-single-carousel-active .slick-dots li.slick-active button, .rr-woo-single-carousel-active .slick-dots li:hover button {
  background-color: var(--rr-color-theme-primary);
}
.rr-woo-single-gallery-wrapper .woocommerce-product-gallery__image {
  position: relative;
}
.rr-woo-single-gallery-wrapper.is-list-view .woocommerce-product-gallery__wrapper > img, .rr-woo-single-gallery-wrapper.is-grid-view .woocommerce-product-gallery__wrapper > img {
  margin-bottom: 25px;
}
.rr-woo-single-gallery-wrapper.is-list-view .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, .rr-woo-single-gallery-wrapper.is-grid-view .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  margin-bottom: 25px;
}
.rr-woo-single-gallery-wrapper.is-vertical-tab.is-vertical-tab-pl {
  padding-left: 124px;
}
.rr-woo-single-gallery-wrapper.is-vertical-tab ol.flex-control-nav.product-thumbnails {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 112px;
}
.rr-woo-single-gallery-wrapper.is-vertical-tab ol.flex-control-nav.product-thumbnails .slick-slide {
  margin: 0 0 12px;
}
.rr-woo-single-gallery-wrapper.is-vertical-tab .rr-woo-single-badges .rr-product-badge-2 {
  left: auto;
  right: 20px;
}
.rr-woo-single-gallery-wrapper.is-carousel-view {
  position: relative;
}
.rr-woo-single-gallery-wrapper.is-carousel-view .rr-woo-single-arrow button {
  position: absolute;
  top: calc(50% - 26px);
  left: 0px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-black);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-woo-single-gallery-wrapper.is-carousel-view .rr-woo-single-arrow button.rr-woo-single-carousel-button-next {
  left: auto;
  right: 0;
}
.rr-woo-single-gallery-wrapper.is-carousel-view .rr-woo-single-arrow button:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
  box-shadow: none;
}
.rr-woo-single-gallery-wrapper.is-carousel-view:hover .rr-woo-single-arrow button {
  visibility: visible;
  opacity: 1;
  left: 20px;
}
.rr-woo-single-gallery-wrapper.is-carousel-view:hover .rr-woo-single-arrow button.rr-woo-single-carousel-button-next {
  left: auto;
  right: 20px;
}
.rr-woo-single-category a {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
}
.rr-woo-single-category a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-woo-single-price .price span {
  font-weight: 600;
  font-size: 22px;
  color: var(--rr-color-common-black);
}
.rr-woo-single-price .price del, .rr-woo-single-price .price ins {
  text-decoration: none;
}
.rr-woo-single-price .price del {
  margin-left: 3px;
}
.rr-woo-single-price .price del span {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #767A7D;
}
.rr-woo-single-price .price ins span {
  color: var(--rr-color-common-black);
}
.rr-woo-single-action-compare .woosc-btn {
  position: relative;
}
.rr-woo-single-action-compare .woosc-btn::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 5px;
}
.rr-woo-single-action-compare .woosc-btn.woosc-btn-added::before {
  content: "";
}
.rr-woo-single-action-wishlist .woosw-btn.woosw-added::before {
  display: none;
}
.rr-woo-single-desc-body table.shop_attributes {
  border: 1px solid #E0E2E3;
  width: 100%;
}
.rr-woo-single-desc-body table.shop_attributes th, .rr-woo-single-desc-body table.shop_attributes td {
  padding: 0;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #ECEDED;
  text-align: left;
  background-color: transparent;
}
.rr-woo-single-desc-body table.shop_attributes th p, .rr-woo-single-desc-body table.shop_attributes td p {
  margin-bottom: 0;
}
.rr-woo-single-desc-body table.shop_attributes tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}
.rr-woo-single-desc-body table.shop_attributes tr th {
  font-size: 16px;
  color: var(--rr-color-common-black);
  background-color: #F9F9F9 !important;
  width: 306px;
  padding: 12px 34px;
  font-weight: 400;
}
.rr-woo-single-desc-body table.shop_attributes tr td {
  padding: 12px 34px;
}
.rr-woo-single-desc-body table.shop_attributes tr td:first-child {
  font-size: 16px;
  color: var(--rr-color-common-black);
  background-color: #F9F9F9;
  width: 306px;
}
.rr-woo-single-desc-body table.shop_attributes tr td:last-child {
  font-size: 16px;
  color: var(--rr-text-body);
}
.rr-woo-single-desc-body .woocommerce-Reviews-title,
.rr-woo-single-desc-body .comment-reply-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--rr-color-common-black);
}
.rr-woo-single-desc-body ol.commentlist {
  padding-left: 0;
  margin-bottom: 30px;
}
.rr-woo-single-desc-body ol.commentlist li {
  list-style: none;
}
.rr-woo-single-desc-body ol.commentlist li:not(:last-child) {
  margin-bottom: 16px;
}
.rr-woo-single-desc-body .comment-reply-title {
  display: inline-block;
  margin-bottom: 3px;
}
.rr-woo-single-desc-body .comment-form-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rr-woo-single-desc-body .comment-form-rating .nice-select {
  display: none;
}
.rr-woo-single-desc-body .comment-form-rating label {
  margin-bottom: 0;
  font-size: 15px;
  margin-right: 8px;
  color: var(--rr-color-common-black);
}
.rr-woo-single-desc-body .comment-form-rating .stars {
  line-height: 1.2;
  margin-bottom: 0;
}
.rr-woo-single-desc-body .comment-form-rating .stars span {
  color: #ffb21d;
}
.rr-woo-single-desc-body .comment-form-comment label,
.rr-woo-single-desc-body .comment-form-author label,
.rr-woo-single-desc-body .comment-form-email label {
  font-size: 15px;
  margin-right: 8px;
  color: var(--rr-color-common-black);
}
.rr-woo-single-desc-body .comment-form-author,
.rr-woo-single-desc-body .comment-form-email {
  width: 48%;
  display: inline-block;
  margin-right: 30px;
}
.rr-woo-single-desc-body .comment-form-email {
  margin-right: 0;
  width: 49%;
}
.rr-woo-single-desc-body .form-submit input[type=submit] {
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-common-white);
  padding: 9px 45px;
  border: 0;
  outline: 0;
  border-radius: 0;
  background-color: var(--rr-color-theme-primary);
  transition: all 0.3s 0s ease-out;
}
.rr-woo-single-desc-body .form-submit input[type=submit]:hover {
  background-color: var(--rr-color-common-black);
  border-color: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
}
.rr-woo-single-review.comment_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.rr-woo-single-review .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  flex: 0 0 60px;
}
.rr-woo-single-review .meta {
  margin-bottom: 0;
}
.rr-woo-single-review .meta .woocommerce-review__author {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}
.rr-woo-single-review .meta .woocommerce-review__published-date {
  font-size: 14px;
  position: relative;
  margin-left: 3px;
}
.rr-woo-single-review .description {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}
.rr-woo-single-variation .variations_form table.variations {
  margin-bottom: 25px;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-swatches.tpwvs-attr-color.rounded {
  border-radius: 50% !important;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip {
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip .tpwvs-attr-color {
  border: 0;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip .tpwvs-attr-color:hover {
  border: 0;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip .tpwvs-attr-color.swatches-active {
  border: 0;
  box-shadow: none;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip .tpwvs-attr-image {
  border: 0;
  border-radius: 50%;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip .tpwvs-attr-image img {
  border: 0;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip .tpwvs-attr-image::after {
  display: none;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip:hover, .rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip.active-swatch {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(1, 15, 28, 0.4);
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip:hover .tpwvs-attr-color, .rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip.active-swatch .tpwvs-attr-color {
  border: 0;
  box-shadow: none;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  border-radius: 50%;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip:hover .tpwvs-attr-image.swatches-active img,
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip:hover .tpwvs-attr-color.swatches-active,
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip:hover .tpwvs-attr-image:hover img,
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip:hover .tpwvs-attr-color:hover, .rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip.active-swatch .tpwvs-attr-image.swatches-active img,
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip.active-swatch .tpwvs-attr-color.swatches-active,
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip.active-swatch .tpwvs-attr-image:hover img,
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip.active-swatch .tpwvs-attr-color:hover {
  border: 0;
  box-shadow: none;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  border-radius: 50%;
}
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip:hover .swatches-active-img img,
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip:hover .swatches-active, .rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip.active-swatch .swatches-active-img img,
.rr-woo-single-variation .variations_form table.variations .tpwvs-tooltip.active-swatch .swatches-active {
  border: 0;
  border-radius: 50%;
}
.rr-woo-single-variation .variations_form table.variations a.reset_variations {
  margin-left: 5px;
}
.rr-woo-single-variation .variations_form table.variations a.reset_variations:hover {
  color: var(--rr-pink-1);
}
.rr-woo-single-variation .rr-product-details-add-to-cart-btn {
  margin-bottom: 0 !important;
}
.rr-woo-widget-price-filter .price_slider {
  margin-bottom: 20px;
}
.rr-woo-widget-price-filter .input-range {
  color: var(--rr-color-common-black);
  font-weight: 500;
  font-size: 14px;
}
.rr-woo-widget-price-filter .ui-slider-handle:focus-visible {
  outline: 0;
  border: 0;
}
.rr-woo-widget-price-filter .ui-slider-handle:hover {
  cursor: pointer;
}
.rr-woo-widget-price span {
  font-weight: 500;
  font-size: 15px;
  color: #55585B;
}
.rr-woo-widget-price del, .rr-woo-widget-price ins {
  text-decoration: none;
}
.rr-woo-widget-price del {
  margin-left: 3px;
}
.rr-woo-widget-price del span {
  font-weight: 400;
  font-size: 13px;
  text-decoration-line: line-through;
  color: #55585B;
}
.rr-woo-widget-price ins span {
  color: var(--rr-color-common-black);
}

.rr-shop-area .woocommerce-products-header {
  margin-bottom: 50px;
}
.rr-shop-area .woocommerce-products-header .rr-woo-breadcrumb-icon {
  display: none;
}
.rr-shop-area .woocommerce-products-header .rr-woo-breadcrumb-wrapper {
  margin-bottom: 0;
}

.woocommerce-product-gallery__wrapper {
  height: 100%;
}

.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login {
  position: relative;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) {
  margin-bottom: 0;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label {
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label span::after, .rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first, .form-row-last) label span::before {
  top: 3px;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .woocommerce-button.woocommerce-form-login__submit {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-theme-primary);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .woocommerce-button.woocommerce-form-login__submit:hover {
  background-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .lost_password {
  position: absolute;
  right: 0;
  bottom: calc(20.05% + 15px);
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 575px) {
  .rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .lost_password {
    margin-top: 15px;
    position: static;
  }
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .lost_password a {
  font-weight: 400;
  font-size: 15px;
  color: var(--rr-color-theme-primary);
  position: relative;
  display: inline-block;
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .lost_password a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--rr-color-theme-primary);
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .lost_password a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-woo-form-login .woocommerce-form.woocommerce-form-login.login .lost_password a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.rr-woo-form-login.rr-woo-form-login-checkout .woocommerce-form.woocommerce-form-login.login {
  padding: 40px 40px;
  background-color: var(--rr-color-theme-primary);
  margin-bottom: 24px;
  position: relative;
}
.rr-woo-form-login.rr-woo-form-login-checkout .woocommerce-form.woocommerce-form-login.login .lost_password {
  bottom: calc(22.05% + 15px);
  right: 40px;
}

.rr-woo-add-cart-btn-common .cart-button.button, .rr-woo-add-cart-btn-common .added_to_cart.wc-forward,
.product.woocommerce.add_to_cart_inline .cart-button.button,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward {
  font-size: 16px;
  color: var(--rr-color-common-black);
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #E0E2E3;
  display: inline-block;
}
.rr-woo-add-cart-btn-common .cart-button.button:hover, .rr-woo-add-cart-btn-common .added_to_cart.wc-forward:hover,
.product.woocommerce.add_to_cart_inline .cart-button.button:hover,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward:hover {
  background-color: var(--rr-color-common-black);
  border-color: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-decoration: none;
}
.rr-woo-add-cart-btn-common .cart-button.button svg, .rr-woo-add-cart-btn-common .added_to_cart.wc-forward svg,
.product.woocommerce.add_to_cart_inline .cart-button.button svg,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-woo-add-cart-btn-common .cart-button.button .loading-icon, .rr-woo-add-cart-btn-common .added_to_cart.wc-forward .loading-icon,
.product.woocommerce.add_to_cart_inline .cart-button.button .loading-icon,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward .loading-icon {
  display: none;
}
.rr-woo-add-cart-btn-common .cart-button.button.loading .cart-icon, .rr-woo-add-cart-btn-common .added_to_cart.wc-forward.loading .cart-icon,
.product.woocommerce.add_to_cart_inline .cart-button.button.loading .cart-icon,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward.loading .cart-icon {
  display: none;
}
.rr-woo-add-cart-btn-common .cart-button.button.loading .loading-icon, .rr-woo-add-cart-btn-common .added_to_cart.wc-forward.loading .loading-icon,
.product.woocommerce.add_to_cart_inline .cart-button.button.loading .loading-icon,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward.loading .loading-icon {
  display: inline-block;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-woo-add-cart-btn-common .cart-button.button.added, .rr-woo-add-cart-btn-common .added_to_cart.wc-forward.added,
.product.woocommerce.add_to_cart_inline .cart-button.button.added,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward.added {
  display: none;
}
.rr-woo-add-cart-btn-common .added_to_cart.wc-forward,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
  position: relative;
}
.rr-woo-add-cart-btn-common .added_to_cart.wc-forward::before,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 8px;
}

.cart_load_spinning {
  -webkit-animation: cart_load_spnning 2s linear infinite;
  -moz-animation: cart_load_spnning 2s linear infinite;
  -ms-animation: cart_load_spnning 2s linear infinite;
  -o-animation: cart_load_spnning 2s linear infinite;
  animation: cart_load_spnning 2s linear infinite;
}

@-webkit-keyframes cart_load_spnning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cart_load_spnning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cart_load_spnning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cart_load_spnning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.post-type-archive-product #loading {
  display: none;
}

/*rating icon*/
@font-face {
  font-family: star;
  src: url(../fonts/woo/star.eot);
  src: url(../fonts/woo/star.eot?#iefix) format("embedded-opentype"), url(../fonts/woo/star.woff) format("woff"), url(../fonts/woo/star.ttf) format("truetype"), url(../fonts/woo/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(../fonts/woo/WooCommerce.eot);
  src: url(../fonts/woo/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/woo/WooCommerce.woff) format("woff"), url(../fonts/woo/WooCommerce.ttf) format("truetype"), url(../fonts/woo/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "";
  text-indent: 0;
}

.woocommerce p.stars a:hover ~ a::before {
  content: "";
}

.woocommerce p.stars:hover a::before {
  content: "";
}

.woocommerce p.stars.selected a.active::before {
  content: "";
}

.woocommerce p.stars.selected a.active ~ a::before {
  content: "";
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "";
}

.star-rating {
  position: relative;
  font-size: 0;
  width: 83px;
  overflow: hidden;
  line-height: 1.1;
  display: inline-block;
}
.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 0;
}

.star-rating::before,
.star-rating span::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #D9D9EA;
  font-size: 12px;
  font-weight: 700;
}

.star-rating span::before {
  color: #ffb21d;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-warning, .woocommerce .woocommerce-info {
  border-top: 4px solid #FD4B6B;
  background-color: rgba(253, 75, 107, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-warning li, .woocommerce .woocommerce-info li {
  list-style: none;
  margin-bottom: 0;
  color: var(--rr-color-common-black);
  position: relative;
}
.woocommerce .woocommerce-error li:not(:last-child), .woocommerce .woocommerce-warning li:not(:last-child), .woocommerce .woocommerce-info li:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-error li::before, .woocommerce .woocommerce-warning li::before, .woocommerce .woocommerce-info li::before {
  content: url("../img/icon/woocommerce/error.svg");
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.woocommerce .woocommerce-warning, .woocommerce .woocommerce-info {
  border-top: 4px solid #FFB342;
  background-color: rgba(255, 179, 66, 0.1);
}
.woocommerce .woocommerce-warning li::before, .woocommerce .woocommerce-info li::before {
  content: url("../img/icon/woocommerce/warning.svg");
  top: 4px;
}

.woocommerce-message {
  border-top: 4px solid var(--rr-color-theme-primary);
  background-color: #E53E3E;
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
  color: var(--rr-color-common-black);
}
.woocommerce-message a {
  font-weight: 500;
  color: var(--rr-color-theme-primary);
  margin-right: 5px;
}
.woocommerce-message a:hover {
  color: var(--rr-pink-1);
}

.woocommerce-message {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 576px) {
  .woocommerce-message {
    max-width: 517px;
  }
}
@media (min-width: 768px) {
  .woocommerce-message {
    max-width: 697px;
  }
}
@media (min-width: 992px) {
  .woocommerce-message {
    max-width: 937px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-message {
    max-width: 1117px;
  }
}
@media (min-width: 1400px) {
  .woocommerce-message {
    max-width: 1207px;
  }
}
.rr-woo-price-2 .price {
  flex-direction: row;
  color: var(--rr-color-theme-primary);
}
.rr-woo-price-2 .price span {
  flex-direction: row;
}
.rr-woo-price-2 .price span, .rr-woo-price-2 td span {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--rr-color-theme-primary);
}
.rr-woo-price-2 .price del, .rr-woo-price-2 .price ins, .rr-woo-price-2 td del, .rr-woo-price-2 td ins {
  text-decoration: none;
}
.rr-woo-price-2 .price del, .rr-woo-price-2 td del {
  margin-left: 0;
}
.rr-woo-price-2 .price del span, .rr-woo-price-2 td del span {
  color: #55585B;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 500;
}
.rr-woo-price-2 .price ins, .rr-woo-price-2 td ins {
  margin-left: 4px;
}
.rr-woo-price-2 .price ins span, .rr-woo-price-2 td ins span {
  color: var(--rr-color-theme-primary);
}

.rr-woo-action-2 .rr-woo-add-cart-btn a.added_to_cart.wc-forward::before, .rr-woo-action-2 .rr-woo-add-cart-btn button.added_to_cart.wc-forward::before {
  left: auto;
  right: calc(100% + 3px);
}
.rr-woo-action-2 .rr-woo-add-cart-btn a.added_to_cart.wc-forward:hover::before, .rr-woo-action-2 .rr-woo-add-cart-btn button.added_to_cart.wc-forward:hover::before {
  -webkit-transform: translateX(-3px) translateY(-50%);
  -moz-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  -o-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
}
.rr-woo-action-2 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward) svg, .rr-woo-action-2 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward) svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.rr-woo-action-2 .rr-woo-quick-view-btn a svg, .rr-woo-action-2 .rr-woo-quick-view-btn button svg {
  -webkit-transform: translateX(0) translateY(-2px);
  -moz-transform: translateX(0) translateY(-2px);
  -ms-transform: translateX(0) translateY(-2px);
  -o-transform: translateX(0) translateY(-2px);
  transform: translateX(0) translateY(-2px);
}
.rr-woo-action-2 .rr-woo-add-to-wishlist-btn a svg, .rr-woo-action-2 .rr-woo-add-to-wishlist-btn button svg {
  -webkit-transform: translateY(0px) translateX(0px);
  -moz-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -o-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
}
.rr-woo-action-2 .rr-woo-add-to-wishlist-btn a.woosw-btn.woosw-added svg, .rr-woo-action-2 .rr-woo-add-to-wishlist-btn button.woosw-btn.woosw-added svg {
  -webkit-transform: translateY(0px) translateX(-2px);
  -moz-transform: translateY(0px) translateX(-2px);
  -ms-transform: translateY(0px) translateX(-2px);
  -o-transform: translateY(0px) translateX(-2px);
  transform: translateY(0px) translateX(-2px);
}

.rr-woo-action-3 .rr-woo-add-cart-btn {
  position: absolute;
}
.rr-woo-action-3 .rr-woo-add-cart-btn a.added_to_cart.wc-forward, .rr-woo-action-3 .rr-woo-add-cart-btn button.added_to_cart.wc-forward {
  font-size: 16px;
  color: var(--rr-color-theme-primary);
}
.rr-woo-action-3 .rr-woo-add-cart-btn a.added_to_cart.wc-forward::before, .rr-woo-action-3 .rr-woo-add-cart-btn button.added_to_cart.wc-forward::before {
  content: "";
  font-size: 13px;
  position: inherit;
  left: 0;
  top: initial;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  padding: 0;
  color: var(--rr-color-theme-primary);
  background-color: transparent;
  font-weight: 500;
  margin-right: 5px;
  font-size: 16px;
}
.rr-woo-action-3 .rr-woo-add-cart-btn a.added_to_cart.wc-forward::after, .rr-woo-action-3 .rr-woo-add-cart-btn button.added_to_cart.wc-forward::after {
  display: none;
}
.rr-woo-action-3 .rr-woo-add-cart-btn a.added_to_cart.wc-forward:hover::before, .rr-woo-action-3 .rr-woo-add-cart-btn button.added_to_cart.wc-forward:hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rr-woo-action-3 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward), .rr-woo-action-3 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward) {
  font-size: 16px;
}
.rr-woo-action-3 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward) .cart-icon, .rr-woo-action-3 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward) .cart-icon {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.rr-woo-action-3 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading .loading-icon, .rr-woo-action-3 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward).loading .loading-icon {
  position: inherit;
  left: initial;
  top: initial;
  -webkit-transform: translate(0%, -2px);
  -moz-transform: translate(0%, -2px);
  -ms-transform: translate(0%, -2px);
  -o-transform: translate(0%, -2px);
  transform: translate(0%, -2px);
}
.rr-woo-action-3 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading > svg.cart-icon, .rr-woo-action-3 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward).loading > svg.cart-icon {
  display: none;
}
.rr-woo-action-3 .rr-woo-add-to-compare-btn .woosc-btn.woosc-btn-added.woosc-added {
  color: var(--rr-theme-brown);
}

.rr-woo-action-4 .rr-woo-add-cart-btn a .rr-product-tooltip.rr-woo-tooltip, .rr-woo-action-4 .rr-woo-add-cart-btn button .rr-product-tooltip.rr-woo-tooltip {
  display: none !important;
}
.rr-woo-action-4 .rr-woo-add-cart-btn a.added_to_cart.wc-forward, .rr-woo-action-4 .rr-woo-add-cart-btn button.added_to_cart.wc-forward {
  font-size: 16px;
  color: var(--rr-theme-brown);
}
.rr-woo-action-4 .rr-woo-add-cart-btn a.added_to_cart.wc-forward::before, .rr-woo-action-4 .rr-woo-add-cart-btn button.added_to_cart.wc-forward::before {
  content: "";
  font-size: 13px;
  position: inherit;
  left: 0;
  top: initial;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  padding: 0;
  color: var(--rr-theme-brown);
  background-color: transparent;
  font-weight: 500;
  margin-right: 5px;
  font-size: 16px;
  z-index: 1;
}
.rr-woo-action-4 .rr-woo-add-cart-btn a.added_to_cart.wc-forward::after, .rr-woo-action-4 .rr-woo-add-cart-btn button.added_to_cart.wc-forward::after {
  display: none;
}
.rr-woo-action-4 .rr-woo-add-cart-btn a.added_to_cart.wc-forward:hover, .rr-woo-action-4 .rr-woo-add-cart-btn button.added_to_cart.wc-forward:hover {
  color: var(--rr-theme-brown);
}
.rr-woo-action-4 .rr-woo-add-cart-btn a.added_to_cart.wc-forward:hover::before, .rr-woo-action-4 .rr-woo-add-cart-btn button.added_to_cart.wc-forward:hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rr-woo-action-4 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward), .rr-woo-action-4 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward) {
  font-size: 16px;
}
.rr-woo-action-4 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward) .cart-icon-2, .rr-woo-action-4 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward) .cart-icon-2 {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.rr-woo-action-4 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading .loading-icon, .rr-woo-action-4 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward).loading .loading-icon {
  position: inherit;
  left: initial;
  top: initial;
  -webkit-transform: translate(0%, -2px);
  -moz-transform: translate(0%, -2px);
  -ms-transform: translate(0%, -2px);
  -o-transform: translate(0%, -2px);
  transform: translate(0%, -2px);
}
.rr-woo-action-4 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading > svg.cart-icon, .rr-woo-action-4 .rr-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading > svg.cart-icon-2, .rr-woo-action-4 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward).loading > svg.cart-icon, .rr-woo-action-4 .rr-woo-add-cart-btn button:not(.added_to_cart.wc-forward).loading > svg.cart-icon-2 {
  display: none;
}
.rr-woo-action-4 .rr-woo-add-to-compare-btn .woosc-btn.woosc-btn-added.woosc-added {
  color: var(--rr-theme-brown);
}

.rr-woo-price-5 .price {
  justify-content: center;
}

.rr-woo-action-6 .rr-woo-add-to-compare-btn a.woosc-btn.woosc-btn-added.woosc-added, .rr-woo-action-6 .rr-woo-add-to-compare-btn button.woosc-btn.woosc-btn-added.woosc-added {
  color: var(--rr-theme-green);
}

#woosc-area {
  background: none !important;
}
#woosc-area .woosc-inner .woosc-table.open_woosc_table {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.rr-header-woosc-btn-wrapper {
  position: relative;
}
.rr-header-woosc-btn-wrapper .woosc-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  font-size: 0 !important;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
  color: var(--rr-color-common-black);
}

.woosw-item--price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.woosw-item--price span {
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-color-common-black);
}
.woosw-item--price del, .woosw-item--price ins {
  text-decoration: none;
}
.woosw-item--price del {
  margin-left: 3px;
}
.woosw-item--price del span {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--rr-text-1);
}
.woosw-item--price ins span {
  color: var(--rr-color-common-black);
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
  flex-wrap: wrap;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div:last-child {
  margin-top: 20px;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--add p, .woosw-popup .woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
  height: 43px;
  display: block;
}

#woosq-popup table.variations {
  margin-bottom: 15px;
}
#woosq-popup table.variations label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
  color: var(--rr-color-common-black);
}
#woosq-popup table.variations tbody tr {
  flex-direction: column;
}
#woosq-popup table.variations .tpwvs-attr-button {
  line-height: 1;
}
#woosq-popup table.variations .tpwvs-swatches.tpwvs-attr-color.rounded {
  border-radius: 50% !important;
}
#woosq-popup table.variations div.tpwvs-attr-color {
  margin-bottom: -1px;
}

div.woosw-list table.woosw-items {
  width: 100%;
  border: 0;
}
div.woosw-list table.woosw-items .woosw-item {
  border: 1px solid #E0E2E3;
}
div.woosw-list table.woosw-items .woosw-item:nth-child(2n) td {
  background-color: transparent;
}
div.woosw-list table.woosw-items .woosw-item td {
  text-align: left;
  border: 0;
}
div.woosw-list table.woosw-items .woosw-item:hover td {
  background-color: transparent;
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--remove span:hover::before {
  color: red;
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--image {
  width: 111px;
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  width: 90px;
  height: auto;
  border-radius: 0;
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--name a {
  font-weight: 400;
  font-size: 16px;
  color: var(--rr-color-common-black);
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--info .woosw-item--name a:hover {
  color: var(--rr-color-theme-primary);
}
div.woosw-list .woosw-copy .woosw-copy-label, div.woosw-list .woosw-copy .woosw-share-label, div.woosw-list .woosw-share .woosw-copy-label, div.woosw-list .woosw-share .woosw-share-label {
  font-weight: 500;
  color: var(--rr-color-common-black);
}
div.woosw-list .woosw-share a:hover {
  color: var(--rr-color-theme-primary);
}
div.woosw-list #woosw_copy_btn {
  padding: 14px 26px;
  margin-left: 10px;
}

/*----------------------------------------*/
/*  8.19 Cart CSS
/*----------------------------------------*/
.rr-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-cart-list {
    overflow-x: scroll;
  }
}
.rr-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-cart-list table {
    width: 840px;
  }
}
.rr-cart-list thead {
  background-color: #F1F3F4;
}
.rr-cart-list thead th {
  font-weight: 500;
  font-size: 14px;
  color: var(--rr-color-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.rr-cart-list tr td {
  border-color: #E0E2E3;
}
.rr-cart-list tr td .rr-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
}
.rr-cart-list tr td .rr-cart-action-btn:hover {
  color: #FF1826;
}
.rr-cart-list tr td.rr-cart-add-to-cart .rr-btn {
  border-radius: 0;
}
.rr-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.rr-cart-img {
  width: 78px;
  margin-right: 20px;
}
.rr-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
}
.rr-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--rr-color-common-black);
}
.rr-cart-title a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-cart-price {
  width: 126px;
}
.rr-cart-price span {
  font-size: 16px;
  color: var(--rr-color-common-black);
}
.rr-cart-quantity {
  width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-cart-coupon {
    margin-bottom: 20px;
  }
}
.rr-cart-coupon-input-box label {
  font-size: 14px;
  color: var(--rr-color-common-black);
  margin-bottom: 7px;
}
.rr-cart-coupon-input input {
  background: #FFFFFF;
  border: 1px solid #D6D9DC;
  height: 46px;
  line-height: 46px;
  margin-right: 4px;
  max-width: 282px;
}
.rr-cart-coupon-input input::-webkit-input-placeholder {
  color: #818487;
}
.rr-cart-coupon-input input:-moz-placeholder {
  color: #818487;
}
.rr-cart-coupon-input input::-moz-placeholder {
  color: #818487;
}
.rr-cart-coupon-input input:-ms-input-placeholder {
  color: #818487;
}
.rr-cart-coupon-input button {
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-common-black);
  padding: 10px 30px;
}
.rr-cart-coupon-input button:hover {
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-theme-primary);
}
.rr-cart-update-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-color-common-black);
  background-color: var(--rr-color-theme-primary);
  padding: 9px 29px;
  border: 1px solid #ddd;
}
.rr-cart-update-btn:hover {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}
.rr-cart-checkout-wrapper {
  background: var(--rr-color-theme-primary);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  padding: 36px 24px 28px;
  margin-left: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.rr-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E0E2E3;
}
.rr-cart-checkout-top span {
  font-size: 20px;
  color: var(--rr-color-common-black);
  font-weight: 500;
}
.rr-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 15px;
}
.rr-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}
.rr-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.rr-cart-checkout-shipping-option input {
  display: none;
}
.rr-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--rr-color-theme-primary);
}
.rr-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.rr-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
}
.rr-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.rr-cart-checkout-shipping-option label span {
  color: var(--rr-color-theme-primary);
}
.rr-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
}
.rr-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--rr-color-theme-primary);
  visibility: hidden;
  opacity: 0;
}
.rr-cart-checkout-total {
  margin-bottom: 25px;
}
.rr-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--rr-color-common-black);
}
.rr-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-common-black);
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
}
.rr-cart-checkout-btn:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}

/*----------------------------------------*/
/*  8.2 Cartmini CSS START
/*----------------------------------------*/
.cartmini__style-darkRed .cartmini__shipping .progress-bar {
  background-color: var(--rr-theme-secondary);
}
.cartmini__style-darkRed .cartmini__price {
  color: var(--rr-theme-secondary);
}
.cartmini__style-darkRed .cartmini__checkout-btn .rr-btn:hover, .cartmini__style-darkRed .cartmini__checkout-btn .button.wc-forward:hover {
  background-color: var(--rr-theme-secondary);
  border-color: var(--rr-theme-secondary);
}
.cartmini__style-darkRed .cartmini__del:hover, .cartmini__style-darkRed .cartmini__title a:hover {
  color: var(--rr-theme-secondary);
}
.cartmini__style-brown .cartmini__shipping .progress-bar {
  background-color: var(--rr-theme-brown);
}
.cartmini__style-brown .cartmini__price {
  color: var(--rr-theme-brown);
}
.cartmini__style-brown .cartmini__checkout-btn .rr-btn:hover, .cartmini__style-brown .cartmini__checkout-btn .button.wc-forward:hover {
  background-color: var(--rr-theme-brown);
  border-color: var(--rr-theme-brown);
}
.cartmini__style-brown .cartmini__del:hover, .cartmini__style-brown .cartmini__title a:hover {
  color: var(--rr-theme-brown);
}
.cartmini__style-green .cartmini__shipping .progress-bar {
  background-color: var(--rr-theme-green);
}
.cartmini__style-green .cartmini__price {
  color: var(--rr-theme-green);
}
.cartmini__style-green .cartmini__checkout-btn .rr-btn:hover, .cartmini__style-green .cartmini__checkout-btn .button.wc-forward:hover {
  background-color: var(--rr-theme-green);
  border-color: var(--rr-theme-green);
}
.cartmini__style-green .cartmini__del:hover, .cartmini__style-green .cartmini__title a:hover {
  color: var(--rr-theme-green);
}
.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--rr-color-theme-primary) none repeat scroll 0 0;
  -webkit-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -ms-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -o-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  scrollbar-width: none;
}
.cartmini__area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.cartmini__area.cartmini-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid var(--rr-border-primary);
}
.cartmini__top-title h4 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 0;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--rr-color-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__shipping {
  padding: 15px 0;
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: var(--rr-color-theme-primary);
}
.cartmini__shipping p {
  margin-bottom: 5px;
}
.cartmini__shipping p span {
  color: var(--rr-pink-1);
  font-weight: 600;
}
.cartmini__widget {
  height: calc(100vh - 300px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
}
.cartmini__widget::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__widget .cartmini__shipping {
  border-bottom: 1px solid var(--rr-border-primary);
}
.cartmini__thumb {
  margin-right: 15px;
  flex: 0 0 60px;
}
.cartmini__thumb img {
  width: 70px;
  height: auto;
  border: 1px solid var(--rr-border-primary);
}
.cartmini__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
}
.cartmini__title a:hover {
  color: var(--rr-color-theme-primary);
}
.cartmini__content {
  padding-right: 15px;
}
.cartmini__content .rr-product-quantity {
  width: 75px;
  padding: 0;
}
.cartmini__content .rr-product-quantity .rr-cart-input[type=text] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--rr-border-primary);
  background-color: var(--rr-color-theme-primary);
  padding: 0;
}
.cartmini__content .rr-product-quantity .rr-cart-plus,
.cartmini__content .rr-product-quantity .rr-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  left: 3px;
}
.cartmini__content .rr-product-quantity .rr-cart-plus svg,
.cartmini__content .rr-product-quantity .rr-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 10px;
}
.cartmini__content .rr-product-quantity .rr-cart-plus::after,
.cartmini__content .rr-product-quantity .rr-cart-minus::after {
  display: none;
}
.cartmini__content .rr-product-quantity .rr-cart-plus {
  left: auto;
  right: 3px;
}
.cartmini__content .variation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cartmini__content .variation dd.variation-Size {
  margin-bottom: 0;
}
.cartmini__content .variation dd.variation-Size p {
  margin-bottom: 0;
  margin-left: 3px;
}
.cartmini__del {
  position: absolute;
  top: 3px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--rr-color-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: red;
}
.cartmini__checkout {
  padding-top: 15px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--rr-color-theme-primary);
  border-top: 2px solid var(--rr-border-primary);
}
.cartmini__checkout-title strong {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__checkout-title span {
  float: right;
  font-size: 15px;
  color: var(--rr-color-common-black);
  font-weight: 500;
}
.cartmini__checkout-btn .button.wc-forward {
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 30px;
  width: 100%;
}
.cartmini__checkout-btn .button.wc-forward:not(:last-child) {
  margin-bottom: 10px;
}
.cartmini__checkout-btn .button.wc-forward:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.cartmini__checkout-btn .button.wc-forward.checkout:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--rr-color-theme-primary);
}
.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}
.cartmini__empty {
  margin-top: 150px;
}
.cartmini__empty img {
  margin-bottom: 30px;
}
.cartmini__empty p {
  font-size: 16px;
  color: var(--rr-color-common-black);
  margin-bottom: 15px;
}
.cartmini__empty .rr-btn, .cartmini__empty .cartmini__checkout-btn .button.wc-forward, .cartmini__checkout-btn .cartmini__empty .button.wc-forward {
  background-color: var(--rr-grey-1);
  font-size: 15px;
  text-transform: capitalize;
  color: var(--rr-color-common-black);
  padding: 10px 30px;
  text-align: center;
}
.cartmini__empty .rr-btn:hover, .cartmini__empty .cartmini__checkout-btn .button.wc-forward:hover, .cartmini__checkout-btn .cartmini__empty .button.wc-forward:hover {
  background-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
}

/*----------------------------------------*/
/*  8.4 Category CSS START
/*----------------------------------------*/
.rr-product-category-item:hover .rr-product-category-thumb img {
  -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-product-category-thumb {
  margin-bottom: 16px;
}
.rr-product-category-thumb a {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-color: var(--rr-grey-1);
  background-image: radial-gradient(95.56% 95.56% at 50% 50%, #FFFFFF 0%, #BDDEFF 100%);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-product-category-thumb a {
    width: 150px;
    height: 150px;
  }
}
.rr-product-category-content p {
  font-weight: 400;
  font-size: 14px;
  color: var(--rr-text-2);
}
.rr-product-category-title {
  font-weight: 500;
  font-size: 20px;
  color: var(--rr-color-common-black);
  margin-bottom: 0;
}
.rr-product-category-title a:hover {
  color: var(--rr-color-theme-primary);
}

/* home category */
.rr-category-slider-2 .rr-swiper-scrollbar {
  width: calc(100% - 200px );
  margin: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-category-slider-2 .rr-swiper-scrollbar {
    width: calc(100% - 100px );
  }
}
@media (max-width: 575px) {
  .rr-category-slider-2 .rr-swiper-scrollbar {
    width: 100%;
  }
}
.rr-category-item-2:hover .rr-category-title-2, .rr-category-item-2:hover .rr-category-btn-2, .rr-category-item-2:hover .rr-category-content-2 span, .rr-category-item-2:hover .rr-category-content-2::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.rr-category-item-2:hover .rr-category-title-2 {
  transition-delay: 0.5s;
}
.rr-category-item-2:hover .rr-category-btn-2 {
  transition-delay: 0.7s;
}
.rr-category-item-2:hover .rr-category-content-2 span {
  transition-delay: 0.3s;
}
.rr-category-item-2:hover .rr-category-content-2::after {
  transition-delay: 0.1s;
}
.rr-category-title-2, .rr-category-btn-2, .rr-category-content-2 span, .rr-category-content-2::after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
.rr-category-content-2 {
  position: absolute;
  top: 14px;
  left: 14px;
  bottom: 14px;
  right: 14px;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.rr-category-content-2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--rr-color-theme-primary);
  z-index: -1;
  transition-delay: 0.7s;
}
.rr-category-price-2 {
  transition-delay: 0.5s;
}
.rr-category-price-2 .price, .rr-category-price-2 .woocs_price_code {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  color: var(--rr-color-common-black);
}
.rr-category-price-2 .price span, .rr-category-price-2 .woocs_price_code span {
  font-size: 16px;
  color: var(--rr-text-1);
}
.rr-category-price-2 .price del, .rr-category-price-2 .price ins, .rr-category-price-2 .woocs_price_code del, .rr-category-price-2 .woocs_price_code ins {
  text-decoration: none;
}
.rr-category-price-2 .price del, .rr-category-price-2 .woocs_price_code del {
  margin-left: 3px;
}
.rr-category-price-2 .price del span, .rr-category-price-2 .woocs_price_code del span {
  font-weight: 400;
  font-size: 13px;
  text-decoration-line: line-through;
  color: var(--rr-text-1);
}
.rr-category-price-2 .price ins span, .rr-category-price-2 .woocs_price_code ins span {
  color: var(--rr-color-common-black);
}
.rr-category-title-2 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 17px;
  transition-delay: 0.3s;
}
.rr-category-title-2 a:hover {
  color: var(--rr-theme-secondary);
}
.rr-category-btn-2 {
  transition-delay: 0s;
}
.rr-category-btn-2 .cart-button, .rr-category-btn-2 a.added_to_cart.wc-forward {
  font-family: var(--rr-ff-jost);
  font-size: 14px;
  padding: 1px 15px;
  color: var(--rr-color-common-black);
  display: inline-block;
  background-color: var(--rr-color-theme-primary);
  border: 1.5px solid var(--rr-color-common-black);
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.rr-category-btn-2 .cart-button:hover, .rr-category-btn-2 a.added_to_cart.wc-forward:hover {
  background-color: var(--rr-theme-secondary);
  border-color: var(--rr-theme-secondary);
  color: var(--rr-color-theme-primary);
}
.rr-category-btn-2 a:not(.added_to_cart.wc-forward) .rr-product-tooltip {
  display: none;
}
.rr-category-btn-2 a:not(.added_to_cart.wc-forward) svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-category-btn-2 a:not(.added_to_cart.wc-forward).loading .cart-icon {
  opacity: 0;
  display: none;
}
.rr-category-btn-2 a:not(.added_to_cart.wc-forward).loading .loading-icon {
  display: inline-block;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.rr-category-btn-2 a:not(.added_to_cart.wc-forward).added {
  display: none;
}
.rr-category-btn-2 a:not(.added_to_cart.wc-forward) .loading-icon {
  display: none;
}
.rr-category-btn-2 a.added_to_cart.wc-forward {
  position: relative;
  color: var(--rr-color-common-black);
}
.rr-category-btn-2 a.added_to_cart.wc-forward:hover {
  background-color: var(--rr-theme-secondary);
  border-color: var(--rr-theme-secondary);
  color: var(--rr-color-theme-primary);
}
.rr-category-btn-2 a.added_to_cart.wc-forward:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(3px) translateY(-50%);
  -moz-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  -o-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-category-thumb-2 img {
    width: 100%;
  }
}

/* home beauty */
.rr-category-item-3 {
  min-height: 520px;
}
.rr-category-item-3:hover .rr-category-content-3 {
  bottom: 35px;
}
.rr-category-item-3:hover .rr-category-btn-3 {
  visibility: visible;
  opacity: 1;
}
.rr-category-item-3:hover .rr-category-thumb-3 {
  -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-category-item-3:hover .rr-category-thumb-3::after {
  opacity: 0;
  visibility: hidden;
}
.rr-category-item-3:hover .rr-category-thumb-3::before {
  visibility: visible;
  opacity: 1;
}
.rr-category-thumb-3 {
  z-index: -1;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.rr-category-thumb-3::after, .rr-category-thumb-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rr-category-thumb-3::before {
  background: none;
  background: red;
  opacity: 0;
  visibility: hidden;
}
.rr-category-title-3 {
  font-weight: 600;
  font-size: 24px;
  color: var(--rr-color-theme-primary);
  margin-bottom: 0;
}
.rr-category-title-3 a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 88%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.rr-category-title-3 a:hover {
  background-size: 0 1px, 100% 1px;
}
.rr-category-content-3 {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.rr-category-content-3 span {
  font-weight: 500;
  font-size: 14px;
  color: var(--rr-color-theme-primary);
  display: inline-block;
  margin-bottom: 22px;
}
.rr-category-btn-3 {
  visibility: hidden;
  opacity: 0;
}
.rr-category-btn-3 .rr-link-btn-2 {
  color: var(--rr-color-theme-primary);
}
.rr-category-btn-3 .rr-link-btn-2::after, .rr-category-btn-3 .rr-link-btn-2::before {
  background-color: var(--rr-color-theme-primary);
}
.rr-category-more-3 .rr-btn {
  font-size: 14px;
  color: var(--rr-color-common-black);
  border-color: red;
  background-color: transparent;
}
.rr-category-more-3 .rr-btn:hover {
  background-color: var(--rr-theme-brown);
  border-color: var(--rr-theme-brown);
  color: var(--rr-color-theme-primary);
}

/* home jewllery */
.rr-category-slider-4 .rr-swiper-scrollbar {
  background-color: #D3D8DD;
  width: calc(100% - 1120px );
  margin: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-category-slider-4 .rr-swiper-scrollbar {
    width: calc(100% - 600px );
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-category-slider-4 .rr-swiper-scrollbar {
    width: calc(100% - 400px );
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-category-slider-4 .rr-swiper-scrollbar {
    width: calc(100% - 200px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-category-slider-4 .rr-swiper-scrollbar {
    width: calc(100% - 150px );
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-category-slider-4 .rr-swiper-scrollbar {
    width: 100%;
  }
}
.rr-category-item-4 {
  min-height: 360px;
}
.rr-category-item-4:hover .rr-category-price-wrapper-4 .price {
  visibility: hidden;
  opacity: 0;
}
.rr-category-item-4:hover .rr-category-add-to-cart-4 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-30px) translateX(-50%);
  -moz-transform: translateY(-30px) translateX(-50%);
  -ms-transform: translateY(-30px) translateX(-50%);
  -o-transform: translateY(-30px) translateX(-50%);
  transform: translateY(-30px) translateX(-50%);
}
.rr-category-item-4:hover .rr-product-action-4 {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
.rr-category-title-4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 3px;
}
.rr-category-title-4 a:hover {
  color: var(--rr-theme-brown);
}
.rr-category-thumb-4 {
  z-index: -1;
}
.rr-category-content-4 {
  position: absolute;
  bottom: 35px;
  left: 20px;
  right: 20px;
}
.rr-category-price-wrapper-4 {
  position: relative;
}
.rr-category-price-wrapper-4 .price {
  -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  -ms-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.rr-category-add-to-cart-4 {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: auto;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-color-common-black);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px) translateX(-50%);
  -moz-transform: translateY(-20px) translateX(-50%);
  -ms-transform: translateY(-20px) translateX(-50%);
  -o-transform: translateY(-20px) translateX(-50%);
  transform: translateY(-20px) translateX(-50%);
  -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  -ms-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.rr-category-add-to-cart-4:hover {
  color: var(--rr-theme-brown);
}
.rr-category-add-to-cart-4 a .cart-icon-2.rr-woo-d-none, .rr-category-add-to-cart-4 button .cart-icon-2.rr-woo-d-none {
  display: inline-block;
}
.rr-category-add-to-cart-4 a .cart-icon, .rr-category-add-to-cart-4 button .cart-icon {
  display: none;
}

/* home grocery */
.rr-category-slider-5 .rr-swiper-scrollbar {
  background-color: #EDEFF2;
  width: calc(100% - 600px );
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-category-slider-5 .rr-swiper-scrollbar {
    width: calc(100% - 400px );
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-category-slider-5 .rr-swiper-scrollbar {
    width: calc(100% - 200px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-category-slider-5 .rr-swiper-scrollbar {
    width: calc(100% - 150px );
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-category-slider-5 .rr-swiper-scrollbar {
    width: 100%;
  }
}
.rr-category-item-5 {
  background-color: #E5EFE2;
  min-height: 260px;
  border-radius: 16px;
}
.rr-category-item-5:hover .rr-category-thumb-5 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.rr-category-title-5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}
.rr-category-title-5:hover {
  color: var(--rr-theme-green);
}
.rr-category-thumb-5 {
  z-index: -1;
}
.rr-category-content-5 {
  position: absolute;
  top: 35px;
  left: 10px;
  right: 10px;
  text-align: center;
}
.rr-category-content-5 span {
  font-size: 14px;
  color: #5C8C10;
}

/* home grocery */
.rr-category-main-box {
  height: 420px;
}
.rr-category-main-box:hover .rr-category-main-thumb {
  -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-category-main-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rr-category-main-title {
  font-weight: 600;
  font-size: 24px;
  color: var(--rr-color-common-black);
  line-height: 1;
  margin-bottom: 0;
}
.rr-category-main-title a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-category-main-content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  z-index: 1;
  text-align: center;
}
.rr-category-main-item {
  font-weight: 500;
  font-size: 14px;
  color: var(--rr-text-2);
}
.rr-category-main-result p {
  font-weight: 400;
  font-size: 16px;
  color: #818487;
  margin-bottom: 10px;
}
.rr-category-main-result-bar {
  max-width: 588px;
  height: 2px;
  background-color: #EDEFF2;
  margin: auto;
  position: relative;
}
.rr-category-main-result-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background-color: var(--rr-color-common-black);
}

/*----------------------------------------*/
/*  8.21 Checkout CSS
/*----------------------------------------*/
.rr-checkout-verify-item {
  margin-bottom: 40px;
}
.rr-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.rr-checkout-verify-reveal {
  font-size: 14px;
  color: var(--rr-color-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 8px 26px;
  width: 100%;
}
.rr-checkout-verify-reveal button {
  color: var(--rr-color-theme-primary);
  position: relative;
}
.rr-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--rr-color-theme-primary);
}
.rr-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-theme-primary);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.rr-checkout-btn:hover {
  background-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
}
.rr-checkout-input {
  margin-bottom: 20px;
}
.rr-checkout-input label {
  font-weight: 500;
  color: var(--rr-color-common-black);
}
.rr-checkout-input label span {
  color: red;
}
.rr-checkout-input input, .rr-checkout-input textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
  color: var(--rr-color-common-black);
  height: 50px;
}
.rr-checkout-input input:focus, .rr-checkout-input textarea:focus {
  border-color: var(--rr-color-common-black);
}
.rr-checkout-input textarea {
  height: 200px;
  resize: none;
}
.rr-checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #D5D8DB;
  color: var(--rr-color-common-black);
  float: none;
  padding: 0 26px;
}
.rr-checkout-input .nice-select::after {
  right: 26px;
}
.rr-checkout-input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.rr-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.rr-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rr-checkout-input .nice-select .list .option:hover {
  color: var(--rr-color-theme-primary);
}
.rr-checkout-option {
  margin-bottom: 4px;
}
.rr-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.rr-checkout-option input {
  display: none;
}
.rr-checkout-option input:checked ~ label::after {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.rr-checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.rr-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-checkout-option label::before {
  position: absolute;
  content: url("../img/product/icons/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rr-color-theme-primary);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-checkout-option label a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-checkout-option label:hover {
  cursor: pointer;
}
.rr-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--rr-color-theme-primary);
}
@media (max-width: 575px) {
  .rr-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.rr-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.rr-checkout-place {
  padding: 44px 50px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-checkout-place {
    margin-top: 50px;
  }
}
.rr-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
}
.rr-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.rr-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.rr-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rr-checkout-payment-item input {
  display: none;
}
.rr-checkout-payment-item input:checked ~ label::after {
  border-color: var(--rr-color-theme-primary);
}
.rr-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.rr-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--rr-color-common-black);
}
.rr-checkout-payment-item label:hover {
  cursor: pointer;
}
.rr-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--rr-color-theme-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.rr-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--rr-color-common-black);
}
.rr-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.rr-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.rr-checkout-payment-desc p {
  background-color: #F6F7F9;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}
.rr-checkout-agree {
  margin-bottom: 24px;
}

.rr-return-customer {
  display: none;
  padding: 40px 40px;
  background-color: var(--rr-color-theme-primary);
  margin-bottom: 24px;
}
.rr-return-customer-input {
  margin-bottom: 20px;
}
.rr-return-customer-input label {
  font-weight: 500;
  color: var(--rr-color-common-black);
}
.rr-return-customer-input label span {
  color: red;
}
.rr-return-customer-input input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
  color: var(--rr-color-common-black);
  height: 50px;
}
.rr-return-customer-remeber input {
  display: none;
}
.rr-return-customer-remeber input:checked ~ label::after {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-return-customer-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.rr-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.rr-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-return-customer-remeber label::before {
  position: absolute;
  content: url("../img/product/icons/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rr-color-theme-primary);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-return-customer-remeber label a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-return-customer-remeber label:hover {
  cursor: pointer;
}
.rr-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--rr-color-theme-primary);
  position: relative;
  display: inline-block;
}
.rr-return-customer-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--rr-color-theme-primary);
}
.rr-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

/*----------------------------------------*/
/*  8.23 Collection CSS
/*----------------------------------------*/
.rr-collection-item:hover .rr-collection-thumb {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.rr-collection-height {
  min-height: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-collection-height {
    min-height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-collection-height {
    min-height: 600px;
  }
}
@media (max-width: 575px) {
  .rr-collection-height {
    min-height: 400px;
  }
}
.rr-collection-thumb {
  z-index: -1;
}
.rr-collection-thumb.has-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
}
.rr-collection-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-collection-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .rr-collection-title {
    font-size: 32px;
  }
}
.rr-collection-title a {
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 80%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.rr-collection-title:hover a {
  background-size: 0 2px, 100% 2px;
}
.rr-collection-title-1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--rr-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-collection-title-1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .rr-collection-title-1 {
    font-size: 30px;
  }
}
.rr-collection-title-1 a {
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 80%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.rr-collection-title-1:hover a {
  background-size: 0 1px, 100% 1px;
}
.rr-collection-content {
  position: absolute;
  top: 55px;
  left: 55px;
  right: 55px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .rr-collection-content {
    top: 35px;
    left: 30px;
    right: 30px;
  }
}
.rr-collection-content span {
  font-size: 16px;
  color: var(--rr-color-common-black);
  display: inline-block;
  margin-bottom: 9px;
}
.rr-collection-content-1 {
  position: absolute;
  bottom: 40px;
  left: 45px;
  right: 45px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .rr-collection-content-1 {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}
.rr-collection-content-1 span {
  font-size: 16px;
  color: var(--rr-color-theme-primary);
  display: inline-block;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.rr-collection-btn .rr-btn {
  font-size: 14px;
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-black);
  padding: 6px 19px;
}
.rr-collection-btn .rr-btn:hover {
  background-color: var(--rr-theme-brown);
  border-color: var(--rr-theme-brown);
  color: var(--rr-color-theme-primary);
}
.rr-collection-btn-1 .rr-link-btn-line {
  color: var(--rr-color-theme-primary);
  letter-spacing: 0.3em;
}
.rr-collection-btn-1 .rr-link-btn-line::after {
  background-color: var(--rr-color-theme-primary);
}
.rr-collection-offer-wrapper {
  padding-left: 33px;
}
.rr-collection-offer-wrapper p {
  font-size: 18px;
  line-height: 1.11;
  color: var(--rr-color-common-black);
}
.rr-collection-offer-wrapper p span {
  color: #0989FF;
}
.rr-collection-countdown .rr-product-countdown {
  background: var(--rr-color-theme-primary);
  border: 1px solid #DDE0E3;
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.1);
  padding: 4px 14px;
  height: 50px;
  position: static;
}
.rr-collection-countdown .rr-product-countdown:not(:last-child) {
  margin-right: 4px;
}
.rr-collection-countdown .rr-product-countdown.has-second {
  width: 50px;
  height: 50px;
}
.rr-collection-countdown .rr-product-countdown ul li {
  width: inherit;
  height: inherit;
  font-weight: 500;
  font-size: 10px;
  line-height: 8px;
  text-align: center;
  text-transform: uppercase;
  color: var(--rr-text-2);
  border: none;
  border-radius: 0;
  position: relative;
}
.rr-collection-countdown .rr-product-countdown ul li:not(:last-child) {
  padding-right: 17px;
  margin-right: 9px;
}
.rr-collection-countdown .rr-product-countdown ul li:not(:last-child)::after {
  position: absolute;
  content: ":";
  top: 50%;
  right: 0;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: var(--rr-color-common-black);
}
.rr-collection-countdown .rr-product-countdown ul li span {
  font-weight: 500;
  font-size: 22px;
  line-height: 14px;
  color: var(--rr-color-common-black);
  margin-bottom: 4px;
}

/*home jewllery*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-collection-inner-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-collection-inner-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .rr-collection-inner-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
.rr-collection-subtitle-4 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  display: inline-block;
  color: var(--rr-color-common-black);
  margin-bottom: 25px;
}
.rr-collection-thumb-banner-4 {
  margin-bottom: 22px;
}
.rr-collection-title-4 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 3px;
}
.rr-collection-title-4 a:hover {
  color: var(--rr-theme-brown);
}
.rr-collection-side-text {
  position: absolute;
  right: 40px;
  top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-collection-side-text {
    right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-collection-side-text {
    right: 0;
  }
}
.rr-collection-thumb-wrapper-4 {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-collection-thumb-wrapper-4 {
    min-height: 600px;
  }
}
.rr-collection-thumb-info-4 {
  position: absolute;
  top: 55px;
  left: 60px;
  right: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--rr-color-theme-primary);
  display: inline-block;
  z-index: 1;
}
@media (max-width: 575px) {
  .rr-collection-thumb-info-4 {
    line-height: 1.3;
    left: 30px;
    top: 35px;
    right: 30px;
  }
}
.rr-collection-hotspot-1 {
  top: 49%;
  left: 28%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-collection-hotspot-1 {
    top: 49%;
    left: 11%;
  }
}
.rr-collection-hotspot-2 {
  bottom: 6%;
  right: 40%;
}
.rr-collection-hotspot-item {
  width: 44px;
  position: absolute;
}
.rr-collection-hotspot-item:hover .rr-collection-hotspot-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-37%, 55px);
  -moz-transform: translate(-37%, 55px);
  -ms-transform: translate(-37%, 55px);
  -o-transform: translate(-37%, 55px);
  transform: translate(-37%, 55px);
}
.rr-collection-hotspot-item:hover .rr-collection-hotspot-content.on-top {
  -webkit-transform: translate(-37%, -110%);
  -moz-transform: translate(-37%, -110%);
  -ms-transform: translate(-37%, -110%);
  -o-transform: translate(-37%, -110%);
  transform: translate(-37%, -110%);
}
.rr-collection-hotspot-content {
  background-color: var(--rr-color-theme-primary);
  position: relative;
  min-width: 165px;
  padding: 15px 20px;
  -webkit-transform: translate(-37%, 60px);
  -moz-transform: translate(-37%, 60px);
  -ms-transform: translate(-37%, 60px);
  -o-transform: translate(-37%, 60px);
  transform: translate(-37%, 60px);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}
.rr-collection-hotspot-content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: var(--rr-color-theme-primary);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.rr-collection-hotspot-content p {
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 6px;
}
.rr-collection-hotspot-content.on-top {
  -webkit-transform: translate(-37%, -120%);
  -moz-transform: translate(-37%, -120%);
  -ms-transform: translate(-37%, -120%);
  -o-transform: translate(-37%, -120%);
  transform: translate(-37%, -120%);
}
.rr-collection-hotspot-content.on-top::after {
  top: auto;
  bottom: -13px;
}
.rr-collection-hotspot-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}
.rr-collection-btn-4 .rr-link-btn-line-2:hover {
  color: var(--rr-theme-brown);
}
.rr-collection-btn-4 .rr-link-btn-line-2:hover::after {
  background-color: var(--rr-theme-brown);
}
.rr-collection-btn-4 .rr-link-btn-line-2:hover i {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}
.rr-collection-btn-4 .rr-link-btn-line-2:hover svg {
  -webkit-transform: translateX(3px) translateY(-1px);
  -moz-transform: translateX(3px) translateY(-1px);
  -ms-transform: translateX(3px) translateY(-1px);
  -o-transform: translateX(3px) translateY(-1px);
  transform: translateX(3px) translateY(-1px);
}

/*----------------------------------------*/
/*  8.22 compare CSS
/*----------------------------------------*/
.rr-compare-table td, .rr-compare-table th {
  vertical-align: middle;
  border: 1px solid red;
  padding: 15px 25px;
}
.rr-compare-thumb {
  width: 205px;
}
.rr-compare-thumb img {
  margin-bottom: 15px;
  max-width: 100%;
}
.rr-compare-product-title {
  font-size: 18px;
  font-weight: 500;
}
.rr-compare-product-title a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-compare-desc p {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 15px;
}
.rr-compare-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rr-compare-rating span {
  font-size: 14px;
  color: var(--rr-yellow-1);
}
.rr-compare-price span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-right: 7px;
}
.rr-compare-price span.old-price {
  color: #8c8c8c;
  text-decoration: line-through;
}
.rr-compare-add-to-cart .rr-btn {
  padding: 5px 18px;
  background-color: transparent;
  color: var(--rr-color-common-black);
}
.rr-compare-add-to-cart .rr-btn:hover {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}
.rr-compare-remove button {
  background: transparent;
  font-size: 16px;
  color: var(--rr-color-common-black);
}
.rr-compare-remove button:hover {
  color: var(--rr-color-theme-primary);
}

/*----------------------------------------*/
/*  8.26 Coupon CSS
/*----------------------------------------*/
.rr-coupon-item {
  padding: 20px 20px;
  border: 1px solid var(--rr-border-primary);
}
.rr-coupon-item-left {
  flex: 0 0 68%;
}
.rr-coupon-item-right {
  flex: 0 0 32%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-coupon-item-right {
    padding-left: 3px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-coupon-item-right {
    padding-left: 0;
    margin-top: 20px;
  }
}
.rr-coupon-thumb img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-right: 20px;
}
.rr-coupon-title {
  font-size: 17px;
  margin-bottom: 3px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .rr-coupon-content {
    margin-top: 20px;
  }
}
.rr-coupon-countdown ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.rr-coupon-countdown ul li {
  list-style: none;
  font-size: 12px;
  color: var(--rr-color-common-black);
  display: inline-block;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
}
.rr-coupon-countdown ul li:first-child {
  padding-left: 0;
}
.rr-coupon-countdown ul li span {
  display: block;
  line-height: 1;
}
.rr-coupon-countdown ul li:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  content: "";
  background-color: #ebebeb;
}
.rr-coupon-offer {
  font-size: 18px;
  font-weight: 600;
}
.rr-coupon-offer span {
  color: #FF2400;
  margin-right: 3px;
}
.rr-coupon-status h4 {
  font-weight: 400;
  font-size: 14px;
}
.rr-coupon-status h4 span {
  color: #FF2400;
  text-transform: capitalize;
}
.rr-coupon-status h4 span.active {
  color: green;
}
.rr-coupon-status:hover .rr-coupon-info-tooltip {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 12px);
}
.rr-coupon-status:hover .rr-coupon-info-details span {
  color: #8E959B;
}
.rr-coupon-date span {
  display: inline-block;
  background-color: rgba(0, 128, 128, 0.1);
  border: 2px dashed rgba(0, 128, 128, 0.4);
  padding: 6px 30px;
  font-size: 15px;
  color: #008080;
  font-weight: 600;
  letter-spacing: 1px;
}
.rr-coupon-border {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35%;
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: transparent;
  border-left: 2px dashed var(--rr-border-primary);
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-coupon-border {
    right: 20%;
  }
}
.rr-coupon-border::after, .rr-coupon-border::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  bottom: -13px;
  right: 50%;
  z-index: 1;
  border: 1px solid var(--rr-border-primary);
  transform: translateX(50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 50%);
}
.rr-coupon-border::before {
  bottom: auto;
  top: -13px;
  transform: translateX(50%) scale(1, -1);
}
.rr-coupon-info-details {
  position: relative;
}
.rr-coupon-info-details span {
  color: #BCBFC2;
  margin-left: 7px;
}
.rr-coupon-info-details span svg {
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.rr-coupon-info-details:hover span {
  color: #8E959B;
}
.rr-coupon-info-tooltip {
  position: absolute;
  bottom: calc(100% + 25px);
  right: -22px;
  min-width: 286px;
  background-color: var(--rr-color-theme-primary);
  padding: 13px 20px 15px;
  box-shadow: 0px 10px 30px rgba(4, 11, 17, 0.14);
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-coupon-info-tooltip {
    right: auto;
    left: -98px;
  }
}
@media (max-width: 575px) {
  .rr-coupon-info-tooltip {
    right: auto;
    left: -127px;
  }
}
.rr-coupon-info-tooltip::after {
  position: absolute;
  content: "";
  right: 15px;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-color: var(--rr-color-theme-primary);
  -webkit-transform: rotate(45deg) translateY(50%);
  -moz-transform: rotate(45deg) translateY(50%);
  -ms-transform: rotate(45deg) translateY(50%);
  -o-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-coupon-info-tooltip::after {
    right: 157px;
  }
}
@media (max-width: 575px) {
  .rr-coupon-info-tooltip::after {
    right: 128px;
  }
}
.rr-coupon-info-tooltip p {
  font-size: 14px;
  line-height: 1.43;
  color: #525258;
  margin-bottom: 0;
}
.rr-coupon-info-tooltip p span {
  color: var(--rr-color-common-black) !important;
  font-weight: 500;
  margin-left: 0;
}

/*----------------------------------------*/
/*  8.24 Deal CSS
/*----------------------------------------*/
.rr-deal-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.17;
}
@media (max-width: 575px) {
  .rr-deal-title {
    font-size: 45px;
  }
}
.rr-deal-title-pre {
  font-weight: 400;
  font-size: 18px;
  color: var(--rr-theme-green);
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 7px;
}
.rr-deal-title-pre svg {
  position: absolute;
  bottom: -8px;
  left: 26px;
  z-index: -1;
}
.rr-deal-countdown .rr-product-countdown {
  position: static;
}
.rr-deal-countdown .rr-product-countdown-inner ul li {
  padding-top: 13px;
  width: 76px;
  height: 80px;
  font-weight: 400;
  font-size: 15px;
  color: var(--rr-text-2);
  text-transform: capitalize;
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.1);
  border-radius: 8px;
  position: relative;
  border: none;
}
@media (max-width: 575px) {
  .rr-deal-countdown .rr-product-countdown-inner ul li {
    margin-bottom: 15px;
  }
}
.rr-deal-countdown .rr-product-countdown-inner ul li span {
  font-weight: 500;
  font-size: 34px;
  letter-spacing: -0.04em;
  color: var(--rr-theme-green);
}
.rr-deal-countdown .rr-product-countdown-inner ul li:not(:last-child) {
  margin-right: 13px;
}
.rr-deal-countdown .rr-product-countdown-inner ul li:not(:last-child)::after, .rr-deal-countdown .rr-product-countdown-inner ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -10px;
  top: 28px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: red;
}
.rr-deal-countdown .rr-product-countdown-inner ul li:not(:last-child)::before {
  top: 42px;
}
.rr-deal-shape img {
  max-width: inherit;
}
.rr-deal-shape-1 {
  position: absolute;
  top: 8%;
  left: 0;
  z-index: -1;
}
.rr-deal-shape-2 {
  position: absolute;
  top: 10%;
  left: 2%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-deal-shape-2 {
    left: -12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-deal-shape-2 {
    left: -16%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-deal-shape-2 {
    top: -4%;
    left: -32%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-deal-shape-2 {
    left: -47%;
  }
}
@media (max-width: 575px) {
  .rr-deal-shape-2 {
    left: -100%;
  }
}
.rr-deal-shape-3 {
  position: absolute;
  top: 29%;
  right: 6%;
  z-index: -1;
}
.rr-deal-shape-4 {
  position: absolute;
  top: 11%;
  right: 33%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-deal-shape-4 {
    right: -10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-deal-shape-4 {
    right: -16%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-deal-shape-4 {
    right: -38%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-deal-shape-4 {
    right: -49%;
  }
}
@media (max-width: 575px) {
  .rr-deal-shape-4 {
    right: -111%;
  }
}
.rr-deal-shape-5 {
  position: absolute;
  top: 3%;
  right: 28%;
  z-index: -1;
}
.rr-deal-shape-6 {
  position: absolute;
  bottom: 77px;
  left: 35%;
  z-index: -1;
}
.rr-deal-shape-7 {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

/*----------------------------------------*/
/*  8.1 Ecommerce Common START
/*----------------------------------------*/
.rr-product-quantity-product-quantity {
  width: 148px;
  position: relative;
}
.rr-product-quantity-cart-plus, .rr-product-quantity-cart-minus {
  width: 45px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--rr-color-common-black);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-product-quantity-cart-plus::after, .rr-product-quantity-cart-minus::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  top: 50%;
  right: 0;
  background-color: #DADCE0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-product-quantity-cart-plus svg, .rr-product-quantity-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-product-quantity-cart-plus:hover, .rr-product-quantity-cart-minus:hover {
  cursor: pointer;
  color: var(--rr-color-theme-primary);
}
.rr-product-quantity-cart-plus.rr-product-quantity-cart-plus, .rr-product-quantity-cart-minus.rr-product-quantity-cart-plus {
  left: auto;
  right: 0;
}
.rr-product-quantity-cart-plus.rr-product-quantity-cart-plus::after, .rr-product-quantity-cart-minus.rr-product-quantity-cart-plus::after {
  left: 0;
  right: auto;
}
.rr-product-quantity-cart-input[type=text] {
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--rr-color-theme-primary);
  padding: 0 45px;
}
.rr-product-quantity-cart-input[type=text]:focus {
  outline: none;
}

/*----------------------------------------*/
/*  8.7 Featured Product CSS START
/*----------------------------------------*/
.rr-featured-slider {
  margin-right: -660px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-featured-slider {
    margin-right: 0;
  }
}
.rr-featured-slider-arrow button {
  font-size: 30px;
  color: #B3BAC0;
  position: relative;
}
.rr-featured-slider-arrow button:not(:last-child) {
  padding-right: 14px;
  margin-right: 10px;
}
.rr-featured-slider-arrow button:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 63%;
  height: 30px;
  width: 1px;
  background-color: #D6D9E0;
}
.rr-featured-slider-arrow button:hover {
  color: var(--rr-color-common-black);
}
.rr-featured-item {
  min-height: 380px;
  padding: 87px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-featured-item {
    padding: 87px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-featured-item {
    padding: 87px 35px;
  }
}
@media (max-width: 575px) {
  .rr-featured-item {
    min-height: 280px;
    padding: 35px 35px;
  }
}
.rr-featured-item .rr-product-rating-icon-2 {
  margin-bottom: 20px;
}
.rr-featured-thumb {
  z-index: -1;
  width: 300px;
  left: auto;
  right: 0;
}
@media (max-width: 575px) {
  .rr-featured-thumb {
    width: 190px;
  }
}
.rr-featured-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.17;
  margin-bottom: 7px;
  width: 51%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-featured-title {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .rr-featured-title {
    font-size: 25px;
    width: 65%;
  }
}
.rr-featured-title a:hover {
  color: var(--rr-theme-secondary);
}
.rr-featured-price {
  font-weight: 500;
  font-size: 20px;
  color: var(--rr-color-common-black);
  line-height: 1;
}
.rr-featured-price-wrapper {
  line-height: 1;
  margin-bottom: 25px;
}
.rr-featured-price-wrapper.has-rating {
  margin-bottom: 10px;
}
.rr-featured-price.new-price {
  color: var(--rr-color-common-black);
}
.rr-featured-price.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--rr-text-1);
}

.rr-featured-item-3 {
  padding: 0px 50px 40px;
  background-color: var(--rr-color-theme-primary);
  border: 1px solid var(--rr-border-4);
  margin-right: -1px;
  margin-top: -1px;
}
@media (max-width: 575px) {
  .rr-featured-item-3 {
    padding: 0px 30px 40px;
  }
}
.rr-featured-thumb-3 {
  margin-bottom: 20px;
}
.rr-featured-thumb-3 img {
  max-width: 100%;
}
.rr-featured-thumb-3.has-translate img {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.rr-featured-title-3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 14px;
}
.rr-featured-title-3 a:hover {
  color: var(--rr-theme-brown);
}
.rr-featured-thumb-3 {
  min-height: 210px;
}
.rr-featured-content-3 p {
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 19px;
}
.rr-featured-price-3 span {
  font-size: 20px;
  color: var(--rr-theme-brown);
}

/*----------------------------------------*/
/*  8.17 Filter Offcanvas CSS
/*----------------------------------------*/
.rr-filter-offcanvas-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 340px;
  height: 100%;
  -webkit-transform: translateX(calc(-100% - 80px));
  -moz-transform: translateX(calc(-100% - 80px));
  -ms-transform: translateX(calc(-100% - 80px));
  -o-transform: translateX(calc(-100% - 80px));
  transform: translateX(calc(-100% - 80px));
  background: var(--rr-color-theme-primary) none repeat scroll 0 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.rr-filter-offcanvas-area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.rr-filter-offcanvas-area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 380px) {
  .rr-filter-offcanvas-area {
    width: 100%;
  }
}
.rr-filter-offcanvas-right {
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  left: auto;
  right: 0;
}
.rr-filter-offcanvas-wrapper {
  position: relative;
  padding: 120px 30px 35px;
  z-index: 1;
  min-height: 100%;
}
.rr-filter-offcanvas-close-btn {
  background: #151515;
  padding: 25px 30px;
  font-size: 18px;
  color: red;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.rr-filter-offcanvas-close-btn:hover {
  color: var(--rr-color-theme-primary);
}

.rr-filter-dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  border: 1px solid rgba(85, 88, 91, 0.06);
  box-shadow: 0px 40px 60px rgba(1, 15, 28, 0.1);
  background-color: var(--rr-color-theme-primary);
  padding: 35px 40px 0;
  padding-right: 75px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-filter-dropdown-wrapper {
    padding: 25px 20px 0;
  }
}
.rr-filter-dropdown-wrapper.filter-dropdown-opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.rr-filter-dropdown-wrapper .rr-shop-widget {
  margin-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-filter-dropdown-wrapper .rr-shop-widget {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  8.3 Cart Modal CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  8.20 Order CSS
/*----------------------------------------*/
.rr-order-details {
  height: 100%;
  padding: 70px 55px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-order-details {
    padding: 70px 20px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 575px) {
  .rr-order-details {
    padding: 40px 30px 45px;
  }
}
.rr-order-details-icon {
  margin-bottom: 22px;
}
.rr-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--rr-color-theme-primary);
  border: 1px solid #ddd;
  border-radius: 50%;
}
.rr-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--rr-color-theme-primary);
  margin-bottom: 7px;
}
.rr-order-details-content p {
  font-size: 16px;
  color: var(--rr-color-theme-primary);
  line-height: 1.38;
}
.rr-order-details-item {
  margin-bottom: 38px;
}
.rr-order-details-item h4 {
  font-size: 18px;
  color: var(--rr-color-theme-primary);
  margin-bottom: 0;
  font-weight: 400;
}
.rr-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--rr-color-theme-primary);
  margin-bottom: 0;
}
.rr-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 575px) {
  .rr-order-info-wrapper {
    padding: 42px 30px;
  }
}
.rr-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.rr-order-info-list ul {
  padding-left: 0 !important;
}
.rr-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rr-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.rr-order-info-list ul li span {
  font-size: 15px;
  color: var(--rr-color-common-black);
}
.rr-order-info-list ul li.rr-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.rr-order-info-list ul li.rr-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.rr-order-info-list ul li.rr-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.rr-order-info-list ul li.rr-order-info-list-desc p a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-order-info-list ul li.rr-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.rr-order-info-list ul li.rr-order-info-list-subtotal span, .rr-order-info-list ul li.rr-order-info-list-shipping span, .rr-order-info-list ul li.rr-order-info-list-total span, .rr-order-info-list ul li.rr-order-info-list-payment span, .rr-order-info-list ul li.rr-order-info-list-discount span {
  font-weight: 500;
}
.rr-order-info-list ul li.rr-order-info-list-subtotal span:last-child, .rr-order-info-list ul li.rr-order-info-list-shipping span:last-child, .rr-order-info-list ul li.rr-order-info-list-total span:last-child, .rr-order-info-list ul li.rr-order-info-list-payment span:last-child, .rr-order-info-list ul li.rr-order-info-list-discount span:last-child {
  color: var(--rr-color-theme-primary);
}
.rr-order-info-list ul li.rr-order-info-list-subtotal span span.woocommerce-Price-amount.amount, .rr-order-info-list ul li.rr-order-info-list-shipping span span.woocommerce-Price-amount.amount, .rr-order-info-list ul li.rr-order-info-list-total span span.woocommerce-Price-amount.amount, .rr-order-info-list ul li.rr-order-info-list-payment span span.woocommerce-Price-amount.amount, .rr-order-info-list ul li.rr-order-info-list-discount span span.woocommerce-Price-amount.amount {
  color: var(--rr-color-theme-primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
}
.rr-order-info-list ul li.rr-order-info-list-discount span span.woocommerce-Price-amount.amount {
  display: inline-block !important;
}
.rr-order-info-list ul li.rr-order-info-list-shipping span:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rr-order-info-list ul li.rr-order-info-list-shipping span small.shipped_via {
  color: var(--rr-color-common-black);
}
.rr-order-info-list ul li.rr-order-info-list-note {
  align-items: flex-start;
}
.rr-order-info-list ul li.rr-order-info-list-note p {
  width: 85%;
}
.rr-order-info-list ul li.rr-order-info-list-total {
  padding: 14px 0;
}
.rr-order-info-list ul li.rr-order-info-list-total span {
  font-size: 16px;
}
.rr-order-inner {
  background-color: var(--rr-color-theme-primary);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  position: relative;
  z-index: 1;
}
.rr-order-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #4F3D97;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-order-bg {
    width: 100%;
    height: 47%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-order-bg {
    width: 100%;
    height: 50%;
  }
}

/*----------------------------------------*/
/*  8.9 Product Card CSS START
/*----------------------------------------*/
.rr-product-item {
  background-color: var(--rr-color-theme-primary);
  border: 1px solid var(--rr-border-primary);
  border-radius: 8px;
}
.rr-product-item:hover {
  box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
}
.rr-product-item:hover .rr-product-thumb img {
  -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-product-item:hover .rr-product-action {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.rr-product-item:hover .rr-product-add-cart-btn-large-3 {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.rr-product-badge {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1;
}
.rr-product-badge ul li {
  list-style: none;
  display: block;
  text-align: right;
}
.rr-product-badge ul li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-theme-primary);
  border-radius: 4px;
  display: inline-block;
  padding: 4px 8px 2px;
  text-transform: capitalize;
  text-align: center;
}
.rr-product-badge ul li span.product-hot {
  background-color: var(--rr-pink-2);
}
.rr-product-badge ul li span.product-trending {
  background-color: var(--rr-green-1);
}
.rr-product-badge ul li span.product-offer {
  background-color: var(--rr-orange-1);
}
.rr-product-badge ul li span.product-sale {
  background-color: var(--rr-blue-1);
}
.rr-product-badge ul li span:not(:last-child) {
  margin-bottom: 12px;
}
.rr-product-thumb {
  border-bottom: 1px solid var(--rr-border-primary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-thumb img {
    width: 100%;
  }
}
.rr-product-content {
  padding: 10px 30px 20px;
}
.rr-product-category > a {
  font-weight: 500;
  font-size: 12px;
}
.rr-product-category > a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  margin-bottom: 7px;
}
.rr-product-title a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-rating-icon {
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.rr-product-rating-icon span {
  color: var(--rr-yellow-3);
  font-size: 12px;
}
.rr-product-rating-icon span:not(:last-child) {
  margin-right: 2px;
}
.rr-product-rating-icon.no-rating span {
  color: #D9D9EA;
}
.rr-product-rating-text span, .rr-product-rating-text a {
  font-weight: 500;
  font-size: 12px;
}
.rr-product-rating-text a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-price {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--rr-color-theme-primary);
}
.rr-product-price.old-price {
  color: #55585B;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 500;
}
.rr-product-tab .nav-tabs {
  background-color: var(--rr-color-theme-primary);
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-tab .nav-tabs {
    padding-left: 0;
  }
}
.rr-product-tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 47px;
}
@media (max-width: 575px) {
  .rr-product-tab .nav-tabs .nav-item:not(:last-child) {
    margin-right: 30px;
  }
}
.rr-product-tab .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  font-size: 20px;
  color: var(--rr-text-3);
  position: relative;
  text-transform: capitalize;
}
.rr-product-tab .nav-tabs .nav-item .nav-link.active {
  color: var(--rr-color-common-black);
}
.rr-product-tab .nav-tabs .nav-item .nav-link.active .rr-product-tab-line {
  opacity: 1;
  visibility: visible;
}
.rr-product-tab-line {
  position: absolute;
  bottom: -13px;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.rr-product-tab-line svg path {
  stroke: var(--rr-color-theme-primary);
}
.rr-product-tab-border {
  position: relative;
}
.rr-product-tab-border::after {
  position: absolute;
  content: "";
  left: -80px;
  top: 50%;
  width: 420px;
  height: 2px;
  background-color: var(--rr-border-secondary);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-tab-border::after {
    display: none;
  }
}
.rr-product-action {
  position: absolute;
  right: -20px;
  bottom: 25px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.rr-product-action-item {
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.14);
  border-radius: 4px;
}
.rr-product-action-btn:first-child a, .rr-product-action-btn:first-child button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rr-product-action-btn:last-child a, .rr-product-action-btn:last-child button {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid var(--rr-border-primary);
}
.rr-product-action-btn a, .rr-product-action-btn button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--rr-color-common-black);
  background-color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-theme-primary);
  border: 1px solid var(--rr-border-primary);
  border-bottom: 0;
}
.rr-product-action-btn a:hover, .rr-product-action-btn button:hover {
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-product-action-btn a:hover .rr-product-tooltip, .rr-product-action-btn button:hover .rr-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.rr-product-action-btn:hover > .rr-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.rr-product-offer-slider {
  margin: 0 -15px;
}
@media (max-width: 575px) {
  .rr-product-offer-slider {
    margin: 0;
  }
}
.rr-product-offer-slider-active {
  padding: 15px;
}
@media (max-width: 575px) {
  .rr-product-offer-slider-active {
    padding-left: 0;
    padding-right: 0;
  }
}
.rr-product-offer-item {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.1);
}
.rr-product-offer-item:hover {
  box-shadow: 0px 12px 14px rgba(1, 15, 28, 0.06);
}
.rr-product-offer-item .rr-product-content {
  padding: 20px 40px 30px;
}
@media (max-width: 575px) {
  .rr-product-offer-item .rr-product-content {
    padding: 20px 30px 30px;
  }
}
.rr-product-offer-item .rr-product-price-wrapper {
  margin-bottom: 20px;
}
.rr-product-offer-item .rr-product-action {
  bottom: 70px;
}
.rr-product-offer-more {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 575px) {
  .rr-product-offer-more {
    padding-left: 0;
  }
}
.rr-product-offer-more-border {
  position: absolute;
  right: 210px;
  top: 50%;
  width: 650px;
  height: 2px;
  background-color: var(--rr-color-theme-primary);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-offer-more-border {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-product-offer-more-border {
    width: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-offer-more-border {
    display: none;
  }
}
.rr-product-countdown-inner ul li {
  display: inline-block;
  list-style: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--rr-color-theme-primary);
  border: 1px solid var(--rr-border-3);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding-top: 8px;
}
.rr-product-countdown-inner ul li:not(:last-child) {
  margin-right: 3px;
}
.rr-product-countdown-inner ul li span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--rr-color-common-black);
}
.rr-product-add-cart-btn-large {
  font-size: 18px;
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-common-black);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 8px 30px;
}
.rr-product-add-cart-btn-large-wrapper {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.rr-product-add-cart-btn-large svg, .rr-product-add-cart-btn-large i {
  margin-right: 5px;
}
.rr-product-add-cart-btn-large:hover {
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-theme-primary);
}
.rr-product-sm-item:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--rr-border-primary);
}
.rr-product-sm-item .rr-product-thumb {
  border-radius: 5px;
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
  border-bottom: 0;
}
.rr-product-sm-item .rr-product-thumb img {
  object-fit: cover;
  width: 140px;
  height: 140px;
}
@media (max-width: 575px) {
  .rr-product-sm-item .rr-product-thumb {
    width: 100px;
  }
}
.rr-product-sm-item .rr-product-category {
  line-height: 1;
  margin-bottom: 3px;
}
.rr-product-sm-item .rr-product-title {
  margin-bottom: 13px;
}
.rr-product-sm-item .rr-product-rating {
  line-height: 1;
  margin-bottom: 3px;
}
@media (max-width: 575px) {
  .rr-product-sm-item .rr-product-rating {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .rr-product-sm-item .rr-product-rating-icon {
    margin-bottom: 5px;
  }
}
.rr-product-sm-item:hover .rr-product-thumb img {
  -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-product-list-item:not(:last-child) {
  margin-bottom: 24px;
}
.rr-product-list-item:hover .rr-product-list-thumb img {
  -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-product-list-item:hover .rr-product-action-2 {
  left: 24px;
  visibility: visible;
  opacity: 1;
}
.rr-product-list-item .rr-product-action-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-product-list-item .rr-product-list-content {
  border: 1px solid #E0E2E3;
  border-left: 0;
  padding-left: 60px;
  padding-right: 70px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-product-list-item .rr-product-list-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-product-list-item .rr-product-list-content {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-list-item .rr-product-list-content {
    border: 1px solid #E0E2E3;
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .rr-product-list-item .rr-product-list-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.rr-product-list-item .rr-product-list-content .rr-product-content-2 {
  padding-top: 33px;
  padding-bottom: 33px;
}
.rr-product-list-item .rr-product-list-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #55585B;
  margin-bottom: 25px;
}
.rr-product-list-item .rr-product-list-content .rr-product-price-wrapper-2 {
  margin-bottom: 12px;
}
.rr-product-list-thumb {
  flex: 0 0 310px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-product-list-thumb {
    width: 300px;
  }
}
.rr-product-list-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.rr-product-list-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rr-product-related-slider .rr-swiper-scrollbar {
  background-color: #EDEFF2;
  width: calc(100% - 410px );
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-product-related-slider .rr-swiper-scrollbar {
    width: calc(100% - 300px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-product-related-slider .rr-swiper-scrollbar {
    width: calc(100% - 200px );
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-product-related-slider .rr-swiper-scrollbar {
    width: calc(100% - 100px );
  }
}
@media (max-width: 575px) {
  .rr-product-related-slider .rr-swiper-scrollbar {
    width: 100%;
  }
}
.rr-product-countdown {
  position: absolute;
}
.rr-product-countdown.is-center-bottom {
  bottom: 20px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rr-product-countdown-time {
  background: var(--rr-color-theme-primary);
  padding: 10px 12px;
}
.rr-product-countdown-time ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
}
.rr-product-countdown-time ul li {
  list-style: none;
  color: var(--rr-color-common-black);
  display: inline-block;
  padding: 0 10px;
  position: relative;
  text-transform: lowercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.rr-product-countdown-time ul li:first-child {
  padding-left: 0;
}
.rr-product-countdown-time ul li:last-child {
  padding-right: 0;
}
.rr-product-countdown-time ul li span {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-right: 2px;
}
.rr-product-countdown-time ul li:not(:last-child)::before {
  position: absolute;
  right: 0;
  top: 1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: ":";
  font-weight: 700;
}

.rr-shop-list-wrapper .row > div:not(:last-child) {
  margin-bottom: 24px;
}

.rr-product-gadget-sticky {
  position: sticky;
  top: 73px;
}
.rr-product-gadget-thumb {
  position: absolute;
  bottom: 0;
  right: -18px;
  z-index: -1;
}
@media (max-width: 575px) {
  .rr-product-gadget-thumb {
    right: -60px;
  }
}
.rr-product-gadget-categories {
  border: 3px solid var(--rr-pink-4);
  border-radius: 8px;
  padding: 37px 40px;
}
.rr-product-gadget-categories-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 22px;
}
.rr-product-gadget-categories-title::after {
  position: absolute;
  content: "";
  left: 0;
  width: 150px;
  height: 1px;
  background-color: var(--rr-color-theme-primary);
  bottom: 0;
}
.rr-product-gadget-categories-list {
  margin-bottom: 27px;
}
.rr-product-gadget-categories-list ul li {
  list-style: none;
  line-height: 1;
  margin-bottom: 10px;
}
.rr-product-gadget-categories-list ul li a, .rr-product-gadget-categories-list ul li span {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding-left: 13px;
}
.rr-product-gadget-categories-list ul li a::after, .rr-product-gadget-categories-list ul li span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 3px;
  width: 3px;
  background-color: var(--rr-text-2);
  border-radius: 50%;
}
.rr-product-gadget-categories-list ul li a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-gadget-banner-slider-active .swiper-slide-active .rr-product-gadget-banner-title, .rr-product-gadget-banner-slider-active .swiper-slide-active .rr-product-gadget-banner-subtitle, .rr-product-gadget-banner-slider-active .swiper-slide-active .rr-product-gadget-banner-content p, .rr-product-gadget-banner-slider-active .swiper-slide-active .rr-product-gadget-banner-price, .rr-product-gadget-banner-slider-active .swiper-slide-active .rr-product-gadget-banner-btn a {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.rr-product-gadget-banner-slider-active .swiper-slide-active .rr-product-gadget-banner-thumb img {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}
.rr-product-gadget-banner-slider-active .swiper-slide-active .rr-product-gadget-banner-thumb-gradient {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}
.rr-product-gadget-banner-slider-active .swiper-slide-active .rr-product-gadget-banner-thumb-shape .rr-offer-shape {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}
.rr-product-gadget-banner-slider-dot.rr-swiper-dot {
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
  width: auto;
  display: flex;
  flex-direction: column;
}
.rr-product-gadget-banner-slider-dot.rr-swiper-dot.rr-swiper-dot .swiper-pagination-bullet {
  margin: 3px 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.rr-product-gadget-banner-slider-dot.rr-swiper-dot.rr-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-color-theme-primary);
}
.rr-product-gadget-banner-item {
  border-radius: 8px;
}
.rr-product-gadget-banner-content {
  padding: 45px 30px 41px;
}
.rr-product-gadget-banner-price {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: var(--rr-color-theme-primary);
  animation-delay: 0.1s;
  animation-duration: 1s;
}
.rr-product-gadget-banner-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--rr-color-theme-primary);
  animation-delay: 0.2s;
  animation-duration: 1s;
}

/* ================= 
product all slider 
==================*/
/* arrival slider home electronics*/
.rr-product-arrival-slider {
  margin: 0 -15px;
}
@media (max-width: 575px) {
  .rr-product-arrival-slider {
    margin: 0;
  }
}
.rr-product-arrival-active {
  padding: 15px;
}
@media (max-width: 575px) {
  .rr-product-arrival-active {
    padding-left: 0;
    padding-right: 0;
  }
}
.rr-product-arrival-border {
  position: relative;
  padding-left: 50px;
  background-color: var(--rr-color-theme-primary);
}
.rr-product-arrival-border::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 930px;
  height: 2px;
  background-color: var(--rr-border-secondary);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-product-arrival-border::after {
    width: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-product-arrival-border::after {
    width: 430px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-arrival-border::after {
    display: none;
  }
}

/*----------------------------------------*/
/*  8.10 Product Card Style 2 CSS
/*----------------------------------------*/
.rr-product-item-2:hover .rr-product-thumb-2 img {
  -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-product-item-2:hover .rr-product-action-2 {
  left: 24px;
  visibility: visible;
  opacity: 1;
}
.rr-product-title-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.rr-product-title-2 a:hover {
  color: var(--rr-theme-secondary);
}
.rr-product-tag-2 a {
  font-size: 12px;
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--rr-color-text-body);
  margin-bottom: 10px;
}
.rr-product-price-2 {
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-color-common-black);
}
.rr-product-price-2.new-price {
  color: var(--rr-color-common-black);
}
.rr-product-price-2.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--rr-text-1);
}
.rr-product-rating-icon-2 {
  margin-bottom: 11px;
}
.rr-product-action-2 {
  position: absolute;
  left: 0;
  top: 57px;
  right: auto;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-product-action-2 {
    top: 50px;
  }
}
@media (max-width: 575px) {
  .rr-product-action-2 {
    top: 60px;
  }
}
.rr-product-action-blackStyle .rr-product-action-btn-2 a:hover, .rr-product-action-blackStyle .rr-product-action-btn-2 button:hover {
  background-color: var(--rr-color-common-black);
}
.rr-product-action-primaryStyle .rr-product-action-btn-3 a:hover, .rr-product-action-primaryStyle .rr-product-action-btn-3 button:hover {
  background-color: var(--rr-color-theme-primary);
}
.rr-product-action-btn-2 {
  position: relative;
}
.rr-product-action-btn-2 a, .rr-product-action-btn-2 button {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: var(--rr-color-common-black);
  background-color: var(--rr-color-common-white);
  border-bottom: 0;
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
  border-radius: 50%;
  margin-bottom: 6px;
}
.rr-product-action-btn-2 a:hover, .rr-product-action-btn-2 button:hover {
  color: var(--rr-color-common-white);
  background-color: var(--rr-color-common-black);
}
.rr-product-action-btn-2:hover .rr-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(8px) translateY(-50%);
  -moz-transform: translateX(8px) translateY(-50%);
  -ms-transform: translateX(8px) translateY(-50%);
  -o-transform: translateX(8px) translateY(-50%);
  transform: translateX(8px) translateY(-50%);
}
.rr-product-badge-2 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 11;
}
.rr-product-badge-2 ul li {
  list-style: none;
  display: block;
  text-align: left;
}
.rr-product-badge-2 ul li:not(:last-child) {
  margin-right: 12px;
}
.rr-product-badge-2 ul li span {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-common-black);
  padding: 4px 10px 4px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 500;
}
.rr-product-badge-2 ul li span.onsale {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.rr-product-badge-2 ul li span.on-trending {
  background-color: var(--rr-green-1);
}
.rr-product-badge-2 ul li span.on-hot {
  background-color: var(--rr-pink-2);
}

/*----------------------------------------*/
/* 8.11 Product Card Style 3 CSS
/*----------------------------------------*/
.rr-product-item-3:hover .rr-product-thumb-3 img {
  -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-product-item-3:hover .rr-product-action-3 {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.rr-product-item-3:hover .rr-product-add-cart-btn-large-3 {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.rr-product-item-3 .rr-product-add-cart-btn-large-wrapper .rr-product-add-cart-btn-large a, .rr-product-item-3 .rr-product-add-cart-btn-large-wrapper .rr-product-add-cart-btn-large button {
  font-weight: 400;
  font-size: 16px;
  color: var(--rr-color-theme-primary);
  padding: 5px 30px;
  font-size: 16px;
}
.rr-product-item-3 .rr-product-add-cart-btn-large-wrapper .rr-product-add-cart-btn-large a:hover, .rr-product-item-3 .rr-product-add-cart-btn-large-wrapper .rr-product-add-cart-btn-large button:hover {
  background-color: var(--rr-theme-brown);
}
.rr-product-item-3.rr-product-style-primary .rr-product-title-3 a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-item-3.rr-product-style-primary .rr-product-badge span {
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-item-3.rr-product-style-primary .rr-product-thumb-3 img {
    width: 100%;
  }
}
.rr-product-item-3.rr-product-style-primary .rr-product-add-cart-btn-large-wrapper .rr-product-add-cart-btn-large:hover {
  background-color: var(--rr-color-theme-primary);
}
.rr-product-add-cart-btn-large-3 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-product-add-cart-btn-large-3 a, .rr-product-add-cart-btn-large-3 button {
  background-color: var(--rr-color-common-black);
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: var(--rr-color-theme-primary);
  padding: 5px 30px;
  text-align: center;
}
.rr-product-add-cart-btn-large-3 a:hover, .rr-product-add-cart-btn-large-3 button:hover {
  background-color: var(--rr-theme-brown);
  color: var(--rr-color-theme-primary);
}
.rr-product-add-cart-btn-large-3.is-primary a:hover, .rr-product-add-cart-btn-large-3.is-primary button:hover {
  background-color: var(--rr-color-theme-primary);
}
.rr-product-title-3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
}
.rr-product-title-3 a:hover {
  color: var(--rr-theme-brown);
}
.rr-product-title-3.has-rating {
  margin-bottom: 1px;
}
.rr-product-tag-3 span, .rr-product-tag-3 a {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--rr-text-2);
}
.rr-product-tag-3 span:hover, .rr-product-tag-3 a:hover {
  color: var(--rr-theme-brown);
}
.rr-product-thumb-3 img {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-thumb-3 img {
    width: 100%;
  }
}
.rr-product-price-3 {
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-color-common-black);
}
.rr-product-price-3.new-price {
  color: var(--rr-color-common-black);
}
.rr-product-price-3.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--rr-text-1);
}
.rr-product-action-3 {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 575px) {
  .rr-product-action-3 {
    top: 30px;
  }
}
.rr-product-action-btn-3:last-child a, .rr-product-action-btn-3:last-child button {
  margin-bottom: 0;
}
.rr-product-action-btn-3 a, .rr-product-action-btn-3 button {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--rr-color-theme-primary);
  border: 1px solid #DFE0E1;
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
  margin-bottom: 4px;
  text-align: center;
}
.rr-product-action-btn-3 a .rr-product-tooltip, .rr-product-action-btn-3 button .rr-product-tooltip {
  font-weight: 600;
  font-size: 12px;
}
.rr-product-action-btn-3 a:hover, .rr-product-action-btn-3 button:hover {
  color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-common-black);
  background: var(--rr-color-common-black);
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
}
.rr-product-action-btn-3 a:hover .rr-product-tooltip, .rr-product-action-btn-3 button:hover .rr-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.rr-product-action-btn-3 > .rr-product-tooltip {
  font-weight: 600;
  font-size: 12px;
}
.rr-product-action-btn-3:hover > .rr-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.rr-product-badge-3 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.rr-product-badge-3 ul li {
  list-style: none;
  display: block;
  text-align: left;
}
.rr-product-badge-3 ul li:not(:last-child) {
  margin-bottom: 12px;
}
.rr-product-badge-3 ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--rr-color-common-black);
  border-radius: 50%;
  color: var(--rr-color-theme-primary);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.rr-product-badge-3 ul li span.on-trending {
  background-color: var(--rr-green-1);
  width: auto;
  min-width: 40px;
  padding: 0 10px;
}
.rr-product-badge-3 ul li span.on-hot {
  background-color: var(--rr-pink-2);
}
.rr-product-more-3 .rr-btn {
  font-weight: 400;
  font-size: 14px;
  padding: 6px 19px;
  color: var(--rr-color-common-black);
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-product-more-3 .rr-btn:hover {
  background-color: var(--rr-color-common-black);
  border-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
}
.rr-product-tab-inner-3 .nav-tabs {
  border-bottom: 1px solid #DFE0E1;
  padding-bottom: 2px;
}
.rr-product-rating-3 {
  margin-bottom: 5px;
}
.rr-product-rating-3 .rr-product-rating-text a:hover {
  color: var(--rr-theme-brown);
}

/* special item */
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-special-item .rr-product-thumb-3 img {
    width: 100%;
  }
}
.rr-special-item .rr-product-price-wrapper-3 .price {
  justify-content: center;
}
@media (max-width: 575px) {
  .rr-special-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.rr-special-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-theme-brown);
}
.rr-special-slider-thumb {
  position: relative;
  height: 100%;
  margin-right: -13px;
  min-height: 500px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-special-slider-thumb {
    min-height: 400px;
    margin-right: 0;
  }
}
.rr-special-slider-thumb-active {
  height: 100%;
}
.rr-special-arrow button {
  position: absolute;
  top: 34%;
  left: -70px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--rr-color-common-black);
  background-color: var(--rr-color-theme-primary);
  z-index: 1;
}
.rr-special-arrow button.rr-special-slider-button-next {
  left: auto;
  right: -70px;
}
.rr-special-arrow button:hover {
  background-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
}
.rr-special-wrapper {
  margin-left: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-special-wrapper {
    margin-left: 0;
    margin-top: 10px;
  }
}
.rr-special-thumb img {
  object-fit: cover;
}
.rr-special-hotspot-1 {
  position: absolute;
  top: 35%;
  left: 19%;
}
.rr-special-hotspot-2 {
  position: absolute;
  bottom: 17%;
  right: 22%;
}
.rr-special-hotspot-item {
  width: 44px;
}
.rr-special-hotspot-item:hover .rr-special-hotspot-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-24%, 55px);
  -moz-transform: translate(-24%, 55px);
  -ms-transform: translate(-24%, 55px);
  -o-transform: translate(-24%, 55px);
  transform: translate(-24%, 55px);
}
.rr-special-hotspot-content {
  background-color: var(--rr-color-theme-primary);
  position: relative;
  min-width: 165px;
  padding: 15px 20px;
  -webkit-transform: translate(-24%, 60px);
  -moz-transform: translate(-24%, 60px);
  -ms-transform: translate(-24%, 60px);
  -o-transform: translate(-24%, 60px);
  transform: translate(-24%, 60px);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
}
.rr-special-hotspot-content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: var(--rr-color-theme-primary);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.rr-special-hotspot-content p {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0;
}
.rr-special-hotspot-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  8.12 Product Card Style 4 CSS
/*----------------------------------------*/
.rr-product-item-4:hover .rr-product-price-wrapper-4 {
  visibility: hidden;
  opacity: 0;
}
.rr-product-item-4:hover .rr-product-add-to-cart-4 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.rr-product-item-4:hover .rr-product-action-4 {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
.rr-product-item-4:hover .rr-product-thumb-4 img {
  -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-product-action-4 {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 575px) {
  .rr-product-action-4 {
    top: 30px;
  }
}
.rr-product-action-4.has-shadow .rr-product-action-btn-3 a, .rr-product-action-4.has-shadow .rr-product-action-btn-3 button {
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
  border: 0;
}
.rr-product-action-4 .rr-product-action-btn-3 a, .rr-product-action-4 .rr-product-action-btn-3 button {
  box-shadow: none;
}
.rr-product-thumb-4 {
  position: relative;
  margin-bottom: 21px;
}
.rr-product-title-4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
}
.rr-product-title-4 a:hover {
  color: var(--rr-theme-brown);
}
.rr-product-info-4 a {
  font-size: 14px;
  margin-bottom: 2px;
}
.rr-product-info-4 a:hover {
  color: var(--rr-theme-brown);
}
.rr-product-price-wrapper-4 {
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.rr-product-add-to-cart-4 {
  position: absolute !important;
  bottom: 0;
  left: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.rr-product-add-to-cart-4 a, .rr-product-add-to-cart-4 button {
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-color-common-black);
}
.rr-product-add-to-cart-4 a:hover, .rr-product-add-to-cart-4 button:hover {
  color: var(--rr-theme-brown);
}
.rr-product-add-to-cart-4 a .cart-icon-2.rr-woo-d-none, .rr-product-add-to-cart-4 button .cart-icon-2.rr-woo-d-none {
  display: inline-block;
}
.rr-product-add-to-cart-4 a .cart-icon, .rr-product-add-to-cart-4 button .cart-icon {
  display: none;
}

.rr-best-slider .rr-swiper-scrollbar {
  background-color: #D3D8DD;
  width: calc(100% - 600px );
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-best-slider .rr-swiper-scrollbar {
    width: calc(100% - 300px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-best-slider .rr-swiper-scrollbar {
    width: calc(100% - 200px );
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-best-slider .rr-swiper-scrollbar {
    width: calc(100% - 100px );
  }
}
@media (max-width: 575px) {
  .rr-best-slider .rr-swiper-scrollbar {
    width: 100%;
  }
}
.rr-best-item-4:hover .rr-product-price-wrapper-4 {
  visibility: hidden;
  opacity: 0;
}
.rr-best-item-4:hover .rr-best-add-to-cart-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.rr-best-price {
  position: relative;
}
.rr-best-add-to-cart-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--rr-color-theme-primary);
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-color-common-black);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.rr-best-add-to-cart-btn:hover {
  color: var(--rr-theme-brown);
}

/*----------------------------------------*/
/*  8.13 Product Card Style 5 CSS
/*----------------------------------------*/
.rr-product-item-5:hover .rr-product-thumb-5 img {
  -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-product-item-5:hover .rr-product-action-5 {
  left: 24px;
  visibility: visible;
  opacity: 1;
}
.rr-product-tag-5 a {
  font-size: 16px;
}
.rr-product-tag-5 a:hover {
  color: var(--rr-theme-green);
}
.rr-product-title-5 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 7px;
}
.rr-product-title-5 a:hover {
  color: var(--rr-theme-green);
}
.rr-product-rating-5 {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.rr-product-thumb-5 {
  border-radius: 16px;
}
.rr-product-thumb-5 img {
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-product-action-greenStyle .rr-product-action-btn-2 a:hover, .rr-product-action-greenStyle .rr-product-action-btn-2 button:hover {
  background-color: var(--rr-theme-green);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-product-action-5 {
    top: 50px;
  }
}
@media (max-width: 575px) {
  .rr-product-action-5 {
    top: 60px;
  }
}
.rr-product-badge-5 ul li span {
  border-radius: 4px;
}
.rr-product-sm-section-title {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 32px;
}
.rr-product-sm-section-title svg {
  position: absolute;
  bottom: -8px;
  left: 26px;
  z-index: -1;
}
.rr-product-sm-item-5 {
  padding: 11px;
  border: 1px solid red;
  border-radius: 16px;
}
.rr-product-sm-item-5:hover {
  border-color: var(--rr-theme-green);
}
.rr-product-sm-item-5:hover .rr-product-sm-thumb-5 img {
  -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-product-sm-item-5:not(:last-child) {
  margin-bottom: 12px;
}
.rr-product-sm-thumb-5 {
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 24px;
}
.rr-product-sm-thumb-5 img {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .rr-product-sm-thumb-5 img {
    margin-right: 15px;
  }
}
.rr-product-sm-tag-5 {
  line-height: 1;
  margin-bottom: 2px;
}
.rr-product-sm-tag-5 span {
  font-size: 14px;
  color: var(--rr-text-2);
}
.rr-product-sm-tag-5 span a:hover {
  color: var(--rr-theme-green);
}
.rr-product-sm-title-5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 14px;
}
.rr-product-sm-title-5 a:Hover {
  color: var(--rr-theme-green);
}
.rr-product-sm-rating-5 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1;
}
.rr-product-sm-rating-5 span {
  color: var(--rr-yellow-3);
  font-size: 12px;
}
.rr-product-sm-rating-5 span:not(:last-child) {
  margin-right: 2px;
}
.rr-product-sm-price-wrapper-5 .price span {
  font-size: 15px !important;
}
.rr-product-sm-price-wrapper-5 .price span del span {
  font-size: 13px !important;
}
.rr-product-sm-price-5 {
  font-weight: 500;
  font-size: 15px;
  color: var(--rr-color-common-black);
  letter-spacing: -0.02em;
}
.rr-product-sm-price-5.new-price {
  color: var(--rr-color-common-black);
}
.rr-product-sm-price-5.old-price {
  font-weight: 400;
  font-size: 13px;
  text-decoration-line: line-through;
  color: var(--rr-text-1);
}

.rr-best-slider-5:hover .rr-best-slider-arrow-5 button {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.rr-best-slider-5:hover .rr-best-slider-arrow-5 button.rr-best-slider-5-button-next {
  left: auto;
  right: 0;
}
.rr-best-slider-arrow-5 button {
  position: absolute;
  top: 28%;
  z-index: 1;
  left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--rr-text-2);
  background-color: var(--rr-color-theme-primary);
  border: 3px solid #F7F7F7;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.rr-best-slider-arrow-5 button svg {
  -webkit-transform: translate(-1px, -2px);
  -moz-transform: translate(-1px, -2px);
  -ms-transform: translate(-1px, -2px);
  -o-transform: translate(-1px, -2px);
  transform: translate(-1px, -2px);
}
.rr-best-slider-arrow-5 button:hover {
  background-color: var(--rr-theme-green);
  color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-best-slider-arrow-5 button.rr-best-slider-5-button-next {
  left: auto;
  right: 20px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.rr-best-slider-arrow-5 button.rr-best-slider-5-button-next svg {
  -webkit-transform: translate(1px, -2px);
  -moz-transform: translate(1px, -2px);
  -ms-transform: translate(1px, -2px);
  -o-transform: translate(1px, -2px);
  transform: translate(1px, -2px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-best-slider-wrapper-5 {
    margin-top: 50px;
  }
}
.rr-best-slider-dot-5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-theme-green);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-best-item-5 .rr-product-action-5 {
    top: 15px;
  }
}

/*----------------------------------------*/
/*  8.14 Product Details CSS
/*----------------------------------------*/
.rr-product-details-wrapper {
  margin-left: 80px;
  position: sticky;
  top: 120px;
}
.rr-product-details-wrapper.has-sticky {
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-product-details-wrapper {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-product-details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.rr-product-details-wrapper .rr-product-details-short-desc p {
  font-size: 16px;
  line-height: 1.7;
}
.rr-product-details-wrapper .rr-product-details-short-desc p span {
  font-weight: 500;
  color: var(--rr-color-theme-primary);
}
.rr-product-details-nav-main-thumb {
  position: relative;
}
.rr-product-details-thumb-wrapper {
  position: sticky;
  top: 120px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-thumb-wrapper {
    margin-right: 0;
  }
}
.rr-product-details-thumb-wrapper .nav-tabs {
  margin-right: 10px;
}
.rr-product-details-thumb-wrapper .nav-tabs .nav-link {
  width: 78px;
  height: 100px;
  position: relative;
}
@media (max-width: 575px) {
  .rr-product-details-thumb-wrapper .nav-tabs .nav-link {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.rr-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
  margin-bottom: 10px;
}
.rr-product-details-thumb-wrapper .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  top: 0;
  left: 0;
}
.rr-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .rr-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: var(--rr-color-common-black);
}
.rr-product-details-thumb-wrapper .nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rr-product-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
  font-size: 15px;
}
.rr-product-details-thumb-slider {
  position: sticky;
  top: 120px;
}
.rr-product-details-thumb-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--rr-color-common-black);
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--rr-color-theme-primary);
  -webkit-animation: rr-pulse-2 2s infinite;
  -moz-animation: rr-pulse-2 2s infinite;
  -ms-animation: rr-pulse-2 2s infinite;
  -o-animation: rr-pulse-2 2s infinite;
  animation: rr-pulse-2 2s infinite;
}
.rr-product-details-thumb-video-btn:hover {
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-theme-primary);
}
.rr-product-details-thumb-gallery-item img {
  width: 100%;
}
.rr-product-details-category span {
  font-size: 16px;
  line-height: 1;
}
.rr-product-details-category span a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-details-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--rr-color-heading-primary);
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .rr-product-details-title {
    font-size: 26px;
  }
}
.rr-product-details-stock {
  margin-right: 12px;
}
.rr-product-details-stock span {
  display: inline-block;
  font-size: 15px;
  color: var(--rr-color-common-white);
  background-color: var(--rr-color-theme-primary);
  line-height: 1;
  padding: 4px 12px;
}
.rr-product-details-stock span.out-of-stock {
  background-color: var(--rr-color-theme-primary);
  color: #FD4B6B;
  padding: 5px 12px 3px;
}
.rr-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.rr-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
  line-height: 1.1;
}
.rr-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.rr-product-details-rating span .star-rating {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.rr-product-details-price {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--rr-color-common-black);
}
.rr-product-details-price.new-price {
  color: var(--rr-color-common-black);
}
.rr-product-details-price.old-price {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #767A7D;
}
.rr-product-details-variation {
  margin-bottom: 30px;
}
.rr-product-details-variation-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}
.rr-product-details-variation-item:not(:last-child) {
  margin-bottom: 15px;
}
.rr-product-details-variation-list button {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: box-shadow 0.2s 0s linear;
  -moz-transition: box-shadow 0.2s 0s linear;
  -ms-transition: box-shadow 0.2s 0s linear;
  -o-transition: box-shadow 0.2s 0s linear;
  transition: box-shadow 0.2s 0s linear;
}
.rr-product-details-variation-list button span[data-bg-color] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--rr-color-theme-primary);
  border-radius: 50%;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rr-product-details-variation-list button .rr-color-variation-tootltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(2px);
  -moz-transform: translateX(-50%) translateY(2px);
  -ms-transform: translateX(-50%) translateY(2px);
  -o-transform: translateX(-50%) translateY(2px);
  transform: translateX(-50%) translateY(2px);
  width: max-content;
  background-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.rr-product-details-variation-list button .rr-color-variation-tootltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid var(--rr-color-common-black);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.rr-product-details-variation-list button.rr-size-variation-btn {
  width: 40px;
  height: 40px;
  border: 1px solid red;
  border-radius: 0;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.rr-product-details-variation-list button.rr-size-variation-btn:hover, .rr-product-details-variation-list button.rr-size-variation-btn.active {
  box-shadow: none;
  border-color: var(--rr-color-common-black);
  box-shadow: none;
  color: var(--rr-color-common-black);
}
.rr-product-details-variation-list button:hover, .rr-product-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.rr-product-details-variation-list button:hover span[data-bg-color], .rr-product-details-variation-list button.active span[data-bg-color] {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.rr-product-details-variation-list button:hover .rr-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}
.rr-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.rr-product-details-quantity {
  margin-right: 15px;
  margin-bottom: 15px;
}
.rr-product-details-quantity .rr-product-quantity {
  width: 122px;
  border-radius: 0;
}
.rr-product-details-quantity .rr-cart-plus, .rr-product-details-quantity .rr-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
  transition: all 0.3s ease-in-out;
}
.rr-product-details-quantity .rr-cart-plus:hover, .rr-product-details-quantity .rr-cart-minus:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.rr-product-details-quantity .rr-cart-plus {
  left: auto;
  right: 14px;
}
.rr-product-details-quantity .rr-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  background-color: #F3F5F6;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: var(--rr-color-common-black);
}
.rr-product-details-add-to-cart-btn {
  font-size: 16px;
  color: var(--rr-color-common-black);
  text-align: center;
  padding: 8px 30px;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 50px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.rr-product-details-add-to-cart-btn:hover {
  background-color: var(--rr-color-common-black);
  border-color: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
}
.rr-product-details-buy-now-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  transition: all 0.3s 0s ease-out;
}
.rr-product-details-buy-now-btn:hover {
  background-color: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
}
.rr-product-details-action-wrapper {
  margin-bottom: 17px;
}
.rr-product-details-action-sm {
  padding-bottom: 4px;
  border-bottom: 1px solid #EAEBED;
  margin-bottom: 25px;
}
.rr-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--rr-color-text-body);
  font-weight: 600;
}
.rr-product-details-action-sm-btn:not(:last-child) {
  margin-right: 15px;
}
.rr-product-details-action-sm-btn i, .rr-product-details-action-sm-btn svg {
  margin-right: 2px;
}
.rr-product-details-action-sm-btn:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-details-action-sm-btn .rr-product-tooltip {
  display: none;
}
.rr-product-details-query {
  margin-bottom: 22px;
}
.rr-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.rr-product-details-query-item > span {
  font-size: 16px;
  color: var(--rr-color-common-black);
  line-height: 1.4;
  margin-right: 6px;
  font-weight: 500;
}
.rr-product-details-query-item p, .rr-product-details-query-item a {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.4;
}
.rr-product-details-query-item a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-details-social {
  margin-bottom: 22px;
}
.rr-product-details-social span {
  font-size: 15px;
  color: var(--rr-color-common-black);
  margin-right: 2px;
}
.rr-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #E6E7E8;
  border-radius: 50%;
}
.rr-product-details-social a:hover {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}
.rr-product-details-msg ul li {
  list-style: none;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
}
.rr-product-details-msg ul li::after {
  position: absolute;
  content: url("../img/product/icons/check-3.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--rr-color-theme-primary);
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.rr-product-details-payment {
  background-color: #F3F5F6;
  padding: 18px 30px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-product-details-payment {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.rr-product-details-payment p {
  font-size: 16px;
  line-height: 1;
  margin-right: 46px;
  flex: 0 0 35%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-product-details-payment p {
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .rr-product-details-payment p {
    margin-right: 0;
    margin-bottom: 15px;
    flex: inherit;
  }
  .rr-product-details-payment p br {
    display: none;
  }
}
.rr-product-details-payment img {
  margin-bottom: 15px;
}
.rr-product-details-desc-title, .rr-product-details-desc-wrapper h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-product-details-desc-title, .rr-product-details-desc-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .rr-product-details-desc-title, .rr-product-details-desc-wrapper h2 {
    font-size: 26px;
  }
}
.rr-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.rr-product-details-desc-wrapper p {
  font-size: 16px;
  line-height: 1.6;
}
.rr-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rr-product-details-desc-content {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .rr-product-details-desc-content {
    padding-left: 0;
  }
}
.rr-product-details-desc-content span {
  font-size: 20px;
  color: var(--rr-color-common-black);
}
.rr-product-details-desc-content p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-desc-content-2 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-desc-content-2.pt-75 {
    padding-top: 25px;
  }
}
.rr-product-details-desc-content-2 p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.rr-product-details-desc-list {
  padding-top: 13px;
}
.rr-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  color: var(--rr-color-common-black);
  position: relative;
  padding-left: 17px;
}
.rr-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.rr-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}
.rr-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.rr-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  color: var(--rr-color-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .rr-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.rr-product-details-desc-fact-content p {
  font-size: 22px;
}
@media (max-width: 575px) {
  .rr-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.rr-product-details-additional-info {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .rr-product-details-additional-info {
    overflow-x: scroll;
  }
}
.rr-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}
.rr-product-details-additional-info.rr-table-style-2 {
  padding-top: 50px;
}
.rr-product-details-additional-info.rr-table-style-2 .rr-product-details-additional-info-title {
  display: block;
}
.rr-product-details-additional-info.rr-table-style-2 table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.rr-product-details-additional-info.rr-table-style-2 table tr {
  border: 0;
}
.rr-product-details-additional-info.rr-table-style-2 table tr:not(:last-child) {
  border: 0;
  margin-bottom: 6px;
}
.rr-product-details-additional-info.rr-table-style-2 table tr td {
  padding: 7px 24px;
  border: 1px solid #E6E7E8;
}
.rr-product-details-additional-info.rr-table-style-2 table tr td:first-child {
  padding-left: 24px;
  border-right: 0;
}
.rr-product-details-additional-info.rr-table-style-2 table tr td:last-child {
  padding-left: 34px;
}
.rr-product-details-additional-info table {
  border: 1px solid #E0E2E3;
  width: 100%;
}
.rr-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}
.rr-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.rr-product-details-additional-info table tr td:first-child {
  font-size: 16px;
  color: var(--rr-color-common-black);
  background-color: #F9F9F9;
  width: 306px;
}
.rr-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--rr-text-body);
}
.rr-product-details-review-number {
  border: 1px solid #E0E2E3;
  padding: 35px 43px 33px 40px;
}
@media (max-width: 575px) {
  .rr-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.rr-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.rr-product-details-review-summery {
  margin-bottom: 12px;
}
.rr-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--rr-color-common-black);
  margin-right: 8px;
}
.rr-product-details-review-summery-rating {
  margin-right: 3px;
}
.rr-product-details-review-summery-rating span {
  color: #FFB21D;
}
.rr-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.rr-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
}
.rr-product-details-review-rating-bar {
  width: 260px;
  background-color: #EDEEEE;
  height: 10px;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 575px) {
  .rr-product-details-review-rating-bar {
    width: 130px;
  }
}
.rr-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: #FFB21D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.rr-product-details-review-rating-percent span {
  font-size: 14px;
}
.rr-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .rr-product-details-review-list {
    padding-right: 0;
  }
}
.rr-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.rr-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.rr-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.rr-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}
.rr-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}
.rr-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
}
.rr-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.rr-product-details-review-avater-comment p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-review-form {
    margin-top: 50px;
  }
}
.rr-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.rr-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.rr-product-details-review-form-rating {
  margin-bottom: 28px;
}
.rr-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 8px;
}
.rr-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}
.rr-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.rr-product-details-review-input-box {
  position: relative;
}
.rr-product-details-review-input-box:not(:last-child) {
  margin-bottom: 29px;
}
.rr-product-details-review-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--rr-color-common-black);
}
.rr-product-details-review-input input::-webkit-input-placeholder {
  color: #95999D;
}
.rr-product-details-review-input input:-moz-placeholder {
  color: #95999D;
}
.rr-product-details-review-input input::-moz-placeholder {
  color: #95999D;
}
.rr-product-details-review-input input:-ms-input-placeholder {
  color: #95999D;
}
.rr-product-details-review-input textarea {
  height: 165px;
  resize: none;
}
.rr-product-details-review-input-title label {
  font-size: 14px;
  color: var(--rr-color-common-black);
  position: absolute;
  top: -7px;
  left: 20px;
  padding: 0 5px;
  background-color: var(--rr-color-theme-primary);
  line-height: 1;
}
.rr-product-details-review-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-product-details-review-input-eye .open-eye {
  display: none;
}
.rr-product-details-review-input-eye:hover {
  cursor: pointer;
}
.rr-product-details-review-input-eye:hover span {
  color: var(--rr-color-common-black);
}
.rr-product-details-review-remeber input {
  display: none;
}
.rr-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.rr-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.rr-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-product-details-review-remeber label::before {
  position: absolute;
  content: url("../img/product/icons/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rr-color-theme-primary);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-product-details-review-remeber label a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-details-review-remeber label:hover {
  cursor: pointer;
}
.rr-product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-theme-primary);
  padding: 9px 45px;
  background-color: var(--rr-color-theme-primary);
}
.rr-product-details-bottom {
  border-bottom: 1px solid #E0E2E3;
}
.rr-product-details-tab-nav .nav-tabs {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
@media (max-width: 575px) {
  .rr-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.rr-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #A0A2A4;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
  border: none;
  text-transform: capitalize;
  padding: 0;
}
.rr-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 30px;
}
.rr-product-details-tab-nav .nav-tabs .nav-link.active, .rr-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--rr-color-theme-primary);
}
.rr-product-details-tab-nav .nav-tabs .nav-link.active::after, .rr-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 575px) {
  .rr-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--rr-color-common-black);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
}
@media (max-width: 575px) {
  .rr-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.rr-product-details-tab-line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--rr-color-common-black);
  display: block;
}
.rr-product-details-views {
  margin-bottom: 10px;
}
.rr-product-details-views > span {
  color: var(--rr-color-common-black);
  font-size: 16px;
  margin-right: 8px;
}
.rr-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.rr-product-details-views p span {
  color: var(--rr-color-common-black);
  font-weight: 500;
}
.rr-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.rr-product-details-stock-bar p span {
  font-weight: 500;
  color: var(--rr-color-common-black);
}
.rr-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.rr-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--rr-color-theme-primary);
  height: 100%;
  display: inline-block;
}
.rr-product-details-wishlist-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--rr-color-theme-primary);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.rr-product-details-wishlist-btn:hover {
  background-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
}
.rr-product-details-countdown {
  padding: 10px 20px;
  border: 1px solid var(--rr-pink-1);
  background-color: rgba(253, 75, 107, 0.05);
}
.rr-product-details-countdown-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--rr-pink-1);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .rr-product-details-countdown-title {
    margin-bottom: 7px;
  }
}
.rr-product-details-countdown-time ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.rr-product-details-countdown-time ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-pink-1);
  position: relative;
}
.rr-product-details-countdown-time ul li:not(:last-child) {
  margin-right: 24px;
}
.rr-product-details-countdown-time ul li:not(:last-child)::after, .rr-product-details-countdown-time ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -13px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--rr-pink-1);
}
.rr-product-details-countdown-time ul li:not(:last-child)::before {
  top: 15px;
}
.rr-product-details-badge {
  position: absolute;
  top: 20px;
  left: 20px;
}
.rr-product-details-badge span.onsale {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
  padding: 4px 10px 4px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 500;
}
.rr-product-details-offer {
  margin-left: 5px;
  font-weight: 600;
  font-size: 13px;
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-pink-1);
  padding: 3px 9px;
  display: inline-block;
  line-height: 1.2;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-product-details-thumb-style2 {
  margin-right: 78px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-thumb-style2 {
    margin-right: 0;
  }
}
.rr-product-details-thumb-style2 .nav-tabs {
  margin-right: 0;
}
.rr-product-details-thumb-style2 .nav-tabs .nav-link {
  width: 116px;
  height: 116px;
}
.rr-product-details-thumb-style2 .nav-tabs .nav-link:not(:last-child) {
  margin-right: 8px;
}
.rr-product-details-thumb-style2 .rr-product-details-nav-main-thumb {
  margin-bottom: 14px;
}
.rr-product-details-wrapper-style2 {
  margin-left: 0;
}
.rr-product-details-wrapper-style2 .rr-product-details-wrapper > p {
  margin-bottom: 18px;
}
.rr-product-details-wrapper-style2 .rr-product-details-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.rr-product-details-wrapper-style2 .rr-product-details-category span {
  display: inline-block;
  margin-bottom: 10px;
}
.rr-product-details-wrapper-style2 .rr-product-details-price {
  font-size: 22px;
}
.rr-product-details-wrapper-style2 .rr-product-details-reviews span {
  font-size: 15px;
}
.rr-product-details-wrapper-style2 .rr-product-details-variation {
  margin-bottom: 20px;
}
.rr-product-details-wrapper-style2 .rr-product-details-variation-title {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 10px;
}
.rr-product-details-wrapper-style2 .rr-product-details-inventory {
  margin-bottom: 13px;
}
.rr-product-details-wrapper-style2 .rr-product-details-quantity .rr-product-quantity {
  background-color: var(--rr-color-theme-primary);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.rr-product-details-wrapper-style2 .rr-product-details-quantity .rr-cart-input[type=text] {
  background-color: var(--rr-color-theme-primary);
}
.rr-product-details-wrapper-style2 .rr-product-details-quantity .rr-cart-plus, .rr-product-details-wrapper-style2 .rr-product-details-quantity .rr-cart-minus {
  left: 4px;
}
.rr-product-details-wrapper-style2 .rr-product-details-quantity .rr-cart-plus::after, .rr-product-details-wrapper-style2 .rr-product-details-quantity .rr-cart-minus::after {
  position: absolute;
  content: "";
  left: 28px;
  top: 2px;
  width: 1px;
  height: 20px;
  background-color: red;
}
.rr-product-details-wrapper-style2 .rr-product-details-quantity .rr-cart-plus {
  left: auto;
  right: 4px;
}
.rr-product-details-wrapper-style2 .rr-product-details-quantity .rr-cart-plus::after {
  left: auto;
  right: 28px;
}
.rr-product-details-wrapper-style2 .rr-product-details-add-to-cart {
  width: 295px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-product-details-wrapper-style2 .rr-product-details-add-to-cart {
    width: 258px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-product-details-wrapper-style2 .rr-product-details-add-to-cart {
    width: 262px;
  }
}
.rr-product-details-wrapper-style2 .rr-product-details-add-to-cart-btn {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}
.rr-product-details-wrapper-style2 .rr-product-details-add-to-cart-btn:hover {
  background-color: var(--rr-color-common-black);
  border-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
}
.rr-product-details-wrapper-style2 .rr-product-details-buy-now-btn {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-black);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.rr-product-details-wrapper-style2 .rr-product-details-buy-now-btn:hover {
  background-color: var(--rr-color-common-black);
  color: var(--rr-color-theme-primary);
}
.rr-product-details-wrapper-style2 .rr-product-details-action-wrapper {
  margin-bottom: 25px;
}
.rr-product-details-wrapper-style2 .rr-product-details-social {
  margin-bottom: 28px;
}
.rr-product-details-wrapper-style2 .rr-product-details-social a {
  border-radius: 0;
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.rr-product-details-wrapper-style2 .rr-product-details-social a:hover {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}
.rr-product-details-wrapper-style2 .rr-product-details-payment {
  border: 1px solid #D3DAE1;
  background-color: transparent;
}
.rr-product-details-wrapper-style2 .rr-product-details-payment p {
  font-size: 15px;
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-product-details-wrapper-style2 .rr-product-details-payment p {
    margin-right: 0;
  }
}
.rr-product-details-wrapper-style2 .rr-product-details-payment p span {
  color: var(--rr-color-common-black);
}
.rr-product-details-bottom-style2 .nav-tabs .nav-link {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575px) {
  .rr-product-details-bottom-style2 .nav-tabs .nav-link:not(:last-child) {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}
.rr-product-details-review-wrapper-2 .rr-product-details-review-item-wrapper-2 {
  padding-bottom: 80px;
  border-bottom: 1px solid #E6E7E8;
}
.rr-product-details-review-wrapper-2 .rr-product-details-review-avater-title {
  display: block;
  margin-bottom: 2px;
}
.rr-product-details-review-wrapper-2 .rr-product-details-review-avater-meta {
  padding-left: 0;
}
.rr-product-details-review-wrapper-2 .rr-product-details-review-avater-meta::after {
  display: none;
}
.rr-product-details-review-wrapper-2 .rr-product-details-review-avater-rating {
  margin-bottom: 9px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-review-wrapper-2 .rr-product-details-review-avater-rating {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-review-wrapper-2 .rr-product-details-review-input-wrapper {
    margin-bottom: -11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-product-details-review-wrapper-2 .rr-product-details-review-input-box {
    margin-bottom: 29px;
  }
}
.rr-product-details-review-wrapper-2 .rr-product-details-review-form-title {
  font-size: 34px;
  font-weight: 500;
}
.rr-product-details-review-wrapper-title-2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 33px;
}
.rr-product-details-review-item-2:not(:last-child) {
  margin-bottom: 55px;
}

.rr-product-modal .rr-product-details-thumb-wrapper {
  position: initial;
}
.rr-product-modal .modal-dialog {
  --bs-modal-width: 1200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-product-modal .modal-dialog {
    --bs-modal-width: 1000px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-product-modal .modal-dialog {
    --bs-modal-width: 850px;
  }
}
.rr-product-modal-content {
  padding: 50px 50px 40px;
  position: relative;
}
@media (max-width: 575px) {
  .rr-product-modal-content {
    padding: 50px 25px 40px;
  }
}
@media (max-width: 575px) {
  .rr-product-modal .rr-product-details-title {
    font-size: 27px;
  }
}
.rr-product-modal .rr-product-details-action-sm {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.rr-product-modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: var(--rr-color-theme-primary);
  font-size: 25px;
}
.rr-product-modal-styleDarkRed .rr-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .rr-product-modal-styleDarkRed .rr-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: var(--rr-theme-secondary);
}
.rr-product-modal-styleDarkRed .rr-product-details-stock span {
  color: var(--rr-theme-secondary);
  background-color: rgba(130, 31, 64, 0.06);
}
.rr-product-modal-styleDarkRed .rr-product-details-wrapper > p span {
  color: var(--rr-theme-secondary);
}
.rr-product-modal-styleDarkRed .rr-product-details-buy-now-btn {
  background-color: var(--rr-theme-secondary);
}
.rr-product-modal-styleDarkRed .rr-product-details-buy-now-btn:hover {
  background-color: var(--rr-color-common-black);
}
.rr-product-modal-styleDarkRed .rr-product-details-action-sm-btn:hover {
  color: var(--rr-theme-secondary);
}
.rr-product-modal-styleDarkRed .rr-product-details-quantity .rr-cart-plus:hover, .rr-product-modal-styleDarkRed .rr-product-details-quantity .rr-cart-minus:hover {
  color: var(--rr-theme-secondary);
}
.rr-product-modal-styleBrown .rr-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .rr-product-modal-styleBrown .rr-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: var(--rr-theme-brown);
}
.rr-product-modal-styleBrown .rr-product-details-stock span {
  color: var(--rr-theme-brown);
  background-color: rgba(130, 31, 64, 0.06);
}
.rr-product-modal-styleBrown .rr-product-details-wrapper > p span {
  color: var(--rr-theme-brown);
}
.rr-product-modal-styleBrown .rr-product-details-buy-now-btn {
  background-color: var(--rr-theme-brown);
}
.rr-product-modal-styleBrown .rr-product-details-buy-now-btn:hover {
  background-color: var(--rr-color-common-black);
}
.rr-product-modal-styleBrown .rr-product-details-action-sm-btn:hover {
  color: var(--rr-theme-brown);
}
.rr-product-modal-styleBrown .rr-product-details-quantity .rr-cart-plus:hover, .rr-product-modal-styleBrown .rr-product-details-quantity .rr-cart-minus:hover {
  color: var(--rr-theme-brown);
}
.rr-product-modal-styleBrown-2 .rr-product-details-nav-main-thumb img {
  border: 1px solid #ddd;
}
.rr-product-modal-styleBrown-2 .rr-product-details-thumb-wrapper .nav-tabs .nav-link img {
  border: 1px solid #ddd;
}
.rr-product-modal-styleGreen .rr-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .rr-product-modal-styleGreen .rr-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: var(--rr-theme-green);
}
.rr-product-modal-styleGreen .rr-product-details-stock span {
  color: var(--rr-theme-green);
  background-color: rgba(103, 142, 97, 0.06);
}
.rr-product-modal-styleGreen .rr-product-details-wrapper > p span {
  color: var(--rr-theme-green);
}
.rr-product-modal-styleGreen .rr-product-details-buy-now-btn {
  background-color: var(--rr-theme-green);
}
.rr-product-modal-styleGreen .rr-product-details-buy-now-btn:hover {
  background-color: var(--rr-color-common-black);
}
.rr-product-modal-styleGreen .rr-product-details-nav-main-thumb img {
  border: 1px solid #ddd;
}
.rr-product-modal-styleGreen .rr-product-details-thumb-wrapper .nav-tabs .nav-link img {
  border: 1px solid #ddd;
}
.rr-product-modal-styleGreen .rr-product-details-action-sm-btn:hover {
  color: var(--rr-theme-green);
}
.rr-product-modal-styleGreen .rr-product-details-quantity .rr-cart-plus:hover, .rr-product-modal-styleGreen .rr-product-details-quantity .rr-cart-minus:hover {
  color: var(--rr-theme-green);
}

/*----------------------------------------*/
/*  8.18 Product Quantity CSS
/*----------------------------------------*/
.rr-product-quantity {
  width: 100px;
  position: relative;
  border-radius: 20px;
}

.rr-cart-plus,
.rr-cart-minus {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--rr-color-common-black);
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-cart-plus svg,
.rr-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-cart-plus:hover,
.rr-cart-minus:hover {
  cursor: pointer;
  color: var(--rr-theme-1);
}
.rr-cart-plus.rr-cart-plus,
.rr-cart-minus.rr-cart-plus {
  left: auto;
  right: 16px;
}
.rr-cart-plus.rr-cart-plus::after,
.rr-cart-minus.rr-cart-plus::after {
  left: 0;
  right: auto;
}

.rr-cart-input[type=text] {
  height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--rr-color-theme-primary);
  padding: 0 30px;
  border-radius: 20px;
}
.rr-cart-input[type=text]:focus {
  outline: none;
}

/*----------------------------------------*/
/*  8.16 Shop CSS
/*----------------------------------------*/
.rr-shop-top {
  position: relative;
  z-index: 2;
}
.rr-shop-top-select .nice-select {
  background-color: #F9F9F9;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  color: var(--rr-color-common-black);
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  min-width: 204px;
  float: none;
}
@media (max-width: 575px) {
  .rr-shop-top-select .nice-select {
    max-width: 280px;
  }
}
.rr-shop-top-select .nice-select::after {
  right: 20px;
  color: #767A7D;
}
.rr-shop-top-select .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.rr-shop-top-select .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 10px 0;
}
.rr-shop-top-select .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rr-shop-top-filter {
  margin-left: 16px;
}
@media (max-width: 575px) {
  .rr-shop-top-filter {
    margin-left: 0;
    margin-top: 15px;
  }
}
.rr-shop-top-result p {
  font-weight: 400;
  font-size: 16px;
  color: #818487;
  margin-bottom: 0;
}
.rr-shop-top-tab {
  margin-right: 22px;
}
@media (max-width: 575px) {
  .rr-shop-top-tab {
    margin-right: 10px;
  }
}
.rr-shop-top-tab .nav-tabs .nav-item .nav-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #818487;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-right: 6px;
  padding: 0 !important;
}
.rr-shop-top-tab .nav-tabs .nav-item .nav-link.active {
  color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-shop-top-right {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-shop-top-right:not(.rr-shop-top-right-2) {
    margin-top: 30px;
  }
}

.rr-shop-main-wrapper {
  position: relative;
}
.rr-shop-full-width-padding {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-shop-full-width-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-shop-full-width-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.rr-shop-item-primary .rr-product-tag-2 a:hover,
.rr-shop-item-primary .rr-product-title-2 a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-shop-item-primary .rr-product-tag-2 a::after {
  background-color: var(--rr-color-theme-primary);
}

@media (min-width: 1400px) {
  .container-shop {
    max-width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container-shop {
    max-width: 1630px;
  }
}
.btn-loadmore-text {
  display: none;
  font-size: 16px;
  text-align: center;
}

/*----------------------------------------*/
/*  8.25 Side Banner CSS
/*----------------------------------------*/
.rr-product-side-banner {
  padding: 55px 10px 0;
  border-radius: 16px;
}
.rr-product-side-banner-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.13;
  margin-bottom: 30px;
}
.rr-product-side-banner-subtitle {
  margin-bottom: 16px;
}
.rr-product-side-banner-btn {
  margin-bottom: 52px;
}
.rr-product-side-banner-thumb img {
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
}

/*----------------------------------------*/
/*  8.6 Tooltip CSS START
/*----------------------------------------*/
.rr-product-tooltip {
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  font-weight: 500;
  font-size: 12px;
  color: var(--rr-color-common-white);
  background-color: var(--rr-color-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.rr-product-tooltip::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid var(--rr-color-common-black);
  border-bottom: 8px solid transparent;
}
.rr-product-tooltip-right {
  left: 100%;
  right: auto;
}
.rr-product-tooltip-right::before {
  left: -4px;
  right: auto;
  border-left: 0;
  border-right: 8px solid var(--rr-color-common-black);
}

/*----------------------------------------*/
/*  8.8 Trending CSS START
/*----------------------------------------*/
.rr-trending-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-theme-secondary);
}
.rr-trending-banner {
  position: relative;
  height: 630px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-trending-banner {
    height: 430px;
    margin-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-trending-banner {
    height: 430px;
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .rr-trending-banner {
    height: 430px;
    margin-left: 0;
    margin-top: 50px;
  }
}
.rr-trending-banner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.rr-trending-banner-content {
  position: absolute;
  bottom: 40px;
  left: 35px;
  z-index: 1;
}
@media (max-width: 575px) {
  .rr-trending-banner-content {
    bottom: 25px;
    left: 20px;
  }
}
.rr-trending-banner-subtitle {
  font-size: 16px;
  color: var(--rr-color-theme-primary);
  display: inline-block;
  margin-bottom: 2px;
}
.rr-trending-banner-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.13;
  color: var(--rr-color-theme-primary);
  margin-bottom: 18px;
}
.rr-trending-banner-title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 81%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.rr-trending-banner-title a:hover {
  background-size: 0 1px, 100% 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-trending-banner-thumb {
    background-position: top center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-trending-item .rr-product-action-2 {
    top: 30px;
  }
}

/*----------------------------------------*/
/*  8.15 Product Widget CSS
/*----------------------------------------*/
.rr-shop-sidebar-right {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-shop-sidebar-right {
    margin-top: 60px;
  }
}

.rr-shop-widget-title {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.rr-shop-widget-title.no-border {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.rr-shop-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  background-color: #EDEDED;
  border: 0;
}
.rr-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--rr-color-theme-primary);
}
.rr-shop-widget-filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 5px;
  height: 17px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: var(--rr-color-theme-primary);
}
.rr-shop-widget-filter-info .input-range input {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--rr-color-common-black);
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
}
.rr-shop-widget-filter-info .rr-shop-widget-filter-btn {
  font-weight: 400;
  font-size: 14px;
  color: var(--rr-color-common-black);
  background-color: #F5F5F5;
  padding: 2px 21px;
}
.rr-shop-widget-filter-info .rr-shop-widget-filter-btn:hover {
  color: var(--rr-color-theme-primary);
  background-color: var(--rr-color-common-black);
}
.rr-shop-widget-checkbox ul li {
  list-style: none;
}
.rr-shop-widget-checkbox ul li:not(:last-child) {
  margin-bottom: 4px;
}
.rr-shop-widget-checkbox ul li input {
  display: none;
}
.rr-shop-widget-checkbox ul li input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.rr-shop-widget-checkbox ul li input:checked ~ label::after {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
}
.rr-shop-widget-checkbox ul li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.rr-shop-widget-checkbox ul li label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.rr-shop-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  border: 2px solid #DADADA;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-shop-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../img/product/icons/check.svg");
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rr-color-theme-primary);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-shop-widget-checkbox ul li label:hover {
  cursor: pointer;
}
.rr-shop-widget-categories {
  height: 288px;
  overflow-y: scroll;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  padding-right: 10px;
}
.rr-shop-widget-categories ul li {
  list-style: none;
  width: 100%;
}
.rr-shop-widget-categories ul li:not(:last-child) {
  margin-bottom: 10px;
}
.rr-shop-widget-categories ul li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--rr-text-body);
  position: relative;
  padding-left: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.rr-shop-widget-categories ul li a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #E7E7E7;
  border-radius: 50%;
}
.rr-shop-widget-categories ul li a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-shop-widget-categories ul li a:hover::after {
  background-color: var(--rr-color-theme-primary);
}
.rr-shop-widget-categories ul li a:hover span {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}
.rr-shop-widget-categories ul li a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 5px 6px 3px;
}
.rr-shop-widget-checkbox-circle {
  position: relative;
}
.rr-shop-widget-checkbox-circle-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.rr-shop-widget-checkbox-circle-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.rr-shop-widget-checkbox-circle-list ul li:hover .rr-shop-widget-checkbox-circle-number {
  background-color: var(--rr-color-theme-primary);
  border-color: var(--rr-color-theme-primary);
  color: var(--rr-color-theme-primary);
}
.rr-shop-widget-checkbox-circle-number {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 5px 6px 3px;
}
.rr-shop-widget-checkbox-circle .rr-shop-widget-checkbox-circle-self {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-shop-widget-checkbox-circle input {
  display: none;
}
.rr-shop-widget-checkbox-circle input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.rr-shop-widget-checkbox-circle input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.rr-shop-widget-checkbox-circle label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.rr-shop-widget-checkbox-circle label::before {
  position: absolute;
  content: url("../img/product/icons/check-2.svg");
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rr-color-theme-primary);
  -webkit-transition: all 0.1s 0s ease-out;
  -moz-transition: all 0.1s 0s ease-out;
  -ms-transition: all 0.1s 0s ease-out;
  -o-transition: all 0.1s 0s ease-out;
  transition: all 0.1s 0s ease-out;
}
.rr-shop-widget-checkbox-circle label:hover {
  cursor: pointer;
}
.rr-shop-widget-product-item {
  list-style: none;
}
.rr-shop-widget-product-item:not(:last-child) {
  margin-bottom: 20px;
}
.rr-shop-widget-product-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.rr-shop-widget-product-rating span {
  font-size: 12px;
  color: #FFB21D;
  margin-right: 1px;
}
.rr-shop-widget-product-rating-number span {
  font-weight: 500;
  font-size: 12px;
  color: #818487;
}
.rr-shop-widget-product-thumb {
  flex: 0 0 auto;
}
.rr-shop-widget-product-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 14px;
}
.rr-shop-widget-product-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.rr-shop-widget-product-title a:hover {
  color: var(--rr-color-theme-primary);
}
.rr-shop-widget-product-price {
  font-size: 14px;
  color: #55585B;
}
.rr-shop-widget-brand {
  margin-right: 40px;
}
.rr-shop-widget-brand-item {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}

/*# sourceMappingURL=roiser-core.css.map */
