/*!
Theme Name: FARMANOVIS
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>FARMANOVIS</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: FARMANOVIS
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.
FARMANOVIS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**\
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
	font-family: 'Roboto';
	src: url(fonts/Roboto-VariableFont_wdth\,wght.ttf);
}

@font-face {
	font-family: 'Heebo';
	src: url(fonts/Heebo-VariableFont_wght.ttf);
}

@keyframes faq_toggled {
	from {
		max-height: 0;
	}

	to {
		max-height: 1000px;
	}
}

*:focus {
	outline-style: solid;
	outline-color: #11a6bb;
}

html {
	line-height: 1.15;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Heebo", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a:hover,
a:focus,
a:active,
#Home_slimit_text a:hover,
#Home_Glucomode_text a:hover {
	color: #11a6bb;
}

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

/* Forms
--------------------------------------------- */



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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation.toggled {
	display: table;
	background: #fff;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 30px;
	font-size: 20px;
}

.main-navigation a:hover {
	color: #11a6bb;
}

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

button.menu-toggle {
	background: url(assets/Menu_btn.svg)no-repeat;
	background-size: 100%;
	width: 35px;
	height: 33px;
	border: none;
}

.main-navigation.toggled button.menu-toggle {
	background: url(assets/Menu_close.svg);
	background-size: 100%;
}

header#masthead {
	position: fixed;
	z-index: 9;
	width: 100%;
}

.site-branding {
	float: left;
	position: relative;
	z-index: 99999;
}

@keyframes header-bg {
	from {
		background: rgba(255, 255, 255, 0);
	}

	to {
		background: rgba(255, 255, 255, 0.8);
	}
}

/*Desktops*/
@media screen and (min-width: 768px) {
	h1 {
		font-size: 60px;
		margin: 0;
	}

	h1:not(.single-product h1) {
		text-align: center;
	}

	h2 {
		font-size: 60px;
		margin: 0;
	}

	h3,
	p.bigFont {
		font-size: 30px;
	}

	p,
	li {
		font-size: 20px;
	}

	.site-branding {
		margin: 1.14vw 3vw;
	}

	#Default_cover_image {
		width: 100vw;
	}

	.page-template-default main#primary:not(.page-id-9 main#primary),
	.post-template-default main#primary {
		max-width: 60vw;
		margin: auto;
	}

	nav#site-navigation {
		padding: 0 3vw 75px;
	}

	.main-navigation.toggled {
		width: 275px;
		position: relative;
		z-index: 9;
	}

	div#Header_navigation_wrap {
		position: relative;
	}

	#Cart_btn {
		position: absolute;
		right: 109px;
		top: 0px;
		text-decoration: none;
	}

	span#ItemsCount {
		position: relative;
		top: -15px;
		left: 10px;
	}

	button.menu-toggle {
		margin-top: 22px;
	}

	.main-navigation.toggled button.menu-toggle {
		margin-bottom: 90px;
	}

	div#Cover_image_div {
		position: relative;
	}

	div#Headlines_div {
		position: absolute;
		top: 10vw;
		left: 12.86vw;
		text-align: left;
	}

	div#Headlines_div>p {
		position: relative;
		background: #fff;
		margin: 0;
		padding: 0.52vw.56vw;
		font-size: 3.042vw;
		display: table;
		float: left;
		clear: both;
	}

	p#Cover_headline_1 {
		transform: rotate(358deg);
		font-weight: bold;
	}

	p#Cover_headline_2 {
		left: 4vw;
		top: -0.1vw;
	}

	p#Cover_headline_3 {
		transform: rotate(357deg);
		font-weight: bold;
		left: 1vw;
	}

	img#Cover_image {
		width: 100%;
	}

	#Home_intro_div {
		position: relative;
		width: 61vw;
		padding: 45px 57px 35px 45px;
		background: #fff;
		border-radius: 12px;
		border: 1px solid #7D7979;
		box-shadow: 4px 4px 4px #00000029;
		font-size: 1.56vw;
		margin: -21vw auto 5vw;
	}

	.sticky-menu header#masthead {
		animation-name: header-bg;
		animation-duration: 0.5s;
		box-shadow: 4px 4px 4px #00000029;
		background-color: rgba(255, 255, 255, 0.8);
	}

	div#Home_slimit_div,
	#Home_Glucomode_div {
		display: flex;
	}

	#Home_Glucomode_div {
		flex-direction: row-reverse;
		padding-right: 9.77vw;
		margin-top: 130px;
	}

	#Home_slimit_slider {
		margin-left: 50px;
	}

	#Home_Glucomode_slider {
		margin-right: 50px;
	}

	div#Home_slimit_text,
	#Home_Glucomode_text {
		margin-top: -20px;
	}

	#Home_slimit_text a,
	#Home_Glucomode_text a {
		display: table;
		background: #000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 43px;
		padding: 0 65px;
		height: 60px;
		font-size: 30px;
		line-height: 60px;
		font-weight: bold;
	}

	#Home_slimit_text p,
	#Home_Glucomode_text p {
		margin-top: 0;
	}

	.slider-container {
		width: 50vw;
		overflow: hidden;
		position: relative;
	}

	div#slimit_sliderTrack,
	#Product_images_slider .slider-track {
		flex-direction: row-reverse;
	}

	.slider-track {
		display: flex;
		transition: transform 0.3s ease;
		cursor: grab;
	}

	.slider-track img {
		width: 33.33vw;
		/* Show 1.5 images: 960px / 1.5 = 640px */
		margin-right: 10px;
		border-radius: 10px;
	}

	#Home_blogs {
		margin-top: 140px;
	}

	#Home_blogs h2 {
		text-align: center;
		margin-bottom: 25px;
	}

	a#To_all_blogs {
		display: block;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		margin-top: 80px;
		text-decoration: none;
		color: #000;
	}

	a#To_all_blogs:hover {
		color: #11a6bb;
	}

	#Articles_wrap {
		width: 74vw;
		margin: auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#Articles_wrap section,
	#Articles_wrap article {
		width: 31%;
		border-radius: 12px;
		border: 1px solid #7D7979;
		box-shadow: 4px 4px 4px #00000029;
		padding: 30px;
		text-align: center;
		margin-bottom: 30px;
	}

	#Articles_wrap section figure,
	#Articles_wrap article figure {
		width: 100%;
		height: 12.86vw;
	}

	#Articles_wrap section h3,
	#Articles_wrap article h3 {
		margin: 0;
		height: 165px;
		overflow: hidden;
		line-height: 40px;
	}

	#Articles_wrap section a,
	#Articles_wrap article a {
		display: table;
		background: #000;
		border-radius: 30px;
		margin: 10px auto;
		color: #fff;
		text-decoration: none;
		text-align: center;
		padding: 15px 60px
	}

	#Articles_wrap section a:hover {
		background: #11a6bb;
		color: #000;
	}

	footer#colophon {
		background: #000;
		color: #fff;
		margin-top: 90px;
		padding-bottom: 10px;
	}

	footer#colophon a {
		color: #fff;
		text-decoration: none;
	}

	footer#colophon ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	div#Footer_wrap {
		display: flex;
		justify-content: space-between;
		width: 90vw;
		margin: auto;
	}

	div#Footer_navigation_wrap {
		display: flex;
		justify-content: space-evenly;
		border-bottom: 1px solid;
		margin-bottom: 50px;
	}

	div#Footer_navigation {
		width: 70%;
	}

	div#Footer_contact {
		width: 25%;
	}

	div#Footer_contact form>p {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 10px 0;
	}

	div#Footer_contact form>p>label {
		position: relative;
		top: 17px;
	}

	p#Footer_submit_btn {
		width: 72%;
		float: left;
	}

	div#Footer_contact form>p>span {
		width: 70%;
	}

	div#Footer_contact form>p>span input {
		height: 60px;
	}

	div#Footer_contact form>p>span textarea {
		height: 134px !important;
	}

	div#Footer_contact form>p>span input,
	div#Footer_contact form>p>span textarea {
		width: 100%;
		background: #fff;
		border-radius: 12px;
	}

	div#Footer_contact form>p>input[type=submit] {
		border-radius: 36px;
		margin: auto;
		font-weight: bold;
		font-size: 30px;
		padding: 10px 20px;
	}

	#Footer_contact h2 {
		text-align: center;
		font-size: 40px;
		margin-top: 55px;
		width: 70%;
		position: relative;
		right: 30%;
	}

	div#Footer_social_links {
		display: flex;
		justify-content: space-between;
	}

	div#Footer_social_links a:not(div#Footer_social_links a:last-of-type) {
		margin-left: 24px;
	}

	div#Footer_navigation_wrap div:first-of-type img {
		display: table;
		margin: 50% auto 80px auto;
	}

	div#Footer_navigation_wrap li {
		margin-bottom: 15px;
	}

	div#Footer_navigation_wrap>div:first-of-type {
		margin-left: 100px;
	}

	div#Footer_navigation_wrap>div:nth-of-type(2),
	div#Footer_navigation_wrap>div:nth-of-type(3) {
		margin-top: 55px;
	}

	#CreditDiv {
		width: 90vw;
		margin: 50px auto 0 auto;
	}

	#CreditDiv p,
	#CreditDiv a {
		font-size: 14px !important;
		margin: 0;
	}

	#CreditDiv a:hover {
		text-decoration: underline;
	}

	li#menu-item-182 {
		margin-top: 20px;
	}

	li#menu-item-182 a {
		position: relative;
		top: -10px;
	}

	#Footer_extra_text {
		font-size: 15px;
	}

	.page-template-Slimit h1 {
		display: none;
	}

	div#Slimit_intro_div {
		position: absolute;
		top: 50%;
		right: 18vw;
		transform: translateY(-50%);
	}

	#Slimit_Headlines_div p {
		background: #fff;
		margin: 0;
		font-size: 60px;
		font-weight: bold;
		display: table;
		text-align: center;
		clear: both;
		padding: 0 10px;
	}

	p#Slimit_headline_1 {
		transform: rotate(358deg);
		float: left;
		margin-left: 7vw;
	}

	p#Slimit_headline_3 {
		transform: rotate(357deg);
	}

	.Slimit_btn {
		display: table;
		margin: auto;
		background: #000;
		border-radius: 46px;
		color: #fff;
		padding: 5px 30px;
		font-size: 30px;
		line-height: 60px;
		font-weight: bold;
		text-decoration: none;
		height: 60px;
	}

	div#How_is_it_work_container {
		display: flex;
		justify-content: space-between;
		width: 72vw;
		margin: 100px auto;
	}

	div#how_is_it_work_image {
		width: 45%;
	}


	/*Reviwes slider*/
	div#Slimit_reviwes_container {
		width: 74vw;
		margin: auto;
		position: relative;
	}

	#Slimit_reviwes_title {
		text-align: center;
	}

	.carousel-container {
		position: relative;
		width: 100%;
		height: 370px;
		max-width: 900px;
		margin: auto;
		overflow: hidden;
	}

	.carousel-track {
		display: flex;
		transition: transform 0.3s ease-in-out;
		flex-direction: row-reverse;
	}

	.carousel-item {
		flex: 0 0 33.3333%;
		/* 3 items per row */
		padding: 10px;
	}

	.carousel-item div {
		border-radius: 12px;
		border: 1px solid #707070;
		padding: 25px;
		box-shadow: 4px 4px 4px #00000029;
		height: 270px;
		overflow: hidden;
	}

	.carousel-button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		color: white;
		border: none;
		padding: 10px 20px;
		cursor: pointer;
		z-index: 1;
	}

	.carousel-button.left {
		left: 10px;
		transform: rotate(-180deg) translateY(50%);
	}

	.carousel-button.right {
		right: 10px;
	}

	/*Reviwes slider*/
	div#faq_container {
		display: flex;
		width: 74vw;
		margin: 100px auto;
		justify-content: space-between;
	}

	div#faq_container figure {
		width: 100%;
		height: 100%;
	}

	div#faq_container h2 {
		margin: 0 0 50px;
	}

	div#faq_container>div {
		width: 45%;
	}

	div#faq_container>div p {
		margin: 0;
	}

	.Answer_div {
		max-height: 0;
		overflow: hidden;
	}

	.Qustion_div span {
		display: table;
		float: left;
		font-size: 25px;
		cursor: pointer;
	}

	div#faq_container section.toggled .Answer_div {
		animation-name: faq_toggled;
		animation-duration: 1s;
		max-height: 1000px;
	}

	.Qustion_div p {
		font-size: 30px;
	}

	div#faq_container .Slimit_btn {
		margin-top: 65px;
	}

	.single-product div.product {
		display: flex;
	}

	main#primary:not(.home main#primary, .page-template-Slimit main#primary, .has_cover_image #primary) {
		position: relative;
		top: 200px;
		margin-bottom: 350px !important;
	}

	.has_cover_image main#primary {
		position: relative;
		top: 30px;

	}

	.woocommerce-product-gallery__wrapper {
		margin-left: 50px;
	}

	.woocommerce-product-details__short-description {
		width: 600px;
	}

	.single-product .summary.entry-summary {
		margin-top: -50px;
	}

	#quantityWraper {
		display: flex;
	}

	input.input-text.qty.text {
		width: 95px;
		height: 60px;
		border: 2px solid #000;
		border-radius: 12px;
		text-align: center;
	}

	tr.woocommerce-cart-form__cart-item.cart_item input.input-text.qty.text {
		width: 60px;
	}

	table.shop_table_responsive tr td {
		text-align: center !important;
	}

	div#quantityWraper span {
		position: relative;
		top: 16px;
		margin: 0 10px;
		font-size: 20px;
		cursor: pointer;
	}

	.single-product button.single_add_to_cart_button {
		background: #000;
		width: 235px;
		height: 60px;
		color: #fff;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		border: none;
		border-radius: 43px;
		cursor: pointer;
	}

	.woocommerce-message {
		background: #11a6bb !important;
		margin-bottom: 50px;
		color: #fff;
		padding: 30px;
		border: none;
	}

	.woocommerce-message a {
		color: #fff;
	}

	.page-id-8 .woocommerce {
		display: flex;
		width: 74vw;
		margin: auto;
		justify-content: space-between;
	}

	.page-id-8 .woocommerce form {
		width: 57%;
	}

	.page-id-8 .woocommerce .cart-collaterals {
		width: 38%;
	}

	.page-id-8 .woocommerce .cart_totals,
	.wc-proceed-to-checkout {
		border: 1px solid #707070;
		border-radius: 12px;
		box-shadow: 4px 4px 4px #00000029;
	}

	.page-id-8 .woocommerce .cart_totals h2 {
		width: 100%;
		height: 76px;
		background: #000;
		border-radius: 12px;
		color: #fff;
		font-size: 20px;
		padding: 24px 30px 0 0;
	}

	.woocommerce .cart_totals table {
		padding: 30px;
	}

	.cart_totals table.shop_table_responsive tr th {
		text-align: right !important;
		font-weight: bold;
	}

	.wc-proceed-to-checkout {
		height: 100px;
		margin-top: 10px;
	}

	.wc-proceed-to-checkout a {
		display: table;
		background: #000;
		border-radius: 31px;
		color: #fff;
		text-align: center;
		padding: 10px 30px;
		text-decoration: none;
		margin: 30px auto;
	}

	.wc-proceed-to-checkout a:hover,
	button[name=apply_coupon]:hover {
		background: #11a6bb;
		color: #000;
	}

	#cart_message {
		display: table;
		padding: 20px 50px;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
		margin: 50px auto;
		border: 1px solid #707070;
		border-radius: 12px;
		box-shadow: 4px 4px 4px #00000029;
	}

	.woocommerce-cart-form thead th {
		text-align: center !important;
	}

	a.remove {
		text-decoration: none;
		border: 2px solid;
		border-radius: 250px;
		display: table;
		color: #707070;
		line-height: 10px;
		padding: 2px;
	}

	table.shop_table_responsive thead tr th {
		border-bottom: 2px solid #000;
	}

	td.actions {
		border-top: 2px solid #000;
	}

	table.shop_table_responsive thead {
		margin-bottom: 20px;
	}

	table.shop_table_responsive td.product-thumbnail img {
		width: 140px;
		height: 140px;
		margin-top: 20px;
	}

	.product-name a {
		text-decoration: none;
		color: #000;
	}

	table.shop_table_responsive span.reduction,
	table.shop_table_responsive span.increment,
	table.shop_table_responsive .quantity {
		float: right;
	}

	table.shop_table_responsive span.reduction,
	table.shop_table_responsive span.increment {
		margin-top: 20px;
		cursor: pointer;
	}

	table.shop_table_responsive span.reduction {
		margin-left: 10px;
		margin-right: 10px;
	}

	table.shop_table_responsive span.increment {
		margin-right: 10px;
	}

	button[name=update_cart] {
		display: table;
		background: #fff;
		border: 2px solid #000;
		padding: 10px 20px;
		border-radius: 43px;
		width: 187px;
		height: 60px;
		font-weight: bold;
		cursor: pointer;
		margin: 30px 0;
	}

	button[name=update_cart]:hover {
		background: #000;
		color: #fff;
	}

	input[name=coupon_code] {
		display: table;
		background: #fff;
		border: 2px solid #000;
		border-radius: 12px;
		height: 60px;
		font-weight: bold;
		float: right;
		text-align: center;
	}

	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon {
		display: flex;
	}

	button[name=apply_coupon] {
		background: #000;
		border: none;
		border-radius: 31px;
		color: #fff;
		font-weight: bold;
		padding: 0 30px;
		margin-right: 40px;
		cursor: pointer;
	}

	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
		border: 1px solid #707070;
		border-radius: 12px;
		box-shadow: 4px 4px 4px #00000029;
		padding: 20px;
	}

	div#Mini_cart {
		display: none;
		width: 367px;
		background: #fff;
		position: absolute;
		top: 60px;
		right: 100px;
		padding: 20px 45px;
	}

	div#Mini_cart.show {
		display: block;
	}

	div#Mini_cart ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	li.woocommerce-mini-cart-item.mini_cart_item {
		display: flex;
		border-bottom: 1px solid #707070;
	}

	li.woocommerce-mini-cart-item.mini_cart_item>div:first-of-type {
		width: 45px;
		margin-left: 30px;
	}

	li.woocommerce-mini-cart-item.mini_cart_item>div:nth-of-type(2):not(li.woocommerce-mini-cart-item.mini_cart_item .mini-cart-subtitle) {
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
	}

	li.woocommerce-mini-cart-item.mini_cart_item .mini-cart-subtitle {
		margin: 0;
		font-weight: 400;
	}

	li.woocommerce-mini-cart-item.mini_cart_item>div:last-of-type {
		width: 15px;
		margin-right: 15px;
		position: relative;
	}

	li.woocommerce-mini-cart-item.mini_cart_item>div:last-of-type a {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.woocommerce-mini-cart__total {
		text-align: center;
	}

	li.woocommerce-mini-cart-item.mini_cart_item .quantity,
	.woocommerce-mini-cart__total strong {
		font-weight: 400 !important;
	}

	.woocommerce-mini-cart__buttons {
		display: flex;
		justify-content: space-between;
	}

	.woocommerce-mini-cart__buttons a {
		background: #000000;
		display: table;
		color: #fff;
		text-decoration: none;
		padding: 5px 15px;
		border-radius: 18px;
		font-size: 20px;
	}

	.woocommerce-mini-cart__buttons a:hover {
		background: #11a6bb;
		color: #000;
	}

	form.checkout.woocommerce-checkout,
	#checkout_extra_details {
		display: flex;
		justify-content: space-between;
		width: 1170px;
		margin: auto;
	}

	div#customer_details,
	#checkout_extra_details>div:first-of-type {
		width: 672px;
	}

	div#order_review,
	#checkout_extra_details>div:last-of-type {
		width: 471px;
	}

	.checkout.woocommerce-checkout h3:not(#Shipment_head) {
		margin: 0;
		color: #fff;
		font-size: 20px;
		line-height: 73px;
		padding-right: 30px;
		height: 73px;
		background: #000;
		border-radius: 12px;
	}

	.checkout.woocommerce-checkout .col-1,
	#order_review,
	.woocommerce-additional-fields {
		border: 1px solid #707070;
		box-shadow: 4px 4px 4px #00000029;
		border-radius: 12px;
	}

	.woocommerce-additional-fields {
		margin-top: 30px;
	}

	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-additional-fields__field-wrapper {
		padding: 45px;
	}

	.woocommerce-billing-fields__field-wrapper label {
		display: block;
	}

	.woocommerce-billing-fields__field-wrapper input {
		height: 60px;
		width: 100%;
	}

	input#billing_address_1 {
		width: 100%;
	}

	#checkout_extra_details {
		border: 1px solid #707070;
		padding: 45px;
		margin-top: 20px;
		box-shadow: 4px 4px 4px #00000029;
		border-radius: 12px;
	}

	.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
		position: absolute;
		width: 100%;
		top: -100px;
	}

	.woocommerce-error {
		background-color: #fff !important;
	}

	table.shop_table.woocommerce-checkout-review-order-table {
		padding: 45px;
	}

	table.shop_table.woocommerce-checkout-review-order-table {
		text-align: right;
		table-layout: fixed;
		font-size: 20px;
	}

	table.shop_table.woocommerce-checkout-review-order-table th.product-name {
		width: 80%;
	}

	table.shop_table.woocommerce-checkout-review-order-table td.product-name {
		font-size: 20px;
		font-weight: bold;
	}

	table.shop_table.woocommerce-checkout-review-order-table td.product-name p {
		margin: 0;
		font-weight: 400 !important;
	}

	table.shop_table.woocommerce-checkout-review-order-table td.product-name bdi {
		font-weight: bold;
	}

	.form-row.place-order {
		padding: 0 45px;
	}

	button#place_order {
		width: 100%;
		height: 60px;
		background: #000;
		border-radius: 30px;
		color: #fff;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 30px;
		cursor: pointer;
	}

	button#place_order:hover {
		background: #11a6bb;
		color: #000;
	}

	span#num_item_in_cart {
		color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -59%);
		font-size: 16px;
	}

	.woocommerce-product-details__short-description ul {
		margin: 0 23px;
		padding: 0;
	}

	.woocommerce-info {
		width: 1170px;
		margin: 0 auto 30px;
		position: relative;
		z-index: 999999;
	}

	.woocommerce-account-fields {
		padding: 0 45px;
	}

	.page-id-9 .woocommerce-form-coupon-toggle {
		display: none;
	}

	.page-id-9 form#woocommerce-checkout-form-coupon {
		width: 80%;
		margin: auto;
		display: flex !important;
	}

	.page-id-9 button.button[name=apply_coupon] {
		font-size: 1vw;
	}

}

/*End of Desktops*/
/*Mobiles*/
@media screen and (max-width: 767px) {

	.page-template-Slimit h1,
	h1.product_title.entry-title {
		font-size: 60px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 30px 0;
	}

	h2,
	.page-template-default h1.entry-title,
	.page-title {
		font-size: 10vw;
		margin: 0;
	}

	.page-template-default h1.entry-title,
	.page-title {
		text-align: center;
		margin: 0;
	}

	h3 {
		font-size: 30px;
		margin: 0;
	}

	p,
	li {
		font-size: 20px;
	}

	nav#site-navigation.toggled .menu-main-menu-container {
		position: absolute;
		right: 0;
		width: 60vw;
		padding: 90px 50px;
		background: #fff;
	}

	header#masthead {
		background: #fff;
		padding: 25px 15px;
		top: 0;
		z-index: 999999999999;
	}

	div#Header_navigation_wrap {
		display: flex;
		background: #fff;
	}

	.site-branding {
		width: 33.72vw;
	}

	#Mini_cart {
		display: none;
	}

	#Mini_cart.show {
		display: block;
		position: absolute;
		background: #fff;
		top: 100px;
		right: 0;
		width: 100vw;
		padding: 20px;
	}

	img#mini_cart_icon {
		margin-right: 30px;
	}

	img#Cover_image {
		width: 100%;
	}

	div#Cover_image_div:not(.home div#Cover_image_div) {
		position: relative;
		top: 30vw;
		margin-bottom: 30vw;
	}

	div#Headlines_div {
		position: absolute;
		left: 20px;
		top: 30vw;
	}

	div#Headlines_div>p {
		position: relative;
		background: #fff;
		padding: 10px;
		margin: 0;
		text-align: center;
		font-size: 9vw;
	}

	div#Headlines_div>p:first-of-type,
	div#Headlines_div>p:last-of-type {
		font-weight: bold;
	}

	p#Cover_headline_1 {
		transform: rotate(358deg);
		left: 80px;
	}

	p#Cover_headline_2 {
		top: -5px;
	}

	p#Cover_headline_3 {
		transform: rotate(357deg);
		left: 53px;
		top: -10px;
	}

	div#Home_intro_div {
		position: relative;
		top: -12vw;
		width: 90%;
		margin: auto;
		background: #fff;
		border: 1px solid #7D7979;
		border-radius: 12px;
		box-shadow: 4px 4px 4px #00000029;
		padding: 17px 22px;
	}

	.slider-container {
		width: 100vw;
		overflow: hidden;
		position: relative;
	}

	div#slimit_sliderTrack,
	#Product_images_slider .slider-track {
		flex-direction: row-reverse;
	}

	.slider-track {
		display: flex;
		transition: transform 0.3s ease;
		cursor: grab;
	}

	.slider-track img {
		width: 80vw;
		margin-right: 10px;
		border-radius: 10px;
	}

	#Home_slimit_text,
	#Articles_wrap,
	#Home_Glucomode_text {
		padding: 0 25px;
	}

	#Home_slimit_text a,
	#Home_Glucomode_text a,
	.Slimit_btn {
		display: table;
		background: #000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 43px;
		width: 100%;
		height: 60px;
		font-size: 20px;
		line-height: 60px;
		font-weight: bold;
		margin-bottom: 38px;
	}

	#Home_blogs h2 {
		text-align: center;
	}

	#Articles_wrap figure {
		width: 100%;
		height: 250px;
		border-radius: 12px;
	}

	#Articles_wrap h3 {
		text-align: center;
	}

	#Articles_wrap section {
		border: 1px solid #7D7979;
		border-radius: 12px;
		box-shadow: 4px 4px 4px #00000029;
		margin-bottom: 50px;
		padding: 0 25px;
	}

	#Articles_wrap a {
		display: table;
		background: #000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 43px;
		width: 100%;
		height: 60px;
		font-size: 20px;
		line-height: 60px;
		font-weight: bold;
		margin: 50px auto 38px auto;
	}

	a#To_all_blogs {
		display: block;
		font-size: 30px;
		text-align: center;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		margin-bottom: 35px;
	}

	footer#colophon {
		background: #000000;
		color: #fff;
		padding: 0 25px;
		margin-top: 50px;
	}

	#Footer_contact h2 {
		font-size: 40px;
		text-align: center;
	}

	#Footer_contact form>p:not(#Footer_submit_btn) {
		display: flex;
		justify-content: space-between;
	}

	#Footer_contact form>p span {
		width: 77%;
	}

	#Footer_contact form>p input:not(#Footer_contact form>p input[type=submit]),
	#Footer_contact form>p textarea {
		width: 100%;
		border-radius: 12px;
	}

	#Footer_contact form>p input {
		height: 60px;
	}

	#Footer_contact form>p textarea {
		height: 134px;
	}

	#Footer_contact form>p label {
		line-height: 60px;
	}

	#Footer_contact form>p input[type=submit] {
		background: #fff;
		border-radius: 36px;
		color: #000;
		width: 45%;
		font-size: 20px;
		font-weight: bold;
	}

	p#Footer_submit_btn {
		text-align: center;
	}

	#Footer_navigation_wrap>div:first-of-type {
		border-top: 2px solid;
		border-bottom: 2px solid;
		text-align: center;
		padding: 30px 0 50px 0;
		margin-bottom: 35px;
	}

	div#Footer_social_links {
		margin: 45px auto;
		display: flex;
		justify-content: space-between;
		width: 65%;
	}

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

	#Footer_wrap ul li {
		margin-bottom: 20px;
	}

	#Footer_wrap ul a {
		color: #fff;
		font-size: 20px;
		text-decoration: none;
	}

	#Footer_navigation_wrap,
	#Footer_extra_text {
		padding-bottom: 35px;
		border-bottom: 2px solid;
		margin-bottom: 35px;
	}

	#CreditDiv p,
	#CreditDiv a {
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}

	#primary:not(.page-template-Home #primary),
	#Slimit_intro_div {
		padding: 0 25px;
	}

	.page-template-default #Default_cover_image,
	div#Product_images_slider,
	.category #primary,
	.page-id-8 #primary,
	.page-id-9 #primary {
		margin: 100px 0 50px 0;
		width: 100%;
		height: auto;
	}

	div#Slimit_Headlines_div {
		width: 60vw;
		position: absolute;
		top: 10vw;
		left: 50%;
		transform: translateX(-50%);
	}

	div#Slimit_Headlines_div p {
		display: table;
		position: relative;
		background: #fff;
		padding: 10px;
		margin: 0;
		text-align: center;
		font-size: 7vw;
		font-weight: bold;
	}

	p#Slimit_headline_1 {
		left: -25%;
		transform: rotate(358deg);
	}

	p#Slimit_headline_3 {
		transform: rotate(357deg);
		top: -3px;
	}

	div#how_is_it_work_video img {
		width: 100%;
	}

	/*Reviwes slider*/
	div#Slimit_reviwes_container {
		width: 70vw;
		margin: auto;
		position: relative;
	}

	#Slimit_reviwes_title {
		text-align: center;
	}

	.carousel-container {
		position: relative;
		width: 100%;
		height: 370px;
		max-width: 900px;
		margin: auto;
		overflow: hidden;
	}

	.carousel-track {
		display: flex;
		transition: transform 0.3s ease-in-out;
		flex-direction: row-reverse;
	}

	.carousel-item {
		flex: 0 0 100%;
		/* 1 items per row */
		padding: 10px;
	}

	.carousel-item div {
		border-radius: 12px;
		border: 1px solid #707070;
		padding: 25px;
		box-shadow: 4px 4px 4px #00000029;
		height: 270px;
		overflow: hidden;
	}

	.carousel-button {
		position: absolute;
		top: 65%;
		transform: translateY(-50%);
		color: white;
		border: none;
		padding: 10px 20px;
		cursor: pointer;
		z-index: 1;
	}

	.carousel-button.left {
		left: -20%;
		transform: rotate(-180deg) translateY(50%);
	}

	.carousel-button.right {
		right: -20%;
	}

	/*Reviwes slider*/
	div#faq_container>div p {
		margin: 0;
	}

	.Answer_div {
		max-height: 0;
		overflow: hidden;
	}

	.Qustion_div span {
		display: table;
		float: left;
		font-size: 25px;
		cursor: pointer;
	}

	div#faq_container section.toggled .Answer_div {
		animation-name: faq_toggled;
		animation-duration: 1s;
		max-height: 1000px;
	}

	#quantityWraper {
		display: flex;
	}

	input.input-text.qty.text {
		width: 95px;
		height: 60px;
		border: 2px solid #000;
		border-radius: 12px;
		text-align: center;
	}

	tr.woocommerce-cart-form__cart-item.cart_item input.input-text.qty.text {
		width: 60px;
	}

	table.shop_table_responsive tr td:not(td.product-subtotal, td.actions, tr.cart-subtotal td, tr.order-total td) {
		text-align: center !important;
	}

	div#quantityWraper span {
		position: relative;
		top: 16px;
		margin: 0 10px;
		font-size: 20px;
		cursor: pointer;
	}

	.single-product button.single_add_to_cart_button {
		background: #000;
		height: 60px;
		color: #fff;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		border: none;
		border-radius: 43px;
		cursor: pointer;
		padding: 0 20px;
	}

	.single-product span.woocommerce-Price-amount.amount bdi:before {
		content: "מחיר: ";
	}

	#cart_message {
		display: table;
		padding: 20px 50px;
		text-align: center;
		font-weight: bold;
		margin: 50px auto;
		border: 1px solid #707070;
		border-radius: 12px;
		box-shadow: 4px 4px 4px #00000029;
	}

	table.shop_table_responsive tr td:not(td.product-subtotal) {
		display: table !important;
		clear: none !important;
		padding: 10px 20px;
	}

	td.product-subtotal {
		padding: 10px 20px;
	}

	table.shop_table_responsive tr td::before {
		content: none !important;
	}

	td.product-thumbnail {
		float: right;
		margin-left: 20px;
	}

	td.product-name {
		text-align: right !important;
	}

	td.product-name a {
		color: #000;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		text-align: right !important;
		display: block;
	}

	td.product-name p {
		text-align: right;
		margin: 0;
	}

	td.product-price {
		float: right;
		margin-left: 20px;
		position: relative;
	}

	td.product-price span.woocommerce-Price-amount.amount {
		position: relative;
		top: 17px;
	}

	td.product-remove a {
		display: table;
		color: #000;
		border: 1px solid;
		text-decoration: none;
		border-radius: 250px;
		width: 22px;
		height: 22px;
		line-height: 20px;
		text-align: center !important;
	}

	tr.woocommerce-cart-form__cart-item.cart_item {
		border: 1px solid #707070;
		border-radius: 12px;
		box-shadow: 4px 4px 4px #00000029;
	}

	td.actions button[name=update_cart] {
		height: 60px;
		padding: 0 30px;
		border: 2px solid #000;
		border-radius: 250px;
		margin: 20px 0 20px 0;
		font-weight: bold;
	}

	input#coupon_code {
		height: 60px;
		width: 30%;
		border: 2px solid #000;
		border-radius: 12px;
		padding: 0 20px;
		margin: 0 10px 0 20px;
		text-align: center;
	}

	button[name=apply_coupon] {
		background: #000;
		text-align: center;
		color: #fff;
		border-radius: 31px;
		height: 60px;
		width: 50%;
		font-weight: bold;
	}

	.cart_totals,
	div#customer_details,
	div#order_review,
	#checkout_extra_details {
		border: 1px solid #707070;
		box-shadow: 4px 4px 4px #00000029;
		border-radius: 12px;
	}

	div#order_review,
	#checkout_extra_details {
		margin-top: 20px;
	}

	div#checkout_extra_details {
		padding: 30px;
	}

	.cart_totals h2,
	div#customer_details h3,
	div#order_review h3 {
		height: 76px;
		line-height: 76px;
		font-size: 20px;
		color: #fff;
		background: #000;
		margin: 0;
		padding: 0 20px;
		border-radius: 12px;
	}

	#post-8 tr.cart-subtotal th,
	#post-8 .order-total th {
		display: table !important;
		clear: none;
		float: right;
		width: 50%;
		text-align: right;
		padding: 10px;
	}

	#post-8 tr.cart-subtotal td,
	#post-8 tr.order-total td {
		display: table !important;
		clear: none;
		float: right;
		width: 50%;
		text-align: left !important;
		padding: 10px;
	}

	#post-9 tr.cart-subtotal td {
		float: left;
	}

	p#Shipment_head {
		text-align: right;
	}

	ul#shipping_method {
		text-align: right;
	}

	.wc-proceed-to-checkout a {
		display: table;
		height: 60px;
		width: 195px;
		background: #000;
		font-weight: bold;
		color: #fff;
		line-height: 60px;
		margin: 30px auto 0;
		text-decoration: none;
		text-align: center;
		border-radius: 31px;
	}

	tr.cart-subtotal {
		font-weight: bold;
	}

	.woocommerce-billing-fields__field-wrapper input {
		display: block;
		width: 100%;
		height: 60px;
	}

	.woocommerce-billing-fields__field-wrapper {
		width: 80%;
		margin: auto;
	}

	table.shop_table.woocommerce-checkout-review-order-table td.product-total {
		text-align: left;
	}

	table.shop_table.woocommerce-checkout-review-order-table {
		padding: 0 20px;
	}

	table.shop_table.woocommerce-checkout-review-order-table th:first-of-type {
		text-align: right;
	}

	table.shop_table.woocommerce-checkout-review-order-table th:last-of-type:not(.cart-subtotal th:last-of-type) {
		text-align: left;
	}

	.woocommerce-privacy-policy-text,
	p.form-row.validate-required {
		padding: 0 20px;
	}

	button#place_order {
		display: table;
		width: 90%;
		height: 60px;
		background: #000;
		border-radius: 30px;
		text-align: center;
		color: #fff;
		margin: 20px auto 20px auto;
	}

	#Articles_wrap section,
	#Articles_wrap article {
		border-radius: 12px;
		border: 1px solid #7D7979;
		box-shadow: 4px 4px 4px #00000029;
		padding: 30px;
		text-align: center;
		margin-bottom: 30px;
	}

	#Articles_wrap section figure,
	#Articles_wrap article figure {
		width: 100%;
		height: 250px;
	}

	#Articles_wrap section h3,
	#Articles_wrap article h3 {
		margin: 0;
	}

	#Articles_wrap section a,
	#Articles_wrap article a {
		display: table;
		background: #000;
		border-radius: 30px;
		margin: 10px auto;
		color: #fff;
		text-decoration: none;
		text-align: center;
		height: 60px;
	}

	a#Cart_btn {
		position: relative;
	}

	span#ItemsCount {
		position: absolute;
		left: -9px;
	}

	span#num_item_in_cart {
		color: #fff;
		text-decoration: none;
		position: absolute;
		left: 4px;
		top: -2px;
	}

	div#Mini_cart ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	li.woocommerce-mini-cart-item.mini_cart_item {
		display: flex;
		border-bottom: 1px solid #707070;
	}

	li.woocommerce-mini-cart-item.mini_cart_item>div:first-of-type {
		width: 45px;
		margin-left: 30px;
	}

	li.woocommerce-mini-cart-item.mini_cart_item>div:nth-of-type(2):not(li.woocommerce-mini-cart-item.mini_cart_item .mini-cart-subtitle) {
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
	}

	li.woocommerce-mini-cart-item.mini_cart_item .mini-cart-subtitle {
		margin: 0;
		font-weight: 400;
	}

	li.woocommerce-mini-cart-item.mini_cart_item>div:last-of-type {
		width: 15px;
		margin-right: 15px;
		position: relative;
	}

	li.woocommerce-mini-cart-item.mini_cart_item>div:last-of-type a {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.woocommerce-mini-cart__total {
		text-align: center;
	}

	li.woocommerce-mini-cart-item.mini_cart_item .quantity,
	.woocommerce-mini-cart__total strong {
		font-weight: 400 !important;
	}

	.woocommerce-mini-cart__buttons {
		display: flex;
		justify-content: space-between;
	}

	.woocommerce-mini-cart__buttons a {
		background: #000000;
		display: table;
		color: #fff;
		text-decoration: none;
		padding: 5px 15px;
		border-radius: 18px;
	}

	a.remove {
		text-decoration: none;
		border: 2px solid;
		border-radius: 250px;
		display: table;
		color: #707070;
		line-height: 10px;
		padding: 2px;
	}

	.page-id-8 .coupon {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.single-product #faq_container {
		margin-top: 50px;
	}

	.woocommerce-product-details__short-description ul {
		margin: 0 23px;
		padding: 0;
	}

	.woocommerce-info {
		margin: 0 0 2 0px 0;
	}

	div#How_is_it_work_container {
		margin: 50px 0 0 0;
		position: relative;
		top: 30px;
	}


}

/*End of Mobiles*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

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

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

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.woocommerce-breadcrumb {
	display: none;
}

bdi {
	direction: rtl;
}

/* Chrome, Safari, Edge, Opera */
.single-product [type=number]::-webkit-outer-spin-button,
.single-product [type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce-message {
	display: none;
}

/* .woocommerce-form-coupon-toggle {
	display: none;
}
 */
tr.woocommerce-shipping-totals.shipping th {
	display: none;
}

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

ul#shipping_method input {
	margin-left: 10px;
}

#Shipment_head {
	margin: 0;
	font-weight: bold;
}

ul.wc_payment_methods.payment_methods.methods {
	list-style: none;
}

li#menu-item-182::before {
	content: url(assets/Whatsapp_icon_footer.svg);
	margin-left: 10px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: transparent !important;
}

p.wdp_miniCart.total,
.wdp_table_outter {
	display: none;
}

.carrousel_arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.5;
}

.carrousel_arrow.mouseover {
	opacity: 1;
}

img#right_carrousel_right_arrow,
img#left_carrousel_right_arrow {
	right: 20px;
}

img#right_carrousel_left_arrow,
img#left_carrousel_left_arrow {
	left: 20px;
}

.wdp_helpText {
	display: none;
}