/*!
Theme Name: mykemet
Theme URI: http://mykemet.com/
Author: MyKemet
Author URI: http://mykemet.com/
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mykemet
*/

/*--------------------------------------------------------------
>>> 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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* Fonts
	 ========================================================================== */
@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope/static/Manrope-Light.ttf') format('truetype'),
    url('assets/fonts/Manrope/static/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope/static/Manrope-Regular.ttf') format('truetype'),
    url('assets/fonts/Manrope/static/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope/static/Manrope-Medium.ttf') format('truetype'),
    url('assets/fonts/Manrope/static/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope/static/Manrope-Bold.ttf') format('truetype'),
    url('assets/fonts/Manrope/static/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 200 800;
    font-display: fallback;
    src: url('assets/fonts/Manrope/Manrope-VariableFont_wght.woff2') format('woff2');
}

/* Typography
--------------------------------------------- */

html {
    box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea,a,label,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,select,option {
    color: #404040;
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

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

h1, .h1 {
    font-family: Manrope, Sans-serif;
    font-size: 48px;
    font-weight: 400!important;
    line-height: 1.2em;
}

h2, .h2 {
    font-family: Manrope, Sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 5px;
}

h3, .h3 {
    font-family: Manrope, Sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
}

h4, .h4 {
    font-family: "Manrope", Sans-serif;
    font-size: 24px;
    line-height: 1.4rem;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

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

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

a:visited {
    color: #111111;
}

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

a:focus {
    outline: thin dotted;
}

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

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

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

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

/*--------------------------------------------------------------
# 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;
}


/*==== Site Header ====*/
header{
    border-bottom: 1px solid lightgray;
}
.site_header {
    position: sticky;
    top: 0;
    z-index: 99;
}

.site_header .top_header {
    background-color: #FFB840;
    padding: 9px;
}

.site_header .top_header .top_nav_list_item ul {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 113px;
}

.site_header .top_header .top_nav_list_item ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
}

.site_header .container,
.sortiment_grid_section .container {
    max-width: 1440px;
}

.site_header .top_header .top_nav_list_item .nav_icon img {
    max-width: 30px;
    height: auto;
    max-width: 24px;
}

.site_main_header {
    background-color: #ffffff;
    color: #111111;
    /*padding: 15px 0;*/
}

.nav_logo{
    width: 56px;
    height: 56px !important;
}
.logo {
    width: 100px;
    height: 100px !important;
}
.nav_logo img {
    width: 100%;
    height: auto;
}

/*=== Header: Desktop main Menu ===*/
.desktop_header_menu_wrap ul,
.shop_options ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.desktop_header_menu_wrap ul li{
    margin: 0px 5px;
}
.desktop_header_menu_wrap ul li a {
    display: block;
    padding: 4px 5px;
    color: #111111;
    font-size: 1rem;
    line-height: 20px;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 2px solid transparent;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.desktop_header_menu_wrap ul li a:hover,
.desktop_header_menu_wrap ul li:hover a,
.desktop_header_menu_wrap ul li.current-menu-item a,
.desktop_header_menu_wrap ul li.current-menu-ancestor a,
.desktop_header_menu_wrap ul li.current-menu-parent a {
    border-bottom-color: #181818;
}

/*=== Header: Desktop Shop option ===*/
.shop_options ul {
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: nowrap;
}

.shop_options ul li {
    position: relative;
}

.shop_options ul li.header_cart {
    margin-right: 8px;
}

.shop_options ul li.header_cart a {
    /*display: inline-flex;*/
    text-decoration: none;
}

.shop_options ul li.header_cart a svg {
    width: 1.5em;
}

.shop_options ul li.header_account a svg {
    width: 1.5em;
    color: #111111
}

.shop_options ul li.header_cart a span {
    font-size: 8px;
    align-items: center;
    border-radius: 1em;
    box-sizing: border-box;
    display: flex;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    left: 100%;
    top: 3px;
    margin-left: -44%;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    position: absolute;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
    background-color: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
}

.shop_options ul li .legend {
    background-color: #FFB840;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    font-weight: 400;
    position: absolute;
    top: -4px;
    z-index: 2;
    right: -14px;
}

.shop_options ul li .top_header_search {
    display: table;
    position: relative;
    height: 25px;
    width: 25px;
    margin-top: 4px;
}

.header_search {
    position: absolute;
    top: 50%;
    right: 0;
    width: 200px;
    transform: translateY(-50%);
}

.desktop_header_menu_wrap ul > li {
    position: relative;
}

.desktop_header_menu_wrap ul > li > ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #2A221C;
    padding: 12px 0 15px 0;
    z-index: 9999;
    min-width: 143px;
    border-radius: 0 0 8px 8px;
}

.desktop_header_menu_wrap ul > li:hover > ul.sub-menu {
    display: block;
}

.desktop_header_menu_wrap ul > li > ul.sub-menu li a {
    padding: 13px 22px;
    border: none;
}

.desktop_header_menu_wrap ul > li > ul.sub-menu li a:hover,
.desktop_header_menu_wrap ul > li > ul.sub-menu li.current-menu-item a {
    color: #F3B24C;
}

/*=== Mobile Menu ====*/
.mobile_menu .sub-menu {
    display: none;
}

.ce_icon--hamburger .ce_icon__inner:before {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
    top: 0;
}

.ce_icon--hamburger .ce_icon__inner:after {
    /* width: 70%; */
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
    top: 0;
}

.ce_icon--hamburger .ce_icon__inner::before,
.ce_icon--hamburger .ce_icon__inner::after {
    content: "";
    width: 23px;
    height: 2.5px;
    background-color: #FFB840;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 30px;
}

.ce_icon--hamburger .ce_icon__inner {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 23px;
    height: 2.5px;
    background-color: #FFB840;
    border-radius: 30px;
    box-shadow: none;
}

.ce_icon--hamburger {
    right: 0;
    width: 23px;
}

.single-product div.product .woocommerce-product-gallery {
    width: 90%;
}

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

.woocommerce div.product form.cart table.variations td select {
    min-width: 70%;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - 12px) 50%;
    -webkit-background-position: calc(100% - 12px) 50%;
}

.woocommerce table.variations tr td select {
    height: 3em;
    padding: .5em 1.1em;
    font-size: 0.875rem;
}


.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: min-content auto auto;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}
.woocommerce div.product form.cart .quantity
{
    align-items: stretch;
    display: inline-flex;
}
.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866;
}

.wc-tabs{
    display: flex;
}
.wc-tabs li:first-child{
    margin-right: 2em!important;
}
.wc-tabs li a{
    text-decoration: none;
    color: #111;
    font-weight: 500;
    font-size: 20px;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both;
}

.woocommerce-breadcrumb a, .posted_in a{
    color: #111;
}
.product_meta {
    margin-top: 1em;
}

.woocommerce-notices-wrapper{
    margin-top: 1em;
    margin-bottom: 1em;
}
.woocommerce-message{
    padding: 10px;
    background-color: #f4fff7!important;
    border-color: #4ab866!important;
    border: 1px solid #2f2f2f;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.woocommerce-noreviews{
    background-color: #fff!important;
}


.wc-block-cart__submit-container{
    background-color: #111;
    border-radius: 5px;
}
.wc-block-cart__submit-container .wc-block-components-button__text{
    color: #fff
}
.single_product_item .product_image {
    position: relative;

    margin-bottom: 10px;

}

.single_product_item .product_metadata {
    /*padding: 0px 10px;*/
    /*display: block;*/
    display: flex;
    justify-content: space-between;
}
.single_product_item .price {
    margin-top: 5px;
}

.single_product_item .product_add_to_cart {
    /*padding: 0px 10px;*/
    display: flex;
}
.single_product_item .product_add_to_cart a{

    text-decoration: none;
}
.single_product_item .woocommerce-LoopProduct-link{
    text-decoration: none;
}

.single_product_item {
    position: relative;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    height: 100%;
    color: #2A221C;
    padding: 12px;
    border-radius: 15px;
}
.single_product_item .product_image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.single_product_item h2
{
    font-size: 20px;
    color: #2A221C;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
}
.intro_home_section {
    position: relative;
    min-height: 551px;
    display: flex;
    align-items: flex-end;
    padding: 103px 4px;
    justify-content: flex-start;
    background-color: #2A221C;
}
.intro_home_section:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: transparent;
     z-index: 2;
 }
.intro_home_section .intro_home_bg_section, .intro_home_section .inner_bg_type, .intro_home_section .inner_bg_type img, .intro_home_section .inner_bg_type video, .intro_home_section .inner_bg_type iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}
section.intro_home_section .intro_home_section_content{
    position: relative;
    z-index: 2;
    width: 100%;
}

section.intro_home_section .intro_home_section_content .intro_header_heading {
    display: table;
    max-width: 800px;
    margin-bottom: 56px;
}
section.intro_home_section .intro_home_section_content .intro_header_heading h1 {
    font-weight: bold;
    line-height: 77px;
    font-size: 66px;
}

section.intro_home_section .intro_home_section_content .intro_header_heading h1, section.intro_home_section .intro_home_section_content .intro_header_heading h2 {
    color: #fff;
    margin-bottom: 0;
}
section.intro_home_section .intro_home_section_content .intro_header_heading h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
}
.links_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    gap: 22px;
}

.links_buttons .link_item {
    display: inline-block;
}

.product_builder_section{
    margin-top: 56px;
    margin-bottom: 56px;
}

.single_product_item {
    /*padding: 0px!important;*/
}

.site-footer .footer_manager{
    display: flex;
    justify-content: space-between;
}


.site-footer{
    border-top: 1px solid lightgray;
    padding: 20px 0px 0px 0px;
}

.footer_nav_ul_wrap ul{
    list-style: none;
}
.footer_nav_ul_wrap ul li{
    margin-bottom: 5px;
}
.footer_nav_ul_wrap ul li a{
    text-decoration: none;
    color: #111;
}

.woocommerce-ordering{
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 4px;
}
.woocommerce-MyAccount-navigation ul li a{
    text-decoration: none;
    color: #111;
}
.woocommerce-MyAccount-content{
    margin-left: 50px;
    width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-Addresses{
    width: 100%;
    display: flex;
}
.woocommerce-MyAccount-content .woocommerce-Addresses > .woocommerce-Address{
    width: 50%;
}



.add_to_cart_button,.single_add_to_cart_button{
    color: black!important;
    background: orange!important;
    width: 100%!important;
    padding: 10px!important;
    border-radius: 10px!important;
    text-align: center!important;
    margin: 10px 0px!important;
}
.single_add_to_cart_button{
    margin: 0px;
}
@media only screen and (max-width: 624px) {
    .desktop_header_menu_wrap{
        display: none!important;
    }
    .shop_options ul li{
        margin-left: 10px;
        list-style: none;
    }
    .mobile_menu_icon {
        display: table !important;
        margin-left: auto;
    }

    .mobile_menu {
        position: fixed;
        top: 0;
        right: 0;
        max-width: 300px;
        width: 100%;
        background-color: #fff;
        z-index: 9999;
        padding: 20px 20px 20px 25px;
        overflow: auto;
        height: 100%;
    }
    .mobile_menu .top_mobile_menu .main_navigation #primary-menu ul{
        list-style: none;
        margin: 0px;
    }
    .mobile_menu .top_mobile_menu .main_navigation #primary-menu ul li a{
        text-decoration: none;
        color: black;
    }
    button.top_button {
        padding: 0;
        background: transparent;
        border: none;
        display: table;
        margin-left: auto;
        margin-bottom: 10px;
    }

}
#customer_login .col-1, .col-2{
    width: 49% !important;
    float: left;
}
.site-footer{
    clear: both;
}


.onsale{
    position: absolute;
    color: orange;
}
.single_product_item a .product_image img:hover {
    scale: 1.05;
    border-radius: 10px;
}


.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
    float: none!important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
     float: left!important;
    clear: both!important;
}
.container-fluid {
    clear: both;
}





