/*!
Theme Name: Office Frukt
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: office-frukt
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.

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

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

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

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* 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: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 5px;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
.checkout-button {
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 25px;
    background: #58cf5f;
    border: 2px solid #58cf5f;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    outline: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.checkout-button:hover {
	background: #fff;
	color: #58cf5f !important;
}
.wc-proceed-to-checkout {
	margin-bottom: 25px;
}
/*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: #000;
	border: 1px solid #616da7;
	border-radius: 2px;
	padding: 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;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #efa01f;
	transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
}
a:hover {
	color: #282a37;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	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 {
	float: left;
	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: 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: 50%;
}

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

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

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

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

/*STYLING*/
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, 
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
	padding-top: 0 !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}
body * {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 42px;
	line-height: 46px;
	margin: 0;
}
h2 {
	font-size: 36px;
	line-height: 40px;
}
h3 {
	font-size: 30px;
	line-height: 34px;
}
h4 {
	font-size: 24px;
	line-height: 26px;	
}
h5 {
	font-size: 18px;
	line-height: 22px;	
}
h6 {
	font-size: 14px;
	line-height: 18px;	
}
.fo-banner {
	min-height: 500px;
}
.fo-banner .vc_column_container:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .3);
}
.fo-banner h2 {
	max-width: 55%;
	margin: 0 auto 15px;
	font-size: 40px;
}
.fo-banner h2.fo-banner-title {
	color: #ffffff;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
.fo-banner h2, .fo-banner h5 {
	color: #ffffff;
	font-weight: 400;
}
.fo-banner h5 {
	margin-bottom: 40px;
}
.of-button {
	padding: 12px 33px 10px;
	background: #efa01f;
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	text-transform: uppercase;
    display: inline-block;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    border: 2px solid #efa01f;
    border-radius: 2px;
}
.of-button:hover {
	background: #fff;
	color: #efa01f;
}
.re-page-title {
	display: none;
}
.of-services h5 {
	color: #282a37;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.of-services {
	padding: 20px 0;
}
.serv-wrap {
	position: relative;
}
.serv-wrap p {
	color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;  
}
.serv-wrap:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e1e1e1;
	top: 0px;
	right: -15px;
}
.serv-wrap.of-last:after {
	display: none;
}
.of-services {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.of-underlined h3 {
	position: relative;
	color: #282a37;
}
.of-underlined h3:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 4px;
	background: #616DA7;
}
.of-mb-100 {
	margin-bottom: 100px;
}
.vc_row.wpb_row .vc_column-inner {
	padding-right: 0;
	padding-left: 0;
}
.home-popular .star-rating {
	display: none;
}
.home-popular ul.products {
	width: 100%;
	text-align: center;
}
.home-popular ul.products a img {
	margin: 0 auto;
}
.home-popular ul.products li.product{
	border: 1px solid #e1e1e1;
	padding: 30px 10px 20px;
}
.home-popular .woocommerce-loop-product__title, div.wps-slider-section #sp-woo-product-slider-54 .wpsf-product-title a {
	color: #282a37;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.home-popular span.price, div.wps-slider-section .wpsf-product-price {
	color: #616da7;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
}
.add_to_cart_button, div.wps-slider-section #sp-woo-product-slider-54 .wpsf-cart-button a {
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
	padding: 10px 25px;
	background: #58cf5f;
	border: 2px solid #58cf5f;
	display: inline-block !important;
}
.add_to_cart_button:hover {
	background: #fff;
	color: #58cf5f;
}
.home-popular .woocommerce-loop-product__link {
	display: block;
	margin-bottom: 10px;
}
.transparent-button {
	color: #282a37;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 10px 65px;
    border: 1px solid #999999;
}
.transparent-button:hover {
	color: #fff;
	background: #282a37;
}
.mt30 {
	margin-top: 30px;
}
.home-popular {
	margin-bottom: 55px;
}
.special-offer {
	padding-top: 40px;
	padding-bottom: 40px; 
}
.vc_row.of-services:before, .of-latest-sales:before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	width: 317px;
	height: 25px;
	background: url('assets/images/shadow.png');
	background-position: center;
	background-repeat: no-repeat;
}
.of-latest-sales:before {
	bottom: 9px;
}
.of-latest-sales {
	border-bottom: 1px solid #e1e1e1;
    padding-bottom: 65px;
    margin-bottom: 20px !important;
}
.s-offer h4 {
	color: #efa01f;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.s-offer h3 {
	color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 15px;
}
.s-offer h3.so-price {
	color: #616da7;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
}
p {
	color: #282a37;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.special-offer .add_to_cart_inline .woocommerce-Price-amount {
	display: none;
}
.special-offer .add_to_cart_inline {
	margin: 0;
	border: none !important;
	padding-left: 0 !important;
	margin-top: 25px;	
}
.wpsf-product.slick-slide {
	border: 1px solid #e1e1e1;
    padding: 30px 10px 20px;
}
div.wps-slider-section img.wpsf-product-img {
	border: none !important;
}
div.wps-slider-section .wps-product-section ul.slick-dots li {
	margin-bottom: 3px !important;
}
.of-partners-section {
	margin-bottom: 35px;
	margin-top: 15px;
}
.vc_row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
#footer-sidebar1.col-md-6 {
	padding-left: 0;
}
.site-footer {
	background: #616da7;
	overflow-x: hidden;
}
.container.of-site-footer {
	position: relative;
    padding-top: 35px;
    padding-bottom: 20px;
}
.container.of-site-footer:before {
    content: '' !important;
    position: absolute;
    background: #f8f8fa;
    width: 250%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 0;
    display: block !important;
}
body {
	overflow-x: hidden;
}
.of-copyright p {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}
.widget-title {
	color: #282a37;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}
.of-copyright {
	padding-top: 20px;
	padding-bottom: 20px;
}
.of-copyright .widget {
	margin-bottom: 0;
}
#footer-sidebar2 a {
	color: #282a37;
	display: block;
	margin-bottom: 8px;
}
#footer-sidebar2 a:hover {
	color: #efa01f;
}
.site-footer {
	margin-top: 20px;
}
.of-footer-addr p {
	color: #efa01f !important;
}
#footer-sidebar2 a + br {
	display: none;
}
#footer-sidebar2 {
	border-left: 1px solid #e1e1e1;
}
blockquote.easy_testimonial .wp-post-image {
	border-radius: 50%;
}
.testimonial_body p {
	margin-top: 0;
}
.testimonial_author .testimonial-client {
    color: #efa01f;
    font-style: normal;
}
.testimonial_author .date {
	display: none !important;
}
.lang-tel {
	display: inline-block;
}

.lang-tel a img.smush-detected-img {
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
}

.lang-tel a img {
    margin-left: 0 !important;
}
/*.site-header {
	padding: 0 25px;
}*/
.of-top-bar, .of-search-brand, .of-categories-menu {
	padding: 0 25px;
	vertical-align: middle;
}
.main-navigation {
	display: inline-block;
    float: right;
    width: auto;
    clear: none;
}
.main-navigation a {
	color: #282a37;
  	font-size: 1.125rem;
  	font-weight: 700!important;
  	line-height: 16px;
  	padding: 5px 10px;
  	position: relative;
}
.lang-tel a {
    color: #282a37;
  	font-size: 14px;
  	font-weight: 700!important;
  	line-height: 16px;
  	padding: 5px 10px;
  	position: relative;
}

.main-navigation a:hover, .lang-tel a:hover {
	color: #efa01f;
}
.main-navigation a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #e1e1e1;
}
.main-navigation a:last-child {
	padding-right: 0;
}
.main-navigation a:last-child:after {
	display: none;
}
.lang-tel a:first-child {
	padding-left: 0;
}
.of-top-bar {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}
.site-title a {
	font-size: 30px;
  	font-weight: 700;
  	line-height: 41px;
  	text-transform: uppercase;
  	color: #fff100 !important;
}
.site-title {
  	margin-top: 0;
  	margin-bottom: 0;
}
.of-search-brand {
	padding-top: 20px;
	padding-bottom: 21px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #30477e;
    margin-bottom: 1px;
}
.site-branding {
	display: inline-block;
}
.of-search-form {
	display: inline-block;
	min-width: 300px;
	margin-right: 50px;
}
.of-search-form .aws-search-form input {
	border: none !important;
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}
.of-search-form .aws-container .aws-search-form .aws-form-btn {
	background: #58cf5f;
	border-color: #58cf5f;
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	color: #fff;
}
.of-search-form .aws-container .aws-search-form .aws-search-btn_icon {
	color: #fff;
}
.aws-search-form .aws-search-btn.aws-form-btn:hover .aws-search-btn_icon {
	color: #58cf5f !important;
}
.of-basket {
	position: relative;
	display: inline-block;
}
.of-count {
	position: absolute;
    top: -5px;
    left: -8px;
    padding: 2px 4px 1px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 12px;
    background: #ff5a4e;
    color: #fff;
}
.woocommerce-Price-amount.amount {
	color: #000;
}
.of-basket img {
	margin-top: -6px;
	width: 28px;
}
.of-testi-widget {
	/*border-bottom: 1px solid #e1e1e1;*/
	margin-bottom: 25px;
}
.of-testi-widget .widget {
	margin-bottom: 0;
}
.single-product .woocommerce-product-gallery {
	width: 49%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}
.single-product .summary.entry-summary {
	width: 50%;
	display: inline-block;
	margin-bottom: 25px;
}
.single-product div.product {
	width: 100%;
}
.woocommerce-product-gallery__trigger {
	display: none !important;
}
ul.products {
	width: 100%;
}
ul.products li .star-rating {
	display: none;
}
ul.products li {
	border: 1px solid #e1e1e1;
    padding: 30px 10px;
}
h1.product_title.entry-title {
	color: #000000;
  	font-size: 30px;
  	font-weight: 700;
  	line-height: 41px;
  	text-transform: uppercase;
}
.woocommerce-product-rating .woocommerce-review-link {
	display: none;
}
.price .woocommerce-Price-amount.amount {
	color: #616da7;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
}
.quantity.buttons-add-minus input {
	width: 42px;
	height: 42px;
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #282a37;
	font-size: 15px;
	transition: all 0.3s;
	line-height: 26.4px;
	outline: none;
	float: left;
	padding: 0;
}
.woocommerce .quantity .qty {
	border: 1px solid #e1e1e1;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	text-align: center;
	width: 42px;
	height: 42px;
	float: left;

}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.cart .minus, .cart .plus, .wac-qty-button {
	font-size: 22px;
    line-height: unset;
    color: #58cf5f;
    min-height: 42px;
    background: #fff !important;
    border: 1px solid #e1e1e1;
    min-width: 42px;    
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    padding: 0;
    float: left;
    text-align: center;
    padding: 0 !important;
    border-radius: 0 !important;
}
.wac-qty-button a {
    min-height: 39px;
    min-width: 42px;
    display: block;
    padding-top: 8px;
}
.cart .minus:hover, .cart .plus:hover {
	color: #fff !important;
	background: #58cf5f !important;
}
.cart .minus {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.cart .plus {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.single-product div.product form.cart .quantity {
    float: left;
    margin: 0;
    display: inline-block;
    width: 42px;
    height: 42px;
    padding: 0;
}
.single_add_to_cart_button {
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 25px;
    background: #58cf5f;
    border: 2px solid #58cf5f;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    margin-left: 25px;
}
.single_add_to_cart_button:hover {
	border: 2px solid #58cf5f;
	background: #fff;
	color: #58cf5f;
}
.woocommerce-product-details__short-description {
	margin-bottom: 25px;
}
.woocommerce-tabs.wc-tabs-wrapper {
	border-top: 1px solid #e1e1e1;
	margin-top: 30px;
	clear: both;
}
.tabs.wc-tabs {
	margin-top: 25px !important; 
}
.woocommerce-tabs ul.tabs li {
	display: inline-block !important;
	padding: 0 25px;
    border: 1px solid #e1e1e1;
}
.woocommerce-tabs ul.tabs li a {
	color: #000000;
}
.woocommerce-tabs ul.tabs li.active a {
	color: #efa01f;
}
.woocommerce-tabs ul.tabs li.active {
	border-bottom: 2px solid #fff;
}
.woocommerce-tabs ul.tabs li a:hover {
	color: #efa01f;
}
.woocommerce-Tabs-panel {
	border-top: 1px solid #e1e1e1;
    margin-top: -1px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 15px !important;
}
.related.products h2 {
	margin-bottom: 20px;
}
ul.products li.product {
	text-align: center;
}
.woocommerce-loop-product__title {
	color: #282a37;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px !important;
    margin-top: 10px;
}
ul.products li.product .price {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.product-template-default h2 {
	font-weight: 400 !important;
    font-size: 24px;
    line-height: 32px;
	text-transform: uppercase;
}
ul.products li.product img {
	margin: 0 auto;
}
.woocommerce-products-header__title {
	display: none;
}
.woocommerce-breadcrumb {
	margin-bottom: 20px;
}
.woocommerce-result-count {
	float: left;
	margin-top: 0;
}
.woocommerce-ordering {
	float: right;
	margin-bottom: 30px;
}
select.orderby {
    color: #313131;
    padding: 12px 6px;
    line-height: 30px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    height: 100%;
    margin: 0 !important;
    outline: 0;
    border: 1px solid #616da7 !important;
    min-width: 300px;
}
.archive ul.products {
	margin-top: 25px;
}
select.orderby:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	clear: both;
}
li.product a.added_to_cart {
	position: absolute;
    bottom: 6px;
    width: 100%;
    left: 0;
}
.woocommerce-cart-form .shop_table thead {
	border-bottom: 1px solid #e1e1e1;
}
table.shop_table_responsive tr th {
	padding: 10px 0;
	color: #282a37;
  	font-size: 16px;
  	font-weight: 400;
  	line-height: 22px;
}
.woocommerce-cart .re-page-title {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000000;
  	font-size: 30px;
  	font-weight: 700;
  	line-height: 41px;
  	text-transform: uppercase;
}
.woocommerce-cart-form .shop_table tbody td a, .woocommerce-cart-form .shop_table tbody td {
	color: #616da7;
  	font-size: 18px;
  	font-weight: 400;
  	line-height: 25px;
} 
.woocommerce-cart-form .shop_table tbody td .quantity input {
	font-size: 22px;
    padding: 3px 5px 6px;
    line-height: unset;
    color: #58cf5f;
    height: auto;
}
.woocommerce-cart-form .shop_table tbody td .quantity input.input-text.qty {
	color: #000;
	font-size: 15px;
	min-height: 42px;
}
.woocommerce-cart-form .shop_table tbody td .quantity input.plus {
	padding: 5px 5px 4px;
}
.woocommerce-cart-form .shop_table .coupon {
	color: #000;
	margin-top: 10px;
}
.coupon button {
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 25px;
    background: #58cf5f;
    border: 2px solid #58cf5f;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
}
.coupon button:hover {
	background: #fff;
	color: #58cf5f;
}
#coupon_code {
	padding: 11px 10px;
    border-width: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}
button[name="update_cart"] {
	color: #fff;
	margin-top: 15px;
}
button[name="update_cart"]:focus {
	outline: none;
}
.cart-collaterals ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cart_totals h2 {
	font-weight: 400 !important;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}
.woocommerce-message {
	width: 100%;
	padding: 15px;
	color: #fff;
	margin-bottom: 25px;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	width: 100%;
	padding: 15px;
	color: #fff;
	margin-bottom: 15px;
}
.checkout.woocommerce-checkout h3 {
	font-weight: 400 !important;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.checkout.woocommerce-checkout input[type="text"], .checkout.woocommerce-checkout input[type="email"], 
.checkout.woocommerce-checkout input[type="url"], .checkout.woocommerce-checkout input[type="password"], 
.checkout.woocommerce-checkout input[type="search"], .checkout.woocommerce-checkout input[type="number"], 
.checkout.woocommerce-checkout input[type="tel"], .checkout.woocommerce-checkout input[type="range"], 
.checkout.woocommerce-checkout input[type="date"], .checkout.woocommerce-checkout input[type="month"], 
.checkout.woocommerce-checkout input[type="week"], .checkout.woocommerce-checkout input[type="time"], 
.checkout.woocommerce-checkout input[type="datetime"], .checkout.woocommerce-checkout input[type="datetime-local"], 
.checkout.woocommerce-checkout input[type="color"], .checkout.woocommerce-checkout textarea {
	width: 100%;
}
.checkout.woocommerce-checkout p {
	margin-top: 0;
}
.woocommerce-shipping-fields {
	margin-top: 25px;
}
.woocommerce-checkout-review-order-table {
	text-align: center;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-checkout-review-order td {
	padding: 5px 0;
}
#customer_details {
	margin-bottom: 25px;
}
.checkout.woocommerce-checkout {
	margin-bottom: 30px;
}
.woocommerce-Reviews .comment_container img {
	border-radius: 50%;
	vertical-align: top;
	margin-right: 25px;
}
.woocommerce-Reviews .comment_container .comment-text {
	display: inline-block;
}
.commentlist li {
	margin-bottom: 20px;
}
.commentlist p.meta {
	margin-top: 0;
}
.commentlist .description p {
	margin-top: 5px;
}
.woocommerce-review__author {
	color: #efa01f;
}
.woocommerce-MyAccount-navigation {
	display: inline-block;
	width: 24%;
	margin-right: 1%;
}
.woocommerce-MyAccount-navigation li {
	margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation li a {
	color: #282a37;
}
.woocommerce-MyAccount-navigation li a:hover {
	color: #efa01f;
}
.woocommerce-MyAccount-content {
	width: 74%;
	display: inline-block;
	vertical-align: top;
}
.woocommerce-MyAccount-content p:first-child {
	margin-top: 0;
}
.woocommerce-MyAccount-content input {
	width: 100%;
}
.woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h2 {
	font-weight: 400;
}
.of-categories-menu {
	background: #30477e;
	position: relative;
/*	padding: 15px 0;*/
}
.of-categories-menu:before {
    content: '' !important;
    position: absolute;
    background: #30477e;
    width: 250%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    display: block !important;
}
#category-left, #category-right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
}
#category-left .menu-image-title, #category-right .menu-image-title {
	display: block;
	margin-top: 5px;
}
#category-left li, #category-right li {
	text-align: center;
	transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    	width: 9%;
}
#category-left li:hover {
	background: rgba(0,0,0, 0.3);
}
#category-left li a, #category-right li a {
	color: #fff;
	padding: 0 32px 15px;
    min-height: 55px;
}
/*#category-left li a:hover, #category-right li a:hover {
	color: #efa01f;
}*/
.of-categories-menu {
	margin-bottom: 15px;
}
.home .of-categories-menu {
	margin-bottom: 0px;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right: 0;
}
#category-right {
	display: none;
}
.menu-item a.menu-image-title-below.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper {
	padding-bottom: 0;
}
.pll-parent-menu-item ul.sub-menu li a {
	width: auto;
}
ul.sub-menu {
	background: #fff;
}
/*.of-categories-menu ul li.menu-item {
	min-height: 52px;
}*/
.page-numbers {
	text-align: center;
}
.page-numbers li {
	display: inline-block;
	font-size: 18px;
    margin: 0 5px;
}
#category-left li a {
	position: relative;
	margin-top: 55px;
	display: block;
}
#category-left li a:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 29px;
    mask-size: 29px;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
}
/*#category-left a:hover:before {
	background-color: #efa01f;
}*/
.cancelary a:before {
	-webkit-mask-image: url(assets/images/cancelary.svg);
    mask-image: url(assets/images/cancelary.svg);
}
.milk a:before {
	-webkit-mask-image: url(assets/images/milk.svg);
    mask-image: url(assets/images/milk.svg);
}
.drinks a:before {
	-webkit-mask-image: url(assets/images/drinks.svg);
    mask-image: url(assets/images/drinks.svg);
}
.dishes a:before {
	-webkit-mask-image: url(assets/images/dishes.svg);
    mask-image: url(assets/images/dishes.svg);
}
.nuts a:before {
	-webkit-mask-image: url(assets/images/nuts.svg);
    mask-image: url(assets/images/nuts.svg);
}
.sweets a:before {
	-webkit-mask-image: url(assets/images/sweets.svg);
    mask-image: url(assets/images/sweets.svg);
}
.diff-prods a:before {
	-webkit-mask-image: url(assets/images/defferent-prods.svg);
    mask-image: url(assets/images/defferent-prods.svg);
}
.diff-items a:before {
	-webkit-mask-image: url(assets/images/different-items.svg);
    mask-image: url(assets/images/different-items.svg);
}
.fruits a:before {
	-webkit-mask-image: url(assets/images/fruits.svg);
    mask-image: url(assets/images/fruits.svg);
}
.houseware a:before {
	-webkit-mask-image: url(assets/images/household.svg);
    mask-image: url(assets/images/household.svg);
}
.tea a:before {
	-webkit-mask-image: url(assets/images/tea.svg);
    mask-image: url(assets/images/tea.svg);
}
.woocommerce-cart .woocommerce-message {
	display: none !important;
}
.zic-bar-section {
	display: none;
}
body {
	overflow-x: hidden !important;
}
@media screen and (max-width: 1650px) {
	#category-left li a {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1560px) {
	.fo-banner h2 {
		max-width: 65%;
	}
	#category-left li a {
		padding: 0px 12px;
	}
}
@media screen and (max-width: 1024px) {
	.of-categories-menu {
		display: none;
		position: absolute;
    	z-index: 5;
    	left: 0;
	}
	#category-left li {
		width: 100%
	}
	#category-left li:last-child {
		margin-bottom: 10px;
	}
	#category-left li a:before {
		display: none;
	}
	#category-left li a {
	    position: relative;
	    margin-top: 12px;
	    font-size: 18px;
	    line-height: 28px;
	    display: block;
	    min-height: auto;
	}
	.of-categories-menu:before {
		display: none;
	}
	.zic-bar-section {
		display: block;
		width: 10%;
		text-align: right;
	}
	.of-cart-wrap {
		width: 60%;
		text-align: right;
	}
	.site-branding {
		width: 30%;
	}
	#category-left {
		flex-wrap: wrap;
	}
	.testimonial_body p {
	    margin-top: 15px;
	}
	#footer-sidebar1 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 769px) {
/*	.site-header {
	    padding: 0 10px;
	}*/
/*	.of-top-bar, .of-categories-menu {
	    padding: 0 15px;
	}
	.of-search-brand {
		padding: 20px 15px 21px;
		width: 100%;
	}*/
	.of-search-form {
		margin-right: 15px;
	}
	.zic-bar-section {
		width: 7%;
	}
	.of-cart-wrap {
		width: 65%;
	}
	.site-branding {
		width: 28%;
	}
	.container.of-site-footer:before {
		width: 100%;
	    top: 0;
	    left: 0;
	}
	.container {
		overflow-x: hidden;
	}
	.vc_row {
		padding: 0 15px;
	}
	.vc_row.fo-banner {
		padding: 0;
	}
	.vc_row.special-offer {
		padding: 0 15px !important;
	}
}
@media screen and (max-width: 550px) {
	.site-header {
	    padding: 0;
	}
	.of-top-bar, .of-search-brand, .of-categories-menu {
		padding-left: 15px;
		padding-right: 15px;
	}
	.of-search-brand {
		margin-bottom: 0;
	}
	.zic-bar-section {
		width: 10%;
	}
	.of-cart-wrap {
		width: 90%;
		text-align: left;
	}
	.site-branding {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.of-search-form {
		min-width: 200px;
	}
	.of-basket .woocommerce-Price-amount.amount {
		display: none;
	}
	.of-search-brand {
		padding-top: 15px;
	}
	.of-categories-menu ul li.menu-item {
		min-height: auto;
	}
	.product .woocommerce-product-gallery, .single-product .summary.entry-summary {
		width: 100%;
	}
	.woocommerce-page .content-area {
		padding: 0 15px;
	}
	.fo-banner h2 {
	    max-width: 85%;
	    font-size: 36px;
	}
	.wpb_text_column.serv-wrap {
		margin-bottom: 15px !important;
		margin-top: 15px !important;
	}
	.of-services {
		padding-bottom: 15px;
	}
	.woocommerce-Reviews input{
		width: 100%;
	}
	.woocommerce-cart-form .shop_table tbody td {
		min-height: 40px;
	}
	.wac-quantity {
	    width: 34% !important;
	    float: right;
	    margin-bottom: 15px;
	}
	.woocommerce-cart-form .actions input, .woocommerce-cart-form .actions button {
		width: 100%;
	}
	label[for="coupon_code"] {
		float: left;
		margin-bottom: 5px;
	}
	#coupon_code {
		margin-bottom: 14px;
	}
	.checkout-button, #place_order {
		width: 100%;
		display: block;
	}
	.woocommerce-ordering, .woocommerce-ordering select {
		width: 100%;
	}
}