/*
Theme Name: Fito.by
Author: Fito.by
Version: 1.0
*/

/*
 * Custom dropdown select
 */
/* Default custom select styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 9;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none;
	/* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 7px;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}

.mfp-content .lightbox-content {
	border-radius: 8px;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 49%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: "\25BE";
	right: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background-color: #4e901a;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}

div.cs-skin-border {
	background-color: #4e901a;
	max-width: 250px;
	margin: 40px 0 20px 0;
}

@media screen and (max-width: 30em) {
	div.cs-skin-border {
		font-size: 1em;
	}
}

.cs-skin-border > span {
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
}

li.cs-selected {
	background-color: #468018;
}

.cs-skin-border ul span::after {
	content: "";
	opacity: 0;
}

.cs-skin-border.cs-active > span {
	background-color: #4e901a;
	border-color: #fff;
	color: #fff;
}

.cs-skin-border .cs-options {
	color: #2980b9;
	font-size: 0.75em;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border ul span {
	padding: 1em 2.2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-skin-border .cs-options li:hover {
	background-color: #468018;
}

.cs-options li {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

/*
 * Yandex map
 */
#map {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

/*
 * Selling points
 */
.shops-region-select {
	width: 200px;
	margin: 50px 0 20px 0;
}

@media only screen and (max-width: 1000px) {
	#stores-list {
		justify-content: center !important;
	}

	#stores-list .item {
		width: 100% !important;
		max-width: 600px;
	}
}

@media screen and (max-width: 600px) {
	#stores-list .item .image {
		display: none;
	}

	#stores-list .item .content {
		margin-left: 20px;
	}
}

#stores-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

#stores-list .item {
	display: flex;
	width: 48.5%;
	min-height: 120px;
	background-color: #fff;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
	margin-bottom: 20px;
	font-size: 14px;
	background-image: url("/wp-content/uploads/2019/02/bg-item2.jpg");
	background-repeat: no-repeat;
	background-position-x: right;
}

#stores-list .item:hover {
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#stores-list .item .image {
	width: 180px;
	min-width: 180px;
	margin-right: 24px;
	background-size: cover;
	background-position: 50%;
}

#stores-list .item .content {
	padding: 10px 5px 10px 0;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

ymaps .map-card {
	padding: 10px 8px 10px 14px;
}

ymaps .map-card .product-quantity {
	text-align: left !important;
}

#stores-list .title,
ymaps h4.title {
	text-transform: uppercase;
	font-size: 13px;
	color: #4e901a;
	margin-bottom: 10px;
}

#stores-list .address,
#stores-list .timetable,
#stores-list .phone,
#stores-list .callme,
ymaps .map-card .address,
ymaps .map-card .timetable,
ymaps .map-card .phone,
ymaps .map-card .callme,
ymaps .map-card .product-reserve {
	padding-left: 18px;
	position: relative;
}

#stores-list #checkout-list-choose-object {
	background-color: #4e901a;
	color: #fff;
	padding: 3px 8px;
	cursor: pointer;
	margin-top: 7px;
	display: inline-block;
	width: 75px;
}

#stores-list .address:before,
ymaps .map-card .address:before {
	content: "";
	display: block;
	width: 8px;
	height: 11px;
	position: absolute;
	left: 0;
	top: calc(0.5em - 2px);
	background-image: url(/wp-content/uploads/2019/02/map.svg);
}

#stores-list .timetable,
ymaps .map-card .timetable {
	position: relative;
	cursor: pointer;
}

#stores-list .timetable .today,
ymaps .map-card .timetable .today {
	display: inline-block;
	border-bottom: 1px dashed #ccc;
	position: relative;
}

#stores-list .timetable .closed,
ymaps .map-card .timetable .closed {
	color: #c11313;
}

#stores-list .timetable .today:after,
ymaps .map-card .timetable .today:after {
	content: "";
	position: absolute;
	right: -18px;
	top: 9px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4e8f1a;
}

#stores-list .timetable:before,
ymaps .map-card .timetable:before {
	content: "";
	display: block;
	width: 8px;
	height: 11px;
	position: absolute;
	left: 0;
	top: calc(0.4em - -3px);
	background-image: url(/wp-content/uploads/2019/02/hours.svg);
}

#stores-list .timetable .week,
ymaps .map-card .timetable .week {
	display: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
	padding: 15px 30px;
	width: 185px;
	position: absolute;
	z-index: 2;
	background-color: #fff;
}

#stores-list .timetable .week div,
ymaps .map-card .timetable .week div {
	padding: 3px 0;
}

#stores-list .timetable .week .green,
ymaps .map-card .timetable .week .green {
	color: #4e901a;
}

#stores-list .timetable .week b,
ymaps .map-card .timetable .week b {
	margin-right: 5px;
}

.ymaps-2-1-73-balloon__content > ymaps,
.ymaps-2-1-73-balloon__content,
.ymaps-2-1-73-balloon__layout {
	overflow: visible !important;
}

#stores-list .phone:before,
ymaps .map-card .phone:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	top: calc(0.4em - 0px);
	background-image: url(/wp-content/uploads/2019/02/phone.svg);
}

ymaps .map-card .product-reserve {
	top: 8px;
}

ymaps .map-card .product-reserve a:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 3px;
	background-image: url(/wp-content/themes/fito/assets/img/icon-reserve.svg);
	background-size: cover;
}

#stores-list .callme:before,
ymaps .map-card .callme:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	top: calc(0.4em - 0px);
	background-image: url(/wp-content/uploads/2019/10/calling.svg);
}

ymaps .map-card div {
	margin-top: 2px;
}

ymaps .map-card div.phone {
	margin-top: 6px;
}

ymaps .map-card div.select {
	cursor: pointer;
	background-color: #4e901a;
	color: #fff;
	padding: 7px 17px;
	display: inline-block;
	margin-top: 16px;
}

.ymaps-2-1-73-map {
	color: #434343 !important;
}

.ymaps-2-1-73-balloon__layout,
ymaps {
	border-radius: 4px;
}

@media (max-width: 500px) {
	.ymaps-2-1-73-balloon__layout,
	.ymaps-2-1-73-balloon__content,
	.ymaps-2-1-73-balloon__content > ymaps {
		max-width: 270px !important;
		overflow: visible !important;
	}

	.map-card {
		padding: 5px !important;
	}
}

.ymaps-2-1-73-balloon__content > ymaps {
	height: initial !important;
}

.ymaps-2-1-73-balloon {
	padding: 0 !important;
	box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.1),
		2px 2px 4px 0 rgba(0, 0, 0, 0.09) !important;
	border-radius: 4px;
}

ymaps .map-card {
	font-family: "Rubik";
}

ymaps .map-card .store-block {
	padding-bottom: 20px;
	padding-right: 60px;
	position: relative;
}

ymaps .map-card .store-block h4 {
	font-size: 14px;
}

ymaps .map-card .store-block div {
	margin-top: 3px;
}

ymaps .map-card .store-block div.phone {
	margin-top: 6px;
}

ymaps .map-card .store-block .route {
	width: 36px;
	height: 36px;
	background: #4d8f1a;
	/*box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.1),
		2px 2px 4px 0 rgba(0, 0, 0, 0.09);*/
	border-radius: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/wp-content/uploads/2019/04/route-white.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
	background-size: 52%;
}

@media (max-width: 500px) and (min-width: 320px) {
	ymaps .map-card .store-block .route {
		width: 24px;
		height: 24px;
		right: 40px;
	}
}

ymaps .map-card .store-block .route a {
	width: 100%;
	height: 100%;
	display: block;
}

ymaps .map-card .product-block {
	padding: 22px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

ymaps .map-card .product-block .product-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: 500;
	line-height: 21px;
}

ymaps .map-card .product-block .product-prescription {
	padding-left: 15px;
	color: #f00;
}

ymaps .map-card .product-block .product-price {
	font-size: 18px;
	margin-top: 14px;
}

ymaps .map-card .notice {
	padding-top: 15px;
}

.callme-popup {
	position: fixed;
	z-index: 999999;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.callme-popup.disabled {
	display: none;
}

.popup-container {
	display: flex;
	width: 350px;
	height: 200px;
	position: relative;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #ddd;
	align-self: center;
	max-width: 350px;
}

.popup-container .close {
	position: absolute;
	right: 0px;
	top: 0;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 100;
}

.popup-container button.button {
	width: 100%;
	border-radius: 10px !important;
}

.popup-container .disabled {
	display: none;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.popup-overlay.disabled {
	display: none;
}

.callme-popup .send-success,
.callme-popup .send-error {
	opacity: 0;
	height: 0;
	width: 0;
	display: flex;
	align-items: center;
	transition: opacity 0.2s;
}

.callme-popup .icon {
	width: 30%;
}

.callme-popup .text {
	width: 90%;
}

/*@media (max-width: 500px) and (min-width: 320px) {
ymaps .map-card .notice {
    padding: 15px 20px 0 0!important;
    font-size: 12px!important;
	}
}*/

.blog .blog-wrapper .has-shadow > .col > .col-inner {
	min-height: 410px !important;
}

.product-small .title-wrapper {
	min-height: 90px;
}

/*
 * Single product
 */
body.single-product .yith-wcwl-add-to-wishlist,
body.single-product .yith-wcwl-add-button.show,
body.single-product form.cart {
	display: inline !important;
}

body.single-product .yith-wcwl-add-to-wishlist {
	margin-left: 10px !important;
}

body.single-product .yith-wcwl-add-button.show a {
	top: 1px;
	height: 40px;
	width: 40px;
	margin-right: 0 !important;
	padding: 12px 10px 0px 10px !important;
	color: #f2171b !important;
	background-color: #f9f9f9 !important;
	border: 1px solid #e0e0e0 !important;
	line-height: 0 !important;
}

body.single-product .yith-wcwl-add-button.show a:hover {
	background-color: #ffd42f !important;
	border: 1px solid #ffd42f !important;
	box-shadow: none !important;
}

body.single-product .need-prescription {
	color: #f71918;
	text-transform: uppercase;
	font-size: 14px;
}

body.single-product .cant-sell-online {
	color: #f71918;
	text-transform: uppercase;
	font-size: 14px;
}

body.single-product .only-selfpickup {
	display: block;
        height: 40px;
        width: 250px;
	background-image: url("/wp-content/uploads/2020/06/selfpickup.jpg");
	background-size: 50%;
	background-repeat: no-repeat;
        background-position: right;
}

button.find-in-stores {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #434343;
	padding: 0.3em 3.4em;
	margin-bottom: 40px;
	margin-top: 20px;
}

.tab-panels div.cs-skin-border {
	margin: 10px 0 20px 0;
}

/**
 * Wishlist styles
 */
.wishlist_table .add_to_cart {
	padding: 10px 24px;
	color: #666;
	font-size: 0.9em;
}

.wishlist_table .add_to_cart:hover {
	background-color: #4e901a !important;
	color: #fff;
}

.wishlist-title {
	text-transform: uppercase;
}

.wishlist-popup {
	display: none !important;
}

.wishlist-title {
	padding-bottom: 30px;
}

.wishlist-title h2 {
	text-transform: uppercase;
	padding-right: 125px;
	position: relative;
	display: inline;
	font-size: 2em;
}

.wishlist-title h2:after {
	content: "";
	display: block;
	width: 95px;
	height: 10px;
	position: absolute;
	right: 0;
	top: calc(0.5em - 1px);
	background-image: url(/wp-content/uploads/2019/02/divider2.svg);
}

.shop_table.cart.wishlist_table tfoot {
	display: none !important;
}

.wishlist-title a.show-title-form,
#yith-wcwl-form .hidden-title-form {
	display: none !important;
}

/*
 * Catalog
 */
li.woof_term_274,
li.woof_term_277,
button.woof_reset_search_form {
	display: none !important;
}

.woof_container {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.woof_list label {
	padding-bottom: 0px !important;
	margin-left: 10px !important;
	padding-top: 8px;
	font-weight: 400 !important;
}

#woof_widget-2 {
	margin-bottom: 1em !important;
}

.widget_price_filter .price_slider_amount {
	text-align: left !important;
}

.widget_price_filter .price_label {
	margin-bottom: 15px;
}

.widget-title.shop-sidebar {
	background-color: #4e8f1a;
	color: #fff;
	display: block;
	padding: 10px;
	font-weight: 400;
	border-radius: 4px;
}

@media (max-width: 600px) {
	.home-products .product-small {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100%;
	}
}

.woocommerce-pagination .nav-pagination > li > span,
.woocommerce-pagination .nav-pagination > li > a {
	height: 2.2em;
	line-height: 2.15em;
	min-width: 2.2em;
	font-weight: 400;
	border: 1px solid #ccc;
}

.woof_search_is_going nav.woocommerce-breadcrumb {
	display: inline-block;
}

/*
 * Contacts
 */
@media (max-width: 1100px) {
	.contacts-icons > div {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}

	.contacts-icons div.col-inner {
		padding: 0 !important;
	}
}

.contact-socials .circle {
	border-radius: 4px !important;
}

.contacts-st .form-flat input:not([type="submit"]),
.form-flat textarea,
.form-flat select {
	border-color: rgba(0, 0, 0, 0.09) !important;
	border-radius: 4px;
}

.contacts-st .button {
	padding: 0.5em 4.2em;
	color: #666 !important;
	font-size: 14px;
	background-color: #f7dd22 !important;
	letter-spacing: 1px !important;
}

.contacts-st .button:hover {
	background-color: #4e901a !important;
	box-shadow: none;
	color: #fff !important;
}

.button.google-plus:not(.is-outline),
.button.google-plus:hover {
	color: #eb722e !important;
}

.button.instagram:not(.is-outline),
.button.instagram:hover {
	color: #833ab4 !important;
}

/**
 * Footer styles
 */
.copyright-footer {
	padding-top: 13px;
}

.payment-icons.inline-block {
	padding-top: 7px;
}

@media (max-width: 849px) {
	#media_image-2 {
		display: none !important;
	}

	#custom_html-2 {
		text-align: center !important;
	}
}

.footer-2 {
	padding-top: 80px;
	padding-bottom: 40px;
	font-size: 0.9em;
	color: #434343;
}

ul.menu > li + li,
.widget > ul > li + li {
	border-top: 0;
}

.form-flat input:not([type="submit"]),
.form-flat textarea,
.form-flat select {
	background-color: #fff;
}

#media_image-2 img {
	max-width: 50% !important;
}

.footer-menu-widget {
	display: flex;
	font-size: 12px;
}

.footer-menu-widget a {
	padding: 4px 0;
}

.footer-address-widget {
	font-size: 12px;
}

#media_image-2 {
	display: flex;
	align-items: center;
}

#media_image-2 a {
	text-align: center;
}

#custom_html-2 {
	display: flex;
	align-items: center;
	text-align: right;
}

#custom_html-2 .custom-html-widget {
	width: 100%;
	font-size: 18px;
}

.footer-secondary.pull-right .footer-text {
	position: absolute;
	left: calc(50% - 55px);
	bottom: 23px;
}

@media screen and (max-width: 849px) {
	.footer-secondary.pull-right .footer-text {
		position: inherit;
	}
}

/**
 * Header
 */
.logo {
	margin-right: 10px !important;
}

@media screen and (max-width: 1000px) {
	#logo {
		width: 140px !important;
	}
}

@media (max-width: 1000px) and (min-width: 850px) {
	.header-search-form-wrapper {
		max-width: 100px !important;
	}
}

#top-bar .nav-dropdown.dropdown-uppercase > li > a {
	text-transform: none;
}

.breadcrumbs {
	font-family: "Montserrat";
	color: #434343;
}

@media (max-width: 800px) {
	nav.woocommerce-breadcrumb {
		font-size: 22px !important;
	}
}

.widget .current-cat > a {
	color: #111;
}

.header-wishlist-icon [data-icon-label]:after,
.has-icon [data-icon-label]:after {
	background-color: #f7dd22 !important;
	color: #4e901a;
}

.nav > li {
	margin: 0 13px;
}

@media (max-width: 950px) and (min-width: 850px) {
	.nav > li {
		margin: 0 8px !important;
	}
}

ul.header-nav a[href="##"],
ul.nav-sidebar a[href="##"] {
	display: none;
}

.header .search-form .live-search-results {
	left: -130px;
}

.searchform .button.icon i {
	font-size: 1.1em;
}

ul.header-nav {
	justify-content: center;
}

.nav-uppercase > li > a {
	letter-spacing: 0.06em;
	font-weight: 500;
}

.nav-spacing-xlarge > li {
	margin: 0 16px;
}

@media screen and (max-width: 1000px) {
	.nav-spacing-xlarge > li {
		margin: 0 11px;
		font-size: 15px;
	}
}

.nav-spacing-large > li {
	margin: 0 30px;
}

.header-main .nav-dropdown li {
	padding-right: 10px;
}

.header-main .nav-dropdown li.image-column > a img {
	padding-top: 40px;
}

/**
 * Buttons
 */
.button.icon.circle > span {
	margin: 0 10px 0 18px;
}

.button.icon.circle > i {
	margin: 0 18px;
}

.button {
	font-weight: 400 !important;
}

.custom-button {
	padding: 0.5em 4.2em;
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
}

.custom-button:hover {
	background-color: #4e901a !important;
	box-shadow: none;
}

.button,
input[type="submit"],
input[type="submit"] {
	border: none;
}

.coupon button {
	padding: 0.3em 4.2em;
	font-size: 14px;
	letter-spacing: 1px;
}

/**
 * Headings
 */
.rt-heading {
	text-transform: uppercase;
	padding-right: 125px;
	position: relative;
	display: inline;
	font-size: 2em;
}

.rt-heading:after {
	content: "";
	display: block;
	width: 95px;
	height: 10px;
	position: absolute;
	right: 0;
	top: calc(0.5em - 1px);
	background-image: url(/wp-content/uploads/2019/02/divider2.svg);
}

@media screen and (max-width: 849px) {
	.rt-heading {
		font-size: 1.6em;
		text-transform: uppercase !important;
		padding-right: 0 !important;
	}

	.rt-heading:after {
		display: none;
	}
}

/**
 * Blog styles
 */
.blog-single .row-box-shadow-1 .col-inner,
.blog-single .row-box-shadow-1-hover .col-inner:hover,
.blog-single .box-shadow-1,
.blog-single .box-shadow-1-hover:hover {
	box-shadow: none;
}

.blog-single .article-inner.has-shadow .entry-content,
.blog-single .article-inner.has-shadow footer.entry-meta,
.blog-single .article-inner.has-shadow .entry-header-text,
.blog-single .article-inner.has-shadow .author-box {
	padding-left: 0;
	padding-right: 0;
}

.blog-single .box-shadow,
.row-box-shadow-2 .col-inner,
.blog-single .row-box-shadow-2-hover .col-inner:hover,
.blog-single .box-shadow-2,
.box-shadow-2-hover:hover {
	box-shadow: none;
}

.blog-single .article-inner.has-shadow .entry-header-text-top {
	padding-top: 0;
}

.post-item .post-meta {
	font-size: 0.85em;
	margin-top: 13px;
}

.box-blog-post .is-divider {
	margin-bottom: 1.2em;
}

.blog-single .entry-date {
	font-size: 12px;
}

/**
 * Catalog styles
 */
ul.product_list_widget li a:not(.remove) {
	font-size: 13px !important;
}

#shop-sidebar {
	padding-right: 40px;
}

.term-description {
	display: none;
}

.widget_price_filter .price_slider_amount .button {
	background-color: #4e901a;
}

.widget > ul > li ul {
	border-left: 1px solid #f7dd22;
}

.product-section {
	padding: 30px 0 30px 0;
}

[data-icon-label]:after {
	background-color: #f7dd22 !important;
}

.widget_price_filter .price_slider_amount .button {
	font-size: 0.75em;
}

.badge-inner {
	color: #434343;
	font-weight: 400;
	font-size: 14px;
}

.cart .single_add_to_cart_button {
	padding: 0.28em 3.6em;
	font-size: 14px;
}

.cart .single_add_to_cart_button:hover {
	background-color: #f7dd22 !important;
	box-shadow: none;
	color: #434343;
}

.woocommerce-result-count {
	display: none !important;
}

/**
 * Other
 */
.product-title {
	font-size: 1.2em;
}

.price-wrapper {
	margin-top: 10px;
}

.box-blog-post .is-divider {
	height: 0;
}

.is-divider {
	height: 0;
}

span.widget-title {
	font-size: 1.2em;
}

body.search-results hr {
	display: none;
}

body.search-results h4.uppercase {
	display: none;
}

/*body.search-results large-columns-3.medium-columns-3.small-columns-2.slider.row-slider.slider-nav-reveal.slider-nav-push.flickity-enabled {*/
body.search-results
	div.row.large-columns-3.medium-columns-3.small-columns-2.slider.row-slider.slider-nav-reveal.slider-nav-push.flickity-enabled {
	display: none;
}

/**
 * Footer subscribe
*/
.home-subscribe input[type="submit"] {
	color: #fff;
	background-color: #478318;
}

.home-subscribe input[type="submit"] {
	letter-spacing: -0.4em;
	min-height: 33px;
	line-height: 0;
}

.home-subscribe .ml-half {
	margin-left: -52px;
}

.subscribe-form {
	position: relative;
}

.subscribe-form .email-field,
.subscribe-form .email-field:focus {
	background-color: rgba(255, 255, 255, 0.2) !important;
	border-color: rgba(255, 255, 255, 0.09);
	border-radius: 50px;
	color: #fff;
}

.subscribe-form ::-webkit-input-placeholder {
	color: #fff;
}

.subscribe-form .submit-button {
	position: absolute;
	top: 3px;
	right: -13px;
}

.nav-small .nav > li > a,
.nav.nav-small > li > a {
	font-weight: 500 !important;
}

.share-icons .is-outline {
	color: #ffd42f;
}

.button.icon.circle {
	margin-right: 3px;
}

.widget {
	margin-bottom: 2.5em;
}

.page-wrapper {
	padding-top: 50px;
}

/**
 * Cart & Checkout
 */
input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
	box-shadow: none !important;
}

.shop_table thead th,
.shop_table .order-total td,
.shop_table .order-total th,
.cart_totals th.product-name {
	border-width: 1px !important;
	border-color: #434343;
}

.order-total th,
.order-total td {
	border: 0;
}

.cart-sidebar .widget-title {
	border-bottom: 1px solid #434343;
}

.shipping-method-description {
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}

a.remove,
a.icon-remove {
	font-size: 12px !important;
	line-height: 22px !important;
	font-weight: 400;
	border: 1px solid currentColor;
}

.widget_shopping_cart .button,
.button-continue-shopping,
.checkout-button {
	padding: 0.5em 2.2em;
	font-size: 13px;
	letter-spacing: 1px;
}

.widget_shopping_cart p.total {
	border-bottom: 0px;
	margin-bottom: 1.5em;
}

.widget_shopping_cart p.total strong {
	font-size: 0.85em;
	font-weight: 500;
}

.widget_shopping_cart p.total span.amount {
	font-size: 0.9em;
}

.coupon .input-text {
	border-radius: 50px;
	padding: 0.5em 2.2em;
}

.coupon input[type="submit"] {
	padding: 0.5em 2.2em;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: none;
}

.coupon input[type="submit"]:hover {
	color: #fff;
	background-color: #4e901a;
}

.woocommerce-input-wrapper textarea,
.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields input[type="search"],
.woocommerce-billing-fields input[type="number"],
input[type="url"],
.woocommerce-billing-fields input[type="tel"] {
	border-radius: 4px;
	font-size: 14px;
}

.shipping__table.shipping__table--multiple {
	margin-top: 30px !important;
}

.shipping__table.shipping__table--multiple > tbody > tr > th {
	text-transform: uppercase;
	font-size: 0.9em;
}

ul.wc_payment_methods.payment_methods.methods li {
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 5px;
	border-radius: 3px;
	margin-bottom: 5px;
	min-height: 2.4em;

	display: flex;
	align-items: center;
}

.wc_payment_methods.payment_methods.methods div.payment_box {
	display: block !important;
	font-weight: 400;
}

.wc_payment_methods.payment_methods.methods input {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

.shipping__list_label {
	font-weight: 600;
	color: #222;
	opacity: 1;
}

.payment_methods p {
	font-size: 12px !important;
	color: #222;
	margin: 0;
}

.button#place_order {
	padding: 0.5em 2.2em;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.woocommerce-checkout-payment .payment-title {
	font-size: 0.9em;
	font-weight: 600;
	margin: 32px 0 8px 0;
}

.wc_payment_methods label {
	font-size: 0.8em;
	margin: 0 !important;
	padding-left: 10px !important;
}

.shipping__table.shipping__table--multiple td {
	border: 0;
}

div.blockUI.blockOverlay {
	z-index: 10 !important;
	display: none !important;
}

#billing_country_field {
	display: none !important;
}

#my-account-nav li {
	margin: 0 !important;
}

.woocommerce-Input {
	border-radius: 4px !important;
}

.woocommerce-Button {
	padding: 0.5em 2.2em;
	font-size: 13px;
	letter-spacing: 1px;
}

.woocommerce-button {
	padding: 0.2em 1.2em;
	font-size: 12px;
	letter-spacing: 1px;
}

.woocommerce-form input[type="email"],
.woocommerce-form input[type="date"],
.woocommerce-form input[type="search"],
.woocommerce-form input[type="number"],
.woocommerce-form input[type="text"],
.woocommerce-form input[type="tel"],
.woocommerce-form input[type="url"],
.woocommerce-form input[type="password"] {
	border-radius: 4px !important;
}

.woocommerce-form .button {
	padding: 0.5em 2.2em;
	font-size: 13px;
	letter-spacing: 1px;
}

.dashboard-links a:hover {
	background-color: #4e902c;
}

.page-id-651 .normal-title {
	padding-top: 25px;
	border: 0;
	background-color: #fff;
}

.page-id-647 .woocommerce-form-coupon-toggle {
	display: none !important;
}

.woocommerce-billing-fields {
	padding-top: 0px;
	border-top: 0;
}

/**
 * Message Pop-up
 */
.woocommerce-notices-wrapper,
.woocommerce-message.message-wrapper,
.woocommerce-error.message-wrapper {
	display: none !important;
}

.ttt-pnwc-container {
	padding: 10px !important;
}

.ttt-pnwc-notice {
	background-color: #f9f9f9 !important;
}

.ttt-pnwc-notice-icon {
	display: none;
}

button.ttt-pnwc-close {
	height: 40px !important;
	width: 40px !important;
	font-size: 13px !important;
}

/**
 * Pop-up
 */
.set-1 ul li {
	float: left;
	margin-right: 6px;
}

.set-1 a {
	position: relative;
	color: #ffffff;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 35px;
	text-align: center;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.set-1 a:active,
.set-2 a:active {
	-webkit-transform: translate(0, 3px);
	-moz-transform: translate(0, 3px);
	transform: translate(0, 3px);
}

.set-1 ul li {
	float: left;
	margin-right: 6px;
}

.set-2 {
	height: 65px;
}

#itro_popup {
	max-width: 580px !important;
}

.itro-logo {
	float: left;
	width: 180px;
	height: 170px;
	background-image: url(/wp-content/uploads/2019/04/logo-v.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.popup_inner {
	width: 330px;
	float: left;
	padding-left: 20px;
}

.set-2 ul li {
	float: left;
	margin-right: 10px;
}

@media (max-width: 780px) {
	.popup_inner {
		width: 100%;
		text-align: center;
		padding-left: 0px;
	}
}

@media screen and (max-width: 780px) {
	.itro-logo {
		margin: 0 auto 20px auto;
		float: none;
	}
}

@media screen and (max-width: 780px) {
	#close_cross {
		display: block !important;
	}
}

@media screen and (max-width: 780px) {
	#ipp_mobile_close_tab {
		display: none !important;
	}
}

@media (max-width: 849px) {
	.shop_table .product-remove {
		width: 25px;
	}

	.shop_table .product-remove a {
		line-height: 22px !important;
	}

	td.product-thumbnail,
	td.product-stock-status,
	th.product-stock-status,
	th.product-thumbnail {
		display: none;
	}

	.wishlist-title h2 {
		font-size: 1.6em;
	}

	.wishlist-title h2:after {
		display: none;
	}

	.wishlist_table .add_to_cart {
		font-size: 0.7em;
		padding: 7px 18px;
	}
}

/**
 * Checkout page map
 */
#select-selfpickup {
	color: #4e901a !important;
	margin-top: 6px;
	display: inline-block;
}

#select-selfpickup:hover {
	color: #111 !important;
}

#checkout-map {
	display: none;
}

#checkout-map.visible {
	display: block !important;
	width: 98%;
	height: 600px;
	position: absolute;
	top: -100px;
	left: 1%;
	z-index: 99999;
	border: 1px solid #909090;
	background-color: #fff;
	overflow: scroll;
}

#checkout-map-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	opacity: 0.7;
	top: 0;
	left: 0;
	background-color: #000;
}

#checkout-map-overlay.visible {
	display: block !important;
}

.disable-scrolling {
	overflow-y: hidden;
	overflow-x: hidden;
}

#checkout-map-close {
	position: fixed;
	right: 20px;
	padding: 10px;
	background-color: #eee;
	width: 45px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	top: 100px;
	z-index: 9999;
}
