.featureproduct-slider,
.banner_home_index,
.pt-recentproduct-container,
.bestsellerproduct_container_slider,
.testimo-slider,
.new-product-slider,
.producttab-container {
  margin-bottom: 70px;
}
.product-item-actions {
  display: inline-block;
  vertical-align: top;
}
.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: 25%;
    padding: 0;
    display: block;
  }
  .page-products .products-grid .product-items {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.related .products-slider,
.upsell .products-slider,
.crosssell .products-slider {
  margin-right: -15px;
  margin-left: -15px;
}
.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: 0px;
}
.products-slider.products-grid li.product-item {
  width: 100%;
}
.products-grid li.product-item {
  margin-bottom: 30px !important;
  padding: 0 15px !important;
}
.products-grid .product-item-info {
  text-align: center;
  padding: 10px 10px;
  background: none;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.products-grid .product-item-info:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 10px;
  bottom: 10px;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
}
.products-grid .product-item-info:hover {
  background: #fff;
}
.products-grid .product-item-info:hover:before {
  left: 10px;
  right: 10px;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-inner .add-to-links-secondary a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.products-grid .product-item-info:hover .product-item-inner .add-to-cart-primary .tocart {
  border-color: #ff000d;
  color: #ff000d;
}
.products-grid .product-item-info .product-reviews-summary .rating-summary {
  text-align: center;
}
.products-grid .product-image-container,
.products-grid .product-item-photo {
  background: #fff;
  display: block;
  border: 1px solid #ddd;
}
.products-grid .product-item-name {
  margin: 10px 0 5px;
  text-align: left;
}
.products-grid .product-item-details {
  background: none;
  padding-bottom: 10px;
}
.products-grid .product-item-inner .add-to-links-secondary {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 11;
}
.products-grid .product-item-inner .add-to-links-secondary a {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  text-indent: -9999px;
  display: block;
  background: #282b31 url(../images/wishlish.png) no-repeat 50% 50%;
  color: #fff;
  border-bottom: 1px solid #464646;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.products-grid .product-item-inner .add-to-links-secondary a:hover {
  background-color: #ff000d;
  transition: background-color 0.3s ease;
}
.products-grid .product-item-inner .add-to-links-secondary a:last-child {
  border: 0;
  background-image: url(../images/compare.png);
}
.products-grid .product-item-inner .add-to-cart-primary .tocart {
  background: #FF000E;
  border: 0px;
  border-radius: 0px;
  padding: 10px 32px;
  font-size: 15px;
  color: #fff;
  margin-top: 0px;
  transition: background-color 0.3s ease;
}
.products-grid .product-item-inner .add-to-cart-primary .tocart:hover {
  background-color: #ff000d;
  border-color: #ff000d;
  color: #fff !important;
}
.products-list .product-items .product-item:last-child .product-item-info {
  margin-bottom: 0;
}
.products-list .product-items .product-item .product-item-info {
  background: #fff;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.products-list .product-items .product-item .product-item-info .product-item-photo {
  float: left;
  width: 25%;
  max-width: 500px;
  padding: 0 30px 0 0;
  border: 1px solid #ddd;
  margin-right: 70px;
}
.products-list .product-items .product-item .product-item-info .product-item-details {
  overflow: hidden;
  zoom: 1;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 25px;
  font-weight: 600;
}
.products-list .product-items .product-item .product-item-info .product-item-details > .price-box {
  margin: 10px 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-box {
  margin: 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 21px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 1.5rem;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-from,
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-to {
  display: inline-block;
  margin: 0 10px 0 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-from .price-label,
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-to .price-label {
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .minimal-price .price-label {
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .minimal-price .price-container {
  display: inline-block;
  text-align: center;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description {
  margin: 20px 0;
  font-style: italic;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description .action.more {
  color: #ff000d;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description .action.more:hover {
  text-decoration: underline;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .add-to-cart-primary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .add-to-cart-primary .tocart {
  background: #FF000E;
  border: 0px;
  border-radius: 0px;
  padding: 10px 32px;
  font-size: 15px;
  color: #fff;
  margin-top: 0px;
  transition: background-color 0.3s ease;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .add-to-cart-primary .tocart:hover {
  background-color: #ff000d;
  border-color: #ff000d;
  color: #fff !important;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .add-to-links-secondary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .add-to-links-secondary a {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: 10px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .add-to-links-secondary a:hover {
  background-color: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.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 {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.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 {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto {
  margin: 0;
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto span {
  line-height: inherit;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:before {
  display: none;
}
.catalog-product-view .product-info-main .page-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
}
.catalog-product-view .product-info-main .price-box .price-from,
.catalog-product-view .product-info-main .price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .price-box .special-price .price-label,
.catalog-product-view .product-info-main .price-box .old-price .price-label {
  display: none;
}
.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;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
}
.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 {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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 .product-add-form .box-tocart .actions button:hover {
  background-color: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.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 {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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;
  height: 40px;
  padding: 0 20px;
  line-height: 38px;
  margin-right: 5px;
}
.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-color: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.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 {
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.catalog-product-view .product-info-main .product-social-links .mailto {
  margin: 0;
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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;
  height: 40px;
  padding: 0 20px;
  line-height: 38px;
}
.catalog-product-view .product-info-main .product-social-links .mailto:hover {
  background-color: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.catalog-product-view .product-info-main .product-social-links .mailto span {
  line-height: inherit;
}
.catalog-product-view .product-info-main .product-social-links .mailto:before {
  display: none;
}
.catalog-product-view .product-info-main .bundle-actions button {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.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 {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.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 {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.catalog-product-view .product.info {
  margin-top: 30px;
}
.catalog-product-view .product.info .product.data.items .item a {
  height: auto;
  text-transform: uppercase;
}
.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;
}
.pt-brand-container .owl-theme {
  background: #fff;
  margin: 20px 0 0;
}
.testimo-slider {
  overflow: hidden;
  padding: 5vw 5vw;
  background: linear-gradient(to right, #efa54c, #f77b56);
  margin-top: 80px;
  text-align: center;
}
.testimo-slider .ma-title {
  background-image: none;
}
.testimo-slider .ma-title h2 {
  color: #fff;
}
.testimo-slider .pt-testimonial-container {
  max-width: 1170px;
  margin: auto;
}
.testimo-slider .pt-testimonial-container li {
  overflow: hidden;
  text-align: center;
  padding: 0 195px;
}
.testimo-slider .pt-testimonial-container li .pt-testimonial .des {
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  color: #fff;
  margin: 0;
}
.testimo-slider .pt-testimonial-container li .pt-testimonial .info {
  margin: 35px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 17px;
}
.testimo-slider .pt-testimonial-container li .pt-testimonial .info a {
  color: #fff;
}
.testimo-slider .pt-testimonial-container li .pt-testimonial .info a:hover {
  color: #ff000d;
}
.testimo-slider .pt-testimonial-container li .pt-testimonial .email {
  margin: 11px 0 0;
  font-size: 14px;
  font-style: normal;
  line-height: 30px;
  color: #e6e3e3;
}
.testimo-slider .owl-theme .owl-controls {
  margin: 0;
}
.testimo-slider .owl-theme .owl-controls .owl-buttons div {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 70px;
  line-height: 15px;
  height: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: white;
  cursor: pointer;
  z-index: 10;
  padding: 0 0 0 60px;
  font-family: 'Roboto', sans-serif;
}
.testimo-slider .owl-theme .owl-controls .owl-buttons div:after {
  content: "";
  position: absolute;
  top: 1px;
  width: 44px;
  height: 13px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: url(../images/pv_lg_light.png) right center no-repeat;
  left: 0;
}
.testimo-slider .owl-theme .owl-controls .owl-buttons div:hover {
  color: #ff000d;
}
.testimo-slider .owl-theme .owl-controls .owl-buttons div:hover:after {
  background: url(../images/pv_lg_light.png) left center no-repeat;
}
.testimo-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  padding: 0 60px 0 0;
}
.testimo-slider .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  background: url(../images/nx_lg_light.png) left center no-repeat;
  left: auto;
  right: 0;
}
.testimo-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  background: url(../images/nx_lg_light.png) -44px center no-repeat;
}
.pt-testimonial-item .testimonial-item {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pt-testimonial-item .testimonial-item li {
  background: #fff;
  margin-top: 30px;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 3px;
}
.pt-testimonial-item .testimonial-item li:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.pt-testimonial-item .testimonial-item li .testimonial-image {
  display: none;
}
.pt-testimonial-item .testimonial-item li .testimonial-email {
  font-size: 1.2rem;
  color: #000;
  font-style: italic;
}
.pt-testimonial-item .testimonial-item li .testimonial-testimonial {
  margin: 10px 0;
}
.pt-testimonial-submit .fieldset .field {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.pt-testimonial-submit .fieldset .field .label {
  text-align: left;
  font-weight: normal;
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .pt-testimonial-submit .fieldset .field {
    width: 100%;
  }
}
.block-recent-posts {
  padding: 0 0 80px;
  margin: 0 0 60px;
  border-bottom: 1px solid #ebebeb;
}
.block-recent-posts .item {
  overflow: hidden;
}
.block-recent-posts .item .item-inner {
  padding: 0 15px;
  float: left;
  width: 28.2%;
}
.block-recent-posts .item .item-inner:nth-child(2) {
  width: 43.6%;
}
.block-recent-posts .item .blog-image a {
  display: block;
  overflow: hidden;
  position: relative;
}
.block-recent-posts .item .blog-image a img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.block-recent-posts .item .blog-image a:after {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  z-index: 11;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "\f1c5";
  font-family: FontAwesome;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  transition: transform 400ms ease 0s;
  -webkit-transition: -webkit-transform 400ms ease 0s;
  -moz-transition: transform 400ms ease 0s;
}
.block-recent-posts .item .blog-image a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background: rgba(63, 63, 63, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  z-index: 2;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.block-recent-posts .item .blog-image a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.block-recent-posts .item .blog-image a:hover:before {
  opacity: 1;
  visibility: visible;
}
.block-recent-posts .item .blog-image a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.block-recent-posts .item .blog-content {
  overflow: hidden;
  text-align: center;
  margin-top: 35px;
}
.block-recent-posts .item .blog-content .title {
  display: block;
  font-style: inherit;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.block-recent-posts .item .blog-content .time-conment {
  margin: 11px 0 0;
  text-transform: uppercase;
  color: #9b9b9b;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
.block-recent-posts .item .blog-content .time-conment:after {
  content: "";
  display: block;
  border-bottom: 2px solid #ff000d;
  width: 39px;
  margin: 23px auto 0;
}
.block-recent-posts .item .blog-content .short-des {
  margin: 11px 0 0;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}
.block-recent-posts .item .blog-content .readmore {
  display: inline-block;
  padding: 0 50px 0 0;
  overflow: hidden;
  position: relative;
  line-height: 11px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 25px;
  font-family: 'Roboto', sans-serif;
}
.block-recent-posts .item .blog-content .readmore:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 39px;
  height: 11px;
  background: url(../images/nx_md.png) left top no-repeat;
}
.block-recent-posts .item .blog-content .readmore:hover:after {
  background: url(../images/nx_md.png) left -39px top no-repeat;
}
.pt-recentproduct-container .block-title {
  margin-bottom: 30px;
}
.pt-recentproduct-container .product-items {
  margin-bottom: 30px;
  overflow: hidden;
}
.pt-recentproduct-container .product-items .image-container {
  max-width: 90px;
  width: 30%;
  margin-right: 20px;
}
.ma-title {
  text-align: center;
  margin: 0 0 30px;
  padding: 0px;
  text-transform: uppercase;
  background: none;
}
.ma-title h2 {
  font-size: 2.4rem;
  margin: 0 0 20px;
  font-weight: bold;
}
.ma-title p {
  text-transform: none;
  font-style: italic;
}
.title-tab {
  text-align: center;
  margin-bottom: 50px;
}
.title-tab .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.title-tab .tabs li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 30px 0 20px;
  font-family: 'Roboto', sans-serif;
  color: #262626;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.title-tab .tabs li.active {
  color: #ff000d;
}
.title-tab .tabs li:after {
  content: "/";
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  color: #cdcdcd;
}
.title-tab .tabs li:last-child:after {
  display: none;
}
.new-product-slider,
.producttab-container,
.block-recent-posts,
.newsletter {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  margin-top: 87px !important;
  margin-bottom: 75px;
  max-width: 100%;
  background-color: #E0E0E0;
  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;
}
.new-product-slider:after,
.producttab-container:after,
.block-recent-posts:after,
.newsletter:after,
.new-product-slider:before,
.producttab-container:before,
.block-recent-posts:before,
.newsletter:before {
  clear: both;
  content: " ";
  display: table;
}
.new-product-slider .item-inner,
.producttab-container .item-inner,
.block-recent-posts .item-inner,
.newsletter .item-inner {
  padding: 15px;
}
.new-product-slider {
  margin-top: 50px;
}
@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,
  .page-footer,
  .container-inner,
  .content-home {
    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,
  .page-footer:after,
  .container-inner:after,
  .content-home: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,
  .page-footer:before,
  .container-inner:before,
  .content-home: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,
  .page-footer,
  .content-home {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 100%;
    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,
  .page-footer:after,
  .content-home: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,
  .page-footer:before,
  .content-home: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: auto;
  }
  .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 {
    border: 1px solid #e1e1e1;
    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: #ff000d;
  }
  .page-layout-1column .product-info-main {
    width: 55%;
    background: #fff;
  }
  .page-layout-1column .product.media {
    width: 38%;
    background: #fff;
  }
  .cart-summary {
    width: 30%;
    background-color: #eee;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 67%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .product.data.items > .item.content {
    border: 1px solid #d1d1d1;
    border-top: 1px solid #ff000d;
  }
  .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 {
    background: #ff000d;
    color: #fff;
  }
}
.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: 0px;
}
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border-color: #ff000d;
  background: #ff000d;
  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: 1px solid #f1f1f1;
  overflow: hidden;
  width: 100%;
}
.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;
}
.breadcrumbs {
  max-width: 100%;
  padding: 10px 0%;
  background: #eee;
}
.breadcrumbs ul .item {
  font-size: 14px;
}
.breadcrumbs ul .item:not(:last-child):after {
  vertical-align: middle;
}
.breadcrumbs ul strong {
  color: #ff000d;
}
.category-image {
  margin: 0;
}
.category-view {
  position: relative;
  float: right;
  width: 43%;
  margin-bottom: 30px;
}
.category-view .page-title-wrapper,
.category-view .breadcrumbs {
  width: 100%;
  text-align: center;
  padding: 0;
  transform: translate(0px, -50%);
}
.category-view .page-title-wrapper .page-title,
.category-view .breadcrumbs .page-title {
  color: #fe000d;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.category-view .breadcrumbs {
  max-width: 100%;
  transform: translate(0px, 100%);
  background: none;
}
.category-view .breadcrumbs .items,
.category-view .breadcrumbs a {
  color: #000;
  font-style: normal;
}
.category-description {
  background: #fff;
  margin: 0;
}
.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 {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  line-height: inherit;
}
.cart-summary .checkout-methods-items li button {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.cart-summary > .title {
  font-weight: bold;
}
.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: 5px 10px;
}
.review-form .action.submit.primary {
  padding: 10px;
}
.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;
}
.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;
}
.corporate-about {
  background: #f4f4f4;
  padding: 30px 0;
  text-align: center;
}
.corporate-about ul {
  margin: 0;
  padding: 0 5% !important;
  list-style: none;
  overflow: hidden;
}
.corporate-about ul li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 20px;
  border-right: 1px #d7d7d7 dashed;
}
.corporate-about ul li:last-child {
  border: 0;
}
.corporate-about ul li h3 {
  text-transform: uppercase;
  font-size: 16px;
  min-width: 220px !important;
  font-weight: 400;
}
.corporate-about ul li p {
  font-style: italic;
}
.corporate-about ul li div {
  display: inline-block;
  text-align: left;
  padding-left: 47px;
  background: url(../images/icons.png) no-repeat 0 50%;
  background-position: 0px center !important;
  padding-top: 4px !important;
  width: 27px;
  float: left;
}
.corporate-about ul li:nth-child(2) div {
  background: url(../images/icons.png) no-repeat 0 50%;
  background-position: -40px center !important;
}
.corporate-about ul li:nth-child(3) div {
  background: url(../images/icons.png) no-repeat 0 50%;
  background-position: -87px center !important;
}
.corporate-about ul li:nth-child(4) div {
  background: url(../images/icons.png) no-repeat 0 50%;
  background-position: -40px center !important;
}
.newsletter .subscribe {
  text-align: center;
}
.newsletter .subscribe .control input {
  color: #ffffff;
  font-size: 16px;
  line-height: 15px;
  font-style: normal;
  padding: 0 0 23px;
  border: 0;
  border-bottom: 2px solid #404040;
  background: none !important;
  height: auto;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 white !important;
  box-shadow: 0 0 0 0 white !important;
}
.newsletter .subscribe .actions {
  margin-bottom: 40px;
}
.newsletter .subscribe .actions button {
  display: inline-block;
  padding: 0 50px 0 0;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 11px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: none;
  border: 0;
  margin: 45px 0 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.newsletter .subscribe .actions button:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 39px;
  height: 11px;
  background: url(../images/nx_md.png) left top no-repeat;
}
.newsletter .subscribe .actions button:hover {
  color: #ff000d;
}
.newsletter .subscribe .actions button:hover:after {
  background: url(../images/nx_md.png) left -39px top no-repeat;
}
.static_center {
  padding: 50px 0 0;
}
.img_content {
  overflow: hidden;
  margin-bottom: 15px;
}
.img_content a {
  display: block;
  overflow: hidden;
  position: relative;
  background: #efefef;
}
.img_content a img {
  width: 100%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.img_content a:hover img {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.img_content a:hover .out {
  top: 0%;
  opacity: 0.75;
}
.img_content .out {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -59%;
  right: 0;
  padding: 5px;
  margin: auto;
  max-width: 93%;
  max-height: 66px;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 2px white;
  box-shadow: inset 0 0 0 2px white;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.img_content .out .in {
  display: block;
  padding: 0 5px;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background: white;
  color: #262626;
}
.static_top {
  overflow: hidden;
  margin-top: 90px;
  margin-bottom: 40px;
}
.static_top [class*="col-"] {
  margin-bottom: 20px;
}
.static_top .img a {
  display: block;
  overflow: hidden;
  position: relative;
}
.static_top .img a img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.static_top .img a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.static_top .txt_content {
  padding: 30px;
  overflow: hidden;
}
.static_top .txt_content .txt1 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #ff000d;
  font-family: 'Roboto', sans-serif;
}
.static_top .txt_content .txt2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 33px;
  margin-top: 17px;
  font-weight: 700;
  color: #262626;
  font-family: 'Roboto', sans-serif;
}
.static_top .txt_content .desc {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.static_top .txt_content .txt_in {
  font-size: 14px;
  line-height: 30px;
  font-style: italic;
  color: #727272;
  padding-bottom: 20px;
}
.static_top .txt_content .txt_vertical {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  padding-right: 47px;
  color: #c92c61;
  float: left;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.static_top .txt_content .txt_vertical:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  border-top: 2px solid #262626;
  width: 32px;
  height: 2px;
}
.static_top .txt_content a.lnk_more {
  display: inline-block;
  padding: 0 60px 0 0;
  overflow: hidden;
  position: relative;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.static_top .txt_content a.lnk_more:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 39px;
  height: 11px;
  background: url(../images/nx_md.png) left top no-repeat;
}
.static_top .txt_content a.lnk_more:hover:after {
  background: url(../images/nx_md.png) left -39px top no-repeat;
}
@media (min-width: 992px) {
  .static_top .txt_content .desc .txt_in {
    padding-left: 70px;
  }
  .static_top .txt_content .desc .txt_vertical {
    transform: rotate(-90deg);
    transform-origin: left top 0;
    position: relative;
    margin-top: -50px;
  }
  .static_top .txt_content a.lnk_more {
    padding: 0 60px 0 70px;
  }
}
body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5384615;
  font-size: 1.4rem;
  font-style: normal;
  color: #828282;
  text-align: left;
  overflow-x: hidden;
}
html,
body {
  display: block !important;
}
a:visited,
.alink:visited {
  color: #323232;
}
a {
  color: #323232;
  -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: #ff000d;
}
a:focus {
  outline: none;
}
input,
select,
textarea,
button {
  border: 1px solid #f1f1f1;
}
input:focus,
select:focus,
textarea:focus,
button: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 {
  border-radius: 30px;
  border: 2px solid #7b7b7b;
  background: none;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.action.primary {
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  color: #333;
}
.action.primary:hover {
  background-color: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  border-radius: 0;
}
button:hover,
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border-color: #ff000d;
  background: #ff000d;
  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: #262626;
  font-family: 'Roboto', sans-serif;
}
* {
  outline: none;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
big {
  font-size: 125%;
}
dd {
  margin-bottom: 24px;
}
.logo img {
  display: inline;
}
.message.success {
  margin: 10px 0;
}
.mobile-bar-icon {
  text-decoration: none;
  cursor: pointer;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 35px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: transparent;
  visibility: hidden;
  display: none;
  z-index: 99;
}
.mobile-bar-icon:hover {
  color: #ff000d;
}
.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: #ff000d;
  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: #ff000d;
}
.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: #444;
}
.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: #ff000d;
}
.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: #333333;
  color: #ffffff;
  padding: 0 5%;
  position: relative;
  z-index: 111;
}
.header-container .logo {
  float: none;
  margin: 0;
  max-width: 100%;
}
.header {
  display: table;
  width: 100%;
}
.header > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.header .h-left {
  height: 105px;
  width: 20%;
}
.link-hover {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.link-hover:hover > div {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.link-hover ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-hover .icon {
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.link-hover .icon:hover {
  color: #ff000d;
}
.link-hover > div {
  background: #fff;
  z-index: 111;
  padding: 15px;
  min-width: 400px;
  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;
  text-align: right;
  transition: all .2s linear;
}
.link-hover > div .label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #eee;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.link-hover > div .action {
  line-height: 30px;
  display: block;
  padding-left: 7px;
}
.link-hover > div ul.dropdown li,
.link-hover > div ul.links li {
  line-height: 30px;
  display: block;
  padding-left: 7px;
  margin: 0;
}
.link-hover > div ul.dropdown li:last-child,
.link-hover > div ul.links li:last-child {
  border: 0;
}
.link-hover > div .language,
.link-hover > div .my-acount,
.link-hover > div .currency {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-left: 3.8%;
}
.link-hover > div .currency {
  margin: 0;
}
.absolute {
  position: absolute;
  right: 0;
  top: 50%;
  display: table-cell;
  vertical-align: middle;
  margin-top: -20px;
}
.minicart-wrapper {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 20px;
  height: 40px;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:hover:before {
  color: #ff000d !important;
}
#search_mini_form {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #eee;
  position: absolute;
  background: #fff;
  right: -30px;
  z-index: 9999999;
  top: 45px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
}
#search_mini_form .search {
  width: 240px;
  height: 40px;
  background: #fff;
  position: relative;
  padding-right: 40px;
  border: 1px solid #f1f1f1;
}
#search_mini_form .search input {
  width: 100%;
  border: 0;
  color: #828282;
}
#search_mini_form .search input:focus {
  box-shadow: none;
}
#search_mini_form .search button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 15px;
  background: none;
  border: 0;
  color: #444;
}
#search_mini_form .search button:focus {
  box-shadow: none;
}
.search-switcher {
  position: relative;
  width: 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.search-switcher:before {
  font-family: 'ElegantIcons';
  content: "\55";
  transform: rotate(-90deg);
  font-size: 17px;
  color: #fff;
  display: block;
  font-size: 16px;
}
.search-switcher:hover:before {
  color: #ff000d;
}
.search-switcher:hover #search_mini_form {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
.hot-sale,
.label-pro-new {
  background: #000000;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  color: #fff;
  height: 32px;
  left: 60px;
  line-height: 32px;
  padding: 0 18px;
  position: absolute;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  font-style: italic;
  top: 0;
  z-index: 3;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform-origin: top left;
}
.hot-sale:after,
.label-pro-new:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 10px;
  border-width: 16px 10px 16px 0;
  border-color: transparent;
  border-top-color: #000000;
  border-bottom-color: #000000;
  border-style: solid;
}
.hot-sale {
  background: #c92c61;
}
.hot-sale:after {
  border-top-color: #c92c61;
  border-bottom-color: #c92c61;
}
.pt-banner-container {
  overflow: hidden;
}
.pt-banner-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pt-banner-container ul li img {
  width: 100%;
}
.pt-banner-container:hover .owl-theme .owl-controls .owl-buttons {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.pt-banner-container .owl-controls .owl-pagination {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
.pt-banner-container .owl-controls .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
}
.pt-banner-container .owl-controls .owl-pagination .owl-page.active span {
  background: #ff000d;
}
.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: #ff000d;
  background-color: #ff000d !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 {
  font-size: 1.4rem;
}
.pt-banner-container .pt-banner-caption .pt-banner-content {
  position: absolute;
  top: 40%;
  left: 6%;
  max-width: 50%;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.pt-banner-container .pt-banner-caption .pt-title2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.pt-banner-container .pt-banner-caption .pt-title3 {
  font-size: 2.5vw;
  font-weight: 700;
  margin: 17px 0 0;
  text-transform: uppercase;
}
.pt-banner-container .pt-banner-caption .pt-banner-des {
  font-size: 14px;
  font-style: italic;
  margin: 17px 0 0;
}
.pt-banner-container .pt-banner-caption .pt-url {
  display: inline-block;
  padding: 0 50px 0 0;
  overflow: hidden;
  position: relative;
  line-height: 11px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 25px;
  font-family: 'Roboto', sans-serif;
}
.pt-banner-container .pt-banner-caption .pt-url:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 39px;
  height: 11px;
  background: url(../images/nx_md.png) left top no-repeat;
}
.pt-banner-container .pt-banner-caption .pt-url:hover:after {
  background: url(../images/nx_md.png) left -39px top no-repeat;
}
.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 {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.main-content .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.main-content .block.crosssell > .title {
  color: #262626;
  text-transform: uppercase;
}
.main-content .login-container .fieldset:after {
  font-size: 1.4rem;
  margin-left: 0 !important;
}
.main-content .form.contact {
  margin-top: 50px;
}
.main-content .table-comparison .cell {
  width: 175px;
}
.main-content .table-comparison .cell .attibute.value {
  font-size: 1.4rem;
}
.product-item .price-box .price {
  font-weight: 600;
}
.price-box {
  overflow: hidden;
  line-height: 20px;
  margin: 5px 0;
  font-family: 'Roboto', sans-serif;
}
.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: #323232;
}
.price-box .special-price {
  line-height: 20px;
  display: inline-block;
}
.price-box .old-price {
  margin-left: 0px;
  line-height: 20px;
  display: block !important;
}
.price-box .old-price .price {
  color: #8a8a8a !important;
  text-decoration: line-through;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.product-item-name a,
.product.name a {
  color: #ff000d;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.product-item-name a:hover,
.product.name a:hover {
  text-decoration: none;
  color: #ff000d;
}
.page-title {
  font-size: 30px;
  margin: 0 0 20px;
}
.block.related .block-content,
.block.upsell .block-content {
  padding: 0;
  border: 0;
}
.block .block-title {
  position: relative;
  padding: 0px;
}
.block .block-title strong {
  font-size: 1.6rem;
  color: #262626;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.block.filter .action.remove.filter-url {
  display: block;
}
.block.filter .block-content {
  background: #fff;
  padding-left: 10px;
}
.block.filter .block-subtitle {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.block.filter .filter-options .filter-options-title {
  text-transform: uppercase;
}
.block.filter .filter-options .filter-options-content ol li {
  line-height: 35px;
  padding-left: 20px;
  font-style: italic;
  border-bottom: 1px dashed #d7d7d7;
  margin: 0 0 10px;
}
.block.filter .action.clear.filter-clear {
  display: block;
  margin-bottom: 15px;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title {
  color: #ff000d;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f077";
}
.block.filter .filter-content .filter-options-item .filter-options-title {
  font-size: 1.4rem;
  color: #262626;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: normal;
  font-style: italic;
  cursor: pointer;
  margin-bottom: 15px;
  outline: none;
}
.block.filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 8px;
  float: right;
}
.block.filter .filter-content .filter-options-item .filter-options-content {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li {
  line-height: 30px;
  margin: 5px 0;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li a {
  font-size: 1.4rem;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal {
  background: #dbdbdb;
  border-radius: 0;
  height: 4px;
  margin-bottom: 20px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-range {
  background: #ff000d;
  height: 100%;
  position: absolute;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle {
  background: #fff;
  border: 4px solid #ff000d;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 14px;
  width: 14px;
  margin-left: 0;
  top: 50%;
  margin-top: -7px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -14px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2a2a2a;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price .price-symbol {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 31px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price input {
  text-align: center;
  padding-left: 20px;
  opacity: 1;
  border: 1px solid #c2c2c2;
  height: 32px;
  background: #fff;
  width: 75px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter-label {
  font-weight: bold;
}
.filter-value {
  color: #858585;
}
.filter-current .filter-label {
  display: inline-block;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
  display: inline-block;
  text-decoration: none;
}
.filter-current .action.remove span {
  display: none;
}
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  line-height: 15px;
  color: #999;
  content: "\f00d";
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .item-qty {
  width: 50px !important;
  color: #444;
}
.minicart-items-wrapper {
  max-height: 450px;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper button {
  border: 0;
}
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  display: block;
}
.minicart-wrapper .product-image-container {
  margin-right: 10px;
}
.minicart-wrapper > .action {
  width: 30px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.minicart-wrapper > .action:before {
  content: "\f07a" !important;
  font-family: FontAwesome !important;
  color: #929292;
  line-height: 40px !important;
  display: block !important;
  font-size: 16px !important;
}
.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.active:before {
  display: none;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart .text {
  position: static;
  width: auto;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #fff;
  margin: 0;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #000;
  padding: 0;
  font-size: 1.2rem;
  position: absolute;
  bottom: 11px;
  left: 33px;
  overflow: visible;
}
.minicart-wrapper .action.showcart .counter.qty:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -4px;
  top: 3px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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%;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart:hover {
  background-color: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  color: #333;
  border: 2px solid #7b7b7b;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  -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: #ff000d;
  color: #fff;
  border-color: #ff000d;
}
.modal-popup .modal-content,
.modal-popup .modal-header,
.modal-popup .modal-footer {
  box-shadow: none;
  border: 0;
}
/*===custommenu==============*/
.nav-container {
  position: relative;
  padding-right: 0px;
}
.nav-ozmegamenu {
  position: relative;
  z-index: 700;
  background: #666666;
}
.pt_custommenu {
  position: relative;
  text-align: right;
}
.pt_custommenu div.pt_menu {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  background: none;
}
.pt_custommenu div.pt_menu:first-child {
  background: none;
}
.pt_custommenu div.pt_menu.act .parentMenu a {
  color: #ff000d;
}
.pt_custommenu div.pt_menu.act .parentMenu a:before {
  width: 50%;
}
.pt_custommenu div.pt_menu.active .parentMenu > a,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title {
  color: #ff000d;
}
.pt_custommenu div.pt_menu.active .parentMenu > a:before,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title:before {
  width: 50%;
}
.pt_custommenu div.pt_menu#pt_menu_home a {
  position: relative;
}
.pt_custommenu div.pt_menu#pt_menu_home a span {
  display: inline-block;
}
.pt_custommenu div.pt_menu#pt_menu_home a:after {
  display: none;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  padding: 9px 0 9px 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.pt_custommenu div.pt_menu .parentMenu a:before,
.pt_custommenu div.pt_menu .parentMenu span.block-title:before {
  content: "";
  width: 0;
  height: 1px;
  background: #ff000d;
  position: absolute;
  left: 0;
  bottom: 1px;
  transition: all .2s linear;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu div.pt_menu .parentMenu a.act,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act {
  color: #ff000d;
}
.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: 50%;
}
.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: #ff000d;
}
.pt_custommenu div.popup a.act {
  color: #ff000d;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  color: #393939;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 5px;
  border-bottom: 0px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover {
  color: #ff000d;
}
.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.level1.act,
.pt_custommenu div.popup .itemMenu h4.level1.act {
  color: #ff000d;
}
.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-style: italic;
  font-size: 1.4rem;
  line-height: 30px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.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: 345px;
  margin-right: 35px;
}
.pt_custommenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.pt_custommenu #pt_menu_link {
  padding: 0;
}
.pt_custommenu #pt_menu_link .parentMenu ul li {
  float: left;
  list-style: none;
  position: relative;
}
.pt_custommenu .clearBoth {
  clear: both;
}
.pt_custommenu .menu-sale,
.pt_custommenu .menu-new {
  position: absolute;
  color: #fff;
  background: url(../images/hot-sale.png) no-repeat center center;
  width: 47px;
  height: 31px;
  line-height: 26px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.pt_custommenu .menu-new {
  background: url(../images/news.png) no-repeat center center;
}
.pt_menu_link .parentMenu ul li {
  float: left;
  margin: 0;
  margin-right: 1px;
}
.pt_menu_link .parentMenu ul li a {
  margin: 0;
}
/* =============================================Mobile Menu ========================================== */
.nav-collapse {
  text-align: left;
}
.navbar .nav > li {
  padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
  height: auto;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
}
.navbar-inner {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.navbar {
  background-color: #ff000d;
  border-radius: 0;
  margin: 0;
}
.menu-mobile {
  float: left;
  width: 100%;
  padding: 0 2%;
}
.navbar .btn-navbar {
  margin-top: 10px;
  border: 0 !important;
  box-shadow: none !important;
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
  padding: 10px;
}
.navbar .btn-navbar:hover {
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important;
  font-family: 'helvetica';
}
.navbar .btn-navbar .icon-bar {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: inherit !important;
}
.mobilemenu > li.last a {
  border-bottom: 0;
}
.navbar .brand {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  padding-top: 18px;
}
.mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.mobilemenu li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.mobilemenu li.level0.last {
  margin-bottom: 10px;
}
.mobilemenu li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.mobilemenu a {
  text-decoration: none;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  margin: 0 15px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.mobilemenu li.active a,
.mobilemenu a:hover {
  color: #ff000d;
}
.mobilemenu ul a {
  color: #fff !important;
  font-size: 0.95em;
}
.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #ff000d !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: #ff000d !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: #ff000d !important;
}
.mobilemenu li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}
.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
  position: absolute;
  top: 11px;
  right: 0px;
}
.mobilemenu span.head a {
  background: url(../images/menu_down.png) no-repeat 50% 50%;
  color: #333333;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active > span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.product-reviews-summary {
  display: block;
  margin: 0;
}
.product-reviews-summary .label {
  display: none;
}
.product-reviews-summary .rating-summary {
  display: block;
  position: static;
  margin: 0;
}
.product-reviews-summary .reviews-actions {
  display: none;
}
.product-reviews-summary .rating-result {
  width: 75px;
  margin-left: 0;
}
.product-reviews-summary .rating-result:before {
  font-size: 2rem;
  height: 20px;
  line-height: 20px;
  letter-spacing: -5px;
  color: #e1e1e1;
}
.product-reviews-summary .rating-result > span:before {
  color: #f4ca49;
  font-size: 2rem;
  line-height: 20px;
  height: 20px;
  letter-spacing: -5px;
}
.footer-banner a {
  float: left;
  display: block;
  width: 25%;
  overflow: hidden;
  position: relative;
}
.footer-banner a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.19);
  pointer-events: none;
  opacity: 0;
  z-index: 11;
  -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;
}
.footer-banner a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
}
.footer-banner a:hover:before {
  opacity: 1;
}
.footer-banner a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.footer-container .title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-container ul {
  padding: 0;
}
.footer-container li {
  margin-bottom: 0;
  list-style: none;
}
.footer-container .footer-top {
  padding: 40px 0 25px;
  color: #969696;
  background: #333;
}
.footer-container .footer-top h2,
.footer-container .footer-top h3,
.footer-container .footer-top h4,
.footer-container .footer-top h5,
.footer-container .footer-top h6 {
  color: #828282;
}
.footer-container .footer-top a {
  color: #969696;
}
.footer-container .footer-top a:hover {
  color: #ff000d;
}
.footer-container .footer-top .footer-logo-follow p {
  margin-bottom: 20px;
  font-style: italic;
}
.footer-container .footer-top .link-follow {
  padding: 0;
  list-style: none;
  margin: 0 0 30px;
}
.footer-container .footer-top .link-follow li {
  display: inline-block;
  margin: 10px;
}
.footer-container .footer-top .link-follow li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100%;
  text-align: center;
}
.footer-container .footer-top .link-follow li a span {
  display: none;
}
.footer-container .footer-top .link-follow li a:hover {
  background: #ff000d;
  border-color: #ff000d;
}
.footer-container .footer-bottom {
  background-color: #ffffff;
  color: #828282;
  height: 70px;
  display: table;
  width: 100%;
  text-align: center;
}
.footer-container .footer-bottom .copyright {
  display: table-cell;
  vertical-align: middle;
  max-width: 1170px;
  font-size: 100%;
  font-style: italic;
}
.footer-container .footer-bottom a {
  color: #323232;
}
.footer-container .footer-bottom a:hover {
  text-decoration: underline;
}
#back_top {
  bottom: 35px;
  display: none;
  height: 40px;
  position: fixed;
  right: 12px;
  width: 40px;
  line-height: 40px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  background-color: #666;
  font-size: 1.5rem;
  color: #fff;
}
#back_top:hover {
  background: #ff000d;
  border-color: #ff000d;
}
#back_top span {
  display: none;
}
#back_top:before {
  content: "\f077";
  font-family: FontAwesome;
}
.new-product-slider .owl-theme:hover .owl-controls .owl-buttons,
.producttab-container .owl-theme:hover .owl-controls .owl-buttons,
.block-recent-posts .owl-theme:hover .owl-controls .owl-buttons,
.block .owl-theme:hover .owl-controls .owl-buttons {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  visibility: visible;
}
.new-product-slider .owl-theme .owl-controls,
.producttab-container .owl-theme .owl-controls,
.block-recent-posts .owl-theme .owl-controls,
.block .owl-theme .owl-controls {
  margin: 0 !important;
}
.new-product-slider .owl-theme .owl-controls .owl-buttons,
.producttab-container .owl-theme .owl-controls .owl-buttons,
.block-recent-posts .owl-theme .owl-controls .owl-buttons,
.block .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  pointer-events: none;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.new-product-slider .owl-theme .owl-controls .owl-buttons div,
.producttab-container .owl-theme .owl-controls .owl-buttons div,
.block-recent-posts .owl-theme .owl-controls .owl-buttons div,
.block .owl-theme .owl-controls .owl-buttons div {
  pointer-events: visible;
  border-radius: 0;
  width: 45px;
  height: 45px;
  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;
  display: inline-block;
  color: #858585;
  background-color: #ececec;
  float: left;
}
.new-product-slider .owl-theme .owl-controls .owl-buttons div.owl-next,
.producttab-container .owl-theme .owl-controls .owl-buttons div.owl-next,
.block-recent-posts .owl-theme .owl-controls .owl-buttons div.owl-next,
.block .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
}
.new-product-slider .owl-theme .owl-controls .owl-buttons div:hover,
.producttab-container .owl-theme .owl-controls .owl-buttons div:hover,
.block-recent-posts .owl-theme .owl-controls .owl-buttons div:hover,
.block .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #ff000d !important;
  color: #fff;
}
.new-product-slider .owl-theme .owl-controls .owl-buttons div:before,
.producttab-container .owl-theme .owl-controls .owl-buttons div:before,
.block-recent-posts .owl-theme .owl-controls .owl-buttons div:before,
.block .owl-theme .owl-controls .owl-buttons div:before {
  font-size: 25px;
  font-family: FontAwesome;
  display: block;
  line-height: 45px;
}
.new-product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.producttab-container .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.block-recent-posts .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.block .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
}
.new-product-slider .owl-theme .owl-controls .owl-buttons div.owl-next:before,
.producttab-container .owl-theme .owl-controls .owl-buttons div.owl-next:before,
.block-recent-posts .owl-theme .owl-controls .owl-buttons div.owl-next:before,
.block .owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
}
.fix-header-container {
  z-index: 99;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background: #333 !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;
}
.fix-header-container .h-left {
  height: 60px;
}
.fix-header-container .mobile-bar-icon {
  display: none;
}
#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 .newsletter {
  margin-top: 30px;
}
#newsletter_pop_up .title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}
#newsletter_pop_up .newsletter {
  margin-top: 30px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  color: #7d7d7d;
  margin: 15px 0;
  white-space: pre-line;
  padding: 0;
  vertical-align: top;
  border-radius: 0;
  display: block;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1 {
  margin: 0 0 20px;
  width: 380px;
  height: 41px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
  background: #ebebeb;
  color: #333;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1-error {
  font-size: 1.2rem;
  margin-top: -15px;
  color: red;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom {
  margin-top: 15px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom input {
  vertical-align: top;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom label {
  font-size: 1.4rem;
  color: #7d7d7d;
  margin-top: 4px;
  line-height: 13px;
}
.blog-search .control {
  position: relative;
  height: 32px;
}
.blog-search .control input {
  padding-right: 80px;
}
.blog-search .control button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.2rem;
  height: 100%;
  padding: 0 20px;
}
.switcher {
  float: right;
}
.switcher .switcher-options {
  position: relative;
}
.switcher .switcher-options strong {
  font-weight: 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;
}
@media only screen and (max-width: 992px) {
  .mobile-bar-icon {
    visibility: visible;
    display: block;
  }
  .corporate-about ul li {
    width: 50%;
  }
  .header {
    padding-left: 50px;
  }
  .fix-header-container {
    display: none;
  }
  .cms-index-index .page-wrapper {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-payment-logos {
    margin-bottom: 20px;
  }
  .topmenu {
    display: none !important;
  }
  #back_top,
  .block-social,
  .b-modal,
  #newsletter_pop_up,
  .contacts-header {
    display: none !important;
  }
  .corporate-about ul li {
    width: 100%;
    border: 0;
    border-bottom: 1px #d7d7d7 dashed;
    padding: 20px;
  }
  .block-recent-posts .item .item-inner,
  .block-recent-posts .item .item-inner:nth-child(2) {
    width: 100%;
    padding: 15px;
  }
  .testimo-slider .pt-testimonial-container li {
    padding: 0 15px;
  }
  .testimo-slider .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
  .header .h-left {
    width: 40%;
  }
  .link-hover > div .currency,
  .link-hover > div .language,
  .link-hover > div .my-acount {
    width: 100%;
    margin: 0;
  }
  .link-hover > div {
    min-width: 220px;
  }
}
@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%;
  }
}
/*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%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 480px) {
  .footer_quick_links {
    display: none;
  }
  .footer-container .footer-top {
    padding: 10px 0 0;
    text-align: center;
  }
  .quick-links > li:nth-child(2n) {
    text-align: right;
  }
  .quick-links > li:nth-child(2n-1) {
    text-align: left;
  }
  .footer-container .title {
    margin-top: 15px;
  }
  .category-view {
    min-height: 190px;
  }
  .category-view .page-title-wrapper,
  .category-view .breadcrumbs {
    top: 42%;
  }
  .industrysubp-main .greybg .proapplibocx {
    margin-left: 0px;
    margin-top: 20px;
    max-width: 100% !important;
    width: 100% !important;
  }
  .featuresPopBtn {
    margin: 0 16px 0 0;
  }
  .application_area ul li {
    width: 43%;
    font-size: 14px;
  }
  .pt-banner-container {
    margin-top: 10px;
  }
  .pt-banner-container .owl-controls .owl-pagination {
    bottom: 0px;
    right: 50%;
    margin-right: -44px;
  }
  .static_center {
    padding: 10px 0 0;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    top: 50%;
    max-width: 100%;
    padding: 0 10px;
    margin-top: -40px;
    left: 0;
    width: 100%;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 18px;
  }
  .img_content .out .in {
    font-size: 14px;
  }
  .label-product.label-sale {
    font-size: 16px;
  }
  .product-item-name a,
  .product.name a {
    font-size: 17px;
  }
  .products-grid .product-item-name {
    margin: 10px 0 30px;
  }
  .products-grid .product-item-inner .add-to-cart-primary .tocart {
    font-size: 15px;
  }
  .price-container .price {
    font-size: 16px;
  }
  .cwsMostviewed .products {
    margin: 0px 0 0px;
  }
  .new-product-slider,
  .producttab-container,
  .block-recent-posts,
  .newsletter {
    margin-top: 10px !important;
    margin-bottom: 10px;
  }
  .mage-mostviewed-slider .owl-stage-outer {
    padding: 20px 0 0px;
  }
  .corporate-about {
    padding: 0px 0;
  }
  .product-item .price-box .price {
    font-size: 16px;
    font-weight: 700;
  }
  #toolbar-amount {
    float: right;
    padding: 0px 0 0;
  }
  .toolbar .modes {
    float: left;
  }
  .toolbar #toolbar-amount {
    float: right;
    padding: 0px 0 0;
  }
  .toolbar .sorter {
    display: block;
    width: 100%;
    float: left;
  }
  .column.main .product-items {
    margin-left: 0;
    margin-right: 0;
  }
  .cart.table-wrapper .item .col.item {
    padding: 25px 0 10px 102px;
  }
  .cart.table-wrapper .product-item-photo {
    max-width: 100px;
  }
  .cart.table-wrapper .item-options dt,
  .block-giftregistry-shared-items .product .item-options dt,
  .multicheckout .item-options dt {
    font-size: 18px;
  }
  .cart.table-wrapper .item-options dd,
  .block-giftregistry-shared-items .product .item-options dd,
  .multicheckout .item-options dd {
    font-size: 18px;
  }
  #checkoutSteps {
    padding: 20px 0;
  }
  .checkout-index-index .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 17px;
    padding-bottom: 5px;
  }
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    border: 1px solid #9d9d9d;
  }
  input,
  select,
  textarea,
  button {
    border: 1px solid #8a8a8a;
  }
  .block.block-customer-login {
    width: 100%;
  }
  .fieldset > .field:not(.choice) > .label {
    text-align: left;
    padding: 0;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .actions-toolbar > .primary:last-child,
  .actions-toolbar > .secondary:last-child {
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
  }
  .fieldset.login label {
    padding-bottom: 5px !important;
    text-align: left !important;
    white-space: pre-wrap;
    width: 100% !important;
  }
  .account .page.messages {
    margin-bottom: 0px;
  }
  .sidebar .product-items .product-item-details {
    margin: 0 0 0 94px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 0px;
  }
  .account .sidebar {
    margin-top: 25px;
  }
  .featuresPopBtn {
    margin: 0 9px 0 0;
  }
  .industrysubp-main .greybg .proapplibocx {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .knowmore a {
    color: red;
    text-transform: uppercase;
    font-size: 18px;
  }
  .industrysubp-main .title {
    overflow: hidden;
  }
  .industrysubp-main .greybg .proapplibocx .name {
    font-size: 22px;
  }
  .ccavenuepay_frontend_logo {
    background-size: 100%;
    width: 100%;
  }
  .prolistbox .imagebox img {
    margin-top: 15px;
  }
  .prolistbox {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .pt-banner-content {
    display: none;
  }
}
.aboutus {
  background-image: linear-gradient(to right, #efa54c, #f77b56);
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 0 37px 45px;
}
.aboutus h1 {
  font-size: 4.3rem !important;
  font-weight: 200 !important;
  text-transform: uppercase;
}
.aboutus h1 span {
  font-weight: 800;
}
.block-content p {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  margin: 34px 0;
  text-align: justify;
  line-height: 25px;
}
.boxicons {
  background-color: #fff;
  text-align: center;
  padding: 10px 0px 24px;
}
.boxicons .name {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.boxicons .count {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}
.boxes > div {
  padding: 3px;
}
.footer-social-icon ul li {
  list-style: none;
  display: inline-block;
  background-color: #000;
}
.footer-social-icon {
  margin-top: 10px;
}
.ourclients {
  margin-bottom: 70px;
}
.contactlink {
  font-size: 16px;
}
.footer-top .container-inner {
  padding-left: 5%;
  padding-right: 5%;
}
footer.page-footer {
  padding: 0% !important;
  margin-top: 30px;
}
.minicart-wrapper .action.showcart::before {
  color: #fff !important;
}
.mobilephone {
  margin-top: 23px;
}
.product-social-links {
  border: none !important;
  float: left !important;
  width: auto;
  position: relative;
  top: -132px;
}
.catalog-product-view .breadcrumbs {
  padding-left: 5%;
  padding-right: 5%;
}
.opc-progress-bar-item._active::before {
  background: #FE000C;
}
.opc-progress-bar-item._active > span::before {
  background: #FF000D;
}
.field.street.admin__control-fields.required .label {
  border: none;
  font-size: 14px;
  color: #7d7979;
}
.field.street label {
  display: none;
}
.action.action-auth-toggle {
  background: #FF000D;
  padding: 9px;
  color: #fff;
  text-decoration: none;
}
.fieldset.login label {
  padding-bottom: 5px !important;
  text-align: left !important;
}
.block.block-customer-login {
  border: 1px solid #eee;
  padding: 15px;
}
.block.block-new-customer {
  min-height: 420px;
  border: 1px solid #eee;
  padding: 15px;
}
.field.choice.newsletter {
  padding: 0;
  background: none;
  margin-top: 0px !important;
}
.fieldset > .legend {
  padding-bottom: 10px;
}
.create.account {
  margin-bottom: 40px;
}
.checkout-onepage-success #maincontent {
  margin: 54px 0;
}
.contact-index-index .main {
  margin-bottom: 30px !important;
}
.product-item .minimal-price .price-container {
  text-align: left;
}
.login-container .fieldset > .field > .control {
  width: 100% !important;
}
.block.block-new-customer {
  display: none;
}
.block.block-customer-login {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  width: 450px;
}
.customer-account-login h1.page-title {
  float: none !important;
  text-align: center !important;
  width: 100%;
}
.create-account-link {
  text-align: center !important;
  width: 100%;
  margin-top: 30px !important;
  font-size: 17px !important;
}
.create-account-link a {
  color: #FF000D;
}
.customer-address-form .fieldset > .field:not(.choice) > .label {
  text-align: left;
  width: 14.8%;
}
.customer-address-form .fieldset > .field.choice::before,
.customer-address-form .fieldset > .field.no-label::before {
  width: 14.8%;
}
.newsletter-manage-index .fieldset > .field.choice::before {
  width: 0% !important;
  padding: 0px !important;
}
.block.account-nav {
  display: none;
}
.sidebar.sidebar-additional {
  margin-top: 0;
}
.fieldset > .field:not(.choice) > .label {
  width: 15.8%;
}
.fieldset > .field.choice::before,
.fieldset > .field.no-label::before {
  width: 15.8%;
}
.catalog-product-view .product-social-links {
  left: 224px !important;
}
.catalog-product-view.page-product-grouped .product-social-links {
  left: 133px !important;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  width: 22.8%;
}
.static_center .row > div:first-child .img_content .out,
.static_center .row > div:nth-child(2) .img_content .out {
  bottom: -81%;
}
.static_center .row > div:first-child .img_content a:hover .out,
.static_center .row > div:nth-child(2) .img_content a:hover .out {
  top: 0px;
}
.ma-title span {
  color: #fff;
}
.cat-box {
  background-color: #ddd;
  text-align: center;
  padding: 36px 0px;
}
.cat-box h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
}
.category-cms-block .img_content .details {
  padding: 20px 20px 10px;
}
.category-cms-block .img_content .details h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 11px;
  color: #000;
}
.category-cms-block .img_content .details ul {
  padding: 0 0 0 15px;
  color: #4a4a4a;
}
.img_content a:hover {
  background-color: #000 !important;
}
.img_content a:hover ul,
.img_content a:hover h2,
.img_content a:hover .details h2 {
  color: #fff !important;
}
.category-cms-block .img_content a {
  background-color: #F48B52;
}
.industrysubp-main .title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 40px;
  color: #000;
  margin-bottom: 20px;
}
.industrysubp-main .greybg {
  background: #EEEEEE;
  padding: 10px;
  display: block;
  width: 100%;
  float: left;
}
.industrysubp-main .greybg .systemname {
  color: #E81C1D;
  font-size: 14px;
}
.industrysubp-main .greybg .proapplibocx:nth-child(2) {
  margin-left: 0px;
}
.industrysubp-main .greybg .proapplibocx {
  max-width: 235px;
  float: left;
  display: block;
  margin-left: 29px;
}
.industrysubp-main .greybg .proapplibocx .name {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.industrysubp-main .greybg .proapplibocx .imgbox img {
  max-width: 113px;
  margin-top: 25px;
  max-height: 230px;
}
.industrysubp-main .greybg .proapplibocx .iconset {
  margin-top: 80px;
}
.industrysubp-main .greybg .proapplibocx .iconset .icontypr {
  display: inline-block;
  width: 48%;
}
.industrysubp-main .greybg .proapplibocx .iconset .icontypr img {
  width: 44px;
  margin: auto;
  display: block;
}
.industrysubp-main .greybg .proapplibocx .iconset .icontypr span {
  width: 100%;
  font-size: 10px;
  display: block;
  text-align: center;
}
.industrysubp-main .greybg .proapplibocx .knowmore {
  margin-top: 20px;
}
.industrysubp-main .greybg .proapplibocx .systemimgbox img {
  max-width: 228px;
  max-height: 256px;
}
.systemname.b {
  width: 32.3%;
  display: inline-block;
}
.systemname.c {
  width: 24%;
  display: inline-block;
}
.prolistbox {
  max-height: 215px;
  margin-bottom: 50px;
  display: block;
  float: left;
  margin-top: 135px;
  width: 100%;
}
.prolistbox .imagebox {
  display: inline-block;
  width: 40%;
  background-image: linear-gradient(to right, #edab4a, #f29d4a, #f68f4d, #f98153, #f9735a);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 200px;
  float: left;
}
.prolistbox .imagebox img {
  margin-top: -110px;
  margin-bottom: 35px;
  max-width: 100%;
}
.prolistbox .details {
  display: inline-block;
  width: 60%;
  float: left;
  background: #F2F2F2;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
}
.prolistbox .details .name {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 10px;
}
.prolistbox .details a.knowmore {
  background: #EB2929;
  padding: 7px 20px;
  color: #fff;
  display: block;
  float: left;
  text-decoration: none;
  margin-right: 10px;
}
.swatch-option.text {
  color: #333 !important;
  font-size: 14px !important;
  line-height: 43px !important;
  font-weight: 400 !important;
}
.swatch-attribute-options .swatch-option.text {
  display: inline-block;
  float: none;
  margin-bottom: 0 !important;
}
.swatch-attribute-options {
  text-align: left;
}
.product-options-wrapper .swatch-attribute-options {
  text-align: left;
}
.swatch-option {
  height: 43px !important;
}
.owl-wrapper > div:first-child .pt-banner-content .pt-url {
  display: none !important;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999999999999;
  overflow: scroll;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.cpopup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}
.cpopup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.cpopup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.cpopup .close:hover {
  color: #06D85F;
}
.cpopup .content {
  max-height: 30%;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .cpopup {
    width: 70%;
  }
}
.side_enquirybtn {
  position: fixed;
  top: 40%;
  right: 0;
  writing-mode: vertical-lr;
  text-orientation: upright;
  line-height: 43px;
  text-align: center;
  color: #FFF !important;
  font-size: 15px;
  z-index: 10010;
  cursor: pointer;
  background-color: #f39c0f;
  padding: 11px 0px 11px 0;
  border-radius: 4px 0 0 4px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.inquiry-popup-main .modal-header,
.inquiry-popup-main .modal-content {
  padding: 1.3rem 1.5rem !important;
  background: #f49c0f;
}
.inquiry-popup-main .modal-title {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  border: none;
}
.inquiry-popup-main .modal-inner-wrap {
  width: 500px !important;
  height: auto !important;
  background: #f49c0f;
}
.inquiry-popup-main .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal-custom .action-close::before,
.modal-popup .action-close::before,
.modal-slide .action-close::before {
  font-size: 49px;
  color: #464646;
}
.modal-slide .action-close {
  padding: 13px 0;
}
.inquiry-popup-main #inquiry-submit {
  background: #000;
  border-color: #000;
}
.inquiry-popup-main .success-msg {
  font-size: 18px;
  display: none;
}
.form-control::placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
}
.inquiry-popup-main .error {
  color: #f30000;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.whatsapp_icon i {
  color: #fff;
}
#product_addtocart_form #product-options-wrapper {
  display: inline-block;
}
#product_addtocart_form .product-options-bottom {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
#product_addtocart_form #product-options-wrapper .swatch-opt {
  margin: 0;
}
#product_addtocart_form .product-options-bottom .box-tocart {
  margin-top: 29px;
}
.swatch-attribute-label {
  color: #000;
}
.product-options-bottom .fieldset:last-child {
  margin-bottom: 0px;
}
#product_addtocart_form #product-options-wrapper .fieldset:last-child {
  margin-bottom: 0px;
}
.footer-social-icon ul li:nth-child(3n) img {
  padding: 11px;
}
