/*!
Theme Name: Harizma
Theme URI: www.studioharizma.com
Author: Webbys BG
Author URI: www.studioharizma.com
Description: Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: harizma
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 with others.

harizma is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@font-face {
	font-family: 'Roboto';
	src: url(/wp-content/themes/harizma/fonts/Roboto-Regular.woff2) format('woff2');
	font-weight: 400;
  	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Roboto';
	src: url(/wp-content/themes/harizma/fonts/Roboto-Bold.woff2) format('woff2');
	font-weight: 700;
  	font-style: normal;
	font-display: fallback;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
	text-align: center;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	text-align: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
    padding: 10px;
    display: block;
    background: #39312b;
    text-align: center;
    color: #CCA969;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
	border-radius: 4px;
	cursor: pointer;
}

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 #CCA969;
	border-radius: 4px;
	padding: 3px;
    display: block;
    width: 100%;
	margin-bottom: 5px;
}

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%;
	height: 180px;
}

div.wpcf7 {
    max-width: 800px;
    margin: auto;
}

div.wpcf7 input[type="submit"] {
    background: #39312b;
    text-align: center;
    color: #CCA969;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #785f37;
}

a:visited {
	
}

a:hover, a:focus, a:active {
	color: #291B2C;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-align: left;
}

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

.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 {
	left: 100%;
}

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

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

.main-navigation li {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    font-size: 18px;
    color: #CCA969;
}

.main-navigation li:hover>a, .main-navigation li.focus>a {
    color: #fff;
}

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

.menu-toggle {
	display: block;
    width: 100%;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3b2c3d;
    font-weight: bold;
    background: #CCA969;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 49%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 49%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

.widget-title {
    display: block;
    font-size: 20px;
	margin-bottom: 10px;
}

#secondary ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
    text-align: center;
    padding: 20px 0;
    color: #CCA969;
    background: url(images/header-left.png) no-repeat left center, #dfc4c9;
    z-index: 1;
}

.site-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 9, 2, 0.8);
    z-index: -1;
}

a.header-title {
	display: block;
	font-size: 24px;
    margin: 40px auto;
    padding: 10px 0;
    line-height: normal;
    border-top: 2px solid;
    border-bottom: 2px solid;
	color: #CCA969;
    max-width: 330px;
}

.header-title span {
    display: block;
    font-size: 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.header-phone {
    display: block;
    font-size: 20px;
    margin-top: 5px;
}

.header-phone:before {
    content: '';
    display: inline-block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    background: url(images/phone-icon.png) no-repeat center/contain;
}

.header-facebook {
    display: inline-block;
    margin-left: 15px;
    line-height: 17px;
}

.header-facebook img {
    width: 20px;
    height: auto;
}

.header-facebook:hover img {
  	filter: brightness(200%);
}

.cart-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart-contents {
    display: inline-block;
    font-size: 18px;
    padding-left: 25px;
    color: #CCA969;
    background: url(images/shopping-cart.png) no-repeat left center/20px;
}

.cart-contents:hover {
    color: #fff;
	filter:brightness(200%);
}

.woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce div.product form.cart {
    display: none;
}

.top-news {
    text-align: center;
    background: rgba(24, 21, 16, 0.8);
    margin-top: 15px;
    padding: 2px;
}

.top-news-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 5px;
}

.top-news a {
    display: inline-block;
	color: #e9dbbd;
    font-size: 18px;
    padding: 2px;
    margin-right: 12px;
}

.top-news a:last-child {
	margin-right: 0;
}

.top-news a:hover {
	color: #cca969;
}
/*--------------------------------------------------------------
## 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;
}

body.home h1 {
	display: none;
}

h1.screen-reader-text {
    overflow: unset;
    width: 100%;
}

h2 {
	margin-bottom: 30px;
}

h3 {
    font-size: 24px;
}

.title-page {
	display: block;
	text-align: center;
    font-size: 26px;
    line-height: normal;
}

body.home {
	text-align: center;
}

.entry-meta {
    display: none;
}

body.single-post p {
    text-align: justify;
}

.cat-links {
    display: none;
}

.comments-link {
    display: none;
}

.woocommerce-breadcrumb {
    display: none;
}

.page {
	margin-bottom: 0;
}

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-box {
	position: relative;
	text-align: justify;
	padding: 20px 0;
    background: url(images/about.jpg) no-repeat right/1055px;
}

.contact-box {
    background: url(images/about.jpg) no-repeat center/cover;
}

.gift-box {
    position: relative;
    padding: 20px 0;
    background: url(images/balloons.jpg) no-repeat left/1055px;
}

.gift-circle {
    display: inline-block;
    background: #CCA969;
    border-radius: 50%;
    width: 90px;
    padding: 25px 0;
    color: #fff;
}

.gift-box img {
    border: 8px solid #e9dbbd;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.75);
}

.price-box {
    padding: 0 15px;
	background: #f2f2f2;
}

.price-box-img {
	background: url(images/price-box.jpg) no-repeat center/cover;
}

.price-box h2 {
    margin-top: 30px;
	margin-bottom: 20px;
}

.price-box table {
    text-align: left;
    max-width: 360px;
    margin: auto;
	border-collapse: separate;
}

.price-box table td:last-child {
    font-weight: bold;
}

.price-box .main-btn {
    margin-bottom: 30px;
}

.prices {
    background: #E9DBBD;
	padding: 15px;
	text-align: center;
    margin-bottom: 15px;
}

.price-img {
    display: table;
    width: 100%;
    height: 200px;
}

.price-img-face {
    background: url(images/pochistvashti-terapii-lice.jpg) no-repeat center/cover;
}

.price-img-general {
    background: url(images/osnovni-terapii-lice.jpg) no-repeat center/cover;
}

.price-img-specific {
    background: url(images/specifichni-terapii-lice.jpg) no-repeat center/cover;
}

.price-img-wax {
    background: url(images/wax.jpg) no-repeat center/cover;
}

.price-img-other {
    background: url(images/drugi-proceduri.jpg) no-repeat center/cover;
}

.price-img span {
    display: table-cell;
    vertical-align: bottom;
    padding: 15px;
	color: #fff;
    font-size: 20px;

	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(24,21,16,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(24,21,16,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(24,21,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#181510',GradientType=0 );
}

.prices .main-btn {
    margin-bottom: 0;
}

.prices table {
    margin: auto;
    border-collapse: separate;
}

.prices td:first-child {
    font-weight: bold;
}

.prices table td:last-child {
    font-weight: bold;
}

.price-style {
	min-width: 65px;
	text-align: right;
}

.prices table td.prices-info {
	font-weight: normal;
	font-size: 14px;
}

.main-btn, .woocommerce ul.products li.product .button {
    display: inline-block;
    color: #181510;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 35px;
    text-transform: uppercase;
	text-align: center;
    font-size: 14px;
    width: 200px;
    max-width: 100%;
    margin: 20px 0;
    letter-spacing: 1px;
	position: relative;
	
	background: #785f37;
    background: -moz-linear-gradient(-45deg, #785f37 0%, #cbb682 15%, #e9dbbd 52%, #785f37 100%);
    background: -webkit-linear-gradient(-45deg, #785f37 0%,#cbb682 15%,#e9dbbd 52%,#785f37 100%);
    background: linear-gradient(135deg, #785f37 0%,#cbb682 15%,#e9dbbd 52%,#785f37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#785f37', endColorstr='#785f37',GradientType=1 );
}

.main-btn:hover:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius: 35px;
	-webkit-animation: ShineAnimation 7s infinite;
	-moz-animation: ShineAnimation 7s infinite;
	-o-animation: ShineAnimation 7s infinite;
	animation: ShineAnimation 7s infinite;
	-webkit-animation-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}

.main-btn:hover {
	color: #181510;
}

.product-main-btn .main-btn {
    width: 100%;
}

.main-btn.large {
    width: 380px;
    margin-bottom: 40px;
}

@-webkit-keyframes ShineAnimation{
    from {
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
            top left,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.0) 45%,
            rgba(255, 255, 255, 0.5) 48%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0.5) 52%,
            rgba(255, 255, 255, 0.0) 57%,
            rgba(255, 255, 255, 0.0) 100%
        );
        background-position:-250px -250px;
        background-size: 400px 400px
    }
    to {
        background-repeat:no-repeat;
        background-position:250px 250px;
    }
}

@keyframes ShineAnimation{
    from {
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
            top left,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.0) 45%,
            rgba(255, 255, 255, 0.5) 48%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0.5) 52%,
            rgba(255, 255, 255, 0.0) 57%,
            rgba(255, 255, 255, 0.0) 100%
        );
        background-position:-250px -250px;
        background-size: 400px 400px
    }
    to {
        background-repeat:no-repeat;
        background-position:250px 250px;
    }
}

@-moz-keyframes ShineAnimation{
    from {
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
            top left,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.0) 45%,
            rgba(255, 255, 255, 0.5) 48%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0.5) 52%,
            rgba(255, 255, 255, 0.0) 57%,
            rgba(255, 255, 255, 0.0) 100%
        );
        background-position:-250px -250px;
        background-size: 400px 400px
    }
    to {
        background-repeat:no-repeat;
        background-position:250px 250px;
    }
}

@-o-keyframes ShineAnimation{
    from {
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
            top left,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.0) 45%,
            rgba(255, 255, 255, 0.5) 48%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0.5) 52%,
            rgba(255, 255, 255, 0.0) 57%,
            rgba(255, 255, 255, 0.0) 100%
        );
        background-position:-250px -250px;
        background-size: 400px 400px;
    }
    to {
        background-repeat:no-repeat;
        background-position:250px 250px;
    }
}

.full-width {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 20px 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.blockquotes {
	background: #e9dbbd;
}

.blockquotes footer, .blockquotes footer a {
    color: #b5965c;
}

.products-home {
	background: #39312b;
	color: #CCA969;
}

.products-home a {
	color: #CCA969;
}

.products-home h2.woocommerce-loop-product__title {
    color: #CCA969;
}

.products-home .woocommerce ul.products li.product {
	margin-bottom: 0;
}

.products-home .woocommerce ul.products {
	margin-bottom: 0;
}

.products-home .woocommerce ul.products li.product a img {
	margin-bottom: 5px;
}

.products-home .woocommerce ul.products li.product .price {
    color: #fff;
    font-size: 16px;
}

.woocommerce ul.products li.product .price {
	margin-bottom: 0;
}

.products-home .woocommerce a.added_to_cart {
    color: #fff;
}

.faq-box {
    background: url(images/img-faq.png) no-repeat 20% center/ 500px, #e9dbbd;
}

.blockquotes h2 {
    margin-bottom: 20px;
}

.quotes-img {
	display: block;
	margin: 0 auto 20px;
	width: 30px;
	height: 30px;
	background: url(images/quotation-mark.png) no-repeat center/contain;
}

.blockquotes-author {
    color: #b5965c;
}

.kozmetik-title span {
	display: block;
	font-size: 18px;
}

.kozmetik-img {
    max-width: 266px;
    border: 8px solid #e9dbbd;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.75);
    margin: 0 auto 20px;
}

/* FAQ */
.faq {
    clear: both;
    margin-bottom: 20px;
}

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.faq input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.faq label {
	position: relative;
	display: block;
	padding: 9px 2em 9px 1em;
	background: #CCA969;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 18px;
	border-radius: 35px;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}

.faq p {
	margin-bottom: 0;
}

.tab-content p {
  	margin: 5px 1em 1em;
    text-align: justify;
}
/* :checked */
.faq input:checked ~ .tab-content {
  	max-height: 30em;
}
/* Icon */
.faq label::after {
  position: absolute;
  right: 0;
  top: 0;
    bottom: 0;
    margin: auto;
  display: block;
  width: 3em;
  height: 25px;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.faq input[type=checkbox] + label::after {
  content: "+";
}
.faq input[type=radio] + label::after {
  content: "\25BC";
}
.faq input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.faq input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

textarea#comment {
    height: 120px;
}

#comments label {
    margin-bottom: 0;
}

#comments p {
    margin-bottom: 10px;
}

p:empty {
    display: none;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider-content {
	position: relative;
	overflow: hidden;
	height: 130px;
}

input.slide-radio {
    display: none;
}

div.slide-this {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
 }

.slide-this p {
    margin-bottom: 20px;
}

.slide-this .slide-price > span {
	display: table-cell;
	vertical-align: middle;
    font-size: 14px;
}

.slide-price .price-n {
    font-size: 34px;
    line-height: 100%;
}

.slide-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 100%;
}

.slide-line {
	display: inline-block;
	height: 8px;
	width: 80px;
	background: #fff;
	margin-right: 5px;
	margin-bottom: 0;
	cursor: pointer;
}

input.slide-radio:not(:checked) + div.slide-this{
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}

input.slide-radio:checked ~ div.slide-this {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%); 
}

input.slide-radio:checked + div.slide-this {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}

input#slide-group1-item1:checked ~ .slide-pagination label.slide-line1,
input#slide-group1-item2:checked ~ .slide-pagination label.slide-line2,
input#slide-group1-item3:checked ~ .slide-pagination label.slide-line3 {
	background: #CCA969;
}

.gallery-box .psgal figure {
    width: 220px;
    height: auto;
}

.gallery-box .psgal figure img {
    width: 210px;
    height: 140px;
    object-fit: cover;
}

.gallery-box .psgal figure a {
    position: relative;
	height: auto !important;
}

.gallery-box .psgal figure a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s ease;
}

.gallery-box .psgal figure a:hover:before {
    background: rgba(41, 27, 44, 0.5);
}

.contact-circles {
	text-align: center;
}

.contact-circles > div {
    margin-bottom: 15px;
}

.contact-circles img {
	display: block;
	margin: auto;
}

.contact-circles span {
	display: block;
}

.promo-box {
    background: url(images/promo-img.jpg) no-repeat center/cover;
    color: #e9dbbd;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.promo-box:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 2px solid #e9dbbd;
}

.promo-inner-box {
    background: rgba(57, 49, 43, 0.8);
    max-width: 580px;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.promo-inner-box h2 {
    border-bottom: 2px dotted #e9dbbd;
    padding: 10px 0;
    max-width: 85%;
    margin: 0 auto 10px;
    font-size: 30px;
}

.promo-inner-box span {
	display: inline-block;
}

.promo-inner-box .promo-proceduri {
    text-transform: uppercase;
    font-size: 18px;
}

.promo-inner-box .promo-old-price {
	display: block;
}

.promo-inner-box .promo-price {
    border: 1px solid #e9dbbd;
    padding: 10px;
    font-size: 20px;
	color: #fff;
	margin: 10px 10px 15px;
}

.promo-text {
	text-align: center;
}

.blog-box {
    background: #f2f2f2;
    border: 2px solid #e9dbbd;
	margin-bottom: 20px;
    padding: 5px;
}

.blog-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog-box h2 {
	text-align: left;
	margin-top: 10px;
	font-size: 24px;
}

.post-thumbnail {
    text-align: center;
    margin-bottom: 1.5em;
}

.post-thumbnail img {
    width: auto;
    max-height: 500px;
	border: 8px solid #e9dbbd;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(0,0,0,.75);
    -moz-box-shadow: 0px 0px 0px 6px rgba(0,0,0,.75);
    box-shadow: 0px 0px 0px 6px rgba(0,0,0,.75);
}

.post-thumbnail {
    text-align: center;
    margin-bottom: 1.5em;
}

.post-thumbnail img {
    width: auto;
    max-height: 500px;
}

body.home .post-thumbnail {
    display: none;
}

.authorbox-wrap {
    border: 2px solid #e9dbbd;
    padding: 5px;
	margin: 0;
}

.authorbox-gravatar {
    padding-left: 0;
    padding-right: 0;
	text-align: center;
}

.authorbox-gravatar img {
    border-radius: 50%;
}

.authorbox-authorname a {
    display: inline-block;
    margin-top: 10px;
    padding-left: 25px;
    background: url(/wp-content/themes/harizma/images/facebook-icon.png) no-repeat left/20px;
}

.authorbox-desc {
    border-top: 2px solid #e9dbbd;
	padding-top: 10px;
    font-size: 14px;
}

.authorbox-desc p {
    margin: 0;
}

.new-box {
    position: relative;
    background: #e9dbbd;
    margin-bottom: 15px;
    padding: 10px 10px 10px 48px;
    max-width: 540px;
    text-align: center;
    overflow: hidden;
    line-height: normal;
}

.new-text {
    position: absolute;
    top: 17px;
    left: -44px;
    background: #39312b;
    color: #fff;
    transform: rotate(-60deg);
    padding: 0 40px;
}

.new-box strong {
    display: block;
}

.new-box span {
    font-weight: bold;
}

.nav-links a {
    display: inline-block;
    position: relative;
    padding: 4px 8px;
    background: #cca969;
    color: #fff;
    font-weight: 700;
}

.nav-previous a {
    margin-left: 10px;
}

.nav-previous a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 16px 0;
    border-color: transparent #cca969 transparent transparent;
    margin: auto;
}

.nav-next a {
    margin-right: 10px;
}

.nav-next a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 10px;
    border-color: transparent transparent transparent #cca969;
    margin: auto;
}

.linfo-time {
    display: inline-block;
    font-size: 13px;
    color: #7f786d;
    margin-right: 10px;
}

.linfo-btn {
    font-size: 13px;
    cursor: pointer;
    color: #c28e2e;
}

.linfo-text {
    display: none;
}

.dblock .linfo-btn {
    display: none;
}

.dblock .linfo-text {
    display: block;
}


/*------------------ЦЕНИ------------*/
div#servicesContainer {
    padding: 0;
}

.page-template-template-ceni #content {
    min-height:1000px;
}

.categories.list-unstyled {
    margin-left: 0;
}

.categories.list-unstyled li {
    margin-bottom: 12px;
    font-size: 18px;
}

.categories.list-unstyled a {
    display: block;
    padding: 8px;
    border-radius: 10px;
}

.categories.list-unstyled a.active, .categories.list-unstyled a:hover {
    opacity: 1;
    transition: .3s;
    background-color: #cca969;
    color: #1e1a15;
    padding: 8px;
    /* padding-bottom: 200px; */
}

.categories.list-unstyled a.active .price {
    font-weight: bold;
    color: #1e1a15;
}

.services.list-unstyled li .name-block {
    display: inline-block;
    width: 50%;
    min-height: 26.5px;
}

.services.list-unstyled li .price-block {
    display: inline-block;
    width: 30%;
    min-height: 26.5px;
}

.services.list-unstyled li .price {
    min-width: 6.875rem;
    font-size: 16px;
    font-weight: 600;
    color: #1e1a15;
    text-align: right;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    white-space: nowrap;
    margin-right: 1rem;
    display: none;
}

 .services {
    margin-top: 2px;
    margin-left: 0;
    padding-left: 0;
    position: relative;
}

 .services::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 )
}

 .services li {
    width: 100%;
    min-height: 3.25rem;
    padding: .8rem 0 .8rem 1.5rem;
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

 .services li::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 )
}

 .services li .service-item, .services li .variant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

 .services li .variant:last-of-type::before {
    content: unset
}

 .services li .name-block {
    width: 70%
}
 .services li .name-block .name {
    display: block;
    font-size: 16px;
    color: #333
}

 .services li .name-block .timespan {
    line-height: 1
}

 .services li .name-block .timespan span {
    margin-right: 1.25rem;
    font-size: .9375rem;
    color: #b3b3b3;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

 .services li .name-block .details {
    line-height: 1;
    font-size: .875rem;
    white-space: nowrap
}

 .services li .name-block .details.loading {
    position: relative
}

 .services li .name-block .details.loading span {
    position: absolute;
    right: -24px;
    top: 2px;
    display: block;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #d1c4e9;
    border-top: 2px solid #e9e5f3;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

 .services li .price {
    min-width: 6.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #6e5f8d;
    text-align: right;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    white-space: nowrap;
    margin-right: 1rem
}

 .services li .price del {
    color: #b3b3b3
}

 .services li .price-block {
    display: flex;
    justify-content: space-between;
    min-height: 26.5px
}

 .services li .accordion-icon {
    display: inline-block;
    color: #1e1a15;
}

 .services li .accordion-icon span {
    font-size: .875rem;
    font-weight: bold;
    color: #cca969;
}

.services li .accordion-icon span:hover, .services li .accordion-icon span:active {
    font-weight: normal;
}

 .services li .accordion-icon i {
    font-size: 1rem
}

.services li .btn-action {
    display: inline-block;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    font-weight: bold;
    background: #cca969;
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: none;
    border: 2px solid #cca969;
    padding: 2px 5px;
    border-radius: 10px;
}

.services li .btn-action:hover, .services li .btn-action:active {
    background: #fff;
    color: #cca969;
    border: 2px solid #cca969;
}

/*------------------ЦЕНИ------------*/

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
.woocommerce li {
    text-align: center;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	max-width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    width: 200px;
    max-width: 100%;
}

.woocommerce-product-details__short-description p {
    text-align: justify;
}

.notice {
    text-align: center;
    margin-bottom: 20px;
    color: #ff1a4f;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	background: #39312b;
    padding: 20px 0;
    text-align: center;
	color: #CCA969;
}

.site-footer a {
	color: #CCA969;
}

.footer-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: normal;
}

.footer-title span {
    display: block;
    font-size: 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.footer-info, .footer-info a {
    color: #fff;
}

.footer-info span {
	display: block;
	text-transform: uppercase;
	color: #CCA969;
}

.site-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CCA969;
}

.viber-mobile {
    position: fixed;
    right: 15px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    background: url(images/viber.png) no-repeat center/contain;
	z-index: 999;
}

.call-mobile {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    background: url(images/telephone.png) no-repeat center/contain;
	z-index: 999;
}

.dev-by {
    margin-top: 10px;
    font-size: 15px;
}

.dev-by a {
    color: #ffffff;
}

a.sv-h {
    position: fixed;
    left: -17px;
    bottom: -17px;
    background: #1d1914;
    border-radius: 50%;
    text-align: center;
    padding-left: 7px;
    padding-bottom: 5px;
    width: 100px;
    height: 100px;
    font-size: 10px;
    display: flex;
    color: #ffffff;
    align-items: center;
    text-transform: uppercase;
    z-index: 999;
}

.sv-h:before {
    content: '';
    position: absolute;
    left: 3px;
    right: 4px;
    bottom: 3px;
    top: 4px;
    border: 2px solid #e6d3a3;
    border-radius: 50%;
}

.sv-h:hover {
    color: #fff;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (min-width: 768px) {
	.viber-mobile, .call-mobile, a.sv-h {
		display: none;
	}
	
	.full-width.about-box:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;

		background: -moz-linear-gradient(left, rgba(255,255,255,1) 41%, rgba(255,255,255,0) 41%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 41%,rgba(255,255,255,0) 41%);
		background: linear-gradient(to right, rgba(255,255,255,1) 41%,rgba(255,255,255,0) 41%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	}
	
	.gift-box:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;

		background: -moz-linear-gradient(left, rgba(255,255,255,0) 59%, rgba(255,255,255,1) 59%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 59%,rgba(255,255,255,1) 59%);
		background: linear-gradient(to right, rgba(255,255,255,0) 59%,rgba(255,255,255,1) 59%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
}

@media screen and (max-width: 991px) {
	.slider-content  {
		height: 150px;
	}
	
	.slide-this p {
    	margin-bottom: 1em;
	}
	
	.main-navigation {
		text-align: center;
	}
	
	.cart-header {
    	justify-content: center;
    	margin-top: 10px;
	}
	
	.gift-box {
		background-position: -230px center;
		background-position: cover;
	}
}

@media screen and (max-width: 767px) {
    /*-----цени-----*/
    
    .page-template-template-ceni #content {
        min-height:0px;
    }
    
    .categories.list-unstyled, .services.list-unstyled {
        padding: 0;
        margin: 0;
    }
    
    .categories.list-unstyled li, .services.list-unstyled li {
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .services.list-unstyled li .price-block {
        width: auto;
    }
    
    .services li .name-block .name {
        font-size: 14px;
    }
    
    .services.list-unstyled li {
        font-size: 14px;
    }
    
    .services li .accordion-icon {
        display: block;
        text-align: center;
    }
    
    .categories.list-unstyled a {
        padding-left: 0px;
    }
    
    .categories.list-unstyled a, .categories.list-unstyled a.active {
        padding:5px;
    }
    
    .services li .btn-action {
        margin-top: 0px;
        display: block;
    }
    /*-----цени-----*/
    
	.site-header {
		background-size: cover;
	}
	
	.main-navigation ul {
		margin-top: 10px;
	}
	
	.main-navigation li {
		margin: 5px;
	}
	
	.main-navigation a {
		padding: 5px;
	}
	
	.cart-contents {
		font-size: 16px;
	}
	
	.cosmetic-titles p {
    	margin: 0;
	}

	.cosmetic-titles .col-6 {
		margin-bottom: 15px;
	}

	.cosmetic-titles h3 {
		font-size: 20px;
	}
	
	.price-box-img {
	    height: 200px;
	}
	
	.faq-box {
		position: relative;
		z-index: 1;
		overflow: hidden;
		background: #e9dbbd;
	}
	
	.faq-box:before {
		content: '';
		width: 600px;
		height: 496px;
		position: absolute;
		background: url(/wp-content/themes/harizma/images/img-faq.png) no-repeat 20% center/500px;
		z-index: -1;
		opacity: 0.3;
	}
	
	.about-box {
    	margin-top: 0;
    	padding-top: 30px;
		background-position: 70% 0;
	}
	
	.entry-content {
    	margin-top: 0;
	}
	
	.slider-content {
    	height: 200px;
    	font-size: 15px;
	}
	
	.faq label {
		font-size: 16px;
	}
	
	.price-img span {
		font-size: 18px;
	}
	
	.promo-box:before {
		top: 10px;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
	
	.promo-inner-box {
		padding: 5px;
	    margin: 0 20px;
	}
	
	.promo-inner-box h2 {
    	font-size: 20px;
	}
	
	.promo-inner-box .promo-proceduri {
		font-size: 15px;
	}
	
	.promo-inner-box .promo-price {
		padding: 5px;
		font-size: 18px;
	    line-height: normal;
	}
	
	.contact-circles {
    	font-size: 14px;
	}
	
	.blog-box {
    	text-align: center;
	}
	
	.blog-box h2 {
		text-align: center;
	    margin-bottom: 10px;
	}
	
	.products-home .woocommerce ul.products[class*=columns-] li.product {
		margin-bottom: 0;
	}
	
	.authorbox-authorname {
		font-size: 14px;
	}
	
	.footer-title {
        margin-top: 10px;
	}
	
	.map-footer {
	    height: 160px;
        object-fit: cover;
	}
}