/*
Theme Name: Perfumery Store
Theme URI: https://www.themeignite.com/products/perfumery-store
Author: themeignite
Author URI: https://www.themeignite.com/
Description: Perfumery Store is a clean and structured eCommerce theme designed for fragrance product presentation and online catalog management. The layout includes organized product sections, banner areas, category displays, featured collections, and customizable homepage blocks. It supports responsive design for different screen sizes and includes navigation options that help maintain a consistent browsing experience across devices. The theme provides support for product images, pricing sections, call-to-action buttons, testimonial areas, newsletter integration, and social media links. It also includes typography controls, color customization settings, and widget-ready sections for additional content placement. Built with optimized code structure and compatibility with common plugins, the theme supports standard shopping and content management functions. The overall design focuses on clear product visibility and simple navigation while maintaining a balanced visual layout suitable for fragrance-focused online stores.
Version: 1.0
Requires PHP: 7.2
Tested up to: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: perfumery-store
Tags: one-column, two-columns, three-columns, four-columns, grid-layout, wide-blocks, editor-style, right-sidebar, left-sidebar, custom-background, custom-menu, featured-images, featured-image-header, post-formats, flexible-header, sticky-post, threaded-comments, translation-ready, theme-options, footer-widgets, blog, full-width-template, custom-logo, custom-colors, rtl-language-support, portfolio, e-commerce
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Perfumery Store WordPress Theme, Copyright themeignite 2026, themeignite.com
Perfumery Store WordPress Theme is distributed under the terms of the GPLv2 or later

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

:root {
  --primary-color: #FFDB71;
  --secondary-color: #916F0D;
  --tertiary-color: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  --top-background: #1B1F23;
  --section-heading-color: #1A222C;
  --primary-color-rgb: 127, 162, 0;
  --button-bg-color: #000000;
  --heading-color: var(--secondary-color);
  --heading-color-rgb: 114, 70, 106;
  --font-color: #464544;
  --font-color-rgb: 102, 102, 102;
  --font-color-dark: var(--secondary-color);
  --font-color-dark-rgb: 51, 51, 51;
  --background-color: var(--secondary-color);
  --background-color-rgb: 171, 93, 165;
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Jockey One", sans-serif;
  --tertiary-font: "Kalam", cursive;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
audio {
  width: 100%;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  color: #bbbcc1;
  outline: none;
}

a:active,
a:hover {
  color: #bbbcc1;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: var(--font-color);
  font-family: var(--primary-font);
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  font-family: var(--tertiary-font) !important;
}

p {
  margin-top: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #000;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16px;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--font-color);
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #ffffff;
  background: #133247;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

hr {
  background-color: #e8e8e8;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  margin-top: 0;
}

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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.page-template-template-home .home-container {
  max-width: initial;
  padding: 0;
}
.page-template-template-home .site-content{
  padding: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
/*  padding: 0.6em 1em 0.4em;*/
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin solid var(--secondary-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: var(--font-color);
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #a9a9a9;
  outline: thin solid var(--secondary-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--secondary-color);
}

a:hover,
a:focus {
  color: var(--secondary-color);
}

a:focus {
  outline: thin solid var(--secondary-color);
}

a:hover,
a:active {
  outline: none;
}


/*--------------------------------------------------------------
# Scroll Back
--------------------------------------------------------------*/
#button {
  display: inline-block;
  background: var(--tertiary-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 15px 0;
  font-weight: bold;
}
#button:hover {
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#button:active {
  background: #000000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: #fff;
}
.loader{
    width: 160px;
    height: 160px;
    top: 13em;
    margin: 50px auto 0;
    border-top: 16px solid var(--secondary-color);
    border-right: 16px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: round 1s linear infinite;
}
.loader:before{
    content: '';
    background-color: var(--secondary-color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
}
@keyframes round{
    100%{ transform: rotate(360deg); }
}
/*PRE LOADER 2*/

body{background:#133247}

.load-one{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
  /*change these sizes to fit into your project*/
  width:100px;
  height:100px;
}
.load-one hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}

.load-one :first-child{background:var(--secondary-color);animation-delay:-1.5s}
.load-one :nth-child(2){background:var(--secondary-color);animation-delay:-1s}
.load-one :nth-child(3){background:var(--secondary-color);animation-delay:-0.5s}
.load-one :last-child{background:var(--secondary-color)}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

/*Loader Three */
/* Optional - (you can remove it) */
    * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Load Settings */
.no-scroll-y {
  overflow-y: hidden;
}

#preloader-section{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Preloader */
.ctn-preloader {
    -webkit-box-align: center;
    align-items: center;

    /* Show or Hide cursor when hover of Preloader*/
    cursor: none;

    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner loading */
.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--secondary-color); /* It is not identified in alphabetical order so that it does not overwrite it */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

/* Text Loading */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: var(--secondary-color);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Letters Animation */
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/* Loader section Settings */
.ctn-preloader .loader-section {
  background-color: #fff;
  height: 100%;
    position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Fade effect in loading animation */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}


@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}


@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.search-field::placeholder {
  color: #fff;
}

.search_box form.search-form {
    background: transparent;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 45px;
    border: 1px solid #fff;
}
.search_box input.search-field {
  border: none;
  padding-left: 20px;
  width: 100%;
  background: transparent;
}
.search_box input[type="search"]{
  color: #fff;
}
.search_box input.search-submit {
  padding: 10px 22px;
  background: url(images/search.png) no-repeat scroll 20px 10px;
  text-indent: -9999px;
  box-shadow: none;
}

/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/
.sticky-head {
  position: fixed !important;
  z-index: 9999;
  width: 100%;
  top: 0px;
  background: linear-gradient(107.14deg, #133247 0.02%, #18405A 25.72%, #235C82 62.86%, #296D9B 89.08%, #2E7AAD 99.89%, #2E7AAD 108.12%);
  box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
  padding-bottom: 10px;
}
.admin-bar .sticky-head{
  top: 32px;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/

#masthead {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  font-size: 18px;
  margin: 0;
}
.main-navigation ul .sub-menu{
  padding: 0px;
}
.main-navigation ul li {
  display: inline-block;
  margin: 0 18px;
  position: relative;
}
.main-navigation ul li a {
  display: block;
  color: #FFFFFF;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a{
    position: relative;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-navigation .current_page_item > a::after,
.main-navigation .current-menu-item > a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 1px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.main-navigation ul li a:hover{
  text-decoration: none;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-navigation ul li a:focus {
  text-decoration: none;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  outline: 1px solid var(--secondary-color);
}
.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: var(--secondary-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: left;
  margin-left: -99999px;
  z-index: 99999 !important;
}
.main-navigation ul ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}
.main-navigation ul ul li a {
  display: block;
  padding: 15px 10px;
  color: #fff !important;
  background: transparent !important;
  -webkit-text-fill-color: #fff !important;
}
.main-navigation ul ul li a:focus {
  outline: 1px solid #fff;
}
.main-navigation ul ul li a:hover{
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.main-navigation ul ul li a:after{
  display: none;
}
.main-navigation ul li:hover>ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  z-index: 999;
}
.main-navigation ul {
  padding-left: unset !important;
}
.main-navigation ul li:focus-within>ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
}
.main-navigation ul li.focus>ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
}
.main-navigation ul ul li:hover>ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul li:focus-within>ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul li.focus>ul {
  left: 100%;
  top: 0;
}
.main-navigation ul li.menu-item-has-children::after,
.main-navigation ul li.page_item_has_children::after {
  background-color: #FFFFFF;
  position: absolute;
  content: '';
  height: 7px;
  width: 12px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%2339433F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%2339433F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  top: 15px;
  left: 100%;
  margin-left: 5px;
}
.main-navigation ul li.menu-item-has-children:hover::after,
.main-navigation ul li.page_item_has_children:hover::after {
  background-color: var(--secondary-color);
}

.main-navigation ul li ul li.menu-item-has-children::after,
.main-navigation ul li ul li.page_item_has_children::after{
  top: 50%;
  left: 90%;
  transform: translateY(-50%) rotate(-90deg);
}

.main-navigation ul li ul li.menu-item-has-children:hover::after,
.main-navigation ul li ul li.page_item_has_children:hover::after  {
  background-color: var(--secondary-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 45%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 45%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a, 
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  color: var(--primary-color);
}
.nav-previous  {
  border: 1px solid #fff;
  word-break: break-word;
  padding: 4px 17px;
}
.nav-next  {
  border: 1px solid #fff;
  word-wrap: break-word;
  padding: 4px 18px;
}
.wp-block-button.is-style-squared a {
  border-radius: 0px;
}
.wp-block-button__link {
  color: #fff !important;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  margin-top: 8px;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em !important;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-top: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-top: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget.widget_text a{
  text-decoration: underline;
}
.widget.widget_text a:hover {
  color: var(--secondary-color);
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.sticky .entry-header h2{
  background: url(images/pin.png) no-repeat scroll 0 0px;
  padding-left: 40px;
}
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.post, .search.search-results article.page, .search.search-results article.product{
  padding: 30px;
  border-top: 5px solid var(--secondary-color) !important;
  border-bottom: 5px solid var(--secondary-color) !important;
  margin: 0 0 40px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.search.search-results article.page{
  padding: 30px !important;
}
.search.search-results article.page .entry-content{
  margin-top: 15px;
}
.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;
}

/*--------------------------------------------------------------
# Fallback svg
--------------------------------------------------------------*/
svg.fallback-svg {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

#secondary .gallery-item {
  width: 100%;
  margin: 0;
  max-width: 100%;
}

#secondary .gallery{
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-gap: 12px !important;
  margin: 0 !important;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.mobile-nav {
  display: none;
}

.site-branding img {
  width: 100px;
  position: relative;
  bottom: 20px;
}

.site-branding .img-holder {
  display: block;
}

.site-branding .custom-logo-link {
  margin-bottom: 10px;
}

.site-branding .site-title,
.site-branding .custom-logo-link {
  position: relative;
  z-index: 9999;
}

.site-branding .site-title {
  color: #fff;
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 600;
}

.site-branding .site-title a {
  background: var(--tertiary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Kalam", cursive;
  font-weight: 700;
  text-transform: capitalize;
  /* font-size: 25px; */
}

.site-branding .site-title a:hover {
  text-decoration: none;
}

.site-branding .site-description {
  color: var(--secondary-color);
  margin: 0;
}

/* .site {
  background: #fff;
} */

.custom-background-image,
.custom-background-color {
  margin: 20px;
}

/*Home Style*/

/*Home Style*/
/*-----------------Search pop up----------------*/
.search-body i {
    color: #000000;
    font-size: 15px;
    cursor: pointer;
}
.search-body.text-center.align-self-center.text-md-end svg{
    color: #000;
    font-size: 20px;
    padding-right: 50px;
    border-radius: 30px;
    vertical-align: -webkit-baseline-middle;
}
button.search-show {
    box-shadow: unset;
}
.searchform-inner {
    position: absolute;
    width: auto;
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 999999;
    top: 40px;
    visibility: hidden;
    height: 100px;
}
.searchform-inner input[type="search"] {
  padding: 9px;
  border: none;
  border: 1px solid;
}
.searchform-inner .search-form .search-submit {
  padding: 10px;
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  right: 25px;
  top: 35px;
  background: var(--primary-color);
  color: #fff;
  box-shadow: unset;
  text-shadow: unset;
}
.search-body button{
  border: none;
  background: none;
}
.close {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 20px;
  color: #000;
  opacity: 1;
  z-index: 99999999;
  padding: 5px;
  background: none;
  margin: 0;
}
.close:focus, .close:hover {
  opacity: 1;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
button.search-submit {
  border: 0;
  background: transparent;
}
.modal-open .modal{
  overflow-y: hidden;
}
.modal-open{
  overflow-y: scroll;
  padding: 0 !important;
}
.modal-backdrop{
  position: relative;
}
.modal-content{
  background: transparent;
  border: 0;
}
.modal-dialog{
  max-width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: all;
}
.modal-body {
  width: 100%;
  height: 100%;
}
#mastheader .search-submit span .screen-reader-text{
  position: static !important;
}
.modal{
  background: rgba(0, 0, 0, 0.2);
}
/* 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;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.btn-green {
  font-size: 16px;
  color: #fff !important;
  background: var(--secondary-color);
  display: inline-block;
  border: 2px solid var(--secondary-color);
  padding: 4px 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: capitalize;
  font-weight: 600;
}
.btn-green:hover{
  text-decoration: none;
  background: var(--secondary-color);  
  border-color: var(--secondary-color);
}
.btn-green:hover a{
  color: #000;
}
.btn-green:focus {
  outline-offset: 2px;
  outline-color: #000;
}
p.btn-green a:hover{
  color: #000;
}

/* Header Css Start */

.head_bg {
  margin: 0;
}
.head_bg .search-body svg{
  background-color: var(--secondary-color);
}
.head_bg .menu-bg .btn_bg,
.head_bg .search-body{
  display: flex;
  justify-content: end;
}
.head_bg .justify-content-end {
  flex-wrap: wrap;
  position: relative;
}
.main-header {
  background: linear-gradient(107.14deg, #133247 0.02%, #18405A 25.72%, #235C82 62.86%, #296D9B 89.08%, #2E7AAD 99.89%, #2E7AAD 108.12%);
}
.main-header .top-info i {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}
.main-header .top-info .fa-user {
  font-weight: 400;
}
.main-header .cart-count {
  position: absolute !important;
  top: -7px;
  background-color: #fff;
  color: #000000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.main-header .woocommerce-product-search {
  display: flex;
}
.main-header .woocommerce-product-search button {
  background-color: var(--secondary-color);
  width: 75px;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-radius: 3px;
  box-shadow: unset;
  font-size: 0;
  position: relative;
}
.main-header .woocommerce-product-search button::before {
  content: "\f002";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-header .searchform-inner input[type="search"] {
  width: 100%;
}

/* Header Css End */

/* Banner Css Start */

.banner {
  min-height: 580px;
  background: linear-gradient(107.14deg, #133247 0.02%, #18405A 25.72%, #235C82 62.86%, #296D9B 89.08%, #2E7AAD 99.89%, #2E7AAD 108.12%);
  display: flex;
  align-items: center;
  position: relative;
}
.banner h4 {
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 10px;
  display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  max-width: 70%;
}
.banner h2 {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-size: 67px;
  color: #1C1C1C;
  display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
  background: linear-gradient(180deg,var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 20px 0 0 0;
  max-width: 70%;
}
.banner .slide-extra-content {
  font-family: var(--primary-font); 
  font-weight: 400;
  font-size: 14px;
  color: #797979;
  line-height: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
  color: #ffffff;
  position: relative;
   padding-left: 30px;
}
.banner .slide-extra-content::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  width: 2px;
  height: 60px;
}
.banner .num-info {
  display: flex;
  align-items: center;
  gap: 60px;
}
.banner .banner-img {
  position: absolute;
  right: 0;
  top: 0%;
  right: 0%;
  z-index: 1;
}
.banner .banner-img img {
  width: 950px;
  height: 580px;
  border-top-left-radius: 465px;
  border-bottom-left-radius: 465px;
}
.banner .banner-img img:hover {
  opacity: 0.8;
}
.banner .slider-text {
  background: #326181;
  border-top-right-radius: 120px;
  padding-left: 9%;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
.banner .slider-text::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(315deg, #FFFFFF 0%, #66666600 47.5%, #FFFFFF 100%) !important;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  border-top-right-radius: 120px;
}
.banner .banner-info {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0%;
  }
.banner .banner-content {
  padding-left: 9%;
}
.banner .slide-extra-content {
  max-width: 21%;
  margin-top: 30px;
}
.banner .num-info .count-num {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 50px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner .num-info .count-info {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
}
.banner .slider-button {
  position: absolute;
  top: 53%;
  left: 49%;
  transform: translate(-50%, -50%);
}
.banner .slider-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  background:
        radial-gradient(50% 50% at 50% 50%, #3488C0 0%, #18405A 100%) padding-box,
        linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%) border-box;
  border: 2px solid transparent;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 17px;
  padding: 22px;
  line-height: 23px;
}
.banner .slider-button a:focus {
  outline: 1px solid #fff;
}

/* Banner Css End */

/* Product Section CSS Start*/

.our-products {
  text-align: center;
  padding: 50px 0;
}
.our-products .product-img img {
  height: 350px; 
}
.our-products .product-img,
.our-products .product-image-wrapper {
  position: relative;
  z-index: 1;
}
.our-products .box .product-image-wrapper .product-img {
    position: relative;
    overflow: hidden;
    background: #1B1919;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-products .product-cat{
  font-size: 12px;
  font-weight: 400;
}
.our-products .box .product-image-wrapper .product-img::before {
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  opacity: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgb(237 138 25 / 0%) 0%, rgb(237 138 25 / 15%) 100%);
  background: linear-gradient(to right, rgb(237 138 25 / 0%) 0%, rgb(237 138 25 / 15%) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.our-products .box .product-image-wrapper .product-img:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
  opacity: 1;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.our-products .product-image-wrapper .d-flex {
  position: absolute;
  z-index: 2;
  top: 3%;
  justify-content: space-between;
  width: 100%;
}
.our-products .product-image-wrapper .discount-tag {
  background: var(--tertiary-color);
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 25px;
}
.our-products .addcart{
  width: 100%;
  background: var(--tertiary-color);
  padding: 25px 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.our-products .addcart a{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.our-products a:focus {
  border: 2px solid #000;
}
.our-products .product-title {
  margin-top: 10px;
}
.our-products .product-title a {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.our-products h4 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 22px;
  background: var(--tertiary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
}
.our-products .price {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14px;
}
.our-products .price del {
  opacity: 0.5;
}
.addcart .add_to_cart_button.added{
    display: none !important;
}
.our-products .box .product-icons {
  margin-right: 15px;
}
.our-products .box .product-icons .wishlist-main .woosw-btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tertiary-color);
  position: relative;
  font-size: 0 !important;
  border: none;
  padding: 0;
  box-shadow: none;
}
.our-products .box .product-icons .wishlist-main .woosw-btn::before{
  content: "\f004";
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* star*/
.our-products .rating-container {
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 100%; 
}
.our-products .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.2em;
  line-height: 1;
  font-size: 17px;
  width: 5.4em;
  font-family: star;
  color: #ECC033;
    margin-bottom: 5px;
}
.our-products .star-rating:before {
  content: "\53\53\53\53\53";
  color: #ECC033;
  float: right;
  top: 0;
  left: 0;
  position: absolute;
  color: #D9D9D9;
}
.our-products .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.our-products .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.our-products .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Product Section CSS End*/

/* Links and images in both post types */
.post .post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.post img,
.post .wp-post-image,
.search.search-results .post-thumbnail img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

/* Titles */
.post-large .post-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
}
.post-small .post-title {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
}
.post-small {
  display: flex;
  flex-direction: column;
}
.category-block .post{
  border: none;
  padding: 0;
  margin: 0;
  border-top: unset !important;
  border-bottom: unset !important;
}
.category-block img.attachment-large.size-large.wp-post-image {
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.category-block article.post.post-small img{
  height: 130px;
  object-fit: cover;
}
h4.category-name a {
  color: #000000;
  margin-top: 3px;
}
p.category-description {
  text-align: left;
  font-family: var(--primary-font);
}
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding-top: 10px;
  border-radius: 8px;
}
.category-text {
  flex: 1;
}
.category-icon {
  background: var(--secondary-color);
  color: #fff;
  border-radius: 20%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-icon a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

/*inner page style*/
.site-content {
  padding: 40px 0 80px;
}
article .kk-star-ratings{
  display: none;
}
.page-header .page-title {
  color: var(--heading-color);
  margin: 0 0 27px;
}
.post {
  padding: 30px;
  margin: 0 0 40px;
  border: 1px solid #fff;
}
.post .entry-header {
  margin: 0 0 20px;
}
.post .entry-header .entry-title {
  font-size: 30px;
  color: var( --font-color-dark);
  margin: 0 0 10px;
  word-wrap: break-word;
}
.post .entry-header .entry-title a,
.post .entry-meta a {
  color: var(--primary-color);
}
.post .entry-header .entry-title a:hover,
.post .entry-meta a:hover {
  text-decoration: none;
}
.post .entry-meta {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 12px;
}
.read-more-button {
  padding-bottom: 16px;
}
.post .entry-meta .byline {
  display: inline-block;
}
.post .entry-meta span {
  margin-right: 23px;
}
.post .entry-meta span a {
  position: relative;
  padding-left: 20px;
}
.post .entry-meta span a:before {
  background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%237fa200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"%3E%3C/path%3E%3C/svg%3E') center center no-repeat;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}
.post .entry-meta .posted-on a:before {
  background: var(--primary-color);
  height: 14px;
  width: 14px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%237fa200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"%3E%3C/path%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%237fa200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"%3E%3C/path%3E%3C/svg%3E');
}
.post .entry-meta .byline a:before {
  background: var(--primary-color);
  height: 14px;
  width: 14px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z"%3E%3C/path%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z"%3E%3C/path%3E%3C/svg%3E');
}
.post .entry-meta .comments-link a:before {
  background: var(--secondary-color);
  height: 14px;
  width: 14px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E');
}
.post .entry-meta a:hover {
  text-decoration: none;
}
a.post-thumbnail img {
  width: 100%;
}
.post .post-thumbnail {
  margin: 0 0 30px;
}
.post .post-thumbnail:focus {
  outline-offset: 2px;
}
.post .post-thumbnail img {
  vertical-align: top;
  margin-bottom: 20px;
}
.post .entry-content,
.page .entry-content,
.post .entry-content p,
.page .entry-content p  {
  margin: 0;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.post .btn-green {
  color: #fff;
}
.post .entry-content blockquote {
  margin: 0;
  color: #999;
  padding: 0 0 0 45px;
  background: url(images/bg-quote.png) no-repeat 0 9px;
}
.post.format-status .entry-header .entry-title,
.post.format-aside .entry-header .entry-title,
.post.format-link .entry-header .entry-title {
  display: none;
}
#primary .post .entry-content h1,
#primary .page .entry-content h1,
#primary .post .entry-content h2,
#primary .page .entry-content h2,
#primary .post .entry-content h3,
#primary .page .entry-content h3,
#primary .post .entry-content h4,
#primary .page .entry-content h4,
#primary .post .entry-content h5,
#primary .page .entry-content h5,
#primary .post .entry-content h6,
#primary .page .entry-content h6 {
  color: var( --primary-color);
  font-weight: 400;
  font-family: var(--primary-font);
}
#primary .post .entry-content h1,
#primary .page .entry-content h1 {
  font-size: 48px;
  line-height: 57px;
  margin: 0 0 10px;
}
#primary .post .entry-content h2,
#primary .page .entry-content h2 {
  font-size: 40px;
  line-height: 52px;
  margin: 0 0 13px;
}
#primary .post .entry-content h3,
#primary .page .entry-content h3 {
  font-size: 30px;
  line-height: 43px;
  margin: 0 0 17px;
}
#primary .post .entry-content h4,
#primary .page .entry-content h4 {
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 20px;
}
#primary .post .entry-content h5,
#primary .page .entry-content h5 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 18px;
}
#primary .post .entry-content h6,
#primary .page .entry-content h6 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 18px;
}
#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right {
  float: right;
  width: 248px;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: right;
}
#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left {
  float: left;
  width: 248px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap {
  font-size: 124px;
  float: left;
  height: 100px;
  line-height: 120px;
  margin-right: 20px;
}
#primary .post .entry-content .highlight,
#primary .page .entry-content .highlight {
  background: #f4e3f3;
}
#primary .post .entry-content table,
#primary .page .entry-content table {
  line-height: 30px;
  border: 1px solid #dbdbdb;
  background: #fffdfe;
}
#primary .post .entry-content table tr,
#primary .page .entry-content table tr {
  border-bottom: 1px solid #dbdbdb;
}
#primary .post .entry-content table tr:nth-child(2n + 1),
#primary .page .entry-content table tr:nth-child(2n + 1) {
  background: #133247;
}
#primary .post .entry-content table tr:nth-child(2n + 2),
#primary .page .entry-content table tr:nth-child(2n + 2) {
  background: linear-gradient(107.14deg, #133247 0.02%, #18405A 25.72%, #235C82 62.86%, #296D9B 89.08%, #2E7AAD 99.89%, #2E7AAD 108.12%);

}
#primary .post .entry-content table th,
#primary .page .entry-content table th {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 1vw 1.5vw;
}
#primary .post .entry-content table td,
#primary .page .entry-content table td {
  padding: 1vw 1.5vw;
}
#primary .post .entry-content ul,
#primary .page .entry-content ul {
  padding: 0;
}
#primary .post .entry-content ol,
#primary .page .entry-content ol {
  margin: 0;
}
#primary .page .entry-header .entry-title {
  margin: 0 0 25px;
  color: var(--heading-color);
}
.wc-block-cart-items__header-product span {
  color: #fff;
}
#coming-soon-footer-banner .coming-soon-footer-banner__content {
  color: #000;
}


/*comments area style*/
.comments-title,
.comment-reply-title {
  font-size: 30px;
  color: #fff;
  margin: 0 0 32px;
  font-family: var(--primary-font);
  font-weight: 400;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-author img {
  float: left;
  width: 80px;
  margin-right: 25px;
}

.comment-author .says {
  display: none;
}

.comment-metadata {
  overflow: hidden;
  font-size: 16px;
}

.comment-metadata>a {
  position: relative;
  padding-left: 20px;
}

.comment-metadata>a:before {
  background: var(--secondary-color);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E');
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}

.comment-metadata a:hover {
  text-decoration: none;
   color: #000;
}

.comment-list .comment-content,
.comment-list .reply {
  margin-left: 106px;
}

.comment-list .comment-content {
  margin-top: 5px;
}

.comment-list .comment-content p {
  margin: 0 0 5px;
}

.comment-list .reply {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.comment-list .reply a {
  color: var(--secondary-color);
}

.comment-list .reply a:hover {
  text-decoration: none;
  color: var( --font-color-dark);
}

.comment-list .comment-body {
  margin: 0 0 25px;
}

.comment-list .children {
  list-style: none;
  margin: 0 0 0 106px;
  padding: 0;
}

.comment-form label {
  display: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  background: #f7f7f7;
  border: 0;
  padding: 10px 20px;
  width: 100%;
  border-radius: 2px;
}

.comment-form textarea {
  background: #f7f7f7;
  border: 0;
  height: 106px;
  padding: 10px 20px;
  resize: none;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #000;
  color: #000;
}

.comment-form input[type="submit"] {
  border: 0 none;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  text-transform: capitalize;
}

.comment-form input[type="submit"]:hover {
  background: var(--button-bg-color);
}

.comment-form input[type="submit"]:focus {
  outline: thin solid var(--secondary-color);
  outline-offset: 2px;
}

.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
  display: inline-block;
  margin-left: 5px;
}

/*pagination style*/
.pagination {
  font-size: 16px;
  line-height: 30px;
}

.pagination a,
.pagination .dots {
  color: var(--secondary-color);
  height: 30px;
  border: 1px solid var(--secondary-color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0 10px;
}

.pagination a:hover {
  text-decoration: none;
}

.pagination .current {
  color: #fff;
  background: var(--background-color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0 10px;
}

.pagination .prev,
.pagination .next {
  border: 0;
}

/*search result page style*/
.search .page-header {
  margin: 0 0 30px;
}

.search .post .entry-header .entry-title,
.search #primary .page .entry-header .entry-title {
  font-size: 24px;
  line-height: 28px;
  color: var( --font-color-dark);
  font-weight: 700;
  font-family: var(--primary-font);
}

.search .post .entry-header .entry-title a,
.search #primary .page .entry-header .entry-title a {
  color: var( --font-color-dark);
}

.search .post .entry-header .entry-title a:hover,
.search #primary .page .entry-header .entry-title a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.search #primary .page {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 40px;
  padding: 0 0 40px;
}

/*error page style*/
.error404 .error-holder {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.error404 .error-holder {
  font-size: 24px;
  padding: 40px 0;
}

.error404 .error-holder h1 {
  font-size: 148px;
  line-height: 148px;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  margin: 0;
  font-weight: 400;
}

.error404 h2 {
  font-size: 35px;
  line-height: 38px;
  color: var(--heading-color);
  margin: 0 0 25px;
  font-weight: 400;
}

#secondary .widget {
  margin: 0 0 17px;
  border: 1px solid #000;
  padding: 25px;
  background: #f7f7f7;
  border-top: 5px solid var(--secondary-color);
  border-bottom: 5px solid var(--secondary-color);
  border-radius: 10px;
  word-wrap: break-word;
}

#secondary .widget.widget_search {
  padding: 10px 25px;
  border-radius: 10px;
}

/*#secondary*/
.widget.widget_search .search-form {
  overflow: hidden;
  background-color: var(--secondary-color);
}

/*#secondary*/
.widget.widget_search .search-form label {
  float: right;
  flex-basis: 83%;
}

/*#secondary*/
.widget.widget_search .search-form input[type="search"] {
  background: #fff;
  border: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  font-size: 18px;
  width: 100%;
  color: var(--secondary-color);
  border: 1px solid #000;
  padding: 5px;
  box-sizing: border-box;
}

.widget.widget_search .search-form input[type="search"]:focus {
  outline-offset: -2px;
}

.widget.widget_search button.search-submit {
  float: left;
  background: url(images/icon-search.png) no-repeat;
  width: 15px;
  height: 16px;
  border: 0;
  text-indent: -9999px;
  padding: 0px 15px;
  margin: 8px 0 0;
  box-shadow: none;
  background-position: center;
}
/*#secondary*/
.widget.widget_search .search-form input[type="submit"] {
  float: left;
  background: url(images/icon-search.png) no-repeat;
  width: 20px;
  height: 16px;
  border: 0;
  text-indent: -9999px;
  padding: 0px 15px;
  margin: 8px;
  background-color: var(--secondary-color);
  box-shadow: none;
  background-position: center;
}

#secondary .widget .widget-title {
  font-size: 28px;
  color: var(--heading-color);
  margin: 0 0 20px;
  position: relative;
}

#secondary .widget .widget-title::before{
  background: #000;
  position: absolute;
  content: "";
  height: 3px;
  width: 25%;
  bottom: -10px;
  left: 0;
}

#secondary .tagcloud a{
  border: solid 1px #000;
  color: #fff;
  font-size: 14px !important;
  padding: 10px 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#secondary .tagcloud a:hover{
  background: #0154F7;
  color: #fff !important;
  border: 1px solid transparent;
  transition: 0.1s;
}
#secondary h3 a.rsswidget{
  color: #000;
}
.tag-cloud-link {
  font-size: 16px !important;
  color: #fff !important;
  border: 1px solid;
  padding: 4px;
  margin: 10px;
}
ul.product_list_widget li::before{
  display: none !important;
}

.error-holder a{
  background: var(--secondary-color);
  color: #fff !important;
  padding: 12px 14px;
}
.error-holder a:hover{
  color: #fff !important;
}
/************************************ massage has been converted into perfumery_store for widget *******************************************************/

#secondary .widget.widget_perfumery_store_featured_post .img-holder img {
  vertical-align: top;
}

#secondary .widget.widget_perfumery_store_featured_post .img-holder {
  margin: 0 0 20px;
}

#secondary .widget.widget_perfumery_store_featured_post .readmore {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

#secondary .widget.widget_perfumery_store_featured_post .readmore:hover {
  text-decoration: none;
   color: #000;
}

#secondary .widget.widget_perfumery_store_featured_post p {
  margin: 0 0 15px;
}

#secondary .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#secondary .widget ul li {
  position: relative;
  padding: 5px 0px 0px;
  color: #000;
}

#secondary .widget ul li::before{
  content: "\f061" !important;
  font-family: 'FontAwesome' !important;
  margin-right: 10px !important;
  color: #000;
}

#secondary .widget ul li:last-child {
  margin: 0;
}

#secondary .widget ul li a {
   color: #000;
  word-break: break-word;
}

#secondary .widget ul li a:hover {
  text-decoration: none;
  color: var(--secondary-color) !important;
}

/*#secondary*/
.widget.widget_perfumery_store_recent_post ul li,
.widget.widget_perfumery_store_popular_post ul li {
  overflow: hidden;
  margin: 0 0 25px !important;
  padding-left: 0 !important;
}

.widget.widget_perfumery_store_recent_post ul li svg,
.widget.widget_perfumery_store_popular_post ul li svg {
  width: 65px;
  vertical-align: top;
}

.widget.widget_perfumery_store_recent_post ul li:before,
.widget.widget_perfumery_store_popular_post ul li:before {
  display: none;
}

/*#secondary*/
.widget.widget_perfumery_store_recent_post .post-thumbnail,
.widget.widget_perfumery_store_popular_post .post-thumbnail {
  float: left;
  margin-right: 20px;
}

/*#secondary*/
.widget.widget_perfumery_store_recent_post ul li a:before,
.widget.widget_perfumery_store_popular_post ul li a:before {
  content: "";
  margin-right: 0;
  display: none;
}

/*#secondary*/
.widget.widget_perfumery_store_recent_post .entry-header,
.widget.widget_perfumery_store_popular_post .entry-header {
  overflow: hidden;
}

/*#secondary*/
.widget.widget_perfumery_store_recent_post .entry-header .entry-title,
.widget.widget_perfumery_store_popular_post .entry-header .entry-title {
  font: 18px/22px var(--primary-font);
  color: var( --font-color-dark);
  margin: 0;
}

#secondary .widget.widget_perfumery_store_recent_post .entry-header .entry-title a,
#secondary .widget.widget_perfumery_store_popular_post .entry-header .entry-title a {
  color: var( --font-color-dark);
}

#secondary .widget.widget_perfumery_store_recent_post .entry-header .entry-title a:hover,
#secondary .widget.widget_perfumery_store_popular_post .entry-header .entry-title a:hover {
  color: var(--secondary-color);
}

/*#secondary*/
.widget.widget_perfumery_store_recent_post .entry-header .entry-meta,
.widget.widget_perfumery_store_popular_post .entry-header .entry-meta {
  font-size: 16px;
}

#secondary .widget.widget_perfumery_store_popular_post .entry-header .entry-meta a {
  position: relative;
  display: block;
  padding-left: 20px;
}

/*#secondary*/
#secondary .widget.widget_perfumery_store_recent_post .entry-header .entry-meta a,
#secondary .widget.widget_perfumery_store_popular_post .entry-header .entry-meta a {
  color: var(--secondary-color);
}

#secondary .widget.widget_perfumery_store_recent_post .entry-header .entry-meta a:hover,
#secondary .widget.widget_perfumery_store_popular_post .entry-header .entry-meta a:hover {
  color: var( --font-color-dark);
}

#secondary .widget.widget_archive ul li {
  text-align: right;
  overflow: hidden;
}

#secondary .widget.widget_archive ul li a {
  float: left;
  color: #000;
}

#secondary .widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
}

#secondary .widget.widget_tag_cloud a {
  background: var(--secondary-color);
  float: left;
  color: #fff;
  font-size: 16px;
  padding: 2px 20px;
  border-radius: 15px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#secondary .widget.widget_tag_cloud a:hover {
  text-decoration: none;
  background: #1b1b1b;
}

/*widget calendar style*/
.widget.widget_calendar .calendar_wrap {
  position: relative;
}

.widget.widget_calendar table {
  margin: 0;
}

.widget.widget_calendar caption {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 12px 0;
  background: var(--heading-color);
  text-transform: uppercase;
}

.widget.widget_calendar table thead th {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0;
  color: #fff;
}

#secondary .widget.widget_calendar table thead th{
  color: var(--heading-color);
}
#secondary .rss-date,
#secondary .rssSummary,
#secondary p {
  color: #000;
}

.widget.widget_calendar table tbody td {
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  color: #000000;
  height: 45px;
  border: 0;
}

.widget.widget_calendar table tbody td a {
  background: #fff;
  color: var(--secondary-color);
  display: block;
  height: 100%;
  line-height: 45px;
}

.widget.widget_calendar tfoot #prev,
.widget.widget_calendar tfoot #next {
  position: absolute;
  top: 18px;
}

.widget.widget_calendar tfoot #next {
  right: 0;
}

.widget.widget_calendar tfoot tr {
  width: 100%;
}

.widget.widget_calendar .calendar_wrap {
  position: relative;
}

.widget.widget_calendar tfoot #prev a {
  text-indent: -9999px;
  background: url(images/btn-prev-month.png) no-repeat;
  width: 8px;
  height: 14px;
  float: left;
  margin-left: 30px;
}

.widget.widget_calendar tfoot #next a {
  text-indent: -9999px;
  background: url(images/btn-next-month.png) no-repeat;
  width: 8px;
  height: 14px;
  float: right;
  margin-right: 30px;
}

.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
  text-indent: -9999px;
  background: url(images/btn-prev-month.png) no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  bottom: 48px;
  left: 0;
  margin-left: 30px;
}

.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
  text-indent: -9999px;
  background: url(images/btn-next-month.png) no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  bottom: 48px;
  right: 0;
  margin-right: 30px;
}

.widget.widget_perfumery_store_social_links ul:after {
  content: "";
  display: block;
  clear: both;
}

.widget.widget_perfumery_store_social_links ul li {
  padding-left: 0 !important;
  float: left;
  margin-right: 12px !important;
}

.widget.widget_perfumery_store_social_links ul li:before {
  display: none;
}

/*footer style*/
.site-footer {
  background: #133247;
  color: #fff;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.site-footer .tag-cloud a {
  background: #fff;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 16px !important;
  position: relative;
  margin-right: 4px;
  margin-bottom: 7px;
  display: inline-block;
  color: var(--secondary-color) !important;
}

.site-footer .tag-cloud a:hover{
  background: #000;
  color: #fff !important;
}
.site-footer .footer-t {
  padding: 68px 0 38px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.site-footer .footer-t a {
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}
.site-footer .footer-t a:hover{
  color: var(--secondary-color);
}
.site-footer .wp-block-heading a,
.site-footer .widget_block a{
  color: var(--primary-color);
  text-decoration: underline;
}
.site-footer .col {
  float: left;
  width: 0%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 30px;
}

.site-footer .widget .widget-title {
  color: #fff;
  margin: 0 0 10px;
  border-bottom: 3px solid #fff;
}

.site-footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 22px;
}

.site-footer .widget ul li {
  margin: 0 0 10px;
}

.site-footer .site-info {
  font-size: 16px;
  padding: 15px;
  display: flex;
}

.site-footer .site-info .copyright {
  float: left;
  width: 50%;
}
.by a {
  color: #fff;
}
.by a:hover {
  color: var(--primary-color);
}
.site-footer .site-info a.privacy-policy-link {
  display: inline-block;
  margin-left: 5px;
}

.site-footer .site-info .by {
  float: right;
  width: 50%;
  text-align: right;
}

.site-footer .widget.widget_search .search-form {
  background: #f7f7f7;
  padding: 10px 25px;
}

.site-footer .widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
}

.site-footer .widget.widget_tag_cloud a {
  background: var(--tertiary-color);
  float: left;
  color: #fff;
  font-size: 16px;
  padding: 2px 20px;
  border-radius: 15px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* .home .site-footer .footer-t {
    padding: 180px 0 38px;
} */

.site-footer .widget.widget_tag_cloud a:hover {
  text-decoration: none;
  background: #1b1b1b;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.5);
}

.testimonial .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.testimonial .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: -6px;
}

.read-more-button {
  margin-top: 20px;
}
a.read-more-button {
  background: var(--tertiary-color);
  color: #fff;
  padding: 9px 12px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 6px
}
.read-more-button a:hover{
  background: var(--button-bg-color) !important;
  color: #fff !important;
  text-decoration: none;
}
.read-more-button a:focus {
  border: 2px solid #000;
}

/* underline fixes */
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
  color: var(--primary-color);
  text-decoration: underline;
}

.woocommerce span.onsale{
  background-color: var(--secondary-color);
}
.woocommerce .price bdi, .woocommerce .price del{
  color: #000;
  font-weight: 700;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

html {
  position: unset !important;
  top: 0 !important;
}

body {
  padding-top: 0px !important;
}

.wp-block-search .wp-block-search__inside-wrapper {
  background-color: #f7f7f7;
}

.wp-block-search .wp-block-search__input {
  order: 2;
  background: none;
  border: 1px solid #000;
  border-radius: 9px;
  width: 100%;
  padding-left: 25px;
  margin: 0;
  font-size: 18px;
  width: 100%;
  color: #a9a9a9;
  outline: none;
}

.wp-block-search .wp-block-search__button {
  order: 1;
  margin-right: -15px !important;
  text-indent: -9999px;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23c9c9c9'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  padding: 0.375em 1em;
  cursor: pointer;
  margin: 0 5px 0 0;
}

.wp-block-search .wp-block-search__label,
.widget_block h2 a:hover,
#primary .post .entry-content h2, .site-footer .widget_block h2 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: var(--heading-color);
  margin: 0 0 20px;
  font-weight: 500;
  position: relative;
}
.widget_block h2 {
  color: #000;
}
.widget_block h2 a,
.widget_block h2 a:hover {
  font-family: var(--tertiary-font);
}
.widget_block h2 a:hover {
  font-size: unset !important;
}
.wp-block-heading a{
  text-decoration: underline;
}
#secondary .wp-block-heading {
  color: var(--secondary-color);
}
.site-footer .widget_block h2::before,#primary .post .entry-content h2::before,.widget_block h2::before,.wp-block-search .wp-block-search__label::before{
  background: var(--secondary-color);
  position: absolute;
  content: "";
  height: 3px;
  width: 25%;
  bottom: -10px;
  left: 0;
}

.wp-block-search .wp-block-search__label {
  display: inline-block;
  padding-top: 15px;
  position: relative;
  font-family: var(--tertiary-font);
}

.wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  color: var(--secondary-color);
  font-size: 16px;
}

#secondary .wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 18px;
  line-height: 22px;
  font-family: var(--primary-font);
  color: var(--font-color);
}

#secondary .wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover {
  color: var(--secondary-color);
}

.wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft {
  margin-bottom: 25px;
  margin-top: 0;
}

.wp-block-group__inner-container .wp-block-latest-comments {
  margin-left: 0;
  padding: 0;
}

#secondary .wp-block-group__inner-container .wp-block-social-links li {
  padding-left: 0;
}

.wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-author,
.wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-link {
  color: var(--font-color);
  text-decoration: none;
  line-height: 30px;
}

.wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-author:hover,
.wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
  color: var(--secondary-color);
}

#secondary .wp-block-group__inner-container .wp-block-social-links .wp-block-social-link::before {
  content: none;
}

.wp-block-group__inner-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
  color: currentColor !important;
  transition: linear 250ms;
}

#secondary .wp-block-group__inner-container .wp-block-social-link,
#secondary .wp-block-group__inner-container .wp-block-social-link:last-child {
  margin: 0 0 8px;
}

.wp-block-group__inner-container select {
  width: 100%;
  height: 50px;
  text-indent: 10px;
  background-color: #f7f7f7;
  border: 2px solid #999;
  border-radius: 4px;
}

.wp-block-tag-cloud a {
  color: var(--font-color);
}

.wp-block-tag-cloud a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 22px;
}

.footer-t .wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-date,
.footer-t .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-author,
.footer-t .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-link {
  color: #999;
}

.footer-t .wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover,
.footer-t .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-author:hover,
.footer-t .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
  color: #fff;
}

.site-footer .widget .wp-block-social-links .wp-block-social-link {
  margin: 0;
}

.wp-block-archives-list,
.wp-block-categories-list,
.wp-block-page-list .wp-block-pages-list__item {
  list-style: none;
}

.footer-t .wp-block-group__inner-container .wp-block-archives-list li::before,
.footer-t .wp-block-group__inner-container .wp-block-categories-list li::before {
  content: none;
}

.footer-t .wp-block-group__inner-container .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  font-family: var(--primary-font);
}
.footer-t .widget.widget_search .search-form input[type="submit"] {
  margin: 0px !important;
}
.footer-t .search-form input[type="submit"] {
  width: 30px !important;
  height: 32px !important;
  background-position: center !important;
  margin-top: 0 !important;
}
.site-footer .widget.widget_search .search-form, .widget.widget_search .search-form {
  display: flex;
  align-items: center;
}
.site-footer .widget.widget_search .search-form, .widget.widget_search .search-form input {
  line-height: 20px;
}
.site-footer .widget.widget_calendar table tbody td {
  color: #fff;
}
#primary .wp-block-group__inner-container ul li a {
  color: var(--font-color);
  text-decoration: none;
}

#primary .wp-block-group__inner-container ul li a:hover {
  color: var(--secondary-color);
}

#primary .post .entry-content .wp-block-group__inner-container ul {
  margin: 0;
}

.post .entry-content .wp-block-group,
.post .entry-content .wp-block-search {
  margin: 0 0 17px;
  padding: 25px;
  background: #f7f7f7;
}

#primary .post .wp-block-group__inner-container .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  color: var(--font-color);
  font-family: var(--primary-font);
}

#primary .post .wp-block-group__inner-container .wp-block-latest-posts__list li .wp-block-latest-posts__post-title:hover {
  color: var(--secondary-color);
}

.search .search-form {
  display: flex;
}

.wp-block-latest-posts__post-date {
  font-size: 13px;
  text-transform: uppercase;
}

.post .wp-block-calendar .wp-calendar-table {
  margin: 0;
}

.post .wp-block-calendar caption {
  background: var(--background-color);
  color: #fff;
  padding: 12px 0;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.33;
}

.wp-block-tag-cloud a{
  background: var(--secondary-color);
  padding: 4px 16px;
  text-decoration: none;
  font-size: 16px !important;
  position: relative;
  margin-right: 4px;
  margin-bottom: 7px;
  display: inline-block;
  color: #fff !important;
}
.wp-block-tag-cloud {
  width: 100% !important;
}

ol.comment-list {
  border: 1px solid;
  margin-bottom: 12px;
  padding: 10px;
}
.wp-block-tag-cloud a:hover {
  background: var(--secondary-color);
}

#primary .post .entry-content .wp-block-group__inner-container .wp-block-tag-cloud a {
  font-size: 16px !important;
  text-decoration: none;
  background: var(--secondary-color);
  color: #fff !important;
}

#primary .post .entry-content .wp-block-group__inner-container .wp-block-tag-cloud a:hover {
  background: var(--secondary-color);
}

.wp-block-social-links li:before {
  content: none !important;
}

.wp-block-social-links li {
  padding: 8px !important;
  width: auto !important;
  margin: 0 !important;
}

.wp-block-social-links {
  flex-wrap: wrap !important;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor !important;
  fill: currentColor !important;
}

.site-footer .widget_block h2, .site-footer .wp-block-search__label {
  color: #fff;
}

.widget_search {
  display: inline-block !important;
  width: 100% !important;
}

.widget.widget_calendar table tbody td {
  border: 1px solid #ddd;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] ,a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  background: var(--tertiary-color);
  border: 0;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Single Feature Image*/
.single-header-img {
  position: relative;
  background: #000;
}
.empty-thumbnail{
  width: 100%;
  height: 300px !important;
  background: #000;
}
.single-header-img .post-thumbnail img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}
.single-header-img .post-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.single-header-img .single-header-heading {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 90%;
}
.single-header-img .single-header-heading .entry-title + .breadcrumb{
  margin: 0 !important;
}

/* Search Result Page */
.search .page-header .search-form .search-submit{
  border-radius: 4px;
  padding: 10px 15px;
  box-shadow: none;
  margin-left: 5px;
}

/* Breadcrumb */
.breadcrumb a, .breadcrumb span{
  color:#fff;
  padding: 5px 10px;
}

li#comment-2 {
  border: 1px solid var(--secondary-color);
  padding: 4px;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  color: #000;
}
.woocommerce-shop button.woosq-btn {
  display: none;
}
span.woocommerce-Price-amount.amount {
  font-size: 16px;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward{
  margin-top: 5px;
}
.woocommerce #respond input#submit, .woocommerce a.added_to_cart, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: var(--tertiary-color) !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 20px;
  text-transform: capitalise;
  height: auto;
  font-family: "Poppins", sans-serif;
  border-radius: 3px;
}

.woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover, .woocommerce a.added_to_cart:focus, .woocommerce a.added_to_cart:hover, .woocommerce a.button:focus, .woocommerce a.button:hover, .woocommerce button.button:focus, .woocommerce button.button:hover, .woocommerce input.button:focus, .woocommerce input.button:hover, header.woocommerce-Address-title.title a:hover, .wc-block-components-checkout-return-to-cart-button:hover, .wc-block-cart__submit-button:hover{
  background: var(--button-bg-color) !important;
  color: #fff !important;
}
button.woosq-btn {
  display: none;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
  color: #fff;
}
.wc-block-cart .wc-block-cart__totals-title{
  font-size: 25px !important;
  text-align: center !important;
}
.wc-block-components-totals-item span{
  font-size: 16px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
  color: #000;
}
   
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name{
  font-size: 20px !important;
}
.woosw-list .woosw-item .woosw-item--actions .add_to_cart_inline{
  text-align: right;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__prices .wc-block-formatted-money-amount,
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__total .price{
  font-size: 15px !important;
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name{
  font-size: 20px !important;
  margin-bottom: 0 !important;
}
.woocommerce-page button.woosw-btn, .woosw-list .woosw-actions #woosw_copy_btn{
  padding: 12px 20px;
  box-shadow: none;
  border-radius: 3px;
  font-size: 15px;
}
.woocommerce-page button.woosw-btn{
  margin-top: 8px;
}
.woosw-list .woosw-actions .woosw-copy{
  flex-wrap: wrap;
  gap: 10px;
}
.woosw-list .woosw-actions .woosw-copy-url{
  margin: 0;
}
section.related.products ul.products li{
  margin-right: 20px !important;
}
.related .yith-add-to-wishlist-button-block {
  margin: 10px 0 0 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 30px !important;
  margin-right: 25px !important;
}
.woocommerce ul.products li.product {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: #000000 0px 0px 8px;
}
.woocommerce ul.products li.product a img {
  border-radius: 8px;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.added_to_cart.wc-forward, .woocommerce .woocommerce-message .button, .woocommerce div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, 
.wc-block-components-checkout-return-to-cart-button, .wc-block-cart__submit-button, header.woocommerce-Address-title.title a  {
  background: var(--tertiary-color);
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-right: 6px;
}
.wc-block-components-checkout-return-to-cart-button, header.woocommerce-Address-title.title a {
  padding: 13px;
}
.woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{
  padding-left: 30px;
}
header.woocommerce-Address-title.title a{
  float: left !important;
  margin-bottom: 20px;
}
.woocommerce #respond input#submit{
  background-color: var(--secondary-color) !important;
  border-radius: 6px !important;
  color: #fff !important;
}
.woocommerce a.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  text-transform: capitalize !important;
}
.woocommerce h2.woocommerce-loop-product__title {
  font-size: 20px !important;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin:  5px;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  font-weight: 500;
  box-shadow: #000000 0px 0px 8px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.woocommerce-message::before, .woocommerce div.product p.price ,.woocommerce-info::before{
    color: var(--secondary-color);
}
.woocommerce-message ,.woocommerce-info {
    border-top-color: var(--secondary-color);
}
.woocommerce .quantity .qty {
    width: 5em;
    border: 1px solid #666;
    padding: 7px;
    line-height: 1.5;
    border-radius: 5px;
}
.single-product .summary.entry-summary .price, .single-product .summary.entry-summary .price del, .single-product .summary.entry-summary .price ins{
  line-height: 1;
}
.single-product .summary.entry-summary .product_title, .single-product .summary.entry-summary .cart, .single-product .summary.entry-summary #alg_currency_selector, .single-product .summary.entry-summary button.woosw-btn{
  margin-bottom: 16px;
}
.single-product .summary.entry-summary{
  margin-top: 0;
}
.single-product .summary.entry-summary .price del bdi{
  display: flex;
}
.single-product .summary.entry-summary button.woosw-btn{
  margin-top: 0;
}
.woocommerce-product-details__short-description {
    margin-bottom: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px;
}
.wc-block-cart__submit-container .wc-block-components-button__text,
.wc-block-checkout__actions_row a{
  color: #fff;
  text-decoration: none;
}
.product_meta span {
    display: block;
}
.woocommerce .select2-container--default .select2-selection--single , .woocommerce input#billing_phone{
  padding: 10px 0px;
  border-radius: 0px;
  border: 1px solid #ddd;
}
.woocommerce input#billing_phone{
  padding: 10px;
}
.woocommerce .select2-container .select2-selection--single, .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.woocommerce-Address-title h2 {
  font-size: 25px !important;
}
.woocommerce li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  color: #fff;
  background: var(--tertiary-color);
  padding: 10px;
  display: block;
  border-radius: 8px;
  font-weight: 500;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid;
} 
.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid;
    padding: 10px;
}
.woocommerce li.woocommerce-MyAccount-navigation-link a:hover {
  background: var(--tertiary-color);
  color: #fff;
}
.woocommerce li.woocommerce-MyAccount-navigation-link {
    list-style: none;
    margin-bottom: 10px;
}
.woocommerce span.onsale{
  background: var(--tertiary-color);
  padding: unset;
}
.woocommerce .price bdi, .woocommerce .price del{
  color: #000 !important;
  font-weight: 700;
}
.single-product .summary .price bdi, .single-product .summary .price del {
  color: #fff !important;
}
.wc-block-grid__product-title{
  font-size: 15px !important;
}
.woocommerce form fieldset{
  margin-bottom: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #fff;
}
#secondary a:hover, .site-footer .footer-t a:hover,
#secondary .wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover {
  text-decoration: underline;
}
.page-content input[type="submit"]{
  padding: 0px 20px;
  box-shadow: unset;
}
.woocommerce div.product div.images img {
  width: fit-content;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--name a,
.woosw-popup .woosw-items span,
.woosw-popup .woosw-items del,
.woosw-popup .woosw-item--time {
  color: #000;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
  background: var(--tertiary-color);
  color: #fff;
  padding: 10px 20px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
  background-color: #000000;
  color: #fff;
}
/* Woocommerce Comment Form */
.single-product .woocommerce-Reviews .comment-respond .comment-form label{
  display: inline-block;
}
.single-product .woocommerce-Reviews .comment-respond .comment-form .comment-form-author #author,
.single-product .woocommerce-Reviews .comment-respond .comment-form .comment-form-email #email{
  border: 1px solid #000;
}
.single-product .woocommerce-Reviews .comment-respond .comment-form-cookies-consent{
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.single-product .woocommerce-Reviews .comment-respond .comment-form-cookies-consent input#wp-comment-cookies-consent{
  margin-top: 10px;
}
@media screen and (min-width:1920px) {
  .container{
    max-width: 1620px;
  }
}
@media screen and (min-width:1700px) and (max-width:1900px){
  .container{
    max-width: 1520px;
  }
}
@media screen and (max-width:1650px) {
  .banner .banner-img img {
    width: 100%;
  }
}
@media screen and (min-width:1200px) and (max-width:1699px){
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1199px){
  .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block{
    padding: 10px;
  }
}
@media screen and (max-width:1045px) {
  .banner .banner-img img {
    width: 100%;
    height: 475px;
  }
  .banner .slider-text {
    width: 45%;
    padding-left: 5%;
  }
  .banner .banner-content{
      padding-left: 5%;
  }
}
@media screen and (min-width:992px) and (max-width:1700px){
  .main-header .contact-num {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width:992px) and (max-width:1199px){
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin-right: 16px !important;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
      width: 30% !important;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation ul{
    background: unset;
  }
  .main-navigation ul li.menu-item-has-children::after{
    display: none;
  }
  .submenu-toggle {
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
  }
  .submenu-toggle:focus {
    outline: 1px solid var(--secondary-color);
  }
  .toggle-button:focus,
  .mobile-nav-wrap .close:focus {
    outline: 1px solid #fff !important;
  }
  .mobile-nav-wrap .close {
    position: absolute;
    z-index: 99999;
    display: inline-block;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
    cursor: pointer;
    border: none;
    padding: 0;
    top: 57px;
    left: 50%;
    height: 32px;
    width: 32px;
    margin-left: -16px;
    margin-top: -40px;
    padding: 0;
    background-color: var(--top-background);
    box-shadow: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .mobile-nav .close:focus {
    outline: 1px solid var(--secondary-color);
  }
  .mobile-nav {
    position: relative;
  }
  .mobile-nav .main-navigation ul ul {
    position: unset;
    top: 100%;
    width: 100%;
    font-weight: 400;
    flex-direction: column;
    display: none;
  }
  .mobile-nav .main-navigation ul li {
    display: block;
    width: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    border: none;
  }
  .mobile-nav .main-navigation ul li a:focus {
    background-color: #000;
    background: #000 !important;
    -webkit-text-fill-color: unset !important;
  }
  .mobile-nav .main-navigation ul li a:hover {
    color: #fff;
  }
  #site-navigation {
    display: none;
  }
  .submenu-toggle.open .mobile-nav .main-navigation {
    display: block;
  }
  .main-navigation ul li:focus-within>ul {
    display: none;
    position: inherit;
    top: 100%;
    left: 0;
    margin-left: 0;
  }
  .main-navigation ul ul li:hover>ul {
    left: 0%;
  }
  .main-navigation ul ul li:focus-within>ul {
    left: 0%;
  }
  .main-navigation ul li:hover>ul {
    display: none;
  }
  .mobile-nav .toggle-button.active .toggle-bar:first-child {
    display: none;
  }
  .mobile-nav .toggle-button.active .toggle-bar:last-child {
    display: none;
  }
  .page-template-template-home .main-header{
    position: static !important;
  }
  .site-header .main-navigation {
    display: none;
  }
  .mobile-nav {
    display: block;
    background: var(--secondary-color);
    padding-top: 10px;
  }
  .test{
    right: 0;
    left: 0;
  }
  .mobile-nav .toggle-button {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-align: center;
    padding: 0;
    width: 50px;
    height: 35px;
    position: relative;
    margin: 0px auto;
    text-shadow: none;
    display: block;
    cursor: pointer;
  }
  .mobile-nav .toggle-button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .mobile-nav .toggle-button .toggle-bar {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .mobile-nav .toggle-button .toggle-bar:first-child {
    top: -15px;
  }
  .mobile-nav .toggle-button .toggle-bar:last-child {
    bottom: -14px;
  }
  .mobile-nav .toggle-button.active .toggle-bar:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .mobile-nav .toggle-button.active .toggle-bar:nth-child(2) {
    display: none;
  }
  .mobile-nav .toggle-button.active .toggle-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }
  .mobile-nav .mobile-nav-wrap {
    padding-top: 10px;
  }
  .mobile-nav .main-navigation {
    margin-top: 0;
    display: none;
  }
  .mobile-nav .main-navigation ul {
    margin-top: 10px;
    float: none;
  }
  .mobile-nav .main-navigation ul li {
    display: block;
    text-align: left;
    margin: 0;
  }
  .mobile-nav .main-navigation ul li a {
    font-size: 16px;
    display: block;
    margin: 0;
    text-align: left;
    padding: 10px 20px;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
  .main-navigation ul li a:hover {
    background: transparent;
    -webkit-text-fill-color: #fff;
  }
  .mobile-nav .main-navigation li:hover>a,
  .mobile-nav .main-navigation .current_page_item>a,
  .mobile-nav .main-navigation .current-menu-item>a,
  .mobile-nav .main-navigation .current_page_ancestor>a,
  .mobile-nav .main-navigation .current-menu-ancestor>a {
    background: rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: #fff;
  }
  .mobile-nav .main-navigation ul ul {
    display: none;
    position: static;
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    margin: 0;
  }
  .mobile-nav .main-navigation ul li:hover>ul,
  .mobile-nav .main-navigation ul li.focus>ul,
  .mobile-nav .main-navigation ul li:focus>ul {
    display: none;
    position: static;
  }
  .mobile-nav .main-navigation ul ul li {
    border-bottom: none;
  }
  .mobile-nav .main-navigation ul ul a:hover,
  .mobile-nav .main-navigation ul ul a.focus,
  .mobile-nav .main-navigation ul ul a:focus,
  .mobile-nav .main-navigation ul ul li:hover>a {
    color: #fff;
  }
  .mobile-nav .submenu-toggle {
    position: absolute;
    top: 0;
    right: 20px;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23fff" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
    width: 25px;
    height: 58px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mobile-nav .submenu-toggle.open {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23fff" d="M368 224H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
  }
  #primary,
  #secondary {
    margin-bottom: 20px;
  }
  #secondary .widget.widget_perfumery_store_featured_post .img-holder img {
    width: 100%;
  }
  .page-template-template-home .head_bg{
    position: static;
  }
  .menu-bg{
    padding: 10px 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation{
    width: 100%;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul{
    margin: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
  }
  header .menu-navigation{
    justify-content: flex-end;
  }
  .site-footer .widget_block h2::before {
    left: auto !important;
  }
}
@media screen and (min-width:768px) and (max-width:1023px){
  .main-navigation .current_page_item>a::after, .main-navigation .current-menu-item>a::after{
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .banner .banner-img img {
      height: 385px;
  }
  .banner h4 {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
  }
  .banner h2 {
    text-align: left;
    font-size: 50px;
  }
  .banner .slider-button {
  top: 35%;
  left: 45%;
  }
  .banner .slide-extra-content {
    text-align: left;
    max-width: 35%;
  }
  .banner .banner-content {
    padding-top: 13%;
    padding-left: 5%;
  }
}
@media screen and (min-width:768px) and (max-width:1399px){
  .widget.widget_search .search-form input[type="submit"]{
    flex-basis: 22%;
  }
  .widget.widget_search .search-form label{
    flex-basis: 78%;
  }
}
@media screen and (min-width:768px) and (max-width:1199px){
  .post, #secondary .widget.widget_search{
    padding: 10px;
  }
}
@media screen and (max-width: 991px){
  .sticky-head{
    position: static !important;
  }
  .banner .text-end,
  .banner .banner-info {
    text-align: center !important;
  }
  .banner .container {
    padding: 0px;
  }
  .banner .row {
    gap: 20px;
  }
  .main-navigation ul {
    padding-left: unset;
  }
  .main-navigation ul li.page_item_has_children::after {
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product{
      width: calc(50% - 10px) !important;
      margin: 0 20px 20px 0 !important;
      clear: none !important;
      float: left;
      box-sizing: border-box;
  }

  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n){
      margin-right: 0 !important;
  }
}
@media screen and (min-width:320px) and (max-width:767px){
  .banner .banner-img img {
    height: 300px;
    object-fit: contain;
    width: unset;
  }
  .banner .slider-text {
    width: 100%;
    padding-left: unset;
  }
  .banner .banner-info {
    position: relative;
    bottom: 0;
    padding-top: 250px;
  }
  .banner {
    min-height: 800px;
  }
  .banner .slider-button {
    top: 90%;
  }
  .banner h4 {
    max-width: 90%;
    font-size: 30px;
    line-height: 45px;
  }
  .banner .slide-extra-content {
    max-width: 90%;
  }
  .banner .num-info {
    justify-content: center;
    align-items: center;
  }
  .banner .slider-button {
    top: 100%;
    padding-top: 90px;
  }
  .banner .banner-content {
    padding-left: unset;
  }
  .banner .slide-extra-content::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-header .top-info .top-social-box{
    flex-wrap: wrap;
    gap: 10px 45px !important;
  }
  .slider .slider_box .slider-main-title{
    font-size: 32px;
  }
  .slider{
    padding-bottom: 60px;
  }
  .slider .slider-img-box img{
    height: 265px;
    margin-top: 20px;
  }
  /* Preloader */
  /* Spinner Loading */   
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .site-footer .col{
    width: 100% !important;
  }
  /* Text Loading */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Montserrat', sans-serif;
  }
  #primary, #secondary{
    width: 100% !important;
  }
  .top-head {
    text-align: center !important;
  }
  #button {
    width: 40px;
    height: 40px;
    padding: 0px 0px;  
  }
  .inner .site-header{
    text-align: center;
  }
  .site-footer .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .site-footer .site-info .copyright,
  .site-footer .site-info .by {
    width: 100%;
    text-align: center;
  }
  .mean-container .mean-bar {
    background: var(--background-color);
  }
  .post .entry-meta span {
    display: block;
    margin-bottom: 5px;
  }
  .error404 .site-content {
    padding: 30px 0;
  }
  .error404 .error-holder {
    padding: 0;
  }
  .error404 .error-holder h1 {
    font-size: 80px;
    background: 55px 50px;
    background-position: 0 50px;
  }
  .search .search-form {
    width: 100%;
  }
  .search .search-form label {
    width: 62%;
  }
  .search .search-form input[type="submit"] {
    width: 100px;
  }
  .comment-body .comment-meta {
    overflow: hidden;
  }
  .comment-list .comment-content,
  .comment-list .reply {
    margin-left: 0;
    margin-top: 0;
  }
  .comment-list .children {
    margin-left: 20px;
  }
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    width: 100%;
  }
  .main-navigation .current_page_item>a::after, .main-navigation .current-menu-item>a::after{
    display: none;
  }
  .site-branding .site-title {
    text-align: center;
    margin: 10px 0;
  }
  header .menu-navigation, .destination-info{
    grid-template-columns: auto;
    gap: 0px !important;
  }
  .destination_content_inner {
    padding: 20px 10px 30px 10px;
  }
  header .menu-navigation{
    justify-content: center;
  }
  .site-branding{
    text-align: center;
    margin: auto;
  }
  .woocommerce.woocommerce-page .woocommerce-breadcrumb,
  .woocommerce.woocommerce-page .woocommerce-products-header .woocommerce-products-header__title,
  .woocommerce.woocommerce-page .woocommerce-result-count,
  .woocommerce.woocommerce-page .woocommerce-ordering{
    text-align: center;
  }
  .woocommerce.woocommerce-page .woocommerce-result-count,
  .woocommerce.woocommerce-page .woocommerce-ordering{
    float: none;
  }
  .woocommerce ul.products li.product{
    width: 100% !important;
  }
  .woocommerce ul.products li.product, section.related.products ul.products li{
    margin-right: 0 !important;
  }
  .tabs-section {
    margin-top: 30px;
  }
  .banner h2 {
    font-size: 23px;
    margin: auto;
  }
  .main-header .menu-bg .justify-content-end {
    justify-content: center !important;
  }
  .main-header .menu-bg {
    gap: 10px;
  }
  .main-header .menu-info .category-btn {
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-t {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner Loading */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  /* Text Loading */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Montserrat', sans-serif;
  }
  .woo-searchform-inner {
    width: auto;
    margin: auto;
  }
  .woo-searchform-inner  input[type="search"] {
    width: 172px !important;
  }
  .woo-searchform-inner button {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px){
  .woosw-list .woosw-items .woosw-item,
  .woosw-popup .woosw-items .woosw-item .woosw-item-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .woosw-list .woosw-items .woosw-item td{
    width: 100% !important;
  }
  .main-header .searchform-inner input[type="search"]{
    width: 241px;
  }
  .woosw-list .woosw-item .woosw-item--actions .add_to_cart_inline {
    text-align: center;
    margin-bottom: 5px !important;
  }
}