.modal-slide._inner-scroll,
.modal-popup._inner-scroll {
  overflow-y: visible;
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 9999 !important;
}
.modal-slide._inner-scroll .modal-inner-wrap,
.modal-popup._inner-scroll .modal-inner-wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  left: 0;
  margin: 50px auto;
  position: absolute;
  right: 0;
  transform: translateY(-200%);
  transition-duration: 0.2s;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  width: 75%;
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  max-height: 90%;
}
.modal-slide._inner-scroll .modal-inner-wrap .modal-header,
.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  padding: 30px 30px 10px;
}
.modal-slide._inner-scroll .modal-inner-wrap .modal-header .modal-title,
.modal-popup._inner-scroll .modal-inner-wrap .modal-header .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  min-height: 1em;
  padding-bottom: 10px;
  word-wrap: break-word;
}
.modal-slide._inner-scroll .modal-inner-wrap .modal-header .action-close,
.modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close {
  background: none;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  display: inline-block;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  font-size: 0;
}
.modal-slide._inner-scroll .modal-inner-wrap .modal-header .action-close span,
.modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close span {
  display: none;
}
.modal-slide._inner-scroll .modal-inner-wrap .modal-content,
.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.modal-slide._inner-scroll .modal-inner-wrap .modal-footer,
.modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  border-top: 1px solid #c1c1c1;
  text-align: right;
  padding: 30px;
}
.modal-popup._show .modal-inner-wrap,
.modal-slide._show .modal-inner-wrap {
  transform: translateY(0px);
  visibility: visible;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  left: 50%;
  margin-left: -400px;
  width: 800px;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .checkout-index-index .opc-wrapper .step-content .shipping-address-items .shipping-address-item {
    width: 50%;
  }
  .checkout-index-index .opc-sidebar {
    padding: 15px;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap {
    padding: 0;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .opc-block-summary {
    padding: 15px;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container {
    width: 50px !important;
    height: auto !important;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details {
    padding-left: 60px;
    padding-top: 0;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .product-item-name-block {
    display: inline-block;
    padding-right: 0;
    text-align: left;
    width: 100%;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .subtotal {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .step-content .shipping-address-items .shipping-address-item {
    width: 50%;
  }
  .checkout-index-index .opc-sidebar {
    display: none;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item {
    width: 45%;
  }
}
@media (max-width: 639px) {
  .checkout-index-index .opc-wrapper .step-content .shipping-address-items .shipping-address-item {
    width: 100%;
  }
}
/*background RGBA
============================================*/
/*inline-block
============================================*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: left;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0;
}
a:hover {
  outline: none !important;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  text-decoration: none !important;
}
textarea,
select,
button {
  -webkit-appearance: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  border-width: 1px;
  border-style: solid;
  line-height: 35px;
  min-height: 35px;
  padding: 0 10px;
  width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  line-height: auto;
  min-height: auto;
  width: auto;
}
dt {
  font-weight: 700;
  margin-bottom: 3px;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.f-block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.no-display {
  display: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
h1 {
  font-size: 20px;
  margin: 0 0 5px;
  font-weight: 400;
  padding: 0px;
  margin: 0 0 15px 0;
}
h2 {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 400;
  padding: 10px 0;
}
h3 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 400;
  padding: 10px 0;
}
h4 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
  padding: 10px 0;
}
h5 {
  font-size: 12px;
  margin: 0 0 5px;
  font-weight: 400;
  padding: 10px 0;
}
h6 {
  font-size: 11px;
  margin: 0 0 5px;
  font-weight: 400;
  padding: 10px 0;
}
fieldset {
  border: 0;
}
p {
  margin: 0 0 10px;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
}
.page.messages {
  max-width: 1330px;
  padding: 0;
  margin: 0 auto;
  margin-top: 15px;
}
.page-layout-2columns-left .page.messages,
.page-layout-2columns-right .page.messages,
.page-layout-3columns .page.messages {
  padding: 0;
}
.cms-index-index .container.oneCol {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.cms-index-index .oneCol .column.main.row {
  margin: 0;
}
header.page-header .header.panel {
  padding-bottom: 0;
  padding-top: 0;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: none;
}
.headerTop {
  background: #c0a062;
  padding: 10px 0;
  position: relative;
  z-index: 99;
}
.headerTop .header.links li {
  float: left;
  margin-bottom: 0;
  margin-right: 25px;
  text-transform: capitalize;
}
.headerTop .header.links li a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 12px;
}
.headerTop .header.links li.link.wishlist .counter {
  color: #fff;
}
.headerTop .compareBox {
  display: inline-block;
}
.headerTop .compareBox li {
  font-size: 11px;
  padding-left: 20px;
  float: left;
}
.headerTop .compareBox li span {
  color: #ffffff;
  text-transform: uppercase;
}
.headerTop .compareBox li a {
  color: #ffffff;
  text-transform: uppercase;
}
.headerTop .compareBox li.compare span:before {
  content: '(';
  padding: 0 5px;
}
.headerTop .compareBox li.compare span:after {
  content: ')';
  padding: 0 5px;
}
.headerTop .header_currency {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  padding-right: 30px;
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
}
.headerTop .header_currency .currency_detail {
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 27px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.headerTop .header_currency .currency_detail:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  z-index: 1;
}
.headerTop .header_currency .currency_detail ul li {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
.headerTop .header_currency .currency_detail ul li a {
  color: #545454;
  display: block;
  text-decoration: none;
}
.headerTop .header_currency .currency_detail ul li a:hover {
  color: #c0a062;
}
.headerTop .header_currency:hover .currency_detail {
  display: block;
}
.headerTop .header_currency:before {
  content: '\f0dd';
  position: absolute;
  top: -2px;
  right: 10px;
  font-family: 'FontAwesome';
}
.headerTop .header_language {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  padding-right: 30px;
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
}
.headerTop .header_language .language_detail {
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 27px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.headerTop .header_language .language_detail:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  z-index: 1;
}
.headerTop .header_language .language_detail ul li {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
.headerTop .header_language .language_detail ul li a {
  display: block;
  text-decoration: none;
  color: #545454;
}
.headerTop .header_language .language_detail ul li a:hover {
  color: #c0a062;
}
.headerTop .header_language:hover .language_detail {
  display: block;
}
.headerTop .header_language:before {
  content: '\f0dd';
  position: absolute;
  top: -2px;
  right: 10px;
  font-family: 'FontAwesome';
}
.headerTop .topLinkBtn {
  display: none;
}
.headertype2 .headerTop .header.links {
  float: right;
}
.headertype2 .headerTop .header.links li {
  padding: 0 0 0 25px;
  margin: 0;
  float: right;
}
.headertype3 .headerTop .header.links {
  float: right;
  text-align: right;
}
.headertype3 .headerTop .header.links li {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.headertype3 .headerTop .header.links li a {
  margin: 0 0 0 25px;
}
.headerCenter,
.navWrap {
  background: #ffffff;
}
.relatedNav {
  position: relative;
  background: #fff;
}
.fullBanner .relatedNav,
.fixHeader .relatedNav {
  background: none;
}
.headertype2 .logoWrapper .logoBox {
  text-align: left;
}
.headertype3 .logoWrapper .logoBox {
  text-align: left;
}
.headertype3 .logoWrapper .logoBox .logo {
  height: 88px;
}
.greet.welcome {
  line-height: 16px;
}
.greet.welcome span {
  color: #ffffff;
  font-size: 11px;
}
.headertype3 .greet.welcome span {
  font-size: 11px;
  margin-left: 15px;
}
.customLinks {
  padding: 47px 0;
}
.customLinks li {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: auto;
  margin-bottom: 0;
}
.customLinks li a {
  color: #c0a062;
  border-left: medium none;
  display: block;
  font-size: 11px;
  line-height: 19px;
  margin-left: 0;
  padding-right: 13px;
  text-transform: uppercase;
  color: #545454;
}
.customLinks li a:hover {
  color: #c0a062;
}
.logoWrapper {
  display: table;
}
.logoWrapper .logoBox {
  display: table;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.logoWrapper .logoBox .logo {
  display: table-cell;
  float: none;
  height: 113px;
  width: auto;
  vertical-align: middle;
}
.logoWrapper .logoBox .logo img {
  float: none;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.logoWrapper .logoBox .logo .logoSm {
  display: none;
}
.logoWrapper .logoBox .logo .logoTp {
  display: none;
}
.minicart-wrapper {
  background: none;
  float: right;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px 0 5px 35px;
  position: relative;
}
.minicart-wrapper:before {
  content: '\f290';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  font-size: 22px;
  cursor: pointer;
}
.minicart-wrapper .text {
  color: #545454;
  margin: 0 !important;
  padding-right: 5px !important;
  position: relative !important;
}
.minicart-wrapper .counter.qty {
  background: #c0a062;
  color: #ffffff;
  border-radius: 50%;
  font-family: times new roman;
  font-size: 12px;
  height: 25px;
  left: 20px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 25px;
}
.minicart-wrapper .counter.qty .counter-label {
  display: none;
}
.minicart-wrapper .counter.qty .label {
  color: #545454;
  font-size: 14px;
}
.minicart-wrapper .counter.qty .loading-mask {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  width: 25px;
  height: 25px;
  left: 0;
}
.minicart-wrapper .counter.qty .loading-mask img {
  width: 100%;
}
.minicart-wrapper .block.block-minicart {
  display: none;
}
.minicart-wrapper .action.showcart:before {
  vertical-align: middle;
}
.minicart-wrapper.active .block.block-minicart {
  display: block !important;
}
.header-left {
  padding-bottom: 40px;
  padding-top: 40px;
  z-index: 98;
}
.header-left .serchB .searchIcon,
.header-left .serchB .searchIcon .fa {
  color: #545454;
  display: block;
  float: right;
  font-size: 15px;
  padding: 4px;
  position: relative;
  cursor: pointer;
}
.header-left .serchB .searchCenter {
  bottom: -12px;
  display: none;
  padding-right: 0;
  position: absolute;
  right: 12px;
  width: 100%;
  opacity: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header-left .serchB .searchCenter .field.search {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  position: relative;
  width: 100%;
}
.header-left .serchB .searchCenter .field.search .action.search {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
}
.header-left .serchB .searchCenter .field.search .action.search span {
  color: #545454;
  padding: 9px 15px;
  display: block;
  line-height: normal;
  background: none;
}
.header-left .serchB .searchCenter .field.search .action.search span span {
  padding: 0;
}
.header-left .serchB .searchCenter .field.search input {
  border: none;
  padding: 10px;
  width: 100%;
  line-height: normal;
  height: auto;
}
.header-left .serchB .searchCenter .topArrow {
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  right: 7px;
  content: '';
  top: -17px;
}
.header-left .serchB .searchCenter:before {
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  right: 7px;
  content: '';
  top: -17px;
  border-bottom-color: #ddd;
}
.header-left .serchB .searchCenter:after {
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  right: 7px;
  content: '';
  top: -17px;
  top: -15px;
  border-bottom-color: #fff;
}
.header-left .serchB .searchCenter.active {
  display: block;
}
.page-header.headertype3 {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.cms-index-index .page-header.headertype3 {
  margin-bottom: 0;
}
#tabs .bestselling-title {
  display: inline-block;
  margin-top: 0;
  text-align: center;
  width: 100%;
  padding-top: 50px;
}
#tabs .bestselling-title h2 {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding: 0 0 15px 0;
}
#tabs .bestselling-title h2 span {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0 5px;
  padding: 0;
}
#tabs .bestselling-title h2 span a {
  float: left;
  font-size: 13px;
  padding: 15px  20px;
  text-transform: uppercase;
  color: #545454;
}
#tabs .bestselling-title h2 span.active {
  border-color: #c0a062;
}
#tabs .bestselling-title h2 span.active a {
  color: #c0a062;
}
.bs_5 .product-items .product-item:nth-child(6n) + .product-item {
  clear: left;
}
.bs_4 .product-items .product-item:nth-child(4n) + .product-item {
  clear: left;
}
.bs_3 .product-items .product-item:nth-child(3n) + .product-item {
  clear: left;
}
.bs_2 .product-items .product-item:nth-child(2n) + .product-item {
  clear: left;
}
.category-view .category-description {
  left: 0;
  padding: 50px 20%;
  text-align: center;
  top: 0;
  width: 100%;
}
.toolbar-products {
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  padding-bottom: 10px;
}
.toolbar-products .pages {
  display: none;
}
.toolbar-products .pages .pages-label {
  display: inline-block;
  font-weight: normal;
}
.toolbar-products .pages .pages-items {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-products .pages .pages-items li {
  display: block;
  float: left;
  margin: 0 0 0 1px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.toolbar-products .pages .pages-items li .page .label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.toolbar-products .pages .pages-items li a {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  display: block;
  color: #545454;
}
.toolbar-products .pages .pages-items li a .label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.toolbar-products .pages .pages-items li .action.next {
  font-size: 0;
  position: relative;
  border: medium none;
  box-shadow: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.toolbar-products .pages .pages-items li .action.next:before {
  position: absolute;
  top: 0;
  left: 13px;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
}
.toolbar-products .pages .pages-items li .action.next:before:hover {
  color: #fff;
}
.toolbar-products .pages .pages-items li .action.previous {
  font-size: 0;
  position: relative;
  border: medium none;
  box-shadow: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.toolbar-products .pages .pages-items li .action.previous:before {
  position: absolute;
  top: 0;
  left: 13px;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
}
.toolbar-products .pages .pages-items li .action.previous:before:hover {
  color: #fff;
}
.toolbar-products .pages .pages-items li .action.previous:before {
  content: "\f104";
}
.bottomtoolbar .toolbar-products {
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-bottom: none;
}
.bottomtoolbar .toolbar-products .modes,
.bottomtoolbar .toolbar-products .toolbar-amount,
.bottomtoolbar .toolbar-products .sorter {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.bottomtoolbar .toolbar-products .pages {
  display: block;
}
.maincontent .mainCol .product-items {
  display: inline-block;
  width: 100%;
}
.maincontent .mainCol .product-items .product-item {
  margin-bottom: 40px;
  text-align: center;
}
.maincontent .mainCol .product-items .product-item .product-item-info {
  position: relative;
}
.maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
}
.maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo img {
  width: 100%;
}
.maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo .face {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo .face img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo .back-img {
  left: 100%;
}
.maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo:hover .face {
  left: -100%;
}
.maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo:hover .back-img {
  left: 0;
}
.maincontent .mainCol .product-items .product-item .product-item-info .swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.maincontent .mainCol .product-items .product-item .product-item-info .swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.maincontent .mainCol .product-items .product-item .fadeView .product-item-photo .back-img {
  left: 0;
  opacity: 0;
}
.maincontent .mainCol .product-items .product-item .fadeView .product-item-photo:hover .face {
  left: 0;
}
.maincontent .mainCol .product-items .product-item .fadeView .product-item-photo:hover .back-img {
  left: 0;
  opacity: 1;
}
.maincontent .mainCol .product-items .product-item .product-item-details {
  position: relative;
}
.maincontent .mainCol .product-items .product-item .product-item-details .product-item-name {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.maincontent .mainCol .product-items .product-item .product-item-details .product-item-name a {
  color: #545454;
}
.maincontent .mainCol .product-items .product-item .product-item-details .price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.maincontent .mainCol .product-items .product-item .product-item-details .price-box .special-price {
  float: right;
}
.maincontent .mainCol .product-items .product-item .product-item-details .price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.maincontent .mainCol .product-items .product-item .product-item-details .price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.maincontent .mainCol .product-items .product-item .product-item-details .price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.maincontent .mainCol .product-items .product-item .product-item-details .price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.maincontent .mainCol .product-items .product-item .product-item-details .price-box .price-from,
.maincontent .mainCol .product-items .product-item .product-item-details .price-box .price-to {
  margin: 0;
}
.maincontent .mainCol .product-items .product-item .product-item-details .price-box .price-from .price-label,
.maincontent .mainCol .product-items .product-item .product-item-details .price-box .price-to .price-label {
  font-size: 12px;
}
.maincontent .mainCol .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 10px 0;
}
.maincontent .mainCol .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: inline;
}
.maincontent .mainCol .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  display: inline-block;
  height: 30px;
  margin: 1px;
  padding: 5px;
  width: 30px;
}
.maincontent .mainCol .product-items .product-item .salePrice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-family: arial;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  padding: 6px 8px;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.maincontent .mainCol .product-items .product-item .new-badge {
  background: #31b404 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.maincontent .mainCol .product-items .product-item .badgeBox {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 70px;
  z-index: 1;
}
.maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price {
  border-radius: 50%;
  height: 80px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: -100px;
  width: 80px;
  z-index: 1;
  padding: 28px 0;
}
.maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price .price-label {
  display: none;
}
.maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price span {
  padding: 0;
  font-size: 14px;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price .special-price {
  float: none;
  padding: 0;
}
.maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price .old-price {
  padding: 0;
  float: none;
}
.maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price:before {
  border-radius: 50%;
  content: "";
  height: 80px;
  line-height: 80px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: -1;
}
.maincontent .mainCol .product-items.itemType1 .product-item .spBox .price-box {
  padding: 32px 0 0;
}
.maincontent .mainCol .product-items.itemType1 .product-item .spBox .price-box .old-price {
  float: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  width: 100%;
}
.maincontent .mainCol .product-items.itemType2 .heart {
  background: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #dee0e9;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 10px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 35px;
  z-index: 1;
  color: #c0a062;
  left: 0;
}
.maincontent .mainCol .product-items.itemType2 .heart:hover {
  border-color: #c0a062;
}
.maincontent .mainCol .product-items.itemType2 .tocompare.w-btn {
  background: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #dee0e9;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 10px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 35px;
  z-index: 1;
  color: #c0a062;
  left: 0;
  right: 0;
  left: auto;
}
.maincontent .mainCol .product-items.itemType2 .tocompare.w-btn:hover {
  border-color: #c0a062;
}
.maincontent .mainCol .product-items.itemType2 .tocompare.w-btn:hover {
  border-color: #c0a062;
}
.maincontent .mainCol .product-items.itemType2 .salePrice {
  margin: 10px 5px;
  padding: 3px 8px;
  position: static;
}
.maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary {
  display: inline-block;
  padding-top: 5px;
  width: 100%;
}
.maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary button {
  background: none;
  float: left;
}
.maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary button span {
  background: #c0a062;
  border-width: 1px;
  border-style: solid;
  border-color: #c0a062;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary button:hover span {
  border-color: #c0a062;
  color: #c0a062;
  background: #ffffff;
}
.maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary .qview.w-btn {
  background: #c0a062;
  border-width: 1px;
  border-style: solid;
  border-color: #c0a062;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: capitalize;
  float: right;
}
.maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary .qview.w-btn:hover {
  border-color: #c0a062;
  color: #c0a062;
  background: #ffffff;
}
.maincontent .mainCol .product-items.itemType2 .new-badge {
  left: 0 !important;
  top: -40px !important;
  right: auto;
}
.maincontent .mainCol .product-items.itemType3 .salePrice {
  margin: 10px 5px;
  padding: 3px 8px;
  position: static;
}
.maincontent .mainCol .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox {
  position: absolute;
  top: -50px;
  right: 0;
  transform: translate3d(0, 40px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transform: translate3d(0, 40px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transform: translate3d(0, 40px, 0px);
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
}
.maincontent .mainCol .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox .w-btn {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  min-width: 40px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.maincontent .mainCol .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox .w-btn:hover {
  background: #c0a062;
  color: #fff;
}
.maincontent .mainCol .product-items.itemType3 .product-item-info:hover .product-item-details .product-item-inner .iconBox {
  opacity: 1;
  transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
  -moz-transform: translate3d(0px, 0, 0px);
}
.maincontent .mainCol .products-list .product-items {
  display: inline-block;
  width: 100%;
}
.maincontent .mainCol .products-list .product-items .product-item {
  margin-bottom: 40px;
  text-align: center;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info {
  position: relative;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-photo img {
  width: 100%;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-photo .face {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-photo .face img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-photo .back-img {
  left: 100%;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-photo:hover .face {
  left: -100%;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-photo:hover .back-img {
  left: 0;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.maincontent .mainCol .products-list .product-items .product-item .fadeView .product-item-photo .back-img {
  left: 0;
  opacity: 0;
}
.maincontent .mainCol .products-list .product-items .product-item .fadeView .product-item-photo:hover .face {
  left: 0;
}
.maincontent .mainCol .products-list .product-items .product-item .fadeView .product-item-photo:hover .back-img {
  left: 0;
  opacity: 1;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details {
  position: relative;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .product-item-name {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .product-item-name a {
  color: #545454;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box .special-price {
  float: right;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box .price-from,
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box .price-to {
  margin: 0;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box .price-from .price-label,
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .price-box .price-to .price-label {
  font-size: 12px;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 10px 0;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: inline;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  display: inline-block;
  height: 30px;
  margin: 1px;
  padding: 5px;
  width: 30px;
}
.maincontent .mainCol .products-list .product-items .product-item .salePrice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-family: arial;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  padding: 6px 8px;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.maincontent .mainCol .products-list .product-items .product-item .new-badge {
  background: #31b404 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.maincontent .mainCol .products-list .product-items .product-item .badgeBox {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 70px;
  z-index: 1;
}
.maincontent .mainCol .products-list .product-items .product-item .price-box.price-final_price {
  border-radius: 50%;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}
.maincontent .mainCol .products-list .product-items .product-item .price-box.price-final_price:before {
  display: none;
}
.maincontent .mainCol .products-list .product-items .product-item .price-box.price-final_price span {
  color: #525252;
  font-size: 20px;
  padding: 0;
  text-shadow: none;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-photo {
  width: 25%;
  float: left;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-details {
  float: left;
  position: relative;
  text-align: left;
  width: 75%;
  padding: 0 20px;
}
.maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-details .swatch-attribute-options {
  margin-top: 5px;
  text-align: left;
}
.maincontent .mainCol .products-list .product-items.itemType1 {
  display: inline-block;
  width: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item {
  margin-bottom: 40px;
  text-align: center;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info {
  position: relative;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo img {
  width: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo .face {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo .face img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo .back-img {
  left: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo:hover .face {
  left: -100%;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo:hover .back-img {
  left: 0;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .fadeView .product-item-photo .back-img {
  left: 0;
  opacity: 0;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .fadeView .product-item-photo:hover .face {
  left: 0;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .fadeView .product-item-photo:hover .back-img {
  left: 0;
  opacity: 1;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details {
  position: relative;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .product-item-name {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .product-item-name a {
  color: #545454;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box .special-price {
  float: right;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box .price-from,
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box .price-to {
  margin: 0;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box .price-from .price-label,
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .price-box .price-to .price-label {
  font-size: 12px;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 10px 0;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: inline;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  display: inline-block;
  height: 30px;
  margin: 1px;
  padding: 5px;
  width: 30px;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .salePrice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-family: arial;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  padding: 6px 8px;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .new-badge {
  background: #31b404 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .badgeBox {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 70px;
  z-index: 1;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .price-box.price-final_price {
  border-radius: 50%;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .price-box.price-final_price:before {
  display: none;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .price-box.price-final_price span {
  color: #525252;
  font-size: 20px;
  padding: 0;
  text-shadow: none;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo {
  width: 25%;
  float: left;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-details {
  float: left;
  position: relative;
  text-align: left;
  width: 75%;
  padding: 0 20px;
}
.maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-details .swatch-attribute-options {
  margin-top: 5px;
  text-align: left;
}
.maincontent .mainCol .products-list .product-items.itemType2 .product-item .tocompare.w-btn {
  left: 20%;
  right: auto;
}
.maincontent .mainCol .products-list .product-items.itemType2 .product-item .product-item-details {
  width: auto;
}
.maincontent .mainCol .products-list .product-items.itemType2 .product-items .product-item .tocompare.w-btn {
  left: 20%;
  right: auto;
}
.maincontent .mainCol .products-list .product-items.itemType2 .product-items .product-item .product-item-details {
  width: auto;
}
.maincontent .mainCol .products-list .product-items.itemType3 {
  display: inline-block;
  width: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item {
  margin-bottom: 40px;
  text-align: center;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info {
  position: relative;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo img {
  width: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo .face {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo .face img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo .back-img {
  left: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo:hover .face {
  left: -100%;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo:hover .back-img {
  left: 0;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .fadeView .product-item-photo .back-img {
  left: 0;
  opacity: 0;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .fadeView .product-item-photo:hover .face {
  left: 0;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .fadeView .product-item-photo:hover .back-img {
  left: 0;
  opacity: 1;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details {
  position: relative;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .product-item-name {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .product-item-name a {
  color: #545454;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box .special-price {
  float: right;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box .price-from,
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box .price-to {
  margin: 0;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box .price-from .price-label,
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .price-box .price-to .price-label {
  font-size: 12px;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 10px 0;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: inline;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  display: inline-block;
  height: 30px;
  margin: 1px;
  padding: 5px;
  width: 30px;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .salePrice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-family: arial;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  padding: 6px 8px;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .new-badge {
  background: #31b404 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .badgeBox {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 70px;
  z-index: 1;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .price-box.price-final_price {
  border-radius: 50%;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .price-box.price-final_price:before {
  display: none;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .price-box.price-final_price span {
  color: #525252;
  font-size: 20px;
  padding: 0;
  text-shadow: none;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo {
  width: 25%;
  float: left;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-details {
  float: left;
  position: relative;
  text-align: left;
  width: 75%;
  padding: 0 20px;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-details .swatch-attribute-options {
  margin-top: 5px;
  text-align: left;
}
.maincontent .mainCol .products-list .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox {
  opacity: 1;
  padding: 20px 0;
  position: static;
  right: 0;
  top: 0;
  transform: none;
}
.maincontent .sidebar.sidebar-additional {
  clear: left;
  margin: 0;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 25% !important;
}
.block-compare .counter.qty {
  display: none;
}
.block-compare .product-item {
  position: relative;
}
.block-compare .product-item .product-item-name {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin-left: 20px;
  padding: 10px 0;
  width: 100%;
}
.block-compare .product-item .product-item-name a {
  color: #545454;
}
.block-compare .product-item .action.delete span {
  display: none;
}
.block-compare .product-item .action.delete:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 15px;
  color: #545454;
  content: "\f057";
}
.fieldset.coupon .field .control #coupon_code {
  height: 47px;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #545454;
}
.page-layout-2columns-right .maincontent .sidebar.sidebar-additional {
  clear: right;
}
.page-layout-2columns-right .maincontent .mainCol {
  float: left;
}
.col-md-9 .container.zeroNine {
  float: none !important;
  padding: 0 !important;
  width: auto !important;
}
.product.media {
  margin-top: 25px;
}
.product.media .gallery-placeholder.swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.product.media .gallery-placeholder.swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.product.media .fotorama__thumb-border {
  border-color: #c0a062;
}
.catalog-product-view .column.main {
  position: relative;
}
.catalog-product-view .column.main .product-brand-wrapper {
  position: absolute;
  display: inline-block;
  max-width: 150px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  top: 10px;
  right: 15px;
  width: 100%;
}
.catalog-product-view .column.main .product-brand-wrapper span {
  display: none;
}
.product-info-main {
  position: relative;
  float: right;
}
.product-info-main .page-title-wrapper {
  margin: 15px 0;
  text-align: left;
  padding-right: 160px;
}
.product-info-main .product-reviews-summary {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}
.product-info-main .product-info-price {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  font-size: 25px;
  padding: 0;
  float: left;
}
.product-info-main .product-info-price .product-info-stock-sku {
  float: right;
  text-align: right;
  padding: 13px 0;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.available {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.available {
  border-width: 1px;
  border-style: solid;
  border-color: #008000;
  color: #008000;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  border-width: 1px;
  border-style: solid;
  border-color: #ff0000;
  color: #ff0000;
}
.product-info-main .product-info-price .product-info-stock-sku .product.sku {
  display: inline-block;
}
.product-info-main .product-info-price .product-info-stock-sku .product.sku .type {
  display: inline-block;
  position: relative;
}
.product-info-main .product-info-price .product-info-stock-sku .product.sku .type:after {
  content: ':';
}
.product-info-main .product-info-price .product-info-stock-sku .product.sku .value {
  display: inline-block;
  margin: 0 5px;
}
.product-info-main .bundle-actions {
  margin-top: 20px;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute {
  margin-bottom: 10px;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-size: 14px;
  font-weight: normal;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.text {
  height: auto;
}
.product-info-main .product-add-form .product-options-bottom .box-tocart {
  padding-top: 0;
}
.product-info-main .product-add-form .box-tocart {
  display: inline-block;
  padding-top: 15px;
  width: 100%;
  margin: 0 0 20px;
}
.product-info-main .product-add-form .box-tocart .field.qty {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.product-info-main .product-add-form .box-tocart .field.qty .label {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
}
.product-info-main .product-add-form .box-tocart .field.qty .control input {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  width: 80px;
}
.product-info-main .product-add-form .box-tocart .actions {
  padding-top: 20px;
  float: left;
  width: 100%;
  text-align: left;
}
.product-info-main .product-add-form .box-tocart .actions .action.tocart {
  margin-bottom: 0;
  margin-right: 1%;
  width: 49%;
  background: #c0a062;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product-info-main .product-add-form .box-tocart .actions .action.tocart span {
  background: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  text-transform: capitalize;
}
.product-info-main .product-add-form .box-tocart .actions .action.tocart:hover {
  opacity: 0.8;
}
.product-add-form .product-options-bottom .actions {
  padding-top: 20px;
  float: left;
  width: 100%;
  text-align: left;
}
.product-add-form .product-options-bottom .actions .action.tocart {
  margin-bottom: 0;
  margin-right: 1%;
  width: 49%;
  background: #c0a062;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product-add-form .product-options-bottom .actions .action.tocart span {
  background: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  text-transform: capitalize;
}
.product-add-form .product-options-bottom .actions .action.tocart:hover {
  opacity: 0.8;
}
.catalog-product-view .product-social-links {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  margin-top: 20px;
}
.catalog-product-view .product-social-links .product-addto-links {
  text-align: left;
}
.catalog-product-view .product-social-links .product-addto-links .action {
  margin-right: 5%;
  padding-left: 22px;
  font-size: 14px;
  position: relative;
  float: left;
  color: #545454;
}
.catalog-product-view .product-social-links .product-addto-links .action:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  content: "\f004";
  margin: 0;
  font-size: 14px;
}
.catalog-product-view .product-social-links .product-addto-links .action:hover {
  color: #c0a062;
}
.catalog-product-view .product-social-links .product-addto-links .action.tocompare:before {
  content: "\f080";
  top: 2px;
}
.catalog-product-view .product-social-links .action.mailto.friend {
  margin-right: 5%;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
  color: #545454;
}
.catalog-product-view .product-social-links .action.mailto.friend:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  content: "\f0e0";
}
.catalog-product-view .product-social-links .action.mailto.friend:hover {
  color: #c0a062;
}
footer.page-footer {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
footer.page-footer h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 12px;
  padding: 0;
}
footer.page-footer .footer1 .areaBox,
footer.page-footer .footer3 .areaBox {
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-top: 40px;
  font-size: 13px;
}
footer.page-footer .footer1 .areaBox .links li,
footer.page-footer .footer3 .areaBox .links li {
  display: inline-block;
  padding-bottom: 8px;
  padding-left: 16px;
  position: relative;
  width: 100%;
}
footer.page-footer .footer1 .areaBox .links li:before,
footer.page-footer .footer3 .areaBox .links li:before {
  content: "\f0da";
  left: 0;
  position: absolute;
  top: 5px;
  font-family: 'FontAwesome';
}
footer.page-footer .footer1 .mdl-social li,
footer.page-footer .footer3 .mdl-social li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
}
footer.page-footer .footer1 .mdl-social li a,
footer.page-footer .footer3 .mdl-social li a {
  border-width: 1px;
  border-style: solid;
  border-color: #a8a8a8;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
footer.page-footer .footer2 .footer-top-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(245, 245, 245, 0.3);
  padding: 30px 0;
}
footer.page-footer .footer2 .footer-top-wrapper .mdl-social li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
}
footer.page-footer .footer2 .footer-top-wrapper .mdl-social li a {
  border-width: 1px;
  border-style: solid;
  border-color: #a8a8a8;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
footer.page-footer .footer2 .footer-top-wrapper .mdl-social li a {
  border: none;
}
footer.page-footer .footer2 .footer-bottom-wrapper {
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}
footer.page-footer .footer2 .footer-bottom-wrapper .links li {
  display: inline-block;
  padding-bottom: 8px;
  padding-left: 16px;
  position: relative;
  width: 100%;
}
footer.page-footer .footer2 .footer-bottom-wrapper .links li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'FontAwesome';
}
footer.page-footer .footer4 .footer-wrapper-top {
  padding: 30px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
}
footer.page-footer .footer4 .footer-wrapper-top .uspBox li {
  float: left;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: center;
  width: 20%;
}
footer.page-footer .footer4 .footer-wrapper-top .uspBox li .fa {
  font-size: 50px;
}
footer.page-footer .footer4 .footer-wrapper-top .uspBox li .fa span {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
footer.page-footer .footer4 .footer-wrapper-top .uspBox li h3 {
  display: inline-block;
  padding: 25px 0 5px;
  width: 100%;
  margin-bottom: 0;
}
footer.page-footer .footer4 .footer-wrapper-top .uspBox li p {
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 0;
  width: 100%;
}
footer.page-footer .footer4 .footer-wrapper-mid {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  padding: 30px 0;
}
footer.page-footer .footer4 .footer-wrapper-mid h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 12px;
}
footer.page-footer .footer4 .footer-wrapper-mid .links li {
  display: inline-block;
  padding-bottom: 8px;
  padding-left: 16px;
  position: relative;
  width: 100%;
}
footer.page-footer .footer4 .footer-wrapper-mid .links li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'FontAwesome';
}
footer.page-footer .footer4 .footer-wrapper-bottom {
  padding: 30px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
}
footer.page-footer .footer4 .footer-wrapper-bottom .coloredIcon h3 {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
footer.page-footer .footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
}
footer.page-footer .footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li a {
  border-width: 1px;
  border-style: solid;
  border-color: #a8a8a8;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
footer.page-footer .footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li {
  margin: 0;
}
footer.page-footer .footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li a {
  border: none;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
footer.page-footer .footer4 .tweet-post > h3 {
  display: none;
}
footer.page-footer .footer4 ul.tweet-post li a {
  color: #c0a062;
}
footer.page-footer .footer5 {
  text-align: center;
  padding: 25px 0 0;
}
footer.page-footer .footer5 .smallFooter {
  border-top: 1px solid rgba(245, 245, 245, 0.3);
  display: inline-block;
  margin: 5px 0;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
footer.page-footer .footer5 .smallFooter li {
  display: inline-block;
  float: none;
  margin: 10px 0;
  padding: 0 25px;
  position: relative;
}
footer.page-footer .footer5 .smallFooter li a {
  display: block;
  font-size: 14px;
}
footer.page-footer .footer5 .smallFooter li:before {
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-35deg);
  width: 1px;
}
footer.page-footer .footer5 .smallFooter li + li:before {
  display: block;
}
footer.page-footer .footer5 .hexagon {
  text-align: right;
}
footer.page-footer .footer5 .hexagon h3 {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
footer.page-footer .footer5 .hexagon .mdl-social {
  display: inline-block;
}
footer.page-footer .footer5 .hexagon .mdl-social li {
  display: inline-block;
  float: none;
  margin: 10px 20px;
  position: relative;
  vertical-align: top;
}
footer.page-footer .footer5 .hexagon .mdl-social li a {
  font-size: 18px;
  display: block;
}
footer.page-footer .footer5 .hexagon .mdl-social li a:hover {
  color: #fff;
}
footer.page-footer .footerBox.hasBg {
  background: none;
}
.copyright {
  padding: 15px 0;
}
.copyright .copyText {
  float: left;
  margin: 5px 0;
}
.copyright .paymentBlock {
  float: right;
  margin: 3px 0 0;
}
.copyright.hasBg {
  background: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #a8a8a8;
}
#back-top {
  background: #c0a062 none repeat scroll 0 0;
  bottom: 18px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 36px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 9;
}
#back-top a {
  display: block;
  color: #fff;
}
.actions-toolbar .primary .button.action {
  background: #c0a062;
}
.actions-toolbar .primary .button.action span {
  line-height: normal;
}
.actions-toolbar .primary .button.action span:hover {
  background: none;
}
.crate {
  margin: 50px 0;
  position: relative;
}
.crate h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.crate > h3:before {
  background: #c0a062 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 16%;
}
.crate p {
  color: #919191;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}
.crate.ct_left {
  padding-left: 100px;
}
.crate em {
  border: 1px solid #dddddd;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  font-size: 25px;
  height: 80px;
  left: 0;
  line-height: 80px;
  position: absolute;
  text-align: center;
  width: 80px;
}
.crate em sup {
  display: none;
}
.crate img {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 10px;
}
.crate.ct_top {
  padding-top: 100px;
  text-align: center;
}
.crate.ct_top em {
  left: 50%;
  margin-left: -40px;
  top: 0;
}
.crate.ct_top > h3:before {
  left: 50%;
  margin-left: -8%;
}
.collout {
  background: #f0f0f0 none repeat scroll 0 0;
  display: inline-block;
  font-size: 27px;
  margin: 50px 0;
  padding: 40px;
  text-align: center;
  width: 100%;
}
.error_404 {
  text-align: center;
}
.error_404 h1 {
  font-size: 80px;
  line-height: 60px;
  margin: 50px 0;
  text-align: center;
  width: 100%;
}
.error_404 h1 span {
  display: inline-block;
  font-size: 31px;
  width: 100%;
}
.login-container .block-customer-login {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.login-container .block-customer-login .block-content .actions-toolbar .primary {
  float: left;
  margin-right: 10px;
}
.login-container .block-customer-login .block-content .actions-toolbar .secondary {
  float: left;
  font-size: 14px;
  margin: 12px 0;
}
.login-container .block-customer-login .block-content .actions-toolbar .secondary a.action {
  margin-top: 0;
}
.login-container .block-new-customer {
  width: 50%;
  float: right;
  padding: 0 15px;
}
.login-container .block-new-customer .block-content p {
  font-size: 14px;
  margin-bottom: 15px;
}
.login-container .block-new-customer .block-content .primary a {
  display: inline-block;
  font-size: 13px;
  line-height: 45px;
  padding: 0 25px;
  text-transform: capitalize;
}
.highlighterWrap {
  padding: 50px 0;
  background-color: #808080;
  text-align: center;
}
.highlighterWrap .highlighter-content {
  display: inline-block;
  padding: 50px 15px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 80%;
  z-index: 1;
  color: #f9f9f9;
}
.highlighterWrap .highlighter-content h2 {
  font-size: 40px;
  font-weight: 300;
  margin: 15px 0;
  text-transform: capitalize;
}
.highlighterWrap .highlighter-content p {
  font-size: 14px;
  margin: 10px 0;
}
.highlighterWrap .highlighter-content button.view-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  margin-top: 30px;
}
.highlighterWrap .highlighter-content button.view-button span {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 14px;
  padding: 12px 37px;
  text-transform: uppercase;
  line-height: normal;
  background: none;
}
.highlighterWrap .highlighter-content:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.highlighterWrap .owl-theme .owl-controls .owl-buttons {
  position: static;
}
.highlighterWrap .owl-theme .owl-controls .owl-buttons div {
  background: none;
  font-size: 50px;
  height: 50px;
  line-height: normal;
  margin: -25px 0 0 0;
  width: 30px;
  position: absolute;
  top: 50%;
}
.highlighterWrap .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.highlighterWrap .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.quickProducts {
  padding-top: 30px;
  padding-bottom: 30px;
}
.quickProducts .block-title h2 {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
.quickProducts .quickProduct ul.quick_products li {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  width: 100%;
}
.quickProducts .quickProduct ul.quick_products li a.product-item-photo {
  background: #ffffff none repeat scroll 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  float: left;
  margin-right: 0;
  padding: 5px;
  width: 85px;
}
.quickProducts .quickProduct ul.quick_products li .quickContent {
  margin-left: 100px;
}
.quickProducts .quickProduct ul.quick_products li .quickContent .product-item-name a {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  color: #545454;
  display: inline-block;
  width: 100%;
}
.quickProducts .quickProduct ul.quick_products li .quickContent .price-box .price {
  font-size: 15px;
  font-weight: bold;
}
.wanexo-quickview-quick-quick .page-title-wrapper {
  margin-bottom: 0;
}
.wanexo-quickview-quick-quick .page-title-wrapper .page-title {
  font-size: 25px;
}
.wanexo-quickview-quick-quick .container.oneCol {
  width: 100%;
  padding: 0;
}
.wanexo-quickview-quick-quick .container.oneCol .row.column.main {
  margin: 0;
  padding-bottom: 0;
}
.wanexo-quickview-quick-quick .container.oneCol .row.column.main .product-info-main {
  float: right;
  width: 50%;
}
.wanexo-quickview-quick-quick .container.oneCol .row.column.main .product.media {
  float: left;
  width: 50%;
  margin: 0;
}
#owl-brand.owl-carousel .owl-item .item {
  text-align: center;
}
#owl-brand.owl-carousel .owl-item .item img {
  max-width: 100%;
  width: auto;
}
.wanexo-blogs-post-view .page-title-wrapper {
  display: none;
}
#blogSlide .item {
  text-align: center;
}
#blogSlide .item .img-block img {
  width: 100%;
}
#blogSlide .item h3 .blogName {
  text-transform: capitalize;
}
#blogSlide .item .bList {
  display: inline-block;
  padding: 10px 0;
  text-align: left;
  white-space: nowrap;
  width: auto;
}
#blogSlide .item .bList li {
  display: inline-block;
  vertical-align: top;
}
#blogSlide .item .bList li a {
  color: #a69e8c;
}
#blogSlide .item .bList li strong {
  padding: 0 8px;
}
#blogSlide .item .shortdes {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
  text-transform: none;
}
.bList {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.bList li {
  color: #a69e8c;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.post-content .itemBlog {
  display: inline-block;
  width: auto;
  float: left;
  width: 50%;
  padding: 15px;
}
.post-content .itemBlog h2 {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  width: 100%;
}
.post-content .itemBlog .img-block {
  display: inline-block;
  padding-bottom: 20px;
}
.post-content .itemBlog .shortdec {
  color: #565656;
  font-size: 14px;
  line-height: 2.2em;
  margin: 0 0 30px;
}
.post-content .itemBlog .rblog {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.post-content .itemBlog .rblog .blog-readmore {
  background: none;
  border: 1px solid #c9c9c9;
  color: #a69e8c;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 14px 20px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.post-content .itemBlog .rblog .blog-readmore:hover {
  border: 1px solid #c0a062;
  color: #c0a062;
}
.post-content .itemBlog:nth-child(2n) + .itemBlog {
  clear: left;
}
.post-content-item h2 {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  width: 100%;
}
.post-content-item .img-block {
  display: inline-block;
  padding-bottom: 20px;
}
.post-content-item .big-shortdec {
  color: #565656;
  font-size: 14px;
  line-height: 2.2em;
  margin: 0 0 30px;
}
.post-content-item .big-shortdec p {
  color: #565656;
  font-size: 14px;
  line-height: 2.2em;
  margin: 0 0 30px;
}
.sidebar-post-wrapper {
  margin-bottom: 30px;
}
.sidebar-post-wrapper #search-blog .search {
  margin-bottom: 10px;
}
.sidebar-post-wrapper .sidebar-content li {
  color: #808080;
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.sidebar-post-wrapper .sidebar-content li a {
  color: #545454;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  font-weight: bold;
}
.sidebar-post-wrapper .sidebar-content li a:hover {
  margin-left: 15px;
  color: #808080;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.progress-bar.animate {
  width: 100%;
  background: yellow;
}
.modal-popup .action-close:before,
.modal-slide .action-close:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #ffffff;
  font-size: 12px !important;
  line-height: 12px;
  vertical-align: middle;
}
.modal-content .block-title strong {
  border-bottom: medium none;
  width: auto;
}
body {
  color: #545454;
}
a,
a:hover,
a:active {
  color: #c0a062;
}
a:visited {
  color: inherit;
}
input,
textarea,
select {
  border-color: #dddddd;
}
button span {
  color: #ffffff;
  background: #c0a062;
}
button:hover span {
  background: #545454;
}
.cIcons .mdl-social li a {
  color: #ffffff;
}
.cIcons .mdl-social li.facebook a {
  background: #3a589b;
}
.cIcons .mdl-social li.twitter a {
  background: #63b4e4;
}
.cIcons .mdl-social li.google-plus a {
  background: #d6492f;
}
.cIcons .mdl-social li.youtube a {
  background: #cf3427;
}
.cIcons .mdl-social li.pinterest a {
  background: #999999;
}
.cIcons .mdl-social li.linkedin a {
  background: #007ab9;
}
.cIcons .mdl-social li.rss a {
  background: #e19126;
}
.cIcons .mdl-social li.tumblr a {
  background: #4d83ba;
}
.cIcons .mdl-social li.tumblr a {
  background: #4d83ba;
}
.cIcons .mdl-social li.dribbble a {
  background: #ea4c89;
}
.panel.wrapper {
  background: #c0a062;
  color: #ffffff;
}
.panel.wrapper .links li a {
  color: #ffffff;
}
.minicart-wrapper .action.showcart:after {
  color: #545454;
}
.nav-container ul#nav .lab-red {
  background: #ff0000;
  color: #ffffff;
}
.nav-container ul#nav .lab-red:before {
  border-top-color: #ff0000;
}
.nav-container ul#nav .lab-yellow {
  background: #faeb1a;
  color: #ffffff;
}
.nav-container ul#nav .lab-yellow:before {
  border-top-color: #faeb1a;
}
.nav-container ul#nav .lab-green {
  background: #6fba54;
  color: #ffffff;
}
.nav-container ul#nav .lab-green:before {
  border-top-color: #6fba54;
}
.nav-container ul#nav ul.submenu {
  background: #ffffff;
}
#owlBanner .owl-prev,
#owlBanner .owl-next {
  color: #ffffff;
}
.camerarelative .btn-cart {
  color: #ffffff;
  border-color: #ffffff;
}
.btnBox .bannerBtn {
  color: #ffffff;
  border-color: #ffffff;
}
#tabs .bestselling-title h2 span {
  border-color: #dddddd;
}
#tabs .bestselling-title h2 span a {
  color: #545454;
}
#tabs .bestselling-title h2 span.current {
  border-color: #545454;
}
.breadcrumbBox > .container > .breadcrumbs {
  background: #eeeeee;
}
.toolbar select {
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  border-width: #cccccc;
  border-style: solid;
  border-color: #dddddd;
}
.toolbar .modes .modes-mode {
  background: #fff;
  color: #9e9e9e;
  border-color: #dddddd;
}
.toolbar .modes .modes-mode:before {
  color: #7d7d7d;
}
.toolbar .modes .modes-mode.active {
  background: #dedede;
}
.toolbar .modes .mode-list:hover {
  background: #ebebeb;
  color: #7d7d7d;
}
.toolbar .pages-items li a {
  background: #f5f5f5;
}
.toolbar .pages-items li a:hover {
  background: #c0a062;
  color: #fff;
}
.toolbar .pages-items li a:hover span {
  color: #fff;
}
.toolbar .pages-items li a:hover:before {
  color: #fff;
}
.toolbar .pages-items li.current {
  background-color: #e5e5e5;
}
.bIcon {
  color: #7d7d7d;
}
.bIcon:hover {
  border-color: #c0a062 !important;
  color: #c0a062;
}
.old-price .price {
  color: #8b8b8b;
}
.salePrice {
  background: #c82536;
  color: #ffffff;
}
.message.info,
.message-notice,
.message.notice,
.message.warning {
  border-color: #f8e3a0;
  background: #fcf4d9;
}
.message.info:before,
.message-notice:before,
.message.notice:before,
.message.warning:before {
  color: #8c6741;
}
.message.success {
  border-color: #a3d6a1;
  background: #c6e4c4;
}
.message.success:before {
  color: #177144;
}
.message.message-error {
  border-color: #e3a2a1;
  background: #f1d2d1;
}
.message.message-error:before {
  color: #e00000;
}
.mage-error {
  color: #e00000;
}
.face {
  background: #ffffff;
}
.footerBox {
  background: #262f38;
  color: #a8a8a8;
}
.footerBox .links li a {
  color: #a8a8a8;
}
.footerBox .links li a:hover {
  color: #ffffff;
}
.footerBox .mdl-social li a {
  color: #a8a8a8;
}
.footer2 .coloredIcon .mdl-social li a {
  color: #ffffff;
}
.footer2 .coloredIcon .mdl-social li.facebook a {
  background: #3a589b;
}
.footer2 .coloredIcon .mdl-social li.twitter a {
  background: #63b4e4;
}
.footer2 .coloredIcon .mdl-social li.google-plus a {
  background: #d6492f;
}
.footer2 .coloredIcon .mdl-social li.youtube a {
  background: #cf3427;
}
.footer2 .coloredIcon .mdl-social li.pinterest a {
  background: #999999;
}
.footer2 .coloredIcon .mdl-social li.linkedin a {
  background: #007ab9;
}
.footer2 .coloredIcon .mdl-social li.rss a {
  background: #e19126;
}
.footer2 .coloredIcon .mdl-social li.tumblr a {
  background: #4d83ba;
}
.footer2 .coloredIcon .mdl-social li.tumblr a {
  background: #4d83ba;
}
.footer2 .coloredIcon .mdl-social li.dribbble a {
  background: #ea4c89;
}
.footerBox.footer4 {
  background: #ffffff;
  color: #666;
}
.footerBox.footer4 h3 {
  color: #545454;
}
.footerBox.footer4 .links ul li a {
  color: #666;
}
.footerBox.footer4 .uspBox li p {
  color: #666;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li a {
  color: #ffffff;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.facebook a {
  background: #3a589b;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.twitter a {
  background: #63b4e4;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.google-plus a {
  background: #d6492f;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.youtube a {
  background: #cf3427;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.pinterest a {
  background: #999999;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.linkedin a {
  background: #007ab9;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.rss a {
  background: #e19126;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.tumblr a {
  background: #4d83ba;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.tumblr a {
  background: #4d83ba;
}
.footerBox.footer4 .footer-wrapper-bottom .coloredIcon .mdl-social li.dribbble a {
  background: #ea4c89;
}
.footer5 .smallFooter li a {
  color: #a8a8a8;
}
.footer5 .smallFooter li:before {
  background: #a8a8a8;
}
.footer5 .hexagon .mdl-social li .outers {
  border-color: #a8a8a8;
}
.footer5 .hexagon .mdl-social li a {
  color: #a8a8a8;
}
.copyright {
  background: #191e24;
}
.copyright .copyText {
  color: #ffffff;
}
.block-new-customer .block-content .primary a {
  background: #c0a062 none repeat scroll 0 0;
  color: #ffffff;
}
.block-new-customer .block-content .primary a:hover {
  background: #545454;
}
.product-item-name > a {
  color: #545454;
}
.cart-summary {
  background: #f5f5f5;
}
.alignRight {
  text-align: right;
}
.fontAwesome {
  font-family: 'FontAwesome';
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.clearBox {
  display: inline-block;
  width: 100%;
}
.hidden {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.zeroNine {
  background: #ffffff;
}
.hideBox {
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 27px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.hideBox:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  z-index: 1;
}
.downArrow {
  content: '\f0dd';
  position: absolute;
  top: -2px;
  right: 10px;
  font-family: 'FontAwesome';
}
.dmenu {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  left: 120px !important;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 39px !important;
  -webkit-animation: 0.2s;
  -o-animation: 0.2s;
  animation: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 250px;
  z-index: 999;
}
.actions-toolbar .primary .action.compare.primary {
  background: #c0a062;
  color: #ffffff;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 10px 15px;
  box-shadow: none;
}
.itemType1 button.tocart,
.itemType1 .link-cart {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  margin: 0 2px 5px;
  padding: 4px 14px;
  text-transform: uppercase;
  vertical-align: top;
}
.itemType1 button.tocart span,
.itemType1 .link-cart span {
  padding: 0;
  line-height: normal;
  color: #666;
  background: none;
}
.itemType1 button.tocart:hover,
.itemType1 .link-cart:hover {
  background: none;
  border-color: #c0a062;
  color: #c0a062;
}
.itemType1 button.tocart:hover span,
.itemType1 .link-cart:hover span {
  color: #c0a062;
}
.itemType1 .badgeBox .salePrice {
  position: static !important;
}
.itemType1 .badgeBox .new-badge {
  position: static !important;
}
.w-btn {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  margin: 0 2px;
  min-width: 28px;
  text-align: center;
  vertical-align: top;
  color: #666;
}
.w-btn:hover {
  background: none;
  border-color: #c0a062;
  color: #c0a062;
}
.qty label.label {
  font-weight: bold;
}
.price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.price-box .special-price {
  float: right;
}
.price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.price-box .price-from,
.price-box .price-to {
  margin: 0;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label {
  font-size: 12px;
}
.itemType1 .price-box.price-final_price span {
  color: #ffffff;
}
.itemType1 .price-box.price-final_price:before {
  background: #c0a062;
}
.price-box1 {
  border-radius: 50%;
  height: 80px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: -100px;
  width: 80px;
  z-index: 1;
  padding: 28px 0;
}
.price-box1 .price-label {
  display: none;
}
.price-box1 span {
  padding: 0;
  font-size: 14px;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.price-box1 .special-price {
  float: none;
  padding: 0;
}
.price-box1 .old-price {
  padding: 0;
  float: none;
}
.price-box1:before {
  border-radius: 50%;
  content: "";
  height: 80px;
  line-height: 80px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: -1;
}
.products-list .product-items {
  display: inline-block;
  width: 100%;
}
.products-list .product-items .product-item {
  margin-bottom: 40px;
  text-align: center;
}
.products-list .product-items .product-item .product-item-info {
  position: relative;
}
.products-list .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
}
.products-list .product-items .product-item .product-item-info .product-item-photo img {
  width: 100%;
}
.products-list .product-items .product-item .product-item-info .product-item-photo .face {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.products-list .product-items .product-item .product-item-info .product-item-photo .face img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.products-list .product-items .product-item .product-item-info .product-item-photo .back-img {
  left: 100%;
}
.products-list .product-items .product-item .product-item-info .product-item-photo:hover .face {
  left: -100%;
}
.products-list .product-items .product-item .product-item-info .product-item-photo:hover .back-img {
  left: 0;
}
.products-list .product-items .product-item .product-item-info .swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.products-list .product-items .product-item .product-item-info .swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.products-list .product-items .product-item .fadeView .product-item-photo .back-img {
  left: 0;
  opacity: 0;
}
.products-list .product-items .product-item .fadeView .product-item-photo:hover .face {
  left: 0;
}
.products-list .product-items .product-item .fadeView .product-item-photo:hover .back-img {
  left: 0;
  opacity: 1;
}
.products-list .product-items .product-item .product-item-details {
  position: relative;
}
.products-list .product-items .product-item .product-item-details .product-item-name {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.products-list .product-items .product-item .product-item-details .product-item-name a {
  color: #545454;
}
.products-list .product-items .product-item .product-item-details .price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-details .price-box .special-price {
  float: right;
}
.products-list .product-items .product-item .product-item-details .price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.products-list .product-items .product-item .product-item-details .price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.products-list .product-items .product-item .product-item-details .price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.products-list .product-items .product-item .product-item-details .price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.products-list .product-items .product-item .product-item-details .price-box .price-from,
.products-list .product-items .product-item .product-item-details .price-box .price-to {
  margin: 0;
}
.products-list .product-items .product-item .product-item-details .price-box .price-from .price-label,
.products-list .product-items .product-item .product-item-details .price-box .price-to .price-label {
  font-size: 12px;
}
.products-list .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 10px 0;
}
.products-list .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: inline;
}
.products-list .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  display: inline-block;
  height: 30px;
  margin: 1px;
  padding: 5px;
  width: 30px;
}
.products-list .product-items .product-item .salePrice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-family: arial;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  padding: 6px 8px;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.products-list .product-items .product-item .new-badge {
  background: #31b404 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.products-list .product-items .product-item .badgeBox {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 70px;
  z-index: 1;
}
.products-list .product-items .product-item .price-box.price-final_price {
  border-radius: 50%;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}
.products-list .product-items .product-item .price-box.price-final_price:before {
  display: none;
}
.products-list .product-items .product-item .price-box.price-final_price span {
  color: #525252;
  font-size: 20px;
  padding: 0;
  text-shadow: none;
}
.products-list .product-items .product-item .product-item-info .product-item-photo {
  width: 25%;
  float: left;
}
.products-list .product-items .product-item .product-item-info .product-item-details {
  float: left;
  position: relative;
  text-align: left;
  width: 75%;
  padding: 0 20px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .swatch-attribute-options {
  margin-top: 5px;
  text-align: left;
}
.products-list .product-items.itemType1 {
  display: inline-block;
  width: 100%;
}
.products-list .product-items.itemType1 .product-item {
  margin-bottom: 40px;
  text-align: center;
}
.products-list .product-items.itemType1 .product-item .product-item-info {
  position: relative;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo img {
  width: 100%;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo .face {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo .face img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo .back-img {
  left: 100%;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo:hover .face {
  left: -100%;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo:hover .back-img {
  left: 0;
}
.products-list .product-items.itemType1 .product-item .product-item-info .swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.products-list .product-items.itemType1 .product-item .product-item-info .swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.products-list .product-items.itemType1 .product-item .fadeView .product-item-photo .back-img {
  left: 0;
  opacity: 0;
}
.products-list .product-items.itemType1 .product-item .fadeView .product-item-photo:hover .face {
  left: 0;
}
.products-list .product-items.itemType1 .product-item .fadeView .product-item-photo:hover .back-img {
  left: 0;
  opacity: 1;
}
.products-list .product-items.itemType1 .product-item .product-item-details {
  position: relative;
}
.products-list .product-items.itemType1 .product-item .product-item-details .product-item-name {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.products-list .product-items.itemType1 .product-item .product-item-details .product-item-name a {
  color: #545454;
}
.products-list .product-items.itemType1 .product-item .product-item-details .price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.products-list .product-items.itemType1 .product-item .product-item-details .price-box .special-price {
  float: right;
}
.products-list .product-items.itemType1 .product-item .product-item-details .price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.products-list .product-items.itemType1 .product-item .product-item-details .price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.products-list .product-items.itemType1 .product-item .product-item-details .price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.products-list .product-items.itemType1 .product-item .product-item-details .price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.products-list .product-items.itemType1 .product-item .product-item-details .price-box .price-from,
.products-list .product-items.itemType1 .product-item .product-item-details .price-box .price-to {
  margin: 0;
}
.products-list .product-items.itemType1 .product-item .product-item-details .price-box .price-from .price-label,
.products-list .product-items.itemType1 .product-item .product-item-details .price-box .price-to .price-label {
  font-size: 12px;
}
.products-list .product-items.itemType1 .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 10px 0;
}
.products-list .product-items.itemType1 .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: inline;
}
.products-list .product-items.itemType1 .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  display: inline-block;
  height: 30px;
  margin: 1px;
  padding: 5px;
  width: 30px;
}
.products-list .product-items.itemType1 .product-item .salePrice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-family: arial;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  padding: 6px 8px;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.products-list .product-items.itemType1 .product-item .new-badge {
  background: #31b404 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.products-list .product-items.itemType1 .product-item .badgeBox {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 70px;
  z-index: 1;
}
.products-list .product-items.itemType1 .product-item .price-box.price-final_price {
  border-radius: 50%;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}
.products-list .product-items.itemType1 .product-item .price-box.price-final_price:before {
  display: none;
}
.products-list .product-items.itemType1 .product-item .price-box.price-final_price span {
  color: #525252;
  font-size: 20px;
  padding: 0;
  text-shadow: none;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo {
  width: 25%;
  float: left;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-details {
  float: left;
  position: relative;
  text-align: left;
  width: 75%;
  padding: 0 20px;
}
.products-list .product-items.itemType1 .product-item .product-item-info .product-item-details .swatch-attribute-options {
  margin-top: 5px;
  text-align: left;
}
.products-list .product-items.itemType2 .product-item .tocompare.w-btn {
  left: 20%;
  right: auto;
}
.products-list .product-items.itemType2 .product-item .product-item-details {
  width: auto;
}
.products-list .product-items.itemType2 .product-items .product-item .tocompare.w-btn {
  left: 20%;
  right: auto;
}
.products-list .product-items.itemType2 .product-items .product-item .product-item-details {
  width: auto;
}
.products-list .product-items.itemType3 {
  display: inline-block;
  width: 100%;
}
.products-list .product-items.itemType3 .product-item {
  margin-bottom: 40px;
  text-align: center;
}
.products-list .product-items.itemType3 .product-item .product-item-info {
  position: relative;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo img {
  width: 100%;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo .face {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo .face img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo .back-img {
  left: 100%;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo:hover .face {
  left: -100%;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo:hover .back-img {
  left: 0;
}
.products-list .product-items.itemType3 .product-item .product-item-info .swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.products-list .product-items.itemType3 .product-item .product-item-info .swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.products-list .product-items.itemType3 .product-item .fadeView .product-item-photo .back-img {
  left: 0;
  opacity: 0;
}
.products-list .product-items.itemType3 .product-item .fadeView .product-item-photo:hover .face {
  left: 0;
}
.products-list .product-items.itemType3 .product-item .fadeView .product-item-photo:hover .back-img {
  left: 0;
  opacity: 1;
}
.products-list .product-items.itemType3 .product-item .product-item-details {
  position: relative;
}
.products-list .product-items.itemType3 .product-item .product-item-details .product-item-name {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.products-list .product-items.itemType3 .product-item .product-item-details .product-item-name a {
  color: #545454;
}
.products-list .product-items.itemType3 .product-item .product-item-details .price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.products-list .product-items.itemType3 .product-item .product-item-details .price-box .special-price {
  float: right;
}
.products-list .product-items.itemType3 .product-item .product-item-details .price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.products-list .product-items.itemType3 .product-item .product-item-details .price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.products-list .product-items.itemType3 .product-item .product-item-details .price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.products-list .product-items.itemType3 .product-item .product-item-details .price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.products-list .product-items.itemType3 .product-item .product-item-details .price-box .price-from,
.products-list .product-items.itemType3 .product-item .product-item-details .price-box .price-to {
  margin: 0;
}
.products-list .product-items.itemType3 .product-item .product-item-details .price-box .price-from .price-label,
.products-list .product-items.itemType3 .product-item .product-item-details .price-box .price-to .price-label {
  font-size: 12px;
}
.products-list .product-items.itemType3 .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 10px 0;
}
.products-list .product-items.itemType3 .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: inline;
}
.products-list .product-items.itemType3 .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  display: inline-block;
  height: 30px;
  margin: 1px;
  padding: 5px;
  width: 30px;
}
.products-list .product-items.itemType3 .product-item .salePrice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-family: arial;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  padding: 6px 8px;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.products-list .product-items.itemType3 .product-item .new-badge {
  background: #31b404 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.products-list .product-items.itemType3 .product-item .badgeBox {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 70px;
  z-index: 1;
}
.products-list .product-items.itemType3 .product-item .price-box.price-final_price {
  border-radius: 50%;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}
.products-list .product-items.itemType3 .product-item .price-box.price-final_price:before {
  display: none;
}
.products-list .product-items.itemType3 .product-item .price-box.price-final_price span {
  color: #525252;
  font-size: 20px;
  padding: 0;
  text-shadow: none;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo {
  width: 25%;
  float: left;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-details {
  float: left;
  position: relative;
  text-align: left;
  width: 75%;
  padding: 0 20px;
}
.products-list .product-items.itemType3 .product-item .product-item-info .product-item-details .swatch-attribute-options {
  margin-top: 5px;
  text-align: left;
}
.products-list .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox {
  opacity: 1;
  padding: 20px 0;
  position: static;
  right: 0;
  top: 0;
  transform: none;
}
.products-grid .product-items {
  display: inline-block;
  width: 100%;
}
.products-grid .product-items .product-item {
  margin-bottom: 40px;
  text-align: center;
}
.products-grid .product-items .product-item .product-item-info {
  position: relative;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo img {
  width: 100%;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo .face {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo .face img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo .back-img {
  left: 100%;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo:hover .face {
  left: -100%;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo:hover .back-img {
  left: 0;
}
.products-grid .product-items .product-item .product-item-info .swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.products-grid .product-items .product-item .product-item-info .swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.products-grid .product-items .product-item .fadeView .product-item-photo .back-img {
  left: 0;
  opacity: 0;
}
.products-grid .product-items .product-item .fadeView .product-item-photo:hover .face {
  left: 0;
}
.products-grid .product-items .product-item .fadeView .product-item-photo:hover .back-img {
  left: 0;
  opacity: 1;
}
.products-grid .product-items .product-item .product-item-details {
  position: relative;
}
.products-grid .product-items .product-item .product-item-details .product-item-name {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.products-grid .product-items .product-item .product-item-details .product-item-name a {
  color: #545454;
}
.products-grid .product-items .product-item .product-item-details .price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.products-grid .product-items .product-item .product-item-details .price-box .special-price {
  float: right;
}
.products-grid .product-items .product-item .product-item-details .price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.products-grid .product-items .product-item .product-item-details .price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.products-grid .product-items .product-item .product-item-details .price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.products-grid .product-items .product-item .product-item-details .price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.products-grid .product-items .product-item .product-item-details .price-box .price-from,
.products-grid .product-items .product-item .product-item-details .price-box .price-to {
  margin: 0;
}
.products-grid .product-items .product-item .product-item-details .price-box .price-from .price-label,
.products-grid .product-items .product-item .product-item-details .price-box .price-to .price-label {
  font-size: 12px;
}
.products-grid .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 10px 0;
}
.products-grid .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: inline;
}
.products-grid .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  display: inline-block;
  height: 30px;
  margin: 1px;
  padding: 5px;
  width: 30px;
}
.products-grid .product-items .product-item .salePrice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-family: arial;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  padding: 6px 8px;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.products-grid .product-items .product-item .new-badge {
  background: #31b404 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.products-grid .product-items .product-item .badgeBox {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 70px;
  z-index: 1;
}
.products-grid .product-items.itemType1 .product-item .price-box.price-final_price {
  border-radius: 50%;
  height: 80px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: -100px;
  width: 80px;
  z-index: 1;
  padding: 28px 0;
}
.products-grid .product-items.itemType1 .product-item .price-box.price-final_price .price-label {
  display: none;
}
.products-grid .product-items.itemType1 .product-item .price-box.price-final_price span {
  padding: 0;
  font-size: 14px;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.products-grid .product-items.itemType1 .product-item .price-box.price-final_price .special-price {
  float: none;
  padding: 0;
}
.products-grid .product-items.itemType1 .product-item .price-box.price-final_price .old-price {
  padding: 0;
  float: none;
}
.products-grid .product-items.itemType1 .product-item .price-box.price-final_price:before {
  border-radius: 50%;
  content: "";
  height: 80px;
  line-height: 80px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: -1;
}
.products-grid .product-items.itemType1 .product-item .spBox .price-box {
  padding: 32px 0 0;
}
.products-grid .product-items.itemType1 .product-item .spBox .price-box .old-price {
  float: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  width: 100%;
}
.products-grid .product-items.itemType2 .heart {
  background: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #dee0e9;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 10px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 35px;
  z-index: 1;
  color: #c0a062;
  left: 0;
}
.products-grid .product-items.itemType2 .heart:hover {
  border-color: #c0a062;
}
.products-grid .product-items.itemType2 .tocompare.w-btn {
  background: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #dee0e9;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 10px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 35px;
  z-index: 1;
  color: #c0a062;
  left: 0;
  right: 0;
  left: auto;
}
.products-grid .product-items.itemType2 .tocompare.w-btn:hover {
  border-color: #c0a062;
}
.products-grid .product-items.itemType2 .tocompare.w-btn:hover {
  border-color: #c0a062;
}
.products-grid .product-items.itemType2 .salePrice {
  margin: 10px 5px;
  padding: 3px 8px;
  position: static;
}
.products-grid .product-items.itemType2 .product-item-inner .actions-primary {
  display: inline-block;
  padding-top: 5px;
  width: 100%;
}
.products-grid .product-items.itemType2 .product-item-inner .actions-primary button {
  background: none;
  float: left;
}
.products-grid .product-items.itemType2 .product-item-inner .actions-primary button span {
  background: #c0a062;
  border-width: 1px;
  border-style: solid;
  border-color: #c0a062;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.products-grid .product-items.itemType2 .product-item-inner .actions-primary button:hover span {
  border-color: #c0a062;
  color: #c0a062;
  background: #ffffff;
}
.products-grid .product-items.itemType2 .product-item-inner .actions-primary .qview.w-btn {
  background: #c0a062;
  border-width: 1px;
  border-style: solid;
  border-color: #c0a062;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: capitalize;
  float: right;
}
.products-grid .product-items.itemType2 .product-item-inner .actions-primary .qview.w-btn:hover {
  border-color: #c0a062;
  color: #c0a062;
  background: #ffffff;
}
.products-grid .product-items.itemType2 .new-badge {
  left: 0 !important;
  top: -40px !important;
  right: auto;
}
.products-grid .product-items.itemType3 .salePrice {
  margin: 10px 5px;
  padding: 3px 8px;
  position: static;
}
.products-grid .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox {
  position: absolute;
  top: -50px;
  right: 0;
  transform: translate3d(0, 40px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transform: translate3d(0, 40px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transform: translate3d(0, 40px, 0px);
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
}
.products-grid .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox .w-btn {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  min-width: 40px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.products-grid .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox .w-btn:hover {
  background: #c0a062;
  color: #fff;
}
.products-grid .product-items.itemType3 .product-item-info:hover .product-item-details .product-item-inner .iconBox {
  opacity: 1;
  transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
  -moz-transform: translate3d(0px, 0, 0px);
}
.box-title {
  display: inline-block;
  margin: 50px 0 20px;
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #dee0e9;
}
.box-title h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  vertical-align: top;
  padding: 0;
  color: #545454;
}
.loaderBox:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.loaderBox:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.productType {
  margin-bottom: 40px;
  text-align: center;
}
.productType .product-item-info {
  position: relative;
}
.productType .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
}
.productType .product-item-info .product-item-photo img {
  width: 100%;
}
.productType .product-item-info .product-item-photo .face {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.productType .product-item-info .product-item-photo .face img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.productType .product-item-info .product-item-photo .back-img {
  left: 100%;
}
.productType .product-item-info .product-item-photo:hover .face {
  left: -100%;
}
.productType .product-item-info .product-item-photo:hover .back-img {
  left: 0;
}
.productType .product-item-info .swatch-option-loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
.productType .product-item-info .swatch-option-loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.productType .fadeView .product-item-photo .back-img {
  left: 0;
  opacity: 0;
}
.productType .fadeView .product-item-photo:hover .face {
  left: 0;
}
.productType .fadeView .product-item-photo:hover .back-img {
  left: 0;
  opacity: 1;
}
.productType .product-item-details {
  position: relative;
}
.productType .product-item-details .product-item-name {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.productType .product-item-details .product-item-name a {
  color: #545454;
}
.productType .product-item-details .price-box {
  font-size: 20px;
  padding: 5px 0 0 0;
  display: inline-block;
}
.productType .product-item-details .price-box .special-price {
  float: right;
}
.productType .product-item-details .price-box .special-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.productType .product-item-details .price-box .old-price {
  float: left;
  padding: 0 5px 0 0;
}
.productType .product-item-details .price-box .old-price .price-label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.productType .product-item-details .price-box .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.productType .product-item-details .price-box .price-from,
.productType .product-item-details .price-box .price-to {
  margin: 0;
}
.productType .product-item-details .price-box .price-from .price-label,
.productType .product-item-details .price-box .price-to .price-label {
  font-size: 12px;
}
.productType .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 10px 0;
}
.productType .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: inline;
}
.productType .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  display: inline-block;
  height: 30px;
  margin: 1px;
  padding: 5px;
  width: 30px;
}
.productType .salePrice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-family: arial;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  padding: 6px 8px;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.productType .new-badge {
  background: #31b404 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.productType .badgeBox {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 70px;
  z-index: 1;
}
.productType1 .price-box.price-final_price {
  border-radius: 50%;
  height: 80px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: -100px;
  width: 80px;
  z-index: 1;
  padding: 28px 0;
}
.productType1 .price-box.price-final_price .price-label {
  display: none;
}
.productType1 .price-box.price-final_price span {
  padding: 0;
  font-size: 14px;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.productType1 .price-box.price-final_price .special-price {
  float: none;
  padding: 0;
}
.productType1 .price-box.price-final_price .old-price {
  padding: 0;
  float: none;
}
.productType1 .price-box.price-final_price:before {
  border-radius: 50%;
  content: "";
  height: 80px;
  line-height: 80px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: -1;
}
.productType1 .spBox .price-box {
  padding: 32px 0 0;
}
.productType1 .spBox .price-box .old-price {
  float: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  width: 100%;
}
.heart {
  font-size: 18px;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.productType2 .heart {
  background: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #dee0e9;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 10px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 35px;
  z-index: 1;
  color: #c0a062;
  left: 0;
}
.productType2 .heart:hover {
  border-color: #c0a062;
}
.productType2 .tocompare.w-btn {
  background: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #dee0e9;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 10px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 35px;
  z-index: 1;
  color: #c0a062;
  left: 0;
  right: 0;
  left: auto;
}
.productType2 .tocompare.w-btn:hover {
  border-color: #c0a062;
}
.productType2 .tocompare.w-btn:hover {
  border-color: #c0a062;
}
.productType2 .salePrice {
  margin: 10px 5px;
  padding: 3px 8px;
  position: static;
}
.productType2 .product-item-inner .actions-primary {
  display: inline-block;
  padding-top: 5px;
  width: 100%;
}
.productType2 .product-item-inner .actions-primary button {
  background: none;
  float: left;
}
.productType2 .product-item-inner .actions-primary button span {
  background: #c0a062;
  border-width: 1px;
  border-style: solid;
  border-color: #c0a062;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.productType2 .product-item-inner .actions-primary button:hover span {
  border-color: #c0a062;
  color: #c0a062;
  background: #ffffff;
}
.productType2 .product-item-inner .actions-primary .qview.w-btn {
  background: #c0a062;
  border-width: 1px;
  border-style: solid;
  border-color: #c0a062;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: capitalize;
  float: right;
}
.productType2 .product-item-inner .actions-primary .qview.w-btn:hover {
  border-color: #c0a062;
  color: #c0a062;
  background: #ffffff;
}
.productType2 .new-badge {
  left: 0 !important;
  top: -40px !important;
  right: auto;
}
.productType3 .salePrice {
  margin: 10px 5px;
  padding: 3px 8px;
  position: static;
}
.productType3 .product-item-info .product-item-details .product-item-inner .iconBox {
  position: absolute;
  top: -50px;
  right: 0;
  transform: translate3d(0, 40px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transform: translate3d(0, 40px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transform: translate3d(0, 40px, 0px);
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
}
.productType3 .product-item-info .product-item-details .product-item-inner .iconBox .w-btn {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  min-width: 40px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.productType3 .product-item-info .product-item-details .product-item-inner .iconBox .w-btn:hover {
  background: #c0a062;
  color: #fff;
}
.productType3 .product-item-info:hover .product-item-details .product-item-inner .iconBox {
  opacity: 1;
  transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
  -moz-transform: translate3d(0px, 0, 0px);
}
a.print {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: left;
  display: inline-block;
  margin: 0 35%;
  padding: 10px 20px;
}
.col-sm-20 {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.socialBox li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
}
.socialBox li a {
  border-width: 1px;
  border-style: solid;
  border-color: #a8a8a8;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
.loader {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 100%;
}
.block {
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}
.newsletter.block {
  margin: 0;
}
.newsletter .content {
  margin-bottom: 20px;
  position: relative;
}
.newsletter .content .field.newsletter {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(245, 245, 245, 0.3);
  position: relative;
}
.newsletter .content .field.newsletter input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  height: 40px;
}
.newsletter .content .field.newsletter #newsletter-error {
  bottom: -20px;
  display: block;
  left: 11px;
  position: absolute;
}
.newsletter .content .field.newsletter button.subscribe {
  border: medium none;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background: none;
}
.newsletter .content .field.newsletter button.subscribe span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 24px;
  height: 40px;
  line-height: 39px;
  padding: 0;
}
#owlTestimonial .testimonialPan {
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  width: 70%;
}
#owlTestimonial .testimonialPan .testimonialThumb {
  border: 5px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  display: inline-block !important;
  margin: 5px;
  max-width: 100px;
  vertical-align: top;
  width: auto !important;
}
#owlTestimonial .testimonialPan p {
  display: inline-block;
  margin: 15px 0;
  text-align: center;
  vertical-align: top;
}
#owlTestimonial .testimonialPan p .quote {
  font-size: 25px;
}
#owlTestimonial .testimonialPan p .author {
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
  vertical-align: top;
  width: 100%;
}
body > .loading-mask {
  z-index: 9999;
}
.header.links li {
  float: left;
  margin-bottom: 0;
  margin-right: 25px;
  text-transform: capitalize;
}
.header.links li a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 12px;
}
.header.links li.link.wishlist .counter {
  color: #fff;
}
.compareBox {
  display: inline-block;
}
.compareBox li {
  font-size: 11px;
  padding-left: 20px;
  float: left;
}
.compareBox li span {
  color: #ffffff;
  text-transform: uppercase;
}
.compareBox li a {
  color: #ffffff;
  text-transform: uppercase;
}
.compareBox li.compare span:before {
  content: '(';
  padding: 0 5px;
}
.compareBox li.compare span:after {
  content: ')';
  padding: 0 5px;
}
.header_currency {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  padding-right: 30px;
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
}
.header_currency .currency_detail {
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 27px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.header_currency .currency_detail:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  z-index: 1;
}
.header_currency .currency_detail ul li {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
.header_currency .currency_detail ul li a {
  color: #545454;
  display: block;
  text-decoration: none;
}
.header_currency .currency_detail ul li a:hover {
  color: #c0a062;
}
.header_currency:hover .currency_detail {
  display: block;
}
.header_currency:before {
  content: '\f0dd';
  position: absolute;
  top: -2px;
  right: 10px;
  font-family: 'FontAwesome';
}
.header_language {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  padding-right: 30px;
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
}
.header_language .language_detail {
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 27px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.header_language .language_detail:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  z-index: 1;
}
.header_language .language_detail ul li {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
.header_language .language_detail ul li a {
  display: block;
  text-decoration: none;
  color: #545454;
}
.header_language .language_detail ul li a:hover {
  color: #c0a062;
}
.header_language:hover .language_detail {
  display: block;
}
.header_language:before {
  content: '\f0dd';
  position: absolute;
  top: -2px;
  right: 10px;
  font-family: 'FontAwesome';
}
.logoBox {
  display: table;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.logoBox .logo {
  display: table-cell;
  float: none;
  height: 113px;
  width: auto;
  vertical-align: middle;
}
.logoBox .logo img {
  float: none;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.logoBox .logo .logoSm {
  display: none;
}
.logoBox .logo .logoTp {
  display: none;
}
.cms-index-index .fullBanner .logoBox.tpLogo .logo .defaultLogo {
  display: none;
}
.cms-index-index .fullBanner .logoBox.tpLogo .logo .logoTp {
  display: block;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
.cms-index-index .bannerBlock {
  padding-top: 30px;
}
.header_usp {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 31px 0;
  width: 100%;
}
.header_usp li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.header_usp li a {
  color: #545454;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.header_usp li a em {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.header_usp li a em span {
  font-size: 0;
  display: none;
}
.serchB .searchIcon,
.serchB .searchIcon .fa {
  color: #545454;
  display: block;
  float: right;
  font-size: 15px;
  padding: 4px;
  position: relative;
  cursor: pointer;
}
.serchB .searchCenter {
  bottom: -12px;
  display: none;
  padding-right: 0;
  position: absolute;
  right: 12px;
  width: 100%;
  opacity: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.serchB .searchCenter .field.search {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  position: relative;
  width: 100%;
}
.serchB .searchCenter .field.search .action.search {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
}
.serchB .searchCenter .field.search .action.search span {
  color: #545454;
  padding: 9px 15px;
  display: block;
  line-height: normal;
  background: none;
}
.serchB .searchCenter .field.search .action.search span span {
  padding: 0;
}
.serchB .searchCenter .field.search input {
  border: none;
  padding: 10px;
  width: 100%;
  line-height: normal;
  height: auto;
}
.serchB .searchCenter .topArrow {
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  right: 7px;
  content: '';
  top: -17px;
}
.serchB .searchCenter:before {
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  right: 7px;
  content: '';
  top: -17px;
  border-bottom-color: #ddd;
}
.serchB .searchCenter:after {
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  right: 7px;
  content: '';
  top: -17px;
  top: -15px;
  border-bottom-color: #fff;
}
.serchB .searchCenter.active {
  display: block;
}
.nav-container {
  border-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 97;
}
.nav-container ul#nav {
  display: inline-block;
  float: none;
  width: auto;
  vertical-align: middle;
}
.nav-container ul#nav .withIcon a .fa {
  margin-right: 10px;
}
.nav-container ul#nav > li {
  float: left;
  margin: 0;
  padding: 0 20px;
  position: relative;
}
.nav-container ul#nav > li.level0 > a {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  color: #545454;
}
.nav-container ul#nav > li.level0 > a span.mdlabel {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -14px;
  white-space: nowrap;
  z-index: 9;
}
.nav-container ul#nav > li.level0 > a span.mdlabel:before {
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-style: solid;
  border-width: 5px;
  bottom: -9px;
  content: "";
  position: absolute;
  right: 5px;
  width: auto;
  height: auto;
  left: auto;
}
.nav-container ul#nav > li.level0 > a span {
  float: left;
}
.nav-container ul#nav > li.level0 > a .mdlicon {
  padding: 5px 5px 0 0;
}
.nav-container ul#nav > li.level0 > a .mdlicon img {
  float: left;
  max-width: 11px;
}
.nav-container ul#nav > li .pump {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 39px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  visibility: hidden;
  width: 250px;
  z-index: 0;
  background: #ffffff;
}
.nav-container ul#nav > li .pump ul {
  display: block !important;
}
.nav-container ul#nav > li .pump ul li {
  float: left;
  font-size: 12px;
  padding: 5px;
  position: relative;
  width: 100%;
}
.nav-container ul#nav > li .pump ul li a {
  color: #545454;
}
.nav-container ul#nav > li .pump ul li .pump {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  left: 120px !important;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 39px !important;
  -webkit-animation: 0.2s;
  -o-animation: 0.2s;
  animation: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 250px;
  z-index: 999;
  top: 0 !important;
}
.nav-container ul#nav > li .pump ul li:hover > a {
  color: #c0a062;
}
.nav-container ul#nav > li .pump ul li.parent:before {
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: 'FontAwesome';
}
.nav-container ul#nav > li .pump ul li.parent:hover > .pump {
  display: inline-block;
  left: 120px;
  opacity: 1;
  top: 0;
  visibility: visible;
  z-index: 999;
}
.nav-container ul#nav > li:hover > .pump {
  left: 0;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.nav-container ul#nav > li:hover > a {
  color: #c0a062;
}
.nav-container ul#nav > li > ul {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 39px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  visibility: hidden;
  width: 250px;
  z-index: 0;
  background: #ffffff;
}
.nav-container ul#nav > li > ul li {
  float: left;
  font-size: 12px;
  padding: 5px;
  position: relative;
  width: 100%;
}
.nav-container ul#nav > li > ul li a {
  color: #545454;
}
.nav-container ul#nav > li > ul li > ul {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  left: 120px !important;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 39px !important;
  -webkit-animation: 0.2s;
  -o-animation: 0.2s;
  animation: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 250px;
  z-index: 999;
  top: 0 !important;
}
.nav-container ul#nav > li > ul li:hover > a {
  color: #c0a062;
}
.nav-container ul#nav > li > ul li.parent:before {
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: 'FontAwesome';
}
.nav-container ul#nav > li > ul li.parent:hover > ul {
  display: inline-block;
  left: 120px;
  opacity: 1;
  top: 0;
  visibility: visible;
  z-index: 999;
}
.nav-container ul#nav > li:hover > ul {
  left: 0;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.nav-container ul#nav > li.home.hicon {
  padding-right: 0;
}
.nav-container ul#nav > li.megamenu {
  position: static;
}
.nav-container ul#nav > li.megamenu .pump {
  width: 100%;
  display: inline-block;
}
.nav-container ul#nav > li.megamenu .pump ul {
  display: inline-block;
  width: 100%;
}
.nav-container ul#nav > li.megamenu .pump ul > li.level1 {
  float: left;
  padding-left: 0;
}
.nav-container ul#nav > li.megamenu .pump ul > li.level1 > a {
  font-weight: bold;
}
.nav-container ul#nav > li.megamenu .pump ul > li.level1 li {
  padding-left: 10px;
}
.nav-container ul#nav > li.megamenu .pump ul > li.level1 li:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "\f105";
  font-family: 'FontAwesome';
}
.nav-container ul#nav > li.megamenu .pump ul > li.level1 > .pump {
  box-shadow: none;
  left: 0;
  opacity: 1;
  padding: 10px 10px 0 0;
  position: static;
  top: 0;
  visibility: inherit;
  width: 100%;
}
.nav-container ul#nav > li.megamenu .pump ul > li.level1 > .pump .pump {
  padding-left: 15px;
  position: static;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  opacity: 1;
  visibility: inherit;
}
.nav-container ul#nav > li.megamenu .pump ul li.parent:before {
  content: '';
}
.nav-container ul#nav > li.megamenu .pump.col-block-4 ul > li.level1 {
  width: 25%;
}
.nav-container ul#nav > li.megamenu .pump.col-block-3 ul > li.level1 {
  width: 33.33%;
}
.nav-container ul#nav > li.megamenu .pump.col-block-2 ul > li.level1 {
  width: 50%;
}
.nav-container ul#nav > li.megamenu .pump.col-block-1 ul > li.level1 {
  width: 100%;
}
.nav-container ul#nav > li.megamenu .cat_thumb {
  display: block;
  padding-bottom: 10px;
}
.fb_iframe_widget iframe,
.fb_iframe_widget span,
.fb_iframe_widget,
.fb_iframe_widget iframe > div,
.fb_iframe_widget iframe[style],
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fx_nav-container .nav-container ul#nav > li.level0 > a {
  color: #fff;
}
.fx_minicart-wrapper .minicart-wrapper:before {
  color: #fff;
}
.fx_minicart-wrapper .minicart-wrapper .text {
  color: #fff;
}
.fx_minicart-wrapper .minicart-wrapper a.action:after {
  color: #fff;
}
.fx_minicart-wrapper .minicart-wrapper a.action .counter .label {
  color: #fff;
}
.fx_minicart-wrapper .navBox2 .navWrap .serchB .searchIcon .fa {
  color: #fff;
}
.fx_minicart-wrapper .serchB .searchIcon {
  color: #fff;
}
.fx_minicart-wrapper .serchB .searchIcon .fa {
  color: #fff;
}
header.fullBanner {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(245, 245, 245, 0.5);
}
header.fullBanner .headerTop {
  background: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(245, 245, 245, 0.5);
}
header.fullBanner .nav-container ul#nav > li.level0 > a {
  color: #fff;
}
header.fullBanner .minicart-wrapper:before {
  color: #fff;
}
header.fullBanner .minicart-wrapper .text {
  color: #fff;
}
header.fullBanner .minicart-wrapper a.action:after {
  color: #fff;
}
header.fullBanner .minicart-wrapper a.action .counter .label {
  color: #fff;
}
header.fullBanner .navBox2 .navWrap .serchB .searchIcon .fa {
  color: #fff;
}
header.fullBanner .serchB .searchIcon {
  color: #fff;
}
header.fullBanner .serchB .searchIcon .fa {
  color: #fff;
}
header.fullBanner .headerCenter,
header.fullBanner .navWrap {
  background: none;
}
header.fullBanner.headertype1 .customLinks li a {
  color: #fff;
}
header.fullBanner.headertype1 .navigation .nav-container {
  border-bottom: none;
  border-top: 1px solid rgba(245, 245, 245, 0.5);
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 97;
}
header.fullBanner.headertype2 {
  border-bottom: none;
}
header.fullBanner.headertype2 .header_usp li a {
  color: #fff;
}
header.fullBanner.headertype2 .header_usp li a em {
  color: #fff;
  border-color: #fff;
}
.fixedHeader .page-header.fixHeader {
  background: #c0a062;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
}
.fixedHeader .page-header.fixHeader .headerTop {
  display: none;
}
.fixedHeader .page-header.fixHeader .logoWrapper .logoBox {
  left: 15px;
  position: absolute;
}
.fixedHeader .page-header.fixHeader .logoWrapper .logoBox .logo {
  height: 48px;
}
.fixedHeader .page-header.fixHeader .navHeader {
  padding-left: 180px;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 {
  margin-bottom: 0;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .nav-container {
  padding: 0;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .nav-container ul#nav > li.megamenu > .pump {
  top: 48px;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .nav-container ul#nav > li > .pump {
  top: 48px;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .nav-container ul#nav > li > ul.level0 {
  top: 48px !important;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .minicart-wrapper {
  top: 5px;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .minicart-wrapper > a {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .minicart-wrapper .counter.qty {
  background: #ffffff;
  color: #000000;
  left: -31px;
  top: 6px;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .minicart-wrapper #minicart-content-wrapper {
  top: 42px;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .serchB > a {
  top: 4px;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .serchB .searchCenter {
  bottom: -41px;
}
.fixedHeader .page-header.fixHeader .navHeader .navBox3 .navigation .nav-container ul#nav > li.level0 > a span.mdlabel {
  font-size: 10px;
  padding: 0 8px;
  top: -4px;
}
.fixedHeader .page-header.fixHeader .nav-container ul#nav > li.level0 > a {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .minicart-wrapper:before {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .minicart-wrapper .text {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .minicart-wrapper a.action:after {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .minicart-wrapper a.action .counter .label {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .navBox2 .navWrap .serchB .searchIcon .fa {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .serchB .searchIcon {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .serchB .searchIcon .fa {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .minicart-wrapper .text {
  color: #fff;
}
.fixedHeader .page-header.fixHeader .minicart-wrapper .counter .loading-mask {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.fixedHeader .page-header.fixHeader .minicart-wrapper .counter.qty {
  background: #ffffff none repeat scroll 0 0;
  color: #000000;
  left: -30px;
  top: 6px;
}
.fixedHeader .page-header.fixHeader .headerCenter,
.fixedHeader .page-header.fixHeader .navWrap {
  background: none;
}
.fixedHeader .page-header.fixHeader.headertype1 .socialHeader {
  display: none;
}
.fixedHeader .page-header.fixHeader.headertype1 .headerCenter {
  position: relative;
}
.fixedHeader .page-header.fixHeader.headertype1 .logoWrapper {
  left: 15px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 99;
}
.fixedHeader .page-header.fixHeader.headertype1 .logoWrapper .logoBox {
  left: 0;
  position: static;
}
.fixedHeader .page-header.fixHeader.headertype1 .logoWrapper .logoBox .logo {
  height: 40px;
}
.fixedHeader .page-header.fixHeader.headertype1 .navWrap .navigation {
  padding-left: 180px;
  padding-top: 1px;
  padding-bottom: 2px;
  position: relative;
}
.fixedHeader .page-header.fixHeader.headertype1 .navWrap .navigation .nav-container {
  border: none;
  margin: 0;
  text-align: left;
  position: static;
}
.fixedHeader .page-header.fixHeader.headertype1 .navWrap .navigation .nav-container ul#nav > li.level0 > a span.mdlabel {
  font-size: 10px;
  padding: 0 8px;
  top: 1px;
}
.fixedHeader .page-header.fixHeader.headertype1 .navWrap .navigation .nav-container ul#nav > li.level0 > a span.mdlabel:before {
  display: none;
}
.fixedHeader .page-header.fixHeader.headertype1 .header-left {
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
}
.fixedHeader .page-header.fixHeader.headertype1 .minicart-wrapper {
  top: 3px;
}
.fixedHeader .page-header.fixHeader.headertype1 .minicart-wrapper #minicart-content-wrapper {
  top: 45px;
}
.fixedHeader .page-header.fixHeader.headertype1 .serchB .searchIcon,
.fixedHeader .page-header.fixHeader.headertype1 .serchB .searchIcon .fa {
  padding: 6px;
}
.fixedHeader .page-header.fixHeader.headertype1 .serchB .searchCenter {
  bottom: -45px;
  right: 0;
  width: 500px;
}
.fixedHeader .page-header.fixHeader.headertype1 .serchB .searchCenter:before {
  right: 23px;
}
.fixedHeader .page-header.fixHeader.headertype1 .serchB .searchCenter:after {
  right: 23px;
}
.fixedHeader .page-header.fixHeader.headertype2 .headerCenter {
  position: relative;
}
.fixedHeader .page-header.fixHeader.headertype2 .logoWrapper {
  left: 15px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 99;
}
.fixedHeader .page-header.fixHeader.headertype2 .logoWrapper .logoBox {
  left: 0;
  position: static;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 {
  padding: 0;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 .navWrap {
  border: medium none;
  margin-bottom: 0;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 .navWrap .navigation {
  padding-left: 180px;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 .navWrap .navigation .nav-container {
  position: static;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 .navWrap .navigation .nav-container ul#nav > li.level0 > a span.mdlabel {
  font-size: 10px;
  padding: 0 8px;
  top: 1px;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 .navWrap .navigation .nav-container ul#nav > li.level0 > a span.mdlabel:before {
  display: none;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 .navWrap .serchB {
  border: none;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 .navWrap .serchB .searchIcon {
  color: #fff;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 .navWrap .serchB .searchIcon .fa {
  color: #fff;
}
.fixedHeader .page-header.fixHeader.headertype2 .navBox2 .navWrap .minicart-wrapper {
  right: 45px;
  top: 7px;
}
.fixedHeader .page-header.fixHeader.headertype2 .socialHeader {
  display: none;
}
@media (max-width: 1199px) {
  .page-wrapper #maincontent .product-items.itemType2 .product-item-inner .actions-primary .qview.w-btn {
    position: relative;
    font-size: 0;
    line-height: 0;
    float: none;
    padding: 10px;
    vertical-align: top;
  }
  .page-wrapper #maincontent .product-items.itemType2 .product-item-inner .actions-primary .qview.w-btn:before {
    font-family: 'FontAwesome';
    content: "\f002";
    display: table;
    font-size: 14px;
    padding-top: 5px;
  }
  .page-wrapper #maincontent .product-items.itemType2 .product-item-inner .actions-primary button {
    float: none;
  }
  .header_usp li a span {
    display: none;
  }
}
@media (max-width: 991px) {
  header.page-header > .container {
    width: 100%;
  }
  .addmob {
    width: 100%;
  }
  .addmob .container.headerCenter {
    width: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-before-open .page-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-animation: 0.3s;
    -o-animation: 0.3s;
    animation: 0.3s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    left: 0;
  }
  .nav-open .page-wrapper {
    left: calc(46%);
  }
  .header-left {
    position: static;
  }
  .header-left .serchB .searchCenter {
    bottom: auto;
    right: 0;
    top: 55px;
    z-index: 99;
    width: 98%;
    margin: 0 1%;
  }
  .nav-sections {
    height: 100%;
    left: calc(-46%);
    overflow: auto;
    position: fixed;
    top: 0;
    background: #fff;
    -webkit-animation: 0.3s;
    -o-animation: 0.3s;
    animation: 0.3s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: calc(46%);
  }
  .nav-sections .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title {
    background: #e3e3e3 none repeat scroll 0 0;
    border-color: #d7d7d7;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
    cursor: pointer;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title a {
    color: #545454;
    font-size: 17px;
  }
  .nav-sections .nav-sections-item-title.active {
    background: none;
    border-bottom: 0 none;
  }
  .nav-sections .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    padding: 25px 0;
    width: 100%;
  }
  .nav-sections .header.links li {
    color: #545454;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .nav-sections .header.links li a {
    color: #545454;
    font-size: 14px;
    padding: 10px 25px;
  }
  .nav-sections .header.links li a:hover {
    color: #c0a062;
  }
  .nav-sections .header.links li.greet.welcome span {
    color: #545454;
    font-size: 14px;
    padding: 10px 25px;
  }
  .nav-sections .header_language {
    color: #545454;
    font-size: 15px;
    padding: 0 25px;
    position: relative;
    vertical-align: top;
    width: 100%;
  }
  .nav-sections .header_language #current {
    color: #c0a062;
  }
  .nav-sections .header_language .language_detail {
    background: none;
    box-shadow: none;
    display: block;
    left: 0;
    min-width: 150px;
    padding: 10px 0 0;
    position: relative;
    top: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dddddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .nav-sections .header_language:before {
    display: none;
  }
  .nav-sections .header_currency {
    color: #545454;
    font-size: 15px;
    position: relative;
    vertical-align: top;
    width: 100%;
    padding: 0 25px ;
  }
  .nav-sections .header_currency #current {
    color: #c0a062;
  }
  .nav-sections .header_currency .currency_detail {
    background: none;
    box-shadow: none;
    display: inline-block;
    left: 0;
    min-width: 150px;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dddddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 0 0;
    width: 100%;
  }
  .nav-sections .header_currency:before {
    display: none;
  }
  .navBox2 .minicart-wrapper {
    top: -45px;
  }
  .navBox2 .serchB {
    position: static;
    padding: 0;
  }
  .navBox2 .serchB > a {
    border-left: none;
    padding: 8px 10px;
    top: -52px;
    position: absolute;
    right: 10px;
    z-index: 9;
  }
  .navBox2 .serchB > a .fa {
    font-size: 22px !important;
  }
  .navBox2 .serchB .searchCenter {
    z-index: 9;
    width: 98%;
    margin: 0 1%;
  }
  div.navBox3 .serchB a {
    top: 5px;
    right: 4px;
  }
  div.navBox3 .serchB a .fa {
    font-size: 22px;
    color: #fff;
  }
  div.navBox3 .serchB .searchCenter {
    bottom: -41px;
    margin: 0;
    right: 18px;
    width: 500px;
    z-index: 1;
  }
  div.navBox3 .minicart-wrapper {
    top: 12px;
    right: 40px;
  }
  div.navBox3 .minicart-wrapper .block-minicart {
    top: 38px;
  }
  .mobIcon {
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 55px;
    margin: 0;
    padding: 14px 8px;
    width: 54px;
    z-index: 999;
    display: block;
  }
  .mobIcon a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .mobIcon a span {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
    float: left;
    height: 1px;
    margin: 4px 0;
    width: 80%;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-size: 0;
  }
  .mobIcon a span.sp2 {
    width: 50%;
  }
  .nav-open div.mobIcon a span.sp2 {
    width: 80%;
  }
  .nav-open div.mobIcon a span.sp1 {
    left: -2px;
    position: relative;
    top: 2px;
    width: 50%;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .nav-open div.mobIcon a span.sp3 {
    left: -2px;
    position: relative;
    top: -2px;
    width: 50%;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .page-wrapper .headerTop {
    display: none;
  }
  .page-wrapper .headerCenter {
    background: #c0a062;
    position: relative;
  }
  .page-wrapper .header-left {
    float: right;
    padding: 12px 0;
    z-index: 98;
  }
  .page-wrapper .minicart-wrapper .counter .counter.qty {
    left: -35px;
    top: 3px;
  }
  .page-wrapper .minicart-wrapper .counter .loading-mask {
    border-radius: 50%;
    left: 0;
    top: 0;
  }
  .page-wrapper .socialHeader {
    display: none;
  }
  .page-wrapper .logoWrapper {
    padding: 0;
    width: auto;
  }
  .page-wrapper .logoWrapper .logoBox .logo {
    height: 55px;
  }
  .navigation {
    display: none;
  }
  .col-sm-4.header-left.hideMe {
    z-index: -1;
  }
  .minicart-wrapper:after {
    color: #fff;
  }
  .mobile-navigation h1.mobMenu {
    margin: 0;
    padding: 5px 10px;
    background: #c0a062;
    color: #ffffff;
  }
  .mobile-navigation h1.mobMenu span {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    vertical-align: top;
  }
  .mobile-navigation h1.mobMenu a.menuBox {
    float: right;
    font-size: 19px;
    line-height: 19px;
    margin-top: 5px;
    color: #fff;
  }
  .mobile-navigation #mobNav {
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.1);
    background: #ddd;
  }
  .mobile-navigation #mobNav li {
    display: block;
    font-size: 14px;
    margin-bottom: 1px;
    position: relative;
    background: #fff;
    text-align: left;
  }
  .mobile-navigation #mobNav li a {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    border-bottom-color: #f1f1f1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    color: #333;
  }
  .mobile-navigation #mobNav li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-right: 8px;
  }
  .mobile-navigation #mobNav li ul.level0 {
    border: 0 none;
  }
  .mobile-navigation #mobNav li ul {
    margin-top: 1px;
  }
  .mobile-navigation #mobNav li ul li {
    padding-left: 25px;
  }
  .mobile-navigation #mobNav li em.open-close {
    cursor: pointer;
    padding: 8px 14px;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .mobile-navigation #mobNav li em.open-close:before {
    content: "\f196";
    font-family: "FontAwesome";
    font-size: 14px;
    font-style: normal;
    position: absolute;
    top: 12px;
  }
  .mobile-navigation #mobNav li.active > em.open-close:before {
    content: "\f147";
  }
  .maincontent .flexRule {
    display: flex;
    flex-wrap: wrap;
  }
  .maincontent .flexRule .mainCol {
    flex-basis: 100%;
    flex-grow: 1;
    order: 1;
    padding: 0;
  }
  .maincontent .flexRule .sidebar.col-md-3 {
    flex-basis: 100%;
    flex-grow: 1;
    order: 2;
    position: static;
  }
  .maincontent .flexRule .sidebar.sidebar-additional.col-md-3 {
    order: 3;
  }
  .toolbar-products .filterBtn {
    display: block !important;
  }
  .quickProducts .col-md-3.col-sm-6:nth-of-type(3) {
    clear: left;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -350px;
    width: 700px;
  }
  .header-left .serchB .searchIcon,
  .header-left .serchB .searchIcon .fa {
    font-size: 22px;
    padding: 2px;
  }
  .col-sm-20 {
    float: left;
    width: 33.33%;
  }
  .logoWrapper .logoBox.mobLogo .logo .logoSm {
    display: block;
  }
  .logoWrapper .logoBox.mobLogo .logo .defaultLogo {
    display: none;
  }
  .uspBox {
    text-align: center;
  }
  .page-wrapper footer.page-footer .footer4 .footer-wrapper-top .uspBox li {
    display: inline-block;
    float: none;
    padding: 15px;
    width: 33%;
  }
  .page-wrapper footer.page-footer .footer4 .footer-wrapper-bottom .coloredIcon {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .page-wrapper footer.page-footer .footer4 .footer-wrapper-bottom .coloredIcon ul.mdl-social {
    display: inline-block;
    padding: 15px 0;
  }
  .page-wrapper footer.page-footer .footer4 .footer-wrapper-bottom .block.newsletter h3 {
    text-align: center;
    width: 100%;
  }
  .page-wrapper footer.page-footer .footer4 .footer-wrapper-bottom .block.newsletter .content {
    margin-top: 10px;
    width: 100%;
  }
  .product-info-main .page-title-wrapper {
    padding-right: 0;
  }
  .product-info-main .page-title-wrapper h1.page-title {
    width: 100%;
    font-size: 30px;
  }
  .product-info-main .page-title-wrapper .product-brand-wrapper {
    position: static !important;
  }
  .bs_5 .product-items .product-item:nth-child(6n) + .product-item {
    clear: none;
  }
  .bs_5 .product-items .product-item:nth-child(3n) + .product-item {
    clear: left;
  }
  .bs_4 .product-items .product-item:nth-child(4n) + .product-item {
    clear: none;
  }
  .bs_4 .product-items .product-item:nth-child(3n) + .product-item {
    clear: left;
  }
  .page-wrapper .minicart-wrapper .counter.qty {
    background: #fff;
  }
  .minicart-wrapper .text,
  .minicart-wrapper > a:after,
  .minicart-wrapper:before {
    color: #fff !important;
  }
  .page-header {
    position: relative;
  }
  .checkout-index-index .authentication-wrapper {
    border: 1px solid #ffffff;
    margin-right: 0;
    margin-top: -80px;
    position: relative;
    right: 0;
  }
  .checkout-index-index .authentication-wrapper button span {
    line-height: 35px;
  }
  .checkout-index-index .page-wrapper .logoWrapper .logoBox .nav-toggle {
    display: none;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item {
    width: 35%;
  }
  header {
    text-align: center;
  }
  header .addmob {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  header .addmob .navBox2 .navWrap {
    border-bottom: medium none;
    border-top: medium none;
    margin-bottom: 0;
    position: static;
  }
  header .addmob .navBox2 .navWrap .serchB {
    border-left: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .addmob .navBox2 .navWrap .serchB > a {
    padding: 13px;
    position: relative;
    top: 0;
    right: 0;
  }
  header .addmob .navBox2 .navWrap .serchB > a .fa {
    color: #fff;
  }
  header .addmob .navBox2 .navWrap .serchB .searchCenter {
    bottom: -40px;
  }
  header .addmob .navBox2 .navWrap .minicart-wrapper {
    right: 35px;
    top: 12px;
  }
  header .addmob .navBox2 .navWrap .minicart-wrapper .block-minicart {
    top: 38px;
  }
  .breadcrumbBox {
    display: none;
  }
}
@media (max-width: 1023px) {
  .minicart-wrapper .counter.qty {
    color: #545454;
    left: -31px;
    top: 4px;
  }
  .header-left .serchB .searchIcon,
  .header-left .serchB .searchIcon .fa {
    color: #ffffff;
  }
  .minicart-wrapper {
    margin-right: 15px;
    padding: 0;
  }
  .minicart-wrapper .action.showcart {
    padding: 5px 0 5px 30px;
    text-decoration: none;
    position: relative;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
}
@media (max-width: 767px) {
  .review-list .block-content .items .review-item .review-content {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .review-list .block-content .items .review-item .review-details {
    margin-left: 0;
  }
  .block.review-add .fieldset .field {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .login-container .block-customer-login,
  .login-container .block-new-customer {
    width: 100%;
  }
  .form.create.account .fieldset.create .field {
    float: left;
    width: 100%;
  }
  .headerTop .header-top {
    width: 70%;
  }
  .highlighterWrap .highlighter-content {
    width: 100%;
  }
  .highlighterWrap .highlighter-content h2 {
    font-size: 25px;
  }
  .highlighterWrap .highlighter-content .view-button span {
    font-size: 12px;
  }
  .cart-summary {
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    padding: 15px;
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    left: 5%;
    margin-left: 0;
    width: 90%;
  }
  .col-sm-20 {
    float: left;
    width: 50%;
  }
  footer.page-footer .footer5 .block.newsletter {
    text-align: center;
  }
  footer.page-footer .footer5 .hexagon {
    text-align: center;
  }
  .nav-sections {
    left: calc(-80%);
    left: -moz-calc(-80%);
    left: -webkit-calc(-80%);
    width: -moz-calc(80%);
    width: -webkit-calc(80%);
    width: calc(80%);
  }
  .nav-open .page-wrapper {
    left: -moz-calc(80%);
    left: -webkit-calc(80%);
    left: calc(80%);
  }
  .header-left {
    width: 50%;
  }
  .page-wrapper .headerCenter {
    z-index: 9;
  }
  footer.page-footer .footer4 .footer-wrapper-top .uspBox li {
    width: 49%;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .bundle-options-container .product-add-form .product-options-wrapper {
    width: 100%;
  }
  .bundle-options-container .product-add-form .block-bundle-summary {
    width: 100%;
  }
  footer .links h3 {
    position: relative;
  }
  footer .links h3:before {
    content: '\f196';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
  }
  footer .links h3.opened:before {
    content: '\f147';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
  }
  .bs_5 .product-items .product-item:nth-child(3n) + .product-item {
    clear: none;
  }
  .bs_4 .product-items .product-item:nth-child(3n) + .product-item {
    clear: none;
  }
  body .ns-modal .modal-slide._inner-scroll .modal-inner-wrap,
  body .ns-modal .modal-popup._inner-scroll .modal-inner-wrap {
    width: 90%;
  }
  .ns-modal #newsletter-popup {
    width: 100%;
  }
  .block-title strong {
    border-bottom: 1px solid #cccccc;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 7px 10px;
    width: auto;
  }
  .page-products .maincontent .flexRule {
    padding: 45px 0 0;
  }
  h1.page-title {
    padding: 25px 0 10px;
  }
  header .addmob {
    width: 100%;
  }
  .navBox2 .navWrap .serchB .searchCenter {
    right: 10px;
  }
  .page-header.headertype3 .relatedNav {
    padding: 0 15px;
    background: #c0a062;
  }
  .page-header.headertype3 .serchB .searchCenter {
    bottom: -96px;
    margin: 0 1%;
    right: 0;
    width: 98%;
  }
  .page-header.headertype3 .minicart-wrapper #minicart-content-wrapper {
    top: 45px;
  }
  li.item.product:nth-child(2n) + li {
    clear: left;
  }
  .maincontent .toolbar-products {
    padding-left: 0;
  }
  .maincontent .toolbar-products .toolbar-amount,
  .maincontent .toolbar-products .sorter-label,
  .maincontent .toolbar-products .modes {
    display: none !important;
  }
  .maincontent .page-products .sorter {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .maincontent .flexRule {
    position: relative;
  }
  .maincontent .flexRule .mainCol {
    position: static;
  }
  .product.data.items {
    margin: 0;
  }
  .product.data.items > .item.title.active > .switch {
    color: #fff;
  }
  .page-title-wrapper {
    text-align: center;
  }
  .page-title-wrapper .page-title {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    padding: 10px 0;
  }
  .post-content .itemBlog h2 {
    font-size: 20px;
  }
  .block-title strong {
    border-bottom: 1px solid #cccccc;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 7px 0;
    width: auto;
  }
  .maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-photo,
  .maincontent .mainCol .products-list .product-items.itemType1 .product-item .product-item-info .product-item-details {
    width: 100%;
  }
  .maincontent .mainCol .products-list .product-items.itemType2 .product-item .product-item-info .tocompare.w-btn {
    left: 85%;
  }
  .maincontent .mainCol .products-list .product-items.itemType2 .product-item .product-item-info .product-item-photo,
  .maincontent .mainCol .products-list .product-items.itemType2 .product-item .product-item-info .product-item-details {
    width: 100%;
  }
  .maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-photo,
  .maincontent .mainCol .products-list .product-items.itemType3 .product-item .product-item-info .product-item-details {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .box-title h2:after,
  .box-title h2:before {
    display: none;
  }
  .col-sm-20 {
    float: left;
    width: 100%;
  }
  footer.page-footer .footer5 .block.newsletter h3 {
    margin-right: 0;
    width: 100%;
  }
  footer.page-footer .footer5 .block.newsletter .content {
    width: 100%;
  }
  footer.page-footer .copyright .copyText {
    display: inline-block;
    float: none;
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }
  footer.page-footer .copyright .paymentBlock {
    display: inline-block;
    float: none;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  footer.page-footer .footer4 .footer-wrapper-top .uspBox li {
    width: 100%;
  }
  .post-content .itemBlog {
    width: 100%;
  }
  .header-left {
    width: 25%;
  }
  .header-left .minicart-wrapper .text {
    display: none;
  }
  .navBox2 .navWrap .serchB .searchCenter {
    width: 455px;
  }
}
@media (max-width: 479px) {
  #tabs .bestselling-title h2 span {
    margin: 0 0 5px;
    width: 100%;
  }
  #tabs .bestselling-title h2 span a {
    float: none;
    display: block;
    padding: 8px 15px;
  }
  li.item.product {
    width: 100%;
  }
  .product-info-main .product-info-price .product-info-stock-sku {
    float: left;
  }
  .minicart-wrapper {
    padding: 0;
    margin: 0;
  }
  .minicart-wrapper .action.showcart {
    padding: 0;
  }
  .minicart-wrapper .action.showcart:after {
    visibility: hidden;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    left: -22px;
  }
  .minicart-wrapper:before {
    display: none;
  }
  .navBox2 .navWrap .serchB .searchCenter {
    width: 300px;
  }
  .product-info-main .product-info-price .price-box {
    width: 100%;
  }
}
@media (max-width: 359px) {
  .minicart-wrapper .block-minicart {
    right: -25px;
    top: 38px;
    width: 290px;
  }
}
@media (min-width: 640px) {
  .wanexo-quickview-catalog-product-view.catalog-product-view .column.main {
    flex-direction: row;
  }
  .wanexo-quickview-catalog-product-view .product.media.col-sm-6 {
    width: 50%;
    padding: 0 15px;
    float: left;
  }
  .wanexo-quickview-catalog-product-view .product-info-main.col-sm-6 {
    width: 50%;
    padding: 0 15px;
    float: right;
  }
}
@media (min-width: 768px) {
  .block-title {
    margin: 0 0 20px;
  }
  .block-title strong {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    display: inline-block;
    float: none;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 12px 0;
    position: relative;
    text-align: left;
    width: 100%;
    line-height: 20px;
  }
  .page-title-wrapper {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .page-title-wrapper .page-title {
    display: inline-block;
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
  }
  .breadcrumbBox .breadcrumbs {
    display: inline-block;
    font-size: 12px;
    font-weight: 700px;
    line-height: 18px;
    padding: 12px 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
  }
  .breadcrumbBox .breadcrumbs ul {
    margin: 0;
  }
  .breadcrumbBox .breadcrumbs ul li {
    display: inline;
    font-weight: normal;
  }
  .breadcrumbBox .breadcrumbs ul li span {
    display: inline-block;
    padding: 0 3px;
  }
  .maincontent .mainCol .product-items {
    display: inline-block;
    width: 100%;
  }
  .maincontent .mainCol .product-items .product-item {
    margin-bottom: 40px;
    text-align: center;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info {
    position: relative;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo {
    display: block;
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 125%;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo img {
    width: 100%;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo .face {
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-animation: 0.5s;
    -o-animation: 0.5s;
    animation: 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 100%;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo .face img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo .back-img {
    left: 100%;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo:hover .face {
    left: -100%;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info .product-item-photo:hover .back-img {
    left: 0;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info .swatch-option-loading:before {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "\f110";
    z-index: 99;
    font-size: 20px;
  }
  .maincontent .mainCol .product-items .product-item .product-item-info .swatch-option-loading:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    content: "";
    z-index: 98;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }
  .maincontent .mainCol .product-items .product-item .fadeView .product-item-photo .back-img {
    left: 0;
    opacity: 0;
  }
  .maincontent .mainCol .product-items .product-item .fadeView .product-item-photo:hover .face {
    left: 0;
  }
  .maincontent .mainCol .product-items .product-item .fadeView .product-item-photo:hover .back-img {
    left: 0;
    opacity: 1;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details {
    position: relative;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .product-item-name {
    color: #545454;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .product-item-name a {
    color: #545454;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box {
    font-size: 20px;
    padding: 5px 0 0 0;
    display: inline-block;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box .special-price {
    float: right;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box .special-price .price-label {
    display: block;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box .old-price {
    float: left;
    padding: 0 5px 0 0;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box .old-price .price-label {
    display: block;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box .old-price .price {
    font-size: 13px;
    text-decoration: line-through;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box .price-from,
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box .price-to {
    margin: 0;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box .price-from .price-label,
  .maincontent .mainCol .product-items .product-item .product-item-details .price-box .price-to .price-label {
    font-size: 12px;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
    padding: 10px 0;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form {
    display: inline;
  }
  .maincontent .mainCol .product-items .product-item .product-item-details .product-item-inner .product-item-actions .actions-secondary .bIcon {
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    display: inline-block;
    height: 30px;
    margin: 1px;
    padding: 5px;
    width: 30px;
  }
  .maincontent .mainCol .product-items .product-item .salePrice {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-family: arial;
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
    padding: 6px 8px;
    text-align: center;
    vertical-align: top;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
  }
  .maincontent .mainCol .product-items .product-item .new-badge {
    background: #31b404 none repeat scroll 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    margin: 0 5px;
    padding: 6px 8px;
    text-transform: uppercase;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
  }
  .maincontent .mainCol .product-items .product-item .badgeBox {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 70px;
    z-index: 1;
  }
  .maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price {
    border-radius: 50%;
    height: 80px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: -100px;
    width: 80px;
    z-index: 1;
    padding: 28px 0;
  }
  .maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price .price-label {
    display: none;
  }
  .maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price span {
    padding: 0;
    font-size: 14px;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price .special-price {
    float: none;
    padding: 0;
  }
  .maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price .old-price {
    padding: 0;
    float: none;
  }
  .maincontent .mainCol .product-items.itemType1 .product-item .price-box.price-final_price:before {
    border-radius: 50%;
    content: "";
    height: 80px;
    line-height: 80px;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    z-index: -1;
  }
  .maincontent .mainCol .product-items.itemType1 .product-item .spBox .price-box {
    padding: 32px 0 0;
  }
  .maincontent .mainCol .product-items.itemType1 .product-item .spBox .price-box .old-price {
    float: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 100%;
  }
  .maincontent .mainCol .product-items.itemType2 .heart {
    background: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #dee0e9;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 10px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 35px;
    z-index: 1;
    color: #c0a062;
    left: 0;
  }
  .maincontent .mainCol .product-items.itemType2 .heart:hover {
    border-color: #c0a062;
  }
  .maincontent .mainCol .product-items.itemType2 .tocompare.w-btn {
    background: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #dee0e9;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 10px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 35px;
    z-index: 1;
    color: #c0a062;
    left: 0;
    right: 0;
    left: auto;
  }
  .maincontent .mainCol .product-items.itemType2 .tocompare.w-btn:hover {
    border-color: #c0a062;
  }
  .maincontent .mainCol .product-items.itemType2 .tocompare.w-btn:hover {
    border-color: #c0a062;
  }
  .maincontent .mainCol .product-items.itemType2 .salePrice {
    margin: 10px 5px;
    padding: 3px 8px;
    position: static;
  }
  .maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary {
    display: inline-block;
    padding-top: 5px;
    width: 100%;
  }
  .maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary button {
    background: none;
    float: left;
  }
  .maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary button span {
    background: #c0a062;
    border-width: 1px;
    border-style: solid;
    border-color: #c0a062;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 30px;
    padding: 0 15px;
    text-transform: capitalize;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary button:hover span {
    border-color: #c0a062;
    color: #c0a062;
    background: #ffffff;
  }
  .maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary .qview.w-btn {
    background: #c0a062;
    border-width: 1px;
    border-style: solid;
    border-color: #c0a062;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 30px;
    padding: 0 15px;
    text-transform: capitalize;
    float: right;
  }
  .maincontent .mainCol .product-items.itemType2 .product-item-inner .actions-primary .qview.w-btn:hover {
    border-color: #c0a062;
    color: #c0a062;
    background: #ffffff;
  }
  .maincontent .mainCol .product-items.itemType2 .new-badge {
    left: 0 !important;
    top: -40px !important;
    right: auto;
  }
  .maincontent .mainCol .product-items.itemType3 .salePrice {
    margin: 10px 5px;
    padding: 3px 8px;
    position: static;
  }
  .maincontent .mainCol .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox {
    position: absolute;
    top: -50px;
    right: 0;
    transform: translate3d(0, 40px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transform: translate3d(0, 40px, 0px);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -moz-transform: translate3d(0, 40px, 0px);
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    opacity: 0;
  }
  .maincontent .mainCol .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox .w-btn {
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    min-width: 40px;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    border: none;
  }
  .maincontent .mainCol .product-items.itemType3 .product-item-info .product-item-details .product-item-inner .iconBox .w-btn:hover {
    background: #c0a062;
    color: #fff;
  }
  .maincontent .mainCol .product-items.itemType3 .product-item-info:hover .product-item-details .product-item-inner .iconBox {
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
  }
  .maincontent .sidebar .block {
    margin-bottom: 50px;
  }
  .maincontent .sidebar .block .block-content .subtitle {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
  }
  .maincontent .sidebar .block .block-content .block-subtitle {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
  }
  .maincontent .sidebar.sidebar-additional {
    clear: left;
  }
}
@media (min-width: 992px) {
  .nav-toggle,
  .section-item-title.nav-sections-item-title,
  .mobIcon {
    display: none;
  }
  .section-item-content.nav-sections-item-content {
    display: none !important;
  }
  .section-items > div:nth-child(2) {
    display: block !important;
  }
  .bs_5 .product-items .product-item:nth-child(6n) + .product-item {
    clear: left;
  }
  .bs_4 .product-items .product-item:nth-child(4n) + .product-item {
    clear: left;
  }
  .bs_3 .product-items .product-item:nth-child(3n) + .product-item {
    clear: left;
  }
  .bs_2 .product-items .product-item:nth-child(2n) + .product-item {
    clear: left;
  }
  .block-content .box {
    width: 50%;
    padding: 0 15px;
    float: left;
    text-align: left;
  }
  .block-content .box .box-title {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    position: relative;
  }
  .block-content .box .box-title .action.edit {
    bottom: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: right;
    word-wrap: initial;
  }
  .products-grid .product-items .diviLast + li {
    clear: left;
  }
  .checkout-index-index .page-header.fixHeader {
    background: inherit;
    position: static;
    width: inherit;
  }
  header.fullBanner .page-header .switcher strong {
    color: #ffffff;
  }
}
@media (min-width: 1024px) {
  .mobile-navigation {
    display: none;
  }
  .topLinks .accountBtn {
    display: none;
  }
  .topLinks .header.links {
    display: block !important;
  }
  .maincontent .mainCol {
    float: right;
  }
  .page-layout-3columns .maincontent .flexRule {
    display: flex;
    flex-wrap: wrap;
  }
  .page-layout-3columns .maincontent .flexRule .mainCol.col-md-9 {
    flex-grow: 1;
    float: right;
    order: 2;
    width: 66.66%;
  }
  .page-layout-3columns .maincontent .flexRule .sidebar {
    flex-grow: 1;
    order: 1;
    width: 16.6667%;
  }
  .page-layout-3columns .maincontent .flexRule .sidebar.sidebar-additional {
    flex-grow: 1;
    order: 3;
    clear: none;
    width: 16.6667%;
  }
  .page-header.fixHeader {
    background: #c0a062;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
  }
  .page-header.fixHeader .headerTop {
    display: none;
  }
  .page-header.fixHeader .logoWrapper .logoBox {
    left: 15px;
    position: absolute;
  }
  .page-header.fixHeader .logoWrapper .logoBox .logo {
    height: 48px;
  }
  .page-header.fixHeader .navHeader {
    padding-left: 180px;
  }
  .page-header.fixHeader .navHeader .navBox3 {
    margin-bottom: 0;
  }
  .page-header.fixHeader .navHeader .navBox3 .nav-container {
    padding: 0;
  }
  .page-header.fixHeader .navHeader .navBox3 .nav-container ul#nav > li.megamenu > .pump {
    top: 48px;
  }
  .page-header.fixHeader .navHeader .navBox3 .nav-container ul#nav > li > .pump {
    top: 48px;
  }
  .page-header.fixHeader .navHeader .navBox3 .nav-container ul#nav > li > ul.level0 {
    top: 48px !important;
  }
  .page-header.fixHeader .navHeader .navBox3 .minicart-wrapper {
    top: 5px;
  }
  .page-header.fixHeader .navHeader .navBox3 .minicart-wrapper > a {
    color: #fff;
  }
  .page-header.fixHeader .navHeader .navBox3 .minicart-wrapper .counter.qty {
    background: #ffffff;
    color: #000000;
    left: -31px;
    top: 6px;
  }
  .page-header.fixHeader .navHeader .navBox3 .minicart-wrapper #minicart-content-wrapper {
    top: 42px;
  }
  .page-header.fixHeader .navHeader .navBox3 .serchB > a {
    top: 4px;
  }
  .page-header.fixHeader .navHeader .navBox3 .serchB .searchCenter {
    bottom: -41px;
  }
  .page-header.fixHeader .navHeader .navBox3 .navigation .nav-container ul#nav > li.level0 > a span.mdlabel {
    font-size: 10px;
    padding: 0 8px;
    top: -4px;
  }
  .page-header.fixHeader .nav-container ul#nav > li.level0 > a {
    color: #fff;
  }
  .page-header.fixHeader .minicart-wrapper:before {
    color: #fff;
  }
  .page-header.fixHeader .minicart-wrapper .text {
    color: #fff;
  }
  .page-header.fixHeader .minicart-wrapper a.action:after {
    color: #fff;
  }
  .page-header.fixHeader .minicart-wrapper a.action .counter .label {
    color: #fff;
  }
  .page-header.fixHeader .navBox2 .navWrap .serchB .searchIcon .fa {
    color: #fff;
  }
  .page-header.fixHeader .serchB .searchIcon {
    color: #fff;
  }
  .page-header.fixHeader .serchB .searchIcon .fa {
    color: #fff;
  }
  .page-header.fixHeader .minicart-wrapper .text {
    color: #fff;
  }
  .page-header.fixHeader .minicart-wrapper .counter .loading-mask {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0;
  }
  .page-header.fixHeader .minicart-wrapper .counter.qty {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    left: -30px;
    top: 6px;
  }
  .page-header.fixHeader .headerCenter,
  .page-header.fixHeader .navWrap {
    background: none;
  }
  .page-header.fixHeader.headertype1 .socialHeader {
    display: none;
  }
  .page-header.fixHeader.headertype1 .headerCenter {
    position: relative;
  }
  .page-header.fixHeader.headertype1 .logoWrapper {
    left: 15px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 99;
  }
  .page-header.fixHeader.headertype1 .logoWrapper .logoBox {
    left: 0;
    position: static;
  }
  .page-header.fixHeader.headertype1 .logoWrapper .logoBox .logo {
    height: 40px;
  }
  .page-header.fixHeader.headertype1 .navWrap .navigation {
    padding-left: 180px;
    padding-top: 1px;
    padding-bottom: 2px;
    position: relative;
  }
  .page-header.fixHeader.headertype1 .navWrap .navigation .nav-container {
    border: none;
    margin: 0;
    text-align: left;
    position: static;
  }
  .page-header.fixHeader.headertype1 .navWrap .navigation .nav-container ul#nav > li.level0 > a span.mdlabel {
    font-size: 10px;
    padding: 0 8px;
    top: 1px;
  }
  .page-header.fixHeader.headertype1 .navWrap .navigation .nav-container ul#nav > li.level0 > a span.mdlabel:before {
    display: none;
  }
  .page-header.fixHeader.headertype1 .header-left {
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
  }
  .page-header.fixHeader.headertype1 .minicart-wrapper {
    top: 3px;
  }
  .page-header.fixHeader.headertype1 .minicart-wrapper #minicart-content-wrapper {
    top: 45px;
  }
  .page-header.fixHeader.headertype1 .serchB .searchIcon,
  .page-header.fixHeader.headertype1 .serchB .searchIcon .fa {
    padding: 6px;
  }
  .page-header.fixHeader.headertype1 .serchB .searchCenter {
    bottom: -45px;
    right: 0;
    width: 500px;
  }
  .page-header.fixHeader.headertype1 .serchB .searchCenter:before {
    right: 23px;
  }
  .page-header.fixHeader.headertype1 .serchB .searchCenter:after {
    right: 23px;
  }
  .page-header.fixHeader.headertype2 .headerCenter {
    position: relative;
  }
  .page-header.fixHeader.headertype2 .logoWrapper {
    left: 15px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 99;
  }
  .page-header.fixHeader.headertype2 .logoWrapper .logoBox {
    left: 0;
    position: static;
  }
  .page-header.fixHeader.headertype2 .navBox2 {
    padding: 0;
  }
  .page-header.fixHeader.headertype2 .navBox2 .navWrap {
    border: medium none;
    margin-bottom: 0;
  }
  .page-header.fixHeader.headertype2 .navBox2 .navWrap .navigation {
    padding-left: 180px;
  }
  .page-header.fixHeader.headertype2 .navBox2 .navWrap .navigation .nav-container {
    position: static;
  }
  .page-header.fixHeader.headertype2 .navBox2 .navWrap .navigation .nav-container ul#nav > li.level0 > a span.mdlabel {
    font-size: 10px;
    padding: 0 8px;
    top: 1px;
  }
  .page-header.fixHeader.headertype2 .navBox2 .navWrap .navigation .nav-container ul#nav > li.level0 > a span.mdlabel:before {
    display: none;
  }
  .page-header.fixHeader.headertype2 .navBox2 .navWrap .serchB {
    border: none;
  }
  .page-header.fixHeader.headertype2 .navBox2 .navWrap .serchB .searchIcon {
    color: #fff;
  }
  .page-header.fixHeader.headertype2 .navBox2 .navWrap .serchB .searchIcon .fa {
    color: #fff;
  }
  .page-header.fixHeader.headertype2 .navBox2 .navWrap .minicart-wrapper {
    right: 45px;
    top: 7px;
  }
  .page-header.fixHeader.headertype2 .socialHeader {
    display: none;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1330px;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#owlBanner #owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
#owlBanner .owl-controls.clickable .owl-theme .owl-buttons {
  margin: 0;
}
#owlBanner .owl-controls.clickable .owl-pagination {
  bottom: 15px;
  display: inline-block;
  left: 0;
  position: absolute;
  width: 100%;
}
#owlBanner .owl-controls.clickable .owl-pagination .owl-page {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.26);
  display: inline-block;
  height: 8px;
  margin: 5px;
  overflow: visible;
  width: 8px;
  cursor: pointer;
  position: relative;
  top: -3px;
}
#owlBanner .owl-controls.clickable .owl-pagination .owl-page span {
  display: none;
}
#owlBanner .owl-controls.clickable .owl-pagination .owl-page.active {
  background: none;
  border: 2px solid #ffffff;
  width: 15px;
  height: 15px;
  top: 0;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-buttons {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -70px;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  background: #c0a062 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 5px;
  padding: 0;
  width: 30px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=80);
  /*IE7 fix*/
  opacity: 0.8;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading .face {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}
.owl-item.loading .back-img back.face {
  background: none;
}
.owl-item .item,
.owl-item .product-item-info {
  margin: 0 15px;
}
#owlBanner {
  /* BounceInDown */
}
#owlBanner .banner_item img {
  display: block;
  width: 100%;
  height: auto;
}
#owlBanner .owlContent {
  bottom: 10%;
  padding: 20px;
  position: absolute;
  width: 46%;
  text-align: center;
}
#owlBanner .owlContent h3 {
  background: none;
  color: #000;
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%
			position:relative;
}
#owlBanner .owlContent h3:before {
  background: #c0a062;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -10%;
  position: absolute;
  width: 20%;
}
#owlBanner .owlContent .description {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  color: #717171;
  margin: 47px 0 5%;
}
#owlBanner .owlContent .owlBtn {
  background: #c0a062;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  min-width: 150px;
  text-transform: uppercase;
  padding: 10px 55px;
}
#owlBanner .owlContent.bottomleft {
  left: 10%;
}
#owlBanner .owlContent.bottomright {
  right: 10%;
}
#owlBanner .owlContent.bottomcenter {
  left: 50%;
  weight: 50%;
  margin-left: -25%;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
#owlBanner .animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#owlBanner .active .bounceInDown,
#owlBanner .active .owlContent .description,
#owlBanner .active .owlContent h3,
#owlBanner .active .owlContent .owlBtn {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
#owlBanner .active .owlContent h3.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#owlBanner .active .owlContent .description.animated {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
#owlBanner .active .owlContent .owlBtn.animated {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
#owlBanner .owl-controls {
  margin: 0;
}
#owlBanner .owl-controls .owl-buttons {
  position: static;
}
#owlBanner .owl-controls .owl-buttons .owl-prev,
#owlBanner .owl-controls .owl-buttons .owl-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 50px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  margin-top: -20px;
  opacity: 0.6;
  text-shadow: 5px 2px 6px rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 5px 2px 6px rgba(0, 0, 0, 0.6);
}
#owlBanner .owl-controls .owl-buttons .owl-prev:hover,
#owlBanner .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
}
#owlBanner .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
#owlBanner .owl-controls .owl-buttons .owl-next {
  right: 0;
}
@media (max-width: 991px) {
  #owlBanner .owlContent {
    bottom: 10%;
    margin-right: -45%;
    padding: 20px;
    width: 90%;
    left: auto !important;
    right: 50% !important;
  }
  #owlBanner .owlContent h3 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 0;
    padding: 0;
  }
  #owlBanner .owlContent .description {
    color: #717171;
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
  }
  #owlBanner .owlContent .owlBtn {
    font-size: 12px;
    min-width: 150px;
    padding: 10px 0;
  }
  #owlBanner .owlContent.bottomleft {
    left: 50%;
  }
  #owlBanner .owlContent.bottomright {
    right: 50%;
  }
  #owlBanner .owlContent.bottomcenter {
    left: 50%;
    weight: 90%;
    margin-left: -45%;
  }
}
@media (max-width: 767px) {
  .f-block.hideBanner .owlContent {
    display: none;
  }
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
