/*!
Theme Name: Uniun-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uniun
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.

Uniun is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
.single-product main {
    width: 100%;
}
.button.wc-forward {
    color: #fff;
    background: #df583e;
    font-family: "Lato";
    font-weight: bold;
}

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 10px 0;
	font-family: "Sharp Grotesk 25";
}

p {
	margin-bottom: 10px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: black;
    text-decoration: none;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select {
	border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}
.uniun-multi-shipping input[type="radio"] {
    display: inline;
    margin-right: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'Lato-Bold';
    font-size: 16px;
}

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
@font-face {
    font-family: 'Sharp Grotesk 25';
    src: url('fonts/SharpGroteskMedium25-Regular.ttf');
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf');
}
@font-face {
    font-family: 'Lato-bold';
    src: url('fonts/Lato-Bold.ttf');
}
body, p {
	font-family: 'Lato';
}

.row {
	justify-content: flex-start !important;
    flex-direction: row;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.col-50 {
	width: 50%;
	padding-right: 10px;
    padding-left: 10px;
	float: left;
	position: relative;
}
.col-full {
	width: 100%;
	padding-right: 10px;
  	padding-left: 10px;
	position: relative;
}
/* Defining global container for default width */
.container {
	max-width: 1170px;
    margin: 0 auto;
}
.btn {
	font-family: 'Sharp Grotesk 25';
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-transform: capitalize;
    background: #DF583E;
    border-radius: 32px;
    padding: 17px 50px;
    font-size: 16px;
    max-width: 275px;
    width: 100%;
    display: block;
    text-align: center;
}

/* Slick Slider CSS */

.item-card {
    padding-left: 10px;
    padding-right: 10px;
	position: relative;
}

.item-card img {
    width: 17rem;
    height: 26rem;
    object-fit: cover;
    border-radius: 1rem;
}

.item-card .category-name {
    position: absolute;
    bottom: 40px;
    text-align: left;
    left: 30px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.36px;
}


.page-404 {
    padding: 150px 0;
}
.page-404 h2 {
    text-align: center;
    display: block;
    width: 100%;
}
.hide {
	display: none;
}
.show {
	display: none;
}

/* Woocommerce started */
.shop-list-view-wrapper {
    padding: 20px 50px 0 30px;
}
#shop-primary .shop-sidebar {
    width: 25%;
    margin-right: 20px;
}
#shop-primary .shop-sidebar-box {
    border: 1px solid #000;
    padding: 30px 20px 10px;
    border-radius: 6px;
	width: 300px;
	position: fixed;
    top: 140px;
}
.shop-sidebar .category-name {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 20px;
	padding-left: 20px;
    padding-right: 20px;
}
.shop-cart-box {
    display: flex;
    align-items: center;
}
.shop-cart-box_qty {
    display: flex;
    width: 100px;
    justify-content: space-between;
    margin-top: 10px;
    color: #fff;
    border-radius: 20px;
    padding: 6px 8px;
    line-height: 1.7;
	background: #df583e;
	margin-right: 10px;
}
.shop-cart-box_qty2 {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
.shop-cart-box_qty1, .shop-cart-box_qty3 {
    cursor: pointer;
    width: 16px;
    text-align: center;
}
.shop-cart-btn {
    background: #df583e;
    color: #fff;
    border-radius: 20px;
    padding: 7px 20px;
    line-height: 1.7;
    margin-top: 10px;
}
.shop-cart {
    display: flex;
    align-items: center;
}
.customize-product {
    margin-left: 10px;
    font-size: 15px;
    font-family: "Sharp Grotesk 25";
    margin-top: 10px;
    text-decoration: underline;
}
.post-type-archive-product main {
    width: 75%;
/* 	margin-top: 60px; */
}
.product-list-category h3 {
    font-size: 20px;
    border-bottom: 2px solid;
	scroll-margin-top: 200px;
}
.product-list-category .list-wrap-left h2 {
    font-size: 18px;
    font-family: 'Lato';
    letter-spacing: 0.36px;
    font-weight: bold;
}
.product-list-category .list-wrap-left .shop-price {
    font-size: 13px;
    color: #df583e;
    font-family: 'Lato';
    font-weight: bold;
    letter-spacing: 0.26px;
}
.shop-description {
    color: #87878C;
    font-size: 14px;
    letter-spacing: 0.28px;
}
.product-list-category .list-product-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}
.list-product-wrap .list-wrap-left {
	flex-basis: 60%;

}
.list-product-wrap .list-wrap-right {
    text-align: right;
    flex-basis: 30%;
	position: relative;
}
.list-product-wrap .list-wrap-right img {
    max-width: 235px;
    height: 170px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
.pro-qty {
    background: #000;
    color: #fff;
    padding: 4px 6px;
    border-radius: 50%;
    height: 19px;
    width: 18px;
    font-size: 10px;
    letter-spacing: 0.2px;
    position: absolute;
    line-height: 1.2;
    top: -5px;
    right: -10px;
}
.no-trigger {
    pointer-events: none;
    opacity: 0.4;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0;
    transition: 0.2s ease all;
    font-size: 18px;
}
input:focus + .floating-label {
	top: -10px;
	left: 0;
	font-size: 11px;
	opacity: 1;
}
.wpcf7 .row {
    margin-bottom: 20px;
}
.wpcf7 input{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.uniun-short-description {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-top: 30px;
}
.single-product .entry-summary {
    margin-top: 0;
	position: relative;
}
.woocommerce .summary .price {
    position: absolute;
    bottom: 85px;
    margin: 0;
    right: 0;
}
#pofw_product_options .field > label {
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 2px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.pofw-product-options-wrapper .field {
    margin-bottom: 20px;
}
.pofw-product-options-wrapper .field .control .choice label {
    display: flex;
    justify-content: space-between;
}
.pofw-product-options-wrapper .field .control .choice input[type="checkbox"] {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}
.pofw-product-options-wrapper .field .control .choice {
    margin-bottom: 10px;
}
.single-product footer {
    margin-top: 200px;
}
.woocommerce div.product form.cart .button {
    width: 100%;
    background: #DF583E;
    text-transform: capitalize;
    font-size: 18px;
    font-family: "Sharp Grotesk 25";
    font-weight: 300;
    border-radius: 35px;
    padding: 18px 0;
    margin-top: 20px;
	float: none;
}
.woocommerce div.product form.cart .button:hover {
    text-decoration: underline;
}
.added-to-cart {
    color: #20A22D;
    font-size: 15px;
    text-align: center;
    margin: 20px 0;
	display: block;
    font-weight: bold;
	position: absolute;
    width: 100%;
}
.woocommerce div.product form.cart .button.added {
    font-weight: bold;
    font-size: 30px;
    padding: 12px 0;
}
.woocommerce div.product form.cart .button.added:hover {
	text-decoration: none;
 }
.woocommerce .woocommerce-Price-amount.amount {
    color: #DF583E;
    font-size: 16px;
    letter-spacing: 0.26px;
    font-weight: bold;
}
.lbp-shipping-cost{
	color: #DF583e;
}
input.qty_button.minus, input.qty_button.plus {
    background: none;
    border: 0;
	color: #000;
	padding: 0;
}
.woocommerce .quantity .qty {
    border: 0;
    color: #000;
}
label.qty-label {
    margin-right: 20px;
}
.go-to-checkout {
    font-family: 'Sharp Grotesk 25';
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 70px;
    position: absolute;
    width: 100%;
}
/* Reset Password*/
.form-reset-password {
    max-width: 400px;
    margin: 50px auto 20px auto;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 40px 20px;
}
.form-reset-password h3 {
    color: #00819D;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
	margin-bottom: 50px;
}
.form-reset-password .form-row {
    position: relative;
}
.woocommerce form .form-row input.input-text {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
}
.form-reset-password .form-row {
    position: relative;
    width: 100% !important;
}
.form-reset-password button.woocommerce-Button { 
	display: block;
    background: none;
    border: 0;
    font-size: 18px;
    font-family: 'Sharp Grotesk 25';
    text-decoration: underline;
    margin: 0 auto;
    color: #000;

}
.woocommerce-lost-password .announcement {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #87878C;
}
.uniun-cust-info {
    max-width: 400px;
    margin: 0 auto;
}
.uniun-cust-info {
    max-width: 400px;
    margin: 100px auto;
    border: 1px solid #000;
    padding: 20px 50px;
    border-radius: 5px;
}
.uniun-cust-info h2 {
    color: #00819D;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}
.uniun-cust-info .woocommerce-button {
	display: block;
    background: none;
    border: 0;
    font-size: 18px;
    font-family: 'Sharp Grotesk 25';
    text-decoration: underline;
    margin: 0 auto;
    margin-top: 20px;
}
.user-account {
    max-width: 600px;
    margin: 50px auto;
}
.user-account input, .user-account select {
    max-width: 300px;
    display: block;
}
.user-info h2, .user-wallet h2 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.user-address h2 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.user-account .remove-link {
    font-size: 13px;
    color: #87878C;
    text-transform: uppercase;
}
.remove-shipping:hover, .uniun-edit-info:hover, input.woocommerce-button.save-info:hover {
    text-decoration: underline;
}
input.woocommerce-button.save-info {
    background: none;
    border: none;
    padding: 0;
    margin: 23px 0;
    display: inline;
    font-weight: bold;
}
.uniun-add-shipping {
    margin: 30px 0;
}
.uniun-add-shipping p {
    color: #87878C;
    font-size: 13px;
    margin-bottom: 30px;
}
.uniun-shipping-detail .uniun-multi-shipping .radio {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.36px;
	color: #00819d;
}
.uniun-shipping-detail .uniun-multi-shipping {
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}
.copyright {
	font-size: 13px;
	letter-spacing: 0.26px;
	width: 100%;
	text-align: center;
  }
  .slick-arrow::before {
	display: none;
  }
  .slick-arrow {
	width: 44px !important;
	z-index: 9 !important;
  }
  input[type="submit"] {
	cursor: pointer;
  }
.woocommerce-message, .woocommerce-error {
    border-top-color: #df583e;
}

.woocommerce-message::before, .woocommerce-error::before {
    color: #df583e;
}
.customer-info {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.customer-info .customer-name {
    font-weight: bold;
    color: #00819d;
    font-size: 20px;
}
.customer-info .logout-link {
    font-weight: 600;
}
.product-go-back a {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.36px;
}
.product-go-back img {
    margin-right: 20px;
}
:disabled {
    opacity: 0.5;
	pointer-events: none;
	text-decoration: none;
	cursor: none;
}
.my-account-change-password {
    display: block;
    margin-top: 50px;
    text-align: right;
}
.my-account-change-password:hover {
	text-decoration: underline;
}
/* Change password css*/
.page-change-password .card-box {
    max-width: 400px;
    margin: 50px auto 20px auto;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 40px 20px;
}
.page-change-password {
    margin: 100px 0;
}
.page-change-password .change_password {
    display: block;
    background: none;
    border: 0;
    font-size: 18px;
    font-family: 'Sharp Grotesk 25';
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.change_pwd_form > div {
    position: relative;
}
.woocommerce div.product form.cart {
	margin-bottom: 0;
}
.wc-change-pwd-form h3 {
    color: #00819D;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.log_pass {
    position: relative;
}
.page-change-password .container, .page-login .container, .page-register .container{
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce .content-area {
    margin-top: 120px;
}
.shop-checkout-btn {
    position: fixed;
    bottom: 20px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.shop-footer-location img {
    height: 40px;
    margin-left: 20px;
}

/* loader configuration */
.floating-checkout {
    display: flex;
    background: #000;
    max-width: 320px;
    width: 290px;
    justify-content: space-between;
    color: #fff;
    border-radius: 30px;
    align-items: center;
    vertical-align: middle;
    line-height: 1.3;
    height: 50px;
    padding-left: 20px;
    padding-right: 15px;
}
.floating-checkout-overlay{
	position: absolute;
    top: 0px;
    left: 0px;
    background: #e3e3eba3;
    height: 50px;
    width: 290px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	display: none;
}
.floating-checkout-loader {
	width: 30px;
	height: 30px;
	border: 5px solid #FFF;
	border-bottom-color: #FF3D00;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
/* end loader configuration */

.flt-item {
    font-size: 11px;
}
.flt-price .woocommerce-Price-amount.amount {
    color: #fff;
    font-weight: normal;
    font-size: 11px;
}
.flt-text {
    font-family: 'Sharp Grotesk 25';
    font-size: 13px;
    letter-spacing: 0.5px;
}
.flt-price {
    height: 28px;
}
.shop-sidebar .category-name p{
	margin: 0;
}
.shop-sidebar .category-name.active {
    background: #00819D;
    padding: 6px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}
.shop-sidebar .category-name.active p {
    font-weight: 400;
}

/* Responsive */

@media screen  and (min-width:1000px) and (max-width: 1200px){
	.item-card img{
		width:100%;
		height:35rem;
		object-fit:cover;
		border-radius:1rem;
	}
}

@media screen and (max-width: 1000px) {
	#shop-primary .shop-sidebar-box {
		width: 250px;
	}
		.item-card img{
		width:100%;
		height:35rem;
		object-fit:cover;
		border-radius:1rem;
	}
}

@media screen and (max-width: 820px) {
	#shop-primary .shop-sidebar-box {
		width: 220px;
	}
}

@media screen and (max-height: 880px) {
	.shop-sidebar .category-name {
		margin-bottom: 17px;
	}
}

@media screen and (max-height: 830px) {
	.shop-sidebar .category-name {
		margin-bottom: 15px;
	}
}

@media screen and (max-height: 780px) {
	.shop-sidebar .category-name {
    	margin-bottom: 13px;
	}
}

@media screen and (max-height: 750px) {
	.shop-sidebar .category-name {
    	margin-bottom: 10px;
	}
}

@media screen and (max-height: 705px) {
	.shop-sidebar .category-name {
    	margin-bottom: 8px;
	}
}

@media screen and (max-height: 675px) {
	.shop-sidebar .category-name {
    	margin-bottom: 6px;
	}
}

@media screen and (max-width: 768px) {
	#shop-primary .shop-sidebar-box {
		width: 93%;
	}
	#shop-primary .shop-sidebar-box {
		padding:0;
    	margin-top: 60px;
	}
}

@media screen and (min-device-width: 768px) {
	.mobile-menu, .toggle-menu {
		display: none;
	}
	.hide-desktop {
		display:none;
	}
	.shop-sidebar-box.fixed {
		position: fixed;
		top: 140px;
	}
	.post-type-archive-product .container-5, .post-type-archive-product .footer-menu {
		display: none;
	}
}

@media screen and (max-device-width: 767px) {
	.hide-mobile{
		display:none;
	}
	.shop-cart-box_qty {
		width: 90px;
	}
	.shop-footer-location {
		display: none;
	}
	#shop-primary .shop-sidebar-box {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		overflow-x: scroll;
		border: none;
		padding: 0;
	}
	.woocommerce-account main .container ,.woocommerce-checkout main .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#shop-primary .list-sidebar {
		margin-right: 20px;
	}
	.shop-sidebar .category-name {
		margin-bottom: 0;
		display: flex;
		flex-flow: row nowrap;
		background: #F5ECE7;
		padding: 6px 20px;
		border-radius: 20px;
		color: #000;
		text-decoration: none;
		font-size: 16px;
	}
	.shop-sidebar .category-name p{
		white-space: nowrap;
	}
	.list-product-wrap .list-wrap-right img{
		height: 110px;
		width: 125px;
		margin-top: 15px;
	}
	.item-card .category-name {
		font-size: 16px;
	}
	.wpcf7 .col-50 {
		width: 100%;
	}
	.wpcf7 .row {
		margin-bottom: 10px;
		flex-direction: column;
	  }
	header .header-row {
		padding: 15px 0px;
	}
	.header-menu-2 {
		margin-right: 25px;
	}
	.sticky-logo img {
		width: 100px;
		margin-left: 25px;
		margin-top: 2px;
	}
	.toggle-menu {
		width: 45px;
		position: absolute;
		left: 0px;
		top: 10px;
		cursor: pointer;
	}
	.mobile-nav {
		display: none;
	}
	.site-branding .header-logo {
		margin-left: 20px;
	}
	.cartIcon {
		width: 18px;
	}
	.header-menu-2 .header-icon-insta, .header-menu-2 .header-icon-facebook, .dash{
		display: none;
	}
	.order-button a {
		font-weight: 300;
	}
	.cart {
		margin-top: -14px;
		margin-left: -10px;
	}
	.cart a {
		font-size: 8px;
		padding: 4px 6px;
		line-height: 1.5;
	}
	#shop-primary {
		padding: 20px;
	  }
	#shop-primary .container {
		flex-direction: column;
	  }
	  #shop-primary .shop-sidebar {
		width: 100%;
		margin: 0;
		position: fixed;
		top: 20px;
		background: #fff;
		padding-top: 20px;
		z-index: 9;
		padding-bottom: 10px;
	  }
	  .post-type-archive-product main {
		width: 100%;
	  }
	  .shop-list-view-wrapper {
		padding: 0;
	  }
}
@media screen and (max-width: 1600px) {
	.shop-sidebar .category-name {
		font-size: 15px;
		margin-bottom:12px;
	}
/* 	#shop-primary .shop-sidebar-box {
		padding: 20px 20px;
	} */
	.shop-sidebar-box .list-sidebar:last-child .category-name {
	  margin-bottom: 0;
	}
}
@media screen and (max-width: 1360px) {
	.shop-sidebar .category-name {
		font-size:14px;
		margin-bottom:12px;
	}
}

@media screen and (max-height: 880px) {
	.shop-sidebar .category-name {
		margin-bottom: 17px;
	}
}

@media screen and (max-height: 830px) {
	.shop-sidebar .category-name {
		margin-bottom: 15px;
	}
}

@media screen and (max-height: 780px) {
	.shop-sidebar .category-name {
    	margin-bottom: 13px;
	}
}

@media screen and (max-height: 750px) {
	.shop-sidebar .category-name {
    	margin-bottom: 10px;
	}
}

@media screen and (max-height: 705px) {
	.shop-sidebar .category-name {
    	margin-bottom: 8px;
	}
}

@media screen and (max-height: 675px) {
	.shop-sidebar .category-name {
    	margin-bottom: 6px;
	}
}
@media screen and (max-width: 600px) {
	#shop-primary .shop-sidebar-box {
		padding: 0;
		margin-top: -50px;
	}
	.post-type-archive-product main {
		width: 100%;
		margin-top: 70px;
	}
	#shop-primary .shop-sidebar {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 70px;
    background: #fff;
    padding-top: 60px;
    z-index: 9;
    padding-bottom: 10px;
	}
	.woocommerce .content-area {
    margin-top: 45px;
	}
}
.hide-checkout-field{
	display: none !important;
}
.show-checkout-field{
	display: blink !important;
}
.wallet-table {
    display: flex;
    justify-content: space-between;
}
.wallet-title {
    font-weight: 600;
}
.wallet-amount {
    font-weight: 600;
    color: #00819d;
}
.shop_table .fee td {
    text-align: right;
}

/* Wallet popup on order recieved page */
.cashback-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.cashback-popup-container {
    top: 50%;
    z-index: 999999;
    position: fixed;
    align-items: center;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #fff;
    box-shadow: 0px 1px 10px 2px #0a0a0a73;
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
}
.cashback-popup h2 {
    color: #00819D;
}
.cashback-popup .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #00819d;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 7px 10px;
    line-height: 1;
	cursor: pointer;
}
.cashback-popup { animation: fadeIn 3s; }
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.wallet-cashback td {
    font-size: 13px;
    font-weight: 700;
    text-align: right;
	color:#DF583E;
}
.show-title-wrap, .single-title-wrap {
    display: flex;
}
.show-title-wrap ul {
    padding-left: 10px !important;
	display: flex;
}
.show-title-wrap img {
    width: 30px;
    margin-right: 10px;
}
.single-foodtype {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}
.single-foodtype img {
    width: 30px;
    margin-right: 10px;
}
.single-title-wrap .single-foodtype {
    margin-left: 10px;
    margin-bottom: 0;
}
.single-title-wrap {
    margin-bottom: 20px;
}
.show-title-wrap ul {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.single-title-wrap li {
	align-items: center;
    display: inherit;
}