/*!
Theme Name: ElegantSurprise
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: elegantsurprise
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.

ElegantSurprise 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%;
}

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



/**
 * 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.
 */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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



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 {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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



a: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;
}


.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;
}


/*------------------NEW --------------------- */
section.top-bar-sections {
    background: #F2F2F2;
}
.top-bar-sections a {
    font-size: 12px;
    padding: 5px 0px;
    font-weight: 500;
    color: #7a7a7a;
    padding-right: 15px;
}
.top-bar-sections a:hover {
    color: #000000;
    text-decoration: none;
}
.leng-top select {
    margin: 5px 5px;
    padding: 0px 5px;
}
a.custom-logo-link {
    width: 200px;
    padding: 10px 0;
}
.title-category-product {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 40px 0px;
}
div.text-home {
    text-align: center;
}
h1.title-category-product {
    text-align: center;
}
section.product-category-home.text-content {
    background: #F2F2F2;
    padding-bottom: 40px;
}
.woocommerce-product-search button {
    padding: 3px 9px;
    background: transparent;
    border-left: none;
}
.woocommerce-product-search input {
    float: left;
    font-size: 14px;
    line-height: 30px;
    border-radius: 0;
}
i.far.fa-shopping-bag {
    font-size: 24px;
    font-weight: 100;
}
span.fix_cart_count {
    position: absolute;
    right: 5px;
    top: -9px;
    font-weight: 600;
    font-size: 11px;
    background: #d9534f;
    display: block;
    width: 16px;
    border-radius: 50%;
    height: 16px;
    color: #fff;
    text-align: center;
}
.ai{
    align-items: center;
}
.cart-header {
    text-align: right;
}
.slide-1{
   background-image: url('img/elgantsurprise-podarki-14-fevralya.jpg');
}
.slide-2{
   background-image: url('img/podarki-devushkam-banner-scaled.jpg');
}
.slide-3{
   background-image: url('img/podarki-muzhchinam-banner-scaled.jpg');
}
.owl-slide{
    min-height:350px;
}
h2.slide__title {
    text-align: center;
    padding-top: 100px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#slider .slide {
    background-size: cover;
    background-position: center;
}
a.slide__link {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 30px;
    font-weight: 700;
}
.slide {
    text-align: center;
}
a.slide__link:hover{
     background: #fff;
}
a.slide__link:hover {
    background: #ffffff61;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
p.p-banner {
    color: #fff;
    margin-bottom: 40px;
    display: block;
}
.woocommerce ul.products li.product {
    box-shadow: 0 0 1px #ccc;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 0 0 4px #ccc;
}
h2.woocommerce-loop-product__title {
    text-align: center;
    color: #111;
}
.product-category-home span.price {
    text-align: center;
    color: #cc9a48;
}
.product-category-home span.price bdi {
    color: #cc9a48;
}
.product-category-home span.price bdi {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}
.product-category-home .woocommerce ul.products li.product .button {
    margin-top: 1em;
    background: transparent;
    border: 1px solid #cc9a48;
   /* margin-bottom: 20px;  */
    color: #111;
}
.product-category-home .woocommerce ul.products li.product {
    text-align: center;
    overflow: hidden;
}
.product-category-home .woocommerce ul.products li.product .button:hover {
    background: #cc9a48;
    border: 1px solid #b28233;
    color: #fff;
}
.preimushestva-home{
    text-align: center;
}
.preimushestva-home .fas, .preimushestva-home .fab {
    color: #313131;
    font-size: 105px;
    margin-bottom: 20px;
}
p.preimushestva {
    font-weight: 700;
    color: #313131;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -28px !important;
    position: relative;
    top: -20px;
}
.product-category-home li:hover .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    transform: scale(1.1);
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    transition: 1s;
    display: block;
}
footer{
    padding: 40px 0;
    background: #111;
}
.logo-footer-img img {
    width: 200px;
}
p.footer-text {
    color: #7a7a7a;
    padding-top: 20px;
}
.footer-h.h5 {
    color: #fff;
}
footer h2.widget-title{
    color: #fff;
}
.copyright {
    text-align: center;
    color: #a19c9c;
    font-size: 15px;
    border-top: 1px solid #7a7a7a;
    padding-top: 20px;
}
ul#menu-footer-menu {
    list-style: none;
    padding: 0;
}
ul#menu-footer-menu-russian {
    list-style: none;
    padding: 0;
}
ul#menu-footer-menu-english {
    list-style: none;
    padding: 0;
}
ul#menu-footer-menu a{
    color:#7a7a7a;
    text-decoration: none;
}
ul#menu-footer-menu-russian a{
    color:#7a7a7a;
    text-decoration: none;
}
ul#menu-footer-menu-english a{
    color:#7a7a7a;
    text-decoration: none;
}
ul#menu-footer-menu a:hover{
    color:#cc9a48;
}
ul#menu-footer-menu-russian a:hover{
    color:#cc9a48;
}
ul#menu-footer-menu-english a:hover{
    color:#cc9a48;
}
footer .textwidget {
    color: #7f7f7f;
}
ul.footer-ul{
    list-style: none;
    padding: 0;
}
ul.footer-ul a{
    color:#7a7a7a;
    text-decoration: none;
}
ul.footer-ul a:hover{
    color:#cc9a48;
}
li.messen a{
    color: #fff;
    font-size: 26px;
}
li.messen {
    float: left;
    padding: 7px;
}
ul.header-ul {
    list-style: none;
    padding: 0;
    text-align:center;
    display: inline-flex;
    margin-bottom: 0;
}
ul.header-ul a{
    color:#7a7a7a;
    text-decoration: none;
    font-size: 22px;
}
section.shop-menu {
    background: #111;
}
ul#menu-menu-1 li a {
    color: #DFDFDF;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding-right: 6px;
}
ul#menu-menu-1-russian li a {
    color: #DFDFDF;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding-right: 6px;
}
ul#menu-menu-1-english li a {
    color: #DFDFDF;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding-right: 6px;
}

ul#menu-menu-1 li:hover a {
    color: #cc9a48;
}
ul#menu-menu-1-russian li:hover a {
    color: #cc9a48;
}
ul#menu-menu-1-english li:hover a {
    color: #cc9a48;
}
       /*-------------------- MENU  --------------------------   */
.shop-menu .sub-menu {
    display: none;
}

ul#menu-menu-1 li:hover > ul.sub-menu{
    display: block;
}
ul#menu-menu-1-russian li:hover > ul.sub-menu{
    display: block;
}
ul#menu-menu-1-english li:hover > ul.sub-menu{
    display: block;
}
ul#menu-menu-1 li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    background: #404040;
    z-index: 999;
    padding: 15px 0;
    list-style: none;
    top: 66px;
    margin-left: 0px;
}
ul#menu-menu-1-russian li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    background: #404040;
    z-index: 999;
    padding: 15px 0;
    list-style: none;
    top: 66px;
    margin-left: 0px;
}
ul#menu-menu-1-english li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    background: #404040;
    z-index: 999;
    padding: 15px 0;
    list-style: none;
    top: 66px;
    margin-left: 0px;
}
ul#menu-menu-1 .menu-item-has-children>a:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    margin: 0 10px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
}
ul#menu-menu-1-russian .menu-item-has-children>a:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    margin: 0 10px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
}
ul#menu-menu-1-english .menu-item-has-children>a:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    margin: 0 10px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
}
ul#menu-menu-1 > li {
    display: block;
    padding: 20px 0;
    line-height: 26px;
    flex-basis: auto;
    flex-grow: 1;
}
ul#menu-menu-1-russian > li {
    display: block;
    padding: 20px 0;
    line-height: 26px;
    flex-basis: auto;
    flex-grow: 1;
}
ul#menu-menu-1-english > li {
    display: block;
    padding: 20px 0;
    line-height: 26px;
    flex-basis: auto;
    flex-grow: 1;
}
ul#menu-menu-1 .sub-menu li a {
    color: #999;
    font-size: 14px;
    display: block;
    padding: 6px 20px;
    flex-basis: auto;
    flex-grow: 1;
}
ul#menu-menu-1-russian .sub-menu li a {
    color: #999;
    font-size: 14px;
    display: block;
    padding: 6px 20px;
}
ul#menu-menu-1-english .sub-menu li a {
    color: #999;
    font-size: 14px;
    display: block;
    padding: 6px 20px;
}
ul#menu-menu-1 .sub-menu li a:hover {
    color: #e5e5e5;
    background: #575757;
}
ul#menu-menu-1-russian .sub-menu li a:hover {
    color: #e5e5e5;
    background: #575757;
}
ul#menu-menu-1-english .sub-menu li a:hover {
    color: #e5e5e5;
    background: #575757;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(239 239 239 / 25%);
}
a.added_to_cart.wc-forward {
    color: #111;
    font-weight: 700;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #111;
    background: #efefef;
    border-radius: 3px;
    margin-top: 1em;
    line-height: 1;
}
a.added_to_cart.wc-forward:hover{
    background: #111;
    color:#fff;
}
.title-info {
    color: #000;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;

}
.title-info span{
    color:#cc9a48;
    font-weight: 700;
}
.p-info {
    font-size: 16px;
}
.p-info li {
    font-size: 16px;
}
/* -----------------ntact---------------- */
.tel {
    background-color: #F4F4F4;
    padding: 30px 15px;
    text-align: center;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.adress {
    background-color: #1C1C1C;
    padding: 30px 15px;
    text-align: center;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #7f7f7f;
}
.mail {
    background-color: #cc9a48;
    padding: 30px 15px;
    text-align: center;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.mail a{
    color: #fff;
}
.mail a:hover{
    color: #fff;
    text-decoration:none;
}
.contacts i {
    font-size: 80px;
    padding-bottom: 20px;
}
.tel,.mail,.adress {
    height: 312px;
}
h2.contact-title {
    margin: 40px 0;
}
.title-info.contact-page {
    margin: 40px 0;
}
.contact input {
    width: 100%;
}
.contact label {
    width: 100%;
}
.woocommerce-product-search button {
    height: 37px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #111;
}

button:focus {
    outline: none !important;
}
.woocommerce-product-search input {
    height: 37px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #111;
    margin-right: 5px;
}
.woocommerce-product-search input:focus {
    outline: none !important;
}
.col-xl-2.leng-top {
    text-align: right;
}
.col-xl-2.col-sm-4.col-4.mob {
    display: none;
}
/*----------------------------mobile menu----------------------- */

.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 300px;
	overflow: hidden;
	z-index: 10201;
	background: #ffffff;
}
.mobile_menu_container.loaded{
   	-webkit-transform: translateX(0px);
   	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li a{
	display: block;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 16px;
	color: #111;
	text-decoration: none;
	font-weight: bold;
}
.mobile_menu_container ul li a.parent{
	padding-right: 50px;
	background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
	background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.back{
	padding-left: 50px;
	background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
	box-sizing: border-box;
	min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
	background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a:hover{
	background: #efefef;
}
.mobile_menu_container ul li ul{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3884da;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
	overflow-y: auto;
	overflow-x: hidden;
}

@media (max-width: 320px){
	.mobile_menu_container{
		width: 240px;
	}

}
/*-------------------end mob menu-----------------------  */
section.mobile-top-menu {
    display: none;
}

section.shop-menu.shop-menu-mobile {
    display: none;
}
span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 500;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #b0833a !important;
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #cc9a48 !important;
    color: #fff;
}
.input-text.qty.text {
    height: 45px;
}
.single_add_to_cart_button.button.alt{
    height: 45px;
}
nav#site-navigation {
    padding: 0px;
}
li.messen.messen-mob {
    display: none;
}
.woocommerce-page div.product div.summary {
    width: 66%;
}
.woocommerce-page div.product div.images {
    width: 33%;
}
.woocommerce-breadcrumb {
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #cc9a48 !important;
    margin-bottom: 36px !important;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #8E8E8E !important;
}
.woocommerce ul.products li.product .button {
    margin-bottom: 10px;
    background: #cc9a48;
    color: #fff;
}
.woocommerce ul.products li.product .price {
    text-align: center;
}
.woocommerce ul.products li.product {
    text-align: center;
}
main.site-main.woocommerce-shep {
    margin-top: 36px;
}
#woocommerce_price_filter-2 .widget-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #cc9a48 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #cc9a48 !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 16px !important;
    width: 100%;
    margin-bottom: 10px;
}
.price_slider_amount .price_label {
    text-align: left;
}
.woocommerce .woocommerce-ordering select {
    font-size: 14px;
    font-weight: 500;
}

 /* accordion */
.accordion__header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Black';
    font-size: 110px;
    line-height: 110px;
    color: #f4f5f5;
}
.accordion__content {
    height: 700px;
    margin-bottom: 40px;
    overflow: hidden;
}
.accordion__item {
    min-width: 140px;
    background: #fff;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}
.accordion__item:nth-child(1) {
    z-index: 4;
}
.accordion__item:nth-child(2) {
    z-index: 3;
}
.accordion__item:nth-child(3) {
    z-index: 2;
}
.accordion__item:nth-child(4) {
    z-index: 1;
}
.accordion__item--active {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    cursor: default;
}

.accordion__item-img {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__item-header {
    opacity: 1;
    width: 700px;
    padding-left: 30px;
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 3;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(0, -50%);
    -ms-transform: rotate(-90deg) translate(0, -50%);
    transform: rotate(-90deg) translate(0, -50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__item--active .accordion__item-img {
    opacity: 0;
    width: 0;
}
.accordion__item--active .accordion__item-header {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion__item-main {
    height: 100%;
    position: relative;
    z-index: 1;
}
.accordion__item-main-img {
    opacity: 0;
    width: 0;
    min-width: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__item-main-text {
    overflow: hidden;
    position: relative;
}
.accordion__item-main-text-wrap {
    opacity: 0;
    width: 520px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__item-main-text-header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Bold';
    font-size: 45px;
    line-height: 45px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.accordion__item-main-text-header:before {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: -20px;
}
.accordion__item-main-text-header span {
    display: block;
    font-family: 'GothamPro-Light';
}

.accordion__item--active .accordion__item-main-img {
    opacity: 1;
    width: 320px;
    min-width: 320px;
}
.accordion__item--active .accordion__item-main-text-wrap {
    opacity: 1;
}
.accordion__item-main-text-header h2 {
    font-size: 24px;
    line-height: 30px;
}

/*----------------------------CART------------------------ */
.woocommerce .col2-set .col-1 {
    width: 100% !important;
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: 48%;
}

.site-main p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 20px;
}
.site-main h2 {
    font-size: 25px;
}
.site-main h3 {
    font-size: 24px;
}


.menu .dropdown .sub-menu { display: none; }
ul#menu-woocommerce-right-menu {
    list-style: none;
    padding: 0;
    background: #fcfcfc;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #e1e1e1;
}
ul#menu-woocommerce-right-menu-russian {
    list-style: none;
    padding: 0;
    background: #fcfcfc;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #e1e1e1;
}
ul#menu-woocommerce-right-menu-english {
    list-style: none;
    padding: 0;
    background: #fcfcfc;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #e1e1e1;
}
.menu a {
    text-decoration: none;
    color: #8E8E8E;
    font-weight: 500;
    font-size: 17px;
}
.menu a:hover {
    color: #111;
}
#menu-woocommerce-right-menu .menu-item-has-children>a:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    margin: 0 10px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
}
#menu-woocommerce-right-menu-russian .menu-item-has-children>a:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    margin: 0 10px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
}
#menu-woocommerce-right-menu-english .menu-item-has-children>a:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    margin: 0 10px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
}
#menu-woocommerce-right-menu.menu .dropdown .sub-menu {
    list-style: none;
    padding: 0 0 0 20px;
    margin-left: 0;
}
#menu-woocommerce-right-menu-russian.menu .dropdown .sub-menu {
    list-style: none;
    padding: 0 0 0 20px;
    margin-left: 0;
}
#menu-woocommerce-right-menu-english.menu .dropdown .sub-menu {
    list-style: none;
    padding: 0 0 0 20px;
    margin-left: 0;
}
.woocommerce-shep .menu li {
    /*border-bottom: 1px solid #c8c8c8;*/
    padding: 2px 0;
}
.menu .current-menu-item > a {
    color:#cc9a48;
}
.sub-menu a{
    font-size: 15px;
}
a.more-category {
    text-decoration: none;
    text-align: center;
    color: #b0acac;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto 30px;
    display: block;
    width: 300px;
    letter-spacing: 3px;
}
a.more-category:hover {
    color: #6c6969;
}
p#breadcrumbs {
    margin-top: 30px;
    color: #cc9a48;
}
#breadcrumbs a {
    color: #8E8E8E;
}
.product_meta a {
    color: #666565;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.product_meta a:hover{
    color: #111;
}

p.stars a {
    color: #cc9a48;
}
p.comment-form-author label {
    padding-right: 10px;
}
p.comment-form-email label {
    padding-right: 10px;
}
.woocommerce .star-rating span {
    color: #cc9a48;
}
a.woocommerce-review-link {
    color: #a5a4a4;
    font-size: 16px;
    text-decoration: none;
}
.summary.entry-summary {
    padding-left: 60px;
}
.summary.entry-summary h1.product_title.entry-title {
    font-size: 28px;
    margin-bottom: 25px;
}
.summary.entry-summary p {
    margin-bottom: 25px;
    line-height: 27px;
}
.summary.entry-summary form.cart {
    margin-bottom: 25px !important;
}
.summary.entry-summary .product_meta {
    margin-bottom: 15px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
section#woocs_selector-2 {
    margin: 0;
}
label.dd-selected-text {
    margin-bottom: 0;
}
label.dd-selected-text {
    margin-bottom: 0;
    width: 80px;
    text-align: left;
    font-weight: 500;
}
}
.widget.widget-woocommerce-currency-switcher {
    margin: 0;
}
.woocommerce-currency-switcher-form .dd-selected {
    padding: 3px 10px !important;
}
small.dd-selected-description.dd-desc.dd-selected-description-truncated {
    display: none;
}
section#woocs_selector-2 {
    margin: 7px 0px 7px 10px;
    float: right;
}
ul.dd-options.dd-click-off-close {
    text-align: left;
}
.dd-select {
    background: transparent !important;
}
div .dd-select {
    border: none;
}
.woocommerce-currency-switcher-form a.dd-option {
    font-weight: 500 !important;
}
.widget.widget-woocommerce-currency-switcher {
    margin-bottom: 0;
}
.footer-ul li {
    line-height: 1.7;
}
.woocommerce-message {
    border-top-color: #cc9a48;
}
.woocommerce-message::before {
    color: #cc9a48
}
.entry-content a {
    color: #000;
}
.woocommerce-cart table.cart img {
    width: 60px;
}
button.btn.btn-light {
    border-radius: 0;
}
.otziv-button {
    padding:  20px;
}
h3.wpmtst-testimonial-heading.testimonial-heading {
    font-size: 20px;
}
.wpmtst-testimonial-content.testimonial-content {
    font-size: 16px;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    padding: 10px 20px !important;
}
.wpmtst-testimonial-inner.testimonial-inner {
    background: #fefefe;
}
h2.otz {
    color: #000;
}
.but-otz {
    text-align: center;
    margin: 30px 0 0 0;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 12px;
}
section#woocs_selector-2 {
    width: 90px;
}
.form-field {
    margin-bottom: 10px !important;
}
.strong-form textarea {
    height: 7em !important;
}
.strong-form-inner {
    padding: 0px !important;
}
.modal-body {
    padding: 10px 20px !important;
}
.strong-content.strong-paginated.strong-normal.columns-1 {
    overflow: hidden;
}
.simplePagerPage1 {
    width: 44% !important;
    float: left;
    margin: 10px !important;
}
#breadcrumbs a {
    text-decoration: none;
}
div#customer_details .col-2 {
    display: none;
}
div#customer_details {
    width: 46%;
    float: left;
    padding-bottom: 20px;
    border-bottom: 2px solid #cc9a48;
    margin-bottom: 30px;
}
div#wc_checkout_add_ons {
    width: 46%;
    float: right;
}
.woocommerce-billing-fields__field-wrapper label {
    width: 100%;
}
p#billing_first_name_field{
    width: 100%;
    display: block;
}
p#billing_phone_field{
    width: 100%;
    display: block;
}
p#billing_email_field{
    width: 100%;
    display: block;
}
div#wc_checkout_add_ons label {
    width: 100%;
}
div#wc_checkout_add_ons span.woocommerce-input-wrapper {
    width: 100%;
}
a:hover {
    text-decoration: none !important;
}
.h5.woo-l-menu {
    margin-bottom: 20px;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row {
    margin: 0 0 0px !important;
}
span.optional {
    display: none;
}
.woocommerce form .form-row label {
    margin-bottom: 0;
}
ul#menu-menu-2 {
    z-index: 999;
}

p#e3a847d_field > label {
    font-size: 18px;
    font-weight: 500;
}
input#ff822c7 {
    display: none;
}
p#ff822c7_field {
    font-size: 24px;
    font-weight: 500;
}
input#d54e19b {
    display: none;
}
p#d54e19b_field {
    font-size: 18px;
    font-weight: 500;
}
p#bddfbf5_field > label {
    font-weight: 500;
    margin-top: 10px;
}
p#bddfbf5_field span.description {
    font-size: 12px;
    padding-left: 23px;
}
span.mini-text {
    font-size: 12px;
    padding-left: 23px;
}

p#ba8e8f6_field span.description {
    font-size: 12px;
    padding-left: 23px;
}
p#billing_email_field {
    padding-bottom: 30px !important;
    border-bottom: 2px solid #cc9a48;
    margin-bottom: 20px !important;
}
/*.woocommerce-terms-and-conditions-wrapper {
    display: none;
}*/
p#ff822c7_field label {
    margin-bottom: .5rem;
    line-height: 24px;
}
.menu2 .dropdown .sub-menu {
    list-style: none;
    padding: 0 0 0 20px;
    margin-left: 0;
}
.menu2 {
    list-style: none;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}
/*.menu2 .menu-item-has-children>a:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    margin: 0 10px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
}*/
div .bg-dark {
    background-color: #111111!important;
}
.menu2 a {
    color: #7a7a7a;
}
.menu2 a:hover {
    color: #7a7a7a;
}
span.sub-drop {
    margin: 0;
    font-weight: 600;
    color: #7a7a7a;
    display: block;
    padding: 0px;
    float: right;
    font-size: 20px;
    line-height: 20px;
}
ul#menu-menu-2 > li {
    margin-bottom: 12px;
}
.woocommerce-loop-product__title {
    color: #111;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 120px;
}
.category-aktsiyi, .category-promotions, .category-aktsyy {
    padding: 30px;
    margin: 30px auto;
    border: 1px solid #ccc;
    overflow: hidden;
}
a.post-thumbnail {
    display: block;
    float: left;
    margin-right: 20px;
}
.category-aktsiyi a, .category-promotions  a, .category-aktsyy  a {
    color: #111;
}
.category-aktsiyi a:hover, .category-promotions a:hover, .category-aktsyy a:hover  {
    color: #cc9a48;
}
.woocommerce .quantity .qty {
    width: 60px !important;
}
div .woocommerce a.remove {
    display: block;
    font-size: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
div .woocommerce a.remove:hover {
    color: #000!important;
    background: transparent !important;
}
.navbar-dark .navbar-toggler {
    border-color: transparent !important;
}
.container.akcii {
    padding-right: 0px;
    padding-left: 0px;
}
section.product-category-home .woocommerce ul.products li.product {
    margin-bottom: 15px;
}
div#respond span#reply-title {
    display: none;
}

ul#menu-menu-1 li:hover ul.sub-menu {
    width: max-content !important;
}
ul#menu-menu-1-russian li:hover ul.sub-menu {
    width: max-content !important;
}
ul#menu-menu-1-english li:hover ul.sub-menu {
    width: max-content !important;
}
.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    margin: 20px auto;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
}
a.a-404 {
    color: #cc9a48;
}
.notfound h2 {
    margin-top: 20px;
}
/*#notfound {
    margin-top: 60px;
}*/
.coupon {
    width: 50%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 250px
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.woocommerce-info {
    border-top-color: #cc9a48 !important;
}
.woocommerce-info::before {
    color: #cc9a48 !important;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    padding: 0px !important;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark .navbar-toggler {
    padding: 0;
}
div#customer_login .u-column1.col-1 {
    width: 48% !important;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}
a.nav-link {
    text-align: right;
    padding-right: 0px;
    float: right;
    margin-left: 10px;
}
.col-xl-4.col-lg-2.col-sm-4.col-4.leng-top {
    overflow: hidden;
}
nav.woocommerce-MyAccount-navigation ul a:hover {
    color: #cc9a48;
}
.text-center-block {
    text-align: center;
}
i.fas.fa-user-circle {
    font-size: 19px;
}
i.fad.fa-sign-out {
    font-size: 19px;
}
i.far.fa-user-circle {
    font-size: 17px;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    width: 100%;
    display: block;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-right: 10px;
}
a.fix_cart_btn.fz_an {
    color: #111;
}
tr.woocommerce-cart-form__cart-item.cart_item .quantity .qty {
    width: 60px !important;
    height: 35px;
}
p.woocommerce-result-count {
    display: none;
}
button.btn.dropdown-toggle {
    border: none;
}
.navbar-dark .navbar-toggler {
    margin: 0 auto;
}
section.mobile-top-menu a.nav-link {
    text-align: right;
    padding: 0px;
    float: left;
    margin-right: 8px;
    color: #7a7a7a;
    margin-left: 0;
}
i.fas.fa-sign-out-alt {
    font-size: 17px;
}
p.comment-notes {
    font-size: 12px ;
}
a.a-404:hover{
    color:#827f7f;
}
.container.akcii h2.entry-title {
    margin-bottom: 30px;
}
.container.akcii h1 {
    margin-bottom: 30px;
}
p.woocommerce-LostPassword.lost_password a:hover {
    color: #cc9a48 !important;
}
a.woocommerce-privacy-policy-link {
    color: #111;
    font-weight: 700;
}
a.woocommerce-privacy-policy-link:hover {
    color: #cc9a48 !important;
}
/*.woocommerce-privacy-policy-text {
    display: none;
}*/
.woocommerce-MyAccount-content a {
    color: #cc9a48 !important;
}
.woocommerce-MyAccount-content a:hover {
    color: #a1762f !important;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .u-column2.col-2.woocommerce-Address {
    width: 100%;
    float: none;
    max-width: 100%;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    font-weight: 400 !important;
}
a.woocommerce-button.button.view {
    color: #111 !important;
}
a.woocommerce-button.button.pay {
    margin: 5px;
    color: #111 !important;
}
a.woocommerce-button.button.cancel {
    color: #111 !important;
    margin: 5px;
}
figure.wp-block-table.is-style-stripes td {
    padding: 10px;
}
figure.wp-block-table.is-style-stripes table{
    width: 70%;
}

span.sku_wrapper span.sku {
    font-size: 15px;
    font-weight: 500;
}
span.sku_wrapper {
    display: block;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    margin: 0 20px 0 0 !important;
}
.entry-content a {
    color: #cc9a48;
}
.entry-content a:hover {
    color: #b88b43;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('webfonts/source_sans_pro.eot'); /* IE 9 Compatibility Mode */
	src: url('webfonts/source_sans_pro.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('webfonts/source_sans_pro.woff2') format('woff2'), /* Super Modern Browsers */
		url('webfonts/fonts/source_sans_pro.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('webfonts/fonts/source_sans_pro.ttf') format('truetype'), /* Safari, Android, iOS */
		url('webfonts/fonts/source_sans_pro.svg#source_sans_pro') format('svg'); /* Chrome < 4, Legacy iOS */
}
 h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro' !important;
}
.woocommerce table.shop_attributes td p {
    font-size: 13px;
    line-height: 20px;
    padding: 0px;
	font-style: normal;
}
div#tab-additional_information h2 {
    display: none;
}
th.woocommerce-product-attributes-item__label {
    display: none;
}
td.woocommerce-product-attributes-item__value {
    padding-left: 20px !important;
}
.slide__title {
    text-align: center;
    padding-top: 100px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.wcml-dropdown {
    width: 76px;
}
.widget .wcml-dropdown ul li {
    padding: 0px 10px;
}
/*section#icl_lang_sel_widget-2 ul li {
    padding: 4px 10px;
    border: 1px solid #cdcdcd;
}*/
section#icl_lang_sel_widget-2 {
    width: 60px;
    float: left;
    margin: 4px;
}
.wpml-ls-legacy-dropdown a span {
    vertical-align: inherit;
}
section#text-5 {
    width: 60px;
    float: left;
    margin-left: 15px;
    margin: 4px;
}
.leng-top {
    display: flex;
    justify-content: end;
}
li.wcml-cs-active-currency {
    background: transparent;
}
div#lang_sel > ul > li a {
    display: block;
    padding: 0px 10px !important;
    font-size: 13px;
    line-height: 18px;
    background: transparent;
}
ul.wpml-ls-sub-menu {
    background: #fff;
}
.wcml-dropdown.product.wcml_currency_switcher {
    margin: 0;
}
a.wcml-cs-item-toggle {
    padding: 0;
    line-height: 18px;
}
div .wcml-dropdown a.wcml-cs-item-toggle:after {
    right: 0px;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 0px;
    width: 82px;
}
.woocommerce div.product form.cart .variations select {
    min-width: 30%;
}
.xoo-wsc-ft-totals {
    display: none;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    display: none;
}
table.cart td.actions button.button:nth-child(2){
display: none !important;
}
.xoo-wsc-items-count {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.xoo-wsc-basket {
    padding: 2px 7px;
}
div .qib-button-wrapper button.qib-button, div .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 30px;
}
div .qib-button-wrapper button.qib-button {
    font-size: 18px;
    line-height: 15px;
}
div .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 30px;
    font-size: 16px;
    line-height: 16px;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart {
    color: #212529;
}
.summary.entry-summary .qib-button.qib-button-wrapper {
    display: none !important;
}
.woocommerce span.onsale {
    font-size: 20px !important;
    line-height: 30px;
    top: 0;
    background-color: #d7302b;
    width: 80px;
    min-height: 30px;
    border-radius:10px;
    font-weight: 400;
    text-transform: uppercase;

}
.woocommerce ul.products li.product .onsale {
    margin: 5px;
    font-size: 16px !important;
}
.woocommerce ul.products li.product .price {
    color: #000;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
}
ol.commentlist {
    padding-left: 0px;
}
.woocommerce ol.commentlist .star-rating {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
a#lang-comments-link {
    display: none;
}
a.woocommerce-review-link:hover{
    color:#6e6e6e;
}
.term-description a {
    color: #cc9a48;
}
.term-description a:hover {
    color: #959595;

}

div#sgpb-popup-dialog-main-div {
    max-width: 400px !important;
}
/*.sgpb-content-popupId{
    color:#fff;
}*/
.sgpb-main-html-content-wrapper p {
    font-size: 20px !important;
}
.wcml-dropdown a.wcml-cs-item-toggle {
    padding-right: 0;
}
ul.wcml-cs-submenu a {
    padding-right: 0px;
    text-align: center;
}

.post-37 tr.woocommerce-shipping-totals.shipping {
    display: none;
}
.post-1378 tr.woocommerce-shipping-totals.shipping {
    display: none;
}
.post-1379 tr.woocommerce-shipping-totals.shipping {
    display: none;
}


p#d889525_field {
    display: none;
}

ul#menu-menu-1 #menu-item-81  ul.sub-menu li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    background: #585757;
    z-index: 999;
    padding: 15px 0;
    list-style: none;
    margin-left: 0px;
    left: 144px;
    top: 0px;
}
ul#menu-menu-1-english #menu-item-2078  ul.sub-menu li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    background: #585757;
    z-index: 999;
    padding: 15px 0;
    list-style: none;
    margin-left: 0px;
    left: 144px;
    top: 0px;
}
ul#menu-menu-1-russian #menu-item-2091  ul.sub-menu li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    background: #585757;
    z-index: 999;
    padding: 15px 0;
    list-style: none;
    margin-left: 0px;
    left: 144px;
    top: 0px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    div ul#menu-menu-1-russian li a {
        font-size: 12px;
    }
    div ul#menu-menu-1 #menu-item-81 ul.sub-menu li:hover > ul.sub-menu {
        left: 122px;
    }
    div ul#menu-menu-1-english #menu-item-2078  ul.sub-menu li:hover > ul.sub-menu {
        left: 149px;
    }
    div ul#menu-menu-1-russian #menu-item-2091  ul.sub-menu li:hover > ul.sub-menu {
        left: 136px;
    }
.top-bar-sections a {
    padding-right: 10px;
}


}


.stock {
    color: #3bc253;
}
.outofstock-cat {
    color: #ff0101;
}
span.posted_in {
    display: none;
}
.folter-price {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 5px;
}
.wcml-dropdown .wcml-cs-submenu {
    z-index: 9999943;
}


