@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Open+Sans:400,700');
* {
  -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: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
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 {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
color:#d59f32;
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
img{
	max-width: 100%;
}
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: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  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 {
  background: #73515b;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #73515b;
  text-shadow: none;
  color: #fff;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
        color: #000 !important; /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
      }

      a,
      a:visited {
        text-decoration: underline;
      }

      a[href]:after {
        content: " (" attr(href) ")";
      }

      abbr[title]:after {
        content: " (" attr(title) ")";
      }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

     a[href^="#"]:after,
     a[href^="javascript:"]:after {
      content: "";
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

     thead {
      display: table-header-group;
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    img {
      max-width: 100% !important;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  @font-face {
   font-family: 'honey_scriptlight';
   src: url('../fonts/HoneyScript-Light.eot');
   src: url('../fonts/HoneyScript-Light.eot?#iefix') format('embedded-opentype'),
   url('../fonts/HoneyScript-Light.woff2') format('woff2'),
   url('../fonts/HoneyScript-Light.woff') format('woff'),
   url('../fonts/HoneyScript-Light.ttf') format('truetype'),
   url('../fonts/HoneyScript-Light.svg#HoneyScript-Light') format('svg');
   font-weight: 300;
   font-style: normal;
 }

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

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

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

 @font-face {
   font-family: 'Josefin Sans';
   src: url('../fonts/JosefinSans.eot');
   src: url('../fonts/JosefinSans.eot?#iefix') format('embedded-opentype'),
   url('../fonts/JosefinSans.woff2') format('woff2'),
   url('../fonts/JosefinSans.woff') format('woff'),
   url('../fonts/JosefinSans.ttf') format('truetype'),
   url('../fonts/JosefinSans.svg#JosefinSans') format('svg');
   font-weight: normal;
   font-style: normal;
 }
 /* Theme Base */
 html, body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.page-home .widget.widget-pageHeading{
	display: none;
}
.widget.widget-pageHeading {
	padding: 76px 0;
  text-align: center;
  margin-bottom: 75px;
  background: none;
}
.widget.widget-pageHeading h1 {
  color: #fff4bd;
  padding-bottom: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 48px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding-top: 0;
}
.widget.widget-pageHeading h1:before {
  left: -100px;
}
.widget.widget-pageHeading h1:after{
  right: -100px;
}
.widget.widget-pageHeading h1:before, .widget.widget-pageHeading h1:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #fff4bd;
  position: absolute;
  top: calc(50% + 2px);
}
p, .widget-snippet p{
	color: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  line-height: 22px;
  margin: 0;
  padding: 0 0 25px;
  font-family: 'Open Sans', sans-serif;
}

/* Common Styles */
h1, h2, h3, h4, h5, h6{
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	color: #751e39;
  font-weight: 700;
}
h1{
	font-size: 36px;
	line-height: 44px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h2{
	font-size: 30px;
	line-height: 36px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h3,  .widget-snippet h3{
	font-size: 24px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h4{
	font-size: 21px;
	line-height: 28px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h5{
	font-size: 18px;
	line-height: 36px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h6{
	font-size: 18px;
	line-height: 36px;
	padding-top: 5px;
	padding-bottom: 10px;
}
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: rgba(0, 0, 0, 0.7);
	font-size: 1em;
}
input[type="submit"], input[type="button"], button, .button, a.button {
  margin-top: 0px;
  background: #48242f;
  border: 2px solid #48242f;
  color: #fff;
  font-size: 1em;
  box-sizing: border-box;
  text-align: center;
  padding: 7px 30px;
  display: inline-block;
  height: auto !important;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover{
  background: #d2a128;
  color: #fff;
  border-color: #d2a128;
}
input[type=text], input[type=password], select{
	height: 40px;
}
input[type=text], input[type=password], select, textarea{
  border-color: #b9b9b9;
  font-family: inherit;
  box-sizing: border-box;
  padding-left: 10px;
}

textarea{
	height: 90px;
}
input[type="text"].validation-error, input[type="password"].validation-error{
	background: transparent;
}
button.Zebra_DatePicker_Icon {
  background-position: right center;
}
ul li , .widget-snippet ul li{
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 5px 25px;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  background: url(/template/11f752a7/images/li_arrow.png) no-repeat left 4px;
}
.widget-snippet {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
a, a:focus{
  outline: 0;
}
.article-content ul{
	padding-bottom: 20px;
}
.widget-article .article-content img{
  padding-top: 10px;
}
.article-content a, .post-description .content a{
  color: #bb7b00;
}
.article-content a:hover, .post-description .content a:hover {
  text-decoration: underline;
}
.widget-navigation .menu-button em {
	background-color: #fff;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover, button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
  background: #bfbfbf;
  border: none;
  color: #ACACAC;
  text-shadow: 0 0 1px #E6E6E6;
}
/* Webcommander Base */
.page-content .v-split-container > .v-split {
  margin: auto;
  width: 1170px;
}
.auto-page .page-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.form-row{
	position: relative;
}
.errorlist.after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  top: 100%;
  margin-top: -7px;
}
.simpleCaptcha-container {
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px 15px 0;
  width: 100%;
  display: block;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"] , .simpleCaptcha-container .simple-captcha-reload {
  display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
  width: 130px;
  display: inline-block;
}
.form-row.simple_captcha_input_field.mandatory {
  width: calc(100% - 155px);
  display: inline-block;
  margin-left: 21px;
  margin-top: 0;
  margin-bottom: 20px;
  vertical-align: top;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label , .simpleCaptcha-container  .form-row.simple_captcha_help_text{
  display: none;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
  width: 100%;
}
.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
  padding-bottom: 20px;
  text-align: center;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
}


/*start: jssor slider css */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
	opacity: 0;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
	width:1920px;
	height: 450px;
	padding: 0 !important;
	text-align: center;
}
div.jssor-slider-container {
	margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
	display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
	display: block;
}
.widget.widget-gallery.home-banner {
  background-color: #f1f1f1;
}
.widget.widget-gallery.home-banner::before {
  content: url(/template/11f752a7/images/loading.gif);
  height: 64px;
  left: 50% !important;
  margin-left: -32px !important;
  margin-top: -32px !important;
  position: absolute;
  top: 50%;
  width: 64px;
}
/*end: jssor slider css */



/* Ecommerces Base Css*/
.accordion-panel > .label-bar.expanded {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 0px;
  padding: 18px 40px 20px;
  color: #000;
  background: transparent;
  font-size: 18px;
}
.accordion-panel > .accordion-item.expanded {
  padding: 0px 23px 40px 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 0px;
  color: #000;
  background: transparent;
}
.quick-cart-content {
  background: #ffffff none repeat scroll 0 0;
  opacity: 1;
  position: absolute;
  right: -11px;
  top: 35px;
  width: 300px;
  z-index: 99999;
  padding: 18px;
  border: 4px solid #d59d26;
  box-sizing: border-box;
}
.quick-cart-content table th {
  background-color: #48242f;
  border: 1px solid #d59d26;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  padding: 5px;
}
.quick-cart-content .price {
  font-size: 15px;
}
.quick-cart-content::before {
  content: "";
  margin-left: -10px;
  top: -14px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #d59d26 transparent;
  right: 50px;
}
.stepper .stepper-arrow {
	background: transparent;
  text-indent: 0;
  font-size: 0;
  border-left: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
}
.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;
}
.accordion-panel > .label-bar {
  background: #fff;
  border: 1px solid #deced2;
  color: #000;
  font-size: 16px;
  height: auto;
  line-height: 27px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.accordion-panel > .label-bar .toggle-icon {
  background-image: none;
  background-repeat: no-repeat;
  height: 16px;
  left: 15px;
  position: absolute;
  top: 50%;
  width: 13px;
  margin-top: -8px;
  line-height: 13px;
}
.accordion-panel > .label-bar .toggle-icon::after {
	content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 24px;
  top: 0;
  left: 0;
}
.accordion-panel > .label-bar.expanded .toggle-icon::after {
	content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 24px;
  top: 0;
  left: 0;
}
/* cart page css start*/

.shopping-cartitem h1 {
  float: none;
  padding-bottom: 15px;
  text-align: center;
}
.empty-cartitem-text{
	margin-bottom: 12px;
}
.shopping-cartitem.empty-cart {
  text-align: center;
}

.page-cart .shopping-cartitem {
  max-width: 960px;
  background: none;
  border: 0px;
  box-shadow: 0px 0px 0px;
  margin: 0 auto;
}
.cartitem-btn-wrapper.top {
  text-align: center;
  position: relative;
  margin-top: 15px;
  float: none;
  display: block;
  margin-bottom: 35px;
}
.cartitem-btn-wrapper.top a,
.cartitem-btn-wrapper.top .button {
  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-weight: 700;
}
.cartitem-table th, .cartitem-table td {
  width: 20%;
  text-align: center;
  border: 0px solid #eee;
  font-size: 16px;
}
.cartitem-table th {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 19px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.cartitem-table tbody tr:nth-child(even) {
  background: rgba(204, 204, 204, 0.1);
}
table.cartitem-table.product-thumb-view tr:nth-of-type(1) td {
  padding-top: 25px;
}
table.cartitem-table {
  margin: 0px 0 10px;
}
.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;
}
.check-out-total *, .shopping-cart-total * {
  font-size: 15px;
}
.discount-coupon-code-form {
  background: none;
  border: 0;
  padding: 50px 50px 0 0;
  box-sizing: border-box;
}
.discount-coupon-code-form input[type=text] {
  height: auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.discount-coupon-code-form .form-row.btn-row label {
  display: none;
}
.discount-coupon-code-form .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: 4px 30px 4px 15px;
  border: 0;
}
.check-out-total .price, .shopping-cart-total .price {
  border: 0;
}
.check-out-total tr, .shopping-cart-total tr{
	border-bottom: 0;
}
.cartitem-btn-wrapper.top .button {
  background: #fff !important;
  color: #48242f;
  padding: 5px 25px;
  text-transform: inherit;
  font-size: 17px;
}
.cartitem-btn-wrapper.top .button:hover{
	color: #fff;
	background: #48242f !important;
	border-color: #48242f;
}
.shopping-cartitem .remove-cartitem {
  background: rgba(0, 0, 0, 0) url(/template/11f752a7/images/close-icone.jpg) no-repeat scroll left top;
}
/* checkout page css start*/
.checkout-page {
  margin: 0 auto;
  max-width: 970px;
}
.checkout-address-selector .chosen-container, .checkout-address-selector .chosen-single{
  background-color: #48242f;
}
.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: #48242f;
}
.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;
  padding: 10px;
}
.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;
}



/* Login Page */
.login-form .title {

}
.login-form input[type="password"] , .login-form input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  border: 1px solid #7b7b7b;
  padding: 0px 10px;
  background-color: transparent;
  margin-bottom: 17px;
}
.login-form .submit-row {
  margin: 0px 0 0;
  float: none;
  display: block;
  padding-top: 5px;
}
.login-form .remember {
  margin: 22px 0 12px;
  width: 230px;
}
.login-form .lost-password a {
  color: #48242f;
  margin-top: 15px;
  display: inline-block;
}
.login-form .errorlist.after {
  position: relative;
  bottom: 15px;
}
form.password-reset-form.valid-verify-form {
	text-align: center;
}
.password-reset-form .form-row input {
	width: 320px;
	max-width: 100%;
}
.password-reset-form .form-row label {
  text-align: center;
  margin-bottom: 5px;
}
.password-reset-form .form-row.submit-row button {
	margin-left: 3px;
	width: 100%;
	max-width: 320px;
}
.password-reset-form .form-row {
	display: block;
}
.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;
}
/* Checkout option Page css start*/
.checkout-page-options {
  max-width: 1040px;
  margin: 0 auto;
}
.two-column .first-column .column-content {
  margin-right: 15px;
}
.two-column .last-column .column-content {
  margin-left: 15px;
}
.page-checkout .accordion-item .edit-address-mode-block .form-row label{
	width: 100%;
}
.page-checkout .accordion-item .edit-address-mode-block .form-row input[type="text"], .page-checkout .accordion-item .edit-address-mode-block .form-row select{
	width: 100%;
}
.checkout-page-options .item-head {
  background: #48242f;
  color: #fff;
  font-size: 21px;
  padding: 12px 23px;
  font-family: 'Josefin Sans', sans-serif;
}
.checkout-page-options .new-customer h1, .checkout-page-options .registered-customer > h1 {
  font-size: 26px;
}
.checkout-page-options .new-customer .checkout-option {
  margin-top: 15px;
  width: 100%;
}
.page-login .login-form {
  background-color: transparent;
  padding: 50px 60px;
  max-width: 540px;
  width: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
}
.page-login .login-form button{
	width: 100%;
}
.login-form .account-register a {
  color: #cb9420;
}
.login-form .account-register a:hover {
  color: #cb9420;
  text-decoration: undeline;
}
.checkout-page-options .new-customer {
  display: inline-block;
  padding-right: 10%;
  vertical-align: top;
  width: 47%;
  padding-left: 3%;
}
.checkout-page-options .registered-customer {
  border-left: 1px solid #d2d2d2;
  display: inline-block;
  padding-left: 8%;
  width: 49%;
}
.checkout-page-options .registered-customer .form-row .errorlist.after {
	bottom: -17px;
  margin-left: 30%;
}
.checkout-page-options .registered-customer .form-row{
	margin-bottom: 15px;
	overflow: hidden;
}
.checkout-page-options .registered-customer .form-row label{
	line-height: 40px;
	width: 30%;
}
.checkout-page-options .registered-customer input[type=text], .checkout-page-options .registered-customer  input[type=password] {
  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%;
}
.gift-certificate-code-panel {
  background: none;
  border: 0;
  display: inline-block;
  margin: 5px 0;
  box-sizing: border-box;
  padding: 20px 50px 0 0;
}
.gift-certificate-code-panel input[type="text"], .discount-coupon-code-form input[type=text] {
  width: 100%;
  margin-bottom: 10px;
  background-color: transparent;
}
.gift-certificate-code-panel .button, .discount-coupon-code-form .button {
  display: block;
  padding: 8px 10px;
  vertical-align: middle;
  width: 100%;
}
/*-------------------------------------------------------
 checkout
---------------------------------------------------------*/
.checkout-page .panel-wrap {
  padding: 30px 0 0;
}
.check-out-total > .price-row .price {
  font-weight: 500;
  font-size: 15px;
}
.confirm-step-form .right-panel {
  background: none;
}
.check-out-total > .price-row.total-order .label {
  font-size: 15px;
}
.confirm-step-form .check-out-total {
  padding-top: 0;
}
.check-out-total .total-order {
  padding-top: 9px;
  padding-bottom: 9px;
}
.check-out-total > .price-row .price.editable > span {
  font-size: 18px;
}
.check-out-total > .price-row.due-order {
  border-top: 1px solid #e4e8e8;
  margin-top: 6px;
}
.payment-option .row .price-row input {
  border: 1px #ccc solid;
}
.payment-gateway select {
  height: 35px;
  border: 1px #ccc solid;
}
.cartitem-table th, .cartitem-table td {
  border: 1px solid #cccccc;
}
.checkout-page .toolbar-btn:hover {
  background: #48242f;
  border-color: #48242f;
}
.checkout-page .section.loaded > .header .icon {
  background: #48242f;
}
.checkout-page .section .step-continue-button {
  padding: 7px 30px;
}
.checkout-page .address-edit-from-wrap > .header .title {
  color: #555;
}
.checkout-page .address-edit-from-wrap input.validation-error {
  background: #ffffff;
}
.address-selection-popup.billing {
  border: 4px solid #d59d26;
  background: #ffffff none repeat scroll 0 0;
  padding: 18px;
}
.address-selection-popup.billing:before {
  content: "";
  margin-left: -12px;
  top: -12px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #d59d26 transparent;
  right: 35px;
}
.address-selection-popup .addresses > .address {
  padding: 0 0 18px;
}
.address-selection-popup .create-address {
  margin-top: 0px;
  background: #48242f;
  border: 2px solid #48242f;
  color: #fff;
  font-size: 1em;
  box-sizing: border-box;
  text-align: center;
  padding: 7px 30px;
  height: auto !important;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}
.address-selection-popup .create-address:hover {
  background: #d2a128;
  color: #fff;
  border-color: #d2a128;
}
.checkout-page .address-view > .header .title {
  color: #555;
}
.checkout-page .confirm-order-btn-row .confirm-order-button {
  padding: 7px 30px;
  line-height: 24px;
}
/* Registration page css start */
.registration-form .title{
	text-align: center;
}
.page-registration .registration-form {
  margin: 0 auto;
  max-width: 690px;
}
.registration-form > .form-row:not(.submit-row) {
  width: 50%;
  float: left;
  padding: 7px 15px;
  box-sizing: border-box;
  position: relative;
}
.registration-form .form-row label {
  width: 100%;
  font-size: 15px;
}
.registration-form input[type=text], .registration-form input[type=password], .registration-form select, .registration-form input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin: 5px 0;
}
.registration-form .form-row.submit-row {
	padding: 0 15px;
	clear: left;
}
.registration-form .form-row.submit-row label {
  display: none;
}
.registration-form .form-row.submit-row button {
  width: 100%;
}
.registration-form  input.radio:nth-of-type(2) {
  margin-left: 15px;
}
.password-meter-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
/* Product Review */
.total-review-panel h2 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
  display: none;
}
.avg-review-label span, .total-review-panel .total span {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.review-show-panel .review-head {
  float: left;
  margin-right: 25px;
  text-align: left;
}
.avg-review-label span.review-rating.read-only {
  margin-left: 15px;
}
.review-container {
  margin-bottom: 20px;
  padding: 15px 0;
}
.review-container span {
  display: inline-block;
  margin: 5px auto;
}
.single-review-block span.review-date {
  color: #838383;
  display: block;
  font-size: 12px;
  margin: 5px 0;
}
.single-review-block .reviewer-name, .review-container .review-description {
  font-size: 14px;
  margin: 0;
  text-align: left;
}

.review-container {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: medium none;
}

.write-review-panel button {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
  padding: 8px 60px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.review-panel .write-review-panel {
  text-align: center;
}
#bmui-tab-reviewAndRating .review-panel .write-review-panel {
  padding: 10px 0;
  width: 555px;
}
.review-form-container .form-row.simple_captcha_help_text,
.review-form-container .simple-captcha-reload,
.review-form-container .form-row.simple_captcha_input_field.mandatory > label {
  display: none;
}

.write-review-panel .form-row.simple_captcha_input_field.mandatory {
  display: inline-block;
  padding-right: 0;
  vertical-align: top;
  width: calc(76% + 4px);
}
.write-review-panel .form-row.simple-captcha {
  display: inline-block;
  margin-right: 15px;
  width: 120px;
}

.single-review-block {
  border-bottom: 1px solid #eeeeee;
}
.review-panel .write-review-panel form {
  text-align: left;
}
#bmui-tab-reviewAndRating .write-review-panel .form-row {
  margin: 15px 0;
}

#bmui-tab-reviewAndRating .review-show-panel .main-container {
  max-width: 555px;
}
#bmui-tab-reviewAndRating input[type="text"], input[type="tel"], input[type="password"],
input[type="email"], input.validation-error[type="text"], .widget-form .form-row input, .widget-form .form-row textarea {
  border-color: #b9b9b9;
}

.review-view-panel .total-review-panel {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 30px 0;
}
span.visible-review-label {
  display: none;
}
.review-view-panel .reviewer-name {
  font-style: italic;
}
#bmui-tab-reviewAndRating .simpleCaptcha-container{
	padding: 0;
}
#bmui-tab-reviewAndRating .review-row.form-row label {
  display: block;
}
#bmui-tab-reviewAndRating .write-review-panel .form-row input,
.write-review-panel .form-row textarea, .write-review-panel .form-row button {
  width: 100%;
}
.confirm-popup button.yes-button.confirm-focus{
	margin-right: 10px;
}
#bmui-tab-reviewAndRating .write-review-panel .form-row input, .write-review-panel .form-row textarea, .write-review-panel .form-row button{
	width: 100%;
 margin: 0;
}
.review-form-container .form-row.btn-row {
  padding-left: 0;
}
.review-form-container .cancel {
  clear: left;
  display: block;
  margin: 20px 0 !important;
}
/* Customer Profile Page */
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
	background: #48242f;
  color: #fff;
  margin-right: 0;
  border: 0;
}
#customer-profile-manage-account {}
#customer-profile-manage-account form, #bmui-tab-gift-registry .gift-registry-create-edit-form , #customer-profile-tabs .account-details-wrap{
	overflow: hidden;
	margin: 0 -15px 15px;
}
#customer-profile-manage-account .form-row , #bmui-tab-gift-registry .form-row {
  margin: 5px 0;
  width: 50%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

#customer-profile-manage-account .edit-password-form .form-row{
	float: none;
	width: 100%;
	max-width: 500px;
}
#bmui-tab-gift-registry .gift-registry-share-form {
	margin-top: 20px;
}
#bmui-tab-gift-registry .gift-registry-share-form  textarea{
	width: 100%;
}
#bmui-tab-gift-registry .gift-registry-share-form .form-row label{
	display: block;
}
#bmui-tab-gift-registry .gift-registry-share-form .form-row {
  margin: 10px 0;
  max-width: 500px;
  width: 100%;
  float: none;
  padding: 0px;
  box-sizing: border-box;
}
#customer-profile-manage-account .form-row  input, #customer-profile-manage-account .form-row  select, #bmui-tab-gift-registry .form-row  input, #bmui-tab-gift-registry .form-row  select{
	width: 100%;
	margin: 5px 0;
}
#customer-profile-manage-account .form-row .suggestion, .gift-registry-create-edit-form .form-row .suggestion{
	position: absolute;
}
#customer-profile-tabs .message-block:empty{
	display: none;
}
#customer-profile-tabs .accordion-item .form-row.btn-row{
  padding-left: 15px;
  margin-top: 15px;
  width: 100%;
}
.gift-registry-create-edit-form .group-row {
  padding: 0 15px;
  margin-top: 10px;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
div#bmui-tab-gift-registry .gift-registry-items .form-row.btn-row {
  padding: 0;
}
.form-row.btn-row label{
	display: none;
}
.bmui-tab.left-side-header .bmui-tab-body-container{
	padding: 30px;
	border: 1px solid #000000;
}
.bmui-tab.left-side-header .bmui-tab-header{
	border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}
.bmui-tab.left-side-header .bmui-tab-header-container {
  border-bottom: 1px solid #000000;
}
.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: 350px;
	max-width: 100%;
}
#saved-cart-details .saved-cart-items-wrap{
	margin: 20px 0 20px;
}
#saved-cart-details .saved-cart-items-wrap label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
#bmui-tab-save-cart .save-cart-init-form .form-row {
	margin-bottom: 15px;
}
#bmui-tab-save-cart .save-cart-init-form .form-row label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
#bmui-tab-save-cart .save-cart-init-form .form-row input[type="text"] {
	width: 100%;
	max-width: 500px;
}
.wish-list-share-form input[type=text], .wish-list-share-form  input[type=password], .wish-list-share-form  select, .wish-list-share-form  textarea{
	width: 100%;
}
.oder-comment-form .form-row {
  margin-bottom: 20px;
  display: block;
}

/* 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;
	margin-bottom: 8px;
}
.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: 19px;
  font-weight: 500;
  display: block;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
}
.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: 0px 0 0px;
  text-align: center;
  border: 0;
}
.popup .button-item {
  text-align: center;
  margin: 5px 0 0px;
}
.popup  span.title {
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
}
.popup .close-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  cursor: pointer;
  top: -13px;
  right: -10px;
  text-align: center;
}
.popup .close-icon::after {
  background: #48242f url(/template/11f752a7/images/checkout-popup.png) no-repeat scroll center 11px;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  font-family: fontawesome;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  padding: 15px;
  position: absolute;
  right: 0;
  background-size: 10px;
}
.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
	box-sizing: border-box;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {

}
.popup button:nth-of-type(1) {
  margin-left: 0;
}
.confirm-popup.popup .header-line .title {
  text-align: center;
  display: block;
  font-size: 19px;
  font-weight: 700;
}
.confirm-popup.popup .button-line {
	padding-top: 20px;
}
#customer-profile-tabs .wish-list-edit-form .errorlist.after {
  position: static;
}
#customer-profile-tabs .bmui-tab-body-container h1 {
  font-family: 'Josefin Sans', sans-serif;
  color: #751e39;
  font-size: 20px;
  font-weight: normal;
}
.wish-list-popup label {
  display: inline-block;
  margin-right: 15px;
  width: auto;
}
.shipping-calculator-popup{
	box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.2);
}
.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 .first-column:after {
  content: "";
  display: block;
  clear: left;
}
.shipment-calculator-popup .last-column h4 {
  padding-left: 15px;
}
.shipment-calculator-popup .form-row label{
	width: 100%;
	display: block;
}
.shipment-calculator-popup .form-row.state-selector-row label{
  margin-top: 0;
}
.shipment-calculator-popup .form-row input, .shipment-calculator-popup .form-row select{
	width: 100%;
}
.add-cart-information-popup .variation-container {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.popup .button-item span{
	vertical-align: top;
}
.image-popup-container .navigator {
  background: #48242f url(/template/11f752a7/images/checkout-popup.png) no-repeat scroll center 13px !important;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
}
.image-popup-container.popup.active {
  background: transparent;
  box-shadow: none;
}
.image-popup-container .image-wrapper {
  border: none;
}
.image-popup-mask {
  background-color: transparent;
  opacity: 0;
}
.chosen-container-single .chosen-single {
  color: #000 !important;
  font-size: 15px !important;
  height: auto !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #f1f1f1;
  margin-left: 10px;
  border: 1px solid #f1f1f1;

}
.add-cart-information-popup td.product-img.product-thumb-view {
  width: 125px;
}
.add-cart-information-popup .item {
	margin: 7px 0;
}
.add-cart-information-popup .item > span {
  display: inline-block;
  vertical-align: middle;
  height: 27px;
}
.add-cart-information-popup .stepper {
  float: none;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0;
}
.add-cart-information-popup .chosen-container .chosen-results {
  padding: 0;
}
.add-cart-information-popup h4.title {
  display: none;
}
.chosen-container-single .chosen-single span{
  color: #000 !important;
  font-weight: normal;
}
.chosen-container-active .chosen-single{
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  border: 1px solid #000;
}
.variation-container .variation-type label.type-label{
  font-weight: normal;
}
.variation-container .chosen-container{
  margin: 0 auto;
}
/* Payment Success Page */
.page-post-payment .order-info {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.page-post-payment .post-order-contact-us {
  text-align: center;
}
.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;
}
.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;
}



/* Header area */
#webcommander-page > .header {
  background: url(/template/11f752a7/images/header-content.jpg) no-repeat center top #1c0d14;
}

.address-bottom, .address-bottom p {
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}
.address-top, .address-top p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  font-weight: 700;
}
.address-top.widget > .widget-title {
  padding-bottom: 0;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  margin: 0 0 0px 0;
  border-bottom: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.search-menu-button {
  background: none;
  color: #fff;
  float: right;
}
.main-menu .horizontal > .navigation-item {
  display: inline-block;
  padding: 20px 25px;
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
}
.main-menu .nav-wrapper.horizontal {
  text-align: center;
}
.main-menu .nav-wrapper.horizontal a{
	color: #3a1b24;
}
.main-menu  .horizontal .has-child .navigation-item-child-container {
  background: #48242f;
  position: absolute;
  width: 260px;
  text-align: left;
  top: 74px;
  border: 15px solid #48242f;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
	padding: 6px 0px;
  background: #fff;
  border: 0;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a{
  border: 0;
  padding: 4px 25px;
  font-size: 19px;
  font-weight: 600;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-child {
  padding-top: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child {
  padding-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main-menu  .navigation-item-child-container::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #48242f;
  top: -23px;
  left: 35px;
  transform: rotate(45deg);
  z-index: -1;
}
.main-menu .nav-wrapper.horizontal a:hover {
  color: #d59f32;
}
.widget-search.menu-search .search-form.show {
 animation: showSearch 350ms ease-in-out both;
 z-index: 9999;
}
.widget-search.menu-search .search-form {
  width: 100%;
  left: 0;
  background: #dca830;
  top: 20px;
  animation: showSearch 350ms ease-in-out both;
  right: 0;
}
@keyframes showSearch {
  from {height: 0;opacity: 0;}
  to {height: 150px;opacity: 1;}
}
.menu-search .search-form input::-webkit-input-placeholder {color: #fff; font-size: 36px;font-family: 'Josefin Sans', sans-serif;}
.menu-search .search-form input:-moz-placeholder {color: #fff; font-size: 36px;font-family: 'Josefin Sans', sans-serif;}
.menu-search .search-form input::-moz-placeholder {color: #fff; font-size: 36px;font-family: 'Josefin Sans', sans-serif;}
.menu-search .search-form input:-ms-input-placeholder {color: #fff; font-size: 36px;font-family: 'Josefin Sans', sans-serif;}
.widget-search .search-menu-button.close::after {
  content: "\f00d";
}

.widget-search.menu-search .valid-verify-form {
  padding: 35px 0;
  overflow: hidden;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.menu-search .search-form button::before {
  position: absolute;
  content: "\f178";
  right: 0;
  top: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 40px;
  transform: translateY(-50%);
  text-indent: 0;
}
.widget-search .search-menu-button{
  background: transparent;
}


/**/
.widget-search.menu-search{
  text-align: right;
}
.widget-search.menu-search .search-menu-button {
  background: transparent;
  display: inline-block !important;
  margin-top: -92px;
}
.menu-search .search-form input {
  background: transparent;
  border: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  float: left;
  box-sizing: border-box;
  height: 65px;
  border-bottom: 1px solid #fff;
  margin-right: 20px;
  font-size: 36px;
  font-family: 'Josefin Sans', sans-serif;
}
.menu-search .search-form{
  position: relative;
}
.menu-search .search-form button {
  border: 0px;
  float: left;
  width: 120px;
  box-sizing: border-box;
  height: 64px !important;
  padding: 0;
  line-height: 1;
  color: #fff;
  position: absolute;
  background: none;
  right: 0;
  text-indent: -9999px;
}



#webcommander-page > .footer {
 background: #48242f;
}
.vertical .navigation-item.active > a {
  color: #ffffff;
}
.footer-link .navigation-item a {
  padding: 4px 0;
  margin: 0;
  color: rgba(255,255,255,1.0);
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  border: 0;
}
.widget-newsletter label {
  width: 100%;
  font-family: 'Josefin Sans', sans-serif;
  color: rgba(255,255,255,1.0);
  font-size: 20px;
}
.widget.widget-article.fixed-newsletter.newsletter-footer  div#mc_embed_signup h3 {
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  color: rgba(255,255,255,1.0);
  font-size: 18px;
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
}

.widget.widget-article.fixed-newsletter.newsletter-footer div#mc_embed_signup{
	margin: 0;
}
.widget.widget-article.fixed-newsletter.newsletter-footer {
  background: transparent;
}
.widget.widget-article.fixed-newsletter.newsletter-footer input[type="email"], .widget.widget-article.fixed-newsletter.newsletter-footer input[type="submit"]{
	border-width: 1px;
    border-style: solid;
}
.widget.widget-article.fixed-newsletter div#mc_embed_signup{

}
.newsletter-footer .form-row.button-container button:hover{
	background: #fff;
	color: #48242f;
}
.footer-content-bottom, .footer-content-bottom p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  text-decoration: none;
}
.footer-content-bottom a{
	color: inherit;
}
.footer .newsletter{
 position: relative;
}
.footer .newsletter .message-block {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 20px;
  padding: 2px 0;
  top: auto;
  z-index: 10;
}
.footer-link .vertical .navigation-item a:hover,
.footer-link .vertical .navigation-item a:focus{
  color: #D2A01B;
}
.newsletter-footer .double-input-row.mandatory > label:after, .newsletter-footer .form-row.mandatory > label:after{
	display: none;
}
/* Landing Page Css*/
.landing-product {
  padding: 40px 0 100px;
}
.landing-product .image.product-image {
  float: left;
  width: 45% !important;
  padding-right: 50px;
}
.landing-product .block-content-wrap {
  float: left;
  width: 55% !important;
}
.landing-product .list-view .product-view-height-width img {
  max-width: 100%;
  max-height: 240px;
  width: 420px;
}

.landing-product .product-view.list-view .product-name-link{
	font-size: 36px;
  line-height: 44px;
  padding-bottom: 15px;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #48242f;
}
.landing-product  .summary {
  line-height: 34px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.landing-product  .product-block.product-view-height-width {
  height: auto;
  overflow: hidden;
}
.landing-product   span.current-price.price {
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  color: #48242f;
}

.landing-product  .btn-add {
  text-align: left;
  margin-top: 35px;
}
.landing-product .product-block .add-to-cart-button.button {
  background: #48242f;
  border: 2px solid #48242f;
  color: #fff;
  padding: 7px 30px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-indent: 0;
}
.landing-product .price-waper {
  padding-top: 15px;
  display: block;
}
.landing-product .product-block .add-to-cart-button.button:hover {
  background: #d39e2e;
  border-color: #d39e2e;
}
.top-margin-page{
	margin-top: 240px;
}
body#webcommander-page:not(.page-home) {
  background: url(/template/11f752a7/images/inner-bg.jpg) no-repeat center 270px;
}

.catherin-inner {
  font-family: 'honey_scriptlight';
  font-size: 45px;
}
.category-view.image-view .content {
  overflow: hidden;
  margin: 0 -10px;
}
.category-image-view.category {
  border: 0;
  margin: 0 0 20px;
  vertical-align: top;
  box-sizing: border-box;
  width: 33.3%;
  float: left;
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
.category.category-image-view.category-image-view-width:hover {
  opacity: 0.85;
}
.category-details-container .title {
  display: block;
  font-size: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}


.category-image-view img {
  max-width: 100% !important;
  width: 100%;
  height: auto;
}
.category .category-name {
  color: #ffffff;
  font-size: 15px;
  margin-top: 7px;
  display: block;
  text-align: left;
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.8) url(/template/11f752a7/images/arrow.png) right no-repeat;
  left: 10px;
  right: 10px;
  padding: 11px;
}
.category .category-name a.category-name-link.title-link.link {
  color: #ffee98;
  font-size: 21px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
  padding-left: 10px;
}
.sidebar-category-listing {
  background: #fff;
  padding: 20px;
  border: 12px solid #ece8ea;
  box-sizing: border-box;
  margin-right: 40px;
}
.sidebar-category-listing .category-image-view {
  width: 100%;
  float: none;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.sidebar-category-listing .category-image-view img {
  max-width: 100% !important;
  position: relative;
}
.sidebar-category-listing .category-image-view:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.sidebar-category-listing  .image.category-image-view-height.category-image.et_ecommerce_category {
  height: auto;
}
.sidebar-category-listing .category-view.image-view .content {
  overflow: hidden;
  margin: 0;
}
.sidebar-category-listing .category .category-name a.category-name-link.title-link.link {
  color: #765a55;
  padding-left: 0;
}
.sidebar-category-listing .category .category-name {
  text-align: left;
  background: none;
  left: auto;
  right: auto;
  padding: 0;
  position: relative;
}
.widget > .widget-title {
  padding-bottom: 0;
  color: #43222d;
  font-size: 24px;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0 0 10px;
  border-bottom: 0;
  font-family: 'Josefin Sans', sans-serif;
}
.product-container .product-view.image-view {
  padding: 0 10px;
}
.product-view.image-view .content{
	overflow: hidden;
  margin: 0 -10px;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 25px 10px;
  vertical-align: top;
  position: relative;
  width: 25%;
  float: left;
}
#customer-profile-tabs .product-view.image-view .product-block,  #customer-profile-tabs  .product-view.scrollable-view .product-block{
	width: 33.33%;
}
#bmui-tab-overview .view-item {
  color: #a0771f;
}
.product-view.image-view .product-block:hover {
  box-shadow: 0px 0px 1px 0 #48242f inset;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
  color: #43222d;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 10px;
}
.product-view.image-view .product-block .price-block-container .price{
  color: #43222d;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  display: block;
}
.product-block .add-to-cart-button.button {
  margin: 0;
  background: url(/template/11f752a7/images/cart-icon.png) no-repeat 15px 7px rgb(202, 138, 30);
  text-indent: 27px;
  border: none;
  cursor: pointer;
  padding: 7px 20px 7px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
.product-block .add-to-cart-button.button:hover{
	background: url(/template/11f752a7/images/cart-icon.png) no-repeat 15px 7px rgb(97, 55, 68);
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  margin-bottom: 25px;
}
.product-view .header select.per-page-count{
	float: right;
}

select.per-page-count{
  margin-left: 10px;
  height: 35px;
  border: 0;
  background: #f1f1f1;
}
.product-view .header select {
  background: #ffffff;
  border: 1px solid #bbb;
}
.pagination span{
	box-shadow: none;
	border: 0;
}
.pagination span.current {
  background: #48242f;
  color: #FFFFFF;
  border-radius: 50%;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
  background-color: #fff;
  border:0;
  margin-top: 30px;
  padding: 10px;
}
.category-details-container .category-detail-width {
  width: 290px;
  float: right;
  margin-left: 25px !important;
}
.category-details-container .description p{
	padding: 0 0 15px;
}
.product-container .title {
  display: none;
}

.product-container {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}
/* Product Details */

h1.product-name {
	margin-bottom: 0px;
}
.product-widget.widget-productSummary .title{display: none;}
.widget-productSummary .summary {
  font-size: 21px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 30px;
  color: rgba(0,0,0,0.7);
}
.product-widget.widget-price .price {
  font-size: 30px;
}
.product-widget.widget-addCart span.add-to-cart-button.button.et_pdp_add_to_cart {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 32px;
  border: 0;
  float: right;
}
.product-widget.widget-variation {
  margin-top: 28px;
}
.product-widget.widget-information .bmui-tab .bmui-tab-body-container{
	border: 0;
	padding: 30px 0;
}
.product-widget.widget-information .bmui-tab .bmui-tab-header.bmui-tab-active {
  background-color: #ffffff;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  color: rgba(0,0,0,1);
}
.product-widget.widget-information .bmui-tab-body-container .title {
  display: none;
}
.page-product .product-widget.widget-price {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding-bottom: 15px;
  padding-top: 20px;
  margin: 15px 0;
}
.page-product .product-widget.widget-stockMark span.available.stock-mark {
  position: absolute;
  right: 0px;
  margin-top: -60px;
}
.page-product  .product-widget.widget-addCart .stepper::before {
  content: "Quantity";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 15px;
}
.page-product  .product-widget.widget-addCart .stepper {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  padding-left: 80px;
  width: 150px;
  margin-top: 1px;
  margin-right: 5px;
}
.page-product .product-widget.widget-addCart {
  overflow: hidden;
  margin-bottom: 30px;
}
.product-widget.widget-information  .bmui-tab .bmui-tab-header {
  background-color: #FFFFFF;
  border: 0;
  font-size: 15px;
  padding: 12px 38px;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 4px;
  border-radius: 0;
  color: rgba(0,0,0,0.7);
}
.product-widget.widget-information  .bmui-tab-header-container {
  letter-spacing: -4px;
  word-spacing: -4px;
  border-bottom: 1px solid #eee;
}
.page-product .bmui-tab {
  padding-top: 60px;
}
/* Breadcrumb */

.widget.widget-breadcrumb {
  margin-bottom: 50px;
  margin-top: 0;
}
.breadcrumb-item.root .icon::before {
  content: "Home";
}

.breadcrumb-item.root .icon {
  background: none;
  width: auto;
}
span.breadcrumb-item.current{
	color: rgba(0,0,0,0.7);
}
.widget.widget-breadcrumb {
  text-align: center;
}
.breadcrumb-item .separator{
  font-size: 0

}
.breadcrumb-item .separator::after {
  content: "/";
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  padding-left: 4px;
}
.global-bottom-margin{
	margin-top: 80px;
}

/*
Contact Us
************/

.widget-form.contact-form  .simpleCaptcha-container {
  padding: 5px 0 12px;
}
.widget-form.contact-form .single-input-row .form-row {
  margin-top: 15px;
}
.widget-form.contact-form .single-input-row .form-row.textArea {
  margin-top: 20px;
}
.custom-form .form-row.btn-row .submit-button{
  width: 100%;
}

.widget-form.contact-form {
  text-align: center;
  margin-top: 40px;
}
.widget-form.contact-form .form-template {
  width: 768px;
  margin: 0 auto;
  max-width: 100%;
}
.widget-form.contact-form .form-template .double-input-row .form-row {
  padding-top: 7px;
}
.widget-form.contact-form .simpleCaptcha-container {
  padding: 5px 0 12px;
}
.widget-form.contact-form .single-input-row .form-row {
  margin-top: 15px;
}
.widget-form.contact-form .single-input-row .form-row.textArea {
  margin-top: 20px;
}
.widget-form.contact-form .form-template input[type="text"]{
  height: 45px;
}

.widget-form.contact-form .form-template input[type="text"],
.widget-form.contact-form .form-template textarea{
  border: 1px solid #999;
}

.widget-form.contact-form .simpleCaptcha-container {
  padding: 15px 0 10px;
}
.widget-form.contact-form .form-row.btn-row .submit-button{
  width: 100%;
  line-height: 28px;
}
.user-nav  .label, .location-icon .label {
  visibility: hidden;
}
.user-nav  .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
  color: #000;
  border-bottom: 0;
}
.user-nav .navigation-item-child-container::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #f4f4f4;
  top: -8px;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -7.5px;
}
.header .user-nav  .nav-wrapper .navigation-item-child-container .label {
  visibility: visible;
}
.widget.widget-navigation.user-nav{
	text-align: center;
}
.widget.widget-navigation.user-nav .horizontal .has-child .navigation-item-child-container {
	left: 50%;
  position: absolute;
  top: 45px;
  width: 180px;
  padding: 5px 0;
  margin-left: -90px;
  border-radius: 3px;
}
.widget.widget-navigation.user-nav .horizontal .has-child .navigation-item-child-container .navigation-item a {
  display: block;
  padding: 2px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #48242f;
}
.widget.widget-navigation.user-nav .horizontal .has-child .navigation-item-child-container .navigation-item a:hover {
  color: #d7a42f;
}
.cart-widget-img{
	background: url(/template/11f752a7/images/cart.png) no-repeat left top !important;
	float: right;
}
.cart-widget-text {
  font-size: 15px;
  padding-left: 3px;
  vertical-align: middle;
  color: #fff;
  padding-right: 15px;
  float: right;
}

/*
Retreats Pages
***************/
.common-artical-page .article-content h3 , .retreat-artical-page h3 {
  font-weight: normal;
  margin-bottom: 0px;
}
.common-artical-page .article-content img{
  height: auto;
  float: right;
  max-width: 400px;
  margin: 0 0 15px 40px;
}
.calm-article.widget-snippet img.story-image{
  height: auto;
  float: right;
  max-width: 400px;
  margin: 0 0 15px 65px;
}
.retreat-artical-page div img:first-child{
  margin-left: 10px;
}
.retreat-artical-page div img:last-child{
  margin-left: 40px;
}
.retreat-artical-page img{
  height: auto;
  float: right;
  max-width: 400px;
  margin: 0 0 15px 40px;
  min-width: 195px;
}
.widget.widget-article.common-artical-page {
  overflow: hidden;
}
.catherine-inner{
	font-family: 'honey_scriptlight';
  font-size: 45px;
  font-weight: normal;
}
/* article image classes */
.widget-article .article-content img.education-image{
  float: right;
  margin-left: 15px;

}
.widget-article .article-content img.my-image{
	float: right;
	margin-left: 30px;
}
.widget-article .article-content img.story-image{
  float: right; margin-left: 15px; margin-top: 25px;
}
.widget-article .article-content img.craft-image{
  float: right;margin-left: 15px;margin-bottom:15px;
}
.signature{
	font-family: 'honey_scriptlight'; font-size: 45px; font-weight: normal;
}
/* Blog */
.widget-blogPost.insights-blog .blog-post-content {
  overflow: hidden;
  padding: 0;
  margin: 0 -8px;
}
.insights-blog .blog-post-item {
  width: 33.333%;
  float: left;
  padding: 8px;
  border: 0;
  margin: 0;
  overflow: hidden;
  height: 275px;
  position: relative;
}
.insights-blog .blog-post-item .post-list-view {
  width: 100%;
  min-height: 200px;
  height: auto;
  padding: 0;
}
.insights-blog .blog-post-item .post-list-view a{
  display: block;
  overflow: hidden;
}
.insights-blog .blog-post-item .post.post-list-view img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -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;
}
.insights-blog .blog-post-item img{
	width: 100%;
}
.insights-blog .blog-post-item:hover img{
  transform: scale(1.1);
}
.insights-blog .blog-post-item:hover {
  color: #ffee98;
}
.widget-blogPost.insights-blog .title {
	line-height: 24px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  top: auto;
  width: 100%;
  padding: 8px 15px;
  background: url(/template/11f752a7/images/arrow.png) no-repeat right center rgba(0, 0, 0, 0.8);
}
.widget-blogPost.insights-blog .blog-post-item .post-description{
  position: relative;
}
.widget-blogPost.insights-blog .blog-post-item .title{
	color: #ffee98;
}
.widget-blogPost.insights-blog .blog-post-item .title:hover{
	color: #ffee98;
}
.widget-blogPost.insights-blog .blog-post-item .title a {
  font-size: 20px;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}
.widget-blogPost.insights-blog .blog-post-item .title a:hover{
  color: #ffee98;
}
.insights-blog .blog-post-item .title a{
  -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;
}
.insights-blog .post-description .content,
.insights-blog .post-description .blog-post-info{
  display: none;
}


/* Blog Details */
.blog-post-details .image img{
  height: auto;
  width: 100%;
}
a, .widget-snippet a,
a:focus, a:active, a:link, a:visited,
.widget-snippet a:focus, .widget-snippet a:active, .widget-snippet a:link, .widget-snippet a:visited{
  outline: 0 !important;
}
.blog-post-details .post-description {
  max-width: 1024px;
  margin: 0 auto;
}
.blog-post-details .content img {
  float: right;
  padding-left: 30px;
}
.blog-post-details .content p{
  font-size: 15px;
}

/* 404 Page not faund */
.pagenotfaund {
  text-align: center;
}
.pagenotfaund h1{
  color: #000;
}
.pagenotfaund h2{
  color: #000;
  font-size: 30px;
}
.widget.widget-article.fixed-newsletter {
  background: rgba(215, 155, 45, 0.9);
}
.widget.widget-article.fixed-newsletter input[type="email"] {
  width: calc(100% - 50px);
}
.widget.widget-article.fixed-newsletter .newsletter {
  max-width: 420px;
  margin: 45px auto 0;
  position: relative;
}
.widget.widget-article.fixed-newsletter .form-row.button-container{
	position: absolute;
  right: 0;
}
.widget.widget-article.fixed-newsletter input[type="submit"] {
  border-left: 0;
  float: left;
  width: 50px;
  padding: 10px;
  box-sizing: border-box;
  background: transparent;
  border-color: #fff;
  height: 45px !important;
  text-transform: capitalize;
}
.widget.widget-article.fixed-newsletter input[type="submit"]:hover{
	background: #fff;
	color: #000;
}
.widget.widget-article.fixed-newsletter div#mc_embed_signup {
  text-align: center;
  max-width: 420px;
  margin: 45px auto;
}

.widget.widget-article.fixed-newsletter  .form-row.mandatory {
  width: 100%;
}
.widget.widget-article.fixed-newsletter input[type="email"] {
	border: 2px solid #fff;
  background: transparent;
  float: left;
  height: 45px;
  padding: 10px;
  color: #fff;
}

.widget.widget-article.fixed-newsletter input::-webkit-input-placeholder {color: #f8f8f8; }
.widget.widget-article.fixed-newsletter input:-moz-placeholder {color: #f8f8f8;}
.widget.widget-article.fixed-newsletter input::-moz-placeholder {color: #f8f8f8;}
.widget.widget-article.fixed-newsletter input:-ms-input-placeholder {color: #f8f8f8; }
.widget.widget-article.fixed-newsletter   div#mc_embed_signup h3{
	text-align: center;
	width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  color: rgba(255,255,255,1.0);
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
}
.close-box {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  padding-top: 1px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 6px;
  border: 5px solid #dba542;
  text-align: center;
  cursor: pointer;
}
.dockable {
	background-color: transparent;
}
.fixed-newsletter .errorlist.after {
	height: 24px;
  position: absolute;
  margin-top: 45px;
}
.fixed-newsletter .errorlist.after .message-block.message-text {
  background: #d61616;
  color: #fff !important;
  text-align: center !important;
  font-size: 13px;
  width: 100%;
  border-radius: 3px;
}
.product-top-text{
	padding-top: 100px;
}
.product-top-text p{
  font-size: 17px;
  max-width: 530px;
  margin: 0 auto;
  line-height: 30px;
}

.search-form.show::after {
  background: #dba730 none repeat scroll 0 0;
  content: "";
  height: 150px;
  left: calc(-50vw + 50%);
  position: absolute;
  width: 100vw;
  top: 0;
  z-index: -1;
}
#webcommander-page > .body > .widget-container {
  min-height: 450px;
}
.widget.widget-snippet.content-page img{
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
.category-details-container, .subcategory-container {
  overflow: hidden;
}
.page-hand-crafted-skincare .global-bottom-margin {
  margin-top: 0px;
}
.page-hand-crafted-skincare  .home-products {
  margin-top: 80px;
  padding: 70px 0 70px;
  background: #31141d;
}
/*start:blog*/
.widget-blogPost.blog-left-content,
.auto-page  .blog-post-details {
  padding-right: 60px;
}
.blog-left-content .blog-post-item {
  margin: 0 0 30px 0;
  padding: 0 0 40px 0;
  overflow: hidden;
}
.blog-left-content  .post.post-list-view-height {
  padding: 7px 0 0 0;
  margin-right: 30px;
  width: 200px;
  height: 135px;
  float: left;
  overflow: hidden;
}
.blog-left-content .post.post-list-view img {
  width: 100%;
  height: auto;
}
.blog-left-content .post-description h3.title{
  padding: 2px 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-left-content .post-description h1.title a{
  font-size: 28px;
  color: #751e39;
  font-weight: 500;
}
.blog-left-content .post-description h3.title a:hover{
  color: #d59f32;
}
.blog-post-item .post-description {
  overflow: hidden;
}
.blog-left-content .blog-post-item .content {
  display: block;
  padding-bottom: 11px;
  padding-top: 8px;
  min-height: 50px;
}
.blog-left-content .blog-post-item .content,
.sideber-recent-post  .blog-post-item .content {
  font-size: 13px;
  line-height: 20px;
}
.blog-left-content .blog-post-info,.sideber-recent-post .blog-post-info {
  padding-top: 0;
  line-height: 18px;
}
.blog-left-content .blog-post-info span,.sideber-recent-post .blog-post-info span{
  font-size: 12px;
  background: none !important;
  padding: 0 6px 0 0 !important;
  font-style: italic;
  color: #999;
}
.blog-left-content .post-description a {
  color: #751e39;
  font-weight: 100;
  font-size: 13px;
  padding-right: 8px;
  position: relative;
}
.blog-left-content .post-description > a::before {
  content: "\f178";
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 13px;
  font: normal normal normal 14px/1 FontAwesome;
}
.blog-left-content .post-description a:hover{
  color: #d59f32;
}
.sideber-recent-post .post-description h3.title{
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sideber-recent-post .post-description h3.title a{
  font-size: 20px;
  color: #5a243d;
}
.sideber-recent-post .post-description h3.title a:hover{
  color: #d59f32;
}
.sideber-recent-post  .widget-title{
  font-size: 28px;
  color: #751e39;
  margin: 0;
  padding: 0 0 15px 0;
}
.sideber-recent-post .blog-post-item {
  margin: 0 0 13px 0;
  padding: 0 0 25px 0;
}
.blog-post-item .content{
  padding: 0;
}
.sideber-recent-post{
  background: none;
  padding: 31px 20px 0px;
  border: 20px solid #eee;
}

.blog-left-content  .blog-post-item .post.post-list-view img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -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;
}
.blog-left-content   .blog-post-item img{
  width: 100%;
}
.blog-left-content   .blog-post-item img:hover{
  transform: scale(1.1);
}
.blog-post-content .footer .pagination{
  float: none;
}
.sideber-recent-post  .blog-post-item .content {
  padding: 5px 0 0 0;
}
.blog-post-details .title{
  padding-bottom: 30px;
}
/*end:blog*/


.page-product .widget-likeus .googleplus-like-us {
  line-height: 0;
}
.shopping-cart-total .discount-coupon-code-form.valid-verify-form .errorlist.after {
  margin-top: -14px;
}
.discount-coupon-code-form .form-row {
  margin: 0;
}
.discount-coupon-code-form .form-row.btn-row {
  margin-top: 10px;
}

.form-row.city-selector-row  label,
.form-row.state-selector-row label,
.form-row.country-selector-row label{
  margin: 0 0 0;
}
.form-row.state-selector-row label{
  margin-top: 4px;
}
.checkout-address-selector .chosen-container .chosen-results {
  padding: 10px;
}

.shipping-address.accordion-item .form-row.city-selector-row label,
.billing-address.accordion-item .form-row.city-selector-row label{
  margin: 0;
}
#customer-profile-tabs td, #customer-profile-tabs th {
  word-break: normal;
}

.fixed-newsletter.newsletter-footer .mc-field-group {
  position: relative;
}
.widget.widget-article.fixed-newsletter div#mc_embed_signup .mc-field-group {
  position: relative;
}
.gift-registry-create-edit-form .form-row.city-selector-row label{
  margin: 0;
}


.product-widget.widget-likeus {
  overflow: hidden;
}

.form-row.textArea.mandatory .errorlist.after{
  margin-top: -3px;
}


.widget.widget-snippet  .awaken-healing-img img {
  width: 33.333%;
}
.responsive .widget-snippet .treatments-section .col-md-12 img, .responsive .widget-snippet .treatments-section .col-md-6 img {
  margin-top: 5px;
}

.page-workshops .insights-item {
  max-height: 215px;
  padding: 15px 8px;
}
.page-workshops .insights-item .img-wrap {
  height: 100%;
}
.page-product .widget-likeus .googleplus-like-us {
  width: 53px;
}
.page-product .widget-likeus .twitter-like-us {
  width: 81px;
}
.page-product .widget-likeus .facebook-like-us {
  width: 81px;
}
.widget-snippet.header-phone .phone-number a:focus{
  color: #fff;
  text-decoration: none;
}

body#webcommander-page.auto-page.page-cart .body .widget-container {
  min-height: 504px;
}

.auto-page.page-category .image-view .product-view-height-width .image {
  height: 149px;
}
.auto-page.page-category .product-view.image-view .product-name,
.auto-page.page-category .product-view.scrollable-view .product-name{
  margin-bottom: 0;
}

#customer-profile-tabs #bmui-tab-gift-registry .gift-registry-list table tr td{
  text-align: center;
}
#customer-profile-tabs #bmui-tab-gift-registry .gift-registry-create-edit-form .Zebra_DatePicker_Icon_Wrapper input.time-field{
  margin: 0;
}
.time-out.popup .header-line {
  background-color: transparent;
  text-align: center;
}
.time-out.popup .header-line .ok {
  width: 93px;
}

.widget-snippet .welcome-right-part a {
  display: inline-block;
  vertical-align: top;
}




.widget.widget-pageHeading {
  padding: 76px 0;
  text-align: center;
  margin-bottom: 75px;
  background: none;
}



.page-category .category-details-container h1 {
  color: #fff4bd;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 48px;
  display: block;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  border: 0;
  padding: 70px 0 154px;
}
.page-category .category-details-container h1::before {
  left: -100px;
}
.page-category .category-details-container h1::after{
  right: -100px;
}


.shipment-calculator-popup .multi-column .first-column .shipment-calculator-form::before,
.shipment-calculator-popup .multi-column .first-column .shipment-calculator-form::after{
  content: " ";
  display: table;
}
.shipment-calculator-popup .multi-column .first-column .shipment-calculator-form::after{
  clear: both;
}
.shipment-calculator-popup .form-row.city-selector-row input,
.shipment-calculator-popup .form-row.post-code-row input{
  margin: 0;
}
.page-checkout .accordion-item .edit-address-mode-block .form-row.country-selector-row,
.page-checkout .accordion-item .edit-address-mode-block .form-row.state-selector-row{
  margin: 9px 0;
}


.responsive.auto-page.page-profile .product-view.scrollable-view img,
.responsive.auto-page.page-profile .product-view.image-view img {
  max-width: 265px;
  max-height: 180px;
  min-height: 180px;
}
#bmui-tab-abandoned-cart .abandoned-cart-items-wrap,
#bmui-tab-abandoned-cart #abondoned-cart-list{
  overflow-y: scroll;
}
#bmui-tab-abandoned-cart .abandoned-cart-items-wrap table,
#bmui-tab-abandoned-cart #abondoned-cart-list table{
  min-width: 650px;
}

.responsive.page-profile #bmui-tab-abandoned-cart .confirm-panel .form-row.btn-row .back-button{
  margin-left: 5px;
}


.page-category .category-details .category-details-container h1.title.page-heading{
  position: relative;
}
.page-category .category-details .category-details-container h1.title.page-heading::before{
  content: '';
  width: 80px;
  height: 1px;
  background: #fff4bd;
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 37%;
  transform: translateY(-50%);
  margin-left: -255px;
}
.page-category .category-details .category-details-container h1.title.page-heading::after{
  content: '';
  width: 80px;
  height: 1px;
  background: #fff4bd;
  position: absolute;
  display: inline-block;
  right: 50%;
  top: 37%;
  transform: translateY(-50%);
  margin-right: -255px;
}
.action-icon.save {
  background: none;
}
.action-icon.save:after {
  content: "\f0c7";
  font-family: Fontawesome;
  font-size: 20px;
  color: #48242f;
}
.action-icon.save:hover:after {
  color: #d2a128;
}
/*----------------------------------------------------------------
 Customer profile
------------------------------------------------------------------*/

#customer-profile-tabs .bmui-tab-body-container .bmui-tab .bmui-tab-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
  background: none;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #e2e2e2;
}
#customer-profile-tabs .bmui-tab-body-container .bmui-tab .bmui-tab-header {
  background-color: #fff;
  margin: 0 5px;
  border: 1px #e2e2e2 solid;
  margin-bottom: -1px;
  padding: 0 10px;
  font-weight: 600;
}
#customer-profile-tabs .bmui-tab-body-container .bmui-tab .bmui-tab-header.bmui-tab-active {
  border-color: #e2e2e2 #e2e2e2 #ffffff #e2e2e2;
  background: #ffffff;
}
#customer-profile-tabs .bmui-tab-body-container .bmui-tab .bmui-tab-header.bmui-tab-active .title {
  background: none;
  margin: 0;
  color: #48242f;
}
#customer-profile-tabs .bmui-tab-body-container .bmui-tab-body-container {
  padding: 0;
  background: none;
  border: none;
}
/*---- button line button ---- */
#customer-profile-tabs .button-line {
  margin-left: -3px;
  margin-right: -3px;
  font-size:0;
}
#customer-profile-tabs .button-line > *{
  font-size: 13px;
}
#customer-profile-tabs .button-line .link-btn {
  height: 36px;
  padding: 4px 20px;
  background-color: #48242f;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  color: #ffff;
  margin: 0 3px;
}
#customer-profile-tabs button[disabled] {
  background: #999 none repeat scroll 0 0;
  border: medium none;
  color: #555;
  text-shadow: 0 0 1px #e6e6e6;
  cursor: default;
  border: 2px #999 solid;
}
#customer-profile-tabs .special-product .title {
  font-size: 20px;
}
.account_information .edit-password-form .form-row {
  padding-left: 10px;
  padding-right: 10px;
}
.account_information .edit-password-form {
  max-width: 500px;
}
#customer-profile-tabs .edit-password-form .btn-row {
  padding-top: 12px;
}
#cust

/*----------------------------------------------------------------
 Manage My Account
------------------------------------------------------------------*/

/*----- Account Information ---- */
#customer-profile-tabs .account_information .name {
  font-size: 16px;
}
#customer-profile-tabs .account-short-details label {
  width: 85px;
}

/*--- form design --- */
#customer-profile-tabs .account-details-form,
#customer-profile-tabs .edit-address-form {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#customer-profile-tabs .account-details-form .form-row,
#customer-profile-tabs .edit-address-form .form-row {
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  float: none;
}
#customer-profile-tabs .edit-password-form .errorlist.after,
#customer-profile-tabs .edit-address-form .errorlist.after,
#customer-profile-tabs .account-details-form .errorlist.after {
  padding: 0;
  position: static;
}
#customer-profile-tabs .edit-password-form .btn-row,
#customer-profile-tabs .edit-address-form .btn-row,
#customer-profile-tabs .account-details-form .btn-row {
  padding: 5px 0 0 10px;
}
#customer-profile-tabs .account-details-form .form-row input,
#customer-profile-tabs .edit-address-form .form-row input,
#customer-profile-tabs .account-details-form .form-row select,
#customer-profile-tabs .edit-address-form .form-row select {
  width: 100%;
}
#bmui-tab-account_information .title {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  color: #000;
  padding-left: 10px;
}
.account_information .edit-password-form input {
  width: 100%;
}
#customer-profile-tabs th {
  color: #555;
}
#customer-profile-tabs .billing_address .button-line,
#customer-profile-tabs .shipping_address .button-line {
  padding-top: 15px;
}
.floating-panel-popup {
  padding: 15px;
  border: 2px solid #d59d26;
  box-shadow: 0 0 10px rgba(0,0,0, .5);
}
  /*----------------------------------------------------------------
   My Orders
  ------------------------------------------------------------------*/

#customer-profile-tabs .pending_order .panel-header:nth-child(1) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.panel-header .link-btn {
  height: 36px;
  padding: 4px 20px;
  background-color: #48242f;
  text-decoration: none;
  line-height: 28px;
  color: #ffff;
  font-size: 13px;
  margin: 0 2px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.panel-header .link-btn:hover {
  background-color: #d2a128;
}
/*---- Share floating popup --- */
.customer-share-options {
  padding: 4px 15px;
}
.customer-share-options label {
  font-size: 16px;
  color: #333;
  padding-bottom: 7px;
  display: block;
}
.customer-share-options .share-medium > div {
  margin: 6px 0;
  color: #333;
}
.customer-share-options .share-medium > div:hover {
  color: #d2a128;
  cursor:pointer;
}
.product-share-option.popup {
  min-width: 210px;
}
.site-popup .title-bar, .confirm-popup .header-line {
  background: none;
  text-align: center;
  border-bottom: 1px #ccc solid;
}
.site-popup .content, .confirm-popup .body {
  padding: 30px 0 0 0;
}
.page-profile .oder-comment-form textarea {
  width: 100%;
}
#customer-profile-tabs span.tax-message {
  font-size: 12px;
}

/*------ panel header----------*/
#customer-profile-tabs .pending_order .panel-header:nth-child(2) {
  padding: 15px;
  background-color: #f6f6f6;
}
#customer-profile-tabs .pending_order .panel-header:nth-child(2) [class^="header-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
#customer-profile-tabs .pending_order .panel-header:nth-child(2) .header-left {
  border-right: 1px #e6e6e6 solid;
}
#customer-profile-tabs .pending_order .panel-header:nth-child(2) .header-right {
  padding-left: 20px;
}
#customer-profile-tabs .panel-header .title {
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
  font-weight: bold;
  color: #555;
}
#customer-profile-tabs .wish-list-list .create-wish-list,
#customer-profile-tabs .gift_registry .create-gift-registry {
  margin-top: 15px;
}
#customer-profile-tabs .wish-list-edit-form td {
  text-align: center;
}
#customer-profile-tabs .gift-registry-create-edit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#customer-profile-tabs .gift-registry-create-edit-form .form-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
#customer-profile-tabs .gift-registry-create-edit-form .form-row input,
#customer-profile-tabs .gift-registry-create-edit-form .form-row select {
  width: 100%;
}

#customer-profile-tabs .gift-registry-create-edit-form .form-row.btn-row {
  margin-top: 15px;
}
#customer-profile-tabs .gift-registry-create-edit-form .form-row .errorlist.after {
  position: static;
}
#customer-profile-tabs .gift_registry h3 {
  padding-left: 10px;
}
#customer-profile-tabs .gift_registry .group-row h3 {
  padding-left: 0;
}
.gift-registry-create-edit-form button.Zebra_DatePicker_Icon {
  background-position: right 9px;
}
.gift_registry table + .btn-row {
  margin-top: 15px;
}
.store-credit-request-form .submit-button {
  margin-top: 13px;
}
form.payment-form.site-popup-form label {
  display: block;
}
#customer-profile-tabs .product-view .price {
  color: #43222d;
  font-size: 17px;
  font-weight: 700;
}
.save-cart.popup .form-row label {
  width: 83px;
}
/*---- comments popup ---- */
.site-popup .title,
.confirm-popup .title {
  color: #555;
}
.site-popup .title-bar .close:before,
.confirm-popup .title-bar .close:before {
  color: #555;
}
.site-popup .button-line button[disabled],
.confirm-popup .button-line button[disabled] {
  background: #999 none repeat scroll 0 0;
  border: medium none;
  color: #555;
  text-shadow: 0 0 1px #e6e6e6;
  cursor: default;
}
.confirm-popup .message {
  color: #555;
}

/*----------------------------------------------------------------
 Store Credit
------------------------------------------------------------------*/

#customer-profile-tabs #bmui-tab-my-entitlements .bmui-tab-header-container .title {
  font-size: 20px;
  color: #a5035e;
  padding: 0;
  font-family: 'Josefin Sans', sans-serif;
}
#customer-profile-tabs .bmui-tab-body-container #bmui-tab-my-entitlements  .bmui-tab .bmui-tab-header.bmui-tab-active {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
#customer-profile-tabs .bmui-tab-body-container #bmui-tab-my-entitlements .bmui-tab .bmui-tab-header-container {
  margin: 0;
  padding:0 0 15px 0;
  background: none;
  border: none;
}
#customer-profile-tabs .bmui-tab-body-container #bmui-tab-my-entitlements .bmui-tab .bmui-tab-body-container {
  background: none;
  border: none;
  padding: 0;
}
#bmui-tab-my-entitlements .bmui-tab.top-box {
  padding: 0;
  border-bottom: none;
}
#bmui-tab-store_credit label {
  display: block;
  padding-bottom: 5px;
}
#bmui-tab-store_credit textarea {
  height: 150px;
  width: 400px;
}
.store_credit .store-credit-info {
  font-size: 14px;
}
.loging-to-save {
  text-align: center;
}
.loging-to-save .header {
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
} 