@charset "UTF-8";
/* --------------- ********w********* --------------
   --------------- ********x********* --------------
    * Version: v1.0.0
    * Author: Wooprex
    * Author URI: https://wooprex.com  

   --------------- ********w********* --------------
   --------------- ********x********* -------------- */
/*-- Reset styles  -- */
/*-- Base: mixin & variable  -- */
/*google-fonts*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Permanent+Marker&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* -- Common elements -- */
html {
  scroll-behavior: smooth;
  margin-right: 0 !important;
}

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

body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  transition: all 0.6s ease;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.container {
  max-width: 1360px;
}

/* -- form style -- */
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=datetime],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-family: "Jost", sans-serif;
  border: 1px solid #a75236;
  outline: 0;
  box-shadow: none;
  font-size: 20px;
  line-height: 20px;
  border-radius: 3px;
  padding: 20px 30px;
  width: 100%;
  background: transparent;
  color: #000000;
  font-weight: 400;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: #000000;
}

textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder {
  color: #000000;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=datetime]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #000000;
  transition: all 0.3s ease;
  font-size: 20px;
}

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

/* -- Placeholder color -- */
::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000;
}

/* For Chrome, Edge, and Safari */
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* For Firefox */
input[type=date]::-moz-calendar-picker-indicator,
input[type=time]::-moz-calendar-picker-indicator {
  display: none;
}

/* For Internet Explorer */
input[type=date]::-ms-clear,
input[type=date]::-ms-expand,
input[type=time]::-ms-clear,
input[type=time]::-ms-expand {
  display: none;
}

section {
  position: relative;
  overflow: hidden;
}

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  text-rendering: optimizeLegibility;
  color: #000000;
  font-weight: 500;
}

h1 {
  font-size: 80px;
  line-height: 1.1em;
}

h2 {
  font-size: 68px;
  line-height: 1.2em;
}

h3 {
  font-size: 56px;
  line-height: 1.1em;
}

h4 {
  font-size: 42px;
  line-height: 1.1em;
}

h5 {
  font-size: 24px;
  line-height: 1.1em;
}

h6 {
  font-size: 20px;
  line-height: 1.1em;
}

p {
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 400;
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #000000;
}
a:focus, a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

label {
  font-weight: 600;
}

.link {
  transition: all 0.3s ease;
}
.link:hover {
  color: #a75236;
}

.border-line {
  border: 1px solid #e8e2d1;
}

.no-line {
  border: none !important;
}

.border-line-bottom {
  border-bottom: 1px solid rgba(232, 226, 209, 0.431372549) !important;
}

.padding-y {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.relative {
  position: relative;
}

.wooprex-flex {
  display: flex;
}

.wooprex-swiper {
  overflow-x: clip;
  position: relative;
  padding-bottom: 100px;
}

/* -- radius --*/
.radius-8 {
  border-radius: 8px;
}

.radius-24 {
  border-radius: 24px;
}

.radius-32 {
  border-radius: 32px;
}

.radius-56 {
  border-radius: 56px;
}

.rounded-full {
  border-radius: 999px;
}

.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

/* -- text-size -- */
.text-size-1 {
  font-size: 12px;
}

.text-size-2 {
  font-size: 14px;
}

.text-size-3 {
  font-size: 16px;
}

.text-size-4 {
  font-size: 18px;
}

.text-size-5 {
  font-size: 20px;
}

.text-size-6 {
  font-size: 24px;
}

.text-size-7 {
  font-size: 28px;
}

.text-size-8 {
  font-size: 32px;
}

.text-size-9 {
  font-size: 38px;
}

.text-size-10 {
  font-size: 40px;
}

.text-size-11 {
  font-size: 48px;
}

.text-size-12 {
  font-size: 56px;
}

.text-size-13 {
  font-size: 64px;
}

.text-size-14 {
  font-size: 96px;
}

/* -- fontWeight -- */
.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.logo {
  max-width: 180px;
}
.logo img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .logo {
    max-width: 150px;
  }
}
/*-- All components style -- */
/*-- scrollbar -- */
/*-- Base: mixin & variable  -- */
/* Customize the entire scrollbar */
::-webkit-scrollbar {
  width: 5px;
  /* Width of the scrollbar */
  height: 5px;
  /* Height of the scrollbar (horizontal scrollbar) */
}

/* Customize the track (background) */
::-webkit-scrollbar-track {
  background: #dba79c;
}

/* Customize the handle (scrollbar tab) */
::-webkit-scrollbar-thumb {
  background: #a75236;
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

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

/*-- header -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
  padding: 30px 60px;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s;
  overflow-x: clip;
}
header.wooprex-header-section.header-relative {
  position: relative;
  background: #a75236;
}
header.wooprex-header-section.header-relative.sticky {
  position: fixed;
}
header.wooprex-header-section.sticky {
  top: 0px;
  background-color: #a75236;
  animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*-- footer -- */
/*-- Base: mixin & variable  -- */
footer.wooprex-footer-section {
  background-color: #000000;
  padding-top: 370px;
  padding-bottom: 50px;
  margin-top: -220px;
}
footer.wooprex-footer-section.footer-two {
  padding-top: 120px;
  margin-top: 0;
}
footer.wooprex-footer-section .footer-wrapper .footer-item {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
footer.wooprex-footer-section .footer-wrapper .footer-item p,
footer.wooprex-footer-section .footer-wrapper .footer-item a,
footer.wooprex-footer-section .footer-wrapper .footer-item h5,
footer.wooprex-footer-section .footer-wrapper .footer-item li {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-wrapper .footer-item p {
  max-width: 300px;
}
footer.wooprex-footer-section .footer-wrapper .footer-item.contact ul, footer.wooprex-footer-section .footer-wrapper .footer-item.salon ul, footer.wooprex-footer-section .footer-wrapper .footer-item.work-hour ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  padding-right: 20px;
}
footer.wooprex-footer-section .footer-wrapper .footer-item.contact ul li, footer.wooprex-footer-section .footer-wrapper .footer-item.salon ul li, footer.wooprex-footer-section .footer-wrapper .footer-item.work-hour ul li {
  font-size: 16px;
  font-weight: 300;
}
footer.wooprex-footer-section .footer-wrapper .footer-item.contact ul li a, footer.wooprex-footer-section .footer-wrapper .footer-item.salon ul li a, footer.wooprex-footer-section .footer-wrapper .footer-item.work-hour ul li a {
  display: flex;
  transition: all 0.6s ease;
  position: relative;
  left: 0;
}
footer.wooprex-footer-section .footer-wrapper .footer-item.contact ul li a i, footer.wooprex-footer-section .footer-wrapper .footer-item.salon ul li a i, footer.wooprex-footer-section .footer-wrapper .footer-item.work-hour ul li a i {
  color: #a75236;
  margin-right: 15px;
  font-size: 22px;
}
footer.wooprex-footer-section .footer-wrapper .footer-item.contact ul li a:hover, footer.wooprex-footer-section .footer-wrapper .footer-item.salon ul li a:hover, footer.wooprex-footer-section .footer-wrapper .footer-item.work-hour ul li a:hover {
  color: #a75236;
  left: 8px;
}
footer.wooprex-footer-section .footer-wrapper .footer-item.salon ul li, footer.wooprex-footer-section .footer-wrapper .footer-item.work-hour ul li {
  padding-left: 15px;
  position: relative;
}
footer.wooprex-footer-section .footer-wrapper .footer-item.salon ul li:before, footer.wooprex-footer-section .footer-wrapper .footer-item.work-hour ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 2px;
  height: 2px;
  background-color: #ffffff;
}
footer.wooprex-footer-section .footer-wrapper .footer-item .wooprex-follow-us ul li a {
  padding: 8px 12px;
  border: 1px solid;
  border-color: #ffffff;
}
footer.wooprex-footer-section .footer-wrapper .footer-item .wooprex-follow-us ul li a:hover {
  border-color: #a75236;
  color: #a75236;
}
footer.wooprex-footer-section .footer-wrapper .footer-item .wooprex-follow-us ul li a i {
  position: relative;
  top: 2px;
}
footer.wooprex-footer-section .footer-wrapper .footer-copy-right {
  margin-top: 60px;
}
footer.wooprex-footer-section .footer-wrapper .footer-copy-right p {
  color: #ffffff;
  text-align: center;
}

/*-- nav/mega menu -- */
/*-- Base: mixin & variable  -- */
@keyframes wooprexDraw {
  0%, 100% {
    clip-path: inset(0 0 0 0);
  }
  42% {
    clip-path: inset(0 0 0 100%);
  }
  43% {
    clip-path: inset(0 100% 0 0);
  }
}
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item {
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.36s cubic-bezier(0.57, 0.01, 0.29, 0.99);
  background-color: #d9d9d9;
  width: calc(100% + 2px);
  height: 1px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:hover a.item-link i {
  transform: rotate(180deg);
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 0px;
  font-weight: 500;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  position: relative;
  transition: all 0.3s ease;
  line-height: 0px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #d9d9d9;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  min-width: 250px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #ffffff;
  border: 1px solid #e8e2d1;
  z-index: 10;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 10px 0px;
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  padding: 0px 50px;
  display: block;
  color: #000000;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0px;
  height: 1px;
  background-color: #d6866b;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover, header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #d6866b;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover:before, header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active:before {
  width: 50px;
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 80px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li > ul.sub-menu {
  right: -250px;
  top: 20px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li:hover > ul.sub-menu {
  top: 0px;
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  top: 73px;
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
header.wooprex-header-section .header-main .header-right i {
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  position: relative;
  display: flex;
  line-height: 0px;
}
header.wooprex-header-section .header-main .wooprex-search-box {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
header.wooprex-header-section .header-main .wooprex-search-box form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header.wooprex-header-section .header-main .wooprex-search-box input {
  border-color: transparent;
  color: #a75236;
  padding: 0;
  cursor: pointer;
}
header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
  color: #a75236;
}
header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
  color: #a75236;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close {
  cursor: pointer;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
  color: #a75236;
  font-size: 30px;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
header.wooprex-header-section .header-main .wooprex-search-box.active-search {
  opacity: 1;
  visibility: visible;
}

.wooprex-cart-bar {
  cursor: pointer;
  position: relative;
}
.wooprex-cart-bar i {
  padding-right: 15px;
}
.wooprex-cart-bar span.count {
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  border-radius: 50%;
  font-weight: 700;
}
.wooprex-cart-bar .cart-details {
  cursor: auto;
  position: absolute;
  top: 71px;
  right: 0;
  width: 350px;
  padding: 30px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 30px -30px #313131;
}
.wooprex-cart-bar .cart-details p {
  color: #000000;
}
.wooprex-cart-bar .cart-details .cart-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  height: 165px;
  overflow-y: auto;
}
.wooprex-cart-bar .cart-details .cart-top .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-cart-bar .cart-details .cart-top .cart-image {
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.wooprex-cart-bar .cart-details .cart-top .cart-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-cart-bar .cart-details .cart-top .cart-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-cart-bar .cart-details .cart-top .cart-description {
  width: 70%;
  position: relative;
}
.wooprex-cart-bar .cart-details .cart-top .cart-description h4 {
  font-size: 18px;
  margin-bottom: 5px;
  max-width: 80%;
}
.wooprex-cart-bar .cart-details .cart-top .cart-description h4 a {
  display: block;
}
.wooprex-cart-bar .cart-details .cart-top .cart-description h4 a:hover {
  color: #a75236;
}
.wooprex-cart-bar .cart-details .cart-top .cart-description .cart-remove {
  position: absolute;
  top: 0%;
  right: 0%;
  cursor: pointer;
}
.wooprex-cart-bar .cart-details .cart-top .cart-description .cart-remove i {
  font-size: 18px;
  color: #000000;
  padding: 0;
}
.wooprex-cart-bar .cart-details .cart-top .cart-description .cart-remove:hover i {
  color: #a75236;
}
.wooprex-cart-bar .cart-details .cart-bottom {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.wooprex-cart-bar .cart-details .cart-bottom p {
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-cart-bar .cart-details .cart-bottom p strong {
  font-size: 14px;
}
.wooprex-cart-bar .cart-details .cart-bottom .wooprex-btn {
  width: 100%;
  height: 50px;
  padding: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-cart-bar .cart-details .cart-bottom .wooprex-btn.checkout {
  background-color: transparent;
  color: #a75236;
}
.wooprex-cart-bar .cart-details .cart-bottom .wooprex-btn.checkout:hover {
  color: #ffffff;
  background-color: #a75236;
}
.wooprex-cart-bar:hover .cart-details {
  opacity: 1;
  visibility: visible;
}

/* Wooprex desktop overlay menu */
.wooprex-desktop-overlay-menu {
  position: fixed;
  background: #ffffff;
  right: 0%;
  top: 0;
  transform: translateX(110%);
  padding: 70px;
  padding-top: 0;
  width: 420px;
  max-width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0px 1px 10px -2px #313131;
  overflow: scroll;
  transition: transform 0.6s;
}
.wooprex-desktop-overlay-menu.show-overlay {
  transform: translateX(0%);
}
.wooprex-desktop-overlay-menu .wooprex-overlay-close {
  cursor: pointer;
  display: flex;
  align-self: flex-end;
}
.wooprex-desktop-overlay-menu .wooprex-overlay-close i {
  font-size: 30px;
}
.wooprex-desktop-overlay-menu .wooprex-overlay-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.wooprex-desktop-overlay-menu .wooprex-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.wooprex-desktop-overlay-menu .wooprex-logo a {
  margin-bottom: 30px;
}
.wooprex-desktop-overlay-menu .wooprex-work-day ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.wooprex-follow-us h5 {
  margin-bottom: 20px;
  text-align: center;
}
.wooprex-follow-us ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.wooprex-follow-us ul li a i {
  font-size: 20px;
}
.wooprex-follow-us ul li:hover a {
  color: #a75236;
}

/* start Wooprex mobile menu */
.wooprex-mobile-menu {
  width: 400px;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0%;
  transform: translateX(-110%);
  top: 0;
  padding-top: 30px;
  box-shadow: 0px 0px 5px 0px #313131;
  transition: all 0.6s ease;
  overflow-y: scroll;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  padding-top: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link:hover, .wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #a75236;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding-left: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px 5px 0px;
  color: #000000;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #a75236;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li ul.sub-menu {
  padding-bottom: 0;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

.wooprex-mobile-menu-bar {
  display: none;
}

.mobile-menu-bar-close {
  text-align: right;
  font-size: 24px;
  margin-right: 20px;
}
.mobile-menu-bar-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/*-- heading/subheading -- */
/*-- Base: mixin & variable  -- */
/*********************** SECTION HEADER STYLING *********************************/
.header {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
} /*********************** SECTION HEADER STYLING *********************************/
/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
section.wooprex-breadcrumb-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 260px;
  padding-bottom: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.wooprex-breadcrumb-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-breadcrumb-section h1 {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
section.wooprex-breadcrumb-section p {
  color: #ffffff;
}
section.wooprex-breadcrumb-section p a {
  color: #fff3cd;
}
section.wooprex-breadcrumb-section p a:hover {
  color: #ffffff !important;
}
section.wooprex-breadcrumb-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #a75236 -57.67%, rgba(167, 82, 54, 0) 96.63%);
  position: absolute;
  z-index: 1;
}
section.wooprex-breadcrumb-section.about {
  background-image: url("../assets/images/image-57.webp");
}
section.wooprex-breadcrumb-section.service {
  background-image: url("../assets/images/image-8.webp");
}
section.wooprex-breadcrumb-section.pricing {
  background-image: url("../assets/images/image-46.webp");
}
section.wooprex-breadcrumb-section.reservation {
  background-image: url("../assets/images/image-51.webp");
}
section.wooprex-breadcrumb-section.blog {
  background-image: url("../assets/images/image-45.webp");
}
section.wooprex-breadcrumb-section.contact {
  background-image: url("../assets/images/image-60.webp");
}
section.wooprex-breadcrumb-section.shop {
  background-image: url("../assets/images/image-71.webp");
}
section.wooprex-breadcrumb-section.faq {
  background-image: url("../assets/images/image-65.webp");
}
section.wooprex-breadcrumb-section.single-product {
  background-image: url("../assets/images/image-75.webp");
}
section.wooprex-breadcrumb-section.portfolio {
  background-image: url("../assets/images/image-57.webp");
}
section.wooprex-breadcrumb-section.portfolio-details {
  background-image: url("../assets/images/image-60.webp");
}
section.wooprex-breadcrumb-section.team {
  background-image: url("../assets/images/image-71.webp");
}
section.wooprex-breadcrumb-section.team-details {
  background-image: url("../assets/images/image-65.webp");
}

section.wooprex-breadcrumb-blog-details {
  padding-top: 100px;
}
section.wooprex-breadcrumb-blog-details h3 {
  margin-bottom: 15px;
}

/* Inner breadcrumb section */
section.wooprex-inner-breadcrumb-section {
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
section.wooprex-inner-breadcrumb-section p {
  font-size: 18px;
}
section.wooprex-inner-breadcrumb-section p a {
  font-weight: 500;
}
section.wooprex-inner-breadcrumb-section p a:hover {
  color: #a75236;
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
/* Banner section */
section.wooprex-banner-section .swiper-navigation {
  position: absolute;
  bottom: 70px;
  left: 60px;
  width: 120px;
  max-width: 100%;
}
section.wooprex-banner-section .swiper-navigation .swiper-button-prev,
section.wooprex-banner-section .swiper-navigation .swiper-button-next {
  color: #ffffff;
}
section.wooprex-banner-section .swiper-navigation .swiper-button-prev:after,
section.wooprex-banner-section .swiper-navigation .swiper-button-next:after {
  font-family: "flaticon_beauty";
  font-size: 40px;
  transition: all 0.3s ease;
  opacity: 0.6;
}
section.wooprex-banner-section .swiper-navigation .swiper-button-prev:hover:after,
section.wooprex-banner-section .swiper-navigation .swiper-button-next:hover:after {
  transform: scale(1.05);
  opacity: 1;
}
section.wooprex-banner-section .swiper-navigation .swiper-button-prev:after {
  content: "\f128";
}
section.wooprex-banner-section .swiper-navigation .swiper-button-next:after {
  content: "\f129";
}
section.wooprex-banner-section .swiper-pagination-vertical {
  width: 20px;
  min-height: 140px;
  position: absolute;
  z-index: 1;
  left: 60px;
  right: 0;
  bottom: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
section.wooprex-banner-section .swiper-pagination-vertical:before, section.wooprex-banner-section .swiper-pagination-vertical:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
section.wooprex-banner-section .swiper-pagination-vertical:before {
  top: -100%;
}
section.wooprex-banner-section .swiper-pagination-vertical:after {
  bottom: -100%;
}
section.wooprex-banner-section .swiper-pagination-vertical .swiper-pagination-bullet {
  background-color: #fff3cd;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}
section.wooprex-banner-section .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.1);
  background-color: #ffffff;
}
section.wooprex-banner-section .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  bottom: 25px;
}
section.wooprex-banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.1);
  background-color: #ffffff;
}

/* Product section slider */
section.wooprex-product-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e2e2;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0px 10px;
  transform: scale(1);
  transition: all 0.3s ease;
}
section.wooprex-product-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
  transform: scale(1.2);
}

/* testimonial section slider */
section.wooprex-testimonial .swiper-pagination .swiper-pagination-bullet,
section.wooprex-latest-update-section .swiper-pagination .swiper-pagination-bullet,
section.wooprex-recent-portfolio-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #a75236;
  width: 12px;
  height: 12px;
  opacity: 0.6;
  margin: 0px 15px;
  transform: scale(1);
  transition: all 0.3s ease;
}
section.wooprex-testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.wooprex-latest-update-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.wooprex-recent-portfolio-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #494949;
  opacity: 1;
  transform: scale(1.2);
}

.wooprex-testimonial.dark .swiper-pagination .swiper-pagination-bullet {
  background-color: #dba79c;
}
.wooprex-testimonial.dark .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #494949;
}

/* Product details gallery */
section.wooprex-product-details-section .swiper-navigation .swiper-button-prev,
section.wooprex-product-details-section .swiper-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #a75236;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
section.wooprex-product-details-section .swiper-navigation .swiper-button-prev:after,
section.wooprex-product-details-section .swiper-navigation .swiper-button-next:after {
  font-family: "flaticon_beauty";
  color: #ffffff;
  font-size: 14px;
  transform: rotate(90deg);
}
section.wooprex-product-details-section .swiper-navigation .swiper-button-prev {
  top: -20px;
}
section.wooprex-product-details-section .swiper-navigation .swiper-button-prev:after {
  content: "\f11e";
}
section.wooprex-product-details-section .swiper-navigation .swiper-button-next {
  bottom: -20px;
  top: inherit;
  right: inherit;
}
section.wooprex-product-details-section .swiper-navigation .swiper-button-next:after {
  content: "\f11d";
}

@media only screen and (max-width: 767px) {
  section.wooprex-banner-section .swiper-navigation .swiper-button-prev,
  section.wooprex-banner-section .swiper-navigation .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  section.wooprex-product-details-section .swiper-navigation .swiper-button-prev,
  section.wooprex-product-details-section .swiper-navigation .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
  }
  section.wooprex-product-details-section .swiper-navigation .swiper-button-prev:after,
  section.wooprex-product-details-section .swiper-navigation .swiper-button-next:after {
    transform: rotate(0deg);
  }
  section.wooprex-product-details-section .swiper-navigation .swiper-button-prev {
    left: -20px;
  }
  section.wooprex-product-details-section .swiper-navigation .swiper-button-next {
    right: -20px;
    left: inherit;
    bottom: inherit;
    transform: translateY(-50%);
  }
}
/*-- button -- */
/*-- Base: mixin & variable  -- */
.wooprex-btn {
  background-color: #a75236;
  color: #ffffff;
  padding: 12px 20px;
  border: 1px solid;
  border-color: #a75236;
  transition: all 0.3s ease;
  min-width: 140px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn:hover {
  color: #a75236;
  background-color: transparent;
}
.wooprex-btn.add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1em;
  transition: 0.4s;
}
.wooprex-btn.add-to-cart-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.wooprex-read-more {
  position: relative;
}
.wooprex-read-more:before, .wooprex-read-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: transform 0.36s cubic-bezier(0.57, 0.01, 0.29, 0.99);
  background-color: #000000;
  width: calc(100% + 2px);
  height: 1px;
}
.wooprex-read-more:before {
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
}
.wooprex-read-more:after {
  right: 0;
  transform: scaleX(1);
  transform-origin: left;
}
.wooprex-read-more:hover:before {
  transition-delay: 0.2s;
  transform: scaleX(1);
  transform-origin: left;
}
.wooprex-read-more:hover:after {
  transform: scaleX(0);
  transform-origin: right;
}

/* FORM BUTTON */
.wooprex-form-wrapper form .wooprex-btn {
  border-color: #000000;
  background-color: #000000;
  padding: 13px 56px;
}
.wooprex-form-wrapper form .wooprex-btn:hover {
  color: #000000;
  background: transparent;
}

/*-- service section -- */
/*-- Base: mixin & variable  -- */
section.wooprex-service-section .service-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
}
section.wooprex-service-section .service-main .service-item {
  width: 15%;
  text-align: center;
  transition: all 0.6s ease;
  position: relative;
  transform: translateX(0);
}
section.wooprex-service-section .service-main .service-item i {
  font-size: 60px;
  color: #a75236;
}
section.wooprex-service-section .service-main .service-item h5 {
  margin-top: 30px;
  color: #a75236;
}
section.wooprex-service-section .service-main .service-item:hover {
  transform: translateX(-10px);
}

/*-- team -- */
/*-- Base: mixin & variable  -- */
.wooprex-team-item .team-top {
  height: 550px;
  overflow: hidden;
  position: relative;
}
.wooprex-team-item .team-top .team-image {
  width: 100%;
  height: 100%;
}
.wooprex-team-item .team-top .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item .team-top .team-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-team-item .team-top .wooprex-follow-us {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 40px;
  opacity: 0;
  visibility: hidden;
  bottom: -30px;
  background-color: #a75236;
  transition: 0.5s;
  z-index: 2;
}
.wooprex-team-item .team-top .wooprex-follow-us ul {
  flex-direction: column;
  gap: 0px;
  align-items: center;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li {
  width: 100%;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li a {
  padding: 15px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-bottom: 1px solid rgba(209, 213, 219, 0.4588235294);
}
.wooprex-team-item .team-top .wooprex-follow-us ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li a:hover i {
  transform: scale(1.1);
}
.wooprex-team-item .team-top .wooprex-follow-us ul li:last-child a {
  border-bottom: none;
}
.wooprex-team-item .team-bottom {
  padding: 20px;
  transition: all 0.3s ease;
}
.wooprex-team-item .team-bottom h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.wooprex-team-item .team-bottom h3 a:hover {
  color: #a75236;
}
.wooprex-team-item .team-bottom h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.wooprex-team-item:hover .team-top .team-image a img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-team-item:hover .team-top .wooprex-follow-us {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.wooprex-team-item:hover .team-bottom {
  box-shadow: -2px 0px 25px -20px #403a3a;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
section.wooprex-testimonial.light {
  background-color: #fff3ef;
}
section.wooprex-testimonial.dark {
  background-color: #a75236;
}
section.wooprex-testimonial.dark .wooprex-testimonial-main .testimonial-item .testimonial-description h3.header,
section.wooprex-testimonial.dark .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text p,
section.wooprex-testimonial.dark .wooprex-testimonial-main .testimonial-item .testimonial-description .author h5 {
  color: #ffffff;
}

.wooprex-testimonial-main .testimonial-item .testimonial-image {
  overflow: hidden;
  height: 720px;
}
.wooprex-testimonial-main .testimonial-item .testimonial-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.wooprex-testimonial-main .testimonial-item .testimonial-image a img {
  width: 100%;
  height: 100%;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.wooprex-testimonial-main .testimonial-item .testimonial-image:hover a img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-testimonial-main .testimonial-item .testimonial-description {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 120px;
  padding-right: 60px;
}
.wooprex-testimonial-main .testimonial-item .testimonial-description h3.header {
  text-align: left;
  margin: inherit;
  margin-bottom: 150px;
}
.wooprex-testimonial-main .testimonial-item .testimonial-description .review-text p {
  margin-top: 5px;
  line-height: 2rem;
  font-style: italic;
}
.wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author {
  margin-top: 80px;
}
.wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author h5 {
  text-align: right;
  padding-right: 30px;
  position: relative;
}
.wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author h5:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 220px;
  max-width: 50%;
  height: 1px;
  background-color: #bba084;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-form-section form {
  max-width: 870px;
  margin: 0 auto;
}
section.wooprex-contact-form-section form input {
  padding: 8px 0px;
  border: none;
  border-bottom: 1px solid #a75236;
  border-radius: 0px;
  border-color: #ffffff;
  color: #ffffff;
}
section.wooprex-contact-form-section form input::-moz-placeholder {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 14px;
}
section.wooprex-contact-form-section form input::placeholder {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 14px;
}
section.wooprex-contact-form-section form input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  color: #ffffff;
}
section.wooprex-contact-form-section form label {
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
}
section.wooprex-contact-form-section form label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #a75236;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  background-color: transparent;
  border-color: #ffffff;
}
section.wooprex-contact-form-section form label input:focus {
  border-color: #ffffff;
}
section.wooprex-contact-form-section form label input:checked {
  background-color: #a75236;
  border-color: #ffffff;
}
section.wooprex-contact-form-section form label input:checked::before {
  content: "\f11f";
  font-family: "flaticon_beauty";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
section.wooprex-contact-form-section form .wooprex-btn {
  padding: 12px 55px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
section.wooprex-contact-form-section form .wooprex-btn:hover {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

/* Comment form */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 20px 0px;
  border-radius: 0px;
  font-size: 16px;
  border-top: none;
  border-right: none;
  border-left: none;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #a75236;
  text-transform: capitalize;
  font-size: 16px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #a75236;
  text-transform: capitalize;
  font-size: 16px;
}
.comment-form .comment-form-comment textarea {
  height: 100%;
  display: block;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-top: 30px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #a75236;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #a75236;
  border-color: #a75236;
}
.comment-form .comment-form-cookies-consent input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.comment-form .comment-form-cookies-consent label {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  color: #a75236;
  width: 85%;
}
.comment-form .form-submit {
  margin-top: 50px;
}

/*-- popup -- */
/*-- Base: mixin & variable  -- */
section.wooprex-popup-section .popup-main {
  position: relative;
}
section.wooprex-popup-section .popup-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-popup-section .popup-main .popup-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 20px;
}
section.wooprex-popup-section .popup-main .popup-text h3.header {
  margin-bottom: 20px;
  color: #ffffff;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player {
  text-align: center;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a span.player {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a span.player span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.3s ease;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a span.watch {
  text-decoration: underline;
  color: #ffffff;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a:hover span.player span {
  transform: scale(1.15);
}

/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e8e2d1;
}
.wooprex-blog-comment.single-product-comment {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.wooprex-blog-comment .comments-title {
  margin-bottom: 70px;
  font-size: 32px;
  line-height: 1em;
  font-weight: 400;
}
.wooprex-blog-comment .comment-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
  margin-right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author b {
  position: relative;
  top: -8px;
  margin-left: 5px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author span.says {
  display: none;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
  margin-left: 95px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
  margin-left: 95px;
  margin-bottom: 20px;
  display: block;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
  margin-left: 95px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content p {
  font-size: 16px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply {
  margin-left: 95px;
  margin-top: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link.wooprex-btn {
  padding: 8px 32px;
  font-size: 15px;
  min-width: 90px;
}
.wooprex-blog-comment .comment-list .comment .children {
  margin-left: 95px;
  margin-top: 50px;
}
.wooprex-blog-comment .comment-respond {
  margin-top: 80px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #ffffff;
  font-size: 16px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
  margin-bottom: 50px;
  color: #a75236;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
  margin-bottom: 50px;
  color: #a75236;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a {
  color: #ffffff;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .wooprex-blog-comment {
    padding-top: 50px;
    margin-top: 50px;
  }
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .comment-form .comment-form-cookies-consent {
    margin-top: 30px;
  }
}
/*-- product -- */
/*-- Base: mixin & variable  -- */
/* Single product */
.wooprex-product-item {
  position: relative;
}
.wooprex-product-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-product-item a .product-image {
  position: relative;
  overflow: hidden;
  height: 600px;
}
.wooprex-product-item a .product-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-product-item a .product-image .add-to-cart {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  margin: 0 auto;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.wooprex-product-item a .product-image .add-to-cart .wooprex-btn.add-to-cart-btn {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
}
.wooprex-product-item a .product-image .add-to-cart .wooprex-btn.add-to-cart-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-product-item a .product-image .add-to-cart .wooprex-btn.add-to-cart-btn:hover {
  color: #ffffff;
  background-color: #a75236;
  border-color: #a75236;
}
.wooprex-product-item a .product-image .favourite {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  cursor: pointer;
  transition: all 0.3s ease;
}
.wooprex-product-item a .product-image .favourite span {
  color: #ffffff;
}
.wooprex-product-item a .product-image .favourite span i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.wooprex-product-item a .product-image .favourite span.fill {
  display: none;
}
.wooprex-product-item a .product-description {
  text-align: center;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
.wooprex-product-item a .product-description h4,
.wooprex-product-item a .product-description p,
.wooprex-product-item a .product-description h5 {
  color: #a75236;
}
.wooprex-product-item a .product-description p {
  letter-spacing: 7px;
  word-spacing: 5px;
}
.wooprex-product-item:hover a .product-image img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
  opacity: 0.7;
}
.wooprex-product-item:hover a .product-image .add-to-cart {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.wooprex-product-item:hover a .product-image .favourite {
  background-color: #a75236;
  border-radius: 50%;
}

/* Service - single product */
.wooprex-service-product-item {
  position: relative;
}
.wooprex-service-product-item a.service-product-wrapper {
  display: block;
}
.wooprex-service-product-item a.service-product-wrapper:before, .wooprex-service-product-item a.service-product-wrapper:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.wooprex-service-product-item a.service-product-wrapper:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.wooprex-service-product-item a.service-product-wrapper:after {
  background: linear-gradient(180deg, rgba(214, 134, 107, 0) 0%, #a75236 100%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.wooprex-service-product-item a.service-product-wrapper .service-product-image {
  overflow: hidden;
}
.wooprex-service-product-item a.service-product-wrapper .service-product-image img {
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-service-product-item a.service-product-wrapper .service-product-description {
  position: absolute;
  bottom: 25px;
  transition: all 0.6s ease;
  width: 100%;
  padding: 0px 25px;
  z-index: 4;
}
.wooprex-service-product-item a.service-product-wrapper .service-product-description h5 {
  color: #ffffff;
  margin-bottom: 5px;
}
.wooprex-service-product-item a.service-product-wrapper .service-product-description p {
  color: #ffffff;
}
.wooprex-service-product-item .wooprex-btn.add-to-cart-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
  background-color: #a75236;
  color: #ffffff;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
}
.wooprex-service-product-item .wooprex-btn.add-to-cart-btn:hover {
  background-color: #ffffff;
  color: #a75236;
  border-color: #ffffff;
}
.wooprex-service-product-item .wooprex-btn.add-to-cart-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-service-product-item:hover a.service-product-wrapper:before {
  opacity: 0;
  visibility: hidden;
}
.wooprex-service-product-item:hover a.service-product-wrapper:after {
  opacity: 1;
  visibility: visible;
}
.wooprex-service-product-item:hover a.service-product-wrapper .service-product-image img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-service-product-item:hover .wooprex-btn.add-to-cart-btn {
  opacity: 1;
  visibility: visible;
}

/* Service - vertical product */
.wooprex-vertical-wrapper {
  position: relative;
}
.wooprex-vertical-wrapper .wooprex-vertical-product-item {
  margin-bottom: 50px;
}
.wooprex-vertical-wrapper .wooprex-vertical-product-item:last-child {
  margin-bottom: 0;
}
.wooprex-vertical-wrapper .wooprex-vertical-product-item a {
  display: block;
  width: 50%;
}
.wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-text h4 {
  font-size: 24px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-text p {
  font-size: 14px;
}
.wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image {
  position: absolute;
  right: 0px;
  top: 0;
  width: 220px;
  max-width: 100%;
  height: 0%;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-vertical-wrapper .wooprex-vertical-product-item a:hover .item-image {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.wooprex-vertical-wrapper .wooprex-vertical-product-item a:hover .item-text h4 {
  color: #a75236;
}

/* Product another single main*/
.wooprex-single-product-item {
  border: 1px solid #e5e7eb;
}
.wooprex-single-product-item.new-arrival .product-top .product-type .new-arrival-text {
  display: block;
}
.wooprex-single-product-item.sold-out .product-top .product-type .sold-out-text {
  display: block;
}
.wooprex-single-product-item .product-top {
  position: relative;
  overflow: hidden;
  height: 345px;
}
.wooprex-single-product-item .product-top .product-type {
  position: absolute;
  left: 2px;
  top: 20px;
  z-index: 2;
}
.wooprex-single-product-item .product-top .product-type span {
  font-size: 12px;
  display: none;
  color: #ffffff;
  padding: 5px 25px;
  text-transform: capitalize;
}
.wooprex-single-product-item .product-top .product-type .new-arrival-text {
  background-color: #000000;
}
.wooprex-single-product-item .product-top .product-type .sold-out-text {
  background-color: #e73c17;
}
.wooprex-single-product-item .product-top .favourite {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  cursor: pointer;
  transition: all 0.3s ease;
}
.wooprex-single-product-item .product-top .favourite span {
  color: #ffffff;
}
.wooprex-single-product-item .product-top .favourite span i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.wooprex-single-product-item .product-top .favourite span.fill {
  display: none;
}
.wooprex-single-product-item .product-top .add-to-cart-btn {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
}
.wooprex-single-product-item .product-top .add-to-cart-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.wooprex-single-product-item .product-top .product-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.wooprex-single-product-item .product-top .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-single-product-item .product-top .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-single-product-item .product-bottom {
  padding: 20px;
}
.wooprex-single-product-item .product-bottom h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4em;
}
.wooprex-single-product-item .product-bottom h3 a {
  color: #1f2937;
}
.wooprex-single-product-item .product-bottom h3 a:hover {
  color: #a75236;
}
.wooprex-single-product-item .product-bottom p.update-price {
  font-weight: 600;
  margin-bottom: 5px;
  color: #374151;
}
.wooprex-single-product-item .product-bottom p.old-price {
  text-decoration: line-through;
  color: #9ca3af;
}
.wooprex-single-product-item:hover .product-top .favourite {
  background-color: #a75236;
  border-radius: 50%;
}
.wooprex-single-product-item:hover .product-top .product-image img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-single-product-item:hover .product-top .add-to-cart-btn {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

/*-- booking form -- */
/*-- Base: mixin & variable  -- */
.wooprex-form-wrapper form {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 100px;
  max-width: 900px;
  margin: 0 auto;
}
.wooprex-form-wrapper form .row {
  width: 100%;
  row-gap: 35px;
}
.wooprex-form-wrapper form input {
  color: #a75236;
  border: none;
  border-bottom: 1px solid #a75236;
  padding: 10px 0px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 16px;
}
.wooprex-form-wrapper form input::-moz-placeholder {
  color: #a75236;
}
.wooprex-form-wrapper form input::placeholder {
  color: #a75236;
}
.wooprex-form-wrapper form .custom-date-picker,
.wooprex-form-wrapper form .custom-time-picker {
  position: relative;
}
.wooprex-form-wrapper form .date-picker,
.wooprex-form-wrapper form .time-picker {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  display: none;
  z-index: 10;
  width: 100%;
}
.wooprex-form-wrapper form .date-picker.show,
.wooprex-form-wrapper form .time-picker.show {
  display: block;
}
.wooprex-form-wrapper form .date-picker {
  border: 1px solid #a75236;
}
.wooprex-form-wrapper form .date-picker .navigation {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #ffffff;
}
.wooprex-form-wrapper form .date-picker .navigation button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.wooprex-form-wrapper form .date-picker .navigation button i {
  display: flex;
  color: #000000;
}
.wooprex-form-wrapper form .date-picker .navigation span {
  font-size: 16px;
}
.wooprex-form-wrapper form .date-picker table {
  width: 100%;
  border-collapse: collapse;
}
.wooprex-form-wrapper form .date-picker table th,
.wooprex-form-wrapper form .date-picker table td {
  padding: 6px;
  text-align: center;
}
.wooprex-form-wrapper form .date-picker table th {
  background-color: #ffffff;
}
.wooprex-form-wrapper form .date-picker table td {
  cursor: pointer;
  transition: all 0.3s ease;
}
.wooprex-form-wrapper form .date-picker table td:hover {
  color: #ffffff;
  background-color: #a75236;
}
.wooprex-form-wrapper form .time-picker {
  overflow-y: scroll;
  height: 200px;
  border: 1px solid #a75236;
}
.wooprex-form-wrapper form .time-picker div {
  padding: 10px 20px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}
.wooprex-form-wrapper form .time-picker div:hover {
  color: #ffffff;
  background-color: #a75236;
}

/*  Reservation page - Booking section */
section.wooprex-booking-section {
  overflow: visible;
  z-index: 2;
}
section.wooprex-booking-section.about {
  background-color: #fff3ef;
}
section.wooprex-booking-section.dark {
  margin-top: -130px;
}
section.wooprex-booking-section.dark .reservation-booking {
  background-color: #a75236;
  padding: 60px 100px;
}
section.wooprex-booking-section.dark .reservation-booking .wooprex-form-wrapper h3 {
  color: #ffffff;
}
section.wooprex-booking-section.dark .reservation-booking .wooprex-form-wrapper form {
  gap: 80px;
}
section.wooprex-booking-section.dark .reservation-booking .wooprex-form-wrapper form input {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
section.wooprex-booking-section.dark .reservation-booking .wooprex-form-wrapper form input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}
section.wooprex-booking-section.dark .reservation-booking .wooprex-form-wrapper form input::placeholder {
  color: #ffffff;
  opacity: 0.7;
}
section.wooprex-booking-section.dark .reservation-booking .wooprex-form-wrapper form .wooprex-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
}

/*-- voucher -- */
/*-- Base: mixin & variable  -- */
section.wooprex-voucher-section {
  overflow: visible;
  z-index: 1;
}
section.wooprex-voucher-section .voucher-main {
  background-image: url("../assets/images/image-44.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.wooprex-voucher-section .voucher-main .voucher-text {
  min-height: 470px;
  max-width: 500px;
  padding: 50px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  gap: 30px;
}
section.wooprex-voucher-section .voucher-main .voucher-text:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.11deg, #fcf3ea 0.08%, rgba(255, 255, 255, 0) 99.89%);
}
section.wooprex-voucher-section .voucher-main .voucher-text h3 {
  font-family: "Permanent Marker", cursive;
  color: #d6866b;
  position: relative;
  z-index: 2;
}
section.wooprex-voucher-section .voucher-main .voucher-text .get-voucher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 70%;
  position: relative;
  z-index: 2;
}
section.wooprex-voucher-section .voucher-main .voucher-text .wooprex-btn {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  position: relative;
  z-index: 2;
  padding: 13px 55px;
}
section.wooprex-voucher-section .voucher-main .voucher-text .wooprex-btn:hover {
  border-color: #a75236;
  color: #a75236;
  transform: scale(1.05);
}

/*-- marquee -- */
/*-- Base: mixin & variable  -- */
section.wooprex-marque-section .marque-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
section.wooprex-marque-section .marque-wrapper .marque-item {
  float: left;
  height: 400px;
  margin-right: 10px;
}
section.wooprex-marque-section .marque-wrapper .marque-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-marque-section .marque-wrapper .marque-item img:hover {
  filter: brightness(80%);
}
section.wooprex-marque-section .marque-wrapper.marque-top {
  margin-bottom: 10px;
}
section.wooprex-marque-section .marque-wrapper.marque-bottom {
  flex-direction: row-reverse;
}

/*-- blog item -- */
/*-- Base: mixin & variable  -- */
/* Wooprex blog item */
.wooprex-blog-item .latest-item-image {
  overflow: hidden;
}
.wooprex-blog-item .latest-item-image img {
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-blog-item:hover .latest-item-image img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-blog-item .latest-item-description {
  margin-top: 25px;
}
.wooprex-blog-item .latest-item-description h4 a {
  color: #a75236;
}
.wooprex-blog-item .latest-item-description h4 {
  margin-bottom: 20px;
}
.wooprex-blog-item .latest-item-description .wooprex-read-more {
  margin-top: 40px;
}

/*-- price range section -- */
/*-- Base: mixin & variable  -- */
.wooprex-price-wrapper .price_slider {
  position: relative;
  width: 100%;
  height: 4px;
  margin: 20px 0;
  background-color: rgba(194, 194, 194, 0.5215686275);
  cursor: pointer;
}
.wooprex-price-wrapper .price_slider .ui-slider-range {
  position: absolute;
  background: #eb5757;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.wooprex-price-wrapper .price_slider .ui-slider-range .ui-slider-handle {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #eb5757;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.wooprex-price-wrapper .price_slider .ui-slider-range .ui-slider-handle:first-child {
  left: 0; /* Position the first handle to the left */
}
.wooprex-price-wrapper .price_slider .ui-slider-range .ui-slider-handle:last-child {
  right: 0; /* Position the second handle to the right */
}

/*-- product sidebar-- */
/*-- Base: mixin & variable  -- */
.wooprex-shop-sidebar {
  background-color: #f9fafb;
  padding: 50px 25px;
  max-width: 400px;
  height: 100%;
}
.wooprex-shop-sidebar .widget {
  padding-bottom: 40px;
}
.wooprex-shop-sidebar .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1f2937;
  margin-bottom: 20px;
}
.wooprex-shop-sidebar form ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wooprex-shop-sidebar form ul li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 400;
}
.wooprex-shop-sidebar form ul li label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.wooprex-shop-sidebar form ul li label input:checked {
  background-color: #a75236;
  border-color: #a75236;
}
.wooprex-shop-sidebar form ul li label input:checked::before {
  content: "\f11f";
  font-family: "flaticon_beauty";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.wooprex-shop-sidebar form a.load-more-btn {
  margin-top: 25px;
  color: #eb5757;
  margin-left: 30px;
}
.wooprex-shop-sidebar .wooprex-price-wrapper .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-shop-sidebar .wooprex-price-wrapper .price p {
  color: #4b5563;
  font-size: 14px;
}
.wooprex-shop-sidebar .wooprex-price-wrapper .price .price-label {
  color: #1f2937;
  font-weight: 500;
  font-size: 14px;
}
.wooprex-shop-sidebar .wooprex-size-wrapper {
  padding-bottom: 0;
}

/*-- wooprex sidebar -- */
/*-- Base: mixin & variable  -- */
.wooprex-sidebar {
  position: sticky;
  top: 0px;
}
.wooprex-sidebar a:hover {
  color: #a75236 !important;
}
.wooprex-sidebar h4 {
  color: #494949;
  margin-bottom: 35px;
}
.wooprex-sidebar .wooprex-sidebar-author {
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}
.wooprex-sidebar .wooprex-sidebar-author .author-image {
  height: 230px;
  max-width: 320px;
  overflow: hidden;
  margin-bottom: 25px;
}
.wooprex-sidebar .wooprex-sidebar-author .author-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-sidebar .wooprex-sidebar-author .author-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-sidebar .wooprex-sidebar-author .author-image:hover a img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-sidebar .wooprex-sidebar-author h5 a {
  color: #494949;
}
.wooprex-sidebar .wooprex-sidebar-latest-post {
  padding: 40px 0px;
  border-bottom: 1px solid #745f49;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li {
  margin-bottom: 40px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li:last-child {
  margin-bottom: 0;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail {
  height: 230px;
  overflow: hidden;
  margin-bottom: 25px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail:hover img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-sidebar .wooprex-sidebar-tags {
  padding-top: 40px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 65%;
  gap: 10px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a {
  position: relative;
  text-transform: lowercase;
  color: #494949;
  padding-right: 10px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:hover {
  color: #a75236;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: #494949;
}
.wooprex-sidebar .wooprex-sidebar-category,
.wooprex-sidebar .wooprex-sidebar-archive {
  padding: 40px 0px;
  border-bottom: 1px solid #745f49;
}
.wooprex-sidebar .wooprex-sidebar-category ul li,
.wooprex-sidebar .wooprex-sidebar-archive ul li {
  margin-bottom: 20px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li:last-child,
.wooprex-sidebar .wooprex-sidebar-archive ul li:last-child {
  margin-bottom: 0;
}
.wooprex-sidebar .wooprex-sidebar-category ul li a,
.wooprex-sidebar .wooprex-sidebar-archive ul li a {
  color: #494949;
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #a75236;
  padding: 0;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#topButton .progress-circle {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg .progress-background {
  fill: none;
  stroke: #000000;
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8px;
  transform: translate(0px, 0px);
  transition: stroke-dashoffset 0.3s ease;
}
#topButton .progress-circle .font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
  display: flex;
}
#topButton .progress-circle .font i {
  transform: rotate(180deg);
  line-height: 0px;
}
#topButton .progress-circle .font i:after {
  font-weight: 700 !important;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}

/*-- preload Animation -- */
/*-- Base: mixin & variable  -- */
@keyframes heightZeroToFull {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.wooprex-heightZeroToFull.animated {
  animation-name: heightZeroToFull;
  animation-duration: 3s;
}

/*-- preload Spinner -- */
/*-- Base: mixin & variable  -- */
/* Preload 
------------------------------------------- */
.wooprex-preload-wrapper .wooprex-preload-container {
  display: flex;
}

.wooprex-preload-container {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.wooprex-spinner {
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-top: 3px solid #a75236;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-- pagination -- */
/*-- Base: mixin & variable  -- */
/* Blog pagination */
.wooprex-pagination {
  margin-top: 70px;
}
.wooprex-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.wooprex-pagination ul.page-numbers li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.wooprex-pagination ul.page-numbers li a.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid;
  border-color: #000000;
  color: #000000;
}
.wooprex-pagination ul.page-numbers li a.page-numbers:hover {
  border-color: #a75236;
  color: #a75236;
}
.wooprex-pagination ul.page-numbers li.active .page-numbers {
  border-color: #a75236;
  color: #a75236;
}

@media (max-width: 991px) {
  .wooprex-pagination {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .wooprex-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .wooprex-pagination {
    margin-top: 40px;
  }
  .wooprex-pagination ul.page-numbers li a.page-numbers,
  .wooprex-pagination ul.page-numbers li span.page-numbers.current {
    width: 40px;
    height: 40px;
  }
  .wooprex-pagination ul.page-numbers li a i {
    font-size: 20px;
  }
}
.wooprex-navigation.style-1 {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-navigation.style-1 a {
  min-width: auto;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-navigation.style-1 a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-navigation.style-1 a.prev {
  flex-direction: row-reverse;
}

/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Banner CSS */
section.wooprex-banner-section .banner-slider-container {
  height: 100%;
  padding: 0;
}
section.wooprex-banner-section .banner-slider-container .banner-item {
  position: relative;
  height: 100vh;
}
section.wooprex-banner-section .banner-slider-container .banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
section.wooprex-banner-section .banner-slider-container .banner-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.wooprex-banner-section .banner-slider-container .banner-item .banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 100%;
  width: 1000px;
  margin-left: calc((100% - 1360px) / 2);
}
section.wooprex-banner-section .banner-slider-container .banner-item .banner-text h3 {
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #ffffff;
}
section.wooprex-banner-section .banner-slider-container .banner-item .banner-text h5 {
  color: #ffffff;
  margin-bottom: 40px;
}
section.wooprex-banner-section .banner-slider-container .banner-item .banner-text .wooprex-btn:hover {
  border-color: #ffffff;
  color: #ffffff;
}

/* Home - Discount section */
section.wooprex-discount-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
section.wooprex-discount-section .discount-item {
  position: relative;
}
section.wooprex-discount-section .discount-item .discount-image {
  overflow: hidden;
}
section.wooprex-discount-section .discount-item .discount-image img {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
section.wooprex-discount-section .discount-item .discount-image:hover img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
section.wooprex-discount-section .discount-item .discount-text {
  max-width: 290px;
  height: 275px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 35px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.wooprex-discount-section .discount-item .discount-text h6 {
  text-transform: uppercase;
}
section.wooprex-discount-section .discount-item .discount-text h3 span:last-child {
  font-style: italic;
}
section.wooprex-discount-section .discount-item .discount-text .wooprex-btn {
  padding: 12px 40px;
}
section.wooprex-discount-section .discount-item.one .discount-text {
  right: 20%;
}
section.wooprex-discount-section .discount-item.two .discount-text {
  left: 20%;
}

/* Home - service details */
section.wooprex-home-service-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62%;
  background-color: #fff3ef;
  z-index: 1;
}
section.wooprex-home-service-details .service-details-main {
  position: relative;
  z-index: 2;
}
section.wooprex-home-service-details .service-details-main .service-left-image {
  overflow: hidden;
  height: 814px;
}
section.wooprex-home-service-details .service-details-main .service-left-image a {
  width: 100%;
  height: 100%;
  display: block;
}
section.wooprex-home-service-details .service-details-main .service-left-image a img {
  height: 0;
  width: 100%;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-home-service-details .service-details-main .service-left-image:hover a img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
section.wooprex-home-service-details .service-details-main .service-details-right {
  padding-left: 80px;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text ul li a {
  font-weight: 300;
  font-size: 24px;
  padding: 20px 20px 20px 35px;
  position: relative;
  color: #a75236;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text ul li a:before {
  content: "\f12a";
  font-family: "flaticon_beauty";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  color: #a75236;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter {
  padding-top: 80px;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .row {
  row-gap: 50px;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item h4,
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item i,
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item p {
  color: #a75236;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 15px;
  max-width: 150px;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description i {
  font-size: 40px;
  line-height: 0px;
  text-align: center;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description i.flaticon-world {
  font-size: 30px;
}
section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description p {
  text-transform: uppercase;
}

/*-- about page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-about-team-experience-section {
  text-align: center;
}
section.wooprex-about-team-experience-section .container {
  max-width: 1000px;
}
section.wooprex-about-team-experience-section .header {
  max-width: 800px;
  margin-bottom: 30px;
}
section.wooprex-about-team-experience-section p {
  color: #745f49;
}

/* About - doctor section */
section.wooprex-about-doctor-section {
  margin-top: 20px;
}
section.wooprex-about-doctor-section .doctor-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  background-color: #ffffff;
  padding: 40px 70px;
  width: 760px;
  max-width: 100%;
}
section.wooprex-about-doctor-section .doctor-description .doctor-title h4 {
  margin-bottom: 15px;
}
section.wooprex-about-doctor-section .doctor-description .doctor-title h6 {
  margin-bottom: 20px;
}
section.wooprex-about-doctor-section .doctor-description .doctor-specialization {
  margin-top: 50px;
}
section.wooprex-about-doctor-section .doctor-description .doctor-specialization h5 {
  margin-bottom: 15px;
}
section.wooprex-about-doctor-section .doctor-description .doctor-specialization .specialization-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
section.wooprex-about-doctor-section .doctor-description .doctor-specialization .specialization-wrapper ul li {
  position: relative;
  font-size: 14px;
  padding-left: 25px;
}
section.wooprex-about-doctor-section .doctor-description .doctor-specialization .specialization-wrapper ul li:before {
  content: "\f11f";
  font-family: "flaticon_beauty";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  color: #000000;
  font-size: 15px;
}

/*-- services page -- */
/*-- Base: mixin & variable  -- */
/* Service - service details css */
section.wooprex-service-details-section .service-details-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
}
section.wooprex-service-details-section .service-details-item .service-details-image {
  overflow: hidden;
  width: 50%;
  height: 730px;
}
section.wooprex-service-details-section .service-details-item .service-details-image a {
  display: block;
  width: 100%;
  height: 100%;
}
section.wooprex-service-details-section .service-details-item .service-details-image a img {
  width: 100%;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
section.wooprex-service-details-section .service-details-item .service-details-image:hover img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
section.wooprex-service-details-section .service-details-item .service-details-text {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
section.wooprex-service-details-section .service-details-item .service-details-text span {
  text-transform: uppercase;
}
section.wooprex-service-details-section .service-details-item .service-details-text h3 {
  margin: 20px 0px;
  width: 450px;
  max-width: 100%;
}
section.wooprex-service-details-section .service-details-item .service-details-text .wooprex-btn {
  background-color: #000000;
  padding: 16px 40px;
  font-size: 18px;
  margin-top: 50px;
}
section.wooprex-service-details-section .service-details-item .service-details-text .wooprex-btn:hover {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}
section.wooprex-service-details-section .service-details-item:first-child {
  margin-bottom: 150px;
}
section.wooprex-service-details-section .service-details-item:first-child .service-details-text {
  padding-left: 100px;
}
section.wooprex-service-details-section .service-details-item:last-child .service-details-image {
  order: 2;
}
section.wooprex-service-details-section .service-details-item:last-child .service-details-text {
  padding-right: 100px;
}

/* Service - single product section */
section.wooprex-service-product-section .row {
  row-gap: 40px;
}

/* Service - product vertical */
section.wooprex-service-product-vertical-section {
  background-color: #fff3ef;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-location-section {
  position: relative;
  z-index: 2;
}
section.wooprex-contact-location-section .location-wrapper {
  background-color: #fff3ef;
  padding: 80px 40px;
}
section.wooprex-contact-location-section .location-wrapper .location-item h5 {
  text-transform: uppercase;
}
section.wooprex-contact-location-section .location-wrapper .location-item a.phone {
  margin: 25px 0px;
  display: block;
}
section.wooprex-contact-location-section .location-wrapper .location-item h5,
section.wooprex-contact-location-section .location-wrapper .location-item a,
section.wooprex-contact-location-section .location-wrapper .location-item p {
  color: #a75236;
}

/* Contact form section */
section.wooprex-contact-form-section {
  background: #a75236;
  padding: 200px 0px 120px 0px;
  max-width: 1750px;
  margin: 0 auto;
  margin-top: -220px;
}
section.wooprex-contact-form-section .header {
  color: #ffffff;
}

/* Google map */
.wooprex-google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 100%;
  height: 550px;
  width: 100%;
  mix-blend-mode: luminosity;
  /* filter: grayscale(100%) invert(92%) contrast(83%); */
}

/*-- pricing page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-pricing-discount-section .pricing-discount-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-description {
  background-color: #000000;
  position: absolute;
  padding: 0px 20px 0px 70px;
  width: 535px;
  max-width: 100%;
  min-height: 414px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  z-index: 2;
}
section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-description:after {
  content: "";
  width: 93%;
  height: 91%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 1px solid #ffffff;
}
section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-description span {
  text-transform: uppercase;
  color: #ffffff;
}
section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-description h3 {
  color: #ffffff;
  margin: 10px 0px;
}
section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-description p {
  color: #ffffff;
}
section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-image {
  width: 83%;
}
section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Pricing service */
section.wooprex-pricing-section .wooprex-pricing-item {
  background-color: #fff3ef;
  padding: 40px;
  padding-bottom: 20px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
section.wooprex-pricing-section .wooprex-pricing-item .pricing-top {
  width: 100%;
}
section.wooprex-pricing-section .wooprex-pricing-item .pricing-top .top-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
section.wooprex-pricing-section .wooprex-pricing-item .pricing-top h5 {
  text-transform: uppercase;
  color: #9b8080;
}
section.wooprex-pricing-section .wooprex-pricing-item .pricing-top h3 {
  color: #494949;
}
section.wooprex-pricing-section .wooprex-pricing-item ul li {
  padding: 5px 15px 5px 25px;
  position: relative;
  color: #494949;
}
section.wooprex-pricing-section .wooprex-pricing-item ul li::before {
  content: "\f12a";
  font-size: 18px;
  font-family: "flaticon_beauty";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  color: #494949;
}
section.wooprex-pricing-section .wooprex-pricing-item .wooprex-btn {
  width: 100%;
  background-color: #000000;
  border-color: #000000;
  text-align: center;
}
section.wooprex-pricing-section .wooprex-pricing-item .wooprex-btn:hover {
  background-color: transparent;
  color: #000000;
}
section.wooprex-pricing-section .wooprex-pricing-item.dark {
  background-color: #a75236;
}
section.wooprex-pricing-section .wooprex-pricing-item.dark h5,
section.wooprex-pricing-section .wooprex-pricing-item.dark h3,
section.wooprex-pricing-section .wooprex-pricing-item.dark li {
  color: #ffffff;
}
section.wooprex-pricing-section .wooprex-pricing-item.dark li:before {
  color: #ffffff;
}
section.wooprex-pricing-section .wooprex-pricing-item.dark .wooprex-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
}

/*-- portfolio page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-portfolio-section .portfolio-main-wrapper .row {
  row-gap: 40px;
}

.wooprex-portfolio-item .portfolio-top {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.wooprex-portfolio-item .portfolio-top .portfolio-image {
  width: 100%;
  height: 100%;
}
.wooprex-portfolio-item .portfolio-top .portfolio-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.wooprex-portfolio-item .portfolio-top .portfolio-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-portfolio-item .portfolio-top a.arrow-icon {
  position: absolute;
  bottom: 0px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d6866b;
  transition: 0.5s;
}
.wooprex-portfolio-item .portfolio-top a.arrow-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  color: #ffffff;
  font-size: 18px;
}
.wooprex-portfolio-item .portfolio-bottom {
  max-width: 380px;
  margin-left: auto;
  margin-top: -50px;
  z-index: 2;
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px 0px 0px 10px;
  transition: all 0.3s ease;
}
.wooprex-portfolio-item .portfolio-bottom p {
  position: relative;
  padding-left: 15px;
  color: #d6866b;
  text-transform: uppercase;
}
.wooprex-portfolio-item .portfolio-bottom p:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-color: #d6866b;
}
.wooprex-portfolio-item .portfolio-bottom h3 {
  font-size: 24px;
  margin-top: 12px;
}
.wooprex-portfolio-item .portfolio-bottom h3 a {
  color: #191919;
}
.wooprex-portfolio-item .portfolio-bottom h3 a:hover {
  color: #d6866b;
}
.wooprex-portfolio-item:hover .portfolio-top .portfolio-image img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-portfolio-item:hover .portfolio-top a.arrow-icon {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}
.wooprex-portfolio-item:hover .portfolio-bottom {
  box-shadow: -2px 0px 25px -20px #403a3a;
}

/*-- portfolio details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-portfolio-details-section .portfolio-thumbnail-image {
  height: 700px;
  margin-bottom: 60px;
}
section.wooprex-portfolio-details-section .portfolio-thumbnail-image .simpleParallax {
  height: 100%;
}
section.wooprex-portfolio-details-section .portfolio-thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .row {
  row-gap: 40px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left {
  max-width: 700px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left span {
  background-color: #a75236;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  font-size: 18px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left h2 {
  font-size: 32px;
  margin: 20px 0px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 18px;
  font-weight: 300;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right {
  max-width: 400px;
  background-color: #f9fafb;
  padding: 30px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right .portfolio-meta {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right .portfolio-meta span {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-weight: 300;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right .portfolio-meta span strong {
  font-weight: 500;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right .wooprex-follow-us ul {
  gap: 12px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right .wooprex-follow-us ul li a {
  width: 35px;
  height: 35px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right .wooprex-follow-us ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right .wooprex-follow-us ul li a:hover {
  transform: scale(1.1);
  border-color: #a75236;
}

/*-- team page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-team-member-section .team-main-wrapper .row {
  row-gap: 60px;
}

/*-- team details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-team-details-section .row {
  row-gap: 40px;
}
section.wooprex-team-details-section .team-description {
  padding-right: 40px;
}
section.wooprex-team-details-section .team-description .header {
  text-align: left;
  margin-left: 0;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 20px;
}
section.wooprex-team-details-section .team-description span {
  background-color: #a75236;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 25px;
  display: inline-block;
  font-size: 18px;
}
section.wooprex-team-details-section .team-description p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
section.wooprex-team-details-section .team-description table {
  margin-bottom: 60px;
  width: 100%;
}
section.wooprex-team-details-section .team-description table tbody tr {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: start;
}
section.wooprex-team-details-section .team-description table tbody tr td {
  font-size: 17px;
}
section.wooprex-team-details-section .team-description table tbody tr td:first-child {
  width: 20%;
}
section.wooprex-team-details-section .team-description table tbody tr td:last-child {
  width: 80%;
}
section.wooprex-team-details-section .team-description .team-member-skills h4 {
  font-size: 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  color: #a75236;
}
section.wooprex-team-details-section .team-description .team-member-skills ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 20px;
  max-width: 700px;
}
section.wooprex-team-details-section .team-description .team-member-skills ul li {
  width: 50%;
  flex: 0 0 auto;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
section.wooprex-team-details-section .team-description .team-member-skills ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
section.wooprex-team-details-section .team-thumbnail-image {
  height: 100%;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
section.wooprex-team-details-section .team-thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
section.wooprex-team-details-section .team-thumbnail-image img:hover {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}

/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
section.wooprex-blog-list-section .row {
  row-gap: 70px;
}
section.wooprex-blog-list-section.has-sidebar .row {
  row-gap: inherit;
}
section.wooprex-blog-list-section.has-sidebar .row .row {
  row-gap: 70px;
}

/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-details p {
  color: #494949;
}
.wooprex-blog-details .wooprex-blog-header ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  margin-top: 15px;
}
.wooprex-blog-details .wooprex-blog-header ul li {
  position: relative;
  padding-right: 30px;
}
.wooprex-blog-details .wooprex-blog-header ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #745f49;
}
.wooprex-blog-details .wooprex-blog-header ul li:last-child:after {
  display: none;
}
.wooprex-blog-details .wooprex-blog-header ul li a {
  color: #745f49;
  text-transform: uppercase;
}
.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  height: 530px;
  overflow: hidden;
}
.wooprex-blog-details .wooprex-blog-thumbnail img,
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-blog-details .wooprex-blog-thumbnail:hover img,
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dba79c;
  position: relative;
  margin-bottom: 60px;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  line-height: 1.6rem;
  text-align: center;
  color: #000000;
  width: 700px;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  height: 55px;
  width: 65px;
  background: url("/shape/blockquote-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wooprex-blog-details .wooprex-blog-description h3 {
  color: #745f49;
  margin-bottom: 40px;
}
.wooprex-blog-details .wooprex-blog-header,
.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-description,
.wooprex-blog-details .wooprex-blog-image {
  margin-bottom: 45px;
}

/*-- product detail (Single product) page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-product-details-section {
  padding-left: 60px;
  padding-right: 60px;
}
section.wooprex-product-details-section > .row {
  row-gap: 40px;
}
section.wooprex-product-details-section .woocommmerce-product-image {
  height: 750px;
  overflow: hidden;
}
section.wooprex-product-details-section .woocommmerce-product-image .single-image-slider {
  height: 100%;
}
section.wooprex-product-details-section .woocommmerce-product-image .single-image-slider .single-image {
  width: 100%;
  height: 100%;
}
section.wooprex-product-details-section .woocommmerce-product-image .single-image-slider .single-image a {
  width: 100%;
  height: 100%;
}
section.wooprex-product-details-section .woocommmerce-product-image .single-image-slider .single-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 0s;
  cursor: crosshair;
}
section.wooprex-product-details-section .woocommmerce-product-image:hover .zoom-image {
  transform: scale(1);
}
section.wooprex-product-details-section .woocommerce-product-gallery {
  height: 750px;
  position: relative;
}
section.wooprex-product-details-section .woocommerce-product-gallery .slider-wrapper {
  height: 100%;
  overflow: hidden;
}
section.wooprex-product-details-section .woocommerce-product-gallery .slider-wrapper .thumbnail-image-slider {
  height: 100%;
}
section.wooprex-product-details-section .woocommerce-product-gallery .slider-wrapper .thumbnail-image-slider .swiper-slide {
  cursor: pointer;
  border: 1px solid #d1d5db;
}
section.wooprex-product-details-section .woocommerce-product-gallery .slider-wrapper .thumbnail-image-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-product-details-section .woocommerce-product-gallery .slider-wrapper .thumbnail-image-slider .swiper-slide:hover img {
  opacity: 0.7;
}
section.wooprex-product-details-section .woocommerce-product-gallery .slider-wrapper .thumbnail-image-slider .swiper-slide.swiper-slide-thumb-active {
  border-color: #a75236;
}
section.wooprex-product-details-section .product-right {
  padding-left: 30px;
  max-width: 600px;
}
section.wooprex-product-details-section .product-right .product_title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #191919;
}
section.wooprex-product-details-section .product-right .woocommerce-product-rating {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  margin-bottom: 30px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-rating .star-rating {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-rating .star-rating span {
  color: #e73c17;
}
section.wooprex-product-details-section .product-right .woocommerce-product-rating .star-rating span i {
  font-size: 22px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-rating .woocommerce-review-link {
  font-weight: 500;
}
section.wooprex-product-details-section .product-right .woocommerce-product-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: start;
  margin-bottom: 30px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-meta span {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-weight: 300;
}
section.wooprex-product-details-section .product-right .woocommerce-product-meta span strong {
  font-weight: 400;
}
section.wooprex-product-details-section .product-right .woocommerce-product-short-description {
  margin-bottom: 30px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-short-description ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-short-description ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-weight: 300;
  font-size: 18px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-short-description ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-product-details-section .product-right .woocommerce-product-weight {
  padding: 30px 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  max-width: 600px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-weight form .form-group {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-weight form .form-group label {
  font-weight: 400;
  font-size: 18px;
  color: #191919;
}
section.wooprex-product-details-section .product-right .woocommerce-product-weight form .form-group .custom-select {
  position: relative;
  min-width: 200px;
  padding: 7px 10px;
  border: 1px solid #191919;
  cursor: pointer;
  font-size: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../assets/shape/down-arrow.svg");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 26px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-weight form .form-group .custom-select:focus {
  outline: none;
}
section.wooprex-product-details-section .product-right .woocommerce-product-single-price {
  margin-bottom: 30px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-single-price p {
  margin-bottom: 10px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-single-price span {
  display: inline-block;
  line-height: 1em;
}
section.wooprex-product-details-section .product-right .woocommerce-product-single-price span.update-price {
  font-size: 32px;
  color: #191919;
  margin-right: 20px;
}
section.wooprex-product-details-section .product-right .woocommerce-product-single-price span.old-price {
  font-size: 24px;
  text-decoration: line-through;
  color: #d9d9d9;
}
section.wooprex-product-details-section .product-right .woocommerce-variation {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-wishlist {
  background-color: #ffffff;
  color: #a75236;
  border-color: #a75236;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-wishlist .fill {
  display: none;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-wishlist:hover {
  color: #ffffff;
  background-color: #a75236;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .quantity {
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f0f0f0;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .quantity button,
section.wooprex-product-details-section .product-right .woocommerce-variation .quantity input {
  width: 33.33%;
  height: 100%;
  flex: 0 0 auto;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .quantity input {
  border: none;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  padding: 0;
  text-align: center;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .quantity input[type=number]::-webkit-inner-spin-button,
section.wooprex-product-details-section .product-right .woocommerce-variation .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .quantity button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .quantity button i {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-cart-btn,
section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-wishlist {
  height: 50px;
  min-width: 180px;
  padding: 0 20px;
}
section.wooprex-product-details-section .product-right .woocommerce-variation .buy-now-btn {
  width: 100%;
  height: 50px;
  padding: 0;
}
section.wooprex-product-details-section .product-right .wooprex-group-product {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 40px;
  border: 1px solid #e8e2d1;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item:nth-child(odd) {
  border-bottom: 1px solid #e8e2d1;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-image {
  width: 75px;
  height: 75px;
  overflow: hidden;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-image a {
  display: block;
  width: 100%;
  height: 100%;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-description {
  width: 70%;
  position: relative;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-description h4 {
  font-size: 18px;
  margin-bottom: 5px;
  max-width: 80%;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-description h4 a {
  display: block;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-description h4 a:hover {
  color: #a75236;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-description .cart-remove {
  position: absolute;
  top: 0%;
  right: 0%;
  cursor: pointer;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-description .cart-remove i {
  font-size: 18px;
  color: #000000;
  padding: 0;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .cart-description .cart-remove:hover i {
  color: #a75236;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .quantity {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f0f0f0;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .quantity button,
section.wooprex-product-details-section .product-right .wooprex-group-product .item .quantity input {
  width: 33.33%;
  height: 100%;
  flex: 0 0 auto;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .quantity input {
  border: none;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  padding: 0;
  text-align: center;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .quantity input[type=number]::-webkit-inner-spin-button,
section.wooprex-product-details-section .product-right .wooprex-group-product .item .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .quantity button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}
section.wooprex-product-details-section .product-right .wooprex-group-product .item .quantity button i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tab section product details */
section.wooprex-product-details-tab-section .tab-main-wrapper ul.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin-bottom: 60px;
}
section.wooprex-product-details-tab-section .tab-main-wrapper ul.nav-tabs li button {
  position: relative;
  border: none;
  font-size: 24px;
  color: #191919;
  padding: 0;
  padding-bottom: 20px;
  font-weight: 500;
}
section.wooprex-product-details-tab-section .tab-main-wrapper ul.nav-tabs li button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.36s cubic-bezier(0.57, 0.01, 0.29, 0.99);
  background-color: #e73c17;
  width: calc(100% + 2px);
  height: 2px;
}
section.wooprex-product-details-tab-section .tab-main-wrapper ul.nav-tabs li button:hover {
  border: none;
  color: #e73c17;
}
section.wooprex-product-details-tab-section .tab-main-wrapper ul.nav-tabs li button.active:before {
  transform: scaleX(1);
  transform-origin: left;
}
section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content {
  max-width: 1000px;
}
section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content .tab-pane.active {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 50px;
}
section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content p.description {
  color: #191919;
  font-weight: 300;
  font-size: 18px;
}
section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content ul.description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content ul.description li {
  color: #191919;
  font-weight: 300;
  font-size: 18px;
}
section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content ul.description li a {
  font-weight: 700;
  color: #a75236;
}

/* Related product */
section.wooprex-related-product-section .row {
  row-gap: 20px;
}
section.wooprex-related-product-section .header {
  margin-left: 0;
  text-align: left;
}

.zoom-gallery {
  height: 100%;
  width: 100%;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*-- reservation page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-reservation-image-section .container {
  max-width: 1540px;
}
section.wooprex-reservation-image-section img {
  width: 100%;
  height: 100%;
}

/* Working hour css */
section.wooprex-working-hour-section .working-hour-item {
  display: flex;
  align-items: unset;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
section.wooprex-working-hour-section .working-hour-item .header {
  margin: inherit;
  text-align: left;
}
section.wooprex-working-hour-section .working-hour-item .working-inner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
section.wooprex-working-hour-section .working-hour-item .working-inner-item p {
  font-size: 24px;
  font-weight: 300;
}
section.wooprex-working-hour-section .working-hour-item .working-inner-item p.day {
  width: 30%;
}
section.wooprex-working-hour-section .working-hour-item.last .working-inner-item {
  justify-content: end;
}

/* Reservation - service pricing */
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 120px;
  flex-wrap: wrap;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item {
  width: 45.5%;
  flex: 0 0 45.5%;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-image {
  height: 550px;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-image a {
  display: block;
  width: 100%;
  height: 100%;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-image a img {
  width: 100%;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h4,
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h5 {
  font-size: 20px;
  font-weight: 400;
  color: #a75236;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h4.item-name {
  width: 28%;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item .bar {
  width: 50%;
  height: 1px;
  background: #a75236;
}
section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h5.item-price {
  width: 22%;
  text-align: end;
}

/*-- coming soon page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-coming-soon-section {
  height: 100vh;
  background-color: #a75236;
}
section.wooprex-coming-soon-section .container {
  height: 100%;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper p,
section.wooprex-coming-soon-section .coming-soon-main-wrapper h1,
section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
  color: #ffffff;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper p {
  max-width: 520px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
  font-size: 62px;
  font-weight: 400;
  margin-bottom: 30px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 65px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
  position: relative;
  padding-right: 65px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child {
  padding-right: 0;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child:after {
  display: none;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 62px;
  color: #ffffff;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
  font-size: 56px;
  font-weight: 300;
  display: block;
  line-height: 1.4em;
  color: #ffffff;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 100px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper a i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .left {
  width: 60%;
  flex: 0 0 auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-left: calc((100% - 1300px) / 2);
  height: 100%;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .right {
  width: 40%;
  flex: 0 0 auto;
  height: 100%;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- 404 error page -- */
/*-- Base: mixin & variable  -- */
.wooprex-error-section {
  height: 850px;
}
.wooprex-error-section img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-error-section .error-wrapper-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100%;
  padding: 0px 20px;
  text-align: center;
  z-index: 3;
}
.wooprex-error-section .error-wrapper-main h1 {
  font-size: 200px;
  color: #a75236;
}
.wooprex-error-section .error-wrapper-main h3 {
  margin: 20px 0px 40px 0px;
}
.wooprex-error-section .error-wrapper-main p {
  margin-bottom: 70px;
  font-weight: 500;
}

/*-- faq page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-faq-section .row {
  row-gap: 40px;
}
section.wooprex-faq-section .faq-left .header {
  text-align: left;
  font-size: 32px;
  margin-bottom: 50px;
  color: #745f49;
}
section.wooprex-faq-section .faq-left ul.nav-tabs {
  flex-direction: column;
  align-items: start;
  gap: 15px;
  border: none;
  padding-bottom: 10px;
}
section.wooprex-faq-section .faq-left ul.nav-tabs li button {
  color: #745f49;
  text-align: left;
  border: none;
  padding: 0;
  line-height: 1.6em;
  position: relative;
  padding-bottom: 3px;
}
section.wooprex-faq-section .faq-left ul.nav-tabs li button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.36s cubic-bezier(0.57, 0.01, 0.29, 0.99);
  background-color: #a75236;
  width: calc(100% + 2px);
  height: 1px;
}
section.wooprex-faq-section .faq-left ul.nav-tabs li button:hover {
  border: none;
  color: #a75236;
}
section.wooprex-faq-section .faq-left ul.nav-tabs li button.active {
  color: #a75236;
}
section.wooprex-faq-section .faq-left ul.nav-tabs li button.active:before {
  transform: scaleX(1);
  transform-origin: left;
}
section.wooprex-faq-section .faq-right .accordion {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
}
section.wooprex-faq-section .faq-right .accordion .accordion-item {
  background-color: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
}
section.wooprex-faq-section .faq-right .accordion .accordion-item button {
  padding: 30px 70px 30px 35px;
  border: none;
  background-color: transparent;
  color: #745f49;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  width: 100%;
  text-align: left;
}
section.wooprex-faq-section .faq-right .accordion .accordion-item button:not(.collapsed) {
  color: #a75236;
}
section.wooprex-faq-section .faq-right .accordion .accordion-item button:not(.collapsed):after {
  content: "\f124";
  color: #a75236;
}
section.wooprex-faq-section .faq-right .accordion .accordion-item button:after {
  content: "\f125";
  font-family: "flaticon_beauty";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  font-size: 22px;
  font-weight: 700;
}
section.wooprex-faq-section .faq-right .accordion .accordion-item .accordion-body {
  padding: 0px 70px 30px 35px;
}
section.wooprex-faq-section .faq-right .accordion .accordion-item .accordion-body p {
  color: #745f49;
}

/*-- shop page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-shop-section .shop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
section.wooprex-shop-section .shop-header p {
  color: #4b5563;
}
section.wooprex-shop-section .shop-header p strong {
  color: #1f2937;
}
section.wooprex-shop-section .shop-header form .form-group {
  display: flex;
  align-items: center;
  justify-content: start;
}
section.wooprex-shop-section .shop-header form .form-group label {
  font-weight: 400;
  color: #6b7280;
}
section.wooprex-shop-section .shop-header form .form-group .custom-select {
  position: relative;
  cursor: pointer;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../assets/shape/down-arrow.svg");
  background-position: right;
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-size: 24px;
  min-width: 125px;
}
section.wooprex-shop-section .shop-header form .form-group .custom-select:focus {
  outline: none;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products {
  display: flex;
  justify-content: space-between;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products li {
  padding: 0px 12px;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product {
  width: 25%;
  flex: 0 auto;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product .wooprex-single-product-item .product-top {
  height: 270px;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product .wooprex-single-product-item .product-top .add-to-cart-btn {
  font-size: 14px;
  min-width: 180px;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product .wooprex-single-product-item .product-bottom h3 {
  font-size: 14px;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product .wooprex-single-product-item .product-bottom p {
  font-size: 12px;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product .wooprex-single-product-item .product-bottom p.update-price {
  margin-bottom: 0;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-3 li.product {
  width: 33.33%;
  flex: 0 auto;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-2 li.product {
  width: 50%;
  flex: 0 auto;
}
section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-2 li.product .wooprex-single-product-item .product-top {
  height: 450px;
}

/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/* -- Wooprex - Media Queries -- */
/*-- Base: mixin & variable  -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (max-width: 1599px) {
  section.wooprex-banner-section .banner-slider-container .banner-item .banner-text {
    margin-left: 0;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.wooprex-banner-section .swiper-pagination-vertical {
    left: 55px;
  }
  .wooprex-product-item a .product-image {
    height: 500px;
  }
}
@media only screen and (max-width: 1399px) {
  section.wooprex-banner-section .swiper-pagination-vertical {
    left: 20px;
  }
  section.wooprex-banner-section .swiper-navigation {
    left: 20px;
  }
  header.wooprex-header-section {
    padding: 30px 20px;
  }
  header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -250px;
  }
  /* Service - service vertical */
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a {
    width: 100%;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image {
    width: 180px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  /********************** SINGLE SHOP PAGE *************************/
  section.wooprex-inner-breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-product-details-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  /************************ COMING SOON PAGE *************************/
  section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 56px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    margin-top: 50px;
    gap: 40px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 50px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 50px;
  }
  section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-cart-btn,
  section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-wishlist {
    min-width: 150px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Pricing - discount section */
  section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-description {
    min-height: 300px;
    width: 480px;
  }
  .wooprex-blog-item .latest-item-description h4 {
    font-size: 18px;
  }
  /************************* TEAM PAGE **************************/
  .wooprex-team-item .team-top {
    height: 500px;
  }
  .wooprex-portfolio-item .portfolio-bottom h3 {
    font-size: 22px;
    margin-top: 12px;
  }
  /************************ PORTFOLIO DETAILS **************************/
  section.wooprex-portfolio-details-section .portfolio-thumbnail-image {
    height: 550px;
  }
  /**********************SHOP PAGE *************************/
  section.wooprex-shop-section .shop-body > .row {
    row-gap: 40px;
  }
  section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product {
    width: 33.33%;
  }
  section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-3 .wooprex-single-product-item .product-top {
    height: 270px;
  }
  section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-3 .wooprex-single-product-item .product-bottom h3 {
    font-size: 14px;
  }
  section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-3 .wooprex-single-product-item .product-bottom p {
    font-size: 12px;
  }
  /********************** SINGLE SHOP PAGE *************************/
  section.wooprex-inner-breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-product-details-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-product-details-section .row {
    row-gap: 60px;
  }
  section.wooprex-product-details-section .product-right {
    padding-left: 0;
  }
  section.wooprex-product-details-section .woocommmerce-product-image,
  section.wooprex-product-details-section .woocommerce-product-gallery {
    height: 550px;
  }
  /************************ COMING SOON PAGE *************************/
  section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 56px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    margin-top: 50px;
    gap: 40px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 50px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-size-lg-4 {
    font-size: 16px;
  }
  .text-size-lg-5 {
    font-size: 18px;
  }
  .text-size-lg-6 {
    font-size: 20px;
  }
  .text-size-lg-7 {
    font-size: 28px;
  }
  .text-size-lg-8 {
    font-size: 30px;
  }
  .text-size-lg-9 {
    font-size: 32px;
  }
  .text-size-lg-10 {
    font-size: 36px;
  }
  .text-size-lg-11 {
    font-size: 40px;
  }
  .text-size-lg-12 {
    font-size: 44px;
  }
  .text-size-lg-13 {
    font-size: 48px;
  }
  .text-size-lg-14 {
    font-size: 66px;
  }
  header.wooprex-header-section {
    padding: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav {
    gap: 20px;
  }
  section.wooprex-marque-section .marque-wrapper .marque-item {
    height: 320px;
  }
  section.wooprex-banner-section .banner-slider-container .banner-item .banner-text {
    margin-left: 0;
    padding: 0px 80px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.wooprex-banner-section .swiper-pagination-vertical {
    left: 55px;
  }
  /* Home - service details */
  section.wooprex-home-service-details .service-details-main .service-left-image {
    height: 700px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right {
    padding-left: 40px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text {
    gap: 25px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text ul li a {
    padding: 15px 20px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .row {
    row-gap: 35px;
  }
  /* Home Product */
  .wooprex-product-item a .product-image {
    height: 500px;
  }
  /* Testimonial slider */
  .wooprex-testimonial-main .testimonial-item .testimonial-description {
    padding-left: 40px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description h3.header {
    margin-bottom: 80px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author {
    margin-top: 60px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author h5:before {
    width: 35%;
  }
  /* Footer */
  footer.wooprex-footer-section {
    padding-top: 340px;
    padding-bottom: 40px;
  }
  footer.wooprex-footer-section.footer-two {
    padding-top: 90px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item ul li {
    font-size: 18px !important;
  }
  /* About - doctor */
  section.wooprex-about-doctor-section .doctor-description {
    padding: 30px 40px;
    width: 550px;
  }
  section.wooprex-about-doctor-section .doctor-description .doctor-specialization {
    margin-top: 30px;
  }
  /* Reservation - booking section */
  section.wooprex-booking-section.dark {
    margin-top: 0;
    padding-top: 20px;
  }
  section.wooprex-booking-section.dark .reservation-booking {
    padding: 60px;
  }
  /* reservation - service pricing */
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper {
    row-gap: 40px;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item {
    width: 48%;
    flex: 0 0 48%;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h4.item-name {
    width: 40%;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item .bar {
    width: 35%;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h5.item-price {
    width: 20%;
  }
  /* Pricing - pricing plan section */
  section.wooprex-pricing-section .wooprex-pricing-item {
    padding: 20px;
  }
  /* Service - service vertical */
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item {
    margin-bottom: 25px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a {
    width: 100%;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image {
    width: 145px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-text h4 {
    font-size: 20px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item:last-child {
    margin-bottom: 0;
  }
  section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-cart-btn,
  section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-wishlist {
    min-width: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-section {
    gap: 20px;
  }
  section.wooprex-discount-section .discount-item .discount-text {
    max-width: 230px;
    height: auto;
    gap: 10px;
    padding: 20px;
  }
  section.wooprex-team-details-section .team-description {
    padding-right: 0;
  }
  section.wooprex-team-details-section .team-thumbnail-image {
    height: 700px;
    max-width: 500px;
    margin: 0 auto;
  }
  /************************ PORTFOLIO DETAILS **************************/
  section.wooprex-portfolio-details-section .portfolio-thumbnail-image {
    height: 400px;
  }
  /**********************SHOP PAGE *************************/
  section.wooprex-shop-section .shop-body > .row {
    row-gap: 40px;
  }
  section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product {
    width: 33.33%;
  }
  section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-3 .wooprex-single-product-item .product-bottom h3 {
    font-size: 14px;
  }
  section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-3 .wooprex-single-product-item .product-bottom p {
    font-size: 12px;
  }
  .wooprex-single-product-item .product-top {
    height: 350px !important;
  }
  /********************** SINGLE SHOP PAGE *************************/
  section.wooprex-inner-breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-product-details-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-product-details-section .row {
    row-gap: 60px;
  }
  section.wooprex-product-details-section .product-right {
    padding-left: 0;
  }
  section.wooprex-product-details-section .woocommmerce-product-image,
  section.wooprex-product-details-section .woocommerce-product-gallery {
    height: 550px;
  }
  /************************ FAQ PAGE *************************/
  section.wooprex-faq-section .faq-right .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  section.wooprex-faq-section .faq-right .accordion .accordion-item button:after {
    font-size: 18px;
    right: 20px;
  }
  section.wooprex-faq-section .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /************************ COMING SOON PAGE *************************/
  section.wooprex-coming-soon-section {
    height: auto;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper {
    flex-direction: column;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .left,
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .right {
    width: 100%;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .left {
    padding: 40px 20px 50px 20px;
    order: 2;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .right {
    height: 700px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    margin-top: 50px;
    gap: 50px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 60px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .padding-md-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-md-top {
    padding-top: 60px;
  }
  .padding-md-bottom {
    padding-bottom: 60px;
  }
  .text-size-md-4 {
    font-size: 14px;
  }
  .text-size-md-5 {
    font-size: 16px;
  }
  .text-size-md-6 {
    font-size: 18px;
  }
  .text-size-md-7 {
    font-size: 18px;
  }
  .text-size-md-8 {
    font-size: 28px;
  }
  .text-size-md-9 {
    font-size: 30px;
  }
  .text-size-md-10 {
    font-size: 28px;
  }
  .text-size-md-11 {
    font-size: 30px;
  }
  .text-size-md-12 {
    font-size: 40px;
  }
  .text-size-md-13 {
    font-size: 44px;
  }
  .text-size-md-14 {
    font-size: 64px;
  }
  .header {
    margin-bottom: 50px;
  }
  .wooprex-main-menu {
    display: none;
  }
  .wooprex-desktop-menu-bar,
  .wooprex-desktop-overlay-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: block;
  }
  header.wooprex-header-section {
    padding: 20px;
  }
  section.wooprex-marque-section .marque-wrapper .marque-item {
    height: 270px;
  }
  section.wooprex-banner-section .banner-slider-container .banner-item .banner-text {
    margin-left: 0;
    padding: 0px 80px;
    text-align: center;
  }
  section.wooprex-banner-section .swiper-pagination-vertical {
    left: 20px;
  }
  /* Home - service details */
  section.wooprex-home-service-details .service-details-main .service-left-image {
    height: 670px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right {
    padding-left: 0;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text {
    gap: 25px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text ul li a {
    font-size: 20px;
    padding: 15px 20px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .row {
    row-gap: 35px;
  }
  /* Home Product */
  .wooprex-product-item a .product-image {
    height: 400px;
  }
  /* Testimonial slider */
  .wooprex-testimonial-main .testimonial-item .testimonial-image {
    height: 600px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description {
    padding-left: 20px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description h3.header {
    margin-bottom: 80px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author {
    margin-top: 60px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author h5 {
    padding-right: 0;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author h5:before {
    width: 25%;
  }
  /* Voucher section */
  section.wooprex-voucher-section .voucher-main .voucher-text .get-voucher {
    max-width: 55%;
  }
  /* Footer */
  footer.wooprex-footer-section {
    padding-top: 270px;
    padding-bottom: 40px;
    margin-top: -200px;
  }
  footer.wooprex-footer-section.footer-two {
    padding-top: 60px;
  }
  footer.wooprex-footer-section .footer-wrapper .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item {
    gap: 25px;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    padding-top: 230px;
    padding-bottom: 120px;
  }
  /* About - doctor */
  section.wooprex-about-doctor-section .doctor-description {
    position: static;
    transform: inherit;
    padding: 30px 20px;
    padding-bottom: 0;
  }
  section.wooprex-about-doctor-section .doctor-description .doctor-specialization {
    margin-top: 30px;
  }
  /* Reservation - booking section */
  section.wooprex-booking-section.dark {
    margin-top: 0;
    padding-top: 20px;
  }
  section.wooprex-booking-section.dark .reservation-booking {
    padding: 60px 0px;
  }
  /* reservation - working section */
  section.wooprex-working-hour-section .row {
    row-gap: 30px;
  }
  section.wooprex-working-hour-section .working-hour-item h3.header {
    text-align: left;
    font-size: 36px;
  }
  section.wooprex-working-hour-section .working-hour-item .working-inner-item {
    justify-content: right;
  }
  section.wooprex-working-hour-section .working-hour-item .working-inner-item p {
    font-size: 18px;
  }
  /* reservation - service pricing */
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper {
    gap: 20px;
    row-gap: 40px;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item {
    width: 48%;
    flex: 0 0 48%;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h4.item-name {
    width: 40%;
    font-size: 20px;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item .bar {
    width: 35%;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h5.item-price {
    font-size: 20px;
    width: 20%;
  }
  /* Pricing - discount section */
  section.wooprex-pricing-discount-section .pricing-discount-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-description {
    min-height: 300px;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-image {
    width: 100%;
  }
  /* Pricing - pricing plan section */
  section.wooprex-pricing-section .row {
    row-gap: 30px;
  }
  /* Service - service details section */
  section.wooprex-service-details-section .service-details-item .service-details-image {
    height: 500px;
  }
  section.wooprex-service-details-section .service-details-item:first-child {
    margin-bottom: 50px;
  }
  section.wooprex-service-details-section .service-details-item:first-child .service-details-text {
    padding-left: 30px;
  }
  section.wooprex-service-details-section .service-details-item:last-child .service-details-text {
    padding-right: 30px;
  }
  /* Service - service vertical */
  section.wooprex-service-product-vertical-section .row {
    row-gap: 40px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item {
    margin-bottom: 20px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a {
    width: 100%;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image {
    width: 180px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-text h4 {
    font-size: 20px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item:last-child {
    margin-bottom: 0;
  }
  /* Contact - contact location */
  section.wooprex-contact-location-section .row {
    row-gap: 50px;
  }
  section.wooprex-contact-location-section .location-wrapper {
    padding: 60px 40px;
  }
  section.wooprex-contact-location-section .location-wrapper .location-item a.phone {
    margin: 15px 0px;
  }
  /* Contact - contact form */
  section.wooprex-contact-form-section {
    padding-bottom: 60px;
  }
  section.wooprex-contact-form-section form {
    padding: 0px 20px;
  }
  /* Blog List - blog item */
  section.wooprex-blog-list-section .row {
    row-gap: 50px;
  }
  section.wooprex-blog-list-section.has-sidebar .row .row {
    row-gap: 50px;
  }
  section.wooprex-blog-list-section .blog-pagination {
    gap: 20px;
  }
  section.wooprex-blog-list-section .blog-pagination a.prev {
    margin-right: 20px;
  }
  section.wooprex-blog-list-section .blog-pagination a.next {
    margin-left: 20px;
  }
  .wooprex-blog-item .latest-item-description h4 {
    margin-bottom: 20px;
  }
  .wooprex-blog-item .latest-item-description .wooprex-read-more {
    margin-top: 20px;
  }
  /* Blog details Page */
  section.wooprex-breadcrumb-blog-details {
    padding-top: 60px;
  }
  /* Sidebar */
  .wooprex-sidebar .wooprex-sidebar-author {
    padding-bottom: 30px;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive {
    padding: 30px 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-tags .tagcloud {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.wooprex-banner-section .banner-slider-container .banner-item {
    height: 600px;
  }
  /************************* TEAM PAGE **************************/
  .wooprex-team-item .team-top {
    height: 400px;
  }
  section.wooprex-team-details-section .team-description {
    padding-right: 0;
  }
  section.wooprex-team-details-section .team-description .team-member-skills ul {
    max-width: 100%;
  }
  section.wooprex-team-details-section .team-thumbnail-image {
    height: 700px;
    max-width: 500px;
    margin: 0 auto;
  }
  /************************ PORTFOLIO PAGE & DETAILS **************************/
  .wooprex-portfolio-item .portfolio-bottom {
    padding: 20px;
  }
  .wooprex-portfolio-item .portfolio-bottom h3 {
    font-size: 18px;
  }
  section.wooprex-portfolio-details-section .portfolio-thumbnail-image {
    height: 400px;
    margin-bottom: 40px;
  }
  /**********************SHOP PAGE *************************/
  section.wooprex-shop-section .shop-body > .row {
    row-gap: 40px;
  }
  section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-3 li.product, section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product {
    width: 50%;
  }
  .wooprex-single-product-item .product-top {
    height: 350px !important;
  }
  /********************** SINGLE SHOP PAGE *************************/
  section.wooprex-inner-breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-product-details-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-product-details-section .row {
    row-gap: 60px;
  }
  section.wooprex-product-details-section .product-right {
    padding-left: 0;
  }
  section.wooprex-product-details-section .product-right .woocommerce-variation .quantity {
    width: 148px;
  }
  section.wooprex-product-details-section .woocommmerce-product-image,
  section.wooprex-product-details-section .woocommerce-product-gallery {
    height: 500px;
  }
  section.wooprex-product-details-tab-section .tab-main-wrapper ul.nav-tabs {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 40px;
  }
  section.wooprex-product-details-tab-section .tab-main-wrapper ul.nav-tabs li button {
    font-size: 18px;
    padding-bottom: 15px;
  }
  section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content .tab-pane.active {
    gap: 30px;
  }
  /************************ FAQ PAGE *************************/
  section.wooprex-faq-section .faq-right .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  section.wooprex-faq-section .faq-right .accordion .accordion-item button:after {
    font-size: 18px;
    right: 20px;
  }
  section.wooprex-faq-section .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /************************ COMING SOON PAGE *************************/
  section.wooprex-coming-soon-section {
    height: auto;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper {
    flex-direction: column;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .left,
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .right {
    width: 100%;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .left {
    padding: 40px 20px 50px 20px;
    order: 2;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .right {
    height: 600px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 40px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    margin-top: 60px;
    gap: 30px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 40px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
    gap: 10px;
    margin-top: 50px;
  }
  /************************ ERROR PAGE *************************/
  .wooprex-error-section {
    height: auto;
    padding: 140px 0px;
  }
  .wooprex-error-section .error-wrapper-main {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin: 0 auto;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 150px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    margin: 10px 0px 20px 0px;
  }
  .wooprex-error-section .error-wrapper-main p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-flex {
    display: block;
  }
  .text-size-sm-4 {
    font-size: 12px;
  }
  .text-size-sm-5 {
    font-size: 14px;
  }
  .text-size-sm-6 {
    font-size: 19px;
  }
  .text-size-sm-7 {
    font-size: 20px;
  }
  .text-size-md-8 {
    font-size: 22px;
  }
  .text-size-sm-9 {
    font-size: 24px;
  }
  .text-size-sm-10 {
    font-size: 28px;
  }
  .text-size-sm-11 {
    font-size: 32px;
  }
  .text-size-sm-12 {
    font-size: 30px;
  }
  .text-size-sm-13 {
    font-size: 32px;
  }
  .text-size-sm-14 {
    font-size: 38px;
  }
  .padding-md-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-md-bottom {
    padding-bottom: 60px;
  }
  .padding-md-top {
    padding-top: 60px;
  }
  .container {
    padding: 0px 20px;
  }
  .header {
    font-size: 34px;
    margin-bottom: 35px;
  }
  section.wooprex-marque-section .marque-wrapper .marque-item {
    height: 200px;
  }
  /* Pagination */
  section.wooprex-banner-section .swiper-pagination-vertical:before,
  section.wooprex-banner-section .swiper-pagination-vertical:after {
    display: none;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 7px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-cart-bar .cart-details {
    top: 53px;
    padding: 25px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 20px;
  }
  section.wooprex-banner-section .banner-slider-container .banner-item .banner-text {
    margin-left: 0;
    padding: 20px;
    text-align: center;
  }
  /* Service section */
  section.wooprex-service-section .service-main {
    gap: 0;
    row-gap: 40px;
  }
  section.wooprex-service-section .service-main .service-item {
    width: 50%;
  }
  /* Home - discount */
  section.wooprex-discount-section {
    flex-direction: column;
    gap: 50px;
  }
  section.wooprex-discount-section .discount-item .discount-text {
    height: auto;
    gap: 15px;
    padding: 20px;
  }
  /* Home - service details */
  section.wooprex-home-service-details:before {
    height: 81%;
  }
  section.wooprex-home-service-details .service-details-main .service-left-image {
    height: 700px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right {
    padding-left: 0;
    margin-top: 20px;
    height: auto;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text {
    gap: 20px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text ul li a {
    font-size: 20px;
    padding: 10px 20px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter {
    padding-top: 60px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .row {
    row-gap: 35px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description {
    margin-top: 5px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description i.flaticon-world {
    font-size: 24px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description i {
    font-size: 30px;
  }
  /* Home - Product */
  .wooprex-product-item a .product-image {
    position: relative;
    overflow: hidden;
    height: 400px;
  }
  /* Testimonial slider */
  .wooprex-testimonial-main .testimonial-item .testimonial-image {
    height: 500px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description {
    padding: 0px;
    margin-top: 20px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description h3.header {
    margin-bottom: 25px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author {
    margin-top: 25px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author h5 {
    padding-right: 30px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author h5:before {
    width: 45%;
  }
  /* Booking form */
  .wooprex-form-wrapper form {
    gap: 35px;
  }
  .wooprex-form-wrapper form input::-moz-placeholder {
    font-size: 16px;
  }
  .wooprex-form-wrapper form input::placeholder {
    font-size: 16px;
  }
  /* Voucher section */
  section.wooprex-voucher-section .voucher-main .voucher-text {
    min-height: 300px;
    padding: 35px;
    gap: 30px;
  }
  section.wooprex-voucher-section .voucher-main .voucher-text .get-voucher {
    max-width: 90%;
  }
  /* Footer */
  footer.wooprex-footer-section {
    padding-top: 200px;
    padding-bottom: 40px;
    margin-top: -140px;
  }
  footer.wooprex-footer-section.footer-two {
    padding-top: 70px;
  }
  footer.wooprex-footer-section .footer-wrapper .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item {
    gap: 15px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item ul li,
  footer.wooprex-footer-section .footer-wrapper .footer-item ul li a i,
  footer.wooprex-footer-section .footer-wrapper .footer-item p {
    font-size: 16px !important;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item .wooprex-follow-us ul {
    gap: 20px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item .wooprex-follow-us ul li a {
    padding: 5px 10px;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  /* Popup */
  section.wooprex-popup-section .popup-main {
    height: 400px;
  }
  /* About - doctor */
  section.wooprex-about-doctor-section .doctor-description {
    position: static;
    transform: inherit;
    padding: 30px 20px;
    padding-bottom: 0;
  }
  section.wooprex-about-doctor-section .doctor-description .doctor-specialization {
    margin-top: 30px;
  }
  /* Reservation - booking section */
  section.wooprex-booking-section.dark {
    margin-top: 0;
    padding-top: 20px;
  }
  section.wooprex-booking-section.dark .reservation-booking {
    padding: 60px 0px;
  }
  /* reservation - working section */
  section.wooprex-working-hour-section .row {
    row-gap: 30px;
  }
  section.wooprex-working-hour-section .working-hour-item h3.header {
    text-align: center;
  }
  section.wooprex-working-hour-section .working-hour-item .working-inner-item {
    justify-content: center;
  }
  section.wooprex-working-hour-section .working-hour-item .working-inner-item p {
    font-size: 18px;
  }
  section.wooprex-working-hour-section .working-hour-item.last .working-inner-item {
    justify-content: center;
  }
  /* reservation - service pricing */
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper {
    gap: 60px;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item {
    width: 100%;
    flex: 0 0 100%;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h4.item-name {
    width: 30%;
    font-size: 20px;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item .bar {
    width: 45%;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h5.item-price {
    font-size: 20px;
    width: 20%;
  }
  /* Pricing - discount section */
  section.wooprex-pricing-discount-section .pricing-discount-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-description {
    min-height: 300px;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-image {
    width: 100%;
  }
  /* Pricing - pricing plan section */
  section.wooprex-pricing-section .row {
    row-gap: 30px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item {
    padding: 30px 20px;
  }
  /* Service - service details section */
  section.wooprex-service-details-section .service-details-item {
    flex-direction: column;
  }
  section.wooprex-service-details-section .service-details-item .service-details-image {
    width: 100%;
    height: 650px;
  }
  section.wooprex-service-details-section .service-details-item .service-details-text {
    width: 100%;
    margin-top: 30px;
  }
  section.wooprex-service-details-section .service-details-item .service-details-text h3 {
    margin: 10px 0px;
  }
  section.wooprex-service-details-section .service-details-item .service-details-text .wooprex-btn {
    margin-top: 30px;
  }
  section.wooprex-service-details-section .service-details-item:first-child {
    margin-bottom: 40px;
  }
  section.wooprex-service-details-section .service-details-item:first-child .service-details-text, section.wooprex-service-details-section .service-details-item:last-child .service-details-text {
    padding: 0;
  }
  section.wooprex-service-details-section .service-details-item:last-child .service-details-text {
    order: 2;
  }
  /* Service - service vertical */
  section.wooprex-service-product-vertical-section .row {
    row-gap: 15px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item {
    margin-bottom: 15px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a {
    width: 100%;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 0px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a:hover .item-image {
    height: 200px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-text h4 {
    font-size: 20px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item:last-child {
    margin-bottom: 0;
  }
  /* Contact - contact location */
  section.wooprex-contact-location-section .row {
    row-gap: 40px;
  }
  section.wooprex-contact-location-section .location-wrapper {
    padding: 60px 40px;
  }
  section.wooprex-contact-location-section .location-wrapper .location-item a.phone {
    margin: 10px 0px;
  }
  /* Contact - contact form */
  section.wooprex-contact-form-section {
    padding-bottom: 60px;
  }
  section.wooprex-contact-form-section form {
    padding: 0px 20px;
  }
  /* Blog List - blog item */
  section.wooprex-blog-list-section .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section.has-sidebar .row .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section .blog-pagination {
    gap: 20px;
  }
  section.wooprex-blog-list-section .blog-pagination a.prev {
    margin-right: 20px;
  }
  section.wooprex-blog-list-section .blog-pagination a.next {
    margin-left: 20px;
  }
  .wooprex-blog-item .latest-item-description h4 {
    margin-bottom: 10px;
  }
  .wooprex-blog-item .latest-item-description .wooprex-read-more {
    margin-top: 15px;
  }
  /* Blog details Page */
  section.wooprex-breadcrumb-blog-details {
    padding-top: 60px;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 40px;
    border-top: 1px solid #b87b58;
    padding-top: 40px;
  }
  .wooprex-sidebar .wooprex-sidebar-author {
    padding-bottom: 30px;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive {
    padding: 30px 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-tags .tagcloud {
    width: 100%;
  }
  /* blog details */
  .wooprex-blog-details .wooprex-blog-header ul {
    gap: 15px;
  }
  .wooprex-blog-details .wooprex-blog-header ul li {
    padding-right: 15px;
    line-height: 1rem;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 450px;
  }
  .wooprex-blog-details .wooprex-blog-header,
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    left: 5px;
    height: 40px;
    width: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.3rem;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    padding: 0px 20px;
  }
  .header {
    font-size: 28px;
    margin-bottom: 35px;
  }
  section.wooprex-marque-section .marque-wrapper .marque-item {
    height: 120px;
  }
  /* Pagination */
  section.wooprex-banner-section .swiper-pagination-vertical:before,
  section.wooprex-banner-section .swiper-pagination-vertical:after {
    display: none;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 7px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-cart-bar .cart-details {
    top: 53px;
    width: 275px;
    padding: 20px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-cart-bar .cart-details .cart-top .cart-description .cart-remove i {
    font-size: 15px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 20px;
  }
  section.wooprex-banner-section {
    height: 600px;
  }
  section.wooprex-banner-section .banner-slider-container .banner-item .banner-text {
    margin-left: 0;
    padding: 20px;
    text-align: center;
  }
  /* Service section */
  section.wooprex-service-section .service-main {
    gap: 0;
    row-gap: 40px;
  }
  section.wooprex-service-section .service-main .service-item {
    width: 50%;
  }
  /* Home - discount */
  section.wooprex-discount-section {
    flex-direction: column;
    gap: 50px;
  }
  section.wooprex-discount-section .discount-item .discount-text {
    height: auto;
    gap: 15px;
    padding: 20px;
    padding-bottom: 0;
    position: static;
    transform: inherit;
  }
  /* Home - service details */
  section.wooprex-home-service-details:before {
    height: 78.5%;
  }
  section.wooprex-home-service-details .service-details-main .service-left-image {
    height: 500px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right {
    padding-left: 0;
    margin-top: 20px;
    height: auto;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text {
    gap: 20px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-text ul li a {
    font-size: 16px;
    padding: 5px 15px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter {
    padding-top: 40px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .row {
    row-gap: 35px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description {
    margin-top: 5px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description i.flaticon-world {
    font-size: 24px;
  }
  section.wooprex-home-service-details .service-details-main .service-details-right .service-details-right-counter .counter-item .counter-description i {
    font-size: 30px;
  }
  /* Home - Product */
  .wooprex-product-item a .product-image {
    position: relative;
    overflow: hidden;
    height: 400px;
  }
  /* Testimonial slider */
  .wooprex-testimonial-main .testimonial-item .testimonial-image {
    height: 500px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description {
    padding: 0px;
    margin-top: 20px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description h3.header {
    margin-bottom: 25px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author {
    margin-top: 25px;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author h5 {
    padding-right: 0;
  }
  .wooprex-testimonial-main .testimonial-item .testimonial-description .review-text .author h5:before {
    width: 25%;
  }
  /* Booking form */
  .wooprex-form-wrapper form {
    gap: 35px !important;
  }
  .wooprex-form-wrapper form input::-moz-placeholder {
    font-size: 16px;
  }
  .wooprex-form-wrapper form input::placeholder {
    font-size: 16px;
  }
  /* Voucher section */
  section.wooprex-voucher-section .voucher-main .voucher-text {
    min-height: 300px;
    padding: 35px;
    gap: 30px;
  }
  section.wooprex-voucher-section .voucher-main .voucher-text .get-voucher {
    max-width: 90%;
  }
  /* Footer */
  footer.wooprex-footer-section {
    padding-top: 200px;
    padding-bottom: 40px;
    margin-top: -140px;
  }
  footer.wooprex-footer-section.footer-two {
    padding-top: 60px;
  }
  footer.wooprex-footer-section .footer-wrapper .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item {
    gap: 15px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item ul li,
  footer.wooprex-footer-section .footer-wrapper .footer-item ul li a i,
  footer.wooprex-footer-section .footer-wrapper .footer-item p {
    font-size: 16px !important;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item .wooprex-follow-us ul {
    gap: 20px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item .wooprex-follow-us ul li a {
    padding: 5px 10px;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  section.wooprex-breadcrumb-section h1 {
    font-size: 36px;
  }
  /* Popup */
  section.wooprex-popup-section .popup-main {
    height: 400px;
  }
  /* About - doctor */
  section.wooprex-about-doctor-section .doctor-description {
    position: static;
    transform: inherit;
    padding: 30px 20px;
    padding-bottom: 0;
  }
  section.wooprex-about-doctor-section .doctor-description .doctor-specialization {
    margin-top: 30px;
  }
  section.wooprex-about-doctor-section .doctor-description .specialization-wrapper {
    flex-direction: column;
  }
  /* Reservation - booking section */
  section.wooprex-booking-section.dark {
    margin-top: 0;
    padding-top: 20px;
  }
  section.wooprex-booking-section.dark .reservation-booking {
    padding: 60px 0px;
  }
  /* reservation - working section */
  section.wooprex-working-hour-section .row {
    row-gap: 30px;
  }
  section.wooprex-working-hour-section .working-hour-item h3.header {
    text-align: center;
  }
  section.wooprex-working-hour-section .working-hour-item .working-inner-item {
    justify-content: center;
  }
  section.wooprex-working-hour-section .working-hour-item .working-inner-item p {
    font-size: 18px;
  }
  section.wooprex-working-hour-section .working-hour-item.last .working-inner-item {
    justify-content: center;
  }
  /* reservation - service pricing */
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper {
    gap: 60px;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item {
    width: 100%;
    flex: 0 0 100%;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-image {
    height: 400px;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h4.item-name {
    width: 40%;
    font-size: 17px;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item .bar {
    width: 35%;
  }
  section.wooprex-reservation-service-pricing-section .reservation-service-pricing-wrapper .reservation-service-pricing-item .service-details-wrapper .service-details-item h5.item-price {
    font-size: 17px;
    width: 20%;
  }
  /* Pricing - discount section */
  section.wooprex-pricing-discount-section .pricing-discount-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-description {
    padding: 0px 40px;
    min-height: 250px;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  section.wooprex-pricing-discount-section .pricing-discount-wrapper .pricing-discount-image {
    width: 100%;
  }
  /* Pricing - pricing plan section */
  section.wooprex-pricing-section .row {
    row-gap: 30px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item {
    padding: 25px;
  }
  /* Service - service details section */
  section.wooprex-service-details-section .service-details-item {
    flex-direction: column;
  }
  section.wooprex-service-details-section .service-details-item .service-details-image {
    width: 100%;
    height: 400px;
  }
  section.wooprex-service-details-section .service-details-item .service-details-text {
    width: 100%;
    margin-top: 30px;
  }
  section.wooprex-service-details-section .service-details-item .service-details-text h3 {
    margin: 10px 0px;
  }
  section.wooprex-service-details-section .service-details-item .service-details-text .wooprex-btn {
    margin-top: 30px;
  }
  section.wooprex-service-details-section .service-details-item:first-child {
    margin-bottom: 40px;
  }
  section.wooprex-service-details-section .service-details-item:first-child .service-details-text, section.wooprex-service-details-section .service-details-item:last-child .service-details-text {
    padding: 0;
  }
  section.wooprex-service-details-section .service-details-item:last-child .service-details-text {
    order: 2;
  }
  /* Service - service vertical */
  section.wooprex-service-product-vertical-section .row {
    row-gap: 15px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item {
    margin-bottom: 15px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a {
    width: 100%;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 0px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a:hover .item-image {
    height: 250px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item a .item-text h4 {
    font-size: 20px;
  }
  section.wooprex-service-product-vertical-section .wooprex-vertical-wrapper .wooprex-vertical-product-item:last-child {
    margin-bottom: 0;
  }
  /* Contact - contact location */
  section.wooprex-contact-location-section .row {
    row-gap: 40px;
  }
  section.wooprex-contact-location-section .location-wrapper {
    padding: 60px 40px;
  }
  section.wooprex-contact-location-section .location-wrapper .location-item a.phone {
    margin: 10px 0px;
  }
  /* Contact - contact form */
  section.wooprex-contact-form-section {
    padding-bottom: 60px;
  }
  section.wooprex-contact-form-section form {
    padding: 0px 20px;
  }
  section.wooprex-contact-form-section form label input,
  .wooprex-blog-details .wooprex-post-comment form label input {
    width: 50px;
  }
  /* Blog List - blog item */
  section.wooprex-blog-list-section .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section.has-sidebar .row .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section .blog-pagination {
    gap: 20px;
  }
  section.wooprex-blog-list-section .blog-pagination a.prev {
    margin-right: 10px;
  }
  section.wooprex-blog-list-section .blog-pagination a.next {
    margin-left: 10px;
  }
  .wooprex-blog-item .latest-item-description h4 {
    margin-bottom: 10px;
  }
  .wooprex-blog-item .latest-item-description .wooprex-read-more {
    margin-top: 15px;
  }
  /* Blog details Page */
  section.wooprex-breadcrumb-blog-details {
    padding-top: 60px;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 40px;
    border-top: 1px solid #b87b58;
    padding-top: 40px;
  }
  .wooprex-sidebar .wooprex-sidebar-author {
    padding-bottom: 30px;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive {
    padding: 30px 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-tags .tagcloud {
    width: 100%;
  }
  /* blog details */
  .wooprex-blog-details .wooprex-blog-header ul {
    gap: 12px;
  }
  .wooprex-blog-details .wooprex-blog-header ul li {
    padding-right: 12px;
    line-height: 1rem;
  }
  .wooprex-blog-details .wooprex-blog-header ul li a {
    font-size: 10px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 300px;
  }
  .wooprex-blog-details .wooprex-blog-header,
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    left: 5px;
    height: 30px;
    width: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.3rem;
    font-size: 16px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    margin-bottom: 20px;
  }
  /************************* TEAM PAGE **************************/
  .wooprex-team-item .team-top {
    height: 400px;
  }
  section.wooprex-team-member-section .team-main-wrapper .row {
    row-gap: 20px;
  }
  /************************* TEAM DETAILS PAGE **************************/
  section.wooprex-team-details-section .team-description {
    padding-right: 0;
  }
  section.wooprex-team-details-section .team-description h2 {
    margin-bottom: 15px;
  }
  section.wooprex-team-details-section .team-description p {
    font-size: 16px;
  }
  section.wooprex-team-details-section .team-description table {
    margin-bottom: 30px;
  }
  section.wooprex-team-details-section .team-description table tbody tr {
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
  }
  section.wooprex-team-details-section .team-description table tbody tr td {
    width: 100% !important;
  }
  section.wooprex-team-details-section .team-description .team-member-skills h4 {
    font-size: 20px;
  }
  section.wooprex-team-details-section .team-description .team-member-skills ul {
    flex-direction: column;
    align-items: start;
  }
  section.wooprex-team-details-section .team-description .team-member-skills ul li {
    width: 100%;
  }
  section.wooprex-team-details-section .team-thumbnail-image {
    height: 500px;
  }
  /************************ PORTFOLIO PAGE & DETAILS **************************/
  .wooprex-portfolio-item .portfolio-bottom h3 {
    font-size: 20px;
  }
  section.wooprex-portfolio-section .portfolio-main-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-thumbnail-image {
    height: 400px;
    margin-bottom: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left span {
    font-size: 16px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left h2 {
    font-size: 24px;
    margin: 20px 0px 15px 0px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-left p {
    font-size: 16px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right {
    padding: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-main-wrapper .portfolio-details-right h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  /**********************SHOP PAGE *************************/
  section.wooprex-shop-section .shop-header {
    flex-direction: column;
    align-items: start;
    margin-bottom: 40px;
    gap: 15px;
  }
  section.wooprex-shop-section .shop-body > .row {
    row-gap: 40px;
  }
  section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-2 li.product, section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-3 li.product, section.wooprex-shop-section .shop-body .wooprex-product-list ul.products.columns-4 li.product {
    width: 100%;
  }
  .wooprex-single-product-item .product-top {
    height: 350px !important;
  }
  /********************** SINGLE SHOP PAGE *************************/
  section.wooprex-inner-breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-product-details-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-product-details-section .product-left .row {
    row-gap: 20px;
  }
  section.wooprex-product-details-section .product-right {
    padding-left: 0;
  }
  section.wooprex-product-details-section .product-right .product_title {
    font-size: 24px;
  }
  section.wooprex-product-details-section .product-right .woocommerce-product-rating .star-rating span i {
    font-size: 16px;
  }
  section.wooprex-product-details-section .product-right .woocommerce-product-short-description ul li {
    display: flex;
    font-size: 16px;
  }
  section.wooprex-product-details-section .product-right .woocommerce-product-weight {
    padding: 20px 0px;
  }
  section.wooprex-product-details-section .product-right .woocommerce-product-weight form .form-group label,
  section.wooprex-product-details-section .product-right .woocommerce-product-weight form .form-group .custom-select {
    font-size: 16px;
  }
  section.wooprex-product-details-section .product-right .woocommerce-product-weight form .form-group .custom-select {
    background-size: 22px;
  }
  section.wooprex-product-details-section .product-right .woocommerce-product-single-price span.update-price {
    font-size: 26px;
  }
  section.wooprex-product-details-section .product-right .woocommerce-product-single-price span.old-price {
    font-size: 20px;
  }
  section.wooprex-product-details-section .product-right .woocommerce-variation {
    flex-direction: column;
    align-items: start;
  }
  section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-cart-btn,
  section.wooprex-product-details-section .product-right .woocommerce-variation .add-to-wishlist {
    width: 100%;
  }
  section.wooprex-product-details-section .woocommmerce-product-image {
    height: 450px;
  }
  section.wooprex-product-details-section .woocommerce-product-gallery {
    height: 100px;
  }
  section.wooprex-product-details-tab-section .tab-main-wrapper ul.nav-tabs {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 40px;
  }
  section.wooprex-product-details-tab-section .tab-main-wrapper ul.nav-tabs li button {
    font-size: 16px;
    padding-bottom: 10px;
  }
  section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content .tab-pane.active {
    gap: 30px;
  }
  section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content p.description {
    font-size: 16px;
  }
  section.wooprex-product-details-tab-section .tab-main-wrapper .tab-content ul li {
    font-size: 16px;
  }
  /************************ FAQ PAGE *************************/
  section.wooprex-faq-section .faq-left .header {
    font-size: 28px;
    margin-bottom: 30px;
  }
  section.wooprex-faq-section .faq-right .accordion .accordion-item button {
    padding: 20px 50px 20px 20px;
    font-size: 16px;
  }
  section.wooprex-faq-section .faq-right .accordion .accordion-item button:after {
    right: 20px;
    font-size: 16px;
  }
  section.wooprex-faq-section .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /************************ COMING SOON PAGE *************************/
  section.wooprex-coming-soon-section {
    height: auto;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper {
    flex-direction: column;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .left,
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .right {
    width: 100%;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .left {
    padding: 40px 20px 50px 20px;
    order: 2;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .right {
    height: 500px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    margin-top: 40px;
    gap: 15px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 25px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 35px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 26px;
    margin-bottom: 5px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
    gap: 10px;
    margin-top: 40px;
  }
  /************************ ERROR PAGE *************************/
  .wooprex-error-section {
    height: auto;
    padding: 60px 0px;
  }
  .wooprex-error-section .error-wrapper-main {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin: 0 auto;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 120px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    margin: 10px 0px 20px 0px;
  }
  .wooprex-error-section .error-wrapper-main p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 360px) {
  header.wooprex-header-section .header-main .header-right .wooprex-cart-bar .cart-details {
    right: -35px;
  }
}