/*!
Theme Name: Twin Con Retaining Walls
Theme URI: http://underscores.me/
Author: Linear Web Solutions
Author URI: https: //linearwebsolutions.com.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Twin Con Retaining Walls
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Twin Con Retaining Walls is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* ---------------------- Custom Scss Files ---------------------- */
/* Base Scss File */
/* Variable Icon Colors */
/* Variable Fonts */
/* Variable Colors */
/* Modules Scss File */
mark,
ins {
  background-color: transparent;
}

del {
  opacity: 0.8;
}

.components-notice__content {
  background-color: transparent;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  p {
    font-size: 0.875rem;
  }
}
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Manrope", sans-serif;
  color: #FF65E7;
  margin: 0;
  padding: 0;
  list-style: none;
}

body,
ul.li,
ol.li,
p,
.p,
a {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  margin: 0;
  padding: 0;
}

h1.h1 {
  font-size: 4rem;
  font-weight: 700;
}

h2.h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

h3.h3 {
  font-size: 3rem;
  font-weight: 600;
}

h4.h4 {
  font-size: 2.5rem;
  font-weight: 600;
}

h5.h5 {
  font-size: 2rem;
  font-weight: 500;
}

h6.h6 {
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  h1.h1 {
    font-size: 3.75rem;
  }
  h2.h2 {
    font-size: 3.25rem;
  }
  h3.h3 {
    font-size: 2.75rem;
  }
  h4.h4 {
    font-size: 2.25rem;
  }
  h5.h5 {
    font-size: 1.75rem;
  }
  h6.h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h1.h1 {
    font-size: 3.25rem;
  }
  h2.h2 {
    font-size: 2.75rem;
  }
  h3.h3 {
    font-size: 2.25rem;
  }
  h4.h4 {
    font-size: 1.75rem;
  }
  h5.h5 {
    font-size: 1.25rem;
  }
  h6.h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  h1.h1 {
    font-size: 2.75rem;
  }
  h2.h2 {
    font-size: 2.25rem;
  }
  h3.h3 {
    font-size: 2rem;
  }
  h4.h4 {
    font-size: 1.5rem;
  }
  h5.h5 {
    font-size: 1.125rem;
  }
  body,
  ul.li,
  ol.li,
  p,
  .p,
  a {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #FDFDFD;
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  padding: 8px 26px;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  font-size: 0.75rem;
  padding: 6px 12px;
}
.btn.btn-custom-medium,
.form-control.btn-custom-medium {
  font-size: 0.8125rem;
  padding: 8px 25px;
}
.btn.btn-custom-large,
.form-control.btn-custom-large {
  font-size: 1rem;
  padding: 10px 30px;
}
.btn.btn-box,
.form-control.btn-box {
  padding: 6px;
}
.btn.glow,
.form-control.glow {
  border: none;
  outline: none;
  background-color: #1A1B1D;
  color: #ffffff;
  z-index: 0;
  overflow: visible;
  position: relative;
  border-radius: 10px;
}
.btn.glow::before,
.form-control.glow::before {
  content: "";
  background: linear-gradient(45deg, #FF65E7, #cc181e, #125688, #d34836, #800080);
  position: absolute;
  top: -3px;
  left: -3px;
  background-size: 400%;
  filter: blur(5px);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
  z-index: -1;
}
.btn.glow:hover::before,
.form-control.glow:hover::before {
  opacity: 1;
}
.btn.glow:active,
.form-control.glow:active {
  color: #000000;
}
.btn.glow:active::after,
.form-control.glow:active::after {
  background-color: transparent;
}
.btn.glow::after,
.form-control.glow::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  border-radius: 10px;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #FF65E7;
  color: #ffffff;
  border-color: #FF65E7;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #FF65E7;
  color: #FF65E7;
}
.btn.btn-primary-ghost,
.form-control.btn-primary-ghost {
  background-color: transparent;
  border-color: #FF65E7;
  color: #FF65E7;
  text-transform: capitalize;
}
.btn.btn-primary-ghost:hover,
.form-control.btn-primary-ghost:hover {
  background-color: #FF65E7;
  color: #ffffff;
  border-color: #FF65E7;
}
.btn.btn-primary-dark,
.form-control.btn-primary-dark {
  background-color: #13715E;
  border: 1px solid #13715E;
  color: #ffffff;
}
.btn.btn-primary-dark:hover,
.form-control.btn-primary-dark:hover {
  border: 1px solid #13715E;
  background-color: transparent;
}
.btn.btn-black,
.form-control.btn-black {
  background-color: #1A1B1D;
  color: #ffffff;
  border-color: #1A1B1D;
  text-transform: capitalize;
}
.btn.btn-black:hover,
.form-control.btn-black:hover {
  background-color: transparent;
  color: #1A1B1D;
}
.btn.btn-black-ghost,
.form-control.btn-black-ghost {
  background-color: transparent;
  color: #1A1B1D;
  border: 1px solid #1A1B1D;
}
.btn.btn-black-ghost:hover,
.form-control.btn-black-ghost:hover {
  background-color: #1A1B1D;
  color: #ffffff;
}
.btn.btn-black-dark,
.form-control.btn-black-dark {
  background-color: #13715E;
  border: 1px solid #13715E;
  color: #ffffff;
}
.btn.btn-black-dark:hover,
.form-control.btn-black-dark:hover {
  border: 1px solid #13715E;
  background-color: transparent;
}
.btn.btn-white,
.form-control.btn-white {
  background-color: #ffffff;
  color: #1A1B1D;
  border-color: #ffffff;
  text-transform: capitalize;
}
.btn.btn-white:hover,
.form-control.btn-white:hover {
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-white-ghost,
.form-control.btn-white-ghost {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.btn-white-ghost:hover,
.form-control.btn-white-ghost:hover {
  background-color: #ffffff;
  color: #1A1B1D;
}
.btn.btn-white-dark,
.form-control.btn-white-dark {
  background-color: #13715E;
  border: 1px solid #13715E;
  color: #ffffff;
}
.btn.btn-white-dark:hover,
.form-control.btn-white-dark:hover {
  border: 1px solid #13715E;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #1A1B1D;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

input:focus-within {
  outline: none;
  box-shadow: 1px 1px 1px 1px rgba(255, 101, 231, 0.5);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 0.875rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(255, 101, 231, 0.7);
  border-radius: 100%;
}

.btn-view {
  text-align: center;
}
.btn-view .btn {
  padding: 10px 50px;
  border-radius: 20px;
}

.page {
  margin: 0;
}

.section {
  padding: 100px 0;
}

.title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.title-wrap .main-title {
  margin-bottom: 0;
  text-align: initial;
}
.title-wrap .btn-view .view_more {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  text-transform: capitalize;
}

.main-title {
  margin-bottom: 40px;
  text-align: center;
}
.main-title h5 {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #000000;
  text-transform: capitalize;
}

/* All pages title styling */
h1.entry-title {
  background-color: rgba(12, 12, 12, 0.4);
  color: #FF65E7;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  display: inline-flex;
  height: 30px;
  border-radius: 5px;
  outline: solid 1px black;
}
.number-input div {
  position: relative;
  width: 30px;
  text-align: center;
  display: grid;
  place-content: center;
}
.number-input div:before, .number-input div:after {
  top: 50%;
  left: 50%;
  display: inline-block;
  position: absolute;
  content: "";
  width: 0.7rem;
  height: 1.5px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input div.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input {
  text-align: center;
  border: black, solid, 1px;
  outline: none;
  border-radius: 0;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 80px 0;
  }
  .main-title h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .main-title h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 30px 0;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 0.9375rem;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
  padding: 0;
}
.form .form-group .form-input {
  border-radius: 0;
  border: 1px solid #BDBDBD;
  background: transparent;
  padding: 10px;
  font-size: 0.875rem;
  color: #1A1B1D;
  resize: none;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form .form-group .form-input::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1A1B1D;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #1A1B1D;
  border-bottom: 1px solid #1A1B1D;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 1.125rem;
  }
}
.slick-slide:focus {
  outline: none;
}

.slick-track {
  margin-right: initial !important;
  margin-left: initial !important;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #7C7C7C;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #FF65E7;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #7C7C7C;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

/* Layouts Scss File */
.header .top-nav {
  background-color: #1A1B1D;
  padding: 5px 0;
}
.header .top-nav .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header .top-nav .wrapper .info-detail {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header .top-nav .wrapper .info-detail .info-item i {
  font-size: 0.875rem;
  color: #ffffff;
}
.header .top-nav .wrapper .call-me {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header .top-nav .wrapper .call-me h6,
.header .top-nav .wrapper .call-me a {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.3;
  text-transform: capitalize;
}
.header .mid-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.header .mid-nav .info-detail,
.header .mid-nav .info-item {
  display: flex;
  align-items: center;
}
.header .mid-nav .info-item {
  margin-right: 25px;
}
.header .mid-nav .info-item:last-child {
  margin-right: 0;
}
.header .mid-nav .info-item .icon {
  margin-right: 12px;
}
.header .mid-nav .info-item .icon svg {
  color: #1A1B1D;
}
.header .mid-nav .info-item p {
  font-size: 1rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  color: #1A1B1D;
}
.header .mid-nav .info-detail.login-details {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
}
.header .mid-nav .info-detail.login-details .info-item {
  margin: 0;
}
.header .mid-nav .info-detail.login-details .info-item::before {
  color: #1A1B1D;
}
.header .mid-nav .info-detail.login-details .info-item span {
  color: #1A1B1D;
}
.header .mid-nav .info-detail.login-details .info-item span.wishlist_products_counter_number {
  border: 1px solid #1A1B1D;
}
.header .mid-nav .info-detail .login-image-wrapper {
  width: 30px;
  aspect-ratio: 1/1;
  position: relative;
}
.header .mid-nav .info-detail .login-image-wrapper img {
  border-radius: 100%;
}
.header .mid-nav .info-detail .login-image-wrapper .user-dropdown {
  pointer-events: none;
  display: block;
  opacity: 0;
  transform: translateY(-15px);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  background-color: #7C7C7C;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.header .mid-nav .info-detail .login-image-wrapper .user-dropdown li a {
  font-size: 0.8125rem;
  color: #f8f8f8;
  padding: 3px 10px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.header .mid-nav .info-detail .login-image-wrapper .user-dropdown li:hover a {
  background-color: #1A1B1D;
}
.header .mid-nav .info-detail .login-image-wrapper:hover .user-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.header .mid-nav .info-detail a {
  font-size: 0.875rem;
}
.header .mid-nav .custom-logo-link img {
  max-width: 120px;
}
.header .bottom-nav {
  background-color: #d4d9d6;
  padding: 10px 0;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.header .navbar .navbar-brand {
  display: none;
}
.header .navbar-collapse .nav-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header .navbar-collapse .nav-wrapper .navbar-nav {
  flex-grow: 1;
  justify-content: center;
}
.header .navbar-collapse .nav-wrapper .navbar-nav .nav-item {
  padding: 0 14px;
  position: relative;
}
.header .navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1A1B1D;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.header .navbar-collapse .nav-wrapper .navbar-nav .nav-item:hover .nav-link, .header .navbar-collapse .nav-wrapper .navbar-nav .nav-item.active .nav-link {
  color: #FF65E7;
}
.header .navbar-collapse .nav-wrapper .navbar-nav .nav-item.active .nav-link {
  font-weight: 500;
}
.header .navbar-collapse .nav-wrapper .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 1400px) {
  .header .mid-nav .info-item .icon {
    font-size: 0.75rem;
  }
  .header .mid-nav .info-item p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1200px) {
  .header .mid-nav {
    padding: 12px 0;
  }
  .header .mid-nav .info-item .icon {
    margin-right: 10px;
  }
  .header .navbar-collapse .nav-wrapper .navbar-nav {
    align-items: center;
  }
  .header .navbar-collapse .nav-wrapper .navbar-nav .nav-item {
    padding: 0 16px;
  }
  .header .navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link {
    line-height: 1.1;
  }
  .header .navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link span {
    line-height: 1.1;
  }
}
@media screen and (max-width: 992px) {
  .header .mid-nav {
    padding: 10px 0;
  }
  .header .mid-nav .info-item p {
    display: none;
  }
  .header .mid-nav .info-detail.login-details {
    flex-basis: auto;
    gap: 25px;
  }
  .header .mid-nav .custom-logo-link {
    display: none;
  }
  .header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
  }
  .header .navbar .navbar-brand {
    display: block;
  }
  .header .navbar .navbar-brand img {
    max-width: 100px;
  }
  .header .navbar button.navbar-toggler {
    z-index: 99;
    position: relative;
  }
  .header .navbar button.navbar-toggler svg {
    width: 20px;
    height: 20px;
    fill: #1A1B1D;
  }
  .header .navbar-collapse .nav-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .header .navbar-collapse .nav-wrapper .navbar-nav {
    flex-basis: 0;
  }
  .header .navbar-collapse .nav-wrapper .navbar-nav .nav-item {
    padding: 10px;
    margin-block: 5px;
    text-align: center;
  }
  .header .navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link {
    color: #1A1B1D;
  }
  .header .navbar-collapse .nav-wrapper .navbar-nav .nav-item::before {
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1A1B1D;
  }
  .header .navbar-collapse .nav-wrapper .navbar-nav .nav-item.active::before {
    background-color: #FF65E7;
  }
  .header .navbar-collapse .nav-wrapper .search-block {
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .top-nav .wrapper .info-detail {
    gap: 10px 20px;
  }
  .header .top-nav .wrapper .info-detail .info-item i {
    font-size: 0.875rem;
    color: #ffffff;
  }
  .header .top-nav .wrapper .call-me {
    gap: 10px 20px;
  }
  .header .top-nav .wrapper .call-me h6,
  .header .top-nav .wrapper .call-me a {
    font-size: 0.8125rem;
  }
  .header .mid-nav {
    padding: 20px 0;
  }
  .header .mid-nav .info-detail,
  .header .mid-nav .info-item {
    flex-wrap: wrap;
  }
  .header .mid-nav .info-detail.login-details {
    flex-basis: 100%;
    gap: 10px 25px;
    justify-content: center;
  }
  .header .mid-nav .info-detail.login-details .search-block {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 576px) {
  .header .navbar {
    flex-direction: column;
    gap: 10px;
  }
}
.banner .banner-block {
  position: relative;
  /* Light Theme */
}
.banner .banner-block.text-dark .text .title h4 {
  color: #000000;
}
.banner .banner-block.text-dark .text .title p {
  color: #1A1B1D;
}
.banner .banner-block.text-dark .text .title p.h2 {
  color: #1A1B1D;
}
.banner .text {
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
  max-width: 700px;
  border-radius: 5px;
}
.banner .text .title h4 {
  font-size: 2.5rem;
  font-style: normal;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
}
.banner .text .title p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  color: #ffffff;
  text-transform: capitalize;
  margin: 20px 0;
}
.banner .text .title p.h2 {
  font-size: 6rem;
  font-weight: 700;
  color: #ffffff;
}
.banner .text .title p.h2 span {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.banner .text .button {
  text-align: center;
  margin-top: 50px;
}
.banner .text .button .btn {
  font-size: 0.875rem;
  border-radius: 5px;
}
.banner .image {
  width: 100%;
  height: calc(100dvh - 120px);
}
.banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more-info {
  background-color: #F4F2E9;
  padding: 10px 0;
}
.more-info .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.more-info .wrapper .info-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.more-info .wrapper .info-block .svg-block svg path {
  stroke: #000000;
}
.more-info .wrapper .info-block .info {
  text-align: center;
}
.more-info .wrapper .info-block .info h6 {
  font-size: 0.9375rem;
  color: #000000;
}
.more-info .wrapper .info-block .info p {
  color: #1A1B1D;
  font-size: 0.8125rem;
}
.more-info .wrapper .info-block h4 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #1A1B1D;
}
.more-info .wrapper .info-block .figure {
  max-width: 100px;
}
.more-info .support-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 20px;
}
.more-info .support-team .support-block {
  max-width: 175px;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.more-info .support-team .support-block img {
  width: 100%;
  height: 100%;
}
.more-info .support-team .support-block:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transform: translateY(-5px);
}
.more-info .support-team .support-block:last-child {
  max-width: 125px;
}

@media screen and (max-width: 1200px) {
  .banner .text {
    left: 50px;
  }
  .banner .text .title h4 {
    font-size: 2rem;
  }
  .banner .text .title p {
    font-size: 1rem;
    margin: 20px 0;
  }
  .banner .text .title p.h2 {
    font-size: 4rem;
  }
  .banner .text .title p.h2 span {
    font-size: 1.25rem;
  }
  .banner .text .button {
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    left: 30px;
  }
  .banner .text .title h4 {
    font-size: 1.5rem;
  }
  .banner .text .title p {
    display: none;
  }
  .banner .text .title p.h2 {
    font-size: 3rem;
    display: block;
  }
  .banner .text .title p.h2 span {
    font-size: 1.25rem;
  }
  .banner .text .button {
    display: none;
  }
  .banner .image {
    height: auto;
  }
  .more-info {
    padding: 20px 0;
  }
  .more-info .wrapper {
    gap: 20px 20px;
    justify-content: space-around;
  }
  .more-info .wrapper .info-block {
    flex-basis: calc(50% - 20px);
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .more-info .wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .banner .text .title h4 {
    font-size: 1.25rem;
  }
  .banner .text .title p {
    font-size: 0.8125rem;
  }
}
.woocommerce-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
}
.woocommerce-categories .collection {
  flex-basis: calc(33.3333333333% - 10px);
  border-radius: 0;
  position: relative;
}
.woocommerce-categories .collection::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.woocommerce-categories .collection .cover {
  margin: auto;
  background-color: rgba(12, 12, 12, 0.4);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.woocommerce-categories .collection .cover .figure {
  width: 100%;
  height: auto;
}
.woocommerce-categories .collection .cover .figure img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.woocommerce-categories .collection .cover-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 5px 0 0;
}
.woocommerce-categories .collection .cover-title h6 {
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.woocommerce-categories .collection .cover-title:hover h6 {
  color: #FF65E7;
}
.woocommerce-categories .collection:hover .cover {
  cursor: pointer;
}
.woocommerce-categories .collection:hover .cover .figure:first-child img {
  transform: scale(1.1);
}

@media screen and (max-width: 1400px) {
  .woocommerce-categories .collection {
    flex-basis: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-categories .collection {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-categories .collection {
    flex-basis: calc(50% - 10px);
  }
  .woocommerce-categories .collection .cover-title {
    padding: 10px 20px;
  }
  .woocommerce-categories .collection .cover-title h6 {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-categories {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce-categories {
    gap: 20px;
  }
  .woocommerce-categories .collection .cover-title {
    padding: 10px 20px;
  }
  .woocommerce-categories .collection .cover-title h6 {
    font-size: 0.9375rem;
  }
}
.section-gallery .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.section-gallery .gallery-wrapper .item {
  flex-basis: calc(25% - 15px);
}
.section-gallery .gallery-wrapper .item a {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.section-gallery .gallery-wrapper .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
}
.section-gallery .gallery-wrapper .item a:hover img {
  transform: scale(1.5);
}
.section-gallery .main-button {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .section-gallery .gallery-wrapper {
    gap: 20px 10px;
  }
  .section-gallery .gallery-wrapper .item {
    flex-basis: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .section-gallery .gallery-wrapper {
    gap: 20px 10px;
  }
  .section-gallery .gallery-wrapper .item {
    flex-basis: calc(50% - 10px);
  }
}
.video-section .video-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.video-section .video-wrapper .block {
  flex-basis: calc(25% - 30px);
}
.video-section .video-wrapper .block .video {
  width: 100%;
}

.about {
  position: relative;
  z-index: 1;
}
.about .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.about .wrapper .about-image {
  flex-basis: 50%;
}
.about .wrapper .about-image .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.about .wrapper .about-content {
  flex-basis: 40%;
}
.about .wrapper .about-content .desc h6 {
  color: #1A1B1D;
  line-height: 1.5;
  word-spacing: 2px;
  margin-bottom: 20px;
}
.about .wrapper .about-content .desc p {
  margin-top: 10px;
}

/* This Scss will be shown in about us page only */
.extra-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.extra-content p {
  color: #1A1B1D;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .about .wrapper .about-content .desc p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .about .wrapper {
    flex-direction: column;
    text-align: center;
  }
  .about .wrapper .about-content .desc p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about .wrapper .extra-content {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper .about-content .desc p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .about .wrapper .about-content .desc p {
    font-size: 0.9375rem;
  }
}
.quote {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.quote .quote-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.quote .quote-wrapper .quote-content {
  flex-basis: 48%;
}
.quote .quote-wrapper .quote-content .icon-box {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
}
.quote .quote-wrapper .quote-content .icon-box i {
  font-size: 2rem;
  color: #FF65E7;
}
.quote .quote-wrapper .quote-content .content {
  margin-top: 50px;
}
.quote .quote-wrapper .quote-content .content h4 {
  color: #ffffff;
}
.quote .quote-wrapper .quote-content .content p {
  opacity: 65%;
  color: #ffffff;
  margin-top: 20px;
}
.quote .quote-wrapper .form-quote {
  flex-basis: 35%;
  background-color: #ffffff;
}
.quote .quote-wrapper .form-quote .form {
  gap: 20px;
  padding: 40px;
}
.quote .quote-wrapper .form-quote .form .form-group .form-input {
  background-color: #ffffff;
  color: #1A1B1D;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 992px) {
  .quote .quote-wrapper {
    flex-direction: column;
    max-width: 80%;
    margin-inline: auto;
    gap: 60px;
  }
  .quote .quote-wrapper .quote-content .icon-box {
    width: 60px;
  }
  .quote .quote-wrapper .quote-content .icon-box i {
    font-size: 1.25rem;
  }
  .quote .quote-wrapper .quote-content .content {
    margin-top: 30px;
  }
  .quote .quote-wrapper .form-quote .form {
    gap: 20px;
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .quote .quote-wrapper {
    max-width: 100%;
    gap: 40px;
    align-items: initial;
  }
  .quote .quote-wrapper .quote-content .icon-box {
    width: 60px;
  }
  .quote .quote-wrapper .quote-content .icon-box i {
    font-size: 1.25rem;
  }
  .quote .quote-wrapper .quote-content .content {
    margin-top: 30px;
  }
  .quote .quote-wrapper .form-quote .form {
    gap: 20px;
    padding: 30px;
  }
}
.footer {
  background-color: #18191B;
  padding: 25px 0;
}
.footer .top-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer .top-footer .custom-logo-link {
  max-width: 100px;
}
.footer .top-footer .custom-logo-link img {
  width: 100%;
  height: 100%;
}
.footer .bottom-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer .bottom-footer .footer-block {
  flex-basis: 20%;
}
.footer .bottom-footer .footer-block:nth-child(2) {
  flex-basis: 50%;
}
.footer .bottom-footer .footer-block:last-child {
  flex-basis: 10%;
}
.footer .bottom-footer .footer-block .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 0;
}
.footer .bottom-footer .footer-block .navbar-nav .menu-item {
  position: relative;
  padding: 0 20px;
}
.footer .bottom-footer .footer-block .navbar-nav .menu-item::before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #7C7C7C;
  line-height: 1;
}
.footer .bottom-footer .footer-block .navbar-nav .menu-item .nav-link {
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.footer .bottom-footer .footer-block .group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.footer .bottom-footer .footer-block .group .info {
  flex-basis: 45%;
}
.footer .bottom-footer .footer-block .group .info h6 {
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #7C7C7C;
  line-height: 1.2;
  margin-bottom: 5px;
}
.footer .bottom-footer .footer-block .group .info .info-link {
  color: #FDFDFD;
  line-height: 1.3;
  font-size: 0.875rem;
}
.footer .bottom-footer .footer-block .group .info .info-link.big {
  font-size: 1rem;
}
.footer .bottom-footer .footer-block .first-block p {
  font-size: 0.875rem;
  color: #7C7C7C;
}

@media screen and (max-width: 992px) {
  .footer .bottom-footer {
    gap: 40px 0;
  }
  .footer .bottom-footer .footer-block {
    flex-basis: 30%;
  }
  .footer .bottom-footer .footer-block:nth-child(2) {
    flex-basis: 50%;
  }
  .footer .bottom-footer .footer-block:last-child {
    flex-basis: 100%;
  }
  .footer .bottom-footer .footer-block .first-block {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    position: relative;
  }
  .footer .top-footer {
    margin-bottom: 40px;
  }
  .footer .top-footer .custom-logo-link {
    margin-inline: auto;
  }
  .footer .top-footer .scrollevent {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .footer .bottom-footer {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 30px 0;
  }
  .footer .bottom-footer .footer-block {
    text-align: center;
  }
  .footer .bottom-footer .footer-block .first-block {
    text-align: center;
  }
  .footer .bottom-footer .footer-block .navbar-nav {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .footer .bottom-footer .footer-block .group {
    flex-direction: column;
  }
}
/* Custome Woocommerce SCSS Style*/
form table thead {
  background-color: #FF65E7;
  border: 1px solid rgba(255, 101, 231, 0.1);
}
form table thead tr th {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  padding: 10px 0;
}
form table tbody tr {
  border: 1px solid rgba(255, 101, 231, 0.1);
}
form table tbody tr td {
  font-size: 0.875rem;
  color: #1d1d1d;
  padding: 10px 0;
  text-align: center;
  /* remove item styling */
}
form table tbody tr td a,
form table tbody tr td a:visited {
  font-size: 1rem;
  color: #1d1d1d;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
form table tbody tr td a:hover,
form table tbody tr td a:visited:hover {
  color: #FF65E7;
}
form table tbody tr td.product-remove {
  text-align: center;
}
form table tbody tr td.product-remove button,
form table tbody tr td.product-remove .remove {
  font-size: 1.5rem;
  font-weight: 700;
}
form table tbody tr td.product-name {
  font-size: 0.9375rem;
}
form table tbody tr td.product-price del {
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  form table tbody tr {
    display: block;
    position: relative;
    padding: 20px 0 20px 160px;
  }
  form table tbody tr td.product-thumbnail {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding: 0;
  }
  form table tbody tr td.product-thumbnail::before {
    display: none;
  }
  form table tbody tr td.product-thumbnail a {
    max-height: 200px;
  }
  form table tbody tr td.product-thumbnail a img {
    object-fit: cover;
  }
  form table tbody tr td.product-remove {
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 0;
  }
  form table tbody tr td.product-name, form table tbody tr td.product-price, form table tbody tr td.product-quantity, form table tbody tr td.product-subtotal {
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: auto;
    border-bottom: 1px dashed rgba(255, 101, 231, 0.4);
  }
  form table tbody tr td.product-name a, form table tbody tr td.product-price a, form table tbody tr td.product-quantity a, form table tbody tr td.product-subtotal a {
    padding-right: 20px;
  }
  form table tbody tr td.product-name span, form table tbody tr td.product-price span, form table tbody tr td.product-quantity span, form table tbody tr td.product-subtotal span {
    padding-right: 20px;
  }
  form table tbody tr td.product-name span span, form table tbody tr td.product-price span span, form table tbody tr td.product-quantity span span, form table tbody tr td.product-subtotal span span {
    padding-right: 0;
  }
  form table tbody tr td.product-name .quantity, form table tbody tr td.product-price .quantity, form table tbody tr td.product-quantity .quantity, form table tbody tr td.product-subtotal .quantity {
    width: auto;
    padding-right: 20px;
  }
  form table tbody tr td.product-name::before {
    display: none;
  }
  form table tbody tr.wishlist_item td {
    border-bottom: 1px dashed rgba(255, 101, 231, 0.4) !important;
  }
  form table tbody tr.wishlist_item td.product-cb, form table tbody tr.wishlist_item td.product-remove, form table tbody tr.wishlist_item td.product-thumbnail {
    width: auto !important;
    padding: 0 !important;
    border-bottom: none !important;
  }
  form table tbody tr.wishlist_item td.product-cb {
    position: absolute;
    top: 20px;
    left: 10px;
  }
  form table tbody tr.wishlist_item td.product-thumbnail {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  form table tbody tr.wishlist_item td.product-thumbnail a {
    height: 100%;
  }
  form table tbody tr.wishlist_item td.product-thumbnail a img {
    max-width: 100%;
    height: 100%;
  }
  form table tbody tr.wishlist_item td:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  form table tbody tr {
    padding: 20px 0 20px 120px;
  }
  form table tbody tr td.product-name a, form table tbody tr td.product-price a, form table tbody tr td.product-quantity a, form table tbody tr td.product-subtotal a {
    font-size: 0.8125rem;
    padding-right: 10px;
  }
  form table tbody tr td.product-name span, form table tbody tr td.product-price span, form table tbody tr td.product-quantity span, form table tbody tr td.product-subtotal span {
    font-size: 0.8125rem;
    padding-right: 10px;
  }
  form table tbody tr td.product-name span span, form table tbody tr td.product-price span span, form table tbody tr td.product-quantity span span, form table tbody tr td.product-subtotal span span {
    padding-right: 0;
  }
  form table tbody tr td.product-name .quantity, form table tbody tr td.product-price .quantity, form table tbody tr td.product-quantity .quantity, form table tbody tr td.product-subtotal .quantity {
    width: auto;
    font-size: 0.8125rem;
    padding-right: 10px;
  }
  form table tbody tr td.product-name::before {
    display: none;
  }
  form table tbody tr.wishlist_item {
    padding: 20px 0 20px 140px;
  }
  form table tbody tr.wishlist_item td.product-thumbnail {
    width: 150px !important;
  }
  form table tbody tr.wishlist_item td.product-thumbnail a img {
    max-width: auto;
  }
}
.woocommerce-breadcrumb-wrapper {
  background-color: #412316;
}

.woocommerce-breadcrumb {
  display: flex;
  padding: 10px;
  color: #f8f8f8;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb p {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #f8f8f8;
  text-transform: capitalize;
  padding: 0 5px;
  transition: 0.3s ease-in-out;
}
.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb p:hover {
  color: #FF65E7;
}
.woocommerce-breadcrumb p {
  color: #FF65E7;
}

.not-found-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.not-found-wrap .not-found-desc {
  flex-basis: 40%;
}
.not-found-wrap .not-found-desc h2 {
  color: #007dfe;
  font-size: 4rem;
  font-weight: 700;
}
.not-found-wrap .not-found-desc h3 {
  padding: 15px 0 8px 0;
}
.not-found-wrap .not-found-desc h3 span {
  font-size: 2rem;
  font-weight: 400;
  color: #1A1B1D;
  text-transform: capitalize;
}
.not-found-wrap .not-found-desc p {
  line-height: 1.3;
}
.not-found-wrap .not-found-image {
  flex-basis: 55%;
}

.no-products {
  text-align: center;
}
.no-products img {
  max-width: 300px;
}
.no-products h6 {
  text-align: center;
  margin: auto;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  text-transform: capitalize;
}
.no-products p {
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 8px;
}
.no-products p span {
  display: block;
  text-transform: capitalize;
}

header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu {
  /* When user is not login design for login */
  /* When user is logedin design for login */
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-login-tgr a {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  position: relative;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-login-tgr a::before {
  content: "\f007";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 0.875rem;
  font-weight: 700;
  color: #525252;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-login-tgr .sub-menu .menu-item a {
  color: #525252;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-login-tgr .sub-menu .menu-item a::before {
  display: none;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-firstname-menu {
  margin: 0 10px;
  position: relative;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-firstname-menu a {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  color: #525252;
  display: flex;
  align-items: center;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-firstname-menu img {
  border-radius: 100%;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-firstname-menu .sub-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 100%;
  display: block;
  opacity: 0;
  background-color: #7C7C7C;
  border-radius: 5px;
  pointer-events: none;
  transform: translateY(5px);
  transition: 0.2s ease-out;
  height: 0;
  z-index: 99;
  margin: 0;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-firstname-menu .sub-menu .menu-item a {
  color: #FDFDFD;
  padding: 5px 10px;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-firstname-menu:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  height: auto;
  bottom: -50px;
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-firstname-menu:hover .sub-menu .menu-item:hover {
  background-color: rgba(255, 101, 231, 0.5);
}
header .navbar-collapse .navbar-nav.right-nav .right-wrap .login_menu .xoo-el-firstname-menu:hover .sub-menu .menu-item:hover a {
  color: #ffffff;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.woocommerce-pagination .page-numbers li {
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #FF65E7;
}
.woocommerce-pagination .page-numbers li a.page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers.current {
  margin-top: 0;
  background-color: transparent !important;
  font-size: 0.75rem;
  color: #000000 !important;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #FF65E7 !important;
  color: #ffffff !important;
}

.aws-container .aws-search-form {
  height: auto;
  width: 400px;
}
.aws-container .aws-search-form.aws-processing .aws-loader {
  right: 5px;
  background-color: #1A1B1D;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
  width: 30px;
  height: 100%;
  display: flex !important;
  align-items: center;
  background: #1A1B1D;
  justify-content: center;
  padding: 0;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear span {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 0;
  top: 0;
  margin-top: 0;
}
.aws-container .aws-search-form .aws-wrapper {
  position: relative;
  border-radius: 0 !important;
  overflow: hidden;
}
.aws-container .aws-search-form .aws-wrapper::before {
  content: "\f002";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.75rem;
  color: #ffffff;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  background: #1A1B1D;
  justify-content: center;
}
.aws-container .aws-search-form .aws-wrapper input {
  padding: 5px 10px;
  font-size: 0.8125rem;
  color: #7C7C7C;
  border: 1px solid #1A1B1D;
  background-color: transparent;
  width: 400px;
  height: 30px;
  overflow: hidden;
}
.aws-container .aws-search-form .aws-wrapper input::placeholder {
  color: #989595;
}

@media screen and (max-width: 768px) {
  .aws-container .aws-search-form {
    height: auto;
    width: 100%;
  }
  .aws-container .aws-search-form .aws-wrapper input {
    width: 100%;
  }
}
.view-order {
  display: flex;
  align-items: center;
}

h2 {
  color: #FF65E7;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.woocommerce-order-details {
  margin-block: 20px;
}
.woocommerce-order-details table tr,
.woocommerce-order-details table td,
.woocommerce-order-details table th {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
}
.woocommerce-order-details table thead th {
  font-size: 1rem;
}
.woocommerce-order-details table th {
  font-size: 0.9375rem;
}
.woocommerce-order-details table td {
  font-size: 0.9375rem;
  color: #1A1B1D;
}
.woocommerce-order-details table td a {
  font-size: 0.9375rem;
  color: #1A1B1D;
}

.woocommerce-customer-details address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.woocommerce-wrapper {
  display: flex;
  justify-content: space-between;
}
.woocommerce-wrapper .woocommerce-MyAccount-navigation {
  max-width: 200px;
}
.woocommerce-wrapper .woocommerce-MyAccount-navigation ul {
  padding: 20px;
  background-color: #FF65E7;
  border-radius: 5px;
  box-shadow: 0 0 5px -2px #000000;
}
.woocommerce-wrapper .woocommerce-MyAccount-navigation ul li a {
  font-size: 0.9375rem;
  color: #f8f8f8;
  position: relative;
  padding: 5px 10px;
  z-index: 1;
  margin-bottom: 10px;
}
.woocommerce-wrapper .woocommerce-MyAccount-navigation ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.woocommerce-wrapper .woocommerce-MyAccount-navigation ul li:hover a {
  color: #FF65E7;
  border-radius: 5px;
}
.woocommerce-wrapper .woocommerce-MyAccount-navigation ul li:hover a::before {
  width: 100%;
}
.woocommerce-wrapper .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #FF65E7;
  border-radius: 5px;
}
.woocommerce-wrapper .woocommerce-MyAccount-navigation ul li.is-active a::before {
  width: 100%;
}
.woocommerce-wrapper .woocommerce-MyAccount-navigation ul li:last-child:hover a {
  color: #cc181e;
}
.woocommerce-wrapper .woocommerce-MyAccount-content {
  flex-basis: calc(100% - 200px);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* Main Dashboard */
  /* Order & Downloads when there is no orders & downloads */
  /* Billing & Shipping Addresses */
}
.woocommerce-wrapper .woocommerce-MyAccount-content p {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  line-height: 1.5;
  font-size: 1rem;
}
.woocommerce-wrapper .woocommerce-MyAccount-content p strong {
  padding: 0 3px;
  text-transform: capitalize;
  line-height: 1.5;
}
.woocommerce-wrapper .woocommerce-MyAccount-content p a {
  font-size: 1rem;
  font-weight: 700;
  color: #1A1B1D;
  text-transform: capitalize;
  line-height: 1.5;
  display: block;
  transition: 0.5s ease-in-out;
}
.woocommerce-wrapper .woocommerce-MyAccount-content p a:hover {
  color: #cc181e;
}
.woocommerce-wrapper .woocommerce-MyAccount-content p.para-flex {
  flex-direction: column;
  align-content: flex-start;
  margin-top: 15px;
}
.woocommerce-wrapper .woocommerce-MyAccount-content p.para-flex a {
  font-size: 0.9375rem;
  transition: 0.5s ease-in-out;
  margin-top: 5px;
}
.woocommerce-wrapper .woocommerce-MyAccount-content p.para-flex a:hover {
  color: #FF65E7;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .woocommerce-Message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .large-font {
  font-size: 1.125rem;
  margin-bottom: 15px;
  color: #000000;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .addresses .woocommerce-Address {
  width: 100%;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .addresses .woocommerce-Address address {
  color: #cc181e;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form {
  /* Billing & Shipping Addresses form */
  /* Account Details & Change Password */
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form .form-row label {
  color: #1A1B1D;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form .form-row input {
  color: #1A1B1D;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection {
  height: 100%;
  padding: 10px;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
  line-height: 1.5;
  padding: 0;
  color: #1A1B1D;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form.woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form.woocommerce-EditAccountForm .form-row {
  margin: 0;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form.woocommerce-EditAccountForm fieldset {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form.woocommerce-EditAccountForm fieldset .form-row {
  margin-bottom: 20px;
}
.woocommerce-wrapper .woocommerce-MyAccount-content .form.woocommerce-EditAccountForm fieldset .form-row:last-child {
  margin-bottom: 0;
}

.form-row {
  flex-basis: calc(50% - 10px);
}

.form-row-wide {
  flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  .woocommerce-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-navigation {
    max-width: 100%;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-navigation ul {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-navigation ul li a {
    font-size: 0.875rem;
    padding: 5px;
    margin-bottom: 0;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content {
    flex-basis: calc(100% - 200px);
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* Billing & Shipping Addresses */
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content .large-font {
    font-size: 1rem;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content .addresses .woocommerce-Address h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-wrapper .woocommerce-MyAccount-navigation ul {
    justify-content: initial;
    gap: 5px;
    padding: 10px;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-navigation ul li a {
    font-size: 0.9375rem;
    padding: 5px 10px;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content {
    padding: 10px;
    /* Billing & Shipping Addresses */
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content .large-font {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content .addresses .woocommerce-Address h3 {
    font-size: 1.25rem;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content .form {
    /* Billing & Shipping Addresses form */
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content .form .form-row {
    margin-top: 15px;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content .form .form-row input {
    padding: 5px;
    font-size: 0.875rem;
  }
  .woocommerce-wrapper .woocommerce-MyAccount-content .form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection {
    padding: 5px;
  }
  .form-row {
    flex-basis: 100%;
  }
}
.woocommerce-order {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF65E7;
  letter-spacing: 0.02em;
}
.woocommerce-order p {
  font-size: 1.125rem;
  display: inline-block;
}
.woocommerce-order .woocommerce-order-overview {
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  padding: 10px 20px;
  border-radius: 5px;
}
.woocommerce-order .woocommerce-order-overview li {
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tr th,
.woocommerce-order .woocommerce-order-details .woocommerce-table tr td {
  border: 1px solid rgba(26, 27, 29, 0.1);
  padding: 3px 8px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tr td a,
.woocommerce-order .woocommerce-order-details .woocommerce-table tr td strong {
  color: #7C7C7C;
}
.woocommerce-order .woocommerce-customer-details {
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  padding: 10px 20px;
  border-radius: 5px;
}
.woocommerce-order .woocommerce-customer-details address {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9375rem;
}
.woocommerce-order .woocommerce-customer-details address p {
  font-size: inherit;
  box-shadow: none;
  padding: 0;
}

div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  gap: 40px;
  /*  */
  /* Product Detail Info on right side */
  /* Product Detail Tabs */
  /* upsells prdoucts */
  /* related products */
}
div.product .product-image-slider,
div.product .product-summary {
  flex-basis: auto;
  width: calc(50% - 40px);
}
div.product .onsale {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 0.75rem;
  color: #ffffff;
  z-index: 1;
}
div.product .onsale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0404;
  z-index: -1;
}
div.product #slider-for .slick-slide {
  height: 350px;
}
div.product #slider-for .slick-slide img {
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
div.product #slider-nav {
  margin-top: 10px;
}
div.product #slider-nav img {
  height: auto;
  margin: 0 5px;
  aspect-ratio: 1/1;
}
div.product .summary {
  margin: 0;
  /* product main title */
  /* product rating */
  /* product pricing */
  /* Product excerpt */
  /* Stock */
  /* product buy/add cart btn */
  /* product meta and categories */
  /* product brands */
}
div.product .summary .product_title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #FF65E7;
  text-transform: capitalize;
  line-height: 1.3;
  background-color: transparent;
}
div.product .summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
}
div.product .summary .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 5px;
}
div.product .summary p {
  margin-top: 8px;
  font-size: 0.8125rem;
}
div.product .summary p span bdi {
  font-size: 0.9375rem;
  color: #000000;
  font-weight: 600;
}
div.product .summary p ins {
  margin-left: 5px;
  background-color: transparent;
}
div.product .summary p del span bdi {
  font-size: 0.8125rem;
  color: #7C7C7C;
  font-weight: 400;
}
div.product .summary p.price {
  padding-bottom: 20px;
}
div.product .summary .woocommerce-product-details__short-description {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
div.product .summary .woocommerce-product-details__short-description p {
  font-family: "Sora", sans-serif;
  color: #7C7C7C;
}
div.product .summary p.stock {
  color: #FF65E7;
}
div.product .summary .cart {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div.product .summary .cart .quantity {
  flex: 0 0 100%;
}
div.product .summary .cart .quantity input {
  text-align: center;
}
div.product .summary .cart .button-group {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-top: 10px;
}
div.product .summary .cart .button-group button,
div.product .summary .cart .button-group .btn {
  text-transform: capitalize;
  padding: 10px 35px;
  font-size: 0.875rem;
}
div.product .summary .cart .button-group .tinv-wraper.tinv-wishlist {
  position: relative !important;
  top: 0;
  right: 0;
}
div.product .summary .cart .button-group .tinv-wraper.tinv-wishlist .btn {
  padding: 0;
  font-size: 0.875rem;
}
div.product .summary .product_meta {
  display: flex;
  flex-direction: column;
}
div.product .summary .product_meta span {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-family: "Manrope", sans-serif;
  color: #7C7C7C;
}
div.product .summary .product_meta span span,
div.product .summary .product_meta span a {
  font-size: 0.75rem;
  font-family: inherit;
  text-transform: capitalize;
  color: #7C7C7C;
  padding: 0 5px;
}
div.product .summary .pwb-single-product-brands {
  padding-top: 0;
}
div.product .summary .pwb-single-product-brands a {
  font-size: 0.75rem;
  font-family: "Manrope", sans-serif;
  color: #1A1B1D;
}
div.product .woocommerce-tabs {
  width: 100%;
}
div.product .woocommerce-tabs .tabs {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 101, 231, 0.1);
  border-radius: 5px;
}
div.product .woocommerce-tabs .tabs li {
  padding: 15px 20px;
  background-color: #f8f8f8;
  transition: 0.3s ease-in-out;
}
div.product .woocommerce-tabs .tabs li a {
  font-size: 1rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #000000;
  padding: 0;
  transition: 0.3s ease-in-out;
}
div.product .woocommerce-tabs .tabs li.active {
  background-color: #FF65E7;
  border-radius: 5px;
}
div.product .woocommerce-tabs .tabs li.active a {
  color: #ffffff;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  background-color: #ffffff;
  margin-top: 0;
  /* author in single page product */
  /*brands*/
  /* Table format */
  /* Comment Section*/
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  padding: 10px 15px;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-family: "Sora", sans-serif;
  color: #7C7C7C;
  font-size: 0.8125rem;
  padding: 5px 0;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .pp-multiple-authors-boxes-wrapper {
  margin-top: 15px;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .pp-multiple-authors-boxes-wrapper .pp-multiple-authors-boxes-ul li {
  padding: 10px;
  width: 20%;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li,
div.product .woocommerce-tabs .woocommerce-Tabs-panel ol li {
  margin-bottom: 5px;
  color: #7C7C7C;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li:last-child,
div.product .woocommerce-tabs .woocommerce-Tabs-panel ol li:last-child {
  margin-bottom: 0;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li a,
div.product .woocommerce-tabs .woocommerce-Tabs-panel ol li a {
  color: inherit;
  font-size: 0.8125rem;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li P,
div.product .woocommerce-tabs .woocommerce-Tabs-panel ol li P {
  color: inherit;
  padding: 5px 0 0 0;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel #tab-pwb_tab-content {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel #tab-pwb_tab-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  padding: 0 20px;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel table {
  margin-bottom: 0;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel table tbody {
  background-color: #ffffff;
  font-family: "Sora", sans-serif;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr th {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1A1B1D;
  padding: 10px 15px;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr td {
  padding: 10px 15px;
  font-size: 0.875rem;
  padding: 0;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
  padding: 10px 15px;
  background-color: #ffffff;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments p {
  background-color: transparent;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments p.woocommerce-noreviews {
  color: red;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond {
  font-family: "Sora", sans-serif;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond span {
  font-size: 0.8125rem;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form {
  margin-top: 10px;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form label {
  font-size: 0.875rem;
  color: #000000;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form input,
div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form textarea {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 10px;
  resize: none;
}
div.product .single-related {
  width: 100%;
}
div.product .single-related h2 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 20px;
}
div.product .single-related .products .product-card .block-wrap {
  margin: 0 40px;
}

@media screen and (max-width: 992px) {
  div.product {
    flex-direction: column;
    gap: 40px;
  }
  div.product .product-image-slider,
  div.product .product-summary {
    flex-basis: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* Product Detail Info on right side */
    /* Product Detail Tabs */
  }
  div.product .summary {
    text-align: center;
    /* product rating */
    /* product pricing */
    /* Product excerpt */
    /* product buy/add cart btn */
    /* product meta and categories */
    /* product brands */
  }
  div.product .summary .woocommerce-product-rating {
    display: flex;
    align-items: center;
  }
  div.product .summary .woocommerce-product-rating .woocommerce-review-link {
    margin-left: 5px;
  }
  div.product .summary p {
    margin-top: 5px;
  }
  div.product .summary p.price {
    padding-bottom: 10px;
  }
  div.product .summary .woocommerce-product-details__short-description {
    padding-top: 15px;
  }
  div.product .summary .cart {
    justify-content: center;
  }
  div.product .summary .cart .button-group {
    gap: 8px 20px;
    margin-top: 8px;
    justify-content: center;
  }
  div.product .summary .product_meta span {
    justify-content: center;
  }
  div.product .summary .pwb-single-product-brands {
    justify-content: center;
  }
  div.product .woocommerce-tabs .tabs {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
  }
  div.product .woocommerce-tabs .tabs li {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
  }
  div.product .woocommerce-tabs .tabs li a {
    font-size: 0.9375rem;
  }
  div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    /*brands*/
    /* Table format */
  }
  div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    padding: 10px 15px;
  }
  div.product .woocommerce-tabs .woocommerce-Tabs-panel #tab-pwb_tab-content h3 {
    font-size: 1rem;
  }
  div.product .woocommerce-tabs .woocommerce-Tabs-panel table {
    margin-bottom: 0;
  }
  div.product .woocommerce-tabs .woocommerce-Tabs-panel table tbody {
    background-color: #ffffff;
  }
  div.product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  div.product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr th {
    font-size: 0.875rem;
  }
  div.product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr td p {
    font-size: 0.8125rem;
  }
}
/**/
/*
Theme Name: twinconretaining

WooCommerce styles override
*/
/* Variable Icon Colors */
/* Variable Fonts */
/* Variable Colors */
/**
 * Shop tables
 */
/**
 * Products
 */
ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  gap: 30px 20px;
}
ul.products li.product {
  width: 100%;
  border-radius: 5px;
}
ul.products li.product .product-wrap {
  margin: auto;
  position: relative;
  padding: 20px 15px 0 15px;
}
ul.products li.product .product-wrap .figure {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
}
ul.products li.product .product-wrap .figure span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 0.75rem;
  color: #ffffff;
  z-index: 1;
}
ul.products li.product .product-wrap .figure span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0404;
  z-index: -1;
}
ul.products li.product .product-wrap .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/3;
  object-fit: cover;
}
ul.products li.product .product-wrap .book-info {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
ul.products li.product .product-wrap .book-info .woocommerce-LoopProduct-link {
  flex-basis: 100%;
}
ul.products li.product .product-wrap .book-info h2 {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 0;
}
ul.products li.product .product-wrap .book-info .short-description {
  margin-top: 10px;
}
ul.products li.product .product-wrap .book-info .short-description p {
  font-size: 0.8125rem;
}
ul.products li.product .product-wrap .book-info .review-count {
  display: flex;
  align-items: center;
  gap: 5px;
}
ul.products li.product .product-wrap .book-info .review-count p,
ul.products li.product .product-wrap .book-info .review-count span {
  color: #1A1B1D;
  font-size: 0.875rem;
}
ul.products li.product .product-wrap .book-info .review-count span {
  font-size: 1.5rem;
  line-height: 1;
}
ul.products li.product .product-wrap .book-info .details {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
ul.products li.product .product-wrap .book-info .details span {
  font-size: 0.875rem;
  text-transform: capitalize;
}
ul.products li.product .product-wrap .book-info .details span.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
  color: #FF0000;
}
ul.products li.product .product-wrap .book-info .details span bdi {
  font-weight: 500;
}
ul.products li.product .product-wrap .book-info .details span ins {
  background-color: transparent;
  font-weight: 500;
  margin-right: 5px;
}
ul.products li.product .product-wrap .book-info .details span del {
  color: #1d1d1d;
}
ul.products li.product .product-wrap .book-info .details .custom-cart-icon {
  line-height: 1;
}
ul.products li.product .product-wrap .book-info .details .custom-cart-icon svg {
  width: 20px;
}
ul.products li.product .product-wrap .book-info .details .custom-cart-icon svg path {
  transition: 0.3s ease-in-out;
}
ul.products li.product .product-wrap .book-info .details .custom-cart-icon:hover svg path {
  stroke: #FF65E7;
}
ul.products li.product .btn {
  margin: 10px 15px 0;
}
ul.products li.product .tinvwl_add_to_wishlist_button {
  margin: 5px 0;
  color: #FF65E7;
}

/* For Making the Product slide in single page */
.single-related ul.products {
  display: block;
}

@media screen and (max-width: 1400px) {
  ul.products {
    grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
    gap: 40px 30px;
  }
}
@media screen and (max-width: 1200px) {
  ul.products {
    grid-template-columns: repeat(auto-fit, minmax(170px, 210px));
  }
}
@media screen and (max-width: 992px) {
  ul.products {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 576px) {
  ul.products {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  ul.products {
    gap: 20px;
  }
  ul.products li.product .product-wrap .book-info {
    padding: 10px;
    text-align: center;
  }
  ul.products li.product .product-wrap .book-info .details {
    flex-direction: column;
  }
  ul.products li.product .product-wrap .book-info .details span {
    margin: 10px 0;
  }
  /* For Making the Product slide in single page */
  .single-related ul.products li.product .product-wrap {
    max-width: 250px;
  }
}
/**
 * Single product
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: transparent;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: transparent;
}

.woocommerce-error {
  background-color: transparent;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

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