/* --------------------------------------------------------
    M O U - Table of Contents
===========================================================
-Default CSS
  --Google fonts
  --Root variables
  --Reset CSS
  --Template Colors
  --Priyo Icons
  --Default Spacings
  --Reset form
  --Mou Scrollbar
  --Mou Buttons
  --Content Button
-Modal + Off-canvas
  --Close Button
  --Mou Off-canvas Overlay
-Preloader
-Cursor - CSS
-Header
  --Sliding Bar
-Navbar Area
  --Main Menu
-Responsive Menu
-Main Menu - Nav Sliding
-Nav Container
-Search Container
-Header Right
  --Cart/Account Panel Content
  --Login
-Input Buttons
  --Radio Button
  --Checkbox
-Site Section Default
-MOU Styles
  --Page Masthead
  --Mou Widget - Section Title
  --Mou Widget - Content Block
  --Video
-Hero Image Slider
  --Scroll Button
  --Shape
  --CTA Block
-Mou Widget - Service Box Style-1
-Mou Widget - Counter-up
-Portfolio
-Team - Style-1
-Testimonial - Style-1
-Product Category Slider
-Blog Posts
  --Post Format
-Clients Logo
-Contact
-Footer
-Subscribe Form
  --Newsletter image
  --Footer Menu
  --Footer Posts
  --Footer Copyright
-Comment Box + Contact Form
  --Comments
-Google Map
-Back to Top
-Services - Creative
-Fifty-fifty Section
-Testimonials
-Portfolio Grid
-Theme Bullet Point
-Team Section
-Blog
-Hero Banner
-Feature Box 1
-Feature Box Style-2
-Hero Slider - Photography
-Shop Page
-Swiper Slider
  --Product category
-WooCommerce
-Image Icon Box
-Promo
-Pages
  --Blockquote
  --Accordions
  --Breadcrumb
  --Pricing
  --Coming Soon
  --404 Error
-Portfolio Grid-2
-Portfolio Single
  --Single Post Navigation
  --Social share
-Swiper Thumbs Gallery
-Gallery Slider
-Blog Page
  --Blog Pagination
  --Single Post
-Simple Gallery Slider
-Comment Reply
-Range Slider
-Products filter
  --Filter by Color
  --Filter by Size
  --Filter by popular
  --Product Sorting
-WooCommerce Pages
  --Custom Select2
  --Single Product
  --Nav Tabs
  --Review Form
-------------------------------------------------------- */
/* ------------------------------
    Default CSS
------------------------------ */
/* Root variables */
:root {
  /* Default Fonts */
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Roboto Slab', serif;
  /* Font Size */
  --font-size-xsmall: 12px;
  --font-size-small: 15px;
  --font-size-medium: 18px;
  --font-size-large: 24px;
  --font-size-xlarge: 36px;
  --font-size-xxl: 50px;
  --font-size-super: 60px;
  /* Default Colors */
  --color-primary: #f5245f;
  --color-dark-1: #12161e;
  --color-dark-2: #1c222e;
  --color-dark-3: #798497;
  --color-dark-4: #949aa4;
  --color-light-1: #f1f2f3;
  --color-light-2: #edf1f4;
  --color-white: #fff;
  --color-green: #2cb8a5;
  --color-gray: #bdc3c7;
  --color-black: #000000;
  /* Default Colors - Alpha */
  --color-primary-alpha-10: rgba(245, 36, 95, 0.1);
  --color-primary-alpha-25: rgba(245, 36, 95, 0.25);
  --color-primary-alpha-50: rgba(245, 36, 95, 0.5);
  --color-primary-alpha-75: rgba(245, 36, 95, 0.75);
  --color-dark-alpha-10: rgba(18, 22, 30, 0.1);
  --color-dark-alpha-25: rgba(18, 22, 30, 0.25);
  --color-dark-alpha-50: rgba(18, 22, 30, 0.5);
  --color-dark-alpha-75: rgba(18, 22, 30, 0.75);
  --color-dark-alpha-90: rgba(18, 22, 30, 0.90);
  --color-white-alpha-25: rgba(255, 255, 255, 0.25);
  --color-white-alpha-50: rgba(255, 255, 255, 0.5);
  --color-white-alpha-75: rgba(255, 255, 255, 0.75);
  --color-black-alpha-25: rgba(0, 0, 0, 0.25);
  --color-black-alpha-50: rgba(0, 0, 0, 0.5);
  --color-black-alpha-75: rgba(0, 0, 0, 0.75);
  /* Gutters */
  --gutters-xsmall: 25px;
  --gutters-small: 50px;
  --gutters-medium: 75px;
  --gutters-large: 100px;
  --gutters-xlarge: 140px;
  --gutters-xxlarge: 200px;
  --gutters-super: 300px;
  /* Grid */
  --grid-column-gap: 30px;
  --grid-row-gap: 30px;
}
/* Reset CSS */
/* ----------------------------------
    WordPress Default
---------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption-text {
  text-align: center;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--color-light-1);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px var(--color-dark-alpha-50);
  clip: auto !important;
  clip-path: none;
  color: var(--color-primary);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.gallery-caption {
  display: block;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* WordPress Default end */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-primary);
  font-size: var(--font-size-small);
  line-height: 1.75;
  color: var(--color-dark-3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  width: 100%;
  min-width: 320px;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  overflow-x: hidden;
}
body * {
  overflow-wrap: break-word;
}
body i {
  line-height: 1;
}
main, article {position: relative;}
p {
  font-size: var(--font-size-small);
  margin-bottom: 0;
  color: var(--color-dark-3);
  line-height: 1.75;
}
p span {color: var(--color-primary);}
mark, ins { text-decoration: none; }
a {
  text-decoration: none;
  color: var(--color-dark-3);
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--color-dark-3);
  outline: none;
}
.entry-content p a {
  color: var(--color-primary);
}
button:hover, button:focus {outline: none;}
:focus {outline: none;}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mou-unlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
video {
  height: 100%;
  width: 100%;
}
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img, iframe {max-width: 100%;}
img {height: auto;}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--color-dark-2);
}
h1 {
  font-size: var(--font-size-xxl);
  font-family: var(--font-secondary);
}
h2 {
  font-size: var(--font-size-xlarge);
  font-family: var(--font-secondary);
}
h3 {
  font-size: var(--font-size-large);
  font-family: var(--font-secondary);
}
h4 {font-size: var(--font-size-medium);}
h5 {font-size: var(--font-size-small);}
h6 {font-size: var(--font-size-xsmall);}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {color: inherit;}
.alignLeft {text-align: left;}
.alignCenter {text-align: center;}
.alignRight {text-align: right;}
.font-bold {font-weight: bold;}
.font-500 {font-weight: 500;}
.font-italic {font-style: italic;}
.percent-tooltip {
  position: relative;
  background-color: var(--color-dark-2);
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  z-index: 10;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.percent-tooltip::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color-dark-2);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -5px;
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  z-index: -1;
}
.browserupgrade {
  margin: 3px 0;
  background: var(--color-light-1);
  color: var(--color-black);
  padding: 3px 0;
}
::-moz-selection {
  color: var(--color-white);
  background: var(--color-primary);
  text-shadow: none;
}
::selection {
  color: var(--color-white);
  background: var(--color-primary);
  text-shadow: none;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Template Colors */
.color-bg-dark-1 {background: var(--color-dark-1);}
.color-bg-dark-2 {background: var(--color-dark-2);}
.color-bg-dark-3 {background: var(--color-dark-3);}
.color-bg-light-1 {background: var(--color-light-1);}
.color-bg-light-2 {background: var(--color-light-2);}
.color-bg-primary {background: var(--color-primary);}
.color-primary {color: var(--color-primary);}
.color-white {color: var(--color-white);}
.text-color {color: var(--color-dark-3);}
.text-color-gray {color: var(--color-dark-4);}
.text-color-light {color: var(--color-light-1) !important;}
.overlay-bg {background: var(--color-dark-2);}
/* Elements Color Mode */
.color-dark h1,
.color-dark h2,
.color-dark h3,
.color-dark h4,
.color-dark h5,
.color-dark h6 {
  color: var(--color-dark-2) !important;
}
.color-dark h1 span,
.color-dark h2 span,
.color-dark h3 span,
.color-dark h4 span,
.color-dark h5 span,
.color-dark h6 span {
  color: var(--color-dark-2) !important;
}
.color-dark p:not(.text-highlight) {
  color: var(--color-dark-3);
}
.color-light h1,
.color-light h2,
.color-light h3,
.color-light h4,
.color-light h5,
.color-light h6 {
  color: var(--color-white) !important;
}
.color-light h1 span,
.color-light h2 span,
.color-light h3 span,
.color-light h4 span,
.color-light h5 span,
.color-light h6 span {
  color: var(--color-white) !important;
}
.color-light p:not(.text-highlight) {
  color: var(--color-dark-3);
}
/* Template Colors End */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.body-font {
  font-family: var(--font-primary);
  font-weight: normal;
  line-height: 1.75;
}
.font-primary {font-family: var(--font-primary);}
.font-secondary {
  font-family: var(--font-secondary);
  line-height: 1;
}
.font-secondary-italic {
  font-family: var(--font-secondary);
  font-style: italic;
}
.content-icon i {line-height: 1;}
.content-icon.icon-100-white i {
  font-size: 100px;
  color: var(--color-white);
  line-height: 1;
}
.content-icon svg {width: 100px;}
.content-icon.icon-100-color i {
  font-size: 100px;
  color: var(--color-primary);
  line-height: 1;
}
.font-small {font-size: var(--font-size-xsmall);}
.font-medium {font-size: var(--font-size-medium);}
.font-large {font-size: var(--font-size-large);}
/* Priyo Icons */
/* Grid Icon */
.priyo-icon-grid.post-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.priyo-icon-grid {
  width: 28px;
  height: 28px;
  position: relative;
  -webkit-transition: .2s cubic-bezier(.17, .67, .83, .67);
  transition: .2s cubic-bezier(.17, .67, .83, .67);
}
.priyo-icon-grid .grid-icon.box-1,
.priyo-icon-grid .grid-icon.box-2,
.priyo-icon-grid .grid-icon.box-3 {
  position: relative;
  border: 1px solid;
  border-color: var(--color-dark-3);
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  -webkit-transition: .2s cubic-bezier(.17, .67, .83, .67);
  transition: .2s cubic-bezier(.17, .67, .83, .67);
}
.priyo-icon-grid .grid-icon.box-2 {top: 2px;}
.priyo-icon-grid .grid-icon.box-3 {top: 4px;}
.priyo-icon-grid .grid-icon.box-1::before,
.priyo-icon-grid .grid-icon.box-2::before,
.priyo-icon-grid .grid-icon.box-3::before,
.priyo-icon-grid .grid-icon.box-1::after,
.priyo-icon-grid .grid-icon.box-2::after,
.priyo-icon-grid .grid-icon.box-3::after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-color: var(--color-dark-3);
  width: 8px;
  height: 8px;
  top: -1px;
  left: 100%;
  margin-left: 3px;
  -webkit-transition: .2s cubic-bezier(.17, .67, .83, .67);
  transition: .2s cubic-bezier(.17, .67, .83, .67);
}
.priyo-icon-grid .grid-icon.box-1::after,
.priyo-icon-grid .grid-icon.box-2::after,
.priyo-icon-grid .grid-icon.box-3::after {
  left: 16px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s cubic-bezier(.17, .67, .83, .67);
  transition: .2s cubic-bezier(.17, .67, .83, .67);
}
.priyo-icon-grid:hover .grid-icon.box-1,
.priyo-icon-grid:hover .grid-icon.box-2,
.priyo-icon-grid:hover .grid-icon.box-3,
.priyo-icon-grid:hover .grid-icon.box-1:before,
.priyo-icon-grid:hover .grid-icon.box-1:after {
  border-color: transparent;
  border-radius: 50% !important;
  background-color: var(--color-primary);
  -webkit-transition: .2s cubic-bezier(.17, .67, .83, .67);
  transition: .2s cubic-bezier(.17, .67, .83, .67);
}
.priyo-icon-grid:hover .grid-icon.box-2:before,
.priyo-icon-grid:hover .grid-icon.box-2:after,
.priyo-icon-grid:hover .grid-icon.box-3:before,
.priyo-icon-grid:hover .grid-icon.box-3:after {
  border-radius: 50% !important;
  -webkit-transition: .2s cubic-bezier(.17, .67, .83, .67);
  transition: .2s cubic-bezier(.17, .67, .83, .67);
}
.priyo-icon-grid .grid-icon.box-2:before {
  border-color: transparent;
  background-color: var(--color-primary);
  -webkit-transition: .2s cubic-bezier(.17, .67, .83, .67);
  transition: .2s cubic-bezier(.17, .67, .83, .67);
}
.priyo-icon-grid:hover .grid-icon.box-2:before {
  border-radius: 50%;
  border: 1px solid;
  border-color: var(--color-dark-3);
  background-color: transparent;
  -webkit-transition: .2s cubic-bezier(.17, .67, .83, .67);
  transition: .2s cubic-bezier(.17, .67, .83, .67);
}
.priyo-icon-grid:hover .grid-icon.box-3::after {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: .2s cubic-bezier(.17, .67, .83, .67);
  transition: .2s cubic-bezier(.17, .67, .83, .67);
  height: 34px;
  width: 34px;
  left: -7px;
  top: -24px;
  border-radius: 5px !important;
}
.priyo-icon-grid:hover .grid-icon.box-1,
.priyo-icon-grid .grid-icon.box-1:before,
.priyo-icon-grid:hover .grid-icon.box-1:after,
.priyo-icon-grid:hover .grid-icon.box-2,
.priyo-icon-grid .grid-icon.box-2:before,
.priyo-icon-grid:hover .grid-icon.box-2:after,
.priyo-icon-grid .grid-icon.box-3,
.priyo-icon-grid .grid-icon.box-3:before,
.priyo-icon-grid:hover .grid-icon.box-3:after {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Grid Icon End */
/* Long Arrow Icon */
.priyo-icon-arrow {
  position: relative;
  background-color: transparent;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.priyo-icon-arrow.right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.priyo-icon-arrow.left {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.priyo-icon-arrow.up {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.priyo-icon-arrow.down {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.priyo-icon-arrow:before {
  content: "";
  top: 50%;
  left: 1px;
  width: 12px;
  height: 12px;
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: var(--color-dark-2);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.priyo-icon-arrow:hover:before {
  margin-right: 2px;
  border-color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.priyo-icon-arrow:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--color-dark-2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: -1px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.priyo-icon-arrow:hover:after {
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* Long Arrow Icon End */
/* Priyo Icons End */
/* Default Spacings */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* Elementor container */
@media (min-width: 576px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px;
  }
}
.elementor-element-populated > .elementor-widget-wrap > *:not(.elementor-inner-section),
.elementor-element-populated > *:not(.elementor-inner-section) {
  padding: 2px;
}
.elementor-column-gap-no .elementor-element-populated > *:not(.elementor-inner-section) {
  padding: 0;
}
.mou-column-flex-grow .elementor-column {
  flex: 1 1 auto;
}
/* Elementor container end */
/*---------------------
    Priyo Spacings
---------------------*/
/* Gutters All Sides */
.g-xsmall {padding: var(--gutters-xsmall);}
.__g-small, .g-small {
  padding: var(--gutters-small);
}
.__g-medium, .g-medium {
  padding: var(--gutters-medium);
}
.__g-large, .g-large {
  padding: var(--gutters-large);
}
.g-xlarge {padding: var(--gutters-xlarge);}
.g-xxlarge {padding: var(--gutters-xxlarge);}
.g-super {padding: var(--gutters-super);}
/* Gutters Left and Right */
.gx-xsmall {
  padding-left: var(--gutters-xsmall);
  padding-right: var(--gutters-xsmall);
}
.__gx-small, .gx-small {
  padding-left: var(--gutters-small);
  padding-right: var(--gutters-small);
}
.__gx-medium, .gx-medium {
  padding-left: var(--gutters-medium);
  padding-right: var(--gutters-medium);
}
.__gx-large, .gx-large {
  padding-left: var(--gutters-large);
  padding-right: var(--gutters-large);
}
.gx-xlarge {
  padding-left: var(--gutters-xlarge);
  padding-right: var(--gutters-xlarge);
}
.gx-xxlarge {
  padding-left: var(--gutters-xxlarge);
  padding-right: var(--gutters-xxlarge);
}
.gx-super {
  padding-left: var(--gutters-super);
  padding-right: var(--gutters-super);
}
/* Gutters Left */
.gl-xsmall {padding-left: var(--gutters-xsmall);}
.gl-small {padding-left: var(--gutters-small);}
.gl-medium {padding-left: var(--gutters-medium);}
.gl-large {padding-left: var(--gutters-large);}
.gl-xlarge {padding-left: var(--gutters-xlarge);}
.gl-xxlarge {padding-left: var(--gutters-xxlarge);}
.gl-super {padding-left: var(--gutters-super);}
/* Gutters Right */
.gr-xsmall {padding-right: var(--gutters-xsmall);}
.gr-small {padding-right: var(--gutters-small);}
.gr-medium {padding-right: var(--gutters-medium);}
.gr-large {padding-right: var(--gutters-large);}
.gr-xlarge {padding-right: var(--gutters-xlarge);}
.gr-xxlarge {padding-right: var(--gutters-xxlarge);}
.gr-super {padding-right: var(--gutters-super);}
/* Gutters Top */
.pt-xsmall {padding-top: var(--gutters-xsmall);}
.pt-small {padding-top: var(--gutters-small);}
.pt-medium {padding-top: var(--gutters-medium);}
.pt-large {padding-top: var(--gutters-large);}
.pt-xlarge {padding-top: var(--gutters-xlarge);}
.pt-none {padding-top: 0;}
/* Gutters Bottom */
.pb-xsmall {padding-bottom: var(--gutters-xsmall);}
.pb-small {padding-bottom: var(--gutters-small);}
.pb-medium {padding-bottom: var(--gutters-medium);}
.pb-large {padding-bottom: var(--gutters-large);}
.pb-xlarge {padding-bottom: var(--gutters-xlarge);}
.pb-none {padding-bottom: 0;}
/* No Gutters */
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
/* Gutters Top/Bottom */
.py-xsmall {
  padding-top: var(--gutters-xsmall);
  padding-bottom: var(--gutters-xsmall);
}
.py-small {
  padding-top: var(--gutters-small);
  padding-bottom: var(--gutters-small);
}
.py-medium {
  padding-top: var(--gutters-medium);
  padding-bottom: var(--gutters-medium);
}
.py-large {
  padding-top: var(--gutters-large);
  padding-bottom: var(--gutters-large);
}
/* Default Margins */
.mt-xsmall {margin-top: var(--gutters-xsmall);}
.mt-small {margin-top: var(--gutters-small);}
.mt-medium {margin-top: var(--gutters-medium);}
.mt-large {margin-top: var(--gutters-large);}
.mt-xlarge {margin-top: var(--gutters-xlarge);}
.mt-none {margin-top: 0;}
.mb-xsmall {margin-bottom: var(--gutters-xsmall);}
.mb-small {margin-bottom: var(--gutters-small);}
.mb-medium {margin-bottom: var(--gutters-medium);}
.mb-large {margin-bottom: var(--gutters-large);}
.mb-xlarge {margin-bottom: var(--gutters-xlarge);}
.mb-none {margin-bottom: 0;}
/* Default Offset Margins */
.mt-offset-xsmall {margin-top: -25px;}
.mt-offset-small {margin-top: -50px;}
.mt-offset-medium {margin-top: -75px;}
.mt-offset-large {margin-top: -100px;}
.mt-offset-xlarge {margin-top: -140px;}
.mb-offset-xsmall {margin-bottom: -25px;}
.mb-offset-small {margin-bottom: -50px;}
.mb-offset-medium {margin-bottom: -75px;}
.mb-offset-large {margin-bottom: -100px;}
.mb-offset-xlarge {margin-bottom: -140px;}
/* Margins - Inline CSS */
.mt-0 {margin-top: 0;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-24 {margin-top: 24px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-55 {margin-top: 55px;}
.mt-60 {margin-top: 60px;}
.mt-65 {margin-top: 65px;}
.mt-70 {margin-top: 70px;}
.mt-75 {margin-top: 75px;}
.mt-80 {margin-top: 80px;}
.mt-85 {margin-top: 85px;}
.mt-90 {margin-top: 90px;}
.mt-95 {margin-top: 95px;}
.mt-100 {margin-top: 100px;}
.mt-105 {margin-top: 105px;}
.mt-110 {margin-top: 110px;}
.mt-115 {margin-top: 115px;}
.mt-120 {margin-top: 120px;}
.mb-0 {margin-bottom: 0;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-24 {margin-bottom: 24px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-55 {margin-bottom: 55px;}
.mb-60 {margin-bottom: 60px;}
.mb-65 {margin-bottom: 65px;}
.mb-70 {margin-bottom: 70px;}
.mb-75 {margin-bottom: 75px;}
.mb-80 {margin-bottom: 80px;}
.mb-85 {margin-bottom: 85px;}
.mb-90 {margin-bottom: 90px;}
.mb-95 {margin-bottom: 95px;}
.mb-100 {margin-bottom: 100px;}
.mb-105 {margin-bottom: 105px;}
.mb-110 {margin-bottom: 110px;}
.mb-115 {margin-bottom: 115px;}
.mb-120 {margin-bottom: 120px;}
/* Gutters - Inline CSS */
.pt-0 {padding-top: 0;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-24 {padding-top: 24px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;}
.pt-55 {padding-top: 55px;}
.pt-60 {padding-top: 60px;}
.pt-65 {padding-top: 65px;}
.pt-70 {padding-top: 70px;}
.pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;}
.pt-85 {padding-top: 85px;}
.pt-90 {padding-top: 90px;}
.pt-95 {padding-top: 95px;}
.pt-100 {padding-top: 100px;}
.pt-105 {padding-top: 105px;}
.pt-110 {padding-top: 110px;}
.pt-113 {padding-top: 113px;}
.pt-115 {padding-top: 115px;}
.pt-120 {padding-top: 120px;}
.pb-0 {padding-bottom: 0;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px;}
.pt-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-24 {padding-bottom: 24px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;}
.pb-55 {padding-bottom: 55px;}
.pb-60 {padding-bottom: 60px;}
.pb-65 {padding-bottom: 65px;}
.pb-70 {padding-bottom: 70px;}
.pb-75 {padding-bottom: 75px;}
.pb-80 {padding-bottom: 80px;}
.pb-85 {padding-bottom: 85px;}
.pb-90 {padding-bottom: 90px;}
.pb-70 {padding-bottom: 70px;}
.pb-95 {padding-bottom: 95px;}
.pb-100 {padding-bottom: 100px;}
.pb-105 {padding-bottom: 105px;}
.pb-110 {padding-bottom: 110px;}
.pb-115 {padding-bottom: 115px;}
.pb-120 {padding-bottom: 120px;}
.gl-none {padding-left: 0;}
.gr-none {padding-right: 0;}
.lh-125 {line-height: 1.25;}
.lh-150 {line-height: 1.5;}
.w-50 {width: 50%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%;}
.w-75 {width: 75%;}
.w-80 {width: 80%;}
.w-85 {width: 85%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-100 {width: 100%;}
/*---------------------
  Constants
---------------------*/
/* PRIYO_PADDING_TOP_ARRAY */
.__pt-xsmall {padding-top: var(--gutters-xsmall);}
.__pt-small {padding-top: var(--gutters-small);}
.__pt-medium {padding-top: var(--gutters-medium);}
.__pt-large {padding-top: var(--gutters-large);}
.__pt-xlarge {padding-top: var(--gutters-xlarge);}
/* PRIYO_PADDING_BOTTOM_ARRAY */
.__pb-xsmall {padding-bottom: var(--gutters-xsmall);}
.__pb-small {padding-bottom: var(--gutters-small);}
.__pb-medium {padding-bottom: var(--gutters-medium);}
.__pb-large {padding-bottom: var(--gutters-large);}
.__pb-xlarge {padding-bottom: var(--gutters-xlarge);}
/* PRIYO_MARGIN_TOP_OFFSET_ARRAY */
.__mt-xsmall {margin-top: var(--gutters-xsmall);}
.__mt-small {margin-top: var(--gutters-small);}
.__mt-medium {margin-top: var(--gutters-medium);}
.__mt-large {margin-top: var(--gutters-large);}
.__mt-xlarge {margin-top: var(--gutters-xlarge);}
.__mt-offset-xsmall {margin-top: -25px;}
.__mt-offset-small {margin-top: -50px;}
.__mt-offset-medium {margin-top: -75px;}
.__mt-offset-large {margin-top: -100px;}
.__mt-offset-xlarge {margin-top: -140px;}
/* PRIYO_MARGIN_BOTTOM_OFFSET_ARRAY */
.__mb-xsmall {margin-bottom: var(--gutters-xsmall);}
.__mb-small {margin-bottom: var(--gutters-small);}
.__mb-medium {margin-bottom: var(--gutters-medium);}
.__mb-large {margin-bottom: var(--gutters-large);}
.__mb-xlarge {margin-bottom: var(--gutters-xlarge);}
.__mb-offset-xsmall {margin-bottom: -25px;}
.__mb-offset-small {margin-bottom: -50px;}
.__mb-offset-medium {margin-bottom: -75px;}
.__mb-offset-large {margin-bottom: -100px;}
.__mb-offset-xlarge {margin-bottom: -140px;}
/*---------------------
  Spacings Responsive
---------------------*/
@media screen and (max-width: 1199px) {
  .__g-large, .g-large {
    padding-left: var(--gutters-small);
    padding-right: var(--gutters-small);
  }
  .__gx-large, .gx-large {
    padding-left: var(--gutters-small);
    padding-right: var(--gutters-small);
  }
  .__g-medium, .g-medium {
    padding-left: var(--gutters-xsmall);
    padding-right: var(--gutters-xsmall);
  }
  .__gx-medium, .gx-medium {
    padding-left: var(--gutters-xsmall);
    padding-right: var(--gutters-xsmall);
  }
  .__g-small, .g-small {
    padding: var(--gutters-xsmall);
    padding-left: 18px;
    padding-right: 18px;
  }
  .__gx-small, .gx-small {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* md (768-991) */
@media screen and (max-width: 991px) {
  .pt-xsmall {padding-top: 18px;}
  .pt-small {padding-top: var(--gutters-xsmall);}
  .pt-md-small {padding-top: var(--gutters-small);}
  .pt-medium {padding-top: var(--gutters-small);}
  .pt-large {padding-top: var(--gutters-medium);}
  .pt-xlarge {padding-top: var(--gutters-large);}
  .pb-xsmall {padding-bottom: 18px;}
  .pb-small {padding-bottom: var(--gutters-xsmall);}
  .pb-medium {padding-bottom: var(--gutters-small);}
  .pb-large {padding-bottom: var(--gutters-medium);}
  .pb-xlarge {padding-bottom: var(--gutters-large);}
  .py-small {
    padding-top: var(--gutters-xsmall);
    padding-bottom: var(--gutters-xsmall);
  }
  .py-medium {
    padding-top: var(--gutters-small);
    padding-bottom: var(--gutters-small);
  }
  .py-large {
    padding-top: var(--gutters-medium);
    padding-bottom: var(--gutters-medium);
  }
  .mt-xsmall {margin-top: 18px;}
  .mt-small {margin-top: var(--gutters-xsmall);}
  .mt-medium {margin-top: var(--gutters-small);}
  .mt-large {margin-top: var(--gutters-medium);}
  .mt-xlarge {margin-top: var(--gutters-large);}
  .mb-xsmall {margin-bottom: 18px;}
  .mb-small {margin-bottom: var(--gutters-xsmall);}
  .mb-medium {margin-bottom: var(--gutters-small);}
  .mb-large {margin-bottom: var(--gutters-medium);}
  .mb-xlarge {margin-bottom: var(--gutters-large);}
  .pt-md-xsmall {padding-top: var(--gutters-xsmall);}
  .pb-md-xsmall {padding-bottom: var(--gutters-xsmall);}
  .pt-md-small {padding-top: var(--gutters-small);}
  .pb-md-small {padding-bottom: var(--gutters-small);}
  .pt-md-medium {padding-top: var(--gutters-medium);}
  .pb-md-medium {padding-bottom: var(--gutters-medium);}
  .pt-md-large {padding-top: var(--gutters-large);}
  .pb-md-large {padding-bottom: var(--gutters-large);}
  .py-md-xsmall {
    padding-top: var(--gutters-xsmall);
    padding-bottom: var(--gutters-xsmall);
  }
  .py-md-small {
    padding-top: var(--gutters-small);
    padding-bottom: var(--gutters-small);
  }
  .py-md-medium {
    padding-top: var(--gutters-medium);
    padding-bottom: var(--gutters-medium);
  }
  .py-md-large {
    padding-top: var(--gutters-large);
    padding-bottom: var(--gutters-large);
  }
  .mt-md-xsmall {margin-top: var(--gutters-xsmall);}
  .mb-md-xsmall {margin-bottom: var(--gutters-xsmall);}
  .mt-md-small {margin-top: var(--gutters-small);}
  .mb-md-small {margin-bottom: var(--gutters-small);}
  .mt-md-medium {margin-top: var(--gutters-medium);}
  .mb-md-medium {margin-bottom: var(--gutters-medium);}
  .mt-md-large {margin-top: var(--gutters-large);}
  .mb-md-large {margin-bottom: var(--gutters-large);}
  /*---------------------
  Constants
  ---------------------*/
  /* PRIYO_PADDING_TOP_ARRAY */
  .__pt-xsmall {padding-top: 18px;}
  .__pt-small {padding-top: var(--gutters-xsmall);}
  .__pt-medium {padding-top: var(--gutters-small);}
  .__pt-large {padding-top: var(--gutters-medium);}
  .__pt-xlarge {padding-top: var(--gutters-large);}
  /* PRIYO_PADDING_BOTTOM_ARRAY */
  .__pb-xsmall {padding-bottom: 18px;}
  .__pb-small {padding-bottom: var(--gutters-xsmall);}
  .__pb-medium {padding-bottom: var(--gutters-small);}
  .__pb-large {padding-bottom: var(--gutters-medium);}
  .__pb-xlarge {padding-bottom: var(--gutters-large);}
  /* section_container_gutters */
  .__g-large, .g-large {
    padding: var(--gutters-medium);
    padding-left: var(--gutters-xsmall);
    padding-right: var(--gutters-xsmall);
  }
  .__gx-large, .gx-large {
    padding-left: var(--gutters-xsmall);
    padding-right: var(--gutters-xsmall);
  }
  .__g-medium, .g-medium {
    padding: var(--gutters-small);
  }
  /* PRIYO_MARGIN_TOP_OFFSET_ARRAY */
  .__mt-xsmall {margin-top: 18px;}
  .__mt-small {margin-top: var(--gutters-xsmall);}
  .__mt-medium {margin-top: var(--gutters-small);}
  .__mt-large {margin-top: var(--gutters-medium);}
  .__mt-xlarge {margin-top: var(--gutters-large);}
  .__mt-offset-xsmall {margin-top: -18px;}
  .__mt-offset-small {margin-top: -25px;}
  .__mt-offset-medium {margin-top: -50px;}
  .__mt-offset-large {margin-top: -75px;}
  .__mt-offset-xlarge {margin-top: -100px;}
  /* PRIYO_MARGIN_BOTTOM_OFFSET_ARRAY */
  .__mb-xsmall {margin-bottom: 18px;}
  .__mb-small {margin-bottom: var(--gutters-xsmall);}
  .__mb-medium {margin-bottom: var(--gutters-small);}
  .__mb-large {margin-bottom: var(--gutters-medium);}
  .__mb-xlarge {margin-bottom: var(--gutters-large);}
  .__mb-offset-xsmall {margin-bottom: -18px;}
  .__mb-offset-small {margin-bottom: -25px;}
  .__mb-offset-medium {margin-bottom: -50px;}
  .__mb-offset-large {margin-bottom: -75px;}
  .__mb-offset-xlarge {margin-bottom: -100px;}
}
/* sm (576-767) */
@media screen and (max-width: 767px) {
  .pt-small {padding-top: 15px;}
  .pt-medium {padding-top: var(--gutters-xsmall);}
  .pt-large {padding-top: var(--gutters-small);}
  .pt-xlarge {padding-top: var(--gutters-medium);}
  .pb-small {padding-bottom: 15px;}
  .pb-medium {padding-bottom: var(--gutters-xsmall);}
  .pb-large {padding-bottom: var(--gutters-small);}
  .pb-xlarge {padding-bottom: var(--gutters-medium);}
  .py-small {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-medium {
    padding-top: var(--gutters-xsmall);
    padding-bottom: var(--gutters-xsmall);
  }
  .py-large {
    padding-top: var(--gutters-small);
    padding-bottom: var(--gutters-small);
  }
  .mt-small {margin-top: 15px;}
  .mt-medium {margin-top: var(--gutters-xsmall);}
  .mt-large {margin-top: var(--gutters-small);}
  .mt-xlarge {margin-top: var(--gutters-medium);}
  .mb-small {margin-bottom: 15px;}
  .mb-medium {margin-bottom: var(--gutters-xsmall);}
  .mb-large {margin-bottom: var(--gutters-small);}
  .mb-xlarge {margin-bottom: var(--gutters-medium);}
  .pt-sm-xsmall {padding-top: var(--gutters-xsmall);}
  .pb-sm-xsmall {padding-bottom: var(--gutters-xsmall);}
  .pt-sm-small {padding-top: var(--gutters-small);}
  .pb-sm-small {padding-bottom: var(--gutters-small);}
  .pt-sm-medium {padding-top: var(--gutters-medium);}
  .pb-sm-medium {padding-bottom: var(--gutters-medium);}
  .pt-sm-large {padding-top: var(--gutters-large);}
  .pb-sm-large {padding-bottom: var(--gutters-large);}
  .py-sm-xsmall {
    padding-top: var(--gutters-xsmall);
    padding-bottom: var(--gutters-xsmall);
  }
  .py-sm-small {
    padding-top: var(--gutters-small);
    padding-bottom: var(--gutters-small);
  }
  .py-sm-medium {
    padding-top: var(--gutters-medium);
    padding-bottom: var(--gutters-medium);
  }
  .py-sm-large {
    padding-top: var(--gutters-large);
    padding-bottom: var(--gutters-large);
  }
  .mt-sm-xsmall {margin-top: var(--gutters-xsmall);}
  .mb-sm-xsmall {margin-bottom: var(--gutters-xsmall);}
  .mt-sm-small {margin-top: var(--gutters-small);}
  .mb-sm-small {margin-bottom: var(--gutters-small);}
  .mt-sm-medium {margin-top: var(--gutters-medium);}
  .mb-sm-medium {margin-bottom: var(--gutters-medium);}
  .mt-sm-large {margin-top: var(--gutters-large);}
  .mb-sm-large {margin-bottom: var(--gutters-large);}
  /*---------------------
  Constants
  ---------------------*/
  /* PRIYO_PADDING_TOP_ARRAY */
  .__pt-small {padding-top: 15px;}
  .__pt-medium {padding-top: var(--gutters-xsmall);}
  .__pt-large {padding-top: var(--gutters-small);}
  .__pt-xlarge {padding-top: var(--gutters-medium);}
  /* PRIYO_PADDING_BOTTOM_ARRAY */
  .__pb-small {padding-bottom: 15px;}
  .__pb-medium {padding-bottom: var(--gutters-xsmall);}
  .__pb-large {padding-bottom: var(--gutters-small);}
  .__pb-xlarge {padding-bottom: var(--gutters-medium);}
  /* section_container_gutters */
  .__g-large, .g-large {
    padding-top: var(--gutters-small);
    padding-bottom: var(--gutters-small);
  }
  .__g-medium, .g-medium {
    padding-top: var(--gutters-small);
    padding-bottom: var(--gutters-small);
  }
  .__g-small, .g-small {
    padding-left: 15px;
    padding-right: 15px;
  }
  .__gx-small, .gx-small {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* PRIYO_MARGIN_TOP_OFFSET_ARRAY */
  .__mt-small {margin-top: 15px;}
  .__mt-medium {margin-top: var(--gutters-xsmall);}
  .__mt-large {margin-top: var(--gutters-small);}
  .__mt-xlarge {margin-top: var(--gutters-medium);}
  .__mt-offset-small {margin-top: -15px;}
  .__mt-offset-medium {margin-top: -25px;}
  .__mt-offset-large {margin-top: -50px;}
  .__mt-offset-xlarge {margin-top: -75px;}
  /* PRIYO_MARGIN_BOTTOM_OFFSET_ARRAY */
  .__mb-small {margin-bottom: 15px;}
  .__mb-medium {margin-bottom: var(--gutters-xsmall);}
  .__mb-large {margin-bottom: var(--gutters-small);}
  .__mb-xlarge {margin-bottom: var(--gutters-medium);}
  .__mb-offset-small {margin-bottom: -15px;}
  .__mb-offset-medium {margin-bottom: -25px;}
  .__mb-offset-large {margin-bottom: -50px;}
  .__mb-offset-xlarge {margin-bottom: -75px;}
}
/* xs (0-575) */
@media screen and (max-width: 575px) {
  /* section_container_gutters */
  .__g-large, .g-large {
    padding-left: 12px;
    padding-right: 12px;
  }
  .__g-medium, .g-medium {
    padding-left: 12px;
    padding-right: 12px;
  }
  .__g-small, .g-small {
    padding-left: 12px;
    padding-right: 12px;
  }
  .__gx-small, .gx-small {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*---------------------
  Spacings End
---------------------*/
/* Reset form */
.woocommerce-input-wrapper ::placeholder,
.search_form ::placeholder,
.form-register-form ::placeholder,
.form-login-form ::placeholder,
.billing-additional-fields__field-wrapper ::placeholder,
.billing-fields__field-wrapper ::placeholder,
.woocommerce-form-login ::placeholder,
.form-login ::placeholder,
.checkout_coupon ::placeholder,
.coupon ::placeholder,
.search-form ::placeholder,
.account-login-form ::placeholder,
.account-register-form ::placeholder,
.subscribe-form ::placeholder,
.contact_form ::placeholder {
  color: var(--color-gray);
}
.contact_form.theme-dark ::placeholder {
  color: var(--color-dark-3);
  opacity: .5;
}
/* Mou Scrollbar */
.mou-scrollbar {
  overflow-y: auto;
  scrollbar-color: var(--color-dark-2) var(--color-dark-4);
  scrollbar-width: thin;
}
.mou-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.mou-scrollbar::-webkit-scrollbar-track {
  background-color: var(--color-light-2);
}
.mou-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--color-dark-2);
}
/* Scrollbar End */
.content-header {
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1.5;
}
.grid-header {
  font-weight: bold;
  color: var(--color-dark-3);
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* Mou Buttons */
/*Default-1*/
.load-more-posts-post,
.woocommerce-ResetPassword.lost_reset_password button.button,
.wc-block-components-filter-submit-button,
.single_add_to_cart_button,
.woocommerce-address-fields button,
.form-row.place-order button,
.shipping-calculator-form button,
.wishlist_table .product-add-to-cart a,
.wp-block-button .wp-block-button__link,
.comment-form .form-submit input,
input.wpcf7-form-control.wpcf7-submit,
input.submit,
.mou-mini-cart__buttons a,
.theme-btn button,
button.theme-btn,
button.input_button,
.theme-btn a {
  font-size: var(--font-size-small);
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--color-white);
  background: var(--color-dark-2);
  border: transparent;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  padding: 10px 30px;
  border-radius: 0;
  overflow: hidden;
}
.wp-block-button .wp-block-button__link {
  margin-top: 30px;
}
.load-more-posts-post {
  display: inline-block !important;
  padding: 15px 30px;
  cursor: pointer;
}
.shipping-calculator-form button {
  margin-bottom: 15px;
}
.wishlist_table .product-add-to-cart a {
  display: inline-block !important;
  margin: 0 !important;
}
.wishlist-items-wrapper .product-add-to-cart {
  text-align: right;
}
.wp-block-button.solid .wp-block-button__link,
input.submit.solid,
.mou-mini-cart__buttons.solid a,
.theme-btn.solid button,
button.theme-btn.solid,
.theme-btn.solid a {
  color: var(--color-white);
  background: var(--color-dark-2);
  border: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link,
input.submit.bordered,
.mou-mini-cart__buttons.bordered a,
.theme-btn.bordered button,
button.theme-btn.bordered,
.theme-btn.bordered a {
  color: var(--color-dark-2) !important;
  background: transparent !important;
  border: 1px solid !important;
  border-color: var(--color-dark-2) !important;
}
.wp-block-button.is-style-outline.dark .wp-block-button__link,
input.submit.bordered.dark,
.mou-mini-cart__buttons.bordered.dark a,
.theme-btn.bordered.dark button,
button.theme-btn.bordered.dark,
.theme-btn.bordered.dark a {
  color: var(--color-dark-2) !important;
  border-color: var(--color-dark-2) !important;
}
.wp-block-button.is-style-outline.primary .wp-block-button__link,
input.submit.bordered.primary,
.mou-mini-cart__buttons.bordered.primary a,
.theme-btn.bordered.primary button,
button.theme-btn.bordered.primary,
.theme-btn.bordered.primary a {
  color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.wp-block-button.is-style-outline.white .wp-block-button__link,
input.submit.bordered.white,
.mou-mini-cart__buttons.bordered.white a,
.theme-btn.bordered.white button,
button.theme-btn.bordered.white,
.theme-btn.bordered.white a {
  color: var(--color-white) !important;
  border-color: var(--color-white) !important;
}
.wp-block-button.is-style-outline.white .wp-block-button__link:hover,
input:hover.submit.bordered.white,
.mou-mini-cart__buttons.bordered.white a:hover,
.theme-btn.bordered.white button:hover,
button:hover.theme-btn.bordered.white,
.theme-btn.bordered.white a:hover {
  border-color: var(--color-primary) !important;
}
.wp-block-button.is-style-outline.dark .wp-block-button__link:hover,
input:hover.submit.bordered.dark,
.mou-mini-cart__buttons.bordered.dark a:hover,
.theme-btn.bordered.dark button:hover,
button:hover.theme-btn.bordered.dark,
.theme-btn.bordered.dark a:hover {
  color: var(--color-white) !important;
  border-color: var(--color-primary) !important;
}
.wp-block-button.is-style-outline.primary .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
input:hover.submit.bordered.primary,
.mou-mini-cart__buttons.bordered.primary a:hover,
.theme-btn.bordered.primary button:hover,
button:hover.theme-btn.bordered.primary,
.theme-btn.bordered.primary a:hover {
  color: var(--color-white) !important;
  border-color: var(--color-primary) !important;
}
.wp-block-button.dark .wp-block-button__link,
input.submit.dark,
.mou-mini-cart__buttons.dark a,
.theme-btn.dark button,
button.theme-btn.dark,
.theme-btn.dark a {
  color: var(--color-white);
  background: var(--color-dark-2);
  border: transparent;
}
.wp-block-button.primary .wp-block-button__link,
input.submit.primary,
.mou-mini-cart__buttons.primary a,
.theme-btn.primary button,
button.theme-btn.primary,
.theme-btn.primary a {
  color: var(--color-white);
  background: var(--color-primary);
  border: transparent;
}
.wp-block-button.white .wp-block-button__link,
input.submit.white,
.mou-mini-cart__buttons.white a,
.theme-btn.white button,
button.theme-btn.white,
.theme-btn.white a {
  color: var(--color-dark-2);
  background: var(--color-white);
  border: transparent;
}
.mou-mini-cart__buttons {
  margin-top: 30px;
}
.mou-mini-cart__buttons a {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  padding: 15px 30px;
  border: 1px solid var(--color-dark-2);
}
.mou-mini-cart__buttons a:hover {
  border: 1px solid var(--color-primary);
}
.mou-mini-cart__buttons a:last-child {
  margin-bottom: 0;
  background: var(--color-light-1);
  color: var(--color-dark-2);
  border: 1px solid var(--color-dark-2);
}
.mou-mini-cart__buttons a:last-child:hover {
  color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.wp-block-button.d-block .wp-block-button__link,
input.submit.d-block,
.theme-btn.d-block button,
button.theme-btn.d-block,
.theme-btn.d-block a {
  display: block;
  width: 100%;
  text-align: center;
}
.form-row.place-order button {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.theme-btn.header-btn a {
  color: var(--color-primary);
  background: transparent;
  border: 1px solid var(--color-primary);
  letter-spacing: 2px;
  font-weight: 400;
}
.is-sticky .theme-btn.header-btn a {
  color: var(--color-white);
  border: none;
  background: var(--color-primary);
}
.is-sticky .theme-btn.header-btn a:hover {
  color: var(--color-primary);
}
.woocommerce-address-fields button,
.form-row.place-order button,
.wp-block-button .wp-block-button__link,
.comment-form .form-submit input,
input.wpcf7-form-control.wpcf7-submit,
input.submit.btn-large,
.theme-btn.btn-large button,
button.theme-btn.btn-large,
.theme-btn.btn-large a {
  padding: 15px 30px;
}
.wp-block-button.btn-medium .wp-block-button__link {
  padding: 10px 30px;
}
.wp-block-button.btn-small .wp-block-button__link,
input.submit.btn-small,
.theme-btn.btn-small button,
.theme-btn.btn-small a {
  font-size: var(--font-size-xsmall);
  font-weight: 500;
  padding: 6px 16px;
}
/*Default-2*/
.load-more-posts-post:before,
.woocommerce-ResetPassword.lost_reset_password button.button:before,
.wc-block-components-filter-submit-button:before,
.single_add_to_cart_button:before,
.woocommerce-address-fields button:before,
.form-row.place-order button:before,
.shipping-calculator-form button:before,
.wp-block-button .wp-block-button__link:before,
.comment-form .form-submit input:before,
.comment-form .submit:before,
input.wpcf7-form-control.wpcf7-submit:before,
.mou-mini-cart__buttons a:before,
.theme-btn button:before,
button.theme-btn:before,
button.input_button:before,
.theme-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  transform-origin: right;
  transform: scaleX(0);
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  z-index: -1;
}
.wp-block-button.primary .wp-block-button__link:before,
.mou-mini-cart__buttons.primary a:before,
.theme-btn.primary button:before,
button.theme-btn.primary:before,
.theme-btn.primary a:before {
  background: var(--color-dark-2);
}
.wp-block-button.is-style-outline.primary .wp-block-button__link:before,
.mou-mini-cart__buttons.bordered.primary a:before,
.theme-btn.bordered.primary button:before,
button.theme-btn.bordered.primary:before,
.theme-btn.bordered.primary a:before {
  background: var(--color-primary);
}
.wp-block-button.fill-primary .wp-block-button__link,
.theme-btn.fill-primary button,
.theme-btn.fill-primary a {
  background: var(--color-primary);
  color: var(--color-white);
}
.wp-block-button.fill-white .wp-block-button__link,
.theme-btn.fill-white button,
.theme-btn.fill-white a {
  background: var(--color-white);
  color: var(--color-primary);
}
.wp-block-button.fill-dark .wp-block-button__link,
.theme-btn.fill-dark button,
.theme-btn.fill-dark a {
  background: var(--color-dark-2);
  border: 1px solid;
  color: var(--color-white);
  border-color: var(--color-dark-2);
}
.wp-block-button.fill-dark .wp-block-button__link:before,
.theme-btn.fill-dark button:before,
.theme-btn.fill-dark a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-light-1);
  transform-origin: right;
  transform: scaleX(0);
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  z-index: -1;
}
.wp-block-button.fill-dark .wp-block-button__link:hover:before,
.theme-btn.fill-dark button:hover:before,
.theme-btn.fill-dark a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
  background: var(--color-light-1);
}
.wp-block-button.theme-bg .wp-block-button__link:hover:before,
.theme-btn.theme-bg button:hover:before,
.theme-btn.theme-bg a:hover:before {
  background: var(--color-white);
  transform-origin: left;
  transform: scaleX(1);
}
/*Default-3*/
.load-more-posts-post:hover:before,
.woocommerce-ResetPassword.lost_reset_password button.button:hover:before,
.wc-block-components-filter-submit-button:hover:before,
.single_add_to_cart_button:hover:before,
.woocommerce-address-fields button:hover:before,
.form-row.place-order button:hover:before,
.shipping-calculator-form button:hover:before,
.wp-block-button .wp-block-button__link:hover:before,
.comment-form .form-submit input:hover:before,
.wpcf7-form-control.wpcf7-submit:hover:before,
.mou-mini-cart__buttons a:hover:before,
.theme-btn button:hover:before,
button.theme-btn:hover:before,
button.input_button:hover:before,
.theme-btn a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
input.submit:hover {
  background-color: var(--color-primary);
}
.wp-block-button .wp-block-button__link:hover,
.theme-btn button:hover,
button.theme-btn:hover,
.theme-btn a:hover {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-button.theme-bg .wp-block-button__link:hover,
input.submit.theme-bg:hover,
.theme-btn.theme-bg button:hover,
.theme-btn.theme-bg a:hover {
  color: var(--color-dark-3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-button.dark .wp-block-button__link,
input.submit.dark,
.theme-btn.dark button,
.theme-btn.dark a,
.theme-btn.header-btn a {
  font-weight: 400;
}
.contact_form.theme-dark .theme-btn button,
.theme-btn.dark.btn-fill button {
  background: var(--color-primary);
  color: var(--color-white);
}
.contact_form.theme-dark .theme-btn button:hover {
  color: var(--color-primary);
}
.contact_form.theme-dark .theme-btn button:before,
.theme-btn.dark.btn-fill button:before {
  background: var(--color-white);
  transform-origin: right;
  transform: scaleX(0);
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.wp-block-button.dark .wp-block-button__link:hover,
.theme-btn.dark button:hover,
.theme-btn.dark a:hover,
.theme-btn.header-btn a:hover {
  color: var(--color-white);
}
.theme-btn.fill-primary button:hover:before,
.theme-btn.fill-primary a:hover:before,
.is-sticky .theme-btn.header-btn a:hover:before {
  background: var(--color-dark-2);
  transform-origin: left;
  transform: scaleX(1);
}
.is-sticky.site-nav-dark .theme-btn.header-btn a:hover:before,
.is-sticky.site-header-dark .theme-btn.header-btn a:hover:before {
  background: var(--color-white);
}
.wp-block-button.fill-dark .wp-block-button__link:hover,
.theme-btn.fill-primary button:hover,
.theme-btn.fill-primary a:hover,
.theme-btn.fill-dark button:hover,
.theme-btn.fill-dark a:hover {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.dark button:hover:before,
.theme-btn.dark a:hover:before,
.theme-btn.header-btn a:hover:before {
  background: var(--color-primary);
  transform-origin: left;
  transform: scaleX(1);
}
.contact_form.theme-dark .theme-btn button:hover:before,
.theme-btn.dark.btn-fill button:hover:before {
  background: var(--color-white);
  transform-origin: left;
  transform: scaleX(1);
}
.theme-btn.dark.btn-fill button:hover {
  background: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-white);
}
.load-more-posts-post.outline,
.theme-btn.load-more-posts.outline a {
  color: var(--color-primary) !important;
  background: transparent !important;
  border: 1px solid !important;
  border-color: var(--color-primary) !important;
}
.load-more-posts-post.outline:hover,
.theme-btn.load-more-posts.outline a:hover {
  color: var(--color-white) !important;
}
button.load-more.button.-loading:before {
  transform-origin: inherit;
}
/* Content Button */
.content-btn.dark a,
.content-btn a {
  position: relative;
  color: var(--color-dark-2);
}
.content-btn.white a {
  color: var(--color-white);
}
.content-btn.primary a {
  color: var(--color-primary);
}
.content-btn.dark a::before,
.content-btn.primary a::before,
.content-btn a:before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 92%;
  height: 1px;
  background: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-btn.primary a::before {
  background: var(--color-dark-2);
}
.content-btn.primary a:hover:before {
  background: var(--color-primary);
}
.content-btn a:hover:before {
  background: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-btn.dark a:hover:before {
  background: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-btn.white a:hover:before {
  background: var(--color-white);
}
.content-btn i:before {
  margin: 0;
  font-size: var(--font-size-medium);
  line-height: 1;
}
.content-btn a i {
  position: absolute;
  right: -18px;
  opacity: 0;
  visibility: hidden;
  top: 0;
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-btn.primary a i {
  color: var(--color-dark-2);
}
.content-btn a:hover i {
  right: -28px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-btn.blog-card.dark a {
  color: var(--color-white);
}
.content-btn.blog-card.dark a:hover:before {
  background: var(--color-white);
}
/* Buttons End */
/* ------------------------------
    Modal + Off-canvas
------------------------------ */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1040;
  width: 0;
  height: 100vh;
  background-color: var(--color-dark-1);
  cursor: pointer;
  opacity: 0.75;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-backdrop.show {
  width: 100vw;
  -webkit-transform: none;
  transform: none;
  visibility: visible;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.mou_offcanvas-account,
.mou_offcanvas-cart {
  top: 0;
  right: 0;
  width: 470px;
  border-left: none;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.cart-panel-content-box {
  height: 100%;
}
/* Close Button */
.mou_offcanvas-account .header-account-close,
.mou_offcanvas-cart .header-cart-close {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 28px;
  height: 22px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.mou_offcanvas-account .header-account-close,
.mou_offcanvas-cart .header-cart-close {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 28px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.mou_offcanvas-account.show .header-account-close,
.mou_offcanvas-cart.show .header-cart-close {
  height: 22px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.mou_offcanvas-account .header-account-close:before,
.mou_offcanvas-account .header-account-close:after,
.mou_offcanvas-cart .header-cart-close:before,
.mou_offcanvas-cart .header-cart-close:after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.mou_offcanvas-account.show .header-account-close:before,
.mou_offcanvas-account.show .header-account-close:before,
.mou_offcanvas-cart.show .header-cart-close:before,
.mou_offcanvas-cart.show .header-cart-close:before {
  width: 26px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.mou_offcanvas-account.show .header-account-close:after,
.mou_offcanvas-account.show .header-account-close:after,
.mou_offcanvas-cart.show .header-cart-close:after,
.mou_offcanvas-cart.show .header-cart-close:after {
  width: 26px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
/* Close Button End */
/* Mou Off-canvas Overlay */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 0;
  background: var(--color-dark-1);
  top: 0;
  right: 0;
  opacity: 0.75;
  visibility: hidden;
  cursor: pointer;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 105;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.offcanvas-overlay.active {
  width: 100%;
  visibility: visible;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
/* Mou Off-canvas Overlay End */
/* ------------------------------
    Preloader
------------------------------ */
.site-logo img {
  width: auto;
  height: 30px;
}
.loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading-content h2.preloader-logo {
  color: var(--color-primary);
  pointer-events: none;
}
.percent {
  color: var(--color-white);
  font-size: 100px;
  font-weight: bold;
  text-align: center;
}
.progress-bar {
  width: 412px;
  height: 30px;
  background: var(--color-dark-2);
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.loading-progress {
  width: 0;
  height: 100%;
  background: var(--color-primary);
}
.text {
  text-transform: uppercase;
  color: var(--color-dark-3);
  font-size: var(--font-size-medium);
  letter-spacing: 20px;
  line-height: 1;
  margin-bottom: 20px;
  display: none;
  padding-left: 20px;
}
.text-blink {
  -webkit-animation: animate 0.7s ease-in-out 0.1s;
  animation: animate 0.7s ease-in-out 0.1s;
}
@keyframes animate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-dark-1);
  z-index: 99999;
}
/* ------------------------------
    Cursor - CSS
------------------------------ */
/* Custom Cursor */
.custom-cursor,
.custom-cursor-dot {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}
/* decorative */
.custom-cursor {
  width: 52px;
  height: 52px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}
.custom-cursor-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
}
.pointer_large {
  cursor: pointer;
}
/* Custom Cursor End */
/* ------------------------------
    Header
------------------------------ */
.slidingbar-open {
  margin-right: 40px;
}
.slidingbar-open i::before {
  font-size: 24px;
  color: var(--color-dark-3);
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.slidingbar-open i:hover:before {
  color: var(--color-white);
}
.is-sticky .slidingbar-open i::before {
  color: var(--color-dark-2);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.site-nav-dark.is-sticky .slidingbar-open i::before,
.site-header-dark.is-sticky .slidingbar-open i::before {
  color: var(--color-dark-3);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.is-sticky .slidingbar-open i:hover:before {
  color: var(--color-primary);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.slidingbar-logo .custom-logo-link,
.nav-logo .custom-logo-link {
  display: flex;
  align-items: center;
}
.slidingbar-logo .custom-logo-link {
  max-width: max-content;
}
.custom-elementor-logo img,
.nav-logo img {
  width: auto;
  height: 24px;
}
.site-footer.default .footer-logo a,
.nav-logo h2 {
  color: var(--color-primary);
  font-size: 28px;
  line-height: 1;
  display: inline-block;
}
.site-footer.default .footer-logo a:hover h2 {
  opacity: .75;
}
.site-footer.default .footer-logo .tagline {
  color: var(--color-dark-4);
  margin-top: 8px;
}
.coming-soon-logo {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-primary);
}
.coming-soon-logo img {
  width: 100px;
  height: auto;
}
/* Sliding Bar */
.slidingbar-container {
  width: 348px;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  margin: 0;
  padding: 30px;
  position: fixed;
  background: var(--color-dark-2);
  top: 0;
  right: 100%;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 106;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slidingbar-container.site-nav-dark,
.slidingbar-container.site-header-dark {
  border-right: 1px solid var(--color-dark-2);
}
.slidingbar-container.active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.slidingbar-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 28px;
  height: 22px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.slidingbar-close:before,
.slidingbar-close:after {
  content: "";
  width: 26px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.slidingbar-container.active .slidingbar-close:before {
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.slidingbar-container.active .slidingbar-close:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.slidingbar-logo img {
  width: auto;
  height: 24px;
}
.slidingbar-logo h2 {
  color: var(--color-primary);
  font-size: 28px;
  display: inline-block;
}
.contact-info a,
.contact-info p {
  color: var(--color-dark-3);
  display: block;
  font-size: var(--font-size-small);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-info a:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-info i {
  color: var(--color-white);
  float: left;
  margin-right: 18px;
  font-size: var(--font-size-large);
  line-height: 1.75;
}
.sbi_photo_wrap,
.instagram-items li {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sbi_photo_wrap a:before,
.instagram-items li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  opacity: .75;
  transform-origin: bottom;
  transform: scaleY(0);
  -webkit-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.sbi_photo_wrap a:after,
.instagram-items li a:after {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f16d";
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-size: var(--font-size-large);
  color: var(--color-white);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sbi_photo_wrap a:hover:after,
.instagram-items li a:hover:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: .3s;
}
.sbi_photo_wrap a:hover:before,
.instagram-items li a:hover:before {
  transform-origin: top;
  transform: scaleY(1);
}
.slidingbar-social li {
  display: inline-block;
  margin: 0 10px;
}
.slidingbar-social li:first-child {
  margin-left: 0;
}
.slidingbar-social li a {
  display: block;
  color: var(--color-primary);
  font-size: var(--font-size-medium);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slidingbar-social li a:hover {
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* ------------------------------
    Navbar Area
------------------------------ */
.site-header {
  position: absolute;
  padding: 15px 0;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  height: auto;
  -webkit-animation: 250ms ease-in-out 0s normal none 1 running fadeInUp;
  animation: 250ms ease-in-out 0s normal none 1 running fadeInUp;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-white);
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-header.site-nav-dark.is-sticky,
.site-header.site-header-dark.is-sticky {
  background: var(--color-dark-1);
  border-bottom: 1px solid var(--color-dark-2);
}
/* Main Menu */
.nav-container .menu-main > li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.nav-container .menu-main > li:last-child {
  margin-right: 0;
}
.nav-container .menu-main > li > a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.is-sticky .nav-container .menu-main > li > a:before,
.nav-container .menu-main > li > a:before {
  content: "";
  left: calc(100% + 2px);
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background: var(--color-primary);
  height: 0;
  width: 6px;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-container .menu-main > li > a.active:before,
.nav-container .menu-main > li > a:active:before,
.nav-container .menu-main > li > a:hover:before {
  top: calc(50% - 1px);
  height: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-container .menu-main > li > a:active,
.nav-container .menu-main > li > a.active,
.nav-container .menu-main > li > a:hover {
  color: var(--color-dark-3);
}
.is-sticky .nav-container .menu-main > li > a:active,
.is-sticky .nav-container .menu-main > li > a.active,
.is-sticky .nav-container .menu-main > li > a:hover {
  color: var(--color-dark-2);
}
.is-sticky .nav-container .menu-main > li.active > a {
  color: var(--color-dark-2);
}
.site-nav-dark.is-sticky .nav-container .menu-main > li > a:active,
.site-nav-dark.is-sticky .nav-container .menu-main > li > a.active,
.site-nav-dark.is-sticky .nav-container .menu-main > li > a:hover,
.site-header-dark.is-sticky .nav-container .menu-main > li > a:active,
.site-header-dark.is-sticky .nav-container .menu-main > li > a.active,
.site-header-dark.is-sticky .nav-container .menu-main > li > a:hover {
  color: var(--color-white);
}
.menu-main .sub-menu:not(.sub-menu .sub-menu) {
  width: 260px;
  position: absolute;
  margin-top: 30px;
  top: 100%;
  left: 0;
  background: var(--color-primary);
  visibility: hidden;
  opacity: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
  display: block;
  -webkit-transform: scaleX(.75);
  transform: scaleX(.75);
}
.nav-container .menu-main > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: .5s cubic-bezier(.78, -0.68, .65, 1.48);
  transition: .5s cubic-bezier(.78, -0.68, .65, 1.48);
}
.menu-main .sub-menu > li {
  position: relative;
  padding: 0 25px;
  display: block;
}
.menu-main .sub-menu > li:first-child::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
  transform: rotate(45deg);
  border-radius: 2px;
}
.menu-main .sub-menu .sub-menu > li:first-child::before {
  display: none;
}
.menu-main .sub-menu > li:hover {
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-main .sub-menu > li > a {
  line-height: 2.25;
  color: var(--color-white);
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-main .sub-menu > li > a:hover {
  margin-left: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-main .sub-menu .sub-menu {
  width: 260px;
  position: absolute;
  top: 0;
  left: 100%;
  background: var(--color-primary);
  visibility: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 10px;
  opacity: 0;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-container .menu-main > li:last-child .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  margin-right: 10px;
}
.nav-container .menu-main .sub-menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-left: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-container .menu-main > li:last-child .sub-menu > li:hover .sub-menu {
  margin-right: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Submenu Icons */
.menu-main .sub-menu .menu-item-has-children > a::before,
.menu-main .sub-menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: var(--color-white);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.menu-main .sub-menu .menu-item-has-children > a::after {
  width: 2px;
  height: 10px;
  right: 24px;
}
.menu-main .sub-menu .menu-item-has-children:hover > a::after {
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-main .sub-menu .menu-item-has-children:hover > a::before {
  width: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Submenu Icons End */
/* End Navbar Area */
/* Main Menu End */
/* ------------------------------
    Main Menu - Nav Sliding
------------------------------ */
.menu-open {
  width: 34px;
  height: 20px;
  margin-left: 30px;
  cursor: pointer;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-open:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.hamburger:before,
.hamburger:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 2px;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  left: 0;
  top: 0;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.hamburger:after {
  top: auto;
  bottom: 0;
}
.menu-open.active .hamburger:after {
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.menu-open.active .hamburger:before {
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.menu-open:before,
.hamburger:before,
.hamburger:after {
  background: var(--color-primary);
}
.menu-open:before {
  background: var(--color-dark-3);
}
.is-sticky.site-nav-dark .menu-open:before,
.is-sticky.site-header-dark .menu-open:before {
  background: var(--color-white);
}
.menu-open:hover .hamburger:after {
  background: var(--color-primary);
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu-open:hover .hamburger:before {
  background: var(--color-primary);
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu-open:hover:before {
  -webkit-transform: scaleX(0.75);
  transform: scaleX(0.75);
}
/* ------------------------------
    Nav Container
------------------------------ */
.nav-container.nav-sliding {
  width: 420px;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 40px 40px 80px;
  position: fixed;
  background: var(--color-dark-1);
  top: 0;
  left: 100%;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 106;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}
.nav-container.nav-sliding.active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 34px;
  height: 22px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-close:before,
.menu-close:after {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-container.nav-sliding.active .menu-close:before {
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.nav-container.nav-sliding.active .menu-close:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.nav-container.nav-sliding .menu {
  margin-top: 50px;
}
.nav-container.nav-sliding .menu-hamburger li {
  position: relative;
  display: block;
  opacity: 0;
}
.nav-container.nav-sliding .menu-hamburger li:before {
  content: "";
  position: absolute;
  top: 86%;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.nav-container.nav-sliding .menu-hamburger li:hover:before {
  width: 25%;
  left: 7px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color-primary);
}
.nav-container.nav-sliding .menu-hamburger li.removeBefore:before {
  display: none;
}
.nav-container.nav-sliding .menu-hamburger li a {
  font-weight: bold;
  color: var(--color-white);
  font-family: var(--font-secondary);
  text-transform: none;
  font-size: var(--font-size-xlarge);
  line-height: 1;
  padding: 5px 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-container.nav-sliding .menu-hamburger > li:hover > a {
  text-decoration: none;
  color: var(--color-dark-4);
  letter-spacing: 3px;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-container.nav-sliding .menu-hamburger > li:hover > a:before {
  opacity: 0;
}
.header-right-items > * {
  padding-left: 20px;
}
nav .menu-hamburger .menu-item-has-children .sub-menu {
  display: none;
}
.nav-sliding .menu-hamburger .sub-menu li {
  margin-left: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-sliding .menu-hamburger .sub-menu li a {
  color: var(--color-dark-4);
  font-weight: normal;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-sliding .menu-hamburger .sub-menu li a:hover {
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* Main Menu - Nav Sliding End */
/* ------------------------------
    Search Container
------------------------------ */
.search-container {
  width: 800px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  padding: 80px;
  position: fixed;
  background: var(--color-dark-2);
  top: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 106;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.search-container.active {
  opacity: 1;
  visibility: visible;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 22px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-close:before,
.search-close:after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-container.active .search-close:before {
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.search-container.active .search-close:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.search_form {
  z-index: 4;
  position: absolute;
  width: 500px;
  height: 60px;
  background: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.get-search-form .search_form {
  position: relative;
  top: 0;
  left: auto;
  margin: 0 auto;
  transform: none;
}
.search_form input {
  height: 100%;
  width: 88%;
  padding: 10px 20px;
  font-size: var(--font-size-large);
  color: var(--color-dark-3);
  border: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: none;
  margin: 0;
  float: left;
}
.get-search-form .search_form input {
  border: 2px solid;
  width: 100%;
  border-color: var(--color-dark-2);
  border-radius: 0;
  padding-right: 70px;
}
.get-search-form .search_form input:focus {
  border-color: var(--color-primary);
}
.get-search-form .search_form input:focus ~ .search_btn {
  background-color: var(--color-dark-2);
}
.search_form input:focus::-webkit-input-placeholder {
  text-align: right;
}
.search_form input:focus:-ms-input-placeholder {
  text-align: right;
}
.search_form input:focus::placeholder {
  text-align: right;
}
.search_form .search_btn {
  height: 100%;
  width: 12%;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: var(--font-size-large);
  border: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  outline: none;
  border-left: 2px solid;
  border-color: var(--color-primary);
  margin: 0;
  float: right;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.get-search-form .search_form .search_btn {
  position: absolute;
  width: 52px;
  height: calc(100% - 8px);
  top: 4px;
  right: 4px;
  background: var(--color-primary);
  border-radius: 0;
  border-left: 0;
}
.search_form .search_btn:hover {
  background: var(--color-white);
  border-left: 1px solid;
  border-color: var(--color-dark-2);
  color: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.get-search-form .search_form .search_btn:hover {
  background: var(--color-dark-2);
  color: var(--color-white);
  border-left: 0;
}
.get-search-form .back-to-home {
  color: var(--color-primary);
}
.get-search-form .back-to-home:hover {
  color: var(--color-dark-2);
}
/* Search Clear Icon */
#search-clear-icon::-webkit-search-cancel-button {
  position: relative;
  right: 0;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: url("../images/icons/cancel.svg") no-repeat;
  cursor: pointer;
}
.entry-title.search-results span {
  color: var(--color-primary);
}
.highlight-search-results {
  color: var(--color-white);
  background-color: #2cb8a5;
}
.search-info h2 span {
  color: var(--color-dark-3);
  font-weight: 500;
  padding: 0 10px;
  border: 1px dashed #2cb8a5;
}
#posts-container-search-archive article:last-of-type {
  margin-bottom: 0;
}
/* ------------------------------
        Header Right
------------------------------ */
.site-header .header-account > a,
.site-header .header-wishlist > a,
.site-header .header-cart-icon > a {
  position: relative;
  color: var(--color-dark-3);
}
.site-header .header-search .search-icon {
  position: relative;
  color: var(--color-dark-3);
}
.site-header .header-wishlist .counter,
.site-header .header-cart-icon .counter {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 10px;
  font-weight: 500;
  color: var(--color-white);
  text-align: center;
  line-height: 10px;
  min-width: 18px;
  height: 18px;
  border-radius: 30px;
  padding: 4px;
  background-color: var(--color-primary);
  display: inline-block;
}
/* Cart/Account Panel Content */
.account-panel-header,
.cart-panel-header {
  background: var(--color-light-1);
  text-align: center;
  padding: 30px;
}
.cart_list {
  padding: 0 30px;
  overflow-y: auto;
  height: 100%;
}
.cart-panel-counter {
  color: var(--color-primary);
}
.offcanvas-account-register,
.offcanvas-account-login,
.cart-panel-content-box {
  height: 100%;
}
.account-panel-content,
.cart-panel-content {
  background-color: var(--color-white);
  height: 100%;
  position: static;
}
.widget_shopping_cart_content {
  height: 100%;
  padding-bottom: 348px;
  position: static;
  background-color: var(--color-white);
}
.widget_shopping_cart_content ul.cart_list {
  margin: 0;
  padding: 0 30px;
  overflow-y: auto;
  height: 100%;
}
.mini-cart-item__thumbnail {
  max-width: 100px;
  margin-right: 20px;
  border: 2px solid;
  border-color: var(--color-dark-3);
  overflow: hidden;
}
.widget_shopping_cart_content ul.cart_list .mini_cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget_shopping_cart_content ul.cart_list .mini_cart_item:first-child {
  margin-top: 30px;
}
.widget_shopping_cart_content .mini-cart-item__summary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mini-cart-item__summary .quantity,
.widget_shopping_cart_content .mini-cart-item__price {
  display: block;
  color: var(--color-dark-2);
}
.amount {
  font-size: var(--font-size-medium);
}
.remove.remove_from_cart_button i {
  font-size: 12px;
  position: relative;
  top: -1px;
  color: var(--color-primary-alpha-50);
  margin-right: 6px;
  margin-left: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: var(--color-light-1);
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.remove_from_cart_button:hover i {
  background: var(--color-primary-alpha-50);
  color: var(--color-white);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce-mini-cart-item__title,
.mini-cart-item__title {
  font-weight: 500;
  font-size: var(--font-size-medium);
  letter-spacing: 0;
  line-height: 1.5;
}
.woocommerce-mini-cart-item__title:hover,
.mini-cart-item__title:hover {
  color: var(--color-primary);
}
.widget_shopping_cart_content .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 30px;
  background-color: var(--color-white);
}
.woocommerce-mini-cart__total.total span,
.widget_shopping_cart_footer .total {
  font-size: var(--font-size-medium);
  color: var(--color-dark-2);
  padding: 20px 30px;
  background: var(--color-light-1);
  margin: 0 calc(30px * -1);
}
.woocommerce-mini-cart__total.total span {
  padding: 0;
  margin: 0;
}
.widget_shopping_cart_content .total strong {
  float: left;
  font-weight: 600;
}
.widget_shopping_cart_content .total {
  text-align: right;
}
.widget_shopping_cart_footer .buttons {
  margin: 30px 0 0;
}
/* Login */
.offcanvas-account-register {
  display: none;
}
.offcanvas-account-register.active {
  display: block;
}
.offcanvas-account-login {
  display: none;
}
.offcanvas-account-login.active {
  display: block;
}
.account-modal-logo {
  margin-bottom: 50px;
  margin-top: 20px;
}
.account-modal-logo img {
  width: 88px;
  height: auto;
}
.account-modal-logo h2 {
  color: var(--color-primary);
  font-size: 28px;
  display: inline-block;
}
.account-modal-logo h2:hover {
  opacity: .8;
}
.account-panel-content {
  padding: 30px;
}
.form_register_links a {
  color: var(--color-primary);
}
.form_register_links a:hover {
  color: var(--color-dark-2);
}
.form_links_reset-password a {
  color: var(--color-dark-2);
  display: block;
  line-height: 1;
}
.form_links_reset-password a:hover {
  color: var(--color-primary);
}
/* ------------------------------
    Input Buttons
------------------------------ */
/* Radio Button */
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
}
input[type="radio"]:checked + label::before {
  background-color: var(--color-white);
  border: 5px solid var(--color-primary);
  padding: 1px;
}
input[type="radio"] + label::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #e8eff3;
  border-radius: 40px;
  margin: -3px 10px 0 0;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
}
/* Checkbox */
/* Label Sibling */
#wp-comment-cookies-consent,
.links_checkbox {
  display: none;
}
#wp-comment-cookies-consent + label {
  margin-bottom: 15px;
}
#wp-comment-cookies-consent + label,
.links_checkbox + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: var(--color-dark-4);
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wp-comment-cookies-consent + label::before,
.links_checkbox + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #e8eff3;
  border: 1px solid var(--color-gray);
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wp-comment-cookies-consent:checked + label::before,
.links_checkbox:checked + label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wp-comment-cookies-consent + label::after,
.links_checkbox + label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: 2px solid;
  border-left: none;
  border-top: none;
  border-color: var(--color-white);
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wp-comment-cookies-consent:checked + label::after,
.links_checkbox:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Checkbox: Label Sibling */
/* Checkbox: Label Wrapper */
label.woocommerce-form__label-for-checkbox {
  cursor: pointer;
}
.wc-block-components-checkbox__input,
.woocommerce-form__input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #e8eff3;
  border: 1px solid var(--color-gray);
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 4px;
  top: 3px;
  outline: none;
  transition: all .15s ease-out 0s;
}
.wc-block-components-checkbox__input {
  background-color: #e8eff3 !important;
  border: 1px solid var(--color-gray) !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  top: 100%;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  line-height: 1.25;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
  margin-right: 12px;
}
.woocommerce-form__input-checkbox:hover {
  background-color: var(--color-gray);
  border: 1px solid var(--color-gray);
}
.wc-block-components-checkbox__input:hover {
  background-color: var(--color-gray) !important;
  border: 1px solid var(--color-gray) !important;
}
.wc-block-components-checkbox__input:checked:hover,
.wc-block-components-checkbox__input:checked,
.woocommerce-form__input-checkbox:checked:hover,
.woocommerce-form__input-checkbox:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wc-block-components-checkbox__input:checked:hover,
.wc-block-components-checkbox__input:checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
/* Checked */
.wc-block-components-checkbox__input:before,
.woocommerce-form__input-checkbox:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: 2px solid;
  border-left: none;
  border-top: none;
  border-color: var(--color-white);
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.wc-block-components-checkbox__input:checked:before,
.woocommerce-form__input-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-form__label-for-checkbox span {
  color: var(--color-dark-3);
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
  border-radius: 0;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: none;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  display: none;
}
/* Checkbox: Label Wrapper end */
.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: inline-block;
}
.woocommerce-LostPassword.lost_password {
  float: right;
  clear: both;
}
/* Login End */
/* Header Cart/Account End */
/* ------------------------------
    Site Section Default
------------------------------ */
#main {
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-main-wrapper {
  position: relative;
  overflow: hidden;
}
.overflow {
  position: relative;
  overflow: hidden;
}
.section,
.section-widget,
.mou-section,
.section-content,
.widget__section-wrapper {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-fullheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.section-fullheight__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}
.elementor-column.column-bg-fullheight {
  min-height: 100vh;
}
.elementor-column.column-bg-fullheight {
  min-height: 100vh;
}
.section-bg-image-auto,
.section-bg-image-overlay,
.section-bg-image-overlay_deither {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.section-bg-image-auto.parallaxie,
.section-bg-image-overlay.parallaxie,
.section-bg-image-overlay_deither.parallaxie {
  background-attachment: fixed;
}
.full-height {
  min-height: 100vh;
}
.height-fixed {
  height: 700px;
  max-height: 100vh;
}
.section-bg-image-fullheight,
.section-bg-image-fullheight-overlay,
.section-bg-image-fullheight-overlay_deither {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.section-bg-image-fullheight-overlay_deither:after,
.section-bg-image-fullheight-overlay:before,
.section-bg-image-overlay_deither:after,
.section-bg-image-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-2);
  opacity: 0.9;
  z-index: -1;
}
.section-bg-image-fullheight-overlay_deither:before,
.section-bg-image-overlay_deither:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.25;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAMAAAC5KTl3AAAAgVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABtFS1lAAAAK3RSTlMWi3QSa1uQOKBWCTwcb6V4gWInTWYOqQSGfa6XLyszmyABlFFJXySxQ0BGn2PQBgAAC4NJREFUWMMV1kWO5UAQRdFk5kwzs/33v8Cunr7ZUehKAdaRUAse99ozDjF5BqswrPKm7btzJ2tRziN3rMYXC236humIV5Our7nHWnVdFOBojW2XVnkeu1IZHNJH5OPHj9TjgVxBGBwAAmp60WoA1gBBvg3XMFhxUQ4KuLqx0CritYZPPXinsOqB7I76+OHaZlPzLEcftrqOlOwjeXvuEuH6t6emkaofgVUDIb4fEZB6CmRAeFCTq11lxbAgUyx4rXkqlH9I4bTUDRRVD1xjbqb9HyUBn7rhtr1x+x9Y0e3BdX31/loYvZaLxqnjbRuokz+pPG7WebnSNKE3yE6Tka4aDEDMVYr6Neq126c+ZR2nzzm3yyiC7PGWG/1uueqZudrVGYNdsgOMDvt1cI8CXu63QIcPvYNY8z870WwYazTS7DqpDEknZqS0AFXObWUxTaw0q5pnHlq4oQImakpLfJkmErdvAfhsc7lod0DVT4tuob25C0tQjzdiFObCz7U7eaKGP3s6yQVgQ/y+q+nY6K5dfV75iXzcNlGIP38aj22sVwtWWKMRb7B5HoHPaBvI1Ve5TSXATi66vV6utxsV+aZNFu+93VvlrG/oj8Wp67YT8l+Oq6PjwdGatFm7SEAP13kE0y9CEcf9qhtEWCMIq5AGq71moEAI9vrmFcmO8+7ZyDnmRN/VUaFkM2ce8KuBGFzDMmY6myLfQGra2ofgHhbJRXuRDZ4H+HmliWBHXQ0ysLGfv6FetbxtxzRgIZWjIsGVFl5imPXeyvVyayNek+dSWzjXd4t310YBdaF8sXeKs481PjsXbAtIru2+wHbv3GVh3sQY6Dnu6pF3pZ714VYdDi9A5GkXR/6xgaZN/tpQ8wVV3zeBuB+njoBNE4wjc+uA523ysXGd/P2sntmOb3OdHNWP5OVrxD3eJHdtH8QVkEIAqCor3hReR96yqt6PkTQfenllooQ447h6tOrnnuzwA8fMpq+jqg1oW8fTYYIncAYpVeTvkEFr/khQSbjoE8ykx9049OkE5MQEO9lC24tT7DwThQgf4Fhf8nGgAo3GYaON3crODpOr2pu5dBABz69t7F5yJBBo+r6QJdeLDWEoO7r1tceR3haA7gc7eZrCvpxSXXeKpo4P+hRixo9DeOFbqQVjKyWfBg9pnrEZKzK7R437YTTwhfoySG/YOCt3fs4aXlU3FjKortqQ6XyXaD0+Y/8VoqpyU9TRW45eN4oBxAH8Y/jLnNXfELJW+/p/MgO9Z+mBli2qqAP7dV/Arc2+YZRZwtBW8/p32y5ZsEuCS4O5AAgfR7Dde7zhiGfgvurQkfAXIrUG61rmxc2EZo18ph4vaWZI+QM0JdsbNlBJlPlwf9uguujQJy0j7TgTHdtRnjybTg55Hkk9S6l2rpYahumSewKHVosa1bh2Y6r9JGkdKvIDN/eeAwScrfjoLkCxWJuFZQ53FNP5w9XbQd1HhgHcVB/0fATG3sUUid1RTfc2+7pZVKldFSsaEK0v4k90tapQOk2HIbMhaJQtrUEL5+3sDanh8sOpbYRoQoqXWu6SQcUTQL9jzOrXNPWCJwXge4U7tlU1hkF012cAmvp8llQxf1IEMcw14pURxVOWATz4ITnYQjuF+vDXg5hgoiqXzO6mS91FQUBheURHIJxUeU1i3P0WOMpsm7vFYk0JJi/Ev+X3FwYD69cARPuP5GIc0PxoAFjcLRbNur0iMTrQmBBNYJ2ngU4x7SWfdTRl52Bqv7LmYW3C1CyTCPTHeWWIAM/Whm32COHsaj+2UQ739XB9t6NV0o9E9b7CW3XNiXzi9e0KiE+3rntukdIDBWrU2jsfQWuyFJRANxq8StHVv1JPy2C3Byco7qdNbASrnNXZ8G0L/Wp/pif4Ai9aEZ9Bb+TRx+REBdGlkF/s0dUdMSMr+6YCbuGxqPWdzcdqutvqkBzCksFcwAtjf55TeuH79M6AQa7r5PLeXxMFIlQKrXP9VJ275WGX+ptpf+tvTDBsecPnYQAlAWrVbRVJ7K2pRHwIjtSpbX96Y/lbKk6ZWXlBmh15r8yAWQsYxXgBOXYMAfHnUXF+rDqnB8bXDRtAn7bCziIqetSboK3NexMePvsCRLvmsoREA+kH8j4HWFpnNEaWgOmR7xyXHfTaz3slHc/YA6H6tl/L8d5tPcIwwD0tjvRaq3Y5BmYBSDClpv0VIX4s8D0XK3sPdpAb94HjPLkgboEz9EdZATW6ZdcmQvtKUwoWw+nAVKA7IcdY1UHnvNnIBplKci+knzewLz5/GGnzkGuuGky+0LTjtGBGR85EQICDqKChnm5pH3Z44nnWAk1YRdyu3g7QoFZ0h8jkr2ffjKmi+Qvsp+9GvNGZHmgW+YQAGUw7PPt8IPKbdy432vhKtRJjKWcSqq7helj81o3nfmaxVZ7Sqie8OOBk9WsyTD/ab7fQ5aWwQeJvnH6+ayo4IdIkOSBJjzXkgr+1TPhAx1AXDsxtCCj3TzQTLA1p782f7a8vdgPfwwrXmZxxbqo2h+6Zlo6mcMY4V7cFBOLm17VCvx9Qa2tAnkxEB+KYyQgbgAAnmNDOdOO6y2Cb+lke1MWQc9o+EMdQf7ubIG3Ek8GZ4k1PtGjbhwgOMPp5Em59JMVk/jU8/aF73Xcrd3UBNZyueQu0/xz2aGtZT8CRziOax2BWFXaeDzgZNV7oRtUzFoijoETf3xkAFFk3OMb7SgPh5wxU1+MygDIp9gZChH2qEcpgLh8pBIK90PXT1ZSU+ZExFK4Vm4GL/J7+K13lS5dQkW4HQwl6GX4yLqu8GhGWS2k75yel5IZIfFNdAL0NpKr2N5dQesBnxa42DLgJd6agS1jJsp1mO1dip7PU4P6diLLoTsZ4m3Q0QweiqeFfIGPLgF6v6mSVv6xe85VBD/1Mpe3AurRbcJ9SEo8NszNVy8rOCEexyIFcJRvYAlI/wk2I7r3p60FFLQXoH2q9xri/m41svRPbW0/EnPn2DWsmk0IiPpB60aa3+hiFfWuC8ZvWKEd9LxAk3HcOof6d77RewPaPsGw5lQAHcZN2vx1448u9pLfMLGQ3BSRRjBzRhKt7HcCw/7aqjtCDs5q76b4ZGphxN2th1WeXYlfnozX3ebKtX4Te11hf1tZP1diiGjIDAB1cR4Sb9rcFPC/nBARjlgDxd+tCBb1t91j71xJcgGjT3g/dUFnXXNiDrxkyoHANPk58ACPUa42hj8tgGrhiXOCmygxFZBiT2wyAJTDJ4wJEPmp6JIrDaSWYNqv4xH2wwdSTGYb3E0pXnS39nmLUsqoVZxzSoegqzd0o06wdbTXsaHGL+IF4JtIcXddTcD/dCd8hVf+fWPSV553kjMmMEULLS8HcgmptDO955dLGX78PjiDA6IsTHPm5IA6bc5ha0gaGkoEttXuxU11B2dOJ65/Q08tEF1+Y9cr2Nh/VECfQ33GyvR/gsdN1LuIeLpKMCAF2yRr769g9/4aJLZNRI71m2S91+Kp+Q0zubTcxoG2/6gm1Q79wkMj2XNO2ui7nWw8ULtu27CCvqTGX2PffD+xcwgh/TrOKvGZMM5jRFGDTn4NO/lwnDR/GY/waDZtkWDUPI0O8ztcFVqp6r2ZW+2bvkJ3raptYagFqu95VdIaml2CIp6CKets34x+fH2C+zH4cVFO7vj+6k2FU39PtRhWluYeZ3gDz1TLB9K2v7SD9gJU1qDxoRDrAWcrFGLyndhdtd0505+gEP79adK8fmFCWNYC+ahzVNcRH79E8dA1iqX/N0qq22xcOc20ALxLDspEj4QCFBQMgaIwoKbxr0Bd7Sbws6GiRK6tqoPfpiCle23axejRLyO1I+ahsEpWrzT5ZsCyS5RcY9jMfENFxSnhKsrfW8JHH6/rdQUMfmQPT3Uz9gY0C/pu1yuCnrPUvio0a1qMEosA/EwIzzid7cqsAAAAASUVORK5CYII=) repeat;
}
/* Overlay End */
/* ------------------------------
    MOU Styles
------------------------------ */
/* Page Masthead */
.page-masthead.layout__regular,
.page-masthead.layout__fullscreen {
  min-height: 100%;
}
.page-masthead__heading.gx-large {
  max-width: 85%;
}
/* Fullwidth Half-column */
.page-masthead__heading.full-half {
  padding-left: var(--gutters-large);
  padding-right: var(--gutters-large);
  max-width: 748px;
}
.page-masthead__heading.align-center {
  text-align: center;
}
.page-masthead__heading.align-right {
  text-align: right;
}
.page-masthead__heading .entry-subtitle {
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color-dark-3);
  letter-spacing: 1px;
  position: relative;
  padding-left: 8px;
  margin-top: 12px;
}
.page-masthead__heading.theme-dark .entry-subtitle {
  color: var(--color-gray);
}
.page-masthead__heading.align-center .entry-subtitle {
  padding-left: 0;
}
.page-masthead__heading.align-right .entry-subtitle {
  padding-right: 8px;
}
.page-masthead__heading .entry-subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 12px;
  width: 4px;
  border-radius: 2px;
  background-color: var(--color-primary);
  z-index: 1;
}
.page-masthead__heading.align-center .entry-subtitle:before {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  width: 12px;
}
.page-masthead__heading.align-right .entry-subtitle:before {
  right: 0;
  left: auto;
}
.page-masthead__heading .entry-title {
  font-weight: 600;
  line-height: 1.15;
}
.page-masthead__heading.theme-dark .entry-title {
  color: var(--color-white);
}
.page-masthead__heading .entry-title-desc p {
  color: var(--color-dark-3);
}
/* Page Masthead End */
/* Mou Widget - Section Title */
.mou__widget-section-title.center-align {
  flex-direction: column;
  text-align: center;
}
.section-title .section-main-heading,
.section-title.theme-dark .section-main-heading {
  line-height: 1;
  position: relative;
  color: var(--color-white);
  font-weight: 600;
  z-index: 1;
  margin-bottom: 15px;
}
.section-title .section-main-heading {
  color: var(--color-dark-2);
}
.section-title .section-main-heading.before {
  padding-left: 40px;
}
.section-title .section-main-heading.before ~ .section-sub-heading {
  margin-left: 42px;
}
.mou__widget-section-title.center-align .section-title .section-main-heading.before ~ .section-sub-heading {
  margin-left: auto;
}
.section-title .section-main-heading.before:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  height: 50px;
  width: 50px;
  background: var(--color-primary);
  border-radius: 50%;
  z-index: -1;
}
.mou__widget-section-title.center-align .section-title .section-main-heading.before:before {
  left: auto;
}
.section-title.color-bg-primary .section-main-heading.before:before {
  background: var(--color-dark-2);
}
.section-title.color-bg-primary .section-sub-heading,
.section-title .section-sub-heading {
  color: var(--color-dark-3);
  font-size: var(--font-size-medium);
}
.section-title.color-bg-primary .section-sub-heading {
  color: var(--color-white);
}
/* Mou Widget - Section Title End */
/* Mou Widget - Content Block */
.section-content__heading.theme-dark h1,
.section-content__heading.theme-dark h2,
.section-content__heading.theme-dark h3 {
  color: var(--color-white);
  font-weight: normal;
}
.section-content__heading h1,
.section-content__heading h2,
.section-content__heading h3 {
  font-weight: normal;
}
.section-content__heading h1 span,
.section-content__heading h2 span,
.section-content__heading h3 span {
  color: var(--color-primary);
  font-weight: normal;
}
.mou_card-subtitle {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  color: var(--color-dark-3);
}
.section-content__heading h4.sub-heading,
.section-content__heading h5.sub-heading,
.section-content__heading h6.sub-heading,
.section-content__heading .sub-heading h1,
.section-content__heading .sub-heading h2,
.section-content__heading .sub-heading h3,
.section-content__heading .sub-heading h4,
.section-content__heading .sub-heading h5,
.section-content__heading .sub-heading h6 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  color: var(--color-dark-3);
}
.text-highlight {
  color: var(--color-primary);
}
.woocommerce-Tabs-panel--description blockquote,
blockquote.wp-block-quote,
blockquote.mou-block-quote {
  background-color: var(--color-light-1);
  padding: 15px;
  border-left: 3px solid;
  border-color: var(--color-primary);
  margin: 30px 0;
}
blockquote.wp-block-quote cite,
blockquote.mou-block-quote cite {
  position: relative;
  display: block;
  margin-top: 10px;
}
blockquote.wp-block-quote cite:before,
blockquote.mou-block-quote cite:before {
  content: "—";
  margin-right: 4px;
}
/* ------------------------------
    Theme Bullet Point
------------------------------ */
.woocommerce-Tabs-panel--description ul:not(.elementor-editor-element-settings, .elementor-select-preset-list),
.woocommerce-Tabs-panel--description ol,
.page-static .entry-content ol,
.page-static .entry-content ul:not(.woocommerce-MyAccount-navigation ul, .yith-wcwl-share ul, .woocommerce-shipping-methods, .woocommerce-NoticeGroup ul, .woocommerce-error, .woocommerce-order-overview, #yith-wcwl-form ul),
.post-details .post-inner ol,
.post-details .post-inner ul {
  margin-top: 20px;
  margin-bottom: 0;
}
.woocommerce-Tabs-panel--description ul li:not(.elementor-editor-element-setting, .elementor-select-preset-list li),
.woocommerce-Tabs-panel--description ol li,
.page-static .entry-content ol li,
.page-static .entry-content ul li:not(.woocommerce-MyAccount-navigation-link, .yith-wcwl-share .share-button, .woocommerce-shipping-methods li, .woocommerce-notice, .wc_payment_method, .woocommerce-error li, .woocommerce-order-overview li, #yith-wcwl-form ul li),
.post-details .post-inner ol li,
.post-details .post-inner ul li,
.theme-bullet li {
  margin-bottom: 8px;
  margin-left: 30px;
  color: var(--color-dark-3);
  position: relative;
}
.woocommerce-Tabs-panel--description ol li,
.post-details .post-inner ol li,
.page-static .entry-content ol li {
  margin-left: 0;
}
.woocommerce-Tabs-panel--description ul li:last-child,
.woocommerce-Tabs-panel--description ol li:last-child,
.page-static .entry-content ol li:last-child,
.page-static .entry-content ul li:last-child:not(.woocommerce-error li),
.post-details .post-inner ol li:last-child,
.post-details .post-inner ul li:last-child,
.theme-bullet li:last-child {
  margin-bottom: 0;
}
.woocommerce-Tabs-panel--description ul li:not(.elementor-select-preset-list li, .elementor-editor-element-settings li)::before,
.woocommerce-Tabs-panel--description ol li::marker,
.page-static .entry-content ol li::marker,
.page-static .entry-content ul li:not(.woocommerce-MyAccount-navigation-link, .yith-wcwl-share .share-button, .woocommerce-shipping-methods li, .woocommerce-notice, .wc_payment_method, .woocommerce-error li, #yith-wcwl-form ul li)::before,
.post-details .post-inner ol li::marker,
.post-details .post-inner ul li::before,
.theme-bullet li i {
  margin-left: -30px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}
.woocommerce-Tabs-panel--description ol li::marker,
.page-static .entry-content ol li::marker,
.post-details .post-inner ol li::marker {
  color: var(--color-primary);
  font-size: inherit;
  margin-left: 0;
}
.woocommerce-Tabs-panel--description ul li:not(.elementor-select-preset-list li, .elementor-editor-element-settings li)::before,
.page-static .entry-content ul li:not(.woocommerce-MyAccount-navigation-link, .yith-wcwl-share .share-button, .woocommerce-shipping-methods li, .woocommerce-notice, .wc_payment_method, .woocommerce-error li, .woocommerce-order-overview li, #yith-wcwl-form ul li)::before,
.post-details .post-inner ul li::before {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
}
/* Theme Bullet Point End */
.section-content__popup-video {
  position: relative;
}
.section-content__popup-video.fullwidth img {
  width: 100%;
}
.section-content__popup-video a.popup_video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: var(--color-primary);
  background: var(--color-white);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-content__popup-video a.popup_video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  border: 2px solid var(--color-primary);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  padding: 54px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-content__popup-video a.popup_video:hover {
  color: var(--color-primary);
  background: var(--color-dark-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-content__popup-video a.popup_video:hover:before {
  border-color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-masthead__featured-image,
.section-content__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-content__image img {
  width: max-content;
}
.section-content__image.fullwidth img {
  width: 100%;
}
.section-content__image.fixed-height img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}
/* Video */
.section-content__video,
.section-content__video.stand {
  position: relative;
}
.section-content__video.stand:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% - 16px);
  width: 8px;
  height: 50px;
  background-color: var(--color-dark-2);
}
.section-content__video.stand.theme-dark:before {
  background-color: var(--color-light-1);
}
.section-content__video.stand:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% + 26px);
  width: 70px;
  height: 12px;
  border-radius: 6px 6px 2px 2px;
  background-color: var(--color-dark-2);
}
.section-content__video.stand.theme-dark:after {
  background-color: var(--color-light-1);
}
.section-content__video.border-frame video {
  border: 8px solid;
  border-color: var(--color-dark-2);
  position: relative;
}
.section-content__video.border-frame.theme-dark video {
  border-color: var(--color-light-1);
}
.section-content__popup-video.shape-before,
.section-content__popup-video.shape-after {
  position: relative;
}
.section-content__popup-video.shape-before:before,
.section-content__popup-video.shape-after:before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 400px;
  background: var(--color-primary);
}
.section-content__popup-video.shape-after:before {
  left: 100%;
}
.text-justify {
  text-align: justify;
}
/* Fullwidth Half-column */
.mou__widget_content-text.full-half {
  padding-left: var(--gutters-large);
  padding-right: var(--gutters-large);
  max-width: 748px;
}
.mou__widget_content-text.full-half.left {
  padding-left: var(--gutters-large);
  padding-right: var(--gutters-large);
  max-width: 748px;
  margin-right: 0;
  margin-left: auto;
}
/* Video End */
/* Mou Widget - Content Block End */
/* Mou Widget - Cards */
.mou_card-media {
  margin: 0 30px;
  border: 4px solid var(--color-primary-alpha-50);
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
  z-index: 1;
}
.mou_cards_wrapper:hover .mou_card-media {
  border: 4px solid var(--color-primary-alpha-25);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.mou_cards_wrapper .mou_card-media img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.mou_cards_wrapper:hover .mou_card-media img {
  filter: grayscale(.5);
  transform: scale(1.15) rotate(3deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.mou_card-text {
  background-color: var(--color-light-1);
  padding: 30px;
  margin-top: -60px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.mou_cards_wrapper:hover .mou_card-text {
  background-color: var(--color-dark-2);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.mou_card-text > h2 {
  font-size: 26px;
  margin-top: 50px;
  font-family: var(--font-primary);
  font-weight: 600;
  position: relative;
  padding-left: 16px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.mou_card-text > h2:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -8px;
  transform: rotate(45deg) scale(1);
  border-top: 8px solid var(--color-primary);
  border-right: 8px solid var(--color-primary);
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2;
}
.mou_cards_wrapper:hover .mou_card-text > h2:before {
  opacity: 0;
  transform: rotate(45deg) scale(0);
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mou_cards_wrapper:hover .mou_card-text > h2 {
  color: var(--color-white);
  padding-left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mou_card-text .mou_card-subtitle {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mou_cards_wrapper:hover .mou_card-text .mou_card-subtitle {
  color: var(--color-primary);
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mou_cards_wrapper:hover .mou_card-desc {
  color: var(--color-dark-4);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mou_cards_wrapper:hover .content-btn a {
  color: var(--color-white);
}
.mou_cards_wrapper:hover .content-btn a i {
  opacity: 1;
  visibility: visible;
  right: -28px;
}
.mou_cards_wrapper:hover .content-btn a:hover {
  color: var(--color-primary);
}
.mou_cards_wrapper:hover .content-btn a:hover i {
  color: var(--color-white);
}
.mou_cards_wrapper:hover .content-btn a:before {
  background: var(--color-dark-4);
}
/* Mou Widget - Cards End */
/* ------------------------------
    Hero Image Slider
------------------------------ */
.swiper-button-next,
.swiper-button-prev {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.swiper__gallery-fullscreen .swiper-pagination-fraction,
.swiper__slider-fullscreen .swiper-pagination-fraction,
.swiper__hero-slider-shop .swiper-pagination-fraction,
.swiper__hero-slider .swiper-pagination-fraction {
  color: var(--color-dark-3);
}
.hero-image-content__image.overflow {
  overflow: hidden;
}
.hero-image-content__image.square.style-1 {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.hero-image-content__image.style-1.clip-path {
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%);
}
.hero-image-content__image.square.style-1:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: 3px solid;
  border-color: var(--color-primary);
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__hero-slider .swiper-slide-active .hero-image-content__image.square.style-1:before {
  opacity: 1;
  right: -20px;
  top: -20px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hero-image-content__image.style-2 {
  position: relative;
  z-index: 1;
}
.hero-image-content__image.style-2.shape:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 450px;
  border-radius: 50%;
  background-color: var(--color-primary);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: shapeAnimate2 20s infinite;
  animation: shapeAnimate2 20s infinite;
}
.swiper__hero-slider .swiper-slide-active .hero-image-content__image.style-2.shape:before {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@-webkit-keyframes shapeAnimate2 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes shapeAnimate2 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.swiper__gallery-fullscreen .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.swiper__gallery-fullscreen .swiper-pagination-bullet-active {
  background: var(--color-dark-3);
  position: relative;
}
.swiper__gallery-fullscreen .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid;
  border-color: var(--color-primary-alpha-50);
  border-radius: 50%;
}
/* Scroll Button */
.scroll-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50px;
  width: 30px;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  cursor: pointer;
}
.scroll-btn.align-left {
  left: auto;
  margin-left: 12px;
}
.scroll-btn.align-right {
  right: auto;
}
.scroll-btn i:before {
  color: var(--color-primary);
  font-size: var(--font-size-medium);
  margin: 0;
}
.scroll-btn-wrapper {
  height: 50px;
  position: relative;
}
.scroll-ball {
  position: absolute;
  background: var(--color-primary) none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  height: 10px;
  width: 4px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: animate 3s ease 0s normal none infinite running;
  animation: animate 3s ease 0s normal none infinite running;
}
/* Scrolling animation */
@-webkit-keyframes animate {
  0% {
    top: 10px;
    opacity: 1;
  }
  50% {
    top: 30px;
    opacity: 1;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}
@keyframes animate {
  0% {
    top: 10px;
    opacity: 1;
  }
  50% {
    top: 30px;
    opacity: 1;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}
.hero_content-wrapper {
  display: flex;
  justify-content: space-between;
}
.hero_content-wrapper.center {
  justify-content: center;
}
.hero_content-wrapper.between {
  justify-content: space-between;
}
.hero_content-wrapper.around {
  justify-content: space-around;
}
.hero_content-wrapper.evenly {
  justify-content: space-evenly;
}
.hero_content-wrapper.img-left-all {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 1025px) {
  .hero_content-wrapper.img-left-desktop {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_content-wrapper.img-left-tablet {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .hero_content-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .hero_content-wrapper.img-left-all {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero_content-wrapper.img-left-all .hero_content-image {
    margin-bottom: 50px;
  }
  .hero_content-wrapper.has-image-start {
    justify-content: start;
  }
  .hero_content-wrapper.has-image-end {
    justify-content: end;
  }
  .hero_content-wrapper.has-image-end .hero_content-image {
    margin-top: 50px;
  }
  .hero_content-wrapper .hero_content-image img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .hero_content-wrapper.img-top-mobile {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero_content-wrapper.img-top-mobile .hero_content-image {
    margin-bottom: 50px;
  }
}
.hero_content-wrapper .hero_content-image {
  position: relative;
  z-index: 1;
}
.hero_content-wrapper .hero_content-image.shape-border::after,
.hero_content-wrapper .hero_content-image.shape-border::before,
.hero_content-wrapper .hero_content-image.shape-solid::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-primary);
  z-index: 2;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: shapeAnimate2 20s infinite;
  animation: shapeAnimate2 20s infinite;
  left: -30%;
  bottom: -50%;
}
.hero_content-wrapper .hero_content-image.shape-border::after,
.hero_content-wrapper .hero_content-image.shape-border::before {
  background: none;
  border: 50px solid;
  border-color: var(--color-primary);
  -webkit-transition: all 1.25s;
  transition: all 1.25s;
  z-index: 1;
}
.hero_content-wrapper .hero_content-image.shape-border::after {
  border-color: var(--color-dark-2);
  left: 25%;
  bottom: 45%;
  -webkit-animation: shapeAnimate2 25s infinite;
  animation: shapeAnimate2 25s infinite;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  z-index: -1;
}
.hero_content-wrapper .hero_content-text {
  position: relative;
  align-self: center;
  z-index: 1;
}
/* glitch */
.glitch {
  position: relative;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  height: 100%;
  text-shadow: -2px 0 #ff00c1;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  height: 100%;
  text-shadow: -2px 0 #ff00c1, 2px 2px #ff00c1;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim2 5s infinite linear alternate-reverse;
}
@keyframes glitch-anim {
  0% {clip: rect(21px, 9999px, 5px, 0);transform: skew(0.51deg);}
  5% {clip: rect(28px, 9999px, 10px, 0);transform: skew(0.01deg);}
  10% {clip: rect(27px, 9999px, 16px, 0);transform: skew(0.47deg);}
  15% {clip: rect(74px, 9999px, 27px, 0);transform: skew(0.04deg);}
  20% {clip: rect(72px, 9999px, 76px, 0);transform: skew(0.01deg);}
  25% {clip: rect(52px, 9999px, 58px, 0);transform: skew(0.45deg);}
  30% {clip: rect(39px, 9999px, 86px, 0);transform: skew(0.35deg);}
  35% {clip: rect(93px, 9999px, 45px, 0);transform: skew(0.62deg);}
  40% {clip: rect(28px, 9999px, 68px, 0);transform: skew(0.88deg);}
  45% {clip: rect(79px, 9999px, 32px, 0);transform: skew(0.8deg);}
  50% {clip: rect(17px, 9999px, 47px, 0);transform: skew(0.24deg);}
  55% {clip: rect(19px, 9999px, 94px, 0);transform: skew(0.8deg);}
  60% {clip: rect(49px, 9999px, 57px, 0);transform: skew(0.86deg);}
  65% {clip: rect(43px, 9999px, 22px, 0);transform: skew(0.15deg);}
  70% {clip: rect(64px, 9999px, 2px, 0);transform: skew(0.54deg);}
  75% {clip: rect(58px, 9999px, 3px, 0);transform: skew(0.62deg);}
  80% {clip: rect(71px, 9999px, 82px, 0);transform: skew(0.83deg);}
  85% {clip: rect(93px, 9999px, 44px, 0);transform: skew(0.66deg);}
  90% {clip: rect(42px, 9999px, 13px, 0);transform: skew(0.62deg);}
  95% {clip: rect(71px, 9999px, 49px, 0);transform: skew(0.93deg);}
}
@keyframes glitch-anim2 {
  0% {clip: rect(76px, 9999px, 89px, 0);transform: skew(0.35deg);}
  5% {clip: rect(95px, 9999px, 50px, 0);transform: skew(0.13deg);}
  10% {clip: rect(52px, 9999px, 47px, 0);transform: skew(0.74deg);}
  15% {clip: rect(87px, 9999px, 50px, 0);transform: skew(0.71deg);}
  20% {clip: rect(78px, 9999px, 14px, 0);transform: skew(0.51deg);}
  25% {clip: rect(82px, 9999px, 3px, 0);transform: skew(0.91deg);}
  30% {clip: rect(44px, 9999px, 5px, 0);transform: skew(0.62deg);}
  35% {clip: rect(57px, 9999px, 32px, 0);transform: skew(0.88deg);}
  40% {clip: rect(36px, 9999px, 4px, 0);transform: skew(0.53deg);}
  45% {clip: rect(72px, 9999px, 18px, 0);transform: skew(0.19deg);}
  50% {clip: rect(69px, 9999px, 29px, 0);transform: skew(0.6deg);}
  55% {clip: rect(24px, 9999px, 3px, 0);transform: skew(0.71deg);}
  60% {clip: rect(100px, 9999px, 50px, 0);transform: skew(0.28deg);}
  65% {clip: rect(11px, 9999px, 74px, 0);transform: skew(0.46deg);}
  70% {clip: rect(77px, 9999px, 82px, 0);transform: skew(0.88deg);}
  75% {clip: rect(87px, 9999px, 48px, 0);transform: skew(0.91deg);}
  80% {clip: rect(63px, 9999px, 61px, 0);transform: skew(0.73deg);}
  85% {clip: rect(53px, 9999px, 15px, 0);transform: skew(0.6deg);}
  90% {clip: rect(49px, 9999px, 65px, 0);transform: skew(0.55deg);}
  95% {clip: rect(15px, 9999px, 63px, 0);transform: skew(0.58deg);}
}
@keyframes glitch-skew {
  0% {transform: skew(5deg);}
  10% {transform: skew(5deg);}
  20% {transform: skew(-3deg);}
  30% {transform: skew(1deg);}
  40% {transform: skew(-1deg);}
  50% {transform: skew(5deg);}
  60% {transform: skew(-3deg);}
  70% {transform: skew(-3deg);}
  80% {transform: skew(-1deg);}
  90% {transform: skew(2deg);}
}
/* glitch end */
.hero-image-content__text {
  max-width: 100%;
}
.hero_content-text,
.hero_content-image {
  flex-shrink: 0;
}
.hero-image-content__text h2 {
  color: var(--color-dark-3);
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}
.hero-image-content__text.theme-dark h2 {
  color: var(--color-white);
}
.hero-image-content__text h2:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-primary);
  animation: pulse 1.5s ease-in-out infinite;
}
.hero-image-content__text.slide-portfolio h2:after,
.hero-image-content__text.shop h2:after {
  display: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: .8;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: .8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.swiper__hero-slider .swiper-slide-active .hero-image-content__text h2:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hero-image-content__text h1,
.hero-image-content__text h1 span {
  font-size: var(--font-size-super);
  color: var(--color-primary);
  line-height: 1;
  font-weight: bold;
}
.hero-image-content__text h1 {
  color: var(--color-dark-2);
}
.hero-image-content__text p {
  font-size: var(--font-size-medium);
  line-height: 1.75;
}
.hero-image-content__text.theme-dark p {
  color: var(--color-white);
}
.hero-image-content__text.style-2.theme-dark h1 {
  color: var(--color-white);
}
.hero-image-content__text.style-3 h1 {
  color: var(--color-primary);
}
span.span {
  color: var(--color-primary);
}
.hero-main-title span {
  color: var(--color-primary);
}
.hero-image-content__text.style-3 h1 span {
  color: var(--color-white);
  font-weight: bold;
}
.hero-image-content__text.style-3 h4 {
  color: var(--color-white);
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  background: var(--color-dark-3);
  display: inline-block;
  padding: 7px 7px 7px 14px;
}
.hero-image-thumb img {
  max-height: 600px;
  margin: 0 auto;
  display: block;
  animation: priyoAnimate1 7s linear 2s infinite alternate;
  -webkit-animation: priyoAnimate1 7s linear 2s infinite alternate;
  position: relative;
}
@keyframes priyoAnimate1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes priyoAnimate1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Hero Image Slider End */
/* Shape */
.shape-image,
.shape-image-2 {
  position: absolute;
  max-width: 150px;
  left: auto;
  right: auto;
  z-index: 2;
}
.shape-1 {
  position: absolute;
  left: 100px;
  top: -100px;
  z-index: 1;
}
.shape-2 {
  position: absolute;
  right: 100px;
  top: -100px;
  z-index: 1;
}
.shape-3 {
  position: absolute;
  right: 100px;
  z-index: 2;
  top: -100px;
}
/* Shape End */
/* CTA Block */
.mou__widget-cta .cta-content.center-align {
  flex-direction: column;
  text-align: center;
}
.mou__widget-cta .cta-content .cta-text h2 {
  font-weight: 700;
}
.mou__widget-cta.theme-dark .cta-content .cta-text h2 {
  color: var(--color-white);
}
.mou__widget-cta .cta-content .cta-text h2 span {
  color: var(--color-primary);
  font-weight: bold;
}
.mou__widget-cta .cta-content .cta-text h5 {
  font-weight: 300;
  text-transform: uppercase;
}
.mou__widget-cta.theme-dark .cta-content .cta-text h5 {
  color: var(--color-white);
}
/* CTA Block End */
/* ------------------------------
    Mou Widget - Service Box Style-1
------------------------------ */
.mou__widget-service-box.style-1 {
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.mou__widget-service-box.style-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  transform: skewX(35deg);
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, .15);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
.mou__widget-service-box.style-1:hover:before {
  left: calc(100% + 100px);
  opacity: .5;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
.mou__widget-service-box.style-1 .icon-md-1 {
  display: none;
}
.mou__widget-service-box.style-1 .service-icon i {
  font-size: 82px;
  line-height: 1.25;
  color: var(--color-white);
}
.mou__widget-service-box.style-1 .service-icon.color-primary i {
  color: var(--color-primary);
}
.mou__widget-service-box.style-1 .service-icon i,
.mou__widget-service-box.style-1 img {
  position: relative;
  top: 40px;
  -webkit-transition: cubic-bezier(.15, .26, .49, 1.41) 0.7s;
  transition: cubic-bezier(.15, .26, .49, 1.41) 0.7s;
  transition-delay: .2s;
}
.mou__widget-service-box.style-1:hover .service-icon i,
.mou__widget-service-box.style-1:hover img {
  top: 0;
  -webkit-transition: cubic-bezier(.15, .26, .49, 1.41) 0.7s;
  transition: cubic-bezier(.15, .26, .49, 1.41) 0.7s;
  transition-delay: .2s;
}
.mou__widget-service-box.style-1 h1,
.mou__widget-service-box.style-1 h2,
.mou__widget-service-box.style-1 h3,
.mou__widget-service-box.style-1 h3,
.mou__widget-service-box.style-1 h4,
.mou__widget-service-box.style-1 h6 {
  margin-bottom: 15px;
}
.mou__widget-service-box.style-1 h1 a,
.mou__widget-service-box.style-1 h2 a,
.mou__widget-service-box.style-1 h3 a,
.mou__widget-service-box.style-1 h3 a,
.mou__widget-service-box.style-1 h4 a,
.mou__widget-service-box.style-1 h5 a {
  color: var(--color-white);
  font-family: var(--font-primary);
  line-height: 1.25;
  position: relative;
  top: 40px;
  font-weight: 500;
  margin: 20px 0;
  -webkit-transition: cubic-bezier(.15, .26, .49, 1.41) 0.7s;
  transition: cubic-bezier(.15, .26, .49, 1.41) 0.7s;
  transition-delay: .1s;
}
.mou__widget-service-box.style-1:hover h1 a,
.mou__widget-service-box.style-1:hover h2 a,
.mou__widget-service-box.style-1:hover h3 a,
.mou__widget-service-box.style-1:hover h4 a,
.mou__widget-service-box.style-1:hover h5 a,
.mou__widget-service-box.style-1:hover h6 a {
  top: 0;
  -webkit-transition: cubic-bezier(.42, -0.01, .27, 1.15) 0.7s;
  transition: cubic-bezier(.42, -0.01, .27, 1.15) 0.7s;
  transition-delay: .1s;
}
.mou__widget-service-box.style-1 p {
  position: relative;
  line-height: 1.5;
  opacity: 0;
  bottom: -50px;
  -webkit-transform: scaleY(1.25);
  transform: scaleY(1.25);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mou__widget-service-box.style-1:hover p {
  opacity: 1;
  bottom: 0;
  transform: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: .3s;
}
/* Mou Widget - Service Box Style-1 End */
/* ------------------------------
    Mou Widget - Counter-up
------------------------------ */
.mou__widget-counterup .counter-content {
  margin-bottom: 12px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mou__widget-counterup .counter-number {
  font-size: var(--font-size-xxl);
  font-family: var(--font-secondary);
  line-height: 1;
  color: var(--color-dark-2);
  font-weight: 600;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mou__widget-counterup.theme-dark .counter-number {
  color: var(--color-white);
}
.mou__widget-counterup .counter-label {
  color: var(--color-primary);
  font-size: var(--font-size-small);
  font-family: var(--font-primary);
  line-height: 1;
  font-weight: 500;
}
.mou__widget-counterup.theme-dark .counter-label {
  color: var(--color-primary);
  font-family: var(--font-primary);
}
.mou__widget-counterup .prefix,
.mou__widget-counterup .suffix {
  color: var(--color-dark-2);
  font-family: var(--font-secondary);
  font-size: var(--font-size-xlarge);
  font-weight: bold;
}
.mou__widget-counterup.theme-dark .prefix,
.mou__widget-counterup.theme-dark .suffix {
  color: var(--color-white);
  font-weight: bold;
}
/* Mou Widget - Counter-up End */
/* ------------------------------
    Portfolio
------------------------------ */
.button-group button {
  border: none;
  color: var(--color-dark-3);
  background: transparent;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 15px;
  outline: none;
  position: relative;
}
.button-group button:first-child {
  margin-left: 0;
}
.button-group button:last-child {
  margin-right: 0;
}
.site-nav-dark .button-group button,
.site-header-dark .button-group button {
  color: var(--color-dark-3);
}
.button-group button:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  transform-origin: right;
  transform: scaleX(0);
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.button-group button:hover:before,
.button-group button.active:before {
  transform-origin: left;
  transform: scaleX(.65);
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.site-nav-dark .button-group button:hover,
.site-nav-dark .button-group button.active,
.site-header-dark .button-group button:hover,
.site-header-dark .button-group button.active {
  color: var(--color-white);
}
/* Portfolio End */
/* ------------------------------
    Team - Style-1
------------------------------ */
.owl__team-wrapper,
.team__slider-style-1 {
  position: relative;
}
.mou__widget-team-box.style-1 .team-content__image {
  position: relative;
  overflow: hidden;
}
.mou__widget-team-box.style-1 .team-content__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  content: "";
  background: var(--color-primary);
  opacity: .75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mou__widget-team-box.style-1:hover .team-content__image:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-hover {
  position: absolute;
  width: 100%;
  bottom: 65px;
  color: var(--color-white);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-hover h3 {
  color: var(--color-white);
  line-height: 1;
}
.mou__widget-team-box.style-1:hover .team-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-content__social {
  padding: 20px 25px;
  background: var(--color-dark-2);
  width: 100%;
  max-width: fit-content;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -38px;
}
.team-content__social ul li {
  display: inline-block;
}
.team-content__social ul li a {
  display: block;
  font-size: 20px;
  margin: 0 12px;
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-content__social ul li a:hover {
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team__slider-style-1 .owl-dots,
.team__slider-style-1 .owl-nav {
  position: relative;
  margin-top: 0;
}
.team__slider-style-1.active-dots .owl-dots.disabled,
.mou_simple-slider.active-dots .owl-dots.disabled,
.team__slider-style-1.active-nav .owl-nav.disabled {
  display: block;
}
.team__slider-style-1.active-dots .owl-dots button,
.mou_simple-slider.active-dots .owl-dots button {
  background: var(--color-dark-3);
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  height: 10px;
  width: 10px;
  margin-right: 6px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.team__slider-style-1.active-dots .owl-dots button:last-child,
.mou_simple-slider.active-dots .owl-dots button:last-child {
  margin-right: 0;
}
.team__slider-style-1.active-dots .owl-dots button.active,
.mou_simple-slider.active-dots .owl-dots button.active {
  background: var(--color-primary);
  width: 16px;
  -webkit-transition: 0.5s cubic-bezier(.72, .09, .42, 1);
  transition: 0.5s cubic-bezier(.72, .09, .42, 1);
}
.team__slider-style-1.active-dots .owl-dots button:hover,
.mou_simple-slider.active-dots .owl-dots button:hover {
  background: var(--color-gray);
  -webkit-transition: 0.5s cubic-bezier(.72, .09, .42, 1);
  transition: 0.5s cubic-bezier(.72, .09, .42, 1);
}
.team__slider-style-1 .owl-nav button.owl-next i:before,
.team__slider-style-1 .owl-nav button.owl-prev i:before {
  font-size: var(--font-size-large);
  margin: 0;
}
.team__slider-style-1 .owl-nav button.owl-next,
.team__slider-style-1 .owl-nav button.owl-prev {
  background: var(--color-primary);
  color: var(--color-white);
  height: 50px;
  width: 50px;
  line-height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team__slider-style-1 .owl-nav button.owl-prev {
  margin-right: 8px;
}
.team__slider-style-1 .owl-nav button.owl-next:hover,
.team__slider-style-1 .owl-nav button.owl-prev:hover {
  background: var(--color-dark-2);
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team__slider-style-1 .owl-nav button.owl-next:focus,
.team__slider-style-1 .owl-nav button.owl-prev:focus {
  outline: none;
}
.team__slider-style-1 .owl-nav button.owl-next {
  right: 0;
}
/* Team - Style-1 End */
/* ------------------------------
    Testimonial - Style-1
------------------------------ */
.testimonial__slider-style-2 .owl-item img {
  border: 4px solid;
  border-color: var(--color-primary);
}
.testimonial-slide-wrapper-2 .feedback-quote {
  margin-bottom: 5px;
}
.testimonial-slide-wrapper-2 .feedback-quote i {
  font-size: var(--font-size-super);
  color: var(--color-primary);
  line-height: 1;
}
.testimonial-slide-wrapper-2.theme-dark .feedback p {
  color: var(--color-white);
}
.testimonial-slide-wrapper-2 .client-name {
  color: var(--color-primary);
}
.testimonial-slide-wrapper-2 .client-name h4 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 6px;
  font-family: var(--font-secondary);
  font-style: italic;
}
.testimonial-slide-wrapper-2.theme-dark .client-name h4 {
  color: var(--color-white);
}
/* Testimonial - Style-1 End */
/* ------------------------------
    Product Category Slider
------------------------------ */
.mou_simple-slider {
  position: relative;
}
.mou_simple-slider .owl-nav {
  display: block;
  margin-top: 24px;
}
.mou_simple-slider .owl-nav button.owl-next i:before,
.mou_simple-slider .owl-nav button.owl-prev i:before {
  font-size: var(--font-size-large);
  margin: 0;
}
.mou_simple-slider .owl-nav button.owl-next,
.mou_simple-slider .owl-nav button.owl-prev {
  background: var(--color-primary);
  color: var(--color-white);
  height: 50px;
  width: 50px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mou_simple-slider .owl-nav button.owl-prev {
  margin-right: 8px;
}
.mou_simple-slider .owl-nav button.owl-next:hover,
.mou_simple-slider .owl-nav button.owl-prev:hover {
  background: var(--color-dark-2);
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mou_simple-slider .owl-nav button.owl-next:focus,
.mou_simple-slider .owl-nav button.owl-prev:focus {
  outline: none;
}
.mou_simple-slider .owl-nav button.owl-next {
  right: 0;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
/* ------------------------------
    Blog Posts
------------------------------ */
article.single-post.no-more-pages.grid-item-blog:last-of-type {
  margin-bottom: 0;
}
/* Post Format */
.format-quote,
.format-audio,
.format-video,
.format-gallery {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.format-audio::after,
.format-chat::after,
.format-gallery::after,
.format-image::after,
.format-link::after,
.format-quote::after,
.format-status::after,
.format-video::after {
  font-family: "Font Awesome 6 Free", sans-serif;
  position: absolute;
  top: 0;
  right: 15px;
  content: "\f028";
  font-size: 18px;
  width: 60px;
  height: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 60px;
  font-weight: 900;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-primary);
  z-index: 2;
}
.format-chat::after {
  content: "\f4ad";
}
.format-gallery::after {
  content: "\f302";
}
.format-image::after {
  content: "\f03e";
}
.format-link::after {
  content: "\f0c1";
}
.format-quote::after {
  content: "\f10d";
}
.format-status::after {
  content: "\f550";
}
.format-video::after {
  content: "\f03d";
}
.widget .single-works.format-audio::after,
.widget .single-works.format-chat::after,
.widget .single-works.format-gallery::after,
.widget .single-works.format-image::after,
.widget .single-works.format-link::after,
.widget .single-works.format-quote::after,
.widget .single-works.format-status::after,
.widget .single-works.format-video::after,
.footer-post-item.format-audio::after,
.footer-post-item.format-chat::after,
.footer-post-item.format-gallery::after,
.footer-post-item.format-image::after,
.footer-post-item.format-link::after,
.footer-post-item.format-quote::after,
.footer-post-item.format-status::after,
.footer-post-item.format-video::after,
.widget-article-wrapper.format-audio::after,
.widget-article-wrapper.format-chat::after,
.widget-article-wrapper.format-gallery::after,
.widget-article-wrapper.format-image::after,
.widget-article-wrapper.format-link::after,
.widget-article-wrapper.format-quote::after,
.widget-article-wrapper.format-status::after,
.widget-article-wrapper.format-video::after,
.post-details.format-audio::after,
.post-details.format-chat::after,
.post-details.format-gallery::after,
.post-details.format-image::after,
.post-details.format-link::after,
.post-details.format-quote::after,
.post-details.format-status::after,
.post-details.format-video::after {
  display: none;
}
.blog-thumb,
.blog-grid-thumb {
  position: relative;
  overflow: hidden;
}
.article-image-small {
  position: relative;
  overflow: hidden;
}
.blog-thumb:before,
.blog-grid-thumb:before,
.article-image-small:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  background: var(--color-dark-2);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.articles-wrapper-small .small-article-item:last-child {
  margin-bottom: 0 !important;
}
.single-post:hover .blog-thumb:before,
.single-grid-post:hover .blog-grid-thumb:before,
.widget_recent_posts ul li:hover .article-image-small:before,
.articles-wrapper-small ul li:hover .article-image-small:before {
  opacity: .9;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-meta-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: var(--color-dark-2);
  padding: 15px 25px;
  color: var(--color-primary);
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post:hover .post-meta-info,
.single-grid-post:hover .post-meta-info,
.widget_recent_posts ul li:hover .post-meta-info,
.articles-wrapper-small ul li:hover .post-meta-info {
  background: transparent;
  padding-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-meta-info li {
  display: inline-block;
  margin-right: 30px;
  color: var(--color-white);
  font-size: var(--font-size-small);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-meta-info li i {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-meta-info li:hover i {
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-meta-info li:hover {
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-content h3 a,
.blog-grid-content h3 a {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post.theme-dark .post-content h3 a {
  color: var(--color-white);
}
.entry-title-small a,
.wp-block-latest-posts__post-title {
  display: block;
  color: var(--color-dark-2);
  font-size: var(--font-size-medium);
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-content h3:hover a,
.blog-grid-content h4:hover a,
.entry-title-small:hover a,
.wp-block-latest-posts__post-title:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post.theme-dark .post-content h3:hover a {
  color: var(--color-primary);
}
.post-content h3 a:focus,
.blog-grid-content h4 a:focus,
.entry-title-small a:focus,
.wp-block-latest-posts__post-title:focus,
.post-content h3 a:active,
.blog-grid-content h4 a:active,
.entry-title-small a:active,
.wp-block-latest-posts__post-title:active {
  color: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wp-block-latest-posts__list li {
  margin-bottom: 24px;
}
.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
}
.article-image-small {
  max-width: 150px;
  height: 150px;
  margin-right: 24px;
}
.post-meta-info-small a {
  font-size: var(--font-size-small);
  margin-right: 15px;
}
.post-meta-info-small a i {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-meta-info-small a:hover i {
  color: var(--color-dark-3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-thumb img,
.blog-grid-thumb img,
.article-image-small img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post:hover .blog-thumb img,
.single-grid-post:hover .blog-grid-thumb img,
.widget_recent_posts ul li:hover .article-image-small img,
.articles-wrapper-small ul li:hover .article-image-small img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_recent_posts .article-image-small {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  float: left;
}
.widget_recent_posts .article-image-small img {
  width: 100%;
  height: auto;
}
.post-author a {
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 5px;
}
.post-author .read-time {
  display: inline-block;
  margin-left: 18px;
}
.post-author .read-time i {
  margin-right: 8px;
}
.post-author .searched-post {
  margin-left: 18px;
}
.post-author a i {
  color: var(--color-primary);
  font-size: var(--font-size-small);
  margin-right: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post:hover .post-author a i,
.single-grid-post:hover .post-author a i,
.widget_recent_posts ul li:hover .post-author a i,
.articles-wrapper-small ul li:hover .post-author a i {
  color: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.articles-wrapper-small.theme-dark .post-author a {
  color: var(--color-gray);
}
.articles-wrapper-small.theme-dark .post-author a:hover {
  color: var(--color-primary);
}
.articles-wrapper-small.theme-dark ul li:hover .post-author a i {
  color: var(--color-dark-3);
}
.articles-wrapper-small.theme-dark .post-author a:hover i {
  color: var(--color-white);
}
.articles-wrapper-small.theme-dark .post-content-small h4 a {
  color: var(--color-white);
}
.articles-wrapper-small.theme-dark .post-content-small h4 a:hover {
  color: var(--color-primary);
}
.articles-wrapper-small.theme-dark .post-content-small .content-btn a {
  color: var(--color-dark-3);
}
.articles-wrapper-small.theme-dark .post-content-small .content-btn a:hover {
  color: var(--color-gray);
}
.articles-wrapper-small.theme-dark .post-content-small .content-btn a:hover:before {
  background-color: var(--color-gray);
}
.single-post.theme-dark .post-author a {
  color: var(--color-gray);
}
.single-post.theme-dark .post-author a:hover {
  color: var(--color-primary);
}
.single-post.theme-dark:hover .post-author a i {
  color: var(--color-gray);
}
.post-author a:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-author a:hover i {
  color: var(--color-dark-3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post.theme-dark .post-author a:hover i {
  color: var(--color-white);
}
.single-post.theme-dark .content-btn a {
  color: var(--color-gray);
}
.single-post.theme-dark .content-btn a:hover {
  color: var(--color-white);
}
.single-post.theme-dark .content-btn a:hover:before {
  background-color: var(--color-white);
}
/* Author Info */
.author-info-wrapper {
  background: var(--color-light-1);
  padding: 40px;
  border: 2px solid;
  border-color: var(--color-light-2);
  transition: all .5s;
}
.author-info-wrapper:hover {
  background: var(--color-dark-2);
  transition: all .3s;
}
.author-bio h3 {
  color: var(--color-dark-2);
  transition: all .3s;
}
.author-info-wrapper:hover .author-bio h3 a,
.author-info-wrapper:hover .author-bio h3 {
  color: var(--color-light-1);
  transition: all .3s;
}
.author-info-wrapper:hover .author-bio h3:hover a {
  color: var(--color-primary);
  transition: all .3s;
}
.post-author-avatar {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid;
  border-color: var(--color-dark-4);
  margin-right: 25px;
  flex-shrink: 0;
  transition: all .3s;
}
.post-author-avatar a {
  position: relative;
  display: block;
}
.post-author-avatar a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-dark-1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all .5s;
}
.author-info-wrapper:hover .post-author-avatar {
  border-color: var(--color-primary);
  transition: all .7s;
}
.author-info-wrapper:hover .post-author-avatar a:before {
  transform: scale(1);
  opacity: 1;
  transition: all .3s;
}
.author-info-wrapper:hover .post-author-avatar a:hover:before {
  background: var(--color-dark-2);
  transform: scale(.5);
  transition: all .3s;
}
.post-author-avatar a i {
  position: absolute;
  color: var(--color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0;
  font-size: 24px;
  transition: all .3s;
}
.author-info-wrapper:hover .post-author-avatar a i {
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all .5s;
}
.author-info-wrapper:hover .post-author-avatar a:hover i {
  transform: translate(-50%, -50%) scale(.75);
  transition: all .5s;
}
@media screen and (max-width: 767px) {
  .post-author-avatar {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.post-author-avatar img {
  width: 100%;
  height: auto;
}
.author-bio .author-social li {
  margin-right: 10px;
  text-align: center;
}
.author-bio .author-social li a {
  width: 36px;
  height: 36px;
  line-height: 33px;
  font-size: 15px;
  color: var(--color-dark-2);
  display: block;
  background: var(--color-white);
  border: 2px solid;
  border-color: var(--color-light-2);
}
.author-info-wrapper:hover .author-bio .author-social li a {
  border-color: transparent;
}
.author-bio .author-social li a:hover {
  background: var(--color-dark-2);
  color: var(--color-white);
  border-color: var(--color-dark-2);
}
.author-info-wrapper:hover .author-social li a i.fa-facebook-f {
  color: #3b5998;
}
.author-info-wrapper:hover .author-social li a i.fa-twitter {
  color: #55acee;
}
.author-info-wrapper:hover .author-social li a i.fa-instagram {
  color: #3f729b;
}
.author-info-wrapper:hover .author-social li a i.fa-linkedin-in {
  color: #0077b5;
}
.author-info-wrapper:hover .author-social li a i.fa-dribbble {
  color: #ea4c89;
}
.author-info-wrapper:hover .author-social li a i.fa-behance {
  color: #1769ff;
}
.author-info-wrapper:hover .author-social li a i.fa-pinterest-p {
  color: #bd081c;
}
.author-info-wrapper:hover .author-social li a i.fa-globe {
  color: var(--color-primary);
}
/* ------------------------------
    Clients Logo
------------------------------ */
.client-logo {
  border: 1px solid;
  border-color: var(--color-dark-3);
  position: relative;
  padding: 0 12px;
  overflow: hidden;
  -webkit-transition: 0.7s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 0.7s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.client-logo img {
  width: 100%;
  max-width: 160px !important;
}
.client-logo-basic img {
  width: 100%;
  max-width: 160px;
}
.logo-hover {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.7s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 0.7s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.client-logo:hover .logo-hover {
  display: block;
  -webkit-transition: 0.7s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 0.7s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.client-logo:hover .logo-normal {
  display: none;
  -webkit-transition: 0.7s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 0.7s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.client-logo:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
/* ------------------------------
    Contact
------------------------------ */
.contact_form {
  background-color: var(--color-light-1);
  padding: 30px;
}
.contact_form.theme-dark {
  background-color: inherit;
  padding: 0;
}
.mou__widget-info-box {
  position: relative;
  padding: 30px;
  background: var(--color-white);
  border: 2px solid;
  border-color: var(--color-light-1);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.mou__widget-info-box:hover {
  position: relative;
  background: var(--color-light-1);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.mou__widget-info-box.default {
  padding: 0;
  border: 0;
  background: none;
}
.info-box-icon svg,
.info-box-icon i {
  font-size: var(--font-size-large);
  text-align: center;
  color: var(--color-primary);
  background: var(--color-white);
  border: 3px solid;
  border-color: var(--color-light-2);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 57px;
  display: inline-block;
  margin-bottom: 10px;
}
.info-box-icon svg {
  padding: 14px;
  overflow: inherit;
}
.info-box-icon svg path {
  fill: var(--color-primary);
}
.info-box-text {
  font-size: 20px;
}
.info-box-text p {
  font-size: var(--font-size-medium);
  color: var(--color-dark-3);
  line-height: 1.5;
}
.info-box-text a {
  display: block;
  font-size: var(--font-size-medium);
  line-height: 1.5;
  color: var(--color-dark-3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.info-box-text a:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* ------------------------------
    Footer
------------------------------ */
.site-footer {
  position: relative;
}
.footer-top {
  position: relative;
  z-index: 1;
}
.footer-logo img {
  width: auto;
  height: 24px;
}
.footer-logo h2 {
  color: var(--color-primary);
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-logo:hover h2 {
  opacity: .75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-social ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer-social ul li {
  display: inline-block;
}
.footer-social ul li a {
  display: block;
  font-size: 20px;
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-social ul li a:hover {
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-widget-1 p {
  color: var(--color-white);
  width: 95%;
}
.widget-title.size-small {
  font-weight: 500 !important;
  font-family: var(--font-primary);
  color: var(--color-dark-4);
  padding-bottom: 5px;
}
.footer-top .widget_footer:first-of-type .widget-title.size-small {
  margin-top: 0 !important;
}
.footer-top .widget_footer.has-2-columns:nth-of-type(2) .widget-title.size-small {
  margin-top: 0 !important;
}
.widget-title.shop-sidebar {
  font-weight: 600;
  color: var(--color-dark-4);
  padding-bottom: 5px;
}
.recent-works .single-works {
  width: 90px;
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
  position: relative;
  overflow: hidden;
}
.recent-works .single-works:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  opacity: .75;
  transform-origin: bottom;
  transform: scaleY(0);
  -webkit-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  z-index: 1;
}
.recent-works .single-works:hover:before {
  transform-origin: top;
  transform: scaleY(1);
}
.recent-works .single-works img {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recent-works .single-works:hover img {
  -webkit-transform: rotate(3deg) scale(1.15);
  transform: rotate(3deg) scale(1.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recent-works .single-works-links i:before {
  margin: 0;
  font-size: var(--font-size-large);
}
.recent-works .single-works-links a {
  position: absolute;
  margin-top: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.recent-works .single-works:hover .single-works-links a {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* ------------------------------
    Subscribe Form
------------------------------ */
.mou__widget-subscribe-form .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mou__widget-subscribe-form.text-center .subscribe-form {
  display: block;
}
.mou__widget-subscribe-form .subscribe-heading {
  font-weight: 600;
  color: var(--color-dark-2);
  line-height: 1;
}
.mou__widget-subscribe-form p {
  font-size: var(--font-size-medium);
}
.mou__widget-subscribe-form .subscribe_input_box input {
  border: 2px solid;
  border-color: var(--color-dark-2);
  background: var(--color-white);
  height: 56px;
  width: 400px;
  padding: 15px;
  color: var(--color-dark-3);
  font-size: var(--font-size-medium);
  margin-bottom: 12px;
  margin-right: 8px;
}
.mou__widget-subscribe-form.text-center .subscribe_input_box input {
  margin-right: 0;
}
.mou__widget-subscribe-form.text-center .subscribe_input_box input {
  width: 100%;
  max-width: 500px;
}
.mou__widget-subscribe-form.theme-dark .subscribe_input_box input {
  border-color: var(--color-primary);
  color: var(--color-dark-3);
}
.mou__widget-subscribe-form.theme-dark .subscribe_input_box input:focus {
  border: 2px solid var(--color-dark-1);
  border-color: var(--color-primary-alpha-50) !important;
  -webkit-box-shadow: 0 0 0 4px var(--color-primary-alpha-25) !important;
  box-shadow: 0 0 0 4px var(--color-primary-alpha-25) !important;
}
.mou__widget-subscribe-form .subscribe_input_box input:focus {
  border: 2px solid var(--color-primary);
}
.mou__widget-subscribe-form .subscribe-btn button {
  padding: 0 40px;
  height: 56px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--color-white);
  background: var(--color-dark-2);
  border: transparent;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  overflow: hidden;
}
.mou__widget-subscribe-form.theme-dark .subscribe-btn button {
  background: var(--color-primary);
  color: var(--color-white);
}
.mou__widget-subscribe-form .subscribe-btn button:hover {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mou__widget-subscribe-form.theme-dark .subscribe-btn button:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mou__widget-subscribe-form .subscribe-btn button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  transform-origin: right;
  transform: scaleX(0);
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  z-index: -1;
}
.mou__widget-subscribe-form.theme-dark .subscribe-btn button:before {
  background: var(--color-dark-2);
  border: 1px solid;
  border-color: var(--color-primary);
}
.mou__widget-subscribe-form.theme-dark.text-center .subscribe-btn button:before {
  background: var(--color-dark-2);
}
.mou__widget-subscribe-form .subscribe-btn button:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
p.confirm-text {
  font-size: var(--font-size-small);
  color: var(--color-dark-3);
}
.mou__widget-subscribe-form.text-center p.confirm-text {
  margin-top: 10px;
}
p.confirm-text span {
  color: var(--color-primary);
}
/* Newsletter image */
.newsletter-image {
  position: relative;
}
.newsletter-image img {
  position: relative;
  max-height: 160px;
  z-index: 2;
}
.newsletter-image:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  height: 260px;
  border-radius: 50%;
  border: 1px dashed;
  border-color: var(--color-primary);
  z-index: 1;
  -webkit-animation: shapeAnimate3 50s infinite;
  animation: shapeAnimate3 50s infinite;
}
.newsletter-image:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 220px;
  height: 200px;
  border-radius: 50%;
  border: 1px dashed;
  border-color: var(--color-dark-3);
  z-index: 1;
  -webkit-animation: shapeAnimate3 50s infinite;
  animation: shapeAnimate3 50s infinite;
}
@-webkit-keyframes shapeAnimate3 {
  0% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  0% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg);
  }
}
@keyframes shapeAnimate3 {
  0% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  0% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg);
  }
}
/* Subscribe Form End */
/* Footer Menu */
.widget.widget_footer.widget_block ul li,
.widget_footer.widget_nav_menu ul li,
.footer-menu ul li {
  display: block;
  margin-bottom: 5px;
}
.widget.widget_footer.widget_block ul li:last-child,
.widget_footer.widget_nav_menu ul li:last-child,
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_footer.widget_block ul li a,
.widget_footer.widget_nav_menu ul li a,
.footer-menu ul li a {
  position: relative;
  line-height: 1.5;
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget.widget_footer.widget_block ul li a:before,
.widget_footer.widget_nav_menu ul li a:before,
.footer-menu ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-white);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.widget.widget_footer.widget_block ul li a:hover,
.widget_footer.widget_nav_menu ul li a:hover,
.footer-menu ul li a:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget.widget_footer.widget_block ul li a:hover:before,
.widget_footer.widget_nav_menu ul li a:hover:before,
.footer-menu ul li a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
/* Footer Posts */
.footer-recent_post-items ul li {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-recent_post-items ul li:hover {
  opacity: 0.75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-recent_post-items ul li:last-child {
  margin-bottom: 0;
}
.footer-post-item .footer-post-thumb {
  max-width: 80px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.footer-post-item .footer-post-thumb img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-post-item:hover .footer-post-thumb img {
  -webkit-transform: scale(1.25) rotate(6deg);
  transform: scale(1.25) rotate(6deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-post-item .footer-post-text h5 {
  color: var(--color-white);
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-post-item:hover .footer-post-meta-info i {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-post-meta-info p {
  color: var(--color-dark-3);
  font-size: var(--font-size-xsmall);
}
.footer-post-meta-info p i {
  color: var(--color-dark-3);
}
/* Footer Copyright */
.footer-bottom {
  padding: 25px 0;
}
.copyright-area p,
.footer-author p {
  color: var(--color-white);
  font-size: 14px;
}
.copyright-area p b,
.copyright-area p strong,
.copyright-area p span {
  font-weight: normal;
  color: var(--color-primary);
}
.footer-author i {
  color: var(--color-primary);
}
.copyright-area a,
.footer-author a {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.copyright-area a:hover,
.footer-author a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* ------------------------------
    Comment Box + Contact Form
------------------------------ */
.blog-comment-box {
  position: relative;
  width: 100%;
}
.blog-comment-box h3,
.blog-comments h3 {
  font-weight: bold;
  color: var(--color-primary);
}
.form-row.form-row-wide input:not([type="checkbox"]),
.form-row.form-row-first input,
.form-row.form-row-last input,
.woocommerce-account-fields .form-row input:not([type="checkbox"]),
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input,
.wpcf7-form-control-wrap input,
.comment_input_field input,
.theme-dark .form_input_box input,
.form_input_box input {
  width: 100%;
  border: 2px solid var(--color-light-2);
  background: var(--color-white);
  height: 56px;
  padding: 15px;
  color: var(--color-dark-3);
  margin-bottom: 15px;
  margin-top: 5px;
  box-sizing: border-box;
}
.theme-dark .wpcf7-form-control-wrap input,
.theme-dark .form_input_box input {
  color: var(--color-white);
  border: 1px solid var(--color-dark-3);
  background: var(--color-dark-2);
  box-sizing: border-box;
}
.notes .woocommerce-input-wrapper textarea:focus,
.form-row.form-row-first input:focus,
.form-row.form-row-last input:focus,
.form-row.form-row-wide input:focus:not([type="checkbox"]),
.woocommerce-account-fields .form-row input:focus:not([type="checkbox"]),
.comment-form .comment-form-comment textarea:focus,
.comment-form .comment-form-author input:focus,
.comment-form .comment-form-email input:focus,
.comment-form .comment-form-url input:focus,
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus,
.comment_input_field input:focus,
.form_input_box input:focus,
.comment_input_field textarea:focus,
.form_input_box textarea:focus {
  border: 2px solid var(--color-dark-2);
  box-sizing: border-box;
}
.theme-dark .wpcf7-form-control-wrap textarea:focus,
.theme-dark .wpcf7-form-control-wrap input:focus,
.theme-dark .form_input_box input:focus,
.theme-dark .form_input_box textarea:focus {
  border: 1px solid var(--color-primary);
  background: var(--color-dark-1);
  box-sizing: border-box;
}
p.form_input_box label,
.form_input_box label {
  display: block;
}
.leave-form-name input,
.leave-form-email input {
  width: calc(50% - 15px);
  float: left;
  border: 2px solid var(--color-primary);
  background: transparent;
  height: 50px;
  padding: 15px;
  color: var(--color-dark-3);
  margin-bottom: 12px;
  box-sizing: border-box;
}
.leave-form-name input {
  margin-right: 30px;
}
.notes .woocommerce-input-wrapper textarea,
.comment-form .comment-form-comment textarea,
.wpcf7-form-control-wrap textarea,
.theme-dark .text-leave textarea,
.theme-dark .form_input_box textarea,
.comment_input_field textarea,
.text-leave textarea,
.form_input_box textarea {
  width: 100%;
  height: 230px;
  border: 2px solid #e8eff3;
  background: var(--color-white);
  padding: 15px;
  color: var(--color-dark-3);
  margin-bottom: 15px;
  margin-top: 5px;
  box-sizing: border-box;
}
.woocommerce-Reviews .comment-form .comment-form-comment textarea {
  height: 150px;
}
.notes .woocommerce-input-wrapper textarea {
  margin-bottom: 0;
  height: 160px;
}
.theme-dark .wpcf7-form-control-wrap textarea,
.theme-dark .text-leave textarea,
.theme-dark .form_input_box textarea {
  border: 1px solid var(--color-dark-3);
  color: var(--color-white);
  background: var(--color-dark-2);
  box-sizing: border-box;
}
.comment-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment .comment-body {
  position: relative;
}
.comment .comment-body {
  padding-left: 90px;
}
.comment .comment-body .comment-author > img {
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-form label {
  width: 100%;
}
/* Elementor Styles */
.mou-alert {
  display: inline-block;
  width: auto;
  background-color: #f1f2f3;
  padding: 18px 25px;
  border-radius: 4px;
  margin: 25px 0;
}
.alert-inner-items .alert-icon i {
  color: #17a2b8;
  margin-right: 10px;
  font-size: 24px;
}
.alert-contents > p {
  display: inline-block;
}
.alert-contents .anchor-tag {
  color: #17a2b8;
  font-weight: 500;
}
.alert-contents .anchor-tag-muted {
  color: #6d5f95;
  font-weight: 500;
}
/* Elementor Styles End */
/* Contact Form 7 */
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: rgba(221, 60, 87, 0.1);
  color: #dd3c57;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: rgba(253, 126, 20, 0.1);
  color: #fd7e14;
  line-height: 1.5;
}
.wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(41, 163, 102, 0.1);
  color: #29a366;
}
/* Contact Form 7 End */
/* Comments */
.comment-avatar {
  width: 100px;
  border: 2px solid var(--color-primary);
  margin-right: 30px;
  float: left;
}
.comment-text {
  float: right;
  width: calc(100% - 130px);
  font-size: var(--font-size-small);
}
.comment-text h6 {
  font-weight: bold;
}
.comment-text p {
  font-size: var(--font-size-small);
  line-height: 1.75;
  margin-bottom: 4px;
}
.comment-time span {
  font-size: var(--font-size-small);
  margin-right: 20px;
}
.comment-time i {
  color: var(--color-primary);
}
.comment-reply a {
  display: inline-block;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 2px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.comment-reply a:hover {
  background: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.children {
  margin-left: 65px;
}
.related-post-header {
  font-weight: bold;
  color: var(--color-primary);
}
.related-post-content h5 {
  font-weight: bold;
  line-height: 1.25;
}
.single-related-post {
  padding-bottom: 2px;
}
.related-post-content h5:hover a {
  color: var(--color-primary);
}
/* ------------------------------
    Google Maps
------------------------------ */
.map-container {
  width: 100%;
  height: 600px;
}
.mou-custom-embed iframe {
  width: 100%;
  height: 600px;
}
.map-container.map-full {
  width: 100%;
  height: 100%;
}
.map-container {
  height: 600px;
}
/* ------------------------------
    Back to Top
------------------------------ */
#back_to_top i:before {
  margin: 0;
  font-size: var(--font-size-medium);
}
#back_to_top {
  text-align: center;
  display: none;
  position: fixed;
  height: 40px;
  width: 40px;
  bottom: 30px;
  left: 30px;
  background: var(--color-primary);
  border: 0;
  color: var(--color-white);
  outline: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  z-index: 5;
}
#back_to_top i {
  line-height: 40px;
}
#back_to_top:hover {
  background: var(--color-dark-2);
  color: var(--color-primary);
}
.btnEntrance {
  -webkit-animation: 2000ms ease-in-out 0s normal none 1 running bounceInUp;
  animation: 2000ms ease-in-out 0s normal none 1 running bounceInUp;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* ------------------------------
    Services - Creative
------------------------------ */
.mou__widget-service-box.style-2 {
  background-color: var(--color-white);
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 2px #e8eff3;
  box-shadow: 0 2px 2px #e8eff3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.mou__widget-service-box.style-2.theme-dark {
  background-color: var(--color-dark-2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mou__widget-service-box.style-2:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-featured-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.25);
  transform: translate(-50%, -50%) scale(1.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.mou__widget-service-box.style-2:hover .service-featured-image img {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.service-featured-image a {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.service-featured-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-2);
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(10);
  transform: scale(10);
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mou__widget-service-box.style-2:hover .service-featured-image a:before {
  opacity: 0.5;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mou__widget-service-box.style-2:hover .service-featured-image a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.service-featured-image i {
  text-align: center;
  font-size: var(--font-size-medium);
  color: var(--color-primary);
  background: var(--color-white);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-featured-image i:hover {
  color: var(--color-white);
  background: var(--color-dark-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-title {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.mou__widget-service-box.style-2.theme-dark .service-title h1,
.mou__widget-service-box.style-2.theme-dark .service-title h2,
.mou__widget-service-box.style-2.theme-dark .service-title h3,
.mou__widget-service-box.style-2.theme-dark .service-title h4,
.mou__widget-service-box.style-2.theme-dark .service-title h5,
.mou__widget-service-box.style-2.theme-dark .service-title h6 {
  font-family: var(--font-primary);
  color: var(--color-white);
}
.mou__widget-service-box.style-2 p {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.mou__widget-service-box.style-2:hover .service-title {
  -webkit-transform: translateX(-100%) scale(0.5);
  transform: translateX(-100%) scale(0.5);
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.mou__widget-service-box.style-2:hover p {
  -webkit-transform: translateX(100%) scale(0.5);
  transform: translateX(100%) scale(0.5);
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.service-title .service-icon i {
  font-size: 60px;
  line-height: 1;
  color: var(--color-primary);
  margin-right: 20px;
  display: inline-block;
}
.mou__widget-service-box.style-2 p {
  color: var(--color-dark-3);
}
/* ------------------------------
    Fifty-fifty Section
------------------------------ */
.fifty-fifty {
  position: relative;
  z-index: 1;
}
.fifty-fifty:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--color-dark-2);
  z-index: -1;
}
.fifty-fifty:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: var(--color-primary);
  z-index: -1;
}
/* ------------------------------
    Testimonials
------------------------------ */
.owl__testimonial-wrapper,
.testimonial__slider,
.testimonial__slider-style-2 {
  position: relative;
}
.testimonial-slide-wrapper p,
.testimonial-slide-wrapper.theme-dark p,
.testimonial__slide_wrapper-style-2 p {
  position: relative;
  background: var(--color-dark-2);
  border-radius: 16px;
  padding: 15px 30px 30px;
}
.testimonial__slide_wrapper-style-2.theme-dark p {
  background: var(--color-primary);
}
.testimonial-slide-wrapper.theme-dark p {
  background: var(--color-primary);
}
.testimonial-slide-wrapper p:before,
.testimonial-slide-wrapper.theme-dark p:before,
.testimonial__slide_wrapper-style-2 p:before {
  position: absolute;
  left: 50px;
  bottom: -20px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: var(--color-dark-2);
  content: " ";
}
.testimonial__slide_wrapper-style-2.theme-dark p:before,
.testimonial-slide-wrapper.theme-dark p:before {
  border-left-color: var(--color-primary);
}
.testimonial-slide-wrapper i,
.testimonial-slide-wrapper.theme-dark i,
.testimonial__slide_wrapper-style-2 i {
  color: var(--color-primary);
  font-size: var(--font-size-xlarge);
  margin-right: 8px;
  opacity: 0.5;
}
.testimonial__slide_wrapper-style-2.theme-dark i,
.testimonial-slide-wrapper.theme-dark i {
  color: var(--color-white);
}
.testimonial-slide-wrapper p,
.testimonial__slide_wrapper-style-2 p {
  margin-bottom: 30px;
}
.client-photo {
  max-width: 100px;
  margin-right: 15px;
}
.testimonial__slider .owl-item img {
  border-radius: 50%;
  border: 4px solid;
  border-color: var(--color-primary-alpha-50);
}
.testimonial-slide-wrapper .client-title h5,
.testimonial-slide-wrapper.theme-dark .client-title h5 {
  color: var(--color-white);
  font-size: var(--font-size-small);
  font-weight: 300;
}
.testimonial-slide-wrapper .client-title h5,
.testimonial-slide-wrapper.theme-dark .client-title h5,
.testimonial__slide_wrapper-style-2 .client-title h5,
.testimonial__slide_wrapper-style-2.theme-dark .client-title h5 {
  color: var(--color-dark-3);
}
.testimonial-slide-wrapper.theme-dark .client-title h5,
.testimonial__slide_wrapper-style-2.theme-dark .client-title h5 {
  color: var(--color-dark-4);
}
.testimonial-slide-wrapper .client-title h5 {
  color: var(--color-dark-3);
}
.testimonial-slide-wrapper.color-bg-primary .client-title h5,
.testimonial__slide_wrapper-style-2.color-bg-primary .client-title h5,
.testimonial__slide_wrapper-style-2.theme-dark .client-title h5 {
  color: var(--color-white);
  font-weight: normal;
}
.testimonial-slide-wrapper .client-title h3 {
  color: var(--color-dark-2);
  line-height: 1.25;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.testimonial-slide-wrapper.color-bg-primary .client-title h3,
.testimonial-slide-wrapper.theme-dark .client-title h3 {
  color: var(--color-white);
  line-height: 1.5;
}
.testimonial__slide_wrapper-style-2 .client-title h3 {
  color: var(--color-dark-2);
  line-height: 1.5;
}
.testimonial__slide_wrapper-style-2.color-bg-primary .client-title h3,
.testimonial__slide_wrapper-style-2.theme-dark .client-title h3 {
  color: var(--color-white);
  line-height: 1.5;
  font-size: 20px;
}
.testimonial__slider .owl-dots, .testimonial__slider .owl-nav,
.testimonial__slider-style-2 .owl-dots, .testimonial__slider-style-2 .owl-nav {
  position: relative;
  margin-top: 24px;
}
.testimonial__slider-style-2.active-dots .owl-dots.disabled,
.testimonial__slider-style-2.active-nav .owl-nav.disabled,
.testimonial__slider.active-dots .owl-dots.disabled,
.mou_simple-slider.active-dots .owl-dots.disabled,
.testimonial__slider.active-nav .owl-nav.disabled {
  display: block;
}
.testimonial__slider-style-2.active-dots .owl-dots button,
.mou_simple-slider.active-dots .owl-dots button,
.testimonial__slider.active-dots .owl-dots button {
  background: var(--color-dark-3);
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  height: 10px;
  width: 10px;
  margin-right: 6px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.testimonial__slider-style-2.active-dots .owl-dots button:last-child,
.mou_simple-slider.active-dots .owl-dots button:last-child,
.testimonial__slider.active-dots .owl-dots button:last-child {
  margin-right: 0;
}
.testimonial__slider-style-2.active-dots .owl-dots button.active,
.mou_simple-slider.active-dots .owl-dots button.active,
.testimonial__slider.active-dots .owl-dots button.active {
  background: var(--color-primary);
  width: 16px;
  -webkit-transition: 0.5s cubic-bezier(.72, .09, .42, 1);
  transition: 0.5s cubic-bezier(.72, .09, .42, 1);
}
.testimonial__slider-style-2.active-dots .owl-dots button:hover,
.mou_simple-slider.active-dots .owl-dots button:hover,
.testimonial__slider.active-dots .owl-dots button:hover {
  background: var(--color-gray);
  -webkit-transition: 0.5s cubic-bezier(.72, .09, .42, 1);
  transition: 0.5s cubic-bezier(.72, .09, .42, 1);
}
.testimonial__slider .owl-nav button.owl-next i:before,
.testimonial__slider .owl-nav button.owl-prev i:before,
.testimonial__slider-style-2 .owl-nav button.owl-next i:before,
.testimonial__slider-style-2 .owl-nav button.owl-prev i:before {
  font-size: var(--font-size-large);
  margin: 0;
}
.testimonial__slider .owl-nav button.owl-next,
.testimonial__slider .owl-nav button.owl-prev,
.testimonial__slider-style-2 .owl-nav button.owl-next,
.testimonial__slider-style-2 .owl-nav button.owl-prev {
  background: var(--color-primary);
  color: var(--color-white);
  height: 50px;
  width: 50px;
  line-height: 100%;
  right: 55px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial__slider .owl-nav button.owl-prev,
.testimonial__slider-style-2 .owl-nav button.owl-prev {
  margin-right: 8px;
}
.testimonial__slider .owl-nav button.owl-next:hover,
.testimonial__slider .owl-nav button.owl-prev:hover,
.testimonial__slider-style-2 .owl-nav button.owl-next:hover,
.testimonial__slider-style-2 .owl-nav button.owl-prev:hover {
  background: var(--color-dark-2);
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial__slider .owl-nav button.owl-next:focus,
.testimonial__slider .owl-nav button.owl-prev:focus,
.testimonial__slider-style-2 .owl-nav button.owl-next:focus,
.testimonial__slider-style-2 .owl-nav button.owl-prev:focus {
  outline: none;
}
.testimonial__slider .owl-nav button.owl-next,
.testimonial__slider-style-2 .owl-nav button.owl-next {
  right: 0;
}
/* ------------------------------
    Portfolio Grid
------------------------------ */
.button-group.gallery-filter,
.button-group.portfolio-filter {
  position: relative;
  z-index: 1;
}
.gallery-grid .grid-item-2,
.gallery-grid .grid-item-3,
.gallery-grid .grid-creative,
.portfolio-grid .grid-item,
.portfolio__posts-wrapper .archive-grid-item,
.portfolio__posts-wrapper .archive-grid-taxonomy-item,
.portfolio-grid .grid-creative {
  position: relative;
}
.gallery-grid .g-0 .grid-item-2,
.gallery-grid .g-0 .grid-item-3,
.portfolio-grid .g-0 .grid-item {
  padding: 1px;
}
.non-elementor-content .entry-footer i {
  color: #D63362;
}
.gallery-grid .grid-creative,
.portfolio__posts-wrapper .archive-grid-item,
.portfolio__posts-wrapper .archive-grid-taxonomy-item,
.portfolio-grid .grid-creative {
  margin-bottom: 100px;
}
.gallery-box {
  position: relative;
  overflow: hidden;
}
.gallery-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--color-dark-2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.gallery-box:hover:before {
  height: 50%;
  opacity: 0.9;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-box.no-overlay:hover:before {
  display: none;
}
.gallery-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--color-dark-2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.gallery-box:hover:after {
  height: 50%;
  opacity: 0.9;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-box.no-overlay:hover:after {
  display: none;
}
.gallery-box a img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-box:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-box > a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  background: var(--color-white);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.gallery-box > a i:before {
  font-size: 30px;
  color: var(--color-primary);
  line-height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 30px;
  opacity: 0;
}
.gallery-box > a:hover i:before {
  color: var(--color-dark-2) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.gallery-box:hover > a i:before {
  color: var(--color-primary);
  margin-left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}
.gallery-box:hover > a i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.image-hover-actions ul {
  position: absolute;
  bottom: 15px;
  left: 50%;
  background: var(--color-black);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50px;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.gallery-box:hover .image-hover-actions ul {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.image-hover-actions ul li {
  opacity: 0;
  margin: 15px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-box:hover .image-hover-actions ul li:nth-child(1) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.gallery-box:hover .image-hover-actions ul li:nth-child(2) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
}
.gallery-box:hover .image-hover-actions ul li:nth-child(3) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
}
.gallery-box:hover .image-hover-actions ul li:nth-child(4) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
}
.image-hover-actions ul li button,
.image-hover-actions ul li a {
  display: block;
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-hover-actions ul li button:hover,
.image-hover-actions ul li a:hover {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fancybox-bg {
  background: var(--color-black);
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancybox-thumbs > ul > li::before {
  border: 4px solid var(--color-primary);
}
/* Clear fix */
.isotope:after {
  content: "";
  display: block;
  clear: both;
}
.gallery_box_style-3 {
  padding-left: 50px;
}
.gallery_box_style-3.order-changed {
  padding-right: 50px;
  padding-left: 0;
  text-align: right;
}
.gallery_box_style-3 h3 {
  font-size: var(--font-size-xlarge);
  font-weight: bold;
  color: var(--color-dark-3);
}
.gallery_box_style-3 h3 a {
  background: linear-gradient(0deg, var(--color-primary-alpha-50), var(--color-primary-alpha-50)) no-repeat right bottom / 0 var(--bg-height);
  --bg-height: 4px;
  transition: all .5s;
}
.gallery_box_style-3 h3 a:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-height);
  background-position-x: left;
  transition: all .5s;
}
.gallery_box_style-3.theme-dark h3 {
  color: var(--color-dark-4);
}
.gallery_box_style-3 h3 a:hover {
  color: var(--color-dark-2);
}
.gallery_box_style-3.theme-dark h3 a:hover {
  color: var(--color-white);
}
.gallery_box_style-3.auto h3 {
  color: var(--color-dark-3);
}
.gallery_box_style-3.auto h3 a:hover {
  color: var(--color-dark-2);
}
.gallery_box_style-3.light h3 {
  color: var(--color-dark-4);
}
.gallery_box_style-3.light h3 a:hover {
  color: var(--color-white);
}
.grid-creative:hover .gallery_box_style-3.theme-dark h3 a {
  color: var(--color-dark-4);
}
.grid-creative .gallery_box_style-3.theme-dark h3 a:hover {
  color: var(--color-white);
}
.pointer-none {
  pointer-events: none;
}
.project-gallery {
  position: relative;
  overflow: hidden;
}
.project-gallery:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color-white);
  opacity: 0.9;
  transition: all 0.3s;
}
.project-gallery:hover:before {
  width: 100%;
  transition: all 0.3s;
}
.project-gallery a i {
  position: absolute;
  left: 50%;
  top: calc(50% - 25px);
  transform: translate(-50%, -50%);
  background: var(--color-primary);
  width: 100px;
  height: 100px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  color: var(--color-white);
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.project-gallery:hover a i {
  opacity: 1;
  width: 80px;
  height: 80px;
  top: 50%;
  transition: all 0.3s;
}
.project-gallery a i:before {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all 0.3s;
}
.project-gallery:hover a i:before {
  opacity: 1;
  top: 0;
  transition: all 0.3s;
}
.project-gallery a i:hover {
  width: 86px;
  height: 86px;
  line-height: 86px;
  color: var(--color-white);
  background: var(--color-dark-1);
  transition: all 0.3s;
}
/* ------------------------------
    Team Section
------------------------------ */
.mou__widget-team-box.style-2 {
  position: relative;
  overflow: hidden;
}
.mou__widget-team-box.style-2 .team-content__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mou__widget-team-box.style-2 .team-content__image img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mou__widget-team-box.style-2:hover .team-content__image img {
  opacity: 0.5;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.team-content__image i {
  width: 30px;
  height: 30px;
  background: var(--color-white);
  border-radius: 50%;
  color: var(--color-primary);
  text-align: center;
  line-height: 30px;
  margin-left: 8px;
}
.mou__widget-team-box.style-2 .team-content__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running slideOutRight;
  animation: 0.5s ease-in-out 0s normal none 1 running slideOutRight;
}
.mou__widget-team-box.style-2:hover .team-content__text {
  -webkit-transform: none;
  transform: none;
  width: 80%;
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running slideInLeft;
  animation: 0.5s ease-in-out 0s normal none 1 running slideInLeft;
}
.mou__widget-team-box.style-2 .team-content__text .team-info-center {
  padding: 20px;
  text-align: center;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  background: var(--color-dark-2);
}
.mou__widget-team-box.style-2 .team-content__text .team-info-center ul li {
  display: inline-block;
  margin: 5px;
}
.mou__widget-team-box.style-2 .team-content__text .team-info-center ul li a i {
  display: block;
  width: 36px;
  height: 36px;
  background: var(--color-white);
  color: var(--color-primary);
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mou__widget-team-box.style-2 .team-content__text .team-info-center ul li a:hover i {
  background: var(--color-primary);
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-info-center h3 {
  margin-bottom: 5px;
  line-height: 1;
}
.team-social-info {
  margin-top: 10px;
}
.team-content__image {
  position: relative;
}
.team-content__image h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-dark-2);
  color: var(--color-primary);
  padding: 20px;
  border-top-right-radius: 20px;
  font-weight: normal;
}
.team-content__image h4 i {
  margin-right: 8px;
}
.mou__widget-team-box.style-2:hover .team-content__image h4 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running slideOutDown;
  animation: 0.5s ease-in-out 0s normal none 1 running slideOutDown;
}
/* ------------------------------
    Blog
------------------------------ */
.mou__widget_post_card-style-1.theme-dark {
  background: var(--color-dark-2);
  overflow: hidden;
  position: relative;
}
.mou__widget_post_card-style-1 {
  background: var(--color-light-1);
  overflow: hidden;
  position: relative;
}
.mou__widget_post_card-style-1::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-primary);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.mou__widget_post_card-style-1:hover:before {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.mou__widget_post_card-style-1.mou-rounded:hover::before {
  width: calc(100% - 100px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.post-featured-image {
  position: relative;
  overflow: hidden;
}
.post-featured-image > img {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mou__widget_post_card-style-1:hover .post-featured-image > img {
  -webkit-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-author-image {
  width: 60px;
  border-radius: 50%;
  height: 60px;
  border: 3px solid #e8eff3;
  overflow: hidden;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.entry-content p a,
.post-details .post-inner p a,
.woocommerce-privacy-policy-link,
.woocommerce-privacy-policy-text a,
.woocommerce-Tabs-panel--description p a,
.woocommerce-MyAccount-content p a {
  color: var(--color-primary);
  background: linear-gradient(0deg, var(--color-primary-alpha-50), var(--color-primary-alpha-50)) no-repeat right bottom / 0 var(--bg-height);
  --bg-height: 2px;
  transition: all .5s;
}
.entry-content p a:where(:hover, :focus-visible),
.post-details .post-inner p a:where(:hover, :focus-visible),
.woocommerce-privacy-policy-link:where(:hover, :focus-visible),
.woocommerce-privacy-policy-text a:where(:hover, :focus-visible),
.woocommerce-Tabs-panel--description p a:where(:hover, :focus-visible),
.woocommerce-MyAccount-content p a:where(:hover, :focus-visible) {
  color: var(--color-dark-2);
  background-size: 100% var(--bg-height);
  background-position-x: left;
  transition: all .5s;
}
.woocommerce-Tabs-panel--description p strong,
.post-details .post-inner p strong {
  font-weight: normal;
  color: var(--color-dark-2);
  background: linear-gradient(0deg, var(--color-primary-alpha-50), var(--color-primary-alpha-50)) no-repeat right bottom / 0 var(--bg-height);
  --bg-height: 2px;
  background-size: 100% var(--bg-height);
}
.mou__widget_post_card-style-1 .post-date {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-primary);
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mou__widget_post_card-style-1 .post-date p,
.mou__widget_post_card-style-1 .post-date a {
  color: var(--color-white);
  line-height: 1;
  font-weight: 700;
  font-size: 42px;
  display: block;
}
.mou__widget_post_card-style-1 .post-date p span,
.mou__widget_post_card-style-1 .post-date a span {
  color: var(--color-white);
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin-top: 6px;
  text-transform: uppercase;
}
.mou__widget_post_card-style-1 .post-date:hover {
  background: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-content__text {
  padding: 30px;
}
.post-content__text h3 {
  color: var(--color-dark-2);
  line-height: 1.25;
  font-weight: 500;
}
.post-content__text.blog-card h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 320px;
  max-width: 100%;
}
.post-content__text h3 a:hover {
  color: var(--color-dark-2);
}
.mou__widget_post_card-style-1.theme-dark .post-content__text h3 {
  color: var(--color-white);
}
.mou__widget_post_card-style-1.theme-dark:hover .post-content__text h3 {
  color: var(--color-primary);
}
.mou__widget_post_card-style-1.theme-dark:hover .post-content__text h3 a:hover {
  color: var(--color-white);
}
.mou__widget_post_card-style-1:hover .post-content__text h3 {
  color: var(--color-primary);
}
.post-content__text p {
  margin-bottom: 15px;
}
/* Protected Posts */
.post-details.post-password-required .post-password-form,
.grid-items.blog__posts .post-password-required {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 49, 186, 0.03) 10px, rgba(255, 49, 186, 0.03) calc(2 * 10px));
  background-color: rgba(255, 49, 186, 0.03) !important;
  display: block;
  padding: 25px;
}
.post-details.post-password-required .post-password-form p {
  margin-bottom: 15px;
  color: var(--color-dark-2);
  font-weight: 500;
}
.post-details.post-password-required .post-password-form label {
  font-size: 18px;
  color: var(--color-dark-2);
}
.post-details.post-password-required .post-password-form input {
  padding: 8px 16px;
  font-size: 18px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary-alpha-25);
  transition: all .3s ease;
}
.post-details.post-password-required .post-password-form label input {
  margin-left: 8px;
}
.post-details.post-password-required .post-password-form input:hover,
.post-details.post-password-required .post-password-form input:focus {
  border: 1px solid var(--color-primary-alpha-50);
  -webkit-box-shadow: 0 0 0 3px var(--color-primary-alpha-25);
  box-shadow: 0 0 0 3px var(--color-primary-alpha-25);
  transition: all .3s ease;
}
.post-details.post-password-required .post-password-form input:active {
  border: 1px solid var(--color-primary-alpha-50);
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all .3s ease;
}
.post-details.post-password-required .post-password-form input[type="submit"] {
  color: var(--color-white);
  background: var(--color-primary);
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid var(--color-primary-alpha-50);
  margin-left: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post-details.post-password-required .post-password-form input[type="submit"]:hover {
  background: var(--color-dark-2);
  border-color: var(--color-dark-2);
}
/* ------------------------------
    Hero Banner
------------------------------ */
.section-fullheight__image {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-text h3 {
  color: var(--color-white);
  line-height: 1;
  font-size: 46px;
}
.hero-text h1 {
  margin-bottom: 30px;
  margin-top: 15px;
  color: var(--color-primary);
  line-height: 1;
  font-size: var(--font-size-xxl);
}
.hero-text h1 span {
  color: var(--color-white);
  font-weight: 700;
}
.hero-text h4 {
  color: var(--color-white);
  font-size: var(--font-size-large);
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  background: var(--color-dark-3);
  display: inline-block;
  padding: 5px 5px 5px 10px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: var(--color-primary);
}
#fp-nav ul li .fp-tooltip {
  top: -8px;
}
/* Hero Banner End */
.mini-portfolio .grid-item {
  padding: 1px;
}
/* ------------------------------
    Feature Box 1
------------------------------ */
.mou__widget-features {
  background-color: var(--color-white);
  border: 1px solid;
  border-color: var(--color-light-2);
  padding: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mou__widget-features:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.mou__widget-features.theme-dark {
  background-color: var(--color-dark-1);
  border: 1px solid;
  border-color: var(--color-primary);
  padding: 30px;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.mou__widget-features.theme-dark:hover {
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.feature-heading {
  margin-bottom: 10px;
}
.feature-heading h4 {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 20px;
  word-wrap: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mou__widget-features:hover .feature-heading h4 {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-dark .feature-heading h4 {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-heading svg,
.feature-heading img {
  max-height: 60px;
  margin-right: 15px;
}
.feature-heading i {
  font-size: 60px;
  line-height: 1;
  color: var(--color-primary);
  margin-right: 15px;
}
.mou__widget-features:hover .feature-heading i {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mou__widget-features .feature-heading svg path {
  fill: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mou__widget-features:hover .feature-heading svg path {
  fill: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-text p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mou__widget-features:hover .feature-text p {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* ------------------------------
    Feature Box Style-2
------------------------------ */
.elementor-widget-mou_icon_box .mou__widget-features-style-2 {
  display: block;
  text-align: center;
}
.elementor-widget-mou_icon_box.mou-position-top .mou__widget-features-style-2 {
  display: block;
  text-align: center;
  flex-direction: unset;
}
.elementor-widget-mou_icon_box.mou-position-left .mou__widget-features-style-2 {
  text-align: left;
  flex-direction: row;
}
.elementor-widget-mou_icon_box.mou-position-right .mou__widget-features-style-2 {
  text-align: right;
  flex-direction: row-reverse;
}
.mou__widget-features-style-2 .mou-icon-box-icon {
  margin-bottom: var(--mou-icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}
.elementor-widget-mou_icon_box.mou-position-left .mou__widget-features-style-2 .mou-icon-box-icon {
  margin-right: var(--mou-icon-box-icon-margin, 15px);
  margin-left: 0;
  margin-bottom: unset;
}
.elementor-widget-mou_icon_box.mou-position-right .mou__widget-features-style-2 .mou-icon-box-icon {
  margin-left: var(--mou-icon-box-icon-margin, 15px);
  margin-right: 0;
  margin-bottom: unset;
}
.elementor-widget-mou_icon_box.mou-position-left .mou__widget-features-style-2,
.elementor-widget-mou_icon_box.mou-position-right .mou__widget-features-style-2 {
  display: flex;
}
.elementor-widget-mou_icon_box.mou-vertical-align-top .mou__widget-features-style-2 {
  align-items: flex-start;
}
.elementor-widget-mou_icon_box.mou-vertical-align-middle .mou__widget-features-style-2 {
  align-items: center;
}
.elementor-widget-mou_icon_box.mou-vertical-align-bottom .mou__widget-features-style-2 {
  align-items: flex-end;
}
.elementor-widget-mou_icon_box.mou-position-left .mou__widget-features-style-2 .mou-icon-box-icon,
.elementor-widget-mou_icon_box.mou-position-right .mou__widget-features-style-2 .mou-icon-box-icon {
  display: inline-flex;
  flex: 0 0 auto;
}
.mou-icon-box-icon i {
  font-size: 30px;
}
.mou-icon-box-icon svg {
  width: 30px;
  height: auto;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.client-logo-basic:focus img,
.client-logo-basic:active img,
.client-logo-basic:hover img {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mou__widget-features-style-2.framed:hover .mou-icon-box-icon,
.mou__widget-features-style-2.framed:focus .mou-icon-box-icon,
.mou__widget-features-style-2.framed:active .mou-icon-box-icon {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Horizontal End */
.mou__widget-features-style-2 .feature-icon svg,
.mou__widget-features-style-2 .feature-icon img {
  width: 66px;
}
.mou__widget-features-style-2 .feature-icon i {
  font-size: 66px;
  color: var(--color-primary);
}
.mou__widget-features-style-2 .feature-text h3 {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
.mou__widget-features-style-2.framed {
  background-color: var(--color-light-1);
  padding: var(--gutters-small);
  padding-bottom: 45px;
  border-radius: 0;
  border-style: solid;
}
/* ------------------------------
    Hero Slider - Photography
------------------------------ */
.swiper__hero-slide-photography .photography__slide-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px;
  height: 100%;
  position: relative;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.swiper__hero-slide-photography:hover .photography__slide-content {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  height: calc(100% + 15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__hero-slider-photography .photography__slide-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear,
  left top,
  left bottom,
  from(rgba(0, 0, 0, 0)),
  to(rgba(0, 0, 0, 1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.swiper__hero-slider-photography .photography__slide-content:hover:before {
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__hero-slide-photography {
  position: relative;
}
.swiper__hero-slide-photography .hero-image-content__text.photography {
  background: var(--color-dark-2);
  border-right: 3px solid;
  border-color: var(--color-primary);
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 200px;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  max-width: 65%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__hero-slide-photography:hover .hero-image-content__text.photography {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-image-content__text.photography h3 {
  color: var(--color-primary);
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__hero-slide-photography:hover .hero-image-content__text.photography h3 {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-image-content__text.photography h3 a:hover {
  color: var(--color-primary);
}
/* Hero Slider - Photography End */
/* ------------------------------
    Shop Page
------------------------------ */
.product-inner .product-summary {
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.gallery_box-meta span.meta-cat,
.product-summary span.meta-cat,
.hero-image-content__text.photography span.posted_in {
  margin-bottom: 15px;
  display: block;
}
.product-meta-heading h5,
.post-meta-heading h5 {
  margin-right: 8px;
}
.product-meta span.posted_in,
.product-meta span.tagged_as,
.post-meta-tags span.posted_in {
  display: block;
}
.gallery_box-meta span.meta-cat,
.product-summary span.meta-cat {
  margin-bottom: 5px;
}
.gallery_box-meta .meta-cat a,
.product-summary .meta-cat a,
.product-meta .tagged_as a,
.post-meta-tags .posted_in a,
.wp-block-tag-cloud .tag-cloud-link,
.hero-image-content__text.photography .posted_in a {
  padding: 3px 6px;
  font-size: 13px;
  text-transform: capitalize;
  margin-right: 5px;
  border-radius: 4px;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-tag-cloud .tag-cloud-link {
  font-size: 13px !important;
  margin-right: auto;
  margin-bottom: 5px;
}
.gallery_box-meta .meta-cat a:hover,
.product-summary .meta-cat a:hover,
.product-meta .tagged_as a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover,
.post-meta-tags .posted_in a:hover,
.hero-image-content__text.photography .posted_in a:hover {
  background-color: var(--color-dark-3) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_box-meta .meta-cat a:nth-child(1),
.product-summary .meta-cat a:nth-child(1),
.product-meta .tagged_as a:nth-child(1),
.post-meta-tags .posted_in a:nth-child(5n + 1),
.wp-block-tag-cloud .tag-cloud-link:nth-child(5n + 1),
.hero-image-content__text.photography .posted_in a:nth-child(1) {
  background-color: var(--color-green);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-meta .tagged_as a:first-child {
  margin-left: 4px;
}
.gallery_box-meta .meta-cat a:nth-child(2),
.product-summary .meta-cat a:nth-child(2),
.product-meta .tagged_as a:nth-child(2),
.post-meta-tags .posted_in a:nth-child(5n + 2),
.wp-block-tag-cloud .tag-cloud-link:nth-child(5n + 2),
.hero-image-content__text.photography .posted_in a:nth-child(2) {
  background-color: #a29bfe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_box-meta .meta-cat a:nth-child(3),
.product-summary .meta-cat a:nth-child(3),
.product-meta .tagged_as a:nth-child(3),
.post-meta-tags .posted_in a:nth-child(5n + 3),
.wp-block-tag-cloud .tag-cloud-link:nth-child(5n + 3),
.hero-image-content__text.photography .posted_in a:nth-child(3) {
  background-color: #fd79a8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_box-meta .meta-cat a:nth-child(4),
.product-summary .meta-cat a:nth-child(4),
.product-meta .tagged_as a:nth-child(4),
.post-meta-tags .posted_in a:nth-child(5n + 4),
.wp-block-tag-cloud .tag-cloud-link:nth-child(5n + 4),
.hero-image-content__text.photography .posted_in a:nth-child(4) {
  background-color: #74b9ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_box-meta .meta-cat a:nth-child(5),
.product-summary .meta-cat a:nth-child(5),
.product-meta .tagged_as a:nth-child(5),
.post-meta-tags .posted_in a:nth-child(5n + 5),
.wp-block-tag-cloud .tag-cloud-link:nth-child(5n + 5),
.hero-image-content__text.photography .posted_in a:nth-child(5) {
  background-color: #ff4e9b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_box-meta .meta-cat a:nth-child(6),
.product-summary .meta-cat a:nth-child(6),
.product-meta .tagged_as a:nth-child(6),
.post-meta-tags .posted_in a:nth-child(6n + 6),
.wp-block-tag-cloud .tag-cloud-link:nth-child(6n + 6),
.hero-image-content__text.photography .posted_in a:nth-child(6) {
  background-color: #fe696a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_box-meta .meta-cat a:nth-child(7),
.product-summary .meta-cat a:nth-child(7),
.product-meta .tagged_as a:nth-child(7),
.post-meta-tags .posted_in a:nth-child(7n + 7),
.wp-block-tag-cloud .tag-cloud-link:nth-child(7n + 7),
.hero-image-content__text.photography .posted_in a:nth-child(7) {
  background-color: #8848c7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* ------------------------------
    Swiper Slider
------------------------------ */
.swiper__widget-pro-slide .swiper-button-next,
.swiper__widget-pro-slide .swiper-button-prev,
.swiper__widget-pro-slide-single .swiper-button-next,
.swiper__widget-pro-slide-single .swiper-button-prev,
.swiper__widget-slide .swiper-button-next,
.swiper__widget-slide .swiper-button-prev,
.swiper__hero-slider-photography .swiper-button-next,
.swiper__hero-slider-photography .swiper-button-prev {
  top: calc(50% + 50px);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__widget-pro-slide .swiper-button-next,
.swiper__widget-pro-slide .swiper-button-prev,
.swiper__widget-pro-slide-single .swiper-button-next,
.swiper__widget-pro-slide-single .swiper-button-prev,
.swiper__widget-slide .swiper-button-next,
.swiper__widget-slide .swiper-button-prev {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.swiper__widget-pro-slide:hover .swiper-button-next,
.swiper__widget-pro-slide:hover .swiper-button-prev,
.swiper__widget-pro-slide-single:hover .swiper-button-next,
.swiper__widget-pro-slide-single:hover .swiper-button-prev,
.swiper__widget-slide:hover .swiper-button-next,
.swiper__widget-slide:hover .swiper-button-prev {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
.swiper__widget-pro-slide .swiper-button-next:hover,
.swiper__widget-pro-slide .swiper-button-prev:hover,
.swiper__widget-pro-slide-single .swiper-button-next:hover,
.swiper__widget-pro-slide-single .swiper-button-prev:hover,
.swiper__widget-slide .swiper-button-next:hover,
.swiper__widget-slide .swiper-button-prev:hover,
.swiper__hero-slider-photography .swiper-button-next:hover,
.swiper__hero-slider-photography .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__hero-slider-photography .swiper-button-prev {
  top: calc(50% - 50px);
}
.swiper__widget-pro-slide .swiper-button-prev,
.swiper__widget-pro-slide-single .swiper-button-prev,
.swiper__widget-slide .swiper-button-prev {
  top: 35px;
  left: auto;
  right: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__widget-pro-slide .swiper-button-next,
.swiper__widget-pro-slide-single .swiper-button-next,
.swiper__widget-slide .swiper-button-next {
  top: 125px;
  left: auto;
  right: 25px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.swiper__widget-pro-slide:hover .swiper-button-prev,
.swiper__widget-pro-slide-single:hover .swiper-button-prev,
.swiper__widget-slide:hover .swiper-button-prev {
  top: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__widget-pro-slide:hover .swiper-button-next,
.swiper__widget-pro-slide-single:hover .swiper-button-next,
.swiper__widget-slide:hover .swiper-button-next {
  top: 110px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.swiper__widget-pro-slide .swiper-pagination-current,
.swiper__widget-pro-slide .swiper-pagination-total,
.swiper__widget-pro-slide .swiper-pagination-fraction,
.swiper__widget-pro-slide-single .swiper-pagination-current,
.swiper__widget-pro-slide-single .swiper-pagination-total,
.swiper__widget-pro-slide-single .swiper-pagination-fraction,
.swiper__widget-slide .swiper-pagination-current,
.swiper__widget-slide .swiper-pagination-total,
.swiper__widget-slide .swiper-pagination-fraction {
  color: var(--color-white);
  font-size: var(--font-size-medium);
  bottom: 15px;
}
.swiper__widget-pro-slide .swiper-pagination-fraction,
.swiper__widget-pro-slide-single .swiper-pagination-fraction,
.swiper__widget-slide .swiper-pagination-fraction {
  padding-right: 25px;
}
.swiper__widget-pro-slide .swiper-button-next::after,
.swiper__widget-pro-slide .swiper-rtl .swiper-button-prev::after,
.swiper__widget-pro-slide-single .swiper-button-next::after,
.swiper__widget-pro-slide-single .swiper-rtl .swiper-button-prev::after,
.swiper__widget-slide .swiper-button-next::after,
.swiper__widget-slide .swiper-rtl .swiper-button-prev::after,
.swiper__hero-slider-photography .swiper-button-next::after,
.swiper__hero-slider-photography .swiper-rtl .swiper-button-prev::after {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__widget-pro-slide .swiper-button-next::after,
.swiper__widget-pro-slide .swiper-button-prev::after,
.swiper__widget-pro-slide-single .swiper-button-next::after,
.swiper__widget-pro-slide-single .swiper-button-prev::after,
.swiper__widget-slide .swiper-button-next::after,
.swiper__widget-slide .swiper-button-prev::after {
  font-size: var(--font-size-large);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__widget-pro-slide .swiper-button-next:hover:after,
.swiper__widget-pro-slide .swiper-rtl .swiper-button-prev:hover:after,
.swiper__widget-pro-slide-single .swiper-button-next:hover:after,
.swiper__widget-pro-slide-single .swiper-rtl .swiper-button-prev:hover:after,
.swiper__widget-slide .swiper-button-next:hover:after,
.swiper__widget-slide .swiper-rtl .swiper-button-prev:hover:after,
.swiper__hero-slider-photography .swiper-button-next:hover:after,
.swiper__hero-slider-photography .swiper-rtl .swiper-button-prev:hover:after {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__widget-pro-slide .swiper-button-prev::after,
.swiper__widget-pro-slide .swiper-rtl .swiper-button-next::after,
.swiper__widget-pro-slide-single .swiper-button-prev::after,
.swiper__widget-pro-slide-single .swiper-rtl .swiper-button-next::after,
.swiper__widget-slide .swiper-button-prev::after,
.swiper__widget-slide .swiper-rtl .swiper-button-next::after,
.swiper__hero-slider-photography .swiper-button-prev::after,
.swiper__hero-slider-photography .swiper-rtl .swiper-button-next::after {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__widget-pro-slide .swiper-button-prev:hover:after,
.swiper__widget-pro-slide .swiper-rtl .swiper-button-next:hover:after,
.swiper__widget-pro-slide-single .swiper-button-prev:hover:after,
.swiper__widget-pro-slide-single .swiper-rtl .swiper-button-next:hover:after,
.swiper__widget-slide .swiper-button-prev:hover:after,
.swiper__widget-slide .swiper-rtl .swiper-button-next:hover:after,
.swiper__hero-slider-photography .swiper-button-prev:hover:after,
.swiper__hero-slider-photography .swiper-rtl .swiper-button-next:hover:after {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__slide-fullscreen,
.swiper__hero-slide-shop {
  position: relative;
}
.swiper__slide-fullscreen:before,
.swiper__hero-slide-shop:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--color-primary);
  z-index: 1;
}
.swiper__slide-fullscreen.before-none:before {
  display: none;
}
.swiper__slider-fullscreen .swiper-slide-active.swiper__slide-fullscreen:before,
.swiper__hero-slider-shop .swiper-slide-active.swiper__hero-slide-shop:before {
  width: 100%;
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.swiper__slide-fullscreen,
.swiper__hero-slide-shop {
  overflow: hidden;
}
.swiper__slide-fullscreen .section-fullheight__image,
.swiper__hero-slide-shop .section-fullheight__image {
  opacity: 0.5;
  position: relative;
  -webkit-filter: grayscale(.5);
  filter: grayscale(.5);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.swiper__slider-fullscreen .swiper-slide-active .section-fullheight__image,
.swiper__hero-slider-shop .swiper-slide-active .section-fullheight__image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-animation: kenburns 12s infinite;
  animation: kenburns 12s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@-webkit-keyframes kenburns {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    opacity: 1;
  }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes kenburns {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    opacity: 1;
  }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
}
.hero-image-content__text.slide,
.hero-image-content__text.shop {
  background-color: var(--color-light-1);
  position: absolute;
  max-width: 35%;
  margin-left: -120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 40px;
  overflow: hidden;
}
.hero-image-content__text.slide.fullscreen {
  margin-left: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-image-content__text.slide:before,
.hero-image-content__text.shop:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-primary);
  z-index: 1;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.swiper__slider-fullscreen .swiper-slide-active .hero-image-content__text.slide:before,
.swiper__hero-slider-shop .swiper-slide-active .hero-image-content__text.shop:before {
  height: 0;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hero-image-content__text.slide h4 a,
.hero-image-content__text.shop h4 {
  -webkit-filter: grayscale(.5);
  filter: grayscale(.5);
  letter-spacing: 5px;
  font-size: var(--font-size-small);
  color: var(--color-white);
  line-height: 1;
  font-weight: 300;
  background-color: var(--color-dark-3);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
  top: -5px;
  position: relative;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.hero-image-content__text.slide h4 a {
  margin-right: 6px;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all .3s !important;
}
.hero-image-content__text.slide h4 a:hover {
  background-color: var(--color-primary);
  transition: all .3s !important;
  -webkit-transition-delay: .1s !important;
  transition-delay: .1s !important;
}
.swiper__slider-fullscreen .swiper-slide-active .hero-image-content__text.slide h4 a,
.swiper__hero-slider-shop .swiper-slide-active .hero-image-content__text.shop h4 {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  top: 0;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hero-image-content__text.slide h2,
.hero-image-content__text.shop h2 {
  -webkit-filter: grayscale(.5);
  filter: grayscale(.5);
  font-weight: 500;
  font-size: var(--font-size-xlarge);
  color: var(--color-dark-2);
  margin-bottom: 10px;
  position: relative;
  top: -10px;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.swiper__slider-fullscreen .swiper-slide-active .hero-image-content__text.slide h2,
.swiper__hero-slider-shop .swiper-slide-active .hero-image-content__text.shop h2 {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  top: 0;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.hero-image-content__text.slide p,
.hero-image-content__text.shop p {
  -webkit-filter: grayscale(.5);
  filter: grayscale(.5);
  position: relative;
  top: -10px;
  font-size: var(--font-size-medium);
  color: var(--color-dark-3);
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.swiper__slider-fullscreen .swiper-slide-active .hero-image-content__text.slide p,
.swiper__hero-slider-shop .swiper-slide-active .hero-image-content__text.shop p {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  top: 0;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.hero-image-content__text.slide .theme-btn,
.hero-image-content__text.shop .theme-btn {
  -webkit-filter: grayscale(.5);
  filter: grayscale(.5);
  top: -10px;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.swiper__slider-fullscreen .swiper-slide-active .hero-image-content__text.slide .theme-btn,
.swiper__hero-slider-shop .swiper-slide-active .hero-image-content__text.shop .theme-btn {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  top: 0;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.hero-image-content__text.slide p span,
.hero-image-content__text.shop p span {
  color: var(--color-primary);
  font-weight: 700;
}
/* Swiper Slider End */
/* Product category */
.product-cat-wrapper {
  position: relative;
  overflow: hidden;
}
.product-cat-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear,
  left top,
  left bottom,
  from(rgba(0, 0, 0, 0)),
  to(rgba(0, 0, 0, 1)));
  background-image: linear-gradient(to bottom,
  rgba(0, 0, 0, 0),
  rgba(0, 0, 0, 1));
  z-index: 1;
}
.product-cat-wrapper .product-cat-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
}
.product-cat-title h3 {
  color: var(--color-white);
  font-family: var(--font-primary);
  margin-bottom: 8px;
}
.product-cat-wrapper:hover .product-cat-title h3 {
  color: var(--color-primary);
}
.product-cat-title h3 a:hover {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cat-counter {
  color: var(--color-white);
  font-size: var(--font-size-small);
  background-color: var(--color-primary);
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cat-wrapper:hover .product-cat-counter {
  color: var(--color-primary);
  background-color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cat-thumbnail img {
  position: relative;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-cat-wrapper:hover .product-cat-thumbnail img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-inner .product-thumbnail_hover figure {
  margin-bottom: 0;
}
/* ------------------------------
    WooCommerce
------------------------------ */
/* Product Columns */
.woocommerce > .products {
  clear: both;
  display: flex;
  flex-flow: row wrap;
}
.woocommerce .products > .product-group .product {
  width: 100% !important;
}
.woocommerce.columns-8 .products .product {
  width: 12.5%;
}
.woocommerce.columns-7 .products .product {
  width: 14.285%;
}
.woocommerce.columns-6 .products .product {
  width: 16.6666666666%;
}
.woocommerce.columns-5 .products .product {
  width: 20%;
}
.woocommerce.columns-4 .products .product {
  width: 25%;
}
.woocommerce.columns-3 .products .product {
  width: 33.3333333333%;
}
.woocommerce.columns-2 .products .product {
  width: 50%;
}
.woocommerce.columns-1 .products .product {
  width: 100%
}
.single-product.woocommerce-page .related.products .product {
  width: 25%;
}
.woocommerce .products ul {
  margin: 0;
}
.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6 {
  clear: both;
}
.woocommerce.columns-3:after,
.woocommerce.columns-4:after,
.woocommerce.columns-5:after,
.woocommerce.columns-6:after {
  display: table;
  clear: both;
  content: "";
}
.woocommerce .products {
  margin: 0 -12px -40px -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
.woocommerce .products .product {
  margin: 0 0 40px 0;
  padding: 0 12px;
  position: relative;
}
.mou__products-carousel.woocommerce .products {
  margin: 0;
}
.woocommerce .products .product.product-category {
  width: 25%;
}
.woocommerce .products > .list-categories {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 50px;
}
.woocommerce .product figure {
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 100%;
}
.woocommerce .products .product a img {
  margin: 0;
  box-shadow: none;
  width: 100% !important;
}
.woocommerce img:not(.nav-logo img, .footer-logo img, .slidingbar-logo img, .site-logo img),
.woocommerce-page img:not(.nav-logo img, .footer-logo img, .slidingbar-logo img, .site-logo img) {
  height: auto;
  max-width: 100%;
}
/* Product Columns end */
.woocommerce-badges.product-label {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  bottom: auto;
  z-index: 3;
}
.section.single-product .woocommerce-badges.product-label {
  left: 25px;
  top: 82px;
}
.section.single-product .woocommerce-product-gallery__wrapper .woocommerce-badges.product-label {
  left: 12px;
  top: 12px;
}
.product-label-rectangle .woocommerce-badges.product-label {
  max-width: calc(100% - 50px);
  left: 12px;
}
.woocommerce-badges.product-label > span {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  top: auto;
  left: auto;
  right: auto;
  padding: 0;
  font-size: 14px;
  text-align: center;
  color: var(--color-white);
  display: block;
  margin: 0 0 6px;
}
.product-label-rectangle .woocommerce-badges.product-label > span {
  width: auto;
  min-width: 50px;
  height: auto;
  min-height: 25px;
  border-radius: 0;
  line-height: 15px !important;
  padding: 5px 10px;
}
.woocommerce-badges.product-label .new {
  background-color: var(--color-dark-3);
}
.woocommerce-badges.product-label .featured {
  background-color: var(--color-primary);
}
.woocommerce-badges.product-label .out-of-stock {
  background-color: var(--color-gray);
  line-height: 15px !important;
  padding-top: 10px;
}
.woocommerce-badges.product-label .onsale {
  background-color: var(--color-green);
}
.product-thumbnail {
  position: relative;
}
.product-actions__buttons {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-actions__buttons a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  background: var(--color-white);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumbnail_hover:hover .product-actions__buttons a:nth-child(1),
.product-thumbnail_hover:hover .product-actions__buttons a:nth-child(2),
.product-thumbnail_hover:hover .product-actions__buttons a:nth-child(3),
.product-thumbnail_hover:hover .product-actions__buttons a:nth-child(4) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-actions__buttons a:hover {
  background: var(--color-primary);
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumbnail_hover {
  position: relative;
  overflow: hidden;
}
.button.product_type_external,
.button.product_type_variable,
.button.product_type_simple,
.button.product_type_grouped,
.add_to_cart_button {
  position: absolute;
  left: 0;
  bottom: 24px;
  background-color: var(--color-dark-2);
  color: var(--color-white);
  padding: 8px 16px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  content: "\f560";
  margin-left: 8px;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading:hover,
.woocommerce a.button.loading:hover,
.woocommerce button.button.loading:hover,
.woocommerce input.button.loading:hover {
  background: var(--color-dark-2);
  color: var(--color-dark-2);
}
.single_add_to_cart_button.loading:hover:before {
  display: none;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-top: 3px solid var(--color-light-1);
  border-left: 3px solid var(--color-light-1);
  border-bottom: 3px solid var(--color-light-1);
  border-right: 3px solid var(--color-dark-3);
  background: transparent !important;
  display: block !important;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 9;
}
.woocommerce .wishlist-title h2 {
  margin-top: 0;
}
.yith-wcwl-share li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.wishlist_table.wishlist_view .add_to_cart_button {
  position: static;
  padding: 10px 20px;
  transform: none;
  opacity: 1;
}
.wishlist_table.wishlist_view .add_to_cart_button:hover {
  background: var(--color-primary);
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  margin-top: var(--gutters-small);
  margin-bottom: 0;
  float: none;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
  color: var(--color-dark-2);
}
.entry-content .yith-wcwl-share ul li,
.yith-wcwl-share ul li {
  margin-right: 6px;
}
.fa {
  font-family: "FontAwesome";
  font-weight: normal;
}
.wishlist-title-container .hidden-title-form {
  margin-top: 0;
}
.hidden-title-form .edit-title-buttons {
  right: 8px;
}
.wishlist-title-container .hidden-title-form > input[type="text"] {
  height: 50px;
  border: 0;
  background-color: #f1f2f3;
  padding: 15px 65px 15px 25px;
  font-size: 18px;
  color: var(--color-dark-2);
}
.hidden-title-form a {
  font-size: 14px;
  background: #e3e3e3;
  border-radius: 50%;
}
.wishlist-title-container .edit-title-buttons .hide-title-form i {
  color: #F5245F;
}
.wishlist-title-container .edit-title-buttons .save-title-form i {
  color: var(--color-green);
}
.button.product_type_simple i,
.button.product_type_external i,
.button.product_type_variable i,
.button.product_type_grouped i,
.add_to_cart_button i {
  margin-right: 8px;
}
.product-thumbnail_hover:hover .button.product_type_simple,
.product-thumbnail_hover:hover .button.product_type_external,
.product-thumbnail_hover:hover .button.product_type_variable,
.product-thumbnail_hover:hover .button.product_type_grouped,
.product-thumbnail_hover:hover .add_to_cart_button {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumbnail_hover .button.product_type_simple:hover,
.product-thumbnail_hover .button.product_type_external:hover,
.product-thumbnail_hover .button.product_type_variable:hover,
.product-thumbnail_hover .button.product_type_grouped:hover,
.product-thumbnail_hover .add_to_cart_button:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumbnail_hover .button.product_type_simple i,
.product-thumbnail_hover .button.product_type_external i,
.product-thumbnail_hover .button.product_type_variable i,
.product-thumbnail_hover .button.product_type_grouped i,
.product-thumbnail_hover .add_to_cart_button i {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumbnail_hover .button.product_type_simple:hover i,
.product-thumbnail_hover .button.product_type_external:hover i,
.product-thumbnail_hover .button.product_type_variable:hover i,
.product-thumbnail_hover .button.product_type_grouped:hover i,
.product-thumbnail_hover .add_to_cart_button:hover i {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-loop-product__title {
  font-size: var(--font-size-medium);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-loop-product__title a:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.star-rating {
  line-height: 1;
}
.woocs_price_code del {
  color: #a6a6a6;
}
.woocs_price_code ins {
  color: var(--color-primary);
}
.shop-filter-btn {
  margin-bottom: var(--gutters-xsmall);
}
.shop-filter-btn button {
  background: none;
  outline: none;
  border: none;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-filter-btn button#show_filter:hover {
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-filter-btn button#hide_filter {
  color: var(--color-dark-4);
  font-size: 16px;
}
.shop-filter-btn button#hide_filter i {
  color: var(--color-dark-3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-filter-btn button#hide_filter:hover i {
  color: var(--color-dark-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-filter-btn button i {
  font-size: 15px;
  color: var(--color-primary);
  margin-right: 8px;
}
/* ------------------------------
    Image Icon Box
------------------------------ */
.mou__widget-image-icon-box {
  background: var(--color-light-1);
  padding: 30px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mou__widget-image-icon-box:hover {
  background: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-box-icon {
  flex-shrink: 0;
}
.icon-box-icon svg,
.icon-box-icon img {
  max-width: 50px;
  height: auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  margin-right: 20px;
  width: 50px;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.icon-box-icon i {
  font-size: 50px;
  line-height: 1;
  margin-right: 20px;
  color: var(--color-dark-2);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.mou__widget-image-icon-box:hover .icon-box-icon svg,
.mou__widget-image-icon-box:hover .icon-box-icon img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation: scaleAnimate 1s;
  animation: scaleAnimate 1s;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.mou__widget-image-icon-box:hover .icon-box-icon i {
  -webkit-animation: scaleAnimate 1s;
  animation: scaleAnimate 1s;
  color: var(--color-primary);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
@-webkit-keyframes scaleAnimate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scaleAnimate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.icon-box-text h4 {
  margin-bottom: 5px;
  color: var(--color-primary);
}
.icon-box-text p {
  color: var(--color-dark-3);
  line-height: 1.5;
}
.feature-heading h4 a:hover,
.icon-box-text h4 a:hover,
.mou__widget-features-style-2 .feature-text h3 a:hover {
  color: var(--color-dark-2);
}
/* Image Icon Box End */
/* ------------------------------
    Promo
------------------------------ */
.promo-content-widget h1 {
  margin-bottom: 10px;
  font-family: var(--font-primary);
  color: var(--color-primary);
  font-weight: bold;
}
.promo-content-widget h4 {
  text-transform: uppercase;
}
.single-countdown {
  background-color: var(--color-white);
  display: inline-block;
  width: 120px;
  padding: 20px 0;
  text-align: center;
  margin-right: 15px;
  border: 1px dashed;
  border-color: var(--color-dark-3);
  border-radius: 6px;
}
.single-countdown h2 {
  color: var(--color-dark-2);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.single-countdown.count-seconds h2 {
  color: var(--color-primary);
  -webkit-animation: secondsAnimate 1s;
  animation: secondsAnimate 1s;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}
@-webkit-keyframes secondsAnimate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes secondsAnimate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.promo-image img {
  max-width: 70% !important;
}
/* WooCommerce End */
/* ------------------------------
    Pages
------------------------------ */
.breadcrumb-home-icon i {
  margin-right: 6px;
}
.page-banner-image img {
  max-height: 200px;
}
.page-title-content h2 {
  color: var(--color-white);
  margin-bottom: 10px;
}
/* Blockquote */
blockquote.wp-block-quote,
blockquote.mou-block-quote {
  background-color: var(--color-light-1);
  padding: 15px;
  border-left: 3px solid;
  border-color: var(--color-primary);
  margin: 30px 0;
}
blockquote.wp-block-quote cite,
blockquote.mou-block-quote cite {
  position: relative;
  display: block;
  margin-top: 10px;
}
blockquote.wp-block-quote cite:before,
blockquote.mou-block-quote cite:before {
  content: "—";
  margin-right: 4px;
}
/* Accordions */
.mou__widget-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 30px;
  border: none;
}
.mou__widget-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.mou__widget-accordion .accordion .accordion-title {
  padding: 15px 50px 15px 25px;
  position: relative;
  display: block;
  font-size: var(--font-size-medium);
  line-height: 1.5;
  cursor: pointer;
  color: var(--color-white);
  background: var(--color-dark-2);
}
.mou__widget-accordion.theme-dark .accordion .accordion-title {
  color: var(--color-white);
  background: var(--color-primary);
}
.mou__widget-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-primary);
  font-size: var(--font-size-medium);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.mou__widget-accordion.theme-dark .accordion .accordion-title i {
  color: var(--color-white);
}
.mou__widget-accordion .accordion .accordion-title.active i::before {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  content: "\f077";
  color: var(--color-dark-3);
}
.mou__widget-accordion.theme-dark .accordion .accordion-title.active i::before {
  color: var(--color-white);
}
.mou__widget-accordion .accordion .accordion-content {
  display: none;
  background-color: var(--color-light-1);
  padding: 25px;
}
.mou__widget-accordion.theme-dark .accordion .accordion-content {
  background-color: var(--color-white);
}
.mou__widget-accordion.theme-dark .accordion .accordion-content:last-child {
  padding: 25px;
}
.mou__widget-accordion .accordion .accordion-content.show {
  display: block;
}
.page-title-content h2 {
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
}
/* Breadcrumb */
.mou-breadcrumbs {
  line-height: 1.25;
}
.mou-breadcrumbs a {
  color: var(--color-dark-2);
}
.mou-breadcrumbs a:hover {
  color: var(--color-primary);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-masthead__heading .mou-breadcrumbs {
  margin-top: 8px;
  margin-bottom: 0;
}
/* Pricing */
.pricing-table {
  background-color: var(--color-white);
  padding-bottom: 48px;
  overflow: hidden;
}
.recommended-price .pricing-header {
  background-color: var(--color-primary);
}
.pro-price .pricing-header {
  background-color: var(--color-green);
}
.pricing-header {
  background-color: var(--color-dark-2);
  padding: 30px;
}
.pricing-header h3 {
  color: var(--color-primary);
  font-family: var(--font-primary);
}
.recommended-price .pricing-header h3,
.pro-price .pricing-header h3 {
  color: var(--color-white);
}
.pricing-header h2 {
  color: var(--color-white);
  font-family: var(--font-primary);
  font-weight: 600;
}
.pricing-features {
  padding: 30px 40px;
}
.pricing-features li {
  font-size: var(--font-size-medium);
  line-height: 1.5;
  color: var(--color-dark-2);
  margin: 8px 0 8px 38px;
}
.pricing-features li i {
  text-align: center;
  color: var(--color-green);
  font-size: 12px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--color-light-1);
  border-radius: 50%;
  margin-left: -38px;
}
.pricing-features li i.fa-times {
  color: var(--color-primary);
}
.pricing-features del {
  color: var(--color-dark-3);
  text-decoration: none;
}
/* Pricing End */
/* Coming Soon */
.big-text h1 {
  text-transform: uppercase;
  letter-spacing: 15px;
  text-shadow: 2px 2px 0 var(--color-white);
  margin: 40px 0;
}
.subscribe-form-label h4 {
  text-transform: uppercase;
  color: var(--color-dark-3);
  font-weight: normal;
  letter-spacing: 5px;
  margin-top: 40px;
}
.display-image img {
  max-width: 100%;
  width: 70%;
}
.display-image {
  position: relative;
  z-index: 1;
}
.display-image:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 400px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: shapeAnimate4 40s infinite;
  animation: shapeAnimate4 40s infinite;
}
@-webkit-keyframes shapeAnimate4 {
  0% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  0% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg);
  }
}
@keyframes shapeAnimate4 {
  0% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  0% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg);
  }
}
/* Coming Soon End */
/* 404 Error */
.error-image img {
  max-width: 520px;
}
.error-text h4 {
  margin: 50px 0;
}
/* Error End */
/* ------------------------------
    Portfolio Grid-2
------------------------------ */
.gallery_box_style-2 h4 a {
  font-size: var(--font-size-large);
}
.gallery_box_style-2 h4 a:hover {
  color: var(--color-primary);
}
/* Portfolio Grid-2 End */
/* ------------------------------
    Portfolio Single
------------------------------ */
.project-meta-info.vertical {
  margin-bottom: 40px;
}
.project-meta-info h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: var(--color-dark-3);
  font-weight: 300;
}
.project-meta-info.theme-dark h6 {
  color: var(--color-white);
}
.project-meta-info h6 i {
  color: var(--color-primary);
  padding-left: 4px;
  font-size: 10px;
}
.project-meta-info p,
.project-meta-info a {
  font-size: var(--font-size-medium);
  color: var(--color-dark-3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project-meta-info p i {
  font-size: var(--font-size-small);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project-meta-info svg {
  width: 15px;
}
.project-meta-info svg path {
  fill: var(--color-dark-3);
}
.project-meta-info a:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* Single Post Navigation */
.single-post-nav {
  position: relative;
  min-height: 118px;
  z-index: 3;
}
.nav-prev-thumb img,
.nav-next-thumb img {
  max-width: 70px;
  border: 2px solid;
  border-color: var(--color-dark-3);
}
.single-post-nav .post-prev .nav-prev-thumb {
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav .post-prev:hover .nav-prev-thumb {
  margin-left: 20px;
  margin-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav .post-prev .priyo-icon-arrow.left {
  margin-right: 25px;
}
.single-post-nav .post-next .priyo-icon-arrow.right {
  margin-left: 25px;
}
.single-post-nav .post-prev:hover .priyo-icon-arrow:after {
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav .post-prev:hover .priyo-icon-arrow:before {
  border-color: var(--color-primary);
}
.single-post-nav .post-prev:hover .priyo-icon-arrow {
  width: 8px;
  margin: 0 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav .post-next:hover .priyo-icon-arrow:after {
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav .post-next:hover .priyo-icon-arrow:before {
  border-color: var(--color-primary);
}
.single-post-nav .post-next:hover .priyo-icon-arrow {
  width: 8px;
  margin: 0 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav .post-next .nav-next-thumb {
  margin-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav .post-next:hover .nav-next-thumb {
  margin-right: 20px;
  margin-left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav a {
  font-size: var(--font-size-medium);
  letter-spacing: 0;
  color: var(--color-dark-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.25;
}
.single-post-nav a.post-prev {
  text-align: left;
  position: absolute;
  left: 0;
  width: 45%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav a:hover.post-prev {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav a.post-next {
  text-align: right;
  position: absolute;
  right: 0;
  width: 45%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav a:hover.post-next {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav a.post-prev i {
  margin-right: 8px;
  font-size: var(--font-size-small);
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav a.post-next i {
  margin-left: 8px;
  font-size: var(--font-size-small);
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-nav a:hover i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* Single Post Navigation End */
/* Social share */
.post-social-share a {
  color: var(--color-primary);
  margin: 0 6px;
}
.post-social-share a:hover {
  color: var(--color-dark-3);
}
.post-social-share a:last-child {
  margin-right: 0;
}
.col-image {
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* ------------------------------
    Swiper Thumbs Gallery
------------------------------ */
.swiper__widget-pro-thumb,
.swiper__widget-pro-thumb-single,
.swiper__widget-thumb {
  cursor: pointer;
  margin-top: 18px;
}
.swiper__widget-thumb .slide-thumb {
  overflow: hidden;
}
.swiper__widget-slide .swiper-slide .gallery img,
.swiper__widget-pro-thumb .slide-thumb img,
.swiper__widget-pro-thumb-single .slide-thumb img,
.swiper__widget-thumb .slide-thumb img {
  width: 100%;
}
.swiper__widget-pro-thumb .swiper-slide.slide-thumb,
.swiper__widget-pro-thumb-single .swiper-slide.slide-thumb,
.swiper__widget-thumb .swiper-slide.slide-thumb {
  border: 4px solid;
  border-color: var(--color-light-1);
  box-sizing: border-box;
  overflow: hidden;
}
.swiper__widget-pro-thumb .swiper-slide.slide-thumb:hover,
.swiper__widget-pro-thumb-single .swiper-slide.slide-thumb:hover,
.swiper__widget-thumb .swiper-slide.slide-thumb:hover {
  border-color: var(--color-primary-alpha-50);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__widget-pro-thumb .swiper-slide-thumb-active.slide-thumb,
.swiper__widget-pro-thumb-single .swiper-slide-thumb-active.slide-thumb,
.swiper__widget-thumb .swiper-slide-thumb-active.slide-thumb {
  border-color: var(--color-primary-alpha-25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* Swiper Thumbs Gallery End */
/* Portfolio Single End */
/* ------------------------------
    Gallery Slider
------------------------------ */
.gallery__slide-fullscreen .single-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}
.swiper__widget-pro-slide,
.swiper__widget-pro-slide-single,
.swiper__widget-slide {
  overflow: hidden;
}
.swiper-slide .gallery {
  text-align: center;
}
.swiper-slide .gallery i {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  background: var(--color-white-alpha-25);
  font-size: var(--font-size-large);
  border-radius: 50%;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%) scale(0);
  transform: translateY(-100%) scale(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.swiper-slide .gallery:hover i {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
  opacity: 1;
  visibility: visible;
}
.swiper-slide .gallery i:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-primary);
  background: var(--color-white);
}
.swiper__gallery-ribbon .swiper-pagination-bullet {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: var(--font-size-small);
  color: var(--color-dark-3);
  opacity: 1;
  background: var(--color-light-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper__gallery-ribbon .swiper-pagination-bullet:hover,
.swiper__gallery-ribbon .swiper-pagination-bullet-active {
  color: var(--color-white);
  background: var(--color-primary);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* Gallery Slider End */
/* ------------------------------
    Progress Bar
------------------------------ */
.mou-progressbar .progress-label {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.progress-label .label {
  font-weight: normal;
}
.mou-progressbar .progress-label .progress-percent:not(.percent-tooltip) {
  font-size: var(--font-size-small);
  font-weight: normal;
  line-height: 1.25;
}
.mou-progressbar.mou-tooltip .progress-holder {
  overflow: visible;
}
.mou-progressbar.mou-tooltip .progress-holder .mou-progress-bar {
  position: relative;
}
.mou-progressbar.mou-tooltip .progress-holder .progress-percent {
  position: absolute;
  font-size: 13px;
  font-weight: normal;
  top: 0;
  right: 0;
  padding: 4px 8px;
  -webkit-transform: translateY(-webkit-calc(-100% - 7px)) translateX(50%);
  -ms-transform: translateY(calc(-100% - 7px)) translateX(50%);
  transform: translateY(calc(-100% - 7px)) translateX(50%);
}
.progress-holder {
  height: 8px;
  background-color: rgba(150, 144, 162, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.progress-holder > .mou-progress-bar {
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), to(var(--color-primary)));
  background: -webkit-linear-gradient(left, var(--color-primary) 0%, var(--color-primary) 100%);
  background: -o-linear-gradient(left, var(--color-primary) 0%, var(--color-primary) 100%);
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary) 100%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: width cubic-bezier(0.645, 0.045, 0.355, 1) 0.9s;
  -o-transition: width cubic-bezier(0.645, 0.045, 0.355, 1) 0.9s;
  transition: width cubic-bezier(0.645, 0.045, 0.355, 1) 0.9s;
}
.progress-holder.inner {
  height: 18px;
  padding: 5px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.progress-holder.inner.thin {
  height: 14px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.progress-holder.inner.thick {
  height: 22px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.progress-holder.thin {
  height: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.progress-holder.thin > .mou-progress-bar {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.progress-holder.thick {
  height: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.progress-holder.thick > .mou-progress-bar {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.minimal-scheme .progress-holder,
.minimal-scheme .progress-holder.thin,
.minimal-scheme .progress-holder.thick {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.minimal-scheme .progress-holder > .mou-progress-bar,
.minimal-scheme .progress-holder.thin > .mou-progress-bar,
.minimal-scheme .progress-holder.thick > .mou-progress-bar {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mou-progressbar.inside,
.mou-progressbar.mou-tooltip.inside {
  position: relative;
}
.mou-progressbar.inside .progress-label,
.mou-progressbar.mou-tooltip.inside .progress-label {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.mou-progressbar.inside .progress-holder .progress-percent,
.mou-progressbar.mou-tooltip.inside .progress-holder .progress-percent {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: -25px;
  padding: 0;
}
.mou-progressbar.inside .progress-holder .percent-tooltip,
.mou-progressbar.mou-tooltip.inside .progress-holder .percent-tooltip {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  bottom: calc(50% - 20px);
  top: auto;
}
.mou-progressbar.inside .progress-holder .percent-tooltip::before,
.mou-progressbar.mou-tooltip.inside .progress-holder .percent-tooltip::before {
  bottom: -4px;
}
.mou-progressbar.inside .progress-holder.text-inside,
.mou-progressbar.mou-tooltip.inside .progress-holder.text-inside {
  min-height: 36px;
}
.mou-progressbar.inside .progress-label {
  width: calc(100% - 50px);
}
.mou-progressbar.inside .progress-label .progress-percent:not(.percent-tooltip) {
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  width: 100%;
}
/* Circular */
.circle-progress .circle {
  position: relative;
  display: inline-block;
}
.circle-progress .circle svg {
  vertical-align: top;
}
.circle-progress .circle .circle-progress-svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.circle-progress .circle .progress-meter,
.circle-progress .circle .progress-value {
  fill: none;
}
.circle-progress .circle .progress-meter {
  stroke: rgba(150, 144, 162, 0.15);
}
.circle-progress .circle .progress-value {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-transition: 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.circle-progress .circle i,
.circle-progress .circle .progress-icon-type,
.circle-progress .circle .progress-percent-range {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.circle-progress .circle i {
  font-size: 30px;
  color: var(--color-dark-2);
}
.progress-icon-type svg,
.progress-icon-type .icon-type-image {
  width: auto;
  height: 55px;
}
.circle-progress .progress-content > .progress-percent-range {
  margin-bottom: 8px;
}
.circle-progress:not(.left-right) .progress-content {
  margin-top: 15px;
}
.circle-progress.thin .progress-meter,
.circle-progress.thin .progress-value {
  stroke-width: 4px;
}
.circle-progress.thick .progress-meter,
.circle-progress.thick .progress-value {
  stroke-width: 12px;
}
.circle-progress.left-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.circle-progress .progress-content h5 {
  color: var(--color-dark-3);
  font-weight: normal;
}
.circle-progress.left-right .progress-content {
  margin-left: 15px;
  margin-right: 15px;
}
.circle-progress.left-right.alignCenter {
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.circle-progress.left-right.alignRight {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* Progress Bar End */
/* ------------------------------
    Blog Page
------------------------------ */
.search-form,
.blog-sidebar .widget_search form {
  position: relative;
}
.shop-sidebar.sidebar-left,
.blog-sidebar.sidebar-left {
  padding-right: 12px;
}
.shop-sidebar.sidebar-right,
.blog-sidebar.sidebar-right {
  padding-left: 12px;
}
.mou-blog-single .blog-sidebar.sidebar-left,
.posts_layout-list .blog-sidebar.sidebar-left,
.posts_layout-card .blog-sidebar.sidebar-left {
  padding-right: var(--gutters-xsmall);
}
.mou-blog-single .blog-sidebar.sidebar-right,
.posts_layout-list .blog-sidebar.sidebar-right,
.posts_layout-card .blog-sidebar.sidebar-right {
  padding-left: var(--gutters-xsmall);
}
.widget_search input,
.widget_search .wp-block-search__button-inside input,
.widget_search input.wp-block-search__input,
.widget_search input.search-form_input {
  border: 2px solid;
  border-color: var(--color-dark-2);
  background: var(--color-white);
  height: 50px;
  width: 100%;
  padding: 15px;
  color: var(--color-dark-3);
  font-size: var(--font-size-medium);
  position: relative;
}
.widget_search .wp-block-search__button-inside input {
  height: 42px;
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: 2px solid;
  border-color: var(--color-dark-2);
  padding: 2px 2px 2px 12px;
}
.widget_search input:focus,
.widget_search input:focus.wp-block-search__input,
.widget_search input:focus.search-form_input {
  border: 2px solid var(--color-primary);
}
.widget_search .wp-block-search__button-inside input:focus {
  padding: 0;
  border: none;
}
.widget_search input:focus::-webkit-input-placeholder,
.widget_search input:focus.wp-block-search__input::-webkit-input-placeholder,
.widget_search input:focus.search-form_input::-webkit-input-placeholder {
  text-align: right;
}
.widget_search input:focus:-ms-input-placeholder,
.widget_search input:focus.wp-block-search__input:-ms-input-placeholder,
.widget_search input:focus.search-form_input:-ms-input-placeholder {
  text-align: right;
}
.widget_search input:focus::placeholder,
.widget_search input:focus.wp-block-search__input::placeholder,
.widget_search input:focus.search-form_input::placeholder {
  text-align: right;
}
.widget_search button.wp-block-search__button,
.widget_search button.search-form_submit {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 42px;
  height: 42px;
  font-size: var(--font-size-small);
  background: var(--color-primary);
  color: var(--color-white);
  border: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_search button.wp-block-search__button {
  position: relative;
  top: 0;
  right: auto;
  width: 100px;
  height: auto;
  margin-left: 4px;
}
.widget_search input:focus.wp-block-search__input ~ button.wp-block-search__button,
.widget_search input:focus.search-form_input ~ button.search-form_submit {
  background: var(--color-dark-2);
}
.widget_search button:hover.search-form_submit {
  color: var(--color-primary);
  background: var(--color-dark-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-search__button {
  border: none;
  color: #32373c;
}
.widget_search button.wp-block-search__button.has-icon {
  width: 48px;
}
.widget_search .wp-block-search__button-outside button.wp-block-search__button.has-icon {
  width: 56px;
  margin-left: 4px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0;
}
.post-meta .meta-wrapper {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.wp-block-search__button svg {
  min-width: 30px;
  min-height: 30px;
}
.post-meta .meta-wrapper i {
  color: var(--color-primary);
}
.post-meta .meta-wrapper:hover i {
  color: var(--color-dark-3);
}
.widget.widget_block {
  margin-top: 40px;
}
.widget.widget_footer.widget_block h2,
.widget.widget_block:first-of-type,
.widget.widget_block:first-of-type h3,
.widget.widget_footer.widget_block {
  margin-top: 0;
}
.widget.widget_footer.widget_block h2 {
  color: var(--color-white);
}
.wc-blocks-filter-wrapper h3,
.wc-block-attribute-filter__title,
.wc-block-price-filter__title,
.wc-block-active-filters__title,
.wc-block-stock-filter__title,
.widget.widget_block h2,
.widget .widget-title {
  font-family: var(--font-primary);
  font-weight: 600;
  color: var(--color-dark-2);
  margin-bottom: var(--gutters-xsmall);
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.site-footer .widget .widget-title {
  margin-top: 0;
}
.wp-block-woocommerce-attribute-filter > .wc-block-attribute-filter__title,
.wp-block-woocommerce-price-filter > .wc-block-price-filter__title,
.wp-block-woocommerce-active-filters > .wc-block-active-filters__title,
.wp-block-woocommerce-stock-filter > .wc-block-stock-filter__title {
  margin-top: 0;
  margin-bottom: 25px !important;
}
.widget.widget_block h2 {
  font-size: var(--font-size-large);
}
.widget.widget_block:first-of-type h2 {
  margin-top: 0;
}
.widget .widget-title.theme-dark {
  color: var(--color-white);
}
.widget .widget-title.list-items {
  margin-bottom: 15px;
}
.wc-blocks-filter-wrapper h3:before,
.wc-block-attribute-filter__title:before,
.wc-block-price-filter__title:before,
.wc-block-active-filters__title:before,
.wc-block-stock-filter__title:before,
.widget.widget_block h2:before,
.widget .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: var(--color-primary);
  z-index: 1;
}
.wc-blocks-filter-wrapper h3:after,
.wc-block-attribute-filter__title:after,
.wc-block-price-filter__title:after,
.wc-block-active-filters__title:after,
.wc-block-stock-filter__title:after,
.widget.widget_block h2:after,
.widget .widget-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-light-2);
  z-index: -1;
}
.wc-block-featured-category__title:after {
  display: none;
}
.widget.widget_footer.widget_block h2:after,
.widget-title.size-small:after {
  background-color: var(--color-dark-4);
  width: 70%;
}
.widget_archives_list .archive-month.current-month a,
.widget_categories .cat-item.current-cat a {
  color: var(--color-dark-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_archives_list .archive-month:hover a,
.wp-block-archives-list li:hover a,
.widget_categories .cat-item:hover a,
.wp-block-categories-list .cat-item:hover a {
  color: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wc-block-product-categories-list-item,
.widget_archives_list ul li,
.wp-block-archives-list li,
.widget_categories ul li,
.wp-block-categories-list li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wc-block-product-categories-list-item-count > span,
.wc-block-components-checkbox__label .wc-filter-element-label-list-count,
.widget_archives_list ul li span,
.wp-block-archives-list li span,
.widget_categories ul li span,
.wp-block-categories-list li span {
  padding: 0 8px;
  background-color: var(--color-light-1);
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wc-block-product-categories-list-item:hover > .wc-block-product-categories-list-item-count > span {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.wc-block-product-categories-list-item-count::after,
.wc-block-product-categories-list-item-count::before {
  display: none;
}
.wc-block-product-categories__button {
  height: 50px;
  top: 5px;
  border: 0;
  outline: 0;
  color: var(--color-dark-2);
  background-color: var(--color-light-1);
}
.wc-block-product-categories__button:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item,
.wc-block-product-categories-list--has-images .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item {
  margin-left: 15px;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-1,
.wc-block-product-categories-list--has-images {
  width: 100%;
}
.wc-block-product-categories-list-item {
  min-height: 32px;
}
.wc-block-product-categories-list-item__name:focus-visible,
.wc-block-components-checkbox__label:focus-visible {
  outline: 0;
}
.wc-block-components-checkbox__label .wc-filter-element-label-list-count {
  right: 0;
  position: absolute;
}
.wc-block-components-checkbox__label .wc-filter-element-label-list-count span {
  display: inline-block;
  line-height: 1.75;
}
.wc-block-product-categories-list-item__name:hover,
.wc-block-components-checkbox__label:hover {
  color: var(--color-primary);
}
.wc-block-components-checkbox__input:checked ~ .wc-block-components-checkbox__label .wc-filter-element-label-list-count,
.wc-block-components-checkbox__label:hover .wc-filter-element-label-list-count {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.wc-block-components-checkbox__input:checked ~ .wc-block-components-checkbox__label .wc-filter-element-label-list-count {
  background-color: var(--color-dark-2);
}
.wc-block-components-checkbox__input:checked ~ .wc-block-components-checkbox__label {
  color: var(--color-dark-2);
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove {
  line-height: 14px;
}
.widget_archives_list ul li.current-month span,
.widget_categories ul li.current-cat span {
  background-color: var(--color-dark-2);
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_archives_list ul li:hover span,
.wp-block-archives-list li:hover span,
.widget_categories ul li:hover span,
.wp-block-categories-list li:hover span {
  background-color: var(--color-primary);
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article-text-small {
  padding-left: 100px;
}
.widget_latest_comments .latest-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-comments__comment-avatar {
  border-radius: 50%;
  border: 2px solid;
  border-color: var(--color-black-alpha-25);
  display: block;
  float: left;
  width: 50px;
  height: auto;
  margin-right: 20px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border: 2px solid;
  border-color: var(--color-black-alpha-25);
}
.latest-comments__comment-meta h5 {
  margin-bottom: 5px;
}
.latest-comments__comment-excerpt p {
  line-height: 1.5;
}
.latest-comments__comment-excerpt p i {
  color: var(--color-gray);
}
.latest-comments__comment-excerpt,
.latest-comments__comment-meta {
  margin-left: 70px;
}
.wp-block-latest-comments__comment-author,
.latest-comments__comment-author {
  color: var(--color-primary);
  font-weight: 500;
  display: inline-block;
}
.wp-block-latest-comments__comment-author:hover,
.latest-comments__comment-author:hover {
  color: var(--color-dark-2);
}
.wp-block-latest-comments__comment-link {
  color: var(--color-dark-2);
}
.wp-block-latest-comments__comment-link:hover {
  color: var(--color-primary);
}
.wp-block-latest-comments__comment-excerpt p {
  line-height: 1.5;
}
.latest-comments__comment {
  border-bottom: 1px solid;
  border-color: var(--color-light-1);
  padding: 15px 0;
}
.latest-comments__comment:first-child {
  padding-top: 0;
}
.latest-comments__comment:last-child {
  padding-bottom: 0;
  border: none;
}
.blog-sidebar .widget_block .wp-block-latest-comments {
  padding-left: 0;
}
.wc-filter-element-label-list-count::before,
.wc-filter-element-label-list-count::after {
  display: none;
}
.wp-block-latest-comments__comment:last-child .wp-block-latest-comments__comment-excerpt p,
.wp-widget-group__inner-blocks .wp-block-latest-comments,
.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.product-section-wrapper .after-loop-wrapper {
  margin-top: var(--gutters-small);
  text-align: center;
}
.blog-pagination-wrapper .pagination-block,
.portfolio-terms-pagination-wrapper .pagination-block {
  display: inline-block;
}
.woocommerce-pagination ul li,
.pagination-block ul li {
  display: inline-block;
  margin: 0;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span.current,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.pagination-block ul li span.current,
.pagination-block ul li a {
  display: block;
  line-height: 24px;
  padding: 8px 20px;
  background-color: var(--color-light-1);
  color: var(--color-dark-3);
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  display: inline-block;
}
.nav-links .page-numbers.prev {
  margin-right: 4px;
}
.nav-links .page-numbers.next {
  margin-left: 4px;
}
.woocommerce-pagination ul li span.dots,
.pagination-block ul li span.dots {
  margin: 0 4px;
}
.pagination-block.theme-dark .nav-links .page-numbers.prev,
.pagination-block.theme-dark .nav-links .page-numbers.next,
.pagination-block.theme-dark ul li a {
  background-color: var(--color-dark-2);
  color: var(--color-white);
}
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span.current,
.nav-links .page-numbers.prev:hover,
.nav-links .page-numbers.next:hover,
.pagination-block ul li span.current,
.pagination-block ul li a:hover {
  color: var(--color-primary);
  background: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination-block.theme-dark .nav-links .page-numbers.prev:hover,
.pagination-block.theme-dark .nav-links .page-numbers.next:hover,
.pagination-block.theme-dark ul li span.current,
.pagination-block.theme-dark ul li a:hover {
  color: var(--color-white);
  background: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce-pagination ul li span.current,
.pagination-block ul li span.current {
  color: var(--color-white);
}
.nav-links .page-numbers.prev i,
.nav-links .page-numbers.next i,
.pagination-block ul li a i {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-links .page-numbers.prev:hover i,
.nav-links .page-numbers.next:hover i,
.pagination-block ul li a:hover i {
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.no-more-post {
  border: 2px solid;
  border-color: var(--color-light-2);
  background-color: var(--color-light-1);
  display: inline-block;
  padding: 30px 50px;
}
#blog-posts-container-list article.single-post:last-of-type {
  margin-bottom: 0;
}
/* Static Page */
.single-product .entry-content h1,
.page-static .entry-content h1,
.single-product .entry-content h2,
.page-static .entry-content h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-product .entry-content h1:first-of-type,
.page-static .entry-content h1:first-of-type,
.single-product .entry-content h2:first-of-type,
.page-static .entry-content h2:first-of-type {
  margin-top: 0;
}
.single-product .entry-content h3,
.page-static .entry-content h3 {
  margin-top: var(--gutters-xsmall);
  margin-bottom: 10px;
}
.single-product .entry-content h3:first-of-type,
.page-static .entry-content h3:first-of-type {
  margin-top: 0;
}
/* Single Post */
.post-meta li {
  display: inline-block;
  margin-right: 15px;
}
.post-meta li:last-child {
  margin-right: 0;
}
.post-meta li i,
.post-meta li a i {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-meta li:hover i,
.post-meta li a:hover i {
  color: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-details .post-meta li a:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* ------------------------------
    Simple Gallery Slider
------------------------------ */
.simple-gallery-slider.owl-carousel .owl-dots {
  text-align: center;
  bottom: 30px;
  margin: 0;
}
.simple-gallery-slider.owl-carousel button.owl-dot {
  height: 8px;
  width: 8px;
  background: var(--color-dark-4);
  border-radius: 50%;
  margin: 5px 5px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.simple-gallery-slider.owl-carousel button.owl-dot.active {
  background: var(--color-dark-3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.simple-gallery-slider.owl-carousel button.owl-dot:hover {
  background: var(--color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.simple-gallery-slider.owl-carousel .wp-block-image {
  width: 100% !important;
}
/* Simple Gallery Slider End */
/* ------------------------------
    Comment Reply
------------------------------ */
.comment-reply-title {
  font-weight: 500;
  color: var(--color-dark-2);
  margin-bottom: var(--gutters-xsmall);
  position: relative;
  line-height: 1.25;
  z-index: 1;
}
.comment-reply-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: var(--color-primary);
  z-index: 1;
}
.comment-reply-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-light-2);
  z-index: -1;
}
.comment-reply-title #cancel-comment-reply-link {
  background-color: var(--color-dark-4);
  color: var(--color-white);
  padding: 12px 20px;
  display: inline-block;
  margin-left: 30px;
  margin-top: var(--gutters-small);
  font-size: var(--font-size-small);
  font-family: var(--font-primary);
  text-transform: capitalize;
  font-weight: normal;
  transition: all .3s;
}
.comment-reply-title #cancel-comment-reply-link:hover {
  background-color: var(--color-primary);
  transition: all .3s;
}
.comment .comment {
  padding-left: 40px;
}
.comment {
  margin-top: var(--gutters-small);
}
.comment-author .avatar {
  max-width: 70px;
  float: left;
  margin-right: 20px;
  border: 2px solid var(--color-dark-3);
}
.bypostauthor .comment_container .avatar,
.bypostauthor .comment-author .avatar {
  border: 2px solid #2cb8a5;
}
.comment-content-wrapper {
  padding-left: 90px;
}
.comment-meta .comment-author,
.comment-meta .comment-author b,
.comment-meta .comment-author a,
.comment-metadata a:first-child {
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  font-size: var(--font-size-medium);
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 8px;
}
.bypostauthor .comment-text .woocommerce-review__author,
.bypostauthor .comment-meta .comment-author a {
  color: #2cb8a5;
  position: relative;
}
.bypostauthor .comment-text .woocommerce-review__author:before,
.bypostauthor .comment-meta .comment-author a:before {
  position: absolute;
  top: -6px;
  left: -30px;
  content: "\f00c";
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  font-size: 10px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  line-height: 16px;
  background-color: #2cb8a5;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.bypostauthor .comment-text .woocommerce-review__author:before {
  top: -10px;
  left: -40px;
}
.comment-meta .comment-author .says {
  display: none;
}
.comment-metadata a time,
.comment-metadata a:last-child {
  color: var(--color-dark-4);
  font-size: 13px;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.comment-meta .comment-author a:hover,
.comment-metadata a:hover:first-child {
  color: var(--color-dark-2);
}
.comment-metadata a:hover time {
  color: var(--color-dark-3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.comment-content {
  padding-top: 5px;
  padding-bottom: 10px;
}
.required {
  color: var(--color-primary);
}
.comment-notes {
  margin-bottom: 30px;
  margin-top: 8px;
}
.comment-notes span {
  color: var(--color-dark-3);
}
.comment-body .comment-reply-link {
  font-size: var(--font-size-xsmall);
  font-weight: 500;
  padding: 6px 16px;
  letter-spacing: 1px;
  color: var(--color-white);
  background: var(--color-dark-2);
  border: transparent;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.comment-body .comment-reply-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.comment-body .comment-reply-link:hover:before {
  width: 100%;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* Comment Reply End */
/* ------------------------------
    Range Slider
------------------------------ */
/* Range Reset */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -7px;
  background-color: var(--color-primary);
  height: 18px;
  width: 18px;
  border: 0;
  border-radius: 50%;
  pointer-events: all;
}
input[type="range"]:focus::-webkit-slider-thumb {
  background-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 6px var(--color-primary-alpha-50);
  box-shadow: 0 0 0 6px var(--color-primary-alpha-50);
}
input[type="range"]::-moz-range-thumb {
  border: 0;
  background-color: var(--color-primary);
  height: 18px;
  width: 18px;
  border-radius: 50%;
}
input[type="range"]:focus::-moz-range-thumb {
  background-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 6px var(--color-primary-alpha-50);
  box-shadow: 0 0 0 6px var(--color-primary-alpha-50);
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 100px;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 80px;
  background: transparent;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  text-align: left;
  color: var(--color-dark-2);
  font-weight: 500;
  padding: 0;
  border: 0;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:last-child {
  text-align: right;
}
.wc-block-components-price-slider__range-text {
  color: var(--color-dark-2);
}
.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg, transparent var(--low), var(--color-dark-2) 0, var(--color-dark-2) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: currentColor;
  background: var(--track-background);
}
/* Range Slider End */
/* Single Post End */
/* Blog Page End */
/* ------------------------------
    Products filter
------------------------------ */
.wc-block-product-categories-list-item.has-sub-cat,
.wc-block-product-categories-list-item.has-sub-cat.after {
  position: relative;
  margin-left: 18px;
  transition: .3s all;
}
.wc-block-product-categories-list-item.has-sub-cat.after {
  cursor: pointer;
}
.wc-block-product-categories-list--depth-1 {
  display: none;
}
.wc-block-product-categories-list-item.has-sub-cat:before,
.wc-block-product-categories-list-item.has-sub-cat.after:before,
.wc-block-product-categories-list-item.has-sub-cat.after:after {
  margin-right: 4px;
  content: '';
  position: absolute;
  height: 2px;
  width: 10px;
  top: 14px;
  left: 0;
  margin-left: -18px;
  background-color: var(--color-dark-3);
  transition: .3s all;
}
.wc-block-product-categories-list-item.has-sub-cat:before,
.wc-block-product-categories-list-item.has-sub-cat.after:hover:before,
.wc-block-product-categories-list-item.has-sub-cat.after:hover:after {
  background-color: var(--color-primary);
  transition: .3s all;
}
.wc-block-product-categories-list-item.has-sub-cat:before {
  top: 10px;
  transition: .3s all;
}
.wc-block-product-categories-list-item.has-sub-cat.after:after {
  height: 10px;
  width: 2px;
  top: 10px;
  left: 4px;
  transition: .3s all;
}
/* Filter by Size */
.select-by-size li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 0;
}
.select-by-size li span {
  padding: 0 8px;
  background-color: var(--color-light-1);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-by-size li.selected span {
  background-color: var(--color-dark-2);
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-by-size li:hover span {
  background-color: var(--color-primary);
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-by-size li.selected label,
.select-by-size li:hover label {
  color: var(--color-dark-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* Filter by popular */
.product-image {
  max-width: 70px;
  border: 2px solid;
  border-color: var(--color-light-1);
  float: left;
  overflow: hidden;
}
.product-name a {
  color: var(--color-dark-2);
  font-weight: 500;
  display: block;
}
.product-name a:hover {
  color: var(--color-primary);
}
.widget-product-wrapper {
  margin-bottom: 24px;
}
.widget-product-wrapper:last-of-type {
  margin-bottom: 0;
}
.widget-product-wrapper .product-summary {
  padding-left: 85px;
}
.widget-product-wrapper .product-summary h4 a {
  font-size: 16px;
}
.widget-product-wrapper .product-summary .amount {
  font-size: 16px;
}
.widget-product-wrapper .product-summary .star-rating {
  margin-bottom: 4px;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}
.product-status li {
  margin-bottom: 8px;
}
.product-status li:last-child {
  margin-bottom: 0;
}
/* ------------------------------
    WooCommerce Pages
------------------------------ */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.product-button-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.single_add_to_cart_button,
.product-button-wrapper .quantity,
.product-button-wrapper .mou-wishlist-btn {
  flex-shrink: 0;
  margin-right: 24px;
  overflow: hidden;
}
.quantity .input-text.qty {
  width: 46px;
  height: 46px;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
  letter-spacing: 0;
  font-size: var(--font-size-small);
  color: var(--color-dark-2);
  display: inline-block;
  border: 1px solid var(--color-light-1);
  border-left: none;
  border-right: none;
}
.quantity .plus,
.quantity .minus {
  border-radius: 0;
  height: 46px;
  border: 1px solid var(--color-light-1);
  width: 30px;
  color: var(--color-dark-2);
  background-color: var(--color-light-1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.quantity .plus:hover,
.quantity .minus:hover {
  border: 1px solid var(--color-dark-2);
  color: var(--color-white);
  background-color: var(--color-dark-2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cart_item .product-quantity .quantity i,
.product-button-wrapper .quantity i {
  text-align: center;
  line-height: 46px;
  font-size: 10px;
  cursor: pointer;
}
.cart_item .product-quantity .quantity,
form.cart .quantity {
  display: flex;
}
.table {
  margin-bottom: 0;
  color: var(--color-dark-3);
  border-spacing: 0;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  color: var(--color-dark-3);
}
/* Table style */
table.wishlist_table {
  font-size: 100%;
}
.wishlist_table.wishlist_view,
.woocommerce-Tabs-panel--additional_information table.woocommerce-product-attributes,
.woocommerce-table.woocommerce-table--order-downloads,
table.woocommerce-MyAccount-orders {
  margin-bottom: 0;
  color: var(--color-dark-3);
  border-spacing: 0;
  width: 100%;
  border-color: transparent;
  overflow: hidden;
}
.woocommerce-table.woocommerce-table--order-downloads thead,
table.woocommerce-MyAccount-orders thead {
  background: var(--color-light-1);
  color: var(--color-dark-2);
}
.woocommerce-table.woocommerce-table--order-downloads thead tr th,
.woocommerce-table.woocommerce-table--order-downloads tbody tr td,
table.woocommerce-MyAccount-orders tbody tr td,
table.woocommerce-MyAccount-orders thead tr th {
  padding: 10px 15px;
  text-align: left;
  line-height: 1.5;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions,
th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
  text-align: right;
}
.woocommerce-table.woocommerce-table--order-downloads .download-file a,
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  background: var(--color-dark-2);
  color: var(--color-white);
  padding: 8px 16px;
  letter-spacing: 1px;
  font-size: 14px;
  margin-left: 8px;
  display: block;
  position: relative;
}
.woocommerce-table.woocommerce-table--order-downloads .download-file a {
  padding: 8px 16px 8px 32px;
}
.woocommerce-table.woocommerce-table--order-downloads .download-file a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-size: 14px;
  color: var(--color-white);
  content: "\f019";
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  padding-right: 8px;
  opacity: .75;
}
.woocommerce-button.wp-element-button.button.view {
  display: inline-block;
}
.woocommerce-table.woocommerce-table--order-downloads .download-file a {
  margin-left: 0;
}
.woocommerce-table.woocommerce-table--order-downloads .download-file a:hover,
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
  background: var(--color-primary);
}
.woocommerce-table.woocommerce-table--order-downloads {
  margin-bottom: 30px;
}
.woocommerce-table.woocommerce-table--order-downloads tbody tr,
table.woocommerce-MyAccount-orders tbody tr {
  border-bottom: 1px solid var(--color-light-1);
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount.amount {
  color: var(--color-dark-2);
}
.woocommerce-table.woocommerce-table--order-downloads .download-product a,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
  color: var(--color-green);
  display: block;
  line-height: 1.5;
}
.woocommerce-table.woocommerce-table--order-downloads .download-product a:hover,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a:hover {
  text-decoration: underline;
}
.woocommerce-Tabs-panel--additional_information table.woocommerce-product-attributes > thead {
  vertical-align: bottom;
}
.woocommerce-Tabs-panel--additional_information table.woocommerce-product-attributes > :not(caption) > * > * {
  text-align: left;
  padding: .5rem .5rem;
  border-bottom-width: 1px;
}
.wishlist_table.wishlist_view tr {
  border-bottom-width: 1px;
  vertical-align: middle;
}
.wishlist_table.wishlist_view tr td {
  text-align: left;
}
.wishlist_table.wishlist_view tr td.product-add-to-cart {
  text-align: right;
  margin: 0 !important;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: var(--color-green);
}
.wishlist_table .product-stock-status span.wishlist-out-of-stock {
  color: #F5245F;
}
.wishlist_table.mobile li {
  position: relative;
}
.remove.remove_from_wishlist {
  color: var(--color-dark-3);
  font-size: 20px;
  height: 24px;
  width: 24px;
  display: block;
  background: transparent;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.remove.remove_from_wishlist:hover {
  color: var(--color-primary);
  background: var(--color-primary-alpha-25);
}
.woocommerce-Tabs-panel--additional_information table.woocommerce-product-attributes > :not(:first-child) {
  border-top: 2px solid var(--color-dark-3);
}
.woocommerce-Tabs-panel--additional_information table.woocommerce-product-attributes > tbody {
  vertical-align: inherit;
}
.woocommerce-Tabs-panel--additional_information table.woocommerce-product-attributes > tbody > tr:nth-of-type(2n+1) > * {
  background-color: var(--color-light-1);
}
/* Table style end */
.woocommerce-cart-form__cart-item .product-thumbnail,
.wishlist_table tr td.product-thumbnail,
.cart-table-wrapper .product-thumbnail {
  width: 100px;
}
.woocommerce-cart-form__cart-item .product-thumbnail img,
.wishlist_table tr td.product-thumbnail a img,
.cart-table-wrapper .product-thumbnail img {
  border: 1px solid;
  border-color: var(--color-dark-4);
}
.woocommerce-cart-form__cart-item .remove i,
.cart-table-wrapper .remove i {
  font-size: var(--font-size-medium);
  color: var(--color-gray);
}
.woocommerce-cart-form__cart-item .remove:hover i,
.cart-table-wrapper .remove:hover i {
  color: var(--color-primary);
}
.woocommerce-cart-form__cart-item.cart_item td,
.cart-table-wrapper td {
  vertical-align: middle;
  color: var(--color-dark-3);
  line-height: 1.4;
}
.woocommerce-cart-form__contents thead,
.wishlist_table.wishlist_view thead,
.cart-table-wrapper thead {
  border-bottom: 2px solid;
  border-color: var(--color-primary-alpha-25);
}
.wishlist_table.wishlist_view > thead {
  vertical-align: bottom;
}
.woocommerce-cart-form__contents tr td.actions {
  border-bottom: 0;
}
.checkout-review-order-table td.product-name {
  max-width: 75%;
  line-height: 1.5;
}
th.product-remove {
  width: 40px;
}
th.product-remove,
th.product-thumbnail {
  font-size: 0;
}
.cart-table-wrapper .coupon {
  border: 1px dashed;
  border-color: var(--color-primary-alpha-50);
  padding: 25px;
  width: 440px;
  max-width: 100%;
  float: left;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-table-wrapper .coupon:hover {
  border: 1px dashed;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 16px 32px var(--color-primary-alpha-10);
  box-shadow: 0 16px 32px var(--color-primary-alpha-10);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-table-wrapper .coupon label {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
textarea.input_field,
input.input_field {
  height: 56px;
  border: 2px solid;
  border-color: var(--color-light-1);
  padding: 15px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
}
textarea.input_field {
  min-height: 160px;
}
textarea:focus.input_field,
input:focus.input_field {
  border: 2px solid;
  border-color: var(--color-dark-2);
}
.update-cart button {
  float: right;
  margin-top: 30px;
}
.cart_totals {
  border: 2px solid;
  border-color: var(--color-dark-2);
  background-color: var(--color-light-1);
  padding: 0 30px 30px;
  overflow: hidden;
}
.cart_totals h2 {
  font-family: var(--font-primary);
  text-align: center;
  background-color: var(--color-dark-2);
  color: var(--color-white);
  padding: 10px;
  margin: 0 calc(30px * -1) 30px;
  font-size: 30px;
}
.cart_totals .amount {
  text-align: right;
  display: block;
  white-space: nowrap;
  font-weight: 600;
}
.cart_totals .shop_table.shop_table_responsive {
  width: 100%;
}
.cart_totals .shop_table.shop_table_responsive tr {
  border-bottom: 1px solid #dddddd;
}
.cart_totals .shop_table.shop_table_responsive tr:not(.woocommerce-shipping-totals.shipping) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-shipping-totals.shipping td,
.woocommerce-shipping-totals.shipping th {
  display: block;
}
.woocommerce-shipping-calculator a {
  color: var(--color-primary);
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
}
.woocommerce-shipping-calculator a:hover {
  color: var(--color-dark-3);
}
.cart_totals .shop_table.shop_table_responsive tr td {
  padding: 8px 0;
}
.cart_totals .shop_table.shop_table_responsive tr td {
  padding: 8px 0;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--color-primary-alpha-25);
  margin-bottom: 15px;
  height: 40px;
  padding-left: 20px;
}
.select2-dropdown {
  border: 1px solid var(--color-light-1);
  padding: 15px;
  width: 100%;
  z-index: 99999;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.select2-container .select2-results__options {
  scrollbar-color: #1f1f1f #e2e2e278;
  scrollbar-width: thin;
}
.select2-container .select2-results__options::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
.select2-container .select2-results__options:hover::-webkit-scrollbar {
  width: 4px;
}
.select2-container .select2-results__options::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--color-dark-2);
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: var(--color-dark-3);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-dark-2);
  color: var(--color-white);
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: 1px solid var(--color-light-1) !important;
  margin-top: 2px;
  box-shadow: var(--color-dark-alpha-10) 0 8px 24px;
}
.form-coupon-toggle,
.form-login-toggle {
  border: 1px solid;
  border-color: var(--color-light-1);
  padding: 15px 25px;
  margin-bottom: 30px;
}
.form-coupon-toggle {
  margin-bottom: 0;
}
.showcoupon,
.showlogin {
  color: var(--color-primary);
  float: right;
}
.showcoupon:hover,
.showlogin:hover {
  color: var(--color-dark-2);
}
.form-register-form,
.form-login-form,
.woocommerce-form-login,
.form-login {
  margin-top: 15px;
  background-color: var(--color-light-1);
  padding: 20px 25px;
  margin-bottom: 30px;
  width: 75%;
  display: none;
}
.woocommerce-ResetPassword.lost_reset_password {
  background-color: var(--color-light-1);
  padding: 25px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.woocommerce-ResetPassword.lost_reset_password p:first-child {
  line-height: 1.5;
  margin-bottom: 15px;
}
.form-register-form,
.form-login-form {
  margin: 0;
  display: block;
  width: 100%;
  padding: 30px;
}
.form-login-form {
  max-width: 540px;
}
.checkout_coupon > p,
.coupon.collapse label {
  margin-bottom: 15px;
}
.checkout_coupon,
.coupon.collapse {
  border: 1px dashed;
  border-color: var(--color-primary-alpha-50);
  padding: 25px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: none;
}
.woocommerce-form-login p:first-child,
.form-login p:first-child {
  margin-bottom: 15px;
  font-size: 14px;
}
.lost_password a {
  color: var(--color-dark-2);
}
.lost_password a:hover {
  color: var(--color-primary);
}
.woocommerce-billing-fields h2 {
  font-family: var(--font-primary);
  margin-bottom: 30px;
}
.payment_methods li {
  margin-bottom: 15px;
}
.payment_methods li:last-child {
  margin-bottom: 0;
}
.payment_box.payment_method_cod p,
.payment_box.payment_method_cheque p,
.payment_box.payment_method_bacs p {
  padding: 15px;
  background: var(--color-light-1);
  margin: 10px 0;
  font-size: 13px;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-top: 30px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  margin-top: 10px;
}
.privacy-policy-link {
  color: var(--color-primary);
}
.privacy-policy-link:hover {
  color: var(--color-dark-2);
}
.woocommerce-billing-fields {
  background-color: var(--color-light-1);
  border: 1px dashed var(--color-dark-4);
  padding: 30px 30px 15px;
  margin-top: var(--gutters-small);
}
.woocommerce-shipping-fields .shipping_address {
  background-color: var(--color-light-1);
  border: 1px dashed var(--color-dark-4);
  padding: 30px 30px 15px;
}
.woocommerce-billing-fields {
  margin-top: 0;
}
h3#ship-to-different-address span,
.woocommerce-billing-fields h3,
.billing-additional-fields h3 {
  margin: 30px 0 15px;
  font-family: var(--font-primary);
}
h3#ship-to-different-address {
  margin: 30px 0 15px;
}
h3#ship-to-different-address span {
  font-family: var(--font-primary);
  font-size: var(--font-size-medium);
}
.woocommerce-billing-fields h3 {
  margin-bottom: 30px;
  margin-top: 0;
}
.woocommerce-additional-fields,
.woocommerce-account-fields {
  margin: 50px 0 30px;
}
.woocommerce-additional-fields {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout .create-account {
  margin-top: 15px;
}
.woocommerce-additional-fields h3 {
  font-family: var(--font-primary);
  margin-bottom: 15px;
}
.woocommerce-additional-fields__field-wrapper .notes label {
  display: block;
}
#ship-to-different-address {
  margin-bottom: 15px;
}
#ship-to-different-address span {
  color: var(--color-dark-2);
}
.order-review {
  border: 2px solid;
  padding: 0 30px 30px;
  border-color: var(--color-dark-2);
  overflow: hidden;
}
#order_review_heading {
  background: var(--color-dark-2);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-primary);
  padding: 10px;
  margin: 0 calc(30px * -1) 15px;
  font-size: 30px;
}
.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}
.price-amount.amount {
  text-align: right;
}
.product-total {
  text-align: right;
  display: block;
  white-space: nowrap;
}
.cart_item .price-amount.amount {
  text-align: right;
  display: block;
  white-space: nowrap;
}
.woocommerce-checkout-payment {
  margin-top: 30px;
}
.product-quantity i::before {
  font-size: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.woocommerce-checkout-review-order tr {
  border-bottom: 1px solid #e8eff3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 30px;
  margin: 0 calc(30px * -1);
}
.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount.amount,
.order-total {
  color: var(--color-primary);
  font-weight: 600;
}
p.woocommerce-result-count {
  padding-right: 10px;
}
/* Custom Select2 */
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 5px;
  display: block;
  background: var(--color-white);
  height: 50px;
  padding: 15px;
  border: 2px solid var(--color-light-2) !important;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single,
.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.shipping-calculator-form .select2-container--default .select2-selection--single,
.shipping_address .select2-container--default .select2-selection--single {
  height: 56px;
}
form.woocommerce-ordering .select2-container--default .select2-selection--single {
  margin-top: 0;
  min-width: 240px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-dark-3);
  line-height: 1.25;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-gray);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
  right: 15px;
}
form.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  transition: .3s all;
}
form.woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 14px;
  transition: .3s all;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  height: 8px;
  width: 8px;
  background-color: transparent;
  border: 2px solid var(--color-gray);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: transparent;
  border-left: transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.form-register-form h2,
.form-login-form h2 {
  font-family: var(--font-primary);
  margin-bottom: 30px;
}
.custom-login-btn.google-login a,
.custom-login-btn.facebook-login a {
  width: calc(50% - 6px);
  height: 50px;
  text-align: center;
  line-height: 48px;
  background-color: #3b5998;
  border: 2px solid #3b5998;
  color: var(--color-white);
  float: left;
  margin-right: 6px;
  border-radius: 4px;
}
.custom-login-btn.google-login a {
  float: right;
  margin-right: 0;
  background-color: #4c8bf5;
  border: 2px solid #4c8bf5;
}
.custom-login-btn.google-login a:hover {
  border: 2px solid var(--color-dark-2);
  background-color: var(--color-white);
  color: var(--color-dark-2);
}
.custom-login-btn.google-login a:hover i {
  color: #ea4335;
}
.custom-login-btn.facebook-login a:hover {
  border: 2px solid var(--color-dark-2);
  background-color: var(--color-white);
  color: var(--color-dark-2);
}
.custom-login-btn.facebook-login a:hover i {
  color: #3b5998;
}
.form_links_2 a {
  color: var(--color-primary);
}
.form_links_2 a:hover {
  color: var(--color-dark-2);
}
/* Single Product */
.product-details__short-description {
  margin-top: 20px;
}
.variations_form.cart {
  margin-top: 30px;
}
.variations_form .variations .label {
  margin-right: 10px;
  display: block;
}
.woocommerce-grouped-product-list.group_table {
  margin-top: 30px;
}
.woocommerce-grouped-product-list-item {
  margin-bottom: 8px;
  display: block;
}
.woocommerce-grouped-product-list-item__label a {
  color: var(--color-dark-2);
  line-height: 1.25;
  display: inline-block;
}
.woocommerce-grouped-product-list-item__label a:hover {
  color: var(--color-primary);
}
.woocommerce-grouped-product-list-item__price {
  padding-left: 20px;
}
.woocommerce-grouped-product-list-item__quantity .quantity {
  margin-right: 15px;
  text-align: center;
  overflow: hidden;
}
.woocommerce-grouped-product-list-item__quantity .quantity .minus,
.woocommerce-grouped-product-list-item__quantity .quantity .plus {
  line-height: 46px;
  font-size: 10px;
  cursor: pointer;
}
table.variations {
  position: relative;
}
table.variations .select2-container--default .select2-selection--single {
  height: 44px;
  padding: 12px;
  margin-bottom: 0;
}
table.variations .select2-container {
  min-width: 200px;
}
table.variations .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}
.woocommerce div.product form.cart .reset_variations {
  color: #f5245f;
  top: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
.woocommerce div.product form.cart .reset_variations::before {
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  letter-spacing: 0;
  display: inline-block;
  content: "\f00d";
  font-weight: 900 !important;
  margin-right: 4px;
  line-height: 10px;
}
.mou-quickview-modal table.variations .reset_variations {
  display: none !important;
}
.woocommerce-variation-description {
  margin-top: 30px;
}
.woocommerce-variation-price {
  margin-top: 15px;
  color: var(--color-primary);
}
.product-star-rating a {
  margin-left: 8px;
}
.entry-summary .product_title {
  font-family: var(--font-primary);
}
.mou-quickview-modal .entry-summary .product_title {
  margin-bottom: 8px;
  line-height: 1;
}
.mou-quickview-modal .entry-summary .product_title a {
  font-size: 28px;
  background: linear-gradient(0deg, var(--color-primary-alpha-50), var(--color-primary-alpha-50)) no-repeat right bottom / 0 var(--bg-height);
  --bg-height: 4px;
  transition: all .5s;
}
.mou-quickview-modal .entry-summary .product_title a:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-height);
  background-position-x: left;
  transition: all .5s;
}
.mou-quickview-modal .entry-summary .product_title a:focus,
.mou-quickview-modal .entry-summary .product_title a:hover {
  color: var(--color-dark-2);
}
.single-product-gallery .swiper-slide .gallery i {
  color: var(--color-primary);
  background: var(--color-white);
  -webkit-box-shadow: 0 2px 2px var(--color-dark-alpha-10);
  box-shadow: 0 2px 2px var(--color-dark-alpha-10);
}
.single-product-gallery .swiper-slide .gallery i:hover {
  color: var(--color-white);
  background: var(--color-dark-2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-product-gallery .swiper__widget-pro-slide:hover .swiper-button-prev,
.single-product-gallery .swiper__widget-pro-slide:hover .swiper-button-next,
.single-product-gallery .swiper__widget-pro-slide-single:hover .swiper-button-prev,
.single-product-gallery .swiper__widget-pro-slide-single:hover .swiper-button-next,
.single-product-gallery .swiper__widget-slide:hover .swiper-button-prev,
.single-product-gallery .swiper__widget-slide:hover .swiper-button-next {
  color: var(--color-white);
  background: var(--color-dark-alpha-10);
}
.single-product-gallery .swiper__widget-pro-slide:hover .swiper-button-prev:hover,
.single-product-gallery .swiper__widget-pro-slide:hover .swiper-button-next:hover,
.single-product-gallery .swiper__widget-pro-slide-single:hover .swiper-button-prev:hover,
.single-product-gallery .swiper__widget-pro-slide-single:hover .swiper-button-next:hover,
.single-product-gallery .swiper__widget-slide:hover .swiper-button-prev:hover,
.single-product-gallery .swiper__widget-slide:hover .swiper-button-next:hover {
  background: var(--color-primary-alpha-10);
}
.single-product-gallery .swiper__widget-pro-slide .swiper-button-prev:hover:after,
.single-product-gallery .swiper__widget-pro-slide .swiper-button-next:hover:after,
.single-product-gallery .swiper__widget-pro-slide-single .swiper-button-prev:hover:after,
.single-product-gallery .swiper__widget-pro-slide-single .swiper-button-next:hover:after,
.single-product-gallery .swiper__widget-slide .swiper-button-prev:hover:after,
.single-product-gallery .swiper__widget-slide .swiper-button-next:hover:after {
  color: var(--color-primary);
}
.single-product-gallery .swiper__widget-pro-slide .swiper-pagination-current,
.single-product-gallery .swiper__widget-pro-slide .swiper-pagination-total,
.single-product-gallery .swiper__widget-pro-slide .swiper-pagination-fraction,
.single-product-gallery .swiper__widget-pro-slide-single .swiper-pagination-current,
.single-product-gallery .swiper__widget-pro-slide-single .swiper-pagination-total,
.single-product-gallery .swiper__widget-pro-slide-single .swiper-pagination-fraction,
.single-product-gallery .swiper__widget-slide .swiper-pagination-current,
.single-product-gallery .swiper__widget-slide .swiper-pagination-total,
.single-product-gallery .swiper__widget-slide .swiper-pagination-fraction {
  color: var(--color-gray);
}
/* Review Form */
#review_form_wrapper {
  background-color: var(--color-light-1);
  padding: 30px;
}
#reply-title {
  font-size: var(--font-size-large);
  text-transform: none;
}
#reply-title:after,
#reply-title:before {
  content: "";
  display: none;
}
.comment-form-rating {
  margin-bottom: 15px;
  display: inline-block;
}
.comment-form-rating p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-form-rating p.stars a {
  margin-right: 5px;
  background: none;
}
.comment-form-rating p.stars a::before {
  font-size: var(--font-size-medium);
  color: var(--color-dark-4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  line-height: 1;
  text-indent: 0;
}
.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span::before,
.star-rating span::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before {
  color: var(--color-green) !important;
}
.comment-form-rating p.stars:hover a:before {
  font-weight: bold;
  color: var(--color-green);
}
.comment-form-cookies-consent .links_checkbox + label {
  letter-spacing: 0;
}
.comment-form-comment.form_input_box textarea {
  height: 150px;
}
.user-reviews-title {
  font-family: var(--font-primary);
  color: var(--color-primary);
  margin-bottom: 15px;
}
.user-reviews-title span {
  color: var(--color-dark-2);
}
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentlist li {
  position: relative;
  clear: both;
  padding: 15px 0;
}
.comment_container .avatar {
  max-width: 100px;
  border: 2px solid var(--color-dark-3);
}
.review__published-date {
  color: var(--color-gray);
}
/* Review Form End */
/* WooCommerce Custom CSS */
.woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 100px 30px;
  font-size: var(--font-size-medium);
}
.empty-cart-icon {
  display: block;
  margin-bottom: 18px;
}
.empty-cart-icon i {
  font-size: 56px;
  color: #e3e3e3;
}
.woocommerce-mini-cart__empty-message span {
  color: var(--color-dark-3);
  display: block;
}
.woocommerce-mini-cart__empty-message a {
  color: var(--color-white);
  display: inline-block;
  font-size: var(--font-size-small);
  padding: 15px 30px;
  background-color: var(--color-primary);
  margin-top: 25px;
  transition: all .3s;
}
.woocommerce-mini-cart__empty-message a:hover {
  background-color: var(--color-dark-2);
  transition: all .3s;
}
.woocommerce .product figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.woocommerce .product figure img:first-child {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.woocommerce .product figure.has-back-image img:last-child {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
.woocommerce .product .product-thumbnail_hover figure img:first-child {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.woocommerce .product figure.has-back-image img:last-child {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0
}
.woocommerce .product .product-thumbnail_hover:hover figure.has-back-image img:last-child {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce .product .product-thumbnail_hover:hover figure.has-back-image img:first-child {
  opacity: 0;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.yith-wcwl-add-button {
  margin-bottom: 12px;
}
.mou-wishlist-button.single-wishlist .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.mou-wishlist-button.single-wishlist .yith-wcwl-add-button {
  margin-bottom: 0;
}
.yith-wcwl-add-button .add_to_wishlist i {
  font-weight: normal;
  margin-right: 0;
}
.summary.entry-summary .yith-wcwl-add-button .add_to_wishlist i:hover {
  color: #f3226c;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  color: var(--color-green);
}
/* WooCommerce Custom CSS end */
/* WooCommerce Pages End */
/* Google Maps Extra CSS */
#bodyContent img {
  margin: 15px 0;
  border-radius: 8px;
}
#bodyContent button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  margin-top: 15px;
  background-color: var(--color-dark-2);
  color: var(--color-white);
  transition: all .3s;
}
#bodyContent a {
  color: var(--color-primary);
}
#bodyContent a:hover {
  text-decoration: underline;
}
#bodyContent button a {
  color: var(--color-white);
}
#bodyContent button:hover {
  background-color: var(--color-primary);
  transition: all .3s;
}
#bodyContent button a:hover {
  text-decoration: none;
  transition: all .3s;
}
.gm-style img {
  max-width: 100%;
}
/* Newsletter */
.mchimp-sucmessage.alert, .mchimp-errmessage.alert {
  display: inline-block;
  top: 8px;
}
.mchimp-sucmessage.alert {
  color: var(--color-green);
  border-color: var(--color-green);
  background: var(--color-white);
}
/* Load More - AJAX */
/* AJAX : Portfolio/Posts */
.more-posts-posts-btn.hide,
.more-posts-portfolio-btn.hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  display: none;
}
.more-posts-posts-btn,
.more-posts-portfolio-btn {
  min-height: 1px;
  text-align: center;
}
.more-posts-posts, .no-more-posts-posts, .more-posts-posts-loading,
.more-posts-portfolio, .no-more-posts-portfolio, .more-posts-portfolio-loading {
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-size: var(--font-size-small);
  display: inline-block;
  transition: .3s ease;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .more-posts-posts, .no-more-posts-posts, .more-posts-posts-loading, .more-posts-portfolio, .no-more-posts-portfolio, .more-posts-portfolio-loading {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.more-posts-posts-btn .more-posts-posts.outline,
.more-posts-portfolio-btn.outline .more-posts-portfolio,
.more-posts-portfolio-btn.outline .more-posts-portfolio-loading {
  color: var(--color-primary);
  background-color: transparent;
}
.no-more-posts-posts,
.no-more-posts-portfolio {
  color: var(--color-dark-3);
  background-color: transparent;
  border: 0;
  padding: 0;
  transition: cubic-bezier(.17, .67, .83, .67);
}
.more-posts-posts:hover,
.more-posts-portfolio:hover {
  color: var(--color-white);
  background-color: var(--color-dark-2);
  border-color: var(--color-dark-2);
  transition: .3s ease;
}
.color-bg-dark-2 .more-posts-posts:hover,
.color-bg-dark-2 .more-posts-portfolio:hover {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
  transition: .3s ease;
}
.more-posts-posts-btn .more-posts-posts.outline:hover,
.more-posts-portfolio-btn.outline .more-posts-portfolio:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.more-posts-posts,
.more-posts-portfolio {
  cursor: pointer;
}
.no-more-posts-posts,
.no-more-posts-portfolio,
.more-posts-posts-loading,
.more-posts-portfolio-loading {
  display: none;
}
.more-posts-portfolio-btn.scroll .more-posts-portfolio {
  display: none !important;
}
.more-posts-portfolio-btn.scroll .no-more-posts-portfolio {
  display: none;
  transition: cubic-bezier(.17, .67, .83, .67);
}
.blog__posts-wrapper,
.portfolio__posts-wrapper {
  position: relative;
}
#posts-container,
#portfolio-grid {
  transition: all .5s ease;
  opacity: 1;
  transform: translateY(0px);
  padding: 0;
  list-style: none;
}
/* Shop Product Pagination */
.theme-btn.mou-shop-load-more button:hover {
  background: var(--color-primary);
}
.theme-btn.mou-shop-load-more button.load-more.-loading:hover {
  background: var(--color-dark-2);
}
.mou-shop-result-count {
  text-align: center;
  display: block;
  margin: var(--gutters-small) 0 10px;
}
.mou-shop-result-count > span {
  display: block;
}
.mou-shop-result-count > .bar {
  width: 300px;
  border-width: 4px 0 0 0;
  border-color: var(--color-light-1);
  border-style: solid;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.mou-shop-result-count > .bar span {
  position: absolute;
  left: 0;
  top: -4px;
  border-width: 4px 0 0 0;
  border-style: solid;
  display: inline-block;
  border-color: var(--color-dark-2);
}
.mou-shortcode .load-more-wrapper {
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
}
.mou-shortcode.mou-masonry .load-more-wrapper {
  padding-top: 50px;
  border-width: 1px 0 0 0;
  border-style: solid;
  margin-top: 50px;
}
.mou-shop-load-more {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.mou-shortcode .load-more-wrapper a,
.mou-shop-load-more a {
  text-decoration: none;
}
.archive.load-more-button .woocommerce > .products.-loading:before {
  display: none;
}
.archive.ajax-pagination .woocommerce > .products:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  top: 0;
  opacity: 1;
  z-index: 7;
  visibility: hidden;
  transition: 300ms ease 0s;
}
.archive.ajax-pagination .woocommerce > .products.-loading:after {
  opacity: 0.5;
  visibility: visible;
}
.mou-shop-load-more .button.-loading:before,
.woocommerce .mou-shop-load-more .button.-loading:before,
.load-more-wrapper .button.-loading:before {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transition: 300ms ease 0s;
  background: transparent;
  position: relative;
  top: 3px;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block !important;
}
.mou-shop-load-more .button:before,
.woocommerce .mou-shop-load-more .button:before,
.load-more-wrapper .button:before {
  content: "";
  border-width: 2px;
  border-style: solid;
  border-top: 2px solid var(--color-dark-2);
  border-left: 2px solid var(--color-dark-2);
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: 3px;
  width: 0;
  height: 0;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
}
.mou-shop-load-more .button:after,
.woocommerce .mou-shop-load-more .button:after {
  display: none;
}
.mou-shop-load-more,
.load-more.button {
  text-align: center;
}
.price ins .woocommerce-Price-amount.amount {
  color: var(--color-primary);
  margin-left: 8px;
}
.product-wrapper .color-swatch {
  line-height: 0;
  margin: 8px -3px 0;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.main-products.list .product-wrapper .color-swatch {
  margin-top: 14px;
}
.product-wrapper .color-swatch > div {
  padding: 3px;
}
.product-wrapper .color-swatch > div span,
.product-wrapper .color-swatch > div img {
  max-width: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}
.product-wrapper .color-swatch > div.active {
  cursor: default;
}
.product-wrapper .color-swatch > div.active > * {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
/* Filter Widget */
.before-loop-wrapper > h5 {
  display: none;
}
.woocommerce .before-loop-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
/* Ajax Pagination */
.woocommerce.main-products .products.-loading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  top: 0;
  left: 0;
}
.archive.ajax-pagination .woocommerce > .products:before {
  left: 50%;
  top: 300px;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  z-index: 8;
  margin-left: -20px;
  content: "";
  border-top: 3px solid var(--color-dark-3);
  border-bottom: 3px solid var(--color-dark-2);
  border-left: 3px solid var(--color-dark-3);
  border-right: 3px solid var(--color-dark-2);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease 0s;
}
.archive.ajax-pagination .woocommerce > .products.-loading:before {
  opacity: 1;
  visibility: visible;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce > .products {
  clear: both;
  display: flex;
  flex-flow: row wrap;
}
.first {
  clear: both;
}
.woocommerce .products .product .product-wrapper {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden;
  height: auto;
}
.woocommerce .product .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
.mou-shop-load-more .button.-loading::before,
.woocommerce .mou-shop-load-more .button.-loading::before,
.load-more-wrapper .button.-loading::before {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transition: 300ms ease 0s;
  background: transparent;
  position: relative;
  top: 3px;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block !important;
  border-top: 2px solid var(--color-dark-3);
  border-bottom: 2px solid var(--color-white);
  border-left: 2px solid var(--color-dark-3);
  border-right: 2px solid var(--color-white);
}
.entry-footer a.post-edit-link {
  background: var(--color-light-1);
  padding: 5px 20px;
  margin-top: 18px;
  display: inline-block;
  transition: all .4s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.post-details.services .entry-footer a.post-edit-link,
.post-details.portfolio .entry-footer a.post-edit-link {
  background: transparent;
  padding: 0;
  margin-top: 18px;
  display: inline-block;
  transition: all .4s;
  text-transform: none;
  letter-spacing: 0;
}
.entry-footer a.post-edit-link:hover {
  background: var(--color-green);
  color: var(--color-white);
  padding: 5px 22px;
  transition: all .4s;
}
.post-details.services .entry-footer a.post-edit-link:hover,
.post-details.portfolio .entry-footer a.post-edit-link:hover {
  color: var(--color-dark-2);
  transition: all .4s;
}
.cart-panel-content-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 470px;
  -webkit-transition: transform 5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mou_offcanvas-cart.show .cart-panel-content-box {
  -webkit-transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mou_offcanvas-cart .header-cart-icon {
  display: none;
}
/* BlockUI_Overlay */
.checkout.woocommerce-checkout.processing .blockUI.blockOverlay,
.cart_totals.processing .blockUI.blockOverlay,
.woocommerce-cart-form.processing .blockUI.blockOverlay,
.woocommerce-mini-cart-item.mini_cart_item .blockUI.blockOverlay {
  background-color: rgb(255, 255, 255) !important;
}
#productsQuickView.loading:before,
.checkout.woocommerce-checkout.processing .blockUI.blockOverlay:before,
.cart_totals.processing .blockUI.blockOverlay:before,
.woocommerce-cart-form.processing .blockUI.blockOverlay:before,
.woocommerce-mini-cart-item.mini_cart_item .blockUI.blockOverlay:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-top: 3px solid var(--color-dark-2);
  border-right: 3px solid var(--color-dark-2);
  border-left: 3px solid var(--color-dark-2);
  background: transparent !important;
  display: block !important;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 9;
}
#productsQuickView.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: var(--color-dark-alpha-75);
  top: 0;
  left: 0;
  bottom: 0;
}
#productsQuickView.loading:before {
  border-top: 3px solid var(--color-white);
  border-right: 3px solid var(--color-white);
  border-left: 3px solid var(--color-dark-3);
}
#productsQuickView.loading .modal-dialog {
  opacity: 0;
}
.mou__products-carousel.woocommerce .products {
  flex-wrap: nowrap;
}
.mou__products-carousel .swiper-horizontal > .swiper-pagination-bullets,
.mou__products-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 0;
  padding-right: 0;
  text-align: center;
  line-height: 1;
}
.mou__products-carousel .swiper-pagination-bullet {
  background: var(--color-dark-2);
  height: 8px;
  width: 8px;
  border-radius: 4px;
  transition: all .3s;
}
.mou__products-carousel .swiper-pagination-bullet:hover {
  background: var(--color-primary);
  opacity: 1;
  width: 12px;
  transition: all .3s;
}
.mou__products-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
}
/* Shop Sidebar */
.wc-block-review-list-item__item.wc-block-components-review-list-item__item.wc-block-components-review-list-item__item--has-image {
  margin-bottom: 40px;
}
.wp-block-button.wc-block-load-more.wc-block-components-load-more {
  margin-bottom: 50px;
}
.wc-block-review-list-item__image.wc-block-components-review-list-item__image {
  border: 2px solid var(--color-dark-3);
}
.wc-block-review-list-item__published-date.wc-block-components-review-list-item__published-date {
  font-size: 13px;
}
.wc-block-review-list-item__author.wc-block-components-review-list-item__author {
  font-size: var(--font-size-small);
  color: var(--color-dark-3);
  font-weight: 500;
}
.wc-block-review-list-item__text.wc-block-components-review-list-item__text {
  background: var(--color-light-1);
  padding: 15px 20px;
  position: relative;
}
.wc-block-components-review-list-item__text p {
  font-size: 14px;
}
.wc-block-review-list-item__text.wc-block-components-review-list-item__text:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--color-light-1) transparent;
}
.wc-block-components-review-list-item__info {
  margin-bottom: 15px;
}
.wc-block-review-list-item__product.wc-block-components-review-list-item__product a {
  color: var(--color-dark-2);
}
.wc-block-review-list-item__product.wc-block-components-review-list-item__product a:hover {
  color: var(--color-primary);
}
.wc-block-review-list-item__text.wc-block-components-review-list-item__text__read_more {
  font-size: 14px;
  color: var(--color-white);
  text-align: right;
  display: inline-block;
  background: var(--color-dark-2);
  padding: 4px 10px;
  margin-top: 8px;
}
.wc-block-review-list-item__text.wc-block-components-review-list-item__text__read_more:hover {
  background: var(--color-primary);
}
/* RSS */
li.wp-block-rss__item {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-light-2);
  padding-bottom: 15px;
}
li.wp-block-rss__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.wp-block-rss__item-title a {
  color: var(--color-dark-2);
  font-size: var(--font-size-medium);
  line-height: 1.5;
  display: block;
  font-weight: 500;
}
.wp-block-rss__item-title a:hover {
  color: var(--color-primary);
}
.wp-block-rss__item-excerpt {
  font-size: 14px;
  margin-top: 8px;
}
/* Favorites */
.image-hover-actions .simplefavorite-button {
  background: none;
  border: 0;
}
.image-hover-actions .simplefavorite-button i {
  margin-right: 4px;
  font-weight: 400;
}
.image-hover-actions .simplefavorite-button.active i {
  font-weight: 900;
}
.image-hover-actions .simplefavorite-button.has-count {
  display: flex;
  align-items: center;
}
.image-hover-actions .simplefavorite-button.preset i {
  font-weight: 400;
  font-size: inherit;
  left: 0;
  position: relative;
}
.image-hover-actions .simplefavorite-button.preset {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: max-content;
}
.image-hover-actions .simplefavorite-button.preset:hover {
  background-color: transparent;
  color: #fff;
}
.image-hover-actions .simplefavorite-button.preset.active {
  background-color: transparent;
  color: var(--color-primary);
  border: 0;
}
.image-hover-actions .simplefavorite-button.preset.active i {
  font-weight: 900;
}
.image-hover-actions .simplefavorite-button .simplefavorite-button-count {
  color: var(--color-dark-4);
}
/* Favorites end */