/*buttons*/
/*image path*/
/* Breackpoints
------------------------------------------------------------------*/
/*@desktop-xl: 		~"only screen and (min-width: 1129px)";*//**
 * ----------------------------------------------------------------------------------------
 * 1.0 - Font-face
 * ----------------------------------------------------------------------------------------
 */
@font-face {
  font-family: 'proxima_nova_regular';
  src: url('../fonts/regular/proximanova-regular-webfont.eot');
  src: url('../fonts/regular/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/regular/proximanova-regular-webfont.woff') format('woff'), url('../fonts/regular/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/regular/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_bold';
  src: url('../fonts/bold/proximanova-bold-webfont.eot');
  src: url('../fonts/bold/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bold/proximanova-bold-webfont.woff') format('woff'), url('../fonts/bold/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/bold/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * ----------------------------------------------------------------------------------------
 * 2.0 - Reset
 * ----------------------------------------------------------------------------------------
 */
* {
  margin: 0;
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-box-sizing,
.no-box-sizing:after,
.no-box-sizing:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background-color: #fff;
  font: 16px / 24px "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smooting: antialiased;
  color: #333;
}
img {
  border: 0;
  vertical-align: top;
}
a {
  color: #111;
  text-decoration: none;
}
a:hover {
  color: #d9a885;
  text-decoration: none;
}
:focus {
  outline: 0;
}
/* Forms */
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
/* Table */
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
/* Content */
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
sup {
  font-size: 1em;
  vertical-align: top;
}
/* HTML5 */
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Lists */
ul,
ol {
  list-style: none;
}
/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left,
.fleft {
  float: left !important;
}
.f-right,
.right,
.fright {
  float: right !important;
}
.f-none {
  float: none !important;
}
.fcenter {
  margin: 0 auto;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
hr {
  height: 0;
  line-height: 0;
  border: none;
  border-top: 1px solid #f1f1f1;
}
hr.hr-01 {
  margin: 25px 0 25px;
}
img.alignright {
  margin: 0px 15px 15px 25px;
}
img.alignleft {
  margin: 0px 25px 15px 15px;
}
img.responsive {
  width: 100%;
  height: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.z-index-1 {
  z-index: 1;
}
.image-placeholder {
  display: block;
  padding: 20px;
  text-align: center;
}

.m-b-20 { margin-bottom:20px !important; }
/**
 * ----------------------------------------------------------------------------------------
 * 3.0 - Typography
 * ----------------------------------------------------------------------------------------
 */
h1,
h2,
h3 {
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1px;
}
h1.product-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 16px;
}
h2 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 3px;
}
h2.banner-title {
  line-height: 30px;
  padding-bottom: 20px;
}
h3 {
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 2px;
  color: #504c6a;
}
h4 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
p {
  font-size: 16px;
  line-height: 22px;
}
p.intro {
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
}
a {
  color: #504c6a;
}
.title-small {
  margin: 20px 0;
  font-size: 26px;
  line-height: 26px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
}
/**
 * ----------------------------------------------------------------------------------------
 * Icons
 * ----------------------------------------------------------------------------------------
 */
.icon {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  background: url("../images/sprite.png") no-repeat 0 0;
}
.icon-after {
  position: relative;
}
.icon-after:after {
  position: absolute;
  content: ".";
  width: 32px;
  height: 32px;
  top: -10px;
  left: 0px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
}
/* icons classes */
.icon-shopping-bag:after {
  background-position: -32px 0;
}
.icon-shopping-bag {
  padding-left: 35px;
}
.icon-succes:after {
  top: -6px;
  background-position: -256px 0;
}
.icon-succes {
  padding-left: 40px;
}
.icon-close:after {
  top: -5px;
  background-position: -160px -32px;
}
.icon-close {
  padding-left: 30px;
}
/* css icons */
.has-arrow-down {
  position: relative;
  padding-right: 11px;
}
.has-arrow-down:after {
  position: absolute;
  top: 5px;
  right: 0px;
  height: 0;
  width: 0;
  display: block;
  border: solid transparent;
  content: ".";
  text-indent: -9999px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #aba9a5;
}
.has-arrow-right {
  position: relative;
  padding-right:20px;
}
.has-arrow-right:after {
  transition: all .2s;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  /*right: 20px;*/
  right: 5px;
  height: 0;
  width: 0;
  display: block;
  border: solid transparent;
  content: ".";
  text-indent: -9999px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
}
.has-arrow-left {
  position: relative;
  padding-left:20px;
}
.has-arrow-left:after {
  transition: all .2s;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 20px;
  height: 0;
  width: 0;
  display: block;
  border: solid transparent;
  content: ".";
  text-indent: -9999px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #fff;
}
.has-arrow-left-invert {
  position: relative;
  padding-left:20px;
}
.has-arrow-left-invert:after {
  transition: all .2s;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  /*left: 20px;*/
  left: 5px;
  height: 0;
  width: 0;
  display: block;
  border: solid transparent;
  content: ".";
  text-indent: -9999px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #504c6a;
}
/**
 * ----------------------------------------------------------------------------------------
 * Buttons
 * ----------------------------------------------------------------------------------------
 */
.btn-remove {
  width: 32px;
  height: 32px;
  display: block;
  margin-top: 20px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
  background: url("../images/sprite.png") no-repeat -192px -32px;
}

#header-cart .btn-remove {
	margin-right: 5px;
	width: auto;
	height: auto;
	margin-top: 0px;
	background: none;
	text-indent: 0;
	overflow: visible;
}
/**
 * ----------------------------------------------------------------------------------------
 * Buttons - Boostrap buttons
 * ----------------------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* colors */
.btn-primary {
  border-color: #2d73d0;
  background-color: #2d73d0;
  color: #ffffff;
}
.btn-primary:hover {
  border-color: #568fda;
  background-color: #568fda;
}
.btn-info {
  background-color: #d9a885;
}
.btn-inverse {
  background-color: #fff;
  border-color: #fff;
  color: #111;
}
.btn-danger {
  background-color: red;
  border-color: red;
  color: #fff;
}
.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #2d73d0;
}
.btn-link:hover {
  color: #d9a885;
  text-decoration: none;
}
/* sizes */
.btn-lg {
  padding: 14px 40px 12px;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
}
.btn-sm {
  padding: 10px 10px 8px;
  letter-spacing: 1px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
}
.btn-xxlg {
  padding: 18px 40px 16px;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: inherit;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
}

/* layout */
.btn-block {
  width: 100%;
}
/* state */
/**
 * ----------------------------------------------------------------------------------------
 * Forms 
 * ----------------------------------------------------------------------------------------
 */
fieldset {
  padding: 0;
}
.input-text {
  width: 100%;
  padding: 10px 10px 8px;
  font-size: 14px;
  line-height: 14px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  border: 1px solid #e4e9ed;
}
.input-text:focus,
textarea:focus {
  border-color: #555;
}
.input-discount {
  font-size: 16px;
  line-height: 18px;
}
textarea {
  width: 100%;
  height: 80px;
  padding: 10px 10px 8px;
  font-size: 14px;
  line-height: 17px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  border: 1px solid #e4e9ed;
}
/* Validation
------------------------------------------------------------------*/
.validation-advice-container {
  font-size: 12px;
  color: red;
}
.validation-failed {
  border-color: red;
}

/* Form Validation */
.validation-advice { position:inherit !important; width:auto !important; clear:both; margin:3px 0 0; font-size:11px; font-weight:bold; line-height:13px; color:#eb340a; }
.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Floats
------------------------------------------------------------------*/
.form-list li {
  position:relative;
  margin-bottom: 10px;
}
.form-list .fields:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form-list .fields .field {
  position:relative;
  float: left;
  width: 48%;
}
@media only screen and (max-width: 529px) {
  .clearfix-xs:before{
    content:" ";
    display:table
  }

  .clearfix-xs:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .form-list .fields .field {
    float: none;
    width: 100%;
  }
  .form-list .fields .field:first-child {
    margin-bottom: 10px;
  }
}
.form-list .fields .field:last-child {
  float: right;
}
.form-list label {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
.form-list label em {
  float: right;
}
.form-list select {
  width: 100%;
}
/**
 * ----------------------------------------------------------------------------------------
 * Tables
 * ----------------------------------------------------------------------------------------
 */
.data-table {
  width: 100%;
  margin-bottom: 20px;
}
.data-table thead {
  color: #fff;
  background-color: #504c6a;
}
.data-table thead th {
  padding: 10px 14px 9px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
}
.data-table tbody {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.data-table tbody td {
  padding: 10px 14px 9px;
}
.data-table tbody .product-name {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.data-table tbody .item-options {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
}
.data-table tfoot {
  background-color: #fafafa;
  padding: 10px 0;
  border: 1px solid #ddd;
}
.data-table tfoot td {
  padding: 2px 10px 1px;
}
.data-table tfoot tr.first td {
  padding-top: 15px;
}
.data-table tfoot tr.last {
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
}
.data-table tfoot tr.last td {
  padding-bottom: 15px;
}
/* Bootstrap overite
------------------------------------------------------------------*/
.container-fluid {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 529px) {
  .container-fluid {
    padding: 0;
  }
  .cms-page-view aside { display:none; }  
  .gomage-checkout-onepage-index .cp-push-md-5 { padding-left:7px; }
  .shipping-methods-available dt { margin-left:0px !important; }
}
@media only screen and (max-width: 768px) {
  .cms-page-view aside { display:none; }  
}
@media only screen and (min-width: 530px) and (max-width: 989px) {
  .container-fluid {
    padding: 0;
  }
}
@media only screen and (min-width: 990px) and (max-width: 3000px) {
  .container {
    width: 1060px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 989px) {
  .container {
    width: 100%;
    /*padding-left: 14px !important;
    padding-right: 14px !important;*/
  }
}
.row {
  margin-left: -7px;
  margin-right: -7px;
}
ul,
ol {
  margin: 0;
}
.container,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
}
.breadcrumb {
  background-color: transparent;
}
.media {
  margin-top: 0;
}
.radio,
.checkbox {
  display: inline-block;
}
/**
 * ----------------------------------------------------------------------------------------
 * 4.0 - General layout
 * ----------------------------------------------------------------------------------------
 */
.center-wp {
  width: 90%;
  margin: 0 auto;
}
.full-wp {
  padding: 40px 0;
  background-color: #f0f0f2;
}
/* Helper grid classes
------------------------------------------------------------------*/
.cp-push-md-1 {
  padding-left: 10px;
}
.cp-push-md-2 {
  padding-left: 20px;
}
.cp-push-md-3 {
  padding-left: 30px;
}
.cp-push-md-4 {
  padding-left: 40px;
}
.cp-push-md-5 {
  padding-left: 50px;
}
/*buttons*/
/*image path*/
/* Breackpoints
------------------------------------------------------------------*/
/*@desktop-xl: 		~"only screen and (min-width: 1129px)";*//**
 * ----------------------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------------------
 */
 
#checkout-review-table tbody tr td.last{
	vertical-align: middle;
	border-left: 1px solid #efefef!important;
}
#checkout-review-table tbody tr td dl dt,
#checkout-review-table tbody tr td dl dd{
	border-bottom: 0!important;
}
#checkout-review-table tbody tr{
	border-bottom: 1px solid #efefef;
}
#checkout-review-table tbody tr.last{
	border-bottom: 0;
}
#masterhead {
  position: relative;
  max-width: 1042px;
  margin: 0 auto;
  border-bottom: 1px solid #e4e9ed;
}
#masterhead * {
  max-width: 1042px;
}
#masterhead .nav-fixed {
  max-width: 100% !important;
}
#masterhead .pre-header {
  width: 100%;
} 
#masterhead .pre-header .btn-lg {
  padding: 10px 16px;
}
@media only screen and (min-width: 990px) and (max-width: 3000px) {
  #masterhead {
    min-height: 130px;
  }
  #masterhead .pre-header { z-index:11; position:absolute; top:10px; left:1px; }
}
#logo {
  position: absolute;
  top: 12px;
  left: 50%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (max-width: 989px) {
  #logo {
    /*width: 126px;
    height: 21px;
    margin-left: -63px;
    background: url("../images/sprite.png") no-repeat 0 0;
    background-position: 0 -96px;
    background-size: 160px;*/
    top: 6px;
    width: 112px;
    height:52px;
    margin-left:-56px;
    background: url("../images/logo.png") no-repeat 0 0;
    background-size:100%;
  }
  #masterhead .pre-header { padding:4px 0; background-color:#444444; }
  .header-main { height:64px; }
  .cart-button-show { margin-top:14px; }
}
@media only screen and (max-width: 989px) {
.product-cell { width:70%; }
}

@media only screen and (min-width: 990px) and (max-width: 3000px) {
  #logo {
    top: 40px;
    width: 166px;
    height: 77px;
    margin-left: -83px;
    background: url("../images/logo.png") no-repeat 0 0;
  }
}
/* Top nav links */
#top-nav {
  float: left;
  padding-top: 80px;
  margin-bottom: 20px;
}
#top-nav li {
  display: inline-block;
  color: #aba9a5;
  font-size: 12px;
  line-height: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#top-nav a {
  color: #aba9a5;
}
#top-nav a:hover {
  color: #504c6a;
}
.header-options-nav .lang-nav {
  width: 35px;
}
/* Options */
.header-options-nav {
  float: right;
  padding-top: 10px;
}
@media only screen and (min-width: 990px) and (max-width: 3000px) {
  .header-options-nav {
    padding-top: 80px;
    margin-bottom: 20px;
  }
}
.header-options-nav li.parent:hover .submenu-wrapper,
.header-options-nav li.parent:hover .submenu-wrapper-small,
.header-options-nav li.parent:hover #header-search-form-wp {
  display: block;
}
.header-options-nav li.level-top {
  position: relative;
  display: inline-block;
  color: #aba9a5;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 990px) and (max-width: 3000px) {
  .header-options-nav li.level-top {
    padding-right: 20px;
  }
}
.header-options-nav li.level-top:hover a.level-top {
  color: #504c6a;
}
.header-options-nav a.level-top {
  color: #aba9a5;
  padding-bottom: 21px;
}
.header-options-nav a.level-top:hover {
  color: #504c6a;
}
.header-options-nav .submenu-wrapper-small {
  display: none;
  z-index: 10;
  width: 140px;
  position: absolute;
  top: 25px;
  padding-top: 5px;
  left: 0;
  background-color: #fff;
  font-size: 12px;
  line-height: 12px;
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.header-options-nav .submenu-wrapper-small li a {
  display: block;
  padding: 8px 7px;
}
.header-options-nav .submenu-wrapper-small li a:hover {
  background-color: #2d73d0;
  color: #ffffff;
}
/* Search widget
------------------------------------------------------------------*/
.header-search-wp {
  position: relative;
  padding-bottom: 10px;
}
.header-search-wp .search-button-show {
  width: 13px;
  height: 13px;
  line-height: 0;
  margin-bottom: -3px;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat -10px -9px;
}
.header-search-wp #header-search-form-wp {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 270px;
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.header-search-wp #search_mini_form {
  position: relative;
  display: block;
  padding: 10px;
}
.header-search-wp #search_mini_form input {
  width: 150px;
  font-size: 12px;
  line-height: 12px;
  padding: 9px 8px 8px;
  vertical-align: middle;
}
.header-search-wp #search_mini_form button {
  display: inline-block;
}

#search_autocomplete { z-index:101; left:0; background-color:#fafafa; }
#search_autocomplete li { padding:6px 20px; border-bottom:1px solid #f1f1f1; cursor:pointer; }
#search_autocomplete li:hover { background-color:#fff; }
#search_autocomplete .amount { float:right; }
/* Cart dropdown widget
------------------------------------------------------------------*/
.header-options-nav #header-cart {
  display: none;
}
.header-options-nav .level-top:hover #header-cart {
  display: block;
}
#header-cart-wp {
  position: relative;
}
#header-cart-wp  #header-items {
  z-index: 10;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 320px;
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
#header-cart-wp  .header-items-content {
  padding: 15px;
}
#header-cart-wp  .header-items-content .empty {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
#header-cart-wp  .summary {
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#header-cart-wp  .actions .btn-checkout {
  float: right;
}
.cart-button-show {
  position: relative;
}
.cart-button-show .cart-qty {
  z-index: 2;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
  background-color: #504c6a;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 990px) and (max-width: 3000px) {
  .cart-button-show .cart-qty {
    position: absolute;
    top: -28px;
    left: 6px;
    margin: 0;
  }
}
#cart-sidebar {
  margin-bottom: 20px;
}
#cart-sidebar li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
#cart-sidebar li:first-child {
  padding-top: 6.666666666666667px;
}
#cart-sidebar .product-details {
  padding-left: 10px;
  position: relative;
  display: block;
  padding-top: 20px;
}
#cart-sidebar .product-details .product-name {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
#cart-sidebar .product-image {
  display: block;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #f1f1f1;
}
#cart-sidebar .product-image img {
  width: 100%;
}
#cart-sidebar .options {
  /*.btn-remove {
			background-position: -192px -32px;
		}
		.btn-edit {
			background-position: -158px -64px;
		}*/

}
#cart-sidebar .options a {
  display: inline-block;
  margin-right: 5px;
  /*background: transparent url("@{image-url}/sprite.png") no-repeat  0 0;*/

}
#cart-sidebar .price-box {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 13px;
}
#cart-sidebar .summary .subtotal .label {
  color: #aba9a5;
}
#cart-sidebar .item-options {
  display:none;
  font-size: 13px;
  line-height: 18px;
  color: #aba9a5;
}
#cart-sidebar .item-options dt {
  float: left;
  display: inline-block;
  min-width: 50px;
}
#cart-sidebar .item-options dd {
  clear: right;
}
/* With buttons
------------------------------------------------------------------*/
.modal-header .btn-ghost,
#masterhead .btn-ghost {
  margin-top: 40px;
}
.btn-ghost{font-size:16px;line-height:16px;padding:14px 40px 12px;display:inline-block;text-transform:uppercase;letter-spacing:1px;font-size:14px;line-height:14px;font-family:"proxima_nova_regular","Helvetica Neue",Helvetica,sans-serif;border:0;cursor:pointer;color:#504c6a}
.btn-ghost:hover{color:#504c6a}
/**
 * ----------------------------------------------------------------------------------------
 * Main navitation
 * ----------------------------------------------------------------------------------------
 */
#header-main-nav {
  z-index: 10;
  clear: both;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* font-size: 15px; */
  font-size: 14px;
  line-height: 20px;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
#header-main-nav li.level0 {
  display: inline-block;
  position: relative;
  /*padding: 0 20px;*/
  /*padding: 0 11px;*/
  padding: 0 7px;
}
#header-main-nav li.level0:hover a.level0 {
  color: #d9a885;
}
#header-main-nav li.parent:hover .submenu-wrapper,
#header-main-nav li.parent:hover .submenu-wrapper-small {
  display: block;
}
#header-main-nav .nav-6-1.first{
  font-weight: 700 !important;
}
#header-main-nav .nav-6-1.first a{
  color: #568FDA;
}
#header-main-nav a.level0 {
  padding-bottom: 20px;
  line-height: 24px;
}
#header-main-nav a.level0:hover {
  color: #d9a885;
}
#header-main-nav li.parent a.has-children {
  position: relative;
  /*padding-right: 16px;*/
}
/*#header-main-nav li.parent a.has-children:after {
  position: absolute;
  top: 7px;
  right: 2px;
  height: 0;
  width: 0;
  display: block;
  border: solid transparent;
  content: ".";
  text-indent: -9999px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #504c6a;
}*/
#header-main-nav .submenu-wrapper {
  display: none;
  z-index: 210;
  width: 150px;
  position: absolute;
  top: 20px;
  padding-top: 5px;
  text-align: center;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
#header-main-nav .submenu-wrapper li a {
  display: block;
  padding: 14px 0;
}
#header-main-nav .submenu-wrapper li a:hover {
  background-color: #2d73d0;
  color: #ffffff;
}
#header-main-nav .submenu-wrapper .submenu-wrapper {
  display: none !important;
}
/**
 * ----------------------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------------------
 */
.usp-wp {
  padding: 60px 0;
  text-align: center;
}
#main-footer {
  border-top: 1px solid #e4e9ed;
  padding-top: 60px;
}
@media only screen and (min-width: 530px) and (max-width: 989px) {
  #main-footer {
    padding-top: 20px;
  }
}
#main-footer.small-footer {
  padding-top: 0;
}
.footer-bottom {
  padding: 20px 0;
}
.footer-bottom div:last-child {
  text-align: right;
}
.copy,
.by {
  font-size: 12px;
  color: #aba9a5;
}
.icon-payment-logo {
  width: 180px;
  /*width: 256px;*/
  /*height: 32px;*/
  height: 64px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.png") no-repeat 0 -268px;
}
/* newsletter */
.newsletter-wp {
  position: relative;
  margin-bottom: 40px;
}
.newsletter-wp  button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat 0 -32px;
}
/* social icons */
.social-icons {
  display: inline-block;
  width: auto;
}
.social-icons .fa { font-size:24px; }
.social-icons li {
  display: inline-block;
}
.social-icons .icon-facebook {
  background-position: 0 -128px;
}
.social-icons .icon-youtube {
  background-position: -32px -128px;
}
.social-icons .icon-instagram {
  background-position: -64px -128px;
}
.social-icons .icon-google {
  background-position: -96px -128px;
}
/* footer accordion*/
@media only screen and (max-width: 989px) {
  #footer-links {
    margin-bottom: 20px;
  }
  .footer-bottom div:last-child { text-align:left; }
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  #footer-links .collapse {
    display: block !important;
  }
}
#footer-links .links-box > a {
  color: #504c6a !important;
  line-height: 14px;
  font-size:14px;
  text-transform:uppercase;
  display:block;
}
#footer-links .links-box h4 {
  color: #504c6a;
  line-height: 14px;
  /*font-size:14px;*/
}
@media only screen and (max-width: 529px) {
  #footer-links .links-box > a,
  #footer-links .links-box h4 {
    position: relative;
    padding: 12px 14px 10px;
    cursor: pointer;
    margin: 0;
  }
  #footer-links .links-box h4:after {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 32px;
    height: 32px;
    content: " ";
    display: block;
    font-size: 24px;
    line-height: 32px;
    opacity: .3;
    background: url("../images/sprite.png") no-repeat -128px 0;
  }
  #footer-links .links-box h4.collapsed:after {
    background-position: -96px 0;
  }
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  #footer-links .links-box h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 529px) {
  #footer-links .links-box ul {
    padding: 0 14px 0;
  }
}
#footer-links .links-box li {
  color: #aba9a5;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 7px;
}
#footer-links .links-box a {
  color: #aba9a5;
}
#footer-links .links-box a:hover {
  color: #504c6a;
}
@media only screen and (max-width: 529px) {
  #footer-links .links-box {
    margin-bottom: 6.666666666666667px;
    border: 1px solid #e4e9ed;
  }
}
@media only screen and (min-width: 990px) and (max-width: 3000px) {
  #footer-links .links-box {
    padding-bottom: 40px;
  }
}
/**
 * ----------------------------------------------------------------------------------------
 * Homepage
 * ----------------------------------------------------------------------------------------
 */
/* Main banner
 ------------------------------------------------------------------*/
.home-main-banner.container-fluid {
  position: relative;
  padding: 0;
}
/*
@media only screen and (max-width: 529px) {
    .home-main-banner.container-fluid {
      display:none; 
    }
}
*/
.home-main-banner {
  margin-bottom: 10px;
}
.home-main-banner .content-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 280px;
  margin-left: -140px;
}
.home-main-banner .btn-01 {
  background-color: transparent;
}
.home-main-banner img {
  width: 100%;
}
.content-box {
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 80px 0;
}
.content-box .info {
  color: #fff;
  display: block;
  line-height: 16px;
  margin-bottom: 20px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.content-box a {
  color: #fff;
}
.content-box a:hover {
  color: #fff;
}
.content-box h1 {
  position: relative;
  line-height: 88px;
  margin-bottom: 20px;
}
.content-box h1:before {
  position: absolute;
  top: 0;
  left: 35%;
  height: 0;
  width: 30%;
  display: block;
  content: ".";
  text-indent: -9999px;
  line-height: 0;
  border-bottom: 2px solid #d9a885;
}
.content-box h1:after {
  position: absolute;
  left: 35%;
  bottom: 0;
  height: 0;
  width: 30%;
  display: block;
  content: ".";
  text-indent: -9999px;
  line-height: 0;
  border-bottom: 2px solid #d9a885;
}
.content-box h2 {
  position: relative;
  line-height: 60px;
  margin-bottom: 20px;
}
.content-box h2:before {
  position: absolute;
  top: 0;
  left: 44%;
  height: 0;
  width: 12%;
  display: block;
  content: ".";
  text-indent: -9999px;
  line-height: 0;
  border-bottom: 2px solid #d9a885;
}
.content-box h2:after {
  position: absolute;
  left: 44%;
  height: 0;
  width: 12%;
  display: block;
  content: ".";
  text-indent: -9999px;
  line-height: 0;
  border-bottom: 2px solid #d9a885;
}
.content-box .small-headline {
  font-size: 18px;
  line-height: 50px;
}
.content-box .btn-01.has-arrow-right:hover:after {
  right: 15px;
  border-left-color: #d9a885;
}

.content-box.extended { margin-top:120px; /*margin-top:80px;*/ /*padding:60px 0 20px;*/ padding:20px 0; /*width:580px; margin-left:-290px;*/ width:780px; margin-left:-390px; }
.content-box.extended .info { padding-left:20px; padding-right:20px; }
.content-box.extended p { margin-bottom:20px; }
.content-box.extended a { font-size:16px; white-space:inherit; }
.content-box.extended a.main { font-size:32px; font-family:"proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif; letter-spacing:1px; }
.content-box.extended hr { width:25%; margin:8px auto; border-top:2px solid #d9a885; }

.content-box h2:before { /*top:-30px;*/ top:0; }
.content-box h2:after { /*bottom:-30px;*/ bottom:0; }

.home-main-banner .content-box h2:before { top:-15px; }
.home-main-banner .content-box h2:after { bottom:-15px; }
.home-main-banner .banner-slide { position:relative; } 

@media only screen and (max-width: 990px){
.home-main-banner .content-box { padding:20px 0; }
}
@media only screen and (max-width: 767px){ 
  .content-box.extended { /*margin-top:10px;*/ margin-top:35px; width:100%; margin-left:0; left:0; padding-bottom:0; }
  .content-box.extended h2 { /*font-size:30px !important;*/ font-size:25px !important; line-height:30px !important; margin:40px 0 !important; } 
  .content-box.extended h3 { font-size:18px !important; } 
  .content-box.extended .info { padding-bottom:20px; }
  .content-box.extended a.main { font-size:16px !important; }
}
@media only screen and (max-width: 375px){ 
  .home-main-banner img { width:100%; /*max-height:320px;*/ }
}
/* Small banners
------------------------------------------------------------------*/
.small-banners-wp {
  margin-bottom: 10px;
}
.small-banners-wp .banner-wp {
  cursor: pointer;
}
.small-banners-wp .banner-wp .content-box {
  transition: all .2s;
  top: 42%;
  padding: 0;
  position: absolute;
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
}
.banner-overlay-wp {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  background-color: #111;
}
.banner-overlay-wp img {
  transition: all .2s;
  width: 100%;
  opacity: .8;
}
.banner-overlay-wp:hover img {
  opacity: .3;
}
.banner-overlay-wp:hover .content-box {
  top: 40%;
}
/**
 * ----------------------------------------------------------------------------------------
 * Product Page
 * ----------------------------------------------------------------------------------------
 */
 p.out-of-stock{
  color: #9E0E29;
}
.single-product-wp {
  padding-top: 80px;
  margin-bottom: 60px;
}
.single-product-details {
  width: 340px;
}
.price-box {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.price-box .old-price {
  text-decoration: line-through;
  color: #aba9a5;
  margin-right: 10px;
}
.price-box .regular-price {
  color: #888;
}
.price-box .special-price {
  color: #d9a885;
}
.variation {
  margin-bottom: 40px;
}
.variation .variation-option {
  margin-bottom: 10px;
}
.variation label {
  /*min-width:70px;*/
  /*display: none;*/
}

.options-list .variation-extra {
  margin-top:8px; padding-top:8px; margin-bottom:16px;
  border-top:1px solid #efefef;
}
.options-list .variation-extra p { 
  font-size:14px;
}

.product-options em { display:none; }
.product-options dt { margin-top:10px; }
.options-list label { color:#444; }
.options-list .price-notice { display:none; }
.variation .size-guide {
  display: inline-block;
  zoom: 1;
  margin-left: 5px;
  font-size: 12px;
  line-height: 12px;
}
.variation .size-guide:hover {
  color: #d9a885;
}
.product-options-bottom .price-box,
.product-options-bottom .qty-wrapper {
  display: none;
}
.btn-cart {
  width: 100%;
  padding: 18px 0 16px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 16px;
}
.btn-cart:after {
  top: 9px;
  left: 18%;
  background-position: -64px 0;
}
.product-links {
  max-width: 340px;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.product-links a {
  color: #aba9a5;
}
.product-links a:hover {
  color: #d9a885;
}
.product-links .link-wishlist {
  float: left;
  line-height:34px;
}
.product-links .link-fitting {
  float: right;
}

#description h2 {
  font-size:13px;
  line-height:22px;
  text-transform:none;
  letter-spacing:0;
  margin:0 0 10px;
}

.accordion-content ul {
  font-size:13px;
  line-height:19px;
}

.accordion-content ul li {
  margin:0 0 6px;
  padding-left:40px;
  background:url('../svg/logo-tudor-purple-bold.svg') no-repeat left top;
  background-size:auto 16px;
}

/* Quantity
------------------------------------------------------------------*/
.qty-wrapper {
  margin-bottom: 20px;
}
.qty-wrapper input {
  width: 40px;
  text-align: center;
}
/* Accordion
------------------------------------------------------------------*/
.accordion-details {
  /*margin-bottom: 40px;*/
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e9ed;
}
.accordion-details h3 {
  position: relative;
  padding: 12px 0;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #aba9a5;
  text-transform: none;
  letter-spacing: 1px;
  border-top: 1px solid #e4e9ed;
  cursor: pointer;
}
.accordion-details h3.ui-state-active {
  color: #504c6a;
}
.accordion-details h3 span {
  display: inline-block;
  zoom: 1;
  line-height:1.3;
  min-width: 100px;
  vertical-align:top;
}
.accordion-details h3.accordion-title:after {
  content: " ";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 32px;
  height: 32px;
  display: inline-block;
  zoom: 1;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background: url("../images/sprite.png") no-repeat -128px 0;
}
.accordion-details h3.accordion-title.collapsed:after {
  background-position: -96px 0;
}
.accordion-details .accordion-content {
  padding: 10px 0 20px;
}
.accordion-details .accordion-content p {
  font-size: 13px;
  color: #444;
}
.note {
  color: #aba9a5;
  /*margin-bottom: 40px;*/
  margin-bottom: 20px;
}
.note h4 {
  color: #777;
  margin-bottom: 0;
}
.note span {
  font-size: 12px;
}
.note p {
  font-size: 13px;
}
.product-share-options {
  font-size: 13px;
  color: #aba9a5;
  margin-bottom: 20px;
}
.product-share-options a {
  display: inline-block;
  margin-top: 5px;
  color: #aba9a5;
}
.product-share-options a:hover {
  color: #d9a885;
}
.product-share-options ul {
  /*float: right;*/
}
.made-to-measure-wp {
  margin-bottom: 80px;
  color: #777;
}
.made-to-measure-wp h4 {
  color: #444;
}
.made-to-measure-wp p {
  margin-bottom: 20px;
  font-size: 13px;
}
.made-to-measure-wp p strong {
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
}
.made-to-measure-wp div:first-child {
  padding: 40px;
}

#get-the-look ul { font-size:13px; text-transform:capitalize; }
#get-the-look li { margin:0 0 6px; padding:6px 12px; border:1px solid #ccc; }
#get-the-look a { }
#get-the-look strong { }

.my-size .popover-content { min-width:180px; padding:12px; text-align:left; font-size:13px; line-height:16px; }
.my-size .popover-content p { font-size:13px; line-height:16px; margin:0 0 4px; }
.my-size a { cursor:pointer; color:#d9a885; }

/**
 * ----------------------------------------------------------------------------------------
 * Category Page
 * ----------------------------------------------------------------------------------------
 */
.category-main-banner {
  position: relative;
  margin-bottom: 40px;
  display: block;
  width: 100%;
  /*min-height: 300px;*/
  max-height: 450px;
  overflow: hidden;
  background-color: #222;
}
.category-main-banner .content-box {
  display: none !important;
  position: absolute;
  /*top: 0;*/ top:50%;
  left: 50%;
  margin-left: -160px;
  max-width: 320px;
  padding:0;
  background-color: transparent;
  transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);
}
.category-main-banner .content-box h1 {
  font-size: 24px; line-height:30px; padding:30px 0;
}
.category-main-banner img {
  width: 100%;
}
.toolbar {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.toolbar .sorter {
  float: right;
  margin-top: 20px;
  font-size: 13px;
  color: #aba9a5;
}
.toolbar .sorter label {
  padding-right: 3px;
  display: inline-block;
  zoom: 1;
}
.filter-options-wp {
  display: inline-block;
}
.narrow-by li {
  display: inline-block;
  padding: 0 20px;
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #aba9a5;
}
.narrow-by .active a {
  color: #d9a885;
}
.narrow-by a {
  color: #aba9a5;
}
.narrow-by a:hover {
  color: #504c6a;
}
.category-description p { font-size:14px; line-height:20px; color:#666; }
.category-description strong { font-size:16px; }
.category-description a { }

.toolbar-bottom {
    text-align: center;
    margin: 0 15px 40px 15px;
    padding-top: 30px;
}

.toolbar-bottom .prods_totals {
    margin-right: 50px;
    font-size: 17px;
}

.toolbar-bottom .pages {
    text-align: center;
    display: inline-block;
}

.toolbar-bottom .pages ol li {
    display: inline-block;
    font-size: 17px;
    color: #7f7f7f;
}

.toolbar-bottom .pages ol li.current {
    font-weight: 700;
    color: #000;
}

.toolbar-bottom .pages ol li a, .toolbar-bottom .pages ol li span {
    padding: 0px 5px;
}

.toolbar-bottom .pages ol li a, .toolbar-bottom .pages ol li i {
    color: #7f7f7f;
}



@media (max-width: 989px) {
  .mb-category-products .category-main-banner { display:none; }  
  .categ-description{ padding: 0 25px;}
}

/* Product grid
------------------------------------------------------------------*/
.products-grid li {
  /*float: left;
  width: 25%;
  padding: 10px 10px 40px;*/
  text-align: center;
  position:relative;
}
.products-grid li .label-new {
  position:absolute;
  top:5px;
  right:5px;
  padding:5px 8px;
  border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
}
.products-grid li .label-out-of-stock{
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 8px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #9E0E29;
}
.products-grid li .label-promo {
  position:absolute;
  top:8px;
  right:15px;
  width:50px;
  height:50px;
  text-align:center;
  font:normal 16px/50px "proxima_nova_bold";
  border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
  padding:0;
  background-color:#dba983;
  border-radius:50px; -moz-border-radius:50px; -webkit-border-radius:50px;
}
.products-grid li span.label-tag-ship{
    background-color: #504c6a;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 8px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
@media (max-width: 480px) {
  .products-grid li .label-new,
  .products-grid li span.label-tag-ship,
  .products-grid li .label-out-of-stock { 
    position:relative;
    top:inherit;
    right:inherit;
    display:inline-block;
    /*margin:10px auto;*/
    text-align:center;
  }
  .products-grid .product-name { margin-top:10px; }
}

.products-grid .product-image {
  margin-bottom: 10px;
  display: block;
}
.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-name {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  min-height: 35px;
}
.products-grid .regular-price {
  color: #aba9a5;
  font-size: 13px;
}
.products-grid .special-price {
  color: #d9a885;
  font-size: 13px;
}
.products-grid .old-price {
  text-decoration: line-through;
}
.products-grid .price {
  color: #aba9a5;
  font-size: 13px;
  display: inline-block;
  padding-right: 5px;
}
/**
 * ----------------------------------------------------------------------------------------
 * Customize module
 * ----------------------------------------------------------------------------------------
 */
.procees-helper {
  z-index: 1;
  position: relative;
}
.procees-helper .helper-content {
  z-index: 5;
  position: absolute;
  top: 132px;
  left: 10px;
  width: 300px;
  padding: 28px;
  color: #fff;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.7);
}
.procees-helper .helper-content p {
  font-size: 13px;
  line-height: 17px;
  padding-bottom: 10px;
}
.procees-helper .helper-content p:last-child {
  padding-bottom: 0;
}
.procees-helper .helper-img {
  position: relative;
  margin-top: -40px;
  background-color: rgba(240, 240, 242, 0.5);
  padding: 40px;
  display: inline-block;
}
.procees-helper img {
  position: relative;
  z-index: -1;
  opacity: .3;
}
.process-wp .page-title {
  padding-top: 0;
}
.process-wp .page-title h1 {
  color: #504c6a;
}
.process-wp .price {
  float: right;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
}
.process-wp .slide h2 {
  font-size: 22px;
  line-height: 22px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.custom-options-listing {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  max-height:225px;
  overflow-y:scroll;
  
}
.custom-options-listing li {
  float: left;
  width: 130px;
  margin: 0 10px 10px 0;
}
.custom-option {
  transition: all 0.2s;
  cursor: pointer;
  background-color: #777;
}
.custom-option:hover {
  background-color: #999;
}
.custom-option-img-wp {
  display: block;
  background-color: #fff;
}
.custom-option-title {
  position: relative;
  display: block;
  /*height: 40px;*/
  /*padding: 11px 11px 0 11px;*/
  padding: 13px 11px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
/*active*/
.active .custom-option {
  background-color: #c49878;
}
.active .custom-option-title:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  content: " ";
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url("../images/sprite.png") -224px 0;
  background-repeat: no-repeat;
}
.cycle-pager {
  padding-top: 20px;
  margin-bottom: 40px;
}
.cycle-pager span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d8d8d9;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cycle-pager .cycle-pager-active {
  background-color: #d9a885;
}
/**
 * ----------------------------------------------------------------------------------------
 * Cart
 * ----------------------------------------------------------------------------------------
 */
.cart-empty {
  padding-bottom: 40px;
}
.cart-main-wp {
  margin-bottom: 40px;
}
.page-title {
  padding-top: 40px;
  margin-bottom: 40px;
}
.page-title h1 {
  font-size: 30px;
  line-height: 30px;
}
#shopping-cart-table {
  color: #888;
  max-width: 700px;
  width: 100%;
  margin-bottom: 20px;
}
#shopping-cart-table tr {
  border-bottom: 1px solid #e4e9ed;
}
#shopping-cart-table tr:last-child {
  border: none;
}
#shopping-cart-table td {
  padding: 20px 10px;
  vertical-align: top;
}
#shopping-cart-table td.last {
  text-align: left !important;
}
#shopping-cart-table img {
  width: 100%;
}
#shopping-cart-table .a-center {
  text-align: center;
}
#shopping-cart-table .product-name {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 5px;
}
#shopping-cart-table .product-name a {
  color: #888;
  padding-right: 10px;
  display: inline-block;
  zoom: 1;
}
#shopping-cart-table .product-name span {
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
}
#shopping-cart-table .info-links {
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.cart-note {
  font-size: 16px;
  margin-bottom: 60px;
  color: #888;
}
.cart-note h4 {
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 5px;
}
.cart-note p {
  margin-bottom: 10px;
}
.cart-note em {
  font-style: normal;
  font-size: 14px;
}
.total-wp #shopping-cart-totals-table {
  width: 90%;
}
.total-wp #shopping-cart-totals-table  tr td:last-child {
  text-align: left !important;
}
.total-wp #shopping-cart-totals-table  .a-right {
  padding-right: 10px;
}
.total-wp #shopping-cart-totals-table  tfoot {
  font-size: 18px;
  line-height: 18px;
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
}
.total-wp #shopping-cart-totals-table  tfoot td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.quantity-wp {
  font-size: 12px;
}
.cart-details {
  padding: 20px;
  background-color: #ededf0;
  margin-bottom: 40px;
  text-align: left;
}
.cart-details .btn-add-discount{
  background-color: #ededf0;
  border: #ededf0;
  color: #000;
}
.discount-form {
  margin-bottom: 40px;
}
.discount-form label {
  display: none;
}
.discount-form .input-wp {
  position: relative;
  width: 100%;
  height: auto;
}
.discount-form .btn-add-discount {
  position: absolute;
  top: 3px;
  right: 3px;
}
.cart-total-wp {
  color: #333;
}
.cart-total-wp p {
  margin-bottom: 10px;
}
.cart-total-wp .total {
  font-size: 28px;
  line-height: 28px;
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
  padding-top: 10px;
}
.cart-total-wp .total .charge-desc {
  font-size: 20px;
}
.cart-total-wp .charge-desc {
  float: left;
  width: 40%;
  padding-right: 10px;
  display: inline-block;
  zoom: 1;
  text-align: right;
}
.cart-total-wp .charge-amount {
  width: 60%;
  padding-left: 10px;
  display: inline-block;
  zoom: 1;
}
.cart-total-wp-01 {
  color: #333;
}
.cart-total-wp-01 p {
  margin-bottom: 5px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
}
.cart-total-wp-01 .total {
  font-size: 16px;
  line-height: 16px;
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
}
.cart-total-wp-01 .total .charge-desc {
  font-size: 20px;
}
.cart-total-wp-01 .charge-desc {
  float: left;
  width: 75%;
  padding-right: 10px;
  display: inline-block;
  zoom: 1;
  text-align: right;
}
.cart-total-wp-01 .charge-amount {
  width: 25%;
  padding-left: 10px;
  display: inline-block;
  zoom: 1;
}
/**
 * ----------------------------------------------------------------------------------------
 * Checkout
 * ----------------------------------------------------------------------------------------
 */
.checkout-wp .page-title {
  padding-top: 0;
}
.glc-title {
  font-size: 16px!important;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  color: #333 !important;
  background-color: transparent !important;
}
.glc-number {
  display: none;
}
#gcheckout-login-link .glc-title {
  color: #504c6a;
}
.glc-col{
	background-color: #f0f0f2 !important;
	color: #333 !important;
}
.methods {
  margin-bottom: 20px;
}
.customer-comment {
  margin-bottom: 20px;
}
.advanced-options {
  margin-bottom: 20px;
}
.control-terms,
.control {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
.control-terms a,
.control a {
  text-decoration: underline;
}
.control-terms a:hover,
.control a:hover {
  text-decoration: none;
}
.shipping-methods .form-list li,
.payment-methods .form-list li {
  margin-bottom: 0;
}
.item-options {
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 14px;
}
.item-options dd,
.item-options dt {
  line-height: 17px;
}
.item-options dt {
  float: left;
  clear: left;
  /*width: 120px;*/
  width: 140px;
  text-align: left;
}
.item-options dt:after {
  content: ":";
}
.item-options dd {
  /*margin: 0 0 0 65px;*/
  margin: 0 0 0 140px;
  /*padding: 0 0 5px 0;*/
  
}
.item-options dt,
.item-options dd { padding: 6px 0 5px 0; border-bottom:1px solid #efefef; }
.form-list li.control-register {
  padding-top: 8px;
  margin-bottom: 0;
}
.form-list li#billing-new-address-form {
  margin-bottom: 4px;
}

.form-list .control label { line-height:20px; margin-left:5px; }
/* Modal
------------------------------------------------------------------*/
.modal .actions {
  padding-top: 20px;
  text-align: right;
}
.modal .actions .btn-medium-ghost {
  float: left;
}
.modal .details h3 {
  padding-top: 10px;
  margin-bottom: 10px;
}
.modal .details .error {
  color: red;
}
.modal .loadinfo {
  padding-top: 10px;
}
.loadinfo {
  position: absolute;
  width: 300px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -150px;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  line-height: 60px;
}
/* -----------------------------------
 * Slidebars
 * Version 0..10
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */

  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */

}
html {
  height: 100%;
  /* Site is as tall as device. */

}
body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */

}
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
  /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */

}
/* ----------
 * 002 - Site
 */
#sb-site,
.sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */

  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */

  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */

}
/* ---------------
 * 003 - Slidebars
 */
 .testmobmenu{
  overflow :hidden !important;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 0;
}
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */

  position: fixed;
  top: 0;
  z-index: 99999;
  /* Slidebars sit behind sb-site. */

  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */

  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */

  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */

}
.sb-left {
  left: 0;
  /* Set Slidebar to the left. */

}
.sb-right {
  right: 0;
  /* Set Slidebar to the right. */

}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */

}
.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */

}
.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */

}
.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */

}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}
.sb-width-thin {
  width: 15%;
}
.sb-width-wide {
  width: 45%;
}
@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }
  .sb-width-thin {
    width: 55%;
  }
  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }
  .sb-width-thin {
    width: 40%;
  }
  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }
  .sb-width-thin {
    width: 25%;
  }
  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }
  .sb-width-thin {
    width: 15%;
  }
  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }
  .sb-width-thin {
    width: 5%;
  }
  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */

  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */

}
/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */

}
/**
 * ----------------------------------------------------------------------------------------
 * Theme for mobile sidebar navigation
 * ----------------------------------------------------------------------------------------
 */
.btn-sidebar-toogle {
  width: 32px;
  height: 32px;
  /*margin-top: 7px;*/
  margin-top: 8px;
  padding:8px;
  display: block;
  line-height: 0px;
  /*font-size: 0px;*/
  font-size:32px;
  cursor: pointer;
}
.btn-sidebar-toogle .icon-bar {
  height: 4px;
  margin-top: 4px;
  display: block;
  background-color: #333;
}
.sidebar-dark {
  color: #fff;
}
.sidebar-dark .customer-care {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #777;
}
.sidebar-dark .nav-6-1.first{
  font-weight: 700;
}
.sidebar-form-wp {
  padding: 20px;
}
.sidebar-form-wp form {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #333;
}
.sidebar-form-wp form .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  /*text-indent: -9999px;
  line-height: 1px;
  font-size: 1px;*/
  height:100%;
  width:36px;
}
/*.sidebar-form-wp form .btn:after {
  width: 32px;
  height: 31px;
  display: block;
  content: " ";
  text-indent: -9999px;
  background-image: url("../images/sprite.png");
  background-position: -16px -16px;
  background-size: 160px 160px;
}*/
.sidebar-dark .nav-primary:first-child {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}
.sidebar-dark .nav-primary a {
  padding: 14px 20px;
  display: block;
  color: #fff;
}
.sidebar-dark .nav-primary a.level0 {
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sidebar-dark .nav-primary a.has-children {
  position: relative;
}
.sidebar-dark .nav-primary a.has-children:hover {
  background-color: #444;
}
.sidebar-dark .nav-primary a.has-children:after {
  position: absolute;
  top: 21px;
  right: 20px;
  height: 0;
  width: 0;
  display: block;
  border: solid transparent;
  content: ".";
  text-indent: -9999px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.sidebar-dark .nav-primary .submenu-wrapper {
  display: none;
  background-color: #333;
}
.sidebar-dark .nav-primary .submenu-wrapper a {
  border-left: 5px solid transparent;
}
.sidebar-dark .nav-primary .submenu-wrapper a:hover {
  border-color: #d9a885;
}
.cms-page-view .wrapper {
  margin-bottom: 60px;
}
.cms-page-view aside {
  padding-top: 40px;
}

.cms-page-view aside h3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}
.cms-page-view aside li { font-size:14px; }
.showroom-listing {
  margin-bottom: 20px;
}
.showroom-listing h3 {
  font-size: 20px;
  line-height: 22px;
}
.showroom-listing div {
  padding-right: 20px;
  margin-bottom: 40px;
}
.showroom-listing ul {
  font-size: 14px;
  line-height: 18px;
}
.showroom-listing hr {
  margin: 10px 0;
}
/**
 * ----------------------------------------------------------------------------------------
 * Login Page
 * ----------------------------------------------------------------------------------------
 */
.registered-users,
.new-users {
  padding: 20px 40px 40px;
}
.scaffold-form {
  display: block;
  padding: 40px;
  margin-bottom: 10px;
}
.registered-users h2{
  font-size: 28px;
  letter-spacing: 0;
  line-height: 30px;
}
.btn-facebook{
  position: relative;
}
.btn-facebook i{
  position: absolute;
  top: 8px;
  left:14px;
  font-size: 24px;
}
@media only screen and (max-width: 529px) {
  .scaffold-form {
    padding: 10px 10px 30px;
  }
  .registered-users { padding:0 !important; }
}
.registered-users,
.scaffold-form {
  background-color: #f7f7f7;
}
.registered-users .note,
.scaffold-form .note {
  font-size: 12px;
  line-height: 12px;
}
.account-create p.required,
.registered-users p.required {
  display: none;
}
.new-users {
  background-color: #fff;
  border: 2px solid #e4e9ed;
}
.new-users .benefits {
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 15px;
  color: #777;
}
.new-users .benefits li {
  list-style-type: square;
  margin-bottom: 5px;
}
.form-instructions {
  border-bottom: 1px solid #e4e9ed;
  padding-bottom: 13.333333333333334px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}
.remember-me-popup {
  display: none;
}
.buttons-set {
  padding-top: 20px;
  padding-bottom: 20px;
}
/**
 * ----------------------------------------------------------------------------------------
 * Customer account
 * ----------------------------------------------------------------------------------------
 */
p.required {
  font-size: 14px;
  line-height: 16px;
  display: none;
}
.block-account {
  padding-top: 60px;
}
.block-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.block-content ul {
  font-size: 14px;
  line-height: 16px;
}
.block-content ul li {
  margin-bottom: 10px;
}
.block-content ul li.current {
  list-style-type: square;
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
}
.box-title h2,
.table-caption {
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 2px;
  color: #504c6a;
}
/**
 * ----------------------------------------------------------------------------------------
 * Modal window
 * ----------------------------------------------------------------------------------------
 */
body .modal .modal-content {
  border-radius: 0px !important;
  padding: 20px;
}
.modal .close {
  float: right;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  border: none;
  background: transparent url("../images/sprite.png") no-repeat -224px -32px;
}
.modal-header {
  padding: 10px 15px 20px;
}
.modal-header .modal-title {
  font-size: 24px;
  line-height: 24px;
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
}
#gomage-checkout-main-overlay {
  display: none;
}
.cycle-slideshow {
  width: 100%;
  min-width: 320px;
  position: relative;
  height: auto;
}
.cycle-slideshow .gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
}
.product-image-gallery {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  width: 80%;
  margin-left: 14%;
}
.gallery-slide {
  position: static;
  width: 100%;
  height: auto;
}
.gallery-slide > a {
  display: block;
}
/* thumbnails */
.product-image-thumbs {
  z-index: 100;
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width:529px) {
  .product-image-gallery {
    margin-left:72px;
    width:inherit;
  }
  .product-image-thumbs {
    max-height:500px;
    overflow-y:scroll;
    top:0;
  }
}
.product-image-thumbs li {
  margin-bottom: 5px;
  border: 2px solid transparent;
}
.cycle-pager-active {
  border: 2px solid #d9a885;
}

/* modal image gallery */
.modal-100 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.modal-100 .modal-body {
  max-height: 100%;
  padding: 0;
}
.modal-100 .modal-content {
  padding: 0 !important;
}
.modal-stick-top.fade.in {
  top: 0;
}
#gallery-modal button.close {
  z-index: 300;
  position: absolute;
  right: 25px;
  top: 0px;
}
#gallery-modal .cycle-pager {
  padding-top: 20px;
}
.modal-gallery-wp {
  position: relative;
  text-align: center;
}
.modal-gallery-wp .product-image-thumbs {
  position: absolute;
  left: inherit;
  top: 60px;
  right: 20px;
}
#modal-image-gallery img {
  height: 100%;
  width: auto;
}
/**
 * ----------------------------------------------------------------------------------------
 * Recently viewed products, and complete the look
 * ----------------------------------------------------------------------------------------
 */
.complete-look-wp,
.recently-viewed-wp {
  text-align: center;
}
.section-title {
  font-size: 29px;
  line-height: 29px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif !important;
  color: #111 !important;
  letter-spacing: 1px;
}
.products-small-listing {
  width: auto;
  display: inline-block;
  zoom: 1;
  margin: 0 auto 40px;
}
.products-small-listing li {
  /*width: 200px;*/
  width: 260px;
}
.products-small-listing .product-name {
  font-size: 12px;
  line-height: 16px;
}
.recently-viewed-listing {
  width: auto;
  display: inline-block;
  zoom: 1;
  margin: 0 auto 40px;
}
.recently-viewed-listing li {
  width: 120px;
}
/**
 * ----------------------------------------------------------------------------------------
 * Magento validation messages
 * ----------------------------------------------------------------------------------------
 */
.message_wp {
  transiton: all 0.2s;
  padding: 18px 0 16px;
}
.message_wp .message {
  font-size: 18px;
  line-height: 18px;
  font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
}
.message_wp .message em {
  font-size: 15px;
  line-height: 15px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 0;
}
.message_wp .btn-close {
  float: right;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.message_wp .btn-close:hover {
  color: #504c6a;
}
.message_wp.success {
  background-color: #63ba58;
  color: #fff;
}
/* Magento messages
------------------------------------------------------------------*/
.container.messages { margin-top:20px; /*margin-bottom:20px;*/ }
.notice-msg {
  color: #fff;
  text-align: center;
  background-color: red;
  display: block;
  padding: 10px 0;
}
.validation-advice {
  font-size: 11px;
  line-height: 18px;
  color: red;
  font-family: sans-serif;
}
ul.messages{
  color: #2d73d0;
  font-size: 17px;
  font-weight: bolder;
  text-align: center;
  margin-top: 10px;
}
.newsletter-msg{
  color: #2d73d0;
  font-size: 17px;
  font-weight: bolder;
  text-align: center;
  padding-top: 10px;
  background-color: #f0f0f2;
}
/**
 * ----------------------------------------------------------------------------------------
 * Breadcrumb
 * ----------------------------------------------------------------------------------------
 */
.breadcrumbs {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
  color: #999;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs strong {
  display: inline-block;
  margin: 0 7px;
  font-weight: normal;
}
.breadcrumbs a {
  margin: 0 7px;
  display: inline-block;
  color: #999;
}
.breadcrumbs a:hover {
  color: #504c6a;
}
.wishlist-index-index .buttons-set2 {
  /*border-top: 1px solid @border-color;*/

}
.wishlist-index-index .buttons-set2 .btn {
  margin-bottom: 10px;
}
#wishlist-table tbody {
  border: none;
}
#wishlist-table td {
  padding: 25px 10px;
  border-bottom: 1px solid #e4e9ed;
}
@media only screen and (max-width: 529px) {
  #wishlist-table td {
    width: 100%;
    display: block;
  }
}
#wishlist-table tr.last td {
  border-bottom: none;
}
#wishlist-table .product-name {
  margin-top: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
}
#wishlist-table .price-box {
  padding-top: 10px;
  font-size: 14px;
  line-height: 16px;
}
#wishlist-table .cart-cell {
  margin-bottom: 10px;
}
#wishlist-table .wishlist-sku {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #777;
}
#wishlist-table .item-manage {
  display: none;
  margin-bottom: 10px;
}
#wishlist-table .customer-wishlist-item-cart {
  display: block;
}
#wishlist-table textarea {
  height: 60px;
}
#wishlist-table input.qty {
  width: 40px;
  text-align: center;
}

.well { padding:10px 16px; }

#product-options-wrapper .chosen-results li:first-child,
.block-layered-nav .chosen-results li:first-child { display:none !important; }
.category-filter:hover .m-filterclear { display:block; }
.m-filterclear { z-index:101; display:block; position:absolute; top:1px; right:30px; }
.m-filterclear a { /*width:16px; height:16px;*/ padding:3px 4px; display:block; font-size:16px; background-color:white; }


/*colors layered*/
.layer-reset-text { color:#aba9a5; margin-right:8px; text-transform:uppercase; font-size:14px; }
.layer-reset-text.m-selected-ln-item { color:#504c6a; }
.m-filter-colors { }
.horizontal .m-color,
.m-filter-colors a { float:none; display:inline-block; vertical-align:middle; }
.horizontal .m-color { position:relative;
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.horizontal .m-color .fa { position:absolute; top:0; left:0; font-size:12px; padding:5px 4px 3px; color:#fff; display:block; }

@media only screen and (max-width:768px) {
  .block-layered-nav .text-right { text-align:center; }
  .block-layered-nav .pull-right { margin:10px auto; float:none !important; text-center; }

  .layer-reset-text { display:block !important; margin-left:0; margin-bottom:3px; }
  .block-layered-nav .dropdown { margin:0 10px; }
  .block-layered-nav .dropdown .btn,
  .block-layered-nav .dropdown-menu { width:100%; }


}

/*vertical colors*/
.block-layered-nav .dropdown-menu { margin:0; left:auto; right:0;
border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; }
.block-layered-nav .dropdown-menu>li { margin:0; }
.block-layered-nav .dropdown-menu>li>a { font-size:12px; padding:6px 10px; }
.block-layered-nav .dropdown-menu>li>a label { text-transform:uppercase; vertical-align:middle; margin:0 0 0 4px; }
.block-layered-nav .dropdown-menu>li>a>div { display:inline-block; vertical-align:middle; }

.block-layered-nav .dropdown-menu li { opacity:0.5 }
.block-layered-nav .dropdown-menu .m-selected-ln-item { opacity:1; }

.block-layered-nav .dropdown { margin-left:20px; }
.block-layered-nav .dropdown .btn { margin-top:-4px; font-size:13px; color:#aba9a5; border-color:#ddd; }
.block-layered-nav .dropdown .btn-default:hover, 
.block-layered-nav .dropdown .btn-default:focus, 
.block-layered-nav .dropdown .btn-default:active, 
.block-layered-nav .dropdown .btn-default.active, 
.block-layered-nav .dropdown.open>.dropdown-toggle.btn-default { color:#fff; background-color:#2d73d0 }

#m-wait .loader { color:#337ab7; border-color:#337ab7; background-color:#d9edf7; }

#loading_mask_loader img { width:32px; height:32px; } 

.shipping-methods-available dt { margin-left:0; text-transform: uppercase; margin-top:10px; margin-bottom:10px; font-weight:bold; font-family:"proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;  }

.std p + h2 { margin-top:50px; } 
.std h4 { font-size:24px; line-height:30px; font-weight:bold; letter-spacing:0; text-transform:none; }

#customizer .page-title { width:90%; }
/*customizer mobile*/
@media only screen and (max-width: 768px) {
#customizer.modal { background-color:#f0f0f2; }

#customizer .modal-header { min-height:65px !important; text-align:center; }
#customizer .modal .close { display:block !important; margin:10px; }
#customizer .modal-header .btn-ghost { display:none; }

#customizer .full-wp { padding:20px 0; }
#customizer .procees-helper { display:none; }
#customizer #customizer-options .custom-options-listing,
#customizer #customizer-options.custom-options-listing { max-height:none !important; margin-bottom:10px; }

#customizer .slider-controls { padding-bottom:70px; }

#shopping-cart-table td.product-cell { width:90%; }

#shopping-cart-table .item-options dt { border:none; }
#shopping-cart-table .item-options dd { margin:0; }


}
/*product page fix*/
@media only screen and (max-width: 992px) {
  .single-product-details { width:65%; margin-left:auto; margin-right:auto; }
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
  .single-product-details { width:100%; }
}
@media only screen and (max-width: 320px) {
  #shopping-cart-table .product-name .visible-xs { float:none !important; margin-top:10px; }
}


.nav-fixed { display:none; z-index:201; position:fixed; top:0; left:0; width:100%; padding:20px 0 16px; border-bottom:1px solid #ededed; background-color:white; }
.logo-mini { width:86px; height:40px; display:block; font-size:0; text-indent:-9999px; background:url("../images/logo.png") no-repeat 0 0; background-size:100%; }

.nav-fixed .logo-mini { position:absolute; top:10px; left:20px; }
.nav-fixed .nav-primary { font-size:14px; }

@media (max-width:992px) {
  .nav-fixed { display:none !important; }
}

/**
 * ----------------------------------------------------------------------------------------
 * Pagina Made To Measure MtM
 * ----------------------------------------------------------------------------------------
 */

.mtm-page-block { position:relative; margin:16px auto; }
.mtm-page-block img { width:100%; }
.mtm-page-block .content-box { position:absolute; padding:0; }
.mtm-page-block .info { padding:30px; margin:0; }
.mtm-page-block .h3 { font-family:"proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif; font-size:24px; line-height:80px; }

.mtm-page-block .btn-info { background-color:#5bc0de; }
/*.mtm-page-block .btn-link { text-transform:inherit; }*/

.mtm-page-block .text-left .btn-link { padding-left:0; }

.mtm-page-block .wb { line-height:1.3; }
.mtm-page-block .wb:before,
.mtm-page-block .wb:after { content:initial; display:none; }

.mtm-page-block .lh { line-height:1.35; }
.mtm-page-block .lh:before { top:-20px; }
.mtm-page-block .lh:after { bottom:-20px; }



/*.mtm-page-costume .content-box { top:40%; left:50%; width:620px; margin-left:-310px; }
.mtm-page-costume.step-1 .content-box { top:20%; left:6%; margin-left:0; }
.mtm-page-costume.step-2 .content-box { top:20%; left:6%; margin-left:0; }
.mtm-page-costume.step-3 .content-box { top:20%; left:6%; margin-left:0; }*/

.mtm-page-block .content-box { top:40%; left:50%; width:620px; margin-left:-310px; }
.mtm-page-block.step-1 .content-box { top:20%; left:6%; margin-left:0; }
.mtm-page-block.step-2 .content-box { top:20%; left:6%; margin-left:0; }
.mtm-page-block.step-3 .content-box { top:20%; left:6%; margin-left:0; }

.mtm-page-landing.mtm-page-block .content-box { top:50%; right:6%; left:auto; width:30%; min-width:400px; }

.mtm-page-camasi.mtm-page-block .info,
.mtm-page-pantofi.mtm-page-block .info { padding-top:50px; }

.page-title h2 { margin:0; }

#scroll-to-top { z-index:101; position:fixed; right:30px; bottom:50px; }

.mtm-page-block .mtm-page-navigation .h4 { margin-left:4px; margin-right:4px; margin-bottom:0; font:bold 16px "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif; }
.mtm-page-block .mtm-page-navigation .h4 a:hover { color:#dedede; }

@media only screen and (max-width:767px) {
  .mtm-page-block .content-box h2:before,
  .mtm-page-block .content-box h2:after { content:initial; }
  .mtm-page-block img { display:none; }
  .mtm-page-block .content-box { position:relative; top:auto !important; left:auto !important; right:auto; bottom:auto; width:100%; margin-left:0; }
  .mtm-page-block h2 { line-height:1.35 !important; }

  .mtm-page-block .content-box a.btn,
  .mtm-page-block .content-box a.btn:hover { text-transform:none; color:#333; }

  .mtm-page-block .info { padding-left:10px; padding-right:10px; padding-top:1px !important; padding-bottom:1px !important; color:#111; background-color:transparent; text-shadow:none; }

  .mtm-page-block .content-box a.btn.btn-primary,
  .mtm-page-block .content-box a.btn.btn-primary:hover {
    margin-top:0 !important;
    color:white;
    width:100%;
    text-transform:uppercase;
    font-size:14px;
    padding:12px 20px 10px;
  }

  .mtm-page-landing.mtm-page-block img { width:100%; display:block; }
  .mtm-page-landing.mtm-page-block .info { padding-bottom:16px !important; color:#fff; background-color:#111; background-color:rgba(0,0,0,0.8); }
  .mtm-page-landing.mtm-page-block .content-box { position:absolute; right:0; bottom:10% !important; width:100%; min-width:auto; }

  .mtm-page-block .page-title { padding-top:20px; margin-bottom:20px; }
  .mtm-page-block h2 { font-size:28px; letter-spacing:0; }
  .mtm-page-block .mtm-page-navigation .h4 { font-size:15px; }
}

@media only screen and (max-width:420px) {
  .mtm-page-landing.mtm-page-block img { width:auto; height:250px; }
}

@media only screen and (max-width:768px) {
  .banner-slide.lslide { height:100%; }
  .embed-responsive.embed-responsive-16by9 { top:0 !important; padding:0; height:100%; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object { position:relative; }
}

/**
 * ----------------------------------------------------------------------------------------
 * Pagina Christmas Gifts
 * ----------------------------------------------------------------------------------------
 */

.christmas_gifts .category-main-banner {
	max-height: 100%;
	background-color: transparent;
}

.christmas_gifts h1 {
	font-size: 36px;
}

.christmas_gifts h2 {
	font-size: 24px;
}

.price-info .price-as-configured {
	display: none;
}

/**
 * ----------------------------------------------------------------------------------------
 * Pagina Programati o intalnire
 * ----------------------------------------------------------------------------------------
 */


/*BGN MODAL NEWSLETTER*/
.newsletter__modal .modal-dialog{
  max-width: 375px;
}
.newsletter__modal .modal-content{
  padding: 0px !important;
}
.newsletter__modal .modal-title{
  font-size: 19px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.newsletter__modal  .form-group label{
      font-weight: 700;
    font-size: 15px;
}

.newsletter__modal .modal-body {
    position: relative;
    padding: 25px 35px;
}
.newsletter__modal .modal-body #newsletter_email {
    width: 100%;
    padding: 10px 11px 8px;
    font-size: 14px;
    line-height: 14px;
    font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
    border: 1px solid #e4e9ed;
    box-shadow: none;
    border-radius: inherit;
    height: 45px;
}
.newsletter__modal #subscribe-submit{
  margin-top: 15px;
}
.newsletter__modal .modal-dialog{
  margin: 10px auto;
}
.btn__newsletter{
  margin-bottom: 20px;
}
/*END MODAL NEWSLETTER*/

.customer-account-create .newsletter__footer{
  display: none;
}


.messages__modal .modal-body{
    font-size: 20px;
    line-height: 1.4;
    padding: 50px 20px;
}
.messages__modal .modal-body .notice-msg{
    color: #000;
    text-align: center;
    background-color: inherit;
    display: block;
    padding: inherit;
    font-size: 20px;
    line-height: 1.4;
}
.form__area{
    background-color: #e2dad2;
}
.nopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nopad_left {
    padding-left: 0px !important;
}
.nopad_right {
    padding-right: 0px !important;
}
.nomar {
    margin: 0px !important;
}
.title__section{
    color:#333333;
    font-weight: 700;
    font-size: 30px !important;
    font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 1.4;
}
.title__questions{
    color:#333333;
    font-weight: 700;
    font-size: 30px !important;
    font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
        margin-top: 10px;
    margin-bottom: 25px;
}
.title__form{
    color:#333333;
    font-weight: 700;
    font-size: 30px !important;
    font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
    margin:0 0 10px 0;
}
.text__section{
    margin-bottom: 40px;
}
.style__label{
    font-weight: normal;
    color:#333333;
    font-size: 16px

}
.header-gray {
    width: 100%;
    box-sizing: border-box;
    right: 0;
    height: 100%;
    /*position: absolute;*/
    top: 50%;
    /*transform: translateY(-50%);*/
    background-color: rgba(0,0,0,0.4);
    padding: 20px 30px;
    color:#fff;
}
.zone__services .header-gray {
    position: absolute;
    -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    background: rgba(0,0,0,0.45);
    z-index: 9;
}
.header-gray h1{
    font-weight: 700;
    font-size: 30px;
    font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
}
.title__info{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0;
    line-height: 1.4;
}
.zone__services{
    position: relative;
    overflow: hidden;
}
.services__title{
    color:#fff;
    font-weight: 700;
    font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
}
.middle__services{
    top: 50%;
    position: absolute;
    -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 87%;
    z-index: 99;
}
.testimonial__author{
    color:#333333;
    font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    margin:0;
    padding:0;
    line-height: 1;
    margin-bottom: 10px;

}
.testimonial__header{
    display: inline-block;
}
.testimonial__date{
    color:#acaaa6;
}
.testimonial__icon{
    color: #acaaa6;    float: left;
    font-size: 150px;
    margin-right: 12px;
    font-style: inherit;
    margin-top: 46px;
    margin-bottom: -20px;

    }
.questions .panel-default>.panel-heading{
    position: relative;
    color:#fff;
    background-color: #142959;
}
.panel-heading:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    position: absolute;
    right: 10px;
    top: 50%;
    color:#fff;
    -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.questions .panel-default>.panel-heading.collapsed{
    background-color: #e2dad2;
    color: #333333;
}
.panel-heading.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";    /* adjust as needed, taken from bootstrap.css */
    color: #142959;

}
.questions .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border:none;
}
.questions .panel-default{
     border:none;
     box-shadow:none;
     -webkit-box-shadow:none;
}
.questions .panel-title{
    font-size: 16px;
    text-align: left;
    font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: inherit;
}
.questions .panel-default>.panel-heading{
    border:none;
    padding: 15px 15px;
    cursor: pointer;
}
.services__icon{
    font-size: 90px;
    color:#333333;
}
.Services{
    margin-top: 50px;
    margin-bottom: 60px;
}
.custom__close{
    float: right;
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: inline-block;
    border: none;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    background:none;
    border:none;
    color:#504b6b;
    font-size: 44px;
}
.custom__modal .modal-body,  .custom__modal .modal-content{
    padding: 0 !important;
}

.custom__modal .nav-tabs>li.active>a, .custom__modal .nav-tabs>li.active>a:hover, .custom__modal.nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #504b6b;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 0;
    font-size: 16px;
}
.custom__modal .nav-tabs{
    border:none;
}
.custom__modal .nav-tabs>li{
    margin-bottom: 0px;
}
.custom__modal .nav-tabs>li>a{
    padding: 17px 15px;
    font-weight: 700;
    font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
    margin:0;
    border:0;
}
.custom__modal .nav-tabs>li>a:hover{
    color: #fff;
    background-color: #504b6b;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 0;
    font-size: 16px;
}

.bg_section p {
    font-size: 14px;
}
.bg_section img {
    margin: 30px auto;
}
.title__hours{
    font-size: 25px;
    color: #504b6b;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 37px;
}
.min__height{
    min-height: 485px;
}

.bg_section h3 {
    margin-top: 50px;
    letter-spacing: 0px;   
}
.schedule_form p.text-center {
    margin: 50px 0 20px 0;
}
.btn_schedule {
    background-color: #12285b;
    font-weight: 700;
}
.schedule_form {
    padding: 50px 0;
}
.schedule_form .btn_schedule {
    width: 100%;
}

.tooltip_gdpr {
  display: inline-block;
}

.schedule_form input[type="checkbox"], .list-select input[type="checkbox"] {
    display: none;
}
.schedule_form input[type='checkbox'] + label i.fa-check-square-o, .list-select input[type='checkbox'] + label i.fa-check-square-o {
    display: none;
}

.schedule_form input[type='checkbox'] + label i.fa-square-o, .list-select input[type='checkbox'] + label i.fa-square-o {
    display: inline-block;
}

.schedule_form input[type='checkbox']:checked + label i.fa-square-o, .list-select input[type='checkbox']:checked + label i.fa-square-o {
    display: none;
}

.schedule_form input[type='checkbox']:checked + label i.fa-check-square-o, .list-select input[type='checkbox']:checked + label i.fa-check-square-o {
    display: inline-block;
}
.schedule_form input[type='radio'] + label i.fa-check-square-o, .list-select input[type='radio'] + label i.fa-check-square-o {
    display: none;
}

.schedule_form input[type='radio'] + label i.fa-square-o, .list-select input[type='radio'] + label i.fa-square-o {
    display: inline-block;
}

.schedule_form input[type='radio']:checked + label i.fa-square-o, .list-select input[type='radio']:checked + label i.fa-square-o {
    display: none;
}

.schedule_form input[type='radio']:checked + label i.fa-check-square-o, .list-select input[type='radio']:checked + label i.fa-check-square-o {
    display: inline-block;
}
.schedule_form input[type='radio']:checked + label, .list-select input[type='radio']:checked + label {
    border:7px solid #142959;
    padding: 13px 18px;
    position: relative;
}
.schedule_form input[type='radio']:checked + label:before, .list-select input[type='radio']:checked + label:before {
    position: absolute; display: block; content: '';
    border: 2px solid #fff;
    height: 100%; width: 100%;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    left:0;
    top:0;
}

.contact_by {
    color: #333;
    margin-bottom: 25px;
}
.contact_by label {
    margin-right: 10px;
    font-weight: normal;
}
.contact_by p{
    margin-bottom: 2px
}
.contact_by i.fa{
    width: 15px;
}
.info__title{
    color:#333;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    margin:0;
    padding: 0;
}
.info__address{
    font-size: 13px;
    color:#333333;
    font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
    margin:0;
    padding:0;
}
.info__email{
    color:#504b6b;
}

.bg_section p.text-warning {
    display: none;
}
.cms-programati-o-intalnire div.page-title {
    display: none;
}
.relpos {
    position: relative;
}
.icon_holder {
    min-height: 139px;
    line-height: 139px;
}
.icon_holder img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

.schedule_time {
    padding-bottom: 20px;
}
.scheduling__textarea{
    height: 137px;
}

.form__area{
    padding:40px 0;
    margin:0 0 40px 0;
}
.schedule_form .input-text{
    color:#333;
    border:1px solid #333;
    background-color: transparent;
    padding: 15px 10px 13px;
}
.locations__area{
    list-style: none;
    margin-bottom: 25px;
}
.locations__area input{
    display: none;
}
.locations__area li label{
    background-color: #142959;
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
    font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    padding: 21px 27px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
.locations__area li label span{
display: inline-block;
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 1.3;
    padding-left: 30px;
    margin-top: 3px;
}
.locations__area li label span a{
	color: #d9a885;
}
.locations__area li label span a:hover,
.locations__area li label span a:active,
.locations__area li label span a:focus{
	color: #ffffff;
}
.locations__area li i.fa{
    width: 30px;
    font-size: 24px;
    margin-top: -1px;
    float: left;
}
.color_header{
    background-color: rgba(20, 41, 89, 0.8);
    padding: 20px 20px 30px 20px;
    max-width: 490px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    width: 100%;
    color:#fff;
}
.color_header h1{
   font-size: 38px;
    font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400; 
}
.Testimonial{
    padding-bottom: 40px;
}
.middle__services p{
    font-size: 15px;
    line-height: 1.4
}
.owl__testimonial .owl-nav{
    position: absolute;
    top:0;
    width: 100%;
    font-size: 50px;

}
.owl__testimonial .owl-prev{
    left: 0;
    position: absolute;
    top: 0;
    -ms-transform: translate(-176%, 115%);
	-webkit-transform: translate(-176%, 115%);
	-moz-transform: translate(-176%, 115%);
	-o-transform: translate(-176%, 115%);
	transform: translate(-176%, 115%);
}
.owl__testimonial .owl-next{
    right: 0;
    position: absolute;
    top: 0;
    -ms-transform: translate(176%, 115%);
	-webkit-transform: translate(176%, 115%);
	-moz-transform: translate(176%, 115%);
	-o-transform: translate(176%, 115%);
	transform: translate(176%, 115%);
}
.testimonial__image{
    margin-bottom: 20px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999 !important;
    cursor: default;
}
.locations__area .validation-advice{
    font-size: 20px
}
@media (min-width:768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .cms-3dtool .price{
      position: absolute;
      color: #fff;
      right: 20px; 
      font-size: 20px;
      padding: 15px; 
      font-weight: 700
    }
}
@media (max-width:768px) {
    .color_header h1{
        font-size: 30px;
    }
    .title__info{
        font-size: 14px;
    }
    .title__section, .title__questions, .title__form{
        font-size: 26px !important;
    }
    .owl__testimonial .owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(21%, 0);
	-webkit-transform: translate(21%, 0);
	-moz-transform: translate(21%, 0);
	-o-transform: translate(21%, 0);
	transform: translate(21%, 0);
    color: #fff;
    }
    .owl__testimonial .owl-nav {
        position: absolute;
        top: 30%;
        width: 100%;
        font-size: 50px;
    }
    .owl__testimonial .owl-next {
        right: 0;
        position: absolute;
        top: 0;
	    -ms-transform: translate(-21%, 0);
		-webkit-transform: translate(-21%, 0);
		-moz-transform: translate(-21%, 0);
		-o-transform: translate(-21%, 0);
		transform: translate(-21%, 0);
        color: #fff;
    }

    .owl-steps .owl-next {
        right: 0;
        position: absolute;
        top: 0;
	    -ms-transform: translate(-60%, -50%);
		-webkit-transform: translate(-60%, -50%);
		-moz-transform: translate(-60%, -50%);
		-o-transform: translate(-60%, -50%);
		transform: translate(-60%, -50%);
        color: #fff;
    }
    .owl-steps .owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(60%, -50%);
	-webkit-transform: translate(60%, -50%);
	-moz-transform: translate(60%, -50%);
	-o-transform: translate(60%, -50%);
	transform: translate(60%, -50%);
    color: #fff;
    }

    .owl-steps .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 42px;
    }
    
    .form__area {
		margin-bottom: 0px;
	}
    
    .faq {
		margin-top: 40px !important;
  }
  
  .cms-3dtool .price{
    position: absolute;
    color: #fff;
    right: 0; 
    font-size: 18px;
    padding: 7px 2px; 
    font-weight: 700
  }
}

.category-ceremonie .category-main-banner {
	max-height: 100%;
}

.plead__overlay {
	background-color: rgba(58,43,92,.85) !important;
}

.faq {
	 margin-top: 100px;
}

.concurs-design-page .mtm-page-landing {
	margin-bottom: 60px;
}

.concurs-design-page .mtm-page-landing.mtm-page-block .content-box {
	margin-left: 0;
	left: 6%;
	right: auto;
	top: auto;
	bottom: 7%;
	min-width: 450px;
}

.concurs-design-page .content-box h2 {
	line-height: 30px;
	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: -0.5px;
	text-align: left;
}

.concurs-design-page h3 {
	line-height: 30px;
	color: #000;
	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
}

.concurs-design-page .content-box h2 strong {
	font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
}

.concurs-design-page .content-box h2:before, .concurs-design-page .content-box h2:after {
	display: none;
}

.concurs-design-page .mtm-page-costume {
	margin: 40px auto;
}

.concurs-design-page .mtm-page-costume p, .concurs-design-page .mtm-page-costume ul, .concurs-design-page .mtm-page-costume .mb30 {
	margin-bottom: 30px;
}

.concurs-design-page .mtm-page-costume p.mt25 {
	margin-top: 25px;
}

.concurs_button {
	position: relative;
    display: block;
    padding: 9px;
    text-align: left;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #aba9a5;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    margin-left: 80px;
}

.concurs_button:hover {
	background-color: #2d73d0;
	color: #fff;
}

/* BEGIN Vertify code */

.post-list li.item {
  border-bottom: 1px solid rgb(217, 168, 133);
padding-bottom: 20px;
}
.post-list li.item .post-list-item { height: 1%; overflow: hidden; }
.post-list h2 { line-height: 1em; margin-bottom: 1em; }

.post-title h1, .post-list-item h2 a {
font-weight: 700;
line-height: 40px;
font-size: 30px;
color: #504c6a !important;
text-transform: none;
letter-spacing: normal;
}

.post-entry h2 {
font-size: 26px;
line-height: 36px;
color: #cd8c5d !important;
font-weight: 700;
text-transform: none;
letter-spacing: normal;
}

.post-entry h3 {
font-size: 22px;
line-height: 32px;
font-weight: 700;
text-transform: none;
letter-spacing: normal;
color: #5d6769;
}

.post-entry h4 {
font-size: 18px;
line-height: 28px;
font-weight: 700;
text-transform: none;
letter-spacing: normal;
color: #5d6769;
}

.post-title, .post-entry, .post-list {
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #5D6769;
  letter-spacing: normal;
}

.post-entry p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}

.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
border: 1px solid #ddd;
padding: 6px;
max-width: 98%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

div.featured-image.left {
float: none !important;
}

div.featured-image img {
max-width: 100%;
display: block;
margin: auto;
margin-top: 1em;
margin-bottom: 1.625em;
float: none !important;
}

img.alignleft,
img.alignright,
img.aligncenter {
margin-top: 1em;
margin-bottom: 1.625em;
}

.wp-caption {
margin-top: 0.4em;
}
.wp-caption {margin-bottom: 1.625em;max-width: 96%;padding: 9px;text-align: center;}
.wp-caption img {display: block;margin: 0 auto;max-width: 98%;/* border-color: #eee; */}
.wp-caption .wp-caption-text {
color: #666;
font-family: Georgia, serif;
font-size: 12px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0.6em;
padding: 10px 0 5px 40px;
position: relative;
}
.wp-caption .wp-caption-text:before {
color: #666;
content: '\2014';
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}
.wp-caption img {/* border-color: #eee; */}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {background: #fff;border-color: #ddd;}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
font-style: italic;
font-size: 1em;
/* font-size: 12px; */
/* font-size: 0.857142857rem; */
line-height: 2;
color: #757575;
}

.post-title h1, .post-list-item h2 a, .post-entry h2, .post-entry h3, .post-entry h4 {
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; letter-spacing: normal;
}

/* END Vertify code */

#cookiealert{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	background-color: rgba(226, 226, 226, .95);
	color: #151515;
	padding: 5px 0 50px;
}

#cookiealert .message{
	max-width: inherit!important;
}

#cookiealert .message a.btn{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
}

#cookiealert .message .decline a{
	color: #000;
}

#cookiealert .message .decline a:hover{
	color: #000;
}

#cookiealert .message p.accept a{
	color: #fff;
}

#cookiealert .message span.cookie-title{
	color: #151515;
}

#cookiealert .message a{
	color: #ad974f;
}

#cookiealert .message p.accept,
#cookiealert .message p.decline{
	line-height: 70px;
	margin-bottom: 0;
}

p.gdpr_info{
	font-size: 12px;
	clear: both;
	padding-left: 15px;
}

.cookie_settings_btn{
	position: fixed;
  bottom: 20px;
  z-index: 10;
  left: 1%;
  background-color: #aba9a5;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

.moove_gdpr_text{
  padding: 10px;
  margin: 0 auto;
}

.mb-mana-catalog-rightnav{
	margin-bottom: 30px;
}

.mb-mana-catalog-rightnav .dropdown{
  height: auto!important;
}

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

  .pre-header .list-inline li select#custom-currency-selector{
  	width: 65px!important;
  }
  .pre-header .list-inline li select#select-language{
  	width: 85px!important;
  }
  .pre-header .list-inline{
  	margin-bottom: 10px;
  }
	.concurs-design-page .content-box h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.concurs-design-page .mtm-page-block img {
		display: block;
	}
	.concurs-design-page .mtm-page-landing.mtm-page-block .content-box {
		width: 100%;
		min-width: 100%;
	}
	.concurs_button {
		display: block;
		margin-left: 0;
		margin-top: 10px;
		max-width: 150px;
		margin: 10px auto 6px;
	}
	/* .pre-header .list-inline li:last-child {
		display: block;
		text-align: center;
  } */
  .post-view .post-entry iframe {
  	width: 100%;
  	height: auto;
  }
}

@media only screen and (min-width: 767px) and (max-width: 989px) {

	.pre-header .list-inline{
		float: left;
	}
	.pre-header .tel_info{
		float: right;
	}
	.pre-header .list-inline li{
		width: auto;
	}
	.pre-header .list-inline li select{
		width: auto;
	}
}

/*------------- MODIFICARI PAG PRODUS ----------------- */

.product-view #product-accordion,
.product-view .accordion-details h3,
.product-view .note,
.product-view .product-share-options{
	color: #000; 
}

p.schedule_meeting{
	font-style: italic;
	text-align: center;
	/* test*/
}

.product-view #card-cadou-info{
  display: none;
}

.product-card-cadou #card-cadou-info{
  display: block !important;
  font-size: 15px;
  font-weight: 700;
}

#pprod-categ .name-box{
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
  min-height: 30px;
  max-height: 50px;
}

#pprod-categ .price-box{
  font-size: 13px;
  text-align: center;
}

.subtitle_section{
  margin: 50px 0 70px 0;
}

/*.book-a-fitting-button{
  position: fixed;
  top: 50%;
  z-index: 10;
  right: -105px;
  transform: rotate(270deg);
  width: 235px;
  border-radius: 10px 10px 0 0;
  height: 42px;
  background-color: #2d73d0;
  padding: 5px 15px;
  cursor: pointer;
  color: #fff;
}*/
/* .checkout-cart-index .modal-backdrop {
  display: none;
} */
.submenu-wrapper-small.locations-nav{		
	display: none;    	
	z-index: 10;    	
	width: 140px;    	
	position: absolute;    	
	top: 25px;    	
	padding-top: 5px;    	
	left: 0;    	
	background-color: #fff;    	
	font-size: 12px;    	
	line-height: 12px;    	
	background-color: #fafafa;    	
	border: 1px solid #f1f1f1;    	
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);    	
	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);    	
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);    	
	padding: 10px;
}
.location-dropdown{	position: relative;}
.location-dropdown a{	padding-bottom: 20px;}
.location-dropdown:hover .locations-nav{	display: block;}
#configurator {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.category-pantofi .filter-options-wp ul li:last-child a{
  color:#568FDA;
}

.categorypath-shoes .filter-options-wp ul li:last-child a{
  color:#568FDA;
}

.webforms-contact_us h2.legend {
  display: none;
}

.webforms-contact_us .form-list .fields .field:last-child {
  float: left;
}

.webforms-contact_us .fieldset-0 .form-list .fields .field:last-child {
  float:right;
}

/* BGN BLACK FRIDAY CATEG */
.category-black-friday #narrow-by-list .col-lg-2.col-md-6{
  display: none;
}

.category-black-friday #narrow-by-list .col-lg-2.col-md-6.clearfix{
  display: block !important;
  margin-left: 50%;
}

.alert.alert-warning{
  display: none;
}
/* END BLACK FRIDAY CATEG */

/* BGN BLACK FRIDAY CATEG */
.category-sales #narrow-by-list .col-lg-2.col-md-6{
  display: none;
}

.category-sales #narrow-by-list .col-lg-2.col-md-6.clearfix{
  display: block !important;
  margin-left: 50%;
}
/* END BLACK FRIDAY CATEG */

#gcheckout-payment-type{
    display:none;
}

/* LANDING PAGE BE */

.be_landingpage{
	padding: 50px 0;
}

.be_landingpage h2{
	margin-bottom: 50px;
	line-height: 40px;
}

.be_landingpage p{
    font-size: 18px;
    line-height: 28px;
}

.be_landingpage .contact_info{
	margin-top: 50px;
}