/*!
Theme Name: Ostara Charms
Theme URI: http://ostaracharms.com
Author: Seipho
Author URI: http://seipho.com
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: ostara-charms
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.

Ostara Charms 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;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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



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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#contentprodus label {
    font-family: Montserrat !important;
    text-transform: uppercase !important;
    font-size: 14px;
    font-weight: 500;
}
.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;
}
.cli-style-v2 .cli-bar-message {
    font-family: Montserrat;
}
#filtreuproduse .wpfFilterButtons .wpfFilterButton.wpfButton {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  background-image: url("https://ostaracharms.com/wp-content/uploads/2023/04/filtreaza-bkg2.png");
  color: transparent;
  background-position: center;
  background-size: 340px;
}
#favoritebutton .add_to_wishlist.single_add_to_wishlist.button.alt {
  transition: 0.4s;
  background: #c7baa9;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 13px 30px !important;
  font-weight: 400 !important;
  color: black;
  font-family: Montserrat;
}
#favoritebutton {
  text-align: center;
}
#favoritebutton .yith-wcwl-wishlistaddedbrowse {
  font-family: Montserrat;
}
#favoritebutton .yith-wcwl-wishlistaddedbrowse a {
  color: #c7baa9 !important;
  text-decoration: underline !important;
}
#contclient .wishlist-title-container {
  display: none;
}
#contclient .shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
  border: 0 !important;
}
#contclient .shop_table.cart.wishlist_table.wishlist_view.traditional.responsive .product-thumbnail {
  width: 10% !important;
  padding: 0 !important;
}
#contclient .shop_table.cart.wishlist_table.wishlist_view.traditional.responsive .product-remove {
  width: 5% !important;
}
#contclient .shop_table.cart.wishlist_table.wishlist_view.traditional.responsive tr th {
  background: #c7baa9 !important;
  border: 0 !important;
  color: black !important;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 300 !important;
}

#contclient .shop_table.cart.wishlist_table.wishlist_view.traditional.responsive tr td {
  font-family: Montserrat !important;
}
#contclient .shop_table.cart.wishlist_table.wishlist_view.traditional.responsive tr td .product_type_simple.add_to_cart_button.add_to_cart.alt {
  background: #c7baa9 !important;
  display: block !important;
  color: black !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-family: Montserrat !important;
  padding: 7px 2px !important;
}
#contclient .shop_table.cart.wishlist_table.wishlist_view.traditional.responsive td {
  width: auto !important;
}
#filtreuproduse .wpfFilterContent li .wpfLiLabel {
  font-size: 14px !important;
}
#filtreuproduse .wpfFilterWrapper .fa.wpfTitleToggle.fa-plus {
  top: 4px;
}
#filtreuproduse .wpfFilterWrapper .wfpTitle.wfpClickable {
  font-weight: 400;
  position: relative;
  top: 3px;
}

#filtreuproduse .wpfFilterWrapper {
  background: #c7baa9 !important;
  color: white !important;
  padding: 5px 10px !important;
  text-transform: uppercase;
}
#colectiebox img {
  box-shadow: 1px 1px 5px 0px #0000000a;
  height: 295px;
  object-fit: cover;
}
#titlecatcustom h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  font-family: Montserrat;
  text-transform: uppercase;
  line-height: 70px;
  margin: 0;
}
#titlecatcustom {
  text-align: center;
}

#cookie_action_close_header {
    background: black !important;
    font-family: Montserrat !important;
}
#sidebarrights ul li a i {
    color: #c7baa9;
}
#shoppage .woocommerce-loop-product__title {
    height: 64px;
}
#shoppage .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border: 1px solid #e3e3e3;
}
#sidebarshop .wc-block-product-search__label {
    color: #000;
    padding: 0 0 10px;
    background: transparent;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 15px;
        margin-bottom: 15px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: "Cormorant Garamond",serif;
    margin-bottom: 15px;
    display: block;
}
#cautaprodus {
  display: block !important;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    width: 140px !important;
    border: 1px solid #857040 !important;
    border-radius: 0 !important;
    padding: 5px 9px !important;
    color: black;
  
    font-size: 14px;
}

#listaproduse .button {
  background-image: url("https://ostaracharms.com/wp-content/uploads/2022/02/veziprodusbutton.png") !important;
  background-repeat: no-repeat;
  color: white !important;
  background-size: auto;
  height: 38px !important;
  background-position: center !important;
}
.woocommerce div.product .woolentor-woo-template-builder form.cart .button {
    transition: 0.4s;
    background: #c7baa9;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 30px !important;
    font-weight: 400 !important;
    color: black;
    font-family: Montserrat;
}
#contentprodus .wapf-wrapper .wapf-field-label label {
    color: black !important;
    padding: 6px 16px 6px 10px !important;
    display: block;
    font-weight: 400;
}
#contentprodus .wapf-wrapper .wapf-field-label {
    background: #c7baa9;
    margin-bottom: 20px;
}
#contentprodus .wapf-wrapper .wapf-field-input {
    margin-bottom: 10px;
}
#contentprodus .wapf-wrapper .wapf-field-input select {
    background: #fff !important;
    border-radius: 0 !important;
    padding: 10px 10px !important;
    border: 1px solid #eae7e7 !important;
    color: gray;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
}
.woocommerce-message {
    border-color: #c7baa9;
    background: #fff !important;
}
.button.wc-forward {
    background: #c7baa9 !important;
    color: black !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-family: Montserrat !important;
    font-weight: 400 !important;
    padding: 14px 20px !important;
}
#listcustomostara ol {
  padding-left: 0 !important;
  margin-left: 15px !important;
}
#listcustomostara ul {
  padding-left: 0 !important;
  margin-left: 15px !important;
}
#favoritebutton .yith-wcwl-add-button {
  display: block;
}
.yith-wcwl-add-button {
  display: none;
}
#sidebarshop .widget-title {
    margin: 0;
    color: #000;
    padding: 0 0 10px;
    background: transparent;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 15px;
        margin-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: "Cormorant Garamond",serif;
    margin-bottom: 15px;
    display: block;
}
#sidebarshop .wc-block-product-search__field {
    border-radius: 0 !important;
    color: black;
    font-family: Karla;
    font-size: 14px;
    border-color: #e8e5e5;
}
#sidebarshop .wc-block-product-search__button {
    margin: 0;
    border-radius: 0;
    border-color: #857040;
    background: #857040;
    color: #fff;
}#sidebarshop #menu-categorii-woocommerce {
    padding: 0;
    margin: 0;
}
#sidebarshop #menu-categorii-woocommerce li {
    display: block;
    margin-bottom: 6px;
}
#contentprodus .woocommerce_product_description p b {
    font-weight: 500;
}
#customer_login .u-column2.col-2 {
    float: right;
    width: 48%;
}
#customer_login .u-column1.col-1 {
    float: left;
    width: 48%;
}
#customer_login h2 {
    margin: 0;
    color: black;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding: 9px 0px !important;
    background: #c7baa9;
}
#customer_login form.woocommerce-form {
    margin-top: 0 !important;
    border: 0;
    background: rgb(199 186 169 / 22%);
}
#cosclient td {
    width: auto !important;
}
#cosclient td.product-thumbnail img {
    width: 100px !important;
}

#menuhome .hfe-nav-menu.hfe-layout-horizontal.hfe-nav-menu-layout.horizontal.hfe-pointer__none ul li.menuredextra a {
  color: #d01616 !important;
}

#customer_login form.woocommerce-form label {
    font-family: 'Montserrat';
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}
#customer_login form.woocommerce-form button.woocommerce-button {
    background: black;
    border-radius: 0;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
}
#ship-to-different-address {
  display: none;
}
.blockUI.blockOverlay {
  display: none !important;
}

#customer_login form.woocommerce-form p {
    font-family: 'Montserrat';
    font-size: 14px;
}
#customer_login form.woocommerce-form p a {
    color: black;
    text-decoration: underline !important;
}
#customer_login form.woocommerce-form input {
    padding: 8px 12px !important;
    border-radius: 0;
    border: 1px solid black;
}
#copytext a {
  color: black !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
#contentprodus #fme_upload_files_preview_product_file {
  padding-left: 0 !important;
  padding-bottom: 30px !important;
}
#contentprodus #fme_upload_files_preview_product_file .fme_upload_file_custom_upload {
  background: transparent !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  color: #c7baa9 !important;
  border: 1px solid #c7baa9 !important;
  padding: 10px 30px !important;
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  background-image: url("https://ostaracharms.com/wp-content/uploads/2022/02/icon-upload.png") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 20px 10px !important;
}

#sidebarshop #menu-categorii-woocommerce li a {
    display: block;
    background: #857040;
    color: #fff;
    font-family: Karla;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px !important;
}
#sidebarshop .wpfFilterTitle {
    display: block;
    background: #c7baa9;
    color: black;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}
.post-template-default .entry-header {
    text-align: center;
    background: #c7baa9;
    padding: 100px 2px !important;
}
.post-template-default .entry-header .entry-meta {
    color: black;
    font-family: Montserrat;
    font-size: 14px;
}
.post-template-default .entry-header .entry-meta a {
    color: black;
    text-decoration: underline !important;
}
.post-template-default .post-thumbnail {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.post-template-default .entry-content .wp-block-media-text__content {
    padding-left: 0;
}
.post-template-default .entry-content p {
    font-family: Montserrat;
    font-size: 14px;
}
.post-template-default .entry-content p a {
    color: #c7baa9;
    text-decoration: underline !important;
}
.post-template-default .entry-footer {
    display: none;
}
.post-template-default .navigation.post-navigation {
    display: none;
}
.post-template-default #comments {
    display: none;
}
.post-template-default .entry-content {
    width: 1300px;
    margin: 0 auto;
}
.post-template-default .entry-header .entry-title {
    margin: 0;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
    font-weight: 200;
}
#searchprodus {
    text-align: left;
}
#searchprodus .search-form {
    width: 100%;
    float: right;
    max-width: 300px;
}
#searchprodus .search-field {
    border: 1px solid #d0cece;
    border-radius: 0;
    background: #fff !important;
    color: black;
    font-family: Montserrat;
    font-size: 14px !important;
}
#searchprodus .search-form .search-submit {
    color: #c7baa9 !important;
}
.smart-search-results.smart-search-firefox.has-viewall-button.has-scrollbar {
    width: 300px !important;
}
.smart-search-results.smart-search-firefox.has-viewall-button.has-scrollbar .smart-search-post-title {
    color: black;
    font-family: Montserrat;
}
.smart-search-results.smart-search-firefox.has-viewall-button.has-scrollbar .smart-search-post-price-holder {
    color: #c7baa9 !important;
    font-weight: 700 !important;
}
.smart-search-results.smart-search-firefox.has-viewall-button.has-scrollbar .smart-search-post-excerpt {
    font-family: Montserrat;
}
.smart-search-view-all {
    background: #c7baa9 !important;
    color: black !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
}
#sidebarshop .wpfFilterTitle .wfpTitle.wfpClickable {
    padding: 10px 12px !important;
    height: auto;
    font-size: 14px;
    font-weight: 400 !important;
}
#sidebarshop .wpfFilterTitle .fa.wpfTitleToggle {
    padding: 10px 16px !important;
}
#sidebarshop .wpfFilterContent {
    margin-top: 20px;
}
#sidebarshop .wpfFilterContent li {
    color: #868686;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}
#sidebarshop .wpfFilterButton.wpfButton {
  background: url("https://ostaracharms.com/wp-content/uploads/2023/04/filtreaza-bkg2.png") !important;
    background-size: auto;
  background-size: 100% 100% !important;
  color: transparent !important;
}
#sidebarshop .wpfFilterButton.wpfButton {
    padding: 14px 30px;
    border-radius: 0 !important;
    border: 0 !important;
    font-family: Montserrat;
    display: block;
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    height: auto !important;
    min-height: auto !important;
}


#sidebarshop .wpfFilterWrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#sidebarshop .wpfFilterWrapper .wpfPriceInputs {
    color: #868686;
      font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
#formcontact label textarea {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    width: 100%;
    text-align: center;
      font-family: Montserrat;
    color: #857040;
    border-bottom: 1px dashed #857040;
    padding: 4px 0px !important;
    font-size: 14px;
    height: 100px;
}
#formcontact label {
    color: #868686;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
#contclient .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    text-align: left;
}
#contclient .woocommerce-MyAccount-navigation ul li {
    display: block;
    margin-bottom: 10px;
}
#contclient .woocommerce-MyAccount-navigation ul li a {
    background: #857040;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 16px;
}
#filtreuproduse .wpfFilterWrapper {
  background: #c7baa9 !important;
  color: black !important;
  padding: 5px 10px !important;
  text-transform: uppercase;
  margin-top: 0 !important;
}
#listaproduse .woocommerce-loop-product__title {
  text-align: center !important;
  color: black;
  font-size: 14px;
  font-weight: 500 !important;
  font-family: Montserrat;
}
#listaproduse .price {
  text-align: center;
  font-weight: 300;
  font-family: Montserrat;
  color: #423c35;
}
#listaproduse .button {
  display: block;
  text-align: center;
  background: #000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 0px;
  width: 100%;
  margin: 0 auto;
}
#listaproduse li {
  border-color: #fff;
}
#listaproduse li .page-numbers.current {
  background: #c7baa9;
  color: black;
}
#listaproduse li .page-numbers {
  background: black;
  color: #fff;
  padding: 8px 22px !important;
  font-family: Montserrat;
  font-weight: 300;
}



#contclient .woocommerce-MyAccount-content p a {
    color: #857040;
    text-decoration: underline !important;
}
#contclient .woocommerce-MyAccount-content p {
    color: black;
}
#contclient .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    border-color: #857040 !important;
    border-radius: 0 !important;
    color: black !important;
}
#contclient .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table a {
    color: #857040 !important;
    text-decoration: underline !important;
}
#contclient .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-button.button {
    background: #857040 !important;
    border-radius: 0 !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 8px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}
#contclient .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-radius: 0 !important;
    border-color: #857040 !important;
    color: black;
}
#contentprodus label {
    font-family: Montserrat !important;
    text-transform: uppercase !important;
    font-size: 14px;
    font-weight: 500;
    color: #868686;
}
.wapf-field-description {
    font-family: Montserrat;
}
.wapf--inner {
    font-family: Montserrat;
    font-weight: 300;
}
.wapf--inner span {
    font-weight: 300 !important;
}
.wapf--inner .price.amount {
    color: #857040 !important;
}
#contclient .woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
    color: #857040 !important;
    text-decoration: underline !important;
}
#contclient .woocommerce-customer-details h2 {
    color: black;
    font-size: 20px !important;
}
#contclient .woocommerce-customer-details address {
    border-radius: 0 !important;
    color: black !important;
    box-shadow: initial !important;
    border-color: #857040 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
#cosclient .cart-empty.woocommerce-info {
    border-color: #857040;
    background: #fff;
    font-family: Karla;
    color: black;
}
.woocommerce-info::before {
    color: #857040;
}
#listaproduse .button.product_type_simple.add_to_cart_button {
  display: block !important;
}
#listaproduse .button {
  display: none !important;
}
#listaproduse .woocommerce-loop-product__title {
  min-height: 56px;
}
#cosclient .button.wc-backward {
    background: #857040;
    color: #fff;
    padding: 14px 30px;
    border-radius: 0 !important;
    border: 0 !important;
    font-family: "Karla", Sans-serif !important;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: 0;
    font-size: 14px;
}
#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
    background: #c7baa9;
    color: black !important;
}
#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
    color: black;
    font-size: 14px;
}
#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td a {
    color: black !important;
    text-decoration: underline !important;
}
#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td .coupon .button {
    width: 43%;
    float: left;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 13px 14px !important;
    color: #fff !important;
    background: #857040 !important;
}
#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td .coupon #coupon_code {
    width: 55%;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 14px !important;
    color: black;
}
#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td.actions {
    padding: 20px 0px !important;
}
#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td.actions .button {
    background: #c7baa9 !important;
    border-radius: 0 !important;
    color: black !important;
    font-family: Montserrat !important;
    font-weight: 400 !important;
}
#contclient .wishsuite_table {
    border: 0 !important;
}
#contclient .wishsuite_table tr th {
    background: #857040 !important;
    color: #fff !important;
    padding: 15px 0px !important;
}
#contclient tr td {
    background: #fff !important;
    color: black !important;
}
#contclient tr td a {
    color: #857040 !important;
    text-decoration: underline !important;
}
#contentprodus .elementor-widget-wl-single-product-title {
    margin-bottom: 0 !important;
}
#contentprodus .elementor-widget-wl-single-product-title .product_title.entry-title {
    margin-bottom: 0 !important;
}
#contentprodus .price {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#contentprodus .woocommerce_product_description {
    width: 75%;
    font-size: 16px;
    font-style: initial !important;
}
#contentprodus .woocommerce_product_description p {
    margin-top: 0 !important;
    font-style: initial !important;
}
#contentprodus .woocommerce_product_description p em {
    font-style: initial !important;
}
#contentprodus .variations tr td {
    padding-bottom: 15px;
}
#contentprodus .variations {
    color: black;
    font-size: 12px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 300 !important;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}


#contentprodus .variations select {
    border: 0 !important;
    background: #c7baa9 !important;
    font-size: 12px;
    color: black !important;
    padding: 6px 13px !important;
}
#contentprodus .woocommerce-variation-add-to-cart .qty {
    width: 140px !important;
    border: 1px solid #857040 !important;
    border-radius: 0 !important;
    padding: 5px 9px !important;
    color: black;
    font-size: 14px;
}
#contentprodus .woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
    background: #c7baa9;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 30px !important;
    font-weight: 400 !important;
    color: black;
    font-family: Montserrat;
}
#photoproduct li {
    padding-top: 20px !important;
    padding-right: 20px !important;
}
#infonote p {
    margin: 0;
}
#produserelated img {
    border: 2px solid #857040 !important;
}
#produserelated .woocommerce-loop-product__title {
    font-family: Montserrat;
    font-size: 14px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
#produserelated li {
    text-align: center;
}
#produserelated li .price {
    color: #c7baa9;
    font-size: 16px;
    font-weight: bold;
}
#produserelated .button {
  background-image: url("https://ostaracharms.com/wp-content/uploads/2022/02/veziprodusbutton.png") !important;
  background-repeat: no-repeat;
  color: white !important;
  background-size: auto;
  height: 38px !important;
  background-position: center !important;
  background-color: black !important;
  display: block;
  border-radius: 0;
}
#produserelated .button:hover {
    background: black;
    color: #fff !important;
}

#photoproduct li img {
    border: 2px solid #857040;
}
#photoproduct img {
    border: 2px solid #857040 !important;
}

#cosclient h2 {
  font-family: Montserrat;
  color: black !important;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
#cosclient .shop_table.shop_table_responsive {
    border-color: #c7baa9 !important;
    border-radius: 0 !important;
    color: black !important;
}
#cosclient .shop_table.shop_table_responsive .shipping-calculator-button {
    color: #857040 !important;
}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
    background: #c7baa9 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
}
#checkoutclient .woocommerce-info {
    border-color: #c7baa9;
    background: #fff;
    color: black;
}
#checkoutclient .woocommerce-info a {
    color: #857040 !important;
    text-decoration: underline !important;
}
#checkoutclient .checkout_coupon.woocommerce-form-coupon {
    border: 0 !important;
    margin: 0 !important;
        margin-bottom: 0px;
    padding: 16px 20px !important;
    margin-bottom: 20px !important;
    background: #fff !important;
    text-align: center;
    color: black !important;
}
#checkoutclient .checkout_coupon.woocommerce-form-coupon #coupon_code {
    width: 100% !important;
    color: black;
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-radius: 0 !important;
}
#checkoutclient .checkout_coupon.woocommerce-form-coupon .button {
    display: block !important;
    width: 100% !important;
    background: #857040 !important;
    border-radius: 0 !important;
    border-color: #857040 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}
#checkoutclient h3 {
    color: black;
    font-size: 18px;
}
#checkoutclient #customer_details {
    text-align: left;
}
#order_review .shop_table.woocommerce-checkout-review-order-table {
    border-radius: 0 !important;
    color: black !important;
}#order_review #payment {
    color: black !important;
    background: #fff !important;
}
#order_review #payment #place_order {
    background: #c7baa9 !important;
    border-radius: 0 !important;
    display: block;
    width: 100%;
    color: black !important;
}

@media (min-width: 768px){
    #customer_details{
        width: 60%;
        float: left;
    }
    #order_review_heading{
        width: 30%;
        float: left;
		display:none !important;
    }
#order_review {
    width: 36%;
    float: right;
    padding-right: 50px;
}
    .woocommerce table.shop_table td{
        width: 50%;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }
}
#formcontact label input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    width: 100%;
    text-align: center;
    font-family: "Karla", Sans-serif;
    color: #857040;
    border-bottom: 1px dashed #857040;
    padding: 4px 0px !important;
    font-size: 14px;
}
#formcontact .wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #c7baa9;
    color: black;
    padding: 14px 30px;
    border-radius: 0 !important;
    border: 0 !important;
    font-family: Montserrat;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}
.aws-search-result .aws_result_title {
    color: black;
    font-size: 14px;
    font-family: Montserrat;
}
.aws-search-result .aws_search_more a {
    line-height: 40px;
    display: block;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #fff !important;
    background: black !important;
    font-family: Montserrat;
}
#formcontact .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: black !important;
	color:#fff;
}
#formcontact {
    max-width: 600px;
    margin: 0 auto;
}

#sidebarrights ul li {
    display: inline-block;
    padding-right: 30px;
}
#sidebarrights ul {
    padding: 0;
        padding-top: 0px;
    margin: 0;
    text-align: left;
}
#sidebarrights ul {
    padding: 0;
        padding-top: 0px;
    padding-top: 0px;
    margin: 0;
    text-align: left;
    position: relative;
    top: 13px;
}
#cautaprodus #sidebarrights ul {
    text-align: right !important;
}
#sidebarrights ul li a {
    color: black;
}
#sidebarrights ul li a:hover {
    color: #c7baa9;
}
#searchcustom {
    text-align: right;
}
#searchcustom .aws-search-form.aws-show-clear {
    width: 100%;
    max-width: 300px;
    text-align: right;
    float: right !important;
    height: 39px;
}

#searchcustom .aws-search-form.aws-show-clear .aws-search-field {
    padding: 0px 8px !important;
    font-family: Lato;
    font-size: 12px;
    line-height: 20px !important;
    border: 0;
    color: black;
    height: 38px;
}
#searchcustom .aws-search-form.aws-show-clear .aws-search-btn.aws-form-btn {
    height: 38px;
    background: #6a5930;
    border-color: #6a5930;
    color: #fff !important;
}
#searchcustom .aws-search-form.aws-show-clear .aws-search-btn.aws-form-btn .aws-search-btn_icon {
    color: #fff !important;
}
#colectiebox .elementor-image-box-title {
    margin: 0;
}
#colectiebox .elementor-image-box-title a {
    position: relative;
    bottom: 80px;
    background: #c7baa9;
    color: black !important;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 12px;
}
#colectiebox .elementor-image-box-title a:hover {
    background: black;
    color: #fff !important;
}
#colectiebox img {
    box-shadow: 1px 1px 5px 0px #0000000a;
}
#recenziihome p {
    text-align: center;
    color: #fff;
    font-family: Montserrat;
    font-weight: 300;
}
#recenziihome .tfree-client-name {
    color: #fff !important;
    font-family: Montserrat;
    font-weight: 200;
}
#recenziihome .tfree-client-designation {
    text-align: center;
    color: #fff !important;
    font-family: Montserrat;
    font-weight: 300;
}
#newsletterhome {
    text-align: center;
}
#newsletterhome #emailnewsletter {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-family: Montserrat;
    color: black;
    border-bottom: 1px dashed #857040;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 10px 0px !important;
    font-size: 12px;
}
#newsletterhome #submitnewseletter {
    background: #c7baa9;
    color: black;
    padding: 14px 30px;
    border-radius: 0 !important;
    border: 0 !important;
    font-family: Montserrat;
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}
#menuhome .hfe-nav-menu li .sub-menu li a {
    color: black !important;
    font-size: 12px !important;
    padding: 14px 18px !important;
    border-bottom: 1px solid #b3a89a !important;
}
#menuhome .hfe-nav-menu li .sub-menu li a:hover {
    background: black !important;
    border-color: black !important;
    color: #fff !important;
}
#menuhome .hfe-nav-menu li .sub-menu li {
    border: 0;
}
#menuhome .hfe-nav-menu li .sub-menu {
    background: #c7baa9 !important;
}
#menuhome .hfe-nav-menu li .sub-menu li a:hover {
    background: black !important;
    border-color: black !important;
    color: #fff !important;
}
#footermenu .elementor-icon-list-icon {
    display: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) { 
#homehero {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
#menuhome .hfe-nav-menu.hfe-layout-horizontal.hfe-nav-menu-layout.horizontal.hfe-pointer__none ul li a {
  font-size: 14px;
  padding: 10px 18px !important;
}

}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
#menuhome li a {
  font-size: 12px !important;
  padding: 10px 14px !important;
}
#homehero {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
	
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {   
#menuhome .hfe-nav-menu.hfe-layout-horizontal.hfe-nav-menu-layout.horizontal.hfe-pointer__none ul li a {
    padding: 10px 10px !important;
    font-size: 12px;
}
#homehero {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}	
	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {   
	
#menuhome .hfe-nav-menu.hfe-layout-horizontal.hfe-nav-menu-layout.horizontal.hfe-pointer__none ul li a {
  padding: 10px 10px !important;
  font-size: 10px !important;
}



}
@media only screen and (min-width: 150px) and (max-width: 1030px) {
	#coloanashops .elementor-widget-wrap.elementor-element-populated li {
  margin-right: 0 !important;
}
	
	#coloanafiltru {
  width: 100% !important;
}
#filtreuproduse {
  max-width: 300px;
  margin: 0 auto;
}
#coloanashops .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
  max-width: 300px;
  margin: 0 auto;
}
#coloanashops {
  width: 100% !important;
}


	#contentprodus label {
  font-family: Montserrat !important;
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: 500;
  color: #868686;
}
.wapf-field-description {
  font-size: 12px !important;
  line-height: 22px;
}
	#recnziiclienti {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
	
	.post-template-default .entry-header .entry-title {
  margin: 0;
    margin-bottom: 0px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 20px;
}
	.post-template-default .entry-header .entry-meta {
  color: black;
  font-family: Montserrat;
  font-size: 12px;
}
.post-template-default .entry-content {
  width: 80%;
  margin: 0 auto;
}
	.wp-block-jetpack-slideshow_swiper-wrapper.swiper-wrapper {
  padding: 0;
  margin: 0;
}
	
	.post-template-default .entry-content p {
  font-family: Montserrat;
  font-size: 12px;
}
	.post-template-default .entry-content p {
  font-family: Montserrat;
  font-size: 12px;
  text-align: left;
}
	
	
	#contclient .woocommerce-MyAccount-navigation ul li a {
  background: #857040;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 16px;
}
	#contclient .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  text-align: left;
  margin-bottom: 30px !important;
}
	
	#descoperahome .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
	#recenziihome p {
  text-align: center;
  color: #fff;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
}
.footer-width-fixer .elementor-heading-title.elementor-size-default {
  font-size: 18px !important;
}	
	
	.button.wc-forward {
  background: #c7baa9 !important;
  color: black !important;
  border-radius: 0 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  font-family: Montserrat !important;
  font-weight: 400 !important;
  padding: 14px 20px !important;
}
#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td.actions .button {
  font-size: 12px;
}	
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
  background: #c7baa9 !important;
  border-radius: 0 !important;
  font-size: 11px !important;
}
#cosclient h2 {
  color: black !important;
  font-size: 18px;
}	
	
	#searchprodus .search-form {
  width: 100%;
  float: none;
  max-width: 100%;
}
	#searchprodus {
  text-align: center !important;
}
	#cautaprodus .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
	#cautaprodus {
  text-align: center;
}
	#sidebarrights ul {
  padding: 0;
    padding-top: 0px;
  padding-top: 0px;
  padding-top: 0px;
  margin: 0;
    margin-bottom: 0px;
  text-align: center;
  padding-top: 0px !important;
  margin-bottom: 20px !important;
}
	
	
	
	#shoppage li {
  margin-right: 0 !important;
}
	#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td .coupon #coupon_code {
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 14px !important;
  color: black;
  margin-bottom: 20px;
}
	#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td.actions .button {
  background: #c7baa9 !important;
  border-radius: 0 !important;
  color: black !important;
  font-family: Montserrat !important;
  font-weight: 400 !important;
  width: 100% !important;
}
	#cosclient .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
  color: black;
  font-size: 12px;
}
	.woocommerce-message {
  border-color: #c7baa9;
  background: #fff !important;
  font-size: 12px;
}
.button.wc-forward {
  display: block !important;
  margin-bottom: 20px !important;
}
	#cosclient .shop_table.shop_table_responsive {
  border-color: #c7baa9 !important;
  border-radius: 0 !important;
  color: black !important;
  font-size: 12px !important;
}
	.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  font-size: 12px;
}
	
#checkoutclient h3 {
  color: black;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
  font-size: 12px;
}
	.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 10px;
}
	
	
	
	#photoproduct {
  width: 100%;
}
	#contentprodus {
  width: 100% !important;
}
	#contentprodus .woocommerce_product_description {
  width: 100%;
  font-size: 16px;
  font-style: initial !important;
}
	.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0px 0px 20px 0px !important;
  width: 100% !important;
}
	#contentprodus .woocommerce-variation-add-to-cart .qty {
  width: 100% !important;
  border: 1px solid #857040 !important;
  border-radius: 0 !important;
  padding: 5px 9px !important;
  color: black;
  font-size: 14px;
}
#contentprodus .woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
  background: #c7baa9;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 30px !important;
  font-weight: 400 !important;
  color: black;
  font-family: Montserrat;
  width: 100% !important;
}
#produserelated li {
  text-align: center;
  margin-right: 0 !important;
}	
	
	#menuhome .hfe-nav-menu li .sub-menu li a:hover {
  background: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
}
#homehero .elementor-button-link {
  display: block !important;
}	
#footermenu .elementor-icon-list-item {
  display: block !important;
  margin: 5px 0px !important;
  width: 100% !important;
}	
	
	
#menuhome .hfe-nav-menu {
  background: #c7baa9 !important;
  text-align: left !important;
}
	#menuhome .hfe-nav-menu-icon i::after {
  content: "Meniu";
  font-family: Montserrat;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  top: -2px;
  left: 6px;
}
	#menuhome .hfe-nav-menu ul li {
  border: 0 !important;
}
	
#sidebarrights ul {
    padding: 0;
        padding-top: 0px;
    padding-top: 0px;
    margin: 0;
    text-align: center;
    padding-top: 0px !important;
}
#sidebarrights ul li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
	#menuhome .hfe-nav-menu li .sub-menu li a {
    color: black !important;
    font-size: 12px !important;
    padding: 14px 18px !important;
    border-bottom: 1px solid #756237 !important;
}
	#colectiebox .elementor-image-box-title a {
    position: relative;
    bottom: 80px;
    background: #fff;
    color: black;
    padding: 10px 30px;
    font-size: 10px !important;
}

}







