@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-Light.eot');
    src: url('../fonts/Axiforma-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-Light.woff2') format('woff2'),
        url('../fonts/Axiforma-Light.woff') format('woff'),
        url('../fonts/Axiforma-Light.ttf') format('truetype'),
        url('../fonts/Axiforma-Light.svg#Axiforma-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-Medium.eot');
    src: url('../fonts/Axiforma-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-Medium.woff2') format('woff2'),
        url('../fonts/Axiforma-Medium.woff') format('woff'),
        url('../fonts/Axiforma-Medium.ttf') format('truetype'),
        url('../fonts/Axiforma-Medium.svg#Axiforma-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-SemiBold.eot');
    src: url('../fonts/Axiforma-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-SemiBold.woff2') format('woff2'),
        url('../fonts/Axiforma-SemiBold.woff') format('woff'),
        url('../fonts/Axiforma-SemiBold.ttf') format('truetype'),
        url('../fonts/Axiforma-SemiBold.svg#Axiforma-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-Book.eot');
    src: url('../fonts/Axiforma-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-Book.woff2') format('woff2'),
        url('../fonts/Axiforma-Book.woff') format('woff'),
        url('../fonts/Axiforma-Book.ttf') format('truetype'),
        url('../fonts/Axiforma-Book.svg#Axiforma-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Light.eot');
    src: url('GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
        url('GothamRounded-Light.woff2') format('woff2'),
        url('GothamRounded-Light.woff') format('woff'),
        url('GothamRounded-Light.ttf') format('truetype'),
        url('GothamRounded-Light.svg#GothamRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: 'Gotham'; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	
}
body {
	margin: 0;
	font-size:15px;
	font-family: 'Gotham Book';

}
body > div.body {
    padding: 0;
    border-left: 19px solid #F5F5F5;
	border-right: 19px solid #F5F5F5;
    display: block;
    box-sizing: border-box;

}
body > .header, body > .footer {
	border: 19px solid #F5F5F5;
    display: block;
    box-sizing: border-box;
}
body > .header{
	border-bottom: 0;
}
body > .footer {
	border-top:0;
}
body.page-home {
    margin: 0;
    padding-bottom: 0;
	z-index:0;
}
body.page-home > div.header {
position: relative;
}
body.page-home > div.header:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #f5f5f5;
    content: "";
    z-index: -1;
}
body.page-home > div.body{
	background-color: #f5f5f5;
	border-right: 4px solid #F5F5F5;
}
body.page-home .footer {
	width: 100%;
}
.footer > .widget-container {
	max-width: 1510px;
	height: 500px;
	width: 100%;
	margin: 0 auto ;
}
.footer .newsletter .errorlist.after .message-block{
	bottom: 0;
}
.footer .newsletter .message-block.info-message, .footer .newsletter .message-block.success {
	background-color: #f2fef2;
	border: 1px solid #d5eed5;
	color: #008000;
	position: absolute;
	top: 97px;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	padding: 0 5px;
	width: 100%;
}
.footer-menu .vertical .navigation-item a {
	border-bottom: 0;
	display: inline-block;
	padding: 6px 0;
	font-family: 'Gotham';
	font-weight: 300;
}
.footer .mc-field-group input[type="email"] {
    height: 38px;
    max-width: 285px;
    width: 100%;
    margin: 12px 0 15px;
	padding: 0 10px;
	border: 1px solid #b4b4b4;
}
.footer .newsletter .form-row.button-container button.submit-button{
	color: #807f7f;
}
.footer div#mc_embed_signup p{
	color: rgb(0,0,0,0.6);
	font-weight: 300;
	font-family: 'Gotham';
	font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.footer .newsletter .form-row.button-container label, .footer .newsletter .form-row.mandatory label:after {
	display: none;
}
.footer .newsletter .form-row.mandatory label, .footer .article-content p, .footer .article-content p a{
	color: rgb(0,0,0,0.6);
	font-weight: 300;
	font-family: 'Gotham';
}
.footer .form-row input[type="text"] {
    width: 287px;
	margin: 12px 0;
}

.footer .widget > .widget-title {
	font-size: 17px;
	font-family: 'Gotham book';
    color: red;
	font-weight: 300;
}
.footer .widget.footer-contact .widget-title {
	color: #000;
}
.footer-horizontal-menu {
	text-align: center;
}
.footer-horizontal-menu .horizontal > .navigation-item a {
	border-right: 1px solid #f0f0f0;
	padding: 0 10px;
	color: rgb(0,0,0,0.6);
	font-weight: 300;
	font-family: 'Gotham';
}
.footer-menu .vertical .navigation-item a:hover,
.footer-horizontal-menu .horizontal > .navigation-item a:hover,
.footer-menu .vertical .navigation-item.active a,
.footer-horizontal-menu .horizontal > .navigation-item.active a {
	color:#006600;
}
.footer-horizontal-menu .horizontal > .navigation-item.last a{
	border-right:0;
}
.body > .body-section > .widget-container .page-content:empty {
  height:500px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a:focus {
outline: 0;
}


a {
	background-color: transparent;
	word-break: break-word;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #000;
	color: #fff;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: 'Gotham';
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
	color: #ffffff;
	background:#000;
	text-shadow: none;
}
::selection {
	color: #ffffff;
	background: #000;
	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;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 300;
	font-family: 'Gotham Book';
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
}
p {
	color: #000000;
	font-size: 15px;
   font-family: 'Gotham';
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	padding: 0 0 20px 0;
}
.widget-snippet p {
	color: #000000;
	font-size: 15px;
   font-family: 'Gotham';
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	padding: 0 0 20px 0;
}
.body .widget > .widget-title {
	padding: 60px 0 40px 0;
	margin: 0;
	font-size: 42px;
	color: #080808;
	text-transform: none;
	line-height: 36px;
	font-family: 'Gotham';
	font-weight: 700;
	text-align: center;
}
/* 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 {
	color: #000000;
	font-size: 15px;
	font-family: 'Gotham Book';
	font-weight: normal;
	line-height: 26px;
}
input[type="submit"], input[type="button"], button, .button, a.button {
	background: transparent;
	border: 1px solid #b4b4b4;
	height: auto !important;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	text-transform: none;
	font-size: 15px;
	color: #000;
	padding: 12px 35px;
	line-height: 20px;
	font-family: 'Gotham book';
	font-weight: normal;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
	background: #000;
	color: #fff;
}
input[type=text], input[type=password], select {
	height: 45px;
}
input[type=text], input[type=password], select, textarea {
	height: 44px;
	padding: 0 10px;
	border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
}
textarea {
	height: 150px;
}
input[type="text"].validation-error, input[type="password"].validation-error, .checkout-page .form-row select.validation-error {
	background: #fff;
	border:1px solid #a31616 !important
}
.form-row label{
	width: 100%;
    color: #3d3d3b;
    font-size: 15px;
    font-family: 'Gotham Book';
    font-weight: normal;
}
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
	background: url(/template/34485eb5/image/calendar.png) no-repeat;
	background-position: 97% 43%;
	cursor: pointer;
	z-index: 99;
}
.Zebra_DatePicker td.dp_current {
	color: #ffffff;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
	background: #6aca5a;
}
.Zebra_DatePicker .dp_daypicker th {
	border: 1px #c11c24 solid;
}
.Zebra_DatePicker {
	background: none repeat scroll 0 0 #ff3e48;
	border: 3px solid #ff3e48;
}

.form-row.simple_captcha_help_text {
  display: none;
}
.simpleCaptcha-container {
margin: 10px 10px 8px;
}
.simple-captcha-reload {
  display: none;
}

.simpleCaptcha-container .form-row.simple-captcha {
    width: calc(50% - 10px);
    margin: 0;
    display: inline-block;
    text-align: center;
	border: 1px solid #b4b4b4;
	height: 40px;
	overflow: hidden;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field {
	width: calc(50% - 10px);
	margin: 0;
	float: right;
	position:relative;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple-captcha label {
    display: none;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    margin-top: 0;
}
table {
	max-width: 100%;
	margin-bottom: 20px;
}
.widget-snippet td, .widget-snippet th {
	padding: 8px;
}
table th {
	font-size: 17px;
	font-weight: 600;
	background: #eee;
}
table, th, td {
	border: 1px solid #d9d9d9;
	padding: 8px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height:22px;
	color: #000000;
    font-family: 'Gotham Book';
}
table tr:nth-child(2n) {
	background: #f8f8f8;
}
.widget-snippet {
	font-family: 'Gotham';
	font-size: 15px;
	color: #000000;
	line-height: 30px;
	text-align: left;
	font-weight:300;
}
.widget-snippet p, .article-content p {
	color: #000000;
	font-size: 15px;
   font-family: 'Gotham Book';
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	padding: 0 0 20px;
	letter-spacing: -0.2px;
}

.widget-snippet p:empty, .article-content p:empty {
	display: none;
}
.widget-snippet a {
	color: #bc1700;
}

.widget-snippet a:hover {
	color: #ff3e48;
	text-decoration: none;
}
.widget-snippet ul, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-snippet ul li, ul li {
	list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 6px 18px;
	color: #000000;
	font-size: 15px;
    font-family: 'Gotham Book';
	font-weight: normal;
	text-align: left;
	line-height: 26px;
}

.widget ul li a, .widget ol li a {
	color: #aa6237;
}
.widget ul li a:hover, .widget ol li a:hover {
	color: #ff3e48;
	text-decoration: none;
}
 .widget.widget-snippet .footer-research a:focus {
 	color: #ea9600;
 	text-decoration: underline;
 	outline: 0 !important;
 }
 .widget-snippet a:focus {
 	color: #000;
 	outline: 0 !important;
	text-decoration-line: none;
 }
ol li {
    list-style-type: decimal;
    padding: 0 0 5px 5px;
}
.widget-snippet ul li::before, ul li::before {
	content: '\f111';
    position: absolute;
    left: 0px;
    top: 9px;
    z-index: 1;
    font: normal normal normal 9px/1 FontAwesome;
    color: #000;
    font-size: 8px;
}
ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
	margin-bottom: 20px;
	padding-left: 15px;
}
ol, .widget-article ol, .widget-snippet ol {
    margin-bottom: 20px;
    padding-left: 29px;
}

/* Menu */
.widget-navigation.main-menu {
    text-align: right;
}
.page-product .image-popup-container.popup {
    height: auto !important;
}
.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
 .fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}
.fee .widget.widget-snippet .outdoor-emporium-content:before {
    top:0px;
}
.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 .nav-wrapper.horizontal >  .navigation-item.has-child > a span{
    position: relative;
}


.widget-navigation.main-menu .navigation-item a {
    font-size: 12px;
    font-weight: normal;
    color: rgba(0,0,0,1);
    padding: 22px 0;
    font-family: 'Axiforma';
    position:relative;
    margin: 0 20px;
    text-transform:uppercase
}
.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover,.widget-navigation.main-menu .navigation-item a:focus{
    color: #000;
}
.widget-navigation.main-menu .navigation-item.active a:after{
    content:"";
    background: #000;
    left:0;
    bottom:20px;
    height:1px;
    width:100%;
    position:absolute;
}

/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
	width: 230px;
	top: 65px;
	background: #fff;
	text-align: center;
	padding: 0px;
	left: 50%;
	border:1px solid #ccc;
	transform: translateX(-50%);
	margin: -10px 0 0 0px;
}


.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item{
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
	border-bottom: 1px #ccc solid;
	padding: 10px 0;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	z-index: 2;
	font-family: 'Axiforma';
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first a::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 55%;
	width: 14px;
	height: 14px;
	margin-left: -19px;
	z-index: 1;
	background: #fff;
	border: 1px solid #ccc;
	transform: rotate(45deg);
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a{
    padding-right: 24px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a{
    border-bottom: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    background: #000;
    color: #fff;
    z-index: 2;
    display: block;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after{
    display: none;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.widget-navigation.main-menu .navigation-item.last a{
	color: red;
}
.widget-navigation.main-menu .navigation-item.last.active a:after{
    content:"";
    background: red;
    left:0;
    bottom:20px;
    height:1px;
    width:100%;
    position:absolute;
}
.widget-navigation.main-menu .navigation-item a:hover:after{
   content:"";
    background: #000;
    left:0;
    bottom:20px;
    height:1px;
    width:100%;
    position:absolute;
}
.widget-navigation.main-menu .navigation-item.last a:hover:after{
    background: red;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::before {
	 background: #000;
	 border: 1px solid #000;
	 border-bottom-color: transparent;
	 border-right-color: transparent;
}
/*end:menu*/
.header .cart-widget-img {
    background: url(../images/cart-spr.svg) no-repeat scroll 0px 1px;
}
.cart-menu-button:after{
    display: none;
}
.cart-wrapper.quick-cart span.cart-widget-img{

}
.cart-wrapper.quick-cart a{
    display: block !important;
}
.header .cart-widget-img :hover {
    background: rgba(0,0,0,0 ) url("../images/cart-spr.png") no-repeat scroll -27px 1px;
}
.header-cart span.cart-widget-text {
width: 22px;
height: 22px;
background: #fff;
position: absolute;
text-align: center;
border-radius: 50%;
top: -12px;
left: 28px;
color: #000;
font-family: 'Axiforma';
padding-left: 0;
margin: 0;
right: 0;
border: 1px solid #000;
line-height: 22px;
}
.quick-cart-content a.view-cart.button {
	background-color: #060;
	border-color: #060;
	color: #fff;
}

.quick-cart-content a.view-cart.button:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.quick-cart {
    text-align: center;
}
.quick-cart-content {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 35px;
    width: 350px;
    z-index: 99999;
    padding: 18px;
    border: 0 solid #000000;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 #999;
}
.quick-cart-content span.save-cart-popup.action-icon.save {
    display: none;
}
.quick-cart-content table tr:nth-child(2n) {
    background: transparent;
}
.quick-cart-content table td {
    word-break: normal;
    font-size: 13px;
    border: 0;
    padding: 5px 0;
    border-top: 1px solid #d9d9d9;
    line-height: 20px;
}
.quick-cart-content table th {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
    font-weight: normal;
}
.quick-cart-content table th.price{
    text-align: right;
}
.quick-cart-content table td.total {
    background-color: transparent;
    font-weight: bold;
}
.quick-cart-content table td.total-price {
    background-color: transparent;
    font-weight: bold;
}
.quick-cart-content table{
    border: 0px solid #d9d9d9;
}
.quick-cart-content::before {
	content: "";
	top: -8px;
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	right: 15px;
	-ms-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.quick-cart-content .cart-details-link {
    text-align: center;
}
.widget.widget-navigation.user-login .navigation-item  {
    padding: 0;
}
.widget.widget-navigation.user-login .navigation-item a{
    font-size: 12px;
    font-weight: normal;
    font-family: 'Axiforma';
    position: relative;
    text-transform: uppercase;
    border: none;
	color:#000;
	text-align: center;
}
.widget.widget-navigation.user-login .navigation-item.active > a{
		color:#000;
		text-align: center;
}
.widget.widget-navigation.user-login .navigation-item.active > a:after{
    content:"";
    background: #000;
    left:0;
    bottom:0px;
    height:1px;
    width:100%;
    position:absolute;
}
.widget.widget-navigation.user-login .navigation-item a:hover:after {
    content:"";
    background: #000;
    left:0;
    bottom:0px;
    height:1px;
    width:100%;
    position:absolute;
}



.page-home .widget.widget-pageHeading {
	display: none;
}
.widget.widget-pageHeading {
	padding: 30px 0;
	text-align: center;
	margin-bottom: 20px;
}

.widget.widget-pageHeading h1,
.widget.widget-pageHeading h2{
	color: #006600;
	padding-bottom: 0;
  font-family: 'Gotham Book';
	font-weight: normal;
	font-size: 60px;
	letter-spacing: 0.2px;
}


/*start:Page not faund */
.page-not-found {
    text-align: center;
    padding: 180px 0;
}
.page-not-found .article-content h2 {
    color: #f00;
    text-align: center;
    padding: 0;
    margin: 0;
}

.page-not-found .article-content h3 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 12px 0;
    margin: 0;
}

.page-not-found .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
}
/*end:Page not faund */

  .footer-copyright {
  	position: relative;
  	width: 100%;
  }
.footer .footer-border {
  	border-bottom: 1px solid #474747;
  }
.footer .footer-copyright p {
  	color: #767676;
    font-family: 'Gotham Book';
	font-weight: normal;
  	font-size: 14px;
  	line-height: 28px;
  	padding: 15px 0;
  	letter-spacing: .5px;
		text-align: center;
  }
.footer .footer-copyright p a {
  	color: #767676;
  	transition: 0.5s;
  	-moz-transition: 0.5s;
  	-webkit-transition: 0.5s;
  	-o-transition: 0.5s;
	font-family: 'Gotham Book';
  }
.footer .footer-copyright a:hover {
  	color: #006600;
  }
  
  
  
 
/* Login Page */
.auto-page.page-login .widget.widget-pageHeading, .auto-page.page-registration .widget.widget-pageHeading, .auto-page.page-reset-password .widget.widget-pageHeading{
	display: none
}
.page-login .page-content {
    padding: 15% 0;
}
.page-login .login-form {
    background-color: transparent;
    padding: 50px 60px;
    max-width: 540px;
    width: 100%;
    border: 2px solid #edecec;
    box-sizing: border-box;
    border-radius: 4px;
	margin:0 auto;
}
.page-login .login-form label{
    display: none;
}
.login-form .title {

}
.login-form input[type="password"],
.login-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    border: 1px solid #b4b4b4;
    padding: 0px 15px;
    background-color: transparent;
    margin-bottom: 19px;
    border-radius: 0;
}
.login-form .submit-row {
    margin: 0px 0 0;
    float: none;
    display: block;
    padding-top: 5px;
}
.login-form .submit-row .login-button{
    margin-top: 0;
}
.login-form .remember {
    margin: 22px 0 12px;
    width: 230px;
    text-transform: capitalize;
}
.login-form input[type="checkbox"] {
    margin-top: -3px;
}
.login-form .lost-password a {
    color: #000;
    margin-top: 0;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.login-form .lost-password a:hover {
    color: #060;
    margin-top: 0;
    display: inline-block;
}
.login-form .account-register a {
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.login-form .account-register a:hover {
    color: #060;
}
.login-form .errorlist.after {
    position: relative;
    bottom: 15px;
}
.page-reset-password .page-content {
    padding: 15% 0;
}
form.password-reset-form.valid-verify-form, .customer-new-password.valid-verify-form {
text-align: center;
max-width: 440px;
padding: 0 15px;
margin: 0 auto;
}
.password-reset-form .form-row input, .password-reset-form .form-row input, .customer-new-password .form-row input {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid #b4b4b4;
}
.password-reset-form .form-row label, .customer-new-password .form-row label {
    text-align: center;
    margin-bottom: 5px;
    color: #3d3d3b;
    font-size: 15px;
    font-family: 'Gotham Book';
	font-weight: normal;
}
.customer-new-password .form-row label{
	width: 100%;
	margin-bottom: 0;
}
.customer-new-password .form-row.submit-row label{
	display: none;
}
.password-reset-form .form-row.submit-row button, .customer-new-password.valid-verify-form .form-row.submit-row button {
	margin-left: 0;
	width: 100%;
	max-width: 100%;
	margin-top:10px;
}
.password-reset-form .form-row.submit-row button, .customer-new-password.valid-verify-form .form-row.submit-row button {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}
.password-reset-form .form-row {
    display: block;
	margin-top: 12px;
	margin-bottom: 0;
}
.password-reset-form .lost-password-text {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 20px;
}
.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;
}
.add-to-compare-popup.popup.anim-fade-zoom.active .status-message {
    font-size: 18px;
} 
.add-to-compare-popup.popup.anim-fade-zoom.active .popup-bottom.footer {
    padding-top: 0;
}  
.add-to-compare-popup.popup.anim-fade-zoom.active .popup-bottom.footer .button-item {
    margin: 0;
}
.add-to-compare-popup table .product-price {
    padding-top: 10px;
}  
  
  
/* Registration page css start */
.registration-form .title {
    margin-bottom: 15px;
	    font-size: 26px;
    padding: 10px 10px 14px;
    background: transparent;
    color: #272626;
    border-bottom: 0;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.page-registration .page-content {
    padding: 8% 0;
}
.page-registration .registration-form {
    margin:0 auto;
    max-width: 982px;
    padding:25px 30px 45px;
    border: 2px solid #ededed;
    border-radius: 4px;
}
.registration-form > .form-row:not(.submit-row) {
    width: calc(50% - 3px);
    float: none;
    padding: 0 9px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}
.registration-form .form-row label {
    width: 100%;
    color: #3d3d3b;
    font-size: 15px;
    font-family: 'Gotham Book';
	font-weight: normal;
}
.registration-form .form-row:nth-child(17) label {
	display: none;
}
.registration-form input[type=text],
.registration-form input[type=password],
.registration-form select,
.registration-form input {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-radius: 0;
    border:1px solid #b4b4b4;
	margin-top: 0;
}
.registration-form .form-row.submit-row {
    padding: 0 9px;
}
.registration-form .form-row.submit-row label {
    display: none;
}
.registration-form .form-row.submit-row button {
    width: 100%;
    height: 45px !important;
    border: 1px solid  #b4b4b4;
    color:  #000;
	margin-top: 4px;
}
.registration-form .form-row.submit-row button:hover {
    background:  transparent;
    background:  #000;
    color:  #fff;
}
.registration-form input.radio:nth-of-type(2) {
    margin-left: 15px;
}
.password-meter-wrap {
    position: absolute;
    top: 0;
    right: 9px;
    width: auto;
}
.password-meter-wrap .password-description{
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
}
.password-meter-wrap .password-strength-bar{
    width: 80px;
    background: #FFE364;
    height: 3px;
}
.form-row.active-row input[type="text"],
.form-row.active-row input[type="password"],
.form-row.active-row select,
.form-row.active-row input{
    border: 1px solid #000;
}
.form-row input[type="text"].validation-error,
.form-row input[type="password"].validation-error{
    border: 1px solid #c23a39;
}
.double-input-row.mandatory > label::after, .form-row.mandatory > label::after {
    color: #f00;
    content: " *";
}
.errorlist.after {
	position:relative;
}
.errorlist.after .message-block {
    color: #fff;
    position: absolute;
    font-size: 11px;
    bottom: -10px;
    background: #a31616;
    padding: 0 10px;
    line-height: 18px;
    left: 0;
    z-index: 1;
    width: 100%;
}
.checkout-page .payment-options .payment-option {
    margin-bottom: 20px;
}

.bmui-tab-panel .form-row .errorlist.after .message-block {
    bottom: 0px;

}
.code-submit-form span.message-block.error {
    top: 0;
    margin: 0 !important;
    width: 100%;
    position: relative;
    left: 0;
    padding: 0;
}
.registration-form .recaptcha-container {
	padding: 5px 0 0;
}
.registration-form > .form-row:nth-child(16) label {
	display: none;
}

.account-details-form .form-row input,
.edit-address-form .form-row input,
.account-details-form .form-row select {
    width: 100%;
}
.bmui-tab.left-side-header .bmui-tab-header .title:hover,
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    margin-right: 0;
    background: #fff;
    color: #006600;
    font-size: 15px;
    font-family: 'Gotham Book';
	font-weight: normal;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    border-left: 2px solid #F38320;
    background: #fff;
    margin-right: -1px;
}
.bmui-tab-body-container .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    border-left: 2px solid #F38320;
    background: #fff;
    margin: 0 0 -1px 0;
}
.link, .link-btn {
    color: #006600;
    text-decoration: none;
    text-transform: capitalize;
}
.top-box{
    padding: 0;
}
.bmui-tab .bmui-tab-header.top{
    padding: 0;
}
.bmui-tab-body-container .bmui-tab-body-container {
    border-top: 0 !important;
}
.bmui-tab.left-side-header .bmui-tab-header .title{
    font-family: 'Gotham Book';
}
.bmui-tab .bmui-tab-header.top {
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #E2E2E2;
    border-bottom: 0;
}
.bmui-tab.left-side-header .bmui-tab-header .title {
    padding: 8px 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
	font-size: 15px;
	color:#000;
}
.button-line .link-btn{
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
}
span.button.profileLogout:hover a {
    color: #fff;
}
.bmui-tab-body-container .bmui-tab-panel .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active {
    margin-right: 20px;
    border: 1px solid #E2E2E2;
    margin-bottom: -1px;
    background: #fff;
    border-bottom: 0;
    font-weight: 500;
}
.bmui-tab-body-container .bmui-tab-panel .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    margin-right: 0;
    background: #fff;
    color: #006600;
    padding-bottom: 9px;
    position: relative;
    font-weight: 500;
}
.review-panel{
    text-align: center;
}
#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;
}
.form-row.city-selector-row.mandatory .et_shipping_edit_city {
    width: 100%;
}
#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;
}
.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 #000000;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
    border: 1px solid #E2E2E2;
	font-size:15px;
	text-transform:capitalize;
}
.bmui-tab.left-side-header .bmui-tab-header-container {
    border-bottom: 1px solid #E2E2E2;
}
.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;
}
.wish-list-edit-form .form-row.btn-row {
    margin-top: 15px;
}
.wish-list-edit-form .form-row label {
    display: block;
}
.wish-list-edit-form .form-row input[type=text] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 31px;
}
#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;
}
.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%;
}
.wish-list-share-form .form-row.btn-row{
    margin-top: 20px;
}
.wish-list-share-form .form-row input,
.wish-list-share-form .form-row textarea{
    border: 1px solid #b4b4b4;
}
.oder-comment-form .form-row {
    margin-bottom: 20px;
    display: block;
}
.server-message.message-block.error-message, .server-message.message-block.error {
    background-color: transparent;
    border: 0px solid #FCD2D2;
    color: #c23a39;
    max-width: 410px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}
.product-view.scrollable-view img, .product-view.image-view img {
	width:100%;
}

.widget-productImage .image-thumb-container .thumb-image:nth-of-type(1), .widget-productImage .image-thumb-container .thumb-image:last-of-type {
  margin: 0;
  padding: 0;
}

.tool-icon, .action-icon {
    background: rgba(0, 0, 0, 0) url(../images/close-icone.jpg) no-repeat center;
    height: 28px;
    width: 22px;
    background-position: center !important;
    background-size: 15px;
}
.action-icon.edit {
    background: url(../images/edit-icon.png) no-repeat center;
    background-size: 15px;
}
td.action-cell .action-icon.active {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%200%2017%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%207.5L6.5%2012L16%201%22%20stroke%3D%22%23453E40%22%20stroke-width%3D%222.5%22%2F%3E %3C%2Fsvg%3E");
    background-size: auto;
}
.edit-address-form .form-row.country-selector-row,
.edit-address-form .form-row.state-selector-row {
    margin-top: 10px;
}
.edit-address-form .form-row.country-selector-row select,
.edit-address-form .form-row.state-selector-row select{
    width: 100%;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    width: calc(25% - 25px);
    border: 0;
	padding: 0;
}
div#request-for-trade-quote-popup .form-row input, div#request-for-trade-quote-popup .form-row textarea {
    font-size: 17px;
}
div#request-for-trade-quote-popup .form-row select {
    font-size: 17px;
    max-width: 210px;
}

div#request-for-trade-quote-popup .form-row textarea {
    padding: 8px;
}
.scroll-left, .scroll-right {
    border: 0px;
    height: 21px;
    width: 20px;
}
.scroll-left:hover, .scroll-right:hover {
    opacity: 0.7;
}
.scroll-left {
    background: url("../images/r-left-arrow.png") no-repeat center;
    background-size: 10px;
}
.scroll-right {
    background: url("../images/r-right-arrow.png") no-repeat center;
    background-size: 10px;
}
.edit-password-form {
    padding-top: 15px;
    max-width: 348px;
}
.edit-password-form .form-row label{
    display: block;
}
.edit-password-form .form-row input{
    width: 100%;
    max-width: 100%;
    margin: 0 0 5px;
}
.bmui-tab-panel .edit-password-form .form-row .errorlist.after {
    bottom: -10px;
    left: 0;
}

.edit-password-form .form-row.btn-row{
    margin-top: 10px;
}
#bmui-tab-pending_order #order-details .order-items-wrap a img,
#bmui-tab-completed_order #order-details .order-items-wrap a img {
    display: none;
}
.action-icon.details{
    background-image: url("/template/731cfc78/images/eye.png");
}
.action-icon.add-to-cart{
    background: url(../images/cart-spr.png) no-repeat scroll 0px 1px;
    background-size: 20px;
}
.action-icon.share {
    background-image: url("/template/731cfc78/images/share.png");
}
.site-popup .title-bar .close,
.confirm-popup .header-line .close,
.confirm-popup .header-line .close{
    background: rgba(0, 0, 0, 0) url(../images/close-icone.jpg) no-repeat center;
    height: 28px;
    width: 29px;
    background-repeat: no-repeat;
    background-position: top right !important;
    background-size: 15px;
}
.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before,
.confirm-popup .header-line .close::before{
    display: none;
}
.store-credit-request-form {
    padding-top: 15px;
    padding-bottom: 15px;
}
.store-credit-request-form .form-row {
    margin-bottom: 12px;
    padding-bottom: 6px;
    position: relative;
}
.store-credit-request-form .form-row label{
    display: block;
	font-size: 15px;
	line-height: 30px;
}
.store-credit-request-form .form-row textarea{
    width: 297px;
    max-width: 100%;
    line-height: 18px;
	padding:10px;
}
.popup .oder-comment-form .form-row {
    margin-bottom: 0;
    padding-bottom: 15px;
}
.bmui-tab.left-side-header .bmui-tab-body-container .form-row.btn-row {
    width: 100%;
}

/* Credit & Debit cards */
.payment-form.site-popup-form .form-row label,
.payment-form.site-popup-form .double-input-row label{
    display: block;
    width: 100%;
}
.payment-form.site-popup-form .form-row input{
    width: 100%;
}
.payment-form .mandatory-chosen-wrapper select {
    width: 178px;
}
.payment-form.site-popup-form .mandatory-chosen-wrapper select {
    width: 100%;
}
.logo.credit-card img{
    max-width: 60px;
    margin-bottom: 15px;
}

/* Payment Success Page */
.page-post-payment .order-info {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}
.page-post-payment .post-order-contact-us {
    text-align: center;
}
.page-post-payment .order-details .table_heading {
    text-align: center;
    text-transform: capitalize;
}
.page-post-payment .order-details {
    margin: 20px auto 0;
    max-width: 1000px;
}
.page-post-payment .product-name-column {
    width: 250px;
}
/*
.add-to-compare-button::after,
.add-to-wish-list::after,
.remove-from-compare-button::after {
    font-family: 'FontAwesome';
    content: "\f079";
    display: inline-block;
    font-size: 1em;
    margin-left: 6px;
    line-height: 1;
}*/
.order-details .payment-success-total table{
    border: 0;
    padding: 0;
}
.payment-success-total > table tr {
    border-bottom: 0;
}
.payment-success-total > table tr:last-child{
    border-top: 0;
}
.order-details .payment-success-total table td{
    border: 0;
    text-align: right;
    text-transform: capitalize;
}
.order-details .cartitem-table.order_details_table tr th:last-child,
.order-details .cartitem-table.order_details_table tr td:last-child{
    text-align: right;
}

/* Checkout page after login
******************************/
.checkout-page .section.loaded {
    border: 2px solid #efefef;
    background: #fff;
}
.checkout-page .section{
    border: 0;
    color: #000;
    height: auto;
    line-height: 27px;
    margin-bottom: 15px;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    background: none repeat scroll 0 0 #f5f5f5e6;
    letter-spacing: 0.1px;
}
.checkout-page .section:last-of-type{
    margin-bottom: 0;
}
.checkout-page .section .header .icon{
    display: none;
}
.checkout-page .section.loaded .header .title{
    padding-top: 9px;
    font-size: 17px;
    display: inline-block;
    font-family: 'Gotham Book';
    font-weight: normal;
    color: #000;
    padding-left: 30px;
}
.checkout-page .section.loaded .body .header >.title,
.checkout-page .section .body .header > .title{
    font-size: 15px;
    padding-left: 0;
    color: #000;
    font-family: 'Gotham Book';
	font-weight: normal;
    padding: 0 0 10px;
}
.checkout-page .section > .header .title {
    color: #818585;
    font-size: 17px;
    font-family: 'Gotham Book';
	font-weight: normal;
    padding-right: 10px;
    padding-left: 30px;
}
.checkout-page .section > .body {
    padding: 20px 30px 20px;
}
.checkout-page .address-view .address{
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    background: #fff;
	font-size: 15px;
}
.checkout-page .section .section.delivery-types {
    margin-top: 0;
    margin-bottom: 0;
}
.section.delivery-types {
    background: #fff;
}
.checkout-page .address-edit-from-wrap > .header {
    margin-bottom: 0;
}
.checkout-page .delivery-types .different-shipping{
    font-size: 15px;
    color: #000;
    font-family: 'Gotham Book';
	font-weight: normal;
    margin: 30px 0 0 0;
}
.checkout-page .address-edit-from-wrap .country-selector-row,
.checkout-page .address-edit-from-wrap .state-selector-row{
    margin: 10px 0;
}

.checkout-page .section .step-continue-button {
    margin-top: 30px;
    padding: 10px 20px;
    width: 100%;
    background: #006600;
    color: #fff;
}
.checkout-page .section .step-continue-button:hover {
    background: transparent;
    color: #006600;
    border: 1px solid #006600;
}
.checkout-page .address-edit-from-wrap form .multi-column {
    margin-bottom: 10px;
}
.checkout-page .address-view > .header {
    margin-bottom: 12px;
}
.checkout-page .toolbar-btn{
    border: 1px solid #E2E2E2;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 9px 15px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 0;
    text-transform: capitalize;
}

.checkout-page .toolbar-btn:hover{
    border-color: #000;
    background: #000;
}
span.toolbar-btn.change.change-address {
    background: #060;
    color: #fff;
}
span.toolbar-btn.change.change-address:hover {
    background: #fff;
    color: #000;
    border-color:#000;
}
.checkout-page .toolbar-btn:hover{
    border-color: #fff;
    background: #000;
}
.checkout-page .confirm-order-btn-row .confirm-order-button:hover {
    background: transparent;
    color: #006600;
    border: 1px solid #006600;
}
.checkout-page input[type="checkbox"] + span, .checkout-page input[type="radio"] + span {
    letter-spacing: 1px;
}
.checkout-page .address-edit-from-wrap .form-row label {
    color: #353535;
}
.checkout-page .address-edit-from-wrap form {
    background-color: transparent;
    padding: 0;
}
.checkout-page .form-row input, .checkout-page .form-row select, .checkout-page .form-row textarea{
    padding: 6px 10px;
    border: 1px solid #b4b4b4;
    border-radius: 0;
}
.check-out-total > .price-row {
    padding-top: 0;
    padding-bottom: 0;
}
.confirm-step-form .left-panel {
    width: 50%;
    background: #fff;
    padding: 40px;
    padding: 40px 40px 0;
    padding-left: 15px;
    padding-left: 0;
}
.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: capitalize;
    font-weight: normal;
    color: #000;
    font-size: 16px;
}
.checkout-page .payment-option > .header::before {
    font-size: 20px;
}
.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;
}
.cartitem-table .total-price-column {
    min-width: 106px;
    width: 106px;
}
.check-out-total > .price-row .price {
    font-weight: 500;
}
.checkout-page .message-block.error-message,
.checkout-page .message-block.error {
    background-color: transparent;
    border: 0;
    color: #c23a39;
    text-align: left;
}
.payment-option .row .info,
.payment-option .row .price-row{
    width: auto;
}
.order-comment-row .label, .payment-gateway .payment-gateway-label {
    font-weight: normal;
    text-transform: capitalize;
  font-size: 16px;
}
.checkout-page .payment-option:first-child > .body {
    padding: 0;
}
.checkout-page .payment-option > .body {
    padding: 0;
}
.payment-option .code-submit-form button {
    height: 40px !important;
    margin-left: 0;
	width: 100%;
	margin-top: 10px;
	max-width: 299px;
}
.order-comment-row{
    padding-top: 19px;
}
.order-comment-row textarea {
    width: 299px;
}
.payment-gateway .payment-method {
    border: 1px solid #b4b4b4;
    width: 299px;
}
.check-out-total > .price-row .remove {
    right: -25px;
    top: 1px;
    background-size: 11px;
}
.check-out-total > .price-row.total-order {
  padding-top: 15px;
}
.checkout-page .payment-option.active > .header::before {
  top: 14px;
}
/* Search Result pages
**************************/
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
	text-align: right;
}

.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    border: 0;
}
.auto-page.page-filter .page-content,
.auto-page.page-search-result .page-content {
    padding: 8px 15px;
}
.page-filter .product-view.image-view .content,
.page-filter .product-view.scrollable-view .content{
    margin: 0 -5px;
}
.page-filter .product-view.image-view .product-block,
.page-filter .product-view.scrollable-view .product-block {
    width: calc(33.333% - 13px);
}
.widget-filter.sidebar-price-filter{
    padding: 0;
}
.search-result.pages {
    border-bottom: 0px solid #ddd;
}
select.product-sorting {
    border: 0;
    text-align: right;
    text-align-last: right;
	background: transparent;
}
select.product-sorting option {
    text-align-last: right;
}

/* review-form-container
**************************/
.review-form-container .form-row label {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #000;
}
form.review-form {
    max-width: 599px;
    margin: 0 auto;
}
.review-form-container .form-row input,
.review-form-container .form-row textarea{
    width: 100%;
    max-width: 100%;
}
.pagination span {
    background-color: #FFFFFF;
    border: 0px;
    padding: 0px 10px;
    box-shadow: 0 0 0 0;
}
.pagination span.current {
    background: transparent;
    border: 0;
    color: #000;
    font-weight: bold;
}

.review-form .btn-row {
    padding-left: 0;
}
/*.widget-productImage .image-preview-box .featured.tag-mark{
    display: none;
}*/
.review-container {
    background-color: transparent;
    border-bottom: 0;
    margin: 0 auto 15px;
    padding: 0;
    max-width: 767px;
}
.single-review-block {
    border-bottom: 0;
    padding: 10px 0;
}
.reviewer-name {
	color: #006600;
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.pagination{
    float: none;
    margin-bottom: 30px;
}

.product-widget.widget-socialMediaShare {
    padding-top: 40px;
}

/* Category Pages
*******************/
.auto-page.page-category .page-content {
    padding: 0;
}
.category-details {
    margin-bottom: -30px;
}
.category-details-container h1.title{
    padding-bottom: 0;
    margin: 26px 0 0 0;
}
.category-details .category-view .content {
    margin: 0 -5px;
}
.subcategory-container .title{
    font-size: 20px;
}
.category-details .category-view .category-image-view.category{
	width: calc(25% - 14px);
	margin: 7px 5px;
	height: 290px;
	transition: 0.3s;
	border-color: #f3f3f3;
}
a.category-name-link.title-link.link {
    color: #000;
    font-size: 18px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Gotham';
    font-weight: 300;
    line-height: 20px;
    text-transform: capitalize;
    margin-top: 10px;
}
.category-image-view.category {
    padding: 30px 0;
}
.category-image-view img {
    max-width: none;
}
.category-image-view.category .category-name {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.category-image-view.category .category-name:hover{
    color: #006600;
}
.category-details .category-view .category-image-view.category:hover{
	background: #f3f4f4;
	  transition: 0.3s;
}

/* category-product-listing
*******************************/
.product-container .title{
    font-size: 20px;
}
.category-product-listing .product-block{
    width: calc(33.333% - 13px);
    margin: 8px 5px;
}

/* .payment-form  */
.payment-form {
    background-color: transparent;
    max-width: 550px;
    margin: 0 auto;
}
.logo.credit-card{
    text-align: center;
    background: url('../images/card-icons.png');
    background-repeat: no-repeat;
    background-position: center;
}
.logo.credit-card div,
.logo.credit-card img{
    display: none;
}
.payment-form label,
.payment-form input,
.payment-form select{
    display: block !important;
    width: 100%;
}
.payment-form .mandatory.mandatory-chosen-wrapper {
    width: calc(50% - 12px);
}
.payment-form .errorlist.after{
    bottom: 0;
}
.payment-form .double-input-row .errorlist.after{
    bottom: -15px !important;
}
.payment-form .credit-card-verification-number {
    margin-bottom: 22px;
}
.payment-form.securepay-payment-gateway-form .mandatory-chosen-wrapper select {
    width: 100%;
}
.bmui-tab-panel .wish-list-list .no-data {
    margin-bottom: 20px;
}
.payment-form>.form-row, .payment-form .double-input-row {
    position:relative;
}
/*start:Error Message*/
.discount-coupon-code-form .errorlist.after {
    position: relative;
}
.discount-coupon-code-form .errorlist.after .message-block {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    bottom: 0;
    position: absolute;
}

.payment-form.site-popup-form  .errorlist.after {
    position: relative;
}
.payment-form.site-popup-form    .errorlist.after .message-block {
    color: #fff;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    font-size: 11px;
    bottom: 2px;
    position: absolute;
}
.payment-form .mandatory-chosen-wrapper select + .errorlist.after {
    min-width: inherit;
    width: 100%;
}

.billing_address .account-details-form .form-row, .billing_address .edit-address-form .form-row, .account_information .account-details-form .form-row, .account_information .edit-address-form .form-row, .shipping_address .account-details-form .form-row, .shipping_address .edit-address-form .form-row {
    position: relative;
	margin: 15px 0 8px;
}



.bmui-tab-panel .form-row   .errorlist.after {
    position: relative;
	width:100%;
}
.store_credit .form-row .errorlist.after {
    left: 0;
}
.bmui-tab-panel .review-form-container .form-row   .errorlist.after {
    bottom: 0px;
}


.bmui-tab-panel .store-credit-request-form  .form-row   .errorlist.after {
    bottom: -9px;
}
.bmui-tab-panel .wish-list-edit-form .form-row .errorlist.after {
    bottom: -7px;
}

.checkout-page .form-row .errorlist.after {
    position: absolute;
    right: 30px;
    bottom: -15px;
    line-height: 18px;
    z-index: 99;
    left: 0;
	width: 100%;
}
.checkout-page .form-row .errorlist.after .message-block {
    left:0px;
    bottom: 0px;
}

.bmui-tab-panel .save-cart-init-form {
    max-width: 314px;
}
.bmui-tab-panel  .save-cart-init-form  .form-row .errorlist.after{
    bottom: 0;
}
.bmui-tab-panel .save-cart-init-form   label{
    display: block;
}
.bmui-tab-panel .save-cart-init-form input[type='text']{
    width: 100%;
}

.bmui-tab-panel  .wish-list-edit-form .form-row input[type=text]{
    margin-bottom: 0;
}
.bmui-tab-panel  .wish-list-edit-form   label{
    display: block;
}
.bmui-tab-panel  .wish-list-edit-form input[type='text']{
    width: 100%;
}

/*end:Error Message*/

  
/* add to cart popup */
.add-to-cart-popup .short-info div, .add-cart-information-popup .short-info div {
    padding-bottom: 0;
}
.popup {
    box-shadow: none;
    padding: 30px 50px;
    background: #fff;
    box-sizing: border-box;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
    clear: none;
    color: #000;
    display: block;
    float: none;
    text-align: center;
}
.add-to-cart-popup .cart-summary-header, .add-cart-information-popup .cart-summary-header {
    color: #000;
    float: none;
    font-size: 16px;
    padding-right: 0px;
    text-align: center;
}
.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.add-to-cart-popup .body{
    border-bottom: 1px solid #e2e2e2;
}
.add-to-cart-popup .item{
    margin: 7px 0;
}
.add-to-cart-popup .item span{
    display: inline-block;
    vertical-align: middle;
}
.add-to-cart-popup .item .stepper{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    float: none;
    margin: 0 0 0 10px;
}
.add-to-cart-popup .product-thumb-view img {
    max-width: 75px;
    max-height: 80px;
}
.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    padding: 0px 0 15px;
    text-align: center;
}
.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}
.popup .button-line, .popup .footer {
    background-color: #fff;
    padding: 20px 0 0px;
    text-align: center;
    border: 0;
}
.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 {
    box-sizing: border-box;
    text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
    margin-left: 3%;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.confirm-popup.popup .header-line .title {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.confirm-popup.popup .button-line {
    padding-top: 0;
}
.wish-list-popup label {
    display: inline-block;
    margin-right: 15px;
    width: auto;
}
.shipment-calculator-popup{}
.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;
    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%;
}

/* Payment Success Page */

.page-post-payment .order-info {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.page-post-payment .post-order-contact-us {
    max-width: 455px;
    margin: 0 auto;
}
.page-post-payment .message-details p a {
    color: #006600;
    font-weight: 600;
}
.page-post-payment .message-details p a:hover {
    color: #000;
    text-decoration: underline;
}
.page-post-payment .order-details .table_heading {
    text-align: center;
}
.page-post-payment .order-details {
    margin: 20px auto 0;
    max-width: 1000px;
}
.page-post-payment .product-name-column {
    width: 250px;
}
/*end:*/


/* product-list-4col */
.widget-product.product-list-4col{
    padding: 45px 15px 70px;
}
.widget-product .widget-title{
    text-align: center;
    font-size: 35px;
}
.product-view.image-view .product-name,
.product-view.scrollable-view .product-name{
    text-align: center;
    margin: 20px 0 0;
	height:60px;
}
.product-view.image-view .product-name a,
.product-view.scrollable-view .product-name a{
    color: #000;
    font-size: 18px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	font-family: 'Gotham';
    font-weight: 300;
    line-height: 20px;
    text-transform: capitalize;
}
/* .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: 100%;
    object-fit: contain;
}
.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image { 
    display: table;
    width: 100%;
}
.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link { 
    vertical-align: middle;
    display: table-cell;
}
.category-details-container span.description h1{
    font-size: 34px;
    margin: 0;
    text-align: left; 
 }
.product-view.image-view .product-name a:hover,
.product-view.scrollable-view .product-name a:hover{
    color: #006600;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.price-waper {
    padding: 5px 0;
	margin-top: 8px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.previous-price.price {
    font-size: 14px;
    padding: 5px 5px;
    color: #f00;
}
.price-waper .price-block-container {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
	 font-family: 'Gotham Book';
  	font-weight: normal;
}
.price-waper .expect-to-pay-price-container{
    color: #000;
    opacity: 0.5;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    line-height: 41px;
}
.price {
    padding: 0 6px;
    font-size: 17px;
	font-family: 'Gotham Book';
  	font-weight: normal;
}
.product-block .add-to-cart-button {
    background: transparent;
    color: #006600;
    padding: 12px 20px;
    border: 1px solid #006600;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
    text-transform: capitalize;
    width: 100%;
}
.view-all-btn a:hover,
.product-block .add-to-cart-button:hover{
    background: #006600;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.view-all-btn {
    padding: 0 15px;
    text-align: center;
}
.view-all-btn a{
    background: transparent;
    color: #006600;
    padding: 8px 55px;
    border: 1px solid #006600;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.view-all-btn a i{
    color: #006600;
    font-size: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.view-all-btn a:hover i{
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}



/* Listing Page Inner */
.widget-product.listing-page .product-view.image-view .product-block,
.widget-product.listing-page .product-view.scrollable-view .product-block {
    width: 33.333%;
}
.widget-product.listing-page {
    padding: 29px 0 140px 60px;
}
.widget-product.listing-page .widget-title{
    text-align: left;
    font-size: 30px;
    line-height: 41px;
    padding-bottom: 15px;
}
.widget-product.listing-page .product-view.image-view .header{
    display: none;
}
.product-view.scrollable-view .product-block img,
.product-view.image-view .product-block img{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-view.scrollable-view .product-block:hover img,
.product-view.image-view .product-block:hover img{
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/* product-sideber */
.product-sideber{
    padding: 30px 0;
}
.product-sideber .widget-title{
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding: 0 0 5px 0;
    margin-bottom: 20px;
    position: relative;
}
.product-sideber .widget-title::before,
.widget.widget-filter.sidebar-price-filter .filter-profile > label::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 83px;
    background: #006600;
}
.product-sideber .vertical .navigation-item a {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 28px;
    border: 0;
    padding: 0;
}
.product-sideber .vertical .navigation-item a {
    font-size: 14px;
    padding: 0;
    border: 0;
    color: #000;
    opacity: 0.9;
    text-transform: capitalize;
}
.product-sideber .vertical .navigation-item-child-container .navigation-item a {
    text-transform: none;
}
.product-sideber .vertical .navigation-item.active > a,
.product-sideber .vertical .navigation-item a:hover{
    font-weight: 600;
    color: #006600;
}

.widget.widget-filter.sidebar-price-filter span.filter-name {
    display: none;
}
/*  */
.widget.widget-filter.sidebar-price-filter .filter-profile > label {
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
span.filter-name {
    display: none;
}
.widget.widget-filter.sidebar-price-filter .double-input-row .form-row {
    width: 49%;
    float: left;
}
.filter-profile .double-input-row{
    margin-top: 20px;
    max-width: 207px;
}

.widget.widget-filter.sidebar-price-filter span.filter-name {
    display: none;
}
.widget.widget-filter.sidebar-price-filter .double-input-row .form-row input {
    width: 100%;
    max-width: 67px;
    margin-left: 14px;
    border: 0;
    height: 27px;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 1px solid #b2b2b2;
}
.widget.widget-filter.sidebar-price-filter .double-input-row .form-row::before {
    content: "$";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
}
.widget-filter .double-input-row .form-row label {
    font-size: 0;
    margin-bottom: 0;
    line-height: 17px;
}
.widget-filter .double-input-row .form-row:first-child label::before {
    content: "Min";
    font-size: 15px;
}
.widget-filter .double-input-row .form-row:nth-child(2) label::before {
    content: "Max";
    font-size: 15px;
}
/*  */


/* Product Details Page */
.product-widget.widget-information .bmui-tab .bmui-tab-body-container {
    border: 0px;
    font-size: 14px;
    padding: 0;
}
.page-product .bmui-tab{
	padding-top: 20px;
}
.product-widget.widget-information .bmui-tab-header-container{
	display: none;
}

.page-product .product-widget.widget-information .bmui-tab-header-container .bmui-tab-header.bmui-tab-active{
    border: 0;
	font-family: 'Gotham Book';
    font-size: 26px;
    font-weight: normal;
    background: none;
    color: #000;
    border-bottom: 0;
    padding: 10px 0 0;
    margin: 0 15px;
}
.product-widget.widget-information .bmui-tab-body-container .title{
    display: none;
}
.product-widget.widget-information .bmui-tab-body-container .description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
	font-family: 'Gotham Book';
}

.product-widget.widget-productImage {
	margin-right: 15px;
    position: relative;
}
.product-widget.widget-productImage .product-detail-width {
    border:0;
    padding:0;
	margin-left: auto;
}

.widget-productImage .multi-image-scroll-wrapper{
    border: 0;
    padding: 0;
    margin-top: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: auto;
  max-height: 480px;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 0;
}
.widget-productImage .image-thumb-container .thumb-image {
    padding: 5px;
    margin:20px 0 ;
    border: 0;
    cursor: pointer;
    display: block;
	opacity: 0.5;
}
.product-detail-height {
	height: auto;
}
.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator {
	background-position: 2px center;
	left: 33%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	bottom: -5px;
	top: auto;
	text-align: center;
	height: 15px;
	width: 30px;
}
.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator {
	background-position: -28px center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 5px;
	left: 33%;
	width: 30px;
	height: 15px;
}
.widget-productImage .image-thumb-container .thumb-image.active{
    border: 0;
    opacity: 1;
}
.product-thumb-view.scrollable img {
    max-width: 100%;
}
.product-widget.widget-productName .product-name {
    margin: 10px 0 60px 0;
    font-family: 'Gotham';
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    border-bottom: 1.5px solid rgb(0,0,0,.1);
    padding-bottom: 40px;
    line-height: 38px;
}
.product-widget.widget-productSummary {
    text-align: center;
    max-width: 700px;
	padding: 60px 0 40px;
	margin: 0 auto;
}
.widget-productSummary .summary {
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
}
.product-widget.widget-price {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:0 0 10px 0;
    border-bottom: 1.5px solid rgb(0,0,0,.25);
    margin-bottom: 0px;
    margin-top: 0px;
}
.widget-productSummary .title {
    display: block;
    font-size: 23px;
    padding-bottom: 0;
}


.product-widget.widget-information .bmui-tab .bmui-tab-body-container table, .product-widget.widget-information .bmui-tab .bmui-tab-body-container td {
    border: 0;
	font-size: 15px;
}
.product-widget.widget-information .bmui-tab .bmui-tab-body-container table{
	margin-bottom: 10px;
}

.product-widget.widget-information .bmui-tab .bmui-tab-body-container td {
    padding: 2px 0;
	color: rgba(0,0,0,1);
font-family: 'Gotham Book';
}

.product-widget.widget-information .bmui-tab .bmui-tab-body-container table:first-child tr:first-child td{
	font-size: 17px;
	color: rgba(0,0,0,1);
}
.product-widget.widget-price .expect-to-pay-container {
    order: 2;
}
.product-widget.widget-price .current-price-container{
    order: 1;
}
/* For client recommendation
.page-product .product-widget.widget-price .current-price-container, .page-product .product-widget.widget-price .current-price-container .current-price {
    color: red;
}*/
.product-widget.widget-variation {
	margin-top: 20px;
	padding-top: 35px;
}
.product-widget.widget-variation .variation-container {
	width: 100%;
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 12px 0 5px;
}
.product-widget.widget-variation .variation-container::before {
	content: "Please Choose:";
	position: absolute;
	left: 0;
	top: 0px;
	color: #000;
	font-size: 20px;
	width: 100%;
	height: 30px;
	font-weight: 300;
}
.chosen-container-single .chosen-single span {
    font-size: 15px;
    color: #006600;
    margin-right: 22px;
    font-weight: 600;
}
.chosen-container-single .chosen-drop {
    border: 1px solid #eee;
    box-shadow: 0 0 0 0;
    padding: 0;
    z-index: 3333333;
}
.chosen-container-active .chosen-single{
    box-shadow: 0 0 0 0;
    border: 1px solid #eee;
    border-bottom: 0;
}
.chosen-container .chosen-results .chosen-result {
    border: 0;
    padding: 7px 0;
}
.chosen-result.options span {
    color: #006600;
    font-weight: normal;
}
.chosen-container .chosen-results .chosen-result:hover{
    color: #006600;
}
.chosen-container .chosen-results .highlighted{
    background-color: #fff;
}
.product-widget.widget-price .current-price-container .current-price{
    font-size: 26px;
    color: #272626;
    padding-right: 15px;
	font-family: 'Gotham Book';
    font-weight: normal;
	display: contents;
}
.product-widget.widget-price .current-price-container .current-price .currency-symbol {
    margin-right: 5px;
}
.payment-option .code-submit-form .errorlist.after {
    bottom: 56px;
    width: 100%;
    max-width: 300px;
}
.product-widget.widget-price .previous-price.price {
    color: #ff0b0b;
    font-size: 20px;
	padding: 5px 8px 0 0;
}
.product-widget.widget-addCart .add-to-cart-button {
    background: #006600;
    color: #fff;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 34px;
    padding: 2px 65px;
    border: 2px solid #006600;
    font-family: 'Gotham';
    font-weight: 500;
}
.product-widget.widget-addCart .add-to-cart-button:hover{
    color: #006600;
    background: transparent;
}
.variation-container .variation-type {
    padding-bottom: 5px;
    width: 100%;
    display: inline-block;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Gotham';
	font-weight:300;
	margin-right: 0;
}
.product-widget.widget-variation .variation-dropdown-container .type-label {
    display: inline-block;
    margin-right: 10px;
	vertical-align:top;
}
.product-widget.widget-variation .variation-dropdown-container .chosen-container-single {
    margin-left: 0;
    padding: 0 2px;
	width: 100%;
	max-width: 50%;
	vertical-align:top;
}
.variation-dropdown-container .chosen-container-single .chosen-single{
    border: 0;
    padding: 3px 0;
}

.zoomContainer .zoomLens {
    border: 0 !important;
}
.zoomWindowContainer .zoomWindow{
    border: 1px solid #eee !important;
}

/* product-widget widget-related  */
.product-widget.widget-related .title{
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: normal;
    text-align: center;
}
.product-widget.widget-related .content{
    padding: 0;
    overflow: visible;
    border: 0;
}
.product-widget.widget-related .scrollable-view{
    margin: 0 -21px;
}
.product-widget.widget-related .product-block{
    border: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
    margin: 21px;
    width: calc(50% - 35px) !important;
}
.product-widget.widget-related .scrollable-view,
.product-widget.widget-related .product-view .header{
    border: 0;
}
.product-widget.widget-related .scrollable-view .scroller span{
    position: absolute;
    top: 50%;
    height: 38px;
    width: 38px;
    border: 0;
}
.product-widget.widget-related .scrollable-view .scroller .scroll-left{
    left: -38px;
    background: url('../images/r-left-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}
.product-widget.widget-related .scrollable-view .scroller span.scroll-right{
    right: -38px;
    background: url('../images/r-right-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator{
    cursor: pointer;
}
.chosen-container-single .chosen-single div b{
    background: url('../images/v-drop-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    top: 9px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center;
}
.product-widget.widget-related .content.scrollable .product-block .block-content-wrap{
    position: relative;
}
.product-widget.widget-related .content.scrollable .product-block .btn-add{
    position: absolute;
    top: 0;
    right: 0;
}
.product-widget.widget-related .product-block .add-to-cart-button {
    background: transparent;
    color: #000;
    padding: 0;
    border: 0px solid #006600;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 18px;
    text-transform: capitalize;
}
.product-widget.widget-related .product-block .add-to-cart-button:hover{
    color: #006600;
}

/* product bradcamp */
.auto-page.page-product .page-content {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px 0;
}
.widget-breadcrumb {
    max-width: 1310px;
    margin: 0 auto;
    padding: 60px 0 0;
}
.widget-breadcrumb .breadcrumb-item.root{
    display: none;
}
.widget-breadcrumb .breadcrumb-item{
    color: #000;
}
.widget-breadcrumb .breadcrumb-item a{
    color: #006600;
    font-size: 14px;
    text-transform: none;
}
.widget-breadcrumb .breadcrumb-item a .separator{
    background: url('../images/b-separator.png');
    font-size: 0;
    width: 12px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
}
.breadcrumb-item .label {
    color: #006600;
}


/* Site PopUp
**********************/
/* add to cart popup ***/
.add-to-cart-popup .short-info{
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.add-to-cart-popup .short-info .prodict-name,
.add-to-cart-popup .short-info .current-price{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3px;
}
.add-to-cart-popup .short-info .prodict-name {
    font-size: 17px;
    color: #000;
}
.add-to-cart-popup .short-info .item .stepper:hover .stepper-input {
    background-color: transparent;
}
.add-to-cart-popup .short-info .current-price{
    padding-left: 15px;
    align-self: center;
    padding-left: 0;
}
.add-to-cart-popup .short-info div, .add-cart-information-popup .short-info div {
    padding-bottom: 0;
}

.popup {
    box-shadow: none;
    padding: 30px 50px 40px;
    background: #fff;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 100%;
    z-index: 10101010101 !important;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
    clear: none;
    color: #000;
    display: block;
    float: none;
    text-align: center;
        font-family: 'Gotham book';
        font-weight:normal;
}
.add-to-cart-popup .cart-summary-header, .add-cart-information-popup .cart-summary-header {
    color: #000;
    float: none;
    font-size: 16px;
    padding-right: 0px;
    text-align: center;
}
.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name,
.add-to-cart-popup .status-message, .add-cart-information-popup .status-message{
    color: #000;
    font-size: 15px;
    font-weight: normal;
    display: block;
    text-align: center;
}
.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name{
    font-size: 18px;
    font-family: 'Gotham';
    font-weight: 500;
    color: #000;
}
.add-cart-information-popup .body h4.title{
    display: none;
}
.add-cart-information-popup .popup-bottom .button-item .add-to-cart-button{
    background: #006600;
    color: #fff;
}
.add-cart-information-popup .popup-bottom .button-item .close-btn.button{
    margin-left: 3%;
}
.add-cart-information-popup .popup-bottom .button-item .add-to-cart-button:hover{
    background: transparent;
    color: #006600;
}
.add-cart-information-popup .popup-bottom.footer{
    padding-top: 0;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button {
    min-width: 180px;
}
.add-cart-information-popup .popup-bottom.footer .button-item .continue-shopping-btn,
.add-cart-information-popup .popup-bottom.footer .button-item .cart-page-button{
    min-width: 228px;
}
.add-to-cart-popup .body {
    border-bottom: 1px solid #e2e2e2;
}
.add-to-cart-popup .item {
    margin: 7px 0;
}
.add-to-cart-popup .item span {
    display: inline-block;
    vertical-align: middle;
    align-self: center;
}
.add-to-cart-popup .item .stepper {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    float: none;
    margin: 0 0 0 10px;
}
.add-to-cart-popup .product-thumb-view img {
    max-width: 107px;
    max-height: 94px;
}
.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    padding: 0px 0 15px;
    text-align: center;
}
.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}
.popup .button-line, .popup .footer {
    background-color: #fff;
    padding: 20px 0 0px;
    text-align: center;
    border: 0;
}
.popup .button-item {
    text-align: center;
    margin: 25px 0 0px;
}
.popup .close-icon {
    top: 15px;
    right: 10px;
}
.popup  span.close-popup.close-icon::after {
    content: "";
    font-size: 15px;
    background: rgba(0, 0, 0, 0) url(../images/close-icone.jpg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup .chosen-container .chosen-results {
    padding: 0;
}
.popup  .chosen-container-single .chosen-single span {
    color: #777;
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Gotham Book';
	font-weight: normal;
    font-size: 15px;
}
.popup  .variation-container .variation-type {
    padding-bottom: 5px;
    display: inline-block;
    background: #f8f8f8;
    padding: 6px 0;
    margin: 0 10px;
}
.popup  table, .popup  th, .popup td {
    border: 0;
}
.popup .body h4.title {
    font-size: 18px;
    text-align: center;
}
.popup span.title {
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
    font-size: 17px;
    font-family: 'Gotham Book';
    color: #000000;
    font-weight: 500;
}
.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
    box-sizing: border-box;
    text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
    margin: 0;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
    width: 48%;
}
.confirm-popup.popup .header-line .title {
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
    font-size: 15px;
    font-family: 'Gotham Book';
	font-weight: normal;
    color: #006600;
    font-weight: 500;
}
.confirm-popup.popup .button-line {
    padding-top: 0;
}
.wish-list-popup label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
    width: auto;
}

.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;
    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%;
}
.confirm-popup.popup.active button {
	width: auto;
}
/*popup continue-shopping*/
.popup .button-item .continue-shopping-btn,
.popup .button-item .cart-page-button {
    padding: 6px 84px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    border: 1px solid #006600;
    background-color: #ffffff;
    text-transform: none;
    color: #006600;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 18px;
    font-family: 'Gotham Book';
	font-weight: normal;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.popup .button-item .continue-shopping-btn:hover,
.popup .button-item .cart-page-button:hover {
    color: #ffffff;
    background-color: #006600;
    border-color: #006600;
}
/* add to cart */
.add-to-cart-popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.add-to-cart-popup .item .stepper {

    margin: 0 10px;
    padding: 0;
    overflow: visible;
}
.add-to-cart-popup .item .stepper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
}
.stepper .stepper-input {
    border: 1px solid #999;
    color: #333;
    border-radius: 0;
}
.add-to-cart-popup .item .stepper .stepper-arrow.down {
    order: 1;
    position: relative;
}
.add-to-cart-popup .item .stepper .stepper-arrow.up {
    order: 3;
    position: relative;
}
.add-to-cart-popup .item .stepper .stepper-input {
    order: 2;
}
.page-product .add-to-cart-popup .stepper::before {
    display: none;
}
.popup-bottom.footer {
    margin-top: 0;
}
.page-cart .shopping-cartitem .cartitem-btn {
    padding: 12px 32px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    color: #fff;
    border: 2px solid #006600;
    background-color: #006600;
    text-transform: none;
    font-size: 16px;
    text-align: center;
    margin: 0 10px 0 0;
    font-family: 'Gotham';
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.shopping-cartitem .cartitem-btn-wrapper a span,
.popup .popup-bottom .button {
    padding: 10px 53px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    color: #000;
    border: 1px solid #b4b4b4;
    background-color: #ffffff;
    text-transform: none;
    font-size: 15px;
    text-align: center;
    margin: 0 10px 0 0;
    font-family: 'Gotham Book';
    font-weight: normal;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.shopping-cartitem .cartitem-btn-wrapper a span:hover,
.popup .popup-bottom .button:hover {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}
.page-cart .shopping-cartitem .cartitem-btn:hover {
    color: #060;
    background-color: #fff;
    border-color: #060;
}

.oder-comment-form.site-popup-form .errorlist.after{
	position:relative;
}

.popup a.cart-page-button.button.et_ecommerce_view_cart,
.page-cart .shopping-cartitem .cartitem-btn.checkout-btn{
 	background-color: #060;
	border-color: #060;
	color: #fff;

}
.popup a.cart-page-button.button.et_ecommerce_view_cart:hover,
.page-cart .shopping-cartitem .cartitem-btn.checkout-btn:hover{
    color: #000;
    background-color: transparent;
    border-color: #b4b4b4;
}
.page-cart .widget.widget-breadcrumb{
    display: none;
}
.popup  .variation-dropdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.popup  .widget-likeus {
    padding: 0;
    margin: 0;
}
.popup  .chosen-container-single .chosen-single {
    border: none;
    box-shadow: none;
}
.popup  .variation-dropdown-container .chosen-container-single .chosen-single {
    height: 32px;
    font-size: 13px;
    background: transparent;
    padding-left: 0;
}
.popup  .variation-type.text .chosen-container-single {
    min-width: 100px
}
.popup  .variation-type.color .chosen-container-single {
    min-width: 100px
}
.add-to-cart-popup td.product-img, .add-cart-information-popup td.product-img {
    padding-right: 20px;
    width: 119px;
    border: 0;
    vertical-align: top;
}
.add-to-cart-popup .popup-bottom.footer .button-item .button {
    min-width: 48%;
}
.save-cart-init-form .body {
    padding: 10px 9px;
	text-align: center;
}
.save-cart.save-cart-init-form.popup.anim-fade-zoom.active .header {
	margin: 0 9px;
	font-size: 20px;
}
.save-cart.save-cart-init-form.popup.anim-fade-zoom.active input.unique {
	width: 100%;
	padding: 0 9px;
}
/* add-cart-information-popup next step */
.add-cart-information-popup .body .short-info {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.add-cart-information-popup .body .short-info .name,
.add-cart-information-popup .body .short-info .prodict-name,
.add-cart-information-popup .body .short-info .current-price {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3px;
}
.add-cart-information-popup .body .short-info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 8px 0;
}
.add-cart-information-popup .body .short-info .item span {
    display: inline-block;
    vertical-align: middle;
    align-self: center;
}
.add-cart-information-popup .body .short-info .item .stepper {
    margin: 0 10px;
    padding: 0;
}

/* tell_friend_popup */
.tell_friend_popup .header .status-message{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}
.product-widget.widget-addCart .remove-from-compare-button {
    word-wrap: break-word;
}
.exception-popup table th {
    background-color: #fbc7bc;
    text-transform: capitalize;
}
.exception-popup table tr:nth-child(odd) td{
    background-color: #f1f1f1;
}
.exception-popup table td, .exception-popup table th {
    padding: 7px 5px;
}
/*  */
.floating-panel-popup.popup{
    z-index: 8000000000 !important;
    padding: 18px 9px;
    box-shadow: 0px 2px 4px #d9d9d9;
}
/*  */
.address-selection-popup .create-address {
    padding: 6px 12px;
    cursor: pointer;
    color: #3d3d3b;
    border: 1px solid #9d9d9d;
    background-color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.address-selection-popup .create-address:hover{
    color: #ffffff;
    background-color: #006600;
    border-color: #006600;
}
.page-checkout .checkout-page .header-wrapper h1.page-heading{
    /* font-size: 24px;
    padding: 11px 10px 14px;
    background: transparent;
    color: #272626;
    border-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;*/
	display:none;
}
.header-wrapper h1 {
    margin-top: 0;
}

.time-out.popup.active{
		display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.time-out.popup .header-line {
		order: 2;
	-webkit-order: 2;
}
.time-out.popup .body{
		order: 1;
	-webkit-order: 1;
}
.time-out.popup .header-line {
    margin-top: 10px;
}
.time-out.popup .header-line .ok {
    background-color: #006600;
    text-transform: capitalize;
    width: 100%;
	font-size: 16px;
}
.time-out.popup .header-line .ok:hover{
	    background-color: #000;
}
/* floating-panel-popup */
.floating-panel-popup.product-share-option.popup {
    width: 100% !important;
    max-width: 186px;
    min-width: unset;
    box-shadow: 0px 1px 7px #d9d9d9;
    margin-left: 36px;
    padding: 14px 10px;
}
.floating-panel-popup.product-share-option.popup .customer-share-options label{
    color: #006600;
    font-weight: 500;
    font-family: 'Gotham Book';
    padding-bottom: 10px;
    display: block;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium img{
    display: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div::before{
    content: "\f09a";
    position: absolute;
    left: 0;
    top: -4px;
    font-family: 'FontAwesome';
    font-size: 14px;
    height: 26px;
    width: 26px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium .twitter-share::before{
    content: "\f099";
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium .googleplus-share::before{
    content: "\f0d5";
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium .linkedin-share::before{
    content: "\f0e1";
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div span.image-text{
    font-size: 14px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover::before,
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover span.image-text{
    color: #006600;
    border-color: #006600;
}
.site-popup.popup .oder-comment-form.site-popup-form .comment-area{
    padding: 0 15px 0 0;
}
.wish-list-popup label,
.wish-list-popup select,
.wish-list-popup .form-row label,
.wish-list-popup .form-row input{
    width: 100%;
}
.wish-list-popup select,
.wish-list-popup .form-row input{
    border: 2px solid #9d9d9d;
}
.wish-list-popup.add-to-wishlist-popup .status-message{
    font-size: 15px;
    font-family: 'Gotham Book';
	font-weight: normal;
    color: #006600;
}
.wish-list-popup .footer {
    margin-top: 20px;
}
.wish-list-popup .footer button {
    width: 47.5%;
}
.add-to-wish-list-popup .footer .button-item .button{
    width: 47.5%;
}
.add-to-wish-list-popup .body td .prodict-name{
    font-size: 15px;
    font-family: 'Gotham Book';
	font-weight: normal;
    color: #006600;
}
.add-to-wish-list-popup .header .status-bar-product-name{
    font-size: 15px;
    font-family: 'Gotham Book';
	font-weight: normal;
    color: #006600;
    text-align: center;
    display: block;
    padding-bottom: 7px;
}
.add-to-wish-list-popup .header .status-message{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.add-to-wish-list-popup .product-thumb-view img {
    max-width: 142px;
    max-height: 130px;
}
.add-to-wish-list-popup table .product-img {
    padding-top: 0;
}
/* image-popup-container */
.image-popup-container {
    padding:1px;

}

img.popup-image {
    max-width: 100% !important;
}
.image-popup-container.popup {
    background: transparent;
}
.image-popup-container .image-wrapper {
    border: 0 solid #666666;
}
.image-popup-container .navigator.close-button {
    background-position: center;
    height: 40px;
    right: 0;
    top: 0;
    width: 40px;
}
.image-popup-container .navigator.close-button {
    background: #fff url(../images/close-icone.jpg) no-repeat center;
    background-position: 18px 11px;
    background-size: 13px; 
    margin: 10px 11px 0px 0;
}
.image-popup-container .navigator.right-button {
    right: 0;
}
.image-popup-container>span{
	display: block;
}




/* add-to-gift-wrapper-popup */
.add-to-gift-wrapper-popup.popup .status-bar-product-name{
    font-size: 17px;
    font-family: 'Gilroy';
    color: #006600;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-add-button {
    width: 148px;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-thumb-view {
    width: 152px;
    height: 211px;
    overflow: hidden;
    padding-right: 15px;
    vertical-align: top;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-short-info{
    padding-right: 109px;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-message {
    padding-top: 23px;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-message .gift-wrapper-message-input{
    height: 62px;
    border: 2px solid #9d9d9d;
    width: 100%;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-thumb-view img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body {
    padding: 20px 10px 0;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body table{
    border-bottom: 1px solid #d9d9d9;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body table:last-child{
    border-bottom: 0px solid #d9d9d9;
    margin-bottom: 0;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body table td{
    padding-bottom: 30px;
    vertical-align: top;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body table:last-child td{
    padding-bottom: 0;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-name{
    font-family: 'Gotham Book';
}
.site-popup .title-bar, .confirm-popup .header-line {
    text-align: center;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px;
}
/*  */
.tell-friend-popup .body .form-row input,
.tell-friend-popup .body .form-row textarea{
    width: 100%;
    border: 2px solid #bababa;
}
/* End Site All Pop-up
**************************/


/* Shopping Cart Page
******************/
.shopping-cartitem .remove-cartitem {
    background: url("../images/remove-icon.png") no-repeat left top;
    background-size: 14px;
}
.shopping-cartitem h1 {
	display:none;
}
.empty-cartitem-text {
    color: #f00;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 27px;
    width: 100%;
}
.page-cart .shopping-cartitem.empty-cart {
    text-align: center;
    max-width: 450px;
    background: rgb(245 245 245);
    padding: 45px 0;
    margin: 90px auto;
}
.page-cart .shopping-cartitem {
    max-width: 1000px;
    background: none;
    border: 0px;
    box-shadow: 0px 0px 0px;
    margin: 10px auto;
    text-align: right;
}
.page-cart .cartitem-btn-wrapper:not(.top){
    max-width: 268px;
    display: inline-block;
}
.page-cart .cartitem-btn-wrapper:not(.top) a:first-child {
    margin: 0 0 10px 0;
}
.page-cart .cartitem-btn-wrapper:not(.top) a {
    width: 100%;
    padding: 10px 30px;
    margin: 0;
}
.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-left: 10px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.cartitem-table {
    margin-bottom: 20px;
}
.cartitem-table .stepper {
    float: none;
    margin: 0 auto;
}
.cartitem-table th, .cartitem-table td.total-label, .cartitem-table td.price {
	font-size: 17px;
	font-family: 'Gotham Book';
	font-weight: normal;
}
.cartitem-table th, .cartitem-table td {
    width: 20%;
    text-align: center;
    border: 0px solid #eee;
    font-size: 15px;
    background: #fff;
    font-weight: 500;
    color: #333;
    font-family: 'Gotham Book';
	font-weight: normal;
    text-transform: capitalize;
}
.check-out-total .price, .shopping-cart-total .price{
    font-weight: 500;
    color: #333;
    font-family: 'Gotham Book';
}
.check-out-total td, .shopping-cart-total td{
    font-weight: 500;
    color: #333;
    font-family: 'Gotham Book';
}
.cartitem-table tbody tr:nth-child(odd) {
    background: rgba(156, 156, 156, 0.1);
}
.check-out-total .left-column, .shopping-cart-total .left-column {
    width: 40%;
    text-align: left;
}
.check-out-total .right-column, .shopping-cart-total .right-column {
    width: 58%;
    text-align: right;
    padding-top: 22px;
}
.check-out-total .right-column table, .shopping-cart-total .right-column table{
    border: 0;
}
.check-out-total *, .shopping-cart-total * {
    font-size: 15px;
}
.discount-coupon-code-panel {
    background-color: #f8f8f8;
    border: 0;
    padding: 50px;
    box-sizing: border-box;
}
.discount-coupon-code-panel input[type=text] {
    height: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.discount-coupon-code-panel .form-row.btn-row label {
    display: none;
}
.discount-coupon-code-panel .form-row.btn-row button {
    display: block;
    width: 100%;
}
.check-out-total table, .shopping-cart-total table {
    font-size: 15px;
}
.check-out-total td.total-label, .shopping-cart-total td.total-label {
    padding: 6px 30px 6px 15px;
    border: 0;
}
.cartitem-btn-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.page-cart td.product-name {
    font-family: 'Gotham Book';
}
.shopping-cart-total .total-order .price .wrapper span{
    font-family: 'Gotham Book';
}
.check-out-total .price, .shopping-cart-total .price {
    border: 0;
    width: 184px;
}
.check-out-total tr, .shopping-cart-total tr {
    border-bottom: 0;
}
.auto-page table tr:nth-child(2n) {
    background: transparent;
}
td.product-name a{
    color: #000;
}
.variation-container .variation-type label.type-label {
    /*  font-weight: 500;
    font-family: 'Gotham Book';
     text-transform: capitalize;
     color: #3d3d3b; */
     display: none;
    font-weight: 600;
 }
 .page-content table.cartitem-table {
    border: 0;
}
 /* improvement */
 .cartitem-table.product-thumb-view thead tr th.image{

 }
 .cartitem-table .action-column {
    width: 17px;
}
.page-checkout .cartitem-table.product-thumb-view thead tr th,
.page-cart .cartitem-table.product-thumb-view thead tr th{
    color: #000;
    text-align: right;
}
.cartitem-table.product-thumb-view thead tr th,
.cartitem-table.product-thumb-view tbody tr td{
    text-align: right;
    width: 187px;
	font-family: 'Gotham book';
	text-transform: capitalize;
}
.page-cart .quantity .stepper {
    float: none;
    margin: 0 0 0 auto;
	padding-left: 15px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
}
.page-cart .quantity .stepper .stepper-input {
    height: 32px;
    width: 33px;
    color: #333;
    border: 0px solid #333;
}
.page-cart .quantity .stepper .stepper-arrow{
    width: 25px !important;
	font-size: 0;
}
.page-cart .cartitem-table.product-thumb-view thead tr th.image,
.page-cart .cartitem-table.product-thumb-view thead tr th.product-name,
.page-cart .cartitem-table.product-thumb-view tbody tr td.product-name,
.page-cart .cartitem-table.product-thumb-view tbody tr td.image{
    text-align: left;
}
.page-cart .cartitem-table.product-thumb-view thead tr th.image,
.page-cart .cartitem-table.product-thumb-view tbody tr td.image{
    width: 60px;
    max-width: 60px;
    text-align: center;
}
.cartitem-table.product-thumb-view thead tr th.product-name,
.cartitem-table.product-thumb-view tbody tr td.product-name{
    text-align: left;
}
.page-cart .cartitem-table.product-thumb-view thead tr th.product-name,
.page-cart .cartitem-table.product-thumb-view tbody tr td.product-name{
    width: 31%;
}
.page-checkout .check-out-total .price-row .label,
.page-cart .shopping-cart-total td.total-label {
    padding: 3px 0 3px 15px;
    text-align: left;
    color: #000;
}
.confirm-step-form .cart-item{
    border: 0;
}
.cartitem-table.product-thumb-view tbody,
.confirm-step-form tbody {
    border-bottom: 1px solid #ced1d1;
    border-top: 1px solid #ced1d1;
}
.cartitem-table.product-thumb-view .cart-item:first-child td {
    padding-top: 26px;
}
.cartitem-table.product-thumb-view .cart-item:last-child td {
    padding-bottom: 26px;
}
.page-cart .shopping-cart-total tr.tax-row {
    background: transparent;
}
.page-cart .shopping-cart-total tr.tax-row td{
    padding-bottom: 16px;
}
.page-cart .shopping-cart-total tr.total-order{
    border-top: 0px solid #e4e8e8;
}
.page-cart .shopping-cart-total tr.total-order td{
    padding-top: 16px;
	border: 0;
}
.page-cart .shopping-cart-total tr.total-order td.price span{
    font-weight: 600;
    font-size: 18px;
    font-family: 'Gotham Book';
}
.check-out-total > .price-row .price {
    min-width: auto;
    width: auto;
}
.payment-option .code-submit-form input {
    width: 100%;
}
.discount-coupon-code-form {
    padding-top: 20px;
	position: relative;
}
.discount-coupon-code-form .message-block.error {
    top: 15px;
    right: 0;
    max-width: 245px;
    left: auto;
    font-size: 11px;
    padding: 0 8px;
    font-weight: 600;
}
.discount-coupon-code-form .message-block.error {
    max-width: 100%;
    left: 50% !important;
}
.discount-coupon-code-form label,
.discount-coupon-code-form input{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Gotham Book';
}
.discount-coupon-code-form label {
    font-weight: 500;
}
.discount-coupon-code-form .form-row{
    padding-bottom: 2px;
}
.discount-coupon-code-form .form-row button {
	width: 100%;
	margin-top: 0;
	padding: 10px 30px;
	background: #060;
	color: #fff;
	border-color: #060;
}
.discount-coupon-code-form .form-row button:hover {
	background: transparent;
	color:#000;
	border-color: #b4b4b4;
}
input[type="submit"][disabled],
input[type="button"][disabled],
button[disabled],
.button.disabled,
a.button.disabled,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:hover,
button[disabled]:hover,
.button.disabled:hover,
a.button.disabled:hover {
    background: transparent;
    border: 1px solid #acacac;
    color: #ACACAC;
    text-shadow:none !important;
}

.cartitem-table.product-thumb-view .cart-item:last-child td.quantity {
    padding-left: 10px;
}
.page-cart .cartitem-btn-wrapper .button {
	float: none;
	margin: 0 10px 0 0;
	padding: 10px 20px;
	min-width: 140px;
}
.page-cart .shopping-cart-total tr td.empty-left-footer-block {
	display: none;
}
.page-checkout .errorlist.after .message-block {
    bottom: -13px;
}
/* New Customer Login for Checkout
************************************/
.auto-page.page-login h1,
.auto-page.page-login .title{font-size: 26px;padding: 0 10px 20px;background: transparent;color: #272626;border-bottom: 0;font-weight: normal;}
.checkout-page {
    margin: 0 auto;
    max-width: 970px;
}
.checkout-page h1.inner-page-heading{
    text-align: center;
    padding: 0;
}
.checkout-address-selector .chosen-container,
.checkout-address-selector .chosen-single {
    background-color: #000;
}
.checkout-address-selector .down-arrow {
    background: transparent;
}
.checkout-address-selector .down-arrow::before {
    position: absolute;
    top: 0px;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}
.checkout-address-selector .edit-address {
    background: #000;
}
.checkout-address-selector .edit-address::before {
    content: "\f040";
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    color: #fff;
    line-height: 64px;
    width: 100%;
    text-align: center;
}
.selector-mode-block .step-continue-button {
    display: block;
    width: 100%;
    margin-top: 12px;
}
.chosen-container .chosen-results {
    padding:4px;
}
.payment-item {
    display: block;
    margin: 10px 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.gateway-thumb {
    border: 0;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 78px;
    background-size: 80% !important;
}
.payment-item label {
    display: inline;
}
.page-checkout .confirm-order .editable.editing .button.apply {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.checkout-page .address.edit .address-edit-from-wrap input.button.submit-button.et_billing_continue {
    background: #060;
    color: #fff;
}
.checkout-page .address.edit .address-edit-from-wrap input.button.submit-button.et_billing_continue:hover {
    background: #fff;
    color: #000;
    border-color:#000
}

/***Shop page Sidebar***/
.sidebar-category > .vertical .navigation-item {
	padding:0;
}
.widget.widget-navigation.sidebar-category .vertical .navigation-item.first a {
	color: #f00;
	font-family: 'Gotham';
	font-weight: 500;
	font-size: 28px;
}
.widget.widget-navigation.sidebar-category .vertical .navigation-item.first.active a, .widget.widget-navigation.sidebar-category .vertical .navigation-item.active  a.url{
	color:#006600;
}
.sidebar-category > .vertical .navigation-item a{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Gotham';
    position: relative;
    text-transform: uppercase;
    border: none;
  	color:#000000;
	  text-align: left;
  	margin-top: 20px
}
.sidebar-category > .vertical .navigation-item a.category {
	    font-size: 20px;
    font-weight: 400;
    font-family: 'Gotham';
    position: relative;
    text-transform: capitalize;
    border: none;
	  color:#000;
	  text-align: left;
		margin-top: 0;
}
.sidebar-category > .vertical .navigation-item.active a.category, .sidebar-category > .vertical .navigation-item a.category:hover, .sidebar-category > .vertical .navigation-item.active a.category:hover{
	color: #006600;
}
.widget.widget-navigation.sidebar-category .vertical .navigation-item.first a:hover{
	color:#006600;
}
.sidebar-category > .vertical .navigation-item.active a.category::after {
display:none;
}











stepper .stepper-arrow {
    background: transparent;
    text-indent: 0;
    font-size: 0;
    border-left: 0px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}


.stepper .stepper-input {
    background: transparent;
}

/*
.stepper .stepper-arrow.down::after {
    content: "\f107";
}
.stepper .stepper-arrow.up::after {
    content: "\f106";
}
.stepper .stepper-arrow.up::after, .stepper .stepper-arrow.down::after {
    font-family: 'FontAwesome';
    color: #000;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-indent: 0;
    width: 100%;
    text-align: center;
    }*/
.stepper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin: 0 0 20px 0;
}


.stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 36px;
    position: relative;
    right: 0;
    width: 30px;
    z-index: 0;
}

.stepper .stepper-arrow.up {
    order: 3;
    position: relative;
}

.stepper .stepper-arrow.up::before {
    position: absolute;
    content: "+";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 20px;
    left: 0;
    line-height: 36px;
    text-align: center;
}

.stepper .stepper-arrow.down::before {
    position: absolute;
    content: "-";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 20px;
    left: 0;
    line-height: 36px;
    text-align: center;
}

.stepper .stepper-arrow.down {
    order: 1;
    position: relative;
}

.stepper .stepper-input {
    order: 2;
}

.total-result {
    color: #3e3e3e;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.stepper .stepper-input {
    box-sizing: border-box;
    font-size: 15px;
    height: 36px;
    padding: 5px;
    text-align: center;
    width: 30px;
    z-index: 0;
    vertical-align: middle;
    line-height: 30px;
    border: 0;
}

.product-widget.widget-addCart .stepper::before {
    content: "Quantity";
    font-size: 14px;
    left: 0;
    position: absolute;
    line-height: 36px;
}



.stepper .stepper-input, .stepper .stepper-arrow.down, .stepper .stepper-arrow.up {
    margin:  0;
    height: 40px;
}



.cart-details-link .button {
    width: 48%;
    padding: 7px 10px;
}

.stepper .stepper-input {
    background: transparent;
}

/*
.stepper .stepper-arrow.down::after {
    content: "\f107";
}
.stepper .stepper-arrow.up::after {
    content: "\f106";
}
.stepper .stepper-arrow.up::after, .stepper .stepper-arrow.down::after {
    font-family: 'FontAwesome';
    color: #000;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-indent: 0;
    width: 100%;
    text-align: center;
    }*/
.stepper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}

.product-widget.widget-addCart .stepper {
    width: 100%;
    justify-content: flex-end;
}

.stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 36px;
    position: relative;
    right: 0;
    width: 18px;
    z-index: 0;
}

.stepper .stepper-arrow.up {
    order: 3;
    position: relative;
}

.stepper .stepper-arrow.up::before {
    position: absolute;
    content: "+";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 21px;
    left: 0;
    line-height: 36px;
    text-align: center;
    font-family: 'Gotham Book';
    font-weight: normal;
}

.stepper .stepper-arrow.down::before {
    position: absolute;
    content: "-";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 26px;
    left: 0;
    line-height: 36px;
    text-align: center;
     font-family: 'Gotham Book';
    font-weight: normal;
}

.stepper .stepper-arrow.down {
    order: 1;
    position: relative;
}

.stepper .stepper-input {
    order: 2;
}

.total-result {
    color: #3e3e3e;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.stepper .stepper-input {
    box-sizing: border-box;
    font-family: 'Gotham';
    font-size: 17px;
    height: 36px;
    padding: 5px;
    text-align: center;
    width: 30px;
    z-index: 0;
    vertical-align: middle;
    line-height: 30px;
    border: 0;
}
.product-widget.widget-addCart .stepper .stepper-input{
	width: 60px;
}
.product-widget.widget-addCart .stepper .stepper-input, .product-widget.widget-addCart  .stepper .stepper-arrow.down::before, .product-widget.widget-addCart  .stepper .stepper-arrow.up::before{
	    font-size: 26px;
}
.product-widget.widget-addCart .stepper::before {
    content: "Quantity Required";
    font-size: 26px;
    left: 0;
    position: absolute;
    line-height: 36px;
    font-family: 'Gotham Book';
    font-weight: normal;
}


.page-category .widget.widget-article.category-coming {
	display: none;
	visibility: hiden;
}

#webcommander-page .page-category:empty .category-coming {
	display: block;
	visibility: visible;
}
.category-details-container .description {
  max-width: 785px;
  text-align: center;
	display: block;
}
.category-details-container .description p {
	font-size: 22px;
	padding:0 0 10px;
  	line-height: 32px;
}

/* Checkout Option Page /shop/checkout */
.checkout-page-options .item-head {
  	/*font-size: 24px;
  	padding: 11px 10px 14px;
  	background: transparent;
  	color: #272626;
  	border-bottom: 0;
  	font-weight: 600;
  	letter-spacing: 0.5px;
  	text-align: center;*/
	display:none;
  }
  .checkout-page-options {
  	max-width: 1040px;
  	margin: 0 auto;
  }
  .checkout-page-options .registered-customer p {
  	font-size: 14px;
    font-family: 'Gotham Book';
  	font-weight: normal;
  	color: #555;
  	padding-bottom: 0;
  }
  .checkout-page-options .new-customer p {
  	font-size: 14px;
  	line-height: 22px;
  }
  .checkout-page .address-edit-from-wrap form {
  	background-color: #fff;
  	padding: 0;
  }
  .checkout-page .form-row input[type="text"], .checkout-page .form-row input[type="tel"], .checkout-page .form-row input[type="password"], .checkout-page .form-row input[type="mail"], .checkout-page .form-row select {
  	height: 40px;
  	border: 1px solid #b4b4b4;
  	padding: 0 10px;
  	margin: 0;
  }
  .new-customer-from h1 {
  	font-size: 25px;
  	margin-bottom: 5px;
  	color: #ed1c24;
    font-family: 'Gotham Book';
  	font-weight: 600;
  }
  .checkout-page .address-edit-from-wrap .form-row label {
  	display: inline;
    color: #3d3d3b;
    font-size: 15px;
    font-family: 'Gotham Book';
    font-weight: normal;
  }
  .checkout-page-options .new-customer .checkout-option {
  	margin-top: 20px;
  	max-width: 300px;
  	width: 100%;
  }
  .checkout-page-options .content-wrapper {
  	padding: 45px 25px 60px 25px;
  	border: none;
  	border: 2px solid #ddd;
  }
  .checkout-page-options span.lost-password a {
  	color: #000;
  	font-size: 14px;
  	margin-top: 20px;
  	display: block;
  }
  .checkout-page-options span.lost-password a:hover {
  	color: #006600;
  }
  .checkout-page-options .new-customer-from h1, .checkout-page-options .registered-customer > h1 {
    font-family: 'Gotham Book';
  	font-weight: normal;
  	font-size: 24px;
  	color: #272626;
  	margin-top: 0;
  }
  form.confirm-step-form table.cartitem-table.product-thumb-view td.product-name a {
  	white-space: normal;
  }
  .cartitem-table th:last-child, .cartitem-table td:last-child {
  	text-align: right;
  }
  .checkout-page-options .registered-customer p.register {
  	font-size: 14px;
    font-family: 'Gotham Book';
  	font-weight: normal;
  	letter-spacing: 0.5px;
  	color: #333;
  	padding-bottom: 0;
  }
  .checkout-page .section.loaded > .header .title {
  	color: #272626;
  	font-size: 26px !important;
  }
  .checkout-page .address-view .address .name {
    font-family: 'Gotham Book';
  	font-weight: 700;
  }
  .checkout-page-options .new-customer {
  	display: inline-block;
  	padding-right: 7%;
  	vertical-align: top;
  	width: 48%;
  	padding-left: 3%;
  }
  .checkout-page-options .registered-customer {
  	border-left: 1px solid #ccc;
  	display: inline-block;
  	padding-left: 7%;
  	width: 48%;
  }
  .checkout-page-options .registered-customer .form-row .errorlist.after {
	bottom: 12px;
	margin-left: 30%;
  }
  .checkout-page-options .registered-customer .form-row {
  	margin-bottom: 7px;
	position: relative;
  }
  .checkout-page-options .registered-customer .form-row label {
  	line-height: 52px;
  	width: 30%;
    font-family: 'Gotham Book';
  	font-weight: 600;
  	letter-spacing: 0.5px;
  }
  .checkout-page-options .registered-customer input[type=text], .checkout-page-options .registered-customer input[type=password] {
  	height: 44px;
  	width: 70%;
  	box-sizing: border-box;
  	padding-left: 12px;
  	float: right;

  }
  .registered-customer .form-row.lost-password-row {
  	padding-left: 30%;
  }
  .checkout-page-options .registered-customer button.login-submit {
  	width: 100%;
  	margin-top: 5px;
  	float: right;
  	max-width: 70%;
  }
  .checkout-page-options > h1 {
  	display: none;
  }
  .two-column .first-column .column-content {
    margin-right: 15px;
}
.checkout-page .address-edit-from-wrap .form-row {
	position:relative;
}
.checkout-page .confirm-order-btn-row .confirm-order-button {
	padding: 12px 30px;
	width: 100%;
	background: #060;
	color: #fff;
	border-color: #060;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    margin: 5px 10px 20px;
} 
.scrollable-view>.content {
	    white-space: normal;
}

.page-category .category-details-container h1.title {
	display: none;
}

.checkout-page .confirm-order-btn-row input.button.confirm-order-button.et_orderp_confirm_order:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
	padding-left: 3.5%;
}

.widget.widget-html.widget-previous-page {
  text-align: center;
  padding: 25px 0;
}
.widget.widget-html.widget-previous-page a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
      color: rgba(0,0,0,0.7);
}
.widget.widget-html.widget-previous-page a::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 15px;
  left: -30px;
  top: 2px;
  background: url(../images/prev-page.svg) no-repeat;
}
.category-details-container .description a {
    color: #006600;
}
.category-details-container .description a:hover {
    color: #000;
    text-decoration: underline;
}
.widget.widget-html.widget-previous-page a:hover {
  color: #060;
}
.widget.widget-html.widget-previous-page a:hover::before {
    background: url(../images/prev-page-hover.svg) no-repeat;
}

#order-details .info-row .value, #order-details .total-amount-row .value {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

#order-details .total-amount-row label {
	font-size: 13px;
}
.save-cart.save-cart-init-form.popup.anim-fade-zoom.active .popup-bottom.footer .submit-button{
  padding: 10px 0px;
}
/*start:contact page*/
.widget.widget-form.contact-us-page {
	padding-right:30px;
}
.widget.widget-snippet.contact-us-page-address {
	padding-left:80px;
}
.contact-form-template input[type=text], .contact-form-template textarea, .contact-form-template select {
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
	border-radius: 0;
	margin: 0;
	height: 42px;
	border:1px solid #b4b4b4;
}
.contact-form-template .double-input-row {
	position:relative;
	margin:0 -10px 5px;
}
.contact-form-template .double-input-row .form-row {
    padding: 0 10px 5px;
	position: relative;
}
.contact-form-template textarea {
	height: 140px;
	margin:-4px 0 10px;
	border:1px solid #b4b4b4;
	position:relative;
}
.page-contact .contact-form-template textarea {
	margin:5px 0 10px;
}
.contact-form-template .single-input-row .form-row {
	margin-top: 0;
	position:relative;
}
.contact-form-template .simpleCaptcha-container .form-row.simple-captcha {
	display: block;
	box-shadow: 0 0 0 0;
	border: 0;
	text-align: center;
	height: 45px;
	background: #fff;
	border-radius: 0;
	margin-top: 0;
	border:1px solid #b4b4b4;
}
.contact-form-template .simpleCaptcha-container .simple_captcha_help_text, .contact-form-template .simpleCaptcha-container .form-row.simple-captcha label {
	display: none;
}

.contact-form-template .form-row.btn-row label, .contact-form-template span.simple-captcha-reload, .contact-form-template .form-row.simple_captcha_input_field label {
    display: none;
} 
.contact-form-template .form-row.btn-row .submit-button {
	width: 100%;
	margin-top: 0;
}
.contact-form-template .form-row.btn-row {
	margin-top: 15px;
}
.contact-form-template .simpleCaptcha-container .form-row.simple-captcha {
	width: calc(50% - 10px);
	margin: 0;
	float: left;
}
.contact-form-template .simpleCaptcha-container .form-row.simple_captcha_input_field {
	width: calc(50% - 10px);
	margin: 0;
	float: right;
	position:relative;
}

form.custom-form.contact-form-template {
	padding-top: 10px;
}
.contact-form-template .simpleCaptcha-container {
	margin: 0;
	padding: 8px 0;
	overflow: visible;
	height: 60px;
}

.contact-form-template > .form-row label {
	display: none;
}

.contact-form-template .errorlist.after .message-block {
    bottom: -18px;
}
.contact-form-template .single-input-row .errorlist.after .message-block {
	bottom: 1px;
}
.recaptcha-container{
	margin: 0;
}

.widget.widget-snippet.custom-made-planters-left .widget-title, .widget.widget-html.custom-made-planters-right .widget-title, .widget.widget-form.contact-us-page .widget-title, .widget.widget-snippet.contact-us-page-address .widget-title{
	font-family: 'Gotham Book';
	font-weight: normal;
	text-align:left;
	font-size:30px;
	padding: 30px 0 20px;
}
.widget-form .dropzone-wrapper {
    width: 100%;
}
.widget-form .dropzone {
    position: relative;
    padding: 10px;
    margin-bottom: 18px;
    background: none;
    border: 1px dashed #B2B2B2;
	margin-top:5px;
}
.widget-form .dropzone::before {
    content: url(../images/upload.png);
    vertical-align: middle;
	margin-right: 10px;
}
.widget-form .dropzone.file-added .file-preview {
  font-size: 12px;
}
.widget-form .dropzone .dropzone-text {
	color: #777;
}
.widget.widget-html.custom-made-planters-right, .page-custom-made-planters form.contact-form-template {
    max-width: 573px;
    margin-left: 100px;
}
.page-custom-made-planters .body > .body-section > .widget-container {
    max-width: 1368px;
    width: 100% !important;
}
.widget.widget-html.custom-made-planters-right a:hover {
    color: #006600;
}
.widget.widget-snippet.custom-made-planters-left {
    max-width: 644px;
}
.widget.widget-snippet.contact-us-page-address .widget-title{
 padding-bottom:30px
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6a6a6a;
    font-size: 16px;
	font-family: 'Gotham';
    font-weight: 300;		
}

::-moz-placeholder { /* Firefox 19+ */
    color: #6a6a6a;
    font-size: 16px;
	font-family: 'Gotham';
    font-weight: 300;	
}

 :-ms-input-placeholder { /* IE 10+ */
    color: #6a6a6a;
    font-size: 16px;
	font-family: 'Gotham';
    font-weight: 300;	
}
 :-moz-placeholder { /* Firefox 18- */
    color: #6a6a6a;
    font-size: 16px;
	font-family: 'Gotham';
    font-weight: 300;	
}
.page-contact .contact-map {
    margin: 100px 0 0;
}


.page-login .message-block.info-message, .page-login .message-block.success {
    background-color: #f2fef2;
    border: 1px solid #c2e7c2;
    color: #008000;
    padding: 5px 19px;
    margin: 0 auto;
    max-width: 600px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 160px;
}
/*end:contact page*/

.page-reset-password .server-message.message-block.error-message, .page-reset-password .server-message.message-block.error {
	background: #fcd2d2;
	left: 50%;
	transform: translateX(-50%);
	top: 25%;
	background: #fcd2d2;
}
.page-registration .server-message.message-block.error-message, .page-registration .server-message.message-block.error {
	transform: translate(3%, 715px);
	font-size: 13px;
	top: -490px;
	margin-left: -100px;
	background: #FCD2D2;
	padding: 10px 20px;
}
.widget.widget-article.faq-page-content h5 {
	margin: 25px 0 8px;
}
.widget.widget-article.faq-page-content p {
	padding-bottom: 20px;
}
.widget.widget-article.faq-page-content p strong {
	color: #4a4a4a;
}
.message-block.error-message, .message-block.error {
	background-color: #fcd2d2;
	border: 0px solid #fcd2d2;
	color: red;
	position: absolute;
	top: 95px;
	padding: 0 20px;
	font-size: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 310px;
}







/* Blog page style */
.blog-post-content {
    max-width: 1527px;
    margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-post-item {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
	  width: 33.333%;
			padding:15px;
	overflow: hidden;
}

.blog-post-item .post-list-view-width{
	padding-bottom: 0;
	text-align: center;
	height: 220px;
	overflow: hidden;
	max-width: 100%;
width: 100%;
}
.blog-post-item .post-list-view-width a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.blog-post-item img{
	width: 100%;
	object-fit: cover;
	height: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog-post-item:hover img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(1.05);
}
.post-description{
	position: relative;
	text-align: left;
	max-width: 440px;
	margin: 50px auto 0;
}
.widget-blogPost .title{
	padding-bottom: 0;
	margin: 25px 0 0 0;
	padding: 0;
}
.blog-post-info{
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	content: "";
	text-align: left;
}
.blog-post-info span.date{
	background: none;
	padding: 0;
	line-height: 13px;
	display: block;
	margin: 0;
	font-size: 14px;
	font-family: Gotham book;
	font-weight: normal;
	color: #666;
}
.blog-post-info span.date .word2,
.blog-post-info span.date .word3{
	color: #000;
	font-size: 21px;
	line-height: 17px;
	font-weight: bold;
}
.blog-post-info span.date .word3{
	font-size: 15px;
}
.blog-post-info span.date .word1,
.blog-post-info span.date .word4{
	display: none;
}
.blog-post-item .content{
	font-size: 15px;
	font-weight: normal;
	color: rgba(0,0,0,0.90);
	line-height: 23px;
	padding: 0 0px 15px;
}
.post-description a {
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: normal;
	padding-right: 30px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-family: 'Gotham book';
	text-decoration: underline;
}
.post-description a:hover{
	color:#060;
}
.blog-post-item .title a {
	background: none;
	display: block;
	color: #000;
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: none;
	padding: 2px 0 8px;
	line-height: 27px;
	font-family: 'Gotham book';
	text-decoration: none;
}
.blog-post-item .title a:hover{
	color: #006600;
	background: none;
}

.blog-post-content .footer{
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
	margin: 0;
	background: none;
	text-align: center;
}
.pagination {
	display: inline-block;
	float: none;
	overflow: hidden;
	font-weight: normal;
	vertical-align: top;
}
.pagination span{
	background: transparent;
	border: 0;
	color: #000;
	font-size: 17px;
	font-weight: normal;
	padding: 0 13px;
	transition: all 0.5s ease 0s;
	vertical-align: top;
}
.pagination span.current{
	color: #000;
	border: 0;
}
.pagination span.first,
.pagination span.last {
	display: none;
}
.pagination span.next  {
	font-size: 0;
	position: relative;
	padding: 0;
	width: 73px;
	height: 16px;
	font-weight: normal;
	vertical-align: top;
}
.pagination span.next::before{
	content: "Next";
	position: absolute;
	width: 43px;
	color: #000;
	height: 18px;
	top: 5px;
	left: 0;
	z-index: 9999;
	font-size: 17px;
	line-height: 12px;
}
.pagination span.prev{
	font-size: 0;
	position: relative;
	padding: 0;
	width: 73px;
	height: 16px;
	font-weight: normal;
	vertical-align: top;
}
.pagination span.prev::before{
	content: "Prev";
	position: absolute;
	width: 43px;
	color: #000;
	height: 18px;
	top: 5px;
	right: 0;
	z-index: 9999;
	font-size: 17px;
	line-height: 12px;
}
.pagination span:hover,
.pagination span:hover{
	opacity: 0.6;
}

/* blog-post-details */
.blog-post-details {
	padding: 0px;
}
.blog-post-details .post-description{
	max-width: 800px;
	width:100%;
}
.blog-post-details .post-description .title,
.blog-post-details .post-description .blog-post-info,
.blog-post-details .post-description .image,
.blog-post-details .post-description .content{
	max-width: 100%;
	text-align: left;
}

.blog-post-details .post-description .blog-post-info {
    position: relative;
    padding-top: 25px;
}
.blog-post-details span.author, .blog-post-details span.categories {
    display: none;
}
.blog-post-details .post-description .title{
	margin-top: 0;
}
.blog-post-details .post-description .content {
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Gotham book';
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
}
.blog-post-details .social-media-share-bar {
	text-align: left;
}
.blog-post-details .post-description .title {
    display: block;
    margin: 40px 0 0;
    line-height: 38px;
    font-weight: normal;
    font-family: Gotham book;
}
.blog-post-details .post-description .image img {
    width: 100%;
}



.form-row input[type="radio"] + label {display: inline;}
.gift-card-fields .form-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 20px;
}
.gift-card-fields {
    justify-content: center;
}
.gift-card-fields .form-header .form-row{
	margin: 0 5px;
}
.gift-card-fields .form-content .double-input-row .form-row{
	flex: 0 0 50%;
	padding: 0 10px;
}
.gift-card-fields .form-row .suggestion{
	display: block;
}
.gift-card-fields .double-input-row {
    display: flex;
    margin: 0 -10px;
    flex: 1 0 100%;
}
.gift-card-fields .form-row.mandatory > label::after{
	position: absolute;
}
.gift-card-fields .form-header span.title{
	flex: 0 0 100%;
}
.gift-card-fields .form-row .suggestion {
    display: none;
}
.gift-card-fields .form-content .form-row input, .gift-card-fields .form-content .form-row textarea{
	width: 100%;
}
.sending-type-by-post .form-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 48%;
}
.sending-type-by-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sending-type-by-post .form-row  select {
    width: 100%;
    margin: 5px 0;
}
.product-widget.widget-addCart .add-to-compare-button, .product-widget.widget-addCart .remove-from-compare-button {
    position: relative;
    height: 42px !important;
    padding: 0 !important;
    width: 52px;
    border: 2px solid #060;
    padding: 8px 38px;
    margin: 0 -1px 0;
}
.product-widget.widget-addCart .add-to-compare-button:hover, .product-widget.widget-addCart .remove-from-compare-button:hover {
    background-color: #000;
    border-color: #000;
}

span.add-to-compare-button.button:hover:after {
    background-position: 50% -26px;
}
.add-to-compare-button:after{
	font-family: 'Gotham Book';
    content: "";
    font-size: 18px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    display: block;
    top: 0;
    transform: translate(-50%);
    height: 100%;
    line-height: 40px;
	background: url(../images/compare.svg) no-repeat 50% 9px;
  display:none
}
.remove-from-compare-button:after{
    font-size: 18px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    display: block;
    top: 0;
    transform: translate(-50%);
    height: 100%;
    line-height: 40px;
}
.remove-from-compare-button:hover:after {
	background: rgba(255, 255, 255, 0) url(../images/close-compare.svg) no-repeat center -54px ;
}
.remove-from-compare-button:after {
    background: rgba(255, 255, 255, 0) url(../images/close-compare.svg) no-repeat center 6px ;
    content: "";
}
.compare-details table.product-view{
	margin-bottom:0;
}

.compare-details table.product-view td , .compare-details table.product-view th {
    padding: 20px;
}
.compare-details table.product-view  th {
    background: #fff;
}
.compare-details h1 .heading {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px;
}
.compare-details h1.title.page-heading {
    color: #000;
    padding-bottom: 0;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 38px;
    letter-spacing: 0.2px;
	text-align: center;
	padding-bottom: 20px;
}
.add-cart-information-popup{
	max-height: 750px;
}
.article-content a:hover{
	color: #006600;
}
.checkout-comment {
    padding: 0;
    color: rgba(0, 102, 0, 0.7);
    font-family: 'Gotham Book';
    font-size: 18px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 700;
}

.product-widget.widget-addCart .info-number {
    padding: 30px 0;
    text-align: left;
}
.product-widget.widget-addCart .info-number span.for-more-info {
    font-size: 18px;
}
.product-widget.widget-productImage .product-detail-view img {
	max-width: 515px;
	max-height: 100%;
	width: 100%;
	height: 100%;
}
.widget-productImage .image-preview-box .sale.tag-mark {
    right: 0;
    left: auto;
    top: 0 !important;
}
.page-product .widget-productImage .image-preview-box .sale.tag-mark{
	background-size: 80px;
	height: 80px;
	width: 80px;
}
.product-widget.widget-addCart .info-number a.call-link {
    font-size: 22px;
    color: #f00;
    margin-left: 8px;
}
.product-widget.widget-addCart .info-number a:hover{
color:#000;
}
.server-message.message-block.error-message, .server-message.message-block.error {
    top: 210px;
	background: #FCD2D2;
padding: 3px 0;
}
.save-cart-init-form.popup .status-message{
	    font-size: 18px;
}
.save-cart-init-form .body a {
      background: transparent;
    border: 1px solid #b4b4b4;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    text-transform: none;
    font-size: 15px;
    color: #000;
    padding: 10px 35px;
    line-height: 20px;
    font-family: 'Gotham book';
    font-weight: normal;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
     margin-top:20px
}
.save-cart-init-form .body a:hover{
	    border: 1px solid #000;
		color: #fff;
		background:#000;
}
.page-checkout .cartitem-table.product-thumb-view thead tr th:nth-child(2), .cartitem-table.product-thumb-view tbody tr td:nth-child(2), .page-checkout .cartitem-table.product-thumb-view thead tr th:nth-child(3), .cartitem-table.product-thumb-view tbody tr td:nth-child(3)  {
	text-align: center;
}
.notification.success.popup {
    background: #a7e6b7;
	padding:0 !important;
	text-align:center;
	top:5px !important;
	font-size:14px;
}
.sidebar-category .widget-title{
	display: none;
}
.widget-navigation .menu-button {
    display: inline-block;
    vertical-align: middle;
}
.product-view.image-view .sale.tag-mark, .product-view.scrollable-view .sale.tag-mark , .widget-productImage .image-preview-box .sale.tag-mark{
    background: url(/template/0a56a3ea/images/sale-tag.png) no-repeat left top;
    display: inline-block;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
}
.widget-productImage .image-preview-box .sale.tag-mark{
	    top: 90px;
}
.product-view.image-view .featured.tag-mark, .product-view.scrollable-view .featured.tag-mark{
	background: url(/template/0a56a3ea/images/featured.png) no-repeat left top;
}
.widget-productImage .image-preview-box .featured.tag-mark {
    background: url(/template/0a56a3ea/images/featured.png) no-repeat left top;
}

.widget.widget-newsletter.footer-newsletter .newsletter-subscription.submit-button:hover {
    color: #fff;
}


 .newsletter.unsubscribe.valid-verify-form h3 {
    margin: 0;
    color: #080808;
    text-transform: none;
    line-height: 36px;
    text-align: center;
    padding: 5px 0;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
}
  .newsletter.unsubscribe {
  	text-align: center;
  	margin: 0 0 20px 0;
  }
  .newsletter.unsubscribe span.message {
    color: #000000;
    font-size: 15px;
    font-family: 'Gotham Book';
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0 0 20px;
}
  .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: 80px 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: #136734;
  	margin: 0;
  	width: 100%;
  	padding: 14px 0;
  	position: relative;
  	margin-top: -10px;
  }

  .newsletter.unsubscribe .form-row button:hover {
  	background: #000;
  	-webkit-transition: all 0.5s ease 0s;
  	transition: all 0.5s ease 0s;
  }


  .subscription-list-success .title {
    background-color: #888;
    font-size: 20px;
    margin: 0;
    text-align: center;
}
.page-newsletter-subscription .subscription-list-success {
    border: 1px solid #888;
    margin: 80px auto;
    width: 469px;
}
  .subscription-list-success .messess-text {
    color: #000000;
    font-size: 15px;
    font-family: 'Gotham Book';
    font-weight: normal;
    line-height: 26px;
    margin: 0 20px;
    padding: 30px 10px 30px 88px;
}
  .subscription-list-success .help {
    margin: 15px 28px;
    text-align: center;
}
  .subscription-list-success .help .link {
    color: #006600;
    margin-right:4px 
}
  .subscription-list-success .help .link:hover {
    color: #000;
    margin-right:4px;
    text-decoration: underline;
}
.page-newsletter-subscription .subscription-list-success .message-block.error-message {
    position: absolute;
    top: -30px;
}
.page-newsletter-subscription .subscription-list-success .message-block.info-message {
    margin: 0;
   
}
  /*end:newsletter*/


/**********************************************/
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .remove-selection {
    font-size: 17px;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    line-height: 6px;
    padding: 5px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .remove-selection:hover {
    background: #999;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper label {
    font-size: 17px;
    vertical-align: middle;
}
.page-product span.button.request-for-trade-quote-button {
    position: absolute;
    top: -130px;
    right: 0;
    max-width: 254px;
    padding: 9px 4px;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    border: 2px solid;
    width: 100%;
    text-align: center;
    color: #060;
    border-color: #060;
}
div#request-for-trade-quote-popup .popup {
    padding: 20px;
    height: calc(100vh - 90px);
}
.page-product span.button.request-for-trade-quote-button:hover {
    color: #fff;
    border-color: #060;
    background-color: #060;
}
div#request-for-trade-quote-popup .popup {
    padding: 20px 40px 20px 80px;
}
div#request-for-trade-quote-popup input, div#request-for-trade-quote-popup select {
    width: 100%;
    height: 44px;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #b4b4b4;
}
div#request-for-trade-quote-popup textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #b4b4b4;
    margin-bottom: 20px;
}
div#request-for-trade-quote-popup h1{
    font-size: 24px;
}
/*************/

/***********tax-area*******/
.product-view.image-view .product-block .current-price.price .tax-message {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 43%;
    font-size: 13px;
    line-height: 15px;
    background: #fff3f3;
    padding: 5px;
    color: #ff0808;
    transform: translateX(-50%);
}
.product-widget.widget-price .current-price-container .current-price span.tax-message {
    font-size: 16px;
    color: #f00;
    margin: 0;
    padding: 10px 0 0;
    display: block;
}
/*******end:tax-area********/

/*************/
div#request-for-trade-quote-popup .popup .body {
    height: calc(100vh - 200px) !important;
	    padding: 0 20px 0 0;
}
div#request-for-trade-quote-popup {
    width: 765px !important;
	z-index:22;
}
div#request-for-trade-quote-popup .popup.anim-fade-zoom.active {
    max-width: 765px;
}
div#request-for-trade-quote-popup .popup .header {
    padding: 60px 0 15px;
}
div#request-for-trade-quote-popup .popup .close-icon {
    position: relative;
    float: left;
    display: block;
    margin-top: -60px;
    margin-left: 20px;
}
div#request-for-trade-quote-popup .popup .close-icon:after{
    content: "CLOSE";
    font-size: 15px;
    background: rgba(0, 0, 0, 0) url(../images/close-icone.jpg) no-repeat center right;
	width: 90px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}
div#request-for-trade-quote-popup .popup span.status-bar-product-name {
    font-size: 32px;
    font-weight: 600;
	color:#006600;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form{
	padding:0 0 10px;
}

div#request-for-trade-quote-popup  form.container-fluid.trade-quote-form h4.order-heading {
    padding: 30px 0 15px;
    font-weight: 600;
}

div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row label {
    display: inline-block;
    font-size: 17px;
    width: auto;
    margin-right: 12px;
    color: #000;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper select#set-item {
    max-width: 120px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row.half input#item-quantity {
    max-width: 135px;
    padding: 8px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row {
    margin:25px 0 0;
}
div#request-for-trade-quote-popup  form.container-fluid.trade-quote-form h4.order-heading, div#request-for-trade-quote-popup  .form-row-wrapper.delivery-parent h4.delivery-heading, div#request-for-trade-quote-popup  .form-row-wrapper.contact-parent h4.contact-heading, .form-row-wrapper.additional-info-parent h4.additional-info-heading {
    padding: 70px 0 0px;
    font-weight: 600;
    font-size:24px
}
div#request-for-trade-quote-popup button.request-trade-quote-submit-button {
    width: 100% !important;
    display: block;
    color: #000;
    background: #fff;
    margin-top: 50px;
    border:2px solid #000;
	font-weight: 600;
}
div#request-for-trade-quote-popup button.request-trade-quote-submit-button:hover {
    color: #fff;
    background: #000;
}

div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper.delivery-parent .form-row label {
    display: block;
    width: 100%;
    margin-top:30px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper.delivery-parent .form-row:last-child label{
     margin-top:10px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper.delivery-parent .form-row input#delivery-quote, div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper.delivery-parent .form-row input#delivery-date {
    max-width: 70%;
    padding: 8px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper:first-child .form-row.half {
    width: 100%;
    max-width: 300px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper:first-child .form-row.half input {
    width: 100%;
    max-width: 175px !important;;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row #item-quantity {
    width: auto;
}
.form-row-wrapper.contact-parent .double-form-row .form-row.half {
    margin-bottom: 0;
    width: 50%;
    display: inline-block;
    padding: 5px 20px 0 0;
}
.form-row-wrapper.contact-parent .double-form-row .form-row.half:nth-child(even) {
    padding: 5px 0 0 0;
}
div#request-for-trade-quote-popup input, div#request-for-trade-quote-popup .form-row-wrapper.contact-parent .double-form-row .form-row.half select {
    max-width: 100%;
    padding: 8px;
}
div#request-for-trade-quote-popup .form-row-wrapper.additional-info-parent .form-row.inline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.form-row-wrapper.additional-info-parent .form-row.inline .checkbox-row {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
}

.form-row-wrapper.additional-info-parent .form-row.inline .checkbox-row input#formal-quote, .form-row-wrapper.additional-info-parent .form-row.inline .checkbox-row input#phone-call {
    max-width: 15px;
    max-height:15px;
    margin-right: 10px;
}

div#request-for-trade-quote-popup .form-row-wrapper.additional-info-parent .form-row.inline label {
    margin-right: 40px;
}

div#request-for-trade-quote-popup .form-row-wrapper.additional-info-parent  .form-row.inline .checkbox-row label {
    margin: 0;
}

div#request-for-trade-quote-popup .form-row-wrapper.additional-info-parent .form-row {
    margin: 5px 0 20px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row.half {
    width: 43%;
    display: inline-block;
    margin-right: 15px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row.half:nth-of-type(even) {
  margin-right: 0px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row.half:nth-of-type(3) {
  width: 60%;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row.half input#item-quantity {
    max-width: 173px !important;
    padding: 8px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper select#set-item {
    max-width: 100px;
}
.alert-popup.popup.active{
    padding: 30px 10px 20px;
    text-align: center;
    min-width: 280px;
}
.alert-popup.popup.active .header-line {
  font-size: 16px;
  background: green;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  padding: 5px 35px;
  left: 50%;
  margin-left: -50px;
  border: 2px solid green;
}

.alert-popup.popup.active .header-line:hover{
  background: #fff;
  color: #000;
}
.alert-popup.popup.active .body {
  padding-top: 0;
  padding-bottom: 50px;
}
.page-blog-post figure {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.category-details-container, .subcategory-container {
    padding-bottom: 0;
}
form.custom-form.contact-form-template .message-block.error-message {
    position: relative;
    bottom: auto;
    top: 0;
    margin-top: -15px;
}
/*end:responsive*/
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
    background-image: url("../images/product-details-image-slider-arrow.png");
}
.widget-productImage .detail-image-swiper.left.disabled, .widget-productImage .detail-image-swiper.right.disabled{
    background-color: rgba(255,255,255,0.2);
    border: 1px black;
}
.widget-productImage .detail-image-swiper.left {
    left: 100px;
    border-radius: 50px;
}

.widget-productImage .detail-image-swiper.right {
    right: 10px;
    border-radius: 50px;
}

.widget-productImage .detail-image-swiper:hover {
    background-color: #006600;
    border: 1px #006600 solid;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image img {
  width: 100%;
  height: 100%;
}
.auto-page.page-product .page-content {
  padding: 0;
}

@media only screen and (min-width: 1451px) and (max-width: 1700px) {
	.body > .body-section > .widget-container {
    max-width: 100% !important;
	padding:0 15px;
}
.widget-navigation.main-menu {
    margin-right: -60px;
}
	.widget.widget-snippet .outdoor-emporium-pics > p {
		right: 15px;
		top: 27px;
		font-size: 19px;
		width: 151px;
		line-height: 30px;
	}
.widget.widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-text {
    width: 171px;
    height: 171px;
    right: 10px;
    top: -30px;
}

.widget.widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-1 {
    width: 381px;
    height: 381px;
    left: -32px;
	top: 220px;
}
.widget.widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-2 {
    width: 455px;
    height: 455px;
    left: 260px;
    top: 320px;
}
.widget.widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-3 {
    width: 361px;
    height: 361px;
    left: -32px;
    top: 480px;
}
.widget.widget-snippet .outdoor-emporium-content {
    padding: 300px 30px 210px;
}
body.page-home {
    height: 77vh;
}
.widget.widget-snippet .outdoor-emporium-content::before {
	height: 74vh;
}
.price-waper .price-block-container .price {
    padding: 0;
    font-size: 14px;
}
.widget.widget-snippet  .circle-content h3{
	font-size: 20px;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1700px) {
.page-product span.button.request-for-trade-quote-button {
    max-width: 239px;
}
.product-widget.widget-addCart .add-to-cart-button {
    padding: 2px 58px;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1450px) {
	.widget.widget-snippet  .circle-content h3{
	font-size: 19px;
}
	.body > .body-section > .widget-container {
		max-width: 100%;
		padding:0 15px;
	}
	.widget-navigation.main-menu {
		margin-right: -60px;
	}
	.widget.widget-snippet .outdoor-emporium-pics > p {
		right: 12px;
		top: 33px;
		font-size: 19px;
		width: 155px;
		line-height: 1.31;
	}
	.widget.widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-text {
		width: 171px;
		height: 171px;
		right: 10px;
		top: -30px;
	}

.widget.widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-1 {
    width: 341px;
    height: 341px;
    left: -32px;
	top: 220px;
}
.widget.widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-2 {
    width: 360px;
    height: 360px;
    left: 215px;
    top: 340px;
}
.widget.widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-3 {
    width: 321px;
    height: 321px;
    left: -32px;
    top: 480px;
}
.widget.widget-snippet .outdoor-emporium-content {
    padding: 300px 30px 290px;
}

/*.label-for-price {
    display: block;
}*/
.page-product .label-for-price {
    display: inline;
}
	.widget.widget-navigation.footer-menu:nth-child(2) {
		margin-right: -8%;
	}
	.widget.widget-newsletter {
		margin-right: -9%;
	}
}


@media only screen and (min-width: 1201px) and (max-width: 1370px) {
	.widget.widget-navigation.footer-menu:nth-child(2) {
		margin-right: -10%;
	}
	.widget.widget-newsletter {
		margin-right: -6%;
	}
	.category-image-view img {
		max-width: 150px !important;
		max-height: 200px;
	}
	.page-login .message-block.info-message, .page-login .message-block.success {
		top:30%;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
	.widget.widget-navigation.footer-menu:nth-child(2) {
		margin-right: -12%;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1299px) {
.product-widget.widget-addCart .add-to-cart-button {
    padding: 2px 47px;
}
.page-product span.button.request-for-trade-quote-button {
    left: 268px;
    max-width: 217px;
    font-size: 14px;
}
}

@media only screen and  (max-width: 1200px) {
.widget-productImage .detail-image-swiper.left {
    left: 10px;
}
	.widget.widget-snippet  .circle-content h3, .widget.widget-snippet  .circle-content p{
		font-size: 17px;
	}
.product-widget.widget-addCart .add-to-cart-button {
    padding: 2px 47px;
}
.page-product span.button.request-for-trade-quote-button {
    left: 268px;
    max-width: 218px;
    font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-widget.widget-addCart .info-number {
    padding: 80px 0 30px;
}
.page-product span.button.request-for-trade-quote-button {
    top: -130px;
    left: 0;
    max-width: 342px;
}
.product-widget.widget-addCart .add-to-cart-button {
    padding: 2px 83px;
}

}
@media only screen and  (max-width: 767px) {
	.widget-productImage .detail-image-swiper {
    top: calc(50% - 15px);
}
.page-cart .shopping-cartitem .cartitem-btn {
    padding: 10px 10px;
    font-size: 15px;

}
.empty-cartitem-text {
    font-size: 16px;
    margin-bottom: 18px;
}
.page-cart .shopping-cartitem.empty-cart {
    max-width: 400px;
    padding: 30px 0;
}
.widget.widget-newsletter.footer-newsletter {
    max-width: 252px;
    margin: 0 auto;
}
.footer .form-row input[type="text"] {
    width: 252px;
}
.footer .newsletter .form-row.mandatory label{
	text-align: center;
}
.category-details-container .description p {
	font-size: 16px;
	padding: 10px 0;
  	line-height: 27px;
}
.product-widget.widget-addCart .add-to-cart-button {
    margin: 0 0 0 2px;
}
.page-product span.button.request-for-trade-quote-button {
    top: -140px;
    left: 50%;
    max-width: 235px;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.product-widget.widget-addCart .add-to-cart-button {
    padding: 2px 30px;
}
.product-widget.widget-addCart .info-number {
    padding: 90px 0 30px;
}
div#request-for-trade-quote-popup {
    width: 285px !important;
	z-index:2;
}
div#request-for-trade-quote-popup .popup {
    padding: 15px 15px 15px 25px;
}
div#request-for-trade-quote-popup .popup .close-icon {
    margin-top: -70px;
    margin-left: 150px;
}
div#request-for-trade-quote-popup .popup span.status-bar-product-name {
    font-size: 22px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form h4.order-heading, div#request-for-trade-quote-popup .form-row-wrapper.delivery-parent h4.delivery-heading, div#request-for-trade-quote-popup .form-row-wrapper.contact-parent h4.contact-heading, .form-row-wrapper.additional-info-parent h4.additional-info-heading {
    padding: 15px 0 0px;
    font-size: 17px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row {
    margin: 5px 0 0;
}
div#request-for-trade-quote-popup input, div#request-for-trade-quote-popup select {
    max-width: 100%;
    margin-bottom: 30px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper select#set-item {
    max-width: 100%;
	margin-bottom: 20px;
}
div#request-for-trade-quote-popup input, div#request-for-trade-quote-popup select {
    margin-bottom: 0;
}
div#request-for-trade-quote-popup .form-row-wrapper.contact-parent .double-form-row .form-row.half {
    width: 100%;
    display: block;
    padding: 10px 0;
}
div#request-for-trade-quote-popup .popup .close-icon {
    position: absolute;
    float: unset;
    left: 50%;
	margin: 0;
    margin-left: 22px;
}
.form-row-wrapper.additional-info-parent .form-row.inline .checkbox-row {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row.half input#item-quantity {
    max-width: 100% !important;
    width: 100%;
}
div#request-for-trade-quote-popup .form-row select {
    max-width: 100%;
    width: 100%;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper.delivery-parent .form-row input#delivery-quote, div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper.delivery-parent .form-row input#delivery-date {
    max-width: 100%;
    padding: 8px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row.half {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
}
.form-row-wrapper.additional-info-parent .form-row.inline .checkbox-row input{
    margin-top: 5px;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper.delivery-parent .form-row:last-child {
    margin: 30px 0 ;
}
div#request-for-trade-quote-popup form.container-fluid.trade-quote-form .form-row-wrapper .form-row.half:nth-of-type(3) {
    width: 100%;
}
}

@media only screen and  (max-width: 479px) {
	.page-product span.button.request-for-trade-quote-button{
	max-width: 405px;
	}
}
@media only screen and  (max-width: 350px) {
.page-product span.button.request-for-trade-quote-button {
    top: -175px;
}
}

/*For client recommendation (No need title) 25-06-2020*/
.page-category .product-container .title {
    display: none;
}

.footer .newsletter .form-row.mandatory label, .footer .newsletter .form-row.button-container button.submit-button, .widget.widget-newsletter.footer-newsletter .widget-title{
	color: #000;
}
.footer .newsletter .form-row.button-container button.submit-button, .footer .form-row input[type="text"] {
    border-color: #807f7f;
}
.footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;	
}

.footer ::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

 .footer :-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
 .footer :-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

.image-popup-container.popup { 
    min-width: 50% !important; 
}
.image-popup-container.popup img.popup-image { 
    max-height: calc(100vh - 116px) !important;
}
.image-popup-container.popup .image-popup-container .image-wrapper {
    padding: 20px !important; 
}
@media screen and (max-width:1024px){
    .image-popup-container.popup .popup { 
        min-width: 80% !important; 
    }
}
@media screen and (max-width:575px){
    .image-popup-container.popup .image-popup-container .navigator.close-button {
        background: #fff url(../images/close-icone.jpg) no-repeat center;
        background-position: 14px 14px; 
    }
    .image-popup-container.popup .image-popup-container .image-wrapper {
        padding: 15px !important;
    }
}

.footer .newsletter .form-row.button-container button.submit-button[disabled] {
  color: #807a7a;
  border-color: #807a7a;
}
.footer .newsletter .form-row.button-container button.submit-button[disabled]:hover {
  color: #000;
  border-color: #807a7a;
}
.payment-success-snippet-text {
  padding: 0 20px 25px;
  text-align: center;
  color: #767676;
  max-width: 1055px;
  margin: 0 auto
}
.payment-success-snippet-text strong {
  color: #060;
}



.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper {
  padding: 40px 0;
}

.product-widget.widget-productImage .product-detail-width {
  padding: 0 0 0 90px;
}

.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 100px;
  background: white;
  transform: rotate(-90deg);
}
.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator::after {
  content: "\00f105";
  font-size: 20px;
}

.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 100px;
  background: white;
  transform: rotate(90deg);
  bottom: 0;
}
.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator::after {
  content: "\00f105";
  font-size: 20px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
  padding: 0;
  margin: 0 auto 10px;
}
.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator:hover, .widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator:hover {
  border: 1px solid #060;
    background: #006600;
}
.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator:hover, .widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator:hover {
  color: #fff;
}


/* product previous page */


#spltr-b56b5690-4f66-459d-a529-7eec26135a2f .widget-productName {
    text-align: center;
    padding-top: 35px;
}
.widget-productName .previous-page {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    color: rgba(0,0,0,0.7);
    padding: 0;
    border: none;
    margin-bottom: 55px;
}
.widget-productName .previous-page:hover {
    color: #060;
    background: none;
    border: none;
}
.widget-productName .previous-page i {
    background: url(/template/244382a2/images/prev-page.png) no-repeat;
    font-size: 0;
    width: 25px;
    height: 15px;
    vertical-align: middle;
    margin: 0 2px 0 0;
}
.widget-productName .previous-page:hover i {
    background: url(/template/244382a2/images/prev-page-hover.png) no-repeat;
}
.variation-container .chosen-container .chosen-results {
    height: calc(100% - 76px);
    overflow-y: auto !important;
}
@media(max-width: 991px){
    .widget-productName .previous-page {
        margin-bottom: 35px;
    }
}
@media(max-width: 767px){
    .widget-productName .previous-page {
        margin-bottom: 15px;
    }
}


/****************************/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
	width: auto;
}
.fee-fixed-width-content {
	padding-left: calc(50% - 600px) !important;
	padding-right: calc(50% - 600px) !important;
}
.fee .widget-navigation.main-menu .navigation-item a {
    padding-bottom: 0;
    margin-bottom: 0;
}
/****************************/
.fee-widget-product-image-view >.content, .fee-widget-product-scroll-view .product-view.scrollable-view>.content {
    border-bottom: 0;
    padding: 0;
    border-top: 0;
}

.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image, .fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    display: block;
}
.fee-widget-product-image-view .product-view.image-view .product-block, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    height: auto;
}
.fee-widget-product-image-view .btn-add .add-to-wish-list, .fee-widget-product-scroll-view .btn-add .add-to-wish-list {
    font-size: 0 !important;
    padding: 12px 15px !important;
    margin: 0 0 0 5px;
	position: relative;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-cart-button {
    margin: 0 0 12px 0px;
}
.fee-widget-product-image-view .btn-add span.add-to-compare-button.button,
.fee-widget-product-image-view .btn-add span.remove-from-compare-button,
.fee-widget-product-scroll-view .btn-add span.add-to-compare-button.button,
.fee-widget-product-scroll-view .btn-add span.remove-from-compare-button{
     margin: 10px 0;
     font-size: 0 !important;
     background: #fff;
	 position: relative;
}
.fee-widget-product-image-view .btn-add span.add-to-compare-button.button:hover,
.fee-widget-product-image-view .btn-add span.remove-from-compare-button:hover,
.fee-widget-product-scroll-view .btn-add span.add-to-compare-button.button:hover,
.fee-widget-product-scroll-view .btn-add span.remove-from-compare-button:hover{
     background: #000;
}
.add-to-wish-list:after{
     position:absolute;
     left:50%;
     transform:translateX(-50%);
}
.fee-widget-product-image-view .product-view.image-view .block-content-wrap>.price-waper,
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap>.price-waper {
    margin: 5px 0;
    padding: 10px;
    justify-content: center;
}
.fee-widget-product-image-view .product-view.image-view .current-price.price,
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price,
.fee-widget-product-list-view .current-price.price{
	color:#222;
	font-size: 17px;
    font-family: 'Gotham Book';
    font-weight: normal;
}
.fee-widget-product-image-view .product-view.image-view .previous-price.price,
.fee-widget-product-scroll-view .product-view.scrollable-view .previous-price.price,
.fee-widget-product-list-view .previous-price.price {
    color: #f00;
	    font-size: 17px;
    font-family: 'Gotham Book';
    font-weight: normal;
}
.fee-widget-product-image-view .product-view.image-view .content{
	text-align:center !important;
}
.fee-widget-product-image-view .product-widget.widget-variation-product-list h3,
.fee-widget-product-list-view .product-widget.widget-variation-product-list h3,
 .fee-widget-product-tabular-view .product-view.list-view h3 {
    font-size: 14px !important;
    text-align: center;
}
.fee-widget-product-list-view .product-widget.widget-variation-product-list h3, .fee-widget-product-tabular-view .product-view.list-view h3 {
	text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add {
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
}
.fee-widget-product-image-view .product-view.image-view .btn-add .add-to-cart-button {
    margin-bottom:12px;
}
.fee-widget-product-image-view .product-view.image-view .price-waper .current-price.price span,
.fee-widget-product-scroll-view .price-waper .current-price.price span,
.fee-widget-product-list-view .current-price.price,
.fee-widget-product-tabular-view .product-view.tabular-view .current-price{
    font-size: 17px;
    font-family: 'Gotham Book';
    font-weight: normal;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name,
.fee-widget-product-image-view .product-view.image-view .product-name {
    color: #222;
    font-size: 16px;
	height:auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a,
.fee-widget-product-tabular-view .product-view.tabular-view .product-name-link,
.fee-widget-product-list-view .product-view.list-view .product-name-link, 
.fee-widget-product-image-view .product-view.image-view .product-name a {
    color: #222;
    font-size: 16px;
    max-height: 100%;
    display: block;
    overflow: unset;
	    font-weight: 600;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block {
    height: 270px;
}
.fee-widget-product-list-view .product-view.list-view .btn-add {
    display: flex;
}
.fee-widget-product-list-view .product-view.list-view .btn-add span.remove-from-compare-button.button,
.fee-widget-product-list-view .product-view.list-view .btn-add .add-to-compare-button.button,
.fee-widget-product-list-view .product-view.list-view .button.add-to-wish-list{
    font-size:0;
    position:relative;
    margin-left:7px;
}
.product-view.list-view .product-image-link {
    display: block;
	    height: 100%;
    width: 100%;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .image.product-image img {
    object-fit: cover;
	    height: 100%;
    width: 100%;
}
.widget-product.fee-widget-product-tabular-view .list-view .product-view-height-width {
    height: auto;
	position: relative;
}
.widget-product.fee-widget-product-tabular-view .list-view .button.add-to-wish-list {
    position: relative;
    margin-left: 5px;
    vertical-align: top;
	    padding: 10px 20px;
}
.fee-widget-product-tabular-view .product-view.list-view .btn-add span.remove-from-compare-button.button,
.fee-widget-product-tabular-view .product-view.list-view .btn-add .add-to-compare-button.button{
    vertical-align: top;
}
.fee-widget-product-tabular-view .product-view.list-view .btn-add span.remove-from-compare-button.button:after,
.fee-widget-product-tabular-view .product-view.list-view .btn-add .add-to-compare-button.button:after{
	display:none;
}
.fee-widget-product-tabular-view   .btn-add{
	margin-top:10px
}
.fee-widget-product-tabular-view .btn-add .button{
	padding-top:10px;
	padding-bottom:10px;
}
.fee .header-cart span.cart-widget-text {
	top:-2px;
}
.fee .quick-cart {
    padding-top:6px
}
/****************************/



/* --------------------------------------------------
// customer profile
----------------------------------------------------- */
#customer-profile-tabs.customer-profile-v2 th,
#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
    font-family: "Montserrat",sans-serif;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: none;
    border: none;
}

#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title:after {
    display: none;
}

#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header:hover .title {
    color: #000 !important;
    background: none;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top .title {
    padding: 0!important;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout:hover {
    border: none;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover {
    background: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: 40px;
}
.customer-profile-v2 .profile-pic-wrapper>.customer-name-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title {
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
    text-transform: none;
}

#customer-profile-tabs.customer-profile-v2 .form-row label {
    font-family: "Montserrat", sans-serif;
}
#customer-profile-tabs.customer-profile-v2 button {
    background: #006600;
    border: none;
    letter-spacing: normal;
    text-transform: none;
}

#customer-profile-tabs.customer-profile-v2 button:hover {
    background: #000000;
    color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
    background-color: #006600;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
    border-bottom: 2px #006600 solid;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
}
#customer-profile-tabs.customer-profile-v2 input[type="checkbox"] {
    padding: 0;
}

#webcommander-page.page-profile .notification.popup {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 20px!important;
    border: none;
    max-width: 600px;
    min-width: 300px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

@media (max-width: 767px) {
    #webcommander-page.page-profile .notification.popup {
        max-width: calc(100vw - 40px);
        min-width: 300px
    }
}

#webcommander-page.page-profile .notification.popup .icon {
    display: block;
    float: none;
    width: 24px;
    height: 24px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.info .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.success .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M22%2011.0799V11.9999C21.9988%2014.1563%2021.3005%2016.2545%2020.0093%2017.9817C18.7182%2019.7088%2016.9033%2020.9723%2014.8354%2021.5838C12.7674%2022.1952%2010.5573%2022.1218%208.53447%2021.3744C6.51168%2020.6271%204.78465%2019.246%203.61096%2017.4369C2.43727%2015.6279%201.87979%2013.4879%202.02168%2011.3362C2.16356%209.18443%202.99721%207.13619%204.39828%205.49694C5.79935%203.85768%207.69279%202.71525%209.79619%202.24001C11.8996%201.76477%2014.1003%201.9822%2016.07%202.85986%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M22%204L12%2014.01L9%2011.01%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.warning .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.2898%203.8602L1.81978%2018.0002C1.64514%2018.3026%201.55274%2018.6455%201.55177%2018.9947C1.55079%2019.3439%201.64127%2019.6873%201.8142%2019.9907C1.98714%2020.2941%202.2365%2020.547%202.53748%2020.7241C2.83847%2020.9012%203.18058%2020.9964%203.52978%2021.0002H20.4698C20.819%2020.9964%2021.1611%2020.9012%2021.4621%2020.7241C21.7631%2020.547%2022.0124%2020.2941%2022.1854%2019.9907C22.3583%2019.6873%2022.4488%2019.3439%2022.4478%2018.9947C22.4468%2018.6455%2022.3544%2018.3026%2022.1798%2018.0002L13.7098%203.8602C13.5315%203.56631%2013.2805%203.32332%2012.981%203.15469C12.6814%202.98605%2012.3435%202.89746%2011.9998%202.89746C11.656%202.89746%2011.3181%202.98605%2011.0186%203.15469C10.7191%203.32332%2010.468%203.56631%2010.2898%203.8602Z%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%209V13%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2017H12.01%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.alert .icon,
#webcommander-page.page-profile .notification.popup.error .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.86%202H16.14L22%207.86V16.14L16.14%2022H7.86L2%2016.14V7.86L7.86%202Z%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup .message {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px #ddd solid;
    text-align: left;
}

#webcommander-page.page-profile .notification.popup .type {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 10px;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.success .type {
    color: green
}

#webcommander-page.page-profile .notification.popup.warning .type {
    color: orange
}

#webcommander-page.page-profile .notification.popup.alert .type,
#webcommander-page.page-profile .notification.popup.error .type {
    color: red
}

#webcommander-page.page-profile .notification.popup .close {
    height: 16px;
    width: 16px;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.1953%204.9541L4.19531%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.19531%204.9541L12.1953%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
    position: absolute;
    right: 7px;
    top: 5px
}
.page-profile .site-popup {
    padding: 0!important;
}
.page-profile .site-popup textarea::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.page-profile .site-popup textarea::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.page-profile .site-popup textarea:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.page-profile .site-popup textarea:-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
#webcommander-page.page-profile .site-popup .title-bar {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px #f0f3f4 solid;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

#webcommander-page.page-profile .site-popup .title-bar .title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    text-align: left;
}

#webcommander-page.page-profile .site-popup .window-corner-toolbar .close::after {
    display: none;
}

#webcommander-page.page-profile .site-popup .form-row {
    margin: 0;
}
#webcommander-page.page-profile .site-popup .button-line {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
#webcommander-page.page-profile .site-popup .button-line button {
    width: auto;
    background-color: #006600;
    border: 1px #006600 solid;
    margin: 0;
    letter-spacing: normal;
}

#webcommander-page.page-profile .site-popup .button-line button:hover {
    width: auto;
    background-color: #000000;
    border: 1px #000000 solid;
}
#webcommander-page.page-profile .site-popup .button-line button[disabled] {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: 1px #bfbfbf solid;
}
#webcommander-page.page-profile .confirm-popup .header-line .close::after {
    display: none;
}

.page-profile .confirm-popup .button-line button {
    width: auto;
}

.page-profile .confirm-popup .button-line button.yes-button {
    background-color: #006600;
    border: 1px #006600 solid;
}

.page-profile .confirm-popup .button-line button.yes-button:hover {
    background-color: #000000;
    border: 1px #000000 solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
    margin-bottom: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-status {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 3px 8px;
    background-color: #666;
    border-radius: 30px;
    text-transform: capitalize;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-header-left-bottom {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px rgba(0, 0, 0, .08) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-created {
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    font-weight: 400;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .track-order-action {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
    border: none;
    padding: 0;
    margin: 0;
    justify-content: unset;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
    padding-right: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    padding-left: 24px;
    border-left: 1px rgba(0, 0, 0, .05) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

#customer-profile-tabs .bmui-tab-panel .panel-header .address span:first-child {
    font-weight: 500;
    display: block;
    color: #555;
    margin: 15px 0 3px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address span,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details>span {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address .name,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details .name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .bmui-tab-body-container .panel-header .panel-header-left .link-btn {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap {
    width: 320px;
    margin-left: auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    display: flex;
    float: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-bottom: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    width: 50%;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value {
    color: #000;
    font-weight: 600;
    text-align: right;
    padding-left: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    text-align: left;
    padding-right: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-top: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child label,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child .value {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child:after {
    font-size: 14px;
    right: 16px;
    bottom: 9px;
    line-height: 16px;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap thead tr th:first-child,
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td:first-child {
    width: 40%;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td .wrapper {
    display: flex;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper img {
    max-width: 60px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    width: 70%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#customer-profile-tabs .bmui-tab-panel #order-details .id {
    font-weight: 600;
}

#customer-profile-tabs .bmui-tab-panel #order-details .name {
    font-size: 14px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
    padding: 4px 14px;
    max-width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background: #006600;
    font-weight: 600;
    width: auto;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share:hover {
    background: #000000;
}

.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #f7f7f9;
    transition: all 300ms ease-out 0s;
    display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    margin-bottom: 15px;
    cursor: pointer;
    color: #111;
    padding-left: 35px;
    position: relative;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:last-child {
    margin: 0;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .facebook-share:before {
    content: "\f09a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    font-size: 21px;
    color: #313131;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .twitter-share:before {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 21px;
    color: #313131;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .linkedin-share:before {
    content: "\f0e1";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    font-size: 20px;
    color: #313131;
    top: -2px;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover {
    color: #006600;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
    color: #006600;
}

.floating-panel-popup .action-item:hover {
    background-color: #f5f5f5;
    color: #000;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div img {
    display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover img {
    border: 1px solid #ccc
}

.floating-panel-popup.product-share-option .share-medium div[class$="-share"]:hover {
    background: none;
}

#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
}

#customer-profile-tabs.customer-profile-v2 button.back-button {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 6px 16px;
    background: none;
    border: 1px rgba(0, 0, 0, .2) solid;
    border-radius: 4px;
    height: 32px;
}

#customer-profile-tabs.customer-profile-v2 button.back-button:hover {
    border: 1px rgba(0, 0, 0, .4) solid;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-details .form-row.btn-row {
    display: flex;
    column-gap: 10px;
}

#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 0;
    width: auto;
    font-family: "Montserrat",sans-serif;
    letter-spacing: normal;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing,
#customer-profile-tabs.customer-profile-v2 #abondoned-cart-list {
    overflow-x: auto;
}
#customer-profile-tabs.customer-profile-v2 #abondoned-cart-list table {
    min-width: 680px;
}
#customer-profile-tabs.customer-profile-v2 #abondoned-cart-list col.action-col,
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing col.actions-column {
    width: 100px;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .wrapper[data-label="Action:"],
#customer-profile-tabs.customer-profile-v2 #abondoned-cart-list td .wrapper[data-label="Actions:"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon,
#customer-profile-tabs.customer-profile-v2 #abondoned-cart-list td .action-icon {
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.details,
#customer-profile-tabs.customer-profile-v2 #abondoned-cart-list td .action-icon.details {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.9985%203.75C5.94%203.75%203.192%206.06975%201.60875%208.61225C1.53675%208.7315%201.5%208.86575%201.5%209C1.5%209.13425%201.536%209.2685%201.608%209.38775C3.192%2011.9303%205.94%2014.25%208.9985%2014.25C12.1058%2014.25%2014.8455%2011.9325%2016.3965%209.38025C16.4655%209.26325%2016.5%209.13125%2016.5%209C16.5%208.86875%2016.4655%208.73675%2016.3965%208.61975C14.8455%206.0675%2012.1058%203.75%208.9985%203.75ZM15.3082%209C13.9305%2011.1585%2011.6355%2013.125%208.9985%2013.125C6.39975%2013.125%204.0995%2011.151%202.6955%209C4.09875%206.849%206.39975%204.875%208.9985%204.875C11.637%204.875%2013.9327%206.843%2015.3082%209ZM9%206C10.656%206%2012%207.344%2012%209C12%2010.656%2010.656%2012%209%2012C7.344%2012%206%2010.656%206%209C6%207.344%207.344%206%209%206ZM9%207.125C7.965%207.125%207.125%207.965%207.125%209C7.125%2010.035%207.965%2010.875%209%2010.875C10.035%2010.875%2010.875%2010.035%2010.875%209C10.875%207.965%2010.035%207.125%209%207.125Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.add-to-cart,
#customer-profile-tabs.customer-profile-v2 #abondoned-cart-list td .action-icon.add-to-cart {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18%202.25L17.4427%203.75H15.996L13.3905%2012.75H3.46125L0%204.5H12.609L12.186%206H2.256L4.45875%2011.25H12.2797L14.8538%202.25H18ZM6.375%2013.5C5.754%2013.5%205.25%2014.004%205.25%2014.625C5.25%2015.2467%205.754%2015.75%206.375%2015.75C6.996%2015.75%207.5%2015.2467%207.5%2014.625C7.5%2014.004%206.996%2013.5%206.375%2013.5ZM10.125%2013.5C9.504%2013.5%209%2014.0033%209%2014.625C9%2015.2467%209.504%2015.75%2010.125%2015.75C10.746%2015.75%2011.25%2015.2467%2011.25%2014.625C11.25%2014.004%2010.746%2013.5%2010.125%2013.5Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.delete,
#customer-profile-tabs.customer-profile-v2 #abondoned-cart-list td .action-icon.delete {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cmask%20id%3D%22mask0_1757_1068%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%3E %3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23D9D9D9%22%2F%3E %3C%2Fmask%3E %3Cg%20mask%3D%22url%28%23mask0_1757_1068%29%22%3E %3Cpath%20d%3D%22M5.48077%2015.3756C5.10674%2015.3756%204.78727%2015.2431%204.52237%2014.9782C4.25746%2014.7133%204.125%2014.3938%204.125%2014.0198V4.50059H3.375V3.37561H6.74998V2.71216H11.25V3.37561H14.625V4.50059H13.875V14.0198C13.875%2014.3986%2013.7437%2014.7193%2013.4812%2014.9818C13.2187%2015.2443%2012.898%2015.3756%2012.5192%2015.3756H5.48077ZM12.75%204.50059H5.24998V14.0198C5.24998%2014.0871%205.27162%2014.1424%205.31489%2014.1857C5.35817%2014.229%205.41346%2014.2506%205.48077%2014.2506H12.5192C12.5769%2014.2506%2012.6298%2014.2266%2012.6779%2014.1785C12.7259%2014.1304%2012.75%2014.0775%2012.75%2014.0198V4.50059ZM7.05289%2012.7506H8.17787V6.00059H7.05289V12.7506ZM9.82209%2012.7506H10.9471V6.00059H9.82209V12.7506Z%22%20fill%3D%22%231C1B1F%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}

#webcommander-page.page-profile .payment-form.site-popup-form .header-wrapper>h1 {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    margin: 0 0 15px;
    text-align: left;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    padding-bottom: 15px;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row input,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
    width: 100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input:focus,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select:focus {
    border: 1px #000000 solid;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row label,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 0 0 5px;
    line-height: 1.4;
    width: 100%;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    display: flex;
    flex-wrap: wrap;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input.validation-error,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select.validation-error {
    border: 1px #ff0000 solid!important;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms {
    position: relative;
    padding: 0 0 0 22px;
    background: none;
    border: none;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms input.checkbox {
    width: auto;
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
}

#webcommander-page.page-profile .payment-form.site-popup-form .terms_and_condition_title {
    font-size: 14px;
    color: #222;
    line-height: normal;
    font-weight: 400;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    width: 100%;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: calc(50% - 15px);
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row>.form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0;
    text-align: center;
    width: 30px;
    background: none;
    border: none;
}

#webcommander-page.page-profile .site-popup .button-line button.cancel-button {
    color: #000;
    background: none;
    border: 1px rgba(0, 0, 0, .20) solid;
}

#webcommander-page.page-profile .site-popup .button-line button.cancel-button:hover {
    border: 1px rgba(0, 0, 0, .40) solid;
    background: none;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
    background: #006600;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
    background: #000000;
}

#customer-profile-tabs.customer-profile-v2 #order-list table {
    margin-bottom: 0;
}

#customer-profile-tabs.customer-profile-v2 .pagination {
    margin: 0;
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.page-number.current:after {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .pagination span {
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.next:after,
#customer-profile-tabs.customer-profile-v2 .pagination span.prev:after {
    display: none;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-left .bmui-tab-header-container {
    display: block;
}

#customer-profile-tabs.customer-profile-v2 #order-details .order-items-wrap table {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:before,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:before {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
    top: 0;
}
#customer-profile-tabs.customer-profile-v2 .scrollable-view .content {
    margin: 18px 0 0;
    white-space: nowrap;
}
.customer-profile-v2-wrapper {
    padding: 65px 0;
    background-color: #F5F5F5;
}
#webcommander-page.page-profile .widget-container {
    padding: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    width: 262px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-image {
    height: 225px;
    display: block;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-image .product-image-link {
    display: flex;
    height: 100%;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .price-waper .price-block-container {
    display: inline-block;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price .tax-message {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .block-content-wrap > .price-waper {
    display: block;
}
#webcommander-page.page-profile .site-popup .title-bar .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .site-popup .title-bar .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .header-line .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .confirm-popup .header-line .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .button-line button {
    height: auto;
    margin: 0;
    letter-spacing: normal;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    color: #000!important;
}
#webcommander-page.page-profile .confirm-popup .header-line {
    text-align: left;
}
.page-profile .confirm-popup {
    padding: 0;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
    color: #000;
    text-align: left;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.page-profile .confirm-popup .button-line {
    padding: 15px 20px;
}
#customer-profile-tabs.customer-profile-v2 textarea.validation-error {
    border: 1px #ff0000 solid!important;
}

#customer-profile-tabs.customer-profile-v2 .errorlist.after {
    position: static;
    margin-top: 3px;
    line-height: normal;
    padding: 0;
    background: none;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after .message-block {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ff0000;
    position: static;
    background: none;
    padding: 0;
}
#customer-profile-tabs.customer-profile-v2 input[type="text"].validation-error,
#customer-profile-tabs.customer-profile-v2 input[type="email"].validation-error,
#customer-profile-tabs.customer-profile-v2 input[type="password"].validation-error {
    border: 1px #ff0000 solid!important;
}

#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body .address-card-item-value,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body .address-card-item-value {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    font-family: "Montserrat",sans-serif;
    letter-spacing: normal;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    line-height: normal;
}
.page-profile .site-popup .errorlist.after {
    position: static;
}
.page-profile .site-popup .errorlist.after .message-block {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 3px;
    position: static;
    background: none;
    padding: 0;
    color: #ff0000;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-header-container.top-box {
    overflow-x: auto;
    overflow-y: hidden;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top {
    white-space: nowrap;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header {
    text-transform: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing .no-data {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 table {
    table-layout: fixed;
}
.page-profile .confirm-popup .button-line button.no-button {
    background: none;
}
#customer-profile-tabs .all_order .customer-profile-order-details-v2-view .order-basic-info-top {
    margin: 0;
    padding: 0;
    border: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .featured.tag-mark {
    font-size: 0;
}

/* exception popup */
#webcommander-page.page-profile .exception-popup {
    width: 600px!important;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    font-family: "Montserrat",sans-serif;
    
}
#webcommander-page.page-profile .exception-popup .header {
        padding: 15px 41px 15px 20px;
        background-color: #fff;
        border-bottom: 1px #f0f3f4 solid;
        border-radius: 4px 4px 0 0;
}

#webcommander-page.page-profile .exception-popup .header .close-popup {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .exception-popup .header .close-popup:before,
#webcommander-page.page-profile .exception-popup .header .close-popup:after {
    display: none;
}

#webcommander-page.page-profile .exception-popup .header .status-message {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

#webcommander-page.page-profile .exception-popup .footer {
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px #f0f3f4 solid;
    border-radius: 0 0 4px 4px;
    text-align: right;
}

#webcommander-page.page-profile .exception-popup .footer .button-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

#webcommander-page.page-profile .exception-popup .footer .button-item .button {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: #006600;
}
#webcommander-page.page-profile .exception-popup .footer .button-item .button:hover {
    background-color: #000000;
}
#webcommander-page.page-profile .exception-popup table {
    table-layout: fixed;
}
#webcommander-page.page-profile .exception-popup table th,
#webcommander-page.page-profile .exception-popup table td {
    border: 1px solid #e9e7e7;
    font-size: 14px;
}
#webcommander-page.page-profile .exception-popup table th {
    font-weight: 500;
    color: #000;
}
@media(max-width: 767px) {
    #webcommander-page.page-profile .exception-popup {
        width: calc(100vw - 40px)!important;
        min-width: unset;
    }
}
/* exception popup:end */
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-header .action-icon.edit:before,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-header .action-icon.edit:before {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .form-row .pass-input-wrapper .password-meter-wrap {
    position: static;
    max-width: unset;
}
#customer-profile-tabs.customer-profile-v2 .store_credit .message-block {
    position: static;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0;
}
#customer-profile-tabs.customer-profile-v2 .saved-cart-items-wrap {
    overflow-x: auto;
}
#customer-profile-tabs.customer-profile-v2 .saved-cart-items-wrap label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    position: sticky;
    left: 0;
}
#customer-profile-tabs.customer-profile-v2 .saved-cart-items-wrap table {
    min-width: 830px;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .edit-password-form {
    max-width: unset;
}
#customer-profile-tabs.customer-profile-v2 .form-row .pass-input-wrapper .password-meter-wrap .password-description {
    font-style: normal;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-abandoned_cart .abandoned-cart-items-wrap label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: block;
    padding: 0 0 10px;
    margin-top: 30px;
}

#customer-profile-tabs.customer-profile-v2 #bmui-tab-abandoned_cart .form-row.btn-row {
    padding: 0;
    display: flex;
    column-gap: 10px;
}
#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap {
    overflow-x: auto;
}

#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap table {
    min-width: 833px;
}

@media(max-width: 991px) {
    .customer-profile-v2-wrapper {
        padding: 30px 0;
    }

    .customer-profile-v2 .customer-welcome-profile {
        margin-bottom: 0;
    }

    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
        margin-top: 30px;
    }

}

@media(max-width: 767px) {
    #webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    #customer-profile-tabs.customer-profile-v2 #saved-cart-listing table {
        width: 600px;
        margin-bottom: 20px !important;
        max-width: unset;
    }
}

@media(max-width: 575px) {
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
        flex-wrap: wrap;
    }

    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
        width: 100%;
        padding-right: 0;
    }

    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
        border-left: none;
    }

    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) {
        display: block;
    }

    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) .header-right {
        margin-top: 7px;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-change-title {
        display: block;
    }
}
.fee .widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-1:hover img,
.fee .widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-2:hover img, 
.fee .widget-snippet .outdoor-emporium-pics .outdoor-emporium-pic-3:hover img {
  -webkit-transition: all 0.5s ease 0s;
  transition: unset;
  transform: unset;
  filter: unset;
}
.fee .circle-content {
  position: relative;
  top: unset;
  left: unset;
  height: unset;
  z-index: unset;
  opacity: 1;
  margin: -300px 0 0;
}
.footer .widget > .widget-title {
    color: #222;
}
.add-to-compare-button, .button.add-to-wish-list, .remove-from-compare-button, .product-widget .remove-from-compare-button, .add-to-wish-list.disabled, .product-widget.widget-addCart .add-to-compare-button, .product-widget.widget-addCart .add-to-wish-list {
    
    position: relative;
}
.button.add-to-wish-list {
    padding: 12px 16px;
    margin: 0 0 0 3px;
}