/*!
Theme Name: kueh
Theme URI: http://alpharages.com/
Author: alpharages
Author URI: https://alpharages.com
Description: Description
Version: 4.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kueh
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.

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


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

 html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: icomoon;
	src: url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svgicomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
	opacity: 1;
}

body {
	color: #474646;
	background: #fff;
	font: 16px/1.375 "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
	height: 100%;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "ZCOOL XiaoWei", "Times New Roman", Times, serif;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.2;
	color: #a21d2f;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: inherit;
}

h1,
.h1 {
	font-size: 35px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 25px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 20px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.listUnstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea{
	-webkit-appearance: none;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 99px;
	color: #9c9c9c;
	-webkit-transition: border .3s ease, background-color .3s ease;
	transition: border .3s ease, background-color .3s ease;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 35px;
	background-color: #eee;
	width: 100%;
	height: 46px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus{
	outline: none;
	box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #9c9c9c;
	font-size: 18px;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder{
	opacity: 1;
	color: #9c9c9c;
	font-size: 18px;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder{
	color: #9c9c9c;
	font-size: 18px;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #9c9c9c;
	font-size: 18px;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="url"].placeholder,
input[type="password"].placeholder,
textarea.placeholder{
	color: #9c9c9c;
	font-size: 18px;
}

textarea {
	resize: none;
	vertical-align: top;
	height: 253px;
	width: 100%;
	border-radius: 20px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

.listUnstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

[class^="icomoon-"],
[class*=" icomoon-"] {
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-minus:before {
	content: "\e900";
}

.icomoon-plus:before {
	content: "\e901";
}

.icomoon-up:before {
	content: "\e902";
}

.icomoon-right:before {
	content: "\e903";
}

.icomoon-left:before {
	content: "\e904";
}

.icomoon-down:before {
	content: "\e905";
}

.icomoon-call:before {
	content: "\e906";
}

.icomoon-facebook:before {
	content: "\e907";
}

.icomoon-hamburger:before {
	content: "\e908";
}

.icomoon-cart:before {
	content: "\e909";
}

.icomoon-Instagram:before {
	content: "\e90a";
}

.icomoon-reset:before {
	content: "\e90b";
}

.icomoon-bag:before {
	content: "\e90c";
}

.icomoon-magnify:before {
	content: "\e90d";
}

.icomoon-man:before {
	content: "\e90e";
}

#pageWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 100%;
}

.container {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 11px;
	padding-right: 11px;
	width: 100%;
}

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

.svgBg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.bgCover {
	background-size: cover;
	background-position: 50% 50%;
}

.textUppercase {
	text-transform: uppercase;
}

.textLowercase {
	text-transform: lowercase;
}

.fwLight {
	font-weight: 100;
}

.fwNormal {
	font-weight: 400;
}

.fwMedium {
	font-weight: 500;
}

.fwSemi {
	font-weight: 600;
}

.fwBold {
	font-weight: 700;
}

.fontBase {
	font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
}

.fontSerif {
	font-family: "ZCOOL XiaoWei", "Times New Roman", Times, serif;
}

.dBlock {
	display: block;
}

.btn {
	padding: 10px 10px;
	font-size: 16px;
	line-height: 1.2222222222;
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	text-align: center;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	border-radius: 99px;
	text-transform: uppercase;
}

.colsHolder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -11px;
	margin-right: -11px;
}

.colsHolder.justifyCenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.colsHolder .chCol {
	padding-left: 11px;
	padding-right: 11px;
}

.bgDanger {
	background-color: #c01230;
}

.textWhite {
	color: #fff;
}

#pageHeader{
	position: relative;
	z-index: 999;
	border: solid #c1986c;
	border-width: 0 0 5px;
	padding: 10px 15px;
}
#pageHeader .logo{
	max-width: 101px;
	transition: max-width 0.3s ease;
}

.fixedPosition #pageHeader .logo{
	max-width: 61px;
}

.menuOpener {
	color: #fff;
	font-size: 36px;
	position: absolute;
	right: 15px;
	line-height: 1;
	top: 38px;
	transition: color .3s ease, top 0.3s ease;
}

.fixedPosition .menuOpener{
	top: 18px;
}

.menuOpener:hover {
	color: #d0e8e9;
}

#pageHeader > .userActionsList{
	display: none;
}

.userActionsList {
	bottom: 0;
	left: 0;
	margin-left: -10px;
	margin-right: -10px;
	position: absolute;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	line-height: 1;
	justify-content: center;
	padding: 10px 0;
	background-color: #b00c28;
}

.userActionsList li {
	padding-left: 10px;
	padding-right: 10px;
}

.userActionsList li:last-child{
	/*display: none;*/
}

.userActionsList a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #fff;
	font-size: 23px;
}

.userActionsList a:hover {
	color: #d0e8e9;
}

.hdHolder .logo{
	display: none;
}

.hdHolder {
	width: 50vw;
	position: absolute;
	left: 0;
	top: 108px;
	z-index: 1;
	height: calc(100vh - 108px);
	background: url('images/NavBg.png') #a21d2f;
}

.fixedPosition .hdHolder{
	top: 75px;
	height: calc(100vh - 75px);
}
.hdHolder, .mainNavigation .sub-menu{
	transform:scaleX(0);
	transition: transform 0.2s ease;
	transform-origin: 0 0 0;
}

.hdHolder{
	transform: translateX(-600px);
	transition: transform 0.4s ease;
}

.menuActive .hdHolder,
.mainNavigation li.dropActive > .sub-menu{
	transform:scaleX(1);
}
.menuActive .hdHolder{
	transform: translateX(0);
}

#pageNav{
	margin-bottom: 20px;
}

.hdHolder .bg {
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 47px auto;
	opacity: .5;
	width: 100%;
	height: 100%;
}

.hdHolder .scrollWrap {
	padding: 10px 15px 80px;
	overflow-y: auto;
	max-height: 100%;
}

.mainNavigation > li.active > a,
.mainNavigation > li.hover > a {
	color: #fff;
}

.mainNavigation > li > a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #f3c89a;
	font-size: 18px;
	line-height: 1.2;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.mainNavigation > li > a:hover {
	color: #fff;
}

.socialWrap {
	margin-bottom: 25px;
	position: relative;
}

.socialWrap .headerHalalImg {
	display: block;
	max-width: 60px;
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -105px;
	transform: translateX(-50%);
}

.menuTitle {
	font-size: 16px;
	line-height: 1.1363636364;
	margin-bottom: 19px;
}

.hdSocialNetworks {
	line-height: 1;
	margin-left: -5px;
	margin-right: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hdSocialNetworks li {
	padding-left: 5px;
	padding-right: 5px;
}

.hdSocialNetworks a {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-size: 34px;
}

.hdSocialNetworks a:hover {
	color: #d0e8e9;
}

.hdSocialNetworks img{
	max-width: 30px;
	width: 40px;
}

.wsStorePlace {
	font-style: normal;
	font-size: 13px;
	line-height: 1.6666666667;
	margin-bottom: 16px;
}

.wspTitle {
	color: #f3c89a;
}

.wspTitle a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: inherit;
}

.wspTitle a:hover {
	color: #d0e8e9;
}

.widgetStores .menuTitle {
	margin-bottom: 7px;
}

.wspDescrList {
	margin: 0;
}

.wspDescrList dt {
	margin: 0;
}

.wspDescrList dd {
	margin: 0;
	display: block;
}

.mainNavigation > li.menu-item-has-children > a::after{
	content: '>';
	display: inline;
	margin-left: 3px;
}

.mainNavigation .sub-menu{
	list-style: none;
	margin: 0;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 50vw;
	background-color: #8ad3d9;
	padding-left: 12px;
	padding-right: 12px;
}

.mainNavigation .sub-menu .sub-menu{
	padding-top: 220px;
	left: 0;
	right: 0;
	width: 50vw;
	background-color: bisque;
	max-height: 100vh;
	overflow-y: auto;
}

.mainNavigation .sub-menu a{
	color: #ba0f2c;
	font-size: 18px;
	line-height: 1.1;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.closeNavbar{
	right: 10px;
	margin-top: -53px;
	position: absolute;
	width:20px;
	height:20px;
	display: none;
}
.closeNavbar a::after{
	content: "";
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	border:1px solid #c2976c;
		cursor: pointer;
	transform: rotate(45deg);
		border-radius: 50px;

}
.closeNavbar a::before{
	content: "";
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	border:1px solid #c2976c;
	cursor: pointer;
	transform: rotate(-45deg);
}
.submenuClose,.closeMenulast {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	margin-right: 10px;
	display: none;
}
.subMenuActive2 .closeMenulast{
	display: block;
}
.closeNavbar a{
	color:transparent !important;
}
.bgImageDiv{
	display:inline-block;
	width:100%;
	height:100vh;
	background-repeat:no-repeat !important;
	background-size:100% 100% !important;
	
}

/* Css For Pages */
.headingTitle {
	letter-spacing: 5px;
	font-size: 14px;
	margin-bottom: 20px;
}

.textMuddyWater {
	color: #be8c66;
}

.descriptionWrap {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-repeat: no-repeat;
}

.contentHolder,
.pemiumcols,
.ShopPlatterPage .productSinglePlatter .headerTitleArea,
.ShopPlatterPage .textHolder{
	padding-left: 20px;
	padding-right: 20px;
}

.alignHolder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: inherit;
	align-items: center;
}

.align {
	width: 100%;
}

.imgLeft {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 50vh;
}
.imgLeft > span{
	width: 100%;
}
.corpContentBlockImage{
	position: relative;
}
.corpContentBlockImage:after{
    top: 0;
    right: 0;
    left: 71px;
    content: "";
    width: 512px;
    height: 100vh;
	display: none;
    position: fixed;
    background-size: cover;
    background-image: url(https://kueh.stagingemphasis.com/wp-content/uploads/2024/08/new-corporatepage-image.jpg);
}
.mainHeading {
	font-size: 18px;
	line-height: 26px;
	color: #c1986c;
	letter-spacing: 0.05rem;
	z-index: 1;
}

.mainHeading p{
	margin-bottom: 25px;
}

.cfPostColumn {
	margin-bottom: 30px;
	text-align: center;
}

.cfPostColumn .imgHolder {
	margin-bottom: 20px;
}

.cfPostColumn h2 {
	color: #be8c66;
	font-size: 20px;
	margin-bottom: 17px;
}

.cfPostColumn p{
	margin-bottom: 0;
}

/* News & Media  */
.nmPostColumn {
	width: 100%;
	font-size: 14px;
	line-height: 23px;
	background-color: #f3f3f3;
	margin-bottom: 40px;
	text-align: center;
}

.nmPostColumn .introContent {
	padding: 27px 20px 24px;
	width:100%;
}

.nmPostColumn .introContent h4 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}
.page-template-NewsMedia .nmPostColumn .introContent h4 ,.page-template-NewsMedia .nmPostColumn .introContent{
	text-align: center;
}
.nmPostColumn .introContent h6 {
	color: #be8c66;
	font-size: 13px;
}

.nmPostColumn .imgHolder {
	width: 100%;
	height: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.page-template-NewsMedia .mainHeading{justify-content: center;flex-direction: column-reverse;align-items: center;}
.page-template-NewsMedia .mainHeading{text-align: center;}

/* Contact Page */
.page-template-contact .descriptionWrap{width: 100%;}
.mapFrame {
	width: 100%;
	height: 50vh;
	position: relative;
	flex-shrink: 0;
}
.mapFrame iframe {
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mainHeading .headingTitle {
	font-size: 14px;
	letter-spacing: 5px;
	color: #be8c66;
	margin-bottom: 5px;
}
.mainHeading h1 {
	margin-bottom: 25px;
}
.mainHeading h1 > span{
	color:#c01230;
}
.formCol,
.textareaGroup {
	padding-right: 12px;
	padding-left: 12px;
}

.formGroup{
	margin-bottom: 21px;
}

.formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.buttonHolder {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 0;
}

.contactHolder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.addressHolder {
	width: 100%;
	margin-top: -10px;
}

.addressHolder .addressInfo{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 16px;
}

.addressHolder .addressInfo h4 {
	font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

 .addressHolder .addressInfo p{
 	margin-bottom: 0;
 }

.mediaIcons {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
	font-size: 30px;
	margin-left: -35px;
}

.mediaIcons .iconStyle {
	margin-right: 20px;
	color: #c02032;
}

.imgHolder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
form.tellAbout{
	width:100%;
}
.contactHolder .tellAbout form input.btnPrimary{
	padding-left: 40px;
	padding-right: 40px;
	margin-right: -40px;
}

form.tellAbout a.btnPrimary{padding-left:25px;padding-right:25px;}
.page-template-contact .mainHeading{justify-content: space-between;padding-left:20px;}
.btnPrimary {
		border-color: #c01230;
		background-color: #c01230;
		color: #fff;
		padding-left:15px;
		padding-right:15px;
}
.btnPrimary:hover {
		color: #c01230;
		background-color: transparent;
}

/* Shop Page */
.viewAllProducts {
	display: none;
}
.viewAllProducts a{
	color: #b5b5b5;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0;
	transition: color 0.3s ease;
}

.viewAllProducts a:hover{
	color: #4a4a4a;
}

.slick-prev{
	display:none !important;
}

.slick-next{
	height: 53px;
	width: 13px;
	margin-right: -6px;
	position: absolute;
	right: 0;
	top: 50%;
	border: 0;
	transform: translateY(-50%);
	background-color: transparent;
	font-size: 0;
}
.slick-next::before{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100% ;
	height: 100%;
	background-image: url(/wp-content/uploads/2021/08/nextarrow.png);
	background-repeat: repeat;
	background-size: auto 100%;
	background-repeat:no-repeat;
	
}
.productHolder{
	background: #fff;
}
.productTitle h4{
	text-align: center;
	font-size:17px;
	font-weight: 500;
	color:#626262;
}
.productPrice{
	color:rgb(197,48,152);
	text-align: center;
	font-size: 25px;
	margin-top:0;
	margin-bottom: 10px;
}

.pqtyWrap{
	background-color:#5ad0bd;
	text-align: center;
	color: #fff;
	font-size: 20px;
	position: relative;
	display:flex;
	padding-left:18px;
	padding-right:18px;
	justify-content:center;
	margin: 12px -18px 0;
}
.pqtyWrap input{
	height: 56px;
	font-size: 32px;
	text-align:center;
	border:0;
	background:transparent;
	color:#fff;
	width:75% !important;
	padding: 10px 0;
}
.pqtyWrap button{
	font-size:36px;
	line-height: 0;
	background:transparent;
	border:none;
	color:#fff;
}
.sideCalculatorCol{
	-ms-touch-action: none; 
    touch-action: none !important;
	width:224px;
	display: flex;
	flex-direction:column;
	align-items:center;
	position:fixed;
	top:10%;
	right:40px;
	z-index: 9;
}

.close,
.move{
	width:47px;
	height:47px;
	font-size:28px;
	background-color:#c01230;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #fff;
	border-radius:100%;
	margin-bottom:11px;
	cursor:pointer;
}
.sideCalculator{
	background-color:#c01230;
	width:100%;
	color:#5ad0bd;
	text-align:center;
	padding: 20px 15px 30px;
	border-radius:300px;
	line-height: 1;
	font-size: 15px;
}
.sideCalculator .calculatorHolder >p{
	margin-bottom:0;
}
.sideCalculator .calculatorHolder i.fa-shopping-basket{
	font-size:34px;
}
.itemContent .icnRefresh{
	position: absolute;
	right: 15px;
	font-size: 20px;
	top: 4px;
	cursor: pointer;
}
.productTitle{
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}
.productPrice p{margin:0;}



/* New css  */
.productTitle{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.productPrice p{margin:0;}

/* Single Platter Css */
body.single-product{
	background-image:url('images/productBg.png');
	background-size: cover;
}
body.single-product .contentShopWrap .contentHolder .logo{
	display: none;
}
body.single-product .contentShopWrap .contentHolder:nth-of-type(1) .logo{
	display: block;
}
.productSinglePlatter .mainHeading h1>strong{
	margin-bottom:0;
	letter-spacing: 1px;
}
.productSinglePlatter .mainHeading hr.borderLine,
.mainHeading hr.borderLine{
	width: 180px;
	margin-left: 0;
	border:1px solid #be8c66;
}
.productSinglePlatter .mainHeading hr.borderLine{
	margin-left: auto;
	margin-right: auto;
}
.mainHeading hr.borderLine{
	width:155px;
	margin-top: 13px;
	margin-bottom: 0;
}
.headerTitleArea{
	margin-bottom: 55px;
	text-align: center;;
}
.incrementContent{
	display:flex;
	border:1px solid rgba(0,0,0,0.3);
	max-width:290px;
	padding:13px 8px;
	align-items: center;
	border-radius:99px;
	margin: 47px auto 0;
	position:relative;
	background-color: #fff;
	height: 60px;
}
.incrementContent button.minusProduct,
.incrementContent button.plusProduct{
	outline:none;
	border:none;
	font-weight:700;
	border-radius:50%;
	padding-top:0;
	padding-bottom:0;
	padding:0 14px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.incrementContent button.minusProduct_s,
.incrementContent button.plusProduct_s{
	width: 32px;
	height: 32px;
	font-size: 22px;
	outline:none;
	border:none;
	border-radius:100%;
	padding:0;
	line-height: 1;
	flex-shrink: 0;
	background-color: #a21d2f;
	color: #fff;
}
.incrementContent input{
	width:100%;
	background:transparent;
	border:0;
	padding:0 0 14px;
	text-align:center;
	font-size: 28px;
	height: 32px;
}
.incrementContent p{
	position:absolute;
	bottom:0;
	margin-bottom:-3px;
	font-size:14px;
	line-height: 2.2222222222;
	left:50%;
	margin-left:-35px;
}
.incrementContent .icMinus::before,
.incrementContent .icPlus::before{
	display: inline-block;
	vertical-align: top;
}
.incrementContent .icMinus::before{
	content: '-';
	font-size: 28px;
	margin-top: -5px;
}
.incrementContent .icPlus::before{
	content: '+';
	margin-top: -2px;
}
.singleplatterDivider{
	height:70px;
	border-left:2px solid #be8c66;
	position:relative;
	margin-top:50px;
	margin-left:2%;
	margin-right:2%;
}
.textHolder{
	font-size: 16px;
	line-height: 22px;
	display: none;
}
.productList{
	display:flex;
	flex-wrap:wrap;
}

.productList .prdouct{
	width:21%;
	margin:20px 15px;
}


.Banner{
		width:100%;
}
.Banner .slide{
		width:100%;
}
.Banner .sliderBanner ul.slick-dots,
.homePageBannerSlider ul.slick-dots{
		display:flex;
		justify-content:center;
		position: absolute;
		bottom:0;
		width:100%;
}
.Banner .sliderBanner ul.slick-dots li,
.homePageBannerSlider ul.slick-dots li{
	padding-left:15px;
	padding-left:15px;
	font-size:28px;
	color:#fff;
	cursor:pointer;
}
.Banner .sliderBanner li>button{
	display:none;
}

.homePageBannerSlider ul.slick-dots{
	z-index: 2;
}
.Banner .sliderBanner ul.slick-dots li.slick-active,
.homePageBannerSlider ul.slick-dots li.slick-active{
	color:#be8c66;
}
.Banner .slick-slide{
	padding-left:0;
	padding-right:0;
}

.popUpHolder{
	position:fixed;
	top:0;
	left:0;
	z-index: 9;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background:rgba(0,0,0,0.65);
	display:none !important;
	justify-content:center;
	/*align-items:center;*/
	padding-top: 50px;
	padding-bottom: 50px;
}
.popUpHolder.puhActive{
	display: flex !important;
}
.popUpContentCol{
	background:rgb(90,208,189);
	width: 100%;
	max-width:430px;
	padding:30px;
	border-radius:15px;
	position:relative;
	margin: auto;
}
.popUpHolder.popUperror{
	z-index: 1111;
}
.popUpHolder.popUperror + .sideCalculatorCol{
	z-index: 2222;
}
.popUpContentCol i{
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	margin-right:25px;
	margin-top:15px;
	cursor:pointer;
}
.popUpContent{
	color:#fff !important;
	text-align:center;
}
.popUpContent h1,.popUpContent h2{
	color:#fff;
}
.popUpContent p{
	line-height:2rem;
}
	
/* woocommerce dashboard */
.mo_btn-soundcloud{
	background-image:linear-gradient(to bottom,skyblue,skyblue) !important;
	background: skyblue !important;
	background-color: skyblue !important;
}
.accountColHolder .logo{
	position: absolute;
	right:0;
	margin-top:0px;
	display:block;
	width: 180px;
}
.page-template-myaccount{
	background:url('images/marble-bkg.png');
	background-size:cover;
	background-repeat:no-repeat;
}
.accountColHolder{
	margin-bottom: 27px;
}
.myAccount{
	margin-bottom: 22px;
}
.myAccount .userContent{
	color:#c49d72;
}
.myAccount .userContent p{
	line-height:1.5rem;
	margin-bottom:0;
	margin-top:10px;
}

.woocommerce .woocommerce-MyAccount-content{
padding-top: 50px;
padding-bottom: 50px;
float:none;
width: 100%;
max-width: 930px;
text-align: center;
margin-left: auto;
margin-right: auto;
color:#9c9a9a;
line-height: 2;
}
.woocommerce .woocommerce-MyAccount-content p{
	margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content a{
color: #c01230;
font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content a.woocommerce-button.button{
	background: #6ddecc;
	color: #fff;
	font-weight: 400;
	padding: 12px 10px;
	text-transform: uppercase;
	font-size: 14px;
	min-width: 112px;
	transition: background-color 0.3s ease;
	text-align: center;
}
.woocommerce .woocommerce-MyAccount-content a.woocommerce-button.button:hover{
	background-color: #78E7BE;
}
.woocommerce-orders .woocommerce-MyAccount-content{
	max-width: 992px;
}
.woocommerce-orders .woocommerce-MyAccount-content table thead tr th,.woocommerce-orders .woocommerce-MyAccount-content table tbody tr td{
	padding: 15px;
	color:#6e6e6e;
}
.woocommerce-orders .woocommerce-MyAccount-content table tbody tr td{
	font-weight: 500;
}
.woocommerce-orders .woocommerce-MyAccount-content table tbody tr:hover{
	background: #f1f1f1;
}
.woocommerce-orders .woocommerce-Button.button{
	background:#c01230;
	color:#fff;
	border:2px solid #c01230;
}
.woocommerce-orders .woocommerce-Button.button:hover{
	background:transparent;
	color:#c01230;
}


/* Account Detail Page */
.woocommerce-cart{
	background: url('images/checkoutBg.png');
}
.woocommerce-edit-account .woocommerce-MyAccount-content{
max-width:850px !important;
}
.woocommerce-EditAccountForm label{
text-align:left;
font-weight:500;
font-size:16px;
line-height:1.5;
}
.woocommerce-EditAccountForm input{
border-radius:0;
border:1px solid #bbbbbb;
background:transparent;
font-size:16px;
}
.woocommerce-EditAccountForm label>span{
color:#c1986c;
}

p.btnSubmitProfile{
text-align:right;
margin-top:50px;
}
p.btnSubmitProfile button{
border-radius:25px !important;
background:#a21d2f !important;
border:2px solid #c1986c !important;
color:#fff !important;
font-weight:700 !important;
padding: 16px 20px !important;
min-width: 170px;
color: #f2cda7;
font-size: 16px;
}
.woocommerce-account .woocommerce-error {
background: #fff;
color: #c01230;
text-align: center;
max-width: 550px;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
border-radius: 15px;
box-shadow: 0 0 10px;
}
.woocommerce-account .woocommerce-MyAccount-content a{
	color: #c1986c;
	font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover{
	color: #c01230;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a{
	color: #c01230;
	margin-bottom: 5px;
}
.woocommerce table.shop_table td.woocommerce-PaymentMethod--actions{
	text-align: right;
}
.woocommerce table.shop_table td.woocommerce-PaymentMethod--actions a{
	background: transparent;
	border: none;
	color: #c1986c;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active,.woocommerce .woocommerce-MyAccount-navigation ul li:hover{
background:none !important;	
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-last-child(1){
	border-right:0;
}
/* 	Account Details responsive */
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,.woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
	float:none;
	width:100%;
}
.woocommerce-edit-account .woocommerce-MyAccount-content{
	padding-left:20px;
	padding-right:20px;
}
/* Woocommerce cart */
.woocommerce-cart .woocommerce-notices-wrapper a.button{
	background:#c01230;
	color:#fff;
	border:2px solid #c01230;
	flex-direction:row;
}
.woocommerce-cart .woocommerce-notices-wrapper a:hover{
	background:transparent;
	color:#c01230;
}
.woocommerce-cart .shipping-calculator-button{
	color: #c01230;
}


.woocommerce-cart p.cart-empty.woocommerce-info,.woocommerce-cart p.return-to-shop{
	max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		border-top-color: #c1986c;
		color: #c1986c;
	text-align:center;
}
.woocommerce-cart p.cart-empty.woocommerce-info::before{
	color: #c1986c;
}
.woocommerce-cart p.return-to-shop{
	text-align: center;
}
.woocommerce-cart p.return-to-shop a{
	background:#c02032;
	color:#fff;
	border:2px solid #c02032;
	transition:0.4s;
}
.woocommerce-cart p.return-to-shop a:hover{
	background:transparent;
	color: #c02032;
}
.cartHeader.myAccount{
	display: flex;
	align-items: center;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	max-width: 290px;
}
.cartHeader.myAccount .userImage{
	border-radius: 100%;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
}
.cartHeader.myAccount .userImage img{
	width: 100%;
	border-radius: inherit;
}
.woocommerce-cart .cart-collaterals >.cart_totals{
	float: none;
	width: 100%;
}
.woocommerce-cart .woocommerce-cart-form table{
	border:none;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	overflow:hidden;
}
.woocommerce-cart .woocommerce-cart-form table thead>tr{
	background:#6ddecc;
	color:#fff;
}
.woocommerce-cart .woocommerce-cart-form table td.product-remove{
	color:#6f6f6f;	
}
.woocommerce-cart .woocommerce-cart-form table tbody tr,.cart_totals table.cart_total tr{
	background-color:#f6f6f6;
}
.woocommerce-cart table.cart.crtInfosTable > tbody > tr.woosb-item-parent:nth-child(even){
	background-color:#fff;
}
.woocommerce-cart .woocommerce-cart-form table tbody tr>td,.cart_totals table.cart_total tr>td{
	border:none;
}

.woocommerce-cart .woocommerce-cart-form table tbody>tr.woosb-item-child a{
color:#6f6f6f;	
}
.woocommerce-cart .woocommerce-cart-form table tbody tr:nth-last-child(1){
	background-color: transparent;
}
.cart_totals table.cart_total{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	overflow:hidden; 
	border:none;
}
.cart_totals table.cart_total tr.theading{
	background:#6ddecc;
	color:#fff;	
}
.cart_totals .wc-proceed-to-checkout{
display:flex;
justify-content:flex-end;
}
.woocommerce-cart .woocommerce-shipping-totals .select2-selection{
		height:36px;
		background:#fff;
		border:1px solid #c49d72;
}
.woocommerce-cart .woocommerce-shipping-totals input{

		background: #fff;
		border: 1px solid #c49d78;
		border-radius: 0;
		padding: 3px 15px;
	padding-bottom:5px;
}
.woocommerce-cart .woocommerce-shipping-totals button{
	background:#c01230;
	color:#fff;
	border:2px solid #c01230;
	font-weight:500;
}
.woocommerce-cart .woocommerce-shipping-totals button:hover{
	background:transparent;
	color:#c01230;
}
.checkOutLogo{
	text-align: right;
		margin-top: -50px;
		margin-bottom: 50px;
	margin-right: 50px;
}
/* popUpSearch */
.searchPopUp{
	position:fixed;
	background:rgba(0,0,0,0.5);
	width:100vw;
	height:100vh;
	justify-content:center;
	align-items:center;
	display:none;
	z-index: 99999;
}

.searchPopUp[style*="block"]{
	display: flex !important;
}
.searchPopUp .searchFormHolder{
	width:100%;
	max-width: 800px;
	padding:150px 50px;
	background:#5AD0BD;
	border-radius:25px;
	position:relative;
	margin:5% auto;
}
.searchPopUp .searchFormHolder i.fa-times{
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	margin-top:15px;
	margin-right:20px;
}
.searchPopUp .searchFormHolder .searchForm{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.searchPopUp .searchFormHolder .searchForm label{
	display: block;
	width: 100%;
}
.searchPopUp .searchFormHolder .searchForm input[type="search"]{
	width:100%;
}
.searchPopUp .searchFormHolder .searchForm input[type="submit"]{
	background-color: #c1986c;
	border: 1px solid #c1986c;
	padding: 11px 10px;
	font-size: 19px;
	color: #fff;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	border-radius: 99px;
	margin-top: 20px;
	min-width: 170px;
}
.searchPopUp .searchFormHolder .searchForm input[type="submit"]:hover{
	background-color: #d9966f;
	border-color: #d9966f;
	color: #fff;
}
/* Search Result Page */

.search-results ul,
.woocommerce-pagination ul.page-numbers {
	display:flex;
}
.search-results ul .page-numbers.current,
.woocommerce-pagination ul.page-numbers .page-numbers.current {
	color: white !important;
	background: #c1986c;
}
.search-results ul .page-numbers,
.woocommerce-pagination ul .page-numbers {
	color:grey;
	font-size:16px !important;
	border:1px solid #c1986c;
	border-radius:25px;
	display:flex !important;
	width:45px;
	height:45px;
	justify-content:center;
	align-items:center;	
	margin-left:5px !important;
	margin-right:5px !important;
}
.search-results ul .page-numbers:hover,
.woocommerce-pagination ul .page-numbers:hover {
	color:#a21d2f !important;
}

.woocommerce-pagination ul {
	border: 0 !important;
}

.woocommerce-pagination ul > li {
	border-right: 0 !important;
}

/* 404 page */
.error404 main{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:150px;
}
.error404 header{
	text-align:center;
	text-transform:capitalize;
}
.error404 .error-404{
	text-align:center;
}
.error404 .error-404 form input[type="submit"]{
	margin-top:25px;
	background:transparent;
	border:2px solid #a21d2f;
	color:#a21d2f;
	padding:10px 30px;
	transition:0.4s;
}
.error404 .error-404 form input[type="submit"]:hover{
	background:#a21d2f;
	color:#fff;
}

/* 9/7/2021 */

/* checkout pages css */
.woocommerce-billing-fields .btnGroupNav{
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	padding:30px;
}
.btnGroupNav .nextBtn:hover{
background:transparent;
color:#c01230;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .btnGroupNav .nextBtn{
margin-left:15px;
}

.checkout-flexible-kueh{
	position:relative;
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
}
.checkout-form-sidebar ul li a{
color:gray;
}
.checkout-form-sidebar ul li a.active,.checkout-form-sidebar ul li a:hover{
color:#c01230;
}

.checkout-flexible-kueh .checkout-form form,
.woocommerce-order{
border-top-left-radius:15px;
border-top-right-radius:15px;
overflow:hidden;
width:100%;	
background:#f6f6f6;
margin-bottom: 20px;
}
.checkout-flexible-kueh .shipping_address .shipping_addresses_container .address_container_shipping{
width: 100%;
margin: 0;
display: flex;
align-items: center;
padding-left:15px;

}
.checkout-flexible-kueh input[type="text"],
.checkout-flexible-kueh input[type="email"],
.checkout-flexible-kueh input[type="tel"],
.checkout-flexible-kueh select,
.checkout-flexible-kueh span.select2-selection,.remarksWrapper textarea{
border:2px solid #be8c66;
background:#fff;
font-size:16px;
}
.checkout-flexible-kueh span.select2-selection{
padding:10px;
height:50px;
border-radius:25px;
}
.checkout-flexible-kueh .select2-selection__arrow{
margin-top:10px;
margin-right:10px;
}
.form-row label,.form-3rd-row label,.checkout-flexible-kueh form .form-row-wide label, .remarksWrapper label{
font-weight:500;
color:#333 !important;
font-size:16px;
padding-left:15px;
}
.remarksWrapper{
clear:both;
}
.remarksWrapper{clear:both;}
.remarksWrapper textarea{
height:8em !important;
}
/* Shipping Details */

.headingShipping h3{
border-top-left-radius:15px;
border-top-right-radius:15px;
}

.surpriseType label{
width:82%;
position:relative;
height:100px;
}

.occationType .select2{
width:100% !important;
}
.optionalItem{
padding-top:42px !important;
}
.yearAdditional{
width:100%;
display:flex;
justify-content:flex-end;
margin-bottom:30px !important;
}
.yearAdditional span.select2{
width:50% !important;
}
.greetingTxt textarea,.Instruction textarea{
background:#fff;
height:7em !important;
}

div.ui-timepicker-wrapper{
width:14.6em;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td{
border:none;
}
.woocommerce-checkout-payment{
background:transparent !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
background:transparent;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
border:none !important;
}
.woocommerce-checkout-payment .wc-stripe-elements-field{
border:2px solid #be8c66;
padding:15px;
}
.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label{
color:#969696 !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li{
font-weight:700 !important;
color:#838383;
} 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box.payment_method_stripe p{
color:#969696;
font-weight:400;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row-first label,.woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row-last label,.woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row-wide label{
color:#6f6f6f !important;
font-weight:700;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-privacy-policy-text a,
.woocommerce-checkout #payment div.payment_box p a{
color:#be8c66;
}
.woocommerce-form-coupon-toggle{
max-width:992px;
margin-left:auto;
margin-right:auto;

} 

.woocommerce-checkout .woocommerce-form-login{
	max-width: 550px;
	margin: 0 auto !important;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.woocommerce-checkout .woocommerce-form-login input{
	background: transparent;
	border: 2px solid #c1986c;

}
.woocommerce-checkout .mo-openid-app-icons{
	display: none;
}
.woocommerce-checkout .woocommerce-form-login button{
	background: #c01230;
	color: #fff;
	border: 2px solid #c01230;
}
.woocommerce-checkout .woocommerce-form-login button:hover{
	background: transparent;
	color: #c01230;
}
.woocommerce-checkout .woocommerce-form-login p.lost_password{
	text-align: center;
}
.woocommerce-checkout .woocommerce-form-login p.lost_password a{
	text-align: center;
	color: #c1986c !important;
}
.woocommerce-checkout .woocommerce-form-login p.lost_password a:hover{
	color: #c01230 !important;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info{
	margin-bottom: 0 !important;
}
.optionalItem span{
	display: block;
	margin-top: -30px;
	margin-bottom: 15px;
}

.cart_totals.calculated_shipping .woocommerce-shipping-calculator .select2-selection{
	border: 1px solid #c49d72;
height: 35px;
}
.place-order{
	padding-bottom: 0;
}
.checkout-form-sidebar ul li a{
	display:flex !important;
	align-items:center;
}
.checkout-form-sidebar ul li a span{
		border: 1px solid #be8c66;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		display: inline-block;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right:5px;
}
.checkout-form-sidebar ul li a.active span{
	background:#c01230;
	color:#fff;
}
.checkout-form-sidebar ul{
	display: none;
	position:relative;
	list-style:none;
	margin: 0;
	padding: 0;
	justify-content: center;
}
.woocommerce-view-order .woocommerce-table--order-details thead th,.woocommerce-view-order .woocommerce-table--order-details tbody td,.woocommerce-view-order .woocommerce-table--order-details tfoot th{
	padding: 15px;
}
.woocommerce-view-order .woocommerce-table--order-details tfoot th{
	font-weight: 500 !important;
	color: #333;
}
.woocommerce-view-order .woocommerce-table--order-details tfoot td{
	font-weight: 400 !important;
}
.woocommerce-view-order .woocommerce-table--order-details tbody td a,.woocommerce-view-order .woocommerce-table--order-details tbody td{
	font-weight: 500;
}
.woocommerce-view-order .woocommerce-column--billing-address address,.woocommerce-view-order .woocommerce-column--shipping-address address{
	border: 1px solid #f3c89a;
	color: #333;
	padding: 25px;
	background: #fff;
	box-shadow:0 0 10px rgba(250, 250, 250,1) ;
	transition: 0.4s;
	transform:scale(1);
}
.woocommerce-view-order .woocommerce-column--billing-address address:hover,.woocommerce-view-order .woocommerce-column--shipping-address address:hover{
	box-shadow: 0 0 10px #f3c89a;
	transform:scale(1.01);
}
.woocommerce-payment-methods a.button{
	background-color: #c01230;
	color: #fff;
	border: 2px solid #c01230;
}
.woocommerce-payment-methods a.button:hover{
	background: transparent;
	color: #c01230;
}


/* checkout pages css */
.woocommerce-checkout,
.woocommerce-account{
	background-image:url('images/checkoutBg.png');
	background-size:cover;
	background-position: 50% 50%;
}
.woocommerce-billing-fields .btnGroupNav{
	padding-left: 20px;
	padding-right: 20px;
}
.btnGroupNav .nextBtn,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,.woocommerce-page #payment #place_order2,
.back_dahboard,
.comments-area .form-submit input[type="submit"]{
	background-color:#c02032;
	border:2px solid #c02032;
	color:#fff;
	font-size: 16px;
	line-height: 1;
	padding: 16px 15px;
	text-transform: uppercase;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	text-align: center;
	border-radius:99px;
	min-width: 120px;
	display:inline-block;
	font-weight:800;
}
.btnGroupNav .nextBtn::after,
.woocommerce #payment #place_order::after, .woocommerce-page #payment #place_order::after,.woocommerce #payment #place_order2::after, .woocommerce-page #payment #place_order2::after,
.back_dahboard::after{
	display: inline-block;
	border:  solid currentcolor;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	content: '';
	vertical-align: -3px;
	margin-left: 2px;
	margin-right: -17px;
	width: 17px;
	height: 17px;
}
.btnGroupNav .nextBtn:hover,
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,.woocommerce #payment #place_order2:hover, .woocommerce-page #payment #place_order2:hover,
.back_dahboard:hover,
.comments-area .form-submit input[type="submit"]:hover{
	background-color: #AD235F;
	border-color: #AD235F;
	color:#fff;
}
.btnGroupNav .prevBtn{
	color:#c01230;
	transition: color 0.3s ease;
	font-size: 16px;
	font-weight:700;
	text-transform: uppercase;
	display:inline-block;
}
.btnGroupNav .prevBtn:hover{
	color: #AD1B5E;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .btnGroupNav{
	display:flex;
	flex-direction:row-reverse;
	padding:30px;
	margin-left:auto;
	align-items: center;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .btnGroupNav{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .btnGroupNav .nextBtn,
.sddFieldsWrap + .btnGroupNav .nextBtn{
	margin-left:30px;
}

.checkout-form-sidebar ul li a{
	color:gray;
}
.checkout-form-sidebar ul li a.active,.checkout-form-sidebar ul li a:hover{
	color:#c01230;
}


.checkout-flexible-kueh .checkout-form{
	width:100%;
}
.checkout-flexible-kueh .checkout-form form,
.woocommerce-order{
	border-radius: 10px;
}
.checkout-flexible-kueh .checkout-form .col-1.billing_detail_btn h3,.headingShipping h3,
.extra_order_notes h3,
.order_review_section h3,
.woocommerce-order h3{
	background-color:#5ad0bd;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:5px;
	padding:15px;
	font-size: 20px;
}
.checkout-flexible-kueh input[type="text"]::-moz-placeholder,
.checkout-flexible-kueh input[type="email"]::-moz-placeholder,
.checkout-flexible-kueh input[type="tel"]::-moz-placeholder{
	font-size: 16px !important;
	color: #b0b0b0 !important;
}
.checkout-flexible-kueh input[type="text"],
.checkout-flexible-kueh input[type="email"],
.checkout-flexible-kueh input[type="tel"],
.checkout-flexible-kueh select,
.checkout-flexible-kueh span.select2-selection,
.bdFormCol textarea,
.extFildsInnerWrap .form-row .input-text,
.variations_form .variations select,
.woocommerce form .woocommerce-input-wrapper input.input-text {
	border:2px solid #c9a680;
	background:#fff;
	font-size:16px !important;
	border-radius: 10px;
	height: 45px;
	padding-left: 14px;
	padding-right: 14px;
	color: #4b4b4b;
}

.woocommerce form .woocommerce-invalid input.input-text{
	border:2px solid #c9a680;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding: 0;
}

.checkout-flexible-kueh .select2-selection__arrow{
	margin-top: 0 !important;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text{
	border:2px solid #c9a680;
}

.woocommerce-additional-fields{
	display: flex;
	justify-content: flex-end;
}

.variations_form .variations select {
	cursor: pointer;
	margin-left: 25px;
}

.variations_form .variations tbody tr .label,
.variations_form .variations tbody tr .value{
	padding-bottom: 25px;
}

.variations_form .variations tbody tr .value a.reset_variations {
	color: #c01230;
	transition: color 0.3s ease;
	margin-left: 10px;
}

.woocommerce-cart table.cart.crtInfosTable tbody td.product-name a {
	display: block;
	color: #4b4b4b;
	font-weight: 700;
	margin-bottom: 10px;
}

.woocommerce-cart table.cart.crtInfosTable tbody td.product-name span {
	font-size: 14px;
	line-height: 18px;
	color: #656565;
	font-weight: 700;
}

.variations_form .variations tbody tr .value a.reset_variations:hover {
	color: #000;
}

.woocommerce form .form-row.bdFormCol textarea{
	height: 116px;
}
.checkout-flexible-kueh span.select2-selection{
	padding:10px 14px;
	height:45px;
	border-radius:10px;
}
.checkout-flexible-kueh .select2-selection__arrow{
	margin-top:10px;
	margin-right:10px;
}
.form-row label,.form-3rd-row label,.checkout-flexible-kueh form .form-row-wide label, .remarksWrapper label,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
.comment-form-cookies-consent,
.comment-form-cookies-consent, .comment-form p > label{
	font-weight:700;
	color:#656565 !important;
	font-size:13px;
	padding-left:5px;
}
.comment-form-cookies-consent,
.comment-form-cookies-consent, .comment-form p > label{
	line-height: 1.2;
}
.remarksWrapper{
	clear:both;
}
.remarksWrapper{clear:both;}
.remarksWrapper textarea{
	height:8em !important;
}
/* Shipping Details */

.headingShipping h3{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.occationType .select2{
	width:100% !important;
}
.woocommerce-additional-fields__field-wrapper{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	padding-bottom:40px;
}
.optionalItem{
	padding-top:42px !important;
}
.yearAdditional{
	width:100%;
	display:flex;
	justify-content:flex-end;
	margin-bottom:30px !important;
}
.yearAdditional span.select2{
	width:50% !important;
}
.greetingTxt textarea,.Instruction textarea{
	background:#fff;
	height:7em !important;
}
div.ui-timepicker-wrapper{
	width:14.6em;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table,
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border:0  !important;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td{
	border:0;
}
.woocommerce-checkout-payment{
	background:transparent !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background:transparent;
}
.woocommerce-checkout-payment .wc-stripe-elements-field{
	border:2px solid #be8c66;
	padding:15px;
	margin: 0;
}
.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label{
	color:#969696 !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li{
	font-weight:700 !important;
	color:#838383;
} 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box.payment_method_stripe p{
	color:#969696;
	font-weight:400;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row-first label,.woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row-last label,.woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row-wide label{
	color:#6f6f6f !important;
	font-weight:700;
}
.woocommerce-form-coupon-toggle{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.cart_totals.calculated_shipping .woocommerce-shipping-calculator .select2-selection{
	border: 1px solid #c49d72;
height: 35px;
}
.place-order{
	padding-bottom: 0;
}
.order_review_section{
	padding-bottom: 45px;
	position: relative;
}
.checkout-form-sidebar ul li{
	display:flex;
	align-items:center;
	font-size: 14px;
	line-height: 19px;
	color: #656565;
	margin-bottom: 36px;
}
.checkout-form-sidebar ul li + li{
	margin-left: 10px;
}
.checkout-form-sidebar ul li span{
	border: 3px solid #be8c66;
	border-radius: 50%;
	width: 40px;
	flex-shrink: 0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:10px;
	background-color:#f8f7fb;
	font-size: 18px;
	line-height: 1;
	font-weight:700;
}
.checkout-form-sidebar ul li.active{
	font-weight: 700;
	color: #c01230;
}
.checkout-form-sidebar ul li.active span{
	background-color:#c01230;
	color:#fff;
}

/* addresses myaccount*/

.woocommerce-edit-address .woocommerce-address-fields label{
	text-align:left;
}
.woocommerce-edit-address .woocommerce-address-fields input{
	background:#fff;
	border:2px solid #c1986c;
	font-size:16px;
}
.woocommerce-edit-address .woocommerce-address-fields .select2-container .select2-selection--single{
	height:46px !important;
	border-radius:25px;
		background:#fff;
	border:2px solid #c1986c;
	font-size:16px;
}
.woocommerce-edit-address .woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered{
	line-height:38px;
	text-align:left;
	padding-left:30px;
}
.woocommerce-edit-address .woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__arrow{
	margin-top:7px !important;
	margin-right:5px;
}
.woocommerce-edit-address .woocommerce-address-fields button,
.woocommerce-add-payment-method #add_payment_method button{
	background:#c01230 !important;
	color:#fff;
	border:2px solid #c01230 !important;
	transition:0.4s;
	margin-top:40px;
}
.woocommerce-edit-address .woocommerce-address-fields button:hover,
.woocommerce-add-payment-method #add_payment_method button:hover{
	background:#AD1B5E !important;
	color:#fff;
}
.woocommerce-edit-address .woocommerce-address-fields .form-3rd-row{
	width:31%;
}
.woocommerce-add-payment-method #add_payment_method .wc-stripe-elements-field{
	border:2px solid #c1986c;
	padding:15px;
}
.woocommerce-add-payment-method #add_payment_method button{
	margin-top:0;
}

/* checkout Coupon */
form.checkout_coupon.woocommerce-form-coupon{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding:15px 25px;
	border:none;
	box-shadow:0 0 10px #be8c66;
}
form.checkout_coupon.woocommerce-form-coupon .form-row-first{
	width:70%;
}
form.checkout_coupon.woocommerce-form-coupon .form-row-first input{
	border:1px solid #be8c66 !important;
	background:transparent;
	padding:6px 15px;
	border-radius: 99px !important;
}

form.checkout_coupon.woocommerce-form-coupon .form-row-last{
	width:27%;
	text-align:right;
}
form.checkout_coupon.woocommerce-form-coupon .form-row-last button{
		background:#c01230;
		color:#fff;
	border:2px solid #c01230;

}
form.checkout_coupon.woocommerce-form-coupon .form-row-last button:hover{
	background:transparent;
	color:#c01230;
	
}

/* Login */
.accTitle h2,
.accTitle .h2{
	margin-bottom: 0;
}
header.accTitle{
	color:#c1986c;
	font-size: 19px;
	text-align: center;
}
header.accTitle p{
	margin-bottom: 0;
}
header.accTitle p.subTitle{
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 14px;
}
.woocommerce-form-login.login{
	margin-top: 0 !important;
}
.woocommerce-form-login.login br{
	display: none;
}
.woocommerce-form-login.login label{
	display: none;
}
.woocommerce-form-login.login button,
.woocommerce-lost-password form.lost_reset_password button{
	margin:0  auto !important;
	display: block;
	float: none !important;
}

.woocommerce-account .col-1 form,.woocommerce-account .col-2 form{
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
.woocommerce-account .col-1 form label,.woocommerce-account .col-2 form label,.woocommerce-lost-password form.lost_reset_password label{
	color:#c01230 !important;
}
.woocommerce-account .col-1 form input,.woocommerce-account .col-2 form input,.woocommerce-lost-password form.lost_reset_password input{
	background:#fff;
	border:1px solid;
	height: 60px;
}
.woocommerce-account .col-1 form .mo-openid-app-icons p{
	display: none;
}
.woocommerce-account .col-1 form label.woocommerce-form-login__rememberme{
	display:none;
}
.woocommerce-account .col-1 form .mo-openid-app-icons ~ .form-row{
	display:flex;
	flex-direction:column-reverse;
	justify-content:center;
	align-items:center;
}
.woocommerce-form.woocommerce-form-login.login a.woocommerce-LostPassword.lost_password{
	position: absolute;
	right: 20px;
	top: 13px;
	font-size: 16px;
	color: #9c9c9c;
}
.woocommerce-form.woocommerce-form-login.login a.woocommerce-LostPassword.lost_password:hover{
	color:#c01230;
}
.woocommerce-form.woocommerce-form-login.login span.show-password-input::after{
	display: none;
}
.woocommerce-account .col-1 form .lost_password,.woocommerce-account .col-1 form p.new_register{
text-align:center;
}
.woocommerce-account .col-1 form p.lost_password a,.woocommerce-account .col-1 form p.new_register a{
	color:#c1986c;
}
.woocommerce-account .col-1 form p.lost_password a:hover,.woocommerce-account .col-1 form p.new_register a:hover{
	color:#c01230;
}
.woocommerce-account .col-2 form a{
	color:#c01230;
}
.woocommerce-account .col-2 form button{
		margin:25px auto !important;
		width:100%;
}
.woocommerce-account .col-2 form p.new_register{
	text-align:center;
}
.woocommerce-lost-password form.lost_reset_password{
	max-width:500px;
	margin:25px auto;
	padding-top:150px;
} 
.woocommerce-lost-password form.lost_reset_password input{
	width:100%;
}
.woocommerce-lost-password form.lost_reset_password .form-row-first{
	width:100%;
}
.woocommerce-lost-password form.lost_reset_password button{
	margin-top:30px !important;
}
.homePageBanner{
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.leftColDetails{
	text-align:center;
}
.homeBanner{
	width:100%;
	height: 278px;
}
.homeBanner img{
	width:100%;
}

.contentWrap .align{
	padding-top: 35px;
	padding-bottom: 35px;
}

.mhLogoWrap{
	max-width: 122px;
	position: absolute;
	right: 30px;
	top: 22px;
	/*z-index: -1;*/
	display: none;
	pointer-events: none;
}

.mhLogoWrap a{
	pointer-events: auto;
}

.btn.devBtnFlat{
	border-radius: 0;
}

.btn.btnRounded{
	border-radius: 99px;
}

.devBtnPrimary{
	background-color: #cb339c;
	border-color: #cb339c;
	color: #fff;
}

.devBtnPrimary:hover{
	background-color: #d12de3;
	border-color: #d12de3;
	color: #fff;
}

.devBtnSecondary{
	background-color: #c1986c;
	border-color: #c1986c;
	color: #fff;
}

.devBtnSecondary:hover{
	background-color: #d9966f;
	border-color: #d9966f;
	color: #fff;
}

.devBtnDanger{
	background-color: #c01230;
	border-color: #c1986c;
	color: #fff;
}

.devBtnDanger.dbdAlter{
	border-color: #c01230;
}

.devBtnDanger:hover{
	background-color: #d61d09;
	border-color: #c1986c;
	color: #fff;
}

.devBtnInfo{
	background-color: #5087c0;
	border-color: #5087c0;
	color: #fff;
}

.devBtnInfo:hover{
	background-color: #4fb4d6;
	border-color: #4fb4d6;
	color: #fff;
}

.devBtnDangerOutline{
	background-color: #fff;
	border-color: #d61d09;
	color: #c1986c;
}

.devBtnDangerOutline:hover{
	background-color: #d61d09;
	border-color: #d61d09;
	color: #fff;
}

.devBtnPrimaryOutline{
	background-color: #fff;
	border-color: #c1986c;
	color: #c1986c;
}

.devBtnPrimaryOutline:hover{
	background-color: #c1986c;
	border-color: #c1986c;
	color: #fff;
}

.devBtnIcn{
	font-size: 30px;
	margin-right: 15px;
	vertical-align: -7px;
}

.fontMont{
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.btn.btnSzMedium{
	padding: 12px 23px;
}

.slkButtonsWrap{
	display: none;
}

.slickArrowv1{
	border-radius: 100%;
	color:  #7a7a7a;
	font-size: 14px;
	border:  1px solid #7a7a7a;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.slickArrowv1.slick-disabled{
	border-color: #c3c9d0;
	color: #c3c9d0;
	pointer-events: none;
}

.btnsWrap{
	display: flex;
	flex-wrap: wrap;
	margin: 30px -15px 0;
	justify-content: center;
}

.btnsWrap .btn{
	margin: 0 15px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn.bdr4{
	border-width: 4px;
}

.colsHolder.sliderCols{
	display: block;
}


.sliderCols .chCol12{
	width: 100%;
}

.leftColDetails .align{
	padding: 30px 15px;
}

.homePageBanner h1,
.homePageBanner .h1{
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 15px;
}

.pageLogo{
	margin: 0 auto 24px;
	max-width: 150px;
	display: none;
}

.btn.devBtnSzSmall{
	padding: 6px 20px;
	letter-spacing: 1px;
}

.mainHeading.mhFzMedium{
	font-size: 19px;
	line-height: 32px;
	letter-spacing: 0;
}

.corpContentBlock.contentWrap h1,
.corpContentBlock.contentWrap .h1{
	margin-bottom: 8px;
}

.mhMaxterWrap{
	max-width: 660px;
}

.corpContentBlock.contentWrap .mainHeading{
	margin-bottom: 26px;
}

.devBtnDangerOutline.dbgoAlter{
	border-color: #c1986c;
}

.btn.devBtnLarge{
	padding: 13px 29px;
	border-width: 6px;
	font-size: 17px;
}

.ccbBtnsWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 42px -16px 40px;
}

.ccbBtnsWrap .btn{
	margin: 0 13px 20px;
}

.fwXtraBold{
	font-weight: 800;
}

.newsBlock .mainHeading{
	color: #6b6b6b;
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 23px;
}

.newsBlock .mainHeading h1,
.newsBlock .mainHeading .h1{
	margin-bottom: 16px;
}

.newsBlock .chCol6{
	width: 100%;
}

.nmPostColumn p{
	margin-bottom: 0;
}

.devBtnInfo.dbiAlter{
	background-color: #8ed9df;
	border-color:  #8ed9df;
	color:  #2f7c82;
}

.devBtnInfo.dbiAlter:hover{
	background-color: #81e5d8;
	border-color:  #81e5d8;
	color:  #2f7c82;
}

.btn.textCapitalize{
	text-transform: capitalize;
}

.btn.devBtnSzXtraSmall{
	font-size: 12px;
	padding: 7px 10px;
	letter-spacing: 1.6px;
}

.nmPostColumn .btn{
	margin-top: 17px;
	min-width: 147px;
}

.contactBlock .mainHeading{
	margin-bottom: 35px;
}

.contactBlock .mainHeading h1{
	margin-bottom: 13px;
}

.contactBlock .chCol{
	width: 100%;
	margin-bottom: 30px;
}

.contactBlock .formCol,
.contactBlock .formCol12{
	width: 100%;
}

.contactBlock .wpcf7 .ajax-loader{
	position: absolute;
	right: 0;
	top: 0;
}

.contactBlock .btn{
	order:  2;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	border-color:  #c01230;
	background-color:  #c01230;
	color:  #fff;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip{
	font-size: 14px !important;
	line-height: 18px !important;
}

.cswShopLogo{
	display: none;
}

.chTermWrap .mainHeading h1,
.chTermWrap .mainHeading .h1,
.productSinglePlatter .mainHeading h1,
.productSinglePlatter .mainHeading .h1{
	margin-bottom: 0;
}

.contentShopWrap .align{
	padding-top: 26px;
}

.chTermWrap .mainHeading{
	margin-bottom: 24px;
	position: relative;
}

.chTermWrap .mainHeading h1 > span,
.productSinglePlatter h1 > span{
	color: #be8c66;
}

.headingTitle.htFzMedium{
	font-size: 15px;
	letter-spacing: 10px;
	margin-bottom: -2px;
}

.h1FzMedium{
	font-size: 30px;
}

.chTermWrap .colsHolder{
	margin-left: -11px;
	margin-right: -11px;
}

.chTermWrap .colsHolder .chCol{
	padding-left: 11px;
	padding-right: 11px;
}

.productContent{
	margin-bottom: 36px;
	background-color: #fff;
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
}

.productContent.extraBottom{
	margin-bottom: 40px;
}

.productContent h4,
.productContent .h4{
	font-size: 17px;
	line-height: 19px;
	color: #626262;
	margin-bottom: 10px;
}

.productContent h5,
.productContent .h5{
	font-size: 30px;
	margin-bottom: 0;
	color: #c53098;
	line-height: 1;
}

.proudctImage{
	margin: 0 -18px 4px;
	position: relative;
	width: calc(100% + 36px);
	padding-top: 95%;
	position: relative;
}

.proudctImage img{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.platterLink{
	color: #008aff;
	transition: color 0.3s ease;
}

.platterLink:hover{
	color: #00B1FF;
}

.pcdrBtnWrap{
	margin: 11px -18px 0;
}

.pcdrBtnWrap .btn{
	display: block;
	width: 100%;
	border-radius: 0;
}

.btnGroupCal .btn{
	text-transform: none;
	font-size: 19px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	width: 100%;
	max-width: 150px;
	margin: 0 auto 14px;
}

#toggleCalculator.tcActive .icnOpener::before{
	content: 'X';
	font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	vertical-align: 7px;
}

.chcalIcn{
	font-size: 30px;
	margin-bottom: 11px;
}

.chcalIcn,
.ttTitle,
.ttcalcTotalPrice{
	color: #fff;
}

.ttTitle{
	margin-bottom: 7px;
	font-size: 13px;
}

.ttcalcTotalPrice{
	font-size:38px;
	margin-bottom: 10px;
}

.sideCalculator p{
	margin-bottom: 9px;
}

.itemContent{
	background-color: #fff;
	color:#c01230;
	justify-content: center;
	align-items:center;
	border-radius:99px;
	position:relative;
	height: 27px;
	display: flex;
	align-items: center;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 7px;
}

.sideCalculator p.itemNumber{
	margin-bottom: 0;
}

.itemNumber{
	font-size:26px;
	text-align: center;
	font-weight:700;
	line-height: 1;
}

.btnGroupCal{
	margin-top: 12px;
}

a.reset{
	transition: color 0.3s ease;
	color:#fff;
	display: none !important;
	margin-left: 22px;
	display: inline-block;
	vertical-align: top;
}

a.reset:hover{
	color: inherit;
}

a.reset i{
	font-size: 25px;
	margin: 0 8px;
	vertical-align: -5px;
}

.leErrorMsg{
	text-shadow: 0 0 3px rgba(255,255,255,0.7);
	font-size: 15px;
}

.prdctsHolder .chCol3{
	width: 100%;
}

.CatProducts .prdctsHolder .chCol3 {
	width: 100%;
}

.prdctsHolder .chCol12{
	width: 100%;
}

.sbprdctImage{
	width: 100%;
	height: 156px;
}

.logoHolder{
	display: none;
	max-width: 196px;
	flex-shrink: 0;
	margin-right: 30px;
}

.productSinglePlatter.contentHolder{
	padding-top: 25px;
	padding-bottom: 25px;
}

.titleHolder{
	padding-top: 12px;
	margin-right: 14px;
}

.singlePlatterSubtitle{
	font-size: 17px;
	line-height: 22px;
	margin-top: 15px;
}

.platterIncrementHolder{
	position: relative;
}

.addToCart_disabled{
	opacity: 0.8 !important;
	pointer-events: none !important;
}

.wooAreaWrap{
	width: 100%;
	overflow: hidden;
}

.wooAreaWrap > .woocommerce{
	position: relative;
	max-width: 1538px;
	padding: 34px 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wooAreaWrap > .woocommerce::after{
	content: '';
	clear: both;
	display: block;
}

.achLogoWrap{
	display: none;
	right: 25px;
	top: 25px;
	position: absolute;
	max-width: 170px;
}

.usrTitle{
	font-size: 14px;
	line-height: 1;
	color: #be8c66;
	margin-bottom: -2px;
}

.userContent h1,
.userContent .h1{
	margin-bottom: 0;
	text-transform: capitalize;
}
.woocommerce-cart .woocommerce-notices-wrapper{
		max-width: 900px;
		margin: 0 auto;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message{
	display: flex;
	justify-content: space-between;
	flex-direction:row;
}
.woocommerce-info, .woocommerce-message{
border-top:none !important;
background: transparent;
color:#333;
}
.woocommerce-info::before, .woocommerce-message::before{
	display: none;
}
.woocommerce-info a, .woocommerce-message a{
color:#be8c66;
}
.woocommerce-info, .woocommerce-message{
border-top:none !important;
background: transparent;
}
.woocommerce-info::before, .woocommerce-message::before{
	display: none;
}
.woocommerce-info a, .woocommerce-message a{
color:#be8c66;
}

.woocommerce-cart .woocommerce-notices-wrapper{
	display: none !important;
}

.wooBreadcrumbs{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #afafaf;
	font-size: 10px;
	line-height: 1;
	margin-bottom: 26px;
}

.wooBreadcrumbs li.active{
	color: #656565;
}

.wooBreadcrumbs li + li::before{
	padding-left: 3px;
	padding-right: 3px;
	content: '>';
	display: inline;
}

.crtColsWrap{
	justify-content: flex-end;
}

.crtColsWrap .chCol8{
	width: 100%;
}

.crtColsWrap .chCol4{
	width: 100%;
}

.woocommerce-cart table.cart thead th,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table .theading th{
	font-family: "ZCOOL XiaoWei", "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

.woocommerce a.remove{
	font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 700 !important;
	color: #656565 !important;
	width: auto !important;
	height: auto !important;
	font-size: 16px !important;
	line-height: 1 !important;
}

.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail{
	display: none !important;
}

.woocommerce-cart table.carttr.woosb-item-parent td{
	color: #4a4a4a !important;
}

tr.woosb-item-parent td{
	font-weight: 500 !important;
}

.woocommerce table.shop_table{
	color: #656565;
}

tr.woosb-item-parent td span{
	color: #656565 !important;
}

.woosb-item-child .product-price .amount,
.woosb-item-child .product-subtotal .amount,
.woosb-item-child .product-quantity,
.woosb-item-child .product-total .amount{
	opacity: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr > td input.qty,
#order_review table.shop_table tbody tr > td input.qty{
	border:  0 !important;
	padding: 0 !important;
	color: #656565;
	font-weight: 500;
	font-size: 16px;
	background-color: transparent;
	-moz-appearance: textfield;
	appearance: textfield;
	text-align: center;
	pointer-events: none;
	width: 100%;
	height: auto;
}

.woocommerce-cart .woocommerce-cart-form table{
	font-size: 16px;
	line-height: 19px;
}

.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity > label,
#order_review table.shop_table .product-quantity .quantity > label{
	display: none;
}

.woocommerce-cart .woocommerce-cart-form table td{
	text-align: center;
}

.woocommerce-cart .woocommerce-cart-form table td.product-name{
	text-align: left;
}

.woosb-item-child td{
	font-size: 14px;
	line-height: 16px !important;
}

.woosb-item-child .product-name .ongWrap > span:first-child{
	font-weight: 700;
	margin-right: 10px;
}

.ongWrap{
	position: relative;
	padding-left: 24px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eae7e7;
}

tr.woosb-item-parent td.product-name a{
	color: #4b4b4b;
	font-weight: 700;
}

.woocommerce table.shop_table.crtInfosTable{
	text-align: center;
}

.woocommerce table.shop_table td{
	padding: 9px 12px;
	line-height: inherit;
}

.woocommerce table.shop_table .woosb-item-child td{
	padding-top: 4px;
	padding-bottom: 4px;
}

.woocommerce a.remove:hover{
	background-color: transparent !important;
	color: #c01230 !important;
}

.woocommerce-cart .woocommerce-cart-form .coupon input{
	margin-bottom: 10px !important;
	width: 100% !important;
	height: 54px;
	color: #808080;
	background-color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 0 !important;
	float: none;
	border: 1px solid #cac8c8;
	border-radius:9px;
	text-align:center;
}

.woocommerce-cart .woocommerce-cart-form .coupon input::-moz-placeholder{
	color: #808080 !important;
	font-size: 16px !important;
}

.woocommerce-cart table.cart td.actions button[name="update_cart"]{
	display: none !important;
}

.woocommerce-cart table.cart td.actions .coupon{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	float: none;
	width: 100%;
}

.woocommerce button.button.btnCouponApplue{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	border:  2px solid #1f8070;
	color: #1f8070;
	background-color: #fff;
	text-transform: capitalize;
	padding: 10px 13px;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.woocommerce button.button.btnCouponApplue:hover{
	background-color: #1f8070;
	border-color: #1f8070;
	color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr:nth-child(1) > td:nth-child(1),
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr:nth-child(1) > th:nth-child(1),
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr:nth-child(2) > td:nth-child(1),
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr:nth-child(2) > th:nth-child(1){
	width: 71%;
}

.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo th,
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo td{
	font-size: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr:nth-child(1) > th,
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr:nth-child(1) > td{
	font-size: 18px;
}

.woocommerce-cart .cart-collaterals .cart_totals .ctrTotalsInnerTable th,
.woocommerce-cart .cart-collaterals .cart_totals .ctrTotalsInnerTable td{
	padding-left: 0;
	padding-right: 0;
	border:  0;
	font-size: 15px;
	color: #656565;
}

.woocommerce-cart .cart-collaterals .cart_totals .ctrTotalsInnerTable th,
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr:nth-child(2) > th:nth-child(1){
	color: #4b4b4b;
}

.woocommerce-remove-coupon{
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	color: #c1986c;
	font-size: 14px;
	line-height: 1;
	width: 66px;
	float: left;
	margin-top: 4px;
	text-align: left;
}

.woocommerce-remove-coupon::before{
	text-indent: 0;
	content: 'X Remove';
	position: absolute;
	left: 0;
	top: 0;
	text-transform: capitalize;
}

.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr:nth-child(1) > th,
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr:nth-child(1) > td{
	padding: 18px 40px 8px;
}

.woocommerce-cart table.cart thead th{
	padding-top: 18px;
	padding-bottom: 8px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr > th,
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr > td{
	padding: 9px 40px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo .ctrTotalsInnerTable td,
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo .ctrTotalsInnerTable th{
	padding: 0;
}

.woocommerce-cart ul#shipping_method{
	margin-bottom: 5px;
	padding-left: 40px;
	overflow: hidden;
	text-align: left;
}

.woocommerce-shipping-methods label,
.woocommerce-form__label-for-checkbox input + span,
.input-radio + label,
label[aria-describedby="additional_uncontactable-description"],
.wc-saved-payment-methods li > label,
.woocommerce-SavedPaymentMethods-saveNew > label,
#additional_items_field label{
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 2px 0 2px 30px;
	vertical-align: top;
}

.woocommerce-shipping-methods input.shipping_method,
.woocommerce-form__label-for-checkbox input,
.input-radio,
#additional_uncontactable,
.wc-saved-payment-methods input.woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-SavedPaymentMethods-saveNew input[name="wc-stripe-new-payment-method"],
.comment-form-cookies-consent input[name="wp-comment-cookies-consent"],
#additional_items_field label input[type="checkbox"],
.proudctImage input[type="checkbox"]{
	position: fixed !important;
	left: -9999px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	width: 1px;
	height: 1px;
	margin: 0;
}

.woocommerce-shipping-methods label::before,
.woocommerce-shipping-methods label::after,
.woocommerce-form__label-for-checkbox input + span::after,
.woocommerce-form__label-for-checkbox input + span::before,
.input-radio + label::after,
.input-radio + label::before,
#additional_uncontactable + span::before,
#additional_uncontactable + span::after,
.wc-saved-payment-methods li > label::before,
.wc-saved-payment-methods li > label::after,
.woocommerce-SavedPaymentMethods-saveNew > label::before,
.woocommerce-SavedPaymentMethods-saveNew > label::after,
.comment-form-cookies-consent > label::before,
.comment-form-cookies-consent > label::after,
#additional_items_field label > span::before,
#additional_items_field label > span::after,
.spCheckbox span::before{
	border-radius: 100%;
	content: '';
	position: absolute;
}

.woocommerce-shipping-methods label::before,
.woocommerce-form__label-for-checkbox input + span::before,
.input-radio + label::before,
#additional_uncontactable + span::before,
.wc-saved-payment-methods li > label::before,
.woocommerce-SavedPaymentMethods-saveNew > label::before,
.comment-form-cookies-consent > label::before,
#additional_items_field label > span::before{
	width: 22px;
	height: 22px;
	border:  2px solid #c1986c;
	left: 0;
	top: 0;
	background-color: #fff;
}

.woocommerce-shipping-methods label::after,
.woocommerce-form__label-for-checkbox input + span::after,
.input-radio + label::after,
#additional_uncontactable + span::after,
.wc-saved-payment-methods li > label::after,
.woocommerce-SavedPaymentMethods-saveNew > label::after,
.comment-form-cookies-consent > label::after,
#additional_items_field label > span::after{
	top: 5px;
	left: 5px;
	z-index: 1;
	background-color: #c1986c;
	width: 12px;
	height: 12px;
	display: none;
}

.woocommerce-shipping-methods input.shipping_method:checked + label::after,
.woocommerce-form__label-for-checkbox input:checked + span::after,
.input-radio:checked + label::after,
#additional_uncontactable:checked + span::after,
.wc-saved-payment-methods li input.woocommerce-SavedPaymentMethods-tokenInput:checked + label::after,
.woocommerce-SavedPaymentMethods-saveNew input[name="wc-stripe-new-payment-method"]:checked + label::after,
.comment-form-cookies-consent input[name="wp-comment-cookies-consent"]:checked + label::after,
#additional_items_field  label[for="additional_items_Topper"] input[type="checkbox"]:checked + span::after{
	display: block;
}

.woocommerce-form__label-for-checkbox input + span::before,
#additional_uncontactable + span::before,
.woocommerce-SavedPaymentMethods-saveNew > label::before,
.comment-form-cookies-consent > label::before,
#additional_items_field  label[for="additional_items_Topper"] > span::before{
	border-radius: 4px;
}

.woocommerce-form__label-for-checkbox input + span::after,
#additional_uncontactable + span::after,
.woocommerce-SavedPaymentMethods-saveNew > label::after,
.comment-form-cookies-consent > label::after,
#additional_items_field  label[for="additional_items_Topper"] > span::after{
	border-radius: 2px;
}

.woocommerce-form__label-for-checkbox input + span{
	line-height: 1.2;
}

.woocommerce-shipping-destination strong{
	font-weight: inherit;
}

.cart-discount td{
	text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals > .cart_totals .checkout-button{
	margin-right:10px;
	border-radius: 99px;
	border:  2px solid #c02032;
	background-color: #c02032;
	color: #fff;
	font-weight: 800;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	padding: 10px 31px;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.woocommerce-cart .cart-collaterals > .cart_totals .checkout-button:hover{
	background-color: #AD235F;
	border-color: #AD235F;
	color: #fff;
}

.woocommerce-cart .cart-collaterals > .cart_totals .checkout-button .icn{
	font-size: 33px;
	margin-left: 19px;
	vertical-align: -8px;
}

.woocommerce-cart .cart-collaterals .cart_totals .ctrTotalsInnerTable{
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo .ctrTotalsInnerTable tr td:nth-child(3){
	text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo .ctrTotalsInnerTable .woocommerce-Price-amount.amount{
	text-align: left;
	display: inline-block;
	width: 88px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.select2-container--default .select2-selection--single .select2-selection__clear{
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo tr.order-total td{
	font-size: 18px;
	color: #4b4b4b;
	padding-top: 15px;
	padding-bottom: 15px;
}

.woocommerce-shipping-totals.shipping p{
	margin-bottom: 0;
}

tr.woosb-item-parent td.product-name span,
.comment-form .comment-notes{
	display: block;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 16px;
	color: #656565;
}

.comment-form .required{
	color: red;
	font-weight: 700;
}

.woocommerce-info{
	color: #656565;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 21px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
.woocommerce-additional-fields,
.woocommerce-shipping-fields__field-wrapper,
.sddFieldsWrap{
	margin-left: -11px;
	margin-right: -11px;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 20px 0;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.sddFieldsWrap .form-row{
	padding: 0 11px !important;
	margin: 0 0 10px !important;
	float: none !important;
}

.form-row.bdFormCol6{
	width: 100% !important;
}

.form-row.bdFormCol4{
	width: 100% !important;
}

.form-row.bdFormCol2{
	width: 100% !important;
}

.form-row.bdFormCol12{
	width: 100% !important;
}

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

.woocommerce-account-fields p{
	padding: 0 !important;
	margin: 0 !important;
}

.select2-container .select2-search{
	display: none;
}

.select2-dropdown{
	border: 2px solid #c9a680;
	border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-width: 9px 6px 0 6px;
	margin-top: -5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-width: 0 6px 9px 6px;
}

.ui-timepicker-wrapper{
	box-shadow: none;
	border:  solid #c1986c;
	border-width: 0 2px 2px;
	border-radius: 0 0 10px 10px;
}

.ui-timepicker-list{
	padding: 9px;
}

.ui-timepicker-list li{
	color: #656565;
	font-size: 15px;
	line-height: 20px;
	padding: 10px;
}

.ui-timepicker-list li + li{
	border-top:  1px solid #c1986c;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"],
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover{
	background-color: #f1f1f1;
	color: #777;
}

.select2-results__option{
	color: #777;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 0;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
	float: none;
	font-family: inherit;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.woocommerce form .form-row .select2-container{
	width: 100% !important;
	height: 45px;
}

.form-row.optbItemsCol > span{
	color: #656565;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	display: block;
}

.form-row.optbItemsCol label.radio{
	top: 10px;
	margin-right: 8px !important;
}

.extFildsInnerWrap{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.form-row.yndFieldWrap{
	bottom: -19px;
	width: 31%;
	position: absolute;
	right: 0;
}

label.labelSubtitleActive > span{
	display: block;
	color: #656565;
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin-top: 4px;
}

label.labelSubtitleActive > span::after{
	display: block;
}

label.labelSubtitleActive[for="additional_dielvery_type_it's A Surprise"] > span::after{
	content: 'Recipient will not be notified ahead of delivery. If there is a delivery issue, driver will attempt to contact you first before calling recipient.';
}

label.labelSubtitleActive[for="additional_dielvery_type_Keep Me Anonymous"] > span::after{
	content: 'Your details will not be shown to recipient.';
}

.extDevTypeInnerWrap{
	width: 100%;
	padding-left: 11px;
	padding-right: 11px;
	margin-bottom: 10px;
}

.edtiwWrap{
	border:1px solid #eae7e7;
	border-radius:10px;
	padding: 16px 13px;
}

.woocommerce-additional-fields__field-wrapper .edtiwWrap .form-row{
	padding: 0 !important;
	margin: 0 0 -17px !important;
}

.woocommerce-additional-fields__field-wrapper .edtiwWrap .form-row label{
	display: block !important;
	font-size: 13px;
	line-height: 1.1;
	margin: 0 0 17px !important;
}

textarea#additional_greeting_message{
	height: 139px;
}

span.description{
	display:block;
	color: #fe0000;
	font-size:14px;
	line-height: 20px;
}

.extra_order_notes{
	margin: -15px -10px 0;
	width: calc(100% + 20px);
}

.sddFieldsWrap + .btnGroupNav{
	padding: 40px 20px 55px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}


.ui-widget,
.ui-widget *{
	font-family: inherit;
}

.ui-widget{
	font-size: 15px;
}

.thrdStepActive .col-2 > .woocommerce-additional-fields{
	display: none;
}

#order_review table.shop_table thead th{
	font-family: inherit;
	color: #4b4b4b;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
}

#order_review table.shop_table tbody{
	font-size: 16px;
	line-height: 19px;
}

#order_review{
	padding-left: 20px;
	padding-right: 20px;
}

.woosb-item-parent .product-name{
	font-weight: 700 !important;
	color: #4b4b4b;
}

.woocommerce-NoticeGroup{
	background-color: #c01230;
	color: #fff;
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 7px;
	padding: 15px;
}

.woocommerce-NoticeGroup .woocommerce-error{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: inherit;
	font-size: 20px;
	line-height: 25px;
	border-radius: 0;
}

.woocommerce-NoticeGroup .woocommerce-error strong{
	font-weight: inherit;
}

.woocommerce-NoticeGroup .woocommerce-error::before{
	display: none;
}

.sa_billing_addresses_container,
.logged-in .woocommerce-shipping-fields .shipping_address,
.woocommerce-order{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
}

.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td{
	border-top:  0;
	padding-top: 50px;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td[data-title="Shipping"]{
	text-align: left;
}

.woocommerce table.shop_table tfoot th{
	color: #656565;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td{
	font-size: 15px;
	line-height: 19px;
}

.woocommerce table.shop_table tfoot .woocommerce-remove-coupon{
	margin-right: 100px;
}

#order_review table.shop_table tfoot tr > td input.qty{
	text-align: left;
}

.woocommerce table.shop_table tfoot .order-total .woocommerce-Price-amount.amount{
	font-size: 18px;
}

.woocommerce-checkout #payment ul.payment_methods{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: -10px;
	border-bottom:  1px solid rgba(0,0,0,.1);
}

.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-privacy-policy-text,
#stripe-payment-data p{
	font-size: 15px;
	line-height: 20px;
	color: #656565;
}

.woocommerce-checkout #payment ul.payment_methods li{
	margin-bottom: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li + li{
	padding-top: 10px;
	border-top:  1px solid rgba(0,0,0,.1);
}

.woocommerce-checkout #payment div.payment_box{
	font-weight: 400;
	margin: 0;
	padding: 5px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li label{
	display: block;
	cursor: pointer;
}

.wc-credit-card-form .form-row{
	margin: 0 0 15px !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
}

.woocommerce-checkout #payment div.form-row{
	padding: 0;
}

#stripe-payment-data p{
	margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{
	margin-bottom: -15px;
}

.woocommerce-privacy-policy-text{
	padding-top: 20px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	min-width: 190px;
}

#order_review table.shop_table tbody tr > td input.qty{
	text-align: left;
}

.woocommerce-checkout-review-order .prevbtn{
	text-align: right;
	padding-left: 50px;
	padding-right: 50px;
}

.woocommerce-checkout-review-order .prevbtn a{
	font-size: 16px;
	font-weight: 700;
	color: #c02032;
	transition: color 0.3s ease;
	text-transform: uppercase;
}

.woocommerce-checkout-review-order .prevbtn a:hover,
.woocommerce-checkout #payment div.payment_box p a:hover,
.woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-privacy-policy-text a:hover{
	color: #AD235F;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login,
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon{
	text-align: center;
	font-size: 15px;
	line-height: 20px;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-row,
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row{
	margin: 0 0 10px;
	padding: 0;
	float: none;
	width: 100%;
	text-align: left;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login p.lost_password{
	margin-bottom: 0;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon p{
	margin-bottom: 10px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last{
	text-align: center;
	margin-bottom: 0;
}

.accTitle .subTitle{
	margin-bottom: 0;
}

.woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row{
	position: relative;
	margin: 0 0 25px;
	padding: 0;
}

.woocommerce form.woocommerce-form.woocommerce-form-login.login span.password-input input{
	padding-right: 170px;
}

.woocommerce-account form.woocommerce-form.woocommerce-form-login.login .form-row label{
	display: none;
}

.woocommerce-form-login__submit,
.woocommerce-lost-password form.lost_reset_password button,
.woocommerce-form-register button{
	background-color: #c01230 !important;
	border: 4px solid #f2cda7 !important;
	text-transform: uppercase;
	color: #f2cda7 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	min-width: 220px;
	border-radius: 99px !important;
	padding: 14px 15px !important;
}

.woocommerce-form-login__submit:hover,
.woocommerce-lost-password form.lost_reset_password button:hover,
.woocommerce-form-register button:hover{
	background-color: #d61d09 !important;
	border-color: #c1986c !important;
	color: #fff !important;
}

.woocommerce-new_register.new_register{
	color: #9c9c9c;
	font-size: 16px;
	margin-bottom: 20px;
}

#customer_login{
	display: flex;
	min-height: 100vh;
	width: 100%;
}

.clWrap{
	width: 100%;
	min-height: inherit;
	display: flex;
	align-items: center;
}

.cleExtraWrap{
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}

#customer_login .col-1{
	padding-top: 0;
}

#customer_login .col-1,#customer_login .col-2{
	width: 100%;
}

.woocommerce-account.page-id-98 .mhLogoWrap{
	top: 40px;
	right: 40px;
}

.page-id-98:not(.logged-in) .wooAreaWrap > .woocommerce{
	padding-top: 0;
	padding-bottom: 0;
}

.logged-in .address_container_billing,
.logged-in .address_container_shipping{
	float: none;
	width: 100%;
	padding: 20px;
	font-size: 15px;
	line-height: 20px;
	margin: 0 !important;
	border: 0;
	display: flex;
}

.billing_bodyss,
.shipping_bodyss{
	width: 66.333%;
}

.billing_btnsss,
.shipping_btnsss{
	width: 33.333%;
	overflow: hidden;
}

.billing_btnsss > div,
.shipping_btnsss > div{
	margin: 0 0 0 auto;
	max-width: 150px;
}

.aboutBlock span{
	background-size: cover;
}

.wc-saved-payment-methods{
	padding: 20px 0 0;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{
	margin: 0;
	padding: 5px 30px;
}

.woocommerce-checkout #payment ul.payment_methods ul li + li{
	border-top: 0;
	padding: 5px 30px;
	margin: 0 !important;
}

.wc-saved-payment-methods + .wc-payment-form{
	padding: 0 !important;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew{
	margin-left: 27px !important;
}

.woocommerce-checkout .woocommerce-shipping-methods + p{
	display: none;
}

.saved_address_options{
	border: 1px solid #eae7e7;
	border-radius: 10px 10px 0 0;
	overflow: visible !important;
	padding: 10px 35px 15px 15px;
	position: relative;
	cursor: pointer;
}

.saved_address_options::after,
.sa_saved_billing_addresses_button::after,
.sa_saved_addresses_button::after{
	position: absolute;
	right: 10px;
	content: '';
	top: 29px;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #c1986c transparent transparent transparent;
	transform: rotate(-180deg);
}

.saved_address_options.aresstClose::after,
.sa_saved_billing_addresses_button::after,
.sa_saved_addresses_button::after{
	transform: rotate(0deg);
}

.saved_address_options.aresstClose{
	border-radius: 10px;
}

.saved_address_options.aresstClose + .billing_addresses_container,
.saved_address_options.aresstClose + .shipping_addresses_container{
	border-color:  transparent;
}

.logged-in .options_container{
	margin-left: 0 !important;
	height: auto !important;
	float: none !important;
	width: 100% !important;
	display: flex;
	align-items: center;
}

#bill_to_new_address_button,
#ship_to_new_address_button{
	margin: 0;
}

.logged-in .options_container .select2-container{
	width: 100% !important;
	max-width: 300px;
}

.logged-in .billing_addresses_container,
.logged-in .shipping_addresses_container{
	border:  solid #eae7e7;
	border-width: 0 1px 1px;
	border-radius: 0 0 10px 10px;
}

.optDressTitle{
	flex-shrink: 0;
	color: #656565;
	font-size: 15px;
	line-height: 1;
	margin-right: 20px;
}

.bbsInfosList{
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	color: #545454;
	font-size: 16px;
	line-height: 19px;
}

.bbsInfosList li{
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}

.bbsInfosList li span{
	display: block;
}

.bbsInfosList b{
	font-weight: inherit;
}

.bbTitle{
	color: #c1986c;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 0;
}

.bbsInfosList .textCapitalize{
	text-transform: capitalize;
}

.address_container_billing + .address_container_billing,
.address_container_shipping + .address_container_shipping{
	border-top: 1px solid #eae7e7;
}

.newAddressAdd.billingNewBtn{
	margin-top: 30px;
}

.sa_saved_billing_addresses_button,
.sa_saved_addresses_button{
	display: block;
	padding: 17px 10px;
	border-bottom: 1px solid #eae7e7;
	position: relative;
	font-weight: 700;
	font-size: 15px !important;
	line-height: 1 !important;
	color: #656565;
}

.sa_saved_billing_addresses_button::after,
.sa_saved_addresses_button::after{
	top: 23px;
}

.billing_to_this_address .dashicons.dashicons-yes, .shipping_to_this_address .dashicons.dashicons-yes{
	color: #c1986c;
}

.shipping_address_form .woocommerce-shipping-fields__field-wrapper{
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-checkout #payment ul.payment_methods li img{
	margin-right: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li img.wpasc_detailss,
img.wpasc_detailss{
	margin: 20px auto !important;
	display: block;
}

.woocommerce-order{
	overflow: hidden;
	color: #545454;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 50px;
}

.woocommerce-order h3{
	margin: 0 -40px 50px;
	padding-left: 40px;
	padding-right: 40px;
}

.woocommerce ul.order_details{
	margin: 0;
	text-align: center;
	padding: 12px 25px;
	display: flex;
	border: solid #eae7e7;
	border-width: 1px 1px 0;
	border-radius: 10px 10px 0 0;
	flex-wrap: wrap;
}

.woocommerce ul.order_details li{
	min-width: 100%;
	text-transform: uppercase;
	color: #c1986c;
	font-size: 12px;
	line-height: 1;
	float: left;
	margin: 0 0 10px;
	padding: 0 10px;
	flex-grow: 1;
	flex-basis: 0;
	border-right: 0;
	word-break: break-all;
}

.woocommerce ul.order_details li:nth-child(3){
	border-right-color: transparent;
}

.woopmmtitle,
.woocommerce table.shop_table.thankuOrderDetails thead th span{
	text-transform: uppercase;
	color: #c1986c;
	font-size: 12px;
	line-height: 1;
	display: block;
	margin-bottom: 5px;
}

.woocommerce ul.order_details li strong{
	text-transform: none;
	color: #545454;
	font-size: 14px;
	display: block;
}

.woocommerce ul.order_details li:nth-last-child(-n+2){
	border-right-color: transparent;
	text-align: center;
}

.woocommerce ul.order_details + ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid #eae7e7;
	border-width: 1px 1px 0;
	padding: 15px 35px;
}

.woocommerce ul.order_details + ul + p{
	border: solid #eae7e7;
	border-width: 0 1px 1px;
	padding: 15px 35px;
	border-radius: 0 0 10px 10px;
}

.woocommerce ul.order_details + ul .woocommerce-order-overview__payment-method.method > span{
	display: block;
}

.woocommerce table.shop_table.thankuOrderDetails{
	border-radius: 10px;
	border-color:  #eae7e7;
}

.woocommerce table.shop_table.thankuOrderDetails td,
.woocommerce table.shop_table.thankuOrderDetails th,
.woocommerce table.shop_table.custom-fields th,
.woocommerce table.shop_table.custom-fields td{
	padding: 12px 25px;
}

.woocommerce table.shop_table.thankuOrderDetails thead th,
.woocommerce table.shop_table.custom-fields th,
.woocommerce .woocommerce-customer-details h2{
	font-family: inherit;
	font-size: 16px;
	line-height: 19px;
}

.woocommerce table.shop_table.thankuOrderDetails thead th:first-child{
	padding-left: 85px;
}

.woocommerce table.shop_table.thankuOrderDetails tbody td.product-number{
	border-right: 1px solid #eae7e7;
	width: 60px;
	font-size: 16px;
	font-weight: 700;
	color: #4b4b4b;
}

.woocommerce table.shop_table.thankuOrderDetails tbody td:nth-child(2){
	width: 60%;
}

.woocommerce table.shop_table.thankuOrderDetails tbody tr:last-child td,
.woocommerce table.shop_table.thankuOrderDetails tbody tr:last-child th{
	padding-bottom: 40px;
}

.woocommerce table.shop_table.thankuOrderDetails tfoot tr:first-child th,
.woocommerce table.shop_table.thankuOrderDetails tfoot tr:first-child td{
	border-top: 1px solid #eae7e7;
	padding-top: 12px;
}

.woocommerce table.shop_table.thankuOrderDetails tfoot td,
.woocommerce table.shop_table.thankuOrderDetails tfoot th,
.woocommerce table.shop_table.custom-fields th,
.woocommerce table.shop_table.custom-fields td{
	padding-top: 17px !important;
	padding-bottom: 17px !important;
}

.woocommerce table.shop_table.thankuOrderDetails tfoot tr:last-child td,
.woocommerce table.shop_table.thankuOrderDetails tfoot tr:last-child th{
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.woocommerce table.shop_table.thankuOrderDetails tfoot th,
.woocommerce table.shop_table.custom-fields td:first-child,
.woocommerce .woocommerce-customer-details h2{
	color: #4a4a4a;
}

.woocommerce table.shop_table.thankuOrderDetails{
	margin-bottom: 40px;
}

.woocommerce table.shop_table.custom-fields th{
	text-align: center;
}

.woocommerce table.shop_table.custom-fields td:first-child,
.woocommerce .woocommerce-customer-details h2{
	font-weight: 700;
}

.woocommerce table.shop_table.custom-fields td:not(:first-child),
.woocommerce .woocommerce-customer-details .col-2{
	border-left:  1px solid #eae7e7;
}

.woocommerce .woocommerce-customer-details{
	border:  1px solid #eae7e7;
	padding: 0;
	border-radius: 10px;
}

.woocommerce .woocommerce-customer-details address{
	border:  0;
}

.woocommerce .woocommerce-customer-details h2{
	text-transform: uppercase;
	text-align: center;
}

.woocommerce .woocommerce-customer-details address{
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-columns--addresses{
	display: flex;
}

.woocommerce .woocommerce-customer-details .woocommerce-column{
	padding: 20px 24px;
}

.woocommerce .woocommerce-customer-details address br,
.woocommerce .woocommerce-customer-details address p{
	display: block;
	margin: 5px 0;
}

.back_dahboard{
	padding-right: 35px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
	float: none;
	width: 100%;
	margin: 0 auto;
	max-width: 290px;
	position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation::before{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	content: '';
	border-top: 2px solid #c1986c;
}

.woocommerce .woocommerce-MyAccount-navigation ul{
	list-style:none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads{
	display: none !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce .woocommerce-MyAccount-navigation ul a:hover{
	color: #c1986c;
}

.woocommerce .woocommerce-MyAccount-navigation ul li + li::before{
	content: '|';
	font-weight: 700;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	color: #9c9c9c;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(5)::before{
	display: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a{
	color: #9c9c9c;
	font-weight: 500;
	font-size: 11px;
	line-height: 17px;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.woocommerce-orders .woocommerce-MyAccount-content table.account-orders-table tbody td{
	color: #656565;
}

.woocommerce-orders .woocommerce-MyAccount-content table.account-orders-table thead tr th{
	color: #7f7f7f;
	font-weight: 500;
	font-family: inherit;
	text-transform: capitalize;
}

.woocommerce-orders .woocommerce-MyAccount-content table.account-orders-table thead tr th,
.woocommerce-orders .woocommerce-MyAccount-content table.account-orders-table tbody tr td{
	text-align: center;
	font-size: 18px;
	line-height: 21px;
}

.woocommerce-orders .woocommerce-MyAccount-content table.account-orders-table thead tr th:nth-child(1),
.woocommerce-orders .woocommerce-MyAccount-content table.account-orders-table tbody tr td:nth-child(1){
	text-align: left;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers a.woocommerce-button.button{
	border-color: transparent;
}

.woocommerce-page .woocommerce-info .button{
	background-color: #6ddecc;
	border-color: transparent;
	color: #fff;
	font-weight: 400;
	padding: 12px 10px;
	text-transform: uppercase;
	font-size: 14px;
	min-width: 112px;
	transition: background-color 0.3s ease;
}

.woocommerce-page .woocommerce-info .button:hover{
	background-color: #78E7BE;
	border-color: transparent;
	color: #fff;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses{
	border:  1px solid #f5f4f4;
	border-radius: 10px;
	padding: 15px;
	background-color: #fff;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3.saw-billing,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3.saw-shipping,
.woocommerce-MyAccount-content form > h3{
	font-family: inherit;
	text-transform: uppercase;
	color: #7f7f7f;
	font-weight: 700;
	font-size: 18px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a.add{
	color: #db37a6;
	font-family: inherit;
	text-transform: capitalize;
	font-size: 16px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a.add:hover{
	color: #FF4C87;
}

.sawDressesWrap{
	border-radius: 10px;
	overflow: hidden;
}

.sbtOpener{
	background-color: #6ddecc;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	padding: 17px 52px 17px 22px;
	text-align: left;
	position: relative;
	cursor: pointer;
}

.sbtOpener > span{
	position: absolute;
	right: 22px;
	top: 12px;
	border-radius: 100%;
	border:  1px solid #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sbtOpener > span::before{
	content: '+';
	font-size: 25px;
	margin-top: -4px;
}

.sawDressesWrap .woocommerce-Address{
	width: 100% !important;
	float: none !important;
	padding: 22px;
	background-color: #edebeb;
	margin-bottom: 5px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Addresses{
	border:  0;
	padding: 0;
	background-color: transparent;
	margin-top: 30px;
}

.woocommerce-MyAccount-content form > h3{
	text-align: left;
	margin-bottom: 30px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row{
	padding: 0 15px;
	margin: 0 0 12px;
}

.woocommerce-page .woocommerce-MyAccount-content #place_order{
	padding-right: 30px !important;
}

.woocommerce-MyAccount-content .payment_methods.methods li > label{
	width: 100%;
	display: block;
	line-height: 0;
}

.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text, .woocommerce .woocommerce-MyAccount-content form .form-row textarea{
	border-radius: 5px;
	border:  1px solid #bbb;
	height: 41px;
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
	top: 21px;
}

.woocommerce .woocommerce-MyAccount-content form .form-row em{
	font-style: normal;
}

.woocommerce .woocommerce-MyAccount-content form .clear{
	margin: 30px 0;
}

.arrowDown{
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.arrowDown::before{
	display: block;
	content: '';
	border:  solid #fff;
	border-width: 0 1px 1px 0;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}

.arrowDown.pulledOpen::before{
	transform: rotate(225deg);
	transform-origin: 70% 100% 0;
}

.contentWrap{
	position: relative;
	z-index: 1;
}

.pfColumnsArea .slick-arrow::before{
	background-color: transparent;
}

.mobileCalculator{
	position: fixed;
	left: 0;
	display: none !important;
	bottom: 0;
	right: 0;
	background-color: #a21d2f;
	color: #fff;
	z-index: 99;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

.mobileCalculator .btnGroupCal{
	margin: -25px auto 0;
	border:  4px solid #fff;
	width: 100%;
	max-width: 170px;
	border-radius: 99px;
}

.mobileCalculator .btnGroupCal .btn{
	margin-bottom: 0;
}

.cgColsWrap{
	display: flex;
	margin-bottom: 5px;
}

.cgcwCol{
	width: 50%;
	padding: 10px 5px;
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
}

.mobileCalculator p{
	margin-bottom: 0;
}

.contentGroup{
	padding-bottom: 10px;
}

.cgcwCol + .cgcwCol::before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-left: 2px solid #fff;
	height: 30px;
	content: '';
	left: -2px;
}

.woocommerce table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button{
	width: 100%;
}

.woocommerce-cart .cart-collaterals tr td[data-title="Shipping Details"]::before{
	display: none;
}

.wodTableWrap{
	overflow-x: auto;
}

.woocommerce-order-received .wooAreaWrap > .woocommerce{
	max-width: 1300px;
	position: static;
}

.woocommerce-order-received .achLogoWrap{
	right: 10px;
	top: 10px;
	max-width: 120px;
}

.singleImg{
	margin-bottom: 20px;
}

.comments-area p{
	margin-bottom: 10px;
}

.comments-area .comment-notes{
	margin-bottom: 30px;
}

.comments-area p.form-submit{
	margin-top: 40px;
}

.comments-area p.form-submit input[type="submit"]{
	min-width: 200px;
}

.comments-area .comment-form-cookies-consent{
	margin-top: 20px;
}

.woocommerce-ResetPassword.lost_reset_password label{
	display: none !important;
}

.woocommerce-ResetPassword.lost_reset_password .accTitle{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
}

.btnWhite{
	background-color: #fff;
	border-color: #fff;
	color: #5ad0bd;
}

.btnWhite:hover{
	background-color: #f7f7f7;
	border-color: #f7f7f7;
	color: #5ad0bd;
}

.popUpContentCol.puccSizeMedium,
.popUpContentCol.puccSizeLarge,
.popUpContentCol.puccSizeXtraLarge{
	max-width: 800px;
	border-radius: 30px;
	padding: 50px;
}

.popUpContentCol.puccSizeLarge{
	max-width: 1200px;
}

.newRetPopup.popUpContentCol{
	background-color: #5AD0BD;
}

.newRetPopup .popUpHeading{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
}

.newRetPopup .alignHolder{
	min-height: 300px;
}

.newRetPopup .align{
	padding-top: 35px;
}

.platChooserBtnsWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.platChooserBtnsWrap .btn{
	margin-left: 14px;
	margin-right: 14px;
	font-size: 21px;
	text-transform: capitalize;
	min-width: 280px;
}

.newRetPopup .btnDevLink{
	color: #fff;
	font-size: 22px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	transition: color 0.3s ease;
}

.newRetPopup .btnDevLink:hover{
	color: #000;
}

.pwcHeadingWrap{
	font-size: 23px;
	line-height: 30px;
}

.nrpViewerList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}

.nrpViewerList li{
	padding-left: 20px;
	padding-right: 20px;
}

.nrpViewerList .imgHolder{
	margin-bottom: 20px;
}

.sspwcColumn .nrpViewerList .imgHolder{
	margin-right: 0;
	max-width: 100%;
}

.sspwcColumn .nrpViewerList li{
	width: 33.333%;
}

.nrpViewerList .title{
	font-size: 23px;
	margin-bottom: 10px;
}

.pwcBtsFoot{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-top: 50px;
}

.pwcBtsFoot .btn{
	margin-left: 10px;
	text-transform: capitalize;
	min-width: 160px;
}

.pwcTotalWrap{
	font-size: 25px;
	line-height: 1;
	margin-right: 15px;
}

.sspwcColumn{
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
}

.sspwcColumn .imgHolder{
	flex-shrink: 0;
	margin-right: 40px;
	max-width: 360px;
}

.sspwcColumn .btn{
	letter-spacing: 1px;
	text-transform: capitalize;
}

.pwhBottomWrap{
	max-width: 320px;
	margin-bottom: -90px;
}

.pwhhSubtitle{
	font-size: 20px;
	line-height: 25px;
}

.sectionViewList{
	max-width: 330px;
	margin: 0 auto 30px;
}

.sectionViewList .btn{
	text-transform: none;
	width: 100%;
	margin-bottom: 20px;
}

.nrpBtnsWrap a{
	color: inherit;
	transition: color 0.3s ease;
}

.nrpBtnsWrap a:hover{
	color: #000;
}

.nrpBtnsWrap p{
	margin-bottom: 0;
}

.cswBannerWrap{
	height: 400px;
	margin-bottom: 30px;
	width: calc(100% + 40px) !important;
	margin-left: -20px;
	margin-right: -20px;
}

.cswBannerWrap > img{
	width: 100%;
	height: 100%;
	object-fit:  cover;
}

.ttHighlightTitle{
	color: #dec13f;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 5px;
}

.sideCalculator hr{
	margin: 5px auto;
	width: 100%;
	max-width: 60px;
	border:  solid rgba(255,255,255, 0.7);
	border-width: 1px 0 0;
}

.sideCalculator hr.hrFull{
	border-color:  #fff;
	max-width: none;
	width: calc(100% + 30px);
	margin: 10px -15px;
}

.textTurq{
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}

.textTurq .icn{
	margin-left: 5px;
}

.textTurq .popupHover {
	position: absolute;
	left: -21px;
	top: -25px;
	color: #000;
	background-color: #fff;
	padding: 12px 9px;
	border-radius: 10px;
	display: none;
	right: 15px;
	line-height: 12px;
}

.textTurq .showOver:hover .popupHover {
	display: block;
}

.boxes_min_cart .platter_box {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.boxes_min_cart .platter_box + .platter_box{
	margin-top: 10px;
}

.add_extra_box,
.close_extra_box{
	font-size: 22px;
	line-height: 1;
	flex-shrink: 0;
	background-color: #fff;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000 !important;
	padding: 12px 0 14px;
	border-radius: 15px;
}

.close_extra_box{
	margin-left: 5px;
}

.select_platter_box{
	margin: 0 8px;
	width: 76px;
	font-size: 13px;
	flex-shrink: 0;

}

.box_qty,
.select_platter_box{
	color: #444;
	border-radius: 99px;
	height: 25px;
	border:  1px solid #fff;
	background-color: #fff;
}

.box_qty{
	text-align: center;
	font-size: 13px;
	width: 45px;
	border-radius: 5px;
}

.options_min_cart{
	margin-top: 30px;
	line-height: 1;
	color: #bbb;
	font-size: 24px;
}

.select_total_boxquant{
	color: #fff;
	font-size: 55px;
	display: inline-block;
}

.boxglow_effect,
.glow_effect{
	animation:  tinder 0.7s ease-in-out infinite;
}

.spCheckbox{
	position: relative;
	cursor: pointer;
}

@keyframes tinder {
	0%{
		transform:  scale(1);
	}
	
	50%{
		transform: scale(1.07);
	}

	100%{
		transform: scale(1);
	}
}

.pemium_section{
	background: url('images/NavBg.png') #a21d2f;
	margin-top: 40px;
}

.pemium_section .mainHeading h1 > span{
	color:  #c1986c;
}

.productSinglePlatter > .colsHolder > .chCol4{
	width: 100%;
}

.productSinglePlatter > .colsHolder > .chCol8{
	width: 100%;
}

.htaImageWrap{
	margin: 0 auto 30px;
	max-width: 300px;
}

.htaImageWrap img{
	width: 100%;
}

.htaTextWrap{
	font-size: 15px;
	line-height: 20px;
}

.htaTextWrap p{
	margin-bottom: 20px;
}

.colsHolder.dBlock.prdctsHolder{
	display: block;
	padding-right: 20px;
}

.spCheckbox{
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1;
	width: 30px;
	height: 30px;
	background-color: #ddd;
}

.spCheckbox span::before{
	border:  solid #5ad0bd;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
	width: 25px;
	height: 13px;
	border-radius: 0;
	top: 6px;
	left: 3px;
	display: none;
}

.spCheckbox input[type="checkbox"]:checked + span::before{
	display: block;
}

.mainHeading .textWhite{
	color: #fff;
}


.prdtsBottomWrap .btnGroupCal{
	margin-top: 0;
	margin-bottom: 20px;
}

.prdtsBottomWrap .btnGroupCal .btn{
	margin-left: 0;
	margin-bottom: 0;
	background-color: #a21d2f;
	padding: 10px;
	width: 100%;
	max-width: none;
}

.prdtsBottomWrap .options_min_cart{
	font-style: italic;
	color: #a21d2f;
	background-color: #fff;
	border-radius: 99px;
	text-align: center;
	padding: 5px 30px;
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 15px;
}

.prdtsBottomWrap .options_min_cart .select_total_boxquant{
	color: #c53098;
	font-style: normal;
	font-size: 37px;
}

.disableQuant .minusProduct,
.disableQuant .plusProduct{
	opacity: 0.4;
}

.woosb-item-child .variation{
	display: none;
}

.product-name .variation{
	font-size: 14px;
	line-height: 18px;
	color: #656565;
}

.slick-dots{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	line-height: 1;
}

.slick-dots li{
	padding-left: 5px;
	padding-right: 5px;
}

.slick-dots li.slick-active button,
.slick-dots button:hover{
	background-color: #c1986c;
}

.slick-dots button{
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border:  0;
	padding: 0;
	transition: background-color 0.3s ease;
	background-color: #eee;
}

.userActionsList a img {
	width: 33px;
}

#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
	display: none !important;
}

.popupLinks {
	text-align: center;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

.extFildsInnerWrap,
.extDevTypeInnerWrap {
	display: none;
}

.editionalFiledText {
	padding-left: 20px;
	padding-right: 20px;
}

.mainHeading p {
	font-size: 16px;
}

#order_comments_field label {
	line-height: 19px;
}

#place_order {
	float: left !important;
	min-width: 250px !important;
	width: auto !important;
}

.move {
	width: 37px;
	height: 37px;
	position: absolute;
	left: 142px;
}

.move img {
	width: 27px;
}


.mapCaption {
	z-index: 2;
	position: absolute;
	top: 138px;
	background-color: #c01230;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	border-radius: 3px;
	padding: 9px 45px 9px 12px;
	left: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.inputControls span {
	color: #fff;
	cursor: pointer;
}

.aboutBlock .dBlock {
	background-position: center;
	background-repeat: no-repeat;
}

.colrBookHeadWrap {
	display: flex;
	margin-bottom: 46px;
}

.colrBookHeadWrap .cswShopLogo {
	max-width: 159px;
}

.colrBookHeadWrap .mainHeading {
  padding-top: 42px;
}

.colrBookHeadWrap .mainHeading h1 {
	margin-bottom: 0;
	font-size: 25px;
}

.colrBookHeadWrap .mainHeading p {
	line-height: 19px;
}

.colrBookHeadWrap .mainHeading hr.borderLine {
	width: 100%;
	border-width: 2px;
	margin-bottom: 11px;
}

.colrBookHeadWrap .mainHeading h1 .headingTitle {
	letter-spacing: 4.8px;
}

.colrBookHeadWrap .mainHeading h1 span {
	color: #be8c66;
}

.colorBookSec .chCol3 {
	width: 100%;
}

.colorBookDescrWrap {
	text-align: center;
	padding: 18px 24px 17px;
	background-color: #F3F3F3;
	border-radius: 7px;
	font-size: 15px;
	line-height: 18px;
	color: #B68E6C;
	margin-bottom: 39px;
}

.colorBookDescrWrap .imgHolder,
.colorBookDescrWrap p {
	margin-bottom: 11px;
}

.colorBookDescrWrap .imgHolder img {
	width: 100%;
}

.colorBookDescrWrap h2 {
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 11px;
}

.colPdfBtn .btn {
	font-weight: 800;
	line-height: 19px;
	color: #fff;
	width: 100%;
	background-color: #B02A36;
	border-color: #B02A36;
	padding-top: 11px;
  padding-bottom: 11px;
}

.colPdfBtn .btn:hover {
	background-color: #d54d52;
	border-color: #d54d52;
}

.colorBookSec {
	padding-top: 10px;
	padding-bottom: 40px;
}

.pemium_section .colsHolder.sliderCols {
	display: flex;
}

.pemium_section .chCol12 {
	width: 50%;
}

.pemium_section {
	margin-top: 0;
}

.postid-355 .align {
	padding-top: 0;
}

.fliterDescrForm .filterCatWrap label {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 25px;
	text-transform: uppercase;
}

.shopFiltersWrap .heading {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 25px;
}

.catSelectWrap {
	margin-top: -16px;
}

.catSelectWrap #product-category {
	background-color: transparent;
	border-color: #fff;
	border-width: 0 0 1px 0;
	border-style: solid;
	color: #F2B181;
	height: 53px;
  	padding-top: 9px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}

.catSelectWrap #product-category::before {
	position: absolute;
  content: "";
  right: 10px;
  top: 23px;
  width: 15px;
  height: 15px;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(45deg);
}

.catSelectWrap #product-category[open=""]::before {
	transform: rotate(135deg);
}

.catSelectWrap #product-category ul {
	list-style: none;
	margin: 0;
	background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 10px;
}

.catSelectWrap #product-category ul li {
	cursor: pointer;
}

.range-slider {
	width: 100%;
	text-align: center;
	position: relative;
}

input[type=range] {
	border: 1px solid transparent;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: transparent;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	background: transparent;
	border: none;
	border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #fff;
	margin-top: -4px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent !important;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 1px;
	background: #fff;
	border: none;
	border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid #fff;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
}

input[type=range]:-moz-focusring {
	outline: 1px solid transparent;
	outline-offset: -1px;
}

input[type=range]::-ms-track {
	width: 300px;
	height: 5px;
	background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
	z-index: 2;
}

input[type=range]::-ms-fill-lower {
	background: transparent;
	border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
	background: transparent;
	border-radius: 10px;
}

input[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
}

input[type=range]:focus::-ms-fill-lower {
	background: transparent;
}

input[type=range]:focus::-ms-fill-upper {
	background: transparent;
}

.rangeValues {
	display: block;
  margin-bottom: 0px;
  line-height: 25px;
	color: #F2B181;
}

.fliterDescrForm {
	display: flex;
	gap: 40px;
}

.filterCatWrap,
.rangeBtnWrap {
	width: 228px;
}

.filterbtnWrap {
	margin-top: 30px;
}

.filterbtnWrap .btn {
	width: 80px;
  padding: 2px 10px;
	background-color: #c1986c;
  border-color: #c1986c;
  color: #fff;
	font-size: 20px;
	border-radius: 5px;
}

.filterbtnWrap .btn:hover {
	background-color: #d9966f;
  border-color: #d9966f;
}

.filterSection {
	position: relative;
  padding-top: 105px;
}

.woocommerce-shop .content-area {
	padding: 50px 40px;
}

.woocommerce-shop .product {
	background-color: #fff;
}

.woocommerce-shop .product a {
	text-align: center;
}

.woocommerce-shop .product a h2 {
	padding-left: 18px !important;
	padding-right: 18px !important;
	font-size: 18px !important;
  line-height: 24px;
	color: #626262;
  margin-bottom: 10px !important;
	font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
}

.woocommerce-shop .product .button {
	background-color: #5ad0bd;
  text-align: center;
  color: #fff;
  font-size: 20px;
	border: 0;
	border-radius: 0;
	width: 100%;
	margin-top: 0 !important;
	transition: all 0.3s ease;
}

.woocommerce-shop .product .button:hover {
	background-color: #6bdcb2;
	color: #fff;
}

.woocommerce-shop .product a .price {
  color: #c1986c !important;
	font-size: 20px !important;
}

.woocommerce-shop .product a img {
	height: 140px !important;
  object-fit: cover;
}

.woocommerce-shop ul.products {
	display: flex;
	flex-wrap: wrap;
	margin-left: -18px;
	margin-right: -18px;

}

.woocommerce-shop ul.products > li {
	padding-left: 18px !important;
	padding-right: 18px !important;
	width: 50% !important;
	float: none !important;
	margin-right: 0 !important;
	margin-bottom: 30px !important;
}

#secondary {
	display: none;
}

.woocommerce-shop .woocommerce-ordering .orderby {
	border: 2px solid #c9a680;
  background: #fff;
  font-size: 16px !important;
  border-radius: 10px;
  height: 45px;
  padding-left: 14px;
  padding-right: 14px;
  color: #4b4b4b;
	cursor: pointer;
}

.thwepo-extra-options .value input,
.mnm_child_products input,
.woocommerce-mix-and-match-add-to-cart .quantity input {
	border: 2px solid #c9a680;
  background: #fff;
  font-size: 16px !important;
  border-radius: 10px;
  height: 45px;
  padding-left: 14px;
  padding-right: 14px;
  color: #4b4b4b;
	width: 100px !important;
}

.thwepo-extra-options {
	max-width: 400px;
  margin-left: auto;
}

.thwepo-extra-options .value {
	text-align: right;
  margin-bottom: 20px;
  display: block;
}

.woocommerce-mix-and-match-add-to-cart .quantity {
	text-align: right;
}

.woocommerce-mix-and-match-add-to-cart .single_add_to_cart_button {
	float: right !important;
  margin-right: 0 !important;
}

.mix_match .colsHolder {
	align-items: start !important;
}

.coupon label{
	display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row.bdFormCol textarea{
	border: 2px solid #c9a680;
    background: #fff;
    font-size: 16px !important;
    border-radius: 10px;
    height: 45px;
    padding-left: 14px;
    padding-right: 14px;
    color: #4b4b4b;
}

.woocommerce form .form-row.bdFormCol textarea{
	height: 116px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
 border-color: #888 transparent transparent transparent;
  border-style: solid;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{
	border: 2px solid #c9a680;
}

#featch_data .contentHolder.chTermWrap:nth-child(5) {
	display: none;
} 

.woocommerce-account form .form-row input.input-text{
	background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a + a{
	margin-left: 5px;
}

.form-row label span.required{
	display: none;
}

.woocommerce form .form-row .required{
	color: red;
}

@media (min-width: 768px) and (max-width: 768px){
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
		display: table-row;
	}

	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td,
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th{
		display: table-cell;
		text-align: center !important;
	}

	.woocommerce table.shop_table_responsive.crtTotalInfo tbody th, .woocommerce-page table.shop_table_responsive.crtTotalInfo tbody th,
	.woocommerce table.shop_table_responsive.crtTotalInfo tbody td:nth-child(2), .woocommerce-page table.shop_table_responsive.crtTotalInfo tbody td:nth-child(2),
	.woocommerce table.shop_table_responsive tr td:nth-child(3), .woocommerce-page table.shop_table_responsive tr td:nth-child(3){
		text-align: left !important;
	}

	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		display: none;
	}

	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{
		display: table-header-group;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
		background-color: transparent;
	}

	.woocommerce table.cart td.actions .coupon .input-text + .button,
	.woocommerce-page table.cart td.actions .coupon .input-text + .button,
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
		width: auto;
		float: none;
	}

	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
		float: right;
		margin-bottom: 0;
	}
}

@media (min-width: 480px){
	.viewAllProducts {
		right: 0;
		position: absolute;
		bottom: -3px;
		display: block;
	}

	.form-row.bdFormCol6{
		width: 50% !important;
	}

	.form-row.bdFormCol4{
		width: 50% !important;
	}

	.form-row.bdFormCol2{
		width: 50% !important;
	}

	.prdtsBottomWrap{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.prdtsBottomWrap .btnGroupCal{
		margin-top: 0;
		margin-bottom: 0;
	}

	.prdtsBottomWrap .btnGroupCal .btn{
		margin-left: 15px;
		margin-bottom: 0;
		background-color: #a21d2f;
		padding: 10px;
		width: auto;
	}

	.prdtsBottomWrap .options_min_cart{
		margin-bottom: 0;
	}

	.prdtsBottomWrap .btnGroupCal .btn,
	.prdtsBottomWrap .options_min_cart{
		min-width: 200px;
	}
}

@media (min-width: 576px) {
	.newsBlock .chCol6,
	.prdctsHolder .chCol3{
		width: 50%;
	}
	
	.CatProducts .prdctsHolder .chCol3 {
		width: 50%;
	}

	.woocommerce ul.order_details li{
		min-width: 50%;
	}

	.productSinglePlatter .mainHeading h1 > strong{
		letter-spacing: 8.6px;
	}
	
	.socialWrap .headerHalalImg {
		max-width: 80px;
		margin-right: -135px;
		top: 0;
	}
}

@media (min-width: 768px) {
	.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr > td .woocommerce-shipping-methods{
		width: 390px;
	}
	
	body{
		font-size: 18px;
		line-height: 2.2222222222;
	}

	.hiddenMd {
		display: none !important;
	}

	.areaWrap{
		padding-left: 71px;
	}

	.fixedPosition{
		height: auto !important;
	}

	.fixedPosition .hdHolder{
		top:  0;
		height: 100vh;
	}

	#pageHeader{
		position: fixed;
		left: 0;
		top: 0;
		border-width: 0 5px 0 0;
		width: 71px !important;
		height: 100%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 0;
	}

	#pageHeader .logo,
	.fixedPosition #pageHeader .logo{
		max-width: 171px;
		margin: 0 auto 28px;
	}

	.mainNavigation > li > a{
		padding-top: 0;
		padding-bottom: 0;
		display: inline;
	}

	.menuOpener,
	.fixedPosition .menuOpener{
		left: 0;
		right: 0;
	}

	.homePageBanner{
		display: flex;
		min-height: 100vh;
	}

	.leftColDetails{
		width: 231px;
		display: flex;
		align-items: center;
		height: inherit;
		flex-shrink: 0;
	}

	.pageLogo{
		display: block;
	}

	.homeBanner{
		height: auto;
	}

	.hdHolder{
		left: 100%;
		top: 0;
		height: 100%;
		width: 236px;
		border-left: 5px solid #c1986c;
	}

	.submenuClose,
	.closeMenulast,
	.closeNavbar{
		display: block;
	}

	.hdHolder .logo{
		display: block;
	}

	.hdHolder .scrollWrap{
		padding: 53px 18px;
	}

	#pageNav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -5px 22px;
	}

	#pageNav .mainNavigation {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.hdSocialNetworks img{
		max-width: 100%;
	}

	.hdSocialNetworks{
		margin-left: -10px;
		margin-right: -10px;
	}

	.hdSocialNetworks li{
		padding-left: 10px;
		padding-right: 10px
	}

	.socialWrap{
		margin-bottom: 10px;
	}

	.wsStorePlace{
		font-size: 16px;
	}

	.mainNavigation .sub-menu{
		width: 170px;
	}

	.mainNavigation .sub-menu .sub-menu{
		width: 193px;
		left: 100%;
	}

	#pageHeader > .logo,
	.arrowDown,
	.mblIcon{
		display: none;
	}

	#pageHeader > .userActionsList{
		display: flex;
	}

	.userActionsList {
		bottom: 29px;
		padding: 0;
		margin: 0;
		width: 100%;
		justify-content: flex-start;
		background-color: transparent;
	}

	.userActionsList li{
		width: 100%;
		margin-top: 27px;
	}

	.userActionsList li:last-child{
		display: block;
	}

	.contentWrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.imgLeft{
		background-attachment: fixed;
	}
	
	.corpContentBlockImage:after{
		width: 231px;
		display: block;
	}

	.imgLeft,
	.mapFrame{
		height: auto;
		width: 231px;
	}

	.contentWrap .align{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mainHeading{
		line-height: 35px;
	}

	.slkButtonsWrap{
		display: flex;
		justify-content: flex-end;
	}

	.btnsWrap{
		justify-content: flex-start;
		margin-bottom: 30px;
	}

	.btnsWrap .btn{
		margin: 0 15px;
	}

	.ccbBtnsWrap{
		justify-content: flex-start;
	}

	.fzLilSmall{
		font-size: 17px;
		line-height: 35px;
	}

	.cfPostColumn{
		font-size: 17px;
		line-height: 30px;
	}

	.cswShopLogo{
		max-width: 186px;
		margin: 0 0 17px 22px;
		display: block;
	}

	.pfColumnsArea{
		padding-right: 30px;
	}

	.slick-next{
		height: 74px;
		width: 18px;
		margin-right: -20px;
	}

	.viewAllProducts {
		right: 38px;
	}

	.mainHeading hr.borderLine{
		width: 250px;
	}

	.productContent h4, .productContent .h4{
		font-size: 20px;
		line-height: 21px;
	}

	.productContent h5, .productContent .h5{
		font-size: 35px;
	}

	.sideCalculatorCol{
		display: flex;
	}

	.mobileCalculator{
		display: none;
	}

	.itemNumber{
		font-size:21px;
	}

	.chTermWrap + .chTermWrap{
		margin-top: 23px;
	}

	.sbprdctImage{
		height: 296px;
	}

	.contentShopWrap,
	.productHolderBg{
		padding-bottom: 0;
	}

	.cartHeader.myAccount{
		display: block;
		max-width: none;
		margin: 0 0 22px;
	}

	.myAccount .userContent{
		text-align: center;
	}

	.cartHeader.myAccount .userImage{
		width: 139px;
		height: 139px;
		margin: 0 auto 21px;
	}

	.wooAreaWrap > .woocommerce{
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation{
		max-width: 406px;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li + li::before{
		padding-left: 10px;
		padding-right: 10px;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li a{
		font-size: 14px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation::before{
		left: 10px;
		right: 10px;
	}

	.accountColHolder{
		margin-bottom: 47px;
	}

	.woocommerce .woocommerce-MyAccount-content{
		line-height: inherit;
	}

	.woocommerce-cart table.cart.crtInfosTable thead th:nth-child(1),
	.woocommerce-cart table.cart.crtInfosTable tbody td:nth-child(1){
		width: 44px;
	}

	.woocommerce-cart table.cart.crtInfosTable thead th:nth-child(3),
	.woocommerce-cart table.cart.crtInfosTable tbody td:nth-child(3){
		width: 42.8%;
		text-align: left;
	}

	.woocommerce-cart table.cart.crtInfosTable thead th:nth-child(4),
	.woocommerce-cart table.cart.crtInfosTable tbody td:nth-child(4){
		width: 19.4%;
	}

	.woocommerce-cart table.cart.crtInfosTable thead th:nth-child(5),
	.woocommerce-cart table.cart.crtInfosTable tbody td:nth-child(5){
		width: 11.8%;
	}

	.woocommerce-cart table.cart.crtInfosTable thead th:nth-child(6),
	.woocommerce-cart table.cart.crtInfosTable tbody td:nth-child(6){
		width: 19%;
	}

	.woosb-item-child .product-name .ongWrap > span:first-child{
		position: absolute;
		left: 0;
		top: 0;
		margin-right: 0;
	}

	.woocommerce-cart .woocommerce-cart-form .coupon input{
		margin-right: 25px !important;
		width: 242px !important;
		margin-bottom: 0 !important;
	}

	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .button{
		width: auto;
	}

	.woocommerce-cart ul#shipping_method{
		padding-left: 0;
		margin-bottom: 25px;
	}

	.wooBreadcrumbs{
		font-size: 16px;
	}

	.wooBreadcrumbs li + li::before{
		padding-left: 11px;
		padding-right: 11px;
	}

	.checkout-flexible-kueh .checkout-form .col-1.billing_detail_btn h3,.headingShipping h3,
	.extra_order_notes h3,
	.order_review_section h3,
	.woocommerce-order h3{
		font-size: 25px;
	}

	.checkout-form-sidebar ul{
		display: flex;
	}

	.extFildsInnerWrap,
	.extDevTypeInnerWrap{
		width: 50%;
	}

	.extFildsInnerWrap{
		margin-bottom: 0;
	}

	.form-row.yndFieldWrap{
		bottom: -5px;
		width: 34%;
	}

	.form-row.optbItemsCol label.radio{
		margin-right: 16px !important;
	}

	#order_review{
		padding-left: 30px;
		padding-right: 30px;
	}

	.woocommerce-checkout-review-order .prevbtn{
		position: absolute;
		bottom: 60px;
		right: 260px;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce ul.order_details{
		text-align: left;
	}

	.woocommerce ul.order_details li{
		min-width: 33.333%;
		border-right: 1px solid #d3ced2;
	}
	
	.CatProducts .prdctsHolder .chCol3 {
		width: 33.3333%;
	}
	
	.move {
		display: none;
	}
	
	.inputControls .minus,
	.inputControls .plus {
		display: none;
	}

	.colrBookHeadWrap .mainHeading {
		padding-left: 146px;
		padding-top: 85px;
	}

	.colrBookHeadWrap .mainHeading h1 .headingTitle {
		letter-spacing: 6.4px;
	}

	.colrBookHeadWrap .mainHeading h1 {
		font-size: 35px;
	}

	.colrBookHeadWrap .mainHeading hr.borderLine {
		width: 305px;
	}

	.colorBookSec .chCol3 {
		width: 50%;
	}

	.woocommerce-shop ul.products > li {
		width: 33.333% !important;
	}

	.woocommerce-shop .product a img {
		height: 320px !important;
	}

	.woocommerce-shop .product a h2 {
		font-size: 23px !important;
	}

	.shopFiltersWrap {
		position: absolute;
		right: 95px;
		top: 0;
		z-index: 5;
	}

	.filterIcn {
		display: none;
	}
}

@media(min-width:992px){
	.mainNmColumn{
		flex-direction: row;
	}
	
	.socialWrap .headerHalalImg {
		max-width: 110px;
		margin-right: -165px;
	}
	
	.page-template-contact .descriptionWrap{width:65%;}

	#pageHeader{
		width: 101px;
	}

	.mainNavigation > li > a{
		font-size: 20px;
	}

	.hdHolder{
		width: 286px;
	}

	.mainNavigation .sub-menu{
		width: 200px;
		padding-left: 22px;
		padding-right: 22px;
	}

	.mainNavigation .sub-menu a{
		font-size: 18px;
	}

	.mainNavigation .sub-menu .sub-menu{
		width: 243px;
	}

	#pageHeader .logo,
	.fixedPosition #pageHeader .logo{
		margin-bottom: 48px;
	}

	.wsStorePlace{
		font-size: 18px;
		margin-bottom: 26px;
	}

	#pageHeader .logo,
	.fixedPosition #pageHeader .logo{
		max-width: 211px;
	}

	.closeNavbar{
		right: 29px;
		margin-top: -28px;
	}

	.submenuClose,
	.closeMenulast{
		margin-top: 26px;
		margin-right: 0;
	}

	.leftColDetails{
		width: 281px;
	}

	.pageLogo{
		max-width: 200px;
	}

	.homePageBanner h1,
	.homePageBanner .h1{
		font-size: 34px;
		line-height: 39px;
		margin-bottom: 35px;
	}

	.leftColDetails .align{
		padding-left: 30px;
		padding-right: 30px;
	}

	.menuTitle{
		font-size: 19px;
	}

	.imgLeft,
	.mapFrame{
		width: 281px;
	}
	
	.corpContentBlockImage:after{
		width: 281px;
	}

	.contentHolder,
	.pemiumcols,
	.ShopPlatterPage .productSinglePlatter .headerTitleArea,
	.ShopPlatterPage .textHolder{
		padding-left: 30px;
		padding-right: 74px;
	}

	.cswBannerWrap{
		width: calc(100% + 104px) !important;
		margin-left: -30px;
		margin-right: -74px;
	}

	.mhLogoWrap{
		display: block;
	}

	.cfPostColumn{
		margin-bottom: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		align-items: flex-end;
		display: flex;
		text-align: left;
	}

	.cfPostColumn .imgHolder {
		width: 270px;
		margin-right: 30px;
		margin-bottom: 0
	}

	.nmPostColumn{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}

	.nmPostColumn .imgHolder {
		width: 123px;
		height: auto;
	}

	.newsBlock .colsHolder{
		margin-left: -20px;
		margin-right: -20px;
	}

	.newsBlock .chCol6{
		padding-left: 20px;
		padding-right: 20px;
	}

	.contactBlock .formCol{
		width: 50%;
	}

	.contactBlock .formCol12{
		width: 100%;
	}

	.slick-next{
		height: 124px;
		width: 29px;
		margin-right: -50px;
	}

	.pfColumnsArea{
		padding-right: 0;
	}

	.productSinglePlatter.contentHolder{
		padding: 55px 25px;
	}

	.headerTitleArea{
		display:flex;
		text-align: left;
		margin-bottom: 25px;
	}

	.productSinglePlatter .mainHeading hr.borderLine{
		margin-left: 0;
		margin-right: 0;
	}

	.platterIncrementHolder{
		padding-left: 21px;
		flex-shrink: 0;
		width: 180px;
	}

	.incrementContent{
		margin: 47px 0 0;
		height: auto;
	}

	.incrementContent input{
		height: 32px;
		width: calc(100% - 40px);
	}

	.incrementContent button.minusProduct_s,
	.incrementContent button.plusProduct_s{
		width: 20px;
		height: 20px;
		margin-top: -13px;
		background-color: #e4e3e3;
		color: #696868;
	}

	.platterIncrementHolder::before{
		content: '';
		left: 0;
		top: 44px;
		border-left: 2px solid #c1986c;
		height: 58px;
		position: absolute;
		display: none;
	}

	.textHolder,
	.achLogoWrap{
		display: block;
	}

	.checkout-form-sidebar ul li{
		font-size: 16px;
	}

	.form-row.bdFormCol6{
		width: 50% !important;
	}

	.form-row.bdFormCol4{
		width: 33.333% !important;
	}

	.form-row.bdFormCol2{
		width: 16.666% !important;
	}

	.form-row.optbItemsCol label.radio{
		margin-right: 36px !important;
	}

	.form-row.yndFieldWrap{
		width: 42%;
		bottom: -2px;
	}

	.form-row.optbItemsCol > span{
		font-size: 15px;
	}

	.ongWrap{
		padding-left: 40px;
	}

	.woocommerce ul.order_details{
		flex-wrap: nowrap;
	}

	.woocommerce ul.order_details li{
		min-width: 1px;
		margin-bottom: 0;
	}

	.woocommerce ul.order_details li:nth-child(3){
		border-right-color: #d3ced2;
	}

	.colsHolder.dBlock.prdctsHolder{
		padding-right: 70px;
	}

	.colorBookSec .chCol3 {
		width: 33.333%;
	}

	.pemium_section .chCol12 {
		width: 33.333% !important;
	}
	
}

@media (min-width: 1200px){
	.woocommerce-cart .cart-collaterals .cart_totals table.crtTotalInfo > tbody > tr > td .woocommerce-shipping-methods{
		width: 310px;
	}
	
	.woocommerce-cart .cart-collaterals > .cart_totals .checkout-button .icn{
		margin-left: 10px;
	}
	
	.woocommerce-cart .cart-collaterals > .cart_totals .checkout-button{
		padding: 10px 25px;
	}
	
	.pageLogo{
		max-width: 250px;
	}

	.homePageBanner h1,
	.homePageBanner .h1{
		font-size: 45px;
		line-height: 48px;
	}

	.leftColDetails{
		width: 367px;
		padding-left:1.5%;
		padding-right:1.5%;
	}

	.leftColDetails .align{
		padding-top: 50px;
		padding-bottom: 50px
	}

	.hdHolder{
		width: 371px;
	}

	.hdHolder .scrollWrap{
		padding-left: 38px;
		padding-right: 38px
	}

	.mainNavigation .sub-menu{
		padding-left: 49px;
		padding-right: 49px;
		width: 330px;
	}

	.mainNavigation .sub-menu .sub-menu{
		width: 283px;
	}

	.mainNavigation .sub-menu a{
		font-size: 22px;
	}
	.mainNavigation .sub-menu .submenu_th a{
		font-size: 18px;
	}

	.imgLeft,
	.mapFrame{
		width: 365px;
	}
	
	.corpContentBlockImage:after{
		width: 365px;
	}

	.contentHolder,
	.pemiumcols,
	.ShopPlatterPage .productSinglePlatter .headerTitleArea,
	.ShopPlatterPage .textHolder{
		padding-left: 60px;
		padding-right: 104px;
	}

	.cswBannerWrap{
		width: calc(100% + 164px) !important;
		margin-left: -60px;
		margin-right: -104px;
	}

	.nmPostColumn .imgHolder{
		width: 223px;
	}

	.contactBlock .chCol{
		margin-bottom: 0;
	}

	.contactBlock .chCol8{
		width: 66.666%;
	}

	.contactBlock .chCol4{
		width: 33.333%;
	}

	.contactBlock .wpcf7 .ajax-loader{
		order:  1;
		position: static;
	}

	.contactBlock .btn{
		width: auto;
		min-width: 140px;
		margin-right: 14px;
	}

	.sbprdctImage{
		height: 366px;
	}

	.woocommerce .woocommerce-MyAccount-content{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation::before{
		display: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation{
		max-width: none;
		margin:  0;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul{
		border-bottom: 2px solid #c1986c;
		flex-wrap: nowrap;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li a{
		color: #c1986c;
		padding: 20px 10px;
		background-color: #f5f4f4;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce .woocommerce-MyAccount-navigation ul a:hover{
		background-color: #c1986c;
		color: #fff;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li{
		flex-grow: 1;
		flex-basis: 0;
		display: flex;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li + li::before{
		display: none;
	}

	.crtColsWrap{
		justify-content: flex-start;
	}

	.crtColsWrap .chCol8{
		width: 55.6%;
	}

	.crtColsWrap .chCol4{
		width: 44.4%;
	}

	.checkout-form-sidebar{
		margin-left: 33px;
		order:  2;
		padding-top: 59px;
	}

	.checkout-flexible-kueh{
		display:flex;
	}

	.checkout-form-sidebar ul{
		display: block;
		justify-content: flex-start;
	}

	.checkout-form-sidebar ul::before{
		content:"";
		bottom: 10px;
		left: 7px;
		border:2px solid #be8c66;
		position:absolute;
		top:0;
		margin-top:17px;
		margin-left:10px;
		z-index:-1;
	}

	.checkout-form-sidebar ul li{
		margin-bottom: 66px;
	}

	.checkout-form-sidebar ul li + li{
		margin-left: 0;
	}

	.checkout-flexible-kueh .checkout-form{
		width: 75%;
	}

	.sa_billing_addresses_container, .logged-in .woocommerce-shipping-fields .shipping_address, .woocommerce-order{
		padding-left: 40px;
		padding-right: 40px;
	}

	.productSinglePlatter > .colsHolder > .chCol4{
		width: 40%;
	}

	.productSinglePlatter > .colsHolder > .chCol8{
		width: 60%;
	}

	.htaImageWrap{
		margin: 0;
		max-width: none;
	}

	.productSinglePlatter .mainHeading h1 > strong{
		letter-spacing: 1px;
	}

	.productSinglePlatter.contentHolder{
		padding: 55px 80px;
	}

	.colorBookSec .chCol3 {
		width: 25%;
	}

	.woocommerce-shop ul.products > li {
		width: 25% !important;
	}

	.pemium_section .chCol12 {
		width: 25%;
	}
}

@media (min-width: 1440px){
	h1,
	.h1 {
		font-size: 40px;
	}

	.productTitle h4{
		font-size: 22px;
		font-weight: 500;
	}

	.homePageBanner h1,
	.homePageBanner .h1{
		font-size: 55px;
		line-height: 51px;
		margin-bottom: 55px;
	}
	
	.editionalFiledText {
		padding-left: 40px;
		padding-right: 40px;
	}

	.pageLogo{
		margin-bottom: 54px;
	}

	.homePageBanner p{
		margin-bottom: 35px;
	}

	.leftColDetails{
		width:416px;
	}

	.hdHolder{
		width: 420px;
	}

	.menuOpener,
	.fixedPosition .menuOpener{
		top: 114px;
	}

	.closeNavbar{
		margin-top: -56px;
	}

	.submenuClose, .closeMenulast{
		margin-top: 47px;
	}

	#pageHeader .logo,
	.fixedPosition #pageHeader .logo{
		max-width: 251px;
		margin-bottom: 108px;
	}

	.mainNavigation > li > a{
		font-size: 25px;
	}

	#pageNav{
		margin-bottom: 42px;
	}

	.menuTitle{
		font-size: 22px;
	}

	.socialWrap{
		margin-bottom: 29px;
	}

	.hdHolder .scrollWrap{
		padding: 103px 38px;
	}

	.imgLeft,
	.mapFrame{
		width: 416px;
	}
	
	.corpContentBlockImage:after{
		width: 416px;
	}

	.contentWrap .align{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.mhLogoWrap{
		max-width: 172px;
	}

	.cfPostColumn .imgHolder{
		width: 340px;
	}

	.newsBlock.contentWrap .align{
		padding-top: 87px;
		padding-bottom: 87px;
	}

	.nmPostColumn .introContent h4{
		font-size: 17px;
		line-height: 23px;
	}

	.addressHolder .addressInfo{
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 26px;
	}

	.cswShopLogo{
		max-width: 226px;
	}

	.h1FzMedium{
		font-size: 43px;
	}

	.close{
		width:67px;
		height:67px;
		font-size:40px;
	}

	.ttcalcTotalPrice{
		font-size: 45px;
	}

	.itemContent{
		height: 35px;
		margin-bottom: 13px;
	}

	.itemNumber{
		font-size: 25px;
	}

	.itemContent .icnRefresh{
		font-size: 25px;
		top: 9px;
	}

	.btnGroupCal{
		margin-top: 19px;
	}

	.sbprdctImage{
		height: 446px;
	}

	.logoHolder{
		max-width: 226px;
	}

	.productSinglePlatter .mainHeading h1 > strong{
		letter-spacing: 12.6px;
	}

	.h1FzMedium{
		font-size: 37px;
	}

	.singlePlatterSubtitle{
		font-size: 20px;
	}

	.prdctsHolder .chCol3{
		width: 33.333%;
	}
	
	.CatProducts .prdctsHolder .chCol3 {
		width: 25%;
	}

	.woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, .woocommerce-additional-fields, .woocommerce-shipping-fields__field-wrapper, .sddFieldsWrap,
	.woocommerce-billing-fields .btnGroupNav,
	.woocommerce-account-fields{
		padding-left: 40px;
		padding-right: 40px;
	}

	.form-row label, .form-3rd-row label, .checkout-flexible-kueh form .form-row-wide label, .remarksWrapper label, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, .comment-form-cookies-consent, .comment-form p > label{
		font-size: 15px;
	}

	.woocommerce-additional-fields__field-wrapper .edtiwWrap .form-row label{
		font-size: 16px;
	}

	.extra_order_notes{
		margin: -15px -30px 0;
		width: calc(100% + 70px);
	}

	.accTitle h2, .accTitle .h2{
		font-size: 45px;
	}

	header.accTitle{
		font-size: 22px;
	}

	.woocommerce-form-login__submit,
	.woocommerce-lost-password form.lost_reset_password button,
	.woocommerce-form-register button{
		padding: 20px 15px !important;
		min-width: 260px;
	}

	.cfPostColumn{
		margin-bottom: 80px;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li a{
		font-size: 16px;
		line-height: 19px;
	}

	.sddFieldsWrap + .btnGroupNav{
		padding-left: 40px;
		padding-right: 40px;
	}

	.productSinglePlatter .mainHeading h1 > strong{
		letter-spacing: 8.6px;
	}

	.productSinglePlatter.contentHolder{
		padding: 55px 120px;
	}
}

@media (min-width: 1920px){
	h1,
	.h1{
		font-size: 45px;
	}

	.mainHeading.mhFzMedium{
		font-size: 22px;
		line-height: 35px;
	}

	.ccbBtnsWrap{
		margin: 82px -16px 100px;
	}

	.btn.devBtnLarge{
		padding: 19px 39px;
		font-size: 20px;
	}

	.devBtnIcn{
		font-size: 34px;
	}

	.cfPostColumn h2{
		margin-bottom: 27px;
		font-size: 25px;
	}

	.cfPostColumn .imgHolder{
		width: 360px;
	}

	.hdHolder{
		width: 517px;
	}

	.imgLeft,
	.mapFrame{
		width: 512px;
	}
	
	.corpContentBlockImage:after{
		width: 512px;
	}

	.corpContentBlock.contentWrap .mainHeading{
		margin-bottom: 36px;
	}

	.contentWrap .align{
		padding-top: 173px;
		padding-bottom: 173px;
	}

	.mhLogoWrap{
		max-width: 212px;
		right: 88px;
		top: 52px;
	}

	.mainHeading {
		font-size: 20px;
		line-height: 40px;
	}

	.mainHeading h1 {
		margin-bottom: 35px;
	}

	p{
		margin-bottom: 20px
	}

	.btn.btnSzMedium{
		padding: 16px 33px;
	}

	.newsBlock .mainHeading{
		font-size: 18px;
		line-height: 31px;
		margin-bottom: 93px;
		padding-right: 63px;
	}

	.nmPostColumn .imgHolder{
		width:503px;
	}

	.contactBlock .contentHolder{
		padding-left: 73px;
		padding-right: 73px;
	}

	.addressHolder{
		padding-left: 67px;
	}

	.cswShopLogo{
		max-width: 276px;
	}

	.h1FzMedium{
		font-size: 35px;
	}

	.headingTitle.htFzMedium{
		font-size: 18px;
		letter-spacing: 15px;
	}

	.close{
		width:87px;
		height:87px;
	}

	.itemContent{
		height: 41px;
	}

	.itemNumber{
		font-size:30px;
	}

	.sideCalculator{
		font-size: 18px
	}

	.productContent h4,
	.productContent .h4{
		font-size: 23px;
		line-height: 24px;
	}

	.productContent h5,
	.productContent .h5{
		font-size: 40px;
	}

	.pqtyWrap input{
		height: 66px;
		font-size: 39px;
	}

	.pqtyWrap button{
		font-size:43px;
	}

	.sbprdctImage{
		height: 606px;
	}

	.logoHolder{
		max-width: 276px;
		margin-right: 61px;
	}

	.titleHolder{
		padding-top: 32px;
	}

	.singlePlatterSubtitle{
		font-size: 25px;
		line-height: 30px;
		margin-top: 25px;
	}

	.textHolder{
		font-size: 18px;
		line-height: 26px;
	}

	.prdctsHolder .chCol3{
		width: 25%
	}

	.crtColsWrap .chCol4{
		width: 40.4%;
	}

	.achLogoWrap{
		right: -66px;
		top: 53px;
		max-width: 200px;
	}

	.wooAreaWrap > .woocommerce{
		padding: 94px 15px;
	}

	.wooBreadcrumbs{
		margin-bottom: 46px;
	}

	.leftColDetails{
		width:513px;
	}

	.pageLogo{
		max-width: 392px;
	}

	.woocommerce-order-received .achLogoWrap{
		right: 20px;
		top: 30px;
		max-width: 200px;
	}
}

@media (max-width: 767px){
	.mainNavigation .sub-menu .sub-menu{
		padding-top: 50px !important;
	}

	.woocommerce-cart .woocommerce-cart-form table,
	.woocommerce-cart .woocommerce-cart-form table tbody{
		display: block;
	}

	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
		width: auto;
		float: right;
		margin-bottom: 0;
	}

	.woocommerce .woorotTableWrap table,
	.woocommerce .woorotTableWrap table tr,
	.woocommerce .woorotTableWrap table td,
	.woocommerce .woorotTableWrap table tbody,
	.woocommerce .woorotTableWrap table tfoot{
		display: block;
	}

	.woocommerce .woorotTableWrap table tr{
		overflow: hidden;
		width: 100%;
	}

	.woocommerce .woorotTableWrap table thead{
		display: none;
	}

	.woocommerce .woorotTableWrap table td{
		text-align: right;
	}

	.woocommerce .woorotTableWrap table td::before{
		content: attr(data-title);
		float: left;
		text-align: left;
	}

	#order_review table.shop_table tbody tr > td input.qty{
		width: auto;
	}

	.woocommerce ul#shipping_method{
		padding-left: 80px;
	}

	.woocommerce .woorotTableWrap table tfoot th{
		display: none;
	}

	.woocommerce .woorotTableWrap table tbody tr.woosb-item-parent{
		border-top: 1px solid #eae7e7;
	}

	.woocommerce .woorotTableWrap table tbody tr.woosb-item-parent:first-child{
		border-top: 0;
	}

/* 	.sideCalculatorCol{
		position: fixed !important;
		right: 10px !important;
		bottom: 0 !important;
		z-index: 999;
		top: auto !important;
		left: auto !important;
		width: auto !important;
	} */

	.sideCalculator{
		width: 184px;
		position: absolute !important;
		right: 0 !important;
		bottom: 50px !important;
		left: auto !important;
		top: auto !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	.chcalIcn{
		font-size: 20px;
	}

	.ttHighlightTitle{
		font-size: 14px;
		line-height: 16px;
	}

	.textTurq{
		margin-bottom: 10px;
	}

	.sideCalculator hr.hrFull{
		margin-left: -10px;
		margin-right: -10px;
	}

	.options_min_cart{
		margin-top: 10px;
		font-size: 17px;
	}

	.select_total_boxquant{
		font-size: 30px;
	}

	.ttTitle{
		font-size: 10px;
	}

	.ttcalcTotalPrice{
		font-size: 25px;
	}

	.select_platter_box{
		margin-left: 3px;
		margin-right: 3px;
		width: 89%;
	}

	.close_extra_box{
		margin-left: 5px;
	}

	.close{
		width: 37px;
		height: 37px;
		font-size: 21px;
	}
	#sticky-social-icons-container {
		top: 280px !important;
	}
	
	.inputControls .minus,
	.inputControls .plus {
		position: absolute;
		font-size: 22px;
		background-color: #C0C0C0;
		color: #000;
		width: 38px;
		height: 25px;
		line-height: 23px;
	}
	
	.inputControls .minus {
		right: 12px;
		border-bottom-right-radius: 15px;
		border-top-right-radius: 15px;
		border-left: 2px solid #000;
	}
	
	.inputControls .plus {
		right: 49px;
	}
	
	.box_qty {
		max-width: 120px;
		border-radius: 15px;
		width: 100%;
		margin-left: 3px;
		padding-right: 80px;
	}
	
	.close_extra_box {
		position: absolute;
		right: 2px;
		top: 1px;
		font-size: 30px;
	}
	
	.inputControls {
		margin-top: 6px;
	}
	
	.boxes_min_cart .platter_box {
		padding-left: 28px;
	}
	
	.add_extra_box {
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.close_extra_box {
		position: absolute;
		left: 0;
		bottom: 0;
		top: auto;
		margin-left: 0;
	}

	.colorBookDescrWrap {
		max-width: 246px;
		margin-left: auto;
		margin-right: auto;
	}

	.shopFiltersWrap .heading {
		color: #F2B181;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
	}

	.shopFiltersWrap {
		position: relative;
    top: -10px;
    right: 19px;
    z-index: 3;
	}

	.fliterDescrForm {
		gap: 0;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		position: absolute;
  	z-index: 3;
		padding: 20px 10px;
		display: none;
	}

	.shopFiltersWrap.filtterBtn .fliterDescrForm {
		display: flex;
	}

	.filterIcn {
		margin-right: 5px;
	}

	.filterCatWrap, 
	.rangeBtnWrap {
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.filterCatWrap {
		margin-bottom: 15px !important;
	}

	.fliterDescrForm::before {
		position: absolute;
		content: "";
		left: -999px;
		right: -9999px;
		background-color: #c01230;
		height: 100%;
	}

	.filterSection {
		padding-top: 35px;
	}
	
	.homeBanner {
		height: 468px;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

.add_extra_box,.close_extra_box{
	cursor: pointer;
}

.disableQuant{
	pointer-events: none;
}

.pwpBtnClose{
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	transition: color 0.3s ease;
	font-weight: 300;
	font-size: 26px;
	line-height: 1;
}
.pwpBtnClose:hover{
	color: #000;
}

.viewInput input[type="number"]{
	margin: 0 auto;
	display: block;
	border-radius: 99px;
	height: 40px;
	background-color: #fff;
	border:  1px solid #fff;
	font-size: 25px;
	color: #000;
	width: 100px;
	text-align: center;
}

.htaTextWrap > p > img{
	margin-top: 30px;
}

.pfColumnsArea{
	padding-bottom: 40px;
}

.hideslideprice{
	display:none !important;
}
.contentWrap{
	z-index:0;
}

.ShopPlatterDetail .productHolderBg{
	background-size: cover !important;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description,
.singleSimpleProduct.summary.entry-summary .woocommerce-product-details__short-description{
	line-height: 22px;
}

.singleSimpleProduct.summary.entry-summary .woocommerce-product-details__short-description{
	padding-right: 160px;
}
.singleSimpleProduct .summary.entry-summary .thwepo-extra-options tbody tr .leftside .thwepof-input-field {
	border: 2px solid #C9A680;
	background: #fff;
	font-size: 16px !important;
	color: #4B4B4B;
	padding: 10px 11px;
	height: 45px;
	border-radius: 10px;
	width: 100px;
}
.singleSimpleProduct .summary.entry-summary .cart {
	position: relative;
}
.singleSimpleProduct .summary.entry-summary .cart .single_add_to_cart_button {
	position: absolute;
	left: 0;
	bottom: -90px;
}
.singleSimpleProduct .summary.entry-summary {
	position: relative;
	margin-bottom: 210px !important;
}
.singleSimpleProduct .summary.entry-summary .product_meta {
	position: absolute;
	bottom: -160px;
	left: 0;
}
.singleSimpleProduct div.product.type-product,
.singleSimpleProduct .woocommerce-breadcrumb{
	padding-left: 20px;
	padding-right: 20px;
}
.singleSimpleProduct .products .add_to_cart_button,
.singleSimpleProduct .summary.entry-summary .cart .single_add_to_cart_button {
	background-color: #C02032;
	border: 2px solid #C02032;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 16px 15px;
	text-transform: uppercase;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	text-align: center;
	border-radius: 99px;
	min-width: 180px;
	display: inline-block;
	font-weight: 800;
}
.singleSimpleProduct .products .add_to_cart_button:hover,
.singleSimpleProduct .summary.entry-summary .cart .single_add_to_cart_button:hover {
	background-color: #AD235F;
	border-color: #AD235F;
	color: #fff;
}
.singleSimpleProduct .product .woocommerce-tabs ul.tabs{
	display: flex;
}
.singleSimpleProduct .product .woocommerce-tabs ul.tabs::before {
	border: 2px solid #C9A680;
}
.singleSimpleProduct .product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
	background: #5AD0BD !important;
	border-color: #5AD0BD !important;
}

.singleSimpleProduct .product .woocommerce-tabs ul.tabs li + li a{
	border-bottom-left-radius: 0 !important;
}
.singleSimpleProduct .product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border:  0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}
.singleSimpleProduct .product .woocommerce-tabs ul.tabs li a {
	color: #474646 !important;
	border: 2px solid #F6F6F6;
	background-color: #F6F6F6 !important;
	border-radius: 10px 10px 0 0 !important;
	padding: 10px 15px !important;
}
.singleSimpleProduct .product .woocommerce-tabs ul.tabs {
	padding-left: 0 !important;
}
.singleSimpleProduct .product ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
	padding-bottom: 50px;
}
.singleSimpleProduct .product ul.products li {
	width: 100% !important;
	margin: 0 0 20px !important;
	padding: 0 10px;
}
.singleSimpleProduct .summary.entry-summary .cart .quantity .input-text {
	border: 2px solid #C9A680;
	background: #fff;
	font-size: 16px !important;
	color: #4B4B4B;
	padding: 10px 8px;
	height: 45px;
	border-radius: 10px;
	width: 100px;
}
.singleSimpleProduct .summary.entry-summary .product_meta .posted_in a,
.singleSimpleProduct .summary.entry-summary .price .woocommerce-Price-amount bdi{
	color: #C9A680;
}

.singleSimpleProduct table.thwepo-extra-options.thwepo_simple{
	width: 100%;
}

.singleSimpleProduct table.thwepo-extra-options.thwepo_simple td{
	padding-top: 8px;
	padding-bottom: 8px;
}

.singleSimpleProduct table.thwepo-extra-options.thwepo_simple td.leftside.label{
	width: 250px;
}

.singleSimpleProduct .cart div.quantity{
	margin-top: 30px !important;
}

.singleSimpleProduct div.product .woocommerce-tabs ul.tabs li::after, .singleSimpleProduct div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.singleSimpleProduct .product ul.products li a h2{
	font-size: 23px !important;
	line-height: 24px;
	color: #626262;
	margin-bottom: 10px;
	font-family: inherit;
}

.singleSimpleProduct .product ul.products li a .price {
	font-size: 30px;
	margin-bottom: 0;
	color: #c53098;
	line-height: 1;
	font-family: inherit;
	font-weight: 400 !important;
}

.singleSimpleProduct .product ul.products li a .onsale {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	top: 15px;
	right: 21px;
	background-color: #c53098;
}

.singleSimpleProduct .product.type-product .related h2 {
	margin-bottom: 35px;
}

.woocommerce table.shop_table td small{
	line-height: 10px;
}

.woocommerce-lost-password form.lost_reset_password .password-input .show-password-input{
    padding: 0 !important;
    min-width: auto !important;
    background-color: transparent !important;
    border: none !important;
    margin-top: 3px !important;
}

@media (min-width: 576px) {
	.singleSimpleProduct .product ul.products li {
		width: 50% !important;
	}

	.prdctsHolder .chCol12 {
  	width: 50%;
	}
}

@media (max-width: 576px) {
	.cart_totals .wc-proceed-to-checkout{
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
	.singleSimpleProduct .product ul.products li {
		width: 25% !important;
	}

	.singleSimpleProduct .product.type-product .related h2 {
		margin-bottom: 50px;
	}

	.prdctsHolder .chCol12 {
  	width: 25% !important;
	}
}

.pemiumcols {
	padding-top: 50px;
}

.woocommerce-cart .woocommerce-shipping-totals {
  display: none !important;
}

.missing-field .input-text,
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select,
.missing-field .select2-container--default .select2-selection--single,
.emptyOption .toggledrop.mainoption{
    background-color: #FFC4C4 !important;
   border-radius: 10px;
}
.missing-field .checkbox{
	 background-color: #FFC4C4 !important;
}
.woocommerce-page #payment #place_order2{
	float:right;
	min-width: 190px;
}


#order_review table.shop_table tbody tr > td input::-webkit-outer-spin-button,
#order_review table.shop_table tbody tr > td input::-webkit-inner-spin-button,
.woocommerce-cart .woocommerce-cart-form table tbody tr > td input::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce-cart-form table tbody tr > td input::-webkit-inner-spin-button{
	-webkit-appearance: none;
  margin: 0;
}

.woocommerce-shipping-methods input[type="hidden"] + label{
	padding: 2px 0;
}

.woocommerce-shipping-methods input[type="hidden"] + label::before,
.woocommerce-shipping-methods input[type="hidden"] + label::after{
	display: none;
}

 .no-checkout-button{
  border: 2px solid #afafaf !important;
  background-color: #afafaf !important;
}

.klbLookBook .mainHeading{
	color: #6B6B6B;
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 23px;
}
.klbLookBook {
	padding-top: 30px;
}
.klbLookBook .mainHeading .klLookText {
	color: #BE8C66;
}
.klbLookBook .mainHeading {
	font-weight: 600;
}
.klbLookBook .pfColumnsArea .chCol2 {
	width: 100%;
}
@media (min-width: 576px) {
	.klbLookBook .pfColumnsArea .chCol2 {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.klbLookBook .pfColumnsArea .chCol2 {
		width: 33.333%;
	}
}
@media (min-width: 1230px) {
	.klbLookBook .pfColumnsArea .chCol2 {
		width: 25%;
	}
}
@media (min-width: 1440px) {
	.klbLookBook .pfColumnsArea .chCol2 {
		width: 20%;
	}
}

.page-template-default.page #pageWrapper {
	background-image: url("/wp-content/uploads/2021/09/Untitled-2-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.sspwcColumn .svgImg img {
	height: 580px;
	width: 260px;
}

.pfColumnsArea h4,
.pfColumnsArea .h4 {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ///............. New style ...../ */

.SimpleProductType .productHolderBg {
	padding-top: 60px;
	padding-bottom: 80px;
}


.SimpleProductType .productHolderBg .colsHolder {
	align-items: center;
}

.SimpleProductType .productHolderBg .colsHolder .chCol4 {
	width: 100%;
}

.SimpleProductType .productHolderBg .colsHolder .chCol8{
	width: 100%;
}

.productHolderBg .SimpleproudctImage {
	position: relative;
	padding-top: 70%;
}


.productHolderBg .SimpleproudctImage img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.textDescrWrap .price {
	display: none;
}

.textDescrWrap .cart .headerTitleArea .mainHeading .h1FzMedium > span {
	color: #be8c66;
}

.textDescrWrap .cart .headerTitleArea .mainHeading .h1FzMedium {
	margin-bottom: 15px;
}

.textDescrWrap .cart .headerTitleArea .mainHeading hr.borderLine {
	width: 140px;
}

.textDescrWrap .cart .single_add_to_cart_button {
	background-color: #c01230 !important;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	min-width: 140px;
	margin-right: 14px;
	border-radius: 99px;
	border: 3px solid #be8c66;
	transition: background-color 0.3s ease, color 0.3s ease;
	min-width: 190px;
	position: relative;
	margin-top: 60px;
}

.textDescrWrap .cart .single_add_to_cart_button:after {
	content: '>';
	display: inline;
	margin-left: 6px;
}

.textDescrWrap .cart .single_add_to_cart_button:hover {
	background-color: #fff !important;
	color: #c01230 !important;
}

.textDescrWrap .platterIncrementHolder {
	width: 230px;
}

.textDescrWrap .platterIncrementHolder .incrementContent {
	margin-top: 20px;
	padding:  0 10px;
}

.textDescrWrap .platterIncrementHolder .incrementContent .quantity {
	margin-top: 0 !important;
	margin-left: auto;
	margin-right: auto;
	color: #696868;
}

.textDescrWrap .platterIncrementHolder .incrementContent .quantity input {
	margin-bottom: 10px;
}

.textDescrWrap .headerTitleArea {
	text-align: left;
}

.textDescrWrap .cart {
	margin-top: 30px;
}

.Banner .sliderBanner li > button {
	display: block;
}

.Banner .sliderBanner ul.slick-dots {
	bottom: 15px;
}

.productSinglePlatter.contentHolder .pemium_section {
	margin-left: -25px;
	margin-right: -25px;
}

.textDescrWrap .platterIncrementHolder .incrementContent .minus,
.textDescrWrap .platterIncrementHolder .incrementContent .plus{
	border: 0;
	background-color: #e4e3e3;
	color: #696868;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	font-size: 22px;
}

.pfColumnsArea h4,
.pfColumnsArea .h4,
.productContent h4,
.productContent .h4 {
	height: 100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}

.pemium_section .productContent h4,
.pemium_section .productContent .h4 {
	-webkit-line-clamp: 2;
	height: 60px;
	color: #000;
	margin-bottom: 5px;
	font-size: 23px;
	text-align: center;
}

.customizePlatterDetail .pemium_section .productContent .pqtyWrap {
	background-color: #c1986c;
}

.customizePlatterDetail .pemium_section .productContent .pqtyWrap .minusProduct,
.customizePlatterDetail .pemium_section .productContent .pqtyWrap .plusProduct {
	color: #fff;
}

.customizePlatterDetail .productContent h5,
.customizePlatterDetail .productContent .h5 {
	color: #696868;
	font-size: 35px;
}

.customizePlatterDetail .pqtyWrap {
	position: static;
}

.customizePlatterDetail .productQntity.pqtyWrap:not(.disableQuant)::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	border: 9px solid #EB05DB;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.customizePlatterDetail .spCheckbox {
	left: 15px;
	top: 15px;
}

.customizePlatterDetail .pemium_section .btnGroupCal .addToCart {
	position: relative;
}

.customizePlatterDetail .pemium_section .btnGroupCal .addToCart:after {
	position: absolute;
	content: '>';
	display: inline;
	margin-left: 6px;
}



@media (min-width: 576px) {
	.textDescrWrap .headerTitleArea {
		display: flex;
	}

	.textDescrWrap .platterIncrementHolder .incrementContent {
		margin-top: 0;
	}
}

@media (min-width: 992px) {

	.textDescrWrap .cart {
		margin-top: 0;
	}

	.textDescrWrap {
		padding-left: 55px;
	}

	.SimpleProductType .productHolderBg .colsHolder .chCol4 {
		width: 45%;
	}

	.SimpleProductType .productHolderBg .colsHolder .chCol8{
		width: 55%;
	}
}

@media (min-width: 1200px) {
	.productSinglePlatter.contentHolder .pemium_section {
		margin-left: -80px;
		margin-right: -80px;
	}
}

@media (min-width: 1440px) {
	.productHolderBg .SimpleproudctImage {
		margin-left: 55px;
	}

	.textDescrWrap {
		padding-left: 85px;
	}

	.productSinglePlatter.contentHolder .pemium_section {
		margin-left: -120px;
		margin-right: -120px;
	}
}

.textDescrWrap .platterIncrementHolder .incrementContent .quantity input::-webkit-outer-spin-button,
.textDescrWrap .platterIncrementHolder .incrementContent .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.textDescrWrap .platterIncrementHolder .incrementContent .quantity input[type=number] {
  -moz-appearance: textfield;
}

.pemium_section .productContent .prdcWrap .productSub,
.pemium_section .productContent .productSub2{
	padding-top: 0;
	padding-bottom: 0;
	height: 26px;
	margin-top: -24px;
	font-size: 16px;
	font-weight: 400;
	color: #818181;
	font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
	margin-bottom: 10px;
}

.productContent.extraBottom {
	font-family: "ZCOOL XiaoWei", "Times New Roman", Times, serif;
}

.productContent.extraBottom h4,
.productContent.extraBottom .h4 {
	color: #000000;
}

.productContent.extraBottom .btn {
	font-size: 18px;
}

.productContent .prdcWrap > h4 {
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 35px;
}
.productContent .prdcWrap > h4{
	font-size:18px;
	line-height:18px;
	display:flex;
	justify-content:center;
	max-width:168px;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:5px;
	height:43px
}
.productContent h5 {
	font-size: 17px;
  padding-top: 6px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
	.productContent .prdcWrap > h4 {
		height: 67px;
	}

	.productContent .prdcWrap > h4{
	font-size:20px;
	line-height:22px;
	padding-top:15px;
	padding-bottom:10px;
	height:60px
}
	.productContent h5 {
	font-size: 18px;
  padding-top: 10px;
  padding-bottom: 5px;
}


	.pcdrBtnWrap{
		margin: 11px -18px 0;
	}
	.productContent.extraBottom .btn {
	font-size: 20px;
}
}

@media (min-width: 992px) {
		.chTermWrap .colsHolder{
	margin-left: -17px;
	margin-right: -17px;
}
	.chTermWrap .colsHolder .chCol{
	padding-left: 17px;
	padding-right: 17px;
}
	
	.productContent .prdcWrap > h4 {
		height: 60px;
	}
		.productContent.extraBottom{
	margin-bottom: 73px;
}
}


@media (min-width: 1230px) {
	.productContent .prdcWrap > h4 {
		height: 61px;
	}
}
.grecaptcha-badge {
	z-index:99999999999 !important;
}

.hpbsSliderWrap,
.homePageBannerSlider,
.homePageBannerSlider div:not(.popUpHolder){
	width: 100%;
}

.hbbsBtnAbsolute{
	position: absolute;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	margin-top: 180px;
	z-index: 1;
}

.homePageBannerSlider .homeBanner{
	position: relative;
}

.popUpHolder.hpbsPopup{
	position: absolute;
	background: none;
}

.popUpHolder.hpbsPopup.popUPSingleWrap{
	position: fixed;
}

.popUpHolder.hpbsPopup .popUpContentCol{
	background: rgba(255,255,255,0.95);
	border:  4px solid #be8c66;
	height: auto;
	text-align: center;
	padding-top: 80px;
}

.popUpHolder.hpbsPopup.popUPSingleWrap .popUpContentCol{
	max-width: 760px;
	width: auto;
	padding-bottom: 80px;
}

.hpbsColumn{
	font-size: 13px;
	line-height: 25px;
	font-weight: 700;
}

.hpbsColumn + .hpbsColumn{
	margin-top: 60px;
}

.hpbsPopup .pwpBtnClose{
	border-radius: 100%;
	width: 30px;
	height: 30px;
	border: 2px solid #BE1734;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #BE1734;
}

.prdPopupOpener,
.prdPopupOpener::before,
.prdPopupOpener::after{
	position: absolute;
	right: 40px;
	top: 20px;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
	background-color: #C0986F;
	z-index: 1;
}

.prdPopupOpener::before,
.prdPopupOpener::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}

.prdPopupOpener::before{
	right: 100%;
	margin-right: 5px;
}

.prdPopupOpener::after{
	left: 100%;
	margin-left: 5px;
}

.popUPSingleWrap .imgHolder{
	margin: 0 auto 30px;
	max-width: 280px;
}

.popUPSingleWrap .imgHolder > img{
	width: 100%;
}

.popUpContentCol .hpbsScrollWrap {
	position: relative;
	max-height: 350px;
	overflow-y: auto;
}

.popUpContentCol .hpbsScrollWrap:before,
.popUpContentCol .hpbsScrollWrap:after{
	position: absolute;
	content: "";
	width: 19px;
	height: 19px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #000;
	cursor: pointer;
	right: 0;
	margin-right: 10px;
	display: none;
}

.popUpContentCol .hpbsScrollWrap:before {
	transform: rotate(-135deg);
	top: 6px;
}

.popUpContentCol .hpbsScrollWrap:after {
	transform: rotate(45deg);
	bottom: 6px;
}

.hpbsColumn .mainHeading .headingTitle{
	font-size: 13px;
	line-height: 15px;
	letter-spacing: normal;
	text-transform: capitalize;
}

.hpbsColumn .mainHeading h2,
.hpbsColumn .mainHeading .h2{
	font-size: 32px;
	line-height: 35px;
}

.popUPSingleWrap .popUpPostInfo .mainHeading h2,
.popUPSingleWrap .popUpPostInfo .mainHeading .h2{
	font-size: 28px;
	line-height: 34px;
}

.homePageBannerSlider ul.slick-dots{
	bottom: 10px;
}

.homePageBannerSlider ul.slick-dots button{
	border: 2px solid #fff;
}

.homePageBannerSlider ul.slick-dots li{
	padding-left: 5px;
	padding-right: 5px;
}

.homePageBannerSlider ul.slick-dots li.slick-active button,
.homePageBannerSlider ul.slick-dots button:hover{
	background-color: #a21d2f;
}

@media (max-width: 767px) {
	.hbbsBtnAbsolute{
		bottom: 30px;
	}
	.sideCalculatorCol{
		top:94%;
		right:53%;
	}
}

@media (min-width: 768px){
	.hpbsSliderWrap{
		width: calc(100% - 231px);
		float: left;
	}
	
	.popUpHolder.hpbsPopup.popUPSingleWrap .popUpContentCol{
		text-align: left;
	}
	
	.homePageBannerSlider,
	.homePageBannerSlider div:not(.popUpHolder){
		height: 100%;
	}
	
	.popUpHolder.hpbsPopup.popUPSingleWrap .popUpContentCol{
		max-width: 570px;
	}
	
	.popUPSingleWrap .popUpPostInfo {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.popUPSingleWrap .imgHolder{
		max-width: none;
		margin: 0;
	}

	.popUPSingleWrap .imgHolder,
	.popUPSingleWrap .hpbsColumn{
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.hbbsBtnAbsolute{
		top: 50%;
	}
	
	.popUpHolder.hpbsPopup .popUpContentCol{
		max-width: none;
		width: calc(100% - 100px);
	}
}

@media (min-width: 992px){
	.hpbsSliderWrap{
		width: calc(100% - 281px);
	}
	
	.popUpHolder.hpbsPopup.popUPSingleWrap .popUpContentCol{
		max-width: 760px;
	}

}

@media (min-width: 1200px){
	.hpbsSliderWrap{
		width: calc(100% - 367px);
	}
	
	.popUpHolder.hpbsPopup.popUPSingleWrap .popUpContentCol{
		max-width: 1010px;
	}
	
	.popUPSingleWrap .popUpPostInfo{
		margin-left: -25px;
		margin-right: -25px;
	}
	
	.popUPSingleWrap .imgHolder, .popUPSingleWrap .hpbsColumn{
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.popUpContentCol .hpbsScrollWrap:before,
	.popUpContentCol .hpbsScrollWrap:after{
		margin-right: 50px;
	}
}

@media (min-width: 1920px){
	.hpbsSliderWrap{
		width: calc(100% - 513px);
	}
}
.description-section{
	display:none!important;
}
/* .wc-proceed-to-checkout .no-checkout-button{
	margin-right:10px
} */

@media (max-width: 479px) {
	#additional_occasion_type_field{order: 1;}
	#additional_greeting_message_field{order: 2;}
	#additional_uncontactable_field{order: 4;}
	#order_comments_field{order: 3;}
	.woocommerce-additional-fields__field-wrapper .btnGroupNav {order: 5;}
}


body.deliveryShip [id$="pickup_04pm_06pm"],
body.deliveryShip [id$="pickup_02pm_04pm"],
body.deliveryShip [id$="pickup_12pm_02pm"],
body.deliveryShip [id$="pickup_10am_12pm"],
body.localPickShip [id$="delivery_10am_12pm"],
body.localPickShip [id$="delivery_12pm_02pm"],
body.localPickShip [id$="delivery_02pm_04pm"],
body.localPickShip [id$="delivery_04pm_06pm"]{
	display: none;
}
.thwepo-extra-options{
	display:none;
}
.mix_match .woocommerce-mix-and-match-add-to-cart .quantity{
	display:none;
}
.range-slider {
    width: 100%;
    position: relative;
    user-select: none;
}

.rangeValues {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    display: block;
}

.slider {
    position: relative;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
}

.slider-bar {
    position: absolute;
    height: 100%;
    background: rgb(0, 115, 170);
    z-index: 1;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    top: -6px;
    width: 20px;
    height: 20px;
    background: rgb(0, 115, 170);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transform: translateX(-50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.slider-handle:hover {
    background: rgb(0, 150, 200);
}

.anchor-buttons {
    text-align: right;
    margin-bottom: 20px;
    position: relative;
	justify-content: start;
	display: flex;
	margin-left: 100px;
	padding-bottom: 4px;
}
.anchor-link {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	border-radius: 10px 10px 0 0;
	border-color: transparent;
	padding: 5px 20px;
	transition: background 0.3s ease;
}
.mg-style {
	margin-right: -4px;
}
.btn-primary {
	background-color: #BC223A;
}
.btn-secondary {
	background-color: #4DA795;
}
.btn-primary:hover {
	background-color: #cd4459; 
}
	
.btn-secondary:hover {
	background-color: #5e9288;
}
@media (max-width: 767px) {
.anchor-buttons {
    text-align: center;
    margin-bottom: 20px;
    position: relative;	
	margin-right: 0;
	justify-content: center;
	padding-bottom: 4px;
	margin-left: 0;
}
	.anchor-link {
	font-size: 19px;
	line-height: 20px;
}
	.mg-style {
	margin-right: -3px;
}
	#pageHeader {
	display: flex;
	align-items: center;
}
	#pageHeader .logo {
  	max-width: 86px;
}
	.abc {
		margin-left: auto;
		margin-right: 45px;
	}
	.userActionsList {
	position: static;
		align-items: center;
	width: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
	.userActionsList li {
		padding: 15px 15px 0 5px; 
	}
	.userActionsList a {
		font-size: 17px;
		opacity: 0.8;
	}
	.menuOpener {
		top: 33px;
	}	
}

.submenu_th {
	padding-left: 10px;
}
.mix_match {
	padding-top: 15px;
}
.anchor-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.anchor-template {
    display: none;
}

.anchor-template.active {
    display: block;
}
.header {
 color: #BE8C66;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-size: 37px;
  line-height: 44px;
}
#mnm-total-label {
	color: #B02A36;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}
#mnm-total-container{
	position: absolute;
    right: 0;
/*     bottom: 130px; */
	bottom: 155px;
    display: flex;
    font-family: "ZCOOL XiaoWei", "Times New Roman", Times, serif;
    color: #a21d2f;
    font-size: 30px;
    gap: 10px;
    line-height: 1.2;
    align-items: center;
}
#mnm-total-container #mnm-total-box{
	border: 2px solid #c9a680;
    color: #515151;
    background-color: #ebe9eb;
    min-width: 140px;
    text-align: center;
    border-radius: 10px;
    font-size: 21px;
    line-height: 2;
}
.sub-menu {
	padding-top: 95px;
}
.woocommerce-mix-and-match-add-to-cart.mnm_button_wrap.add_to_cart_button_wrap{position: relative;}
/* @media (max-width: 1615px) {
	#mnm-total-container{
		bottom: 155px;
	}
} */
@media (max-width: 767px) {
	#mnm-total-container {
		bottom: 146px;
	}
	#mnm-total-label {
		font-size: 18px;
		line-height: 22px;
	}
	#mnm-total-container #mnm-total-box {
		min-width: 108px;
		font-size: 17px;
	}
	.sub-menu {
		padding-top: 10px;
	}
	.woocommerce-message {
		padding: 1em 1em 1em 0.5em;
	}
}

.conter-prnt {
	position: relative;
}
.counter {
	position: absolute;
	color: #f1eff4;
	top: -11px;
	left: 24px;
	color: #f1eff4;
	font-size: 16px;
}
@media (max-width: 767px) {
	.counter {
		top: -11px;
		left: 27px;
	}
}

.woocommerce-shipping-methods li small {
	font-size: 100%;
}

.woocommerce-shipping-methods li small.delivery_info,
.shiping_extra_lable {
	font-size: 11px;
  line-height: 17px !important;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.custom-radio {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  user-select: none;
}

/* Hide the default radio */
.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom circle */
.custom-radio .checkmark {
	width: 22px;
	height: 22px;
	border: 2px solid #c1986c;
	background-color: #fff;
	position: absolute;
	left: 0;
	border-radius: 100%;
}

/* Inner dot */
.custom-radio .checkmark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c1986c;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show dot when checked */
.custom-radio input[type="radio"]:checked + .checkmark::after {
  opacity: 1;
}

.custom-radio:before {
	display: none;
}

.woocommerce-shipping-methods li:first-child {
	margin-bottom: 5px;
}

.woocommerce-checkout #shipping_method li label:before,
.woocommerce-checkout #shipping_method li label:after,
.woocommerce-cart li.free_ship label:before,
.woocommerce-cart li.free_ship label:after {
	display: none;
}

.woocommerce-cart li.free_ship label {
	padding-left: 0;
}

.billing_address_form,
.billing_address_form.intro.main,
.billing_address_form,
.billing_address_form.intro.main,
.shipping_address_form,
.shipping_address_form.intro.main {
	display: none !important;
}

.billing_address_form.main,
.billing_address_form.intro,
.billing_address_form.intro,
.billing_address_form.main,
.shipping_address_form.main,
.shipping_address_form.intro {
	display: block !important;
}

li.sub-menu-parent,
li.sub-menu-parent2 {
	position: relative;
	padding-bottom: 2px;
	border-bottom: 1px solid #ba0f2c;
	margin-bottom: 7px;
	cursor: pointer;
}

li.sub-menu-parent:before,
li.sub-menu-parent2:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 11px;
	width: 9px;
	height: 9px;
	border-color: #ba0f2c;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform: rotate(45deg);
}

li.sub-menu-parent.parrent-open:before,
li.sub-menu-parent2.parrent-open:before{
	transform: rotate(135deg);
	bottom: 15px;
}

li.submenu_th,
li.submenu_th2 {
	padding-left: 24px;
	position: relative;
	margin-left: 26px;
	display: none;
}

li.submenu_th:before,
li.submenu_th2:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 18px;
	height: 1px;
	background-color: #ba0f2c;
}

li.submenu_th.open,
li.submenu_th2.open {
	display: block;
}

@media (max-width: 575px) {
	.mainNavigation .sub-menu a {
		font-size: 15px;
	}
	
	li.submenu_th,
	li.submenu_th2 {
		padding-left: 24px;
		margin-left: 9px;
	}
}

#mnm-total-box {
	position: relative;
	height: 46px;
}

#mnm-total-box:before {
	position: absolute;
	content: "$50.00";
	left: 50%;
	transform: translateX(-50%);
}

#mnm-total-box span {
	display: none;
}

.wc_payment_method.payment_method_cod {
	position: relative;
}

.wc_payment_method.payment_method_cod::before {
	position: absolute;
	content: "";
	background: url('/wp-content/uploads/2025/10/Screenshot38.png') no-repeat left center;
	background-size: contain;
	width: 100px;
	height: 61px;
	left: 140px;
	top: -12px;
}

#music-toggle {
	border: 5px solid #a21d2f;
	color: #a21d2f;
	font-weight: 700;
	padding: 3px 16px;
	background-color: #fff;
	border-radius: 30px;
}