body {
  background: #ffffff;
  font-family: 'PT Serif', serif;
  line-height: 2.5rem;
  font-size: 1.3rem;
  font-style: normal;
  color: #464646;
  text-align: left;
  overflow-x: hidden;
}
html,
body {
  display: block !important;
}
a:visited,
.alink:visited {
  color: #666666;
}
a {
  color: #666666;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
  color: #a89842;
}
a:focus {
  outline: none;
}
input,
select,
textarea {
  border: 1px solid #f1f1f1;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
button {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
button:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.action.primary {
  font-size: 1.6rem;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  color: #666666;
  padding: 0 15px;
  font-weight: normal;
  font-family: 'PT Serif', serif;
}
.action.primary:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
button:hover,
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border-color: #a89842;
  background: #a89842;
  color: #fff;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: 0;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.checkbox {
  display: inline-block;
  vertical-align: top;
}
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #232323;
  font-family: 'PT Serif', serif;
  font-weight: 500;
}
* {
  outline: none;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
big {
  font-size: 125%;
}
dd {
  margin-bottom: 24px;
}
.logo img {
  display: inline;
}
.message.success {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: inline-block;
  }
}
@media all and (min-width: 768px), print {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .col-main {
    float: right;
  }
  .col-left {
    float: left;
  }
  .columns {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .column.main {
    padding-right: 15px;
    padding-left: 15px;
    min-height: 0px;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: left;
    float: left;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: right;
    float: right;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    width: 80%;
  }
  .modes-mode:last-child {
    border: 0;
  }
  .modes-mode {
    border: 0;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0;
  }
  .modes-mode:before {
    font-size: 32px;
    color: #d7d7d7;
  }
  .modes-mode.active:before {
    color: #000;
  }
  .page-layout-1column .product-info-main {
    width: 55%;
    background: #fff;
  }
  .page-layout-1column .product.media {
    width: 42%;
    background: #fff;
    margin: 0 0 80px;
  }
  .cart-summary {
    width: 30%;
    background-color: #eee;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 67%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .product.data.items > .item.content {
    border: 0;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #a89842;
  }
  .product.data.items > .item.title {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
#product-review-container {
  text-align: left;
}
.cms-index-index .main-container {
  padding-top: 0;
}
.main-container {
  padding-top: 30px;
}
.table-comparison .cell {
  width: auto;
}
.columns .column.main {
  padding-bottom: 0;
}
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  border-radius: 30px;
}
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border-color: #a89842;
  background-color: #a89842;
  color: #fff;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: 0;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.toolbar-products {
  padding: 0 0 10px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 60px;
}
.toolbar-products .pages .item {
  line-height: 25px;
}
.toolbar-products .pages .action {
  width: 30px;
}
.pages strong.page,
.pages a.page {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #eee;
  background: #d9d9d9;
  color: #fff;
  font-size: 1.8rem;
  border: 0;
}
.pages .action {
  border: 0;
  height: 30px;
}
li.item.current .page {
  background: #a89842;
}
.pages .action.next:before {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 18px;
}
.pages .action.previous:before {
  content: "\f0a8";
  font-family: FontAwesome;
  font-size: 18px;
}
.pages .action.previous {
  margin: 0;
}
.pages a.page:visited,
.pages a.page:hover {
  color: #fff;
  background: #a89842;
}
.sorter-options {
  padding: 0 10px;
  height: 32px;
}
.toolbar-amount {
  padding: 5px 0 0;
}
.modes {
  display: block;
}
.cart-container {
  margin: 0 0 40px;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  padding: 0 20px;
}
.fotorama__stage {
  border: 1px solid #eee;
}
.breadcrumbs {
  max-width: 100%;
  margin: 30px 0;
  background: #f6f6f6;
}
.breadcrumbs ul .item {
  font-size: 14px;
}
.breadcrumbs ul .item:not(:last-child):after {
  vertical-align: middle;
}
.breadcrumbs ul strong {
  color: #a89842;
}
.breadcrumbs .items {
  padding: 10px 0;
}
.category-image {
  margin: 0;
  text-align: center;
}
.category-view {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  margin-bottom: 40px;
}
.category-view .breadcrumbs {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 1.2rem;
  z-index: 11;
}
.category-view .breadcrumbs ul.items {
  padding: 0;
  border: 0;
}
.category-description {
  padding: 20px 4%;
  background: #fff;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.page-title-wrapper .page-title {
  margin: 20px 0;
}
.form-cart .table > thead > tr > th,
.form-cart .table > tbody > tr > th,
.form-cart .table > tfoot > tr > th,
.form-cart .table > thead > tr > td,
.form-cart .table > tbody > tr > td,
.form-cart .table > tfoot > tr > td {
  border-top: 0;
}
.form-cart .table > thead > tr > th {
  border-bottom: 0;
}
.cart-summary .table > thead > tr > th,
.cart-summary .table > tbody > tr > th,
.cart-summary .table > tfoot > tr > th,
.cart-summary .table > thead > tr > td,
.cart-summary .table > tbody > tr > td,
.cart-summary .table > tfoot > tr > td {
  border-top: 0;
}
.cart-summary .table-wrapper .price {
  font-size: 20px;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  line-height: inherit;
}
.cart-summary .checkout-methods-items li button {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.cart-summary .checkout-methods-items li button:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.cart-summary > .title {
  font-weight: bold;
}
.cart-container .checkout-methods-items .action.primary {
  background: #a89842;
  color: #fff;
  font-size: 1.3rem;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift {
  padding: 0px 20px;
}
.columns {
  display: block;
}
.block-cart-failed .action.clear,
.cart-container .form-cart .action.clear,
.cart-container .cart-gift-item .action.clear .block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  margin-bottom: 10px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  line-height: 38px;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: -5px;
}
.cart-empty a {
  font-weight: bold;
}
.block-collapsible-nav .title {
  text-transform: uppercase;
  border-bottom: 2px solid #f1f1f1;
  padding: 0 0 10px;
}
.block-collapsible-nav .content ul.nav {
  background-color: #f4f4f4;
}
.block-collapsible-nav .content ul.nav > li > strong {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.block-collapsible-nav .content ul.nav > li.current > strong {
  background-color: #eee;
}
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
#checkoutSteps {
  background-color: #fff;
  padding: 20px;
}
.owl-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .owl-theme .owl-controls .owl-buttons > div {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 11px;
  border: 1px solid #eee;
  line-height: 1;
  text-transform: capitalize;
  color: #666666;
}
body .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  border-right: 0;
  border-radius: 15px 0 0 15px;
}
body .owl-theme .owl-controls .owl-buttons > div.owl-next {
  border-radius: 0 15px 15px 0;
}
body .owl-theme .owl-controls .owl-buttons > div:hover {
  color: #000;
  font-weight: 600;
}
body .owl-theme .owl-controls .owl-pagination > div span {
  width: 10px;
  height: 10px;
  background: #c9c8c8;
  margin: 10px;
}
body .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #a89842;
}
.brandslider-container {
  margin-bottom: 100px;
  margin-top: 80px;
}
.brandslider-container .title {
  display: inline;
}
.brandslider-container .pt-brand-container {
  border: 1px solid #eee;
  padding: 20px;
}
.brandslider-container .owl-theme .owl-controls {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
}
.brandslider-container .owl-theme .owl-controls .owl-buttons {
  display: inline-block;
  background: #fff;
}
.link-contact {
  float: left;
  overflow: hidden;
}
.link-contact p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
  font-size: 1.2rem;
}
.link-contact p i {
  font-size: 0;
  margin-right: 10px;
  color: #999999;
}
.link-contact p i:before {
  font-size: 1.8rem;
}
.product-item-actions {
  display: block;
}
.product-item-info {
  width: auto;
}
@media (min-width: 1024px), print {
  .page-products .products-grid .product-item {
    margin: 0;
    padding: 0 15px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
  .page-layout-1column .products-grid .product-item {
    width: auto;
    padding: 0;
    display: block;
  }
  .page-products .products-grid .product-items {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 640px) {
  .products-grid .product-item-actions {
    margin: 0;
  }
}
.related .products-grid li.product-item,
.upsell .products-grid li.product-item,
.crosssell .products-grid li.product-item {
  border-bottom: 0;
}
.related .products-slider,
.upsell .products-slider,
.crosssell .products-slider {
  margin-right: -15px;
  margin-left: -15px;
}
.related .products-slider .product-item,
.upsell .products-slider .product-item,
.crosssell .products-slider .product-item {
  padding-left: 15px;
  padding-right: 15px;
}
.stock.unavailable {
  min-height: 40px;
}
.owl-theme .products-grid .product-item {
  width: 100% !important;
}
.column.main .product-items {
  margin-left: -15px;
}
.page-products .products-grid .product-item {
  padding: 0 15px;
}
.products-grid .product-item-info {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products-grid .product-item-info:hover .product-item-details .price-box {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.products-grid .product-item-info .product-item-actions {
  padding-left: 36px;
  padding-right: 36px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translateY(2.57rem);
  -ms-transform: translateY(2.57rem);
  transform: translateY(2.57rem);
}
.products-grid .product-item-info .product-item-actions .wishlist {
  position: absolute;
  left: 0;
  top: 0;
}
.products-grid .product-item-info .product-item-actions .compare {
  position: absolute;
  right: 0;
  top: 0;
}
.products-grid .product-item-info .product-item-actions .add-to-cart-primary button.tocart {
  width: 100%;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  margin: 0 0 20px;
}
.products-grid .product-item-info .product-item-details .price-box {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.product-item-info:hover .product-item-images .shadow,
.product-item-info:hover .product-item-images .product-reviews-summary {
  opacity: 1;
  visibility: visible;
}
.product-item-info .product-item-details {
  padding: 20px 0 0;
}
.product-item-info .product-item-details .product-item-actions .action {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #999999;
  font-size: 1.8rem;
}
.product-item-info .product-item-details .product-item-actions .action:hover {
  color: #a89842;
}
.product-item-info .product-item-details .product-item-actions .action:before {
  content: "\f004";
  font-family: FontAwesome;
  display: block;
  line-height: 35px;
}
.product-item-info .product-item-details .product-item-actions .action span {
  display: none;
}
.product-item-info .product-item-details .product-item-actions .action.compare:before {
  content: "\f021";
}
.product-item-info .product-item-images {
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.product-item-info .product-item-images .shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/bkg.png) no-repeat center bottom;
  background-size: contain;
  pointer-events: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1;
}
.product-item-info .product-item-images .product-reviews-summary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 2;
  opacity: 0;
  visibility: visible;
}
.page-products .product-item-info {
  width: 100%;
}
.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.product-item .price-box {
  margin: 10px 0 0;
}
.products-slider.products-grid li.product-item {
  width: 100%;
}
.product-item-description {
  line-height: 25px;
}
.products-list .product-item-info {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.products-list .product-item-info .product-item-images {
  width: 33%;
  float: left;
  margin-right: 3%;
  position: relative;
}
.products-list .product-item-info .product-item-images .product-item-photo {
  display: block;
  width: 100%;
  padding: 0;
}
.products-list .product-item-info .product-item-details {
  display: block;
  float: left;
  width: 64%;
  overflow: hidden;
  margin-top: 40px;
}
.products-list .product-item-info .product-item-name a {
  font-size: 1.8rem;
}
.products-list .product-item-info .product-item-description {
  margin: 15px 0;
}
.products-list .product-item-info .action.more {
  color: #a89842;
}
.products-list .product-item-info .action.more:hover {
  text-decoration: underline;
}
.products-list .product-item-info .product-item-actions .add-to-cart-primary {
  display: inline-block;
  vertical-align: middle;
}
.products-list .product-item-info .product-item-actions .add-to-cart-primary button.tocart {
  min-width: 180px;
}
.products-list .product-item-info .product-item-actions .action {
  display: inline-block;
  vertical-align: middle;
}
.page-product-downloadable .product-options-bottom {
  padding: 10px;
  border: 1px solid #eee;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty {
  padding: 0;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control {
  display: inline-block;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control .input-text.qty {
  height: 40px;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions {
  padding: 0;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions button {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin-left: 15px;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions button:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.page-product-downloadable .product-options-bottom .product-social-links {
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 0;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist:hover,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto span {
  line-height: inherit;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:before {
  display: none;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 2.8rem;
  line-height: 1.3;
}
.catalog-product-view .product-info-main .countdown-container .timer {
  margin-right: 10px;
}
.catalog-product-view .product-info-main .countdown-container .timer b {
  font-size: 18px;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .page-title {
  margin: 0 0 15px;
  text-transform: capitalize;
  font-size: 5rem;
  color: #a89842;
  font-style: italic;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-result > span:before {
  color: #a89842;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary {
  text-align: left;
}
.catalog-product-view .product-info-main .product-info-price {
  margin: 15px 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  margin: 10px 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
  font-size: 2rem;
  font-weight: normal;
  color: #999;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control .input-text.qty {
  height: 35px;
  border-radius: 30px;
  width: 70px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  min-width: 180px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
  background-color: #a89842;
}
.catalog-product-view .product-info-main .attribute.overview {
  margin: 10px 0;
}
.catalog-product-view .product-info-main .product-social-links {
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border: 0;
  text-align: center;
  margin: 0 2px;
  background: #ebebeb;
  color: #acacac;
  border-radius: 100%;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:before {
  content: "\e08a";
  font-family: 'simple-line-icons';
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare.tocompare:before {
  content: "\e098";
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist span,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare span {
  display: none;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:hover,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:hover {
  background: #a89842;
  color: #fff;
}
.catalog-product-view .product-info-main .product-social-links .mailto {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border: 0;
  text-align: center;
  margin: 0 2px;
  background: #ebebeb;
  border-radius: 100%;
  color: #acacac;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-social-links .mailto:before {
  line-height: 43px;
}
.catalog-product-view .product-info-main .product-social-links .mailto span {
  display: none;
}
.catalog-product-view .product-info-main .product-social-links .mailto:hover {
  background: #a89842;
  color: #fff;
}
.catalog-product-view .product-info-main .bundle-actions button {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.catalog-product-view .product-info-main .bundle-actions button:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .bundle-options-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list {
  margin: 10px 0 0;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list input {
  display: inline-block;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .label {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .control {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .title {
  margin-bottom: 20px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  padding: 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control {
  display: inline-block;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control .input-text.qty {
  height: 38px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions {
  padding: 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  min-width: 180px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button:hover {
  background-color: #a89842;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin-right: 5px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist:hover,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.catalog-product-view .product.info {
  margin-top: 30px;
  margin-bottom: 80px;
}
.catalog-product-view .product.info .product.data.items {
  text-align: center;
}
.catalog-product-view .product.info .product.data.items .item a {
  height: auto;
  text-transform: uppercase;
  background: none;
  border: 0;
  font-size: 20px;
  padding-left: 0;
  padding: 0 0 5px 0;
  margin: 0 20px;
  color: #a89842;
  font-weight: 400;
}
.catalog-product-view .product.info .product.data.items .item.active a {
  font-weight: bold;
  background: none !important;
}
.catalog-product-view .product.info .product.data.items .col {
  width: auto;
}
.timerproducts {
  padding: 60px;
  margin-top: -280px;
  background: #fff;
}
.timerproducts .ma-title {
  margin-bottom: 40px;
}
.timerproducts .ma-title h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}
.timerproducts .countdown-slider .products-grid {
  padding: 0 15px;
}
.timerproducts .countdown-slider .products-grid .product-item-time {
  overflow: hidden;
}
.timerproducts .countdown-slider .products-grid .product-item-time .product-images {
  float: left;
  width: 40%;
  margin-right: 20px;
}
.timerproducts .countdown-slider .products-grid .product-item-time .product-item-details {
  overflow: hidden;
  zoom: 1;
  padding: 20px 0 0;
}
.timerproducts .countdown-slider .products-grid .product-item-name,
.timerproducts .countdown-slider .products-grid .product.name a {
  font-size: 5rem;
  font-style: italic;
  text-transform: capitalize;
  line-height: 1.3;
  color: #a89842;
}
.timerproducts .countdown-slider .products-grid .short-description {
  margin: 15px 0;
}
.timerproducts .countdown-slider .products-grid .price-box .price {
  font-size: 5.4rem;
  line-height: 1.3;
  font-weight: bold;
}
.timerproducts .countdown-slider .products-grid .price-box .old-price .price {
  font-size: 2.4rem;
  font-weight: normal;
}
.timerproducts .countdown-slider .countdown-container {
  margin-top: 30px;
}
.timerproducts .countdown-slider .countdown-container .timer {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  border: 1px solid #d3ceb4;
  min-width: 80px;
  text-align: center;
  font-size: 1.4rem;
  color: #a89842;
  padding: 15px 0;
  position: relative;
}
.timerproducts .countdown-slider .countdown-container .timer b {
  display: block;
  font-size: 2.8rem;
}
.timerproducts .countdown-slider .countdown-container .timer:after,
.timerproducts .countdown-slider .countdown-container .timer:before {
  content: "";
  width: 20px;
  height: 6px;
  border-radius: 30px;
  background: #d3ceb4;
  position: absolute;
  right: -14px;
  top: 30px;
}
.timerproducts .countdown-slider .countdown-container .timer:after {
  top: 40px;
}
.timerproducts .countdown-slider .countdown-container .timer:last-child:after,
.timerproducts .countdown-slider .countdown-container .timer:last-child:before {
  display: none;
}
.timerproducts .countdown-slider .owl-theme .owl-controls .owl-buttons {
  margin: 0;
  position: absolute;
  right: 15px;
  top: -63px;
}
.related .block-actions {
  display: none;
}
.related .choice.related {
  display: none;
}
.row-content {
  margin-left: -15px;
  margin-right: -15px;
}
.row-content .products-grid {
  padding: 0 15px;
}
.producttab-container {
  margin-top: 120px;
  margin-bottom: 80px;
}
.producttab-container .owl-theme .owl-buttons {
  position: absolute;
  right: 15px;
  top: -60px;
  margin: 0;
  z-index: 12;
}
.producttab-container .title-tab {
  margin-bottom: 30px;
  text-align: center;
}
.producttab-container .title-tab ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.producttab-container .title-tab ul.tabs li {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #a89842;
  margin: 0 20px;
  cursor: pointer;
}
.producttab-container .title-tab ul.tabs li.active {
  font-weight: bold;
}
.producttab-container .title-tab ul.tabs li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.fotorama-item.fotorama--fullscreen {
  z-index: 2000 !important;
}
.fotorama__nav-wrap {
  text-align: center;
}
body .swatch-attribute {
  clear: both;
}
body .swatch-option.text {
  padding: 0 8px;
}
.mobile-bar-icon {
  text-decoration: none;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  background: #a89842;
  visibility: hidden;
  display: none;
  z-index: 999;
  text-transform: uppercase;
  color: #fff;
}
.mobile-bar-icon:after {
  content: "\f0c9";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  float: right;
}
.nav-toggle {
  display: none !important;
}
.mobile-bar-content {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  width: calc(100% - 45px);
  max-width: 500px;
  background: #333;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  z-index: 9999;
}
.mobile-bar-content.open {
  left: 0;
}
.mobile-bar-content .mobile-bar-close {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #444;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0;
  position: absolute;
  right: -35px;
  top: 155px;
  color: #fff;
}
.mobile-bar-content .mobile-bar-close:hover {
  background: #fff;
  color: #a89842;
}
.mobile-bar-content .mobile-bar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}
.mobile-bar-content .tabs-mobile {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.mobile-bar-content .tabs-mobile .item {
  line-height: 30px;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  background: #fff;
}
.mobile-bar-content .tabs-content-mobile {
  text-align: center;
  padding: 0 20px;
  color: #fff;
}
.mobile-bar-content .tabs-content-mobile .switcher-currency,
.mobile-bar-content .tabs-content-mobile .switcher-language {
  float: none !important;
  display: inline-block;
  margin: 0 10px;
}
.mobile-bar-content .tabs-content-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-bar-content .tabs-content-mobile a {
  color: #fff;
}
.mobile-bar-content .tabs-content-mobile a:hover {
  color: #a89842;
}
.mobile-bar-content .tabs-content-mobile .header.links {
  margin-bottom: 10px;
}
.mobile-bar-content .tabs-content-mobile .header.links li {
  display: inline-block;
  margin: 0 10px;
}
.header-container {
  background: #ffffff;
  background-size: cover;
  color: #666666;
}
.header-container a {
  color: #666666;
}
.header-container .logo {
  float: none;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 767px) {
  .header .row {
    display: table;
    width: 100%;
    height: 105px;
    margin: 0;
  }
  .header .row > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    padding: 0;
  }
  .header .col-logo {
    width: 25%;
  }
}
.top-bar {
  background: #f6f6f6;
  padding: 10px 0;
}
.link_follow {
  float: left;
  overflow: hidden;
  margin-left: 10px;
}
.link_follow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link_follow ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.link_follow ul li a {
  font-size: 1.8rem;
}
.link_follow ul li a span {
  display: none;
}
.link-hover {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  margin-left: 10px;
}
.link-hover:after,
.link-hover:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #3c3735;
  position: absolute;
  left: 0;
  top: 10px;
}
.link-hover:after {
  left: auto;
  right: 0;
}
.link-hover:hover .icon {
  color: #a89842;
}
.link-hover:hover > div {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.link-hover ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.link-hover .icon {
  width: 30px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
}
.link-hover .icon:before {
  content: "\e09a";
  font-family: 'simple-line-icons';
}
.link-hover > div {
  background: #fff;
  z-index: 111;
  padding: 30px;
  min-width: 300px;
  color: #252525;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  border-top: 1px solid #eee;
  right: -10px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
  text-align: left;
}
.link-hover > div > div {
  margin-bottom: 10px;
}
.link-hover > div .label {
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #373737;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.link-hover > div .action {
  line-height: 30px;
  display: block;
  padding-left: 20px;
}
.link-hover > div .action strong {
  font-weight: 500;
  color: #a89842;
}
.link-hover > div ul.dropdown li,
.link-hover > div ul.links li {
  line-height: 30px;
  display: block;
  padding-left: 20px;
  margin: 0;
}
.link-hover > div ul.dropdown li a,
.link-hover > div ul.links li a {
  font-size: 1.2rem;
}
.link-hover > div ul.dropdown li:last-child,
.link-hover > div ul.links li:last-child {
  border: 0;
}
.absolute {
  position: absolute;
  right: 0;
  top: 50%;
  display: table-cell;
  vertical-align: middle;
  margin-top: -20px;
}
.switcher-language,
.switcher-currency {
  float: right !important;
  position: relative;
}
.switcher-language .label,
.switcher-currency .label {
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  color: #a5d6f7;
  display: none;
}
.switcher-language .label i,
.switcher-currency .label i {
  margin-right: 5px;
}
.switcher-language .switcher-options,
.switcher-currency .switcher-options {
  position: relative;
  display: inline-block;
}
.switcher-language .switcher-options .switcher-trigger,
.switcher-currency .switcher-options .switcher-trigger {
  display: inline-block;
  font-size: 10px;
  text-transform: capitalize;
  cursor: pointer;
}
.switcher-language .switcher-options .switcher-trigger i,
.switcher-currency .switcher-options .switcher-trigger i {
  line-height: 22px;
  margin-left: 5px;
}
.switcher-language .switcher-options:hover .switcher-dropdown,
.switcher-currency .switcher-options:hover .switcher-dropdown {
  display: block;
}
.switcher-language .switcher-options .switcher-dropdown,
.switcher-currency .switcher-options .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  z-index: 9;
  min-width: 130px;
  background: #fff;
  text-align: right;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 100%;
  display: none;
}
.switcher-language .switcher-options .switcher-dropdown li,
.switcher-currency .switcher-options .switcher-dropdown li {
  margin: 0;
}
.switcher-language .switcher-options .switcher-dropdown a,
.switcher-currency .switcher-options .switcher-dropdown a {
  display: block;
  font-size: 1.2rem;
  padding: 7px 15px 7px 15px;
}
.switcher-language .switcher-options .switcher-dropdown a:hover,
.switcher-currency .switcher-options .switcher-dropdown a:hover {
  color: #a89842;
}
.switcher-language {
  padding: 0 10px;
  position: relative;
}
.switcher-currency {
  padding: 0 10px;
}
.my-acount {
  float: right;
  position: relative;
  margin-right: 10px;
}
.my-acount .label {
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  margin: 3px 0 0;
}
.my-acount .label i {
  margin-left: 5px;
}
.my-acount i.fa.fa-user-circle {
  font-size: 1.8rem;
  color: #999;
  margin-right: 10px;
}
.my-acount:hover ul.header.links {
  display: block;
}
.my-acount ul.header.links {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: -1px;
  z-index: 9;
  text-align: right;
  min-width: 130px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 100%;
  display: none;
}
.my-acount ul.header.links li {
  display: block;
  margin: 0;
}
.my-acount ul.header.links a {
  display: block;
  font-size: 1.2rem;
  padding: 7px 15px 7px 15px;
}
.my-acount ul.header.links a:hover {
  color: #a89842;
}
.minicart-wrapper:hover .ui-dialog {
  display: block;
}
.minicart-items-wrapper {
  max-height: 450px;
  height: 200px !important;
}
.minicart-wrapper {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}
#search_mini_form {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  border-right: 1px solid #a89842;
}
#search_mini_form:hover {
  border-color: #a89842;
}
#search_mini_form:hover .search {
  width: 200px;
}
#search_mini_form .search {
  width: 0;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  position: relative;
  padding-right: 40px;
  transition: width 0.2s;
}
#search_mini_form .search input[type="text"] {
  width: 100%;
  height: 25px;
  background: #fff;
  border: 0;
  font-size: 1.2rem;
  color: #5a6069;
}
#search_mini_form .search input[type="text"]:focus {
  box-shadow: none;
}
#search_mini_form .search button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 40px;
  height: 25px;
  line-height: 25px;
  border: 0;
  background: none;
  font-size: 1.6rem;
  opacity: 1;
  color: #999999;
}
.hot-sale,
.label-pro-new {
  position: absolute;
  top: 13px;
  overflow: hidden;
  line-height: 30px;
  min-width: 50px;
  text-align: center;
  z-index: 11;
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
  background: #333333;
  text-transform: uppercase;
}
.label-pro-new {
  left: 13px;
}
.hot-sale {
  right: 13px;
}
.pt-banner-container {
  overflow: hidden;
  margin-bottom: 30px;
}
.pt-banner-container .owl-theme:hover .owl-controls .owl-buttons > div {
  opacity: 1;
}
.pt-banner-container .owl-theme .owl-controls {
  margin: 0;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons > div {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border-radius: 0 !important;
  border: 1px solid #eee;
  font-size: 0;
  background: #bebab7;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 11;
  opacity: 0;
  transition: .3s;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons > div:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 2.8rem;
  line-height: 38px;
  display: block;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons > div.owl-next {
  left: auto;
  right: 0;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons > div.owl-next:before {
  content: "\f105";
}
.pt-banner-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pt-banner-container ul li img {
  width: 100%;
}
.pt-banner-container .pt-banner-caption .pt-banner-content {
  position: absolute;
  top: 20%;
  left: 13%;
  max-width: 1170px;
  padding: 0 20px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}
.pt-banner-container .pt-banner-caption .pt-title2 {
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 50px;
  color: #fff;
}
.pt-banner-container .pt-banner-caption .pt-title3 {
  font-size: 5.1rem;
  font-weight: 700;
  margin: 30px 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2em;
}
.pt-banner-container .pt-banner-caption .pt-banner-des {
  font-size: 14px;
  margin: 17px 0 0;
  color: #fff;
}
.pt-banner-container .pt-banner-caption .pt-url {
  display: inline-block;
  padding: 0 50px 0 0;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 25px;
  font-family: 'PT Serif', serif;
  color: #fff;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  animation: vanishIn 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title3 {
  animation: vanishIn 2200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des {
  animation: vanishIn 2900ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
  animation: vanishIn 3600ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title1 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title2 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-banner-des {
  -webkit-animation: slideInDown 1200ms ease-in-out;
  -moz-animation: slideInDown 1200ms ease-in-out;
  -ms-animation: slideInDown 1200ms ease-in-out;
  animation: slideInDown 1200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-url {
  -webkit-animation: zoomInUp 1400ms ease-in-out;
  -moz-animation: zoomInUp 1400ms ease-in-out;
  -ms-animation: zoomInUp 1400ms ease-in-out;
  animation: zoomInUp 1400ms ease-in-out;
}
.banner-static {
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 30px 0 0;
}
.banner-static a {
  margin-bottom: 30px;
  display: block;
}
.banner-static img {
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out;
}
.banner-static img:hover {
  opacity: 0.8;
}
.cms-index-index .main-content {
  padding: 0;
}
.main-content {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 0 0 30px;
}
.main-content .page.messages {
  max-width: 1170px;
  margin: 0 auto;
}
.main-content .page.messages div {
  font-size: 1.6rem;
}
.main-content .checkout-container {
  margin: 30px 0;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.main-content .checkout-container .opc-wrapper .step-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.main-content .checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 1.4rem;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.0rem;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.main-content .cart-container .cart-summary {
  padding: 1px 18px 22.5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.main-content .cart-container .cart-summary > .title {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.main-content .cart-container .cart-summary .block.shipping > .title,
.main-content .cart-container .cart-summary .block.discount > .title {
  line-height: normal;
  padding: 9px 36px 9px 0px;
  border-top: 1px solid #ccc;
}
.main-content .cart-container .cart-summary .block.shipping > .title:after,
.main-content .cart-container .cart-summary .block.discount > .title:after {
  font-size: 24px;
  color: #313131;
  top: 4px;
}
.main-content .cart-container .cart-summary .block.shipping > .title strong,
.main-content .cart-container .cart-summary .block.discount > .title strong {
  color: #313131;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .field.note,
.main-content .cart-container .cart-summary .block.discount .field.note {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice) > .label,
.main-content .cart-container .cart-summary .block.discount .fieldset .field:not(.choice) > .label {
  font-size: 1.3rem;
  color: #333;
  font-weight: 400;
}
.main-content .cart-container .cart-summary .block.shipping select,
.main-content .cart-container .cart-summary .block.discount select,
.main-content .cart-container .cart-summary .block.shipping input,
.main-content .cart-container .cart-summary .block.discount input {
  border-radius: 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-title,
.main-content .cart-container .cart-summary .block.discount .item-title {
  font-weight: 500;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-options,
.main-content .cart-container .cart-summary .block.discount .item-options {
  margin: 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .radio,
.main-content .cart-container .cart-summary .block.discount .item-options .radio {
  float: left;
  margin: 0 8px 0 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .label,
.main-content .cart-container .cart-summary .block.discount .item-options .label {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
}
.main-content .cart-container .cart-summary .cart-totals th,
.main-content .cart-container .cart-summary .cart-totals td {
  border: none;
}
.main-content .cart-container .cart-summary .cart-totals .price {
  color: #333;
}
.main-content .cart-container .cart-summary .cart-totals .grand.totals {
  border-top: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper thead .col {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody {
  border-top: 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col {
  border: none;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .price {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
  vertical-align: middle;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
  padding: 10px 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action {
  margin-top: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action {
  margin-bottom: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.main-content .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.main-content .block.crosssell > .title {
  color: #232323;
  text-transform: uppercase;
}
.main-content .login-container .fieldset:after {
  font-size: 1.4rem;
  margin-left: 0 !important;
}
.main-content .form.contact {
  margin-top: 50px;
}
.main-content .table-comparison .cell {
  width: 175px;
}
.main-content .table-comparison .cell .attibute.value {
  font-size: 1.4rem;
}
.product-item .price-box .price {
  font-weight: normal;
  font-size: 2rem;
}
.price-box {
  overflow: hidden;
  line-height: 25px;
  margin: 5px 0;
  font-family: 'PT Serif', serif;
  font-weight: normal;
}
.price-box .price-box {
  margin: 0;
}
.price-box .price-box p {
  margin: 0;
}
.price-box .price-label {
  display: none;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.price-box .price {
  color: #a89842;
  font-size: 2rem;
}
.price-box .special-price {
  line-height: 20px;
  display: inline-block;
}
.price-box .old-price {
  margin-left: 5px;
  line-height: 20px;
  font-family: 'PT Serif', serif;
}
.price-box .old-price .price {
  color: #999999;
  text-decoration: line-through;
  font-size: 2rem;
}
.product-item-name,
.product.name a {
  color: #464646;
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
}
.product-item-name:hover,
.product.name a:hover {
  text-decoration: none;
  color: #a89842;
}
.page-title {
  font-size: 30px;
  margin: 0 0 20px;
}
.filter-options .filter-options-title {
  font-weight: normal;
}
.column.main .block .title strong {
  font-size: 2rem;
}
.minicart-items .product-item-name a {
  color: #464646;
}
.block.related,
.block.upsell,
.block.crosssell {
  margin-bottom: 70px;
}
.block.related .block-content,
.block.upsell .block-content,
.block.crosssell .block-content {
  padding: 0;
  border: 0;
}
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title {
  text-align: center;
  border: 0;
}
.block.related .owl-theme .owl-buttons,
.block.upsell .owl-theme .owl-buttons,
.block.crosssell .owl-theme .owl-buttons {
  position: absolute;
  right: 15px;
  top: -70px;
}
.block .block-title {
  position: relative;
  padding: 0 0 5px;
  border-bottom: 1px solid #eee;
}
.block .block-title strong {
  font-size: 2rem;
  color: #a89842;
  text-transform: uppercase;
  font-family: 'PT Serif', serif;
  font-weight: bold;
}
.block .block-title strong:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -5px;
}
.block.filter .action.remove.filter-url {
  display: block;
}
.block.filter .block-content {
  background: #fff;
}
.block.filter .block-subtitle {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.block.filter .filter-options .filter-options-content ol li {
  line-height: 25px;
  margin: 10px 0 0;
  border-bottom: 1px #eee dashed;
  padding: 0 0 10px;
}
.block.filter .filter-options .filter-options-content ol li a:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  color: #444444;
}
.block.filter .action.clear.filter-clear {
  display: block;
  margin-bottom: 15px;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title {
  color: #a89842;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f077";
}
.block.filter .filter-content .filter-options-item .filter-options-title {
  font-size: 1.4rem;
  color: #232323;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: normal;
  font-style: italic;
  cursor: pointer;
  margin-bottom: 15px;
  outline: none;
}
.block.filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 8px;
  float: right;
}
.block.filter .filter-content .filter-options-item .filter-options-content {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li {
  line-height: 30px;
  margin: 5px 0;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li a {
  font-size: 1.4rem;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal {
  background: #dbdbdb;
  border-radius: 0;
  height: 4px;
  margin-bottom: 20px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-range {
  background: #a89842;
  height: 100%;
  position: absolute;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle {
  background: #fff;
  border: 4px solid #a89842;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 14px;
  width: 14px;
  margin-left: 0;
  top: 50%;
  margin-top: -7px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -14px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2a2a2a;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price .price-symbol {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 31px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price input {
  text-align: center;
  padding-left: 20px;
  opacity: 1;
  border: 1px solid #c2c2c2;
  height: 32px;
  background: #fff;
  width: 75px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter-label {
  font-weight: bold;
}
.filter-value {
  color: #858585;
}
.filter-current .filter-label {
  display: inline-block;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
  display: inline-block;
  text-decoration: none;
}
.filter-current .action.remove span {
  display: none;
}
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  line-height: 15px;
  color: #999;
  content: "\f00d";
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .item-qty {
  width: 50px !important;
  color: #444;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper button {
  border: 0;
}
.minicart-wrapper .product-image-container {
  margin-right: 10px;
}
.minicart-wrapper > .action {
  position: relative;
}
.minicart-wrapper > .action:hover:before {
  color: #a89842;
}
.minicart-wrapper .block-minicart {
  color: #666;
  font-weight: normal;
  margin-top: 0;
}
.minicart-wrapper .minicart-items .product-item-details {
  padding-right: 15px;
  padding-left: 15px;
}
.minicart-wrapper .action.showcart {
  padding-left: 30px;
  position: relative;
  padding-right: 20px;
  color: #999999;
}
.minicart-wrapper .action.showcart:before {
  display: none !important;
}
.minicart-wrapper .action.showcart:after {
  content: "\f291";
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 1.6rem;
  color: #a89842;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.minicart-wrapper .action.showcart .text {
  position: static;
  width: auto;
  font-family: 'PT Serif', serif;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  height: 20px;
  line-height: 20px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
  display: block;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  background: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 32px;
  font-weight: normal;
  border: 2px solid #eee;
  color: #666666;
  border-radius: 30px;
  font-family: 'PT Serif', serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background-color: #a89842;
  color: #fff;
  border: 2px solid #a89842;
}
.modal-popup .modal-content,
.modal-popup .modal-header,
.modal-popup .modal-footer {
  box-shadow: none;
  border: 0;
}
/*===custommenu==============*/
.nav-container {
  position: relative;
  padding-right: 140px;
}
.nav-ozmegamenu {
  position: relative;
  z-index: 700;
  background: #666666;
}
.pt_custommenu {
  position: relative;
}
.pt_custommenu div.pt_menu {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
.pt_custommenu div.pt_menu.act .parentMenu a {
  color: #a89842;
}
.pt_custommenu div.pt_menu.act .parentMenu a:before {
  width: 50%;
}
.pt_custommenu div.pt_menu.active .parentMenu > a,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title {
  color: #a89842;
}
.pt_custommenu div.pt_menu.active .parentMenu > a:before,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title:before {
  width: 50%;
}
.pt_custommenu div.pt_menu#pt_menu_home a {
  position: relative;
}
.pt_custommenu div.pt_menu#pt_menu_home a span {
  display: inline-block;
}
.pt_custommenu div.pt_menu#pt_menu_home a:after {
  display: none;
}
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu a:after,
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu span.block-title:after {
  display: none;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  padding: 20px 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #333333;
  position: relative;
  font-weight: bold;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu div.pt_menu .parentMenu a.act,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act {
  color: #a89842;
}
.pt_custommenu div.pt_menu .parentMenu a:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  font-size: 10px;
  margin-left: 2px;
  color: #767676;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.popup {
  position: absolute;
  z-index: 3000;
  text-align: left;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 3px 5px #bababa;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.pt_custommenu div.popup a.actParent {
  color: #a89842;
}
.pt_custommenu div.popup a.act {
  color: #a89842;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover,
.pt_custommenu div.popup .itemMenu a.level1.act,
.pt_custommenu div.popup .itemMenu h4.level1.act {
  color: #a89842;
}
.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
  display: inline-block;
  padding-right: 20px;
}
.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 30px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .itemMenu a.level2:hover,
.pt_custommenu div.popup .itemMenu h4.level2:hover,
.pt_custommenu div.popup .itemMenu a.level3:hover,
.pt_custommenu div.popup .itemMenu h4.level3:hover,
.pt_custommenu div.popup .itemMenu a.level2.act,
.pt_custommenu div.popup .itemMenu h4.level2.act,
.pt_custommenu div.popup .itemMenu a.level3.act,
.pt_custommenu div.popup .itemMenu h4.level3.act {
  color: #a89842;
}
.pt_custommenu div.popup .block1 {
  overflow: hidden;
  float: left;
  padding: 30px 30px 40px 30px;
}
.pt_custommenu div.popup .block2 {
  margin-top: 10px;
  float: left;
}
.pt_custommenu div.popup .blockright img {
  max-width: 100%;
}
.pt_custommenu div.column {
  float: left;
  width: 245px;
  margin-right: 35px;
}
.pt_custommenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.pt_custommenu #pt_menu_link {
  padding: 0;
}
.pt_custommenu #pt_menu_link .parentMenu ul li {
  float: left;
  list-style: none;
  position: relative;
}
.pt_custommenu .clearBoth {
  clear: both;
}
.pt_custommenu .menu-sale,
.pt_custommenu .menu-new {
  position: absolute;
  color: #fff;
  background: url(../images/hot-sale.png) no-repeat center center;
  width: 47px;
  height: 31px;
  line-height: 26px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.pt_custommenu .menu-new {
  background: url(../images/news.png) no-repeat center center;
}
.pt_menu_link .parentMenu ul li {
  float: left;
  margin: 0;
  margin-right: 1px;
}
.pt_menu_link .parentMenu ul li a {
  margin: 0;
}
/* =============================================Mobile Menu ========================================== */
.nav-collapse {
  text-align: left;
}
.navbar .nav > li {
  padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
  height: auto;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
}
.navbar-inner {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.navbar {
  background-color: #a89842;
  border-radius: 0;
  margin: 0;
}
.menu-mobile {
  float: left;
  width: 100%;
  padding: 0 2%;
}
.navbar .btn-navbar {
  margin-top: 10px;
  border: 0 !important;
  box-shadow: none !important;
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
  padding: 10px;
}
.navbar .btn-navbar:hover {
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important;
  font-family: 'helvetica';
}
.navbar .btn-navbar .icon-bar {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: inherit !important;
}
.mobilemenu > li.last a {
  border-bottom: 0;
}
.navbar .brand {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  padding-top: 18px;
}
.mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.mobilemenu li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.mobilemenu li.level0.last {
  margin-bottom: 10px;
}
.mobilemenu li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.mobilemenu a {
  text-decoration: none;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  margin: 0 15px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'PT Serif', serif;
}
.mobilemenu li.active a,
.mobilemenu a:hover {
  color: #a89842;
}
.mobilemenu ul a {
  color: #fff !important;
  font-size: 0.95em;
}
.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #a89842 !important;
}
.mobilemenu ul ul a,
.mobilemenu ul li.active ul a {
  color: #fff !important;
}
.mobilemenu ul ul a:hover,
.mobilemenu ul ul li.active a,
.mobilemenu ul li.active ul a:hover {
  color: #fff !important;
}
.mobilemenu ul ul ul a,
.mobilemenu ul ul li.active ul a {
  color: #fff !important;
}
.mobilemenu ul ul ul a:hover,
.mobilemenu ul ul ul li.active a,
.mobilemenu ul ul li.active ul a:hover {
  color: #a89842 !important;
}
.mobilemenu ul ul ul ul a,
.mobilemenu ul ul ul li.active ul a {
  color: #fff !important;
}
.mobilemenu ul ul ul ul a:hover,
.mobilemenu ul ul ul ul li.active a,
.mobilemenu ul ul ul li.active ul a:hover {
  color: #a89842 !important;
}
.mobilemenu li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}
.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
  position: absolute;
  top: 11px;
  right: 0px;
}
.mobilemenu span.head a {
  background: url(../images/menu_down.png) no-repeat 50% 50%;
  color: #333333;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active > span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0;
}
.product-reviews-summary {
  display: block;
  margin: 0;
}
.product-reviews-summary .label {
  display: none;
}
.product-reviews-summary .rating-summary {
  display: block;
  position: static;
  margin: 0;
  left: 0;
  text-align: center;
}
.product-reviews-summary .reviews-actions {
  display: none;
}
.product-reviews-summary .rating-result {
  width: 104px;
  margin-left: 0;
}
.product-reviews-summary .rating-result:before {
  font-size: 1.8rem;
  height: 20px;
  line-height: 20px;
  letter-spacing: 5px;
  color: #d9d9d9;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-family: FontAwesome;
}
.product-reviews-summary .rating-result > span:before {
  color: #fff;
  font-size: 1.8rem;
  line-height: 20px;
  height: 20px;
  letter-spacing: 5px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-family: FontAwesome;
}
.banner-footer,
.banner-home {
  overflow: hidden;
}
.banner-footer .box-col,
.banner-home .box-col {
  float: left;
  width: 50%;
  text-align: center;
}
.banner-footer .box-col img,
.banner-home .box-col img {
  width: 100%;
}
.cms-index-index .banner-footer {
  display: none;
}
.footer-top {
  color: #333333;
  padding: 0 0 60px;
  font-size: 1.3rem;
  background: #ffffff;
}
.footer-top a {
  color: #666666;
}
.footer-top a:hover {
  color: #000;
}
.footer-top h3,
.footer-top h4 {
  color: #333333;
}
.footer-top ul,
.footer-top ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top .title {
  font-size: 1.8rem;
  margin: 0 0 35px;
  text-transform: uppercase;
}
.footer-top .lined {
  margin: 5px 0 0;
}
.footer-top .lined i {
  font-size: 1.6rem;
  margin-right: 10px;
}
.footer-top ul > li {
  margin: 0 0 5px;
}
.footer-top ul > li:hover:before {
  color: #000;
}
.footer-top ul > li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.footer-top .link_follow {
  margin: 30px 0 0;
}
.footer-top .link_follow ul > li {
  margin: 0 8px 0 0;
}
.footer-top .link_follow ul > li:before {
  display: none;
}
.footer-bottom {
  color: #818181;
  background: #ffffff;
}
.footer-bottom .container-size {
  padding: 25px 0 20px;
  border-top: 1px solid #eee;
  overflow: hidden;
}
.footer-bottom a {
  color: #9d4d4a;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom .copyright {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .link-payment {
  float: right;
}
.footer-bottom .link-payment p {
  margin: 0;
}
.banner-text-home2 {
  background: url(../images/banner-text2.jpg) 50% 50% no-repeat #f6f6f6;
  padding: 145px 0;
  margin-top: 70px;
}
.banner-text-home2 .banner-text {
  max-width: 640px;
  text-align: center;
}
.banner-text-home2 .banner-text h4 {
  font-size: 2.6rem;
  color: #898989;
  font-style: italic;
}
.banner-text-home2 .banner-text h3 {
  font-size: 9rem;
  font-weight: bold;
  color: #b87b5f;
  text-transform: uppercase;
}
.banner-text-home2 .banner-text h5 {
  font-size: 4.8rem;
  color: #666666;
  margin-bottom: 30px;
}
.banner-text-home2 .banner-text h5 i {
  color: #999999;
}
.banner-text-home2 .banner-text p {
  font-size: 2rem;
  line-height: 28px;
  margin: 40px auto 40px;
  max-width: 570px;
}
.banner-text-home2 .banner-text a.button {
  font-size: 2.8rem;
  color: #a89842;
  border-bottom: 2px solid #a89842;
}
.footer-newsletter {
  margin-bottom: 100px;
  background: url(../images/bkg-new.jpg) center center no-repeat #f4f4f4;
  padding: 160px 0;
}
.footer-newsletter .newsletter {
  max-width: 570px;
  margin: auto;
  color: #fff;
}
.footer-newsletter .newsletter .newsletter-title {
  margin: 0 auto 33px;
  text-align: center;
}
.footer-newsletter .newsletter .newsletter-title h3 {
  font-size: 2.8rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px;
}
.footer-newsletter .newsletter .subscribe .control {
  border-radius: 30px;
  border: 2px solid #d6d6d6;
  height: 44px;
  position: relative;
  padding-right: 220px;
  padding-left: 10px;
}
.footer-newsletter .newsletter .subscribe .control input[type="email"] {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  font-size: 1.2rem;
  color: #fff;
}
.footer-newsletter .newsletter .subscribe .control input[type="email"]:focus {
  box-shadow: none;
}
.footer-newsletter .newsletter .subscribe .control button {
  position: absolute;
  right: -2px;
  top: -2px;
  background: #a89842;
  color: #fff;
  border-radius: 0 30px 30px 0;
  height: 44px;
  border: 0;
  padding: 0 20px;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.footer-newsletter .newsletter .subscribe .control button:hover {
  background-color: #837734;
}
#back_top {
  bottom: 35px;
  display: none;
  height: 40px;
  position: fixed;
  right: 12px;
  width: 40px;
  line-height: 35px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  background-color: #666;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid #eee;
  border-radius: 100%;
}
#back_top:hover {
  background: #a89842;
  border-color: #a89842;
}
#back_top span {
  display: none;
}
#back_top:before {
  content: "\f077";
  font-family: FontAwesome;
}
#newsletter_pop_up {
  background: #fff !important;
  color: #FFFFFF;
  display: none;
  margin: -195px 0 0 !important;
  min-width: 450px;
  padding: 25px 50px;
  top: 50% !important;
  position: fixed !important;
  text-align: center;
}
#newsletter_pop_up .b-close {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  min-width: 70px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  position: absolute;
  top: -25px;
  right: 0;
}
#newsletter_pop_up .b-close:after {
  content: "close";
  font-size: 10px;
}
#newsletter_pop_up .title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  color: #7d7d7d;
  margin: 15px 0;
  white-space: pre-line;
  padding: 0;
  vertical-align: top;
  border-radius: 0;
  display: block;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1 {
  margin: 0 5px 0 0;
  width: 380px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #eee;
  color: #333;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1-error {
  font-size: 1.2rem;
  margin-top: -15px;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom {
  margin-top: 15px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom input {
  vertical-align: middle;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom label {
  font-size: 1.4rem;
  color: #7d7d7d;
  margin-top: 4px;
  line-height: 13px;
}
#newsletter_pop_up .newsletter .actions {
  display: inline-block;
}
#newsletter_pop_up .newsletter .actions button {
  position: static;
  padding: 0 20px;
  border: 1px solid #eee;
  color: #333;
}
#newsletter_pop_up .newsletter .actions button:hover {
  background: #a89842;
  color: #fff;
}
.blog-search .control {
  position: relative;
  height: 32px;
}
.blog-search .control input {
  padding-right: 80px;
}
.blog-search .control button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.2rem;
  height: 100%;
  padding: 0 20px;
}
.switcher {
  float: right;
}
.switcher .switcher-options {
  position: relative;
}
.switcher .switcher-options strong {
  font-weight: normal;
  font-size: 1.2rem;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
}
.switcher .switcher-options .mage-dropdown-dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  bottom: 25px;
}
.switcher .switcher-options .mage-dropdown-dialog a {
  color: #69686c;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  display: none;
}
.corporate-about {
  margin: 80px 0;
}
.corporate-about .box {
  overflow: hidden;
  padding-left: 90px;
  position: relative;
  margin-bottom: 20px;
}
.corporate-about .box:hover .icon {
  background: #a89842;
  color: #fff;
  animation: fadeInDown 500ms ease-in-out;
}
.corporate-about .box .icon {
  position: absolute;
  left: 3px;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 0;
  border: 1px solid #a89842;
  color: #a89842;
  border-radius: 100%;
  text-align: center;
  transition: 0.3s;
}
.corporate-about .box .icon i {
  display: block;
  line-height: 70px;
}
.corporate-about .box .icon i:before {
  font-size: 2.8rem;
}
.corporate-about .box h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.hot-category {
  margin-bottom: 120px;
}
.hot-category .title {
  text-align: center;
  margin: 0 0 40px;
}
.hot-category .title h3 {
  font-size: 5rem;
  text-transform: capitalize;
  margin-top: 0;
  color: #a89842;
  font-style: italic;
}
.hot-category .title h3 strong {
  font-style: normal;
}
.hot-category .box-content {
  text-align: center;
  margin-bottom: 20px;
}
.hot-category .box-content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #a89842;
  margin-bottom: 20px;
}
.hot-category .box-content a.button {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 20px;
  border: 2px solid #eee;
  border-radius: 30px;
  font-size: 1.6rem;
  text-transform: uppercase;
  min-width: 176px;
  margin-top: 30px;
}
.hot-category .box-content a.button:hover {
  background: #a89842;
  color: #fff;
  border-color: #a89842;
}
.hot-category2 {
  margin-bottom: 140px;
}
.hot-category2 .box-content {
  border: 5px solid #eee;
  text-align: center;
  padding: 30px;
}
.hot-category2 .box-content h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #a89842;
  font-weight: bold;
}
.hot-category2 .box-content h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 1.5rem;
}
.hot-category2 .box-content a.button {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 20px;
  border: 2px solid #eee;
  border-radius: 30px;
  font-size: 1.6rem;
  text-transform: uppercase;
  min-width: 176px;
  margin-top: 20px;
}
.hot-category2 .box-content a.button:hover {
  background: #a89842;
  color: #fff;
  border-color: #a89842;
}
.tab-title .ma-title {
  text-align: center;
  margin: 0 0 40px;
}
.tab-title .ma-title h3 {
  font-size: 5rem;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 0;
  color: #a89842;
}
.tab-title .ma-title p {
  max-width: 580px;
  margin: auto;
}
.tab-title ul.tabs {
  margin: 0 auto;
  padding: 0;
  max-width: 1170px;
  list-style: none;
  text-align: center;
}
.tab-title ul.tabs li {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0 20px;
  font-weight: normal;
  color: #a89842;
  cursor: pointer;
}
.tab-title ul.tabs li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.tab-title ul.tabs li.active {
  font-weight: bold;
}
.categorytab-container .owl-theme .owl-buttons {
  position: absolute;
  right: 20%;
  top: -60px;
  margin: 0;
  z-index: 12;
}
.categorytab-container {
  padding: 0 15px;
}
.proup-products {
  margin: 100px 0 70px;
}
.proup-products .owl-theme .owl-controls {
  margin: 0;
}
.proup-products .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  right: 0;
  top: -55px;
}
.proup-products .products-grid .product-items {
  overflow: hidden;
  margin: 0 0 10px;
  min-height: 196px;
}
.proup-products .products-grid .product-items:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.proup-products .products-grid .product-items .item-inner {
  padding: 0;
}
.proup-products .products-grid .product-items .item-inner .image-container {
  max-width: 150px;
  width: 40%;
  margin-right: 15px;
}
.proup-products .products-grid .product-items .item-inner .des {
  overflow: hidden;
  zoom: 1;
  padding: 20px 0 0;
}
.proup-products .products-grid .product-items .item-inner .des .product-item-name,
.proup-products .products-grid .product-items .item-inner .des .product.name a {
  margin-bottom: 20px;
}
.proup-products .products-grid .product-items .item-inner .des .product-item-name a:hover,
.proup-products .products-grid .product-items .item-inner .des .product.name a a:hover {
  color: #a89842;
  text-decoration: none;
}
.proup-products .products-grid .product-items .item-inner .des .add-to-cart-primary {
  margin-top: 10px;
}
.proup-products .products-grid .product-items .item-inner .des .add-to-cart-primary button {
  width: 100%;
}
.proup-products .ma-title {
  margin-bottom: 30px;
}
.proup-products .ma-title h3 {
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
  color: #a89842;
  font-weight: 600;
}
.proup-products .ma-title h3:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.ma-testimo {
  background: #f4f4f4 url(../images/testimo.jpg) no-repeat center bottom;
  padding: 120px 0 380px;
}
.pt-testimonial-container {
  text-align: center;
}
.pt-testimonial-container .pt-testimonial {
  max-width: 580px;
  margin: auto;
}
.pt-testimonial-container .pt-testimonial .info {
  margin: 40px 0;
  color: #999999;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.pt-testimonial-container .pt-testimonial .info a.name {
  color: #a89842;
  font-weight: bold;
}
.testimonial-item {
  list-style: none;
  padding: 0;
  margin: 0;
}
.testimonial-item li {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.testimonial-item li .media-body {
  overflow: hidden;
  padding-left: 20px;
}
.testimonial-item li .media-body .testimonial-name {
  margin: 0 0 10px;
}
.testimonial-item li .media-body .testimonial-job {
  display: none;
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  max-width: 100%;
}
.ma-blog .title-blogs {
  margin-bottom: 50px;
}
.ma-blog .title-blogs h4 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 35px;
}
.ma-blog .title-blogs h3 {
  font-size: 5rem;
  font-style: italic;
  text-transform: capitalize;
  color: #a89842;
}
.ma-blog .title-blogs h3 strong {
  font-style: normal;
}
.ma-blog .title-blogs p {
  font-size: 1.8rem;
  max-width: 670px;
  line-height: 34px;
}
.ma-blog .block-recent-posts {
  position: relative;
  z-index: 11;
}
.ma-blog .block-recent-posts .item {
  padding: 0 15px 20px;
}
.ma-blog .block-recent-posts .item .item-inner {
  background: #a89842;
}
.ma-blog .block-recent-posts .item .item-inner:hover .blog-content {
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.ma-blog .block-recent-posts .item .blog-image {
  overflow: hidden;
  position: relative;
}
.ma-blog .block-recent-posts .item .blog-image .readmore {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #323232;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 35px;
  color: #fff;
}
.ma-blog .block-recent-posts .item .blog-image .readmore:hover {
  background: #a89842;
}
.ma-blog .block-recent-posts .item .blog-content {
  background: #a89842;
  color: #fff;
  padding: 10px 20px 40px 80px;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.ma-blog .block-recent-posts .item .blog-content::after {
  content: "";
  background: #b6aa65;
  width: 1px;
  height: 60px;
  position: absolute;
  left: 70px;
  top: 3px;
}
.ma-blog .block-recent-posts .item .blog-content h3 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.ma-blog .block-recent-posts .item .blog-content h3 a {
  color: #fff;
}
.ma-blog .block-recent-posts .item .blog-content h3 a:hover {
  text-decoration: underline;
}
.ma-blog .block-recent-posts .item .blog-content .time-conment {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}
.ma-blog .block-recent-posts .item .blog-content .time-conment .date {
  display: block;
  font-size: 4rem;
}
.ma-blog .block-recent-posts .owl-theme .owl-controls {
  margin: 0;
}
.ma-blog .block-recent-posts .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  right: 15px;
  top: -236px;
}
.ma-blog .block-recent-posts .owl-theme .owl-controls .owl-buttons > div {
  background: #fff;
  padding: 4px 11px;
}
@media only screen and (max-width: 1199px) {
  .ma-title:after {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-bar-icon {
    visibility: visible;
    display: block;
  }
  .corporate-about ul li {
    width: 50%;
  }
  .fix-header-container {
    display: none;
  }
  .box-col3 .box-table .ma-testimonial {
    width: 100%;
  }
  .box-col3 .box-table .ma-blog {
    width: 100%;
  }
  .pt-banner-container {
    margin-top: 0;
  }
  .nav-container {
    display: none;
  }
  .header.fix-header {
    display: none;
  }
  .link-contact p {
    margin: 0 10px 0 0;
  }
  .products-grid .product-item-info .product-item-actions .add-to-cart-primary button.tocart {
    font-size: 1.2rem;
    padding: 0 5px;
  }
  .owl-theme .owl-controls {
    display: none !important;
  }
  .proup-products .products-grid .product-items .item-inner .image-container {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #back_top,
  .block-social,
  .b-modal,
  #newsletter_pop_up,
  .contacts-header {
    display: none !important;
  }
  .corporate-about ul li {
    width: 100%;
    border: 0;
    border-bottom: 1px #d7d7d7 dashed;
    padding: 20px;
  }
  .block-recent-posts .item .item-inner,
  .block-recent-posts .item .item-inner:nth-child(2) {
    width: 100%;
    padding: 15px;
  }
  .testimo-slider .pt-testimonial-container li {
    padding: 0 15px;
  }
  .testimo-slider .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
  .header .h-left {
    width: 40%;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 3.5rem;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    top: 10%;
  }
  .box-col1 .banner-box {
    width: 100%;
    max-width: 100%;
  }
  .bkg-banner {
    padding: 3rem;
  }
  .footer-top .title {
    margin-top: 30px;
  }
  .testimo-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-footer .box-col,
  .banner-home .box-col {
    width: 100%;
    padding: 0 15px;
  }
  .header-container .header {
    text-align: center;
    padding: 20px 0;
  }
  .header-container .header .absolute {
    position: static;
    display: inline-block;
  }
  .header-container .header #search_mini_form {
    display: block;
    margin: 20px auto;
    max-width: 200px;
  }
  .header-container .header #search_mini_form .search {
    width: 200px;
  }
  .header-container .header .minicart-wrapper {
    margin: 0 0 20px;
  }
  .minicart-wrapper .block-minicart {
    right: -100px;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar .link-contact,
  .top-bar .link_follow,
  .top-bar .switcher-currency,
  .top-bar .switcher-language,
  .top-bar .my-acount {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
  }
  .footer-bottom .link-payment {
    float: none;
    margin-top: 15px;
  }
  .corporate-about {
    margin: 20px 0;
  }
  .hot-category {
    margin-bottom: 40px;
  }
  .producttab-container {
    margin: 40px 0 10px;
  }
  .hot-category2 {
    margin-bottom: 40px;
  }
  .timerproducts {
    padding: 30px 15px;
  }
  .brandslider-container {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .banner-text-home2 {
    margin-top: 0;
  }
  .proup-products {
    margin: 30px 0;
  }
  .footer-newsletter {
    margin-bottom: 50px;
  }
  .footer-newsletter {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .products-grid .product-item {
    width: 100%;
  }
  .products-list .product-item-photo,
  .products-list .product-item-details {
    display: block;
    width: 100%;
  }
  .static_center [class*="col-xs-"] {
    width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .product-item-photo {
    width: 100%;
  }
  .feature-container .owl-item .products-featureproduct .item-inner .product-item-info .product-item-photo {
    width: 100%;
  }
  .pt-banner-container .pt-banner-caption .pt-title2,
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 2rem;
  }
  .products-list .product-item-info .product-item-images {
    width: 100%;
  }
  .products-list .product-item-info .product-item-details {
    width: 100%;
  }
  .link-hover > div {
    right: -100px;
  }
  .header {
    padding: 30px 0;
  }
  .header .h-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .header .absolute {
    position: static;
    width: 100%;
    display: block;
    text-align: center;
  }
  .minicart-wrapper .block-minicart {
    right: -55px;
  }
  .footer-newsletter .newsletter .subscribe .control {
    padding-right: 120px;
  }
  .footer-newsletter .newsletter .subscribe .control button {
    min-width: 100px;
    font-size: 1.4rem;
  }
  .timerproducts .countdown-slider .products-grid .product-item-time .product-images {
    width: 100%;
  }
  .timerproducts .countdown-slider .products-grid .product-item-time .product-item-details {
    overflow: initial;
  }
  .timerproducts {
    padding: 0;
    margin: 20px 0;
  }
  .ma-testimo {
    padding: 100px 0;
  }
}
/*Fix products-grid */
@media (min-width: 768px) {
  .category-products .products-grid ul > li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .category-products .products-grid ul > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) and (min-width: 0px) {
  .category-products .products-grid ul > li:nth-of-type(1n+1) {
    clear: left;
  }
  .category-products .products-grid ul > li {
    width: 100%;
  }
}
.fix-header {
  z-index: 999;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5.0s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5.0s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}
.fix-header .row {
  height: 60px;
}
.fix-header .logo img {
  max-width: 120px;
}
.instagram_users {
  margin: 0 7px 0 0;
}
.instagram-items .owl-theme .owl-item {
  border: 0;
}
form#contact-form {
  margin: 30px 0;
}
.nav-sections {
  display: none;
}
.block.newsletter {
  max-width: 100% !important;
}
@media (min-width: 1024px) {
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.catalog-product-view .breadcrumbs {
  text-align: center;
}
.catalog-product-view .breadcrumbs .items {
  width: 1170px;
  display: inline-block;
  text-align: left;
}
