/*!
Theme Name: books
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: books
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.

books 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.
 */
	 .wc-block-mini-cart__quantity-badge {
	background-image: url(cart.svg);
 
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	background-color: #F5F5F5;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	color: rgba(0, 0, 0, 0.56);
background-color: #F5F5F5 !important;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.54px;
margin-bottom: 0 !important;
}

/**
 * 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;
	text-decoration: none !important;
}

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

/* Robotoactive
	 ========================================================================== */

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #404040;
}

a:hover,
a:focus,
a:active {
	color: #404040;
}
.wc-block-components-totals-coupon-link {
	color: #C6A07D;
}
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;
}


 .logo {
    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;
}
.container {
	max-width: 1295px;
	margin-left: auto;
	margin-right: auto;
}

header .container {
    display: flex;
    align-items: center;
    min-height: 64px;
}
#primary-menu a {
color: #000;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.54px;
}

#primary-menu  .nav-menu {
	display: flex;
	gap: 48px;
}

  .main-navigation {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 48px;
}


.cart-count {
    background: #C6A07D;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    width: 100%;
}
.cart_head {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 25px;
 
}


.slide {
    display: none;
    width: 100%;
    height: auto;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
header {
    background-color: #EDEDED;
}

.product_slider {
    display: flex;
    align-items: center;
}

.image_prod_slider {
    width: 30%;
    height: max-content;
    min-height: 694px;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 16px;
}
 .poruct_desk_slider {
    width: 50%;
      margin-left: 24px;
}
.section_one {
    padding-top: 56px;
}
  .image_prod_slider img{
border-radius: 3px;
background: url(<path-to-image>), lightgray 50% / cover no-repeat;
box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.10), 0px 21px 21px 0px rgba(0, 0, 0, 0.09), 0px 47px 28px 0px rgba(0, 0, 0, 0.05), 0px 84px 34px 0px rgba(0, 0, 0, 0.01), 0px 131px 37px 0px rgba(0, 0, 0, 0.00);
}
 .poruct_desk_slider h4{
 	margin: 0;
 	padding: 0;
 }
 .poruct_desk_slider h3 {
 	padding: 0;
 	margin: 12px 0; 
 }
h4 {
 color: #6E6E73;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.72px;}

h3, h3 a {
    color: #000 !important;
    text-decoration: none;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

 .slider_link 
 {color: #C6A07D !important;
 	text-decoration: none;
margin-top: 12px;
 display: flex;
    gap: 12px;
    align-items: center;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.54px; }

 
.imag_prod_cat {
    height: 250px;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
}
.imag_prod_cat img {
    height: 100% !important;
    object-fit: contain;
}
.prod_cont {
	text-align: center;
    border-radius: 18px;
    position: relative;
    background: #FFF;
    margin: 12px;
    padding: 24px;

}
.prod_cont *{

    cursor: pointer;
}
.prod_cont  .cart_but {
	height: 0;
	overflow: hidden;

}
.prod_cont  .cart_but a{
	text-decoration: none;

}

 .section_one {
    overflow: hidden;
    max-height: 780px;
}
.prod_cont:hover {
    border-radius: 18px;
    background: #dadada4d;
}


.prod_cont:hover img{
    opacity: 0.6;
    transition: 0.5s;
}


.prod_cont:hover  .cart_but {
    height: 75px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px;
    z-index: 111;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 24px;
    flex-direction: column-reverse;
}
 .added_to_cart  {
    margin-bottom: -46px;
    z-index: 999;
    background: #333 !important;
}
.prod_cont h2 {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 70px;
    letter-spacing: 0.72px;
}
.cart_but a {
    border-radius: 30px;
    background: #C6A07D;
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    padding: 12px;
}

.autor a{
	text-transform: none;
	text-decoration: none;
color: #6E6E73;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.54px;margin: 0;
}
.autor a:hover{ 
text-decoration: underline;
 }
.price {margin: 0;
color: #C6A07D;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.72px;}
.mod_title {
 
    border-bottom: solid 1px rgba(0, 0, 0, 0.09);
    padding-bottom: 12px;
}

.popular_prod_cat {
    display: flex;
    gap: 1%;
    margin-top: 48px;
}
.popular_prod_cat .left_col{
    width: 25%;
} 
.popular_prod_cat .right_col{
    width: 74%;
} 
.popular_prod_cat .left_col h2 {
    border-radius: 18px 18px 0px 0px;
    background: #C6A07D;
    color: #FFF;
    /* font-family: Coolvetica; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-align: center;
    padding: 12px;
    margin-bottom: 0;
}
.cater {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    gap: 24px;
    border-radius: 0px 0px 18px 18px;
}
.cater a{
color: #000;
text-decoration: none;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.6px;}
.prod_do:first-child {
	width: 100%;
}
.prod_do {
	width: 33%;
}

.varto {
    display: flex;
    flex-wrap: wrap;
}


.prod_do:first-child  img {
    max-height: 380px;
    object-fit: contain;
}



.popular_prod_cat .container {
    display: flex;
    gap: 24px;
}

 .slider_tree {
    width: 100%;
}

.prod_do {
    display: flex;
    gap: 24px;
}
.prod_do_slider {
  
    padding: 12px;
   
   
 
}

.white_back_rad {
    background: #fff;
    border-radius: 18px;
    gap: 24px;
    display: flex !important;
    min-height: 130px;
    padding: 0 24px;
}

.prod_do_slider .desc_tov h3 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    height: 50px;
}
.mod_title {
    margin-top: 22px;
}
.slick-slide img {
    display: block;
    object-fit: contain;
}

 
.avtor_item a {
    margin: 12px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.03);
    padding: 24px;
    display: flex;
    flex-direction: column;
       text-decoration: none !important;
}
.avtor_item a h3{
color: #6E6E73;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.72px;}

.avtor_item a h3 {
    color: #6E6E73;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 12px;
}
.news {
    display: flex;
    gap: 24px;
}
.baton {
	 margin-bottom: 96px;
}
.baton, #primary .product .single_add_to_cart_button {
    border-radius: 30px;
    background: #C6A07D;
    color: #FFF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    padding: 12px 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    margin-top: 24px;
    text-decoration: none !important;
}
footer  {
background: rgba(0, 0, 0, 0.10);
margin-bottom: 0;
}
footer .container {
    display: flex;
    justify-content: space-between;
    min-height: 125px;
    align-items: center;
}
#menu-pidval {
    display: flex;
    gap: 48px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
#menu-pidval a{
color: #6E6E73;

/* 18 arial */
font-family: Arial;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.54px;
text-decoration: none;
}
footer  .social a{
    display: flex;
    height: max-content;
}
footer  .social {
    display: flex;
    gap: 48px;
    max-height: max-content;
    align-content: center;
    align-items: center;
}
footer .logo {
    display: flex;
    height: max-content;
}
.post h2 a {
color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
letter-spacing: 0.72px;}

.woo_cont {
	display: flex;
	gap: 1%;
} 
.woo_cont .left_col {
    width: 25%;
} 
.woo_cont .right_col {
    width: 74%;
    padding-top: 18px;
}
.woo_cont .orderby {
    border: navajowhite;
    background: none;
}
#primary .woocommerce-breadcrumb {
    margin-top: 12px;
    margin-bottom: 48px;
}
.zag_filter, .woo_cont .woof_container_product_tag h4, .woo_cont .woof_price3_search_container h4 {
    border-radius: 18px 18px 0px 0px;
    background: #EDEDED;
    padding: 12px 24px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    margin-top: 0;
    margin-bottom: 0;
}
.zag_filter_cat svg, .zag_filter_tag  svg {
	display: none;
}
.woo_cont .woof_container_inner, .fil_cat {
    border-radius: 18px;
    background: #FFF;
    padding-bottom: 15px;
    margin-bottom: 24px;
}

.woo_cont .woof_block_html_items  {
    padding-left: 12px;
}


.woof_block_html_items::-webkit-scrollbar-thumb {
    background: #C6A07D!important; 
    border-radius: 10px;
    z-index: 999;
    opacity: 1;
}

/* Стилизация дорожки скроллбара */
.woof_block_html_items::-webkit-scrollbar-track {
    background: #EDEDED; 
}

/* Стилизация всего скроллбара */
.woof_block_html_items::-webkit-scrollbar {
    width: 5px;
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #C6A07D!important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #C6A07D !important;
}


.irs--round .irs-handle {
    top: 26px;
    width: 5px!important;
    height: 24px;
    margin-right: -15px;
    border: 4px solid #C6A07D!important;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}


.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
 
    border-top-color: #C6A07D !important;
}

#primary {
	width: 100%;
}

.products  .product-type-simple {
    width: 33% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

 .products  {
    display: flex !important;
    flex-wrap: wrap;
}

 .products .product  .cart_but a {
    border-radius: 30px;
    background: #C6A07D;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    padding: 12px;
}
.woof_search_is_going nav.woocommerce-breadcrumb {
     display: block !important;
}
.woof_products_top_panel {
	display: none !important;
}
 .woo_cont .left_col .irs--round {
    width: 84%;
    margin-left: 8%;
}

 .woo_cont .left_col .woof_reset_search_form {
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    padding: 14px 24px;
    color: #000;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    margin-bottom: 48px;
}

 .products .product  .cart_but a:hover .woo_cont .left_col .woof_reset_search_form:hover, .baton:hover, .cart_but a:hover, #primary .product  .single_add_to_cart_button:hover 	 {
    background: #fff !important;
    color: #C6A07D!important;
    outline: 1px solid!important;
}

.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content, .woocommerce-cart .entry-header, .woocommerce-checkout .entry-header  {
    max-width: 1295px;
    margin-left: auto;
    margin-right: auto;
}



.woocommerce-product-gallery img {
    max-height: 600px;
    object-fit: contain;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    max-width: 33%;
}
.woocommerce div.product {
    
    gap: 17px;
}
.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #c6a07d !important;
}		
.wc-block-components-notice-banner__content a {
    border: 1px solid rgb(198 160 125);
    display: block;
    padding: 6px 24px !important;
    border-radius: 30px;
    color: #c6a07d !important;
    opacity: 1;
}
.wc-block-components-notice-banner.is-success>svg {
    background-color: #c6a07d !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 64%;
    clear: none;
}

.woocommerce-product-details__short-description p {
    margin: 0;
}
.wp-block-search__inside-wrapper {
	position: relative;
}
 
.wp-block-search__button {
    width: 30px;
    background-image: url(sea.svg);
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 8px;
    border: none;
    top: 4px;
    background-color: transparent;
}

.header-search-widget .wp-block-search__input {
    padding: 8px 16px;
    border-radius: 30px;
    border: navajowhite;
    min-width: 300px;
}
#masthead .wc-block-mini-cart__badge {
    position: absolute;
    background: #c6a07d !important;
    color: #fff;
    font-size: 10px;
    padding: 5px 5px;
    bottom: -10px;
}

 .wishlist_a {
    margin-left: 48px;
    margin-top: 3px;
    padding-top: 3px;
    display: block;
    margin-right: 12px;
}

.slick-dots li button:before {
   
    font-size: 10px !important;
   
}
main {
    overflow-x: hidden;
}

#mob_menu {
	display: none;
}

#mob_menu .tag_menu, #mob_menu .category_menu, .cat_fil {
    max-height: 283px;
    overflow-y: auto;
}
 #primary .prod_cont .price {
    color: #C6A07D;
 
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
}

#mob_menu .tag_menu ul, #mob_menu .category_menu ul, .cat_fil ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}


*::-webkit-scrollbar-thumb {
    background: #C6A07D!important; 
    border-radius: 10px;
    z-index: 999;
    opacity: 1;
}

/* Стилизация дорожки скроллбара */
*::-webkit-scrollbar-track {
    background: #EDEDED; 
}

/* Стилизация всего скроллбара */
*::-webkit-scrollbar {
    width: 5px;
}





 .flax_cat {
    display: flex;
}






.cat_fil a {
    color: #6E6E73;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-decoration: none;
}
.cat_fil ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 24px;
    padding-top: 12px;
}

.category_menu a, .tag_menu a {
    color: #6E6E73;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-decoration: none;
    margin-top: 12px;
    display: block;
}

 .category_menu ul {
    display: flex;
    flex-direction: column;
    
    padding: 0 24px;
}


.category_link {
    margin-bottom: 12px;
}
#mob_menu {
    
    padding-bottom: 6px;
}
.category_link, .tag_link {
    color: #000;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    display: flex;
    background: #EDEDED;
    padding: 12px 24px;
    align-items: center;
    gap: 8px;
    margin-left: -24px;
    margin-right: -24px;
    justify-content: space-between;
}

.category_menu, .tag_menu {
	height: 0;
}
.mob_category_act {
    height: auto !important;
}

 .mob_category_act svg{
    transform: rotate(180deg);
}


	 .woo_conts {
    gap: 24px;
}

.quantity-buttons {
	display: flex;
}

/* Скрыть стрелочки у input[type=number] */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Для WebKit-браузеров, таких как Chrome и Safari */
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Для Firefox */
}
 .single_add_to_wishlist {
    color: #6E6E73;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    text-decoration: none;
}		



.posted_in, .tagged_as {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    display: block;
    padding: 12px 24px;
    border-radius: 40px;
    max-width: max-content;
    margin-top: 12px;
    margin-bottom: 12px;
}

.posted_in a, .tagged_as a{
    color: #000;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    text-decoration: none;
}

.container_nag {
	width: calc(100% - 48px);
}


.popular_avtor {
    margin-top: 68px;
    margin-bottom: 68px;
}

 .wc-block-components-product-name {
    color: #000 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
}
 .wc-block-components-product-name:hover {
opacity: 0.7;
 }
.wp-block-woocommerce-mini-cart-title-block {
color: #000;

font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.72px;
}

.wc-block-cart-item__prices .wc-block-components-product-price, .wc-block-components-order-summary-item__individual-prices    {
	display: none !important;
}



.wc-block-cart-items__row {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 12px;
    border-top: 1px solid #d4d4d4;
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: -13px;
}
.wc-block-mini-cart__footer-actions {
	display: flex !important;
 
 
    gap: 16px;
    flex-direction: column;
}
.wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block {
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    display: flex;
    width: 100%;
}

.wp-block-woocommerce-mini-cart-checkout-button-block, .wc-block-cart__submit-container a, .wc-block-components-checkout-place-order-button {
    border-radius: 30px;
    background: #C6A07D;
    color: #FFF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    padding: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
    margin: 0;
    text-decoration: none !important;
}

 


.wp-block-woocommerce-mini-cart-title-items-counter-block {
	display: none !important;
}
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
    max-width: calc(100% - 24px);
    margin-left: auto !important;
    margin-right: auto !important;
}

.woocommerce-cart h1, .woocommerce-checkout h1{
    color: #000 !important;
    text-decoration: none;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
    padding: 0 12px;
    background: transparent;
}


.woocommerce-cart .entry-header, .woocommerce-checkout .entry-header {
	background: transparent;
}
.entry-footer {
	display: none;
}
.cont_contact {
    display: flex;
    padding-bottom: 96px;
    min-height: 70vh;
    align-content: center;
    align-items: stretch;
}
.cont_contact .right_col {
	background-image: url(bro.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50%;
}
.cont_contact .left_col h3 {
	margin: 0;
}
.cont_contact .left_col p {
	margin: 0;
}
.cont_contact .left_col {
    width: 50%;
    gap: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cont_contact .left_col a {
    display: flex;
    gap: 12px;
}

.cont_contact .left_col  .social {
    display: flex;
    gap: 24px;
}

.dost .right_col {
	background-image: url(ship.svg);
 
}


.blog  .news {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.blog  .news .post {
    width: calc(50% - 24px);
}
   .news img {
    height: 300px;
    object-fit: cover;
}


.main-navigation ul {
    display: flex;
    gap: 48px;
}

@media screen and (max-width: 1350px) {
.container {
    max-width: 990px;
}
	 
#primary-menu a {
    font-size: 14px;
}
.main-navigation ul {
    display: flex;
  gap: 26px;
}
.header-search-widget .wp-block-search__input {
    min-width: 200px;
}
.poruct_desk_slider {
    width: 65%;
 
}
.popular_prod_cat .right_col {
    width: 64%;
}
.popular_prod_cat .left_col {
    width: 33%;
}

.image_prod_slider {
    width: 33%;
    min-height: 504px;
    padding-bottom: 58px;
    padding-top: 10px;
}


 
}  






	.menu-toggle {
		display: none;
		position: absolute;
		right: 0;
		top: 10px;
	}


.slick-prev_new, .slick-next_new{
    position: absolute;
    top: -68px;
    right: 0px;
    cursor: pointer;
    height: 44px;
    width: 44px;
    opacity: 0.6;
    background-image: url(arow.svg);
    background-color: transparent;
    border: none;
}
.slick-prev_new {
transform: rotate(180deg);
   right: 44px;
}

.slick-prev_new:hover, .slick-next_new:hover{
	opacity: 1;
	transition: 0.3s;
}

.slider_tree  .slick-prev {
    left: 0;
    z-index: 9;
}
.slider_tree  .slick-next{
right: 0;}
.slider_tree  .slick-prev:before {
 
    color: #C6A07D;
     
}


.slider_tree  .slick-next:before {
	right: 0;
    
    color: #C6A07D;
}
.wc-block-mini-cart__quantity-badge {
	background-image: url(cart.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.wc-block-mini-cart__quantity-badge svg {
	opacity: 0;
}


.slider_link:hover {
	text-decoration: underline !important;
}


#primary-menu a:hover {
  color: #C6A07D;
}


.woocommerce nav.woocommerce-pagination ul li {
    border-right: none !important;
   
}

.woocommerce nav.woocommerce-pagination ul {
 
 
    border: none !important;
 
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent !important;
    color: #000000;
    font-weight: 600 ;
}






















@media screen and (max-width: 1020px) {
.container {
  max-width: calc(100% - 24px);
}
.popular_prod_cat .container {
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.popular_prod_cat .left_col {
    width: 100%;
}
.popular_prod_cat .left_col {
    width: 100%;
}
.cater {
    flex-direction: row;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cater a  {
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 8px 16px;
}
.popular_prod_cat .right_col {
    width: 100%;
}


 

	.menu-toggle {
		display: block;
		position: absolute;
		right: 0;
		top: 10px;
	}

.main-navigation ul {
    display: none;
    gap: 48px;
}

.menu-osnovne-menyu-container {

    
}

 .wc-block-mini-cart {
    display: inline-block;
    margin-right: 55px;
}
header .container {
position: relative;
}

.menu-toggle {
    width: 44px;
    border-radius: 40px;
    background: #FFF;
    border: none;
    box-shadow: 0px 8px 16px 0px rgba(96, 97, 112, 0.16), 0px 2px 4px 0px rgba(40, 41, 61, 0.04);
    height: 44px;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 6px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tog_menu_act svg{
	display: none;
}

.tog_menu_act svg:first-child {
    display: block;
    transform: rotate(-45deg);
    margin-bottom: 2px;
}

.tog_menu_act svg:last-child{
	display: block;
    transform: rotate(45deg);
    margin-top: -10px;
}

#mob_menu {
    display: none;
    position: absolute;
    right: 0;
    width: 0;
    top: 65px;
    opacity: 0;
    background: #E6E6E6;
    flex-direction: column;
    z-index: 10;
    padding: 24px;
}
.mob_menu_act {
	 display: flex !important;
	width: 80% !important;
	max-width: 350px;
opacity: 1 !important;
transition: 0.3s;
}

.mob_menu_act .main-navigation ul {
    display: flex;
    flex-direction: column;
}
.main-navigation ul {
    display: none;
    gap: 12px;
    margin-top: 24px;
}
.header-search-widget .wp-block-search {
	display: none;
}
.mob_block .wp-block-search{
	display: block;
}

.main-navigation {
    
    margin-left: 0px;
    justify-content: flex-start;
}
#primary-menu a {
    font-size: 18px !important;
    padding-bottom: 12px;
}
}










.slick-prev {
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    z-index: 9;
	opacity: 0.3;
		transition: 0.3s;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-next {
    right: 5px;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    opacity: 0.3;
		transition: 0.3s;
}



.slick-next:hover, .slick-prev:hover {
 opacity: 0.7;
	transition: 0.3s;
}
	
	.slick-prev svg{

 	transform: rotate(180deg);
}
.related h2 {
	width: 100%;
}



 

footer .footer-menu-class {
    list-style: none;
    display: flex;
    gap: 15px;
	    margin-left: 0;
    padding-left: 0;
	margin-top: 10px;
}







@media screen and (max-width: 620px) {
	.slick-prev {

    top: 70%;

}

 .slick-next {
    
     top: 70%;
}
	footer .footer-menu-class {
    list-style: none;
    display: flex;
    gap: 15px;
    
    flex-direction: column;
    align-content: center;
    align-items: center;
 
}
	.blog  .news .post {
    width: 100%;
}
.cont_contact {
   
    flex-direction: column;
}

.cont_contact .left_col  .social {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 48px;
}
.cont_contact .left_col, .cont_contact .right_col{
   width: 100%;
}
.cont_contact .right_col{
   min-height: 200px;
}
	.slick-dots {
  
    
    opacity: 0.1;
}
.zag_filter_cat svg, .zag_filter_tag  svg {
	display: block;
}
	 .woocommerce-ordering {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

	.woocommerce-result-count {
		display: none;
	}
.container_nag {
    width: 99%;
    position: relative;
}
.image_prod_slider {
  padding-right: 16px;
    padding-left: 16px;
}

 .slick-prev {

    left: 0;
    display: block;
    width: 40px;
    height: 40px;
   top: 150px;
    
    z-index: 9;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
 .slick-next {
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    top: 150px;
   
    z-index: 9;
}
 .slick-prev svg{

 	transform: rotate(180deg);
}



	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
}
	.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
	.cat_fil {
		height: 0;
	}

	.flax_cat {
    display: flex;
    flex-direction: column;
}
.zag_filter {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fil_cat {
    padding-bottom: 0;
    margin-bottom: 12px;
    overflow: hidden;
}
	.prod_cont {
   
    margin: 6px;
   
    padding: 12px;
}
	 .product-template-default .product  {
    display: flex;
    flex-direction: column;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
 
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
	.woo_cont {
    display: flex;
    gap: 1%;
    flex-direction: column;
}
.woo_cont .left_col {
    width: 100%;
}
.woo_cont .right_col {
    width: 100%;
    padding-top: 18px;
}
.products  .product-type-simple {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
	.news {
  
    flex-direction: column;
}
	.popular_prod_cat .right_col {
 
    display: none;
}
.wp-block-search__button-outside {
	display: none;
}
footer .container {
    display: flex;
    justify-content: space-between;
    min-height: 125px;
    align-items: center;
    flex-direction: column;
}
 .wc-block-mini-cart {
    visibility: inherit !important;
}
.product_slider {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.image_prod_slider {
    width: 70%;
    max-height: 350px;
    padding-bottom: 58px;
    padding-top: 10px;
    min-height: 350px;
}
.section_one {
    overflow: hidden;
    max-height: max-content;
}
.image_prod_slider {
    width: 70%;
    max-height: 350px;
    padding-bottom: 58px;
    padding-top: 10px;
    min-height: 350px;
}
.poruct_desk_slider {
    width: 94%;
    margin-left: 0;
}
 
.imag_prod_cat {
    height: 250px;
}
.products  .product-type-simple {
    width: 50% !important;
 
}
.prod_cont h2 {
   
    font-size: 14px;
  min-height: 50px;
    margin-top: 6px;
}

 .autor {
    margin: 12px;
}
#menu-pidval {
    display: flex;
    gap: 12px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 24px;
    flex-direction: column;
    text-align: center;
    margin-top: 24px;
}
footer {
	padding-top: 24px;
}

}

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

.mob_menu_act {
  
    width: 100vw !important;
    max-width: 100vw;
  margin-left: -12px;
    margin-right: -12px;
 
}
}
.entry-header {
	background: transparent;
}
.has-post-thumbnail .post-thumbnail img {
    max-height: 350px;
    object-fit: cover;
}
