/*
Template Name : Ethan - Premium eCommerce Magento Theme

-------- Table Of Contents ---------

01-  CREATE VARIABLES
02-  SHORTCODE
---- 02.1-  BODY CSS
---- 02.2-  HEADING
---- 02.3-  BUTTON
---- 02.4-  MODAL POPUP CONFIRM BUTTON
---- 02.5-  FORM
---- 02.6-  CUSTOM CLASS
---- 02.7-  PRODUCT PRICE
---- 02.8-  MESSAGE
---- 02.9-  SEARCH AUTO SUGGEST
03-  MINI CART
04-  HEADER
---- 04.1-  HEADER V1
---- 04.2-  HEADER V2
---- 04.3-  HEADER V3
---- 04.4-  HEADER V4
05-  FOOTER
---- 05.1-  FOOTER V1
---- 05.2-  SERVICE BLOCK
---- 05.3-  FOOTER V2 & V4
---- 05.4-  FOOTER V3
---- 05.5-  FOOTER V5
06-  BLOG
---- 06.1-  BLOG LIST
---- 06.2-  BLOG DETAIL
---- 06.3-  BLOG SIDEBAR
---- 06.4-  BLOG WIDGET LIST
---- 06.5-  BLOG WIDGET GRID
07-  PRODUCT TAG
08-  SCROLL TO TOP BUTTON 
09-  INSTAGRAM
10-  OWL CAROUSEL
---- 10.1-  CUSTOM CLASS OWL CAROUSEL (DOTS LIGHT)
---- 10.2-  CUSTOM CLASS OWL CAROUSEL (NAVIGATION TOP RIGHT)
---- 10.3-  CUSTOM CLASS OWL CAROUSEL (NAVIGATION LEFT RIGHT)
11-  SLIDER HOME PAGE
12-  PROMO BANNER
13-  CONTACT PAGE
14-  BREADCRUMB
15-  NEWSLETTER POPUP
16-  PRODUCT STYLE
---- 16.1-  BTN LOADMORE
---- 16.2-  PRODUCT LABEL
---- 16.3-  LOADING CHANGE IMAGE (SWATCH)
---- 16.4-  PRODUCT GRID
---- 16.5-  MENU PRODUCT TAB
---- 16.6-  PRODUCT LIST WIDGET
17-  CUSTOM BANNER
18-  NEWSLEETER HOME
19-  RATING STAR
20-  FULL REVIEW
21-  DEALS
---- 21.1-  DEALS COUNT NUMBER
---- 21.2-  DEALS ITEM BANNER
22-  TOOLBAR
---- 22.1-  BOTTOM TOOLBAR
23-  CATEGORIES PRODUCT PAGE
---- 23.1-  PRODUCT TOOLBAR
---- 23.2-  BLOCK FILTER
---- 23.3-  PRODUCT LIST MODE
---- 23.4-  LOADING BUTTON ADD TO CART
---- 23.5-  TOOLBAR PRODUCT (MULTIPLE COLUMS PAGE)
24-  SIDEBAR
---- 24.1-  SIDEBAR DEALS PRODUCT
---- 24.2-  FILTER BLOCK
---- 24.3-  COMPARE BLOCK
---- 24.4-  WISHLIST BLOCK
---- 24.5-  REORDER BLOCK
25-  PRODUCT DETAIL
---- 25.1-  BUNDLE PRODUCT
---- 25.2-  DEALS
---- 25.3-  GROUP PRODUCT
---- 25.5-  RELATED, UPSELL, RELATED BY BRAND PRODUCTS
---- 25.6-  PRODUCT TAB
---- 25.7-  PRODUCT REVIEW LIST
---- 25.8-  FORM REVIEW
---- 25.9-  REVIEW FIELD
---- 25.10-  SIDEBAR PRODUCT DETAIL
---- 25.11-  QUICKVIEW
---- 25.12-  EMAIL TO A FRIEND
26-  SHOPPING CART
27-  PORTFOLIO
---- 27.1-  PORTFOLIO DETAIL
28-  404 NOT FOUND PAGE
29-  CHECKOUT
---- 29.1-  CHECKOUT SHIPING ADDRESS
---- 29.2-  SHIPPING METHOD
---- 29.3-  LOGIN POPUP
---- 29.4-  CHECKOUT PAYMENT METHOD
---- 29.5-  CHECKOUT SIDEBAR
---- 29.6-  DISCOUNT CODE
30-  CHECKOUT WITH MULTIPLE ADDRESS
---- 30.1-  CHOOSE ADDRESS
---- 30.2-  SHIPPING METHOD
---- 30.3-  BILLING ADDRESS
---- 30.4-  OVERVIEW
---- 30.5-  CHECKOUT SUCCESS
31-  ABOUT US
32-  OVERWRITE LIST GROUP BOOTSTRAP
33-  CUSTOMER FORM
34-  MY ACCOUNT
---- 34.1-  MY REVIEW
---- 34.2-  MY WISHLIST
---- 34.3-  COMPARE PRODUCT LIST
35-  HOME PAGE 2
---- 35.1-  BANNER HOME 2
---- 35.2-  CATEGORIES SLIDER
---- 35.3-  TESTIMONIAL
---- 35.4-  CUSTOMER SERVICE
---- 35.5-  BANNER FULL
36-	 SHARETHIS
37-  SINGLE PRODUCT
-------- End Table Of Contents ----
*/
.color-theme {
  color: #daa94d;
}
* {
  padding: 0;
}
*:focus,
*:active {
  outline: none !important;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a,
button {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
a {
  color: #8e8e8e;
}
a:hover,
a:focus,
a:active {
  color: #daa94d;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
.std ul {
  list-style-type: square;
  padding-left: 15px;
}
table > caption {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body {
  color: #8e8e8e;
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  font-size: 13px;
}
body.cms-index-index footer.footer {
  margin-top: 0 !important;
}
body.active_mgs_builder.ajax-loading:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/loader-2.gif');
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.catalog-category-view.ajax-loading::after {
  content: none !important;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
.h5,
h6,
.h6 {
  margin: 0;
}
.h1,
h1 {
  font-size: 30px;
}
.h2,
h2 {
  font-size: 28px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 22px;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 18px;
}
.btn,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  font-size: 13px;
  padding: 9px 28px;
  color: #6c6c6c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.btn:hover,
.btn:focus,
.btn:active,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary:hover,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary:focus,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary:active {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}
.btn.btn-lg,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-lg {
  padding: 13.5px 30px;
}
.btn.btn-sm,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-sm {
  padding: 7px 20px;
}
.btn.btn-xs,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-xs {
  padding: 6px 15px;
}
.btn.btn-default,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-default {
  color: #6c6c6c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-default:hover,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-default:focus,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-default:active {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}
.btn.btn-primary,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-primary {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-primary:hover,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-primary:focus,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-primary:active {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  background-color: #fff;
}
.btn.btn-secondary,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-secondary {
  color: #fff;
  border: 1px solid #daa94d;
  background-color: #daa94d;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-secondary:hover,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-secondary:focus,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-secondary:active {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}
.btn-full {
  width: 100%;
}
.modal-popup.confirm .modal-inner-wrap .modal-header {
  display: none !important;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary {
  margin-left: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  font-size: 13px;
  padding: 9px 28px;
  color: #fff;
  border: 1px solid #daa94d;
  background-color: #daa94d;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:hover,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:focus {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}
div.mage-error {
  color: #ff0000;
  font-style: italic;
  padding-top: 5px;
  line-height: 1.4;
}
div.mage-error + .password-strength-meter {
  margin-top: 5px;
}
.label,
label {
  font-size: 13px;
  color: #5f5f5f;
  padding: 0;
  margin: 0 0 9px;
  font-weight: 400;
  text-align: left;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  border: 1px solid rgba(217, 217, 217, 0.55);
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  color: #9b9b9b;
  box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 169, 77, 0.6);
  border-color: #daa94d;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 2px;
}
textarea,
textarea.form-control,
textarea.input-text {
  width: 100%;
  height: auto;
  border: 1px solid rgba(217, 217, 217, 0.55);
  min-height: 120px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 10px;
}
textarea:focus,
textarea.form-control:focus,
textarea.input-text:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 169, 77, 0.6);
  border-color: #daa94d;
}
select,
select.form-control,
select.input-text {
  width: 100%;
  border: 1px solid rgba(217, 217, 217, 0.55);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
select:focus,
select.form-control:focus,
select.input-text:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 169, 77, 0.6);
  border-color: #daa94d;
}
select:not([multiple]),
select.form-control:not([multiple]),
select.input-text:not([multiple]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url("../images/select-bg.svg") no-repeat scroll 100% 45%;
  padding-right: 25px;
  height: 34px;
  text-indent: 0.01em;
  text-overflow: "";
  padding: 0 20px 0 10px;
}
select:not([multiple]) option,
select.form-control:not([multiple]) option,
select.input-text:not([multiple]) option {
  height: 34px;
  padding: 8px 10px;
}
select[multiple],
select.form-control[multiple],
select.input-text[multiple] {
  background-color: #fff;
}
select[multiple] option,
select.form-control[multiple] option,
select.input-text[multiple] option {
  font-size: 14px;
  height: 34px;
  padding: 8px 10px;
}
.field.required > .label:after,
.form-group.required > .label:after,
.field._required > .label:after,
.form-group._required > .label:after,
.field.required > label:after,
.form-group.required > label:after,
.field._required > label:after,
.form-group._required > label:after {
  color: #daa94d;
  content: "*";
  font-size: 13px;
  margin: 0 0 0 3px;
}
.field.required > .label em,
.form-group.required > .label em,
.field._required > .label em,
.form-group._required > .label em,
.field.required > label em,
.form-group.required > label em,
.field._required > label em,
.form-group._required > label em {
  display: none;
}
.field.required .input-text + .mage-error,
.form-group.required .input-text + .mage-error,
.field._required .input-text + .mage-error,
.form-group._required .input-text + .mage-error,
.field.required .form-control + .mage-error,
.form-group.required .form-control + .mage-error,
.field._required .form-control + .mage-error,
.form-group._required .form-control + .mage-error {
  font-size: 12px;
  color: red;
}
.field > .label,
.form-group > .label,
.field > label,
.form-group > label {
  display: inline-block;
}
.field.street .label,
.form-group.street .label {
  border: none;
}
.field.street .control .field label,
.form-group.street .control .field label {
  display: none;
}
.field.street .control .field + .field,
.form-group.street .control .field + .field {
  margin-top: 10px;
}
.field.choice,
.form-group.choice {
  position: relative;
  padding-left: 20px;
}
.field.choice .label,
.form-group.choice .label {
  margin: 0;
  font-size: 13px;
  cursor: pointer;
  white-space: normal;
}
.field.choice .control,
.form-group.choice .control,
.field.choice > input,
.form-group.choice > input {
  position: absolute;
  left: 0;
  bottom: auto;
  top: 0;
  margin-top: 0;
}
.field.choice .control input,
.form-group.choice .control input {
  margin: 0;
}
.field .note,
.form-group .note {
  margin-top: 5px;
  font-style: italic;
  display: block !important;
  font-weight: 300;
}
.fields.group .field + .field {
  margin-top: 10px;
}
.fieldset > .field:not(.choice) {
  margin-bottom: 15px;
}
.control._with-tooltip {
  position: relative;
  padding-right: 40px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action:before {
  color: #bbb;
  content: "\f059";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #999;
  border-radius: 1px;
  display: none;
  font-size: 14px;
  left: 40px;
  overflow-wrap: break-word;
  padding: 12px;
  position: absolute;
  text-transform: none;
  top: -5px;
  width: 270px;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #999 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -20px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #f4f4f4 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -19px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.no-display {
  display: none;
}
.no-padding {
  padding: 0 !important;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  font-size: 14px;
  color: #2a2a2a;
}
.price-box span {
  line-height: 1;
}
.price-box .price-label {
  /*display: none;*/
}
.price-box .old-price {
  margin-left: 6px;
}
.price-box .old-price .price {
  color: #bcbcbc;
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #daa94d;
}
.price-box .price-from,
.price-box .price-to {
  display: block;
  vertical-align: top;
  margin: 0;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label {
  display: inline-block;
  font-size: 14px;
  color: #2a2a2a;
}
.price-box .price-from .price-label:after,
.price-box .price-to .price-label:after {
  content: ":";
  margin-right: 3px;
}
.price-box .price-from .price,
.price-box .price-to .price {
  color: #daa94d;
}
.price-box .minimal-price .price-label {
  display: inline-block;
  font-size: 14px;
  color: #2a2a2a;
}
.price-box .minimal-price .price-label:after {
  content: ":";
  margin-right: 3px;
}
.price-box .minimal-price .price {
  color: #daa94d;
}
.message > * {
  padding: 12px 20px 12px 45px;
  display: block;
  font-size: 14px;
  position: relative;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 0 0 15px;
}
.message > *:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message > * a {
  color: #daa94d;
}
.message > * a:hover {
  text-decoration: underline;
}
.message.info > div {
  background: #d9edf7;
  color: #31708f;
}
.message.info > div:before {
  color: #31708f;
  content: '\f024';
}
.message.error > div {
  background: #fae5e5;
  color: #1979c3;
}
.message.error > div:before {
  color: #b30000;
  content: '\f06a';
}
.message.warning > div {
  background: #fdf0d5;
  color: #6f4400;
}
.message.warning > div:before {
  color: #b30000;
  content: '\f071';
}
.message.notice > div {
  background: #fdf0d5;
  color: #6f4400;
}
.message.notice > div:before {
  color: #c07600;
  content: '\f12a';
}
.message.success > div {
  background: #e5efe5;
  color: #006400;
}
.message.success > div:before {
  color: #006400;
  content: '\f00c';
}
body.cms-index-index .message > div {
  margin: 15px 0 0;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 100%;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border-top: 1px solid #efefef;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.search-autocomplete ul li {
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  color: #272727;
}
.search-autocomplete ul li .amount {
  color: #daa94d;
  position: absolute;
  right: 7px;
  top: 7px;
}
.search-autocomplete ul li .amount:before {
  content: "(";
}
.search-autocomplete ul li .amount:after {
  content: ")";
}
.minicart-wrapper {
  position: relative;
  vertical-align: top;
  padding: 10px 0;
  margin-left: 33px;
}
.minicart-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.minicart-wrapper:before {
  content: "";
  background-color: rgba(231, 231, 231, 0.2);
  width: 1px;
  height: 9px;
  position: absolute;
  left: -18px;
  top: 17px;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.minicart-wrapper .action.showcart > .counter.qty {
  color: #fff;
  text-align: center;
  white-space: normal;
  display: inline-block;
  font-size: 13px;
  margin: -10px 0 0 -2px;
  vertical-align: top;
  position: relative;
}
.minicart-wrapper .action.showcart > .counter.qty.empty .counter-number:empty:after {
  content: "0";
  display: inline-block;
}
.minicart-wrapper .action.showcart > .counter.qty .loading-mask {
  width: 18px;
  height: 18px;
  top: 0;
  background-color: transparent;
  right: -5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.minicart-wrapper .action.showcart > .counter.qty .loading-mask .loader > img {
  width: 18px;
  position: static !important;
}
.minicart-wrapper .action.showcart > .counter.qty .counter-label {
  display: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  font-size: 12.5px;
  content: '\f07a';
  font-family: 'FontAwesome';
  margin: 0 4px 0 0;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before {
  color: #daa94d;
}
.minicart-wrapper .action.showcart.active {
  color: #daa94d;
}
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:active:before {
  color: #daa94d;
}
.minicart-wrapper .block-minicart {
  background: #fff;
  top: 100%;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  width: 317px;
  left: auto;
  padding: 15px 20px 10px;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  position: absolute;
  z-index: 1001;
  display: none;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-content > .actions > .subtotal {
  margin-top: 15px;
  display: table;
  width: 100%;
}
.minicart-wrapper .block-content > .actions > .subtotal > * {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  padding-bottom: 15px;
}
.minicart-wrapper .block-content > .actions > .subtotal > span.label {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.minicart-wrapper .block-content > .actions > .subtotal .price-container .price {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
}
.minicart-wrapper .block-content > .actions .action {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  color: #474747;
  padding: 8px 0;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  background: none;
  border: 1px solid #ebebeb;
}
.minicart-wrapper .block-content > .actions .action:hover,
.minicart-wrapper .block-content > .actions .action:focus,
.minicart-wrapper .block-content > .actions .action:active {
  color: #fff;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
.minicart-wrapper .block-content .subtitle.empty {
  display: block;
  color: #272727;
  padding: 5px 0 10px;
  text-align: center;
  font-weight: 400;
}
.minicart-items-wrapper {
  margin: 0 -20px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.minicart-items-wrapper > ol.minicart-items {
  height: auto !important;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  overflow: hidden;
  width: 80px !important;
  float: left;
}
.minicart-items .product-item {
  padding-top: 15px;
}
.minicart-items .product-item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.minicart-items .product-item .product:after {
  display: table;
  clear: both;
  content: "";
}
.minicart-items .product-item .product-item-details {
  float: left;
  padding-right: 40px;
  width: calc(100% - 80px);
  padding-left: 15px;
  padding-top: 1px;
  position: relative;
}
.minicart-items .product-item .product-item-details .product-item-name {
  display: block;
  font-size: 13px;
  color: #8e8e8e;
}
.minicart-items .product-item .product-item-details .product-item-name a {
  font-weight: 400;
  font-size: 13px;
  color: #8e8e8e;
}
.minicart-items .product-item .product-item-details .product-item-name a:hover {
  color: #daa94d;
}
.minicart-items .product-item .product-item-details .product-item-pricing {
  margin-top: 4px;
}
.minicart-items .product-item .product-item-details .product-item-pricing .price {
  color: #2a2a2a;
  font-size: 14px;
}
.minicart-items .product-item .details-qty.qty {
  margin-top: 8px;
}
.minicart-items .product-item .details-qty.qty > label {
  display: inline-block;
  margin-right: 7px;
}
.minicart-items .product-item .details-qty.qty > label:after {
  content: ":";
}
.minicart-items .product-item .details-qty.qty .cart-item-qty {
  width: 40px;
  padding: 0;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.minicart-items .product-item .details-qty.qty .update-cart-item {
  margin-left: 10px;
  height: 34px;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.minicart-items .product-item .details-qty.qty .update-cart-item:hover,
.minicart-items .product-item .details-qty.qty .update-cart-item:focus,
.minicart-items .product-item .details-qty.qty .update-cart-item:active {
  background-color: #fff;
  color: #1a1a1a;
}
.minicart-items .product-item .product.actions {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.minicart-items .product-item .product.actions .action {
  width: 18px;
  height: 18px;
  color: #676767;
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  margin: 5px 0;
}
.minicart-items .product-item .product.actions .action:hover {
  background-color: #fff;
}
.minicart-items .product-item .product.actions .action span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product-item .product.actions .action:after {
  font-size: 8px;
  display: inline-block;
  vertical-align: top;
  line-height: 8px;
}
.minicart-items .product-item .product.actions .action.delete:after {
  content: "x";
  margin-top: 2px;
  font-size: 14px;
}
.minicart-items .product-item .product.actions .action.edit:after {
  content: "\f040";
  font-family: "FontAwesome";
  margin-top: 3px;
  margin-left: 1px;
  font-size: 10px;
  line-height: 10px;
}
.product.options > .toggle {
  cursor: pointer;
  color: #2a2a2a;
  display: block;
}
.product.options > .toggle:after {
  color: #2a2a2a;
  margin: 0 0 0 5px;
  position: static;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 0px 6px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.product.options .content .subtitle {
  display: none;
}
dl.product.options.list {
  margin-bottom: 5px;
}
dl.product.options.list dt,
dl.product.options.list dd {
  float: left;
  vertical-align: top;
  line-height: 1;
  margin-bottom: 7px !important;
}
dl.product.options.list dt {
  clear: left;
  margin: 0 7px 0 0;
}
dl.product.options.list dt:after {
  content: ":";
  display: inline-block;
}
.close-nav-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: none;
}
.top-header-content {
  background-color: #2a2a2a;
}
.top-header-content a,
.top-header-content button {
  color: #fffdfd;
}
.top-header-content a:hover,
.top-header-content button:hover,
.top-header-content a:focus,
.top-header-content button:focus,
.top-header-content a:active,
.top-header-content button:active {
  color: #daa94d;
}
.top-header-content .dropdown-switcher {
  float: left;
}
.top-header-content .dropdown-switcher .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-top: none;
  border-bottom: none;
}
.top-header-content .dropdown-switcher .dropdown-menu li > a {
  border-bottom: 1px solid #ddd;
  color: #8e8e8e;
  font-size: 13px;
  padding: 8px 15px;
}
.top-header-content .dropdown-switcher .dropdown-menu li > a:hover {
  color: #daa94d;
}
.top-header-content .dropdown-switcher .dropdown-menu li > a img {
  height: auto;
  margin-right: 7px;
  margin-top: -4px;
  width: 16px;
}
.top-header-content .dropdown-switcher + .top-custom-link ul li:first-child {
  margin-left: 30px;
}
.top-header-content .dropdown-switcher + .top-custom-link ul li:first-child:after {
  content: "";
  background-color: rgba(231, 231, 231, 0.2);
  width: 1px;
  height: 9px;
  position: absolute;
  left: -15px;
  top: 17px;
}
.top-header-content .dropdown-switcher .switcher-toggle {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 12.5px;
  font-weight: 400;
  padding-top: 11px;
  padding-bottom: 10px;
  position: relative;
}
.top-header-content .dropdown-switcher .switcher-toggle .fa-angle-down {
  font-size: 11px;
  margin-left: 2px;
  margin-top: 1px;
}
.top-header-content .dropdown-switcher .switcher-toggle img {
  width: 16px;
  height: 15px;
  margin-right: 4px;
  margin-top: -4px;
}
.top-header-content .dropdown-switcher.currency .switcher-toggle > span {
  margin-right: 7px;
}
.top-header-content .dropdown-switcher + .dropdown-switcher {
  margin-left: 30px;
}
.top-header-content .dropdown-switcher + .dropdown-switcher .switcher-toggle:after {
  content: "";
  background-color: rgba(231, 231, 231, 0.2);
  width: 1px;
  height: 9px;
  position: absolute;
  left: -15px;
  top: 17px;
}
.top-header-content .top-custom-link {
  float: left;
}
.top-header-content .top-custom-link ul:after {
  content: "";
  display: table;
  clear: both;
}
.top-header-content .top-custom-link ul li {
  float: left;
  font-size: 12.5px;
  padding-top: 11px;
  padding-bottom: 10px;
  position: relative;
}
.top-header-content .top-custom-link ul li + li {
  margin-left: 30px;
}
.top-header-content .top-custom-link ul li + li:after {
  content: "";
  background-color: rgba(231, 231, 231, 0.2);
  width: 1px;
  height: 9px;
  position: absolute;
  left: -15px;
  top: 17px;
}
.top-header-content .top-custom-link ul li a .fa {
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: top;
}
.top-header-content .minicart-wrapper {
  float: right;
}
.top-header-content .login-custom-link {
  float: right;
}
.top-header-content .login-custom-link a {
  font-size: 12.5px;
  padding-top: 11px;
  padding-bottom: 10px;
  display: block;
  float: left;
}
.top-header-content .login-custom-link a + a {
  margin-left: 30px;
  position: relative;
}
.top-header-content .login-custom-link a + a:after {
  content: "";
  background-color: rgba(231, 231, 231, 0.2);
  width: 1px;
  height: 9px;
  position: absolute;
  left: -15px;
  top: 17px;
}
.top-header-content .login-custom-link a span:not(.fa) {
  color: #626262;
  margin: 0 3px;
}
.top-header-content .login-custom-link a .fa {
  margin-right: 7px;
  margin-top: 3px;
  vertical-align: top;
}
.search-form .form-search .button {
  display: none;
}
.search-form .actions-search .action-search {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 15px;
  color: #b4b4b4;
  white-space: nowrap;
}
.search-form .actions-search .action-search:hover {
  color: #2a2a2a;
}
.search-form .actions-search .action-search .hide-search {
  display: none;
  color: #2a2a2a;
  font-weight: 300;
  font-size: 30px;
  line-height: 0.7;
}
.search-form .actions-search .action-search .show-search .fa {
  font-size: 13px;
  margin-left: 7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.search-form .actions-search .action-search.on-show .show-search {
  display: none;
}
.search-form .actions-search .action-search.on-show .hide-search {
  display: block;
}
.search-form .search-select .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  border: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #efefef;
  width: 100%;
  padding: 0;
  max-height: 400px;
  min-width: 200px;
  overflow-y: auto;
}
.search-form .search-select .dropdown-menu li a {
  color: #8e8e8e;
  display: block;
  font-size: 13px;
  padding: 9px 21px 7px;
  white-space: nowrap;
}
.search-form .search-select .dropdown-menu li a:hover {
  background-color: #e9e9e9;
  color: #2a2a2a;
}
.search-form .search-select .dropdown-menu li.parent a {
  font-weight: 700;
  color: #2a2a2a;
}
.search-form .search-select .dropdown-menu li:not(.parent) a {
  padding-left: 30px;
}
.middle-header-right-content .login-custom-link {
  white-space: nowrap;
}
.middle-header-right-content .login-custom-link a {
  color: #2a2a2a;
  font-size: 15px;
}
.middle-header-right-content .login-custom-link a span.or {
  color: #bfbfbf;
  margin: 0 4px;
}
.middle-header-right-content .login-custom-link a .fa {
  margin-right: 8px;
  margin-top: 4px;
  vertical-align: top;
}
.middle-header-right-content .login-custom-link a + a {
  margin-left: 37px;
  position: relative;
}
.middle-header-right-content .login-custom-link a + a:after {
  background-color: #d2d2d2;
  content: "";
  height: 11px;
  left: -21px;
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  width: 1px;
}
.header.header1 {
  border-bottom: 1px solid #efefef;
}
.header.header1 .middle-header-content {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
}
.header.header1 .search-form .form-search {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  min-height: 100%;
  background-color: #fff;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
}
.header.header1 .search-form .form-search.on-show {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.header.header1 .search-form .form-search .input-text {
  font-size: 18px;
  color: #a7a7a7;
  height: 74px;
  text-align: center;
  border: none;
  box-shadow: none;
}
.header.header1 .search-form .actions-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 100;
}
.header.header1 .search-form .search-select {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
.header.header1 .search-form .search-select + .input-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  text-align: left;
}
.header.header1 .search-form .search-select .search-toggle {
  font-size: 18px;
  color: #a7a7a7;
  background: none;
  border: none;
  box-shadow: none;
  color: #272727;
  padding-right: 30px;
  white-space: nowrap;
  height: 74px;
  position: relative;
}
.header.header1 .search-form .search-select .search-toggle:after {
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
  content: "";
}
.header.header1 .search-form .search-select .search-toggle .fa {
  margin-left: 15px;
}
.header.header1 .search-form.select-search .form.minisearch {
  display: table;
  width: 100%;
}
.header.header1 .menu-content {
  position: relative;
  padding: 0 100px;
}
.header.header2 {
  border-bottom: 1px solid #f3f2f2;
}
.header.header2 .middle-header-content .middle-content {
  position: relative;
}
.header.header2 .middle-header-content .middle-content:after {
  content: "";
  display: table;
  clear: both;
}
.header.header2 .middle-header-content .logo {
  display: block;
  padding: 34px 0;
  float: left;
}
.header.header2 .middle-header-right-content > .content {
  display: table;
}
.header.header2 .middle-header-right-content > .content > .minicart-wrapper,
.header.header2 .middle-header-right-content > .content > .search-form {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
.header.header2 .middle-header-right-content .action.showcart:after {
  top: 5px;
}
.header.header2 .minicart-wrapper:before {
  content: none;
}
.header.header2 .top-custom-link:not(.no-separator) li:last-child {
  margin-right: 30px;
  position: relative;
}
.header.header2 .top-custom-link:not(.no-separator) li:last-child:before {
  background-color: rgba(231, 231, 231, 0.2);
  content: "";
  height: 9px;
  right: -15px;
  position: absolute;
  top: 17px;
  width: 1px;
}
.header.header2 .top-custom-link.no-separator li + li:after {
  content: "/";
  color: #fffdfd;
  font-size: 12.5px;
  width: auto;
  background: none;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -21px;
}
.header.header2 .search-form .actions-search {
  z-index: 2;
  position: relative;
  margin-left: 27px;
}
.header.header2 .search-form .actions-search .action-search .hide-search {
  font-size: 24px;
}
.header.header2 .search-form.active:after {
  position: absolute;
  left: calc(100% / 6);
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  content: "";
  z-index: 1;
}
.header.header2 .search-form .form-search {
  position: absolute;
  left: calc(100% / 6);
  right: calc(100% / 6);
  z-index: 2;
  top: 0;
  bottom: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
}
.header.header2 .search-form .form-search.on-show {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.header.header2 .search-form .form-search form {
  height: 100%;
  display: block;
}
.header.header2 .search-form .form-search .input-text {
  height: 100%;
  border: none;
  box-shadow: none;
  font-size: 18px;
  color: #ababab;
  text-align: center;
}
.header.header2 .search-form .form-search .search-select {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
.header.header2 .search-form .form-search .search-select + .input-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  height: 91px;
  text-align: left;
}
.header.header2 .search-form .form-search .search-select .search-toggle {
  font-size: 18px;
  color: #a7a7a7;
  border: none;
  box-shadow: none;
  color: #272727;
  padding-right: 30px;
  padding-left: 15px;
  white-space: nowrap;
  height: 91px;
  position: relative;
  background-color: #fff;
}
.header.header2 .search-form .form-search .search-select .search-toggle:after {
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
  content: "";
}
.header.header2 .search-form .form-search .search-select .search-toggle .fa {
  margin-left: 15px;
}
.header.header2 .search-form.select-search .form.minisearch {
  display: table;
  width: 100%;
}
.middle-header-right-content .action.showcart {
  color: #2a2a2a;
  position: relative;
  padding-left: 30px;
  z-index: 2;
  font-size: 15px;
}
.middle-header-right-content .action.showcart:after {
  background-color: #d2d2d2;
  content: "";
  height: 9px;
  left: 15px;
  position: absolute;
  top: 3px;
  width: 1px;
}
.middle-header-right-content .action.showcart > .counter.qty {
  color: #daa94d;
  font-size: 14px;
}
.middle-header-right-content .action.showcart:before {
  content: none;
}
.header.header3 .top-header-content {
  color: #fffdfd;
}
.header.header3 .top-header-content .dropdown-switcher {
  float: right;
}
.header.header3 .top-header-content .dropdown-switcher + .dropdown-switcher {
  margin-left: 0;
  margin-right: 30px;
}
.header.header3 .top-header-content .dropdown-switcher + .dropdown-switcher .switcher-toggle::after {
  left: auto;
  right: -15px;
}
.header.header3 .top-header-content .dropdown-switcher + .top-custom-link.pull-right {
  margin-right: 30px;
  position: relative;
}
.header.header3 .top-header-content .dropdown-switcher + .top-custom-link.pull-right ul li:first-child {
  margin-left: 0;
}
.header.header3 .top-header-content .dropdown-switcher + .top-custom-link.pull-right ul li:first-child:after {
  content: none;
}
.header.header3 .top-header-content .dropdown-switcher + .top-custom-link.pull-right:after {
  background-color: rgba(231, 231, 231, 0.2);
  content: "";
  height: 9px;
  right: -15px;
  position: absolute;
  top: 17px;
  width: 1px;
}
.header.header3 .top-header-content .dropdown-switcher .dropdown-menu {
  right: 0;
  left: auto;
}
.header.header3 .top-header-content .top-custom-link ul li > .fa {
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: top;
}
.header.header3 .middle-content {
  position: relative;
}
.header.header3 .middle-content .logo {
  padding: 32px 0;
}
.header.header3 .middle-content .middle-header-right-content .content {
  display: table;
  float: right;
  height: 100%;
}
.header.header3 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart {
  padding-left: 41px;
}
.header.header3 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:after {
  left: 20px;
  height: 11px;
}
.header.header3 .minicart-wrapper:before {
  content: none;
}
.header.header3 .minicart-wrapper .action.showcart > .counter.qty {
  color: #daa94d;
}
.header.header3 .minicart-wrapper .action.showcart:before {
  font-size: 15px;
  color: #2a2a2a;
  content: '\f07a';
}
.header.header3 .search-form,
.header.header3 .login-custom-link,
.header.header3 .minicart-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.header.header3 .login-custom-link {
  padding-left: 40px;
  position: relative;
}
.header.header3 .login-custom-link:after {
  background-color: #d2d2d2;
  content: "";
  height: 11px;
  left: 19px;
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  width: 1px;
}
.header.header3 .search-form .form-search {
  position: absolute;
  top: 0;
  height: 100%;
  right: 100%;
  background-color: #fff;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
}
.header.header3 .search-form .form-search.on-show {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.header.header3 .search-form .form-search .minisearch {
  height: 100%;
}
.header.header3 .search-form .form-search .input-text {
  border: none;
  box-shadow: none;
  height: 100%;
  font-size: 18px;
  color: #ababab;
  text-align: center;
}
.header.header3 .search-form .actions-search .action-search {
  color: #2a2a2a;
}
.header.header3 .search-form .actions-search .action-search.on-show .hide-search {
  font-size: 24px;
}
.header.header4 .social-link {
  display: table;
  margin: 0 auto;
}
.header.header4 .social-link li {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.header.header4 .social-link li a {
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #a7a7a7;
  display: block;
  line-height: 30px;
  text-align: center;
}
.header.header4 .social-link li a:hover {
  background-color: #daa94d;
}
.header.header4 .search-form > .form-search .button {
  background: none;
  border: medium none;
  box-shadow: none;
  color: #b0b0b0;
  display: block;
  font-size: 14px;
  height: 27px;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 3px;
  width: 20px;
}
.header.header4 .search-form > .form-search .button:hover {
  color: #daa94d;
}
#mini_header .top-header-content {
  background-color: #ffffff;
  color: #5f5f5f;
}
#mini_header .top-header-content a,
#mini_header .top-header-content button {
  color: #5f5f5f;
}
#mini_header .top-header-content a:hover,
#mini_header .top-header-content button:hover,
#mini_header .top-header-content a:focus,
#mini_header .top-header-content button:focus,
#mini_header .top-header-content a:active,
#mini_header .top-header-content button:active {
  color: #daa94d;
}
#mini_header .top-header-content .dropdown-switcher + .dropdown-switcher .switcher-toggle:after,
#mini_header .top-header-content .dropdown-switcher + .top-custom-link ul li:first-child:after {
  background-color: #dcdcdc;
}
#mini_header .top-header-content .top-custom-link ul li + li:after {
  background-color: #dcdcdc;
}
#mini_header .minicart-wrapper:before {
  background-color: #dcdcdc;
}
#mini_header .minicart-wrapper .action.showcart > .counter.qty {
  color: #daa94d;
}
.footer {
  margin-top: 70px;
}
.footer .top-footer {
  color: #848484;
  font-size: 14px;
  background-color: #f1f1f1;
}
.footer .top-footer a {
  color: #474747;
}
.footer .top-footer a:hover,
.footer .top-footer a:active,
.footer .top-footer a:focus {
  color: #daa94d;
}
.footer .middle-footer {
  background-color: #262626;
  padding-bottom: 55px;
  padding-top: 74px;
  color: #666666;
}
.footer .middle-footer .h1,
.footer .middle-footer h1,
.footer .middle-footer .h2,
.footer .middle-footer h2,
.footer .middle-footer .h3,
.footer .middle-footer h3,
.footer .middle-footer .h4,
.footer .middle-footer h4,
.footer .middle-footer h5,
.footer .middle-footer .h5,
.footer .middle-footer h6,
.footer .middle-footer .h6 {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 25px;
}
.footer .middle-footer a {
  color: #666666;
}
.footer .middle-footer a:hover,
.footer .middle-footer a:focus,
.footer .middle-footer a:active {
  color: #ffffff;
}
.footer .middle-footer ul li {
  padding: 5px 0;
}
.footer .middle-footer ul li:first-child {
  padding-top: 0 !important;
}
.footer .middle-footer ul.list-icon li {
  min-height: 20px;
  position: relative;
  padding: 0px 0px 0px 30px;
}
.footer .middle-footer ul.list-icon li + li {
  margin-top: 12px;
}
.footer .middle-footer ul.list-icon li .fa {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.footer .middle-footer ul.list-icon li .fa.fa-envelope {
  font-size: 16px;
}
.footer .middle-footer .instagram-block {
  border: none;
}
.footer .middle-footer .instagram-block .block-content > .row {
  margin-left: -3px;
  margin-right: -3px;
}
.footer .middle-footer .instagram-block .block-content ul li {
  padding: 0 3px 0;
  margin-bottom: 6px;
}
.footer .middle-footer .instagram-block .block-content .instagram-item {
  margin: 0;
  position: relative;
}
.footer .middle-footer .block.newsletter {
  padding-top: 17px;
}
.footer .middle-footer .block.newsletter .form-group input {
  border: none;
  height: 40px;
  font-size: 14px;
  color: #9b9b9b;
}
.footer .middle-footer .block.newsletter .actions .action {
  height: 40px;
  padding: 0 23px;
  min-width: 107px;
  text-align: center;
}
.footer .middle-footer .tag-cloud li {
  padding: 0;
}
.footer .middle-footer .social-link:after {
  content: "";
  display: table;
  clear: both;
}
.footer .middle-footer .social-link li {
  float: left;
  margin-right: 10px;
  padding: 0;
  margin-top: 10px;
}
.footer .middle-footer .social-link li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #595959;
  color: #fff;
}
.footer .middle-footer .social-link li a:hover,
.footer .middle-footer .social-link li a:active,
.footer .middle-footer .social-link li a:focus {
  background-color: #daa94d;
}
.footer .middle-footer .lastest-posts-list li {
  padding: 0;
}
.footer .bottom-footer {
  border-top: 1px solid #333333;
  background-color: #262626;
  padding-bottom: 18px;
  padding-top: 20px;
  color: #525252;
}
.footer .bottom-footer a {
  color: #484848;
}
.footer .bottom-footer a:hover,
.footer .bottom-footer a:focus,
.footer .bottom-footer a:active {
  color: #ffffff;
}
.footer .bottom-footer address {
  margin: 0;
  display: block;
  padding-top: 3px;
}
.footer .bottom-footer ul:after {
  content: "";
  display: table;
  clear: both;
}
.footer .bottom-footer ul li {
  float: left;
}
.footer .bottom-footer ul.social-link {
  float: right;
}
.footer .bottom-footer ul.social-link li {
  font-size: 16px;
  margin: 0 11px;
}
.footer .bottom-footer ul.social-link li:last-child {
  margin-right: 0;
}
ul.service-block:after {
  content: "";
  display: table;
  clear: both;
}
ul.service-block li {
  float: left;
  width: calc(100% / 3);
  padding: 13px 0 14px;
}
ul.service-block li .fa {
  font-size: 24px;
  color: #b4b4b4;
  margin-right: 9px;
  vertical-align: middle;
}
ul.service-block li + li {
  border-left: 1px solid #e1e1e1;
  padding-left: 30px;
}
ul.service-block li a {
  text-decoration: underline;
  font-style: italic;
  margin-left: 7px;
  opacity: 0;
  visibility: hidden;
}
ul.service-block li:hover a {
  opacity: 1;
  visibility: visible;
}
.footer.footer2 .middle-footer,
.footer.footer4 .middle-footer {
  color: #ffffff;
}
.footer.footer2 .middle-footer a,
.footer.footer4 .middle-footer a {
  color: #ffffff;
}
.footer.footer2 .middle-footer a:hover,
.footer.footer4 .middle-footer a:hover,
.footer.footer2 .middle-footer a:active,
.footer.footer4 .middle-footer a:active,
.footer.footer2 .middle-footer a:focus,
.footer.footer4 .middle-footer a:focus {
  color: #daa94d;
}
.footer.footer2 .middle-footer .tag-cloud li a,
.footer.footer4 .middle-footer .tag-cloud li a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.footer.footer2 .middle-footer .tag-cloud li a:hover,
.footer.footer4 .middle-footer .tag-cloud li a:hover,
.footer.footer2 .middle-footer .tag-cloud li a:focus,
.footer.footer4 .middle-footer .tag-cloud li a:focus {
  border-color: #daa94d;
}
.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a {
  color: #fff;
}
.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:hover,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:hover,
.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:active,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:active,
.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:focus,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:focus {
  color: #daa94d;
}
.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail .comment-link,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail .comment-link {
  color: #666666;
}
.footer.footer2 .middle-footer .social-link li a:hover,
.footer.footer4 .middle-footer .social-link li a:hover,
.footer.footer2 .middle-footer .social-link li a:active,
.footer.footer4 .middle-footer .social-link li a:active,
.footer.footer2 .middle-footer .social-link li a:focus,
.footer.footer4 .middle-footer .social-link li a:focus {
  color: #fff;
}
.footer.footer2 .bottom-footer,
.footer.footer4 .bottom-footer {
  border-color: #000000;
  background-color: #000000;
  color: #696969;
  padding-top: 21px;
  padding-bottom: 23px;
}
.footer.footer2 .bottom-footer a,
.footer.footer4 .bottom-footer a {
  color: #696969;
}
.footer.footer2 .bottom-footer a:hover,
.footer.footer4 .bottom-footer a:hover,
.footer.footer2 .bottom-footer a:active,
.footer.footer4 .bottom-footer a:active,
.footer.footer2 .bottom-footer a:focus,
.footer.footer4 .bottom-footer a:focus {
  color: #fff;
}
.footer.footer2 .bottom-footer ul,
.footer.footer4 .bottom-footer ul {
  float: right;
}
.footer.footer2 .bottom-footer ul li + li,
.footer.footer4 .bottom-footer ul li + li {
  margin-left: 20px;
}
.footer.footer3 .middle-footer {
  background-color: #fcfcfc;
  color: #898989;
  padding-bottom: 50px;
}
.footer.footer3 .middle-footer a {
  color: #898989;
}
.footer.footer3 .middle-footer h4 {
  color: #1a1a1a;
}
.footer.footer3 .middle-footer .tag-cloud a {
  border-color: #eaeaea;
}
.footer.footer3 .middle-footer .tag-cloud a:hover,
.footer.footer3 .middle-footer .tag-cloud a:active,
.footer.footer3 .middle-footer .tag-cloud a:focus {
  color: #fff;
}
.footer.footer3 .middle-footer .social-link li a {
  background-color: #b4b4b4;
}
.footer.footer3 .middle-footer .social-link li a:hover,
.footer.footer3 .middle-footer .social-link li a:active,
.footer.footer3 .middle-footer .social-link li a:focus {
  color: #fff;
  background-color: #daa94d;
}
.footer.footer3 .middle-footer .block.newsletter .form-group input {
  border: 1px solid #e9e9e9;
  color: #9b9b9b;
}
.footer.footer3 .middle-footer .block.newsletter .actions .action {
  background-color: #2a2a2a;
  color: #fff;
  border-color: #2a2a2a;
}
.footer.footer3 .middle-footer .block.newsletter .actions .action:hover,
.footer.footer3 .middle-footer .block.newsletter .actions .action:active,
.footer.footer3 .middle-footer .block.newsletter .actions .action:focus {
  background-color: #daa94d;
  color: #fff;
  border-color: #daa94d;
}
.footer.footer3 .bottom-footer {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 58px;
  border-color: #eeeeee;
  color: #8d8d8d;
}
.footer.footer3 .bottom-footer a {
  color: #8d8d8d;
}
.footer.footer3 .bottom-footer a:hover,
.footer.footer3 .bottom-footer a:active,
.footer.footer3 .bottom-footer a:focus {
  color: #daa94d;
}
.footer.footer3 .bottom-footer ul {
  display: table;
  margin: 0 auto;
}
.footer.footer3 .bottom-footer ul li {
  float: left;
  margin: 0 10px;
}
.footer.footer3 .bottom-footer address {
  padding-top: 4px;
}
.footer.footer5 .middle-footer {
  background-color: #f4f4f4;
  color: #888888;
  padding-top: 86px;
  padding-bottom: 87px;
}
.footer.footer5 .middle-footer a {
  color: #696969;
}
.footer.footer5 .middle-footer a:hover,
.footer.footer5 .middle-footer a:focus,
.footer.footer5 .middle-footer a:active {
  color: #daa94d;
}
.footer.footer5 .middle-footer address {
  font-size: 14px;
  margin: 18px 0 0;
}
.footer.footer5 .middle-footer ul {
  display: table;
  margin: 0 auto;
}
.footer.footer5 .middle-footer ul li {
  float: left;
  margin: 0 10px;
  padding-top: 3px !important;
}
.post-item-info .post-image {
  position: relative;
}
.post-item-info .post-image .date-desc {
  font-weight: 700;
  font-size: 12px;
  min-width: 50px;
  text-align: center;
  padding: 8px 0;
  background-color: rgba(42, 42, 42, 0.6);
  position: absolute;
  top: 20px;
  left: 0;
  color: #ffffff;
}
.post-item-info .post-image .date-desc span {
  display: block;
  line-height: 1;
}
.post-item-info .post-image .date-desc span.date {
  font-size: 14px;
  padding-bottom: 3px;
  position: relative;
  margin-bottom: 5px;
}
.post-item-info .post-image .date-desc span.date:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #cecece;
  opacity: 0.7;
  margin-left: -7px;
  position: absolute;
  top: 100%;
  left: 50%;
}
.post-item-info .post-info {
  padding: 16px 0 10px;
  border-bottom: 1px dotted #d8d8d8;
  color: #a1a1a1;
}
.post-item-info .post-info a {
  color: #a1a1a1;
}
.post-item-info .post-info a:hover {
  color: #daa94d;
}
.post-item-info .post-info > div {
  display: inline-block;
  margin-right: 26px;
}
.post-item-info .post-info > div .fa {
  margin-right: 10px;
  color: #8a8a8a;
}
.post-item-info .post-info .post-tags a:not(:last-child):after {
  content: ',';
}
.post-item-info .post-info .post-content {
  margin-top: 18px;
}
.post-item-info .post-info .post-content .post-title {
  margin-bottom: 14px;
}
.post-item-info .post-info .post-content .post-title a {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 300;
}
.post-item-info .post-info .post-content .post-title a:hover {
  color: #daa94d;
}
.post-item-info .post-short-description {
  margin-bottom: 25px;
}
.post-item-info .post-short-description > *:last-child {
  margin-bottom: 0 !important;
}
.post-item-info .post-link .btn,
.post-item-info .post-link .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary {
  padding: 10px 32px;
  min-width: 127px;
  text-align: center;
  color: #2a2a2a;
}
.post-item-info .post-link .btn:hover,
.post-item-info .post-link .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary:hover {
  color: #fff;
}
.post-item-info .post-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 300;
  margin-top: 27px;
  margin-bottom: 16px;
}
.post-item-info .post-title a {
  color: #1a1a1a;
}
.post-item-info .post-title a:hover {
  color: #daa94d;
}
.blog-list .post-item-info:not(:last-child) {
  margin-bottom: 50px;
}
.blog-post-list-toolbar.toolbar .pager {
  margin: 0 auto;
}
.blog-post-list-toolbar.toolbar .pager > *:not(.pages) {
  display: none;
}
.blog-post-list-toolbar.toolbar .pager .pages {
  margin-top: 50px;
}
.blog-post-view .post-item-info .post-short-description {
  margin-bottom: 0;
  margin-top: 30px;
}
.blog-post-view .post-comments {
  margin-top: 65px;
  margin-bottom: 35px;
}
.blog-post-view .post-comments .title-comment-content {
  font-size: 17px;
  color: #2a2a2a;
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-post-view .post-comments .title-comment-content span {
  font-size: 14px;
  position: relative;
  color: #c9c9c9;
}
.blog-post-view .post-comments .title-comment-content span:after {
  content: "";
  width: 10000px;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  bottom: 2px;
  left: 100%;
}
.blog-post-view .post-comments .item {
  padding: 18px 28px 16px;
  background: #f8f8f8;
  margin-bottom: 28px;
  color: #8e8e8e;
}
.blog-post-view .post-comments .item .info {
  margin-bottom: 7px;
  color: #2a2a2a;
  font-size: 14px;
}
.blog-post-view .post-comments .item .info .name {
  margin-right: 38px;
}
.blog-post-view .post-comments .item:last-child {
  margin-bottom: 0;
}
.blog-post-view .post-comments .title {
  font-size: 17px;
  color: #2a2a2a;
  margin-bottom: 2px;
  display: block;
}
.blog-post-view .post-comments .sub-title {
  font-size: 14px;
  color: #8b8b8b;
  margin-bottom: 14px;
}
.post-actions {
  display: table;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 32px;
}
.post-actions .action {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding: 23px 15px;
  font-size: 15px;
}
.post-actions .action a:after {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 21px;
}
.post-actions .action.next-action {
  text-align: right;
  padding-right: 15px;
}
.post-actions .action.next-action a:after {
  content: "\f0da";
  left: auto;
  right: 0;
}
.form.post-comment {
  max-width: 570px;
  margin-top: 50px;
}
.blog-post-comment-list-toolbar {
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0 !important;
}
.blog-load-more-comment {
  margin-top: 20px;
}
.blog-load-more-comment a {
  font-size: 15px;
  font-style: italic;
}
.blog-load-more-comment a.loading-style {
  animation: fadeIn 1s infinite alternate;
}
.modal .modal-video-dialog.modal-dialog {
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  left: 50%;
  margin: 0;
  top: 50%;
  max-width: 90%;
  max-height: 90%;
}
.modal .modal-video-dialog.modal-dialog .modal-header {
  padding: 0;
  min-height: unset;
}
.modal .modal-video-dialog.modal-dialog .modal-header .close {
  background-color: #2a2a2a;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  height: 30px;
  line-height: 1;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: -13px;
  text-align: center;
  top: -13px;
  width: 30px;
  z-index: 1;
}
.modal .modal-video-dialog.modal-dialog .modal-header .close:hover {
  border-color: #2a2a2a;
}
.modal.in .modal-dialog.modal-video-dialog {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sidebar .lastest-posts-list .block-content {
  padding-top: 7px;
}
.sidebar .lastest-posts-list .block-content .item .blog-content .image {
  width: 100px;
  padding-top: 0;
}
.sidebar .lastest-posts-list .block-content .item .blog-content .date {
  color: #2a2a2a;
}
.sidebar .lastest-posts-list .block-content .item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sidebar .block-blog-categories li {
  padding: 8px 0 9px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .block-blog-categories li:first-child {
  padding-top: 0;
}
.lastest-posts-list .block-content .item .blog-content {
  display: table;
  width: 100%;
}
.lastest-posts-list .block-content .item .blog-content:not(:last-child) {
  margin-bottom: 20px;
}
.lastest-posts-list .block-content .item .blog-content .image {
  width: 50px;
  display: table-cell;
  vertical-align: top;
  padding-top: 2px;
}
.lastest-posts-list .block-content .item .blog-content .image.video {
  cursor: pointer;
}
.lastest-posts-list .block-content .item .blog-content .short-detail {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.lastest-posts-list .block-content .item .blog-content .short-detail a {
  color: #898989;
  display: block;
  line-height: 1.5;
}
.lastest-posts-list .block-content .item .blog-content .short-detail a:hover,
.lastest-posts-list .block-content .item .blog-content .short-detail a:active,
.lastest-posts-list .block-content .item .blog-content .short-detail a:focus {
  color: #daa94d;
}
.lastest-posts-list .block-content .item .blog-content .short-detail .short-content > *:last-child {
  margin-bottom: 0;
}
.lastest-posts-list .block-content .item .blog-content .short-detail .comment-link {
  padding-top: 7px;
  font-size: 12px;
  color: #b6b6b6;
}
.lastest-posts-list .block-content .item .blog-content .short-detail .comment-link .fa {
  margin-right: 4px;
}
.lastest-posts-list .block-content .item:not(:last-child) {
  margin-bottom: 24px;
}
.blog-list-blog .owl-carousel .owl-item {
  padding: 0 15px;
}
.blog-grid-block .mgs-blog-lastest-posts .owl-carousel .owl-item {
  padding: 0 15px;
}
.blog-grid-block .mgs-blog-lastest-posts.has-margin .post-item {
  margin-bottom: 30px;
}
.blog-grid-block .post-item-content a.post-title-link {
  overflow: hidden;
  display: block;
}
.blog-grid-block .post-item-content a.post-title-link img {
  min-width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.blog-grid-block .post-item-content a.post-title-link:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.blog-grid-block .post-item-detail {
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 26px 20px 32px;
  color: #969696;
}
.blog-grid-block .post-item-detail .title {
  margin-bottom: 6px;
  line-height: 1.45;
}
.blog-grid-block .post-item-detail .title a {
  font-weight: 300;
  color: #1a1a1a;
}
.blog-grid-block .post-item-detail .title a:hover,
.blog-grid-block .post-item-detail .title a:focus {
  color: #daa94d;
}
.blog-grid-block .post-item-detail .post-info {
  color: #adadad;
  margin-bottom: 16px;
}
.blog-grid-block .post-item-detail .post-info:after {
  content: "";
  display: table;
  clear: both;
}
.blog-grid-block .post-item-detail .post-info > * {
  float: left;
}
.blog-grid-block .post-item-detail .post-info .fa {
  margin-right: 5px;
  vertical-align: top;
  margin-top: 3px;
}
.blog-grid-block .post-item-detail .post-info .comment-link {
  position: relative;
  padding-left: 33px;
}
.blog-grid-block .post-item-detail .post-info .comment-link:after {
  content: "";
  height: 9px;
  background-color: #adadad;
  position: absolute;
  width: 1px;
  left: 15px;
  bottom: 6px;
}
.blog-grid-block .post-item-detail .short-content > p:last-child {
  margin-bottom: 0;
}
.blog-grid-block .post-item-detail .post-read-more {
  color: #2a2a2a;
  display: block;
  margin-top: 30px;
}
.blog-grid-block .post-item-detail .post-read-more .fa {
  vertical-align: middle;
  margin-left: 8px;
}
.blog-grid-block .post-item-detail .post-read-more:hover,
.blog-grid-block .post-item-detail .post-read-more:focus {
  color: #daa94d;
}
.tag-cloud:after {
  content: "";
  display: table;
  clear: both;
}
.tag-cloud li {
  float: left;
  margin: 7px 13px 8px 0;
}
.tag-cloud li a {
  display: block;
  border: 1px solid #8e8e8e;
  color: #8e8e8e;
  padding: 3px 11px 4px;
  background-color: transparent;
}
.tag-cloud li a:hover,
.tag-cloud li a:active,
.tag-cloud li a:focus {
  border-color: #daa94d;
  background-color: #daa94d;
  color: #fff;
}
.scroll-to-top {
  border: 1px solid #daa94d;
  width: 41px;
  height: 41px;
  position: fixed;
  right: 30px;
  font-size: 22px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background-color: #daa94d;
}
.scroll-to-top .fa:before {
  content: "\f106";
}
.scroll-to-top:hover,
.scroll-to-top:focus,
.scroll-to-top:active {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.instagram-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.instagram-item img {
  min-width: 100%;
}
.instagram-item .social-count {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 18px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -o-transform: translateY(-70%);
}
.instagram-item .social-count > span {
  padding: 0 10px;
}
.instagram-item a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #2a2a2a;
  opacity: 0;
  position: absolute;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.instagram-item:hover .social-count {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.instagram-item:hover a:after {
  opacity: 0.5;
}
.instagram-block {
  border-top: 1px dotted #e5e5e5;
}
.instagram-block .content-heading {
  padding-top: 26px;
  margin-bottom: 28px;
}
.instagram-block .content-heading .title {
  text-align: center;
}
.instagram-block .owl-carousel .owl-item .instagram-item {
  margin-bottom: 0px;
}
.instagram-block .owl-carousel .owl-item .multiple-row .instagram-item {
  margin-bottom: 30px;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 20px auto 0;
}
.owl-carousel .owl-dots.disabled {
  margin: 0 !important;
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
  border: 1px solid rgba(18, 21, 22, 0.4);
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 7.5px;
  background-color: transparent;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  cursor: pointer;
  display: block;
}
.owl-carousel .owl-dots .owl-dot span:after {
  content: "";
  background-color: transparent;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  margin: -2.5px 0 0 -2.5px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span:after,
.owl-carousel .owl-dots .owl-dot:hover span:after {
  background-color: #0d0d0d;
}
.owl-carousel .owl-item img {
  transform-style: unset;
  -moz-transform-style: unset;
  -webkit-transform-style: unset;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-nav > div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #939393;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.owl-carousel .owl-nav > div:not(.disabled):hover {
  background-color: #171717;
  color: #fff;
  border-color: #171717;
}
.owl-carousel .owl-nav > div.disabled {
  color: #c2c2c2;
  cursor: auto;
  pointer-events: none;
  opacity: 0.4;
}
.owl-carousel .owl-nav > div.owl-prev {
  left: -25px;
}
.owl-carousel .owl-nav > div.owl-next {
  right: -25px;
  padding-left: 3px;
}
.dots-light .owl-carousel .owl-dots span {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.dots-light .owl-carousel .owl-dots .owl-dot:hover span:after,
.dots-light .owl-carousel .owl-dots .owl-dot.active span:after {
  background-color: #fff;
}
.navigation-top .owl-carousel .owl-nav {
  position: absolute;
  right: 15px;
  top: -54px;
}
.navigation-top .owl-carousel .owl-nav > div {
  background-color: transparent !important;
  color: #c2c2c2;
  font-size: 24px;
  width: 15px;
  text-align: left;
  line-height: 1;
  height: auto;
  border-radius: 0;
  position: static;
  margin-top: 0;
  border: none;
}
.navigation-top .owl-carousel .owl-nav > div:hover {
  color: #2a2a2a;
}
.navigation-top .owl-carousel .owl-nav > div.owl-next {
  text-align: right;
}
.navigation-top.title-v2 .owl-carousel .owl-nav {
  top: -72px;
}
.nav-left-right .owl-carousel .owl-nav > div.owl-next {
  right: 0px;
}
.nav-left-right .owl-carousel .owl-nav > div.owl-prev {
  left: 0px;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin: -25px 0 0;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  color: #5f5f5f;
  font-size: 24px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div.disabled {
  opacity: 0 !important;
  visibility: hidden !important;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div:not(.disabled):hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev {
  left: 0;
  right: auto;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div.owl-next {
  right: 0;
  left: auto;
}
.slider_mgs_carousel.owl-carousel:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
  color: #5f5f5f;
}
.slider_mgs_carousel.owl-carousel .owl-dots {
  bottom: 30px;
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promobanner .text {
  font-weight: 300;
}
.promobanner .text .h1,
.promobanner .text h1,
.promobanner .text .h2,
.promobanner .text h2,
.promobanner .text .h3,
.promobanner .text h3,
.promobanner .text .h4,
.promobanner .text h4,
.promobanner .text .h5,
.promobanner .text .h5,
.promobanner .text h6,
.promobanner .text .h6 {
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 2px;
}
.contact-index-index .map-info {
  position: relative;
  margin-bottom: 36px;
}
.contact-index-index .form-group.comment textarea {
  min-height: 184px;
}
.contact-index-index .contact-form-content .actions-toolbar {
  margin-top: 4px;
}
.contact-index-index .contact-form-content .actions-toolbar .action {
  height: 40px;
  padding-left: 39px;
  padding-right: 39px;
}
.store-information .h1,
.store-information h1,
.store-information .h2,
.store-information h2,
.store-information .h3,
.store-information h3,
.store-information .h4,
.store-information h4,
.store-information .h5,
.store-information .h5,
.store-information h6,
.store-information .h6 {
  font-weight: 400;
  margin-bottom: 15px;
  color: #2a2a2a;
}
.store-information h6,
.store-information .h6 {
  font-size: 17px;
}
.store-information ul.list-icon li {
  min-height: 20px;
  position: relative;
  padding: 0px 0px 0px 30px;
}
.store-information ul.list-icon li + li {
  margin-top: 12px;
}
.store-information ul.list-icon li .fa {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.store-information ul.list-icon li .fa.fa-envelope {
  font-size: 16px;
}
.breadcrumbs {
  background-color: #f7f7f7;
  margin-bottom: 60px;
  background-repeat: repeat;
  background-image: url('../images/bg_breadcrumb.jpg');
}
.breadcrumbs .breadcrumbs-content .breadcrumbs-title h1,
.breadcrumbs .breadcrumbs-content .breadcrumbs-title .h1 {
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}
.breadcrumbs .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
}
.breadcrumbs .breadcrumb > li + li:before {
  color: #9f9f9f;
  font-size: 13px;
  font-family: "FontAwesome";
  content: "\f105";
  padding: 0 12px;
}
.breadcrumbs .breadcrumb > .active {
  color: #343434;
}
.breadcrumbs .breadcrumb a {
  color: #9f9f9f;
}
.breadcrumbs .breadcrumb a:hover,
.breadcrumbs .breadcrumb a:focus,
.breadcrumbs .breadcrumb a:active {
  color: #343434;
}
.breadcrumbs .breadcrumb li.active {
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap {
  width: 100%;
  position: relative;
  border: none;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-header {
  display: none !important;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup {
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe {
  padding: 0 60px;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe:after {
  content: "";
  display: table;
  clear: both;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe .block-popup-top {
  float: right;
  width: 350px;
  text-align: center;
  color: #6b6b6b;
  font-size: 14px;
  padding: 76px 30px 0;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe .block-popup-top h3 {
  color: #1a1a1a;
  margin-bottom: 16px;
  font-weight: 300;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe .newsletter-popup-form {
  padding-top: 30px;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe .newsletter-popup-form .form-group.newsletter {
  margin-bottom: 30px;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe .newsletter-popup-form .form-group.newsletter input[type="email"] {
  height: 40px;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe .newsletter-popup-form .action.subscribe {
  padding: 10px 37px 9px;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe .newsletter-popup-form div.checkbox {
  margin-top: 46px;
  margin-bottom: 0;
}
.modal-popup.modal_newsletter_popup .block-popup-subscribe .newsletter-popup-form div.checkbox label {
  color: #6b6b6b;
  font-size: 13px;
}
.content-heading {
  margin-bottom: 30px;
}
.content-heading .title {
  margin: 0;
  font-weight: 300;
  color: #1a1a1a;
}
.content-heading .block-note {
  display: none;
  font-size: 14px;
  color: #969696;
}
.title-v2 .content-heading {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
}
.title-v3 .content-heading {
  margin-bottom: 36px;
}
.title-v3 .content-heading .block-note {
  display: block;
  padding-top: 6px;
}
.title-v3 .content-heading .title {
  font-size: 28px;
}
.title-v5 .content-heading {
  margin-bottom: 35px;
}
.title-v5 .content-heading .title {
  font-size: 22px;
}
.title-v4 .content-heading {
  border-bottom: 1px solid #f0f0f0;
}
.title-v4 .content-heading .title {
  font-size: 22px;
}
.title-v4 .content-heading .block-note,
.title-v4 .content-heading .title {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 15px;
}
.title-v4 .content-heading .block-note {
  padding-left: 15px;
  width: 1%;
  white-space: nowrap;
}
.title-v4 .content-heading a {
  font-size: 14px;
  color: #bbbbbb;
}
.title-v4 .content-heading a .fa {
  margin-left: 8px;
}
.title-v4 .content-heading a:hover {
  color: #daa94d;
}
.title-v6 .content-heading {
  text-align: center;
  margin-bottom: 46px;
}
.title-v6 .content-heading + .products-grid {
  padding-top: 20px;
}
.title-v6 .content-heading .title {
  font-size: 28px;
}
.title-v6 .content-heading .block-note {
  display: block;
  margin-bottom: 6px;
}
.btn-loadmore {
  display: block;
  margin-top: 10px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #2a2a2a;
}
.btn-loadmore span {
  position: relative;
  padding: 16px 0 16px 16px;
  display: inline-block;
}
.btn-loadmore span:after,
.btn-loadmore span:before {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  position: absolute;
  content: "";
  background-color: #2a2a2a;
}
.btn-loadmore span:after {
  top: 25px;
  width: 10px;
  height: 2px;
  left: 0;
}
.btn-loadmore span:before {
  top: 21px;
  width: 2px;
  height: 10px;
  left: 4px;
}
.btn-loadmore:hover span:after,
.btn-loadmore:focus span:after,
.btn-loadmore:hover span:before,
.btn-loadmore:focus span:before {
  background-color: #daa94d;
}
body.ajax-loading .btn-loadmore {
  position: relative;
}
body.ajax-loading .btn-loadmore:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/loader-1.gif);
  background-position: center center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.product-label.new-label {
  color: #2a2a2a;
}
.product-label {
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  height: 46px;
  width: 46px;
  padding-left: 1px;
  font-size: 13px;
  position: absolute;
  text-align: center;
  line-height: 44px;
  top: 15px;
  left: 15px;
}
.product-label.sale-label {
  right: 15px;
  left: auto;
  background-color: #2a2a2a;
}
.product-image-photo.swatch-option-loading + span:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/loader-2.gif');
  border: 1px solid #f0f0f0;
}
.products-grid.grid + .bottom-pagination {
  margin-top: 8px;
}
.products-grid.slider-1-row .owl-item {
  padding: 0 15px;
}
.products-grid .product-item-info {
  margin-bottom: 45px;
}
.products-grid .product-item-info .product-top {
  position: relative;
  overflow: hidden;
  background-image: url(../images/giphy.gif);
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.products-grid .product-item-info .product-top .product-image-photo {
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  min-width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.products-grid .product-item-info .product-top .product-image-photo.swatch-option-loading {
  content: unset !important;
  opacity: 0.2;
}
.products-grid .product-item-info .product-top a.photo:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  content: "";
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.products-grid .product-item-info .product-top .actions-link {
  position: absolute;
  background-color: #fff;
  z-index: 1;
  right: 0;
  bottom: 0;
  padding-left: 10px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.products-grid .product-item-info .product-top .actions-link li {
  display: block;
  padding-top: 10px;
}
.products-grid .product-item-info .product-top .actions-link li:empty {
  display: none !important;
}
.products-grid .product-item-info .product-top .actions-link li .action {
  background-color: #fff;
  color: #6c6c6c;
  font-size: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid #e9e9e9;
  text-align: center;
  padding-left: 1px;
}
.products-grid .product-item-info .product-top .actions-link li .action:hover {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.products-grid .product-item-info .product-item-details {
  padding-top: 18px;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}
.products-grid .product-item-info:hover .product-top .actions-link {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info:hover .product-top a.photo:after {
  opacity: 0.3;
}
.menu-product-tabs {
  border: none;
  margin-bottom: 60px;
}
.menu-product-tabs > li {
  margin: 0;
}
.menu-product-tabs > li + li {
  margin-left: 25px;
}
.menu-product-tabs > li > a {
  border: 1px solid #eaeaea;
  margin: 0;
  border-radius: 0;
  line-height: inherit;
  background-color: transparent;
  padding: 8px 19px;
}
.menu-product-tabs > li > a:hover,
.menu-product-tabs > li > a:focus {
  background-color: #171717;
  color: #fff;
  border: 1px solid #171717;
}
.menu-product-tabs > li.active > a {
  background-color: #171717;
  color: #fff;
  border: 1px solid #171717;
}
.menu-product-tabs > li.active > a:hover,
.menu-product-tabs > li.active > a:focus {
  background-color: #171717;
  color: #fff;
  border: 1px solid #171717;
}
.list-products .block-content .owl-carousel .owl-item {
  padding: 0 15px;
}
.list-products .product-item-info {
  margin-bottom: 30px;
}
.list-products .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.list-products .product-item-info .product-image {
  width: 120px;
  float: left;
  vertical-align: top;
  position: relative;
}
.list-products .product-item-info .product-image a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  content: "";
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.list-products .product-item-info .product-image .product-image-photo {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  padding: 0;
  min-width: 100%;
}
.list-products .product-item-info .product-image .action.mgs-quickview {
  width: 40px;
  height: 40px;
  color: #2a2a2a;
  border: 1px solid #fff;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -20px 0 0 -20px;
  transition: all 300ms;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}
.list-products .product-item-info .product-image .action.mgs-quickview:hover {
  background-color: #daa94d;
  border-color: #daa94d;
  color: #fff;
}
.list-products .product-item-info .product-item-details {
  float: left;
  width: calc(100% - 120px);
  vertical-align: top;
  padding-left: 20px;
  padding-top: 8px;
}
.list-products .product-item-info .product-item-details .product-item-name {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}
.list-products .product-item-info .product-item-details .product-item-name + div[class^="swatch-opt-"] {
  margin-bottom: 5px;
}
.list-products .product-item-info .product-item-details .product-reviews-summary {
  margin-top: 14px;
}
.list-products .product-item-info:hover .product-image a:after {
  opacity: 0.3;
}
.list-products .product-item-info:hover .product-image .action.mgs-quickview {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.border-banner {
  display: table;
  width: 100%;
  position: relative;
  color: #1a1a1a;
}
.border-banner:after {
  border: 2px solid #333333;
  left: 0;
  right: 50px;
  bottom: 50px;
  top: 50px;
  position: absolute;
  content: "";
}
.border-banner .text,
.border-banner .images {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.border-banner .text {
  padding: 0 110px;
  position: relative;
  z-index: 1;
}
.border-banner .text p {
  color: #989898;
}
.border-banner .text .h1,
.border-banner .text h1,
.border-banner .text .h2,
.border-banner .text h2,
.border-banner .text .h3,
.border-banner .text h3,
.border-banner .text .h4,
.border-banner .text h4,
.border-banner .text .h5,
.border-banner .text .h5,
.border-banner .text h6,
.border-banner .text .h6 {
  font-weight: 300;
}
.border-banner .text .playfair {
  line-height: 1.4;
}
.border-banner .images img {
  min-width: 100%;
}
.newsletter-home {
  text-align: center;
  color: #969696;
  font-size: 14px;
}
.newsletter-home .h1,
.newsletter-home h1,
.newsletter-home .h2,
.newsletter-home h2,
.newsletter-home .h3,
.newsletter-home h3,
.newsletter-home .h4,
.newsletter-home h4,
.newsletter-home .h5,
.newsletter-home .h5,
.newsletter-home h6,
.newsletter-home .h6 {
  color: #1a1a1a;
  font-weight: 300;
}
.newsletter-home .color-theme {
  font-size: 22px;
}
.block.newsletter.newsletter-home-page {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
.block.newsletter.newsletter-home-page .form-group.newsletter {
  margin: 0;
}
.block.newsletter.newsletter-home-page .form-group.newsletter input {
  height: 46px;
}
.block.newsletter.newsletter-home-page .form-group.newsletter input + .mage-error {
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
}
.block.newsletter.newsletter-home-page .actions {
  position: absolute;
  right: 0;
  top: 30px;
}
.block.newsletter.newsletter-home-page .actions .action.subscribe {
  padding: 13px 30px;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 64px;
  display: block;
  position: relative;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #acacac;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #4a4a4a;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.full-review.product-reviews-summary {
  display: table;
}
.full-review.product-reviews-summary .rating-summary,
.full-review.product-reviews-summary .reviews-actions {
  display: table-cell;
  vertical-align: middle;
}
.full-review.product-reviews-summary .rating-summary + .reviews-actions {
  padding-left: 13px;
}
.full-review.product-reviews-summary .reviews-actions a {
  color: #adadad;
}
.full-review.product-reviews-summary .reviews-actions a + a:before {
  content: "/";
  color: #adadad;
  display: inline-block;
  margin-right: 3px;
}
.full-review.product-reviews-summary .reviews-actions a:hover,
.full-review.product-reviews-summary .reviews-actions a:focus {
  color: #daa94d;
}
.deal-products-grid.products-grid .product-item-info .product-item-details {
  text-align: center;
  padding-top: 22px;
}
.deal-products-grid.products-grid .product-item-info .product-item-details .product-item-name {
  margin-bottom: 8px;
}
.deal-products-grid.products-grid .product-item-info .product-item-details > .price-box {
  padding-top: 6px;
}
.deal-products-grid .price-box .price {
  font-size: 18px;
}
.deal-products-grid div[class^="swatch-opt-"] {
  display: table;
  margin: 0 auto;
}
.deal-products-grid .deals-note {
  margin-bottom: 8px;
  margin-top: 18px;
}
.deal-timer {
  display: table;
  margin: 0 auto;
}
.deal-timer .countdown {
  display: table-row;
}
.deal-timer .countdown > span {
  width: 25%;
  display: table-cell;
  padding: 0 9px;
}
.deal-timer .countdown > span > b {
  font-weight: 400;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 16px;
  min-width: 48px;
  padding: 5px 10px 4px;
  text-align: center;
  display: block;
  position: relative;
}
.deal-timer .countdown > span + span > p:after {
  content: ":";
  position: absolute;
  top: 50%;
  left: -11px;
  color: #2a2a2a;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.deal-timer .time-note {
  display: table-row;
}
.deal-timer .time-note span {
  width: 25%;
  display: table-cell;
  padding: 3px 9px 0;
  color: #a3a3a3;
  font-size: 14px;
  text-align: center;
}
.deal-products-one-item .border-banner .playfair {
  font-size: 36px;
  color: #1a1a1a;
}
.deal-products-one-item .border-banner .deals-subtitle {
  font-size: 14px;
  font-style: italic;
}
.deal-products-one-item .border-banner .deals-subtitle a {
  color: #a6a6a6;
}
.deal-products-one-item .border-banner .deals-subtitle a:hover {
  color: #daa94d;
}
.deal-products-one-item .deals-note {
  margin-top: 26px;
  margin-bottom: 9px;
}
.deal-products-one-item .deals-action {
  margin-top: 43px;
}
.deal-products-one-item .deals-action .btn,
.deal-products-one-item .deals-action .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary {
  border-color: #2a2a2a;
  color: #2a2a2a;
  padding: 9px 28px 10px;
}
.deal-products-one-item .deals-action .btn:hover,
.deal-products-one-item .deals-action .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary:hover {
  border-color: #daa94d;
  background-color: #daa94d;
  color: #fff;
}
.deal-products-one-item .border-banner + .border-banner {
  margin-top: 50px;
}
.toolbar {
  display: flex;
  align-items: center;
}
.toolbar > .modes,
.toolbar > .field.limiter,
.toolbar > .toolbar-sorter.sorter {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.toolbar > .field.limiter {
  padding: 0 30px;
  text-align: center;
}
.toolbar > .field.limiter .limiter-text {
  display: none;
}
.toolbar > .field.limiter .label,
.toolbar > .field.limiter .control {
  display: inline-block !important;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.toolbar > .field.limiter .label {
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.toolbar > .field.limiter .label:after {
  content: ":";
  display: inline-block;
}
.toolbar > .toolbar-sorter.sorter {
  text-align: right;
  white-space: nowrap;
}
.toolbar > .toolbar-sorter.sorter .sorter-label {
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.toolbar > .toolbar-sorter.sorter .sorter-label:after {
  content: ":";
  display: inline-block;
}
.toolbar > .toolbar-sorter.sorter .sorter-label,
.toolbar > .toolbar-sorter.sorter .sorter-options,
.toolbar > .toolbar-sorter.sorter .sorter-action {
  display: inline-block !important;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.toolbar > .toolbar-sorter.sorter .sorter-action {
  margin-left: 7px;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ebebeb;
  color: #bcbcbc;
  text-align: center;
  line-height: 28px;
  padding-left: 1px;
}
.toolbar > .toolbar-sorter.sorter .sorter-action:hover {
  color: #2a2a2a;
}
.toolbar > .toolbar-sorter.sorter .sorter-action:after {
  content: "\f175";
  font-family: "FontAwesome";
  display: inline-block;
}
.toolbar > .toolbar-sorter.sorter .sorter-action.sort-desc:after {
  content: "\f176";
}
.toolbar > .toolbar-sorter.sorter .sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .modes > strong.modes-label {
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.toolbar .modes > strong.modes-label:after {
  content: ":";
  display: inline-block;
}
.toolbar .modes > strong,
.toolbar .modes > a {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0;
}
.toolbar .modes .modes-mode {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ebebeb;
  color: #bcbcbc;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.toolbar .modes .modes-mode + .modes-mode {
  margin-left: 7px;
}
.toolbar .modes .modes-mode:hover,
.toolbar .modes .modes-mode.active {
  color: #2a2a2a;
}
.toolbar .modes .modes-mode:after {
  content: "\f00a";
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal !important;
}
.toolbar .modes .modes-mode.mode-list:after {
  content: "\f03a";
}
.toolbar .modes .modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .toolbar-amount {
  display: none;
}
.toolbar select {
  width: auto;
  font-size: 13px;
  color: #5b5b5b;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 40px 0 10px;
  border: 1px solid #ebebeb;
  min-width: 114px;
  box-shadow: none;
  background-image: url('../images/background_sellect_toolbar.png');
  background-position: right 6px top 9px;
}
.toolbar select:-ms-expand {
  display: none;
}
.toolbar select option {
  padding: 3px 0 3px 14px;
}
.toolbar .pages.list-inline {
  width: 100%;
  margin: 0;
}
.toolbar .pages.list-inline .pagination {
  border-radius: 0;
  margin: 0 auto;
  display: table;
}
.toolbar .pages.list-inline .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar .pages.list-inline .pagination .item {
  float: left;
  padding: 0 6px;
}
.toolbar .pages.list-inline .pagination .item a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #5b5b5b;
  font-size: 14px;
  float: none;
  display: block;
  padding: 0 0 0 1px;
}
.toolbar .pages.list-inline .pagination .item a:hover {
  background-color: #f3f3f3;
}
.toolbar .pages.list-inline .pagination .item.pages-item-next a.next span,
.toolbar .pages.list-inline .pagination .item.pages-item-previous a.previous span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .pages.list-inline .pagination .item.pages-item-next a.next:after,
.toolbar .pages.list-inline .pagination .item.pages-item-previous a.previous:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
}
.toolbar .pages.list-inline .pagination .item.pages-item-previous a.previous:after {
  content: "\f104";
}
.toolbar .pages.list-inline .pagination .item.current a {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.toolbar .pages.list-inline .pagination li span {
  float: none !important;
}
.bottom-pagination {
  padding-top: 11px;
}
.bottom-pagination.bottom-pagination {
  padding-top: 0px !important;
}
.bottom-pagination .toolbar > .modes,
.bottom-pagination .toolbar > .field.limiter,
.bottom-pagination .toolbar > .toolbar-sorter.sorter {
  display: none;
}
.category-view .category-description {
  font-size: 15px;
  text-align: justify;
  padding-bottom: 33px;
}
.category-view .category-description > *:last-child {
  margin: 0;
}
.category-view .category-image + .category-description {
  padding-top: 3px;
}
body.page-products:not(.page-layout-1column) .breadcrumbs {
  margin-bottom: 50px;
}
body.page-products:not(.page-layout-1column) .page-main .column.main {
  padding-top: 10px;
}
.category-product-actions {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  position: relative;
  padding: 0 0 15px;
}
.category-product-actions:after {
  content: "";
  display: table;
  clear: both;
}
.category-product-actions .toolbar.toolbar-products {
  float: left;
  width: 75%;
}
.category-product-actions .toolbar.toolbar-products > .pages {
  display: none;
}
.category-product-actions .block.filter {
  float: left;
  width: 25%;
  text-align: right;
}
.category-product-actions .block.filter .block-title.filter-title {
  display: inline-block;
  color: #5b5b5b;
  border: 1px solid #ebebeb;
  height: 30px;
  padding: 0 18px;
  line-height: 28px;
  cursor: pointer;
}
.category-product-actions .block.filter .block-title.filter-title strong {
  font-weight: 400;
  font-size: 13px;
  outline: none !important;
}
.category-product-actions .block.filter .block-title.filter-title strong .fa {
  margin-left: 8px;
  color: #2a2a2a;
}
.category-product-actions .block.filter .block-content.filter-content {
  position: absolute;
  right: 0;
  width: 370px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 20;
  display: none;
  top: 100%;
  padding: 20px 30px 2px;
}
.category-product-actions .block.filter .block-content.filter-content .block-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: #1a1a1a;
  position: relative;
  display: block;
  margin-bottom: 23px;
  padding: 0 0 8px;
}
.category-product-actions .block.filter .block-content.filter-content .block-subtitle:after {
  height: 2px;
  width: 20px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #2a2a2a;
  left: 0;
}
.category-product-actions .block.filter .block-content.filter-content .block-actions.filter-actions {
  margin-bottom: 28px;
}
.category-product-actions .block.filter .block-content.filter-content .block-actions.filter-actions + .block-subtitle.filter-subtitle {
  margin-top: 0 !important;
  padding-top: 2px !important;
}
.category-product-actions .block.filter.active .block-content.filter-content {
  display: block;
  text-align: left;
}
.block.filter .filter-content .block-actions.filter-actions + .block-subtitle.filter-subtitle {
  margin-top: 30px;
}
.block.filter .filter-content .filter-options:after {
  content: "";
  display: table;
  clear: both;
}
.block.filter .filter-content .filter-current .items .item {
  margin-bottom: 28px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 7px;
}
.block.filter .filter-content .filter-current .items .item:after {
  content: "";
  display: table;
  clear: both;
}
.block.filter .filter-content .filter-current .filter-label {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  display: block;
  margin-bottom: 12px;
}
.block.filter .filter-content .filter-current .action.remove {
  float: right;
}
.block.filter .filter-content .filter-options-item {
  margin-bottom: 28px;
}
.block.filter .filter-content .filter-options-item .filter-options-title {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  padding-bottom: 4px;
  position: relative;
  padding-right: 10px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}
.block.filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #7f7f7f;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f106";
}
.block.filter .filter-content .filter-options-item .filter-options-content ol.items .item {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding: 10px 50px 7px 0;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol.items .item a:hover,
.block.filter .filter-content .filter-options-item .filter-options-content ol.items .item a:focus {
  color: #2a2a2a;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol.items .item .count {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #b1b1b1;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol.items .item .count:after {
  content: ")";
  display: inline-block;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol.items .item .count:before {
  content: "(";
  display: inline-block;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol.items .item .count .filter-count-label {
  display: none;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol.items .item:hover .count {
  color: #2a2a2a;
}
.block.filter .filter-content .filter-options-item .swatch-attribute-options {
  padding: 5px 0 0;
}
.block.filter .filter-content .filter-options-item .swatch-attribute-options .swatch-option-link-layered .swatch-option {
  outline: none !important;
  min-width: 25px;
  margin: 10px 10px 0 0;
  min-height: 25px;
}
.products-list + .bottom-pagination {
  margin-top: 60px;
}
.products-list .product-item-info {
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
}
.products-list .product-item-info:last-child {
  margin-bottom: 0;
}
.products-list .product-item-info .product-image-content {
  position: relative;
  background-image: url(../images/giphy.gif);
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.products-list .product-item-info .product-image-content .product-item-photo .img-thumbnail {
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  min-width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.products-list .product-item-info .product-image-content .product-item-photo .img-thumbnail.swatch-option-loading {
  content: unset !important;
  opacity: 0.2;
}
.products-list .product-item-info .product-item-details {
  padding-top: 15px;
}
.products-list .product-item-info .product-item-details .product-item-name {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
}
.products-list .product-item-info .product-item-details .product-item-name a {
  color: #404040;
}
.products-list .product-item-info .product-item-details .product-item-name a:hover,
.products-list .product-item-info .product-item-details .product-item-name a:focus {
  color: #daa94d;
}
.products-list .product-item-info .product-item-details .product-item-description {
  padding-top: 16px;
}
.products-list .product-item-info .product-item-details .product-item-description > *:last-child {
  margin-bottom: 0 !important;
}
.products-list .product-item-info .product-item-details .actions-link {
  margin-top: 58px;
}
.products-list .product-item-info .product-item-details .actions-link:after {
  content: "";
  display: table;
  clear: both;
}
.products-list .product-item-info .product-item-details .actions-link li {
  float: left;
  vertical-align: top;
}
.products-list .product-item-info .product-item-details .actions-link li + li:not(:empty) {
  margin-left: 15px;
}
.products-list .product-item-info .product-item-details .actions-link .action {
  color: #6c6c6c;
  height: 40px;
  font-size: 13px;
  min-width: 40px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
.products-list .product-item-info .product-item-details .actions-link .action:hover,
.products-list .product-item-info .product-item-details .actions-link .action:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.products-list .product-item-info .product-item-details .actions-link .action.tocart {
  padding: 0 16px;
  min-width: 122px;
  text-align: center;
}
.products-list .product-item-info .product-item-details .actions-link .action.tocart .fa {
  margin-right: 6px;
}
.products-list .product-item-info .product-item-details .price-box {
  margin-top: 12px;
}
.products-list .product-item-info .product-item-details div[class^="swatch-opt-"] {
  padding-top: 18px;
}
.action.tocart.disabled .fa-shopping-cart:before {
  content: "\f1ce";
}
.action.tocart .fa-shopping-cart.fa-added:before {
  content: "\f00c";
}
body:not(.page-layout-1column) .category-product-actions .toolbar.toolbar-products {
  float: none;
  width: 100%;
}
.sidebar.sidebar-main > .block + .sidebar-additional {
  margin-top: 52px;
}
.sidebar .block + .block {
  margin-top: 52px;
}
.sidebar .block .block-title .title {
  font-size: 20px;
  font-weight: 300;
  color: #1a1a1a;
  position: relative;
  display: block;
  margin-bottom: 23px;
  padding: 0 0 8px;
}
.sidebar .block .block-title .title:after {
  height: 2px;
  width: 20px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #2a2a2a;
  left: 0;
}
.sidebar .deal-timer .countdown > span > b {
  min-width: 0px;
}
.sidebar .block.filter + .sidebar-additional {
  margin-top: 52px;
}
.sidebar .block.filter .block-title.filter-title {
  display: none;
}
.sidebar .block.filter .block-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: #1a1a1a;
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding: 0 0 8px;
}
.sidebar .block.filter .block-subtitle:after {
  height: 2px;
  width: 20px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #2a2a2a;
  left: 0;
}
.sidebar .block.filter .filter-content .filter-current .filter-label {
  border-bottom: none;
  padding-bottom: 1px;
}
.sidebar .block.filter .filter-content .filter-options-item:last-child {
  margin-bottom: 0;
}
.sidebar .block.block-compare .block-title {
  white-space: nowrap;
}
.sidebar .block.block-compare .block-title .counter.qty {
  font-size: 14px;
  color: #8e8e8e;
}
.sidebar .block.block-compare .block-title .counter.qty:after {
  content: ")";
  display: inline-block;
}
.sidebar .block.block-compare .block-title .counter.qty:before {
  content: "(";
  display: inline-block;
}
.sidebar .block.block-compare ol.product-items li.product-item {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 10px;
  padding-bottom: 7px;
}
.sidebar .block.block-compare ol.product-items li.product-item:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .block.block-compare ol.product-items li.product-item .product-item-name {
  font-weight: 400;
}
.sidebar .block.block-compare ol.product-items li.product-item .action.delete {
  float: right;
}
.sidebar .block.block-compare ol.product-items li.product-item .action.delete:after {
  content: "\f1f8";
  font-family: "FontAwesome";
  display: inline-block;
}
.sidebar .block.block-compare ol.product-items li.product-item .action.delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block.block-compare .actions-toolbar {
  padding-top: 30px;
}
.sidebar .block.block-compare .actions-toolbar a + a {
  margin-left: 7px;
}
.sidebar .block.block-wishlist .block-content > .subtitle {
  display: none;
}
.sidebar .block.block-wishlist .block-title {
  white-space: nowrap;
}
.sidebar .block.block-wishlist .block-title .counter {
  font-size: 14px;
  color: #8e8e8e;
}
.sidebar .block.block-wishlist .block-title .counter:after {
  content: ")";
  display: inline-block;
}
.sidebar .block.block-wishlist .block-title .counter:before {
  content: "(";
  display: inline-block;
}
.sidebar .block.block-wishlist .list-products {
  padding-top: 7px;
}
.sidebar .block.block-wishlist .list-products .product-item-info {
  margin-bottom: 28px;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-image {
  width: 80px;
  overflow: hidden;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-details {
  width: calc(100% - 80px);
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-actions {
  padding-top: 3px;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 7px;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-actions .actions-primary .tocart .fa {
  margin-right: 6px;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-actions .actions-secondary .btn-remove {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  text-align: center;
}
.sidebar .block.block-reorder .block-content strong.subtitle {
  display: none;
}
.sidebar .block.block-reorder ol.product-items .product-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .block.block-reorder ol.product-items .product-item:first-child {
  padding-top: 0;
}
.sidebar .block.block-reorder ol.product-items .product-item .product-item-name {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}
.sidebar .block.block-reorder .actions-toolbar {
  margin-top: 30px;
}
.sidebar .block.block-reorder .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .block.block-reorder .actions-toolbar > .primary {
  margin-right: 10px;
  float: left;
}
.sidebar .block.block-reorder .actions-toolbar > .secondary {
  float: left;
}
.product-info-main .product-add-form .box-tocart,
.bundle-info .product-details .box-tocart {
  border-top: 1px dotted #cfcfcf;
}
.product-info-main .product-add-form .box-tocart .field.qty,
.bundle-info .product-details .box-tocart .field.qty {
  margin-top: 25px;
  display: table;
  margin-bottom: 7px;
}
.product-info-main .product-add-form .box-tocart .field.qty > label,
.bundle-info .product-details .box-tocart .field.qty > label,
.product-info-main .product-add-form .box-tocart .field.qty > .control,
.bundle-info .product-details .box-tocart .field.qty > .control {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.product-info-main .product-add-form .box-tocart .field.qty > label,
.bundle-info .product-details .box-tocart .field.qty > label {
  width: 1%;
  padding-right: 22px;
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 400;
}
.product-info-main .product-add-form .box-tocart .field.qty > label span:after,
.bundle-info .product-details .box-tocart .field.qty > label span:after {
  content: "*";
  color: #daa94d;
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty,
.bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty {
  height: 37px;
  border: 1px solid #ececec;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  font-size: 14px;
  color: #2a2a2a;
}
.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty:focus,
.bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty:focus {
  box-shadow: none;
}
.product-info-main .product-add-form .box-tocart .actions,
.bundle-info .product-details .box-tocart .actions {
  padding-top: 25px;
}
.product-info-main .product-add-form .box-tocart .actions:after,
.bundle-info .product-details .box-tocart .actions:after {
  content: "";
  display: table;
  clear: both;
}
.product-info-main .product-add-form .box-tocart .actions button,
.bundle-info .product-details .box-tocart .actions button {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #6c6c6c;
  font-size: 13px;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  float: left;
}
.product-info-main .product-add-form .box-tocart .actions button:hover,
.bundle-info .product-details .box-tocart .actions button:hover,
.product-info-main .product-add-form .box-tocart .actions button:focus,
.bundle-info .product-details .box-tocart .actions button:focus {
  border-color: #1a1a1a;
  color: #fff;
  background-color: #1a1a1a;
}
.product-info-main .product-add-form .box-tocart .actions button + button,
.bundle-info .product-details .box-tocart .actions button + button {
  margin-left: 15px;
}
.product-info-main .product-add-form .box-tocart .actions button.tocart,
.bundle-info .product-details .box-tocart .actions button.tocart {
  width: auto;
  min-width: 123px;
  padding: 0 17px;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
}
.product-info-main .product-add-form .box-tocart .actions button.tocart .fa,
.bundle-info .product-details .box-tocart .actions button.tocart .fa {
  margin-right: 5px;
}
.product-info-main .product-add-form .box-tocart .actions button.tocart:hover,
.bundle-info .product-details .box-tocart .actions button.tocart:hover {
  border-color: #daa94d;
  background-color: #daa94d;
}
.box-tocart .field.qty > .control {
  position: relative;
}
.box-tocart .field.qty > .control span.edit-qty {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 22px;
  color: #2a2a2a;
  background-color: #f9f9f9;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  padding-top: 7px;
  height: 37px;
  border: 1px solid #ececec;
}
.box-tocart .field.qty > .control span.edit-qty.plus {
  font-size: 18px;
  left: auto;
  right: 0;
  padding-top: 9px;
}
.product-info-main .product.attribute.overview {
  color: #8e8e8e;
  font-size: 13px;
  border-top: 1px dotted #cfcfcf;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-info-main .product.attribute.overview .std > * {
  margin-bottom: 0 !important;
}
.product-info-main > .bundle-actions {
  border-top: 1px dotted #cfcfcf;
  padding-top: 25px;
}
.product-info-main .product-info-price {
  display: table;
  width: 100%;
}
.product-info-main .product-info-price .price-box .price {
  font-size: 18px;
}
.product-info-main .product-info-price > .price-box {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 18px;
  padding-top: 17px;
}
.product-info-main .product-info-price .product-info-stock-sku {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 18px;
  padding-top: 17px;
  width: 1%;
  padding-left: 30px;
}
.product-info-main .product-info-price .product-info-stock-sku > * {
  white-space: nowrap;
  text-align: right;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  font-size: 13px;
  color: #8e8e8e;
}
.product-info-main .product-info-price .product-info-stock-sku .stock span {
  color: #daa94d;
  margin-left: 4px;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.unavailable span {
  color: red;
}
.product-info-main .product-sub-infomation:not(:empty) {
  padding-top: 14px;
  border-top: 1px dotted #cfcfcf;
  padding-bottom: 12px;
}
.product-info-main .product-sub-infomation .product.attribute.sku {
  padding-bottom: 1px;
}
.product-info-main .product-sub-infomation .product.attribute.sku strong {
  font-weight: 400;
  color: #8e8e8e;
  font-size: 13px;
}
.product-info-main .product-sub-infomation .product.attribute.sku strong:after {
  content: ":";
  display: inline-block;
  margin-right: 4px;
}
.product-info-main .product-sub-infomation .product.attribute.sku span.value {
  color: #daa94d;
}
.product-info-main .product-sub-infomation .product.attribute.sku + .product-brand {
  padding-top: 6px;
}
.product-info-main .product-sub-infomation .product-brand {
  padding-bottom: 1px;
}
.product-info-main .product-sub-infomation .product-brand .brand-name a {
  color: #daa94d;
}
.product-info-main .product-sub-infomation .product-brand .brand-name a:hover {
  text-decoration: underline;
}
.product-info-main .product-sub-infomation .product-brand .brand-name strong {
  font-weight: 400;
  color: #8e8e8e;
  font-size: 13px;
  text-transform: uppercase;
}
.product-info-main .product-sub-infomation .product-brand .brand-name strong.type:after {
  content: ":";
  display: inline-block;
  margin-right: 4px;
}
.product-info-main .product-sub-infomation .product-brand .brand-image {
  padding-bottom: 7px;
}
.product-info-main .product-sub-infomation .product-brand .brand-image:after {
  content: "";
  display: table;
  clear: both;
}
.product-info-main .product-sub-infomation .product-brand .brand-image a {
  display: block;
  border: 1px solid #f0f0f0;
  padding: 15px;
  margin-top: 13px;
  float: left;
}
.product-info-main .page-title-wrapper .page-header {
  border: none;
  margin: 13px 0 9px;
  padding-bottom: 0;
  color: #2a2a2a;
  font-size: 17px;
}
.product-info-main .price-box .price-from,
.product-info-main .price-box .price-to {
  display: inline-block;
}
.product-info-main .price-box .price-from {
  margin-right: 10px;
}
.product-add-form .product-options-wrapper {
  padding-top: 13px;
}
.product-add-form .product-options-wrapper .fieldset > .field > .label {
  margin: 0 0 8px !important;
  display: inline-block;
  font-size: 16px;
  color: #2a2a2a;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control {
  padding-bottom: 21px;
  padding-top: 0;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control select {
  margin-bottom: 5px;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control .options-list > .field + .field {
  margin-top: 7px;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control .price-notice {
  color: #2a2a2a;
  font-weight: 600;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control .price-notice:before {
  content: "(";
  display: inline-block;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control .price-notice:after {
  content: ")";
  display: inline-block;
}
.product-add-form .product-options-wrapper .swatch-opt {
  margin-bottom: 21px;
  margin-top: 0;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
  margin: 0 0 8px !important;
  display: inline-block;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1;
  font-weight: 400;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label:after {
  content: ":";
  display: inline-block;
  margin-left: 1px;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label + .swatch-attribute-selected-option {
  padding-left: 8px;
  font-size: 16px;
  color: #daa94d;
}
.product-add-form .table-wrapper.grouped {
  margin-bottom: 25px;
}
.product-add-form .table-wrapper.grouped .table.grouped {
  margin-bottom: 0;
}
.product-add-form .table-wrapper.grouped thead tr th {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 9px 15px;
}
.product-add-form .table-wrapper.grouped thead tr th.qty {
  width: 1%;
  text-align: center;
}
.product-add-form .table-wrapper.grouped tbody {
  border: none !important;
}
.product-add-form .table-wrapper.grouped tbody tr td {
  border: 1px solid #ddd;
  border-top: none !important;
  vertical-align: middle;
  padding: 9px 15px;
}
.product-add-form .table-wrapper.grouped tbody tr td .input-text.qty {
  color: #2a2a2a;
  text-align: center;
  width: 90px;
}
.product-add-form .table-wrapper.grouped tbody tr td .product-item-name {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
  color: #2a2a2a;
}
.product-add-form .table-wrapper.grouped tbody tr td .price {
  font-size: 18px;
}
.product-options-wrapper .nested .field.qty {
  margin-top: 10px;
  width: 300px;
  display: table;
}
.product-options-wrapper .nested .field.qty > .label {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-right: 15px;
  font-size: 13px;
  color: #1a1a1a;
}
.product-options-wrapper .nested .field.qty > .label span:after {
  content: ":";
  display: inline-block;
  margin-left: 1px;
}
.product-options-wrapper .nested .field.qty .control {
  display: table-cell;
  vertical-align: middle;
}
.product-options-wrapper select + .nested .field.qty {
  margin-top: 5px;
}
.bundle-options-container .product-add-form form {
  display: block;
}
.bundle-options-container .product-add-form form:after {
  content: "";
  display: table;
  clear: both;
}
.bundle-options-container .product-add-form .bundle-options-wrapper {
  width: 58.3333%;
  float: left;
  padding-right: 15px;
}
.bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper {
  padding-top: 0;
}
.bundle-options-container .product-add-form .bundle-options-wrapper .legend.title {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  font-size: 22px;
  font-weight: 300;
  color: #1a1a1a;
  padding-bottom: 9px;
  margin-bottom: 30px;
  padding-top: 58px;
}
.bundle-options-container .product-add-form .block-bundle-summary {
  width: 41.6667%;
  float: left;
  padding-left: 15px;
}
.bundle-options-container .product-add-form .block-bundle-summary .title strong {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  font-size: 22px;
  font-weight: 300;
  color: #1a1a1a;
  padding-bottom: 9px;
  margin-bottom: 30px;
  padding-top: 58px;
}
.bundle-options-container .product-add-form .block-bundle-summary .price-box {
  margin-bottom: 17px;
}
.bundle-options-container .product-add-form .block-bundle-summary .price-box .price {
  color: #2a2a2a;
  font-size: 18px;
}
.bundle-summary.empty {
  display: none;
}
.bundle-summary ul.bundle.items li {
  margin-bottom: 15px;
}
.bundle-summary ul.bundle.items li strong.label {
  display: block;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 16px;
  margin-bottom: 8px;
}
.bundle-action-back-customization {
  margin-bottom: 25px;
}
.product-detail-deals {
  border-top: 1px dotted #cfcfcf;
  padding-bottom: 18px;
}
.product-detail-deals .deal-timer {
  margin: 0;
}
.product-detail-deals .deal-timer .time-note > span:first-child,
.product-detail-deals .deal-timer .countdown > span:first-child {
  padding-left: 0;
}
.product-detail-deals .deals-note {
  padding-top: 19px;
  margin-bottom: 8px;
}
.page-product-grouped .product-info-main .product-info-price > .price-box {
  display: none;
}
.page-product-grouped .product-info-main .product-info-price > .product-info-stock-sku {
  padding-left: 0;
  text-align: left;
}
.page-product-grouped .product-info-main .product-info-price > .product-info-stock-sku > * {
  text-align: left;
}
.related-product-main.has-sub .content-heading {
  margin-bottom: 23px;
}
.related-product-main.has-sub.navigation-top.title-v2 .owl-carousel .owl-nav {
  top: -103px;
}
.related-product-main .block-actions {
  font-size: 15px;
  margin-bottom: 12px;
}
.related-product-main .block-actions button {
  font-weight: 700;
  color: #2a2a2a;
  background: none;
  border: none;
  box-shadow: none;
}
.related-product-main,
.upsell-products-list,
.brand-related-products {
  padding-top: 60px;
}
.related-product-main .products-grid .product-item-info,
.upsell-products-list .products-grid .product-item-info,
.brand-related-products .products-grid .product-item-info {
  margin-bottom: 0;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 4px;
  margin-top: 66px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.data.items > .item.title > .switch .counter {
  font-size: 75%;
}
.product.data.items > .item.title > .switch .counter:before {
  content: "(";
  display: inline-block;
}
.product.data.items > .item.title > .switch .counter:after {
  content: ")";
  display: inline-block;
}
.product.data.items > .item.content .table.additional-attributes {
  margin: 0;
}
.product.data.items > .item.content .table.additional-attributes tr td,
.product.data.items > .item.content .table.additional-attributes tr th {
  display: table-cell;
  vertical-align: middle;
  border: none;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
}
.product.data.items > .item.content .table.additional-attributes tr th {
  color: #2a2a2a;
  font-weight: 600;
  width: 1%;
  padding-right: 30px;
  padding-left: 0;
}
.product.data.items > .item.content .table.additional-attributes tr:last-child th,
.product.data.items > .item.content .table.additional-attributes tr:last-child td {
  border: none !important;
  padding-bottom: 0 !important;
}
.block.review-list .title-content .title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #2a2a2a;
}
.block.review-list .review-items li.review-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.block.review-list .review-items li.review-item .review-title {
  font-size: 15px;
  color: #daa94d;
}
.block.review-list .review-items li.review-item .review-ratings {
  margin-bottom: 5px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item:after {
  content: "";
  display: table;
  clear: both;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label,
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-result {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
  font-weight: 600;
  color: #2a2a2a;
  margin-right: 15px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label:after {
  content: ":";
  display: inline-block;
}
.block.review-list .review-details:after {
  content: "";
  display: table;
  clear: both;
}
.block.review-list .review-details .review-author,
.block.review-list .review-details .review-date {
  float: left;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.block.review-list .review-details .review-date {
  margin-left: 7px;
}
.block.review-list .review-details .review-date:before {
  content: "(";
  display: inline-block;
}
.block.review-list .review-details .review-date:after {
  content: ")";
  display: inline-block;
}
.block.review-list .toolbar.review-toolbar {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: right;
}
.block.review-list .toolbar.review-toolbar .pager {
  margin: 0;
}
.block.review-list .toolbar.review-toolbar .limiter .limiter-label {
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block !important;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
}
.block.review-list .toolbar.review-toolbar .limiter .limiter-label:after {
  content: ":";
  display: inline-block;
}
.block.review-list .toolbar.review-toolbar .limiter select {
  display: inline-block !important;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
}
.block.review-list .toolbar.review-toolbar .limiter .limiter-text {
  display: none;
}
.block.review-add .block-title .title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #2a2a2a;
}
.block.review-add .review-form h4,
.block.review-add .review-form h6 {
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.block.review-add .review-form h4 span {
  color: #daa94d;
}
.review-field-rating {
  margin-bottom: 15px;
}
.review-field-rating > .label {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 10px;
  display: block;
}
.review-control-vote {
  overflow: hidden;
  height: 22px;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.sidebar .block.product-brand {
  margin-bottom: 50px;
}
.sidebar .block.product-brand .brand-image a {
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.sidebar .block.product-brand .brand-image a img {
  margin: 0 auto;
}
.sidebar .block.related .list-products .product-item-info .product-image {
  width: 80px;
}
.sidebar .block.related .list-products .product-item-info .product-item-details {
  width: calc(100% - 80px);
}
.sidebar .block.related .list-products .product-item-info .product-item-details .product-item-inner {
  margin-top: 4px;
}
.sidebar .block.related .block-actions {
  font-size: 15px;
  margin-bottom: 12px;
}
.sidebar .block.related .block-actions button {
  font-weight: 700;
  color: #2a2a2a;
  background: none;
  border: none;
  box-shadow: none;
}
.sidebar .block.related .owl-carousel .owl-dots {
  margin: 0 auto;
}
.banner_sidebar.promobanner .banner-text > * {
  white-space: nowrap;
}
.banner_sidebar.promobanner .banner-text > .playfair {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 4px;
}
.banner_sidebar.promobanner .banner-text > .playfair:after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-left: -10px;
  left: 50%;
  top: 100%;
  position: absolute;
  content: "";
}
.banner_sidebar.promobanner .banner-text h6 {
  margin-bottom: 0;
  line-height: 1;
}
.banner_sidebar.promobanner .banner-text div > strong {
  font-size: 36px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background-image: none;
  border: 0;
  box-shadow: none;
  line-height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: -13px;
  top: -13px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 19px;
  opacity: 1;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:focus {
  border-color: #2a2a2a;
}
.mgs-quickview-catalog-product-view {
  height: auto !important;
  overflow: hidden !important;
}
.mgs-quickview-catalog-product-view .page-main.container {
  width: auto;
  padding: 30px;
}
.mgs-quickview-catalog-product-view .page-main.container .column.main {
  width: 100%;
}
.mgs-quickview-catalog-product-view .page-main.container > .row > .sidebar {
  display: none;
}
.mgs-quickview-catalog-product-view .product.media {
  margin-top: 0 !important;
}
.mgs-quickview-catalog-product-view .brand-related-products {
  display: none !important;
}
.mgs-quickview-catalog-product-view .scroll-to-top {
  display: none !important;
}
.mgs-quickview-catalog-product-view .product-info-main .product-brand,
.mgs-quickview-catalog-product-view .product-add-form .box-tocart .actions button:not(.tocart),
.mgs-quickview-catalog-product-view .bundle-info .product-details .box-tocart .actions button:not(.tocart) {
  display: none !important;
}
.form.send.friend > .actions-toolbar {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.form.send.friend .title-v2 .content-heading {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.form.send.friend .title-v2 .content-heading .title {
  font-weight: 400;
}
.form.send.friend .fieldset.recipients {
  margin-top: 20px;
}
.form.send.friend .fieldset.recipients #recipients-options > .fields {
  border-bottom: 1px dotted #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.form.send.friend .fieldset.recipients #recipients-options > .fields.additional > .actions-toolbar {
  margin-bottom: 15px;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  font-size: 15px;
  padding: 24px 15px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.checkout-cart-index .column.main .cart-empty a {
  color: #daa94d;
}
.checkout-cart-index .column.main .cart-empty a:hover {
  text-decoration: underline;
}
.checkout-cart-index #shopping-cart-table {
  margin: 0;
}
.checkout-cart-index #shopping-cart-table thead tr th {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 14px 30px 11px;
  border-bottom: none;
}
.checkout-cart-index #shopping-cart-table tbody {
  border-top: 1px solid #eaeaea;
}
.checkout-cart-index #shopping-cart-table tbody:last-child {
  border-bottom: 1px solid #eaeaea;
}
.checkout-cart-index #shopping-cart-table tbody tr td {
  vertical-align: middle;
  border: 1px solid #eaeaea;
  padding: 25px 15px;
  text-align: center;
  border-bottom: none !important;
  border-top: none !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item {
  padding-left: 33px;
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
  display: block;
  float: left;
  overflow: hidden;
  width: 120px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
  float: left;
  vertical-align: top;
  margin-left: 20px;
  width: calc(100% - 153px);
  padding-top: 22px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
  color: #363636;
  font-weight: 400;
  font-size: 15px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:hover,
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:focus {
  color: #daa94d;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options:after {
  content: "";
  clear: both;
  display: table;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt {
  margin-top: 10px;
  color: #2a2a2a;
  font-weight: 400;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt:after {
  content: ":";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price {
  color: #2a2a2a;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:before {
  content: "(";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:after {
  content: ")";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .label {
  display: none;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
  color: #4d4d4d;
  font-size: 14px;
  height: 32px;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 67px;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td {
  padding: 0 0 25px;
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
  padding: 10px 33px 0;
  border-top: 1px dotted #ddd;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a {
  color: #6c6c6c;
  height: 40px;
  font-size: 13px;
  min-width: 40px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:hover,
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a + a {
  margin-left: 15px;
}
.checkout-cart-index #shopping-cart-table .cart-price .price {
  color: #7b7b7b;
  font-size: 16px;
}
.checkout-cart-index #shopping-cart-table .subtotal .cart-price .price {
  color: #2a2a2a;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
  padding-bottom: 9px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift {
  color: #555;
  font-size: 16px;
  display: block;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f107";
  float: right;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-message .gift-options-title {
  margin-bottom: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar {
  margin-bottom: 6px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar .btn + .btn,
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary + .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary {
  margin-left: 12px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:hover {
  color: #daa94d;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift._active:after {
  content: "\f106";
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content {
  display: none;
  margin-top: 15px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content textarea {
  height: 153px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content._active {
  display: block;
}
.checkout-cart-index .cart.main.actions {
  margin-top: 40px;
}
.checkout-cart-index .cart.main.actions:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index .cart.main.actions button {
  float: right;
}
.checkout-cart-index .cart.main.actions button + button {
  margin-right: 15px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals {
  margin-top: 40px;
  position: relative;
  padding-top: 21px;
  border: 1px solid #eaeaea;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals {
  margin: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals .table-caption {
  display: none;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th {
  font-size: 14px;
  vertical-align: middle;
  background: none !important;
  font-weight: 400;
  color: #969696;
  border: none;
  padding: 0 15px 20px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th {
  color: #646464;
  text-align: right;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th .label {
  font-weight: 400;
  color: #646464;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th {
  font-size: 18px;
  color: #2a2a2a;
  padding: 0 15px 15px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  border-top: 1px solid #eaeaea;
  font-size: 24px;
  color: #2a2a2a;
  padding: 23px 15px 24px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals strong {
  font-weight: 400;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask img {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.checkout-cart-index .cart-summary {
  margin-top: 30px;
}
.checkout-cart-index .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
  text-align: right;
  padding: 10px 0;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .2px;
  padding: 13px 24px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover {
  background-color: #daa94d;
  border-color: #daa94d;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.multicheckout {
  font-size: 15px;
}
.checkout-cart-index .block.crosssell {
  margin-top: 57px;
}
.checkout-cart-index .checkout-extra {
  position: relative;
  padding-left: 250px;
  border: 1px solid #efefef;
  margin-top: 40px;
  background-color: #fdfdfd;
  min-height: 200px;
}
.checkout-cart-index .checkout-extra > .block > .title {
  position: absolute;
  left: 0;
  font-size: 13px;
  padding: 12px 20px 9px;
  width: 250px;
  top: 38px;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  color: #676767;
}
.checkout-cart-index .checkout-extra > .block > .title strong {
  font-weight: 400;
}
.checkout-cart-index .checkout-extra > .block > .title.active {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.checkout-cart-index .checkout-extra > .block:first-child > .title {
  border-top: 1px solid #efefef;
}
.checkout-cart-index .checkout-extra > .block .content {
  padding: 40px 30px;
  border-left: 1px solid #f4f4f4;
  background-color: #fff;
  min-height: 200px;
  display: none !important;
  position: relative;
}
.checkout-cart-index .checkout-extra > .block .content.active {
  display: block !important;
}
.checkout-cart-index .checkout-extra > .block + .block > .title {
  margin-top: 45px;
}
.checkout-cart-index .checkout-extra #block-summary form {
  display: block;
}
.checkout-cart-index .checkout-extra #block-summary form .field.note {
  color: #555555;
  margin-bottom: 4px;
  font-style: normal;
}
.checkout-cart-index .checkout-extra #block-summary form + form {
  margin-top: 30px;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .legend,
.checkout-cart-index .checkout-extra #block-summary .estimate br {
  display: none;
}
.checkout-cart-index .checkout-extra #block-summary .estimate div.field {
  display: table-row;
  width: 100%;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .label {
  width: 160px;
  color: #666666;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 8px 30px 8px 0;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .control {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 0;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .control .select,
.checkout-cart-index .checkout-extra #block-summary .estimate .field .control input {
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 0 8px;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .message {
  margin-top: 10px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods {
  margin: 0;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dt {
  padding-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dd + dt {
  margin-top: 10px;
}
.tabs_categories_porfolio {
  display: table;
  margin: 0 auto 40px;
}
.tabs_categories_porfolio li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 10px;
}
.tabs_categories_porfolio li a.button {
  font-size: 14px;
  color: #8e8e8e;
  background-color: transparent;
  border: 1px solid #eaeaea;
  padding: 9px 23px 8px;
}
.tabs_categories_porfolio li a.button:hover,
.tabs_categories_porfolio li a.button.is-checked {
  background-color: #171717;
  color: #fff;
}
.portfolio-category-view {
  overflow: visible;
}
.portfolio-category-view .footer {
  margin-top: 25px;
}
.portfolio-grid .item {
  margin-bottom: 37px;
}
.portfolio-grid .item .portfolio-top-content {
  position: relative;
}
.portfolio-grid .item .portfolio-top-content:after {
  content: "";
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  z-index: 1;
}
.portfolio-grid .item .portfolio-top-content .actions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.portfolio-grid .item .portfolio-top-content .actions a {
  background: #2a2a2a;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  margin: 7px;
}
.portfolio-grid .item .portfolio-top-content .actions a:hover {
  background-color: #daa94d;
  color: #fff;
}
.portfolio-grid .item .portfolio-top-content .actions a .fa {
  line-height: 40px;
  font-size: 14px;
}
.portfolio-grid .item:hover .portfolio-top-content:after {
  opacity: 0.8;
  visibility: visible;
}
.portfolio-grid .item:hover .portfolio-top-content .actions a {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.portfolio-grid .item .portfolio-bottom-content {
  padding: 18px 15px 0;
}
.portfolio-grid .item .portfolio-bottom-content .title {
  font-size: 17px;
  color: #2a2a2a;
}
.portfolio-grid .item .portfolio-bottom-content .title:hover {
  color: #daa94d;
}
.portfolio-grid .item .portfolio-bottom-content .category-link {
  margin-bottom: 4px;
}
.portfolio-grid .item .portfolio-bottom-content .category-link a {
  font-size: 13px;
  color: #9a9a9a;
}
.portfolio-grid .item .portfolio-bottom-content .category-link a:hover {
  color: #daa94d;
}
.portfolio-grid.portfolio-carousel .owl-item {
  padding: 0 15px;
}
.portfolio-grid.portfolio-carousel.one-row .item {
  margin-bottom: 0;
}
.portfolio_galley_carousel {
  margin-bottom: 46px;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div {
  background-color: #9c9c9e;
  border-color: #9c9c9e;
  color: #ffffff;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div:hover {
  background-color: #daa94d;
  border-color: #daa94d;
  color: #ffffff;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div.owl-next {
  right: 20px;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div.owl-prev {
  left: 20px;
}
.portfolio-index-view .description > *:last-child {
  margin-bottom: 0;
}
.portfolio-index-view .portfolio-related {
  margin-top: 60px;
}
.portfolio-index-view .table {
  margin-top: 4px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}
.portfolio-index-view .table tr td,
.portfolio-index-view .table tr th {
  padding: 14px 0 12px;
  border: none;
  color: #8d8d8d;
  border-top: 1px solid #eeeeee;
}
.portfolio-index-view .table tr th {
  color: #343434;
  width: 1%;
  padding-right: 14px;
}
.cms-noroute-index .text-colour-white {
  color: #ffffff;
}
.cms-noroute-index footer {
  margin: 0 !important;
}
.cms-noroute-index #maincontent {
  min-height: 0px !important;
}
.cms-noroute-index #maincontent .container {
  width: 100%;
  padding: 0;
}
.cms-noroute-index #maincontent .bg-404 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.cms-noroute-index #maincontent .bg-404:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.4;
}
.cms-noroute-index .content {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
.cms-noroute-index .logo {
  text-align: center;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 68px;
}
.cms-noroute-index .logo:after {
  content: "";
  height: 2px;
  width: 20px;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  top: 100%;
  background: #fff;
}
.cms-noroute-index .title-404 {
  font-size: 220px;
  font-weight: 400;
  line-height: 1;
}
.cms-noroute-index .h1 {
  font-size: 36px;
  margin-top: 32px;
  margin-bottom: 22px;
}
.cms-noroute-index .scroll-to-top {
  display: none !important;
}
.cms-noroute-index h3 {
  font-size: 20px;
  font-weight: 300;
}
.cms-noroute-index .home-page-link {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 12px 32px;
  font-size: 13px;
  margin-left: 40px;
}
.cms-noroute-index .home-page-link:hover {
  color: #fff;
  background-color: #daa94d;
  border-color: #daa94d;
}
.cms-noroute-index .copyright {
  font-size: 14px;
}
.cms-noroute-index .form-search {
  width: calc(100% - 30px);
  max-width: 420px;
  margin: 67px auto;
}
.cms-noroute-index .form-search .fs {
  display: table;
  width: 100%;
}
.cms-noroute-index .form-search .fs .input-box {
  display: table-cell;
  vertical-align: middle;
}
.cms-noroute-index .form-search .fs .input-box .form-control {
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #818181;
  box-shadow: none;
  margin: 0;
  border: 1px solid #fff;
  padding: 0 14px;
}
.cms-noroute-index .form-search .fs .action {
  text-align: center;
  width: 1%;
  display: table-cell;
  vertical-align: middle;
}
.cms-noroute-index .form-search .fs .action .btn-search {
  margin: 0;
  height: 40px;
  background-color: #131313;
  color: #fff;
  font-size: 13px;
  box-shadow: none;
  border: none;
  width: 64px;
}
.cms-noroute-index .form-search .fs .action .btn-search:hover {
  background-color: #daa94d;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.checkout-index-index .modal-popup .modal-header {
  min-height: unset;
}
.checkout-index-index .modal-popup .modal-header .action-close {
  top: 15px;
  right: 15px;
}
.checkout-index-index .modal-popup .modal-content {
  padding: 15px;
}
.checkout-index-index .loading-mask {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
}
.checkout-index-index .loading-mask p {
  display: none;
}
.checkout-index-index .loading-mask .loader {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.checkout-index-index > .loading-mask {
  z-index: 10000;
}
.checkout-index-index .checkout-shipping-method {
  position: relative;
}
.checkout-index-index .checkout-shipping-method .loading-mask {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  border: 1px solid #f0f0f0;
}
.checkout-index-index .page-header {
  text-align: center;
}
.opc-wrapper {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
}
.opc-wrapper:before {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #f0f0f0;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.opc-sidebar.opc-summary-wrapper {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
}
.checkout-shipping-address .form.form-login {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 18px;
  padding-bottom: 4px;
}
.checkout-shipping-address > .step-content .action.action-show-popup {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  font-size: 13px;
  padding: 9px 28px;
  color: #fff;
  border: 1px solid #1a1a1a;
  margin: 20px 20px 0 0;
  background-color: #1a1a1a;
}
.checkout-shipping-address > .step-content .action.action-show-popup:hover {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  background-color: #fff;
}
.checkout-shipping-address .form.form-login .actions-toolbar {
  margin-bottom: 15px;
}
.shipping-address-items {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.shipping-address-items:after {
  content: "";
  display: table;
  clear: both;
}
.shipping-address-items .shipping-address-item {
  border: 2px solid #ddd;
  margin-bottom: 14px;
  color: #8e8e8e;
  padding: 15px;
  margin: 0 10px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shipping-address-items .shipping-address-item:nth-child(3n + 1) {
  clear: both;
}
.shipping-address-items .shipping-address-item.selected-item {
  color: #daa94d;
  border-color: #daa94d;
}
.shipping-address-items .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.shipping-address-items .action {
  font-size: 13px;
  color: #6c6c6c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-top: 10px;
  padding: 6px 15px;
  font-weight: 400;
  margin-right: 10px;
  min-width: 120px;
}
.shipping-address-items .action:hover {
  background-color: #daa94d;
  border-color: #daa94d;
  color: #fff;
}
.checkout-shipping-method {
  margin-top: 50px;
}
.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method thead tr th {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 14px 30px 11px;
  border-bottom: none;
}
.table-checkout-shipping-method tbody tr td {
  border: 1px solid #eaeaea;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.table-checkout-shipping-method tbody tr td.col-method input {
  margin: 0 auto;
}
#shipping-method-buttons-container,
.payment-method-content .actions-toolbar {
  margin-top: 25px;
  text-align: right;
}
#shipping-method-buttons-container .action,
.payment-method-content .actions-toolbar .action,
#shipping-method-buttons-container button.action,
.payment-method-content .actions-toolbar button.action {
  min-width: 200px;
  text-align: center;
  padding: 9px 20px;
  background-color: #daa94d;
  border: 1px solid #daa94d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
}
#shipping-method-buttons-container .action:hover,
.payment-method-content .actions-toolbar .action:hover,
#shipping-method-buttons-container button.action:hover,
.payment-method-content .actions-toolbar button.action:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.authentication-wrapper {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  text-align: right;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.authentication-wrapper .action-auth-toggle {
  font-size: 13px;
  color: #6c6c6c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-top: 10px;
  padding: 6px 15px;
  font-weight: 400;
  margin-right: 0;
  min-width: 120px;
}
.authentication-wrapper .action-auth-toggle:hover {
  background-color: #daa94d;
  border-color: #daa94d;
  color: #fff;
}
.authentication-wrapper .authentication-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 300px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.authentication-wrapper .authentication-dropdown._show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
  border: 1px solid #f0f0f0;
  padding: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header {
  padding: 0;
  min-height: unset;
  height: 1px;
  position: relative;
  border: none;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  right: -5px;
  top: -2px;
  z-index: 1;
  background: none;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
  opacity: 0.8;
  line-height: 1;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close:hover {
  opacity: 1;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close:after {
  content: "x";
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 400;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: left;
}
.authentication-wrapper .block-customer-login .block-title strong {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 15px;
  padding-bottom: 4px;
}
ul.credit-card-types:after {
  content: "";
  display: table;
  clear: both;
}
ul.credit-card-types li {
  border: 1px solid #f0f0f0;
  float: left;
  margin-right: 5px;
}
form.payments > .fieldset > legend.legend {
  display: none;
}
form.payments > .fieldset legend + br {
  display: none;
}
.fieldset.payment .legend {
  border: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.opc-payment .payment-methods .payment-method {
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.opc-payment .payment-methods .payment-method .payment-method-title .label {
  font-size: 16px;
}
.opc-payment .payment-methods .payment-method .payment-method-content {
  display: none;
}
.opc-payment .payment-methods .payment-method .payment-method-content .actions-toolbar {
  margin-top: 10px;
  margin-bottom: 12px;
  text-align: left;
}
.opc-payment .payment-methods .payment-method._active .payment-method-content {
  display: block;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice {
  margin-top: 15px;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice input {
  top: 3px;
}
.opc-sidebar .minicart-items .product-item .product-item-details .product-item-name {
  color: #1a1a1a;
}
.opc-sidebar .modal-inner-wrap .modal-header {
  display: none;
}
.opc-sidebar .modal-inner-wrap .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.opc-block-summary {
  background-color: #f5f5f5;
  padding: 19px 30px 30px;
}
.opc-block-summary > .title {
  text-transform: uppercase;
  color: #2a2a2a;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  padding-bottom: 1px;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 0 40px 0 0;
  position: relative;
  text-decoration: none;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  line-height: 12px;
  margin: 3px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 20px;
  display: block;
  font-weight: 300;
  color: #2a2a2a;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\f106";
}
.opc-block-summary .table-totals tr th,
.opc-block-summary .table-totals tr td {
  background: none !important;
  padding: 10px 0;
  vertical-align: middle;
}
.opc-block-summary .table-totals tr th {
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
}
.opc-block-summary .table-totals tr th strong,
.opc-block-summary .table-totals tr th .label {
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
}
.opc-block-summary .table-totals tr th:after {
  content: ":";
}
.opc-block-summary .table-totals tr th.value:after {
  content: ")";
  display: inline-block;
}
.opc-block-summary .table-totals tr th.value:before {
  content: "(";
  display: inline-block;
}
.opc-block-summary .table-totals tr td {
  text-align: right;
  padding-left: 20px;
  width: 1%;
  font-size: 14px;
  color: #272727;
}
.opc-block-summary .table-totals tr.totals.sub th,
.opc-block-summary .table-totals tr.totals.sub td {
  font-size: 16px;
}
.opc-block-summary .table-totals tr.totals.grand th,
.opc-block-summary .table-totals tr.totals.grand td {
  font-size: 18px;
  color: #daa94d;
}
.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #daa94d;
}
.opc-block-summary .table-totals tr:first-child th,
.opc-block-summary .table-totals tr:first-child td {
  border-top: none;
}
.opc-block-shipping-information {
  padding: 0 30px 23px;
  background-color: #f5f5f5;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  position: relative;
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
  top: 8px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #1979c3;
  display: inline;
  font-weight: 400;
  line-height: 1.42857;
  padding: 0;
  text-decoration: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #8f8f8f;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: none;
  vertical-align: top;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #daa94d;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .ship-via {
  margin: 20px 0 0;
}
.payment-option.discount-code .payment-option-title {
  padding-left: 0;
  border-bottom: 1px solid #f0f0f0;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.payment-option.discount-code .payment-option-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  bottom: -3px;
  right: 0;
}
.payment-option.discount-code .form-discount .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.payment-option.discount-code .form-discount .actions-toolbar > div {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  vertical-align: top;
}
.payment-option.discount-code .form-discount .actions-toolbar .action {
  font-size: 13px;
  padding: 9px 28px;
  color: #6c6c6c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.payment-option.discount-code .form-discount .actions-toolbar .action:hover {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}
.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}
.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply:hover {
  color: #fff;
  border: 1px solid #daa94d;
  background-color: #daa94d;
}
.payment-option.discount-code._active .payment-option-title:after {
  content: "\f106";
}
#multiship-addresses-table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table thead tr th.qty,
#multiship-addresses-table tbody tr th.qty,
#multiship-addresses-table thead tr td.qty,
#multiship-addresses-table tbody tr td.qty,
#multiship-addresses-table thead tr th.actions,
#multiship-addresses-table tbody tr th.actions,
#multiship-addresses-table thead tr td.actions,
#multiship-addresses-table tbody tr td.actions {
  width: 1%;
  padding-left: 15px;
  padding-right: 15px;
}
#multiship-addresses-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table tbody tr td.actions .action.delete {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  color: #6c6c6c;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 32px;
  width: 34px;
  text-align: center;
}
#multiship-addresses-table tbody tr td.actions .action.delete:hover {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .field .label {
  display: none;
}
#multiship-addresses-table tbody tr td .field.qty input {
  width: 80px;
  text-align: center;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product {
  text-align: left;
}
#multiship-addresses-table tbody tr td.product .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a:hover {
  color: #daa94d;
}
#multiship-addresses-table tbody tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .item-options dt:after {
  content: ":";
}
.multishipping-checkout-shipping table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea !important;
}
.multishipping-checkout-shipping table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.multishipping-checkout-shipping table tbody tr td {
  border: 1px solid #eaeaea !important;
  vertical-align: middle;
  padding: 15px 30px;
}
.multishipping-checkout-shipping table tbody tr td.qty {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}
.multishipping-checkout-shipping table tbody tr td.product,
.multishipping-checkout-shipping table tbody tr td.item {
  text-align: left;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a:hover {
  color: #daa94d;
}
.multishipping-checkout-shipping table tbody tr td .item-options {
  margin: 0;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt:after {
  content: ":";
}
.multishipping-checkout-shipping .actions-toolbar {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: 30px;
}
.multishipping-checkout-shipping .block.block-other {
  margin-top: 50px;
}
.multishipping-checkout-shipping .block.block-shipping + .block-shipping {
  margin-top: 50px;
}
.multishipping-checkout-shipping h4.box-title {
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-shipping .box-shipping-method dt {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
}
.multishipping-checkout-shipping .box-shipping-method dt + dt {
  margin-top: 10px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend {
  border: none;
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend + br {
  display: none;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .options-items {
  margin-top: 10px;
}
.gift-message .options-items .items .item {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  margin-top: 15px;
}
.gift-message .options-items .items .item .product .number {
  font-weight: 700;
  color: #2a2a2a;
}
.gift-message .options-items .items .item .product .img.photo.container {
  width: 100px !important;
  padding: 0;
  margin: 10px 0 0;
}
.gift-message .options-items .items .item .product .product-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  color: #1a1a1a;
}
.gift-message .options-items .items .item .options .action.activate {
  padding: 0;
  margin: 0;
}
.gift-message .options-items .items .item .options .action.activate:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.gift-message .options-items .items .item .options .action.activate.active:after {
  content: "\f106";
}
.gift-message .options-items .items .item .block.message {
  padding: 0;
  margin-top: 10px;
}
.multicheckout .block-billing .box-billing-address + .box-billing-address {
  margin-top: 50px;
}
.multishipping-checkout-billing .block-content .box + .box {
  margin-top: 50px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title {
  position: relative;
  padding: 10px 0 10px 20px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title input {
  position: absolute;
  left: 0;
  top: 11px;
  margin: 0;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title label {
  font-size: 16px;
  font-weight: 600;
}
.multishipping-checkout-billing .box-billing-method .box-content dl > * {
  max-width: 600px;
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
.multishipping-checkout-overview table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea !important;
}
.multishipping-checkout-overview table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.multishipping-checkout-overview table tbody tr td {
  border: 1px solid #eaeaea !important;
  vertical-align: middle;
  text-align: center;
  padding: 15px 30px;
}
.multishipping-checkout-overview table tbody tr td.qty {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}
.multishipping-checkout-overview table tbody tr td.product,
.multishipping-checkout-overview table tbody tr td.item {
  text-align: left;
}
.multishipping-checkout-overview table tbody tr td .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tbody tr td .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tbody tr td .product-item-name a:hover {
  color: #daa94d;
}
.multishipping-checkout-overview table tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tfoot tr th,
.multishipping-checkout-overview table tfoot tr td {
  background: none;
  font-size: 16px;
  padding: 14px 30px 11px;
  border: 1px solid #eaeaea;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tfoot tr.grand.totals th,
.multishipping-checkout-overview table tfoot tr.grand.totals td {
  font-size: 20px;
  color: #daa94d;
}
.multishipping-checkout-overview table tfoot tr td {
  text-align: center;
}
.multishipping-checkout-overview .checkout-review {
  margin-top: 50px;
  text-align: right;
}
.multishipping-checkout-overview .checkout-review .grand.totals strong {
  background: none;
  font-weight: 400;
  font-size: 24px;
  color: #2a2a2a;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout {
  margin-top: 8px;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .btn-lg {
  min-width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .action.back {
  display: block;
  text-align: right;
  margin-top: 15px;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .please-wait {
  margin-top: 14px;
  animation: fadeIn 1s infinite alternate;
  font-size: 16px;
}
.multishipping-checkout-overview h4.box-title {
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-overview form .block + .block {
  margin-top: 50px;
}
.multishipping-checkout-overview .block-content .box + .box {
  margin-top: 30px;
}
.multishipping-checkout-overview .box-billing-method .payment-method dt {
  font-size: 16px;
  font-weight: 400;
}
.multishipping-checkout-overview .block-shipping .block-content + .block-content {
  margin-top: 30px;
}
.multishipping-checkout-overview .block-shipping strong.box-title {
  font-size: 15px;
  color: #2a2a2a;
}
.multicheckout.success,
.checkout-success {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
}
.multicheckout.success h2,
.checkout-success h2 {
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.multicheckout.success a,
.checkout-success a {
  color: #daa94d;
}
.multicheckout.success a:hover,
.checkout-success a:hover {
  text-decoration: underline;
}
.title-cms {
  margin-bottom: 40px;
  text-align: center;
}
.title-cms .title {
  color: #1a1a1a;
  font-size: 24px;
  margin: 0;
  font-weight: 300;
  padding-bottom: 15px;
  position: relative;
  display: block;
}
.title-cms .title:after {
  background-color: #2a2a2a;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 100%;
  width: 20px;
}
.profiles .profile {
  margin-bottom: 30px;
}
.profiles .profile .profile-desc {
  text-align: center;
}
.profiles .profile .profile-desc .profile-name {
  color: #2a2a2a;
  display: block;
  font-size: 14px;
  padding-top: 17px;
}
.profiles .profile .profile-desc .social-connected {
  display: table;
  margin: 0 auto;
}
.profiles .profile .profile-desc .social-connected li {
  display: table-cell;
  font-size: 16px;
  padding: 0 11px;
  vertical-align: middle;
}
.profiles .profile .profile-desc .social-connected li a {
  color: #dadada;
}
.profiles .profile .profile-desc .social-connected li a:hover {
  color: #daa94d;
}
.list-group .list-group-item {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  margin: 0;
}
.list-group .list-group-item.active {
  background-color: transparent;
  color: #2a2a2a;
}
.sidebar .list-group .list-group-item:first-child {
  padding-top: 0;
}
.login-container .block .block-title h2,
.form-create-account .fieldset h2 {
  font-size: 20px;
  font-weight: 300;
  color: #1a1a1a;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 11px;
  margin-bottom: 20px;
}
.form-create-account,
.form-password_forget,
.form-password_forget--reset {
  max-width: 750px;
}
.form-create-account .fieldset + .fieldset {
  margin-top: 50px;
}
.login-container .account-static-block {
  padding-top: 50px;
}
.login-container .account-static-block ul li {
  padding: 8px 0;
  font-size: 14px;
  color: #8e8e8e;
}
.login-container .account-static-block ul li .fa {
  color: #daa94d;
  margin-right: 5px;
  font-size: 15px;
}
.login-container .account-static-block h2,
.login-container .account-static-block h3,
.login-container .account-static-block h4,
.login-container .account-static-block h5,
.login-container .account-static-block h6 {
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 22px;
}
.login-container .account-static-block h6 {
  font-size: 20px;
}
.login-container #remember-me-box {
  margin: 25px 0 15px;
}
.login-container #remember-me-box .tooltip.wrapper {
  float: right;
}
.login-container #remember-me-box .tooltip.wrapper .tooltip.content {
  left: auto;
  right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .login-container .block-new-customer {
    margin-top: 50px;
  }
}
#remember-me-box .tooltip.wrapper {
  display: inline-block !important;
  margin-left: 20px;
  opacity: 1;
  position: relative;
  z-index: 1;
}
#remember-me-box .tooltip.wrapper a {
  color: #daa94d;
  opacity: 1;
  position: static;
}
#remember-me-box .tooltip.wrapper a:hover {
  text-decoration: underline;
}
#remember-me-box .tooltip.wrapper .tooltip.content {
  position: absolute;
  top: 100%;
  width: 200px;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  z-index: 100;
  padding: 15px;
  opacity: 1;
  display: none;
}
#remember-me-box .tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  color: #2a2a2a;
  line-height: 32px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.block.account-nav .account-nav .items .item {
  border-bottom: 1px solid #f0f0f0;
  padding: 9px 0 8px;
}
.block.account-nav .account-nav .items .item strong {
  color: #daa94d;
  font-weight: 400;
}
.block-title--myac {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.block-title--myac h3 {
  margin: 0;
  line-height: 1;
  display: block;
  color: #2a2a2a;
  font-weight: 300;
}
.account-sub-title {
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.block-dashboard-orders {
  margin-bottom: 50px;
}
.block-dashboard-orders .table-order-items {
  margin: 0;
}
.block-dashboard-orders .table-order-items tr th,
.block-dashboard-orders .table-order-items tr td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.block-dashboard-orders .table-order-items tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  border-top: 1px solid #f0f0f0 !important;
}
.block-dashboard-orders .table-order-items tr td.col.actions .action.view:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
.block-order-details-comments .order-comments .comment {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 15px;
}
.block-order-details-comments .order-comments .comment .comment-date {
  color: #daa94d;
}
.items.order-links {
  display: table;
  margin: 20px auto 40px;
  width: 100%;
}
.items.order-links li {
  display: table-cell;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 4px solid #000;
  text-transform: uppercase;
  color: #000;
}
.items.order-links li.current,
.items.order-links li:hover {
  border-color: #daa94d;
  color: #daa94d;
}
.order-details-items.shipments .order-title {
  padding: 15px 0;
  margin: 20px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.order-details-items.shipments .order-title strong {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.order-details-items.shipments .order-title .action.track {
  margin-left: 30px;
}
.order-details-items .table-wrapper .table-caption {
  display: none;
}
.order-details-items .table-wrapper thead tr th {
  text-transform: uppercase;
  color: #000;
  border-bottom: none;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit !important;
  text-align: center;
}
.order-details-items .table-wrapper thead tr th:first-child {
  padding-left: 0;
  text-align: left;
  background: none;
}
.order-details-items .table-wrapper tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.order-details-items .table-wrapper tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
  background: none;
}
.order-details-items .table-wrapper tfoot tr th {
  padding-left: 0;
  text-align: left;
  background: none;
}
.order-details-items .table-wrapper tfoot tr th,
.order-details-items .table-wrapper tfoot tr td,
.order-details-items .table-wrapper tfoot tr th strong {
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
}
.order-details-items .table-wrapper tfoot tr.grand_total th strong,
.order-details-items .table-wrapper tfoot tr.grand_total td strong {
  font-size: 20px;
  color: #daa94d;
}
.order-details-items .table-wrapper tfoot tr td {
  text-align: center;
}
.block-order-details-view {
  padding-top: 40px;
}
.block-order-details-view .block-title h4 {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 15px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.box-order-billing-method .payment-method .title {
  color: #2a2a2a;
}
.page-print .page-main .logo {
  text-align: center;
  display: block;
}
.page-print table {
  margin: 30px 0;
}
.page-print table thead tr th {
  text-transform: uppercase;
  color: #000;
  border-bottom: none;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-align: center !important;
}
.page-print table tr td {
  text-align: center !important;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
}
.btn-print {
  border-bottom: 2px solid #2a2a2a;
  padding: 0px 0 5px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a2a2a;
}
.btn-print .icon {
  font-size: 18px;
  margin-right: 8px;
}
.btn-print:hover {
  border-color: #daa94d;
}
.shipping-tracking-popup .column.main {
  width: 100% !important;
}
.shipping-tracking-popup .page.tracking .subtitle.caption {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}
.shipping-tracking-popup .page.tracking .actions .action.close {
  border-bottom: 2px solid #000;
  padding: 0px 0 5px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}
.orders-history .table-order-items thead tr th {
  text-transform: uppercase;
  color: #2a2a2a;
  text-align: center;
  border: none !important;
  font-weight: 700;
}
.orders-history .table-order-items thead tr th:first-child {
  padding-left: 0;
  text-align: left;
}
.orders-history .table-order-items tbody tr td {
  text-align: center;
}
.orders-history .table-order-items tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
}
.orders-history .table-order-items tbody tr td.actions .action.view:after {
  content: "|";
  margin: 0 8px;
  display: inline-block;
}
.order-products-toolbar .pager,
.downloadable-products-toolbar .pager,
.products-reviews-toolbar .pager {
  margin: 0 auto;
}
.order-products-toolbar .pager .limiter,
.downloadable-products-toolbar .pager .limiter,
.products-reviews-toolbar .pager .limiter {
  display: none;
}
.table-downloadable-products thead tr th {
  text-transform: uppercase;
  color: #2a2a2a;
  text-align: center;
  border: none !important;
  font-weight: 700;
}
.table-downloadable-products thead tr th:first-child {
  padding-left: 0;
  text-align: left;
}
.table-downloadable-products tbody tr td {
  text-align: center;
}
.table-downloadable-products tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
}
.form-edit-account .field.choice {
  margin-bottom: 10px;
}
.form-edit-account .fieldset.password {
  margin-top: 30px;
}
.block-dashboard-addresses {
  margin-top: 40px;
}
.account .field.street .control > input + .nested {
  margin-top: 10px;
}
.form-address-edit .fieldset .field.choice {
  margin-bottom: 15px;
}
.form-address-edit .fieldset + .fieldset {
  margin-top: 30px;
}
.block-addresses-list .items.addresses li.item {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
.block-addresses-list .items.addresses li.item:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.block-addresses-list .items.addresses li.item .btn-secondary {
  margin-left: 10px;
}
.table-reviews-dashboard thead tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding-left: 0;
  border: none;
}
.table-reviews-dashboard tbody tr td {
  padding-left: 0;
}
#my-reviews-table .table-caption {
  display: none;
}
#my-reviews-table thead tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding-left: 0;
  border: none;
  text-align: center;
}
#my-reviews-table tbody tr td {
  text-align: center;
}
#my-reviews-table tbody tr td.summary .rating-summary .label {
  display: none;
}
#my-reviews-table tbody tr td.summary .rating-summary .rating-result {
  float: none;
}
.customer-review.view .product-media {
  overflow: hidden;
}
.customer-review.view .product-info .product-name {
  text-transform: uppercase;
  margin-top: 0px;
}
.customer-review.view .product-info .rating-average-label {
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  display: block;
}
.customer-review.view .product-info .product-reviews-summary .rating-summary {
  display: inline-block;
}
.customer-review.view .product-info .product-reviews-summary .rating-summary .rating-result {
  float: none;
}
.customer-review.view .product-info .product-reviews-summary .reviews-actions {
  float: none;
}
.customer-review.view .review-details {
  padding-top: 30px;
}
.customer-review.view .review-details > .title {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 10px 0;
}
.customer-review.view .review-details .review-content {
  padding: 10px 0;
}
.customer-review.view .review-details .review-date {
  font-style: italic;
  color: #daa94d;
}
.customer-review.view .review-details .rating-result {
  float: none;
}
.customer-review.view .review-details .rating-label {
  font-weight: 700;
  color: #000;
  margin-right: 20px;
}
.customer-review.view .review-details .rating-label:after {
  content: ":";
  display: inline-block;
}
.customer-review.view .review-details .rating-summary.item {
  padding: 5px 0;
}
.form-wishlist-items .actions-toolbar button.action {
  margin-right: 15px;
  margin-bottom: 15px;
}
.products-grid.wishlist .product-item-info {
  border: 1px solid #f0f0f0;
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
}
.products-grid.wishlist .product-item-info > * {
  padding: 0 15px;
}
.products-grid.wishlist .product-item-info .product-item-photo {
  padding: 0 !important;
}
.products-grid.wishlist .product-item-info .product-item-photo img {
  min-width: 100%;
}
.products-grid.wishlist .product-item-info .product-item-name {
  margin-top: 7px;
  display: block;
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 400;
}
.products-grid.wishlist .product-item-info .product-item-name a {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 400;
}
.products-grid.wishlist .product-item-info .product-item-name a:hover {
  color: #daa94d;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart .fa {
  margin-right: 5px;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions {
  margin-top: 10px;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
  color: #2a2a2a;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action + .action {
  margin-left: 7px;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action:hover {
  border-color: #2a2a2a;
  background-color: #2a2a2a;
  color: #fff;
}
.catalog-product-compare-index .table-wrapper {
  border: 1px solid #f0f0f0;
  max-width: 100%;
  overflow-y: hidden;
  padding: 15px;
  overflow-x: auto;
}
.catalog-product-compare-index .table-wrapper .table-comparison .table-caption {
  display: none;
}
.catalog-product-compare-index .table-wrapper .table-comparison thead tr td,
.catalog-product-compare-index .table-wrapper .table-comparison thead tr th {
  border-top: 1px solid #f0f0f0 !important;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr th {
  text-transform: uppercase;
  color: #2a2a2a;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td,
.catalog-product-compare-index .table-wrapper .table-comparison tr th {
  min-width: 250px;
  border-width: 1px !important;
  border-style: solid;
  border-color: #f0f0f0 !important;
  padding: 10px;
  vertical-align: middle;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info {
  background: none;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: none !important;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .rating-result {
  float: none;
  margin-top: 7px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .price-box {
  margin-top: 7px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-actions .actions-primary {
  margin: 15px 0;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-photo {
  display: block;
  overflow: hidden;
  width: 200px;
  margin: 0 auto 20px;
}
.banner-custom2 .promobanner .text {
  font-size: 14px;
  padding-bottom: 13px;
}
.banner-custom2 .promobanner .text h6 {
  margin-bottom: 0;
}
.categories-slider .owl-item {
  padding: 0 15px;
}
.categories-slider .category-item {
  position: relative;
  overflow: hidden;
}
.categories-slider .category-item:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  position: absolute;
}
.categories-slider .category-item .category-info {
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: calc(100% - 60px);
  text-align: center;
  color: #fff;
  z-index: 2;
  padding: 11px 25px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.categories-slider .category-item .category-info img {
  min-width: 100%;
}
.categories-slider .category-item .category-info a {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  display: block;
  white-space: nowrap;
}
.categories-slider .category-item .category-info a:hover {
  color: #daa94d;
}
.categories-slider .category-item .category-info .count {
  font-size: 15px;
}
.categories-slider .category-item img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.categories-slider .category-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.testimonial-content.has-image:after {
  display: table;
  content: "";
  clear: both;
}
.testimonial-content.has-image .author-thumbnail,
.testimonial-content.has-image .content {
  float: left;
  vertical-align: top;
}
.testimonial-content.has-image .author-thumbnail {
  width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.testimonial-content.has-image .content {
  width: calc(100% - 100px);
  padding-left: 30px;
}
.testimonial-list-block ul > .testimonial-item {
  margin-bottom: 50px;
}
.testimonial-list-block.boxed_border {
  border: 1px solid #f0f0f0;
  padding: 45px 39px 38px;
  position: relative;
}
.testimonial-list-block.boxed_border .content-heading {
  margin-bottom: 28px;
}
.testimonial-list-block.boxed_border .content-heading .title:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 24px;
  margin-right: 13px;
}
.testimonial-list-block .owl-carousel .owl-item {
  padding: 0 15px;
}
.testimonial-list-block .testimonial-content .content blockquote {
  padding: 0;
  border: none;
  font-size: 14px;
  color: #969696;
  margin-bottom: 29px;
}
.testimonial-list-block .testimonial-content .author-info .name {
  font-size: 15px;
  line-height: 1.2;
  color: #2a2a2a;
}
.testimonial-list-block .testimonial-content .author-info .infomation {
  font-size: 12px;
  color: #a6a6a6;
}
.testimonial-list-block.center_content .content-heading {
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 37px;
}
.testimonial-list-block.center_content .content-heading:after {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: #2a2a2a;
}
.testimonial-list-block.center_content .testimonial-item {
  text-align: center;
}
.testimonial-list-block.center_content .testimonial-item .author-info .name {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #333333;
}
.testimonial-list-block.center_content .testimonial-item .author-info .name:before,
.testimonial-list-block.center_content .testimonial-item .author-info .name:after {
  width: 19px;
  height: 1px;
  background-color: #dddddd;
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: 17px;
  margin-top: -5px;
}
.testimonial-list-block.center_content .testimonial-item .author-info .name:before {
  left: auto;
  right: 100%;
  margin-right: 17px;
}
.testimonial-list-block.center_content .testimonial-item .author-info .infomation {
  line-height: 1.1;
}
.testimonial-list-block.center_content .testimonial-content .content {
  float: none;
  padding-left: 0 !important;
  width: 100%;
}
.testimonial-list-block.center_content .testimonial-content .content blockquote {
  margin-bottom: 17px;
}
.testimonial-list-block.center_content .testimonial-content.has-image .author-thumbnail {
  float: none;
  margin: 10px auto 15px;
}
.testimonial-list-block.center_content .owl-carousel .owl-dots {
  margin-top: 46px;
}
.customer-service {
  display: table;
  width: 100%;
}
.customer-service .icon,
.customer-service .text {
  display: table-cell;
  vertical-align: middle;
}
.customer-service .icon {
  width: 1%;
}
.customer-service .icon .fa {
  font-size: 27px;
  color: #dbdbdb;
}
.customer-service .text {
  padding-left: 22px;
}
.customer-service .text .title {
  color: #1a1a1a;
  font-size: 15px;
  display: block;
}
.banner-full h3 {
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
.banner-full .playfair {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 61px;
}
.catalog-category-view .sharethis-inline-share-buttons {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-info-main .sharethis-inline-share-buttons {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: 30px;
}
.portfolio-detail-item .sharethis-inline-share-buttons {
  margin-bottom: 18px;
}
.blog-post.post-item-info .sharethis-inline-share-buttons {
  margin-top: 32px;
}
.content-block.single-product .product-item-details .product-reviews-summary {
  display: table;
  margin: 7px 0 0;
}
.content-block.single-product .product-item-details .categories-link,
.content-block.single-product .product-item-details .product.description {
  margin-top: 10px;
}
.content-block.single-product .product-item-details .categories-link .title {
  color: #1a1a1a;
}
/* DEV_LUUNV */
.title-v7 .content-heading {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.title-v7 .content-heading:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
  position: absolute;
  bottom: 22px;
  z-index: -1;
  left: 0;
}
.title-v7 .content-heading .title {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  padding: 15px;
  display: inline-block;
}
.title-v8 .content-heading {
  border-bottom: 1px solid #f0f0f0;
}
.title-v8 .content-heading .title {
  font-size: 18px;
  font-weight: 300;
}
.title-v8 .content-heading .block-note,
.title-v8 .content-heading .title {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 15px;
}
.title-v8 .content-heading .block-note {
  padding-left: 15px;
  width: 1%;
  white-space: nowrap;
}
.title-v8 .content-heading a {
  font-size: 14px;
  color: #bbbbbb;
}
.title-v8 .content-heading a .fa {
  margin-left: 8px;
}
.title-v8 .content-heading a:hover {
  color: #daa94d;
}
.instagram-home .instagram-block li {
  padding: 0;
}
.home6.title-v6 .content-heading {
  margin-bottom: 27px;
}
.home6.title-v6 .content-heading .title {
  font-size: 18px;
}
.home6 .list-products .product-item-info .product-image {
  width: 80px;
}
.home6 .list-products .product-item-info .product-item-details {
  width: calc(100% - 80px);
}
.home6 .promobanner .text {
  position: absolute;
  padding: 22px 14px;
  z-index: 1;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.12em;
}
.home6 .promobanner em {
  letter-spacing: .06em;
}
.home6 .categories-slider .category-item::after {
  display: none;
}
.categories-slider .category-item .category-info-v2 {
  border: 1px solid #fff;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 15.5%;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 12px;
  line-height: 20px;
}
.categories-slider .category-item .category-info-v2 a {
  display: block;
  color: #2a2a2a;
  font-size: 16px;
}
.categories-slider .category-item .category-info-v2 .count {
  color: #a6a6a6;
}
.newletter-home-6 h3 {
  font-size: 28px;
}
.newletter-home-6 .block.newsletter.newsletter-home-page {
  width: 400px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
  float: right;
}
.newletter-home-6 .block.newsletter.newsletter-home-page .actions {
  top: 10px;
}
.bg-deal {
  position: absolute !important;
  bottom: 30px;
  width: 50%;
}
.bg-deal img {
  width: 100%;
}
.home6 .deal-product-cat-block {
  background-color: #212542;
  padding-top: 54px;
}
.home6 .deal-products-one-item .deals-note {
  color: #ffffff;
}
.home6 .deal-products-one-item .deals-action {
  display: none;
}
.home6 .deal-products-one-item .border-banner .playfair {
  font-size: 24px;
  color: #fff;
  line-height: 37px;
  letter-spacing: 0.06em;
}
.home6 .deal-timer .countdown > span {
  position: relative;
}
.home6 .deal-timer .countdown > span + span::before {
  content: ":";
  display: block;
  color: #a6a6a6;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.home6 .deal-timer .countdown > span b {
  background-color: transparent;
  color: #fff;
  border: 1px solid #a6a6a6;
}
.home6 .border-banner .text {
  padding: 0;
  display: block;
  width: 100%;
}
.home6 .border-banner .images {
  margin-top: 15px;
  display: block;
  width: 100%;
}
.home6 .border-banner::after {
  display: none;
}
.home6 .border-banner .images img {
  opacity: 0;
}
.home6 .list-products .product-item-info {
  margin-bottom: 25px;
}
.home6 .list-products .product-item-info .product-image {
  width: 80px;
}
.home6 .instagram-item {
  margin-bottom: 0;
}
.footer.footer6 .tag-cloud li a {
  border-color: #3c3c3c;
}
.products-grid .product-item-info div[class^="swatch-opt-"] {
  margin-top: -3px;
  padding-top: 0 !important;
  position: absolute;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
}
.products-grid .product-item-info:hover div[class^="swatch-opt-"] {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.header.header5 .minicart-wrapper a:hover,
.middle-header-right-content .login-custom-link a:hover {
  color: #daa94d;
}
.breadcrumbs.breadcrumbs-no-bg {
  background: none;
}
.breadcrumbs.breadcrumbs-no-bg .breadcrumbs-content {
  border-bottom: 1px solid #f1f1f1;
}
.header.active-sticky.header5 .middle-content .logo {
  padding: 15px 0;
}
.header.active-sticky.header5 .middle-content {
  padding: 0;
}
.header.active-sticky.header5 .middle-header-right-content .action.showcart:after {
  display: none;
}
.header.header5 .middle-content {
  padding-top: 7px;
  padding-bottom: 9px;
  position: relative;
}
.header.header5 .middle-content .navigation .nav-main-menu li.mega-menu-fullwidth .dropdown-menu {
  margin-top: -10px;
}
.header.header5 .middle-content .logo {
  padding: 32px 0;
}
.header.header5 .middle-content .middle-header-right-content .content {
  display: table;
  float: right;
  height: 100%;
}
.header.header5 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart {
  padding-left: 25px;
}
.header.header5 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:after {
  left: 12px;
  height: 11px;
}
.header.header5 .minicart-wrapper:before {
  content: none;
}
.header.header5 .minicart-wrapper .action.showcart > .counter.qty {
  color: #daa94d;
}
.header.header5 .minicart-wrapper .action.showcart:before {
  font-size: 15px;
  content: '\f07a';
}
.header.header5 .login-custom-link,
.header.header5 .minicart-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header.header5 .login-custom-link {
  padding-left: 23px;
  position: relative;
}
.header.header5 .search-form {
  position: relative;
}
.header.header5 .search-form .actions-search {
  display: none;
}
.header.header5 .search-form .form-search .button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  background: none;
  border: none;
  padding: 0 20px;
}
.header.header5 .search-form .form-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a7a7a7;
}
.header.header5 .search-form .form-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a7a7a7;
  opacity: 1;
}
.header.header5 .search-form .form-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a7a7a7;
  opacity: 1;
}
.header.header5 .search-form .form-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}
.header.header5 .search-form .form-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a7a7a7;
}
.header.header5 .search-form .form-search .input-text {
  height: 50px;
  box-shadow: none;
  font-size: 15px;
  color: #888;
  padding-left: 220px;
  border-color: #2a2a2a;
}
.header.header5 .search-form .form-search .search-select {
  display: block;
}
.header.header5 .search-form .form-search .search-toggle {
  position: absolute;
  height: 50px;
  background: none;
  border: none;
  padding: 0 12px 0 20px;
  font-size: 15px;
  color: #888;
  width: 202px;
  text-align: left;
}
.header.header5 .search-form .form-search .search-toggle .fa {
  float: right;
  margin-top: 6px;
}
.header.header5 .search-form .form-search .search-toggle:after {
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
  content: "";
}
.header.header5 .search-form .search-select .dropdown-menu {
  width: unset;
  margin-top: 50px;
}
.header.header5 .search-form.select-search .form.minisearch {
  display: table;
  width: 100%;
}
.header .minicart-wrapper a:hover,
.middle-header-right-content .login-custom-link a:hover {
  color: #daa94d;
}
.breadcrumbs.breadcrumbs-no-bg {
  background: none;
}
.breadcrumbs.breadcrumbs-no-bg .breadcrumbs-content {
  border-bottom: 1px solid #dddddd;
}
.header.active-sticky.header6 {
  background: #ffffff;
}
.header.active-sticky.header6 .middle-content .logo {
  padding: 15px 0;
}
.header.active-sticky.header6 .middle-content {
  padding: 0;
}
.header.active-sticky.header6 .middle-header-right-content .action.showcart:after {
  display: none;
}
.header.header6 {
  background: linear-gradient(360deg, #2a2a2a 33.22%, transparent 0);
}
.header.header6 .middle-content {
  padding-top: 7px;
  padding-bottom: 9px;
  position: relative;
}
.header.header6 .middle-content .navigation .nav-main-menu li.mega-menu-fullwidth .dropdown-menu {
  margin-top: -10px;
}
.header.header6 .middle-content .logo {
  padding: 32px 0;
}
.header.header6 .middle-content .middle-header-right-content .content {
  display: table;
  float: right;
  height: 100%;
}
.header.header6 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart {
  padding-left: 25px;
}
.header.header6 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:after {
  left: 12px;
  height: 11px;
}
.header.header6 .minicart-wrapper:before {
  content: none;
}
.header.header6 .minicart-wrapper .action.showcart > .counter.qty {
  color: #daa94d;
}
.header.header6 .minicart-wrapper .action.showcart:before {
  font-size: 15px;
  content: '\f07a';
}
.header.header6 .login-custom-link,
.header.header6 .minicart-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header.header6 .login-custom-link {
  padding-left: 23px;
  position: relative;
}
.header.header6 .search-form {
  position: relative;
}
.header.header6 .search-form .actions-search {
  display: none;
}
.header.header6 .search-form .form-search .button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  background: none;
  border: none;
  padding: 0 20px;
}
.header.header6 .search-form .form-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a7a7a7;
}
.header.header6 .search-form .form-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a7a7a7;
  opacity: 1;
}
.header.header6 .search-form .form-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a7a7a7;
  opacity: 1;
}
.header.header6 .search-form .form-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}
.header.header6 .search-form .form-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a7a7a7;
}
.header.header6 .search-form .form-search .input-text {
  height: 50px;
  box-shadow: none;
  font-size: 15px;
  color: #888;
  padding-left: 220px;
  border: 2px solid #2a2a2a;
}
.header.header6 .search-form .form-search .search-select {
  display: block;
}
.header.header6 .search-form .form-search .search-toggle {
  position: absolute;
  height: 50px;
  background: none;
  border: none;
  padding: 0 12px 0 20px;
  font-size: 15px;
  color: #2a2a2a;
  width: 202px;
  text-align: left;
}
.header.header6 .search-form .form-search .search-toggle .fa {
  float: right;
  margin-top: 6px;
}
.header.header6 .search-form .form-search .search-toggle:after {
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
  content: "";
}
.header.header6 .search-form .search-select .dropdown-menu {
  width: unset;
  margin-top: 50px;
}
.header.header6 .search-form.select-search .form.minisearch {
  display: table;
  width: 100%;
}
.home7 .banner_sidebar.promobanner .banner-text h6 {
  font-size: 16px;
  margin: 0;
  padding-top: 23px;
}
.home7 .list-products .product-item-info .product-image {
  width: 80px;
}
.home7 .list-products .product-item-info .product-item-details {
  width: calc(100% - 80px);
}
.text-full .promobanner .text {
  width: 100%;
}
.banner-full .playfair {
  margin-bottom: 0;
  font-size: 30px;
}
.banner-full h3 {
  font-size: 18px;
}
.bg-deal-v2 {
  position: absolute !important;
  top: 0;
  width: 100%;
}
.shop_menu .content-heading {
  display: none;
}
.shop_menu .vertical-menu li {
  width: 100%;
}
.shop_menu .vertical-menu li.dropdown-submenu:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 26px;
  top: 12px;
}
.shop_menu .vertical-menu li > a:hover,
.shop_menu .vertical-menu li > a:focus {
  background: none;
}
.shop_menu .vertical-menu li.level0.all-categories {
  border: 1px solid #f3f3f3;
  border-top: 0;
  background: #fff;
}
.shop_menu .vertical-menu li.level0.all-categories:before {
  display: none;
}
.shop_menu .vertical-menu li.level0.all-categories > a {
  color: #2a2a2a;
  font-size: 13px;
  width: 100%;
  display: block;
  font-weight: 500;
}
.shop_menu .vertical-menu li.level0.all-categories > a:after {
  font-family: "FontAwesome";
  content: "\f101";
  margin-left: 3px;
}
.shop_menu .vertical-menu li.level0.all-categories > a:hover {
  color: #daa94d;
}
.shop_menu .vertical-menu li.level0 {
  height: 50px;
  background: #2a2a2a;
}
.shop_menu .vertical-menu li.level0 > .dropdown-menu {
  display: block !important;
  position: static;
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.shop_menu .vertical-menu li.level0 > a {
  color: #fff;
  font-size: 18px;
  float: left;
  padding: 9px 12px;
}
.shop_menu .vertical-menu li.level0 .icon-next,
.shop_menu .vertical-menu li.level0 .toggle-menu {
  display: none;
}
.shop_menu .vertical-menu li.level0:before {
  color: #fff;
  float: left;
  font-family: "FontAwesome";
  content: "\f039";
  font-size: 18px;
  margin-left: 20px;
  margin-top: 10px;
}
.shop_menu .vertical-menu li .dropdown-menu li {
  border: 1px solid #f3f3f3;
  border-top: 0;
  position: relative;
}
.shop_menu .vertical-menu li .dropdown-menu li:hover > a {
  color: #2a2a2a;
}
.shop_menu .vertical-menu li .dropdown-menu li a {
  font-size: 13px;
  padding: 11.2px 20px;
  width: 100%;
  display: block;
  font-weight: 300;
  color: #8e8e8e;
}
.in_sidebar .fa-arrow-left:before {
  content: "\f104";
}
.in_sidebar .fa-arrow-right:before {
  content: "\f105";
}
.in_sidebar .testimonial-list-block.boxed_border {
  border: 0;
  padding: 0;
}
.in_sidebar .testimonial-list-block.boxed_border .content-heading .title:before {
  display: none;
}
.in_sidebar blockquote:before,
.in_sidebar blockquote:after {
  display: none;
}
.in_sidebar .testimonial-content.has-image .author-thumbnail {
  position: absolute;
  bottom: 0;
  width: 70px;
}
.in_sidebar .testimonial-content.has-image .content {
  padding: 0;
  width: 100%;
}
.in_sidebar .testimonial-content.has-image .content blockquote {
  position: relative;
  background: #f8f8f8;
  padding: 20px;
  font-style: italic;
}
.in_sidebar .testimonial-content.has-image .content blockquote:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #f8f8f8;
  position: absolute;
  bottom: -25px;
  left: 45px;
}
.in_sidebar .testimonial-content.has-image .content .author-info {
  margin-left: 80px;
  margin-bottom: 15px;
  margin-top: 50px;
}
.navigation-top.title-v8 .content-block {
  position: relative;
}
.navigation-top.title-v8 .owl-carousel {
  position: static;
}
.navigation-top.title-v8 .owl-carousel .owl-nav {
  top: -4px;
  right: 0;
}
.category-top .menu-product-tabs {
  position: absolute;
  top: 6px;
  right: 60px;
  margin-bottom: 0;
}
.category-top .menu-product-tabs > li + li {
  margin-left: 0;
  border-left: 1px solid #ddd;
}
.category-top .menu-product-tabs li.active > a {
  background: none;
  color: #daa94d;
  border: 0;
}
.category-top .menu-product-tabs li a {
  font-size: 14px;
  background: none;
  border: 0;
  padding: 0px 15px;
  line-height: 10px;
}
.category-top .menu-product-tabs li a:hover {
  background: none;
  color: #daa94d;
  border: 0;
}
.service-block.v2 {
  padding: 0;
  margin: 14px 0;
}
.no-read-more .blog-grid-block .post-item-detail {
  border: 0;
  padding: 18px 0 0 0;
}
.no-read-more .blog-grid-block .post-item-detail .title a {
  color: #2a2a2a;
  font-size: 16px;
}
.no-read-more .blog-grid-block .post-item-detail .title a:hover {
  color: #daa94d;
}
.no-read-more .blog-grid-block .post-item-detail .post-read-more {
  display: none;
}
.no-read-more .blog-grid-block .post-item-detail .post-info {
  margin-bottom: 5px;
}
.home7 .promobanner > a > img {
  min-width: 0;
  margin: 0 auto;
}
.promobanner.flashed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform .8s;
  -webkit-transition: transform .8s;
  -moz-transition: transform .8s;
  -o-transition: transform .8s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 63deg) translate3d(0, -90%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 63deg) translate3d(0, -90%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 63deg) translate3d(0, -90%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 63deg) translate3d(0, -90%, 0);
}
.promobanner.flashed:hover:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 60deg) translate3d(0, 365%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 60deg) translate3d(0, 365%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 60deg) translate3d(0, 365%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 60deg) translate3d(0, 365%, 0);
}
.home8 .products-grid .product-item-info {
  margin-bottom: 6.85%;
  position: relative;
}
.home8 .products-grid .product-item-info .product-item-details {
  padding-top: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  opacity: 0;
  transform: translateY(-66%);
  -webkit-transform: translateY(-66%);
  -moz-transform: translateY(-66%);
  -o-transform: translateY(-66%);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.home8 .products-grid .product-item-info .product-item-details .product-item-link {
  color: #fff;
  font-size: 18px;
}
.home8 .products-grid .product-item-info .product-item-details .product-item-link:hover {
  color: #daa94d;
}
.home8 .products-grid .product-item-info .product-item-details .price-box .price {
  color: #fff;
  font-size: 16px;
}
.home8 .products-grid .product-item-info .product-item-details .description {
  color: #ffffff;
}
.home8 .products-grid .product-item-info .product-item-details .product-reviews-summary {
  width: 100%;
}
.home8 .products-grid .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  margin: 0 auto;
}
.home8 .products-grid .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result:before {
  color: #fff;
}
.home8 .products-grid .product-item-info .product-item-details .categories-link .title {
  color: #ffffff;
}
.home8 .products-grid .product-item-info .product-item-details .categories-link a {
  color: #fff;
}
.home8 .products-grid .product-item-info .product-item-details .categories-link a:hover {
  color: #daa94d;
}
.home8 .products-grid .product-item-info:hover .product-item-details {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 1;
}
/* .tab-content>.active{ */
/* display: block !important; */
/* visibility: visible; */
/* opacity: 1; */
/* } */
/* .tab-content>.tab-pane{ */
/* display: block !important; */
/* visibility: hidden; */
/* opacity: 0; */
/* position: absolute; */
/* } */
ul.border-not-full.service-block {
  padding-top: 13px;
  padding-bottom: 14px;
}
ul.border-not-full.service-block li {
  padding-top: 0;
  padding-bottom: 0;
}
.no-border .testimonial-list-block.boxed_border {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.home9.deal-v3 .border-banner .images {
  display: none;
}
.home9.banner-full {
  padding: 140px 0;
}
.home9.banner-full h3 {
  font-size: 24px;
}
.home9.banner-full .playfair {
  font-size: 40px;
}
.position-static {
  position: static !important;
}
.bg-deal-3 {
  position: absolute !important;
  top: 0;
}
.image80 .list-products .product-item-info {
  margin-bottom: 25px;
}
.image80 .list-products .product-item-info .product-image {
  width: 80px;
}
.image80 .list-products .product-item-info .product-item-details {
  width: calc(100% - 80px);
}
.deal-v3 .deal-product-cat-block {
  background-color: #212542;
  padding-top: 54px;
}
.deal-v3 .deal-products-one-item .deals-note {
  color: #ffffff;
}
.deal-v3 .deal-products-one-item .deals-action {
  display: none;
}
.deal-v3 .deal-products-one-item .border-banner .playfair {
  font-size: 24px;
  color: #fff;
  line-height: 37px;
  letter-spacing: 0.06em;
}
.deal-v3 .deal-timer .countdown > span {
  position: relative;
}
.deal-v3 .deal-timer .countdown > span + span::before {
  content: ":";
  display: block;
  color: #a6a6a6;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.deal-v3 .deal-timer .countdown > span b {
  background-color: transparent;
  color: #fff;
  border: 1px solid #a6a6a6;
}
.deal-v3 .border-banner .text {
  padding: 0;
  display: block;
  width: 100%;
}
.deal-v3 .border-banner .images {
  margin-top: 15px;
  display: block;
  width: 100%;
}
.deal-v3 .border-banner::after {
  display: none;
}
.header .minicart-wrapper:hover .action.showcart {
  color: #daa94d;
}
.dot-white .owl-carousel .owl-dots .owl-dot span {
  border-color: #a7a7a7;
}
.dot-white .owl-carousel .owl-dots .owl-dot:hover span:after {
  background-color: #fff;
}
.dot-white .owl-carousel .owl-dots .owl-dot.active span:after {
  background-color: #fff;
}
.promobanner .text {
  width: 100%;
}
.title-v9 .content-heading {
  text-align: center;
  margin-bottom: 45px;
}
.title-v9 .content-heading + .products-grid {
  margin-top: -10px;
}
.title-v9 .content-heading .title {
  font-size: 28px;
  margin-bottom: 8px;
}
.title-v9 .content-heading .block-note {
  display: block;
  margin-bottom: 6px;
}
.banner-home10 {
  text-align: center;
  letter-spacing: 0.16em;
}
.banner-home10 .playfair {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.banner-home10 span {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.2em;
}
.title-v9 .menu-product-tabs {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -10px;
}
.title-v9 .menu-product-tabs > li {
  display: inline-block;
  float: none;
}
.mini-title.title-v6 .content-heading {
  margin-bottom: 28px;
}
.mini-title.title-v6 .content-heading .title {
  font-size: 18px;
}
.newsletter-home.columns-2 h3 {
  font-size: 28px;
}
.newsletter-home.columns-2 .block.newsletter.newsletter-home-page {
  width: 400px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
  float: right;
}
.newsletter-home.columns-2 .block.newsletter.newsletter-home-page .actions {
  top: 10px;
}
.service .icon,
.service .text {
  display: table-cell;
  vertical-align: middle;
}
.service .icon {
  width: 1%;
}
.service .icon .fa {
  font-size: 27px;
  color: #dbdbdb;
}
.service .text {
  padding-left: 22px;
}
.service .text .title {
  color: #1a1a1a;
  font-size: 15px;
  display: block;
}
.header.header8 {
  background-color: #000;
}
.header.header8 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
}
.header.header8 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}
.header.header8 :-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
}
.header.header8 :-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}
.header.header8 .nav.nav-main-menu > li > a {
  color: #777;
}
.header.header8 .nav.nav-main-menu > li > a:hover {
  color: #fff;
}
.header.header8 .header-links {
  display: table;
  margin-left: 40px;
  margin-right: 40px;
  border-bottom: 1px solid #1d1d1d;
  border-top: 1px solid #1d1d1d;
  margin-bottom: 32px;
}
.header.header8 .header-links .login-custom-link {
  display: inline-block;
  padding: 10px 0;
}
.header.header8 .header-links .login-custom-link .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 86px;
  display: inline-block;
  vertical-align: middle;
}
.header.header8 .header-links .login-custom-link span.or {
  color: #777777;
}
.header.header8 .header-links .login-custom-link .fa {
  color: #a7a7a7;
  margin-right: 4px;
}
.header.header8 .header-links .login-custom-link a {
  display: inline-block;
  color: #a7a7a7;
  font-size: 12.5px;
}
.header.header8 .header-links .login-custom-link a:hover {
  color: #daa94d;
}
.header.header8 .header-links .login-custom-link a:hover .fa {
  color: #daa94d;
}
.header.header8 .header-links .minicart-wrapper {
  display: inline-block;
  margin-left: 22px;
  vertical-align: middle;
}
.header.header8 .header-links .minicart-wrapper .block-minicart {
  top: 100%;
  left: 0;
  right: auto;
}
.header.header8 .header-links .minicart-wrapper:before {
  left: -12.5px;
}
.header.header8 .header-links .minicart-wrapper:hover a,
.header.header8 .header-links .minicart-wrapper:hover .action.showcart > .counter.qty {
  color: #daa94d;
}
.header.header8 .header-links .minicart-wrapper .action.showcart > .counter.qty {
  color: #a7a7a7;
  font-size: 12.5px;
}
.header.header8 .header-links .minicart-wrapper a {
  color: #a7a7a7;
  font-size: 12.5px;
}
.header.header8 .header-links .minicart-wrapper a:hover {
  color: #daa94d;
}
.header.header8 .social-link {
  display: table;
  margin: 0 auto;
}
.header.header8 .social-link li {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.header.header8 .social-link li a {
  color: #808080;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: none;
  display: block;
  line-height: 30px;
  text-align: center;
}
.header.header8 .social-link li a:hover {
  background-color: none;
  color: #fff;
}
.header.header8 .search-form > .form-search .button {
  background: none;
  border: medium none;
  box-shadow: none;
  color: #565656;
  display: block;
  font-size: 14px;
  height: 27px;
  position: absolute;
  right: 9px;
  text-align: right;
  bottom: 9px;
  width: 20px;
}
.header.header8 .search-form > .form-search .button:hover {
  color: #daa94d;
}
.top-header-content ul.social-link {
  margin-top: 0;
  float: right;
}
.top-header-content ul.social-link li {
  margin-left: 20px;
  float: left;
}
.top-header-content ul.social-link li a {
  color: #fff;
  display: block;
  line-height: 42px;
  height: 42px;
  text-align: center;
}
.top-header-content ul.social-link li a:hover {
  color: #daa94d;
}
.header.header7 .minicart-wrapper,
.header.header7 .login-custom-link {
  display: inline-block;
  float: right;
}
.header.header7 .minicart-wrapper a,
.header.header7 .login-custom-link a {
  color: #2a2a2a;
}
.header.header7 .minicart-wrapper a:hover,
.header.header7 .login-custom-link a:hover {
  color: #daa94d;
}
.header.header7 .minicart-wrapper {
  padding: 3px 0;
  font-size: 15px;
  margin-left: 40px;
  display: block;
  position: absolute;
  top: -95px;
  right: 0;
}
.header.header7 .minicart-wrapper .action.showcart > .counter.qty {
  color: #daa94d;
}
.header.header7 .login-custom-link {
  position: relative;
  vertical-align: top;
  padding: 3px 0;
  font-size: 15px;
  margin-right: 100px;
}
.header.header7 .login-custom-link .fa {
  margin-right: 8px;
}
.header.header7 .login-custom-link:after {
  background-color: #d2d2d2;
  content: "";
  height: 9px;
  right: -20px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.header.header7 .middle-header-content {
  text-align: center;
  padding-top: 68px;
  padding-bottom: 64px;
  border-bottom: 1px solid #efefef;
}
.header.header7 .actions-search {
  display: none;
}
.header.header7 .search-form {
  max-width: 250px;
}
.header.header7 .search-form > .form-search .input-text {
  font-size: 13px;
  color: #717171;
  height: 27px;
  border: none;
  box-shadow: none;
  padding: 0 20px 0 0;
  border-bottom: 1px solid #e7e7e7;
}
.header.header7 .search-form > .form-search .button {
  background: none;
  border: medium none;
  box-shadow: none;
  color: #2a2a2a;
  display: block;
  font-size: 14px;
  height: 27px;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 3px;
  width: 20px;
}
.header.header7 .search-form > .form-search .button:hover {
  color: #daa94d;
}
.header.header7 .menu-content {
  position: relative;
  padding: 0 100px;
}
.footer.footer7 a {
  color: #898989;
}
.footer.footer7 a:hover {
  color: #daa94d;
}
.footer.footer7 .tag-cloud li {
  margin: 7px 13px 7px 0;
}
.footer.footer7 .tag-cloud li a {
  border-color: #eaeaea;
}
.footer.footer7 .tag-cloud li a:hover {
  color: #fff;
  border-color: #daa94d;
}
.footer.footer7 .middle-footer {
  padding-bottom: 52px;
  padding-top: 74px;
  background: #fcfcfc;
  border-top: 1px solid #f1f1f1;
}
.footer.footer7 .middle-footer ul.list-icon li .fa {
  color: #898989;
}
.footer.footer7 .middle-footer h4 {
  color: #2a2a2a;
}
.footer.footer7 .bottom-footer {
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
}
.footer.footer7 .bottom-footer ul.social-link {
  margin-top: -4px;
}
.footer.footer7 .bottom-footer ul.social-link li {
  margin: 0 5px;
}
.footer.footer7 .bottom-footer ul.social-link li a {
  color: #fff;
  background: #b6b6b6;
  display: block;
  line-height: 32px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.footer.footer7 .bottom-footer ul.social-link li a:hover {
  background: #daa94d;
}
.footer.footer8 {
  background-color: #262626;
  padding: 80px 0;
}
.footer.footer8 address {
  color: #505050;
}
.footer.footer8 .social-link {
  text-align: center;
}
.footer.footer8 .social-link li {
  display: inline-block;
}
.footer.footer8 .social-link li a {
  color: #484848;
  padding: 8px;
  font-size: 25px;
}
.footer.footer8 .social-link li a:hover {
  color: #fff;
}
.footer.footer8 .bottom_link {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.footer.footer8 .bottom_link li {
  display: inline-block;
  padding: 15px;
}
.footer.footer8 .bottom_link li a {
  color: #fff;
}
.footer.footer8 .bottom_link li a:hover {
  color: #4f4f4f;
}
.scroll-to-top {
  z-index: 2000;
}
.header.header9 .middle-content {
  position: relative;
}
.header.header9 .middle-content .logo {
  padding: 32px 0;
}
.header.header9 .middle-content .middle-header-right-content .content {
  display: table;
  float: right;
  height: 100%;
}
.header.header9 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart {
  padding-left: 41px;
}
.header.header9 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:after {
  left: 20px;
  height: 11px;
}
.header.header9 .minicart-wrapper:before {
  content: none;
}
.header.header9 .minicart-wrapper .action.showcart > .counter.qty {
  color: #daa94d;
}
.header.header9 .minicart-wrapper .action.showcart:before {
  font-size: 15px;
  color: #2a2a2a;
  content: '\f07a';
}
.header.header9 .search-form,
.header.header9 .login-custom-link,
.header.header9 .minicart-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.header.header9 .login-custom-link {
  padding-left: 40px;
  position: relative;
}
.header.header9 .login-custom-link:after {
  background-color: #d2d2d2;
  content: "";
  height: 11px;
  left: 19px;
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  width: 1px;
}
.header.header9 .search-form .form-search {
  position: absolute;
  top: 0;
  height: 100%;
  right: 100%;
  background-color: #fff;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
}
.header.header9 .search-form .form-search.on-show {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.header.header9 .search-form .form-search .minisearch {
  height: 100%;
}
.header.header9 .search-form .form-search .input-text {
  border: none;
  box-shadow: none;
  height: 100%;
  font-size: 18px;
  color: #ababab;
  text-align: center;
}
.header.header9 .search-form .actions-search .action-search {
  color: #2a2a2a;
}
.header.header9 .search-form .actions-search .action-search.on-show .hide-search {
  font-size: 24px;
}
.container-fluid .title-v9 .btn-loadmore {
  margin-top: 0;
}
.banner-home14 {
  letter-spacing: 0.16em;
}
.banner-home14 .playfair {
  font-size: 24px;
  font-weight: 700;
}
.banner-home14 span {
  font-size: 15px;
  letter-spacing: 0.2em;
}
.is-border .testimonial-block {
  border: 1px solid #2a2a2a;
  padding: 65px;
}
.banner-full.home14 {
  padding: 140px 0;
}
.banner-full.home14 .playfair {
  font-size: 40px;
  margin-bottom: 60px;
}
.banner-full.home14 h3 {
  font-size: 24px;
}
.lazy-loading-img .products-grid .product-item-info .product-top,
.lazy-loading-img .list-products .product-item-info .product-image,
.lazy-loading-img .products-list .product-item-info .product-image-content,
.lazy-loading-img .promobanner,
.lazy-loading-img .blog-grid-block .post-item-content a.post-title-link,
.lazy-loading-img .instagram-item {
  background-image: url('../images/giphy.gif');
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
/** Ajax cart **/
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.popup__related {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
.popup__related .products-grid {
  margin: 0 -10px;
}
.popup__related .products-grid .product-item-info {
  margin: 0;
}
.popup__related .products-grid .owl-item {
  padding: 0 10px;
}
.ajaxcart-catalog-product-view {
  overflow-y: auto !important;
}
.ajaxcart-catalog-product-view h1.product-name {
  font-size: 20px;
}
.ajaxcart-catalog-product-view .product-info-main .product-add-form .actions.action-add-to,
.ajaxcart-catalog-product-view .bundle-info .product-details .actions.action-add-to {
  display: none !important;
}
.ajaxcart-catalog-product-view .product-info-main .product-add-form .actions button.tocart,
.ajaxcart-catalog-product-view .bundle-info .product-details .actions button.tocart {
  padding: 0 25px;
}
.ajaxcart-catalog-product-view .bundle-options-container .product-add-form {
  display: block !important;
}
.ajaxcart-catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary {
  margin-top: 0 !important;
}
.ajaxcart-catalog-product-view #maincontent {
  width: 100%;
  padding: 15px;
  min-height: 0;
}
.ajaxcart-catalog-product-view .page-wrapper {
  max-width: 100%;
}
.ajaxcart-catalog-product-view .top-panel,
.ajaxcart-catalog-product-view .page.messages,
.ajaxcart-catalog-product-view .scroll-to-top {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper {
  padding-top: 0 !important;
}
.ajaxcart-catalog-product-view .page-title-wrapper.product {
  margin-top: 0 !important;
}
.ajaxcart-catalog-product-view .product-addto-links {
  display: none !important;
}
.ajaxcart-catalog-product-view .product-info-main .price-from,
.ajaxcart-catalog-product-view .product-info-main .price-to,
.ajaxcart-catalog-product-view .product-info-main .bundle-actions {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title,
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title + br + .margin-top20,
.ajaxcart-catalog-product-view .bundle-options-wrapper .fieldset > p.required {
  display: none !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .product.name,
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .stock {
  display: none !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary .bundle-summary {
  display: none !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary > .title,
.ajaxcart-catalog-product-view .block-bundle-summary > .content .box-tocart .field.qty {
  display: none !important;
}
.success-ajax--popup .mfp-inline-holder .mfp-content {
  width: 320px !important;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
}
.success-ajax--popup .mfp-iframe-holder .mfp-content {
  width: 320px !important;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  min-height: 400px;
}
.success-ajax--popup .product-image-container {
  width: 100% !important;
}
.success-ajax--popup .product-image-container .product-image-wrapper .product-image-photo {
  max-width: 100% !important;
  width: 120px !important;
  margin: 0 auto;
  display: block;
  height: auto !important;
}
.success-ajax--popup .popup__result-view-cart {
  margin: 0 !important;
}
.success-ajax--popup .popup__result-view-cart a,
.success-ajax--popup .popup__actions-wrapper button {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  min-height: 30px;
}
.success-ajax--popup .popup__result-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}
.page-product-configurable .actions button:not(.tocart) {
  display: none;
}
.ajaxcart-catalog-product-view {
  overflow-y: hidden !important;
}
.popup__image-wrapper img {
  margin: 10px auto;
}
.mgs-quickview-catalog-product-view .page-main.container {
  padding: 0;
}
.mfp-wrap:not(.success-ajax--popup) .mfp-iframe-scaler,
.mgs-quickview-catalog-product-view .page-main.container .column.main > .row > div,
.mgs-quickview-catalog-product-view .page-main.container .column.main {
  height: 569px;
}
.mgs-quickview-catalog-product-view .page-main.container .column.main > .row > div + div {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 30px;
  padding-bottom: 15px;
}
#mgs-ajax-loading .preloader {
  background: url(../images/ajax-loader.gif) no-repeat;
  background-size: 100% !important;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: block !important;
}
/***/
.product.media {
  margin-top: 0 !important;
}
.product.media img {
  min-width: 100%;
}
.product.media .parent__gallery-thumbnail {
  margin: 10px -5px 0;
}
.product.media .parent__gallery-thumbnail .owl-carousel .owl-item {
  padding: 0 5px;
}
.product.media .owl-carousel .owl-nav > div.owl-next {
  right: 10px;
}
.product.media .owl-carousel .owl-nav > div.owl-prev {
  left: 10px;
}
