/*!
Theme Name: animal
Theme URI: http://underscores.me/
Author: Zonepage
Author URI: http://underscores.me/
Description: Description
Version: 1.1.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zonepage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

@media only screen and (min-width: 1440px) {
    .container {
        width: 1440px;
    }
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
    background: linear-gradient(180deg, #f4feff 11.98%, #ffffff 91.57%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

.marginbottom25 {
    margin-bottom: 55px;
}

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

/* Grouping content
========================================================================== */

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

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

/* Text-level semantics
========================================================================== */

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

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

/* Forms
========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
========================================================================== */

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

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

/* Misc
========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Cera Pro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

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

p {
    margin-bottom: 15px;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
    text-decoration: none;
}

.products ins span.woocommerce-Price-amount.amount {
    color: #cc1818;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: linear-gradient(180deg, #f4feff 11.98%, #ffffff 91.57%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0;
}

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

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

figure {
    margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
    color: #191445;
}

a:visited {
    color: #191445;
}

a:hover,
a:focus,
a:active {
    color: #191445;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

h1.entry-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: flex-start;
    color: #191445;
    margin: 35px 0px;

    justify-content: flex-start;
    flex-direction: column;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

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

.post,
.page {
    margin: 0px;
}

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

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

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

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/** Header **/

header#masthead {
    background-color: #191445;
    padding: 15px;
    margin-top: 15px;
}

a.custom-logo-link {
    max-width: 300px;
    /* margin: 0 auto; */
    display: block;
    margin-left: 30px;
}

input#yith-s {
    min-height: 44px;
    margin-top: 17px;
    font-size: 19px;
    border-radius: 20px;
}

button#yith-searchsubmit {
    background: transparent;
    color: white;
    border: 0;
    font-size: 22px;
}

.promo-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.icon-image {
    padding: 8px;
}

.promos-head {
    background: #dcf6ff;
}

.text-pomo {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
}

.slider-top {
    width: 100%;
}
/*
.slide {
    background-image: url(/wp-content/uploads/2021/05/σλιδερ.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}*/

h2.heading-front.col-md-12 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #191445;
    display: block;
}

ul.ui-tabs-nav.ui-corner-all {
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    list-style: none;
    display: inline-block;
    font-size: 16px;

    outline: none;
    padding: 4px 9px;
    color: #6e6d6e;
}

li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active
    a {
    color: #000000;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab a {
    color: #6e6d6e;
}

.eqheight.row {
    overflow: hidden;
}

.eqheight [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
a.default-button {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
    padding: 10px;
    margin: 10px;
}

img.banner-image {
    width: 100%;
}

.best-seller {
    background: rgb(244 126 32 / 7%);
}

.full-width-div {
    height: 100%;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
    position: relative;
    display: flex;
}

a.icon_image {
    /* display: block; */
    width: 100%;

    display: flex;
    justify-items: center;
    margin: 0 auto;
}

a.icon_image img {
    padding: 0px;
}

span.product-title {
    display: block;
    text-align: center;
    margin-top: 20px;
}

span.product-title a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #191445;
}

.footer-promo.full-width-div {
    background: #feffde;
    padding: 10px;
    min-height: 70px;
}

.newsletter_icon img {
    position: absolute;
    bottom: -67px;
    width: 120px;
}

.newsletter_text {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 19px;
    padding: 9px;
    align-items: center;
    text-align: left;
    color: #191445;
}

span.colored {
    color: #f47e20;
}
.newsletter_form input {
    width: calc(100% - 340px);
    /* width: 100%; */
    height: 48px;
    margin: 6px 16px 0 0;
    padding: 8px;
    object-fit: contain;
    border: solid 1px #999999;
    background-color: #ffffff;
    /* max-width: 340px; */
    float: left;
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.select-pet-news {
    width: 150px;
    height: 48px;
    margin: 6px 16px 0 0;
    padding: 8px;
    float: left;
    background-color: white;
}

.newsletter_form button {
    width: 130px;
    height: 48px;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    /* text-align: center; */
    /* color: #fff; */
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
    padding: 8px;
    margin: 5px;
}

div#page {
    background-image: url(/wp-content/uploads/2021/06/Background-Pattern-1.svg);
}

.footer-links.full-width-div {
    background: #191445;
    margin-top: 0px;
    background-image: url(/wp-content/uploads/2021/06/Vector.svg);
    padding-top: 50px;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    background-position-y: bottom;
    background-position-x: 120px;
}

h5.widget-title-footer {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 166.4%;
    /* display: flex; */
    align-items: center;
    color: #ffffff;
}

.footer-links .textwidget {
    color: white;
    font-weight: 300;
    font-size: 16px;
    line-height: 163.34%;
    color: #ffffff;
}

.widget.footer_wi.widget_nav_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 163.34%;
    color: #ffffff;
}

.widget.footer_wi.widget_nav_menu ul li a {
    color: #ffffff;
}

.custom-html-widget input {
    width: calc(100%);
    /* width: 100%; */
    height: 48px;
    margin: 6px 16px 0 0;
    padding: 8px;
    object-fit: contain;
    border: solid 0px #999999;
    background-color: #ffffff;
    /* max-width: 340px; */
    float: left;
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    border-radius: 18px;
}

.custom-html-widget button {
    width: 48px;
    height: 48px;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    /* text-align: center; */
    /* color: #fff; */
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #191445;
    background: #fff;
    border-radius: 18px;
    padding: 8px;
    margin: 0;
    margin-top: 6px;
    position: absolute;
    right: 0;
}

section#media_image-2 {
    margin-top: 45px;
    display: block;
    padding-top: 90px;
}

.bapf_sfilter .bapf_body .mCSB_container > ul,
.bapf_sfilter .bapf_body > ul {
    margin-left: 0px !important;
    padding-left: 10px;
}

.bapf_sfilter h3 {
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    margin: 0px;
    color: #191445;
}

.bapf_head.bapf_colaps_togl {
    background-color: white;
    padding: 10px 10px;
}

.bapf_body.bapf_mcs.mCustomScrollbar._mCS_1.bapf_mcs_ready {
    background-color: #dcf6ff;
    padding-top: 15px;
}

.sliderprice .bapf_body {
    background-color: #dcf6ff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sliderprice .bapf_slidr_all {
    margin: 10px;
}

p.woocommerce-result-count {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* display: flex; */
    align-items: center;
    color: #333333;
}

select.orderby {
    background: rgba(255, 255, 255, 0);
    width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.84px;
    text-align: center;
    color: #000000;
    border-bottom: 2px solid;
}

form.woocommerce-ordering {
    position: absolute;

    right: 15px;
}

.term-description {
    padding: 20px 0;
}

img.image.wp-image-835.attachment-medium.size-medium {
    width: 100%;
}

h1.woocommerce-products-header__title.page-title {
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 2.16px;
    text-align: left;
    color: #000000;
}

nav.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;

    align-items: center;
    letter-spacing: 0.03em;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 20px;
}

.single-product h1.product_title.entry-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 10px;
    margin: 9px 0px;

}

span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 36px;
    line-height: 24px;

    align-items: center;
    color: #61c3c0;
}

.yith_wcas_result_content span.woocommerce-Price-amount.amount {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.autocomplete-suggestion {
    border-bottom: 1px solid #dbdbdb;
}
.input-text.qty.text,
.wsc-input-group input[type="number"] {
    background: #ffffff;
    border: 0px solid #191445;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
    float: none;
    padding: 10px;
    display: inline-block;
    max-width: 59px;
}
.wsc-right-section-cart {
    width: 50%;
}

.wsc-center-div span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    color: #61c3c0;
}

.wsc-cart-button {
    background: #191445;
    border-radius: 30px;
    width: 100%;
}

.wsc-input-group {
    border: 1px solid #191445;
    box-sizing: border-box;
    border-radius: 36px;
}

button.single_add_to_cart_button.button.alt {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
    padding: 10px 26px;
    display: inline-block;
    margin-left: 10px;
}

.product_meta {
    margin-top: 0px;
    margin-bottom: 10px;
}

span.posted_in {
    display: none;
}

.white_box {
    background-color: white;
    padding: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #dcf6ff;
    box-sizing: border-box;
}

.link-result {
    background-color: #dcf6ff;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
}

.link-result a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: block;
    align-items: center;
    text-align: center;
    color: #191445;
    text-align: center;
    padding: 10px;
}

.autocomplete-suggestions {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 35px !important;
    box-sizing: border-box;
}

#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row {

}

.navback {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0000007a;
    z-index: 8;
    transition: 0.3s all;
}

.navback.active {
    width: 100%;
}

.group-item h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    color: #191445;
}

.group-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.group-item {
    margin-bottom: 15px;
}

.submenu-containet {
    position: absolute;
    left: 250px;
    width: calc(100% - 250px);
    padding-left: 50px;
    top: 0;
    padding-right: 50px;
    background: white;
    height: 100%;
    visibility: hidden;
}

.navback.active .submenu-containet {
    visibility: visible;
}

.submenu-containet h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #191445;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 39;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
    z-index: 99999;
}

.sidenav .inner-sub-menu {
    height: 100%;
    width: 250px;
    position: static;

    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;

    padding-top: 0px;
}

.inner-sub-menu ul li:hover .submenu-containet {
    visibility: visible;
}

.inner-sub-menu ul li a {
    cursor: pointer;
}

.inner-sub-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.sidenav a {
    padding: 20px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;

    font-size: 16px;
    line-height: 24px;
    /* display: flex; */
    /* align-items: center; */
    color: #191445;
    border-bottom: 1px solid #e5e5e5;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;

    color: #191445;
}

.sidenav button {
    padding: 20px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    width: 100%;
    background-color: white;

    font-size: 16px;
    border: 0px;
    text-align: left;
    border-radius: 0;
    line-height: 24px;
    /* display: flex; */
    /* align-items: center; */
    color: #191445;
    border-bottom: 1px solid;
}

.sidenav a:hover {
}

.lock-scroll {
    overflow: hidden;
}

.sidenav .has-sub.active {
    background: #dcf6ff;
}

.inner-sub-menu ul li:hover {
    background: #dcf6ff;
}

.closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    margin-left: 0;
    color: white;
    width: 36px;
    font-size: 70px;
    line-height: 45px;
}

.closebtn:hover {
    color: white;
    text-decoration: none;
}

#main {
    transition: margin-left 0.5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (max-width: 990px) {
    .eqheight [class*="col-"] {
        margin-bottom: auto;
        padding-bottom: 10px;
    }

    .mega-menu-max_mega_menu_1 {padding-bottom: 100px;}

  

    .full-width-div {
        height: 100%;
        width: 100vw;
        margin-left: 0px;
        position: relative;
        display: block;
    }

    section.homepage-promo.best-seller.full-width-div.marginbottom45 {
        margin-left: -15px;
    }

    ul.slick-slider.products li.product {
        padding: 10px;
    }
}
.box-ciel {
    display: block;
    clear: both;
    position: relative;
    top: 45px;
    width: 100%;
    background: #dcf6ff;
    padding: 10px;
}

.inner-box-ciel {
    display: flex;
    flex-direction: row;
}

.inner-box-ciel .icon {
    padding-right: 15px;
}

.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}

.single-product div.product form.cart button.minus,
.wsc-button-minus {
    background: white !important;
    border: 0px;
    font-size: 22px;
    padding: 0;
    margin-left: 15px;
}

.single-product div.product form.cart button.plus,
.wsc-button-plus {
    background: white !important;
    border: 0px;
    font-size: 19px;
    padding: 0;
    margin-right: 15px;
}

.qnt-in-c {
    display: inline-block;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    background: white;
    border: 1px solid #191445;
    box-sizing: border-box;
    border-radius: 36px;
}

.qnt-in-c input::-webkit-outer-spin-button,
.qnt-in-c input::-webkit-inner-spin-button,
.wsc-quantity-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.qnt-in-c input[type="number"],
.wsc-quantity-field input[type="number"] {
    -moz-appearance: textfield;
}

.wsc-input-group input[type="number"] {
    -moz-appearance: textfield;
}

.wsc-right-div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.wsc-input-group .wsc-quantity-field {
    vertical-align: middle;
    position: relative;
    height: 38px;
    text-align: center;
    width: 100% !important;
}

.group-item ul li a {
    color: #404040;
    font-family: "Cera Pro", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 0px 0;
    border: 0px;
    font-weight: normal;
}

.group-item ul li.inactive {
    opacity: 0.5;
    cursor: not-allowed;
}

.group-item h5 a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    color: #191445;
    margin: 0;
    margin-top: 0;
    padding: 0;
    border-bottom: 0px;
}

.total-price-num {
    display: inline;
}

.bapf_body {
    background-color: #dcf6ff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bapf_ckbox_square input[type="checkbox"] {
    margin-top: 0px !important;
}

.bapf_sfilter ul li {
    margin-top: 10px !important;
}

div#mega-menu-wrap-menu-2 {
    float: left;
    margin-top: 14px;
    margin-right: 15px;
}

.bapf_sfilter .bapf_cchild,
.bapf_sfilter .bapf_ochild {
    font-size: 12px;
}

#berocket-ajax-filters-sidebar-close {
    position: absolute !important;
    right: 0 !important;
    line-height: 39px;
    padding: 17px 15px 13px !important;
    font-family: Arial, serif !important;
    color: #000000;
    font-weight: bold;
}

.icon-flex {
    display: block;
    align-items: center;
    justify-content: center;
}

button#sidebarCart {
    background: transparent;
    border: 0px;
    position: relative;
    padding: 0;
    width: 60px;
    margin-top: 14px;
}

button#sidebarCart img {
    display: block;
    padding: 0;
    width: 20px;
    margin: 0;
    margin-left: 5px;
}

button#sidebarCart #mini-cart-count,
button#sidebarCart .mini-cart-mobile {
    position: absolute;
    top: -2px;
    left: 24px;
    color: #191445;
    background: white;
    width: 20px;
    height: 20px;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px;
}


.mini-cart-mobile {
    position: absolute;
    top: -2px;
    left: 24px;
    color: #191445;
    background: white;
    width: 20px;
    height: 20px;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px;
}


button#sidebarCart img {
    display: block;
    padding: 0px;
    width: 25px;
    margin: 0;
    margin-left: 5px;
    margin-top: 8px;
}

/***side cart **/

/** Side Cart **/

.woo_amc_item_title a {
    font-size: 13px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 13px !important;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.75) !important;
}

.woo_amc_item_img img {
    border: solid 1px #fff;
    background-color: #ffffff;
}

.woo_amc_item_total_price {
    color: #1c8bdf;
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: right;
    color: #000000 !important;
    width: 50%;
}

.bottom-side-cart {
    display: flex;

    bottom: 0;
}

.woo_amc_item_quanity_minus svg,
.woo_amc_item_quanity_plus svg {
    width: 18px;
    height: 18px;
    display: block;
    color: black;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
}

.woo_amc_item_quanity_minus line,
.woo_amc_item_quanity_plus line {
    stroke: rgb(0 0 0 / 50%) !important;
    fill: none;
}

.woo_amc_item_quanity_minus svg,
.woo_amc_item_quanity_plus svg {
    width: 18px !important;
    height: 18px !important;
    display: block;
    color: rgb(0 0 0 / 50%) !important;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
}

.woo_amc_footer {
    background: #ffffff !important;
}

.woo_amc_footer_link.checkout.woo_amc_center {
    width: 43%;
    height: 48px;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #191445;
    display: inline-block;
    text-align: center;
}

.woo_amc_footer_link.checkout.woo_amc_center.clean-button {
    width: 43%;
    height: 48px;
    border: 1px solid #191445;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
}

.woo_amc_footer_link.checkout.woo_amc_center a {
    border: 0px;
    float: left;
    width: 100%;
    font-size: 14px;

    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
}

.woo_amc_footer_link.checkout.woo_amc_center.clean-button a {
    border: 0px solid #b8ffb3;
    float: left;
    width: 100%;
    font-size: 14px;

    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #191445 !important;
}

.dont-forget h5 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.woo_amc_head_title.woo_amc_center {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}

.woo_amc_head_title span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 27px;
    line-height: 24px;
    align-items: center;
    color: #61c3c0;
}

.woo_amc_head_title.woo_amc_center span.woocommerce-Price-amount.amount {
    display: inline-block;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    right: 30px;
}

.woo_amc_item_content span.woocommerce-Price-amount.amount {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    color: #61c3c0;
}

.for-free-shipping {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
    padding-top: 0px;
}

.woo_amc_head_title.woo_amc_center {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}

.for-free-shipping span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 9px;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.75;
    margin-bottom: -2px;
    margin-top: 14px;
    display: block;
}

.for-free-shipping progress::-moz-progress-bar {
    background: #191445;
}
.for-free-shipping progress::-webkit-progress-value {
    background: #191445;
}

.progress-free {
    background: #e8e8e8;
    height: 6px;
    /* border: 1px solid grey; */
    border-radius: 4px;
    width: 300px;
}

.progress-free::-moz-progress-bar {
    background: #191445;
}
.progress-free::-webkit-progress-bar {
    background: transparent;
}
.progress-free::-webkit-progress-value {
    background: #191445;
}

.woo_amc_head {
    flex-wrap: wrap;
}

.for-free-shipping {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
    padding-top: 0px;
}

.for-free-shipping span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 9px;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.75;
    margin-bottom: -2px;
    margin-top: 14px;
    display: block;
}

img.animal-img {
    margin: 0px auto;
    display: block;
}

/* region signup-login */

/* region signup-login */
.select-buttons {
    width: 30%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-buttons .button_pill {
    font-size: 12px;
    font-weight: 500;
    color: #444444;
    border: none;
    background-color: #e5e5e5;
}

.select-buttons .button_pill:focus {
    outline: none;
}

.select-buttons {
    width: 45%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-buttons .button_pill {
    font-size: 17px;
    font-weight: 500;
    color: #191445;
    border: none;
    background-color: #dcf6ff;
    width: 50%;
    height: 64px;
}

.select-buttons .button_pill.active {
    font-size: 17px;
    font-weight: 500;
    color: #dcf6ff;
    border: none;
    background-color: #191445;
}

.select-buttons .button_pill:focus {
    outline: none;
}

.section-middle {
    width: 100%;
    margin: auto;
    margin-bottom: auto;
    background-color: #dcf6ff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 150px;
    max-width: 800px;
}

.login-greet {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #444444;
    margin-bottom: 25px !important;
}

.nologin {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #444444;
    margin-bottom: 25px !important;
    text-align: center;
    display: block;
    border: 1px solid black;
    max-width: 300px;
    padding: 18px;
    margin: 30px auto;
    margin-bottom: 30px;
    margin-bottom: 30px;
    background-color: white;
}

label.form-label-item {
    font-size: 12px;
    text-align: left;
    color: #444444;
    font-weight: 400;
}

.woocom_login_item {
    display: grid;
    width: 100%;
    margin: 0 auto 15px;
    max-width: 416px;
}

.woocom_login_item .password-input input {
    width: 100%;
}

.woocom_login_item input {
    height: 48px !important;

    padding: 10px !important;
    font-size: 24px !important;
}

.my-custom-form p.form-row {
    text-align: center;
    margin-left: 0 !important;
}

.my-custom-form
    p.form-row
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: none !important;
}

.my-custom-form
    p.form-row
    .woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #191445;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    max-width: 416px;
    width: 100%;
    margin: 0px auto 0;
    height: 48px;
}

.center {
    text-align: center;
}



.woocommerce-LostPassword.lost_password {
    text-align: center;
}

.woocommerce-LostPassword.lost_password a {
    font-size: 16px;
    color: black !important;
}

.woocommerce-LostPassword.lost_password a:hover {
    color: black !important;
    text-decoration: none !important;
}

.woocommerce-LostPassword.lost_password a:visited {
    color: black !important;
    text-decoration: none !important;
}

.social_bottom_diclaimer {
    width: 80%;
    margin: auto;
    text-align: center;
}

.social_bottom_diclaimer p.bottom_social {
    font-size: 12px;
    line-height: 1.67;
    color: #444444;
    padding-top: 51px;
    padding-bottom: 5px;
}

.social_buttons_wrapper .single_button {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 49%;
    padding: 8px;
}

.single_button .social_icon img {
    width: 32px;
    height: 32px;
}

.single_button .social_name {
    text-align: center;
    width: 100%;
}

.single_button .social_name span {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #444444;

    text-transform: uppercase;
}

.social_buttons_wrapper {
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-between;
}

h2.pad-top {
    padding-top: 25px;
}

.custom-header-account {
    background-color: #f5f5f5;
    padding: 16px;
}

.dotted_url_header_top {
    text-align: center;
    padding: 8px 16px;
}

.dotted_url_header_top a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #444444;
    line-height: 2 !important;
    text-decoration: underline;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.custom_inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first_basis {
    flex-basis: 19%;
}

.second_basis {
    flex-basis: 45%;
}

.third_basis {
    flex-basis: 29%;
}

.custom_inputs select {
    height: 48px;
    font-size: 12px;

    color: #444444;
}

.password-notice {
    font-size: 12px;
    text-align: left;
    color: #c4c4c4;
    margin-left: 0 !important;
}

.form-check .form-check-input {
    height: unset !important;
}

.checkbox_row {
    display: flex;
    align-items: center;
    margin-bottom: 43px;
    padding-left: 10px;
}

.checkbox_row .half_basis {
    flex-basis: 50%;
}

p.form-label-item_label {
    margin-left: 0 !important;

    font-size: 12px;
    text-align: left;
    color: #444444;
    font-weight: 400;
    margin-top: 43px;
}

.form-check.half_basis {
    display: flex;
    align-items: flex-end;
    justify-content: start;
}

.form-check.half_basis .form-check-label {
    font-size: 10px;
    text-align: left;
    color: #444444;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}

.form-check input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    margin-top: 0;
    margin-right: 20px;
}

p.bottom_register_disclaimer {
    font-size: 12px;
    line-height: 1.67;
    text-align: center;
    color: #444444;
    width: 55%;
    margin: auto !important;
}

.page-id-8 .entry-title {
    display: none;
}

.page-id-7 h1.entry-title {
    text-align: center;
    display: block;
    margin-top: 27px;
}

#customer_login {
    margin-top: 100px;
}

.backto {
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    text-align: center;
    display: block;
    padding: 10px;
    text-decoration: underline;
}

.leftbanner .banner-in,
.rightbanner .banner-in {
    max-width: 536px;
    display: block;
    margin: 0 auto;
    height: 518px;
}

.leftbanner .text-cont {
    background-color: #61c3c0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-content: flex-start;
}

.rightbanner .text-cont {
    background-color: #b2ddeb;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-content: flex-start;
}

.leftbanner .text-cont h5,
.rightbanner .text-cont h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 70px;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding-top: 80px;
}

.leftbanner .text-cont p,
.rightbanner .text-cont p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #191445;
}

.leftbanner .text-cont a.goto,
.rightbanner .text-cont a.goto {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    padding: 15px;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 100px;
    margin-top: 19px;
}

/** Also Bought **/

.yith-wfbt-section .yith-wfbt-items {
    list-style: none;
    clear: both;
    padding: 0;
    margin: 20px 0 25px;
}

.image-td {
    width: 232px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 4px;
    justify-content: center;
    align-items: center;
    position: relative;
}

button.yith-wfbt-submit-button.button {
    font-size: 20px;
    margin-top: 20px;
}

.yith-wfbt-submit-block.col-md-2 .price_text {
    font-size: 19px;
}

.yith-wfbt-submit-block.col-md-2 span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 22px;
    line-height: 19px;
    align-items: center;
    color: #61c3c0;
}

.image-td a {
    flex: 1;
}

.image-td.main-product {
    border: 2px solid #dcf6ff;
}

.yith-wfbt-section .yith-wfbt-item {
    margin-bottom: 5px;
    flex: 1;
}

.yith-wfbt-section .yith-wfbt-item label {
    padding-left: 30px;
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.yith-wfbt-section span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 18px;
    line-height: 19px;
    align-items: center;
    color: #61c3c0;
}

.yith-wfbt-section.woocommerce h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 45px;
    color: #191445;
    margin-bottom: 36px;
    align-items: center;
    text-transform: uppercase;
    color: #191445;
    margin-bottom: 12px;
}

.yith-wfbt-submit-block.col-md-2 {
    text-align: center;
    padding-top: 60px;
}

.yith-wfbt-section button.slick-arrow {
    border: 0px;
    background: #191445;
    color: white;
    font-weight: bolder;
    font-size: 15px;
    padding: 6px;
    margin: 8px;
}

.image-td a img {
    margin: 0 auto;
}

.yith-wfbt-section .yith-wfbt-images .image_plus {
    width: 40px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: -10px;
    top: 36%;
    font-size: 35px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgb(97, 97, 97);
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: #191445;
}

.bed_sizes img {
    margin: 0 auto;
    display: block;
}

.bed_sizes span {
    display: block;
    text-align: center;
    color: #001952;
    font-weight: 700;
    font-size: 18px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 100%;
    
}

/* Make Gallery 25% width and place it beside the image */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
 
}

/* Style each Thumbnail with width and margins */

.single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs
    li
    img {
    width: 90%;
    float: none;
    margin: 0 0 10% 10%;
}

@media only screen and (max-width: 990px) {
    .wsc-input-group input[type="number"] {
        background: #ffffff;
        border: 0px solid #191445;
        box-sizing: border-box;
        border-radius: 0;
        text-align: center;
        float: none;
        padding: 2px;
        display: inline-block;
        max-width: 43px;
    }

    .wsc-button-minus {
        background: white !important;
        border: 0px;
        font-size: 22px;
        padding: 0;
        margin-left: 10px;
    }
    .wsc-button-plus {
        background: white !important;
        border: 0px;
        font-size: 19px;
        padding: 0;
        margin-right: 10px;
    }
    h1.entry-title {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        display: flex;
        align-items: left;
        color: #191445;
        margin: 10px 0px;
        margin-top: 10px;
        margin-top: 5px;
    }

    .white_box {
        padding: 10px;
        margin-bottom: 20px;
    }

    h3.reltitle,
    .recent h3 {
        font-style: normal;
        font-weight: 900;
        font-size: 27px;
        line-height: 45px;
        color: #191445;
        margin-bottom: 36px;
        align-items: center;
        text-transform: uppercase;
        color: #191445;
        margin-bottom: 10px;
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        width: 100%;
        float: none;
    }

    /* Make Gallery 25% width and place it beside the image */

    .single-product
        div.product
        .woocommerce-product-gallery
        .flex-control-thumbs {
        width: 100%;
        float: none;
    }

    /* Style each Thumbnail with width and margins */

    .single-product
        div.product
        .woocommerce-product-gallery
        .flex-control-thumbs
        li
        img {
        width: 80%;
        float: left;
        margin: 0px;
    }

    .mega-menu-description {
        display: none !important;
    }

    .woo_amc_container_wrap.woo_amc_show,
    .woo_amc_container_side {
        width: 95%;
    }

    button#sidebarCart {
        background: transparent;
        border: 0px;
        position: relative;
        padding: 0;
        width: 49px;
        margin-top: 2px;
    }
}

.custom-top {
    background: linear-gradient(to left, #f283af 0%, #ec2374 100%);
    height: 200px;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 20px;
}

.custom-top h1.woocommerce-products-header__title {
    flex: 1;
    justify-content: left;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    padding: 10px;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 34px;
}
.col-md-5.col-md-offset-1.no-paddings {
    padding: 0;
}

.topseller.row {
    max-width: 668px;
    /* background: antiquewhite; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.top-sell-text.col-md-2 {
    color: white;
    font-size: 17px;
    display: block;
    font-weight: bold;
    line-height: 18px;
}
.top-sell-text span {
    color: white;
    font-size: 21px;
    display: block;
    font-weight: bold;
    line-height: 18px;
}

.top-sell-text span.price {
    color: white;
    font-size: 26px;
    display: block;
    font-weight: 900;
    line-height: 31px;
}

.mega-username-text a {
    background-color: #fff !important;
}

.cm-imput {
    width: calc(100% - 160px);
    /* width: 100%; */
    height: 48px;
    margin: 6px 16px 0 0;
    padding: 8px;
    object-fit: contain;
    background-color: #ffffff;
    /* max-width: 340px; */
    float: left;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000 !important;
}

.pet-class .acf-fields.-left > .acf-field:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background: #191445;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 1px 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
}

.pet-class .acf-fields.-left .acf-field .acf-label label {
    font-weight: 600;
    color: white;
    font-size: 16px;
    padding-top: 9px;
}

.pet-class .acf-repeater .acf-row-handle.order {
    background: #dcf6ff;
    cursor: move;
    font-size: 22px;
    color: #090000;
    text-shadow: #fff 0 1px 0;
}

input.acf-button.button.button-primary.button-large {
    width: 130px;
    height: 48px;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    /* text-align: center; */
    /* color: #fff; */
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
    padding: 8px;
    margin: 5px;
}

.checkout-footer {
    background: #191445;
    padding: 10px 0px;
    position: fixed;
    bottom: 0px;
    z-index: 999999999999999999999999999999999999999999999999999999999999;
    width: 100%;
    left: 0;
    height: 62px;
}

#check-go {
    background: #F47E20;
    padding: 11px 4px;
    text-align: left;
    width: 200px;
    border-radius: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
}

p.woocommerce-shipping-destination {
    text-align: left;
}

.site-info {
    background-color: #dcf6ff;
    color: #191445;
    text-align: center;
    padding: 5px;
}

.min-desc-arch {
    height: 21px;
    font-size: 13px;
    min-height: 30px;
}

.display-flex-center {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.header-who {
    background: white;
}

.col-md-6.image-text-inner img {
    padding: 15px 0px;
}

.header-who h1 {
    text-align: left;
    font-size: 50px;
    margin-bottom: 0px;
}
.header-who span {
    color: #191445;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    h2.heading-front.col-md-12 {
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #191445;
        display: block;
    }

    .marginbottom25 {
        margin-bottom: 20px;
    }

    .marginbottom45 {
        margin-bottom: 15px;
    }
    .display-flex-center {
        display: block;
        align-items: center;
    }

    .min-desc-arch {
        height: 48px;
    }

    .login-tabs {
        margin-bottom: 30px;
    }

    .newsletter_form input {
        width: calc(100%);
        margin-top: 15px;
    }
    .select-pet {
        width: 100%;
        margin-top: 15px;
    }

    .newsletter_form button {
        margin: 0px;
        margin-top: 15px;
        width: 100%;
    }
    li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
        list-style: none;
        width: 40%;
    }
}

.success-sub {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #55f0bde8;
    display: none;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    color: #191445;
    font-weight: bold;
}

span.onsaless {
    background-image: url(/wp-content/uploads/2021/08/Dog-Sale.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    display: none;
    height: 100px;
    position: absolute;
    animation: MoveUpDown 2s linear infinite;
    top: 0px;
    right: 0px;
    font-size: 0;
}

span.onsaless.catss {
    background-image: url(/wp-content/uploads/2021/08/Cat-Sale.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    display: none;
    height: 100px;
    position: absolute;
    animation: MoveUpDown 2s linear infinite;
    top: 0px;
    right: 0px;
    font-size: 0;
}

@keyframes MoveUpDown {
    0%,
    100% {
        top: 0;
    }
    50% {
        top: -50px;
    }
}

ul.products li.product img {
    position: relative;
}

.pif-has-gallery .wp-post-image--secondary {
    position: absolute !important;
}

p.price.extraprice {
    display: none;
}

span.onsale {
    z-index: 99 !important;
} 

.text-bg {
    background-size: cover;
    background-repeat: no-repeat;
    height: 165px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.image-grid-container {
    height: 165px;
}

h4.cat-title.left {
    text-align: right;
    padding: 15px;
    font-size: 24px;
    width: 100%;
}

h4.cat-title.center {
    text-align: center;
    padding: 15px;
    font-size: 24px;
    width: 100%;
}

h4.cat-title.right {
    text-align: left;
    padding: 15px;
    font-size: 24px;
    width: 100%;
}

.nopadding {
    padding: 0;
    margin: 0;
}

.whitetext {
    color: white;
}

.bg-dark-blue {
    position: absolute;
    background: #19144547;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

h4.cat-title {
    position: relative;
    z-index: 10;
}

section.mobile-tabs {
    margin-top: 15px;
    margin-bottom: 50px;
}

.tab-image {
    height: 100px;
    width: 100%;
    background-size: cover;
    background-position-y: 55px;
    background-repeat: no-repeat;
    transition: 0.5s all;
}

.ui-tabs-active .tab-image {
    background-position-y: 0px;
}

span.outlinetext {
    color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #022259;
}

.comicfont {
    color: #fa6e4f;
    font-family: skastron;
}

.img-article img {
    width: 100%;
}

.inner-article {
    position: relative;
}

.article-title {
    position: absolute;
    bottom: 0;
    padding: 10px 73px;
    color: white;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    height: 80px;
    transition: 0.5s all;
}

.inner-article a:hover .article-title {
    height: 100px;
}

.article-title a {
    color: white;
    text-decoration: none;
}

ul.product_list_widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

span.tagged_as {
    display: none;
}

.dont-forget {
    background-color: #191445;
    padding-bottom: 13px;
    padding-top: 2px;
}

.dont-forget .woo_amc_item_wrap {
    color: #232323;
    font-size: 16px;
    background: #191445;
    border: 1px solid #191445;
    border-radius: 0;
    padding: 15px;
}

.dont-forget .woo_amc_item_title a {
    font-size: 13px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 13px !important;
    letter-spacing: normal;
    color: rgb(255 255 255 / 100%) !important;
}
.dont-forget a {
    color: #ffffff !important;
}

.dont-forget h5 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255 255 255);
}

.cart-suggetion span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 23px;
    line-height: 24px;
    align-items: center;
    color: #61c3c0;
}

.cart-suggetion ul.brcs_products {
    margin: 0;
    padding: 0;
}

.cart-suggetion h2.widgettitle {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: flex-start;
    color: #191445;
    margin: 35px 0px;
    justify-content: flex-start;
    flex-direction: column;
}

.brcs_products {
    margin: 0;
    padding: 10px;
}

.promo-content-top {
    display: flex !important;
    align-items: center;
    position: fixed;
    top: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    width: 100vw;
    left: 0;
    z-index: 99999;
    padding: 4px;
    background: #f4feff;
}

.br_cart_suggestions span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    color: #61c3c0;
}

/*** New Login ***/

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    display: none;
}

.existcustomer input {
    height: 48px !important;
    padding: 10px !important;
    font-size: 24px !important;
}

.existcustomer label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.existcustomer
    p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    display: grid;
    width: 100%;
    margin: 0 auto 15px;
    max-width: 416px;
}

.existcustomer label.form-label-item {
    font-size: 12px;
    text-align: left;
    color: #444444;
    font-weight: 400;
}

.existcustomer button.woocommerce-Button.button {
    background-color: #191445;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    display: block;
    color: #ffffff;
    max-width: 416px;
    width: 100%;
    margin: 0px auto;
    height: 48px;
}

.woocommerce-LostPassword.lost_password {
    text-align: center;
}

/*** New Login ***/




.footer-mobile.row {
    display: flex;
    position: fixed;
    background: #191445;
    width: 100%;
    bottom: 0;
    margin: 0;
    z-index: 999;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
a.button.product_type_woosb.add_to_cart_button.ajax_add_to_cart {
font-weight: bold;
font-size: 13px;
line-height: 24px;
/* display: flex; */
align-items: center;
text-align: center;
color: white;
background: #191445;
border-radius: 32px;
text-align: center;
padding: 5px;
margin-top: 10px;

}

small.woocommerce-price-suffix {
    display: block;
    font-size: 17px!important;
}

small.woocommerce-price-suffix span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 25px;
    line-height: 24px;
    align-items: center;
    color: #d64242;}

@media only screen and (max-width: 768px) {

    .woo_amc_container_wrap.woo_amc_show {
        width: 365px !important;
    }
    div#customer_login {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

    .u-column1.existcustomer.col-md-6 {
        border-right: 0px solid #191445;
    }

    .form-row.form-row-wide.create-account.woocommerce-validated {
        display: block;
        clear: both;
        margin-left: 0;
    }
}

.col-md-4.promo-prod-menu a {
    display: block;
}

a.top-link {
    color: white;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.sold-out-overlay {
    background: #ce3a3a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    right: 0px;
    z-index: 99;
    top: 10px;
    box-shadow: 2px 1px 7px 0px #0000007a;
}

.outofstock a.button.product_type_simple {
    display: none !important;
}

a.woocommerce-button.buttonorder.pay {
    width: 160px;
    height: 48px;
    margin: 0px 0px 12px 0px;
    padding: 8px;
    object-fit: contain;
    background-color: #191445;
    border: 0px;
    /* float: left; */
    font-size: 14px;
    /* font-family: "Advent Pro", sans-serif; */
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: block;
}

a.woocommerce-button.buttonorder.cancel {
    width: 160px;
    height: 48px;
    margin: 0px 0px 12px 0px;
    padding: 8px;
    object-fit: contain;
    background-color: #191445;
    border: 0px;
    /* float: left; */
    font-size: 14px;
    /* font-family: "Advent Pro", sans-serif; */
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: block;
}

section#recent-posts-2 ul {
    list-style: none;
    margin: 0;
    padding: 13px 0px;
}

section#recent-posts-2 ul li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid;
}

section#recent-posts-2 ul li span.post-date {
    display: block;
    color: #191445;
    font-size: 13px;
}

ul.product_list_widget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.product_list_widget li {
    width: 45%;
    margin: 2%;
}

ul.product_list_widget li span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 21px !important;
}

ul.product_list_widget li span.product-title {
    display: block;
    text-align: left;
    margin-top: 20px;
}

.fixed-table {
    width: 130px;
}

.sc-cell-content.sc-unit-i {
    text-align: center;
    padding: 10px 0px;
    min-height: 70px;
}

tr.what {
    border: 2px solid;
}

tr.what.sc-light-bgd {
    background: #e0e0e0;
}

.dragable.table th {
    width: 130px !important;
    text-align: center;
    border: 2px solid;
}

.megethologio_container {
    position: relative;
    /* white-space: nowrap; */
    margin-bottom: 30px;
    margin: auto;
    height: 357px;
    /*width: 100%; */
    max-width: 800px;
}

.fixed-table {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.fixed-table table {
    margin: 0;
    background: #fff;
}

.dragable.table {
    position: absolute;
    top: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow-x: scroll;
    overflow-y: hidden;
    left: 0;
}

.dragable table {
    margin: 0;
    background: #fff;
}

.dragable.table::-webkit-scrollbar-track {
    background-color: #f5f5f500;
}

.dragable.table::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f500;
}

.dragable.table::-webkit-scrollbar-thumb {
    background-color: #191445;
    border: 2px solid #555555;
}

.size_quide.row {
    max-width: 980px;
    margin: 0px auto;
}

.timologio-select .select2-selection--single {
    border-radius: 0px !important;
    width: 173px;
}

.timologio-select
    span.select2.select2-container.select2-container--default.select2-container--below {
    width: 173px !important;
}

.woocommerce-terms-and-conditions-wrapper {
    border: 3px solid red;
    padding: 4px;
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-Reviews {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

div#comments {
    width: 50%;
}

div#review_form_wrapper {
    width: 50%;
    padding: 16px;
}

span#reply-title {
    font-size: 21px;
    font-weight: bold;
}

.comment-respond input#submit {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
    float: left;
    padding: 10px 26px;
    display: inline-block;
    margin-left: 0;
}



.woocommerce-product-rating.col-md-12.col-sm-12 {
    padding: 10px 0;
    padding-bottom: 22px;
}


p#billing_locker_id_field {
    display: block !important;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions {
    display: none;
}

.boxzilla {
    padding: 0px !important;
}
.boxzilla img {
    margin-bottom: 0px !important;
}

.boxnow-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    text-align: center;
    margin: 20px auto;
}
.boxnow-inner img {
width: 100%;
    padding: 10px;

}

span.t-box-now {
    font-size: 20px;
    font-weight: bold;
}

span.text-box-now {
    margin-top: 22px;
}

span.bgreen {
    color: #84c33f;
}


h5.box-now-head {
    font-size: 29px;
    color: #44d62c;
    font-weight: 700;
}


.fgf-success-message.fgf-notice.woocommerce-message {
    background: linear-gradient(-45deg, #191445, #8ed1fc, #dcf6ff)!important;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;

  }
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  a.fgf-popup-gift-products {
    background: white;
    padding: 10px;
    border-radius: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .woocommerce-Reviews {
        display: block;
        flex-direction: row;
        align-items: flex-start;
    }

    div#comments {
        width: 100%;
    }

    div#review_form_wrapper {
        width: 100%;
    }

    .fgf-success-message.fgf-notice.woocommerce-message {
        background: linear-gradient(-45deg, #191445, #8ed1fc, #dcf6ff)!important;
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        /* height: 120px; */
        line-height: 35px;
        margin-bottom: 30px;}

        .fgf-popup-gift-products-wrapper {
            float: left;
            max-height: 580px!important;}

        
}

a[class*=lightcase-icon-].lightcase-icon-close {
    position: fixed;
    top: 42px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: 0;
}

@media only screen and (max-width: 640px) {
.fgf-popup-gift-products-wrapper {
    float: left;
    max-height: 580px!important;}

}


ul.products .star-rating {position: absolute;
    top: 5px;
    padding: 12px;
    left: 0px;
}


.woocommerce-billing-fields label.checkbox {
    padding-left: 20px;
}

.woocommerce-billing-fields input#newsletter {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: -18px;
}

.woocommerce-billing-fields span.optional {
    display: none;
}

span.mega-menu-description {
    display: none!important;
}

.star-rating {position: absolute;
    top: 5px;
    padding: 12px;
    left: 0px;
}

.row.vertical-align {
   
    
    align-items: center;
}


.site-header.darkHeader  { position: fixed;
top: -100px;
left: 0;
z-index: 99;
width: 100%;}


.secondmenu {    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.row.vertical-align {
   
    align-items: flex-end;
}

.itsnew__container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}


.products .itsnew__container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
    position: absolute;
}


@media only screen and (max-width: 640px) {
	
	.site-header {
		margin-top: 35px !important;
	}
    .site-header.darkHeader  { position: fixed;
        top: 0px;
        left: 0;
        z-index: 99;
        width: 100vw !important;
		margin-top: 35px !important;}
    
    }

    span.onsale {
    position: absolute;
    background: black;
    top: 0;
    right: 0;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 700;
    }


    span.itsnew.onsale {
        position: relative;
        top: -4px;
        z-index: 9!important;
        right: 6px;
        background: #dcf6ff;
        color: #191445;
        display: block;
        font-weight: 600;
        padding: 3px;
        box-shadow: -1px 2px 3px 0px #00000099;
        border-radius: 10px;
    }

    span.moto-title {
        display: block;
        text-align: center;
        font-size: 20px;
        color: #191445;
        font-weight: 700;
        padding-top: 10px;
    }

    ul.page-numbers {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    
    }

    nav.woocommerce-pagination {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    ul.page-numbers li {
        float: left;
        padding: 13px;
        font-size: 20px;
    }
    span.page-numbers.current {
        font-weight: bold;
    }

@media (max-width: 767px) {
	#sa-badge-floating-plugin {
		right: 25px !important;
	}
	body{
		overflow-x: hidden;
	}
}

.container-faq .card {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.container-faq .accordion_head a {
    color: white;
    position: relative;
    width: 100%;
    text-align: left;
}

.container-faq .accordion_head {
    background: #191445;
    padding: 10px;
    color: white;
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}


.page-template-faq-page .accordion_body_path {width: 100%;}

table.variations .label {
    text-align: left;
    padding: 6px 0px;
    font-size: 16px;
}

span.plusminus {
    position: absolute;
    right: 60px;
    font-size: 20px;
}

span.plusminus {
    position: absolute;
    right: 10px;
    font-size: 35px;
    top: 0;
    line-height: 40px;
}

.margintop75 {margin-top: 75px;}

.page-template-blog .col-md-6.marginbottom45 {margin-bottom: 45px;}

@media (max-width: 767px) {
.container-faq .accordion_head {
    background: #191445;
    padding: 10px;
    color: white;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 28px;
    margin-bottom: 10px;
}

span.plusminus {
    position: absolute;
    right: 10px;
    font-size: 32px;
    top: 10px;
}

.article-title {
    position: absolute;
    bottom: 0;
    padding: 10px 10px;
    color: white;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    height: 80px;
    transition: 0.5s all;
}


a.default-button {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;}

    .inner-article {
        position: relative;
        margin-bottom: 22px;
    }

}

p.stock.in-stock.few-in-stock {
    color: #f47e27;
    font-weight: bold;
}

.slidertop.home.marginbottom45.hidden-xs.hidden-sm {
    margin-bottom: 80px;
}

.messagee-tet {
   
    width: 100%;
    /* height: 90px; */
    border: 4px dotted red;
    margin: 5px auto;
    color: #191445;
    font-size: 16px;
    text-align: center;
    padding: 14px;
    margin-top: 28px;
    background-color: white;
}

#product_reviews_section h1 {
	color: #292267 !important;
    margin-bottom: 40px;
}

/*PRODUCT REVIEWS -- SHORTCODE START */


#custom_product_reviews .slider {
    display: flex;
    align-items: center;
}

#custom_product_reviews h2.section__title {
    color: #292267;
    margin-bottom: 40px;

}

#custom_product_reviews .product__review {
    background: #fff;
    padding: 24px;
}

#custom_product_reviews .product__review .thumbnail {
    margin: 0 auto;

}

#custom_product_reviews .product__review .date {
    margin: 25px 0;
    font-size: 14px;
    line-height: 32px;
    color: #000;
}

#custom_product_reviews .product__review .rating {
    margin: 0 auto 15px;

}

#custom_product_reviews .product__review .title {
    font-size: 20px;
    line-height: 28px;
    color: #292267;
    font-weight: 700;
}

#custom_product_reviews .product__review .text {
    margin-top: 24px;
    min-height: 100px;
}

#custom_product_reviews .product__review .associated__product {
    min-height: 50px;
}

#custom_product_reviews .product__review .associated__product a {
    font-size: 14px;
    line-height: 24px;
    color: #404040;
    font-weight: 700;
    text-decoration: none;
    opacity: .5;

}

#custom_product_reviews .product__review .associated__product a:hover {
    color: #292267;
    opacity: 1;
}

#custom_product_reviews .slick-slide {
    margin: 0 20px;
}

#custom_product_reviews .slick-dots {
    margin: 30px 0;
}

#custom_product_reviews .slick-arrow {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    padding: 0;
    width: 100px;
    margin: -20px 5px 0;
    transition: all 1s ease;
}

#custom_product_reviews .cta {
    margin: 2rem 0;
}

#custom_product_reviews .cta .btn {
    background: #292267;
    border: 1px solid #292267;
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
}
#custom_product_reviews .cta h3 {
    color: #292267;
    margin-bottom: 30px;
    font-size: 23px;
}

#custom_product_reviews .cta .btn:hover {
    background: transparent;
    color: #292267;

}

/*PRODUCT REVIEWS -- SHORTCODE END */



/*RECENTLY ADDED PRODUCTS -- START */

.recently__added__products {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    margin: 25px 0;
}

.recently__added__products h2.title {
    color: #292267;
    margin-bottom: 40px;

}

.recently__added__products .slider {
    display: flex;
    align-items: center;
}

.recently__added__products .slider .slide li a.woocommerce-LoopProduct-link {
    position: relative;
}

.recently__added__products .min-desc-arch {
    margin-top: 20px;
}

/* .recently__added__products .slide  {
    background: #292267;
} */

.recently__added__products .slide li {
    list-style: none;
	max-width: 275px;
}

.recently__added__products .slick-dots {
    margin: 30px 0;
}

.recently__added__products .slide {
    margin: 15px;
}

.recently__added__products .add_to_cart_button {
    display: none;
}

.recently__added__products span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 900;
    font-size: 20px !important;
    line-height: 24px;
    align-items: center;
    color: #61c3c0;
}

.recently__added__products  span.price {
    display: inline-block;
    margin-top: 10px;
}


.recently__added__products  h2.woocommerce-loop-product__title {
    min-height: 35px;
    margin-bottom: 5px;
}


.recently__added__products .slick-dots button {
    background-color: rgb(97 97 97 / 50%);
}

.recently__added__products .slick-arrow {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    padding: 0;
    width: 100px;
    margin: -20px 5px 0;
    transition: all 1s ease;
}



/* .recently__added__products .slick-arrow:hover {
    transform: scale(1.2);
} */

@media (max-width: 992px){
    .recently__added__products  span.price {
        display: inline-block;
        margin-top: 25px;
    }
}


@media (max-width: 767px){
    .recently__added__products .slick-arrow {
        width: 200px;
    }
    .recently__added__products h2.woocommerce-loop-product__title {
        min-height: unset;
        margin-bottom: 10px;
    }
    .recently__added__products .min-desc-arch {
        height: unset;
        margin: 10px 0px;
        margin-top: 10px;
    }
    .recently__added__products span.price {
        display: inline-block;
        margin-top: 0;
    }

    .row.flex-column-reverse.flex-md-row {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 500px){
    .recently__added__products .slick-arrow {
        width: 600px;
    }

    .recently__added__products h2.woocommerce-loop-product__title {
        height: auto;
    }

    #custom_product_reviews .slider {
        display: block;
        max-width: 100%;
    }
}

/*RECENTLY ADDED PRODUCTS -- END */

.order-line-cont {padding-bottom: 60px ;}




          
.messagee-tet {
   
    width: 100%;
    /* height: 90px; */
    border: 4px dotted red;
    margin: 5px auto;
    color: #191445;
    font-size: 16px;
    text-align: center;
    padding: 14px;
    margin-top: 28px;
    background-color: white;
}


span.detailes {
    display: block;
}

span.title-line-product {
    display: block;
    font-size: 13px;
    margin-top: 7px;
}

span.cost-line {
    font-weight: bold;
}

.order-first .step {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #dcf6ff;
    padding: 10px;
    margin: 11px;
    text-align: left;
}

ul.icc-steps {
    margin: 0;
    font-size: 14px;
    list-style: disc;
}

.steps {
    
    margin: 20 auto;
    display: block;
}

.checkicon {
    flex: 1;
}

span.Step-label {
    font-weight: bold;
    text-align: left;
    flex: 3;
}

span.Step-value {
    flex: 1;
}

ul.icc-steps {
    margin: 0;
    font-size: 14px;
    list-style: none;
    padding: 0;
}

ul.icc-steps li {
    margin-bottom: 10px;
}
.page-template-order-line h4 {
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 32px;
color: #333333;
margin-bottom: 10px;
margin-left: 10px;
}

.page-template-order-line h5 {
font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #191445;
    display: block;
}


a.trackbtn {
    background-color: #191445;
    padding: 10px;
    color: white;
    margin: 14px;
    display: inline-block;
}


.page-template-order-line  .product.col-md-3.col-xs-6 {
    height: 460px;
}

.stepone.step.cancel {
    background: #ff9797;
}

.stepone.step.cancel button {
    background: #650f0f;
    border: 0;
    color: white;}



tr.cart-discount.coupon-ekptosi-10-sta-rouchalakia  th {padding-left: 18px;
    padding-bottom: 18px;

}  

.woocommerce-cart .awdr_cart_strikeout_line {
    display: flex;
}

.woocommerce-cart span.regprice {
    display: none;
}

.awdr-you-saved-text .woocommerce-Price-amount bdi {
    color: green!important;
}


.field_in_input {
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
}

.field_in_input input {


width: 100%;
height: 48px;
margin: 0px 0 0px;
border: solid 1px #e1e1e1;
background-color: #ffffff;
border-radius: 36px;}

.checkpoint span {

padding-left: 10px;
font-size: 18px;
font-weight: 500;
}

.checkpoint p {opacity: 0.7;}


.submit-rtr {

width: 100%;
    height: 48px;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    /* text-align: center; */
    /* color: #fff; */
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px!important;;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff!important;
    background: #191445!important;
    border-radius: 30px;
    padding: 8px!important;;
    margin: 5px!important;;
}


ul.products-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.onchange {
    margin-bottom: 10px;
    border-bottom: 1px solid #00000029;
    padding-bottom: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

li.onchange label {max-width: 270px;}

.max-width-300 {max-width: 400px; text-align: center; width: 100%; margin: 0 auto;}


input.button-minus, input.button-plus {
    background: #191445;
    color: white;
    border: 0px solid;
}

.onchange .input-group  {display: flex;}
.onchange .input-group  input {text-align: center;}

.flexdiv {display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}

    table.woocommerce-product-attributes.shop_attributes {
        max-width: 450px;
    }

    a#apostoli {
        display: block;
        width: 232px;
        height: 48px;
        margin: 0 0 0 16px;
        padding: 8px;
        object-fit: contain;
        background-color: #000000;
        border: 0px;
        float: left;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        /* text-align: center; */
        /* color: #fff; */
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 30px;
        display: block;
        align-items: center;
        text-align: center;
        letter-spacing: 0.03em;
        color: #ffffff;
        background: #191445;
        border-radius: 30px;
        padding: 8px;
        margin: 5px;
        margin-top: 35px;
    }


    .success-send {
        border: 2px solid green;
        display: none;
    }

    .product_cat-gatotrofes-trofes-gia-gates p.stock.in-stock.few-in-stock {display: none;}

    .product_cat-skylotrofes-trofes-gia-skylous p.stock.in-stock.few-in-stock {display: none;}

    .returningselection .coupon,     .returningselection .refund {display: none;}

    .returningselection .coupon.active,     .returningselection .refund.active {display: block;}

    .attention {
        background: #f8b317;
        text-align: center;
        color: white;
        font-size: 15px;
        font-weight: bold;
        padding: 5px;
    }
    @media screen and (max-width: 990px) {
.attention {
    background: #f8b317;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    position: relative;
    top: 61px;
    height: 126px;
    margin-bottom: 62px;
}

    }


    a.ywpar-button-message   {
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #fafeff;
        width: 72px;
        height: 46px;
        padding: 8px;
        object-fit: contain;
        border-radius: 36px;
        background-color: #191445;
        border: 0;
    }


    .woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
        max-width: 500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login .form-row-first, .form-row-last {
        width: 50%;
        margin-right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
        background-color: #191445;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        max-width: 408px;
        width: 100%;
        margin: 13px auto 6px;
        height: 48px;
    }
    .create-account {
        background: #dcf6ff;
        padding: 10px 10px;
    }

    .create-account p#account_username_field {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
   
    .create-account p#account_password_field {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }

    #yith-par-message-cart {
        display: block!important;
        align-items: center;
        gap: 5px;
    }
    
    

    
        
    @media(max-width:767px){
        #custom_product_reviews .slick-dots li {
            margin: 0 0.5rem;
        }
        #custom_product_reviews .slick-dots button {
            width: 1.5rem;
            height: 1.5rem;
        }
        
        
     .slider-container {
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}
    }
    
    
    
@font-face{
	font-family: CeraGR;
	src:url(/wp-content/themes/zonepage/fonts/CeraGR.otf)
}
@font-face{
	font-family: CeraGRBlack;
	src:url(/wp-content/themes/zonepage/fonts/CeraGRBlack.otf)
}

.n2-ss-slider-controls-absolute-left-center {
left: 18.5%;
}

.n2-ss-slider-controls-absolute-right-center {
right: 18.5%;
}


.woocommerce-product-rating {
    margin-bottom: 20px;
}


.blue-box {
    padding: 45px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #DCF6FF;
    justify-content: space-between;
}

.blue-box .left-box {
    width: 50%;
    width: 50%;
    flex: 1;
}


.blue-box .right_box {
    display: flex;
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.blue-box .right_box a.btn {    width: auto;
    height: 48px;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    /* float: left; */
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    /* text-align: center; */
    /* color: #fff; */
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
    padding: 30px;
    font-size: 40px;
line-height: 48px;
/* or 120% */

display: flex;
align-items: center;
text-align: center;
    margin: 5px auto;}


section.steps.container {
    margin-top: 80px;
}

span.step {
    font-size: 30px;
    line-height: 64px;
    display: block;
    align-items: center;
    text-align: center;

    text-align: center;
    margin-bottom: 20px;
    border-radius: 38px;
    width: 230px;
    height: 73px;
    margin: 0 auto;
}

  span.title_step {
font-size: 32px;
line-height: 32px;
/* or 100% */

text-align: center;

color: #1B1B1B;}

span.title_step {
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    color: #1B1B1B;
    text-align: center;
    display: block;
    margin: 10px auto;
    margin-top: 50px;
}

.col-md-4.step_cnt {
    text-align: center;
}


span.step.one {    color: #65B89C;
    border: 5px solid #65B89C;  font-family: CeraGRBlack;}

span.step.two  {    color: #6C71A7;
    border: 5px solid #6C71A7;  font-family: CeraGRBlack;}

span.step.three  {    color: #DF9242;
    border: 5px solid #DF9242;  font-family: CeraGRBlack;}


section.levels.container h3 {
    font-size: 36px;
    line-height: 32px;
    display: flex;
    font-family: CeraGRBlack;
    align-items: center;
    text-transform: uppercase;
    color: #191445;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.cart_level {
    padding: 20px;
}
.cart_level img {
max-width: 600px;
width: 100%;}

span.title-level-1 {
    font-size: 35px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #5EC59C;
    font-family: CeraGRBlack;
}

.text_level.level_1 {
    margin-top: 100px;
    padding: 20px 50px;
}

.star-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
}

img.start {
    width: 70px;
}

span.title-level-2 {
    font-size: 35px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #6C6DA7;
    font-family: CeraGRBlack;
}

span.title-level-3 {
    font-size: 35px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #DF9E42;
    font-family: CeraGRBlack;
}

span.title-level-4 {
    font-size: 35px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #191447;
    font-family: CeraGRBlack;
}

section.levels.container {
margin-top: 80px;

}

section.newsletter {
    margin-top: 80px;
    text-align: center;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

section.newsletter img {

    width: 200px;
}

.blue-box .box1, .blue-box .box2, .blue-box .box3 {

    flex:1;
}

.box2 img {
    margin: 0 auto;
    display: block;
    width: 200px;
    position: relative;
    top: -55px;
}

section.paw-section.container .blue-box {height: 190px;}

span.paw-title {
    font-family: CeraGRBlack;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #191445;
}

.blue-box .box3  a.btn {
    width: auto;
    height: 48px;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    /* float: left; */
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    /* text-align: center; */
    /* color: #fff; */
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
    padding: 0;
    font-size: 31px;
    line-height: 48px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    margin: 5px auto;
 

}

section.paw-section.container {
    margin-top: 120px;
    margin-bottom: 50px;
}


.faq-loyalty .container-faq .accordion_head {
    background: transparent;
    padding: 10px;
    font-size: 22px;
    color: #1B1B1B;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    margin-bottom: 10px;
    border-bottom: 1px solid #1B1B1B;
}

section.faq-loyalty.container {
    max-width: 1030px;
    margin-bottom: 50px;}

.faq-loyalty .container-faq  .accordion_body {    padding: 10px;}
img.hearo_image_top {
    position: absolute;
    top: 14px;
    height: 200px;
    right: 23px;
}


    section.top_hero.container h1 {    font-family: CeraGRBlack;
        font-size: 50px;
        line-height: 80px;
        /* identical to box height, or 125% */
        
        display: flex;
        align-items: center;
        
        color: #1B1B1B;
    }

    .opa {
        opacity: 1!important;
        transition: 0.5s all;
    }

    .step-paw-1 {
        position: absolute;
        right: 0;
        top: 0;
        width: 145px;
        height: 200px;
        
    }

    .step-paw-1 img.step-paw-1-first{position: absolute;
        left: 0;
        transition: 0.5s all;
        opacity: 0;
        top: 0;}

    .step-paw-1 img.step-paw-1-two {
        position: absolute;
        right: 0;
        transition: 0.5s all;
        opacity: 0;
        bottom: 50%;
    }

    .step-paw-1  img.step-paw-1-three {

        position: absolute;
        left: 36px;
        bottom: 18px;
        transition: 0.5s all;
        opacity: 0;
        
    }
 



    .step-paw-2 {
        position: absolute;
        left: -50px;
        top: 0;
        width: 145px;
        height: 200px;
    }

    .step-paw-2 img.step-paw-1-first{position: absolute;
        right: 0;
        transition: 0.5s all;
        opacity: 0;
        top: 0;}

    .step-paw-2 img.step-paw-1-two {
        position: absolute;
        left: 0;
        transition: 0.5s all;
        opacity: 0;
        bottom: 50%;
    }

    .step-paw-2 img.step-paw-1-three {

        position: absolute;
        right: 36px;
        transition: 0.5s all;
        opacity: 0;
        bottom: 18px;
        
    }


    .step-paw-3 {
        position: absolute;
        right: 0;
        top: 0;
        width: 145px;
        height: 200px;
    }

    .step-paw-3 img.step-paw-1-first{position: absolute;
        left: 0;
        transition: 0.5s all;
        opacity: 0;
        top: 0;}

    .step-paw-3 img.step-paw-1-two {
        position: absolute;
        transition: 0.5s all;
        opacity: 0;
        right: 0;
        bottom: 50%;
    }

    .step-paw-3 img.step-paw-1-three {

        position: absolute;
        left: 36px;
        transition: 0.5s all;
        opacity: 0;
        bottom: 18px;
        
    }

    img.star-points {
        position: absolute;
        left: calc(50% + 130px);
    }


    @media screen and (max-width: 768px) {

        .blue-box .right_box a.btn {    font-size: 23px;}

        section.top_hero.container h1 {    font-family: CeraGRBlack;
            font-size: 40px;
            line-height: 50px;
            /* identical to box height, or 125% */
            display: block;
           text-align: center;
            
            color: #1B1B1B;
        }

        .blue-box {
            padding: 15px;
            display: flex;
            align-items: center;
            flex-direction: column;
            flex-wrap: nowrap;
            background: #DCF6FF;
            justify-content: space-between;
            margin-top: 45px;
        }

        .blue-box .left-box {
            width: 50%;
            text-align: center;
            width: 100%;
            flex: 1;
        }

        img.hearo_image_top {
            width: 350px;
            position: absolute;
            top: 39px;
            /* height: 171px; */
            right: calc(50% - 175px);
        }

        .cart_level {
            padding: 2px;
        }
        section.newsletter img {
        width: 150px;
        }

        .box2 img {
        margin: 0 auto;
        display: block;
        width: 150px;
        position: relative;
        top: -132px;
        }

        .blue-box .box2 {margin: 0 auto;
        display: block;
        width: 150px;
        position: relative;
        top: 0;}


        .blue-box .box1 {
            position: relative;
            top: 105px;
        }

        .blue-box .box3 a.btn {
            width: auto;
            height: 48px;
            object-fit: contain;
            border: 0px;
            font-style: normal;
            font-weight: bold;
            display: block;
            letter-spacing: 0.03em;
            color: #ffffff;
            background: #191445;
            border-radius: 30px;
            padding: 7px;
            font-size: 23px;
            line-height: 33px;
            align-items: center;
            text-align: center;
            margin: 5px auto;
        }
        img.star-points {
            position: absolute;
            left: calc(27% + 130px);
        }

        .faq-loyalty .container-faq .accordion_head {
            background: transparent;
            padding: 10px;
            font-size: 18px;}


        .col-md-4.step_cnt p {    max-width: 300px;
            margin: 0 auto;}

            button.slide-arrow.next-arrow.slick-arrow {
                content: "";
                width: 35px;
                height: 35px;
                display: inline-block;
                border: 0;
                border-bottom: 5px solid #65B89C;
                border-right: 5px solid #65B89C;
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform: rotate(316deg);
                -moz-transform: rotate(45deg);
                position: absolute;
                right: 26px;
                top: 134px;
                padding: 0;
                background: transparent;}
                button.slide-arrow.prev-arrow.slick-arrow {display: none!important;}

                button#step_2 {
                    border-bottom: 5px solid #6C71A7;
                    border-right: 5px solid #6C71A7;
                }

                button#step_3 {
                    border-bottom: 5px solid #DF9242;
                    border-right: 5px solid #DF9242;
                    opacity: 0.3;
                } 

                section.paw-section.container .blue-box {height: auto;}

                
 
 
    } 


    @media screen and (max-width: 768px) {

        tr.ywpar-item {
            margin-bottom: 19px;
            padding-bottom: 20px;
            display: block;
            border-bottom: 1px solid;
        }

        tr.ywpar-item td {
            padding-bottom: 10px;
            display: flex!important;
            align-items: center;
            justify-content: space-between;
            flex-direction: row;
        }

        .ywpar_points_rewards td.ywpar_points_rewards-points {
            width: 100%;
            text-align: right;
        
        }

        table.shop_table_responsive tbody tr td[data-title]::before {
            padding-right: 10px;
            width: 30%;
            text-align: left;
            font-weight: 700;
        }
    }


    .repeater_order_container {
        display: flex;
        flex-direction: column;
        max-width: 370px;
        padding: 20px 0;
        flex: 100%;
    }

    select.form-control-repeat-order {
        background: white;
        border: 1px solid #191445;
        box-sizing: border-box;
        border-radius: 36px;
        padding: 7px;
    }



    button.single_add_to_cart_button.button.alt.added {
        background: green;
    }



    span.mega-menu-woo-cart-count {
        position: absolute;
        top: -2px;
        left: 24px;
        color: #191445;
        background: white;
        width: 20px;
        height: 20px;
        font-weight: bold;
        border-radius: 50%;
        padding: 3px;
    }

    a.added_to_cart.wc-forward {
        text-align: center;
        display: block;
        font-weight: bold;
    }
    
    /*HOT PRODUCTS HOME*/
    
    .first-product.ctmsection ul.products li.product {
        min-height: 360px;
        margin-bottom: 0;
    }
    
    .default-button.mbtn {
        display: inline-block;
        margin: 4rem 0 10rem !important;
        
    }

    .woocommerce-message {
        background-color: #191445 !important;
        margin: 10px 0;
        border-color: #191445 !important;
        color: #fff !important;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        font-size: 1.4rem;
    }

    .woocommerce-message .button.wc-forward {
        display: inline-block;
        color: #191445;
        margin-bottom: 10px;
        font-size: 1.5rem;
        background: #fff;
        max-width: 450px;
        margin: 5px auto;
        padding: 6px 10px;
        border-radius: 10px;
    }
    
    
     /*HOT PRODUCTS HOME*/


    /* ADDED TO CART BUTTON CHANGES */

    a.added_to_cart.wc-forward {
        background: #fff;
        padding: 8px;
        border-radius: 32px;
        border: 1px solid #191445;
        font-size: 15px;
        margin-top: 8px;
    }

    .add_to_cart_button.ajax_add_to_cart.added {
        background: green!important;
        display: none !important;
    }



     /* ADDED TO CART BUTTON CHANGES */



     /*MOBILE HEADER ORDER*/

     @media(max-width: 767px){
        .mob-row-order .mob-nav {
            order: 1;
        }
   
        .mob-row-order .mob-branding {
           order: 2;
        }
        .mob-row-order .mob-searchs {
           order: 4;
        }
        .mob-row-order .mob-cart {
           order: 3;
        }
        .row.mob-row-order {
            display: flex;
            flex-wrap: wrap;
        }
     }

     /*MOBILE HEADER ORDER*/

     /*MOBILE MENU STYLE FIXES*/
    @media (max-width: 992px){
        #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
            line-height: 60px;
            height: 60px;
        }
    }

    @media(max-width: 767px){

        .slidertop.home.marginbottom45 {
            margin-top: 165px;
        }


        .mob-fi {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 99999999;
            width: 100vw;
        }

     


        th.head-reviewcard.edit_order {
            top: 0 !important;
        }

     

       

        .mob-fi.hide-fi .mob-nav,.mob-fi.hide-fi .mob-branding,.mob-fi.hide-fi .mob-cart {
            display: none !important;
        }

        /*CHECKOUT MOBILE REORDER*/
        .page-id-7 .entry-content .woocommerce {
            display: flex;
            flex-direction: column;
        }

        .page-id-7 .entry-content .woocommerce .woocommerce-form-login-toggle {
            order: 1;
        }

        .page-id-7 .entry-content .woocommerce .woocommerce-form-login {
            order: 1;
        }

        .page-id-7 .entry-content .woocommerce form.woocommerce-checkout {
            order: 2;
        }

        .page-id-7 .entry-content .woocommerce .woocommerce-form-coupon-toggle {
            order: 3;
        }

        .page-id-7 .entry-content .woocommerce form.woocommerce-form-coupon {
            order: 3;
        }

        .page-id-7 .entry-content .woocommerce {
            order: 1;
        }

        .page-id-7 .entry-content .woocommerce #yith-par-message-cart {
            order: 4;
        }

        .page-id-7 .entry-content .woocommerce #yith-par-message-reward-cart {
            order: 5;
        }

        

        /*CHECKOUT MOBILE REORDER*/
    }
     /*MOBILE MENU STYLE FIXES*/

/*B2B FOOTER SECTION*/
    .b2b-section{
        background: #191445;
        padding: 20px;

    }

    .b2b-section .flex .row {
        display: flex;
        align-items: center;
    }

    .b2b-btn {
        display: flex;
        align-items: center;
    }

    .b2b-btn a {
        border-radius: 120px;
        font-size: 18px;
        color: #191445;
        background: #FFFB98;
        text-decoration: none;
        font-weight: bold;
        padding: 10px;
    }

    .b2b-text .text-white {
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .b2b-text .text-yellow {
        font-size: 40px;
        color: #FFFB98;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: -15px;

    }

    .b2b-logo-area {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .b2b-logo-area span {
        font-size: 24px;
        color: #fff;
        display: inline-block;
        margin-right: 15px;
    }

    @media(max-width: 767px){
        .pet-shop-svg {
            display: none;
        }
        .b2b-section .flex .row {
            display: flex;
            align-items: center;
            flex-direction: column;
        }

        .b2b-text .text-white {
            font-size: 34px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 0;
            line-height: 38px;
        }
        .b2b-text .text-yellow {
            font-size: 34px;
            color: #FFFB98;
            font-weight: bold;
            margin-bottom: 20px;
            margin-top: 20px;
            line-height: 38px;
        }
        .b2b-btn {
            justify-content: center;
            margin: 20px 0;
        }
    }
/*B2B FOOTER SECTION*/

#post-8 .head-myaccount {
    display: none;
}

.d-none {
    display: none !important;
}

.slide-init {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 600px;
}

.home_slide_slicker {
     margin: 10px auto;
}

@media(max-width: 1024px){
    #berocket-ajax-filters-sidebar {
        z-index: 100000001;
    }
}

@media(max-width: 767px){
    .slide-init {
        min-height: unset;
    }
}

p.stock.in-stock + p + .availability + .stock {
    display: none;
}


.cod-note {
    background: #191445;
    margin: 20px 0 0px;
    padding: 10px;
    border-radius: 26px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    body .select2-container {
        z-index: 9000000!important;
    }
    main#primary {
        margin-top: 180px;
    }
    .page-template-homepage     main#primary {
        margin-top: 0px;
    }
}


.content.lp-flex-container.lp-flex-1.lp-flex-direction-vertical {
    top: 30px;
}






a {
    text-decoration: none !important;
}

del {
    display: flex;
    margin: 10px 0;
}

p#boxnow_locker_id_field {
    display: none;
}

#ppc-button-ppcp-gateway{
    margin-top: 15px;
    max-width: 300px;
}

/*li.wc_payment_method.payment_method_ppcp-gateway {*/
/*    display: none;*/
/*}*/


#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	text-align: center;
    padding: 0px 10px 0px 0px !important;
}

/* Zodiac Posts */
.zodiac-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    margin-bottom: 30px;
    align-items: center;
}
.zodiac-item img {
    max-width: 30%;
    height: auto;
}
.zodiac-item p {
    font-size: 18px;
}
.zodiac-item h3 {
    font-size: 26px;
}
.zodiac-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.zodiac-content a {
    color: #ff1985;
}
@media(max-width: 767px){ 
    .zodiac-item {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    align-items: center;
    }
    .zodiac-content {
    align-items: center;
    }

}

/* erotimatologio */

.page-template-erotimatologio div#page {
    background-image: none;
    background: #F5CE6D;
}
.questionaire-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
    align-content: center;
    justify-content: flex-start;
}
.questionaire-flex div {
    padding: 0;
    padding-top: 60px;
}
.questionaire-image {
    background-image: url('https://animal.gr/wp-content/uploads/2024/06/paw.svg');
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
.questionaire-body {
    text-align: center;
    padding-bottom:140px;
    background-image: url('https://animal.gr/wp-content/uploads/2024/06/paw-2.svg');
    background-repeat: no-repeat;
    background-position: top left;
}
.questionaire-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0.01em;
    color: #fff;
    font-family: "Lato", sans-serif;
}
.questionaire-subtitle {
    font-size: 52px;
    font-style: italic;
    font-weight: 400;
    line-height: 61px;
    letter-spacing: 0.01em;
    color: #fff;
    font-family: "Lato", sans-serif;
}
.responsive-iframe { 
    width: 100vw;
    height: 1340px; 
}

@media(max-width: 1440px){  
    .questionaire-title, .questionaire-subtitle {
        font-size: 42px;
    }
    .questionaire-image {
        width: 40%;
    }
}
@media(max-width: 1200px){  
    .questionaire-image {
        width: 33%;
        background-size: contain;
    }
    .questionaire-title, .questionaire-subtitle { 
        line-height: 42px;
    }
}

@media (max-width: 992px) {
    .questionaire-image {
        width: 25%;
    }
    .questionaire-title, .questionaire-subtitle {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width: 768px) { 
    .questionaire-flex {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
        align-content: center;
        justify-content: center;
        padding-bottom: 25px;
    }
    .questionaire-flex div {
        padding-top: 0;
    }
    .questionaire-circle-text {
        margin-left: -15vw;
    }
    .questionaire-image {
        width: 80%;
        margin-top: -25vh;
        margin-left: 15vw;
    }
}
@media (max-width: 540px) {
    .responsive-iframe {
        height: 1620px;
    }
}
@media (max-width: 420px) { 
    .questionaire-circle-text {
        margin-left: -30vw;
    }
    .questionaire-image {
        width: 80%;
        margin-top: -28vh;
        margin-left: 10vw;
    }
}
@media (max-width: 354px) { 
    .questionaire-title, .questionaire-subtitle {
        font-size: 24px;
        line-height: 24px;
    }
}

.pre-order-message {
    margin: 10px 0 30px 0;
    padding: 10px 25px;
    width: 100%;
    border-radius: 10px;
    background-color: #F47E20;
    color: rgb(25, 20, 69);
}
body ul.wpc-filter-chips-list {
    margin-left: 0;
    list-style: none !important;
    display: inline-flex;
    padding-left: 0;
}
.wpc-filters-widget-top-container {
    background: transparent !important;
}
.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
    overflow-y: hidden !important;
}

/* Filter CSS */
.product-filter-wrapper {
    display: flex;
    margin-top: 2rem;

}
.filter-sidebar {
    width: 40%;
    padding-right: 2rem;
    height: 100%;
}
.wpc-filter-chips-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
.wpc-filter-title {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}
.wpc-filters-main-wrap li.wpc-term-item label {
    font-size: 14px;
    line-height: 20px;
}
@media screen and (max-width: 768px) {
    .wpc_show_bottom_widget .widget_wpc_filters_widget, .wpc_show_bottom_widget .wpc-filters-main-wrap {
        position: relative;
        z-index: 99999999;
    }
    .product-filter-wrapper {
        flex-direction: column;
    }
}
.products .price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.products span.woocommerce-Price-amount.amount {
    padding-right: 10px;
}
.products span.woocommerce-Price-amount.amount:nth-child(2) {
    padding-left: 10px;
}
del {
    margin: 0;
}

.single-product .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.single-product del {
    text-decoration: none;
}

.single-product del span {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #000;
    padding-right: 10px;
}

.mobile-cart .thump.mobile {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.mobile-cart .cr-text-cont {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.mobile-cart .product-quantity {
    gap: 2rem;
}
.mobile-cart .product-name.mobile-cart {
    line-height: 20px;
}
.mobile-cart .product-price.mobile-cart {
    gap: 2rem;
    display: flex;
    align-items: center;
}
.mobile-cart .product-subtotal {
    gap: 2rem;
    display: flex;
    align-items: center;
}
.mobile-cart .cart-suggetion {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.mobile-cart .brcs_products {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.mobile-cart .cart-suggetion .brcs_product {
    min-width: 50% !important;
    padding: 1rem;
}
.mobile-cart a.button.product_type_variable {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: block !important;
}
.mobile-cart a.button.product_type_simple{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: block !important;
}
.mobile-cart .price {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.brcs_products .price {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.wpc-filters-main-wrap .children {
    margin-left: 0px !important;
    padding-left: 15px !important;
}



.berocket_cart_notice.berocket_cart_notice_335198 {
    display: block !important;
    font-weight: bold;
}

.woocommerce .woocommerce-info:has([data-notice_id="335198"]) {
    border: 5px red solid;
}
