@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');
@font-face {
	font-family: 'Tw Cen MT';
	src: url('../fonts/TwCenMT-BoldItalic.eot');
	src: url('../fonts/TwCenMT-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TwCenMT-BoldItalic.woff2') format('woff2'),
	url('../fonts/TwCenMT-BoldItalic.woff') format('woff'),
	url('../fonts/TwCenMT-BoldItalic.ttf') format('truetype'),
	url('../fonts/-BoldItalic.svg#TwCenMT-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Tw Cen MT Condensed';
	src: url('../fonts/TwCenMT-CondensedBold.eot');
	src: url('../fonts/TwCenMT-CondensedBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TwCenMT-CondensedBold.woff2') format('woff2'),
	url('../fonts/TwCenMT-CondensedBold.woff') format('woff'),
	url('../fonts/TwCenMT-CondensedBold.ttf') format('truetype'),
	url('../fonts/TwCenMT-CondensedBold.svg#TwCenMT-CondensedBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Tw Cen MT Condensed Extra';
	src: url('../fonts/TwCenMT-CondensedExtraBold.eot');
	src: url('../fonts/TwCenMT-CondensedExtraBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TwCenMT-CondensedExtraBold.woff2') format('woff2'),
	url('../fonts/TwCenMT-CondensedExtraBold.woff') format('woff'),
	url('../fonts/TwCenMT-CondensedExtraBold.ttf') format('truetype'),
	url('../fonts/TwCenMT-CondensedExtraBold.svg#TwCenMT-CondensedExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Tw Cen MT';
	src: url('../fonts/TwCenMT-Italic.eot');
	src: url('../fonts/TwCenMT-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TwCenMT-Italic.woff2') format('woff2'),
	url('../fonts/TwCenMT-Italic.woff') format('woff'),
	url('../fonts/TwCenMT-Italic.ttf') format('truetype'),
	url('../fonts/TwCenMT-Italic.svg#TwCenMT-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Tw Cen MT Condensed';
	src: url('../fonts/TwCenMT-Condensed.eot');
	src: url('../fonts/TwCenMT-Condensed.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TwCenMT-Condensed.woff2') format('woff2'),
	url('../fonts/TwCenMT-Condensed.woff') format('woff'),
	url('../fonts/TwCenMT-Condensed.ttf') format('truetype'),
	url('../fonts/TwCenMT-Condensed.svg#TwCenMT-Condensed') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Tw Cen MT';
	src: url('../fonts/TwCenMT-Regular.eot');
	src: url('../fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TwCenMT-Regular.woff2') format('woff2'),
	url('../fonts/TwCenMT-Regular.woff') format('woff'),
	url('../fonts/TwCenMT-Regular.ttf') format('truetype'),
	url('../fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Tw Cen MT';
	src: url('../fonts/TwCenMT-Bold.eot');
	src: url('../fonts/TwCenMT-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TwCenMT-Bold.woff2') format('woff2'),
	url('../fonts/TwCenMT-Bold.woff') format('woff'),
	url('../fonts/TwCenMT-Bold.ttf') format('truetype'),
	url('../fonts/TwCenMT-Bold.svg#TwCenMT-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
	color: #f6afc4;
}
a:active, a:hover {	
outline: 0;
	color: #565656;
}

p a, p a:link{
    text-decoration: underline;
    font-weight: 400;
	color: #565656;
}
p a:hover, p a:active {
	color: #565656;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1rem 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
optgroup {
	color: inherit;
	font: inherit;
}
button {
	overflow: visible;
	text-transform: none;
}
select {
	text-transform: none;
}
button, html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Tw Cen MT';
	text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Tw Cen MT';
	text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Tw Cen MT';
	text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: 'Tw Cen MT';
	text-transform: uppercase;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
.widget-snippet ul, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
	position: relative;
	margin: 0;
	padding: 0 0 6px 20px;
	color: #36454F;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
}
.article-content ul li::before, .widget-snippet ul li::before {
	content: '\f111';
	position: absolute;
	left: -1px;
	top: 6px;
	width: 13px;
	height: 10px;
	z-index: 1;
	font: normal normal normal 14px/1 FontAwesome;
	color: #565656;
	font-size: 12px;
}
ol, .widget-article ol, .widget-snippet ol {
	padding-left: 18px;
}
ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
	margin-bottom: 12px;
}
.widget-snippet ol li,ol li {
	padding: 0 0 6px 10px;
}
::-moz-selection, ::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::-moz-selection, ::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
             http://www.sanbeiji.com/archives/953 */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	*:before, *:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
               http://www.sanbeiji.com/archives/953 */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a {
		text-decoration: underline;
	}
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*
         * Printing Tables:
         * http://css-discuss.incutio.com/wiki/Printing_Tables
         */
	thead {
		display: table-header-group;
	}
	tr {
		page-break-inside: avoid;
	}
	img {
		page-break-inside: avoid;
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
.btn-group.view-switchers .list-view-switcher, .btn-group.view-switchers .image-view-switcher {
	height: 20px !important;
	background-color: transparent;
	border: 0;
}
/* Theme Base */
html {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Tw Cen MT';
	font-weight: 400;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Tw Cen MT';
	font-weight: 700;
	color: #000;
}
h1 {
	font-size: 48px;
	line-height: 1.2;
}
h2 {
	font-size: 40px;
	line-height: 1.2;
}
h3 {
	font-size: 32px;
	line-height: 1.2;
}
h4 {
	font-size: 24px;
	line-height: 1.2;
}
h5 {
	font-size: 19.2px;
	line-height: 1.2;
}
h6 {
	font-size: 17.6px;
	line-height: 1.2;
}
/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
	font-size: 16px;
}
code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend {
	color: #36454F;
	font-size: 16px;
}
address {
	color: #000;
	font-size: 16px;
}
p {
	font-size: 16px;
	color: #36454F;
}

input[type=file], input[type=hidden] {
	color: #000;
	font-size: 16px;
}
input[type=image], blockquote {
	color: #000;
	font-size: 16px;
}
input[type=text], input[type=password] {
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 10px;
	height: 43px;
	border: 2px solid #bbb;
	border-radius: 0;
}
input[type=text].validation-error, input[type=password].validation-error {
	border: 2px solid #e64343;
}
select {
	height: 43px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 10px;
	border: 2px solid #bbb;
	border-radius: 0;
}
select.product-sorting{
	border:0;
}
textarea {
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 10px;
	height: 90px;
	border: 2px solid #bbb;
	border-radius: 0;
}
table {
  max-width: 100%;
  margin-bottom: 20px;
}
.widget-snippet td, .widget-snippet th {
	padding: 8px;
}
table th {
    font-size: 17px;
    font-weight: 700;
    background: #ffffff;
}
table, th, td {
	border: 1px solid #d9d9d9;
	padding: 8px;
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	color: #000000;
}
table tr:nth-child(2n) {
	background: #f8f8f8;
}

.article-item.full-article h5 {
    margin-top: 20px;
}
/* webocommander Form css */
.page-content .v-split-container > .v-split {
	margin: auto;
	width: 1280px;
	    max-width: 100%;
}
.auto-page .page-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}
.simpleCaptcha-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px 0 5px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
	display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
	width: calc(50% - 15px);
	display: block;
	float: left;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	background: #fff;
	border: 2px solid #bbb;
	height: 43px;
	padding: 0;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field.mandatory {
	width: calc(50% - 15px);
	float: right;
	margin-top: 0;
	vertical-align: top;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
	display: none;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
	width: 100%;
}
.errorlist.after {
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
}
.errorlist.after .message-block {
	color: #ff5c5c;
}
.widget.widget-newsletter.homepage-newsletter .message-block.message-text {
	color:#ff9696;
} 
.discount-coupon-code-form .errorlist.after {
	margin-left: 0px;
}
.widget > .widget-title {
    color: #36454F;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Tw Cen MT';
}


/* web form CSS */
.form-template input[type="text"], .form-template .form-row select {
	height: 43px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
	width: 100%;
	font-family: 'Tw Cen MT';
	padding: 3px 14px;
	border: 2px solid #bbb;
}
.form-row label {
	width: auto;
}
/* Common Button CSS */
input[type=submit], input[type=button] {
	margin-top: 0px;
	height: auto !important;
	color: #fff;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 35px;
	background-color: #565656;
	border: 2px solid #565656;
	font-family: 'Tw Cen MT';
}

input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
	color: #fff;
	background-color: #565656;
	border-color: #565656;
}
input[type=submit]:hover, input[type=button]:hover {
	color: #36454F;
	background-color: transparent;
	border: 2px solid #36454F;
}
button, .button, a.button {
	margin-top: 0px;
    height: auto !important;
	color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: #36454F;
    border: 2px solid #36454F;
    font-weight: 700;
    padding: 8px 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
		font-family: 'Tw Cen MT';
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
	color: #fff;
	background-color: #565656;
	border-color: #565656;
}	
button:hover, .button:hover, a.button:hover {
	color: #fff;
	background: #565656;
    border: 2px solid #565656;
}
input[type=submit]:hover, input[type=button]:hover {
	background: #fff;
	color: #36454F;
}
button.Zebra_DatePicker_Icon {
	background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
input[type="reset"] {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
	opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
input[type="reset"]:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
.reset-button {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
	opacity: 1;
}
.reset-button:focus, .reset-button.focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
.reset-button:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
.button.cancel-button {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
	opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus, div.jssor-slider-container .container .slide.slide .description.jssor-caption-1::after {
	display:none;
}
.button.cancel-button:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
.widget-pageHeading {
	background: #f8f8f8;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 50px;
}
.widget-pageHeading h1{
	padding-bottom:6px;
}
.jssor-slider-container .jssorb03 div {
	opacity: 0;
}
.jssor-slider-container .jssorb03 div:hover {
	opacity: 0;
}
.jssor-slider-container .jssorb03 .av {
	opacity: 0;
}
div.jssor-slider-container {
	width: 1920px;
	height: 640px;
	padding: 0 !important;
	text-align: left;
	margin: 0 auto;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container {
	width: 1920px;
	height: 600px;
	padding: 0 !important;
	text-align: left;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
	display: block;
}
.jssor-slider-container::before {
	content: url("../images/loading.gif");
	height: 64px;
	left: 50% !important;
	margin-left: -32px !important;
	margin-top: -32px !important;
	position: absolute;
	top: 50%;
	width: 64px;
}
.widget-gallery .jssor-slider-container .container [u="caption"] {
	width: auto;
	max-width: 750px;
	left: 21%;
	top: 38%;
	padding: 0;
	border: 0;
	z-index: 9999;
}
.newsletter.unsubscribe {
	text-align: center;
	margin: 0 0 20px 0;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.newsletter.unsubscribe.valid-verify-form h3 {
	margin: 0;
	font-size: 26px;
	color: #080808;
	text-transform: none;
	line-height: 36px;
	font-family: 'Gilroy';
	font-weight: 700;
	text-align: center;
	padding: 0;
}
.newsletter.unsubscribe span.message {
	margin-bottom: 20px;
	display: block;
	color: #36454F;
	font-weight: normal;
	font-size: 17px;
}
.newsletter.unsubscribe.valid-verify-form textarea {
	height: 90px;
	width: 100%;
	display: block;
	text-align: left;
	margin: 0 auto;
}
.newsletter.unsubscribe .form-row.mandatory label {
	width: 100%;
	font-size: 16px;
}
.newsletter.unsubscribe .form-row button {
	border: none;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: #36454F;
	margin: 0;
	width: 100%;
	padding: 14px 0;
	position: relative;
	margin-top: 15px;
}

.newsletter.unsubscribe .form-row button:hover {
	background: #000;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-blogPost.recent-post.featured .post.post-list-view-height {
	padding-bottom: 7px;
}
.blog-categories .vertical .navigation-item a {
	border-bottom: none;
	display: block;
	padding: 0 0 0 20px;
	position: relative;
	color: #000000;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 25px;
	font-family: 'Tw Cen MT';
}
.blog-categories .vertical .navigation-item a::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
	border-radius: 50%;
	top: 11px;
	left: 0;
}
.blog-categories .vertical .navigation-item a:hover, .blog-categories .vertical .navigation-item a:focus {
	color: #2b2b8a;
}
.blog-categories .vertical .navigation-item + .navigation-item {
	margin-top: 5px;
}
.blog-post-item {
	width: 45%;
	overflow: hidden;
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 394px;
	border: none;
	margin: 0 32px 20px 0;
}
.page-content .post-list-view-width {
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.page-content .blog-post-item a img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog-categories {
	padding-top: 50px;
	padding-bottom: 100px;
}
.page-content .blog-post-item a:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.widget-blogPost .blog-post-content .blog-post-item .post-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page-content .blog-post-item .title {
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	text-transform: none;
	margin: 0;
	padding: 0;
}
.page-content .blog-post-item .title a {
	font-weight: 600;
	color: #000;
	font-size: 19px;
}
.blog-post-item .title {
	font-size: 20px;
	padding-bottom: 0px;
	padding-top: 0;
	line-height: 24px;
	margin-bottom: 8px;
}
.blog-post-item .title a {
	color: #000;
	font-size: 1em;
	font-weight: 400;
	font-size: 22px;
}
.blog-post-item .title a:hover {
	color: #2b2b8a;
}
.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info {
	margin-bottom: 3px;
	padding-top: 3px;
}
.blog-post-info span.date {
	color: #8a8685;
	background: none;
	padding-left: 0;
	margin-right: 5px;
	font-style: italic;
	position: relative;
	padding-right: 9px;
}
.blog-post-info span.date::before {
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	height: 12px;
	width: 1px;
	background: #777;
}
.blog-post-info span.categories {
	background: none;
	padding-left: 0;
	margin-right: 10px;
	font-style: italic;
}
.page-content .blog-post-info span.categories a {
	color: #8a8685;
	padding-right: 15px;
}
.page-content .blog-post-info span.categories a:hover {
	color: #000;
}
.page-content .blog-post-item .content {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0;
}
.blog-post-item .post-description > a {
	display: none;
}
.recent-post .content, .recent-post .blog-post-info {
	display: none;
}
.recent-post .blog-post-item {
	width: 100%;
	margin: 0;
	float: none;
	min-height: auto;
}
.recent-post .blog-post-item .title {
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 20px;
}
.recent-post h1.title::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
	border-radius: 50%;
	top: 11px;
	left: 0;
}
.widget-snippet .service-read-more {
	padding-left: 35px !important;
}
.widget-snippet .service-read-more::after {
	display: none;
}
.recent-post .blog-post-item .title a {
	color: #000000;
	font-size: 18px;
	margin: 0 0 30px;
	font-weight: normal;
	line-height: 25px;
	font-family: 'Tw Cen MT';
}
.recent-post .blog-post-item .title a:hover {
	color: #2b2b8a;
}
.blog-post-item .title a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
.recent-post div.footer {
	display: none;
}
.recent-post .blog-post-item + .blog-post-item {
	margin-top: 15px;
}
.blog-post-content .footer {
	overflow: hidden;
	width: 100%;
	background-color: transparent;
	text-align: center;
	padding-top: 40px;
}
.blog-post-content .footer span.pagination {
	float: none;
}
.blog-post-content .footer span.pagination span {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: 700;
}
.blog-post-content .footer span.pagination span.current {
	background-image: none;
	background-color: #EF672F;
}
.blog-post-details .comment-post-panel {
	border: none;
	padding: 0;
	position: relative;
}
.message-block.info-message, .message-block.success {
	top: 28px;
}
.blog-category-details {
	padding: 91px 0 30px;
}
.blog-category-details .blog-post-item {
	min-height: 300px;
}
.blog-category-details .title {
	color: #070659;
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	font-family: 'Tw Cen MT';
}
.comment-post-panel input[type="text"], .comment-post-panel input[type="email"] {
	width: 100%;
}
.comment-post-panel textarea {
	width: 100%;
	min-height: 150px;
	margin: 0;
}
.blog-post-details .comment-post-panel textarea {
	width: 100%;
	height: 200px;
	margin-bottom: 0;
}
.comment-post-panel .errorlist.after {
	font-weight: 600;
	color: #000069;
	font-size: 18px;
	font-family: 'Tw Cen MT';
	line-height: 25px;
}
.comment-post-panel .simpleCaptcha-container {
	margin-top: 20px;
	padding-bottom: 2px;
}
.blog-post-details .comment-post-panel h2 {
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: 600;
}
.comment-post-panel .form-row {
	text-align: left;
}
.comment-post-panel .form-row.simple_captcha_input_field.mandatory {
	margin-top: 0;
}
#blog-post-create-comment-panel .max-character {
	color: #999;
	display: block;
	font-size: 11px;
	font-style: italic;
	padding-left: 5px;
	padding-right: 0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 18px;
}
.blog-post-details {
	padding: 100px 60px 100px 0;
}
.blog-post-details .comment-post-panel label {
	color: #555555;
	display: block;
	padding-bottom: 7px;
	padding-top: 10px;
	font-size: 16px;
}
.blog-post-details .image img {
	width: 100%;
}
.blog-post-details .blog-post-info {
	padding-bottom: 17px;
}
.blog-post-details .title {
	margin-bottom: 4px;
}
.page-blog .page-content .widget.page-heading {
	margin-top: -15px;
}
.page-content .blog-post-details .title {
	color: #000069;
	margin-top: -6px;
	line-height: 38px;
	padding-bottom: 0;
}
.blog-post-details .post-description .content p {
	color: #000000;
	font-size: 15px;
	margin: 10px 0 20px;
	font-weight: normal;
	line-height: 27px;
	font-family: 'Tw Cen MT';
}
.comment-post-panel .errorlist.after {
	right: 25px;
	background: red;
	text-align: center;
	width: 143px;
	min-width: auto;
	position: absolute;
	bottom: -10px;
	border-radius: 10px;
}
.comment-post-panel .errorlist.after .message-block {
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
}
.comment-post-panel .form-row.textArea .errorlist.after {
	bottom: -7px;
	right: 10px;
}
.comment-post-panel .form-row.simple_captcha_input_field.mandatory .errorlist.after {
	bottom: -7px;
	right: 11px;
}
/* comments popup and like */
.blog-comments .info-row.writer .name {
	font-weight: bold;
	color: #000069;
	font-size: 22px;
	display: block;
	padding: 0 0 10px 0;
}
.blog-comments .info-row.writer .date {
	background: none;
	position: relative;
	padding-left: 19px;
	font-size: 14px;
}
.blog-comments .info-row.writer .date::before {
	content: "\f073";
	position: absolute;
	left: 0;
	top: -4px;
	font-family: "FontAwesome";
	font-size: 14px;
	color: #000069;
}
.blog-comments .info-row.writer span:nth-of-type(3) {
	font-weight: bold;
	color: #000069;
	display: none;
}
.blog-comments .info-row.writer span:nth-of-type(4) {
	font-size: 14px;
	display: none;
}
.blog-post-comment-panel .btn-like {
	margin-right: 10px;
	margin-left: 3px;
	display: none;
}
.blog-post-comment-panel .btn-liked {
	margin-right: 10px;
	margin-left: 3px;
	display: none;
}
.blog-post-comment-panel .btn-liked::after {
	content: "\f164";
	color: #000069;
	cursor: pointer;
}
.blog-post-comment-panel .btn-like::after {
	content: "\f164";
	color: #000069;
	cursor: pointer;
}
.blog-comments .info-row.writer .btn-comment-reply {
	position: relative;
	padding-right: 19px;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	color: #000069;
}
.blog-post-comment-panel .btn-liked::after {
	content: "\f165";
	color: #000069;
}
.blog-comments .info-row.writer .btn-comment-reply:hover {
	color: #000;
}
.blog-comments .comment-item .content i {
	margin: 0 3px;
	color: #000000;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
}
.loging-to-react.popup .body a {
	font-weight: bold;
}
.loging-to-react.popup .header {
	background-color: #000069;
	border-bottom: 0;
	color: #fff;
	font-size: 16px;
	padding: 11px 10px;
	font-weight: bold;
}
.blog-comment-reply-popup.popup .header {
	background-color: #000069;
	border-bottom: 0;
	color: #fff;
	font-size: 16px;
	padding: 11px 10px;
	font-weight: bold;
}
.blog-comment-reply-popup label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.blog-comment-reply-popup input {
	width: 100%;
	height: 40px;
	border: none;
	border: 2px solid #dcdcdc;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 10px 0 0;
}
.blog-comment-reply-popup textarea {
	width: 100%;
	height: 40px;
	border: none;
	border: 2px solid #dcdcdc;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 10px 0 0;
	height: 90px;
}
.blog-comment-reply-popup .textarea-wrap .max-character {
	top: 0;
	right: 0;
	position: absolute;
	font-size: 12px;
}
.blog-comment-reply-popup input[type="text"].validation-error, .blog-comment-reply-popup input[type="password"].validation-error {
	background-color: transparent;
	border: none;
	border: 2px solid #dcdcdc;
	color: #ff0000;
}
.auto-page .blog-comment-reply-popup .errorlist.after .message-block {
	top: -1px;
	font-size: 14px;
}
.blog-comment-reply-popup .form-row.simple_captcha_input_field.mandatory {
	width: 100%;
	display: block;
	margin-left: 0;
	margin-top: 20px;
	vertical-align: top;
}
.blog-comment-reply-popup .simpleCaptcha-container {
	padding: 5px 0 0;
}
.blog-comment-reply-popup .simpleCaptcha-container .form-row.simple-captcha {
	display: inline-block;
	width: 100%;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
	font-size: 15px;
	line-height: 26px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row {
	font-weight: 600;
}
.blog-comment-reply-popup .popup .body {
	background-color: #FFFFFF;
	padding: 20px 15px;
}
.loging-to-react.popup .body {
	min-height: 100%;
}
.loging-to-react.popup .body a {
	font-weight: 700;
	font-size: 19px;
	color: #000069;
}
.blog-comment-reply-popup .popup-bottom.footer {
	padding: 15px 15px 20px;
}
.blog-comment-reply-popup.popup .close-icon {
	background: url("/template/3b77056f/images/remove-icon.png");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center 5px;
}
.blog-comment-reply-popup.popup .close-icon::after {
	display: none;
}
/* eCommerce Base */

/* cart Page
------------------
link: /cart/details
--------------------
*/
.shopping-cartitem h1 {
	float: none;
	padding-bottom: 15px;
	text-align: center;
	display: none;
	max-width: 960px;
}
.page-cart .shopping-cartitem {
	background: none;
	border: 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	margin: 0 auto;
}
.page-cart .shopping-cartitem.empty-cart {
	text-align: center;
	max-width: 450px;
	background: #f8f8f8;
	padding: 45px 0;
}
.page-cart .shopping-cartitem.empty-cart .empty-cartitem-text {
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
}
.cartitem-btn-wrapper.top {
	text-align: center;
	position: relative;
	margin-top: 0px;
	float: none;
	display: block;
	margin-bottom: 35px;
}
.cartitem-btn-wrapper.top a {
	margin-right: 5px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-left: 5px;
}
.cartitem-btn-wrapper.top .button {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.cartitem-btn-wrapper.top .empty-cartitem-btn {
	color: #36454F;
	background-color: transparent;
	border-color: #36454F;
	border: 2px solid #36454F;
}
.cartitem-btn-wrapper.top .empty-cartitem-btn:focus, .cartitem-btn-wrapper.top .empty-cartitem-btn.focus {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}
.cartitem-btn-wrapper.top .empty-cartitem-btn:hover {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}
.cartitem-table {
	margin-bottom: 20px !important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
.cartitem-table .stepper {
	margin: 0 auto;
	width: auto;
	float: none;
	width: 90px;
}
.cartitem-table th {
	font-weight: 700;
}
.cartitem-table td.total-label, .cartitem-table td.price {
	font-weight: 400;
}
.check-out-total .price, .shopping-cart-total .price {
	font-weight: 400;
}
.cartitem-table th, .cartitem-table td {
	width: 20%;
	text-align: center;
	border: 0px solid #eee;
	font-size: 16px;
}
.cartitem-table th:first-of-type, .cartitem-table th:nth-of-type(2), .cartitem-table td:first-of-type, .cartitem-table td:nth-of-type(2) {
	text-align: left;
}

.check-out-total .left-column, .shopping-cart-total .left-column {
	width: 40%;
	text-align: left;
}
.sub-total-left-panel-cart-details {
    max-width: 350px;
    display: block;
}
.check-out-total .right-column, .shopping-cart-total .right-column {
	width: 58%;
	text-align: right;
}
.check-out-total *, .shopping-cart-total * {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.check-out-total *:nth-child(even), .shopping-cart-total *:nth-child(even) {
	font-weight:700;
}
.payment-option .row .info, .payment-option .row .price-row {
    display: block;
	width:auto;
	margin-bottom: 10px;
}

.discount-coupon-code-form {
    background-color: #fff;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.discount-coupon-code-form input[type=text] {
	height: auto;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: initial;
}
.discount-coupon-code-form  span.message-block.error {
    text-transform: initial;
}
.discount-coupon-code-form .form-row.btn-row label {
	display: none;
}
/* .discount-coupon-code-form .form-row.btn-row button {
	display: block;
	width: 100%;
	color: #36454F;
	background-color: transparent;
	border-color: #36454F;
	border: 2px solid #36454F;
} */
/* .discount-coupon-code-form .form-row.btn-row button:focus, .discount-coupon-code-form .form-row.btn-row button.focus {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}
.discount-coupon-code-form .form-row.btn-row button:hover {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
} */
.check-out-total table, .shopping-cart-total table {
	font-size: 15px;
}
.check-out-total td.total-label, .shopping-cart-total td.total-label {
	padding: 10px 30px 10px 15px;
	border: 0;
}
.check-out-total .price, .shopping-cart-total .price {
	border: 0;
}
.check-out-total tr, .shopping-cart-total tr {
	border-bottom: 0;
}
.cartitem-btn-wrapper {
	text-align: right;
	font-weight: 700;
}
.cartitem-btn-wrapper .button {
	float: none;
}
.cartitem-btn-wrapper .continue-shopping-btn {
    color: #36454F;
    background: #fff;
    border: 2px solid #36454F;
}
.cartitem-btn-wrapper .continue-shopping-btn:hover {
	color: #fff;
	background: #565656;
    border: 2px solid #565656;
}
/* .cartitem-btn-wrapper .continue-shopping-btn {
	color: #36454F;
	background-color: transparent;
	border-color: #36454F;
	border: 2px solid #36454F;
} */
/* .cartitem-btn-wrapper .continue-shopping-btn:focus, .cartitem-btn-wrapper .continue-shopping-btn.focus {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}
.cartitem-btn-wrapper .continue-shopping-btn:hover {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
} */
.auto-page.page-cart table.cartitem-table.product-thumb-view tr.cart-item td.price {
	font-size: 18px;
	text-align: right;
}
.auto-page.page-cart table.cartitem-table.product-thumb-view > thead th.price {
	font-size: 18px;
	text-align: right;
}
/* .page-cart .shopping-cartitem .shopping-cart-total + .cartitem-btn-wrapper .button.checkout-btn {
	border: 2px solid #DEDEDE;
	background-color: #DEDEDE;
}
.page-cart .shopping-cartitem .shopping-cart-total + .cartitem-btn-wrapper .button.checkout-btn:hover {
	color: #ffffff;
	background: #36454F;
	border: 2px solid #36454F;
} */
.shopping-cartitem .remove-cartitem {
	background: url("../images/close-icone.jpg") no-repeat left bottom;
}
/* Checkout Page options
---------------------
link:/shop/checkout(before  login)
---------------------
*/
.checkout-page-options {
margin: 0 auto;
	padding: 0;
}
.checkout-page-options .item-head {
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
	background: none;
	display: none;
}
.checkout-page-options > h1 {
	font-size: 36px;
	font-weight: 700;
	display: none;
}
.checkout-page-options .content-wrapper {
	border: 1px solid #d2d2d2;
	padding: 50px 30px;
}
.checkout-page-options .new-customer {
	display: inline-block;
	padding-right: 7%;
	vertical-align: top;
	width: 50%;
	padding-left: 3%;
	font-weight: 700;
	text-transform: uppercase;
}
.checkout-page-options .new-customer h1 {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Tw Cen MT';
	margin-bottom: 0px;
	color: #36454F;
}
.checkout-page-options .new-customer p {
	font-size: 14px;
	line-height: 20px;
	color: #36454F;
	font-weight: 700;
	text-transform: uppercase;
}
.checkout-page-options .new-customer .checkout-option {
	margin-top: 20px;
	font-weight: 700;
	font-family: 'Tw Cen MT';
}
.checkout-page-options .registered-customer {
	border-left: 1px solid #d2d2d2;
	display: inline-block;
	padding-left: 7%;
	width: 48%;
	font-weight: 700;
	text-transform: uppercase;
}
.checkout-page-options .registered-customer > h1 {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Tw Cen MT';
	color: #36454F;
}
.checkout-page-options .registered-customer p {
	font-size: 14px !important;
	color: #36454F;
}
.checkout-page-options .registered-customer .form-row {
	margin-bottom: 15px;
	position:relative;
	line-height: 0px;
}
.checkout-page-options .registered-customer .errorlist.after {
    position: relative;
    margin-left: 145px;
    bottom: 0;
}
.checkout-page-options .registered-customer .form-row.lost-password-row {
	padding-left: 30%;
}
.checkout-page-options .registered-customer .form-row label {
	line-height: 40px;
	width: 30%;
}
.checkout-page-options .registered-customer input[type="text"], .checkout-page-options .registered-customer input[type="password"] {
	width: 70%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px;
	float: right;
}
.checkout-page-options .registered-customer button.login-submit {
	width: 100%;
	margin-top: 5px;
	float: right;
	max-width: 70%;
	font-weight: 700;
	font-family: 'Tw Cen MT';
}
.checkout-page-options .new-customer .option label {
	font-weight: 700;
	text-transform: uppercase;
}
/* Checkout Page
---------------------
link: /shop/checkout
---------------------
*/
.checkout-page {
	margin: 0 auto;
}
.checkout-page .toolbar-btn:hover {
	background-color: #36454F;
	border-color: #36454F;
}
.checkout-page .page-heading {
	font-size: 36px;
	display: none;
}
.checkout-page .section {
	border: 0;
	color: #000;
	height: auto;
	line-height: 27px;
	margin-bottom: 15px;
	position: relative;
	background: none repeat scroll 0 0 #f5f5f5e6;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.checkout-page .section.loaded {
	border: 2px solid #efefef;
	background: #fff;
}
.checkout-page .section.loaded .header .title {
	padding-top: 9px;
	font-size: 16px;
	display: inline-block;
	color: #000;
	font-family: 'Tw Cen MT';
	font-weight: 700;
	text-transform: uppercase;
}
.checkout-page .section.loaded > .header > .title {
	font-size: 20px;
	padding-left: 30px;
	color: #000000;
	font-family: 'Tw Cen MT' !important;
	font-weight: 700;
}
.checkout-page .section.loaded .body {
	padding: 20px 30px;
}
.checkout-page .section .header .title {
	color: #000;
	font-size: 14px;
	padding-left: 30px;
}
.checkout-page .section .header .icon {
	display: none;
}
.checkout-page .address-view .address {
	border: 1px solid rgba(0, 0, 0, 0.3) !important;
	background: #fff;
}
.checkout-page .section .section.delivery-types {
	margin-top: 0;
	margin-bottom: 0;
}
.checkout-page .section .section.delivery-types > .form-row {
	margin-bottom: 10px;
}
.checkout-page .payment-option .body {
	background-color: #e6eae9;
}
.checkout-page .payment-option .body .code-submit-form button {
	line-height: 16px;
}
.section.delivery-types {
	background: #fff;
}
.checkout-page .address-edit-from-wrap > .header {
	margin-bottom: 15px;
}
.checkout-page .delivery-types .different-shipping {
	margin-left: 0;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}
.checkout-page .section .step-continue-button {
	margin-top: 10px;
	padding: 10px 20px;
	width: 100%;
	font-family: 'Tw Cen MT';
	font-weight: 700;
}
.checkout-page .address-view > .header {
	margin-bottom: 7px;
}
.checkout-page .body .header .title {
	padding-top: 0 !important;
	padding-left: 0 !important;
	text-transform: capitalize !important;
	letter-spacing: 1px !important;
	font-weight: 700;
}
.checkout-page .toolbar-btn {
	text-transform: uppercase;
}
.checkout-page .confirm-order-btn-row .confirm-order-button {
	padding: 12px 40px;
	font-size: 15px;
	width: 100%;
}
.checkout-page .address-edit-from-wrap .form-row label {
	color: #353535;
	font-family: 'Tw Cen MT';
	line-height: 24px;
}
.checkout-page .address-edit-from-wrap form {
	background-color: transparent;
	padding: 0;
}

.check-out-total > .price-row {
	padding-top: 0;
	padding-bottom: 0;
}
.confirm-step-form .left-panel {
	width: 50%;
	background: #fff;
	padding: 40px;
	margin: 53px 0 0 0;
	padding-left: 15px;
}
.confirm-step-form .cart-item .details .price {
	padding: 0;
}
.confirm-step-form .right-panel {
	padding: 0 0 0 30px;
	background-color: #ffffff;
	width: 50%;
}
.checkout-page .section.confirm form > div + div span strong {
	font-size: 15px;
	vertical-align: top;
}
.confirm-step-form .left-panel > .header .title {
	padding-top: 0 !important;
	padding-left: 0 !important;
	text-transform: capitalize !important;
	letter-spacing: 1px !important;
	font-weight: 700;
}
.checkout-page .payment-option > .header {
	border-top: 0;
	text-transform: uppercase;
}
.checkout-page .payment-options {
	border-bottom: 0;
}
.confirm-step-form .cart-item .details {
	padding-left: 15px;
}
.payment-gateway {
	padding-top: 20px;
	margin-bottom: 40px;
}
.payment-gateway .payment-method {
	border: 2px solid #9d9d9d;
	width: 100%;
	max-width: 300px;
}
.cartitem-table .total-price-column {
	min-width: 106px;
	width: 106px;
}

.check-out-total > .price-row .label, .check-out-total > .price-row .price {
	font-family: 'Tw Cen MT';
	padding: 5px 0;
}
.check-out-total .total-order .price {
	font-size: 16px;
}
/* Login Page*/
.login-form {
	width: 100%;
	width: 100%;
	max-width: 480px;
	border: 1px solid #efefef;
	background: #fff;
	margin: 0 auto;
	padding: 45px;
}
.login-form .lost-password a {
	color: #0c9a70;
	margin-top: 15px;
	display: inline-block;
	font-weight: 500;
}
.login-form .lost-password a:hover {
	color: #000000;
}
.login-form span.title {
	display: none;
}
.login-form .account-register a {
	color: #0c9a70;
}
.login-form .account-register a:hover {
	color: #565656;
	text-decoration:none;
}
.login-form .errorlist.after {
	bottom: -11px;
}
.login-form input[type="password"], .login-form input[type="text"] {
	width: 100%;
	background-color: transparent;
	margin-bottom: 17px;
}
.login-form .submit-row {
	margin: 0px 0 0;
	float: none;
	display: block;
	padding-top: 5px;
}
.login-form .remember {
	margin: 22px 0 12px;
	width: 230px;
}
.form-row.remember input {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}
/* Forget Password */
.password-reset-form {
	text-align: center;
	max-width: 370px;
	margin: 0 auto;
}
.password-reset-form .title {
	font-family: 'Tw Cen MT';
	font-weight: 500;
	color: #000;
}
.password-reset-form .form-row {
	display: block;
}
.password-reset-form .form-row input {
	width: 100%;
}
.password-reset-form .form-row label {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.password-reset-form .form-row.submit-row button {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 0;
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.password-reset-form .lost-password-text {
	padding: 0 0 5px 0;
	color: #000;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 10px;
}
.password-reset-form .errorlist.after {
	top: auto;
	left: auto;
	position: relative;
	width: 100%;
	bottom: auto;
}
.password-reset-form .errorlist.after .message-block {
	text-align: center;
}
/* Customer Registration
------------------------------
link: /customer/register
------------------------------
*/
.registration-form {
	margin: 0 auto;
	max-width: 750px;
	padding: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #efefef;
}
.registration-form .title {
	text-align: center;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.registration-form .simpleCaptcha-container {
	padding: 5px 15px 5px;
}
.registration-form > .form-row:not(.submit-row) {
	width: 50%;
	float: left;
	padding: 4px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.registration-form .form-row.submit-row {
	padding: 0 15px;
	margin-top: 15px;
}
.registration-form .form-row .suggestion {
	right: 15px;
}
.registration-form .form-row.submit-row label {
	display: none;
}
.registration-form .form-row.submit-row button {
	width: 100%;
	font-weight: 700;
}
.registration-form input {
	width: 100%;
}
.registration-form select {
	width: 100%;
}
.registration-form input.radio:nth-of-type(2) {
	margin-left: 15px;
}
.registration-form .errorlist.after {
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	left: 15px;
	bottom: -12px;
	margin-left: 0;
}
.password-meter-wrap {
	position: absolute;
	top: 0;
	right: 0;
}
/*start:quick cart*/
.quick-cart-content {
	background: #ffffff none repeat scroll 0 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 50px;
	width: 430px;
	z-index: 99999;
	padding: 20px 25px 30px 25px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 2px 0 #aeadad;
	box-shadow: 0 0 2px 0 #aeadad;
	height: auto !important;
}
.quick-cart-content::before {
	content: "";
	margin-left: 0;
	top: -10px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	right: 20px;
}
.quick-cart-content table {
	border: none;
	padding: 8px 0;
	font-size: 13px;
	line-height: 23px;
	font-weight: 500;
	margin: 0;
}
.quick-cart-content table th, .quick-cart-content table td {
	border: none;
	padding: 8px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
		font-family: 'Tw Cen MT';
}

.quick-cart-content table tr th, .quick-cart-content table tr td {
	border-bottom: 1px solid #ccc;
	word-break: normal;
}
.quick-cart-content table th {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	background-color: #fff;
}
.quick-cart-content table td.total, .quick-cart-content table td.total-price {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	background-color: #fff;
	border-bottom: none;
}
.quick-cart-content table tr th.quantity {
	text-align: center;
	width: 55%;
}
.quick-cart-content table tr:nth-child(2n) {
	background: #fff;
}
.quick-cart-content table tr th.price {
	text-align: right;
}
.quick-cart-content .cart-details-link {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.quick-cart-content .cart-details-link .button {
	width: 49%;
}
.quick-cart-content .cart-details-link a.view-cart.button {
	color: #36454F;
	background-color: transparent;
	border-color: #36454F;
	border: 2px solid #36454F;
}
.quick-cart-content .cart-details-link a.view-cart.button:focus, .quick-cart-content .cart-details-link a.view-cart.button.focus {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}
.quick-cart-content .cart-details-link a.view-cart.button:hover {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}
.registration-form label {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 5px;
}
.quick-cart-content table th {
	font-size: 16px;
	font-weight: 700;
		font-family: 'Tw Cen MT';
}
/*end:quick cart*/
/*Start:Product block*/

.product-view.image-view .content {
	overflow: hidden;
}
.product-view.image-view, .product-view.scrollable-view {
	width: calc($product-block-width - 4px);
}
.add-to-cart-popup .short-info > div, .add-cart-information-popup .short-info > div {
	padding-bottom: 0;
}
.popup div.quantity, .popup div.item {
	padding: 7px 0 7px;
}
.popup .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup .item > span {
	margin: 0;
	margin-right: 40px;
}
.popup .stepper {
	margin-bottom: 0;
}
.popup.add-cart-information-popup .variation-container {
	text-align: center;
}
.popup.add-cart-information-popup .close-btn.button {
	color: #36454F;
	background-color: transparent;
	border-color: #36454F;
	border: 2px solid #36454F;
}
.popup.add-cart-information-popup .close-btn.button:focus, .popup.add-cart-information-popup .close-btn.button.focus {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}
.popup.add-cart-information-popup .close-btn.button:hover {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}
.popup.add-cart-information-popup td.product-img,  .add-to-cart-popup td.product-img {
	width: 130px;
}

.popup.add-cart-information-popup span.title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.popup.add-cart-information-popup h4.title {
	display:none;
}
.popup .cart-summary {
	clear: none;
	color: #36454F;
	display: block;
	float: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.popup .cart-summary-header {
	color: #777;
	float: none;
	font-size: 16px;
	font-family: 'Tw Cen MT';
	font-weight: 600;
	padding-right: 0px;
	text-align: center;
}
.popup .status-bar-product-name {
	font-size: 18px;
	font-family: 'Tw Cen MT';
	font-weight: 700;
	color: #36454F;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.popup .button-item {
	display: block;
	clear: both;
}
.popup .button-item .button {
	vertical-align: middle;
	width: 210px;
	font-size: 18px;
	font-family: 'Tw Cen MT';
	font-weight: 700;
	padding: 8px 15px;
}
.popup .continue-shopping-btn {
	color: #36454F;
	background-color: transparent;
	border: 2px solid #36454F;
}
.popup .continue-shopping-btn:focus, .popup .continue-shopping-btn.focus {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}
.popup .continue-shopping-btn:hover {
	color: #fff;
	background-color: #36454F;
	border: 2px solid #36454F;
}

.popup .header {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	color: #36454F;
	padding: 0px 0 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.popup .body {
	background-color: #FFFFFF;
	padding: 20px 10px;
}
.popup .button-line, .popup .footer {
	background-color: #fff;
	padding: 0;
	text-align: center;
	border: 0;
	margin-top: 20px;
	text-transform: uppercase;
}
.popup .button-item {
	text-align: center;
	margin: 25px 0 0px;
}
.popup .close-icon {
	top: 15px;
	right: 10px;
}
.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart, .popup .close-btn.button {
	margin-left: 10px;
}
.popup button:nth-of-type(1) {
	margin-left: 0;
}
.wish-list-popup .add-to-compare-button:hover, .wish-list-popup .add-to-wish-list:hover, .wish-list-popup .remove-from-compare-button:hover, .wish-list-popup .add-to-wish-list.disabled:hover {
    background: #565656;
    border: 2px solid #565656;
}
.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover {
    background: none;
    border: none;
}
.add-to-wish-list-popup table {
    width: auto;
    border: 0;
    margin: 0;
}
.add-to-wish-list-popup table td {
    border: none;
}
.popup {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 30px 50px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.confirm-popup.popup .header-line .title {
text-align: center;
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.confirm-popup.popup span.message.content {	
font-size: 18px;
	max-width: 350px;
	display: block;
}
.confirm-popup.popup .button-line {
	padding-top: 0;
}
.wish-list-popup label {
    display: block;
    margin-right: 15px;
    width: auto;
    text-transform: uppercase;
	font-weight:700;
}
.wish-list-popup select.null {
    width: 100%;
    text-transform: uppercase;
}
.shipment-calculator-popup .header > .status-message {
	font-size: 16px;
}
.shipment-calculator-popup .multi-column form {
	margin: 0 -15px;
}
.shipment-calculator-popup .first-column .form-row {
	width: 50%;
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.shipment-calculator-popup .form-row label {
	width: 100%;
	display: block;
}
.shipment-calculator-popup .form-row input, .shipment-calculator-popup .form-row select {
	width: 100%;
}
.save-cart button.form-reset.close-popup {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
}
.save-cart button.form-reset.close-popup:focus, .save-cart button.form-reset.close-popup.focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
.save-cart button.form-reset.close-popup:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
.save-cart .popup-bottom.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.save-cart .popup-bottom.footer button {
	width: 49%;
	margin-left: 0;
}
.add-to-cart-popup.popup.anim-fade-zoom.active .stepper {
	margin-right: 0;
	margin-left: 15px;
}
.add-to-cart-popup table, .add-cart-information-popup table {
	font-size: 16px;
	font-family: 'Tw Cen MT';
	font-weight: 600;
	text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */

/*start:Topbar manu*/

.widget-navigation.topbar-account-menu .horizontal > .navigation-item a {
	margin: 0 5px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	color:#36454F;
}
.widget-navigation.topbar-account-menu .horizontal > .navigation-item a:hover {
    color: #969696;
}
/*start:manu*/
.widget-navigation.main-menu .navigation-item.first a span::before, .widget-navigation.main-menu .navigation-item.active a span::before, .widget-navigation.main-menu .navigation-item a:hover span::before {
	width: 100%;
}
.bmui-droppable-target .widget-navigation.main-menu {
	z-index: auto;
}
.widget-navigation.main-menu .navigation-item.has-child {
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .navigation-item a span {
	position: relative;
	    display: block;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
	display: none;
}
.widget-navigation.main-menu .navigation-item.first a {
	padding-left: 0;
}
.widget-navigation.main-menu .navigation-item a {
	color: #A5A5A5;
	font-size: 23px;
	font-weight: 500;
	font-family: 'Tw Cen MT';
	text-decoration: none;
	padding: 0px 16px 20px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position:relative;
}
.widget-navigation.main-menu .navigation-item a:hover {
    color: #36454f;
}
.widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    color: #36454f;
}
.widget-navigation .horizontal .navigation-item.last a span::before {
	padding-right: 0;
}
.header .top-right-menu .navigation-item a:hover {
	color: #f5f5f5;
}
.widget-navigation.main-menu .navigation-item a:hover span:after{
   opacity:0;
}
.widget-navigation.main-menu .navigation-item a span:after{
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
/** Sub Menu **/
.widget-navigation.main-menu .navigation-item.has-child {
    position: static;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main_menu .nav-wrapper.horizontal > .navigation-item.has-child.active > a span::after {
    color: #bc1700;
}

.main-menu .nav-wrapper > .navigation-item > .navigation-item-child-container {
    transform: none;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 0;
    text-align: left;
    background: transparent;
    top: 50px;
    opacity: 0 !important;
    transition: opacity 0.2s ease-out 0.2s !important;
    display: block !important;
    height: 0 !important;
    overflow: hidden;
    border-top: 2px solid #efce5f;
}
@media screen and (min-width:991px) {
.main-menu .nav-wrapper > .navigation-item.has-child:hover > .navigation-item-child-container {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible;
    padding: 40px 0;
	    background: rgba(255, 255, 255, 255);
		background-color: #fff;
box-shadow: 0 24px 24px 0px rgba(0,0,0,0.09);
box-shadow: 0 1.333333rem 1.333333rem 0 rgba(0,0,0,0.09);
}	
}

.main-menu .nav-wrapper > .navigation-item.has-child:hover > .navigation-item-child-container::after {
		display:none;
	}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item{
    padding: 0;
}

/* Parent Mega Menu item css*/
.main-menu .horizontal > .navigation-item > .navigation-item-child-container > .navigation-item > a {
    padding-top: 0;
    line-height: 20px;
    padding-bottom: 0;
    vertical-align: top;
	color: #A5A5A5;
        font-family: 'Tw Cen MT';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
	text-transform:uppercase;
}
.main-menu .horizontal > .navigation-item > .navigation-item-child-container > .navigation-item > a:hover{
	color:#36454f !important;
}
.main-menu .nav-wrapper > .navigation-item > .navigation-item-child-container .navigation-item-child-container {
    display: block;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    background: transparent;
}

.main-menu .nav-wrapper > .navigation-item > .navigation-item-child-container > .navigation-item {
    width: 25%;
    float: left;
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    margin-left: 85px;
}

.main-menu .nav-wrapper .navigation-item.has-child{
    position: static;
}
.main-menu .nav-wrapper .navigation-item.has-child .navigation-item.has-child {
    position: relative;
}
.widget-navigation.main-menu .navigation-item-child-container .navigation-item a {
	padding:0;
    padding-top: 3px;
    padding-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
	border-bottom: 0;
}
.widget-navigation.main-menu .navigation-item-child-container .navigation-item a span:after {
	display: none;
}
.responsive .widget.widget-navigation.main-menu .nav-wrapper.show .navigation-item:last-child {
border-bottom: 0;
}
.main-menu .nav-wrapper .navigation-item.has-child > a::before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 16px;
	height: 0;
	border-color: rgb(252, 211, 88) #fff0 rgb(252, 211, 88) transparent;
	border-width: 0 10px 10px 10px;
	border-style: solid;
	transition: all 0.5s ease 0s;
	z-index: 1;
	margin-left: -8px;
	opacity: 0;
}
.widget-navigation.main-menu .navigation-item.first.has-child > a::before {
	margin-left: -16px;
}
.main-menu .nav-wrapper .navigation-item.has-child > a:hover::before{
	opacity: 1;
}
/*end:menu*/




body > .header::after {
	position: absolute;
	content: "";
	background: #F9F9F9;
	top: 135px;
	left: 50%;
	height: 6px;
	width: 100%;
	transform: translateX(-50%);
}
body > .header {
	border-bottom: 6px solid #F9F9F9;
}
.header-search {
	max-width: 280px;
	max-height: 43px;
}
.widget-search .search-form {
	position: relative;
	z-index: 1;
}
.widget-search .search-form input {
	width: 100%;
	height: 43px;
	border: 2px solid #DEDEDE;
	padding: 3px 52px 3px 10px;
}
.widget-search .search-form button.icon-search {
	position: absolute;
	top: 12px;
	right: 11px;
	padding: 0;
	background: url("../images/s-icon.png");
	height: 30px !important;
	width: 30px;
	margin: 0;
	border: 0;
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: center center;
	font-size: 0;
}
.widget-search .search-form button.icon-search:hover {
	filter: grayscale(100%);
}
.widget-search .search-form button.icon-search:before {
	display: none;
}
.cart-wrapper.quick-cart {
	position: relative;
}
.widget.widget-cart .cart-widget-img {
	background: url('../images/header-cart-icon.png') no-repeat;
	width: 39px;
	height: 47px;
}
.header .cart-widget-text {   
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    top: -6px;
    left: 28px;
    background: #0996f5;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    line-height: 21px;
    padding: 0;
}
.cart-widget-text {
	font-size: 13px;
	padding-left: 3px;
	vertical-align: middle;
}
.checkout-page .section.loaded .body .cart-items td {
 font-weight:400;
  text-transform: none;
}
.checkout-page .section.loaded .body .cart-items tr:nth-child(2n){
	  background:none;
}
.checkout-page .section.loaded .body .cart-items th {
	color:#36454F;
	background: #f7f7f7;
}
/*end:header*/

/*=====start: jssor slider css ==== */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
	margin-top: -20px;
}
#webcommander-page .jssor-slider-container .jssorb03 div {
	background-color: #ffffff;
	background-image: none;
	width: 15px;
	height: 15px;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 0;
	line-height: 100px;
	overflow: hidden;
}
#webcommander-page .jssor-slider-container .jssorb03 div:hover, #webcommander-page .jssor-slider-container .jssorb03 .av {
	border-color: #d40811;
	background-image: none;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
	height: 615px;
	width: 1920px;
	padding: 0 !important;
	text-align: center;
	font-size: 0;
}

div.jssor-slider-container {
	margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
	display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
	display: block;
}
.jssor-slider-container .jssora20l, .jssora20r {
	background: none !important;
}
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
	color: #ffffff;
	content: "\f105 ";
	font-family: fontawesome;
	font-size: 36px;
}
div[id^="jssor-slider-"] .jssora20l {
	left: auto;
	right: 0;
}
div[id^="jssor-slider-"] .jssora20l, div[id^="jssor-slider-"] .jssora20r {
	background: #1db2ee;
	bottom: 0;
	height: 65px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	transition: all 400ms ease-out 0s;
	width: 55px;
}
div[id^="jssor-slider-"] .jssora20r::before {
	line-height: 65px;
}
div[id^="jssor-slider-"] .jssora20r {
	transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20r {
	right: auto;
	left: 0;
}
.jssor-slider-container .caption-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    padding: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-1 {
    position: absolute;
    left: 16%;
    top: 19%;
    transform: translateY(50%);
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 59px;
    line-height: 50px;
    text-align: left;
    z-index: 1;
    max-width: 590px;
    font-family: 'Tw Cen MT';
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-2 {
    left: 16%;
    top: 50%;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    text-align: left;
    font-family: 'Tw Cen MT';
    line-height: 55px;
    position: absolute;
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-3 {
    position: absolute;
    left: 16%;
    top: 69%;
    transform: translateY(50%);
    z-index: 1;
}
.jssor-slider-container .slide:after{

display: none;

}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-3 a {
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	padding: 10px 15px;
	max-height: 44px;
	background: #fff;
	width: 171px;
	display: block;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	font-family: 'Tw Cen MT';
	color:#36454F;
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-3 a:after{
        content: url(../images/arrow-black.png);
        vertical-align: middle;
        margin-left: 8px;
    }
div.jssor-slider-container .container .slide.slide .description.jssor-caption-2 {
	left: 16%;
	top: 50%;
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	z-index: 1;
	text-align: left;
	font-family: 'Tw Cen MT';
	line-height: 55px;
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-3 a:hover {
	background: #36454F;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-color: #36454F;
	color: #fff;
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-3 a:hover:after{
        content: url(../images/arrow-white.png);
    }
.widget.widget-image.tuffysandtuffetts-home-content-heading {
	text-align: center;
	margin: 55px auto 15px;
	max-width: 1280px;
	width: 100%;
}
.widget.widget-article.tuffysandtuffetts-home-content {
	margin: 0 auto 55px;
	text-align: center;
	max-width: 1280px;
	width: 100%;
	border-top: 2px solid #F6AFC4;
	padding-top: 20px;
}
.widget.widget-article.tuffysandtuffetts-home-content .article-content p {
	color: #36454F;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Tw Cen MT';
	line-height: 24px;
}
/*start:Products category 
.widget.widget-category.product-category {
	margin: 40px 0 30px;
}
.widget.widget-category.product-category .category-image-view.category {
	border: 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: calc(50% - 17px);
	margin-bottom: 30px;
}
.widget.widget-category.product-category .category-image-view.category:nth-of-type(even) {
	margin-left: 27px;
}
.widget.widget-category.product-category .category-image-view.category .summary {
	display: none;
}
.widget.widget-category.product-category .category-image-view .category-image-view-height {
	height: 560px;
}
.widget.widget-category.product-category .category-image-view .category-image-view-height a:after {
	position: absolute;
	content: "SHOP NOW >";
	right: 0;
	bottom: 0;
	color: #fff;
	font-weight: 700;
	font-family: 'Tw Cen MT';
	font-size: 27px;
	text-transform: uppercase;
	line-height: 45px;
	background: #59B7F8;
	padding: 12px 15px 10px 40px;
	max-width: 250px;
	width: auto;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
}
.widget.widget-category.product-category .category-image-view .category-image-view-height a:hover:after {
	color: #fff;
	background: #36454F;
}
.widget.widget-category.product-category .category-image-view:nth-of-type(2) .category-image-view-height:after {
	background: #F6AFC4;
}
.widget.widget-category.product-category .category-image-view:nth-of-type(3) .category-image-view-height:after {
	background: #FCD358;
}
.widget.widget-category.product-category .category-image-view:nth-of-type(4) .category-image-view-height:after {
	background: #FF9963;
}
.widget.widget-category.product-category .category-image-view {
	position: relative;
}
.widget.widget-category.product-category .category-image-view img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}
.widget.widget-category.product-category .category-image-view .category-name {
	position: absolute;
	top: 30px;
	left: 0;
	background: #59B7F8;
	padding: 15px 60px 15px 15px;
	max-width: 450px;
	width: auto;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
}
.widget.widget-category.product-category .category-image-view:nth-of-type(2) .category-name {
	background: #F6AFC4;
}
.widget.widget-category.product-category .category-image-view:nth-of-type(3) .category-name {
	background: #FCD358;
}
.widget.widget-category.product-category .category-image-view:nth-of-type(4) .category-name {
	background: #FF9963;
}
.widget.widget-category.product-category .category-image-view .category-name a {
	color: #fff;
	font-weight: 900;
	font-family: 'Tw Cen MT';
	font-size: 45px;
	text-transform: uppercase;
	line-height: 45px;
}*/
/*start:product list*/
.widget.widget-shopByFilterGroup.left-brand-list label {
	display: block;
	font-size: 25px;
	padding-bottom: 10px;
	color: #36454f;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: 2px solid #efefef;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: 'Tw Cen MT';
	position: relative;
}
.widget.widget-shopByFilterGroup.left-brand-list label .separator {
	display: none;
}
.widget.widget-shopByFilterGroup.left-brand-list #filter {
	width: 100%;
	padding: 0;
	border: 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #A5A5A5;
}
.categories-list, .widget.widget-shopByFilterGroup.left-brand-list, .left-sidebar-filter {
	margin-right: 60px;
	margin-bottom: 36px;
}
.categories-list > .widget-title {
	font-size: 25px;
	padding-bottom: 10px;
	color: #36454f;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: 2px solid #efefef;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: 'Tw Cen MT';
	position: relative;
}

.left-sidebar-filter .clear-all-filter-attributes {
    position: absolute;
    right: 0;
    z-index: 1;
    cursor: pointer;
}
.page-category .clear-all-filter-attributes a, .page-filter .clear-all-filter-attributes a{
    text-transform: uppercase;
    font-weight: 700;
    color: #0A96F5;
}
.page-category .clear-all-filter-attributes a:hover{
    color: #36454f;
}

.categories-list .vertical .navigation-item .navigation-item-child-container {
	padding-left: 15px;
}
.categories-list span.child-opener {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 8px;
    cursor: pointer;
    font-family: 'FontAwesome';
}
.categories-list .navigation-item {
	position: relative;	
}
.categories-list .navigation-item a {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgb(239, 239, 239);
    color: rgb(94, 106, 114);
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
	font-family: 'Tw Cen MT';
}
.categories-list .navigation-item.active>a {
    color: #36454f;
}

.categories-list span.child-opener::after {
    content: "\f107";
    text-align: center;
    width: 100%;
    position: absolute;
    line-height: 24px;
    height: 100%;
    font-size: 22px;
    color: rgb(54, 69, 79);
}
.categories-list .navigation-item.active > span.child-opener::after {
    content: "\f106";
}
.categories-list  .vertical .navigation-item.active > .navigation-item-child-container {
    display: block;
    padding: 0 0 0 15px;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container {
    margin:15px auto 
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.has-child.child-active .navigation-item{
    padding-left:10px;
	border:0;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.has-child.child-active .navigation-item a{
	border:0;
	padding: 6px 0;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.has-child .navigation-item a{
	border:0;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.has-child.child-active .navigation-item.active{
    color: rgb(54, 69, 79);
    background: rgb(230, 230, 230);
}

/*start:Products */
.scrollable-view {
	background: none;
	border-bottom: 0px solid #CCCCCC;
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
	margin-top: -40px;
}
.scrollable-view .scroller {
	margin-bottom: 12px;
}
.scroll-left {
	background: url("../images/scrole-arrow.png") no-repeat;
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%);
}
.scroll-right {
	background: url("../images/scrole-arrow.png") no-repeat;
	transform: rotate(180deg);
	margin-left: 10px;
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%);
}
.scroll-left:hover, .scroll-right:hover {
	background-position: -23px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.scroll-left, .scroll-right {
	display: inline-block;
	height: 30px;
	width: 22px;
	vertical-align: middle;
	border: 0;
	cursor: pointer;
}
.widget.widget-product.home-sale-product .product-view.image-view .product-block, .widget.widget-product.home-sale-product .product-view.scrollable-view .product-block {
	border: 0;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	position: relative;
	width: calc(25% - 11px);
	background: #ffffff;
	text-align: center;
	margin: 30px 15px 20px 0;
	float: unset;
}
.widget.widget-product.home-sale-product.image-view .product-name, .widget.widget-product.home-sale-product .scrollable-view .product-name {
	font-size: 24px;
	height: 36px;
	margin-bottom: 0;
}
/*
.image-view .product-view-height-width .image,
.scrollable-view .product-view-height-width .image{
    height: auto;
    }
	.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
	height: auto;
}
	*/
.product-view.scrollable-view img, .product-view.image-view img {
	max-width: 317px;
	max-height: 317px;
	overflow: hidden;
}

.image-view .product-image-link, .scrollable-view .product-image-link {
	display: block;
	vertical-align: middle;
}
.product-block .block-content-wrap {
	padding: 11px 0 25px;
}
.scrollable-view > .content {
	border: 0;
	padding: 0;
}
.widget.widget-product.home-sale-product .product-view.image-view .product-name, .widget.widget-product.home-sale-product .product-view.scrollable-view .product-name {
	color: #555;
	display: block;
	font-size: 15px;
	height: 24px;
	margin-bottom: 10px;
	margin-top: 7px;
	overflow: hidden;
	padding-bottom: 0;
	text-overflow: ellipsis;
	position: absolute;
	top: 10px;
	max-width: 150px;
	height: auto;
	right: 20px;
}
.widget.widget-product.home-sale-product .product-name a {
	color: #36454F;
	font-weight: 900;
	font-family: 'Tw Cen MT';
	font-size: 25px;
	text-transform: uppercase;
	line-height: 27px;
}
.widget.widget-product.home-sale-product .widget-title, .widget-product.home-featured-product .widget-title, .product-widget.widget-related .title {
	color: #36454F;
	font-weight: 700;
	font-family: 'Tw Cen MT';
	font-size: 40px;
	text-transform: uppercase;
	line-height: 36px;
}
/*start:FEATURED PRODUCT */
.widget-product.home-featured-product .product-view.image-view .product-name, .widget-product.home-featured-product .product-view.scrollable-view .product-name {
	margin: 0 auto;
	height: auto;
}
.widget-product.home-featured-product .product-name a {
	color: #36454F;
	font-weight: 700;
	font-family: 'Tw Cen MT';
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
}
.widget-product.home-featured-product .product-view.image-view .product-block, .widget-product.home-featured-product .product-view.scrollable-view .product-block {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	border: 0;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	position: relative;
	width: calc(25% - 11px);
	background: #ffffff;
	text-align: center;
	margin: 30px 15px 30px 0;
	float: unset;
}
/*start
.product-detail-width{
	 width: 507px;
	 height:100%;
}
.product-widget.widget-productImage .product-detail-view img {
    max-width: 507px;
    max-height: 100%;
    width: 100%;
    height: 100%;
}*/
.product-widget.widget-productImage .product-detail-width {
	padding: 0 25px;
	margin-left: auto;
	margin-right: 30px;
	/* width: 475px; */
}
.product-detail-width {
	/* width: 507px; */
	/* height: auto; */
}
.product-detail-view img {
	max-width: 507px;
	max-height: 507px;
	width: 100%;
}
.product-thumb-view.scrollable img {
	max-width: 100%;
}
.widget-productImage .multi-image-scroll-wrapper {
	border: none;
	margin-top: 0;
	position: absolute;
	top: 0;
	padding-left: 10px;
	padding-right: 0;
	width: 160px;
}
.image-thumb-container {
	white-space: normal !important;
	margin: 15px 18px !important;
}
.widget-productImage .image-thumb-container .thumb-image {
	margin: 0 0 15px;
	padding: 0;
	cursor: pointer;
}
.widget-productImage .image-thumb-container .thumb-image.active {
	border-radius: 0;
	opacity: 1;
}
.widget-productImage .image-thumb-container .thumb-image.active img {
	border-radius: 0;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
	cursor: pointer;
}
.widget-productImage .image-thumb-container .thumb-image.active .vertical-aligner {
	display: block;
	height: 112px;
	vertical-align: middle;
	position: absolute;
	width: 112px;
}
/*start: breadcrumb*/
.page-product .widget.widget-breadcrumb.page-breadcrumb, .page-category .widget.widget-breadcrumb.page-breadcrumb {
	padding: 38px 0;
}
.breadcrumb-item.root .icon {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 0;
	width: auto;
}
.breadcrumb-item .separator:hover::before {
	color: #404040;
	transition: all 0.5s ease 0s;
}
.breadcrumb-item .separator {
	font-size: 0;
	padding: 0 6px 0 0;
	position: relative;
	vertical-align: top;
}
.breadcrumb-item {
	font-weight: 500;
	color: #9A9A9A;
	font-size: 18px;
}
.breadcrumb-item .label, span.breadcrumb-item.root span.icon::before {
	color: #9A9A9A;
	font-weight: 500;
}
.breadcrumb-item.root .icon:hover::before {
	color: #9A9A9A;
}
span.breadcrumb-item.root {
	position: relative;
	line-height: 23px;
	padding-top: 0;
	padding-left: 0;
	vertical-align: top;
}
span.breadcrumb-item.root span.icon::before {
	content: "Home";
	top: 0;
	left: 0;
	line-height: 16px;
	color: #9A9A9A;
	font-size: 18px;
}
span.breadcrumb-item {
	padding: 10px 0;
}
.breadcrumb-item .separator::after {
	content: "/";
	color: #404040;
	font-size: 15px;
	padding-left: 0px;
	text-decoration: none;
	width: 20px;
	top: 0;
	margin-left: 12px;
	margin-right: 2px;
}
.breadcrumb-item.root a {
	text-decoration: none;
	padding-left: 0;
	vertical-align: top;
}
.auto-page .product-widget.widget-productName h1.product-name {
	margin: 0;
	color: #36454F;
	font-size: 34px;
	font-weight: 700;
	font-family: 'Tw Cen MT';
	line-height: 40px;
	text-transform: uppercase;
	padding: 0;
}
.product-widget.widget-productSku {
	padding: 12px 0;
	border-bottom: 6px solid #F9F9F9;
	margin-bottom: 20px;
}
.product-widget.widget-productSku .info-row.sku span {
	font-size: 16px;
	font-weight: 700;
	color: #9AA2A7;
}
.product-widget.widget-stockMark {
	padding: 10px 0;
}
.product-widget.widget-stockMark span {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	color: #007051;
	text-align: left;
}
.product-widget.widget-stockMark .message-block.error-message, .message-block.error {
    background: none !important;
    border: 0px solid #fcd2d2 !important;
    color: red !important;
    text-align: left;
}
.auto-page .product-widget.widget-productSummary .title {
	display: none;
}
.auto-page .product-widget.widget-productSummary {
	margin: 10px 0 10px 0;
	padding: 0;
}
.auto-page .product-widget.widget-productSummary .summary {
	font-size: 15px;
	line-height: 26px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E2E2E2;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

.auto-page .product-widget.widget-price::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	/*background: url(../images/payment-support.png) no-repeat;*/
	height: 100px;
	width: 100%;
	border-top: 1px solid #E2E2E2;
	background-position: center;
		border-bottom: 0px solid #F9F9F9;
}
.auto-page .product-widget.widget-variation {
	padding-top: 0px;
	border-top: 1px solid #E2E2E2;
}
.auto-page .product-widget.widget-addCart span.add-to-cart-button {
	display: block;
	border: none;
	font-size: 23px;
	color: #ffffff;
	font-weight: 700;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: #36454F;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	width: 100%;
}
.auto-page .product-widget.widget-addCart span.add-to-cart-button:before {
	content: url(../images/Cart-icon-white.png);
	vertical-align: middle;
	margin-right: 10px;
}
.auto-page .product-widget.widget-addCart span.add-to-cart-button:hover {
	background: #000;
}
.variation-container .variation-type label.type-label {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}
.chosen-container-single .chosen-single div {
	top: 6px;
	width: 23px;
}
.chosen-container-single .chosen-single span {
	line-height: 30px;
}
.chosen-container-single .chosen-single {
	border: 2px solid #d3dbdf;
	border-radius: 3px;
	display: inline-block;
	height: 50px;
	padding: 8px 12px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
/*----------------------------*/
/* Strepper CSS */
.stepper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 85px;
}
.stepper .stepper-arrow {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: 0 solid #000000 !important;
	border-radius: 0 !important;
	height: 40px;
	position: relative;
	right: 0;
	width: 30px;
	z-index: 0;
}
.image-popup-container.popup {
	background: transparent;
}
.stepper .stepper-input {
	box-sizing: border-box;
	font-size: 15px;
	height: 40px;
	padding: 5px;
	text-align: center;
	width: 75px;
	z-index: 0;
	vertical-align: middle;
	line-height: 40px;
}
.stepper .stepper-input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}
.stepper .stepper-arrow.up {
	order: 3;
	font-size: 0;
	right: -15px;
	left: auto;
}
.stepper .stepper-arrow.up::before {
	position: absolute;
	content: url(../images/plus-icon.png);
	height: 100%;
	width: 100%;
	top: 0;
	text-indent: 0;
	font-size: 0;
	left: -5px;
	line-height: 50px;
	text-align: center;
}
.stepper .stepper-arrow.down::before {
	position: absolute;
	content: url(../images/minus-icon.png);
	height: 100%;
	width: 100%;
	top: 0;
	text-indent: 0;
	font-size: 0;
	left: 0;
	line-height: 43px;
	text-align: center;
}
.stepper .stepper-arrow.down {
	order: 1;
	position: relative;
	font-size: 0;
	left: -10px;
	right: auto;
}
.stepper .stepper-input {
	order: 2;
	font-size: 17px;
}
.stepper .stepper-arrow.up::after, .stepper .stepper-arrow.down::after {
	display: none;
}
.stepper .stepper-arrow.up {
	background: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	border-radius: 0;
	opacity: 0.6;
}
.stepper .stepper-arrow.down {
	background: url(../images/minus-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	opacity: 0.6;
}
.product-widget.widget-addCart .stepper {
	margin: 0 0 0 50px;
	overflow: visible;
	position: absolute;
	top: -74px;
	right: 0;
	border: 2px solid #DEDEDE;
	width: 200px;
	padding: 0 10px;
	border-radius: 0;
}
.product-widget.widget-addCart .stepper:before {
	content: "QUANTITY";
	display: block;
	position: absolute;
	font-size: 18px;
	left: -100px;
	top: 8px;
}
.product-widget.widget-addCart .stepper input {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-align: center;
	border-radius: 0;
}
.page-cart .quantity .stepper {
	float: none;
	margin: 0 0 0 auto;
	padding: 0 0 5px 0;
	width: auto;
}
.page-cart .quantity .stepper .stepper-input {
	/* height: 32px; */
	/* width: 30px; */
	/* color: #333; */
	border: none;
}
.add-to-compare-popup table .product-description {
	padding: 5px 0;
	font-size: 15px;
	line-height: 25px;
}
.page-cart .quantity .stepper .stepper-arrow {
	width: 27px !important;
	right: 0;
}
.page-cart .quantity .stepper .stepper-arrow.down{
	left: 0;
}
.page-product span.add-to-wish-list.button.et_pdp_add_to_wish_list {
    width: 100%;
    border: none;
    margin: 0;
    /* margin-top: 0px; */
    margin-bottom: 15px;
    background-color: #fff;
    padding: 7px 0;
    font-family: 'Tw Cen MT' !important;
    border: 2px solid #36454f;
	display: block;
	position: relative !important;
	order: 2;
}
.page-product  span.add-to-cart-button.button.et_pdp_add_to_cart {
    order: 3;
}
.page-product .add-to-wish-list::before {
    content: "\f08a";
	font-size:23px;
	 color:#36454F;
    font-weight: 700;
	font-family: 'FontAwesome';
		text-transform: uppercase;
}
.page-product .add-to-wish-list::after {
    content: "add to wishlist";
	font-size:23px;
	 color:#36454F;
    font-weight: 700;
		text-transform: uppercase;
	margin: 0 10px;
	font-family: 'Tw Cen MT';
}
.page-product .add-to-wish-list:hover::after {
	content: "add to wishlist" !important;
	color: #fff !important;
}
.page-product .add-to-wish-list:hover {
	background:#36454f !important;
}
.page-product .add-to-wish-list:hover::before {
	color: #fff;
}
.bmui-tab .bmui-tab-header {
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #A5A5A5;
	padding: 10px 0;
	margin: 0 30px 0 0;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
	background-color: #fff;
	border: 1px solid #000;
	color: #36454F;
	padding: 10px 15px 16px;
	margin: 0 30px 0 0;
	border-bottom: 0;
	margin-bottom: -1px;
}
.bmui-tab .bmui-tab-body-container {
	border: 1px solid #D2D2D2;
	padding: 40px;
}
.widget-socialMediaShare .social-media-wrapper {
	padding-left: 70px;
}
.social-media-wrapper.product-10::before {
	content: "SHARE";
	display: block;
	position: absolute;
	font-size: 18px;
	left: 0px;
	top: -4px;
	font-weight: 700;
}
.widget-socialMediaShare .social-media-wrapper span.google-plus, .widget-socialMediaShare .social-media-wrapper span.linkedin {
	display: none;
}
.check-out-total>.price-row .remove {
background: url(../images/close-icone.jpg) no-repeat;
background-size:12px 12px;
top:12px;
}
/*:related Product */
.product-widget.widget-related .product-block.product-view-height-width {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	position: relative;
	width: calc(25% - 15px);
	background: #ffffff;
	text-align: center;
	margin: 30px 20px 30px 0;
}
.product-view.image-view .product-block:nth-of-type(4n+4), .product-view.scrollable-view .product-block {
	margin-right: 0;
}
/*:Listing Product */
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
	padding: 0;
	font-size: 17px;
	color: #36454F;
	font-weight: 700;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	position: relative;
	width: calc(25% - 19px);
	background: #ffffff;
	text-align: center;
	margin: 20px 18px 0px 0;
}
.product-view.image-view .product-block  .previous-price, .product-view.scrollable-view .product-block .previous-price {
    text-decoration: line-through;
    color: #AAAAAA;
}
.product-block.product-view-height-width .block-content-wrap {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	padding-top: 0;
}
.block-content-wrap .btn-add {
	order: 1;
	-webkit-order: 1;
}
.block-content-wrap .product-name {
	order: 2;
	-webkit-order: 2;
	padding: 5px 10px;
}
.block-content-wrap .price-waper {
	order: 3;
	-webkit-order: 3;
}
.block-content-wrap .btn-add .add-to-cart-button.button.et_pdp_add_to_cart {
	width: 100%;
}
.block-content-wrap .btn-add .add-to-cart-button.button.et_pdp_add_to_cart:before {
	content: url(../images/Cart-icon.png);
	vertical-align: middle;
	margin-right: 3px;
	height: 24px;
	display: inline-block;
	overflow: hidden;
}
.block-content-wrap .btn-add .add-to-cart-button.button.et_pdp_add_to_cart:hover:before {
	content: url(../images/Cart-icon-hover.png);
}
.product-block.product-view-height-width :nth-of-type(3n) {
	margin-right: 0;
}
.product-block.product-view-height-width .image.product-image img {
	max-width: 100%;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
	color: #777;
	display: block;
	font-size: 18px;
	height: 50px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px;
}
.product-view.image-view .product-name a, .product-view.scrollable-view .product-name a {
	color: #777;
	line-height:24px;
}
.filter-details .product-view.image-view .product-block:nth-of-type(3n+3),
.category-details .product-view.image-view .product-block:nth-of-type(3n+3){
	margin-right: 0;
}
.filter-details .product-view.image-view .product-block,
.category-details .product-view.image-view .product-block,
.category-details .product-view.scrollable-view .product-block{
	width: calc(33.33% - 13px);
	margin: 20px 15px 0 0;
}

.entire-search .total-result{
	display:none;
}
.entire-search .search-result > .title {
    text-align: left;
    padding: 0 0 30px;
    border-top: 0;
    border-bottom: 0;
}
.search-result.products .pagination span.prev:before {
    top: -7px;
}

.search-result.products .pagination span.next:before {
    top: -7px;
}

.entire-search .search-results .search-result {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.entire-search .search-result.pages .title.page {
    padding-bottom: 15px;
}
.entire-search .search-results .page {
    margin-bottom: 5px;
}
.entire-search .search-results .page .title {
    margin-right: 14px;
}
.entire-search h2 {
    font-size: 32px;
	padding-bottom: 0;
}
.entire-search .search-results .search-result .title.product {
    font-size: 24px;
	color: #333;
}
.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 16px;
}

.page-search-result .block-content-wrap .btn-add .add-to-cart-button.button.et_pdp_add_to_cart:before {
	margin-top: -9px;
}
/* Customer Profile Page */
form.edit-password-form {
	max-width: 352px;
}
form.edit-password-form button.submit-button {
	background: #36454F;
	color: #fff;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
	margin: 0;
	padding: 0;
	border-left: 1px solid #f3f3f4;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
	color:#000;
	margin-right: 0;
	border: 0;
	background: none;
	background: #fff;
	border-right: none;
}
#customer-profile-manage-account {
}
#customer-profile-manage-account form, #bmui-tab-gift-registry .gift-registry-create-edit-form, #customer-profile-tabs .account-details-wrap {
	overflow: hidden;
	margin: 0 -15px 15px;
}
#customer-profile-manage-account .form-row, #bmui-tab-gift-registry .form-row {
	margin: 5px 0;
	width: 50%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}
#customer-profile-manage-account .edit-password-form .form-row {
	float: none;
	width: 100%;
	max-width: 500px;
}
#bmui-tab-gift-registry .gift-registry-share-form {
	margin-top: 20px;
}
#bmui-tab-gift-registry .gift-registry-share-form textarea {
	width: 100%;
}
#bmui-tab-gift-registry .gift-registry-share-form .form-row label {
	display: block;
}
#bmui-tab-gift-registry .gift-registry-share-form .form-row {
	margin: 10px 0;
	max-width: 500px;
	width: 100%;
	float: none;
	padding: 0px;
	box-sizing: border-box;
}
#customer-profile-manage-account .form-row input, #customer-profile-manage-account .form-row select, #bmui-tab-gift-registry .form-row input, #bmui-tab-gift-registry .form-row select {
	width: 100%;
}
#customer-profile-manage-account .form-row .suggestion, .gift-registry-create-edit-form .form-row .suggestion {
	position: absolute;
}
#customer-profile-tabs .message-block:empty {
	display: none;
}
#customer-profile-tabs .accordion-item .form-row.btn-row {
	padding-left: 15px;
	margin-top: 15px;
	width: 100%;
}
.gift-registry-create-edit-form .group-row {
	padding: 0 15px;
	margin-top: 10px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
div#bmui-tab-gift-registry .gift-registry-items .form-row.btn-row {
	padding: 0;
}
.form-row.btn-row label {
	display: none;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
	padding: 30px;
	border: 1px solid #f3f3f3;
}
.bmui-tab.left-side-header .bmui-tab-header {
	border-left: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}
.bmui-tab.left-side-header .bmui-tab-header-container {
	border-bottom: 1px solid #f3f3f3;
	padding: 0;
}
#customer-profile-tabs .bmui-tab-header-container.top-box {
	position: relative;
	bottom: -1px;
}
#customer-profile-tabs .bmui-tab-header-container.top-box .title {
	padding: 10px 35px;
	color: #838081;
	font-size: 17px;
	font-weight: 600;
}

#customer-profile-tabs .bmui-tab-header .title {
	font-size: 15px;
	padding: 12px 20px 12px;
}
#bmui-tab-account_information .link-btn {
	color: #36454F;
	font-weight: bold;
	font-size: 17px;
}
#bmui-tab-account_information .link-btn:hover {
	color: #000;
}
#customer-profile-tabs .special-product .title {
	font-size: 19px;
	font-weight: 600;
	padding-bottom: 0;
	color: #36454F;
	text-transform: uppercase;
}
#bmui-tab-manage-account .form-row label, #bmui-tab-store_credit .form-row label {
	display: block;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
#bmui-tab-wish_list .wish_list form.wish-list-share-form label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
#bmui-tab-manage-account .form-row input[type=text], #bmui-tab-manage-account .form-row input[type=email], #bmui-tab-manage-account .form-row input[type=password], #bmui-tab-manage-account .form-row select {
	width: 100%;
}
.bmui-tab-panel .account-details-form .form-row, .bmui-tab-panel .edit-address-form .form-row {
	float: none;
	width: calc(50% - 10px);
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 8px 0;
	display: inline-block;
	vertical-align: top;
	height: auto;
}
#bmui-tab-manage-account button.cancel-button {
	margin-right: 10px;
}
#bmui-tab-store_credit textarea {
	width: 100%;
	margin: 4px 0 10px 0;
	padding: 7px;
}
.bmui-tab-panel .account_information .title {
	font-size: 17px;
	font-weight: 600;
	color: #36454F;
	text-align: left;
	display: block;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 20px 0;
	padding: 20px 0 12px 0;
}
.gift-registry-create-edit-form span.Zebra_DatePicker_Icon_Wrapper, .gift-registry-create-edit-form textarea {
	width: 100%;
}
#bmui-tab-gift-certificate input[type=text], #bmui-tab-gift-certificate input[type=password], #bmui-tab-gift-certificate select, #bmui-tab-gift-certificate textarea {
	width: calc(100% - 160px);
}
#bmui-tab-store-credit .form-row {
	margin-bottom: 20px;
}
#bmui-tab-store-credit textarea {
	padding: 15px;
}
.bmui-tab-panel .account_information .title:empty {
	display: none;
}
.wish-list-edit-form .form-row.btn-row {
	margin-top: 15px;
}
.wish-list-edit-form .form-row label {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.wish-list-edit-form .form-row input[type=text] {
	display: block;
	width: 350px;
	max-width: 100%;
}
#saved-cart-details .saved-cart-items-wrap {
	margin: 20px 0 20px;
}
#saved-cart-details .saved-cart-items-wrap label {
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}
#bmui-tab-save-cart .save-cart-init-form .form-row {
	margin-bottom: 15px;
}
#bmui-tab-save-cart .save-cart-init-form .form-row label {
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}
#bmui-tab-save-cart .save-cart-init-form .form-row input[type="text"] {
	width: 100%;
	max-width: 500px;
}
.bmui-tab-panel .wish_list .cancel-button {
	margin-left: 10px;
}
#customer-profile-tabs .bmui-tab-body-container .wish_list h1 {
	font-size: 17px;
	font-weight: 600;
	color: #36454F;
	text-align: left;
	display: block;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}
.wish-list-share-form input[type=text], .wish-list-share-form input[type=password], .wish-list-share-form select, .wish-list-share-form textarea {
	width: 100%;
}
.oder-comment-form .form-row {
	margin-bottom: 0px;
	display: block;
}
#customer-profile-tabs td, #customer-profile-tabs th {
	background-color: #fff;
	border: none;
	padding: 10px 5px;
	text-align: left;
	word-break: normal;
	vertical-align: top;
}
#customer-profile-tabs td {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 20px;
}
.bmui-tab .bmui-tab-header {
	font-size: 21px;
}
.bmui-tab .bmui-tab-header.top {
	margin-right: -1px;
	display: inline-block;
	border: 1px solid #f3f3f3;
	border-bottom: 0;
}
#customer-profile-tabs th {
	color: #36454F;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
#customer-profile-tabs th:first-child, #customer-profile-tabs td:first-child {
	padding-left: 0;
	width: 268px;
}
#customer-profile-tabs td:first-child img {
	width: 50px;
	height: 50px;
}
#customer-profile-tabs td:first-child .details {
	white-space: normal;
}
.popup.confirm-popup .body {
	text-align: center;
	padding-top: 0;
}
.pending_order img.product-thumb-image, .completed_order img.product-thumb-image {
	display: none;
}
#customer-profile-tabs .scrollable-view {
	margin-top: 0;
}
#bmui-tab-account_information .account-short-details {
	font-family: 'Tw Cen MT';
	font-weight: 500;
	color: #36454F;
	text-transform: uppercase;
}
#bmui-tab-account_information .account_information .name {
	font-size: 16px;
	font-family: 'Tw Cen MT';
	font-weight: 700;
	color: #36454F;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#customer-profile-tabs .button-line {
	margin-top: 20px;
	text-transform: uppercase;
}
#customer-profile-tabs .bmui-tab-body-container h1 {
	color: #36454F;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
#customer-profile-tabs .bmui-tab-body-container .store_credit {
	max-width: 320px;
	text-transform: uppercase;
	font-weight: 700;
	color: #36454F;
}
.bmui-tab.left-side-header .bmui-tab-body-container .errorlist.after {
	line-height: 15px;
	margin-left: 0px;
	text-transform: uppercase;
	margin-top: -5px;
	display: block;
	margin-bottom: 20px;
}
#customer-profile-tabs .welcome-profile {
	overflow: hidden;
	color: #36454f;
	font-weight: 700;
	text-transform: uppercase;
}
#customer-profile-tabs .bmui-tab-header-container.top-box .bmui-tab-header.top.bmui-state-default.bmui-tab-active.bmui-state-active .title{
	color:#000;
}
/*==================================*/
.widget.widget-html.homepage-newsletter {   
    height: 333px;
    width: 100%;
    background: #707070;
    text-align: center;
    -webkit-border-top-left-radius: 44px;
    -moz-border-radius-topleft: 44px;
    border-top-left-radius: 44px;
    position: relative;
}
.widget.widget-html.homepage-newsletter::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 292px;
    height: 333px;
    background: url('../images/newsletter-right-image.png') no-repeat;
}

.widget.widget-html.homepage-newsletter a {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Tw Cen MT';
    padding: 6px 22px;
    color: #000;
    background: #fff;
    z-index: 1;
    border: 2px solid #fff;
	text-decoration: none;
}
.widget.widget-html.homepage-newsletter a::after {
    content: url(/template/e8917d3d/images/arrow-black.png);
    vertical-align: middle;
    margin-left: 8px;
}
.widget.widget-html.homepage-newsletter a:hover {
    background: #707070;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.widget.widget-html.homepage-newsletter a:hover::after{
    content: url(/template/e8917d3d/images/arrow-white.png);
}
/*:newsletter */
.widget.widget-newsletter.homepage-newsletter {   
    height: 333px;
    width: 100%;
    background: #707070;
    text-align: center;
    -webkit-border-top-left-radius: 44px;
    -moz-border-radius-topleft: 44px;
    border-top-left-radius: 44px;
    position: relative;
}
.widget.widget-newsletter.homepage-newsletter:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 292px;
	height: 333px;
	background: url('../images/newsletter-right-image.png') no-repeat;
}
.widget-html.homepage-newsleter-title {
    position: absolute;
    left: 53%;
    top: 74px;
    z-index: 1;
    max-width: 696px;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
.widget-html.homepage-newsleter-title h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	font-family: 'Tw Cen MT';
	line-height: 46px;
}
.widget.widget-newsletter.homepage-newsletter .newsletter label {
	display: none;
}
.homepage-newsletter .newsletter {
	max-width: 396px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
	position: absolute;
	left: 53%;
	transform: translateX(-50%);
	bottom: 70px;
	width:100%;
}
.homepage-newsletter .form-row {
	margin: 0;
}
.homepage-newsletter .form-row.mandatory {
	display: inline-block;
	vertical-align: top;
	width: 72%;
}
.homepage-newsletter .form-row.button-container {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	margin-left: -10px;
}
.homepage-newsletter .form-row input {
	padding: 10px 15px;
	width: 100%;
	margin: 0;
	height: 46px;
	background: transparent;
	font-size: 17px;
	font-weight: bold;
	border: 2px solid #fff;
	color:#ffffff;
}
.homepage-newsletter .message-block.info-message {
    position: absolute;
    left: 0;
    top: 60px;
    background: none;
    border: 0;
    text-align: left;
    color: #45c845;
}
.homepage-newsletter.inplace.valid-verify-form {
	position: relative;
}
.homepage-newsletter .message-block.error-message, .homepage-newsletter .message-block.error {
	background-color: transparent;
	border: 0;
	color: #FF0000;
	width: auto;
	text-align: left;
	padding: 0;
	position: absolute;
}
.homepage-newsletter .form-row.button-container label {
	display: none;
}
.homepage-newsletter .form-row button.submit-button {
    border: none;
    font-size: 16px;
    color: #707070;
    font-weight: 600;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
    margin: 0;
    width: 115px;
    padding: 12px 0;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.homepage-newsletter .form-row button.submit-button[disabled]{
	opacity:1;
}
.homepage-newsletter .form-row button.submit-button:after {
    content: url(../images/grey-icon.png);
    vertical-align: middle;
    margin-left: 8px;
}
.homepage-newsletter .form-row button.submit-button:hover:after {
    content: url(../images/white-icon.png);
}
.homepage-newsletter .form-row button.submit-button:hover {
	background: #000;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    color: #fff;
}
.homepage-newsletter .errorlist.after .message-block {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: -19px;
	background: none;
	text-align: left;
	z-index: 1;
	left: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.homepage-newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	font-weight: normal;
	font-family: 'Tw Cen MT';
	font-size:15px;
	text-transform: uppercase;
		font-weight: 700;
		letter-spacing:1px;
}
.homepage-newsletter ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	font-weight: normal;
	font-family: 'Tw Cen MT';
	font-size:15px;
	text-transform: uppercase;
			font-weight: 700;
		letter-spacing:1px;
}
.homepage-newsletter :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	font-weight: normal;
	font-family: 'Tw Cen MT';
	font-size:15px;
	text-transform: uppercase;
			font-weight: 700;
		letter-spacing:1px;
}
.homepage-newsletter :-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-weight: normal;
	font-family: 'Tw Cen MT';
	font-size:15px;
	text-transform: uppercase;
			font-weight: 700;
		letter-spacing:1px;
}
.homepage-newsletter .message-block.info-message {
	position: absolute;
	bottom: -43px;
	z-index: 1;
}
.homepage-newsletter .message-block.error-message, .homepage-newsletter .message-block.error {
	position: absolute;
	padding: 2px 8px;
	bottom: 0px !important;
	font-size: 12px;
	color: #ff9696;
	width: calc(100% - 35%);
	line-height: 15px;
	text-align: left;
	text-transform: uppercase;
  font-weight: normal;
}
.homepage-newsletter .valid-verify-form .message-block.error-message {
	bottom: -28px;
}
.newsletter.unsubscribe.valid-verify-form h3 {
	margin: 0;
	font-size: 26px;
	color: #080808;
	text-transform: none;
	line-height: 36px;
	font-family: 'Tw Cen MT';
	font-weight: 700;
	text-align: center;
	padding: 0;
}
.newsletter.unsubscribe {
	text-align: center;
	margin: 0 0 20px 0;
}
.newsletter.unsubscribe span.message {
	margin-bottom: 20px;
	display: block;
	color: #36454F;
	font-weight: normal;
	font-size: 17px;
}
.newsletter.unsubscribe.valid-verify-form textarea {
	height: 90px;
	width: 100%;
	display: block;
	text-align: left;
	margin: 0 auto;
}
.newsletter.unsubscribe {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.newsletter.unsubscribe .form-row.mandatory label {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.newsletter.unsubscribe .form-row.mandatory .errorlist.after {
    position: absolute;
	left: 0;
}
.subscription-list-success .title {
    background-color: #565656;
    padding: 10px;
    text-align: center;
}
.subscription-list-success .help {
    text-align: center;
}
.subscription-list-success .help .link {
    color: #565656;
    margin-right: 5px;
}
.subscription-list-success .help .link:hover {
    color: #000;
}
.page-newsletter-subscription .subscription-list-success .message-block {
    margin: 10px;
}
.page-newsletter-subscription .subscription-list-success {
    border: 1px solid #565656;
}
.newsletter.unsubscribe .form-row button::after {
    content: url(../images/white-icon.png);
    vertical-align: middle;
    margin-left: 8px;
}
.discount-coupon-code-form .errorlist.after .message-block {
    margin-left: 0px;
    font-size: 14px;
}
/*offer*/
.widget-html.homepage-newsletter-offer {
    position: absolute;
    left: 20px;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 320px;
    background: url(../images/newsletter-offer-image.png) no-repeat;
    text-align: center;
    width: 460px;
}
.widget-html.homepage-newsletter-offer p {
	 max-width: 290px;
    margin: 60px auto;
    font-size: 45px;
    color: #36454F;
    line-height: 46px;
    font-family: 'Tw Cen MT';
    font-weight: 700;
    text-align: center;
}
.widget-html.homepage-newsletter-offer p strong {   
     display: block;
    text-align: center;
    color: #36454F;
    border-bottom: 2px solid #36454F;
    margin: 0px auto 20px;
    max-width: 90px;
    padding: 40px 0 30px;
    font-size: 70px;
    letter-spacing: -5px;
}
.homepage-newsletter .form-row button.submit-button:before {
	display: none;
}
.homepage-newsletter .form-row.mandatory .errorlist.after {
    bottom: 30px;
    position: absolute;
    left: 3px;
}
/*end:newsletter*/


/*start:footer */
.footer {
	position: relative;
	background: #565656;
	margin-top: 0;
}
.footer .vertical .navigation-item a {
	border: 0;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	font-family: 'Tw Cen MT';
	line-height: 32px;
	margin: 0;
	padding: 0;
}
.footer .vertical .navigation-item a:hover {
	color: #ccc;
}
.footer .footer-copyright {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 30px;
}
.footer .footer-copyright p {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
}
.footer .footer-copyright p > span {
	float: right;
}
.widget.widget-breadcrumb {
	padding: 30px 0 10px 0;
}

.page-home .page-content {
	padding: 0;
}
/*start:login*/
.page-login .page-content .login-form {
	border-radius: 3px;
	font-size: 14px;
	padding: 50px 60px;
	max-width: 540px;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.01);
}
.page-login .login-form .form-row label {
	color: #555;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	font-weight: 700;
	text-transform: uppercase;
}
.page-login .login-form button.login-button {
	width: 100%;
	color: #fff;
	font-size: 17px;
	padding: 12px 10px;
	text-transform: uppercase;
	border: 0;
	transition: 0.2s all;
}
.page-login .login-form .remember {
	margin: 22px 0 12px;
	width: auto;
	float: right;
	text-align: right;
	position: relative;
	z-index: 1;
	font-size: 17px;
	font-weight: 500;
}
.login-form .lost-password a:hover {
	color: #1e1614;
	text-decoration: underline;
}
.login-form .lost-password a {
	color: #36454f;
	margin-top: 18px;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 5px;
}
.login-form .lost-password a:hover {
	color: #565656;
		text-decoration: underline;
}
.page-login .login-form .form-row:last-child {
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 30px;
	text-align: center;
	font-weight: 500;
}
.login-form .account-register a {
	color: #36454f;
	font-size: 16px;
	text-decoration: underline;
}
.login-form span.title {
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 15px;
}
.login-form input[type="password"], .login-form input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	padding: 0px 15px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	background-color: #ffffff;
}
.login-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	text-transform: uppercase;
}

.login-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	text-transform: uppercase;
}

.login-form ::-ms-input-placeholder { /* Microsoft Edge */
	text-transform: uppercase;
}
.page-login .login-form .form-row  .errorlist.after {
	display: block;
		text-transform: uppercase;
	font-weight: normal;
}
/*end:login*/


.password-reset-form .form-row.submit-row button {
	width: 100%;
	background: #36454F;
	color: #fff;
	font-size: 17px;
	padding: 12px 10px;
	text-transform: uppercase;
	border: 0;
	transition: 0.2s all;
}
.password-reset-form .form-row.submit-row button:hover {
    background: #565656;
    color: #ffffff;
}
.registration-form .form-row.submit-row button {
	width: 100%;
	background: #36454F;
	color: #fff;
	font-size: 17px;
	padding: 12px 10px;
	text-transform: uppercase;
	border: 0;
	transition: 0.2s all;
	margin-top: 7px;
}
.registration-form .form-row.submit-row button:hover {
	background: #565656;
}
.registration-form {
	background-color: rgba(0,0,0,0.01);
}
.auto-page .product-widget.widget-stockMark {
	padding: 0;
}
.auto-page .product-widget.widget-variation {
    border-top: none;
    padding-bottom: 0;
    position: absolute;
    bottom: 185px;
}
.page-product .product-widget.widget-addCart {
    font-size: 0;
    display: flex;
    flex-direction: column;
}
.widget-socialMediaShare .social-media-wrapper {
	position: relative;
}
.auto-page .product-widget.widget-price label.label-for-price {
	display: none;
}
.auto-page .product-widget.widget-price {
	display: flex;
	align-items: center;
	padding-top: 0;
    padding-bottom: 120px;
    /*margin-bottom: 100px;*/
}
.product-widget.widget-productSku .info-row.sku span {
	font-size: 16px;
	font-weight: 700;
	color: #9AA2A7;
	text-transform: uppercase;
}
.product-widget.widget-productSku label:before {
	content: 'Product Code:';
	font-size: 17px;
	color: #9AA2A7;
}
.product-widget.widget-productSku label {
	position: relative;
	font-size: 0;
}
.auto-page .product-widget.widget-price .price {
	color: #36454F;
	font-size: 27px;
	font-weight: bold;
}
.auto-page .product-widget.widget-price .previous-price.price {
	color: #9AA2A7;
	font-size: 27px;
	padding-right: 10px;
	font-weight: bold;
}
.auto-page.page-product .page-content {
	padding: 0;
}
.product-widget.widget-variation a.chosen-single {
	width: 200px;
	border-radius: 0;
	height: 44px;
	padding: 4px 12px;
}
.product-widget.widget-variation .chosen-container-single .chosen-single div b {
	top: 1px;
}
.product-widget.widget-variation .chosen-container-single .chosen-single span {
	line-height: 30px;
	font-weight: 600;
	font-size: 18px;
	color: #000;
}

/*start*/
.widget-socialMediaShare .social-media-wrapper:before {
	content: 'Share';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.widget-socialMediaShare .social-media-wrapper {
	position: relative;
	display: flex;
	margin-top: 25px;
}
.widget-socialMediaShare .social-media-wrapper span {
	margin-right: 25px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-socialMediaShare .social-media-wrapper span:hover {
	opacity: 0.5;
}
.widget-socialMediaShare .social-media-wrapper span.facebook {
	background: url(../images/facebook-icon.png) no-repeat;
	background-repeat: no-repeat;
	background-position: 0 0;
	order: 1;
	width: 22px;
	height: 25px;
}
.widget-socialMediaShare .social-media-wrapper span.email {
	background: url(../images/mail-icon.png) no-repeat;
	background-repeat: no-repeat;
	background-position: 0 0;
	order: 2;
	width: 26px;
	height: 25px;
}
.widget-socialMediaShare .social-media-wrapper span.twitter {
	background: url(../images/twitter-icon.png) no-repeat;
	background-repeat: no-repeat;
	background-position: 0 0;
	order: 3;
	width: 22px;
	height: 25px;
}
.widget-socialMediaShare .social-media-wrapper span.pinterest {
	background: url(../images/pinterest-icon.png) no-repeat;
	background-repeat: no-repeat;
	background-position: 0 0;
	order: 4;
	width: 22px;
	height: 25px;
}
/*end*/


/*start:tell friend*/
.tell_friend_popup.popup{
	padding: 20px;
}
.tell_friend_popup.popup .header {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.tell_friend_popup.popup span.close-popup.close-icon::after {
	content: "";
	font-size: 15px;
	background: rgba(0, 0, 0, 0) url(../images/close-icon.jpg) no-repeat center;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.tell_friend_popup.popup .form-row label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.tell_friend_popup.popup  input[type=text],
.tell_friend_popup.popup  input[type=email],
.tell_friend_popup.popup  textarea{
	width: 100%;
	border-radius: 0;
}
.tell_friend_popup.popup  .footer{
	margin-top: 0;
}
/*end:tell friend*/
.review-form-container form.question-form, form.review-form{
	padding: 0;
}
.review-form-container .simpleCaptcha-container .form-row.simple_captcha_input_field{
	width: 50%;
}
.review-form-container .simpleCaptcha-container .form-row.simple_captcha_input_field input {
	margin-top: 0;
	margin-left: 10px;
	height: 38px;
}
.review-form-container  .simpleCaptcha-container {
	padding: 0 0 4px;
}
.review-form-container .simpleCaptcha-container .errorlist.after{
	left: 10px;
}
.review-panel .message-container  .message-block.info-message {
	bottom: -30px;
}
.review-container .review-description {
	line-height: 23px;
	font-weight: 500;
	font-size: 14px;
}
.review-panel .single-review-block{
	border-bottom: none;
}
.review-panel .single-review-block + .single-review-block {
	border-top: 1px solid #EEEEEE;
	padding-top: 25px;
}
/*start:*/
.review-panel .write-review-panel {
	padding: 10px 0;
	max-width: 600px;
}
.write-review-panel .form-row label {
	display: block;
	font-size: 14px;
	width: 130px;
	font-weight: 700;
	text-transform: uppercase;
}
.write-review-panel  input[type=text],
.write-review-panel  input[type=email],
.write-review-panel  textarea{
	width: 100%;
	border-radius: 0;
}
.review-form .btn-row {
	padding-top: 30px;
	text-align: left;
	padding-left: 0;
}
.write-review-panel button[type=submit] {

	margin-right: 10px;
}
.write-review-panel button[type=submit]:hover{
	color: #36454F;
	background: #DEDEDE;
}
/*start:*/
.page-product .image-popup-container.popup  .image-popup-mask {
	background-color: transparent;
}
.page-product .image-popup-container .image-wrapper {
	border: 10px solid transparent;
}
.page-product .image-popup-container .navigator.close-button {
	background: rgba(0, 0, 0, 0) url(../images/close-icon.jpg) no-repeat center;
	height: 40px;
	right: 0;
	top: 0;
	width: 40px;
}
.page-product .image-popup-container span.right-button.navigator {
	background: url(../images/right-arrow-angle.png) no-repeat transparent;
	right: -13px !important;
	background-size: 20px;
}
.page-product  .image-popup-container span.left-button.navigator {
	background: url(../images/left-arrow-angle.png) no-repeat transparent;
	left: 3px !important;
	background-size: 20px;
}
/*end:*/


.checkout-page input[type=submit], .checkout-page .button.cancel-button {
	font-size: 13px;
}

.floating-panel-popup.address-selection-popup {
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	padding: 30px;
}

.address-selection-popup .addresses>.address {
	color: #666;
	border-bottom: 1px solid #edeff0;
	padding: 0;
	margin-bottom: 15px;
	padding-bottom: 15px
}
.address-selection-popup .create-address {
	background-color: #f6afc4;
	color: #36454f;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.filter-profile label.name {
	display: block;
	font-size: 25px;
	padding-bottom: 10px;
	color: #36454f;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: 2px solid #efefef;
	font-weight: 700;
	margin-bottom: 0;
	font-family: 'Tw Cen MT';
	position: relative;
	width: 100%;
}
.page-filter span.breadcrumb-item.root{
	display:none;
}
.product-block span.add-to-cart-button.button.et_pdp_add_to_cart{
	background-color: #DEDEDE;
	border-color: #DEDEDE;
	color: #36454F;
}
.product-block span.add-to-cart-button.button.et_pdp_add_to_cart:hover{
	background-color: #36454F;
	border-color: #36454F;
	color: #fff;
}


.noUi-horizontal {
	height: 3px;
}
.noUi-horizontal .noUi-handle {
	width: 14px;
	height: 14px;
	top: -6px;
	border-radius: 50%;
	border: 2px solid #36454F;
}
.noUi-target {
    border: 2px solid #36454F;
}
.type-slider-bottom {
	margin-top: 15px;
}
.noUi-connect {
	background: #36454F;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -12px;
}


.form-row.type-slider span.filter-name {
	display: none;
}

.noUi-handle:before, .noUi-handle:after{
	display: none;
}

.widget-navigation.main-menu .navigation-item.navigation-item-0 a span:after {
	content: 'tuffys';
	position: absolute;
	right: 0;
	color: #0A96F5;
}

.widget-navigation.main-menu .navigation-item.navigation-item-1 a span:after {
	content: 'tuffetts';
	position: absolute;
	right: 0;
	color: #F6AFC4;
}

.widget-navigation.main-menu .navigation-item.navigation-item-2 a span:after {
	content: 'for kids';
	position: absolute;
	right: 0;
	color: #FCD358;
}

.widget-navigation.main-menu .navigation-item.navigation-item-3 a span:after {
	content: 'Under-Vis';
	position: absolute;
	right: 0;
	color: #F88A50;
}
.widget-navigation.main-menu .navigation-item.navigation-item-4 a span:after {
    content: 'Facemasks';
    position: absolute;
    right: 0;
    color: #09b58e;
}

/*.blog-comment-reply-popup.popup .close-icon {
	background: url("/template/3b77056f/images/remove-icon.png");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center 5px;
}
*/
.product-view.image-view .sale.tag-mark, .product-view.scrollable-view .sale.tag-mark {
	background: url(/template/e8917d3d/images/sale.png) no-repeat left top!important;
	display: inline-block;
    height: 30px;
    position: absolute;
    left: 0;
    top: 10px;
    width: 65px;
}
.widget-productImage .image-preview-box .sale.tag-mark {
    background: url(/template/e8917d3d/images/sale-tag.png) no-repeat scroll left top!important;
    display: inline-block;
	height: 30px;
	position: absolute;
	left: auto;
	top: 5px;
	width: 61px;
	right: 25px;
}
.popup .stepper .stepper-arrow.up {
	right: 0;
}
.popup .stepper .stepper-arrow.down{
	left: 0;
}
.add-to-cart-popup .body {
	padding: 20px 0;
}
.add-cart-information-popup .body, .add-to-cart-popup .body {
    border-bottom: 1px solid #e2e2e2;
}
.add-to-cart-popup table, .add-to-cart-popup table td, .add-cart-information-popup table, .add-cart-information-popup table td{
	border:0;
}
.add-to-cart-popup .body td.short-info {
	padding-left: 25px;
}
.checkout-page .discount-coupon-code-form input[type=text] {
	max-width: 100%;
}
.checkout-page .discount-coupon-code-form button {
	margin-left: 0;
	margin-top: 15px;
	width: 100%;
}
.checkout-page .discount-coupon-code-form  .errorlist.after {
    position: absolute;
    bottom: 40px;
}
.checkout-page-options .registered-customer .form-row.lost-password-row {
padding-top: 15px;
padding-bottom: 8px;
	margin-bottom: 0;
}
.checkout-page-options .new-customer .option label,
.checkout-page-options .new-customer p,
.checkout-page-options .registered-customer p,
.checkout-page-options .registered-customer .form-row.lost-password-row{
	font-weight: normal !important;
	text-transform: none;
	font-size: 17px !important;
}
.bmui-tab-body-container .wish_list span.button.create-wish-list {
	margin-top: 30px;
}
.auto-page.page-product .bmui-tab .bmui-tab-header {
	padding: 12px 20px;
	margin: 0 15px 0 0;
}
.auto-page.page-product .bmui-tab .bmui-tab-header.bmui-tab-active {
	background-color: #fff;
	border: 1px solid #D2D2D2;
	color: #36454F;
	padding: 12px 20px 16px 20px;
	border-bottom: 0;
	margin: 0 15px 0 0;
	margin-bottom: -1px;
}
.auto-page.page-product .bmui-tab .bmui-tab-body-container {
	border: 1px solid #D2D2D2;
	padding: 28px 30px;
	margin-bottom:40px;
	font-family: 'Montserrat', sans-serif;
}
.auto-page.page-product .bmui-tab .bmui-tab-body-container .description p, .auto-page.page-product .bmui-tab .bmui-tab-body-container .description li {
    font-size: 14px;
}
.registration-form > .form-row:nth-last-of-type(2) {width:100%}
.registration-form > .form-row:nth-last-of-type(2) label{display:none}
.header-wishlist-menu.widget.widget-navigation .navigation-item a {
	background: url('../images/favorite.png') no-repeat top center;
	width: 50px;
	display: block;
}
.header-wishlist-menu .horizontal > .navigation-item.last a {
    font-size: 0;
}
.bmui-tab-body-container .wish-list-list  .action-icon{
	background:none;
	position:relative;
}
.bmui-tab-body-container .wish-list-list  .action-icon::before {
	content: "\f002";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #333;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 21px;
}


.bmui-tab-body-container .wish-list-list  .action-icon.remove.delete::before{
	display: none
}
.bmui-tab-body-container .wish-list-list  .action-icon.share::before {
	content: "\f064";
}
.bmui-tab-body-container .wish-list-list  .action-icon.edit::before {
	content: "\f044";
}
.bmui-tab-body-container .wish-list-list   .action-icon:hover::before {
	color: #f6afc4;
}

.page-cart .shopping-cartitem table.cartitem-table {
    border: 0;
	    border-bottom: 6px solid #f9f9f9;
    padding-bottom: 0;
    display: block;
}
.page-cart .shopping-cartitem table.cartitem-table thead tr {
    border-bottom: 6px solid #f9f9f9;
}
.page-cart .shopping-cartitem table tr:nth-child(2n), .page-cart .shopping-cartitem table.cartitem-table th{
	background:transparent;
}
.page-cart .shopping-cartitem .shopping-cart-total div.right-column table {
    border: 0;
}

.page-checkout .confirm-step-form .cartitem-table td a {
    color: #36454F;
}
.page-cart .product-thumb-view img {
    max-width: 112px;
    max-height: 45px;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    background-color: transparent;
    border-bottom: 6px solid #E6E6E6;
padding: 20px 0 15px;
text-align: right;
margin-top: -78px;
}
.category-details-container, .subcategory-container {
    padding-bottom: 0;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    border: 0;
	    border-top: 6px solid #E6E6E6;
    margin-top: 50px;
    padding: 20px 0;
}
.filter-title h1.title.page-heading {
    text-transform: uppercase;
    font-size: 38px;
}
.product-view .sortable {
    display: inline-block;
    margin-right: 0;
    max-width: 150px;
    width: 100%;
}
.product-sorting {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
}
span.button.profileLogout a {    
color: inherit;
}
.page-post-payment .message-details {
    text-align: center;
	    margin-bottom: 30px;
}
.page-post-payment .message-details p {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.payment-success-total > table {
    border: 0;
    padding: 0;
	text-transform: uppercase;
	font-size: 16px;
}
.payment-success-total > table td {
    border: 0;
}
.payment-success-total > table tr {
    border-bottom: 0;
}
.payment-success-total > table td:nth-child(2n){
	text-align:right;
	font-weight:700;
	color:#36454F
}
.payment-success-total table tr:nth-child(2n) {
    background:none;
}
.page-post-payment .order-details h4.table_heading {
    padding-bottom: 10px;
    text-align: center;
    font-size: 30px;
}
.page-post-payment .message-details p a {
    display: block;
}
.page-post-payment .message-details p.order-info {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}
.floating-panel-popup.popup {
    padding: 10px;
}
#order-details .info-row label {
    color: #36454F;
    font-weight: 400;
	font-size: 17px;
}
#order-details .info-row .value{
	font-size: 17px;
    font-weight: 700;
	color:#36454F
}
.page-profile .popup{
	padding:0;
}
.page-profile .site-popup .content, .page-profile .confirm-popup .body {
	padding: 30px;
}
.page-profile .popup .button-line, .page-profile .popup .footer {
	margin:10px auto 25px;
}
.page-profile .site-popup .title-bar, .page-profile .confirm-popup .header-line {
    background-color: transparent;
    font-size: 17px;
    border-bottom: 1px solid #F9F9F9;
	text-align:center;
}
.category-details .subcategory-container .title, .category-details .product-container .title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700 
}
.page-contact .widget-title {
    font-size: 32px;
	    color: #36454F;
    font-weight: 700;
	font-family: 'Tw Cen MT';
}
.widget.widget-form.contact-page-form .widget-title{
	    color: #36454F;
    font-weight: 700;
}
.page-contact .form-template .form-row label {
    color: #36454F;
    text-transform: uppercase;
    font-weight: 700;
}
.page-contact .form-template .form-row   .errorlist.after {
  position: absolute;
  left: 16px;
  bottom: -11px;
}
.page-contact .form-template .form-row  {
  position: relative;
}
.payment-option .body {
    max-width: 370px;
    padding: 30px !important;
    margin: 0 0 10px;
}
.total-review-panel div {
    display: inline-block;
    max-width: 230px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
}
.review-container .review-head {
  margin-bottom: 5px;
}
.review-container {
    margin-top: 20px;
    font-size: 17px !important;;
}
.review-container .review-description {
    font-size: 17px !important;;
}
.category-detail-view img {
    width: 100%;
    max-height: inherit;
}


.subcategory-container .category.category-image-view.category-image-view-width {
  width: calc(50% - 25px);
  position: relative;
  padding: 0;
border: 0;
  margin-right: 30px;
	margin-bottom: 30px
}
.subcategory-container .category.category-image-view.category-image-view-width:nth-of-type(even) {
	  margin-right: 0px;
}
.subcategory-container .category.category-image-view.category-image-view-width img{
  width: 100%;
  padding: 0;
  margin: 0;
  max-width:100%;
}
.subcategory-container .category-name.et_ecommerce_category {
    position: absolute;
  content: "";
  left: 0;
  top: 25px;
  	color: #fff;
	font-weight: 900;
	font-family: 'Tw Cen MT';
	font-size: 32px;
	text-transform: uppercase;
	line-height: 35px;
  	background: #59B7F8;
	padding: 10px 50px 10px 15px;
	max-width: 370px;
  text-align: left;
	width: auto;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
}

.category-details .title.page-heading {
    display: none;
}
.type-slider-bottom a.reset-price-range {
    display: none;
}

.type-slider-bottom{
    color: #36454F;
    opacity: 0.5;
    font-size: 17px;
    font-weight: 700;
}

.footer .footer-copyright a {
    text-decoration: underline;
    color: #fff;
}
.footer .footer-copyright a:hover {
    text-decoration: none;
	color: #e1e1e1;
}
.category-details .subcategory-container .title .label, .category-details .product-container .title span.label {
    display: none;
}
.page-profile .comment-area .comment-row .show-comment, .page-guest-customer-order-comment .comment-row .show-comment {
    display: block;
    word-break: inherit;
    clear: left;
    overflow: auto;
	padding-top:15px;
	padding-bottom: 10px;
}
.checkout-page .address-edit-from-wrap .form-row {
    margin-bottom: 15px;
	position:relative;
}
.page-checkout .errorlist.after {
	position: absolute;
	left: 0;
	bottom: -12px;
}
.page-profile .comment-area .comment-row .date-time, .page-guest-customer-order-comment .comment-row .date-time {
    float: unset;
}
.action-icon {
	background:none;
}
.action-icon.edit::before {
	content: "\f044";
	    font-size: 18px;
    font-family: 'FontAwesome';
	color:#333;
}
.action-icon.edit:hover::before {
    color: #f6afc4;
}
.action-icon.add-to-cart::before {
	content: url(../images/Cart-icon.png);
	vertical-align: middle;
	margin-right: 3px;
	height: 24px;
	display: inline-block;
	overflow: hidden;
}
.action-icon.add-to-cart:hover:before {
	content: url(../images/addCart-icon-hover.png);
}

.home-featured-product .image.product-image {
    margin-bottom: 15px;
}
.page-contact .form-template .single-input-row .errorlist.after {
	left: 0;
}
/*-------------------------*/
span.pagination-literal-status {
    font-size: 16px;
    line-height: 30px;
		font-family: 'Tw Cen MT';
}
.pagination span {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    padding: 3px 8px;
    box-shadow: none;
    display: inline-block;
    background-image: none;
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 700;
	font-family: 'Tw Cen MT';
}

.pagination span.page-number.current {
    color: #1e1614;
    background: none;
    border: 0;
}

.pagination span.first, .pagination span.last {
    display: none;
}

.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 0 !important;
}

.pagination span.prev:before {
    content: "\f104";
    position: absolute;
    left: 0;
    top: -17px;
    color: #a1a1a1;
    font-size: 18px;
    font-family: 'FontAwesome';
}

.pagination span.prev {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 0 !important;
}

.pagination span.next:before {
    content: "\f105";
    position: absolute;
    left: -8px;
    top: -17px;
    color: #a1a1a1;
    font-size: 18px;
    font-family: 'FontAwesome';
}
/*------------------------------------*/
.page-product .zoomContainer div {
    	border: none !important;
    }
.page-cart .discount-coupon-code-form.valid-verify-form button {
    width: 100%;
}
.checkout-page .form-row input, .checkout-page .form-row select, .checkout-page .form-row textarea {
    border: 2px solid #ddd;
}
.login-form span.title {
	display: none;
}
.chosen-container-single {
    min-width: unset;
}

.button.add-to-wish-list, .add-to-wish-list.disabled, .product-widget.widget-addCart .add-to-wish-list {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: none;
  color: #777;
}
.button.add-to-wish-list:hover:after, .add-to-wish-list.disabled:hover:after, .product-widget.widget-addCart .add-to-wish-list:hover:after {
	color:#777;
	 content: "\f004";
}
.order-details table.cartitem-table.order_details_table tr:nth-child(2n) {
    background: #fcfcfc;
}


.payment-option .code-submit-form .message-block.success {
    font-size: 12px;
}
.newsletter.unsubscribe .form-row.button-container label {
    display: none;
}
.page-product div#bmui-tab-custom-information-1 p {
    padding-bottom: 0;
}

.page-contact .form-row.btn-row .submit-button {
    position: relative;
	width: 100%;
}
.page-contact .form-row.btn-row .submit-button::after {
    content: url(../images/white-icon.png);
    vertical-align: middle;
    margin-left: 8px;
}
.wish-list-popup .form-row label {
    width: 55px;
}
.wish-list-popup.add-to-wishlist-popup.popup.anim-fade-zoom.active input[type="text"] {
    width: 100%;
}
.wish-list-popup.add-to-wishlist-popup.popup.anim-fade-zoom.active .submit-button.add-to-wish-list.et_pdp_add_to_wish_list::before {
	display:none;
}
/*  */

.time-out.popup.active{
		display: -webkit-flex;
	display: flex;
	flex-direction: column;
	padding: 0 50px 20px;
}
.time-out.popup .header-line {
		order: 2;
	-webkit-order: 2;
}
.time-out.popup .body{
		order: 1;
	-webkit-order: 1;
	font-size:17px;
	margin-top:10px;
}
.time-out.popup .header-line {
    margin-top: 10px;
}
.time-out.popup .header-line .ok {
    background-color: transform;
    text-transform: capitalize;
    width: 100%;
	font-size: 16px;
}
.time-out.popup .header-line .ok:hover{
	    background-color: #000;
}
.product-widget.widget-related {
    margin-bottom: 15px;
}
.payment-success-total > table .total-order td {
    font-weight: normal;
}

.page-credit-card-payment .logo.credit-card {
    text-align: center;
}
.page-credit-card-payment .payment-form label {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.page-credit-card-payment .payment-form input[type="text"], .page-credit-card-payment .payment-form input[type="password"] {
  width: 100%;
}
.page-credit-card-payment .payment-form .mandatory-chosen-wrapper select {
  width: 100%;
}
.page-credit-card-payment .payment-form .mandatory.mandatory-chosen-wrapper {
  width: 48%;
}
.page-credit-card-payment .payment-form input[type="submit"] {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.payment-form.securepay-payment-gateway-form.valid-verify-form {
    max-width: 700px;
    margin: 20px auto;
}

.accordion-panel > .accordion-item.expanded {
    padding: 5px 0 20px;
        padding-top: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
}
.contact-page-img img {
    height: 823px;
    object-fit: cover;
}

.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator {
	background-position: 2px center;
	left: 48%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	bottom: 0;
	top: auto;
	text-align: center;
	height: 15px;
	width: 15px;
}
.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator {
	background-position: -13px center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 0;
	left: 48%;
	width: 15px;
	height: 15px;
}
.payment-success-total > table .total-order td.price {
    font-weight: 700;
}
.checkout-page-options .registered-customer .form-row.lost-password-row{
	margin-bottom: 20px
}
.product-widget.widget-information .bmui-tab-panel.bmui-state-visible ul li::before {
	content: '\f111';
	position: absolute;
	left:0;
	top: 6px;
	width: 8px;
	height: 8px;
	z-index: 1;
	font: normal normal normal 14px/1 FontAwesome;
	color: #565656;
	font-size: 10px;
}
#custom-information-1 .auto-page.page-product .bmui-tab .bmui-tab-body-container .bmui-tab-panel:nth-child(2) table td{
  text-align: center;
}
.payment-form .mandatory-chosen-wrapper select + .errorlist.after {
    left: 0;
}
.accordion-panel {
    padding: 0;
}

#presscontainer{
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
#presscontainer > div {
    float: left;
}
#presscontainer > div img{
    display: block;
}
.product-view.image-view .content {
    overflow: hidden;
}
.wish_list .action-icon.remove.delete {
    background: url("../images/close-icone.jpg") no-repeat left bottom;
}
.page-wish-list .wish-list-details .header {
    display: none;
}
.checkout-page input[type="checkbox"], .checkout-page input[type="radio"] {
    opacity: 0 !important;
}
.dockable-popup{
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 99999;
}
.dockable-popup .close-box {
    background: #565656;
    display: inline-block;
    width: 40px;
    height: 40px;
    right: -20px;
    position: absolute;
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    top: -16px;
    border-radius: 50%;
}
.product-widget.widget-productImage .product-detail-width > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.widget-productImage .image-thumb-container .thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.widget.widget-snippet .container.four-banner-offer a:hover img {
    opacity:1;
}
.page-product .bmui-tab{
	padding-top:0;
	margin-top:80px;
}
@media screen and (max-width: 1400px) {
	.header .widget, .footer .widget {
    margin: 0 15px;
}
}
@media screen and (max-width: 1300px) {
.widget.widget-article.tuffysandtuffetts-home-content {
    width: 98%;
    padding:25px 15px 0;
}
.responsive .product-widget.widget-variation a.chosen-single {
    width: 170px;
}
.responsive .product-widget.widget-addCart .stepper {
    width: 170px;
}
.contact-page-img img {
    height: 847px;
    object-fit: cover;
}
}
@media screen and (max-width: 1200px) {
.header .widget, .footer .widget {
    margin: 0;
}
	.page-product #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    	width: 45% ;
    	flex: 0 0 auto;
    }
	.page-product #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    width: 45%;
    flex: 1 1 auto;
}
.responsive .widget-productImage .multi-image-scroll-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: auto;
	margin-top: 30px;
}
.widget-pageHeading {
    margin-bottom: 60px;
}
.page-content {
    padding:0;
}
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
    font-size: 86px;
}
.widget.widget-navigation.topbar-account-menu {
    margin-right: -10px;
}
.responsive.page-contact .widget.widget-spacer .spacer {
  height: 60px !important;;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    margin-top: -70px;
}
.filter-title h1.title.page-heading {
    font-size: 20px;
}
.responsive .main-menu .nav-wrapper > .navigation-item > .navigation-item-child-container > .navigation-item {
    width: 31%;
    margin-left: 20px;
}
/*.responsive .product-widget.widget-addCart .stepper {
    width: 225px;
}
.responsive .product-widget.widget-variation a.chosen-single {
    width: 227px;
}
.responsive .variation-container .chosen-container {
    margin-left: 56px;
    padding-right: 0;
}
.page-product .product-widget.widget-addCart {
    top: 63px;
}
.auto-page .product-widget.widget-price::after {
    background-size: 320px 30px;
}
.responsive .product-widget.widget-addCart .stepper {
    left: 45px;
}
.auto-page .product-widget.widget-variation {
    bottom: 243px;
}*/
}
@media screen and (max-width: 991px) {
	.dockable-popup .close-box {
		width: 30px;
		height: 30px;
		right: -20px;
		font-size: 21px;
		line-height: 27px;
		top: -9px;
		right: -17px;
	}
.responsive .widget.widget-navigation.main-menu .nav-wrapper.show .navigation-item {
	border-bottom:1px solid #F9F9F9;
	padding: 10px 0;
}

	.page-product #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    	width: 55% ;
    	flex: 0 0 auto;
    }
	.page-product #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    width: 35%;
    flex: 1 1 auto;
}
.responsive .widget-productImage .multi-image-scroll-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: auto;
	text-align: center;
}
.responsive .product-widget.widget-addCart .stepper {
    width: 225px;
}
.responsive .product-widget.widget-variation a.chosen-single {
    width: 227px;
}
.responsive .variation-container .chosen-container {
    margin-left: 56px;
    padding-right: 0;
}
.page-product .product-widget.widget-addCart {
    top: 63px;
}
.auto-page .product-widget.widget-price::after {
    background-size: 320px 30px;
}
.responsive .product-widget.widget-addCart .stepper {
    left: 45px;
}
.auto-page .product-widget.widget-variation {
    bottom: 243px;
}
.widget-socialMediaShare .social-media-wrapper {
    margin-top: 83px;
}


.responsive .bmui-tab .bmui-tab-header {
    font-size: 18px;
}
.responsive.auto-page.page-product .bmui-tab .bmui-tab-header.bmui-tab-active, .responsive.auto-page.page-product .bmui-tab .bmui-tab-header {
	padding: 12px 13px;
}
.widget.widget-product.home-sale-product .widget-title, .widget-product.home-featured-product .widget-title, .product-widget.widget-related .title {
    font-size: 34px;
}
.widget-pageHeading {
    margin-bottom: 50px;
}
.responsive div#spltr-1FF7A279-A7E4-4C86-84E2-7AE75637F539 {
    padding: 35px 20px;
}
.widget.widget-html.homepage-newsletter a {
    bottom: 125px;
    left: 47%;
}
.block-content-wrap .btn-add .add-to-cart-button.button.et_pdp_add_to_cart {
    padding: 8px 30px;
}
.auto-page.page-product .product-widget.widget-variation {
    width: 100%;
}
.variation-container .variation-type label.type-label {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
}
.responsive .variation-container .chosen-container {
    position: absolute;
    top: -12px;
    left: 95px;
    margin: 0;
}
}
@media screen and (max-width: 767px) {

.responsive .homepage-newsletter .newsletter {
    left: 43% !important;
}
.widget.widget-navigation.main-menu .nav-wrapper.show {
    top: 31px;
}

.responsive .categories-list, .responsive .widget.widget-shopByFilterGroup.left-brand-list, .responsive .left-sidebar-filter {
    margin-right: 0px;
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-1 {
    font-size: 75px;
    line-height: 75px;
	top: 25%;
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-2 {
    display: none;
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-3 a {
    font-size: 45px;
    padding: 28px 25px;
    max-height: 80px;
    width: 340px;
}
div.jssor-slider-container .container .slide.slide .description.jssor-caption-3 a::after {
	display:none;
}
.responsive .auto-page .product-widget.widget-price {
    margin-bottom: 20px;
}
.responsive .auto-page .product-widget.widget-variation {
    position: relative;
	bottom:0;
}
.button.add-to-wish-list, .add-to-wish-list.disabled, .product-widget.widget-addCart .add-to-wish-list {
    top:0px;
}
.page-product .product-widget.widget-addCart {
    top: 150px;
}
.page-product #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    width: 100%;
}
.page-product #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    padding-left: 0;
}
.page-product #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 100%;
	max-width: 100%;
}
.product-widget.widget-productImage .product-detail-width {
    padding: 0 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
	max-width: 400px;
margin: 0 auto;
}
.responsive.auto-page.page-product .bmui-tab .bmui-tab-header.bmui-tab-active, .responsive.auto-page.page-product .bmui-tab .bmui-tab-header {
    border: 1px solid #d2d2d2;
    margin-right: 0;
}
.responsive.auto-page.page-product .bmui-tab .bmui-tab-header {
    margin-bottom:-1px;
}
.auto-page .product-widget.widget-productName h1.product-name {
    font-size: 24px;
    line-height: 25px;
}
.widget-product.home-featured-product .product-view.image-view .product-block, .widget-product.home-featured-product .product-view.scrollable-view .product-block {
	margin: 15px 15px 0 0;
}
.scrollable-view > .content {
    padding: 0;
}
.product-block .block-content-wrap {
    padding: 11px 0 8px;
}
.product-view.scrollable-view .product-block {
    margin: 10px 15px 0 0;
}
.widget.widget-image.tuffysandtuffetts-home-content-heading img {
    max-width: 230px;
}
.widget.widget-image.tuffysandtuffetts-home-content-heading {
    margin: 20px auto 5px;
}
.widget.widget-article.tuffysandtuffetts-home-content {
    margin: 0 auto 5px;
}
.widget.widget-article.tuffysandtuffetts-home-content {
    padding: 15px 15px 0;
}
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
    font-size: 130px;
}
.widget.widget-image.contact-page-img {
  max-height: 440px;
  overflow: hidden;
}
.widget.widget-image.contact-page-img img {
  margin-top: -170px;
  width: 100%;
}
.widget-pageHeading {
    margin-bottom: 30px;
}
.page-content {
    padding:0;
}
.widget-pageHeading {
    padding: 20px 0;
}
.widget.widget-search {
	text-align: right;
}
.widget-search .search-menu-button {
	background: transparent none repeat scroll 0 0;
	color: #0996f5;
	display: block;
	float: right;
	height: 40px;
	width: auto;
}
.widget-search .search-menu-button::after {
	color: #999;
	content: "\f002";
	font-family: fontawesome;
	font-size: 20px;
	font-weight: 300;
	margin-left: 0;
	position: absolute;
	right: 6px;
	top: 18px;
}
.widget-search .search-menu-button:hover:after {
	color: #444;
}
.widget-search .search-form{
	top:40px;
}
.widget-search .search-menu-button.responsive-menu-btn.close::after {
    color: #000;
    content: "\f00d";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 300;
    margin-left: 0;
    position: absolute;
    right: 6px;
    top: 18px;
}
.scroll-left, .scroll-right {
    background-size: 70px;
    background-position-Y: 5px;
    width: 12px;
}
.scroll-left:hover, .scroll-right:hover {
    background-size: 70px;
    width: 12px;
    background-position: -17px;
}
.widget.widget-cart .cart-widget-img {
    width: 33px;
    height: 40px;
    margin-left: 3px;
}
.responsive .widget.widget-image.header-logo {
    text-align: center;
    border-top: 1px solid #f8f8f8;
    padding: 15px 15px 11px;
}

body > .header::after {
    top: 125px !important;
	    height: 1px;
}
body > .header {
    border-bottom: 1px solid #F9F9F9;
}
.responsive .widget-navigation.main-menu .menu-button {
    margin-top: -12px !important;
}
.responsive .popup {
    padding: 20px;
	max-height: 350px;
overflow: scroll;
}
.responsive .popup .button-line, .responsive .popup .footer {
    padding: 5px 5px;
    margin: 10px auto;
}
 .popup button {
    padding: 8px 30px;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart, .popup .close-btn.button {
    margin-left: 0px;
}

.page-credit-card-payment .payment-form .mandatory.mandatory-chosen-wrapper {
  width: 100%;
}
.page-credit-card-payment .payment-form .double-input-row .form-type-info {
  display: none;
}
.responsive.page-contact .widget.widget-spacer .spacer {
  height: 60px !important;;
}
.auto-page.page-product .bmui-tab .bmui-tab-body-container .bmui-tab-panel:nth-child(2) table {
width: 660px;
display: block;
overflow-x: scroll;
}
.auto-page .product-widget.widget-variation {
    bottom: 240px;
}
.widget-socialMediaShare .social-media-wrapper {
    margin-top: 170px;
}
.payment-form .mandatory-chosen-wrapper select + .errorlist.after {
	position: relative;
    bottom: 5px;
}
.page-filter .page-content, .page-category .page-content{
	padding:0;
}
.responsive div#spltr-1FF7A279-A7E4-4C86-84E2-7AE75637F539 {
    padding: 15px 20px 35px;
}
.responsive .widget-snippet .contact-details {
    margin: 0;
}
.auto-page .page-content {
    padding: 0;
}
.widget.widget-html.homepage-newsletter a {
    left: 50%;
}
.widget.widget-html.homepage-newsletter::after {
    display: none;
}
.widget.widget-html.homepage-newsletter {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
}
.widget.widget-html.homepage-newsletter a {
    bottom: 115px;
}
.entire-search h2 {
    font-size: 24px;
}
}
@media screen and (max-width: 600px) {
.widget.widget-newsletter.homepage-newsletter {
    width: 94%;
}
.widget.widget-image.contact-page-img {
  max-height: 340px;
  overflow: hidden;
}
.widget.widget-image.contact-page-img img {
  margin-top: -130px;
}
.responsive div#spltr-1FF7A279-A7E4-4C86-84E2-7AE75637F539 {
    padding: 25px 30px;
}
.responsive .quick-cart-content {
    right: 10px;
    width: 300px;
}
.responsive .quick-cart-content table tr th.price {
    text-align: left;
}
.responsive .quick-cart-content .cart-details-link a.button{
	padding: 8px 20px;
	font-size: 14px;
}
.responsive .quick-cart-content table tr th.quantity {
    width: 40%;
}
.page-wish-list .product-view.image-view .product-block, .page-wish-list .product-view.scrollable-view .product-block {
    width: 100% !important;
}
}
@media screen and (max-width: 480px) {
.widget-html.homepage-newsleter-title {
    top: 55px;
}
.responsive .widget.widget-newsletter.homepage-newsletter {
    width: 92%;
}
.responsive .filter-details .product-view.image-view .product-block, .responsive .category-details .product-view.image-view .product-block, .responsive .category-details .product-view.scrollable-view .product-block {
	width: 100%;
	margin: 20px 0 0 0;
}
.widget-productImage .image-thumb-container .thumb-image {
    cursor: pointer;
    max-width: 70px;
    max-height: 70px;
    margin-top: 10px;
}
.responsive .product-widget.widget-addCart .stepper {
    width: 190px;
}
.responsive .product-widget.widget-variation a.chosen-single {
    width: 190px;
}

.button.add-to-wish-list, .add-to-wish-list.disabled, .product-widget.widget-addCart .add-to-wish-list {
    top: 0;
}
.widget.widget-image.contact-page-img {
  max-height: 270px;
  overflow: hidden;
}
.widget.widget-image.contact-page-img img {
  margin-top: -90px;
}
.responsive div#spltr-1FF7A279-A7E4-4C86-84E2-7AE75637F539 {
    padding: 15px 20px;
	overflow: hidden;
}
.page-contact .form-template .form-row {
    width: 100%;
}
.responsive #wi-877BD70A-9C7B-46A0-A7E6-6A837872F34A {
    top: 71px !important;
    width: 180px !important;
}

.responsive .widget-navigation.topbar-account-menu .horizontal > .navigation-item a {
    font-size: 12px;
	margin:3px 0 0;
}
.responsive .widget.widget-cart .cart-widget-img {
    width: 33px;
    height: 40px;
    margin-left: 3px;
}
.responsive .widget-navigation.header-wishlist-menu img {
    width: 34px !important;
    margin-left: 3px;
}
.widget.widget-navigation.topbar-account-menu {
    max-width: 200px;
}
.page-login .login-form .form-row:last-child {
    max-width: 170px;
    text-align: left;
}
.page-login .login-form .form-row:last-child {
    margin-bottom: 15px;
}
.responsive .homepage-newsleter-title h3 {
    max-width: 320px !important;;
}
.widget.widget-html.homepage-newsletter a {
    padding: 6px 7px;
    max-width: 180px;
    width: 100%;
}
.page-product #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    padding: 10px 0 0 0;
}
}

.filter-profile .form-row {
    position: relative;
    padding: 5px 0;
    color: rgb(94, 106, 114);
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Tw Cen MT';
}
.filter-profile .accordion-panel>.label-bar{
	font-size: 17px;	
}
.filter-profile .form-row label {
    width: auto;
	font-size: 17px;
	font-weight: 700;
}
.filter-profile .accordion-panel > .label-bar .toggle-icon, .filter-profile  .accordion-panel>.label-bar.expanded .toggle-icon{
	background: none;
}
.filter-profile .accordion-panel > .label-bar .toggle-icon::after {
    content: "\f107";
    text-align: center;
    width: 100%;
    position: absolute;
    line-height: 24px;
    height: 100%;
    font-size: 22px;
	color: rgb(54, 69, 79);
	font-family: 'FontAwesome';
	display: block;
}
.filter-profile .accordion-panel > .label-bar.expanded .toggle-icon::after{
    content: "\f106";	
}
.filter-profile a.clear-selection{
	display: none;
}
.filter-profile  .form-row input[type="checkbox"] {
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: 10px;
}
.filter-profile .form-row.filter-group .form-row span {
    display: inline-block;
    vertical-align: middle;
}
.filter-profile  span.numbers-of-selected {
    display: inline-block;
    margin-left: 5px;
}
.filter-profile  .form-row.filter-group .form-row {
    padding-left: 22px;
}
.filter-profile  .image-preview-box.product-detail-view>img {
	vertical-align: middle;
}
.widget-gallery .nivo-directionNav a:hover.nivo-prevNav, .widget-gallery .nivo-directionNav a:hover.nivo-nextNav {
    color: #fff;
}
.widget-gallery .nivo-directionNav a.nivo-nextNav::before,  .widget-gallery .nivo-directionNav a.nivo-prevNav::before{
	font-size: 40px;
}
.page-shipping-information .article-content p:last-child{
	 padding-bottom: 0;
}
.entire-search .search-results .search-result .page-result-footer .pagination span.prev:before, .entire-search .search-results .search-result .pagination span.next:before {
	    top: -6px;
}
.search-results .page .summary {
    font-size: 16px;
    margin-bottom: 7px;
}
.search-results .page {
	font-size: 16px;
}
form.discount-coupon-code-form.valid-verify-form label::after{
    content: "* Please ensure coupon code is entered in upper case";
    display: block;
    text-transform: capitalize;
    font-weight: 600;
}
.discount-coupon-code-form .header::after {
    content: "* Please ensure coupon code is entered in upper case";
    display: block;
    text-transform: capitalize;
	font-weight: 400;
	margin-top: 8px;
}
@media screen and (max-width: 1024px) {
	.filter-profile label.name {
		font-size: 22px;
	}
	.category-details .subcategory-container .title, .category-details .product-container .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
.category-details .subcategory-container .title, .category-details .product-container .title {
    font-size: 17px;
}
}
@media screen and (max-width: 767px) {
	.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
		margin-top: 0;
	}
	.subcategory-container .title, .product-container .title{
		padding-bottom: 0;
	}
	.widget-productImage .image-preview-box .sale.tag-mark {
    right: 0;
}
.product-widget.widget-productImage .image-preview-box.product-detail-view > img {
    vertical-align: top;
}
.product-widget.widget-productImage .product-detail-width > img {
    object-fit: cover;
}
}