::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #034b26;
}
::selection {
  color: #fff;
  background: #034b26;
}
@font-face {
  font-family: 'chaletparisnineteensixty';
  src: url('../fonts/chalet_parisnineteensixty_regular-webfont.woff2') format('woff2'), url('../fonts/chalet_parisnineteensixty_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.owl-theme:hover .owl-controls .owl-buttons {
  opacity: 1;
}
.owl-theme .owl-controls {
  margin: 0;
}
.owl-theme .owl-controls .owl-buttons {
  opacity: 0;
}
.owl-theme .owl-controls .owl-buttons > div {
  font-size: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  background: #343434;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  top: 40%;
}
.owl-theme .owl-controls .owl-buttons > div:before {
  content: "\f060";
  font-family: FontAwesome;
  font-size: 2rem;
}
.owl-theme .owl-controls .owl-buttons > div.owl-next {
  left: auto;
  right: 0;
}
.owl-theme .owl-controls .owl-buttons > div.owl-next:before {
  content: "\f061";
}
.owl-theme .owl-controls .owl-buttons > div:hover {
  background: #000;
}
.owl-theme .products-grid .product-item {
  width: 100%;
  border-right: solid 1px #efefef;
}
.product-item-actions {
  display: block;
}
.product-item-info {
  width: auto;
}
.product-image-photo {
  position: static;
}
.page-products .products-grid .product-item {
  border-right: solid 1px #efefef;
}
.review-item {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.review-title {
  margin: 0 0 15px;
}
.fieldset .review-legend.legend {
  display: none;
}
.review-content {
  margin-bottom: 10px;
}
.block.related .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.block.related .owl-theme .owl-controls .owl-page {
  display: block;
}
.block.related .owl-theme .owl-controls .owl-page span,
.block.related .owl-theme .owl-controls.clickable .owl-page span {
  background: #fff;
  border: solid 2px #034b26;
}
.block.related .owl-theme .owl-controls .owl-page.active span,
.block.related .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #034b26;
}
@media (min-width: 640px) {
  .products-grid .product-item-actions {
    margin: 0;
  }
}
@media (min-width: 768px), print {
  body .block-viewed-products-grid .products-grid .product-item {
    width: 33.33%;
  }
  legend {
    font-size: 15px;
  }
}
@media (min-width: 1024px), print {
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 21%;
  }
  .page-products .products-grid .product-item {
    margin: 0;
    margin-bottom: 0px;
    padding: 0 15px;
    width: 25%;
    border-right: solid 1px #efefef;
  }
  body .block-viewed-products-grid .products-grid .product-item {
    width: 20%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
  .page-layout-1column .products-grid .product-item {
    width: auto;
    padding: 0;
    display: block;
    margin-bottom: 0;
  }
  .page-products .products-grid .product-items {
    margin-right: -15px;
    margin-left: -15px;
  }
  legend {
    font-size: 18px;
  }
}
.related .products-slider,
.upsell .products-slider,
.crosssell .products-slider {
  margin-right: -15px;
  margin-left: -15px;
}
.related .products-slider .product-item,
.upsell .products-slider .product-item,
.crosssell .products-slider .product-item {
  padding-left: 15px;
  padding-right: 15px;
}
.products-grid {
  overflow: hidden;
}
.products-grid .item-inner {
  padding: 0 15px;
}
.products-grid .product-item-info {
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.products-grid .product-item-info .product-item-images {
  position: relative;
}
.page-products .product-item-info {
  width: 100%;
}
.product-item-actions .actions-primary {
  display: block;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: inline-block;
  width: 100%;
  margin: 15px auto;
}
.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.product-item .price-box {
  margin: 0px 0 0px;
}
.products-slider.products-grid li.product-item {
  width: 100%;
}
.products-grid .product-item-info .product-item-details {
  text-align: center;
  padding: 10px 0 0;
}
.products-grid .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  margin: 0;
  text-align: center;
}
.product-item-info .product-images {
  border: solid 2px transparent;
}
.product-item-info:hover .product-images {
  border: solid 2px #034b26;
}
.product-item-info:hover .product-images .product-item-actions {
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}
.product-item-info .product-images {
  overflow: hidden;
  position: relative;
}
.product-item-info .product-images .product-item-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.product-item-info .product-images .product-item-actions .add-to-links-secondary {
  height: 60px;
  padding-left: 58px;
  padding-right: 58px;
  position: relative;
  background: rgba(3, 75, 38, 0.6);
  text-align: center;
  color: #fff;
}
.product-item-info .product-images .product-item-actions .add-to-links-secondary a.action {
  position: absolute;
  left: 0;
  width: 58px;
  line-height: 65px;
  bottom: 0;
  height: 100%;
  color: #fff;
  font-size: 3rem;
}
.product-item-info .product-images .product-item-actions .add-to-links-secondary a.action:hover {
  background: #000;
}
.product-item-info .product-images .product-item-actions .add-to-links-secondary a.action span {
  display: none;
}
.product-item-info .product-images .product-item-actions .add-to-links-secondary a.action:before {
  content: "\f08a";
  font-family: FontAwesome;
  display: block;
}
.product-item-info .product-images .product-item-actions .add-to-links-secondary a.action.compare {
  left: auto;
  right: 0;
}
.product-item-info .product-images .product-item-actions .add-to-links-secondary a.action.compare:before {
  content: "\f0ec";
}
.product-item-info .add-to-cart-primary .input-text.qty {
  width: 35px!important;
  height: 32px!important;
  text-align: center;
  display: block;
  margin: 0;
  padding: 0 10px;
  background: #f2f2f2;
  border: none;
  color: #000;
  font-weight: 600;
}
.products-grid .product-item-info .add-to-cart-primary .input-text.qty {
  margin: 0;
  padding: 0 5px;
  width: 35px;
}
.product-item-info .add-to-cart-primary button.tocart {
  margin-top: 10px;
  border: 2px solid #034b26;
  background: #fff;
  color: #034b26;
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 26px;
}
.product-item-info .add-to-cart-primary button.tocart .wrapper.list {
  margin-top: 0px;
}
.product-item-info .add-to-cart-primary button.tocart:hover {
  border: none;
  background: #034b26;
  color: #fff;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: 0;
  margin: 0 5px;
  background: #f2f2f2;
  font-weight: 600;
  border: none;
}
.cart.table-wrapper .qty_control button {
  margin: 0 0px;
}
.products-list .product-item-info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #efefef;
  display: block;
  overflow: hidden;
}
.products-list .product-item-info .product-images {
  width: 20%;
  float: left;
  margin-right: 3%;
  position: relative;
}
.products-list .product-item-info .product-images .product-item-photo {
  display: block;
  width: 100%;
  padding: 0;
}
.products-list .product-item-info .product-item-details {
  display: block;
  float: left;
  width: 77%;
  overflow: hidden;
}
.products-list .product-item-info .product-item-name a {
  font-size: 1.8rem;
}
.products-list .product-item-info .action.more {
  color: #000;
  display: none;
}
.products-list .product-item-info .action.more:hover {
  text-decoration: underline;
}
.page-product-downloadable .product-options-bottom {
  padding: 10px;
  border: 1px solid #eee;
}
.page-product-downloadable .product-options-bottom .box-tocart {
  margin-top: 0;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty {
  padding: 0;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 5px;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control {
  display: inline-block;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control .input-text.qty {
  height: 40px;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions {
  padding: 0;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions button {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin-left: 15px;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions button:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.page-product-downloadable .product-options-bottom .product-social-links {
  padding: 00px 0 0;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist:hover,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto {
  vertical-align: middle;
  margin: 0;
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto span {
  line-height: inherit;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:before {
  display: none;
}
.catalog-product-view .product-info-main .page-title {
  margin: 0 0 15px;
  text-transform: capitalize;
  font-size: 2.4rem;
}
.catalog-product-view .product-info-main .product-info-price {
  margin: 15px 0;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .label {
  display: none;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control .input-text.qty {
  height: 40px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 00px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  padding: 0 30px;
  font-weight: 600;
  font-size: 1.3rem;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:before {
  font-family: FontAwesome;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .attribute.overview {
  margin: 10px 0;
}
.catalog-product-view .product-info-main .wdm-social-icons {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #F1F1F1;
  display: inline-block;
  background: #F1F1F1;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.catalog-product-view .product-info-main .wdm-social-icons a {
  margin: 0 5px;
  font-size: 1.7rem;
}
.catalog-product-view .product-info-main .product-social-links {
  padding: 0px 0 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  line-height: 43px;
  border: 0;
  text-align: center;
  margin: 0 2px;
  background: transparent;
  color: #034b26;
  font-size: 16px;
  border-radius: 0;
  font-weight: normal;
  padding-right: 25px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:before {
  content: "\f08a";
  font-family: FontAwesome;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare.tocompare:before {
  content: "\f0ec";
}
.catalog-product-view .product-info-main .product-social-links .mailto {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border: 0;
  text-align: center;
  margin: 0 2px;
  background: #464646;
  color: #fff;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-social-links .mailto:before {
  line-height: 43px;
}
.catalog-product-view .product-info-main .product-social-links .mailto span {
  display: none;
}
.catalog-product-view .product-info-main .product-social-links .mailto:hover {
  background: #000;
}
.catalog-product-view .product-info-main .bundle-actions button {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.catalog-product-view .product-info-main .bundle-actions button:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to .price-label {
  display: block;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .bundle-options-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list {
  margin: 10px 0 0;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list input {
  display: inline-block;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .label {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .control {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .title {
  margin-bottom: 20px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  padding: 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control {
  display: inline-block;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control .input-text.qty {
  height: 38px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions {
  padding: 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin-left: 15px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin-right: 5px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist:hover,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.catalog-product-view .product.info {
  margin-top: 30px;
  margin-bottom: 80px;
  background: #ebebeb;
  padding: 20px;
}
.catalog-product-view .product.info .product.data.items {
  background: #fff;
}
.catalog-product-view .product.info .product.data.items .item.title {
  margin: 0;
}
.catalog-product-view .product.info .product.data.items .item.content {
  background: #ebebeb;
  margin-bottom: 0;
  border: none;
}
.catalog-product-view .product.info .product.data.items .item a {
  height: auto;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  border: none;
}
.catalog-product-view .product.info .product.data.items .item a:after {
  content: "|";
  padding-left: 25px;
}
.catalog-product-view .product.info .product.data.items .item:nth-child(5) a:after {
  content: none;
}
.related .block-actions {
  display: none;
}
.related .choice.related {
  display: none;
}
.fotorama-item.fotorama--fullscreen {
  z-index: 2000 !important;
}
.fotorama__nav-wrap {
  text-align: left;
  margin-top: 10px;
}
body .swatch-attribute {
  clear: both;
}
body .swatch-option.text {
  padding: 0 8px;
}
.ma-title {
  margin-bottom: 30px;
  text-align: center;
}
.ma-title h3 {
  margin: 0;
  position: relative;
  font-size: 1.8rem;
}
.ma-title h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
}
.ma-title h3:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  left: 0;
  right: 0;
  top: 11px;
  z-index: -1;
}
.block-viewed-products-grid {
  margin-top: 30px;
}
.column.main .block .title strong,
body .related .block-title strong,
body .upsell .block-title strong,
body .crosssell .block-title strong,
body .block-viewed-products-grid .block-title strong {
  font-size: 3.5rem;
}
body .related .block-title,
body .upsell .block-title,
body .crosssell .block-title,
body .block-viewed-products-grid .block-title {
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-family: chaletparisnineteensixty;
}
body .related .block-title strong,
body .upsell .block-title strong,
body .crosssell .block-title strong,
body .block-viewed-products-grid .block-title strong {
  font-size: 3.5rem;
  font-weight: normal;
  padding: 0 10px;
  background: #fff;
  text-transform: uppercase;
  font-family: chaletparisnineteensixty;
}
body .related .block-title:after,
body .upsell .block-title:after,
body .crosssell .block-title:after,
body .block-viewed-products-grid .block-title:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  left: 0;
  right: 0;
  top: 11px;
  z-index: -1;
}
.featureproduct-slider {
  margin-bottom: 10px;
}
.bestsellerproduct_container_slider,
.pt-recentproduct-container,
.new-product-slider,
.pt-randomproduct-container {
  margin-top: 40px;
}
.group-list-productd {
  background: #f1f1f1;
  padding: 20px 0;
}
.group-list-productd .ma-title {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.group-list-productd .ma-title h3 span {
  background: #f1f1f1;
  position: relative;
  z-index: 11;
}
.group-list-productd .ma-title h3:after {
  background: #d8d8d8;
  z-index: 1;
}
.group-list-productd .product-items {
  padding: 15px 0;
}
.group-list-productd .product-items:last-child {
  border-bottom: 0;
}
.group-list-productd .product-items .item-inner {
  overflow: hidden;
}
.group-list-productd .product-items .item-inner .image-container {
  width: 70px;
  padding-right: 15px;
  float: left;
}
.group-list-productd .product-items .item-inner .des {
  overflow: hidden;
  zoom: 1;
}
.sidebar .product-items {
  padding: 15px 0;
}
.sidebar .product-items:last-child {
  border-bottom: 0;
}
.sidebar .product-items .item-inner {
  overflow: hidden;
}
.sidebar .product-items .item-inner .image-container {
  width: 70px;
  padding-right: 15px;
  float: left;
}
.sidebar .product-items .item-inner .des {
  overflow: hidden;
  zoom: 1;
}
.sidebar .ma-title {
  text-align: left;
}
.sidebar .ma-title h3 span {
  padding-left: 0;
}
.producttab-container {
  margin-bottom: 90px;
}
.title-tab {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0;
  position: relative;
  background: #ebebeb;
}
.title-tab ul {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.title-tab ul:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  left: 0;
  right: 0;
  top: 16px;
  z-index: -1;
}
.title-tab ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 7px 10px;
  font-size: 1.8rem;
  cursor: pointer;
  border: solid 2px transparent;
  position: relative;
  overflow: visible;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.title-tab ul li:after {
  content: "|";
  color: #000;
  position: absolute;
  right: -15px;
}
.title-tab ul li.active,
.title-tab ul li:hover {
  color: #000;
  border: solid 2px #034b26;
}
.title-tab ul li.active:before {
  content: "";
  background: url(../images/leaves.png) no-repeat;
  background-position: -328px -58px;
  width: 85px;
  height: 63px;
  position: absolute;
  z-index: 11111;
  /* background: #000; */
  /* border: solid 2px #000; */
  top: -34px;
  left: -35px;
  z-index: 0;
}
.title-tab ul li:last-child:after {
  content: none;
}
.productTabContent .owl-wrapper .owl-item:last-child .products-grid .product-item {
  border-right: none;
}
.wrapper.list .product-item-description {
  margin: 10px 0;
}
.wrapper.list .product-item-description p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: inline-block;
  }
}
@media all and (min-width: 768px), print {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .col-main {
    float: right;
  }
  .col-left {
    float: left;
  }
  .columns {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .column.main {
    padding-right: 15px;
    padding-left: 15px;
    min-height: 5px;
  }
  .page-layout-2columns-left .column.main {
    width: 80%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 80%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    clear: left;
    float: left;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    clear: right;
    float: right;
  }
  .account.page-layout-2columns-left .column.main {
    width: 80%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 20%;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    width: 80%;
  }
  .modes-mode {
    border: 0;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode.active:before {
    color: #000;
  }
  .modes-mode:last-child {
    border: 0;
  }
  .page-layout-1column .product-info-main {
    width: 55%;
    background: #fff;
  }
  .page-layout-1column .product.media {
    width: 42%;
    background: #fff;
    margin: 0 0 40px;
  }
  .page-layout-1column .product.media .fotorama__stage {
    border: solid 2px #ebebeb;
  }
  .cart-summary {
    width: 100%;
    background-color: #eee;
    position: static;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 100%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    font-weight: 600;
  }
}
.cms-index-index .main-container {
  padding-top: 0;
}
.main-container {
  padding-top: 30px;
}
.table-comparison .cell {
  width: auto;
}
.columns .column.main {
  padding-bottom: 0;
}
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  border-radius: 0;
}
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: 0;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.toolbar-products {
  padding: 6px 10px;
  border: 1px solid #F1F1F1;
}
.toolbar-products .pages .item {
  line-height: 25px;
}
.toolbar-products .pages .action {
  width: 30px;
  margin-left: 0;
  border: none;
}
.toolbar-products .pages .action.next:before {
  font-size: 35px;
}
.sorter-options {
  padding: 0 5px;
  height: 28px;
  background: #ebebeb;
  font-size: 15px;
  margin-left: 0;
}
.sorter-action:before {
  line-height: 26px;
}
.toolbar-amount {
  padding: 5px 0 0;
  line-height: 18px;
}
.modes {
  display: block;
  margin-top: 5px;
}
.limiter-options {
  background: #ebebeb;
  font-size: 15px;
  height: 28px;
}
.cart-container {
  margin: 0 0 40px;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  padding: 0 20px;
}
.breadcrumbs {
  max-width: 100%;
  padding: 10px 0;
  margin: 0 0 10px;
}
.breadcrumbs ul .item {
  font-size: 14px;
}
.breadcrumbs ul .item:not(:last-child):after {
  vertical-align: middle;
}
.breadcrumbs ul strong {
  color: #000;
}
.category-image {
  margin: 0;
}
.category-description {
  padding: 20px 4%;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.page-title-wrapper .page-title {
  margin: 0px 0;
  font-weight: regular;
}
.form-cart .table > thead > tr > th,
.form-cart .table > tbody > tr > th,
.form-cart .table > tfoot > tr > th,
.form-cart .table > thead > tr > td,
.form-cart .table > tbody > tr > td,
.form-cart .table > tfoot > tr > td {
  border-top: 0;
}
.form-cart .table > thead > tr > th {
  border-bottom: 0;
}
.cart-summary .table > thead > tr > th,
.cart-summary .table > tbody > tr > th,
.cart-summary .table > tfoot > tr > th,
.cart-summary .table > thead > tr > td,
.cart-summary .table > tbody > tr > td,
.cart-summary .table > tfoot > tr > td {
  border-top: 0;
}
.cart-summary .table-wrapper .price {
  font-size: 20px;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  line-height: inherit;
}
.cart-summary .checkout-methods-items li button {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.cart-summary .checkout-methods-items li button:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.cart-summary > .title {
  font-weight: bold;
}
.cart-container .checkout-methods-items .action.primary {
  background: #000;
  color: #fff;
  font-size: 1.3rem;
}
.columns {
  display: block;
}
.block-cart-failed .action.clear,
.cart-container .form-cart .action.clear,
.cart-container .cart-gift-item .action.clear .block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  margin-bottom: 10px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  line-height: 38px;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: -5px;
}
.cart-empty a {
  font-weight: bold;
}
.cart-empty {
  margin-bottom: 30px;
}
.block-collapsible-nav .title {
  text-transform: uppercase;
  border-bottom: 2px solid #f1f1f1;
  padding: 0 0 10px;
}
.block-collapsible-nav .content ul.nav {
  background-color: #f4f4f4;
}
.block-collapsible-nav .content ul.nav > li > strong {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.block-collapsible-nav .content ul.nav > li.current > strong {
  background-color: #eee;
}
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
#checkoutSteps {
  background-color: #fff;
  padding: 20px;
}
.owl-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ma-blog {
  margin-top: 60px;
}
.ma-blog .ma-title {
  margin-bottom: 30px;
}
.ma-blog .ma-title h1 {
  font-size: 3em;
}
.block-recent-posts {
  margin-top: 30px;
  margin-bottom: 40px;
}
.block-recent-posts .item {
  padding: 0 15px;
  margin-bottom: 20px;
}
.block-recent-posts .item .item-inner {
  overflow: hidden;
}
.block-recent-posts .item .item-inner .time-conment {
  font-size: 1.3rem;
  line-height: 15px;
  color: #9d9d9d;
  margin: 0 0 10px;
}
.block-recent-posts .item .item-inner .blog-content {
  text-align: center;
}
.block-recent-posts .item .item-inner .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  margin: 10px 0;
}
.block-recent-posts .item .item-inner .blog-image {
  overflow: hidden;
  position: relative;
}
.block-recent-posts .item .item-inner .blog-image img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.block-recent-posts .item .item-inner .blog-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.block-recent-posts .item .item-inner .blog-image:hover a .icon_out {
  display: none;
}
.block-recent-posts .item .item-inner .blog-image a {
  display: block;
  overflow: hidden;
  position: relative;
}
.block-recent-posts .item .item-inner .blog-image a .icon_out {
  display: none;
  width: 54px;
  height: 54px;
  border: 1px solid #000;
  background: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.block-recent-posts .item .item-inner .blog-image a .icon_out i {
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 23px;
  color: white;
  background: #000;
  -webkit-transform: translate(3px, -3px);
  -moz-transform: translate(3px, -3px);
  -ms-transform: translate(3px, -3px);
  -o-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
}
.ma-testimonial {
  overflow: hidden;
  margin-top: 115px;
  padding: 130px 0;
  background: #f0f5f7;
}
.ma-testimonial .testimo-slider {
  text-align: center;
}
.ma-testimonial .testimo-slider .icon_out {
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 1px solid #000;
  background: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ma-testimonial .testimo-slider .icon_out i {
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 23px;
  color: #000;
  background: #fff;
  -webkit-transform: translate(3px, -3px);
  -moz-transform: translate(3px, -3px);
  -ms-transform: translate(3px, -3px);
  -o-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
}
.ma-testimonial .testimo-slider .pt-testimonial {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}
.ma-testimonial .testimo-slider .pt-testimonial .des {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 770px;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #7b7b7b;
}
.ma-testimonial .testimo-slider .pt-testimonial .content-tes .info a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
.ma-testimonial .testimo-slider .pt-testimonial .content-tes .email {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #434343;
  margin: 10px 0 0;
}
.ma-testimonial .owl-theme .owl-controls {
  margin: 30px 0 0;
}
.ma-testimonial .owl-theme .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
}
.ma-testimonial .owl-theme .owl-controls .owl-page.active span {
  background: #000;
}
.pt-testimonial-item .testimonial-item {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pt-testimonial-item .testimonial-item li {
  background: #fff;
  margin-top: 30px;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 3px;
}
.pt-testimonial-item .testimonial-item li:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.pt-testimonial-item .testimonial-item li .testimonial-image {
  display: none;
}
.pt-testimonial-item .testimonial-item li .testimonial-email {
  font-size: 1.2rem;
  color: #000;
  font-style: italic;
}
.pt-testimonial-item .testimonial-item li .testimonial-testimonial {
  margin: 10px 0;
}
.pt-testimonial-submit .fieldset .field {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.pt-testimonial-submit .fieldset .field .label {
  text-align: left;
  font-weight: normal;
  padding: 10px 0;
}
@media (min-width: 767px) {
  .footer-newsletter .row {
    display: table;
    width: 100%;
    height: 170px;
  }
  .footer-newsletter .row > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .footer-newsletter {
    padding: 15px 0;
  }
  .footer-newsletter .newsletter {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-newsletter .link_follow {
    text-align: center;
  }
}
.ma-newsletter {
  background: #034b26;
  padding: 35px 0;
}
.newsletter {
  display: flex;
  align-items: center;
}
.newsletter .newsletter-title {
  flex: 5%;
  min-width: 100px;
}
.newsletter .newsletter-title h3 {
  font-weight: bold;
  color: #fff;
  color: #ffffff;
  font-size: 4.2rem;
  margin: 0rem 0;
  font-weight: 300;
}
.newsletter .subscribe {
  display: flex;
  flex: 70%;
}
.newsletter .subscribe .control {
  width: 100%;
  height: 54px;
  position: relative;
}
.newsletter .subscribe .control input[type="email"] {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: none;
}
.newsletter .subscribe .control input[type="text"],
.newsletter .subscribe .control input[type="email"],
.newsletter .subscribe .control button {
  color: #000;
  opacity: 1;
  font-weight: 600;
  width: auto;
  height: 100%;
  flex: 42%;
  min-width: 42%;
  margin-right: 20px;
  background: #bdcbc4;
}
.newsletter .subscribe .control button {
  line-height: 28px;
  flex: 10%;
  margin-right: 0;
  min-width: 10%;
  margin-top: -4px;
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
}
.control input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  font-weight: 600;
}
.control input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  opacity: 1;
  font-weight: 600;
}
.control input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  opacity: 1;
  font-weight: 600;
}
.field textarea::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 600;
}
.field textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 600;
}
.field textarea::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 600;
}
.footer-top .link_follow {
  width: 100%;
  clear: both;
}
.footer-top .link_follow h3 {
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.footer-top .link_follow ul {
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: middle;
}
.footer-top .link_follow ul.link-follow li {
  font-size: 1rem;
}
.footer-top .link_follow ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 2.8rem;
}
.footer-top .link_follow ul li i {
  margin-right: 8px;
}
.footer-top .link_follow ul li a {
  font-size: 2.2rem;
  color: #999999;
  margin-right: 15px;
  color: #000;
}
.footer-top .link_follow ul li a span {
  display: none;
}
.footer-payment {
  margin-bottom: 20px;
  margin-top: 0px;
}
.ma-block-wrapper .block-wrapper {
  padding: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.ma-block-wrapper .block-wrapper li {
  width: 33.33333333%;
  padding: 5px;
  margin: 0;
  font-size: 1.3rem;
}
.ma-block-wrapper .block-wrapper li:hover span {
  animation: bounceIn 1000ms ease-in-out;
}
.ma-block-wrapper .block-wrapper li span {
  float: left;
  font-size: 2.8rem;
  width: 70px;
  height: 70px;
  display: block;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 70px;
  margin-right: 10px;
  background: url('../images/after_banner_icons.png') no-repeat;
}
.ma-block-wrapper .block-wrapper li span:before {
  display: block;
}
.ma-block-wrapper .block-wrapper li h3 {
  font-size: 1.9rem;
  margin: 15px 0 0;
  color: #fff;
  font-weight: 400;
}
.ma-block-wrapper .block-wrapper li .media-body {
  color: #fff;
}
.ma-block-wrapper .block-wrapper li:first-child span {
  background-position: 14% 50%;
}
.ma-block-wrapper .block-wrapper li:nth-child(2) span {
  background-position: 49% 50%;
}
.ma-block-wrapper .block-wrapper li:last-child span {
  background-position: 85% 50%;
}
.ma-block-wrapper {
  background: #034b26;
  clear: both;
}
.ma-block-wrapper .block-wrapper {
  height: 80px;
  display: table;
  width: 100%;
}
.ma-block-wrapper .block-wrapper li {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .ma-block-wrapper .block-wrapper li {
    float: left;
    width: 100%;
  }
  .ma-block-wrapper .block-wrapper li span {
    height: 40px;
  }
  .ma-block-wrapper .block-wrapper li h3 {
    margin: 4px 0 0;
  }
}
.banner-center-section {
  margin-top: 35px;
  margin-bottom: 35px;
}
.banner-home {
  margin-bottom: 30px;
}
.banner-home .box-col {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.banner-center-section .banner-home .box-col {
  position: relative;
}
.banner-home .box-col h3 {
  font-weight: 600;
}
.banner-home .box-col img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
}
.banner-home .box-col a.category_name {
  display: block;
  position: relative;
}
.banner-home .box-col a.category_name:after {
  content: "";
  border: solid 3px #fff;
  transition: all ease 0.4s;
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banner-home .box-col:hover img {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.category-section .banner-home .box-col:hover a:after {
  border: solid 3px transparent;
}
.banner-center-section .banner-home .box-col {
  transition: all ease-in 0.4s;
}
.banner-center-section .banner-home .box-col > a {
  transition: opacity ease-in 0.4s;
}
.banner-center-section .banner-home .box-col:hover {
  background: #049f4e;
  transition: all ease-out 0.4s;
}
.banner-center-section .banner-home {
  margin-top: 40px;
}
.banner-center-section .banner-home .short_desc {
  position: absolute;
  bottom: 25px;
  left: 25px;
  tett-align: left;
}
.banner-center-section .banner-home .short_desc h3 {
  color: #fff;
  font-weight: 300;
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
.banner-center-section .banner-home .short_desc .view-morecollections {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  line-height: 35px;
  border: solid 2px #fff;
  color: #fff;
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: 1px;
}
.banner-center-section .banner-home .short_desc .view-morecollections:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
@media (max-width: 1370px) {
  .banner-center-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .banner-center-section {
    margin-top: 10px;
  }
}
.plazathemes-instagram-gallery {
  padding: 60px 6px 6px 6px;
  background: #000;
}
.plazathemes-instagram-gallery .title-instagram {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #fff;
}
.plazathemes-instagram-gallery .title-instagram i {
  margin-right: 20px;
}
.plazathemes-instagram-gallery .title-instagram a {
  color: #fff;
}
.plazathemes-instagram-gallery .title-instagram a:hover {
  text-decoration: underline;
}
.plazathemes-instagram-gallery .instagram-item img {
  width: 100%;
}
.category-section {
  background: #e1e1e1;
  padding-top: 60px;
}
.ma-static {
  padding: 25px 0;
  background: #f4faec;
  margin-bottom: 50px;
}
.ma-static .banner-home {
  margin: 0;
}
.ma-static .banner-home .box-col {
  margin: 0;
}
.ma-static .banner-home .row {
  display: flex;
  flex-wrap: wrap;
}
.ma-static .box-col .text-banner {
  position: absolute;
  width: 65%;
  top: 10%;
  z-index: 1;
  pointer-events: none;
}
.ma-static .box-col p.text-1 {
  letter-spacing: 0.1rem;
  margin: 0 0 5px;
}
.ma-static .box-col .text-2 {
  font-size: 1.3rem;
}
.ma-static .box-col h3 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.9rem;
}
.ma-static .box-col a.button {
  display: inline-block;
  margin: 20px 0 0;
  border: 3px solid #000;
  color: #000;
  background: #fff;
  pointer-events: visible;
  padding: 6px 15px;
}
.ma-static .box-col a.button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.ma-static .row [class*="col-"]:nth-child(2) .box-col {
  border-right: 1px solid #dbe1d4;
  border-left: 1px solid #dbe1d4;
  padding-left: 20px;
}
.free-shipping {
  display: inline-block;
  padding: 10px;
  border: 1px dashed #d9d9d9;
}
.free-shipping p {
  margin: 0;
}
.free-shipping p i {
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 1.8rem;
  margin-right: 10px;
  border-radius: 100%;
  background: #000;
  color: #fff;
}
.free-shipping p span {
  color: #000;
  text-decoration: underline;
}
.delivery_option {
  margin: 60px auto;
  text-align: center;
}
.delivery_option .row > div {
  border-right: solid 2px #ebebeb;
}
.delivery_option .row > div:last-child {
  border: none;
}
.delivery_option h3 {
  font-weight: 600;
}
.checkout-index-index .checkout-payment-method .payment-method-title ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.checkout-index-index .checkout-payment-method .payment-method-title ul li {
  margin: 0 1rem 0 0;
}
.checkout-index-index .checkout-payment-method .payment-method-title ul li i {
  font-size: 24px;
}
.filter-options input[type='checkbox'] + .amshopby-choice::before {
  display: none;
}
.filter-options input[type='checkbox']:checked + .amshopby-choice:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #78b72b;
  position: absolute;
  top: 1.1px;
  left: 11.9px;
}
.toolbar-products .sorter-action {
  position: unset;
  top: 0;
}
.page-products .products-grid .product-item {
  margin: 0 !important;
}
.ambrand-index-index .category-image {
  display: none;
}
.my-acount ul.header.links li.item.link.compare a.compare span {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-method-content .field .select {
  background-image: url(../pub/media/images/downarrow.png) !important;
  background-position: 97% center !important;
  background-repeat: no-repeat !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  padding-left: 7px!important;
}
.brands-filters {
  border: 2px solid #ebebeb;
  margin-top: 60px;
  padding: 40px 40px;
  margin-bottom: 40px;
  position: relative;
  background: #fff;
}
.brands-filters .letters .letters-box:last-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -1rem;
}
.brands-filters .letters .letters-box:last-child .letter {
  width: 16.66666667%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1rem;
  margin: 0 0 6px;
}
.brands-filters .letters .letters-box:last-child input {
  margin: 0;
  appearance: none;
  height: 19px;
  border: 1px solid #000;
  width: 19px;
  padding: 0;
  cursor: pointer;
}
.brands-filters .letters .letters-box:last-child input:checked {
  background: #000;
}
.brands-filters .letters .letters-box:last-child .input-label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 12px;
  margin: 0;
  cursor: pointer;
}
.brands-filters .letters .letters-box:last-child .letter.-active input {
  background: #000;
}
.brands-filters .letters .letters-box:first-child {
  display: none;
}
.brandimg img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -42px;
  left: 32px;
  z-index: 0;
  background-size: 50px !important;
}
.brandimg {
  position: relative;
}
.emizen_brand_index main#maincontent {
  margin-top: 0;
}
.brand-images .brands-letter {
  min-width: 100%;
  float: left;
  border-top: 2px solid #ebebeb;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 100%;
}
.brand-images .brands-letter .letter {
  margin-bottom: 25px;
  display: block;
  font-size: 16px;
}
.brand-images .brands-letter dd {
  margin: 0;
}
.brand-images .brands-letter dd .bare-list {
  padding: 0;
  list-style: none;
}
.brand-images .brands-letter dd .bare-list .brand-item {
  width: 100%;
  max-width: 265px;
  display: inline-block;
  min-width: auto;
  min-height: auto;
}
.brand-images .brands-letter dd .bare-list .brand-item .item {
  text-align: left;
}
.brand-images .brands-letter dd .bare-list .brand-item .item .label {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.brand-images .brands-letter dd .bare-list {
  margin: 0;
}
.brand-images .brands-letter {
  margin: 0;
}
.brands-filters .letters .letters-box:last-child .filter-clear {
  position: absolute;
  right: 20px;
  top: auto;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .brands-filters .letters .letters-box:last-child .letter {
    width: 33.33%;
  }
  .brands-filters {
    padding: 25px;
  }
  .brand-images .brands-letter {
    padding: 20px 0;
  }
  #featured-brands-content ul li {
    width: 100%;
    max-width: 50%;
    padding: 0 1rem;
  }
  #featured-brands-content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -1rem;
  }
  #featured-brands-content ul img {
    object-fit: contain;
  }
  .brands-filters .letters .letters-box:last-child .filter-clear {
    position: static;
    margin: 10px 0 0 10px;
  }
}
.filter-options .am-ranges input[type='checkbox']:checked + .amshopby-choice:after {
  top: 4.1px;
  left: 7.9px;
}
.header-content ul.header.links li.link.authorization-link {
  display: none;
}
.filter-options .filter-options-content .am-ranges .am-filter-items-manufacturer {
  overflow: unset;
  max-height: unset !important;
}
.filter-options .filter-options-content .am-ranges .am-filter-items-manufacturer li.item {
  margin: 0 !important;
  line-height: 20px;
}
.filter-options .filter-options-content .am-ranges .am-filter-items-manufacturer li.item a {
  padding-left: 5px !important;
  display: flex;
}
.filter-options .am-labels-folding .item {
  padding: 0 0 0 5px;
}
.filter-options .am-labels-folding .item a.amshopby-filter-parent .label,
.block.filter .filter-options .filter-options-content ol li .label {
  padding: 0 10px 0 21px;
  line-height: 18px;
}
.filter-options .am-labels-folding .item a.amshopby-filter-parent .label::before,
.filter-options-content .item a .label:before {
  left: -5px !important;
  top: 1px !important;
}
ul.items.am-filter-items-category_ids.am-labels-folding.-am-multiselect li.item {
  padding: 0;
}
.amshopby-slider-container.-improved .am-slider::before,
.amshopby-slider-container.-improved .am-slider::after {
  display: none;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 0;
}
.filter-options .am-labels-folding .item a.amshopby-filter-parent .label,
.block.filter .filter-options .filter-options-content ol li .label {
  text-transform: capitalize !important;
  padding: 0 10px 0 20px !important;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute !important;
  height: 10px !important;
  background: #b6b6b6 !important;
}
.amshopby-slider-container.-improved .am-slider {
  height: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  border: none !important;
  background: #dadada !important;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  padding: 0 !important;
  margin-top: -5px;
  margin-left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  background: #f98b25 !important;
  top: 0 !important;
}
.amshopby-slider-container {
  margin: 10px 15px 15px 5px !important;
}
.filter-options input[type='checkbox']:checked + .amshopby-choice:after {
  left: 3.1px !important;
  top: -1px !important;
}
.actions-toolbar > .secondary .action.back {
  display: block;
}
@media only screen and (max-width: 768px) {
  .cart.table-wrapper {
    display: inline-block;
    width: 100%;
  }
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  vertical-align: top;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions #payment-request-button {
  width: 100%;
  margin: 10px 0 0;
}
.block-recent-posts .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  right: -60px;
  /* top: 0; */
  bottom: 45%;
  margin: auto;
  vertical-align: middle;
  /* display: inline-block; */
  display: block;
}
.block-recent-posts .owl-theme .owl-controls .owl-page {
  display: block;
}
.block-recent-posts .owl-theme .owl-controls .owl-page span {
  border: solid 2px #034b26;
  background: transparent;
  opacity: 1;
}
.block-recent-posts .owl-theme .owl-controls .owl-page.active span {
  background: #034b26;
}
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.52857143;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  color: #000;
  text-align: left;
}
html,
body {
  display: block !important;
}
a:visited,
.alink:visited {
  color: #000;
}
a {
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
button {
  background-color: #f1f1f1;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 0 20px;
  line-height: 35px;
  height: 40px;
  font-weight: normal;
  border: 0;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
button:hover {
  background-color: #000;
  color: #fff;
  border: 0;
}
button.view_all {
  float: right;
  margin-right: 7px;
  margin-top: 7px;
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
button.view_all:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.action.primary {
  margin-top: 15px;
  border: 2px solid #034b26;
  background: #fff;
  color: #034b26;
  padding: 5px 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.action.primary:hover,
.action.primary:focus {
  border-color: #034b26;
  background: #034b26;
  color: #fff;
}
button:hover,
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: 0;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.checkbox {
  display: inline-block;
  vertical-align: top ;
}
label {
  font-weight: normal;
}
p {
  margin: 0 0 10px;
}
h1 {
  color: #262626;
  font-family: chaletparisnineteensixty;
  font-weight: 300;
}
h1.page-title {
  font-weight: regular;
}
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #262626;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
* {
  outline: none;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
big {
  font-size: 125%;
}
dd {
  margin-bottom: 24px;
}
.logo img {
  display: inline;
}
.message.success {
  margin: 10px 0;
}
.mobile-bar-icon {
  text-decoration: none;
  cursor: pointer;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: transparent;
  visibility: hidden;
  display: none;
  z-index: 99;
  color: #000;
  border: 1px dashed #000;
}
.mobile-bar-icon:hover {
  color: #000;
}
.mobile-bar-icon:before {
  content: "\f0c9";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.nav-toggle {
  display: none !important;
}
.mobile-bar-content {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  width: calc(100% - 45px);
  max-width: 500px;
  background: #333;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  z-index: 9999;
}
.mobile-bar-content.open {
  left: 0;
}
.mobile-bar-content .mobile-bar-close {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0;
  position: absolute;
  right: -35px;
  top: 50px;
  color: #fff;
}
.mobile-bar-content .mobile-bar-close:hover {
  background: #fff;
  color: #000;
}
.mobile-bar-content .mobile-bar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}
.mobile-bar-content .tabs-mobile {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.mobile-bar-content .tabs-mobile .item {
  line-height: 30px;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 2rem;
  background: #fff;
  float: left;
  width: 50%;
}
.mobile-bar-content .tabs-mobile .item.active {
  color: #000;
}
.mobile-bar-content .tabs-content-mobile {
  text-align: center;
  padding: 0 20px;
  color: #fff;
}
.mobile-bar-content .tabs-content-mobile .switcher-currency,
.mobile-bar-content .tabs-content-mobile .switcher-language {
  float: none !important;
  display: inline-block;
  margin: 0 10px;
}
.mobile-bar-content .tabs-content-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-bar-content .tabs-content-mobile .header.links {
  margin-bottom: 10px;
  width: 100%;
}
.mobile-bar-content .tabs-content-mobile .header.links li {
  display: inline-block;
  margin: 0 10px;
}
.mobile-bar-content .tabs-content-mobile .header.links li a {
  color: #fff;
}
.mobile-bar-content .tabs-content-mobile .header.links li a:hover {
  color: #000;
}
.header.links li:first-child a:before {
  content: "\f007";
  font-family: fontAwesome;
  font-size: 15px;
  padding-right: 10px;
}
.header-container {
  color: #000000;
  position: absolute;
  top: 10px;
  width: 100%;
}
.header-container .logo {
  float: none;
  margin: 0;
  max-width: 100%;
}
.top-bar {
  position: relative;
  z-index: 50;
  background-color: rgba(3, 75, 38, 0.6);
  font-size: 13px;
  color: #fff;
  padding: 0 40px;
}
.top-bar a {
  color: #000000;
}
.top-bar a:hover {
  color: #000;
}
.top-bar .container-size {
  padding: 2px 0;
}
.top-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-bar ul li {
  margin: 0;
}
.header-content {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 50;
  padding: 5px 40px;
}
@media (min-width: 992px) {
  .header-table {
    display: table;
    width: 100%;
    height: 75px;
  }
  .header-table > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    padding: 0;
  }
  .header-table .logo img {
    display: inline-block;
  }
}
.link-contact {
  overflow: hidden;
  float: left;
}
.link-contact p {
  float: left;
  margin: 0 20px 0 0;
}
.link-contact p i {
  font-size: 13px;
  margin-right: 5px;
}
ul.header.links {
  float: left;
}
ul.header.links li {
  display: none;
}
ul.header.links .welcome {
  display: block;
}
.switcher-language,
.switcher-currency {
  float: right !important;
}
.switcher-language .label,
.switcher-currency .label {
  display: none;
  font-weight: normal;
  color: #afafaf;
  padding-left: 0;
  padding-right: 0;
}
.switcher-language .switcher-options,
.switcher-currency .switcher-options {
  position: relative;
  display: inline-block;
}
.switcher-language .switcher-options .switcher-trigger,
.switcher-currency .switcher-options .switcher-trigger {
  display: inline-block;
  font-size: 10px;
  text-transform: capitalize;
  cursor: pointer;
}
.switcher-language .switcher-options .switcher-trigger i,
.switcher-currency .switcher-options .switcher-trigger i {
  line-height: 22px;
  margin-left: 5px;
}
.switcher-language .switcher-options:hover .switcher-dropdown,
.switcher-currency .switcher-options:hover .switcher-dropdown {
  display: block;
}
.switcher-language .switcher-options .switcher-dropdown,
.switcher-currency .switcher-options .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: -1px;
  z-index: 9;
  text-align: right;
  min-width: 130px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 100%;
  display: none;
}
.switcher-language .switcher-options .switcher-dropdown li,
.switcher-currency .switcher-options .switcher-dropdown li {
  margin: 0;
}
.switcher-language .switcher-options .switcher-dropdown a,
.switcher-currency .switcher-options .switcher-dropdown a {
  display: block;
  font-size: 1.2rem;
  padding: 7px 15px 7px 15px;
}
.switcher-language .switcher-options .switcher-dropdown a:hover,
.switcher-currency .switcher-options .switcher-dropdown a:hover {
  color: #000;
}
.switcher-language {
  line-height: 16px;
  height: 16px;
  margin-right: 20px;
  position: relative;
}
.switcher-currency {
  padding-right: 20px;
}
.my-acount {
  padding: 0 0px;
  line-height: 16px;
  float: right;
  position: relative;
  margin-bottom: -20px;
  z-index: 1;
}
.my-acount .label {
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 0;
}
.my-acount .label i {
  margin-left: 5px;
}
.my-acount:hover ul.header.links {
  display: inline-block;
}
.my-acount ul.header.links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  top: 100%;
}
.my-acount ul.header.links li {
  display: inline;
  margin: 0;
}
.my-acount ul.header.links a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0px 10px 0px 5px;
  font-weight: 500;
  color: #000;
}
.my-acount ul.header.links a:hover {
  color: #000;
}
.search-switcher {
  position: relative;
  z-index: 88;
  width: 38px;
  height: 25px;
  line-height: 38px;
  border-radius: 100%;
  /* background: #aaaaaa; */
  color: #000;
  cursor: pointer;
  text-align: center;
  float: right;
  margin-right: 0;
  margin-top: 0;
}
.search-switcher:before {
  font-family: 'FontAwesome';
  content: "\f002";
  display: block;
  font-size: 1.5rem;
  line-height: 16px;
}
.search-switcher:hover #search_mini_form {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
#search_mini_form {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #eee;
  position: absolute;
  background: #fff;
  right: -30px;
  top: 45px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
#search_mini_form .search {
  width: 240px;
  height: 40px;
  background: #fff;
  position: relative;
  padding-right: 40px;
  border: 1px solid #F1F1F1;
}
#search_mini_form .search input {
  width: 100%;
  border: 0;
  color: #000;
}
#search_mini_form .search input:focus {
  box-shadow: none;
}
#search_mini_form .search button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 15px;
  background: none;
  border: 0;
  color: #444;
}
#search_mini_form .search button:focus {
  box-shadow: none;
}
.hot-sale,
.label-pro-new {
  position: absolute;
  top: 10px;
  overflow: hidden;
  line-height: 70px;
  height: 70px;
  width: 70px;
  text-align: center;
  z-index: 11;
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  text-transform: capitalize;
  border-radius: 100%;
}
.label-pro-new {
  left: 10px;
  background: #034b26;
}
.hot-sale {
  right: 10px;
  background: #034b26;
}
.pt-banner-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pt-banner-container ul li img {
  width: 100%;
}
.pt-banner-container:hover .owl-theme .owl-controls .owl-buttons {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.pt-banner-container .owl-controls .owl-pagination {
  position: absolute;
  right: 60px;
  bottom: 40%;
}
.pt-banner-container .owl-controls .owl-pagination .owl-page {
  opacity: 1;
  display: block;
}
.pt-banner-container .owl-controls .owl-pagination .owl-page span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: solid 2px #fff;
}
.pt-banner-container .owl-controls .owl-pagination .owl-page.active span {
  border: solid 2px #fff;
  background: #fff;
}
.pt-banner-container .owl-theme .owl-controls {
  margin: 0;
  right: 0;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  pointer-events: none;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div {
  pointer-events: visible;
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  text-indent: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  background: rgba(149, 158, 164, 0.31);
  position: static;
  margin: 0;
  float: left;
  border: 1px solid #fff;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  border-right: 0;
  border-left: 1px solid #fff;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div:hover {
  border-color: #000;
  background-color: #000 !important;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div:before {
  font-size: 25px;
  font-family: FontAwesome;
  color: #fff;
  display: block;
  line-height: 40px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 30px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 30px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
}
.pt-banner-container .pt-banner-caption .pt-banner-content {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  max-width: 1170px;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .leaf_back_up,
.pt-banner-container .pt-banner-caption .pt-banner-content .leaf_back_down {
  background: url('../images/leaves.png') no-repeat;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .leaf_back_up {
  background-position: 0px -60px;
  width: 70px;
  height: 50px;
  position: absolute;
  z-index: 11111;
  /* background: #000; */
  /* border: solid 2px #000; */
  top: -35px;
  left: 0;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .leaf_back_down {
  background-position: -178px -53px;
  width: 70px;
  height: 71px;
  bottom: -15px;
  right: -60px;
  position: absolute;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-description {
  border: solid 2px #ffffff;
  padding: 55px 20px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-description:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 {
  text-align: center;
  padding: 0;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-banner-des p {
  margin: 0 0 10px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-title2 {
  color: #000;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-url {
  text-align: center;
}
.pt-banner-container .pt-banner-caption .pt-title2 {
  position: relative;
  z-index: 1;
  font-size: 4.2rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #000;
  font-family: chaletparisnineteensixty;
}
.pt-banner-container .pt-banner-caption .pt-title2 span {
  display: inline-block;
  padding: 5px 20px;
}
.pt-banner-container .pt-banner-caption .pt-title3 {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 0px;
  color: #000;
}
.pt-banner-container .pt-banner-caption .pt-title3 span {
  display: inline-block;
  padding: 10px 20px;
}
.pt-banner-container .pt-banner-caption .pt-banner-des {
  font-size: 1.8rem;
  margin: 17px auto 0;
  color: #fff;
  font-weight: 300;
}
.pt-banner-container .pt-banner-caption .pt-banner-des p {
  max-width: 500px;
  margin: auto;
}
.pt-banner-container .pt-banner-caption .pt-url {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  background: transparent;
  border: solid 3px #fff;
  min-width: 210px;
  margin: 0 auto;
  font-size: 15px;
  margin-top: 25px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: bold;
  padding: 9px 15px 8px;
  letter-spacing: 0.8px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  animation: vanishIn 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title3 {
  animation: vanishIn 2200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des {
  animation: vanishIn 2900ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
  animation: vanishIn 3600ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title1 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title2 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-banner-des {
  -webkit-animation: slideInDown 1200ms ease-in-out;
  -moz-animation: slideInDown 1200ms ease-in-out;
  -ms-animation: slideInDown 1200ms ease-in-out;
  animation: slideInDown 1200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-url {
  -webkit-animation: zoomInUp 1400ms ease-in-out;
  -moz-animation: zoomInUp 1400ms ease-in-out;
  -ms-animation: zoomInUp 1400ms ease-in-out;
  animation: zoomInUp 1400ms ease-in-out;
}
.banner-static {
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 30px 0 0;
}
.banner-static a {
  margin-bottom: 30px;
  display: block;
}
.banner-static img {
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out;
}
.banner-static img:hover {
  opacity: 0.8;
}
.cms-index-index .main-content {
  padding: 0;
}
.main-content {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 0 0 30px;
}
.main-content .page.messages {
  max-width: 1170px;
  margin: 0 auto;
}
.main-content .page.messages div {
  font-size: 1.6rem;
}
.main-content .checkout-container {
  margin: 30px 0;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.main-content .checkout-container .opc-wrapper .step-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.main-content .checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 1.4rem;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1rem;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.main-content .cart-container .cart-summary {
  padding: 1px 18px 22.5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.main-content .cart-container .cart-summary > .title {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.main-content .cart-container .cart-summary .block.shipping > .title,
.main-content .cart-container .cart-summary .block.discount > .title {
  line-height: normal;
  padding: 9px 36px 9px 0px;
  border-top: 1px solid #ccc;
}
.main-content .cart-container .cart-summary .block.shipping > .title:after,
.main-content .cart-container .cart-summary .block.discount > .title:after {
  font-size: 24px;
  color: #313131;
  top: 4px;
}
.main-content .cart-container .cart-summary .block.shipping > .title strong,
.main-content .cart-container .cart-summary .block.discount > .title strong {
  color: #313131;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .field.note,
.main-content .cart-container .cart-summary .block.discount .field.note {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice) > .label,
.main-content .cart-container .cart-summary .block.discount .fieldset .field:not(.choice) > .label {
  font-size: 1.3rem;
  color: #333;
  font-weight: 400;
}
.main-content .cart-container .cart-summary .block.shipping select,
.main-content .cart-container .cart-summary .block.discount select,
.main-content .cart-container .cart-summary .block.shipping input,
.main-content .cart-container .cart-summary .block.discount input {
  border-radius: 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-title,
.main-content .cart-container .cart-summary .block.discount .item-title {
  font-weight: 500;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-options,
.main-content .cart-container .cart-summary .block.discount .item-options {
  margin: 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .radio,
.main-content .cart-container .cart-summary .block.discount .item-options .radio {
  float: left;
  margin: 0 8px 0 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .label,
.main-content .cart-container .cart-summary .block.discount .item-options .label {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
}
.main-content .cart-container .cart-summary .cart-totals th,
.main-content .cart-container .cart-summary .cart-totals td {
  border: none;
}
.main-content .cart-container .cart-summary .cart-totals .price {
  color: #333;
}
.main-content .cart-container .cart-summary .cart-totals .grand.totals {
  border-top: 1px solid #ccc;
}
.main-content .cart-container .cart-summary .fieldset {
  margin: 0px 0 5px 5px;
}
.main-content .cart-container .form-cart .cart.table-wrapper thead .col {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody {
  border-top: 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col {
  border: none;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .price {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
  vertical-align: middle;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
  padding: 10px 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action {
  margin-top: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action {
  margin-bottom: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.main-content .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.main-content .block.crosssell > .title {
  color: #262626;
  text-transform: uppercase;
}
.main-content .login-container .fieldset:after {
  font-size: 1.4rem;
  margin-left: 0 !important;
}
.main-content .form.contact {
  margin-top: 50px;
}
.main-content .table-comparison .cell {
  width: 175px;
}
.main-content .table-comparison .cell .attibute.value {
  font-size: 1.4rem;
}
.product-item .price-box .price {
  font-weight: 600;
  font-size: 1.8rem;
  color: #034b26;
}
.price-box {
  overflow: hidden;
  line-height: 25px;
  margin: 5px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.price-box .price-box {
  margin: 0;
}
.price-box .price-box p {
  margin: 0;
}
.price-box .price-label {
  display: none;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.product-info-main .price-box .price {
  color: #034b26;
  font-size: 2.4rem;
}
.price-box .special-price {
  line-height: 20px;
  display: inline-block;
}
.price-box .old-price {
  margin-left: 5px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
}
.price-box .old-price .price {
  color: #ea9735;
  text-decoration: line-through;
  font-size: 1.4rem;
  font-weight: 400;
}
.price-box.price-tier_price {
  border-bottom: solid 2px #ebebeb;
}
.product-add-form .product-options-bottom {
  border-top: solid 2px #ebebeb;
}
.page-product-configurable .swatch-attribute-options {
  margin-top: 5px;
}
body.page-product-configurable .swatch-attribute {
  margin-top: 15px;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  color: #034b26;
  font-size: 2.4rem;
  line-height: 25px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 10px 0;
}
.product-item-name,
.product.name a,
.product-item-name a {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.product-item-name:hover,
.product.name a:hover,
.product-item-name a:hover {
  text-decoration: none;
  color: #000;
}
.product-item-name .wrapper.list {
  margin-top: 0;
}
.page-title {
  font-size: 35px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.block.related .block-content,
.block.upsell .block-content {
  padding: 0;
  border: 0;
}
.block .block-title {
  position: relative;
  padding: 0 0 10px;
}
.block .block-title strong {
  font-size: 1.8rem;
  color: #262626;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
.block .block-title.filter-title {
  text-align: center;
  background: #ebebeb;
  padding: 12px;
}
.block .block-title.filter-title strong {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}
.block.filter .action.remove.filter-url {
  display: block;
}
.block.filter .block-content {
  background: #fff;
  padding: 15px;
  border: 3px solid transparent;
}
.block.filter .block-subtitle {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 20px;
  display: none;
}
.block.filter .filter-options .filter-options-title {
  text-transform: uppercase;
  font-weight: normal;
  color: #343434;
}
.block.filter .filter-options .filter-options-content ol li {
  line-height: 25px;
  margin: 2px 0 0;
  font-size: 1.3rem;
}
.block.filter .action.clear.filter-clear {
  display: block;
  margin-bottom: 15px;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title {
  color: #000;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f077";
}
.block.filter .filter-content .filter-options-item .filter-options-title {
  font-size: 1.4rem;
  color: #262626;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: normal;
  font-style: italic;
  cursor: pointer;
  margin-bottom: 15px;
  outline: none;
}
.block.filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 8px;
  float: right;
}
.block.filter .filter-content .filter-options-item .filter-options-content {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #F1F1F1;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li {
  line-height: 30px;
  margin: 5px 0;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li a {
  font-size: 1.4rem;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal {
  background: #dbdbdb;
  border-radius: 0;
  height: 4px;
  margin-bottom: 20px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-range {
  background: #000;
  height: 100%;
  position: absolute;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle {
  background: #fff;
  border: 4px solid #000;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 14px;
  width: 14px;
  margin-left: 0;
  top: 50%;
  margin-top: -7px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -14px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2a2a2a;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price .price-symbol {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 31px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price input {
  text-align: center;
  padding-left: 20px;
  opacity: 1;
  border: 1px solid #c2c2c2;
  height: 32px;
  background: #fff;
  width: 75px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter-label {
  font-weight: bold;
}
.filter-value {
  color: #858585;
}
.filter-current .filter-label {
  display: inline-block;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
  display: inline-block;
  text-decoration: none;
}
.filter-current .action.remove span {
  display: none;
}
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  line-height: 15px;
  color: #999;
  content: "\f00d";
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .item-qty {
  width: 50px !important;
  color: #444;
}
.minicart-items-wrapper {
  max-height: 450px;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper button {
  border: 0;
}
.minicart-wrapper .action.showcart {
  display: block;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  display: none;
}
.minicart-wrapper .price-label:before {
  content: "";
  border-left: solid 2px #000;
  padding-left: 10px;
  margin-left: 5px;
}
body .minicart-wrapper.active {
  overflow: inherit;
}
body div.minicart-wrapper {
  padding: 0px 0px;
  height: 45px;
  padding-left: 40px;
  position: relative;
  width: auto;
  line-height: 40px;
}
body div.minicart-wrapper:before {
  position: absolute;
  left: 10px;
  top: 0px;
  height: 100%;
  padding-right: 10px;
  content: "\f291";
  font-family: FontAwesome;
  font-size: 18px;
  color: #000;
}
body div.minicart-wrapper .product-image-container {
  margin-right: 10px;
}
body div.minicart-wrapper > .action {
  display: block;
  line-height: 40px;
}
body div.minicart-wrapper > .action:before {
  display: none;
}
body div.minicart-wrapper > .action .text {
  position: static !important;
  width: auto !important;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
}
body div.minicart-wrapper .block-minicart {
  color: #666;
  font-weight: normal;
}
body div.minicart-wrapper .minicart-items {
  max-height: 400px;
  overflow: auto;
}
body div.minicart-wrapper .minicart-items .product-item-details {
  padding-right: 15px;
  padding-left: 15px;
}
body div.minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  color: #000;
  border-radius: 100%;
  margin: 0;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-size: 1.5rem;
  overflow: visible;
  position: relative;
  top: auto;
  left: auto;
  font-weight: 500;
  white-space: nowrap;
}
body div.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
body div.minicart-wrapper .block-minicart .block-content > .actions .viewcart {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
}
body div.minicart-wrapper .block-minicart .block-content > .actions .viewcart:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.modal-popup .modal-content,
.modal-popup .modal-header,
.modal-popup .modal-footer {
  box-shadow: none;
  border: 0;
}
/*===custommenu==============*/
.nav-menu {
  margin-bottom: 10px;
}
.nav-container {
  position: relative;
}
.nav-ozmegamenu {
  position: relative;
  z-index: 700;
  background: #666666;
}
.pt_custommenu {
  position: relative;
}
.pt_custommenu div.pt_menu {
  display: inline-block;
}
.pt_custommenu div.pt_menu.act .parentMenu a:before {
  width: 50%;
}
.pt_custommenu div.pt_menu.active .parentMenu > a:before,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title:before {
  width: 50%;
}
.pt_custommenu div.pt_menu#pt_menu_home a {
  position: relative;
}
.pt_custommenu div.pt_menu#pt_menu_home a span {
  display: inline-block;
}
.pt_custommenu div.pt_menu#pt_menu_home a:after {
  display: none;
}
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu a:after,
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu span.block-title:after {
  display: none;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
  font-weight: 500;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu div.pt_menu .parentMenu a.act,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act {
  background-color: #034b26;
  color: #fff;
}
.pt_custommenu div.pt_menu .parentMenu a:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 12px;
  margin-left: 5px;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.popup {
  width: auto!important;
  position: absolute;
  z-index: 3000;
  text-align: left;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 3px 5px #bababa;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #eee;
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.pt_custommenu div.popup a.actParent {
  color: #000;
}
.pt_custommenu div.popup a.act {
  color: #000;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover,
.pt_custommenu div.popup .itemMenu a.level1.act,
.pt_custommenu div.popup .itemMenu h4.level1.act {
  color: #034b26;
}
.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
  display: inline-block;
  padding-right: 10px;
}
.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 30px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .itemMenu a.level2:hover,
.pt_custommenu div.popup .itemMenu h4.level2:hover,
.pt_custommenu div.popup .itemMenu a.level3:hover,
.pt_custommenu div.popup .itemMenu h4.level3:hover,
.pt_custommenu div.popup .itemMenu a.level2.act,
.pt_custommenu div.popup .itemMenu h4.level2.act,
.pt_custommenu div.popup .itemMenu a.level3.act,
.pt_custommenu div.popup .itemMenu h4.level3.act {
  color: #000;
}
.pt_custommenu div.popup .block1 {
  overflow: hidden;
  float: left;
  padding: 30px 30px 40px 30px;
}
.pt_custommenu div.popup .block2 {
  margin-top: 10px;
  float: left;
}
.pt_custommenu div.popup .blockright img {
  max-width: 100%;
}
.pt_custommenu div.column {
  float: left;
  padding-right: 20px;
  width: 33.33%;
}
.pt_custommenu div.column .cat_image_wrap img {
  max-width: 100%;
}
.pt_custommenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.pt_custommenu #pt_menu_link {
  padding: 0;
}
.pt_custommenu #pt_menu_link .parentMenu ul li {
  float: left;
  list-style: none;
  position: relative;
}
.pt_custommenu .clearBoth {
  clear: both;
}
.pt_custommenu .menu-sale,
.pt_custommenu .menu-new {
  position: absolute;
  color: #fff;
  background: url(../images/hot-sale.png) no-repeat center center;
  width: 47px;
  height: 31px;
  line-height: 26px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.pt_custommenu .menu-new {
  background: url(../images/news.png) no-repeat center center;
}
.pt_custommenu div.popup .itemMenu a.level1 span.is_sale,
.pt_custommenu div.popup .itemMenu h4.level1 span.is_sale,
.pt_custommenu div.popup .itemMenu a.level1 span.is_new,
.pt_custommenu div.popup .itemMenu h4.level1 span.is_new {
  display: none;
}
.itemMenu a.level1 {
  text-transform: capitalize;
}
.pt_menu_link .parentMenu ul li {
  float: left;
  margin: 0;
  margin-right: 1px;
}
.pt_menu_link .parentMenu ul li a {
  margin: 0;
}
/* =============================================Mobile Menu ========================================== */
.nav-collapse {
  text-align: left;
}
.navbar .nav > li {
  padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
  height: auto;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
}
.navbar-inner {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.navbar {
  background-color: #000;
  border-radius: 0;
  margin: 0;
}
.menu-mobile {
  float: left;
  width: 100%;
  padding: 0 2%;
}
.navbar .btn-navbar {
  margin-top: 10px;
  border: 0 !important;
  box-shadow: none !important;
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
  padding: 10px;
}
.navbar .btn-navbar:hover {
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important;
  font-family: 'helvetica';
}
.navbar .btn-navbar .icon-bar {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: inherit !important;
}
.mobilemenu > li.last a {
  border-bottom: 0;
}
.navbar .brand {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  padding-top: 18px;
}
.mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.mobilemenu li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.mobilemenu li.level0.last {
  margin-bottom: 10px;
}
.mobilemenu li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.mobilemenu a {
  text-decoration: none;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  margin: 0 15px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.mobilemenu li.active a,
.mobilemenu a:hover {
  color: #efefef;
}
.mobilemenu ul a {
  color: #fff !important;
  font-size: 0.95em;
}
.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #000 !important;
}
.mobilemenu ul ul a,
.mobilemenu ul li.active ul a {
  color: #fff !important;
}
.mobilemenu ul ul a:hover,
.mobilemenu ul ul li.active a,
.mobilemenu ul li.active ul a:hover {
  color: #fff !important;
}
.mobilemenu ul ul ul a,
.mobilemenu ul ul li.active ul a {
  color: #fff !important;
}
.mobilemenu ul ul ul a:hover,
.mobilemenu ul ul ul li.active a,
.mobilemenu ul ul li.active ul a:hover {
  color: #000 !important;
}
.mobilemenu ul ul ul ul a,
.mobilemenu ul ul ul li.active ul a {
  color: #fff !important;
}
.mobilemenu ul ul ul ul a:hover,
.mobilemenu ul ul ul ul li.active a,
.mobilemenu ul ul ul li.active ul a:hover {
  color: #000 !important;
}
.mobilemenu li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}
.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
  position: absolute;
  top: 11px;
  right: 0px;
}
.mobilemenu span.head a {
  background: url(../images/menu_down.png) no-repeat 50% 50%;
  color: #333333;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active > span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.product-reviews-summary {
  display: block;
  margin: 0;
}
.product-reviews-summary .label {
  display: none;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  position: static;
  margin: 0;
}
.product-reviews-summary .reviews-actions {
  margin-left: 10px;
  font-weight: 400;
  display: none;
}
.catalog-product-view .product-reviews-summary .reviews-actions {
  display: inline-block;
}
.product-reviews-summary .reviews-actions a.action.view {
  padding-right: 8px;
  margin-right: 8px;
  border-right: solid 1px #000;
}
.product-reviews-summary .rating-result {
  width: 92px;
  margin-left: 0;
}
.product-reviews-summary .rating-result:before {
  font-size: 2.5rem;
  height: 20px;
  line-height: 20px;
  letter-spacing: -7px;
  color: #e1e1e1;
}
.product-reviews-summary .rating-result > span:before {
  color: #5a5a5a;
  font-size: 2.5rem;
  line-height: 20px;
  height: 20px;
  letter-spacing: -7px;
}
.learn-more-link {
  margin: 30px 0;
  text-align: center;
}
.learn-more {
  background-color: transparent;
  border: solid 2px #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin-top: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #034b26;
  text-decoration: none;
}
.learn-more:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.learn-more-link .learn-more {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer_wrap {
  position: relative;
}
.footer_wrap:after {
  background: url(../images/leaves.png) no-repeat bottom right;
  content: "";
  width: 170px;
  height: 160px;
  position: absolute;
  right: -166px;
  bottom: -57px;
  background-position: -485px -10px;
}
.footer-top {
  background: #EBEBEB;
  color: #000000;
  padding: 30px 0 40px;
  overflow: hidden;
}
.footer-top .title {
  margin: 30px 0 15px;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-top .toggle-footer .lined {
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 1.5rem;
  padding-left: 40px;
  position: relative;
  min-height: auto;
  padding-top: 3px;
  font-weight: 400;
}
.footer-top .toggle-footer .lined i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 1.8rem;
  color: #000;
  margin-right: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-top .toggle-footer .lined:last-child {
  border-bottom: 0;
}
.footer-top h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.page-footer .footer-top .block-cms-link {
  margin: 10px 0;
}
.footer-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-top ul li {
  padding: 0 0 0px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer-top ul li:after {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 1.2rem;
  color: #aeaead;
}
.footer-top ul li a {
  color: #000;
  text-transform: uppercase;
}
.footer-top ul li a:hover {
  color: #034b26;
}
.footer-bottom {
  background: #034B26;
  color: #FFFFFF;
  padding: 8px 0;
  overflow: hidden;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  color: #000000;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom .copyright {
  margin: 0px 0 0;
  display: block;
  text-align: center;
}
#back_top {
  bottom: 35px;
  display: none;
  height: 40px;
  position: fixed;
  right: 12px;
  width: 40px;
  line-height: 40px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  background-color: #666;
  font-size: 1.5rem;
  color: #fff;
}
#back_top:hover {
  background: #000;
  border-color: #000;
}
#back_top span {
  display: none;
}
#back_top:before {
  content: "\f077";
  font-family: FontAwesome;
}
.fix-nav-menu {
  z-index: 999;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.91) !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}
.fix-nav-menu .mobile-bar-icon {
  display: none;
}
.cms-index-index .fix-header-container {
  position: static !important;
}
#newsletter_pop_up {
  background: #fff !important;
  color: #FFFFFF;
  display: none;
  margin: -195px 0 0 !important;
  min-width: 450px;
  padding: 50px;
  top: 50% !important;
  position: fixed !important;
  text-align: center;
}
#newsletter_pop_up .b-close {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  min-width: 70px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  position: absolute;
  top: -25px;
  right: 0;
}
#newsletter_pop_up .b-close:after {
  content: "close";
  font-size: 10px;
}
#newsletter_pop_up .title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  color: #7d7d7d;
  margin: 15px 0;
  white-space: pre-line;
  padding: 0;
  vertical-align: top;
  border-radius: 0;
  display: block;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1 {
  margin: 0 0 20px;
  width: 380px;
  height: 41px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #eee;
  color: #333;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1-error {
  font-size: 1.2rem;
  margin-top: -15px;
  color: red;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom {
  margin-top: 15px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom input {
  vertical-align: top;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom label {
  font-size: 1.4rem;
  color: #7d7d7d;
  margin-top: 4px;
  line-height: 13px;
}
#newsletter_pop_up .newsletter .actions {
  display: inline-block;
}
#newsletter_pop_up .newsletter .actions button {
  position: static;
  padding: 0 20px;
  border: 1px solid #eee;
  color: #333;
  width: 100%;
}
#newsletter_pop_up .newsletter .actions button:hover {
  background: #000;
  color: #fff;
}
.blog-search .control {
  position: relative;
  height: 32px;
}
.blog-search .control input {
  padding-right: 40px;
  background: #ebebeb;
  border: none;
}
.blog-search .control button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.2rem;
  height: 100%;
  padding: 0 20px;
  line-height: 30px;
  background: #ebebeb;
}
.switcher {
  float: right;
}
.switcher .switcher-options {
  position: relative;
}
.switcher .switcher-options strong {
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
.switcher .switcher-options .mage-dropdown-dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  bottom: 25px;
}
.switcher .switcher-options .mage-dropdown-dialog a {
  color: #69686c;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  display: none;
}
.catalog-category-view .banner_image {
  display: none;
}
.cms-index-index .page-main {
  position: absolute;
  top: 0;
  z-index: 11111;
  left: 0;
  right: 0;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: auto;
  margin: auto;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
}
.catalog-category-view .page-main {
  padding-top: 50px;
}
.catalog-category-view .first_category_custom {
  max-height: 450px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.catalog-category-view .first_category_custom img {
  width: 100%;
}
.catalog-category-view .first_category_custom .category-cms {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.catalog-category-view ul.block-wrapper,
.catalog-category-view .category-description {
  max-width: 1200px;
  margin: 0 auto;
}
.catalog-category-view .category-description {
  padding: 0px 20px;
  max-width: 900px;
}
.catalog-category-view .page-main .container-inner,
.catalog-category-view .breadcrumbs .container-inner {
  padding-left: 50px;
  padding-right: 50px;
}
.catalog-product-view .page-main {
  padding-top: 50px;
}
.catalog-product-view .category_productinfo_block {
  float: left;
  width: 100%;
  background: #ebebeb;
  clear: both;
  padding-bottom: 40px;
}
.catalog-product-view .category_productinfo_block .page-title-wrapper,
.catalog-product-view .category_productinfo_block .product-info-stock-sku {
  text-align: center;
}
.catalog-product-view .category_productinfo_block .product.attribute.sku .value {
  display: inline-block;
}
.catalog-product-view .banner_image {
  max-height: 450px;
  overflow: hidden;
  position: relative;
  flaot: left;
  width: 100%;
}
.catalog-product-view .banner_image img {
  width: 100%;
}
.catalog-product-view ul.block-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.category_custom_block {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding-bottom: 35px;
}
.category_custom_block .page-title-wrapper,
.category_custom_block .category-description {
  text-align: center;
}
.category_custom_block .page-title-wrapper .page-title {
  margin: 30px 0 20px;
}
.cms-page-view .category_custom_block {
  padding-bottom: 25px;
}
.cms-privacy-policy-cookie-restriction-mode .column.main {
  padding: 50px 0;
}
.column.main .block-viewed-products-grid {
  margin-top: 60px;
}
.toolbar-products .pages {
  display: block;
}
.page-products .toolbar .limiter {
  display: block;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: block;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.page-products .toolbar .limiter {
  display: block;
}
.products.wrapper ~ .toolbar .sorter {
  display: block;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: block;
}
.products.wrapper ~ .toolbar .modes {
  display: block;
}
.toolbar-products {
  background: #ebebeb;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar-products select {
  border-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  padding: 0 30px 0 5px;
  position: relative;
  z-index: 1;
  background: transparent;
}
.toolbar-products select:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.toolbar-products .limiter,
.toolbar-products .sorter {
  border: solid 2px #fff;
  padding: 0 5px 0 10px;
  position: relative;
}
.toolbar-products .limiter:after,
.toolbar-products .sorter:after {
  content: "\f063";
  font-family: fontAwesome;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 15px;
}
.toolbar-products .limiter label,
.toolbar-products .sorter label {
  font-weight: normal;
}
.toolbar-products .limiter label:after,
.toolbar-products .sorter label:after {
  content: ":";
}
.toolbar-products:after,
.toolbar-products:before {
  content: none;
}
.toolbar-products .modes-mode {
  padding: 3px;
  margin: 0 2px;
}
.toolbar-products .modes {
  order: 4;
  color: #000;
  margin: 0;
}
.toolbar-products .modes .modes-mode.active {
  background: #fff;
}
.toolbar-products .toolbar-amount {
  order: 1;
  color: #000;
  padding-top: 0;
}
.toolbar-products .pages {
  order: 5;
  color: #000;
}
.toolbar-products .pages strong.page {
  background: #fff;
  line-height: 22px;
}
.toolbar-products .pages a.page {
  color: #000;
  margin: 0 2px;
}
.toolbar-products .pages a.page:hover {
  background: #d7d7d7;
}
.toolbar-products .limiter {
  order: 3;
  color: #000;
}
.toolbar-products .toolbar-sorter.sorter {
  order: 2;
  color: #000;
  padding-top: 0;
}
.toolbar-products .pages {
  color: #000;
}
.toolbar-products .limiter-text {
  display: none;
}
.toolbar-products .sorter-action {
  display: none;
}
.cms-contact-us legend,
.cms-contact-us .legend {
  border-bottom: solid 2px #ebebeb;
}
.cart-container {
  display: flex;
  flex-wrap: wrap;
}
.cart-container .cart-summary {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-container .form.form-cart {
  order: 1;
}
.cart.item .product-image-wrapper {
  border: solid 2px #ebebeb;
}
.header-table .cart-totals {
  display: none;
}
.item-options > div {
  display: flex;
}
dd.item-options {
  margin-bottom: 10px;
}
.cart.table-wrapper .items thead + .item {
  border-bottom: none;
  border-top: solid 2px #ebebeb;
}
.table > tbody + tbody {
  border-top: none;
}
.cart.table-wrapper .items > .item {
  border-bottom: none;
}
.cart.table-wrapper .item .col.item {
  padding: 10px 8px 10px;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: block;
}
.cart-summary .block .fieldset {
  margin: 5px 0 10px 5px;
}
.cart-summary {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.cart-summary .block.shipping {
  width: 49%;
  float: left;
}
.cart-summary .cart-totals {
  width: 49%;
  float: right;
  background: #ebebeb;
}
.cart-summary .block.discount {
  width: 49%;
  float: left;
  clear: both;
  order: 1;
  border-bottom: solid 2px #fff;
}
.cart-summary .block > .title:after,
.cart-summary .paypal-review-discount .block > .title:after {
  content: none;
}
.cart-summary .block > .title,
.cart-summary .paypal-review-discount .block > .title {
  border: none;
}
.cart-summary .cart-totals {
  border-top: none;
  padding: 20px;
  order: 2;
}
.cart-summary .cart-totals .table {
  margin-bottom: 0;
}
.cart-summary .summary.title {
  display: none;
}
.cart-summary .block.shipping {
  order: 3;
}
.cart-summary .checkout-methods-items {
  order: 4;
}
.cart-summary .action.continue:before {
  content: none;
}
.cart-container .cart-summary {
  align-items: flex-start;
}
.cart-container .cart-summary input[type="text"],
.cart-container .cart-summary input[type="password"],
.cart-container .cart-summary input[type="url"],
.cart-container .cart-summary input[type="tel"],
.cart-container .cart-summary input[type="search"],
.cart-container .cart-summary input[type="number"],
.cart-container .cart-summary input[type="datetime"],
.cart-container .cart-summary input[type="email"],
.cart-container .cart-summary select {
  background: #ebebeb;
  border: none;
}
.cart-container .cart-summary .actions-toolbar > .primary button {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.cart-container .cart-summary .actions-toolbar > .primary button:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.cart-container .mark .label {
  padding-left: 0;
}
.cart-container .checkout-methods-items .action.primary {
  background: #034b26;
}
.cart-container .cart.main.actions {
  border-top: solid 2px #ebebeb;
  border-bottom: solid 2px #ebebeb;
  margin: 20px auto;
  padding: 20px 0;
}
.cart-container .cart.main.actions button,
.cart-container .cart.main.actions a.action.continue {
  background-color: transparent;
  border: solid 2px #034b26;
  color: #034b26;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  padding: 0 20px;
  margin-bottom: 0;
}
.cart-container .cart.main.actions button:hover,
.cart-container .cart.main.actions a.action.continue:hover {
  background-color: #034b26;
  border: solid 2px #034b26;
  color: #fff;
}
.cart-container .cart.main.actions button:before,
.cart-container .cart.main.actions a.action.continue:before {
  content: none;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 700;
}
.cms-index-index .page-footer .ma-newsletter {
  display: none;
}
.cms-index-index .catalog-product-view {
  display: none;
}
.cms-index-index .block-viewed-products-grid,
.cms-contact-us .block-viewed-products-grid {
  display: none;
}
.form.contact input[type="text"],
.form.contact input[type="password"],
.form.contact input[type="url"],
.form.contact input[type="tel"],
.form.contact input[type="search"],
.form.contact input[type="number"],
.form.contact input[type="datetime"],
.form.contact input[type="email"] {
  height: 35px;
  background: #ebebeb;
  border: none;
}
.form.contact legend {
  padding: 5px 0;
  font-weight: 600;
}
.form.contact textarea {
  background: #ebebeb;
  border: none;
  min-height: 135px;
}
.form.contact .field {
  padding-bottom: 15px;
}
.form.contact .field label {
  padding: 5px 0;
  display: inline-block;
}
.form.contact .fieldset {
  margin-bottom: 10px;
}
.form.contact .actions-toolbar .primary {
  float: right;
}
.contact-info .block-contact-info .legend {
  padding: 5px 0;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.box-content {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.box-content .icon {
  font-size: 16px;
  margin-right: 10px;
  float: left;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
}
.box-content .text {
  float: left;
  display: inline-block;
}
.contact-info h3 {
  font-weight: 600;
}
.social_media {
  clear: both;
  margin-top: 30px;
  float: left;
}
.social_media ul {
  display: block;
  text-align: left;
  padding-left: 0;
}
.social_media ul li {
  display: inline;
  padding: 0 5px;
  font-size: 20px;
}
.blog-index-index .post-list {
  padding-left: 0;
  margin: 0;
}
.blog-index-index .post-list-wrapper {
  float: left;
  width: 100%;
}
.blog-index-index .toolbar-blog-posts {
  clear: both;
  background: #ebebeb;
  margin: 0 0 15px 0;
  padding: 5px;
  text-align: right;
}
.blog-index-index .toolbar-blog-posts .pages {
  float: right;
}
.blog-index-index .toolbar-blog-posts .toolbar-amount {
  float: left;
  font-weight: 400;
  padding: 10px 5px 0;
}
.blog-index-index .pages a.page:visited,
.blog-index-index .pages a.page,
.blog-index-index .pages a.page:visited {
  color: #034b26;
}
.blog-index-index .post-holder {
  padding-bottom: 0;
  margin-bottom: 20px;
  background: #fff;
  padding: 0 15px;
}
.blog-index-index .post-holder h2 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.blog-index-index .post-holder:nth-child(4n) {
  width: 100%;
}
.blog-index-index .post-holder:nth-child(4n) img {
  width: 100%;
}
.blog-index-index .post-holder:hover {
  box-shadow: none;
}
.blog-index-index .sidebar-additional {
  clear: left;
  display: flex;
  flex-wrap: wrap;
  float: left;
  -webkit-order: 1;
  order: 1;
}
.blog-index-index .column.main {
  -webkit-order: 2;
  order: 2;
  float: right;
}
.blog-index-index .blog-search {
  order: 3;
}
.blog-index-index .block-categories {
  width: 100%;
}
.blog-index-index .block-archive {
  width: 100%;
}
.blog-index-index .block-recent-posts {
  display: none;
}
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 10px;
}
.abs-account-blocks .block-title strong,
.block-compare .block-title strong,
.block-giftregistry-results .block-title strong,
.block-giftregistry-shared-items .block-title strong,
.block-wishlist-search-results .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong,
.account .column.main .block:not(.widget) .block-title strong,
.multicheckout .block-title strong,
.paypal-review .block .block-title strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong,
.sales-guest-view .column.main .block:not(.widget) .block-title strong {
  font-weight: 600;
  font-size: 1.6rem;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 20px;
}
.post-content .image {
  margin-bottom: 35px;
  width: 100%;
}
.post-content .image img {
  width: 100%;
}
.post-header .at-icon-wrapper {
  background: transparent!important;
  width: 20px!important;
  height: 20px!important;
}
.post-header .at-icon {
  fill: #000;
  background-color: transparent;
}
.post-header svg {
  width: 20px!important;
  height: 20px!important;
}
.post-header .post-holder .post-header .addthis_toolbox {
  float: left;
}
.post-view .post-holder .post-header .addthis_toolbox {
  float: left!important;
}
.blog-post-view .sidebar.sidebar-additional {
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-post-view .post-holder {
  background: #fff;
}
.blog-post-view .post-holder:hover {
  box-shadow: none;
}
.blog-post-view .addthis_toolbox {
  background: #ebebeb;
  padding: 10px 10px 0 10px;
  margin-bottom: 15px;
}
.blog-post-view .addthis_toolbox:before {
  content: "share Article :";
  float: left;
  font-weight: 600;
  text-transform: uppercase;
}
.footer_wrap .block-content .row {
  margin: 0;
}
.footer_wrap .block-content .row .col-sm-3 {
  width: 100%;
  padding: 0;
}
.footer_wrap .block-content .row .col-sm-3 .category_name {
  display: none;
}
.footer_wrap .block-content .row .col-sm-3 h3 {
  text-align: left;
  font-size: 1.5rem;
}
.page-wrapper .page-footer .block-viewed-products-grid {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.checkout-shipping-address .step-title {
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.checkout-shipping-address .fieldset > .field:not(.choice) > .label {
  padding: 8px 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: left;
  clear: both;
}
.checkout-shipping-address .fieldset > .field {
  margin-bottom: 5px;
}
.checkout-shipping-address .form-login,
.checkout-shipping-address .form-shipping-address {
  margin-top: 10px;
  margin-bottom: 0;
}
.checkout-shipping-address .fieldset > .field:not(.choice) > .control {
  width: auto;
  float: none;
}
.checkout-shipping-address .form-login,
.checkout-shipping-address .form-shipping-address {
  max-width: 50%;
}
.cms-contact-us .page-main {
  display: flex;
  flex-wrap: wrap;
}
.cms-contact-us .page-main > * {
  width: 100%;
}
.cms-contact-us .page-main .contact-info.cms-content {
  order: 3;
}
.cms-contact-us .page-main .columns {
  order: 2;
  padding-left: 0;
  padding-right: 0;
}
.cms-contact-us .page-main .columns .fieldset {
  margin-bottom: 0;
}
.cms-contact-us .page-main .columns .legend {
  padding: 7px 0;
  font-weight: 600;
}
.cms-contact-us .page-main .columns .column.main {
  padding-left: 0;
  padding-right: 0;
}
.cms-contact-us .faq-collection {
  margin-bottom: 15px;
}
.cms-contact-us .faq-collection .fieldset {
  margin-bottom: 0;
}
.cms-contact-us .fieldset > .legend {
  margin-bottom: 15px;
  padding: 5px 0;
  font-weight: 600;
}
.cms-contact-us .ui-accordion .ui-accordion-header {
  margin-top: 0;
}
.cms-contact-us .contact-info .block-contact-info .legend {
  margin-bottom: 15px;
}
.cms-contact-us .ui-state-active,
.cms-contact-us .ui-widget-content .ui-state-active,
.cms-contact-us .ui-widget-header .ui-state-active {
  background: #034b26;
}
.cms-contact-us .ui-state-default,
.cms-contact-us .ui-widget-content .ui-state-default,
.cms-contact-us .ui-widget-header .ui-state-default {
  background: #ebebeb;
}
.faq-accordion:nth-child(2n+2) {
  padding-right: 0;
}
.faq-accordion:nth-child(2n+1) {
  padding-left: 0;
}
.minicart-items .product-item {
  padding: 0px 0;
}
.minicart-items .product-item-name a {
  color: #000;
}
.blog-index-index .columns {
  margin-top: 35px;
}
.blog.links:before {
  content: "\f09d";
  font-family: FontAwesome;
  padding-right: 7px;
}
.image_category {
  display: none;
}
.image_category.current {
  display: inherit;
}
.qty_control {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart.item .qty_control {
  justify-content: flex-end;
}
.wrapper.grid .qty_control {
  margin: 10px 0;
}
.products-grid .qty_control {
  margin: 10px 0;
}
.wrapper.list .qty_control {
  justify-content: flex-start;
  margin: 0 0 15px 0;
}
.checkout-cart-index .qty_control {
  margin: 0;
}
.qty_control button {
  height: 32px;
  font-size: 1.45rem;
  padding: 0 10px;
  font-weight: 600;
  margin: 0 5px;
}
.qty_control .input-text.qty {
  width: 35px!important;
  height: 32px!important;
  text-align: center;
  display: block;
  margin: 0;
  padding: 0 10px;
  background: #f2f2f2;
  border: none;
  color: #000;
  font-weight: 600;
}
.cart-totals .grand.totals {
  border-top: solid 2px #fff;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 30px;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  padding-left: 30px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 30px;
}
.cart.table-wrapper .actions-toolbar > .action.action-delete {
  font-weight: 400;
  padding: 2px 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: solid 2px #000;
  background: transparent;
  color: #000;
}
.cart.table-wrapper .actions-toolbar > .action.action-delete:hover {
  background: transparent;
  color: #034b26;
  border-bottom: solid 2px #034b26;
}
body .swatch-attribute.size .swatch-option.text {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
body .swatch-attribute.size .swatch-option:not(.disabled):hover {
  outline: 1px solid #000;
  color: #000;
}
.color .swatch-option {
  height: 30px;
}
.swatch-attribute.funits_3 {
  min-width: 90px;
  height: auto;
}
.swatch-attribute.funits_3 .swatch-attribute-label {
  display: none;
}
.swatch-attribute.funits_3 .swatch-option {
  height: 60px;
  max-width: 110px;
}
.swatch-attribute.funits_3 .swatch-option:not(.disabled):hover {
  outline: 1px solid #000;
  background: #333;
  color: #fff;
}
.swatch-attribute.funits_3 .swatch-option.text {
  font-size: 14px;
}
.swatch-attribute.funits_3 .swatch-option.text.selected {
  background: #333 !important;
  color: #fff;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover,
.swatch-option.selected {
  outline: 2px solid #000 !important;
}
.price-label {
  display: none!important;
}
.field.qty .label {
  display: none;
}
body .swatch-attribute.funits_3 .swatch-option.text,
body .swatch-attribute.size .swatch-option.text {
  padding: 10px 12px;
  border: none;
}
body .swatch-attribute.size .swatch-option.text {
  color: #000;
  padding: 0;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: 2px solid #5a5a5a;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  color: #000;
}
@media (min-width: 640px) {
  .review-form {
    max-width: 100%;
  }
}
.fieldset .review-legend.legend strong {
  display: inline-block;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 10px;
}
@media (min-width: 768px), print {
  .fieldset > .field:not(.choice) > .label {
    text-align: left;
    width: 10.8%;
  }
}
.breadcrumbs ul .item {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child):after {
  content: '|';
  font-weight: 600;
  padding: 0 5px;
  color: #000;
}
.breadcrumbs ul .item:not(:last-child):after {
  vertical-align: top;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li {
  line-height: 18px;
}
.filter-options-item .range_slider,
.filter-options-item .range_slider .range_slider_bar,
.filter-options-item .range_slider .max_grip,
.filter-options-item .range_slider .min_grip,
.filter-options-item .range_slider .max_grip,
.filter-options-item .sidebar-main .range_slider .min_grip {
  background: #000;
}
.sidebar-main .board {
  border: 1px solid #000;
}
.sidebar-main .board:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.51);
}
.sidebar-main .block.filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f063";
}
.sidebar-main .block.filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f062";
}
.sidebar-main .block.filter .filter-content .filter-options-item .filter-options-title:after {
  font-size: 15px;
}
.sidebar-main .block.filter .filter-content .filter-options-item .filter-options-title {
  font-style: normal;
  font-weight: 500;
}
.layered-navigation-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layered-navigation-label .count {
  color: #000;
}
.layered-navigation-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 2px #000;
}
.layered-navigation-label:hover input ~ .checkmark {
  background-color: #fff;
  border: solid 2px #000;
}
.layered-navigation-label input:checked ~ .checkmark {
  border: solid 2px #000;
  background: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.layered-navigation-label input:checked ~ .checkmark:after {
  display: block;
}
.layered-navigation-label .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-image-container {
  display: block;
  margin: 0 auto;
}
.block-viewed-products-grid .product-item {
  padding-left: 20px;
}
.page-layout-1column .block-viewed-products-grid .product-item,
.products-slider.products-grid li.product-item {
  padding: 0 15px;
  border-right: solid 2px #efefef;
}
.page-title-wrapper.product {
  margin-top: 15px;
}
.product-info-stock-sku {
  margin-bottom: 15px;
  margin-top: 10px;
}
.tweet_post {
  display: none;
}
.page-footer .tweet_post {
  display: block;
  max-width: 90%;
}
.footer-top ul.tweet_wrap {
  background: #636363;
  color: #fff;
  padding: 20px 45px 20px 20px;
}
.footer-top ul.tweet_wrap a {
  color: #fff;
}
.footer-top ul.tweet_wrap.owl-theme .owl-controls .owl-page span {
  background: transparent;
  border: solid 2px #fff;
}
.footer-top ul.tweet_wrap.owl-theme .owl-controls .owl-page.active span {
  background: #fff;
  border: solid 2px #fff;
}
.footer-top ul.tweet_wrap.owl-theme .owl-controls {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.footer-top ul.tweet_wrap.owl-theme .owl-controls .owl-page {
  display: block;
  margin: 8px 0;
}
.footer-top ul.tweet_wrap .owl-pagination {
  display: inline-block;
  vertical-align: middle;
}
.footer-top ul.tweet_wrap p.time {
  padding-right: 10px;
  text-align: right;
}
.box-col a:hover h3 {
  color: #034b26;
}
.lined a:hover,
.category-description a {
  color: #034b26;
}
.category-description a {
  text-decoration: underline;
  font-weight: 400;
}
/*.page-product-configurable .fotorama--fullscreen{ 
 background:rgba(0,0,0,0.5)!important;
 .fotorama__wrap {
 max-width:800px!important; max-height:800px!important; margin:auto!important; background:#fff;
 }
 }*/
.review-toolbar {
  display: none;
}
.block-viewed-products-grid .products {
  margin-top: 0;
}
.price-including-tax .price,
.price-excluding-tax .price {
  display: inline-block;
  padding: 7px 0;
}
.box-phone iframe {
  max-width: 100%;
}
.ui-accordion .ui-state-default:after {
  position: absolute;
  right: 10px;
  top: 8px;
}
.cms-no-route .page-main,
.cms-page-view .page-main,
.customer-account-login .page-main,
.customer-account-create .page-main {
  margin: 50px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
}
.cms-no-route .category_custom_block {
  padding-bottom: 10px;
}
/*login popup*/
body .mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
  font-size: 16px;
}
body .mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
  padding: 10px 0;
  text-align: left;
}
body .mb-ajaxsuite-popup-wrapper .sigh_up {
  font-weight: 400;
  margin: 10px 0 20px;
}
body .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions button.submit {
  min-width: auto;
  min-height: auto;
  font-size: 100%;
  line-height: 28px;
}
body .mb-ajaxsuite-popup-wrapper {
  max-width: 850px;
}
body .mb-ajaxsuite-popup-wrapper .mb-login-popup,
body .mb-ajaxsuite-popup-wrapper .mb-register-popup,
body .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup {
  float: left;
  width: 100%;
  position: relative;
}
body .mb-ajaxsuite-popup-wrapper .mb-login-popup:after,
body .mb-ajaxsuite-popup-wrapper .mb-register-popup:after,
body .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup:after {
  background: url(../images/leaves.png) no-repeat bottom right;
  content: "";
  width: 170px;
  height: 160px;
  position: absolute;
  left: 115px;
  bottom: -14px;
  background-position: -485px -10px;
}
body .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup:after {
  left: auto;
  right: 75px;
  bottom: -70px;
  background-position: -281px -2px;
  background-size: 390px;
}
body .login-part {
  border-left: solid 2px #034b26;
}
.mb-ajaxsuite-popup-wrapper .action.primary {
  text-transform: uppercase;
}
.mb-ajaxsuite-popup-wrapper .fieldset {
  margin-bottom: 15px;
}
.mb-ajaxsuite-popup-wrapper .wrap-account {
  padding: 15px 30px;
  float: left;
  width: 100%;
}
.mb-ajaxsuite-popup-wrapper .fieldset > .field:not(.choice) > .label {
  width: 10%;
  min-width: 95px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
  right: 0px;
  top: 5px;
  background-size: 85% auto;
}
body .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.info {
  width: auto;
}
body .mb-ajaxsuite-popup-wrapper form.mb-login-form-register {
  width: auto;
}
body .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account {
  width: auto;
}
body .mb-ajaxsuite-popup-wrapper .mb-register-popup .mb-login-popup-title {
  text-align: center;
}
body .mb-ajaxsuite-popup-wrapper .mb-register-popup .wrap-account .mb-login-popup-title {
  text-align: left;
}
body .mb-ajaxsuite-popup-wrapper .mb-register-popup .wrap-account .mb-login-popup-title strong {
  font-size: 14px;
}
body .mb-ajaxsuite-popup-wrapper .fieldset > .field {
  margin-bottom: 10px;
}
body .mb-ajaxsuite-popup-wrapper .field.choice.newsletter {
  display: block;
}
body .mb-ajaxsuite-popup-wrapper .field.choice.newsletter:before {
  content: none;
}
body .mb-ajaxsuite-popup-wrapper .fieldset > .field:not(.choice) > .control input {
  max-width: 250px;
  width: 100%;
  height: 40px;
}
body .mb-ajaxsuite-popup-wrapper .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
body .mb-forgetpassword-popup {
  padding: 20px;
}
body .mb-forgetpassword-popup .mb-login-popup-title {
  padding: 10px;
}
.mb-ajaxlogin-forgotpassword .fieldset > .field:not(.choice) > .control {
  display: flex;
}
.mb-ajaxlogin-forgotpassword .fieldset > .field:not(.choice) > .control .action.primary {
  text-transform: uppercase;
  line-height: 25px;
  margin-left: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 1370px) {
  .pt_custommenu div.pt_menu .parentMenu a,
  .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding: 7px 7px;
    font-size: 1.3rem;
  }
  body div.minicart-wrapper .action.showcart .counter.qty {
    font-size: 1.3rem;
  }
  .logo-home {
    max-width: 135px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    max-width: 80%;
  }
  .my-acount {
    margin-bottom: -10px;
  }
  .top-bar {
    padding: 0 15px;
  }
  .header-content {
    padding: 5px 15px;
  }
  .pt-banner-container .pt-banner-caption .pt-title2 {
    font-size: 3rem;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 1.6rem;
  }
  .products-grid .product-item {
    margin-bottom: 0;
  }
  .pt-banner-container .owl-controls .owl-pagination {
    right: 20px;
  }
  .catalog-category-view .first_category_custom {
    max-height: 310px;
  }
  #search_mini_form {
    right: 0;
  }
  .block-recent-posts .owl-theme .owl-controls {
    right: 30px;
  }
  .page-title,
  .column.main .block .title strong,
  body .related .block-title strong,
  body .upsell .block-title strong,
  body .crosssell .block-title strong,
  body .block-viewed-products-grid .block-title strong {
    font-size: 30px;
  }
  .catalog-product-view .page-main {
    padding-top: 25px;
  }
  .catalog-product-view .category_productinfo_block {
    padding-bottom: 25px;
  }
  .catalog-product-view .product.info {
    margin-bottom: 35px;
  }
  .fieldset {
    margin-bottom: 15px;
  }
  .product.data.items {
    margin-bottom: 0;
  }
  .swatch-attribute.funits_3 .swatch-option {
    max-width: 90px;
  }
  .cart-summary .cart-totals {
    padding: 20px;
  }
  .cart-container .cart.main.actions button,
  .cart-container .cart.main.actions a.action.continue {
    line-height: 33px;
    height: 35px;
  }
  .cart-totals table {
    margin-bottom: 0;
  }
  .cart-summary .block .fieldset .field {
    margin-bottom: 10px;
  }
  .block.crosssell {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 1.4rem;
  }
  .banner-home.banne-block .box-col {
    margin-bottom: 15px;
  }
  .category-section {
    padding-top: 30px;
  }
  .banner-home {
    margin-bottom: 15px;
  }
  .ma-blog {
    margin-top: 30px;
  }
  .block-recent-posts {
    margin-top: 15px;
  }
  .learn-more {
    margin-top: 15px;
  }
  body div.minicart-wrapper .action.showcart .counter.qty {
    font-size: 1.1rem;
  }
  body div.minicart-wrapper:before {
    font-size: 14px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-description {
    padding: 35px 20px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    max-width: 80%;
  }
  .pt_custommenu div.pt_menu .parentMenu a,
  .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding: 7px 5px;
    font-size: 1.2rem;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    bottom: 5%;
  }
  .ma-block-wrapper .block-wrapper li h3 {
    font-size: 1.6rem;
  }
  .ma-block-wrapper .block-wrapper li {
    font-size: 1rem;
  }
  .banner-center-section .banner-home {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .producttab-container {
    margin-bottom: 00px;
  }
  .banner-center-section .banner-home .short_desc h3 {
    font-size: 2.1rem;
  }
  .block-recent-posts .owl-theme .owl-controls {
    right: 0;
  }
  .footer_wrap:after {
    content: none;
  }
  .newsletter .newsletter-title {
    flex: 15%;
    min-width: 100px;
  }
  .newsletter .subscribe .control input[type="text"],
  .newsletter .subscribe .control input[type="email"],
  .newsletter .subscribe .control button {
    flex: 39%;
    min-width: 39%;
    margin-right: 10px;
  }
  .newsletter .subscribe .control button {
    min-width: auto;
  }
  .title-tab ul li {
    font-size: 1.4rem;
  }
  .products {
    margin: 0 0 15px;
  }
  .page-title,
  .column.main .block .title strong,
  body .related .block-title strong,
  body .upsell .block-title strong,
  body .crosssell .block-title strong,
  body .block-viewed-products-grid .block-title strong {
    font-size: 26px;
  }
  .catalog-product-view .product.info {
    margin-bottom: 20px;
  }
  .newsletter .subscribe {
    flex: 82%;
  }
  .newsletter .newsletter-title {
    flex: 18%;
  }
  .newsletter .newsletter-title h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_custommenu div.pt_menu .parentMenu a,
  .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding: 7px 5px;
    font-size: 1.1rem;
  }
  .banner-center-section .banner-home {
    margin-bottom: 40px;
  }
  .producttab-container {
    margin-bottom: 40px;
  }
  .banner-home.banner-center .box-col img {
    max-width: none;
    width: auto;
  }
  .logo-home {
    max-width: 100px;
  }
  .ma-block-wrapper .block-wrapper li h3 {
    font-size: 1.4rem;
  }
  .category_custom_block .page-title {
    font-size: 28px;
  }
  .catalog-category-view .page-main {
    padding-top: 35px;
  }
  body .related .block-title strong,
  body .upsell .block-title strong,
  body .crosssell .block-title strong,
  body .block-viewed-products-grid .block-title strong {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-bar-icon {
    visibility: visible;
    display: block;
  }
  .corporate-about ul li {
    width: 50%;
  }
  .header {
    padding-left: 40px;
  }
  .fix-nav-menu {
    display: none;
  }
  .header-content {
    padding: 30px 0 30px 30px;
  }
  .ma-static .box-col .text-banner {
    top: 0;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2,
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    text-align: center;
    /*top: 10px;*/
  }
  .pt-banner-container .pt-banner-caption .pt-banner-des p {
    max-width: 100%;
  }
  /*.products-grid .product-items{
		margin-right: 0;
	}*/
  .header-container {
    position: static;
  }
  .header-content {
    padding: 10px 0 0;
    float: left;
    width: 100%;
  }
  .logo-home {
    margin-left: 50px;
    padding-bottom: 10px;
  }
  .pt-banner-container .pt-banner-caption .pt-title2 {
    font-size: 2.5rem;
  }
  .banner-center-section .banner-home {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .producttab-container {
    margin-bottom: 30px;
  }
  .newsletter .subscribe .control {
    height: 40px;
  }
  .ma-newsletter {
    padding: 25px 0;
  }
  .ma-blog .ma-title {
    margin-bottom: 20px;
  }
  .ma-blog {
    margin-top: 15px;
  }
  .ma-blog .ma-title h1 {
    font-size: 2.5em;
  }
  .header-content {
    padding-top: 0;
  }
  .my-acount {
    margin-top: 10px;
  }
  .mobile-bar-content .tabs-mobile .item.active {
    background: #034b26;
    color: #fff;
  }
  .mobilemenu li.active {
    color: #fff;
  }
  .upper_toolbar .pages,
  .upper_toolbar .toolbar .limiter {
    display: none;
  }
  .bottom_toolbar .modes,
  .bottom_toolbar .toolbar-sorter,
  .bottom_toolbar .toolbar-amount {
    display: none;
  }
  body .related .block-title strong,
  body .upsell .block-title strong,
  body .crosssell .block-title strong,
  body .block-viewed-products-grid .block-title strong {
    font-size: 2.5rem;
  }
  .logo img {
    margin-top: 5px;
  }
  .footer-top .link_follow ul li {
    font-size: 2.5rem;
  }
  .cart-summary .table-wrapper .price {
    font-size: 18px;
  }
  .price-including-tax,
  .price-excluding-tax {
    font-size: 1.6rem;
  }
  button,
  .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper .action-gift {
    font-size: 1.2rem;
    padding: 5px 7px;
  }
  .cart-totals .grand .mark,
  .cart-totals .grand .amount,
  .opc-block-summary .table-totals .grand .mark,
  .opc-block-summary .table-totals .grand .amount {
    padding-top: 10px;
  }
  .cart-container .cart-summary .actions-toolbar > .primary button {
    padding: 0 15px;
    line-height: 33px;
    height: 35px;
  }
  .cart-summary .block .fieldset {
    margin: 5px 0 15px 5px;
  }
  .cart-summary .cart-totals {
    padding: 20px;
  }
  .cart-totals table {
    margin-bottom: 0;
  }
  .column.main .cart-summary .block > .title strong,
  .column.main .paypal-review-discount .block > .title strong {
    font-size: 1.7rem;
  }
  .action.primary.checkout {
    margin-top: 0;
  }
  .cart-container .checkout-methods-items .item + .item {
    margin-top: 10px;
  }
  .block.crosssell {
    margin-top: 30px;
  }
  .cms-contact-us .ui-accordion .ui-accordion-header {
    font-size: 14px;
    line-height: 16px;
    padding: 0.5em 1.5em 0.5em 0.5em;
  }
  body .mb-ajaxsuite-popup-wrapper {
    max-width: 80%;
  }
  .cms-contact-us .form.contact .action.primary {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title,
  .column.main .block .title strong,
  body .related .block-title strong,
  body .upsell .block-title strong,
  body .crosssell .block-title strong,
  body .block-viewed-products-grid .block-title strong {
    font-size: 24px;
  }
  .ma-block-wrapper .block-wrapper li h3 {
    font-size: 1.2rem;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    bottom: 30%;
  }
  .newsletter .subscribe {
    display: flex;
    flex: 100%;
    justify-content: center;
  }
  .newsletter .subscribe .control {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .newsletter .subscribe .control input[type="text"],
  .newsletter .subscribe .control input[type="email"],
  .newsletter .subscribe .control button {
    flex: 35%;
    min-width: 35%;
    margin-right: 10px;
    height: auto;
    min-height: 40px;
  }
  .newsletter {
    flex-wrap: wrap;
  }
  .newsletter .newsletter-title {
    min-width: 100%;
    flex: 100%;
    text-align: center;
  }
  .newsletter .subscribe .control button {
    min-width: auto;
    margin-top: 10px;
  }
  #back_top,
  .block-social,
  .b-modal,
  #newsletter_pop_up,
  .contacts-header {
    display: none !important;
  }
  .block-recent-posts .item .item-inner,
  .block-recent-posts .item .item-inner:nth-child(2) {
    width: 100%;
    padding: 5px;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 1.4rem;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-des,
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
    display: none;
  }
  .header-table {
    text-align: center;
  }
  .header-table .free-shipping {
    margin-bottom: 20px;
  }
  .search-switcher,
  .minicart-wrapper {
    float: right;
    display: inline-block;
    vertical-align: middle;
  }
  .search-switcher {
    margin-left: 0px;
  }
  .search-switcher:before {
    line-height: 25px;
    color: #fff;
  }
  .logo-home {
    margin-bottom: 0;
    max-width: 90px;
    padding-bottom: 0;
  }
  .minicart-wrapper .block-minicart {
    right: -65px;
  }
  .ma-static .banner-home .box-col {
    margin-bottom: 20px;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .my-acount {
    background: #000;
    width: 100%;
    margin-bottom: 0;
    text-align: right;
  }
  .my-acount ul.header.links {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .search-switcher {
    float: none;
  }
  .mobile-bar-icon {
    top: 45px;
  }
  .my-acount ul.header.links a,
  .my-acount ul.header.links li {
    color: #fff;
  }
  .my-acount ul.header.links a:visited,
  .my-acount ul.header.links .alink:visited {
    color: #fff;
  }
  .my-acount ul.header.links a:hover {
    color: #fff;
  }
  .nav-menu {
    display: none;
  }
  .pt-banner-container .pt-banner-caption .pt-title2 {
    font-size: 2rem;
  }
  .title-tab {
    margin: 20px 0;
  }
  .products-grid .product-item-info {
    padding-bottom: 15px;
    text-align: center;
  }
  .banner-center-section .banner-home {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .producttab-container {
    margin-bottom: 20px;
  }
  .banner-home.banne-block .box-col img {
    max-width: 100%;
    width: 100%;
  }
  .banner-center-section .banner-home .short_desc {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
  }
  .ma-block-wrapper .block-wrapper li span {
    height: 60px;
    width: 60px;
  }
  .ma-block-wrapper .block-wrapper li:nth-child(2) span {
    background-position: 50% 50%;
  }
  .ma-block-wrapper .block-wrapper li:first-child span {
    background-position: 16% 50%;
  }
  .newsletter .newsletter-title h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .ma-blog .ma-title h1 {
    font-size: 1.5em;
  }
  .footer-top h3 {
    margin-bottom: 0;
  }
  .footer-top [class*="col-"] {
    margin-bottom: 1.2rem;
  }
  .page-footer .widget.block {
    margin: 20px 0 0;
  }
  .footer-top .title {
    margin: 10px 0 10px;
  }
  .mobile-bar-content .tabs-content-mobile .header.links li {
    display: block;
    margin: 0 10px;
    text-align: left;
    padding: 10px 0;
  }
  .minicart-wrapper {
    margin-top: 8px;
  }
  .learn-more-link {
    margin: 5px 0;
  }
  .learn-more-link .learn-more {
    margin: 0 auto;
  }
  .product-image-wrapper {
    border: solid 1px #efefef;
  }
  .toolbar-products {
    margin: 20px 0;
  }
  .products {
    margin: 10px 0;
  }
  .category_custom_block .page-title-wrapper .page-title {
    margin: 15px 0 10px;
    font-size: 25px;
  }
  body .related .block-title strong,
  body .upsell .block-title strong,
  body .crosssell .block-title strong,
  body .block-viewed-products-grid .block-title strong {
    font-size: 2.4rem;
  }
  .block.filter {
    margin-bottom: 10px;
  }
  .block.filter .block-content {
    padding-left: 0;
    padding-right: 0;
  }
  .page-products .products-grid .product-item {
    border-right: none;
  }
  .page-footer .tweet_post {
    max-width: 100%;
  }
  .block.related .owl-theme .owl-controls {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block.related .owl-theme .owl-controls .owl-page {
    display: inline-block;
  }
  .catalog-product-view .product.info .product.data.items .item a:after {
    content: none;
  }
  .catalog-product-view .product.info {
    padding: 10px;
  }
  .product.data.items > .item.title > .switch {
    line-height: 25px;
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  .product.data.items > .item.content {
    padding: 10px;
  }
  .catalog-product-view .product-info-main .product-info-price {
    margin: 5px 0;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button {
    margin-top: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
    margin-top: 0px;
    vertical-align: initial;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    margin: 0;
  }
  .catalog-product-view .product.info {
    margin-bottom: 30px;
  }
  .product.data.items .data.item {
    border-bottom: solid 1px #efefef;
  }
  .catalog-product-view .product-info-main .wdm-social-icons {
    margin-top: 5px;
  }
  .catalog-product-view .product.info {
    margin-top: 15px;
  }
  .catalog-product-view .product-reviews-summary .reviews-actions {
    display: none;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button {
    padding: 0 15px;
  }
  .product-info-main .price-box .price-wrapper .price,
  .product-options-bottom .price-box .price-wrapper .price {
    font-size: 2rem;
  }
  .ma-newsletter {
    padding: 15px 0;
  }
  .footer-top .title {
    font-size: 1.4rem;
  }
  .footer-top [class*="col-"] {
    margin-bottom: 12px;
  }
  .footer-top ul li {
    margin-bottom: 0.5rem;
  }
  .page-footer .widget.block {
    margin: 8px 0 0;
  }
  .footer-top .toggle-footer .lined {
    margin-bottom: 10px;
  }
  .catalog-product-view .category_productinfo_block {
    padding-bottom: 10px;
  }
  .page-title-wrapper.product {
    margin-top: 0;
  }
  .page-product-configurable .swatch-attribute-options {
    margin-top: 5px;
  }
  body.page-product-configurable .swatch-attribute {
    margin-top: 5px;
  }
  .product-info-main .price-box .price-wrapper .price,
  .product-options-bottom .price-box .price-wrapper .price {
    font-size: 1.8rem;
  }
  .fieldset > .field,
  .fieldset > .fields > .field {
    margin: 0 0 8px;
  }
  .fieldset > .field > .label,
  .fieldset > .fields > .field > .label {
    padding-bottom: 0;
    padding-left: 0;
  }
  .lagend .label {
    padding-bottom: 0.3em;
    font-size: 17px;
  }
  body .related .block-title,
  body .upsell .block-title,
  body .crosssell .block-title,
  body .block-viewed-products-grid .block-title {
    margin-bottom: 10px;
  }
  .page-layout-1column .block-viewed-products-grid .product-item,
  .products-slider.products-grid li.product-item {
    border-right: none;
  }
  .fieldset {
    margin-bottom: 0;
  }
  .swatch-attribute.funits_3 .swatch-option.text {
    font-size: 10px;
    line-height: 15px;
  }
  .swatch-attribute.funits_3 .swatch-option {
    height: 45px;
    max-width: 70px;
  }
  body .swatch-attribute.funits_3 .swatch-option.text,
  body .swatch-attribute.size .swatch-option.text {
    padding: 7px 12px;
    border: none;
  }
  .cart.table-wrapper .product-item-photo {
    display: block;
    max-width: 100px;
    padding: 0;
    position: static;
    top: 0px;
    width: 100%;
    float: left;
  }
  .cart.table-wrapper .product-item-details {
    float: left;
    margin-left: 15px;
    width: calc(100% - 120px);
    position: relative;
  }
  .cart.table-wrapper .action.action-delete {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cart.table-wrapper p {
    margin-bottom: 5px;
  }
  .cart.table-wrapper .item .col.item {
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0 0;
  }
  .cart.table-wrapper .col {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .cart.table-wrapper .items thead + .item {
    border-bottom: solid 2px #efefef;
  }
  .cart.table-wrapper .items thead + .item:last-child {
    border-bottom: none;
  }
  .cart-container .form.form-cart {
    width: 100%;
  }
  .cart.item .qty_control {
    justify-content: center;
  }
  .cart-container .cart.main.actions {
    margin: 15px auto;
    padding: 15px 0;
  }
  .cart-container .cart.main.actions button,
  .cart-container .cart.main.actions a.action.continue {
    line-height: 35px;
    height: 35px;
    margin-bottom: 10px;
  }
  .cart-summary .cart-totals,
  .cart-summary .block.discount,
  .cart-summary .block.shipping {
    width: 100%;
  }
  .cart-container .checkout-methods-items {
    margin-top: 0;
  }
  .cart-container {
    margin-bottom: 15px;
  }
  .cart-summary {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .faq-accordion {
    margin-bottom: 15px;
  }
  .faq-accordion:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 0;
  }
  .faq-accordion:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-contact-us .fieldset > .legend {
    font-size: 1.6rem;
  }
  .social_media {
    margin-top: 10px;
  }
  .cms-no-route .page-main,
  .cms-page-view .page-main,
  .customer-account-login .page-main,
  .customer-account-create .page-main {
    margin-bottom: 25px;
  }
  .delivery_option {
    margin: 30px auto;
    background: #ebebeb;
  }
  .delivery_option .row > div {
    margin-bottom: 25px;
  }
  body .mb-ajaxsuite-popup-wrapper {
    max-width: 600px;
  }
  .mb-ajaxsuite-popup-wrapper .wrap-account {
    padding: 5px 15px;
  }
  body .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
    margin: 0;
  }
  body .mb-ajaxsuite-popup-wrapper .sigh_up {
    margin: 5px 0;
  }
  .mb-ajaxsuite-popup-wrapper .action.primary {
    margin-top: 0;
  }
  body .mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
    padding: 5px 0;
  }
  body .mb-ajaxsuite-popup-wrapper .mb-login-popup:after,
  body .mb-ajaxsuite-popup-wrapper .mb-register-popup:after,
  body .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup:after {
    content: none;
  }
  body .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions {
    text-align: center;
  }
  body .mb-ajaxsuite-popup-wrapper .fieldset > .field:not(.choice) > .label {
    text-align: left;
  }
}
@media only screen and (min-width: 479px) and (max-width: 767px) {
  .footer-top [class*="col-"] {
    width: 50%;
    float: left;
  }
  .footer-top [class*="col-"]:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 600px) {
  .ma-block-wrapper .block-wrapper li span {
    height: 40px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    bottom: 20%;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .leaf_back_down,
  .pt-banner-container .pt-banner-caption .pt-banner-content .leaf_back_up {
    display: none;
  }
  .title-tab ul li.active:before {
    content: none;
  }
}
@media only screen and (max-width: 479px) {
  .products-grid .product-item {
    width: 100%;
  }
  .products-list .product-item-photo,
  .products-list .product-item-details {
    display: block;
    width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .product-item-photo {
    width: 100%;
  }
  .pt-banner-container .pt-banner-caption .pt-title2 {
    font-size: 1.6rem;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 1rem;
  }
  #search_mini_form {
    right: 0px;
  }
  .products-list .product-item-info .product-item-images {
    width: 100%;
  }
  .products-list .product-item-info .product-item-details {
    width: 100%;
  }
  .my-acount ul.header.links a {
    font-size: 1.1rem;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    max-width: 80%;
  }
  .block.widget .product-item-info {
    text-align: center;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 span {
    padding: 5px 20px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-description {
    padding: 20px 20px;
  }
  .title-tab {
    margin: 15px 0 10px;
  }
  .title-tab ul li {
    padding: 7px;
    margin: 0 5px;
    font-size: 1.1em;
  }
  .footer-top {
    padding: 10px 0 0;
  }
  .footer-top .footer-payment {
    float: none!important;
  }
  .footer-top ul,
  .footer-top .block-static-block,
  .footer-top .toggle-footer,
  .footer-top .tweet_section,
  .footer-top .link_follow {
    display: none;
  }
  .footer-top ul.link-follow {
    display: block;
  }
  .footer-top .title {
    position: relative;
  }
  .footer-top .title:after {
    content: "+";
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    position: absolute;
    right: 8px;
    top: -2px;
  }
  .footer-top .title.active_tab:after {
    content: "-";
  }
  .page-footer .widget.block {
    margin: 10px 0 0;
  }
  .block-content .row > div:nth-child(2n +1) {
    clear: left;
  }
  .pt-banner-container .owl-controls .owl-pagination {
    right: 5px;
    bottom: 25%;
  }
  .mobilemenu a {
    line-height: 25px;
    margin: 0 0px;
  }
  .mobilemenu span.head {
    top: 4px;
  }
  .mobile-bar-content .tabs-mobile .item {
    font-weight: 400;
    font-size: 1.6rem;
  }
  .banner-home .box-col {
    margin-bottom: 15px;
  }
  .block-recent-posts .owl-theme .owl-controls {
    bottom: 60%;
  }
  .upper_toolbar .toolbar-amount {
    display: none;
  }
  .products-list .product-item-info .product-images {
    width: 100%;
  }
  .page-title,
  .column.main .block .title strong,
  body .related .block-title strong,
  body .upsell .block-title strong,
  body .crosssell .block-title strong,
  body .block-viewed-products-grid .block-title strong {
    font-size: 22px;
  }
  .product.data.items > .item.title > .switch {
    line-height: 15px;
    font-size: 1.3rem;
    padding: 5px 5px;
  }
  .product-info-main .price-box {
    margin-top: 5px;
  }
  .swatch-option {
    margin-bottom: 0;
  }
  .block.related .owl-theme .owl-controls .owl-page span {
    margin: 5px;
  }
  .swatch-attribute.funits_3 .swatch-option {
    max-width: 65px;
  }
  body .swatch-attribute.funits_3 .swatch-option.text,
  body .swatch-attribute.size .swatch-option.text {
    padding: 2px 7px;
  }
  legend {
    font-size: 15px;
  }
  .cart.table-wrapper .action.action-delete {
    position: static;
  }
  .price-including-tax,
  .price-excluding-tax {
    font-size: 1.4rem;
  }
  .cart.item .product-item-name,
  .cart.item .product.name a,
  .cart.item .product-item-name a {
    font-size: 1.4rem;
  }
  .cart-totals .mark,
  .opc-block-summary .table-totals .mark {
    padding-left: 15px;
  }
  .cart-totals .amount,
  .opc-block-summary .table-totals .amount {
    padding-right: 15px;
  }
  .block.crosssell {
    margin-top: 10px;
  }
  .cart-totals .grand .amount,
  .opc-block-summary .table-totals .grand .amount {
    padding-right: 15px;
  }
  .faq-accordion {
    margin-bottom: 8px;
  }
  .category_custom_block .page-title-wrapper .page-title {
    margin-top: 25px;
  }
  body .mb-ajaxsuite-popup-wrapper .sigh_up {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.4em;
  }
  body .mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
    padding: 0;
  }
  .mb-ajaxsuite-popup-wrapper .action.primary {
    padding: 3px 10px;
    margin-top: 5px;
  }
  body .mb-ajaxsuite-popup-wrapper .fieldset > .field:not(.choice) > .control input {
    height: 30px;
  }
  body .mb-ajaxsuite-popup-wrapper {
    left: 0;
    top: 0;
  }
  body .mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
    font-size: 14px;
  }
  body .mb-ajaxsuite-popup-wrapper .fieldset > .field {
    margin-bottom: 0;
  }
  body .mb-ajaxsuite-popup-wrapper .sigh_up p {
    margin-bottom: 0;
  }
  .mb-ajaxlogin-forgotpassword .fieldset > .field:not(.choice) > .control {
    flex-wrap: wrap;
  }
  .mb-ajaxlogin-forgotpassword .fieldset > .field:not(.choice) > .control .action.primary {
    margin-left: 0;
    margin-top: 10px;
  }
  body .mb-ajaxsuite-popup-wrapper form.mb-login-form-register {
    width: 100%;
  }
  body .mb-ajaxsuite-popup-wrapper {
    min-width: 250px;
    max-width: 90%;
  }
  body .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.info {
    width: 100%;
  }
  body .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .title-tab ul li {
    font-size: 1em;
    padding: 5px 3px;
    margin: 0 3px;
  }
  .title-tab ul li:after {
    right: -10px;
  }
  .toolbar-products {
    flex-wrap: wrap;
  }
  .toolbar-products .modes {
    width: 100%;
    margin-bottom: 10px;
  }
  .toolbar-products .toolbar-sorter.sorter {
    width: 100%;
    margin-bottom: 10px;
  }
  .my-acount ul.header.links a {
    font-size: 0.9rem;
    padding: 0 5px;
  }
  ul.header.links i {
    font-size: 10px;
  }
  .header.links li:first-child a:before {
    font-size: 10px;
  }
  .search-switcher {
    width: 18px;
  }
  body .mb-ajaxsuite-popup-wrapper .wrap-account {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 360px) {
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-description {
    padding: 10px 10px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-description:before {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .pt-banner-container .pt-banner-caption .pt-title2 {
    margin: 0;
  }
  .delivery_option {
    margin: 15px auto;
  }
}
@media only screen and (max-width: 320px) {
  .title-tab ul li {
    font-size: 0.8em;
  }
}
/*Fix products-grid */
@media (min-width: 768px) {
  .category-products .products-grid ul > li:nth-of-type(3n+1) {
    clear: left;
  }
  .product.data.items > .item.content {
    padding: 20px 0;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .category-products .products-grid ul > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) and (min-width: 0px) {
  .category-products .products-grid ul > li:nth-of-type(1n+1) {
    clear: left;
  }
  .category-products .products-grid ul > li {
    width: 100%;
  }
}
