.product-item-actions {
  display: block;
}
.product-item-info {
  width: auto;
}
@media (min-width: 1024px), print {
  .page-products .products-grid .product-item {
    margin: 0;
    padding: 0 15px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
  .page-layout-1column .products-grid .product-item {
    width: auto;
    padding: 0;
    display: block;
  }
  .page-products .products-grid .product-items {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 640px) {
  .products-grid .product-item-actions {
    margin: 0;
  }
}
.column.main .product-item {
  padding: 0 15px;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .products-list .product-items {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  font-weight: normal;
  line-height: 20px;
  vertical-align: middle;
}
.page-layout-checkout .page-header {
  background: #333;
  margin: 0 0 30px;
}
.authentication-wrapper {
  margin-top: 0;
}
.stock.unavailable {
  min-height: 40px;
}
.product-item-info .product-item-details .product-item-actions .add-to-links-secondary a.action {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
}
.product-item-info .product-item-details .product-item-actions .add-to-links-secondary a.action span {
  display: none;
}
.product-item-info .product-item-details .product-item-actions .add-to-links-secondary a.action:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 2rem;
}
.product-item-info .product-item-details .product-item-actions .add-to-links-secondary a.action.compare:before {
  content: "\f012";
}
.products-grid .product-item-info {
  position: relative;
  overflow: hidden;
  border: 2px solid #efefef;
  margin-bottom: 30px;
  border-radius: 20px;
}
.products-grid .product-item-info:hover .product-item-details .add-to-links-secondary {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.products-grid .product-item-info .product-item-details {
  padding: 20px;
}
.products-grid .product-item-info .product-item-details .product-reviews-summary {
  padding: 0 0 10px;
  border-bottom: 1px solid #efefef;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  border-bottom: 1px solid #efefef;
  padding: 5px 0 10px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.products-grid .product-item-info .product-item-details .add-to-links-secondary {
  position: absolute;
  width: 45px;
  left: 10px;
  top: 20px;
  z-index: 11;
  transform: translateX(-4rem);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}
.products-grid .product-item-info .product-item-details .product-item-actions {
  margin: 15px 0 0;
}
.products-grid .product-item-info .product-item-details .product-item-actions .add-to-cart-primary .tocart {
  width: 100%;
  background: #efefef;
  text-transform: uppercase;
  color: #6c6f7a;
}
.products-grid .product-item-info .product-item-details .product-item-actions .add-to-cart-primary .tocart span {
  background: url(../images/cart.png) no-repeat 0 50%;
  padding-left: 35px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .add-to-cart-primary .tocart:hover {
  background: #e51515;
  color: #fff;
}
.products-grid .product-item-info .product-item-details .product-item-actions .add-to-cart-primary .tocart:hover span {
  background: url(../images/hover-cart.png) no-repeat 0 50%;
}
.page-products .product-item-info {
  width: 100%;
}
.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.product-item .price-box {
  margin: 10px 0;
}
.products-slider.products-grid li.product-item {
  width: 100%;
}
.product-item-description {
  line-height: 25px;
}
.products-list .product-item-info {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  border: 2px solid #efefef;
  border-radius: 30px;
  position: relative;
}
.products-list .product-item-info .product-item-images {
  width: 33%;
  float: left;
  margin-right: 3%;
  position: relative;
}
.products-list .product-item-info .product-item-images .product-item-photo {
  display: block;
  width: 100%;
  padding: 0;
}
.products-list .product-item-info .product-item-details {
  display: block;
  float: left;
  width: 64%;
  overflow: hidden;
  padding: 20px;
}
.products-list .product-item-info .product-item-details .product-item-description {
  margin: 10px 0;
}
.products-list .product-item-info .product-item-name {
  text-transform: uppercase;
}
.products-list .product-item-info .product-reviews-summary .rating-summary {
  text-align: left;
}
.products-list .product-item-info .action.more {
  color: #e51515;
}
.products-list .product-item-info .action.more:hover {
  text-decoration: underline;
}
.products-list .product-item-info .product-item-actions .add-to-cart-primary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.products-list .product-item-info .product-item-actions .add-to-cart-primary .tocart {
  min-width: 230px;
  background: #efefef;
  color: #6c6f7a;
}
.products-list .product-item-info .product-item-actions .add-to-cart-primary .tocart span {
  background: url(../images/cart.png) no-repeat 0 50%;
  padding-left: 35px;
}
.products-list .product-item-info .product-item-actions .add-to-cart-primary .tocart:hover {
  background: #e51515;
  color: #fff;
}
.products-list .product-item-info .product-item-actions .add-to-cart-primary .tocart:hover span {
  background: url(../images/hover-cart.png) no-repeat 0 50%;
}
.products-list .product-item-info .product-item-actions .add-to-links-secondary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 5px 0;
}
.products-list .product-item-info .product-item-actions .add-to-links-secondary .action {
  background-color: #efefef;
  color: #363c45;
}
.products-list .product-item-info .product-item-actions .add-to-links-secondary .action:hover {
  background: #e51515;
  border-color: #e51515;
  color: #fff;
}
.products-list .product-item-info .product-item-actions .add-to-links-secondary .action:before {
  font-size: 1.6rem !important;
}
.page-product-downloadable .product-options-bottom {
  padding: 10px;
  border: 1px solid #eee;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty {
  padding: 0;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control {
  display: inline-block;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control .input-text.qty {
  height: 40px;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions {
  padding: 0;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions button {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
  margin-left: 15px;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions button:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.page-product-downloadable .product-options-bottom .product-social-links {
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 0;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
}
.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: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto span {
  line-height: inherit;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:before {
  display: none;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-weight: 500;
}
.catalog-product-view .product-info-main .page-title {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary {
  text-align: left;
}
.catalog-product-view .product-info-main .product-info-price {
  margin: 15px 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  margin: 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;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control .input-text.qty {
  height: 40px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
  background: url(../images/hover-cart.png) 20px 50% no-repeat #e51515;
  padding: 0 40px 0 60px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
  background-color: #b61111;
}
.catalog-product-view .product-info-main .attribute.overview {
  margin: 10px 0;
}
.catalog-product-view .product-info-main .product-social-links {
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border: 0;
  text-align: center;
  margin: 0 2px;
  background: #ebebeb;
  color: #333;
  border-radius: 100%;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:before {
  content: "\f08a";
  font-family: FontAwesome;
}
.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: "\f012";
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist span,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare span {
  display: none;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:hover,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:hover {
  background: #e51515;
  color: #fff;
}
.catalog-product-view .product-info-main .product-social-links .mailto {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border: 0;
  text-align: center;
  margin: 0 2px;
  background: #ebebeb;
  border-radius: 100%;
  color: #333;
  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: #e51515;
  color: #fff;
}
.catalog-product-view .product-info-main .bundle-actions button {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
}
.catalog-product-view .product-info-main .bundle-actions button:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .bundle-options-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list {
  margin: 10px 0 0;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list input {
  display: inline-block;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .label {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .control {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .title {
  margin-bottom: 20px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  padding: 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control {
  display: inline-block;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control .input-text.qty {
  height: 38px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions {
  padding: 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
  margin-left: 15px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.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: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
  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: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.catalog-product-view .product.info {
  margin-top: 30px;
  margin-bottom: 80px;
}
.catalog-product-view .product.info .product.data.items .item a {
  height: auto;
  text-transform: uppercase;
  background: none;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  padding-left: 0;
}
.related .block-actions {
  display: none;
}
.related .choice.related {
  display: none;
}
.fotorama-item.fotorama--fullscreen {
  z-index: 2000 !important;
}
.fotorama__nav-wrap {
  text-align: center;
}
body .swatch-attribute {
  clear: both;
}
body .swatch-option.text {
  padding: 0 8px;
}
.new-product-slider {
  margin-top: 90px;
  margin-bottom: 70px;
  padding: 0 50px;
}
.main-container .products-grid .item-inner {
  padding: 0 15px;
}
.main-container .products-grid .item-inner .product-item-info .product-item-images {
  background: #fff;
}
.new-product-slider .products-grid .product-item-info .product-item-details {
  padding: 30px;
}
.tab-title ul.tabs {
  padding: 0;
  margin: 0 0 60px;
  list-style: none;
  text-align: center;
}
.tab-title ul.tabs li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  margin: 0 30px;
  cursor: pointer;
  position: relative;
}
.tab-title ul.tabs li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #434449;
  position: absolute;
  right: -36px;
  top: 9px;
  transform: rotate(45deg);
}
.tab-title ul.tabs li.active {
  color: #e51515;
}
.tab-title ul.tabs li:last-child:before {
  display: none;
}
.categorytab-container {
  margin: 70px 0 60px;
}
.ma-bestseller {
  background: #171717 url(../images/bkg-best.jpg) no-repeat center center;
  padding-bottom: 100px;
}
.ma-bestseller .bestsellerproduct_container_slider {
  padding: 100px 0 0;
}
.ma-bestseller .title-blogs h3 {
  color: #fff;
}
#bestseller_product_slider .owl-item > div {
  border-right: 1px solid #383735;
}
#bestseller_product_slider .owl-item:nth-child(3) > div {
  border: 0;
}
#bestseller_product_slider .product-items {
  margin: 0 15px 30px;
  border-bottom: 1px solid #383735;
  padding: 0 0 30px;
}
#bestseller_product_slider .product-items:last-child {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
#bestseller_product_slider .product-items .item-inner {
  overflow: hidden;
}
#bestseller_product_slider .product-items .item-inner .image-container {
  width: 30%;
  max-width: 120px;
  margin-right: 30px;
}
#bestseller_product_slider .product-items .item-inner .image-container a {
  display: block;
}
#bestseller_product_slider .product-items .item-inner .image-container a img {
  border-radius: 5px;
}
#bestseller_product_slider .product-items .item-inner .des .product-item-name > a,
#bestseller_product_slider .product-items .item-inner .des .product.name a > a {
  text-transform: uppercase;
  color: #838896;
}
@media (max-width: 767px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: inline-block;
  }
}
@media all and (min-width: 768px), print {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .col-main {
    float: right;
  }
  .col-left {
    float: left;
  }
  .columns {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .column.main {
    padding-right: 15px;
    padding-left: 15px;
    min-height: 0px;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: left;
    float: left;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: right;
    float: right;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    width: 80%;
  }
  .modes-mode:last-child {
    border: 0;
  }
  .modes-mode {
    border: 0;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 3px 5px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode.active:before {
    color: #e51515;
  }
  .page-layout-1column .product-info-main {
    width: 55%;
    background: #fff;
  }
  .page-layout-1column .product.media {
    width: 42%;
    background: #fff;
    margin: 0 0 40px;
  }
  .cart-summary {
    width: 30%;
    background-color: #eee;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 67%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .product.data.items > .item.content {
    padding: 20px 0 0;
    border: 0;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #e51515;
  }
  .column:not(.sidebar-main) .form.contact,
  .column:not(.sidebar-additional) .form.contact {
    width: 100% !important;
    margin: 40px 0;
  }
  .actions-toolbar .primary {
    float: right;
  }
}
.checkout-success {
  margin: 50px 0;
}
.cms-index-index .main-container {
  padding-top: 0;
}
.main-container {
  padding-top: 30px;
}
.table-comparison .cell {
  width: auto;
}
.columns .column.main {
  padding-bottom: 0;
}
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  border-radius: 30px;
}
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border-color: #e51515;
  background-color: #e51515;
  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: 10px;
  border: 2px solid #f1f1f1;
}
.toolbar-products .pages .item {
  line-height: 25px;
}
.toolbar-products .pages .action {
  width: 30px;
}
.toolbar-products .pages .action.next:before {
  font-size: 35px;
}
.sorter-options {
  padding: 0 10px;
  height: 32px;
}
.toolbar-amount {
  padding: 5px 0 0;
}
.modes {
  display: block;
  margin-top: 5px;
}
.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%;
  margin: 30px 0;
}
.breadcrumbs ul .item {
  font-size: 14px;
}
.breadcrumbs ul .item:not(:last-child):after {
  vertical-align: middle;
}
.breadcrumbs ul strong {
  color: #e51515;
}
.breadcrumbs .items {
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.category-image {
  margin: 0;
}
.category-description {
  padding: 20px 4%;
  background: #fff;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.page-title-wrapper .page-title {
  margin: 20px 0;
}
.form-cart .table > thead > tr > th,
.form-cart .table > tbody > tr > th,
.form-cart .table > tfoot > tr > th,
.form-cart .table > thead > tr > td,
.form-cart .table > tbody > tr > td,
.form-cart .table > tfoot > tr > td {
  border-top: 0;
}
.form-cart .table > thead > tr > th {
  border-bottom: 0;
}
.cart-summary .table > thead > tr > th,
.cart-summary .table > tbody > tr > th,
.cart-summary .table > tfoot > tr > th,
.cart-summary .table > thead > tr > td,
.cart-summary .table > tbody > tr > td,
.cart-summary .table > tfoot > tr > td {
  border-top: 0;
}
.cart-summary .table-wrapper .price {
  font-size: 20px;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
}
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  line-height: inherit;
}
.cart-summary .checkout-methods-items li button {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
}
.cart-summary .checkout-methods-items li button:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.cart-summary > .title {
  font-weight: bold;
}
.cart-container .checkout-methods-items .action.primary {
  background: #e51515;
  color: #fff;
  font-size: 1.3rem;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift {
  padding: 0px 20px;
}
.columns {
  display: block;
}
.block-cart-failed .action.clear,
.cart-container .form-cart .action.clear,
.cart-container .cart-gift-item .action.clear .block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  margin-bottom: 10px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  line-height: 38px;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: -5px;
}
.cart-empty a {
  font-weight: bold;
}
.block-collapsible-nav .title {
  text-transform: uppercase;
  border-bottom: 2px solid #f1f1f1;
  padding: 0 0 10px;
}
.block-collapsible-nav .content ul.nav {
  background-color: #f4f4f4;
}
.block-collapsible-nav .content ul.nav > li > strong {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.block-collapsible-nav .content ul.nav > li.current > strong {
  background-color: #eee;
}
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
#checkoutSteps {
  background-color: #fff;
  padding: 20px;
}
.owl-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.owl-theme:hover .owl-controls .owl-buttons > div {
  visibility: visible;
  opacity: 1;
}
.owl-theme .owl-controls {
  margin: 0;
}
.owl-theme .owl-controls .owl-buttons > div {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border: 2px solid #eeeeee;
  border-radius: 100%;
  font-size: 0;
  -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: -50px;
  top: 40%;
  color: #838896;
  visibility: hidden;
  opacity: 0;
}
.owl-theme .owl-controls .owl-buttons > div:before {
  content: "\f104";
  font-size: 1.8rem;
  font-family: FontAwesome;
  display: block;
  line-height: 55px;
}
.owl-theme .owl-controls .owl-buttons > div:hover {
  border-color: #e51515;
  color: #e51515;
}
.owl-theme .owl-controls .owl-buttons > div.owl-next {
  left: auto;
  right: -50px;
}
.owl-theme .owl-controls .owl-buttons > div.owl-next:before {
  content: "\f105";
}
.ma-corporate {
  background: #181b23;
  border-top: 1px solid #21252c;
  margin-bottom: 100px;
  margin-top: -134px;
}
.ma-corporate .corporate-about .col-sm-4:last-child .box-col {
  border: 0;
}
.ma-corporate .corporate-about .box-col {
  padding: 30px 20px 20px;
  border-right: 1px solid #21252c;
  border-radius: 5px;
  position: relative;
  text-align: center;
  color: #6c7076;
  font-size: 1.3rem;
}
.ma-corporate .corporate-about .box-col h3 {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.ma-corporate .corporate-about .box-col .icons {
  width: 50px;
  height: 65px;
  position: absolute;
  right: -23px;
  top: 26px;
  text-align: center;
  line-height: 65px;
  z-index: 11;
  background: #181b23;
  display: none;
  color: #e51515;
}
.ma-corporate .corporate-about .box-col .icons span {
  font-size: 0;
}
.ma-corporate .corporate-about .box-col .icons span:before {
  font-size: 3.6rem;
  display: block;
  line-height: 65px;
}
.banner-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.banner-box a {
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.banner-box a:after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
}
.banner-box a:before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
}
.banner-box a:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
.banner-box a:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
.banner-text2-home1 {
  overflow: hidden;
}
.banner-text2-home1 .box-col {
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
}
.banner-text2-home1 .box-col .box-img img {
  width: 100%;
}
.banner-text2-home1 .box-col .table {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 300ms ease-in;
}
.banner-text2-home1 .box-col .table .content {
  display: table;
  width: 100%;
  height: 100%;
}
.banner-text2-home1 .box-col .table .des {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  max-width: 1170px;
  padding: 30px;
}
.banner-text2-home1 .box-col .table .des h4 {
  color: #fff;
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
}
.banner-text2-home1 .box-col .table .des h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 30px;
  font-size: 3rem;
  letter-spacing: 1rem;
}
.banner-text2-home1 .box-col .table .des a.button {
  display: inline-block;
  background: #ffffff;
  padding: 11px 25px;
  padding-right: 55px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin: 50px 0 0;
}
.banner-text2-home1 .box-col .table .des a.button:after {
  content: "\f105";
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 3px;
  top: 3px;
  background: #383838;
  border-radius: 100%;
  color: #fff;
}
body {
  background: #ffffff;
  font-family: 'Rubik', sans-serif;
  line-height: 2.5rem;
  font-size: 1.3rem;
  font-style: normal;
  color: #5a6069;
  text-align: left;
  overflow-x: hidden;
}
html,
body {
  display: block !important;
}
a:visited,
.alink:visited {
  color: #252525;
}
a {
  color: #252525;
  -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: #e51515;
}
a:focus {
  outline: none;
}
input,
select,
textarea {
  border: 1px solid #f1f1f1;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
button {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border-radius: 30px;
  border: 0;
  font-family: 'Oswald', sans-serif;
  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;
}
button:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.action.primary {
  font-size: 1.2rem;
  background: #181b23;
  color: #fff;
  padding: 0 30px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  border: 0;
}
.action.primary:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
label {
  font-weight: normal;
}
button:hover,
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border-color: #e51515;
  background: #e51515;
  color: #fff;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: 0;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.checkbox {
  display: inline-block;
  vertical-align: top;
}
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #252525;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
* {
  outline: none;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
big {
  font-size: 125%;
}
dd {
  margin-bottom: 24px;
}
.logo img {
  display: inline;
}
.message.success {
  margin: 10px 0;
}
.mobile-bar-icon {
  text-decoration: none;
  cursor: pointer;
  font-size: 0;
  background: transparent;
  visibility: hidden;
  display: none;
  z-index: 99;
  float: left;
}
.mobile-bar-icon:hover {
  color: #e51515;
}
.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: #e51515;
  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: #e51515;
}
.mobile-bar-content .mobile-bar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}
.mobile-bar-content .tabs-mobile {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.mobile-bar-content .tabs-mobile .item {
  line-height: 30px;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  background: #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 a {
  color: #fff;
}
.mobile-bar-content .tabs-content-mobile a:hover {
  color: #e51515;
}
.mobile-bar-content .tabs-content-mobile .header.links {
  margin-bottom: 10px;
}
.mobile-bar-content .tabs-content-mobile .header.links li {
  display: inline-block;
  margin: 0 10px;
}
.header-container {
  background: #22232b;
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 111;
  border-bottom: 2px solid #e51515;
}
.header-container .logo {
  float: none;
  margin: 10px 0 0;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.header-container > .header {
  position: relative;
  z-index: -2;
  background: #22232b;
}
.cms-index-index .header-container {
  background: none;
}
.cms-index-index .header-container .header-top {
  background: none;
}
.cms-index-index .page-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 214px;
  background: #22232b;
  z-index: -1;
}
.header-top {
  background: #000000 url(../images/bkg-header.jpg) no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 479px) {
  .header-top .row {
    margin: 0;
    display: table;
    width: 100%;
    height: 143px;
    padding: 10px 0;
  }
  .header-top .row > div {
    padding: 0;
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
.link-hover {
  float: right;
  padding: 0 10px;
  margin-left: 10px;
  position: relative;
}
.link-hover:hover .icon {
  color: #e51515;
}
.link-hover:hover > div {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.link-hover ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.link-hover .icon {
  width: 30px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
}
.link-hover .icon:before {
  content: "\f0c9";
  font-family: 'FontAwesome';
}
.link-hover > div {
  background: #fff;
  z-index: 111;
  padding: 30px;
  min-width: 300px;
  color: #252525;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  border-top: 1px solid #eee;
  right: -10px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
  text-align: left;
}
.link-hover > div > div {
  margin-bottom: 10px;
}
.link-hover > div .label {
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #373737;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.link-hover > div .action {
  line-height: 30px;
  display: block;
  padding-left: 20px;
}
.link-hover > div .action strong {
  font-weight: 500;
  color: #e51515;
}
.link-hover > div ul.dropdown li,
.link-hover > div ul.links li {
  line-height: 30px;
  display: block;
  padding-left: 20px;
  margin: 0;
}
.link-hover > div ul.dropdown li a,
.link-hover > div ul.links li a {
  font-size: 1.2rem;
}
.link-hover > div ul.dropdown li:last-child,
.link-hover > div ul.links li:last-child {
  border: 0;
}
.absolute {
  position: absolute;
  right: 0;
  top: 50%;
  display: table-cell;
  vertical-align: middle;
  margin-top: -13px;
}
.minicart-wrapper {
  vertical-align: middle;
  margin: 0 0 0 20px;
  height: 20px;
}
.switcher-language {
  margin-left: 10px;
  position: relative;
}
.switcher-language,
.switcher-currency {
  float: left;
  line-height: 35px;
  font-family: 'Oswald', sans-serif;
}
.switcher-language .label,
.switcher-currency .label {
  font-weight: normal;
  color: #54bfd7;
  padding-left: 0;
  padding-right: 0;
  display: none;
}
.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;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
}
.switcher-language .switcher-options .switcher-trigger strong,
.switcher-currency .switcher-options .switcher-trigger strong {
  font-weight: normal;
}
.switcher-language .switcher-options .switcher-trigger i,
.switcher-currency .switcher-options .switcher-trigger i {
  line-height: 22px;
  margin-left: 5px;
  font-size: 10px;
}
.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;
  left: 0;
  z-index: 9;
  min-width: 130px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 100%;
  display: none;
  line-height: 25px;
  border-radius: 4px;
}
.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: #e51515;
}
#search_mini_form {
  display: inline-block;
  vertical-align: middle;
}
#search_mini_form .search {
  width: 290px;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  border-left: 2px solid #e51515;
  position: relative;
  padding-right: 40px;
}
#search_mini_form .search input[type="text"] {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  font-size: 1.2rem;
  color: #5a6069;
}
#search_mini_form .search button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 40px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  border: 0;
  background: none;
}
#search_mini_form .search button:hover {
  background: none;
  box-shadow: none;
  color: #e51515;
}
.hot-sale,
.label-pro-new {
  position: absolute;
  top: 13px;
  right: 13px;
  overflow: hidden;
  line-height: 25px;
  padding-top: 2px;
  height: 25px;
  width: 60px;
  text-align: center;
  z-index: 11;
  color: #fff !important;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  background: url(../images/new-box.png) center center no-repeat transparent;
}
.hot-sale {
  background: url(../images/sale-box.png) center center no-repeat transparent;
}
.pt-banner-container {
  overflow: hidden;
  margin-top: -214px;
}
.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: 0;
  left: 0;
  margin: auto;
  width: 150px;
  bottom: 30px;
  display: none;
}
.pt-banner-container .owl-controls .owl-pagination .owl-page span {
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #acacac;
  -moz-box-shadow: inset 0 0 0 3px #acacac;
  box-shadow: inset 0 0 0 3px #acacac;
}
.pt-banner-container .owl-controls .owl-pagination .owl-page.active span {
  -webkit-box-shadow: inset 0 0 0 3px #e51515;
  -moz-box-shadow: inset 0 0 0 3px #e51515;
  box-shadow: inset 0 0 0 3px #e51515;
}
.pt-banner-container .owl-theme .owl-controls {
  margin: 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: #e51515;
  background-color: #e51515 !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;
  top: 40%;
  left: 0%;
  right: 0;
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}
.pt-banner-container .pt-banner-caption .pt-title2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #fff;
}
.pt-banner-container .pt-banner-caption .pt-title3 {
  font-size: 4.8rem;
  letter-spacing: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #fff;
}
.pt-banner-container .pt-banner-caption .pt-banner-des {
  font-size: 14px;
  margin: 17px 0 0;
  color: #fff;
  max-width: 620px;
}
.pt-banner-container .pt-banner-caption .pt-url {
  display: inline-block;
  background: #fff;
  padding: 11px 55px 11px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  margin: 100px 0 0;
  background: #e51515;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
.pt-banner-container .pt-banner-caption .pt-url:before {
  content: "\f105";
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 3px;
  top: 3px;
  background: #fff;
  border-radius: 100%;
  color: #444;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  animation: vanishIn 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title3 {
  animation: vanishIn 2200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des {
  animation: vanishIn 2900ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
  animation: vanishIn 3600ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title1 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title2 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-banner-des {
  -webkit-animation: slideInDown 1200ms ease-in-out;
  -moz-animation: slideInDown 1200ms ease-in-out;
  -ms-animation: slideInDown 1200ms ease-in-out;
  animation: slideInDown 1200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-url {
  -webkit-animation: zoomInUp 1400ms ease-in-out;
  -moz-animation: zoomInUp 1400ms ease-in-out;
  -ms-animation: zoomInUp 1400ms ease-in-out;
  animation: zoomInUp 1400ms ease-in-out;
}
.banner-static {
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 30px 0 0;
}
.banner-static a {
  margin-bottom: 30px;
  display: block;
}
.banner-static img {
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out;
}
.banner-static img:hover {
  opacity: 0.8;
}
.cms-index-index .main-content {
  padding: 0;
}
.main-content {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 0 0 30px;
}
.main-content .page.messages {
  max-width: 1170px;
  margin: 0 auto;
}
.main-content .page.messages div {
  font-size: 1.6rem;
}
.main-content .checkout-container {
  margin: 30px 0;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.main-content .checkout-container .opc-wrapper .step-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.main-content .checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 1.4rem;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.0rem;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.main-content .cart-container .cart-summary {
  padding: 1px 18px 22.5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.main-content .cart-container .cart-summary > .title {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.main-content .cart-container .cart-summary .block.shipping > .title,
.main-content .cart-container .cart-summary .block.discount > .title {
  line-height: normal;
  padding: 9px 36px 9px 0px;
  border-top: 1px solid #ccc;
}
.main-content .cart-container .cart-summary .block.shipping > .title:after,
.main-content .cart-container .cart-summary .block.discount > .title:after {
  font-size: 24px;
  color: #313131;
  top: 4px;
}
.main-content .cart-container .cart-summary .block.shipping > .title strong,
.main-content .cart-container .cart-summary .block.discount > .title strong {
  color: #313131;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .field.note,
.main-content .cart-container .cart-summary .block.discount .field.note {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice) > .label,
.main-content .cart-container .cart-summary .block.discount .fieldset .field:not(.choice) > .label {
  font-size: 1.3rem;
  color: #333;
  font-weight: 400;
}
.main-content .cart-container .cart-summary .block.shipping select,
.main-content .cart-container .cart-summary .block.discount select,
.main-content .cart-container .cart-summary .block.shipping input,
.main-content .cart-container .cart-summary .block.discount input {
  border-radius: 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-title,
.main-content .cart-container .cart-summary .block.discount .item-title {
  font-weight: 500;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-options,
.main-content .cart-container .cart-summary .block.discount .item-options {
  margin: 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .radio,
.main-content .cart-container .cart-summary .block.discount .item-options .radio {
  float: left;
  margin: 0 8px 0 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .label,
.main-content .cart-container .cart-summary .block.discount .item-options .label {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
}
.main-content .cart-container .cart-summary .cart-totals th,
.main-content .cart-container .cart-summary .cart-totals td {
  border: none;
}
.main-content .cart-container .cart-summary .cart-totals .price {
  color: #333;
}
.main-content .cart-container .cart-summary .cart-totals .grand.totals {
  border-top: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper thead .col {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody {
  border-top: 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col {
  border: none;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .price {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
  vertical-align: middle;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
  padding: 10px 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action {
  margin-top: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action {
  margin-bottom: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.main-content .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.main-content .block.crosssell > .title {
  color: #252525;
  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: 400;
  font-size: 1.4rem;
}
.price-box {
  overflow: hidden;
  line-height: 25px;
  margin: 5px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.price-box .price-box {
  margin: 0;
}
.price-box .price-box p {
  margin: 0;
}
.price-box .price-label {
  display: none;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.price-box .price {
  color: #e51515;
  font-size: 1.4rem;
}
.price-box .special-price {
  line-height: 20px;
  display: inline-block;
}
.price-box .old-price {
  margin-left: 5px;
  line-height: 20px;
}
.price-box .old-price .price {
  color: #606161;
  text-decoration: line-through;
  font-size: 1.4rem;
}
.product-item-name,
.product.name a {
  color: #323232;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1rem;
}
.product-item-name:hover,
.product.name a:hover {
  text-decoration: none;
  color: #e51515;
}
.page-title {
  font-size: 30px;
  margin: 0 0 20px;
}
.block.related,
.block.upsell,
.block.crosssell {
  padding: 0;
  border: 0;
}
.block.related .block-content,
.block.upsell .block-content,
.block.crosssell .block-content {
  padding: 0;
  border: 0;
}
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title {
  text-align: center;
  border: 0;
  background: url(../images/bkg-title-blog.png) no-repeat center center;
  padding: 25px;
  text-transform: uppercase;
}
.block.related .block-title strong,
.block.upsell .block-title strong,
.block.crosssell .block-title strong {
  font-size: 2rem !important;
}
.sidebar .block {
  padding: 20px;
  border: 2px solid #ebebeb;
  border-radius: 3px;
}
.sidebar .block .block-title {
  position: relative;
  padding: 0 0 5px;
  border-bottom: 1px solid #eee;
}
.sidebar .block .block-title strong {
  font-size: 1.6rem;
  color: #252525;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}
.sidebar .block.filter .action.remove.filter-url {
  display: block;
}
.sidebar .block.filter .block-content {
  background: #fff;
}
.sidebar .block.filter .block-subtitle {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.sidebar .block.filter .filter-options .filter-options-content ol li {
  line-height: 25px;
  margin: 10px 0 0;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
}
.sidebar .block.filter .action.clear.filter-clear {
  display: block;
  margin-bottom: 15px;
}
.sidebar .block.filter .filter-content .filter-options-item.active .filter-options-title {
  color: #e51515;
}
.sidebar .block.filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f077";
}
.sidebar .block.filter .filter-content .filter-options-item .filter-options-title {
  font-size: 1.4rem;
  color: #252525;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: normal;
  font-style: italic;
  cursor: pointer;
  margin-bottom: 15px;
  outline: none;
}
.sidebar .block.filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 8px;
  float: right;
}
.sidebar .block.filter .filter-content .filter-options-item .filter-options-content {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.sidebar .block.filter .filter-content .filter-options-item .filter-options-content ol li {
  line-height: 30px;
  margin: 5px 0;
}
.sidebar .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;
}
.sidebar .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;
}
.sidebar .block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-range {
  background: #e51515;
  height: 100%;
  position: absolute;
}
.sidebar .block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle {
  background: #fff;
  border: 4px solid #e51515;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 14px;
  width: 14px;
  margin-left: 0;
  top: 50%;
  margin-top: -7px;
}
.sidebar .block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -14px;
}
.sidebar .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;
}
.sidebar .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;
}
.sidebar .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;
}
.sidebar .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:before,
.minicart-wrapper .action.showcart.active:before {
  display: none !important;
  content: "\e04d";
  font-family: 'simple-line-icons';
  font-size: 18px;
  line-height: 40px;
}
body .minicart-wrapper .action.showcart:hover:before,
body .minicart-wrapper .action.showcart:hover:before {
  color: #e51515 !important;
}
.minicart-wrapper .product-image-container {
  margin-right: 10px;
}
.minicart-wrapper > .action {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: relative;
  background: url(../images/icon-cart.png) no-repeat;
}
.minicart-wrapper > .action:hover:before {
  color: #e51515;
}
.minicart-wrapper > .action:before {
  display: none !important;
  content: "\e04d";
  font-family: 'simple-line-icons';
}
.minicart-wrapper > .action .text {
  display: none;
}
.minicart-wrapper .block-minicart {
  color: #666;
  font-weight: normal;
}
.minicart-wrapper .minicart-items {
  max-height: 400px;
  overflow: auto;
}
.minicart-wrapper .minicart-items .product-item-details {
  padding-right: 15px;
  padding-left: 15px;
}
.minicart-wrapper .action.showcart .text {
  position: static;
  width: auto;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #fff;
  margin: 0;
  min-width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  color: #000;
  padding: 0;
  font-size: 1.1rem;
  position: absolute;
  top: 0;
  left: 25px;
  overflow: visible;
  border-radius: 100%;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
  width: 100%;
  display: block;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.block-minicart .block-content > .actions > .primary .action.primary {
  background: #181b23;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: #252525;
  border: 0;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  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;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background-color: #e51515;
  color: #fff;
  border: 0;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.modal-popup .modal-content,
.modal-popup .modal-header,
.modal-popup .modal-footer {
  box-shadow: none;
  border: 0;
}
/*===custommenu==============*/
.nav-container {
  position: relative;
  padding-right: 140px;
}
.nav-ozmegamenu {
  position: relative;
  z-index: 700;
  background: #666666;
}
.pt_custommenu {
  position: relative;
}
.pt_custommenu div.pt_menu {
  float: left;
}
.pt_custommenu div.pt_menu.act .parentMenu a:before {
  width: 100%;
}
.pt_custommenu div.pt_menu.active .parentMenu > a:before,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title:before {
  width: 100%;
}
.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: 23px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: relative;
  font-weight: 500;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
.pt_custommenu div.pt_menu .parentMenu a:hover:before,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover:before,
.pt_custommenu div.pt_menu .parentMenu a.act:before,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act:before {
  width: 100%;
}
.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 a:before,
.pt_custommenu div.pt_menu .parentMenu span.block-title:before {
  content: "";
  width: 0;
  height: 100%;
  background: #e51515;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition-property: width;
  /* Safari */
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-property: width;
  transition-duration: 0.2s;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.popup {
  position: absolute;
  z-index: 3000;
  text-align: left;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 3px 5px #bababa;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.pt_custommenu div.popup a.actParent {
  color: #e51515;
}
.pt_custommenu div.popup a.act {
  color: #e51515;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  font-family: 'Oswald', sans-serif;
}
.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: #e51515;
}
.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
  display: inline-block;
  padding-right: 20px;
}
.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1.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: #e51515;
}
.pt_custommenu div.popup .block1 {
  overflow: hidden;
  float: left;
  padding: 30px 30px 40px 30px;
}
.pt_custommenu div.popup .block2 {
  margin-top: 10px;
  float: left;
}
.pt_custommenu div.popup .blockright img {
  max-width: 100%;
}
.pt_custommenu div.column {
  float: left;
  width: 245px;
  margin-right: 35px;
  margin-bottom: 20px;
}
.pt_custommenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.pt_custommenu #pt_menu_link {
  padding: 0;
}
.pt_custommenu #pt_menu_link .parentMenu ul li {
  float: left;
  list-style: none;
  position: relative;
}
.pt_custommenu .clearBoth {
  clear: both;
}
.pt_custommenu .menu-sale,
.pt_custommenu .menu-new {
  position: absolute;
  color: #fff;
  background: url(../images/hot-sale.png) no-repeat center center;
  width: 47px;
  height: 31px;
  line-height: 26px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.pt_custommenu .menu-new {
  background: url(../images/news.png) no-repeat center center;
}
.pt_menu_link .parentMenu ul li {
  float: left;
  margin: 0;
  margin-right: 1px;
}
.pt_menu_link .parentMenu ul li a {
  margin: 0;
}
/* =============================================Mobile Menu ========================================== */
.nav-collapse {
  text-align: left;
}
.navbar .nav > li {
  padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
  height: auto;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
}
.navbar-inner {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.navbar {
  background-color: #e51515;
  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: 'Oswald', sans-serif;
}
.mobilemenu li.active a,
.mobilemenu a:hover {
  color: #e51515;
}
.mobilemenu ul a {
  color: #fff !important;
  font-size: 0.95em;
}
.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #e51515 !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: #e51515 !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: #e51515 !important;
}
.mobilemenu li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}
.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
  position: absolute;
  top: 11px;
  right: 0px;
}
.mobilemenu span.head a {
  background: url(../images/menu_down.png) no-repeat 50% 50%;
  color: #333333;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active > span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0;
}
.product-reviews-summary {
  display: block;
  margin: 0;
}
.product-reviews-summary .label {
  display: none;
}
.product-reviews-summary .rating-summary {
  display: block;
  position: static;
  margin: 0;
  left: 0;
}
.product-reviews-summary .reviews-actions {
  display: none;
}
.product-reviews-summary .rating-result {
  width: 60px;
  margin-left: 0;
}
.product-reviews-summary .rating-result:before {
  font-size: 1.1rem;
  height: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #5a6069;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-family: FontAwesome;
}
.product-reviews-summary .rating-result > span:before {
  color: #ffcc00;
  font-size: 1.1rem;
  line-height: 20px;
  height: 20px;
  letter-spacing: 2px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-family: FontAwesome;
}
.ma-testimonial {
  background: url(../images/bkg-testimo.jpg) no-repeat center center;
  background-size: cover;
}
.ma-testimonial .pt-testimonial-container {
  background: url(../images/line.png) no-repeat center bottom;
  text-align: center;
  max-width: 920px;
  margin: 130px auto;
  padding-bottom: 50px;
}
.ma-testimonial .pt-testimonial-container .des {
  padding: 5px 95px 0;
  margin: 20px 0 40px;
  position: relative;
}
.ma-testimonial .pt-testimonial-container .des:before {
  content: "";
  width: 51px;
  height: 41px;
  background: url(../images/qt1.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ma-testimonial .pt-testimonial-container .des:after {
  content: "";
  width: 51px;
  height: 41px;
  background: url(../images/qt2.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
.ma-testimonial .pt-testimonial-container .info {
  margin: 20px 0;
}
.ma-testimonial .pt-testimonial-container .info a {
  text-transform: uppercase;
  color: #fff;
}
.pt-testimonial-submit {
  margin-bottom: 30px;
}
.pt-testimonial-submit .fieldset > .field > .label {
  margin-bottom: 10px;
  text-align: left;
}
.pt-testimonial-item ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.pt-testimonial-item ul li {
  margin: 20px 0;
}
.banner-text1-home1 {
  background: url(../images/bkg-banner1.jpg) no-repeat center top;
}
.banner-text1-home1 .banner-text1 {
  padding: 119px 0 220px;
  overflow: hidden;
}
.banner-text1-home1 .banner-text1 .title {
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
.banner-text1-home1 .banner-text1 .title h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 300;
}
.banner-text1-home1 .banner-text1 .title h4 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: bold;
}
.banner-text1-home1 .banner-text1 .des-content {
  float: right;
  width: 50%;
  overflow: hidden;
}
.banner-text1-home1 .banner-text1 .des-content h4 {
  font-size: 2.4rem;
  font-weight: 300;
  color: #9d9d9d;
  text-transform: uppercase;
  margin: 0;
}
.banner-text1-home1 .banner-text1 .des-content h3 {
  text-transform: uppercase;
  color: #e51515;
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
}
.banner-text1-home1 .banner-text1 .des-content h5 {
  margin: 0;
  color: #9d9d9d;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
.banner-text1-home1 .banner-text1 .des-content p {
  margin: 35px 0;
}
.banner-text1-home1 .banner-text1 .des-content p.text-14 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.link_follow {
  display: inline-block;
  vertical-align: middle;
}
.link_follow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link_follow ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.link_follow ul li span {
  display: none;
}
.link_follow ul li a {
  font-size: 1.6rem;
  color: #838896;
}
.payment {
  float: right;
}
.payment p {
  margin: 0;
}
.page-footer {
  background: #1d1d1f url(../images/bkg-footer.jpg) no-repeat center bottom;
  border-top: 2px solid #e51515;
}
.footer-top {
  color: #5a6069;
  padding: 60px 0;
  font-size: 1.3rem;
  border-bottom: 1px solid #131927;
}
.footer-top a {
  color: #5a6069;
}
.footer-top a:hover {
  color: #e51515;
}
.footer-top h3,
.footer-top h4 {
  color: #ffffff;
}
.footer-top ul,
.footer-top ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 30px;
  text-transform: uppercase;
}
.footer-top .images {
  margin-bottom: 20px;
}
.footer-top ul.add {
  color: #fff;
  margin: 20px 0 0;
}
.footer-top ul.add li span {
  color: #e51515;
  margin-right: 10px;
}
.footer-top .col-sm-8 .row > div {
  border-left: 1px solid #21252c;
}
.footer-bottom {
  color: #818181;
  overflow: hidden;
}
.footer-bottom .container-size {
  padding: 60px 0;
}
.footer-bottom a {
  color: #9d4d4a;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom .copyright {
  display: inline-block;
  vertical-align: middle;
  margin-right: 70px;
}
#back_top {
  bottom: 35px;
  display: none;
  height: 60px;
  position: fixed;
  right: 12px;
  width: 60px;
  line-height: 60px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  background-color: #e51515;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 100%;
}
#back_top:hover {
  background: #e51515;
  border-color: #e51515;
}
#back_top span {
  display: none;
}
#back_top:before {
  content: "\f077";
  font-family: FontAwesome;
}
#newsletter_pop_up {
  background: #fff !important;
  color: #FFFFFF;
  display: none;
  margin: -195px 0 0 !important;
  min-width: 450px;
  padding: 25px 50px;
  top: 50% !important;
  position: fixed !important;
  text-align: center;
}
#newsletter_pop_up .b-close {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  min-width: 70px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  position: absolute;
  top: -25px;
  right: 0;
}
#newsletter_pop_up .b-close:after {
  content: "close";
  font-size: 10px;
}
#newsletter_pop_up .title {
  font-size: 36px;
  font-weight: normal;
  margin-top: 30px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 0;
  color: #333;
}
#newsletter_pop_up .title strong {
  font-weight: 500;
}
#newsletter_pop_up .newsletter {
  padding: 0;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .label {
  font-size: 1.4rem;
  font-weight: 400;
  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 {
  width: 380px;
  height: 41px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #eee;
  display: inline-block;
  vertical-align: middle;
  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: 30px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom input {
  vertical-align: top;
  margin: 6px 0 0;
}
#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;
  display: inline-block;
  vertical-align: middle;
}
#newsletter_pop_up .newsletter .actions button:hover {
  background: #e51515;
  color: #fff;
}
.blog-search .control {
  position: relative;
  height: 32px;
}
.blog-search .control input {
  padding-right: 80px;
}
.blog-search .control button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.2rem;
  height: 100%;
  padding: 0 20px;
  line-height: 32px;
}
.switcher {
  float: left;
}
.switcher .switcher-options {
  position: relative;
}
.switcher .switcher-options strong {
  font-weight: 600;
  font-size: 1.1rem;
  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;
}
.ma-newsletter .newsletter {
  padding: 100px 0;
  border-top: 1px solid #ebebeb;
}
.ma-newsletter .newsletter .newsletter-title {
  max-width: 700px;
  margin: 0 auto;
  color: #5a6069;
  font-size: 1.2rem;
  text-align: center;
}
.ma-newsletter .newsletter .newsletter-title h3 {
  font-size: 1.2rem;
  margin: 0;
  text-transform: uppercase;
  color: #838896;
}
.ma-newsletter .newsletter .newsletter-title h3 strong {
  color: #e51515;
  font-weight: normal;
}
.ma-newsletter .newsletter .newsletter-title h2 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 2rem;
}
.ma-newsletter .newsletter #newsletter-validate-detail {
  max-width: 700px;
  margin: 50px auto 0;
}
.ma-newsletter .newsletter #newsletter-validate-detail .control {
  background: #efefef;
  width: 100%;
  height: 55px;
  border-radius: 30px;
  border: 1px solid #efefef;
  position: relative;
  padding-left: 15px;
  padding-right: 55px;
}
.ma-newsletter .newsletter #newsletter-validate-detail .control input[type="email"] {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  font-size: 1.2rem;
  color: #5a6069;
}
.ma-newsletter .newsletter #newsletter-validate-detail .control button {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 45px;
  height: 45px;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background: #e51515;
}
.ma-newsletter .newsletter #newsletter-validate-detail .control button:hover {
  background: #b61111;
}
.block-recent-posts {
  margin: 75px 0 95px;
}
.block-recent-posts .item {
  padding: 0 15px;
}
.block-recent-posts .item .item-inner {
  overflow: hidden;
}
.block-recent-posts .item .item-inner .blog-image {
  float: left;
  width: 40%;
  border-radius: 3px;
}
.block-recent-posts .item .item-inner .blog-image img {
  width: 100%;
}
.block-recent-posts .item .item-inner .blog-content {
  overflow: hidden;
  zoom: 1;
  padding: 20px;
  padding-left: 30px;
}
.block-recent-posts .item .item-inner .blog-content .time-conment .date-time {
  color: #e51515;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.block-recent-posts .item .item-inner .blog-content .time-conment .date-time .date {
  font-size: 3.6rem;
}
.block-recent-posts .item .item-inner .blog-content .title {
  margin: 15px 0 25px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
}
.block-recent-posts .item .item-inner .blog-content .title a {
  font-size: 1.4rem;
  color: #181b23;
  text-transform: uppercase;
}
.block-recent-posts .item .item-inner .blog-content .title a:hover {
  color: #e51515;
}
.block-recent-posts .item .item-inner .blog-content .readmore {
  display: inline-block;
  padding: 10px 20px;
  min-width: 170px;
  background: #efefef;
  color: #838896;
  font-family: 'Oswald', sans-serif;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.block-recent-posts .item .item-inner .blog-content .readmore:hover {
  background: #e51515;
  color: #fff;
  box-shadow: 2px 2px 30px rgba(229, 21, 21, 0.5);
}
.title-blogs {
  margin: 0 0 55px;
  text-align: center;
}
.title-blogs h3 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  padding: 25px;
  text-transform: uppercase;
  color: #333;
  background: url(../images/bkg-title-blog.png) no-repeat center center;
}
.title-blogs h3 i {
  margin: -5px 10px 0;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
.title-blogs p.des {
  margin: 20px 0 10px;
}
@media only screen and (max-width: 1400px) {
  #search_mini_form .search {
    width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .owl-theme .owl-controls .owl-buttons > div {
    left: 0;
  }
  .owl-theme .owl-controls .owl-buttons > div.owl-next {
    right: 0;
  }
  .ma-corporate {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-bar-icon {
    visibility: visible;
    display: block;
  }
  .corporate-about ul li {
    width: 50%;
  }
  .fix-header-container {
    display: none;
  }
  .pt-banner-container {
    margin-top: 0;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    top: 20%;
  }
  .pt-banner-container .pt-banner-caption .pt-url {
    margin: 50px 0 0;
  }
  .header-container > .header {
    padding: 15px;
    background: #000;
  }
  .banner-text2-home1 .box-col .table .des h3 {
    font-size: 1.5rem;
  }
  .banner-text2-home1 .box-col .table .des a.button {
    margin: 10px 0 0;
  }
  .footer-bottom .copyright,
  .link_follow {
    width: 100%;
  }
  .payment {
    float: none;
    margin: 10px 0 0;
  }
  .header-top {
    padding: 0 15px;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 2.8rem;
  }
  .block.blog-search {
    padding: 0;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  #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: 15px;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 3.5rem;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    top: 10%;
  }
  .header-container .logo {
    display: block;
    text-align: center;
  }
  .absolute {
    margin: 0;
  }
  .banner-text1-home1 .banner-text1 .des-content {
    width: 90%;
  }
  .banner-text2-home1 .box-col {
    width: 100%;
  }
  .ma-corporate .corporate-about .box-col .icons {
    right: 20px;
  }
  .footer-top .title {
    margin: 30px 0;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 479px) {
  .products-grid .product-item {
    width: 100%;
  }
  .products-list .product-item-photo,
  .products-list .product-item-details {
    display: block;
    width: 100%;
  }
  .static_center [class*="col-xs-"] {
    width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .product-item-photo {
    width: 100%;
  }
  .pt-banner-container .pt-banner-caption .pt-title2,
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 2rem;
  }
  .products-list .product-item-info .product-item-images {
    width: 100%;
  }
  .products-list .product-item-info .product-item-details {
    width: 100%;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    display: none;
  }
  .link-hover > div {
    right: auto;
    left: -150px;
  }
  .minicart-wrapper .block-minicart {
    right: auto;
    left: -100px;
  }
  .banner-text2-home1 .box-col .table .des a.button {
    display: none;
  }
  .block-recent-posts .item .item-inner .blog-image {
    width: 100%;
  }
  .block-recent-posts {
    margin: 30px 0;
  }
  .header-top {
    text-align: center;
    padding: 15px;
  }
  .switcher {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .minicart-wrapper {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .link-hover {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  #search_mini_form .search {
    width: 220px;
  }
  .new-product-slider {
    padding: 0 15px;
  }
}
/*Fix products-grid */
@media (min-width: 768px) {
  .category-products .products-grid ul > li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .category-products .products-grid ul > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) and (min-width: 0px) {
  .category-products .products-grid ul > li:nth-of-type(1n+1) {
    clear: left;
  }
  .category-products .products-grid ul > li {
    width: 100%;
  }
}
.fix-header {
  z-index: 999;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: rgba(36, 35, 35, 0.83) !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5.0s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5.0s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}
.page-wrapper .breadcrumbs .items {
  text-align: center;
}
@media (min-width: 1024px) {
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.nav-sections {
  display: none;
}
