/*!
Theme Name: wildwillowfurniture
Theme URI: http://underscores.me/
Author: Chetu Team
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: wildwillowfurniture
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.

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

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

h2 {
	font-size: 30px;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

h3 {
	font-size: 25px;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

h4 {
	font-size: 20px;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 20px;
}

/* 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: Roboto;
	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: #000000;
	font-family: Roboto;
	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: Roboto;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Roboto;
}

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

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

big {
	font-size: 125%;
}

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

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

ol {
	list-style: decimal;
	padding-left: 30px;
	margin-bottom: 20px;
}

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

/* Links
--------------------------------------------- */
a {
	color: #84834b;
}

a:visited {
	color: #84834b;
}

a:hover,
a:focus,
a:active {
	color: #c3c4b0;
}

a:focus {
	outline: thin dotted;
}

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"],
textarea,form .woocommerce-input-wrapper select{
	background-color: #ffffff;
	border-radius: 0.2rem ;
	color: #666;
	border: 1px solid #c3c4b0;
	padding: 10px;
    color: #222222;
    height: 50px;
	padding: 3px 15px 3px 15px;
}

.woocommerce-input-wrapper .select2-container .select2-selection {
	background-color: #ffffff;
	border-radius: 0.2rem ;
	color: #666;
	border: 1px solid #c3c4b0;
	padding: 10px;
    color: #222222;
    height: 50px;
	padding: 10px 15px 3px 8px;
}

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

/* 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
--------------------------------------------- */
.sticky {
	display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0.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;
}

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


/********************************** Custom Style *******************************************/

button.header-search {
	border: unset;
    border-color: unset;
    border-radius: unset;
    background: unset;
    color: rgba(0, 0, 0, 0.8);
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 5px;
}

section.site-main-content {
    margin: 60px 0px;
}

.woocommerce-MyAccount-navigation ul{
	margin-right: 45px;
	padding-left: 0px;
}

.woocommerce-privacy-policy-text p {
    margin: 0px;
}

.woocommerce-Button,.button,.woocommerce-MyAccount-navigation-link{
	background: #84834b !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "Roboto" !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    height: auto !important;
    line-height: 20px !important;
    border: none !important;
    padding: 13px 28px !important;
    text-decoration: unset !important;
    cursor:pointer;
}

.woocommerce-Button:hover,.button:hover,.woocommerce-MyAccount-navigation-link:hover{
	background: #c3c4b0 !important;
}

.woocommerce-MyAccount-navigation-link{
	margin-bottom:8px;
	position:relative;
}

.woocommerce-MyAccount-navigation-link a{
	color: #ffffff;
}

.woocommerce-MyAccount-navigation-link.is-active,.woocommerce-MyAccount-navigation-link:hover{
	background: #c3c4b0 !important;
}

.woocommerce-MyAccount-navigation-link.is-active a,.woocommerce-MyAccount-navigation-link:hover a{
	color: #ffffff;
}

.woocommerce-form-login__submit,.woocommerce-form-register__submit,.project-review,.create-projectbutton,.woocommerce-custbutton{
	background: #84834b !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "Roboto" !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    width: 96% ;
    height: auto !important;
    line-height: 20px !important;
    border: none !important;
    padding: 13px 30px !important;
    margin: 20px auto !important;
    text-decoration: unset !important;
    cursor:pointer;
}

.search-submit{
	background: #84834b !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "Roboto" !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 15px 30px !important;
}

.woocommerce-form-login__submit:hover,.woocommerce-form-register__submit:hover,.project-review:hover,.create-projectbutton:hover,.woocommerce-custbutton:hover{
	background: #c3c4b0 !important;
}

.woocommerce-form-login__submit:hover,.woocommerce-form-register__submit:hover{
	background: #c3c4b0 !important;
}

.woocommerce-EditAccountForm fieldset {
    border: 1px solid #ccc;
    padding: 1.5em;
    margin: 20px 0px;
}

div#account-project {
    border: 1px solid #ccc;
    padding: 1.5em;
    margin: 0px;
}

div#account-project h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

div#account-project table thead tr th:first-child, div#account-project table tbody tr td:first-child {
    width: 18em;
    min-width: 18em;
    max-width: 18em;
    padding-right: 25px;
}

div#all-projects table thead tr th:first-child,
div#all-projects table tbody tr td:first-child {
  width: 4.5em;
  min-width: 4.5em;
  max-width: 4.5em;
  word-break: break-all;
  padding-right: 20px;
  text-align: left;
}

div#all-projects table thead tr th:nth-child(2),
div#all-projects table tbody tr td:nth-child(2) {
   width: 14em;
   min-width: 14em;
   max-width: 14em;
   padding-right: 20px;
}

div#all-projects table thead tr th:nth-child(3),
div#all-projects table tbody tr td:nth-child(3) {
   width: 8.3em;
   min-width: 8.3em;
   max-width: 8.3em;
   word-break: break-all;
   padding-right: 20px;
}

div#all-projects table thead tr th:nth-child(4),
div#all-projects table tbody tr td:nth-child(4) {
   width: 10em;
   min-width: 10em;
   max-width: 10em;
   padding-right: 20px;
}

div#all-projects table thead tr th:nth-child(5),
div#all-projects table tbody tr td:nth-child(5) {
   width: 7.4em;
   min-width: 7.4em;
   max-width: 7.4em;
   word-break: break-all;
   padding-right: 20px;
   text-align: left;
}

div#all-projects table tr {
    border-bottom: 1px solid #e0dede;
}

div#all-projects h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

div#all-projects table td {
    padding: 25px 0;
}

div#all-projects table thead tr th {
    padding-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
}

div#account-project table thead tr th {
    padding-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
}

div#account-project table tr {
    border-bottom: 1px solid #e0dede;
}

div#account-project table td {
    padding: 25px 0;
}

.woocommerce-shop ul.products img {
    object-fit: contain;
    height: 350px !important;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
}

.productSlider_CarouselSec .woocommerce-product-gallery .flex-viewport {
    border: 1px solid #c3c4b0 !important;
}

.woocommerce.woocommerce-shop ul.products li h2.woocommerce-loop-product__title {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

div.productDetail_ContentSec .mid-section h1 {
    margin-top: 0px;
}

div.productSlider_CarouselSec div.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 100%;
}

div.productSlider_CarouselSec ol.flex-control-nav.flex-control-thumbs {
    margin-top: 15px !important;
}

.past-project-listing{
	margin-bottom: 50px;
}

ul.myAccount-headerLink li::after {
    content: "|" !important;
    padding: 0px 4px 0px 1px !important;
}

.add-project-tocart{
	background: #84834b !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "Roboto" !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    width: 100%;
    height: auto !important;
    line-height: 20px !important;
    border: none !important;
    padding: 13px 30px !important;
    margin: 20px auto !important;
}

.projectcart-success {
    color: green;
    font-weight: bold;
    text-align: center;
}

#loading{
	display: none;
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 9999;
	 width: 100vw;
	 height: 100vh;
	 background-color: rgba(192, 192, 192, 0.5);
	 background-image: url("assets/images/loader.gif");
	 background-repeat: no-repeat;
	 background-position: center;
}

.woocommerce form .show-password-input.display-password:after, .woocommerce-page form .show-password-input.display-password:after {
    color: #ccc !important;
}

.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
    color: #ccc !important;
}


.custmflotUnset {
	float: unset !important;
}
.custmSticky {
	position: sticky !important;
}

a.footer-contemail {
    color: #c3c4b0;
    text-decoration: underline;
}

a.footer-contemail:hover {
    color: #84834b;
}

.mid-section .container a{
	text-decoration: underline;
}

.woocommerce-MyAccount-navigation-link a {
    text-decoration: unset !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 13px 30px;
}

.woocommerce-error li::before {
    content: "\e016";
    color: #b81c23;
    font-family: WooCommerce;
    padding-right: 10px;
}

.woocommerce-error{
	padding-left: 20px;
}

.woocommerce-error::before {
    content: unset !important;
    
}

.bottomHeader_Sec .cstmNavBar ul.navbar-nav > li > a:hover,.bottomHeader_Sec .cstmNavBar ul.navbar-nav > li.current_page_item > a {
    color: #c3c4b0;
}

nav.navigation.posts-navigation {
    margin-top: 40px;
}

nav.navigation.posts-navigation .nav-links a{
    font-size: 18px;
}

.search-results .mid-section article {
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.orders-linebutton {
    text-align: center;
    margin-top:30px;
}

.orders-linebutton a.woocommerce-Button {
    margin: 20px;
    min-width: 280px;
    display: inline-block;
}

.complete-projecttitle{
	margin-top:25px;
}

table.woocommerce-cart-form__contents thead {
    background: #84834b;
    color: #fff;
}

.inputunit-msg{
	font-style: italic;
	font-size: 14px;
}

div#account-project table.active-project-listing thead tr th:nth-child(2), div#account-project table.active-project-listing tbody tr td:nth-child(2) {
    width: 8em;
    min-width: 8em;
    max-width: 10em;
    word-break: break-all;
}

.headerSec .midcartList_Text a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.headerSec .midcartList_Text a:hover {
    color: #84834b;
}

.woocommerce div.quantity .qty {
    width: 5em;
}

span#additional_details {
    width: 100%;
    min-height: 50px;
}

.share-project,#shareProject button#shareproject-submit{
	background: #84834b !important;
    color: #ffffff !important;
    text-transform: capitalize;
    font-family: "Roboto" !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 10px 20px;
    float: right;
    margin-top: 5px;
}

.share-project:hover,#shareProject button#shareproject-submit:hover{
	background: #c3c4b0 !important
}

#shareProject .modal-content{
	background: #fffef0;
}

#shareProject input{
	margin: 2px 0px 2px 0px;
    height: 40px;
    min-width: 91px;
    width: 100%;
    border-radius: 4px;
    background-color: #F7F6F9;
    border: 1px solid #E1E1E1;
    padding: 3px 5px 3px 5px;
}

.error-msg{
	color:red;
}

.error-border{
	border: 1px solid red !important;
}

.shareproject-response{
	text-align:center;
}

.msg-info-name{
	text-transform: capitalize;
}

ol.flex-control-thumbs li {
    border: 1px solid #c3c4b0 !important;
    margin: 0 5px !important;
}

.modal-header h4 {
    text-align: center;
    padding-bottom: 0px;
}

#cartProjectDetails .message-box {
    clear: both;
    margin-left: 10px;
}

#cartProjectDetails .range-slider-data ul li {
    list-style: none;
    padding: 10px 0px 10px 10px;
}

#shareProject .modal-header {
    background: #84834b;
    color: #fff;
}

#shareProject .modal-header h4,#shareProject .modal-header button{
    color: #fff;
}

#shareProject .modal-header button{
	background: unset;
    color: #fff;
    font-size: 21px;
    opacity: 1;
}

section.error-404 {
    padding: 30px 0px;
    text-align: center;
}

#shareProject .modal-content {
    --bs-modal-inner-border-radius: 0;
}

.woocommerce-shop ul.products li a:hover h2.woocommerce-loop-product__title {
    color: #84834b;
}

.woocommerce-shop section.mid-section .main-pagetitle{
    text-align: center;
}
p.woocommerce-result-count {
	display: none;
}
ul.products.columns-3 {
    display: flex;
    justify-content: center;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
	width:80%;
}
.woocommerce-shop ul.products img:hover{
	box-shadow: 7px 10px 10px 5px rgba(179,179,179,0.75);
-webkit-box-shadow: 7px 10px 10px 5px rgba(179,179,179,0.75);
-moz-box-shadow: 7px 10px 10px 5px rgba(179,179,179,0.75);
}

section.mid-section {
    margin-top: 80px;
}

.single-product .mid-section h1 {
    font-size: 40px;
    margin-top: 55px;
}

.woocommerce-cart table.cart img {
    width: 60px;
    box-shadow: none;
}

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
   border: 1px solid #dfdfdf;
   padding: 30px 0px;
}

#submit-projectdata{
	width: 94%;
	margin: 20px 25px !important;
}

#WorkingWithIntiaroConfiguration{
	z-index:9;
}

.disable-anchor{
	pointer-events: none;
	opacity: 0.2;
}

#WorkingWithIntiaroConfiguration .variable-group-tab.active,#WorkingWithIntiaroConfiguration .variable-group-tab:hover {
    background-color: #84834b !important;
}

#WorkingWithIntiaroConfiguration .controllerWrapper .selected .choiceIconText {
    color: #fff;
    background-color: #84834b;
}

#WorkingWithIntiaroConfiguration .controllerWrapper .choice-tooltip-button {
    background-color: #84834b;
}

#WorkingWithIntiaroConfiguration .controllerWrapper .section .sectionTitle{
    background: #c3c4b0;
}

#WorkingWithIntiaroConfiguration .controllerWrapper .section .sectionContainer{
    margin-top: 15px;
}

#WorkingWithIntiaroConfiguration .variables-groups-container .variable-group-name{
    color: #000000;
}

#WorkingWithIntiaroConfiguration .variable-group-tab.active .variable-group-name,#WorkingWithIntiaroConfiguration .variable-group-tab:hover .variable-group-name{
	color: #ffffff;
}

.intiaro360player .intiaro360 .intiaroWidget>div {
    background-color: #84834b;
}

.controllerWrapper .group-name {
    color: #84834b;
}

.controllerWrapper {
    padding-top: 20px;
}

button#loginproject-submit {
    background: #84834b !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "Roboto" !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 10px 20px;
    margin: 0px 0px 0px 20px;
    float: right;
}

.chat-icon label {
    color: #84834b;
}

.tooltip1 {
  position: relative;
  display: inline-block;
  
  margin-bottom: 40px;
  margin-left: 100px;
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 90px;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
font-size: 12px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
      top: 27px;
    left: -2px;
}

.tooltip1 .tooltiptext1::after {
  content: " ";
  position: absolute;
  bottom: 100%; 
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}
.intiaroConfigurator ::-webkit-scrollbar-thumb, a .intiaroConfigurator ::-webkit-scrollbar-thumb {
    background-color: #84834b!important;
    border-radius: 6px;
}

.page-id-7 h1.main-pagetitle {
    display: none;
    margin-top: 20px;
}

span.notification-count {
    background: #84834b;
    color: #fff;
    padding: 5px 9px;
    border-radius: 50%;
}

#intiaro-slide1-img{
    width:100%;
    height: 100%;
}

#intiaro-slide1-img .intiaro360player .help-text,#intiaro-slide2-img .intiaro360player .help-text{
    font-size: 10.92px !important;
}

div#account-project table td:nth-child(1),div#account-project table td:nth-child(2) {
    padding: 25px 15px 25px 0px;
}

header ul.cartList ul {
    margin: 0px;
    padding: 0px;
}

.disable-click{
    pointer-events:none;
}

.modal-body span#fabric_style {
    text-transform: uppercase;
}

.modal{
	z-index: 99999;
}

span.count-unreadmsg {
    background-color: #84834b;
    border-radius: 50%;
    color: white;
    padding: 2px 7px;
    font-size: 10px;
    position: absolute;
    top: -10px;
    right: 0;
}

.cstm-msg{
	width: 100%;
    font-size: 14px;
    padding: 5px;
    color: #787676;
    text-align: center;
}

a.project-review,a.delete-project {
    font-size: 17px !important;
    padding: 13px 26px !important;
}

.modal-body span#leg_style,.modal-body span#leg_color {
    text-transform: capitalize;
}

#guestProjectModal .col-md button {
    background: #84834b;
    color: #fff;
    border: 0px;
}

.custmWidthSearch-chat {
    z-index: 999999;
}

th.project-action span.dt-column-order {
    display: none;
}

.single-product .product_DetailSec {
    margin-top: 0px !important;
}

.project-nickname input{
	padding: 2px 10px;
}

.project-nicknamebox label {
    display: block;
    margin-bottom: 5px;
}

.project-nicknamebox {
    margin-top: 8px;
	margin-left: 10px;
}

span#project_nickname {
    width: 100%;
}

.woocommerce-account button.woocommerce-form-login__submit,.woocommerce-account .button.woocommerce-form-register__submit {
    width: 100%;
}
/*============================================================
    Responsive CSS
===============================================================*/

@media screen and (max-width: 1200px){

	a.delete-project.woocommerce-Button,a.project-review {
		font-size: 12px !important;
		padding: 13px 10px !important;
	}

}

@media screen and (max-width: 1050px){

	div#account-project table thead tr th:nth-child(2), div#account-project table tbody tr td:nth-child(2) {
		width: 9em;
		min-width: 9em;
		max-width: 9em;
	}

	div#account-project table thead tr th:first-child, div#account-project table tbody tr td:first-child {
		width: 13em;
		min-width: 13em;
		max-width: 13em;
	}

	.project-review {
		font-size: 12px !important;
		padding: 13px 10px !important;
	}
	
	a.delete-project.woocommerce-Button {
	    font-size: 12px !important;
        margin-bottom: 20px;
        display: inline-block;
    }

	.woocommerce-Button, .button, .woocommerce-MyAccount-navigation-link {
		font-size: 15px !important;
		padding: 13px 15px !important;
	}
	
	a.delete-project.woocommerce-Button,a.project-review {
	    font-size: 11px !important;
        margin-bottom: 20px;
        display: inline-block;
        padding: 13px 7px!important;
    	text-align: center;
    	width: auto;

    }
}

@media(max-width:800px){
		
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
}
	
.woocommerce-shop ul.products img {
    height: auto !important;
}
       
}

@media only screen and (max-width:768px){
	
.woocommerce table.cart .product-thumbnail{
	display:block;
}

a.project-review {
    margin-bottom: 5px !important;
    width: auto;
}

a.delete-project.woocommerce-Button,a.project-review {
	font-size: 11px !important;
    margin-bottom: 20px;
    display: inline-block;
    padding: 13px 7px!important;
    text-align: center;
}
	
}

@media(max-width:767px){
	
.woocommerce-MyAccount-navigation ul {
   margin-right: 0px;
}
	
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
}
	
.woocommerce-shop ul.products img {
    height: auto !important;
}
       
}

@media(max-width:550px){

	div#account-project table thead tr th:first-child, div#account-project table tbody tr td:first-child {
		width: 7em;
		min-width: 7em;
		max-width: 7em;
	}

	div#account-project table thead tr th:nth-child(2), div#account-project table tbody tr td:nth-child(2) {
		width: 7em;
		min-width: 7em;
		max-width: 7em;
	}

	.woocommerce-form-login__submit, .woocommerce-form-register__submit, .project-review {
		font-size: 10px !important;
		padding: 13px 8px !important;
	}
	
	a.project-review {
        margin-bottom: 5px !important;
        width: auto;
    }
	
	a.delete-project.woocommerce-Button,a.project-review {
	    font-size: 11px !important;
        margin-bottom: 20px;
        display: inline-block;
        padding: 13px 7px!important;
    	text-align: center;
    	width: 100%;
    }
	


}

@media screen and (max-width:442px){

	.add-project-tocart {
        padding: 13px 10px !important;
    }

}


/*============================================================
    Responsive CSS END
===============================================================*/
